/*  
  Theme Name: Reboot.org Theme
  Theme URI: http://reboot.org
  Description: Streamlined interim site
*/



@charset "UTF-8";
    a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: aktiv-grotesk, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix {
    clear: both;
}
.red {
    color: #f24f3a;
}
.slider .button a:active, .slider .button a:link, .slider .button a:visited, .slider h1 a:active, .slider h1 a:link, .slider h1 a:visited {
    color: #fff;
    text-decoration: none;
}

a:active, a:link, a:visited {
	text-decoration: none;
	} 

p a:active, p a:link, p a:visited {
	color: #000;
	text-decoration: none;
	}
	
a:hover, p a:hover {
    color: #f24f3a;
}
a:hover {
    transition: .2s ease;
}
.sectionbreak {
    border-bottom: 1px solid #dcdde0;
    display: block;
    height: 1px;
    margin: 2rem 0;
    width: 7rem;
}
*, :after, :before {
    box-sizing: border-box;
}
:after:focus, :before:focus, :focus {
    outline: 0;
}


.grid {
	margin-top: -55px;
	}

.grid:after {
	content: "";
	display: table;
	clear: both;
	}
	
.col-1-4 {
	margin-right: 3%;
	background: red;
	}
	
.col-1-4:last-of-type {
	background: yellow;
	margin-right: 0;
	}
	
.jump {
	float: left;
	width: 30%;
	max-width: 300px;
	color: #00B0FF;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 90px;
	}
	
.sidebar {
	float: left;
	width: 20%;
	max-width: 300px;
	color: #00B0FF;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 90px;
	}
	
.sidebar {
	margin-top: 0px;
	position: relative;
	z-index: 888;
	}
	
.sidebar-single {
	float: right;
	width: 300px;
	width: 20%;
	color: #00B0FF;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
	}
	
.sidebar a, .sidebar-single a {
	display: block;
	color: #00B0FF;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	transition: .3s ease;
	}
	
.sidebar, .sidebar-single h4, .sidebar h4 {
	display: block;
	color: #00B0FF;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 500;
	transition: .3s ease;
	text-transform: none;
	letter-spacing: 0;
	}
	
.blog-item {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #ff5105;
	}
	
.blog-img {
	margin-bottom: 20px;
	}

.blog h1, .blog-item h1 {
	background: none;
	font-size: 36px;
	padding: 0;
	font-weight: 500;
	color: #ff5105;
	margin-left: 0 !important;
	}
	
a.more-link {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px !important;
	display: block;
	border-bottom: none !important;
	padding-top: 10px;
	color: #00B0FF !important;
	transition: .3s ease;
	}	
	
.article p a {
	color: #00B0FF !important;
	transition: .3s ease;
	border-bottom: none !important;
	font-weight: 500;
	}
	
a.more-link:hover, .sidebar a:hover, .article p a:hover {
	color: #C901A1 !important;
	}
	
.article {
	display: table;
	margin-bottom: 60px;
	width: 100%;
	max-width: 679px;
	float: right;
	margin-left: 0;
	position: relative;
	z-index: 99;
	}
	
.article-single {
	display: table;
	margin-bottom: 60px;
	width: 100%;
	max-width: 679px;
	float: left;
	margin-left: 0;
	position: relative;
	z-index: 99;
	}
	
.article-single-bio {
	display: table;
	margin-bottom: 60px;
	margin-top: -60px;
	width: 100%;
	max-width: 679px;
	float: left;
	margin-left: 0;
	position: relative;
	z-index: 99;
	}
	
.article h1 {
	margin-left: -10px;
	}

ul.principles {
	list-style: none; /* Remove default bullets */
	margin-left: 20px;
	}

ul.principles li::before {
	content: "+ ";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #ff5105; /* Change the color */
	display: inline-block; /* Needed to add space between the bullet and the text */ 
	width: 20px; /* Also needed for space (tweak if needed) */
	margin-left: -22px; /* Also needed for space (tweak if needed) */
	}
	
	
	
.blue {
	background-color: #f4fbfe;
	background-color:rgba(206,238,247,0.8);	
	display: table;
	width: 100%;
	padding-bottom: 80px;
	}
	
.light-blue {
	background-color:rgba(206,238,247,0.3);	
	display: table;
	width: 100%;
	padding-bottom: 80px;
	}

[class*=col-] {
    float: left;
    padding-right: 3%}

@media (max-width:679px) {
    [class*=col-] {
    padding: 0;
}
}.col-1 {
    width: 100%}
@media (max-width:679px) {
    .col-1 {
    width: 95%}
}.col-4-5 {
    width: 80%}
@media (max-width:679px) {
    .col-4-5 {
    width: 95%}
}.col-3-4 {
    width: 75%}
@media (max-width:679px) {
    .col-3-4 {
    width: 95%}
}.col-2-3 {
    width: 66.66%}
@media (max-width:679px) {
    .col-2-3 {
    width: 95%}
}.col-1-2 {
    width: 50%}
@media (max-width:679px) {
    .col-1-2 {
    width: 95%}
}.col-1-3 {
    width: 33.33%}
@media (max-width:679px) {
    .col-1-3 {
    width: 95%}
}.col-1-4 {
    width: 25%}
@media (max-width:679px) {
    .col-1-4 {
    width: 95%}
}.col-1-5 {
    width: 20%}
@media (max-width:679px) {
    .col-1-5 {
    width: 95%}
}.partners .col-1-5 {
    padding-right: 6%}
@media (max-width:1024px) {
    .partners .col-1-5 {
    width: 33%}
}

@media (max-width:679px) {
	.partners .col-1-5 {
    	width: 30%
		}
	}

.col-1-6 {
    width: 16.66%}
@media (max-width:679px) {
    .col-1-6 {
    width: 95%}
}.textgrid .col-1-3.mod, .thumbgrid .col-1-3.mod {
    width: 31.33%;
    margin-right: 3%;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width:679px) {
    .textgrid .col-1-3.mod, .thumbgrid .col-1-3.mod {
    width: 95%}
}.textgrid .col-1-2.mod, .thumbgrid .col-1-2.mod {
    width: 48%;
    margin-right: 3%;
    padding-right: 0;
}
@media (max-width:679px) {
    .textgrid .col-1-2.mod, .thumbgrid .col-1-2.mod {
    width: 95%}
}.textgrid .col-1-3.mod {
    padding-top: 1.3em;
}
.textgrid .col-1-3.mod:nth-of-type(3n+3), .thumbgrid .col-1-3.mod:nth-of-type(3n+3) {
    margin-right: 0;
}
.textgrid .col-1-3.mod:nth-of-type(3n-2), .thumbgrid .col-1-3.mod:nth-of-type(3n-2) {
    clear: both;
}
.textgrid .col-1-2.mod:nth-of-type(2n+2), .thumbgrid .col-1-2.mod:nth-of-type(2n+2) {
    margin-right: 0;
}
.textgrid .col-1-2.mod:nth-of-type(2n-1), .thumbgrid .col-1-2.mod:nth-of-type(2n-1) {
    clear: both;
}
.nth-child-3 {
    margin-right: 0!important;
}
.nth-child-1 {
    clear: both!important;
}
.featured .col-1-3 {
    width: 31.33%;
    margin-right: 3%;
    padding: 0;
}
@media (max-width:679px) {
    .featured .col-1-3 {
    width: 95%}
}.featured .col-1-3:nth-of-type(3n+3) {
    margin-right: 0;
}
.page-capabilities .subnav, .page-services .subnav {
    margin-right: 33%;
    margin-top: 3em;
}
@media (max-width:679px) {
    .page-capabilities .subnav, .page-services .subnav {
    width: 95%;
    margin: 0 auto;
}
}.page-capabilities .sub3>h3, .page-capabilities .sub3>p, .page-services .sub3>h3, .page-services .sub3>p {
    margin-right: 33%}
@media (max-width:679px) {
    .page-capabilities .sub3>h3, .page-capabilities .sub3>p, .page-services .sub3>h3, .page-services .sub3>p {
    width: 95%;
    margin: 0 auto;
}
}.table {
    margin-top: 1.5rem;
}
.table__row {
    border-bottom: 1px solid #dcdde0;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 auto 1rem;
}
.table__row.mod {
    margin-bottom: 1rem;
}
.col-1-3:nth-of-type(3n+4) {
    clear: left;
}
.noClear.noClear {
    clear: none;
}
* {
    text-rendering: optimizeLegibility;
}

h1 {
	font-size: 42px;
	margin-bottom: .6em;
	background: #ff5105;
	display: table;
	padding: 10px;
	font-weight: 700;
	color: #fff;
	}
	
h1 a {
	color: #fff;
	}

h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 1.8em;
	margin-bottom: .3em;
	line-height: 1.2em;
	}




.thumbgrid>h2:first-child {
    float: left;
    margin-bottom: .9em;
}
.single-post h2 {
    margin-top: 1.5em;
}

h3 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: .2em;
	margin-top: 0.2em;
	color: #000;
	}
	
h3 a {
	color: #000;
	}
	
#content#content .subhead {
    border: 0;
    margin-left: 0;
    margin-top: -.35em;
    padding: 0;
}
.single-idea #content h3 {
    margin: 1.2em 0 1.2em 3em;
}
#content blockquote, .single-idea #content h3 {
    border-left: 1px solid #dcdde0;
    padding-left: 1em;
}
#content blockquote {
    margin: 1.2rem 0 1.2rem 3rem;
}
#content blockquote p {
    font-style: italic;
}
.single-idea #content h5 {
    font-size: 1.4em;
    line-height: 1.7;
    margin-bottom: .8em;
}
.titlewrap h4, aside h3 {
    margin-bottom: 0;
}
aside.col-1-3 h4 {
    color: #f24f3a;
    margin-top: 2rem;
}
aside.col-1-3 h4:first-child {
    margin-top: 0;
}
aside.col-1-3 h4.button {
    color: #7e8083;
}




.trivia p:nth-child(2n) {
    margin-bottom: 0;
}
.trivia p em {
    font-weight: 400;
}
#author h4 {
    color: #7e8083;
}

h4 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #888;
	font-weight: 500;
	margin-bottom: 1em;
	}
	
h4.more a, h4.more {
	color: #00B0FF;
	}

h4.more a:hover {
	color: #C901A1;
	}
	
.p, li, p {
	font-weight: 200;
	font-style: normal;
	}
	
.p, li, p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: .9em;
    color: #000;
}
#content .p, #content li, #content p, article .p, article li, article p {
    font-size: 20px;
    color: #000;
}
.p a:active, .p a:link, .p a:visited, li a:active, li a:link, li a:visited, p a:active, p a:link, p a:visited {
    border-bottom: 1px dotted #7e8083;
}
.p a:hover, li a:hover, p a:hover {
    border-color: #c901a1;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
figcaption, h6 {
    font-style: italic;
    font-size: 1em;
}

.button {
	padding: .8em .8em;
	border: 1px solid #00b0ff;
	margin: 1.6em 0;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 4;
	cursor: pointer;
	}
	
h4.button {
	font-size: 11px;
	color: #00b0ff;
	letter-spacing: 2px;
	font-weight: 500;
	transition: .3s ease;
	}

#slides .button {
	border-color: #fff;
	color: #fff;
	}

.button:hover {
	background: #c901a1;
	border: 1px solid #c901a1;
	color: #fff;
	transition: .3s ease;
	}
	
img.partners-logo {  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); mix-blend-mode: multiply;
	}
	
.spacer {
	display: table;
	height: 80px;
	}
	
#more.button {
    max-width: 9em;
}
.next, .nextcs {
    border-top: 1px solid #7e8083;
    padding-top: .8em;
    float: left;
    margin-top: .7em;
    cursor: pointer;
    transition: .3s all;
    clear: left;
}
.nextcs h4, .next h4 {
    font-size: .9em;
    color: #7e8083;
    margin: 0;
}
.nextcs p, .next p {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #7e8083;
}
.next:hover p, .nextcs:hover p {
    color: #f24f3a;
}
nav {
    font-weight: 400;
    font-size: 1em;
}
#slides h1, nav {
    font-style: normal;
    text-transform: uppercase;
}
#slides h1 {
    font-weight: 700;
    font-size: 2.8em;
    margin-bottom: .5em;
    color: #fff;
}
@media (min-height:1100px) {
    #slides h1 {
    font-size: 3em;
}
}@media (min-height:1100px) {
    #slides h3 {
    font-size: 1.7em;
}
}@media (min-height:1100px) {
    #slides h4 {
    font-size: 1.3em;
}
}.mod h3 {
    font-size: 1.25em;
    line-height: 1.35;
    margin-bottom: .2em;
    color: #57595b;
}
.mod h4 {
    font-size: .9em;
    margin-bottom: .7em;
}

.featured .mod h3, .featured .mod h4, .featured .mod h5, .featured .mod p, .singleMod h3, .singleMod h4, .singleMod h5, .singleMod p {
    padding: 0 6%}
.featured .mod h3, .singleMod h3 {
    color: #f24f3a;
}
.single-post #content>h1 {
    margin-bottom: .7em;
}
h4#date {
    margin: .5em 0 1.5em;
}
ol, ul {
    margin-left: 3em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
#content strong {
    font-weight: 700;
}
aside h4 {
    margin-bottom: .2em;
}
aside p {
    margin-bottom: 1.2em;
}
.textwrap {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    color: #fff;
    margin: auto;
    max-width: 60em;
}
.accordion h2 {
    font-weight: 400;
}
.tabs article>h4 {
    margin: 2em 0 1em;
    color: #f24f3a;
}
.tabs nav>ul {
    list-style-type: none;
    margin: 0;
}
.floatleft {
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
}
.light {
    font-weight: 400;
}
h2.light {
    padding-top: 1.5em;
    margin-top: 0;
}
p.note {
    font-size: .8em;
    line-height: 1.5;
    margin-bottom: 3em;
}
.viewall {
    float: left;
    clear: both;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1em;
}
.viewall:hover {
    color: #f24f3a;
}
.featured .viewall {
    color: #fff;
}
.bio #content li a:active, .bio #content li a:link, .bio #content li a:visited, .bio #content p a:active, .bio #content p a:link, .bio #content p a:visited, .single-idea #content li a:active, .single-idea #content li a:link, .single-idea #content li a:visited, .single-idea #content p a:active, .single-idea #content p a:link, .single-idea #content p a:visited {
    text-decoration: none;
    color: #7e8083;
    border-bottom: 1px dotted #7e8083;
}
.bio #content li a:hover, .bio #content p a:hover, .single-idea #content li a:hover, .single-idea #content p a:hover {
    color: #f24f3a;
    text-decoration: none;
    border-color: #f24f3a;
}
.news .col-1-3 p a:active, .news .col-1-3 p a:link, .news .col-1-3 p a:visited {
    text-decoration: none;
    color: #7e8083;
    border-bottom: 1px dotted #7e8083;
}
.news .col-1-3 p a:hover {
    text-decoration: none;
    color: #f24f3a;
    border-color: #f24f3a;
}




/* HEADER */

.logo {
	max-width: 147px;
	float: left;
	}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
	.logo {
		image-rendering: -webkit-optimize-contrast;
		}
	}
	
@media (max-width:1024px) {
	.logo {
		width: 35%;
		max-width: 10em;
		}
	}
	
@media (max-width:679px) {
	.logo {
		width: 70%;
		position: relative;
		z-index: 2;
		}
	.home header {
		position: static;
		}
	}

.subnav li a {
	margin-bottom: 2em;
	color: #00b0ff;
	}

.subnav li {
	margin: 0;
	padding: 0;
	padding-bottom: .9em;
	text-align: right;
	font-weight: 400;
	font-style: normal;
	}
	
.subnav li.active {
	border-bottom: 6px solid #00b0ff;
	padding-bottom: .5em;
	}

.subnav li.active a {
	color: #f24f3a;
	font-weight: 700;
	}

.subnav li.active :before {
	content: '';
	background: url(../../img/build/activearrow.png) no-repeat;
	width: 2em;
	height: 1em;
	position: absolute;
	margin: 2.5em 0 0;
	}

@media (max-width:679px) {
    .subnav li.active : before {
    display: none;
}
}@media (max-width:679px) {
    .subnav li.active {
    color: #fff;
}
}@media (max-width:679px) {
    .subnav li {
    padding: 1em 0;
}
}.sub3 {
    display: none;
}
.tabs article.sub3.immersion, .tabs article.sub3:first-child {
    display: block;
}
.accordion li, .page-about .col-2-3 .tabs, .page-about .col-2-3>article.sub3 {
    height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
}
.page-about .col-2-3 .tabs {
    position: relative;
}
.active.accordion li, .page-about .col-2-3 .tabs.open, .page-about .col-2-3>article.sub3.open {
    height: auto;
    transition: max-height .5s ease;
}
.active.accordion li {
    display: block!important;
}
.page-about .tabs, .page-about article.sub3 {
    margin-left: 4em;
}
.page-about .tabs>article {
    margin-left: 0;
}
li.pad {
    padding-bottom: .5em;
    border-bottom: 6px solid #fff;
}
.tabs img {
    width: 100%}


footer {
	background: #FF5105;
	display: table;
	-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
	padding-top: 100px;
	padding-bottom: 0px;
	width: 100%;
	margin-top: -100px;
	}
	
p.footer-txt {
	color: #fff;
	line-height: 1.3;
	font-size: 15px
	}

.circle {
	border-radius: 50%;
	background: #fff;
	width: 34px;
	height: 34px; 
	float: right;
	margin-left: 10px;
   transition: .3s all;
	}
	
.circle:hover .fab {
	color:  #C901A1;
	}
  
.circle .fab {
	color:  #FF5105;
	margin: auto;
	display: table;
	font-size: 20px;
	padding-top: 7px;
   transition: .3s all;
	}
	
	
	
	.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.nav button {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.2px;
	line-height: 1;
	color: #00B0FF;
	text-align: center;
	font-weight: 500;
	padding: 10px;
	}
  
.nav a {
	color: #00B0FF;
	}
    
.nav a:hover {
	color: green !important;
	} 
  
a.current { 
	color: green !important; 
	}

.col-md-2 {
  width: 22%;
  background: yellow;
  }
 
#square {
  display: inline-block;
  position: relative;
  height: 200px;
  overflow: hidden
  margin-bottom: 15px;
  }
	
#element {
  background-size: 100%;
  background-position: center center;
  }
	
.button:active, .button:hover {
  color: #fff !important;
  background-color: #C901A1;
  border-color: #C901A1;
  background: 
	transition: top 0.3s, color 0.8s, background-color 0.8s, opacity 0.8s; 
	-webkit-transition: color 0.8s, background-color 0.8s, opacity 0.8s;
  }
  
.button.is-checked {
  color: #fff !important;
  background-color: #FF5105;
  border-color: #FF5105;
  background: 
	transition: top 0.3s, color 0.8s, background-color 0.8s, opacity 0.8s; 
	-webkit-transition: color 0.8s, background-color 0.8s, opacity 0.8s;
  }
  
button {
	background: transparent;
	border: none;
	}
  
.button {
	transition: top 0.3s, color 0.8s, background-color 0.8s, opacity 0.8s; 
	-webkit-transition: color 0.8s, background-color 0.8s, opacity 0.8s, left 0.3s;
	}

.button:hover {
	color: #e90000;
	} 

.projects {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	}

h1.proj {
	margin-top: 40px;
	margin-bottom: 10px;
	}
	
h1.sub {
	font-size: 36px;
	}
	
.search-terms {
	text-transform: capitalize;
	}
	
.grid-proj {
	width: 24.9%;
	margin-bottom: 40px;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.grid-proj:hover #description h2, .grid-proj:hover #description h4, .grid-proj:hover #description p {
	color: #c901a1;
	}
  
#description {
	font-weight: 100; 
	width: 100%; 
	height: 100%; 
	transition: .3s all;
	}
	
#description p {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 100;
	transition: .3s all;
	}
  
#description h2 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	transition: .3s all;
	padding-top: 3px;
	}
	
#description h4 {
	text-transform: none;
	font-size: 10px;
	letter-spacing: 0px;
	color: #999;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.3;
	transition: .3s all;
	}
	
.pub-links {
	display: block;
	color: #00B0FF;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 500;
	transition: .3s ease;
	}
	
.pub-links a {
	color: #00B0FF;
	}
	
.pub-links a:hover {
	color: #c901a1;
	}
	



footer h3 {
    margin: 0;
    font-size: 1.13em;
}
footer .button {
    margin: 0 auto 1em;
    max-width: 25em;
}
footer p {
    clear: both;
}
footer .col-1-3 {
    padding-top: 3.7em;
}
footer .col-1-3:nth-of-type(3) {
    padding-right: 0;
}
@media (max-width:1024px) {
    footer .col-1-3 {
    padding-top: 2.6em;
}
}footer .grid>.col-1 {
    border-top: 1px solid #7e8083;
    padding-top: 2em;
    margin-top: 3em;
    padding-right: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.textRight {
    text-align: right;
}
.searchform #s {
    font-style: normal;
    font-weight: 400;
    font-size: .8em;
    border: 0;
    width: 100%;
    padding: .64em .4em;
    background: #FF5105;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 1em;
}

.main {
	margin-top: .5rem;
	float: right;
	}

@media (max-width:679px) {
	.main {
		width: 100%
		}
	}

.main a {
	display: block;
	color: #00b0ff;
	}
	
.main a:active, .main a:hover, .main a:link, .main a:visited {
	border: 0;
	}
	
.main ul {
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	}
	
.main li {
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: 1px;
   transition: .5s all ease;
	}
	
.main>ul {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 9;
}
@media (max-width:679px) {
    .main>ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.main>ul>li {
    margin-left: 1rem;
    padding: 0 .3rem;
    position: relative;
}
@media (max-width:1024px) {
    .main>ul>li {
    margin-left: .3rem;
    font-size: .85rem;
}
}@media (max-width:679px) {
    .main>ul>li {
    text-align: center;
    padding: .7rem 0;
    z-index: 10;
    margin: 0 auto;
    position: static;
}
}

.main>ul>li:hover {
	background: #C901A1;
	color: #fff !important;
	}
	
.main>ul>li:hover a {
	color: #fff;
	}
	
.current-menu-item a, a.current {
	color: #FF5105 !important;	
	}

li:hover .current-menu-item a, li.current-menu-item:hover {
	background: #fff !important;	
	background-color: #fff !important;
	}


.main .sub-menu {
    background: #fff;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .15);
}
@media (max-width:679px) {
    .main .sub-menu {
    box-shadow: none;
    position: static;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
}.main .sub-menu li {
    width: 200px;
    padding-left: 1rem;
    overflow: hidden;
    max-height: 0;
    transition: max-height .25s ease-in, background-color .1s ease;
}
@media (max-width:679px) {
    .main .sub-menu li {
    background: #f3f3f3;
    max-height: 70px;
    width: 100%;
    padding: 0;
    text-transform: none;
    font-size: .9rem;
    line-height: 1.3;
    margin-bottom: -.7rem;
}
}.main .sub-menu li:hover {
    text-decoration: none;
    background: #dcdde0;
}
.main .sub-menu li a {
    border: none;
    padding: .5rem 0;
}
section#filters {
    padding-bottom: 0;
}
span#filters {
    position: absolute;
    z-index: 5;
    float: right;
    width: 14em;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    right: 1.5em;
}
span#filters h3 {
    padding: .5em .9em;
    margin: 0;
    font-size: 1.1em;
    border: 1px solid #dcdde0;
}
span#filters h4 {
    padding: 1em;
    margin: 0;
}
span#filters>div {
    display: none;
}
@media (max-width:679px) {
    span#filters {
    width: 100%;
    position: static;
    max-width: none;
}
}span#filters.open {
    background: #dcdde0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
span#filters.open h3 {
    border: 1px solid #7e8083;
}
span#filters.open>div {
    border-bottom: 1px solid #dcdde0;
    text-align: left;
    background: #fff;
    display: block;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}
span#filters.open>div a {
    padding: .7em 1.2em;
    width: 100%;
    display: block;
}
span#filters.open>div .selected {
    background: #7e8083;
    color: #fff;
}
span#filters.open>div:hover {
    background: #dcdde0;
}
span#filters.open>div:nth-of-type(n+7) {
    display: none;
}
#loading {
    display: block;
    clear: both;
    width: 50px;
    height: 50px;
    margin: 1em auto;
}
#map {
    width: 100%;
    overflow: hidden;
    height: 31em;
}
@media (max-width:1024px) {
    #map {
    height: 29em;
}
}@media (max-width:679px) {
    #map {
    height: 18em;
}
}@media (min-height:1100px) {
    #map {
    height: 42em;
}
}.leaflet-container {
    background: #f2f1ef;
}
.mapcontent {
    margin: 0 0 2em;
    padding: 1.8em 2em;
}
.mapcontent h4 {
    color: #f24f3a;
}
.mapcontent li, .mapcontent p {
    color: #7e8083;
}
li.service, li.topic {
    display: inline;
}
#map-info.slider {
    height: auto;
}
#map-info ul {
    margin-left: 0;
}
#capabilities-case-studies {
    background: #57595b;
    width: 100%;
    padding: 0 calc(5% + 1.5em);
    margin: 0;
    transition: .3s all ease;
}
#capabilities-case-studies .country {
    display: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    padding: 1.5em 0;
    opacity: 0;
}
#capabilities-case-studies .country .col-1-2:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
}
#capabilities-case-studies .country .col-1-2:nth-of-type(2n+1) {
    clear: left;
}
#capabilities-case-studies .country p {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: .9em;
    color: #dcdde0;
    margin: 0 0 1em;
}
#capabilities-case-studies .country p span.title {
    font-size: 1.2em;
    text-transform: none;
}
#capabilities-case-studies a:active, #capabilities-case-studies a:link, #capabilities-case-studies a:visited {
    color: #7e8083;
}
#capabilities-case-studies ul {
    display: block;
    padding: 1.5em 0;
    list-style-type: none;
}
#capabilities-case-studies li {
    color: #fff;
}
#capabilities-case-studies h4 {
    color: #dcdde0;
    margin-bottom: .5em;
}
#capabilities-case-studies a:active, #capabilities-case-studies a:link, #capabilities-case-studies a:visited {
    color: #fff;
}
#capabilities-case-studies a:hover {
    color: #f24f3a;
}


	
	
@media (max-width:679px) {
    .legend {
    display: none;
}
}.legend .workedin, .legend .workedincs {
    height: 1.5em;
    width: 1.5em;
    display: block;
    float: left;
    margin-right: .5em;
}
.legend p {
    float: left;
}
.workedincs {
    background: #c88e69;
}
.workedin {
    background: #eabc9f;
}
body .fsBody .fsForm {
    border: 0;
    color: #7e8083;
    box-shadow: none!important;
}
body .fsBody .fsForm .fsLabel {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
body .fsBody .fsForm .fsSupporting, body .fsBody .fsForm input {
    font-style: normal;
    font-weight: 400;
}
body .fsBody .fsForm .fsRowBody {
    padding: 1em 0;
}
body .fsBody .fsForm .fsFieldFocused {
    background: #fff;
}
body .fsBody .fsForm .fsOptionLabel {
    float: left;
    margin: .5rem 0;
}
body .fsBody .fsForm .fsPagination {
    margin: 0 0 2rem;
}
body .fsBody .fsForm .fsSubFieldGroup {
    clear: both;
}
body .fsBody .fsForm .fsSubFieldGroup .fsSubField {
    width: 47%;
    float: left;
}
@media (max-width:679px) {
    body .fsBody .fsForm .fsSubFieldGroup .fsSubField {
    width: 100%}
}body .fsBody .fsForm .fsSubFieldGroup .fsSubField:first-child {
    margin-right: 6%}
@media (max-width:679px) {
    body .fsBody .fsForm .fsSubFieldGroup .fsSubField: first-child {
    margin-right: auto;
}
}body .fsBody .fsForm .fsSubmit {
    float: left;
    clear: both;
    padding: 0;
    background: none;
}
body .fsBody .fsForm .fsSubmit .fsSubmitButton {
    background: none;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    border: 1px solid #7e8083;
    padding: .8em 1em;
    color: #7e8083;
}
body .fsBody .fsForm .fsSubmit .fsSubmitButton:hover {
    background: #dcdde0;
    cursor: pointer;
}
a[title^="Web Form Builder"] {
    display: none;
}
input {
    width: 100%;
    font-size: 1rem;
    padding: .75rem;
}
input[type=checkbox] {
    width: auto;
    padding: 1rem;
    margin-right: .7rem;
    float: left;
    clear: left;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-wrap {
    z-index: 12;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 14;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 13;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 15;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure, img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height:300px), screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}@media all and (max-width:900px) {
    .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}body, html {
    background: #fff;
    height: 100%}
@media (max-width:1024px) {
    body, html {
    font-size: 95%}
}img {
    max-width: 100%;
    height: auto;
}
main {
    width: 90%;
    margin: 0 auto;
}

header {
	width: 100%;
	margin: auto;
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 996;
	}
	
.banner {
	width: 100%; 
	padding: 20px;
	text-align: center;
	color: #fff;
	background: #C901A1;
	transition: .7s ease;
	}
	
.banner:hover {
	background: #00B0FF;
	}
	

section {
	padding: 1.3em 1.5em;
	width: 90%;
	max-width: 1400px;
	margin: auto;
	position: relative;
	}
	
header section {
	padding: 1.3em 1.5em;
	max-width: 1400px;
	}
	
@media (max-width:679px) {
	header, section {
		width: 100%
		}
	}

@media (max-width:679px) {
    header {
    position: static;
    width: 100%;
    margin: 0 auto;
    left: 0;
}
}.home .featured {
    padding-top: 2.5em;
}
.notch {
    margin-top: -4em;
    background: #fff;
}
.noslider {
    margin-top: 6em;
}
@media (max-width:679px) {
    .noslider {
    margin-top: 1em;
}
}.col-2-3.notch {
    margin-top: -5.5em;
    padding-top: 1.5em;
    padding-left: 1.5em;
    margin-left: -1.5em;
    width: 67%;
    width: calc(66.66% + 1.5em);
}
@media (max-width:679px) {
    .col-2-3.notch {
    margin: 0 auto;
    padding: 0;
    width: 95%}
}.center {
    display: block;
    margin: auto;
    text-align: center;
    clear: both;
}

@media (max-width:679px) {
    .slider.blog, .slider.ideas {
    background: none;
}
}#slider, .home #slider, .home .slider, .slider {
    background-size: cover;
    background-repeat: no-repeat;
}

#slider, .slider {
	padding: 0;
	width: 100%;
	height:40em;
	top: 70px;
	background-position: center top;
	margin-bottom: 1em;
	}
	
.ideas-img {
	height: 25em !important;
	}

.slider {	
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);      
	       clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
	}

.intro-row {
	display: table;
	margin-top: -240px;
	margin-bottom: 80px;
	}
	
.page-intro-row {
	display: table;
	margin-top: -240px;
	margin-bottom: -100px;
	}
	
.short-intro-row {
	display: table;
	margin-top: -160px;
	margin-bottom: -60px;
	}
	
.article-intro-row {
	display: table;
	margin-top: -110px;
	margin-bottom: -60px;
	position: relative;
	z-index: 99;
	}
	
.highlight-box {
	width: 420px;
	float: left;
	padding-bottom: 60px;
	}
	
.highlight-label {
	background: #ff5105;
	margin-top: -40px;
	margin-left: -20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-right: 20px;
	display: table;
	font-size: 11px;
	transition: .3s all;
	color: #fff;
	}
	
.highlight-label-proj {
	background: #ff5105;
	margin-top: -40px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
	display: table;
	font-size: 11px;
	transition: .3s all;
	color: #fff;
	}

.highlight {
	display: inline;
	background: #ff5105;
	color: #fff;
	padding-bottom: 2px;
	word-wrap: break-word;
	font-size: 42px;
	margin-bottom: .3em;
	font-weight: 700;
	position: relative;
   left: 10px;
   padding-left: 0;
   line-height: 1.2em;
   box-shadow: 10px 0 0 #ff5105, -10px 0 0 #ff5105;
	}
	
.highlight h4 {
		color: #ff5105;
		}

	
.highlight-box-ideas {
	width: 500px;
	float: left;
	padding: 20px;
	color: #fff;
	background: #ff5105;
	margin-top: -250px;	
	transition: .3s all;
	}

.highlight-box-ideas:hover, .highlight-box-ideas:hover .highlight-label {
	background: #C901A1;
	}
	
.highlight-box-ideas p {
	color: #fff;
	font-weight: 400;
	line-height: 1.4;
	font-size: 20px;
	margin-bottom: 0;
	}
	
.intro, .intro-blurb, .intro-wide {
	font-weight: 200;
	font-size: 20px;
	line-height: 1.5;
	}
	
.intro-wide p {
	font-size: 16px;
	}
	
.intro-wide {
	width: 66%;
	}
	
.intro, .intro-wide {
	margin-bottom: 40px;
	}
	
.intro-blurb {
	width: 50%;
	max-width: 600px;
	position: absolute;
	right: 0;
	bottom: -25px;
	}

#container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	
.grid-work img {
	width: 100%;
	height: auto;
	}
	
.team #container .grid-work {
	width: 25%;
	margin-right: 0;
	padding-left: 30px;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5;
	transition: .3s all;
	box-sizing: border-box;
	}
	
.team #container .grid-work:first-of-type {
	margin-left: -30px !important;
	}
	
#container .grid-work {
	width: 22%;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5;
	transition: .3s all;
	}
	
#container .grid-work:hover .re-orange {
	color: #C901A1 !important;
	}

.banner {
	width: 100%; 
	padding: 20px;
	text-align: center;
	color: #fff;
	background: #00B0FF;
	transition: .7s ease;
	}
	
.banner:hover {
	background: #C901A1 !important;
	}
	
.grid-work a {
	color: #000;
	}
	
#container .grid-pub {
	width: 30%;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5;
	transition: .3s all;
	}
	
#container .grid-team {
	padding-right: 25px;
	padding-bottom: 20px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	line-height: 1.8;
	font-weight: 300;
	}
	
.team-blurb {
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-top: -15px;
	}

.grid-team p {
	font-weight: 200;
	line-height: 1.3;	
	font-size: 12px;
	transition: .3s all;
	}
	
.grid-team h3 {
	color: #ff5105;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	transition: .3s all;
	}
	
.grid-team:hover p, .grid-team:hover h3 {
	color: #C901A1 !important;
	transition: .3s all;
	}
	
.grid-pub:hover h3, .grid-pub:hover h4.more  {
	color: #C901A1 !important;
	transition: .3s all;
	}
	
.grid-pub p {
	font-size: 14px;
	letter-spacing: 1.5;
	transition: .3s all;
	margin-bottom: 10px;
	}
	
.grid-pub div {
	transition: .3s all;
	}
	
.grid-work-row {
	display: table;
	margin-top: 40px;
	margin-bottom: 60px;
	transition: .3s all;
	}
	
.grid-work-row img {
	float: left;
	width: 45%;
	height: auto;
	}
	
.grid-work-row-text {
	float: right;
	width: 50%;
	}
	
.grid-work-row-text p {
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5;
	padding-top: 12px;
	}
	
.grid-work-row-text .re {
	font-size: 34px !important;
	font-weight: 700;
	line-height: 1.2;
	}
	
.grid-work-row-text .re-blurb {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	transition: .3s all;
	}
	
#container div .blue-link {
	width: 80%;
	font-size: 11px;
	text-indent: -12px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 0;
	}
	
#container div .blue-link .fa-arrow-right {
	font-style: normal;
	padding-left: 15px;
	font-size: 10px;
	}
	
.blue-link {
	transition: .3s all;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 5px;
	color: #00b0ff;
	width: 100%;
	}
	
.blue-link-plus {
	font-style: normal;
	padding-right: 3px;
	}
	
.blue-link .fa-arrow-right {
	font-weight: 500;
	font-size: 11px;
	font-style: normal;
	padding-left: 3px;
	padding-bottom: 3px;
	}

.blue-link a {
	transition: .3s all;
	color: #00b0ff;
	width: 100%;
	font-style: italic;
	}
	
.blue-link a:hover {
	color: #c901a1
	}
	
.article-single .blue-link {
	font-size: 14px;
	}
	
.re {
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 22px !important;
	margin-bottom: -4px !important;
	}
	
.re-orange {
	color: #FF5105;
	transition: .3s all;
	}
	

.related {
	padding-bottom: 50px;
	}

.related h4 {
	padding-top: 3px;
	margin-bottom: 0;
	}

.related h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 3px;
    color: #000;
    transition: .3s all;
	}
	
.related p {
	font-size: 13px;
	line-height: 1.5;
	transition: .3s all;
	}
	
.related:hover h4, .related:hover h2 {
	color: #c901a1;
	}



.flexSlider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexSlider__logo {
    height: 8rem;
    width: auto;
}
#slides {
    height: 89%!important;
    height: calc(100% - 5em)!important;
    margin: 0;
    background: url(../../img/build/flameload.gif) no-repeat center center;
}
@media (max-width:679px) {
    #slides {
    background: none;
}
}.page-approach #slides {
    height: auto;
    z-index: 0;
}
.textwrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 66%;
    margin-left: 6%;
    margin-left: calc(5% + 1.5em);
}
.overflow .textwrap {
    top: 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.textwrap h4:not(.button) {
    font-size: 1.3em;
    margin-bottom: .3em;
}
@media (max-width:679px) {
    .textwrap {
    margin: 0 auto;
    width: 100%;
    padding: 0 1.5em;
}
.textwrap h1 {
    font-size: 2.1em;
}
.textwrap h3 {
    display: none;
}
}.bio #slides, .page-approach #slides, .team #slides {
    height: 37em!important;
    z-index: 0;
}
@media (min-height:1100px) {
    .bio #slides, .page-approach #slides, .team #slides {
    height: 44em!important;
}
}.slides-pagination {
    text-align: right;
    right: 6%;
    right: calc(5% + 1.5em);
    bottom: 1.5em;
}
@media (max-width:679px) {
    .slides-pagination {
    display: none;
}
}.slides-navigation {
    top: 46%;
    margin-top: -40px;
}
.slides-navigation a.next {
    width: 41px;
    height: 81px;
    background: url(../../img/build/nextarrow.png);
}
.slides-navigation a.next:hover {
    background-color: hsla(0, 0%, 100%, .6);
}
.slides-pagination a {
    border-color: #fff!important;
    color: hsla(0, 0%, 100%, 0)!important;
    width: 15px!important;
    height: 15px!important;
    margin: 0!important;
    margin-left: .5em!important;
}
.slides-pagination a.current {
    background: #fff!important;
}
.overflow {
    overflow: scroll!important;
}
.featured {
    padding-top: 7em;
}
@media (max-width:679px) {
    .featured {
    background: none;
    padding-top: 1em;
}
.featured h2 {
    color: #f24f3a;
}
.featured p {
    display: none;
}
}
	
}
@media (max-width:679px) {
    .featured .mod: after, .singleMod:after {
    display: none;
}
}.featured .mod a:first-child:before, .singleMod a:first-child:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../../img/build/arrowoverlay.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.featured .mod img, .singleMod img {
    margin-bottom: .2em;
}
@media (max-width:679px) {
    .featured .mod, .singleMod {
    height: auto;
    border: 1px solid #dcdde0;
}
}.singleMod {
    height: auto;
    border: 1px solid #dcdde0;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
}
.singleMod:after {
    height: 0;
}
.mod {
    margin-bottom: 2em;
    position: relative;
}
.mod img {
    margin-bottom: .7em;
    width: 100%;
    height: auto;
}
.col-1-3.mod.hover a:first-child:after {
    z-index: 0;
    opacity: 1;
}
.wa_cs, .wa_cs .col-1 {
    padding-right: 0;
}
.news .mod img, .partners .mod img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.partners .mod {
	margin-bottom: 3.5em;
	}

.partners .mod img {
	display: block;
	}

.home-partners {
	margin-top: 20px;
	}

.home-partners.partners .mod:nth-of-type(n+11) {
	display: none;
	}

.quote p:before, .quote p:after {
	content: '"';
	}
	
.quote p {
	font-size: 20px;
	line-height: 1.4;
	text-indent: -7px;
	padding-right: 5px;
	}
	
.quote h4 {
	color: #ff5105;
	margin-bottom: 5px;
	font-size: 13px;
	letter-spacing: 1px;
	}
	
.quote h5 {
	font-style: italic;
	font-size: 12px;
	line-height: 1.3;
	color: #ff5105;
	width: 70%;
	}

@media (min-width:1025px) {
	.partners .mod:nth-of-type(5n+6) {
   	clear: both;
		}
	.team #container::after, .further #container::after  {
		content: "";
		flex: auto;
		}
	}




.recent-posts .mod:nth-of-type(n+4) {
    display: none;
}
.textgrid .mod {
    border-top: 1px solid #7e8083;
    padding-top: 1.5em;
}

.accordion {
    border-top: 1px solid #dcdde0;
    padding: 2em 0 1.2em;
    padding-left: 4em;
}
.accordion h2:before {
    content: '+';
    position: absolute;
    margin-left: -2em;
    margin-top: -.1em;
    padding: .1em .43em .03em;
    color: #7e8083;
    border: 1px solid #7e8083;
    text-align: center;
    transition: .3s all;
}
.accordion h2:hover:before {
    background: #dcdde0;
}
.accordion h4.button, .buttonlist h4.button {
    margin-right: 2em;
    float: left;
}
.accordion.active h2:before {
    content: '–';
    position: absolute;
    margin-left: -2em;
    margin-top: -.1em;
    padding: .1em .48em .03em;
    color: #fff;
    background: #57595b;
    border: 1px solid #7e8083;
    text-align: center;
}
.col-2-3 article {
    position: relative;
}
.col-2-3 article a img {
    width: 100%}
.sub3>a:first-child:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../../img/build/tabarrow.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.sub3 h3, .sub3 p {
    position: relative;
    z-index: 1;
}
.tabs article p {
    margin-right: 34%}
@media (max-width:679px) {
    .tabs article p {
    margin: 0 auto .9em;
}
}.col-2-3 .tabs p, .col-2-3.tabs p {
    margin-right: auto;
}
.grid>ul {
    margin-left: 0;
    list-style-type: none;
}
.tabs figure img {
    margin-top: 2em;
}
.tabs figure img:first-child {
    margin: 0;
}
.inline_float {
    width: 63%}
.float_right {
    width: 33%}
.float_right, .inline_float {
    float: right;
    padding: 1.3em 0;
    margin-top: .8em;
    margin-left: 3%}
.float_right h3, .inline_float h3 {
    color: #f24f3a;
}
@media (max-width:679px) {
    .float_right, .inline_float {
    width: 95%;
    margin: 0 auto;
    padding: 2em 0;
    float: none;
}
}.wp-caption-text, figcaption {
    font-size: .9rem;
    font-style: italic;
    line-height: 1.6;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.tabs figure {
    margin-bottom: 1em;
}
.tabs figcaption {
    margin-top: 1em;
}
.tabs img {
    margin: 0;
}
#results>.background>.next {
    display: none;
}
.spread img {
    width: 100%}
@media (max-width:679px) {
    .spread img {
    margin: 0 auto;
}
}.spread figcaption {
    margin-left: 66%}
@media (max-width:679px) {
    .spread figcaption {
    margin: 0 auto;
}
}

aside {
    margin-top: 50px;
    font-size: 12px;
	}
	
	
aside #project-contact, aside #publications, aside #topics {
    border-top: 1px solid #dcdde0;
    padding-top: 1.6em;
    margin: 0 0 1.6em;
}
aside #project-contact p, aside #publications p, aside #topics p {
    margin: 0;
}
.floatRight {
    float: right;
}
.mapcontent>aside {
    margin-top: 0;
}
.partnerinfo {
    position: absolute;
    z-index: 6;
    top: 300px;
    left: 20%;
    background: #57595b;
    border-top: 10px solid #f24f3a;
    max-width: 35em;
    padding: 0 0 2em;
}
.partnerinfo h4 {
    color: #f24f3a;
}
.partnerinfo h4, .partnerinfo p {
    width: 95%;
    width: calc(100% - 4em);
    margin: auto;
}
.maininfo {
    background: #fff;
    padding: 1.5em 2em;
    margin-bottom: 1.5em;
}
.maininfo h4, .maininfo p {
    width: 100%}
#partner {
    margin-bottom: 1.5em;
}
#publications img {
    margin-top: .5em;
}
.home .about {
    padding: 5em 1.5em 4.5em;
}
h4 span {
    font-weight: 700;
}
#author {
    padding-bottom: .5em;
}
#author img.bio {
    max-width: 9em;
    padding-right: 1em;
    padding-bottom: 1em;
    margin-top: -1em;
    float: left;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}
.screen-reader {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.row {
    border-top: 1px solid #dcdde0;
    padding-top: 1rem;
    float: left;
    clear: both;
    margin: 1rem 0 0;
    width: 100%}
    


}.contact {
    border-top: 1px solid #57595b;
}
.contact .col-1-3 {
    padding-top: 20px;
}
.social {
    float: right;
}
.partners .mod.col-1-5 {
    position: relative;
}
.partners .mod.col-1-5.hasPosts img {
    cursor: pointer;
}
.partners .mod.col-1-5.hasPosts img:hover {
    opacity: .6;
    transition: .2s opacity ease;
}
#content .clientdata {
    background: #fff;
    position: absolute;
    width: 350px;
    margin-left: -1.5rem;
    padding-top: 1.5em;
    border: 1px solid #000;
    z-index: 5;
    display: none;
    border-top: 6px solid #f24f3a;
}
@media (max-width:679px) {
    #content .clientdata {
    left: 0;
    margin-left: auto;
}
}#content .clientdata h2, #content .clientdata h4, #content .clientdata p {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
#content .clientdata .bottom {
    background: #57595b;
    padding: 1.5rem 0;
    color: #fff;
    margin-top: 1.5rem;
}
#content .clientdata .bottom p {
    color: #fff;
}
#content .clientdata .blogpost:nth-of-type(n+5), #content .clientdata .casestudy:nth-of-type(n+5) {
    display: none;
}
.partnerList {
    border-top: 1px solid #7e8083;
    padding: 2rem 1.5em 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
}
@media (max-width:679px) {
    .partnerList {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
}.partnerList .mod {
    margin-bottom: 1rem;
    background: 0;
}
.linebreak {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    border-top: 1px solid #dcdde0;
    margin: 1.5em 0 3em;
}
.popup {
    width: 700px;
    max-width: 90%;
    margin: auto;
    background: #fff;
    padding: 2.5rem 1.5rem 1rem;
}
.hidden {
    display: none!important;
}
.noPad {
    padding: 0;
}
.noMargin {
    margin: 0;
}

.tw-pagination {
	padding: 0 !important;
	}

.tw-pagination li a, .tw-pagination .current {
	border: 1px solid #00b0ff !important;
	background: #fff;
	font-size: 11px;
	color: #00b0ff;
	}
	
.tw-pagination .current {
	border: 1px solid #00b0ff !important;
	background: #00b0ff !important;
	font-size: 11px;
	color: #fff !important;
	}
	
.tw-pagination li a:hover {
	background: #c901a1 !important;
	color: #fff !important;	
	border: 1px solid #c901a1 !important;
	}

.tw-pagination .prev, .tw-pagination .next {
		float: revert;
		}

.nav-previous a, .nav-next a {
	color: #00b0ff;
	}

.nav-previous { 
	float: left; 
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	color: #00b0ff;
	}

.nav-next { 
	float: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	color: #00b0ff;
	}   



/* TELEPHONE */

@media (max-width:679px) {
	
	.mobile {
		float: right;
		font-size: 26px;
		color: #00b0ff;
		line-height: 1.0;
		bottom: 0;
		padding-right: 10px;
		margin-top: 85px;
		z-index: 998;
		position: relative;
		}
		
#container .grid-team {
		padding-right: 0px;
		padding-bottom: 20px;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
		-moz-column-gap: 20px; /* Firefox */
		column-gap: 20px;
		line-height: 1.8;
		font-weight: 300;
		width: 100%;
		}
		
	
		
	.shiftnav .shiftnav-panel-close {
		background: none !important;
		}
		
	.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
		color: #00b0ff !important;
		letter-spacing: 2px;
		font-size: 20px !important;
		}
		
		
	p, li {
		font-size: 18px;
		line-height: 1.55;
		}
		
	h1 {
		font-size: 26px;
		margin-bottom: .4em;
		background: #ff5105;
		display: table;
		padding: 10px;
		font-weight: 700;
		color: #fff;
		}
		
	.intro, .intro-blurb, .intro-wide {
		font-size: 18px;
		}
		
	.jump, .sidebar, .sidebar-single {
		width: 100%;
		max-width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
		}
		
	.sidebar-single {
		margin-top: 0px;
		}
		
	.article, .article-single {
		margin-bottom: 0;
		}
		
	.sidebar a, .sidebar-single a {
		display: inline;
		padding-right: 20px;
		}
		
	#container div .blue-link {
		font-size: 13px;
		}
		
	.article-intro-row {
		margin-top: -70px;
		margin-bottom: 0;
		}
		
	.highlight {
		display: inline;
		background: #ff5105;
		color: #fff;
		padding-bottom: 2px;
		word-wrap: break-word;
		font-size: 26px;
		margin-bottom: .3em;
		font-weight: 700;
		position: relative;
	   left: 10px;
	   padding-left: 0;
	   line-height: 1.222em;
	   box-shadow: 10px 0 0 #ff5105, -10px 0 0 #ff5105;
		}
		
	.nav button {
		margin: 0.4em 0;
		}

	.featureBox {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		}
		
	.highlight-box {
		width: 90%;
		float: none;
		padding-bottom: 0px;
		}
		
	.intro-blurb {
		width: 100%;
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 40px;
		}
		
	#slider, .slider {
		height: 18em;
		}
		
	.main {
		display: none;
		}
		
	.intro-row {
		display: table;
		margin: 0;
		}
		
	.page-intro-row {
		display: table;
		margin-top: -100px;
		margin-bottom: -10px;
		}

	.grid-work-row img {
		width: 100%;
		float: none;
		padding-bottom: 10px;
		}
				
	.grid-work-row-text, .intro-wide {
		width: 100%;
		float: none;
		}
		
	.highlight-box-ideas {
		margin-top: -50px;
		width: 90%;
		}
		
	#container .grid-work {
		width: 100% !important;
		float: none;
		margin-bottom: 40px;
		}
		
	.grid {
		margin-top: 0;
		}
		
	.grid-proj {
		width: 100%;
		display: table;
		}
		
	#container .grid-pub {
		width: 100% !important;
		margin-bottom: 40px;
		float: none;
		}
		
	#container .grid-pub  img {
		display: none;
		}	
		
	.article h1 {
		margin-left: 0px;
		}
	
	.article-single-bio {
		margin-top: 0;
		}
		
	.short-intro-row {
		margin-bottom: 0;
		margin-top: -80px;
		}
		
	.team #container .grid-work {
		width: 47%;	
		margin-right: 0 !important;	
		}
		
	.team #container .grid-work:nth-of-type(odd) {
		float: left;
		}
		
	.team #container .grid-work:nth-of-type(even) {
		float: right;
		}
		
	footer .grid-work { 
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		}
		
	.circle {
		float: left;
		margin-left: 0;
		margin-right: 10px;
		}
		
	.home-partners.partners .mod:nth-of-type(n+10) {
		display: none;
		}
		
	.grid-work-row-text .re-blurb {
		font-size: 20px;
		}
		
	.grid-work-row-text .re {
		font-size: 24px !important;
		}

}


/* TABLET */

@media (max-width:1024px) {

	.grid-proj {
		width: 49.9%;
		margin-bottom: 40px;
		font-weight: 200;
		font-size: 16px;
		line-height: 1.5;
		padding-left: 20px;
		padding-right: 20px;
		}

	#container .grid-work {
		width: 46%;
		margin-bottom: 20px;
		}
		
	#container .grid-team {
		width: 100%;
		padding-right: 25px;
		padding-bottom: 20px;
		}
		
	.intro-blurb, .intro, .intro-wide {
		position: relative;
		width: 100%;
		float: none;
		display: table;
		}
		
	.intro-blurb {
		padding-bottom: 0px;
		margin-bottom: 0px;
		}
		
	.page-intro-row {
		display: table;
		margin-top: -100px;
		margin-bottom: -10px;
		}
		
	.grid {
		margin-top: 0;
		}
	
	.jump {
		display: none;
		}

	.partners .mod:nth-of-type(3n+1) {
		clear: both; 
		}
			
	.jump, .sidebar, .sidebar-single {
		width: 100%;
		max-width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
		}
		
	.sidebar a, .sidebar-single a {
		display: inline;
		padding-right: 20px;
		}
		
	.sidebar-single {
		margin-top: 0px;
		}
		
	.article, .article-single {
		margin-bottom: 0;
		}
	
	.highlight-box {
		padding-bottom: 0;
		}
	
	}
	
	


@media (max-width:679px) {
    .featureBox__image {
    min-height: 220px;
}
}.featureBox__desc {
    background: #fff;
    border-top: 10px solid #f24f3a;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3rem 0 1rem;
    margin: 0;
}

.flexWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width:679px) {
    .flexWrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.flexWrap__module {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1.5em;
}
.flexWrap__1-4 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
.flexWrap__1-3 {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%}
.flexWrap__1-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.flexWrap__2-3 {
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%}
.flexWrap__3-4 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%}
.col-2-3--floatRight {
    float: right;
    clear: both;
}
.blurbLink {
    margin: 2rem 0 6rem;
    border-top: 4px solid #f24f3a;
    font-style: italic;
    font-size: 1rem;
    padding-top: .5rem;
    max-width: 27rem;
    color: #7e8083;
}
