/*	NORMALIZE
────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────────────────── */

@import url("import/normalize.css");

/*	GLOBAL STYLES
────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────────────────── */

html {
	font-size: 100%;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight:300;
	color:#4D5358;
}
body {
	background-color:#e1e1e1;
	font-size: 1.125em; /* 16 / 16 */
	line-height: 1.5em; /* 24 / 16 */
	background-repeat:no-repeat;
	background-size:100%;
	/*padding-left:3px;
	padding-right:3px;*/
}

/*	TYPOGRAPHY
────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────────────────── */

/*TYPEKIT*/

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading ul {
	/* styles to use before Typekit is loaded */
	/*opacity:0;*/
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active ul {
	/* styles to use after Typekit is loaded */
	/*opacity:1;
	-webkit-transition: all 1000ms linear;*/
}

/*END TYPEKIT*/

h1, h2, h3, h4 {
	margin:0; padding:0;
	font-family: 'IBM Plex Sans', serif;
}
h5, h6 {
	padding-top:0; margin-top:2em;
	font-family: 'IBM Plex Sans', serif;
}
h1 {
	font-size: 2.125em; /* 36 / 18 */
	line-height: 1.25em; /* 45 / 36 */
	margin-bottom: .25em;
	font-weight:300;
	color:#fff;
}
h1.hello {
	font-size:2.75em;
	/*font-weight:300;*/
	display:block !important;
}

h2 {
	font-size: 1.125em; /* 20.5 / 18 */
	line-height: 1.5em; /* 34 / 26 */
	margin-bottom: 1.5em; /* 39 / 26 */
	font-weight:300;
	color:#F2F4F8;
	opacity:0.8;
	font-family: 'IBM Plex Sans', sans-serif;
}
.profilepromo h2 a {
	opacity: 1;
}
h3 {
	font-size: 1.5em; /* 18 / 18 */
	line-height: 1.333333333333333em; /* 24 / 18 */
	margin-bottom: .6666666666666667em; /* 18 / 24 */
	/*margin-top:3em;*/
	margin-bottom:1.25em;
	font-weight:300;
	color:#21272A;
	/*text-transform:uppercase;*/
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
	white-space: nowrap;
}

.dark {color:#444;}
.maincontent h1:first-child:after, .maincontent h3:first-child:after {
	display:block;
	content:"—";
}
.sidecontent h1:first-child:after, .maincontent h3:first-child:after {
	display:block;
	content:" ";
}
/*.maincontent h3:after {
	display:block;
	content:" ";
	margin:1em -1em;
	border-bottom:solid 1px rgba(0,0,0,0.2);
}*/
h4 {
	font-size: 1.25em; /* 22.5 / 16 */
	line-height: 1.4em; /* 24 / 21 */
	margin-bottom: 0.25em; /* 24 / 21 */
	font-weight:300;
	color:#313840;
}
h5 {
	font-size: 1.125em; /* 18 / 16 */
	line-height: 1.333333333333333em; /* 24 / 18 */
	margin-bottom: 1.333333333333333em; /* 24 / 18 */
	font-weight:300;
	color:#313840;
	text-transform:uppercase;
}
h6 {
	font-size: .8em; /* 14.4 / 16 */
	line-height: 1.5em; /* 20 / 16 */
	margin-bottom: 1em; /* 16 / 16 */
	margin-top:0;
	font-weight:300;
	color:#F2F4F8;
	color:rgba(242,244,248,0.8);
	/*border-top:solid 1px rgba(242,244,248,0.4);
	padding-top:1em;*/
	/*text-transform:uppercase;*/
	/*letter-spacing:1px;*/
}
/*#index .outline h6 {
	color:#444;
	text-transform: uppercase;
}*/
.center_text {
	text-align:center !important;
}
.left_text {
	text-align:left !important;
}
p {
	/*font-size: 1.125em; /* 16 / 16 */
	line-height: 1.5em; /* 24 / 16 */
	margin-bottom: 1.5em; /* 24 / 16 */
	margin-top:0;
}
p.small {
	font-size:0.75em;
	color:#333;
}
b, strong {
	font-weight:400;
	color:#313840;
}
em {
	/*font-weight:400;*/
	font-style:italic;
}
sub,
sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.caption {
	font-size:.75em;
	width:100%;
	display:block;
	line-height:1.5em;
	margin:2em 0 0;
	padding-top:1.25em;
	/*border-top:dotted 1px #e1e1e1;*/
	border-top:double 3px #C1C7CD;
	font-style:italic;
	text-align:center;
	color:#697077;
}
blockquote {
	/*background-color:#F2F4F8;*/
	background-color:rgba(242,244,248,0.5);
	border-left:double 3px #C1C7CD;
	/*border-bottom:double 3px #C1C7CD;*/
	padding:1.5em 2.25em 1.5em 1.75em;
	font-style:italic;
	margin:3em 0 3em 0;
	/*box-shadow: 4px 4px 0px 0px #F2F4F8;*/

}
blockquote.comments {
	margin:3em 1em;
}
blockquote span {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight:400;
	display:block;
	margin-top:1em;
	color:#313840;
}
blockquote:before {
  content: "";
  margin-left:-6px;
}

blockquote span:after {
  content: close-quote;
}
/*.highlight blockquote {
	margin-top:0;
}*/
hr {
	height:0px;
	border:none;
	border-bottom: solid 1px #e8ecef;
	margin:25px 0;
}
.left {
	float:left;
	display:inline;
}
.right {
	float:right;
	display:inline;
}
.uppercase {
	text-transform: uppercase;
}
a:link, a:visited, a:hover, a:active {
	color:#193773;
	text-decoration:none;
	-webkit-transition: all 100ms linear;
}
a:link strong, a:visited strong, a:hover strong, a:active strong {
	color:#193773;
}
a:link b, a:visited b, a:hover b, a:active b {
	color:#193773;
}
.maincontent a:link, .maincontent a:visited, .maincontent a:hover, .maincontent a:active {
	padding-bottom:0px;
	border-bottom:solid 2px #193773;
}
.maincontent a:hover {
	color:#000;
	border-bottom:solid 2px #000;
}
.hello a:link, .hello a:visited, .hello a:hover, .hello a:active {
	padding-bottom:0px;
	border-bottom:solid 2px #193773;
	display:inline-block;
	padding-top:.25em;
}
.hello a:hover {
	color:#000;
	border-bottom:solid 2px #000;
}
.large {
	font-size: 1.125em; /* 18 / 16 */
	line-height: 1.5em; /* 24 / 16 */
	margin-bottom: 1.5em; /* 24 / 16 */
	/*margin-top:0;*/
}
.small {
	font-size: 0.875em; /* 14 / 16 */
	/*line-height: 1em;*/ /* 14 / 14 */
}
/*	CUSTOM ELEMENTS
────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────────────────── */
/*Background colour and image*/
.main-colour-index {
	background-color:#ededed !important;
}
.main-image-index-intro {
	background-image:url('../img/background-pattern-profile.svg');
}
/*#index {
	background-image:url('../img/background-profile.jpg');
	background-attachment: fixed;
	background-position: bottom;
}*/
.main-colour-profile {
	background-color:#0f111a !important;
}
.main-image-profile {
	background-image:url('../img/background-pattern-profile.svg');
}
.main-colour-masterworks {
	background-color:#3d1c60 !important;
}
.main-colour-masterworks .page-hero-message-container .mainbutton {
	width:auto;
	background-color:#3d1c60 !important;
}
.main-image-masterworks {
	background-image:url('../img/background-pattern.svg');
}
/*#masterworks, #publisher-portal {
	background-image:url('../img/background-pattern-@2x.svg');
	background-attachment: fixed;
	background-position: bottom;
}*/
.main-colour-blinkbox {
	background-color:#1c2160 !important;
}
.main-colour-blinkbox .page-hero-message-container .mainbutton {
	width:auto;
	background-color:#1c2160 !important;
}
.main-image-blinkbox {
	background-image:url('../img/background-pattern.svg');
}
/*#blinkbox, #windows-tablet-app {
	background-image:url('../img/background-pattern-@2x.svg');
	background-attachment: fixed;
	background-position: bottom;
}*/
.main-colour-experience-map {
	background-color:#202a42 !important;
}
.main-colour-experience-map .page-hero-message-container .mainbutton {
	width:auto;
	background-color:#202a42 !important;
}
.main-image-experience-map {
	background-image:url('../img/background-pattern.svg');
}
/*#experience-map {
	background-image:url('../img/background-pattern-@2x.svg');
	background-attachment: fixed;
	background-position: bottom;
}*/
.main-colour-ten-foot-experience {
	background-color:#2c3652 !important;
}
.main-colour-ten-foot-experience .page-hero-message-container .mainbutton {
	width:auto;
	background-color:#2c3652 !important;
}
.main-image-ten-foot-experience {
	background-image:url('../img/background-pattern.svg');
}
/*#ten-foot-experience {
	background-image:url('../img/background-pattern-@2x.svg');
	background-attachment: fixed;
	background-position: bottom;
}*/
.main-colour-ee {
	background-color:#005A61 !important;
}
.main-image-ee {
	background-image:url('../img/background-pattern.svg');
}
/*#ee {
	background-image:url('../img/background-pattern-@2x.svg');
	background-attachment: fixed;
	background-position: bottom;
}*/
.main-colour-typeform {
	background-color:#21201d !important;
}
.main-image-typeform {
	background-image:url('../img/background-pattern.svg');
}
/*#typeform {
	background-image:url('../img/background-pattern-@2x.svg');
	background-attachment: fixed;
	background-position: bottom;
}*/


header {
	/*min-height:80px;*/
	background-color:#F2F4F8;
	padding-top:13px !important;
	padding-bottom:0 !important;
}
nav {
	text-align:center;
	/*z-index:999;*/
	width:100%;
}
 .logo {
	width:80px;
	height:48px;
	padding-top:60px !important;
	font-size: 13px !important;
	letter-spacing: 3px;
	color:rgba(242,244,248,0.8) !important;
	margin:1em auto;
	display:block;
	background-position:top left;
	background-size:80px 48px;
	background-repeat:no-repeat;
	background-image:url('../img/nohue-light.png');
	opacity:0.8;
	-webkit-transition: all 100ms linear;
}
 .logo:hover {
	opacity:1;
	cursor: pointer !important;
}
 .logo.active {
	opacity:1;
}
footer .logo, footer .logo:hover {
	/*opacity:0.4;
	cursor:default;*/
	display:none;
	visibility: hidden;
}
.homepage .logo {
	background-image:url('../img/nohue.png');
}
.homepage .logo:hover {
	/*opacity:0.4;*/
}
.logo a {
	display:block;
	height:48px;
}
.logo-spacer {
	height:3em;
}
header.homepage .logo-spacer {
	height:0;
}
#menu {
	display:block;
	padding-bottom:0px;
	margin:0 auto;
}
#menu:hover {
	cursor:pointer;
}
nav ul li {
	display:inline-block;
	padding:0;
	font-size:0.95em;
	line-height:25px;
	font-weight:400;
	z-index: 999;
}
nav ul li a:link, nav ul li a:visited, nav ul li a:hover, nav ul li a:active {
	color:#F2F4F8;
	padding:3px 0 15px 0;
	border-bottom:none;
}
nav ul li a:hover {
	color:#F2F4F8;
}
.homepage nav ul li a:link, .homepage nav ul li a:visited, .homepage nav ul li a:hover, .homepage nav ul li a:active {
	color:#777;
	padding:3px 0 15px 0;
	border-bottom:none;
}
.homepage nav ul li a:hover {
	color:#777;
}
nav ul li.active a:link, nav ul li.active a:visited {
	color:#F2F4F8;
	font-weight: 400;
	background-image: none;
	opacity:1;
}
.homepage nav ul li.active a:link, .homepage nav ul li.active a:visited {
	color:#000;
	font-weight: 400;
	background-image: none;
	opacity:1;
}
nav ul, nav ul ul.sub-menu {
	padding:0;
	margin: 0;
}
nav ul li {
	list-style-type: none;
	display: inline-block;
	/*text-transform:uppercase;*/
	font-size:1.25em;
	font-weight:300;
}
nav ul ul.sub-menu li {
	list-style-type: none;
	text-align:center;
	display: block;
	padding:0;
	/*text-transform: uppercase;*/
	font-size:.75em;
	font-weight: 300;
}
nav ul ul.sub-menu li.active a {
	cursor:default;
}
nav ul ul.sub-menu li.menu_title {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size:1em;
	color:rgba(242,244,248,0.6);
	padding:1em 0;
	text-transform: none;
	font-weight: 300;
}
.homepage nav ul ul.sub-menu li.menu_title {
	color:rgba(0,0,0,0.2);
}
header .menu_title {
	display:none !important;
	visibility: hidden !important;
}
nav ul li a, nav ul li ul.sub-menu li a, nav ul li.active ul.sub-menu li a {
	text-decoration: none;
	color:#F2F4F8;
	font-weight:300;
	display:block;
}
nav ul li a:hover, nav ul li ul.sub-menu li a:hover {
	color:#fff;
}
nav ul li {
	width:100%;
	text-align:center;
	position: relative;
}
.menu-spacer {
	height:2em;
	display:block;
}
/*.homepage nav .menu-spacer {
	height:0em;
}*/
.footernav-spacer {
	height:1em;
}
.triangle {
	display:block;
	margin:0 auto;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(150,150,150,0.5);
	border-bottom:none;
}
.triangle.up {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(150,150,150,0.5);
	border-top:none;
}
/*sub menu*/
nav ul li ul.sub-menu {
	display:none;
	/*position: absolute;
	top: 24px;
	left: 5px;*/
	margin:0 auto;
	/*width:220px;*/
	width:100%;
	/*padding:0px 10px;*/
	/*background:#001745;*/
	/*background:rgba(0,0,0,0.25);*/
	/*border-radius:2px;*/
	/*opacity:0.8;*/
}
footer nav ul li ul.sub-menu {
	display:block;
}
.homepage nav ul li ul.sub-menu {
	/*background:#F2F4F8;*/
	/*opacity:1;*/
}
nav ul li:hover ul.sub-menu {
	/*display:block;*/
}
nav ul li ul.sub-menu .spacing {
	display:block;
	height:5px;
}
nav ul li ul.sub-menu li {
	margin:0;
	line-height:1em;
	text-align:center;
}
.homepage nav ul li ul.sub-menu li a {
	text-align:left;
	border-bottom:dotted 1px rgba(0,0,0,0.2) !important;
	line-height:1.25em;
	padding:20px 0 !important;
	color:#000;
	opacity:0.7;
	background: no-repeat right 10px center;
	background-size: 5px 8px;
	background-image: url('../img/icon-arrow-right-dark.png');
}
.homepage nav ul li ul.sub-menu li a:hover {
	color:#000;
	opacity:1;
}
nav ul li ul.sub-menu li a {
	text-align:left;
	/*border-bottom:solid 1px #193773 !important;*/
	border-bottom:dotted 1px rgba(242,244,248,0.2) !important;
	line-height:1.25em;
	padding:20px 0 !important;
	/*color:#8e9fbe;*/
	color:#F2F4F8;
	background: no-repeat right 10px center;
	background-size: 5px 8px;
	background-image: url('../img/icon-arrow-right.png');
	opacity:0.7;
}
nav ul li ul.sub-menu li a:hover {
	color:#F2F4F8;
	opacity:1;
}
nav ul li ul.sub-menu li a.contact-email {
	background-image: url('../img/icon-email.png');
	background-size: 9px 9px;
	text-transform: none;
}
nav ul li ul.sub-menu li a.contact-phone {
	background-image: url('../img/icon-phone.png');
	background-size: 9px 9px;
	text-transform: none;
}
.homepage nav ul li ul.sub-menu li a.contact-email {
	background-image: url('../img/icon-email-dark.png');
	background-size: 9px 9px;
	text-transform: none;
}
.homepage nav ul li ul.sub-menu li a.contact-phone {
	background-image: url('../img/icon-phone-dark.png');
	background-size: 9px 9px;
	text-transform: none;
}
nav ul li ul.sub-menu > li.last a {
	border-bottom:none !important;
}
.dropdown a {
	/*cursor:default;*/
	text-decoration:none;
	border:none !important;
}
/*.sub-menu a {
	cursor:pointer;
}*/
.image-strip {
	margin-top:2em;
	margin-bottom:1em;
	/*margin-left:0 !important;
	margin-right:0 !important;*/
}
.image-strip.closebottom {
	margin-bottom: 1.5em; /* 24 / 16 */
}
.image-sample {
	/*padding:0 !important;
	margin:0 !important;*/
	/*border:solid 1px #F2F4F8;*/
}
.image-sample img {
	padding:0;
	margin:0 auto .75em auto;
	display:block;
}
.image-sample.border img {
	padding:0.325em;
	/*margin:0 auto;*/
	background:#fff;
	border:solid 1px #C1C7CD;
	border-radius:2px;
	/*-webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.15);*/
}
.image-sample.border-clear img {
	border:solid 1px #F2F4F8;
}
.mainbutton {
	/*background:rgba(0,0,0,0.05);*/
}
.mainbutton a:link, .mainbutton a:visited, .mainbutton a:active  {
	width:auto;
	margin-top:-10px;
	border:solid 1px rgba(242,244,248,0.5);
	display:inline-block;
	color:#F2F4F8;
	padding:0 2em;
	font-size:0.625em;
	line-height:3.25em;
	font-weight:500;
	text-transform: uppercase;
	/*text-align:center;*/
	/*border-radius:4px;*/
	border-radius:32px;
	color:rgba(242,244,248,0.8);
	letter-spacing: 2px;
}
.mainbutton a:hover {
	border:solid 1px rgba(242,244,248,1);
	color:rgba(242,244,248,1);
}
.mainbutton.hello a:link, .mainbutton.hello a:visited, .mainbutton.hello a:active {
	border:solid 1px rgba(0,0,0,0.5);
	color:#000;
}
.mainbutton.hello a:hover {
	border:solid 1px rgba(0,0,0,1);
	color:rgba(0,0,0,1);
}
button.mainbutton  {
	background:none !important;
	width:auto;
	margin-top:8px;
	border:solid 1px rgba(242,244,248,0.5);
	display:inline-block;
	color:#F2F4F8;
	padding:0 2em;
	font-size:0.625em;
	line-height:3.25em;
	font-weight:500;
	text-transform: uppercase;
	/*text-align:center;*/
	/*border-radius:4px;*/
	border-radius:32px;
	color:rgba(242,244,248,0.8);
	letter-spacing: 2px;
}
.footer {
	margin-top:10px;
	margin-bottom:0px !important;
	padding-bottom:4em !important;
	/*background-color:#111 !important;*/
}
.footer .scroll_top {
	display:block;
	margin:0 auto 4em auto;
	width:150px;
	height:40px;
	font-size:.675em;
	line-height:40px;
	/*padding-left:3em;*/
	text-align:center;
	font-weight: 300;
	color:rgba(242,244,248,1);
	text-transform: uppercase;
	/*border-radius:40px;*/
	/*border-top:solid 1px rgba(0,0,0,0.4);*/
	/*background: no-repeat 18px center;
	background-size: 8px 5px;
	background-image: url('../img/icon-arrow-top.png');*/
	cursor:pointer;
	opacity:0.8;
}
.footer .scroll_top:hover {
	opacity:1;
	-webkit-transition: all 100ms linear;
}
/*#index .footer .scroll_top {
	color:rgba(0,0,0,1);
}*/
.footer .copyright {
	font-size:0.625em;
	text-align:center;
	margin-bottom:0;
}
/*#index footer .copyright {
	color:rgba(0,0,0,0.4);
}*/
.row {
	/*background-color:#F2F4F8;*/
	/*background-color:rgba(255,255,255,0.98);*/
	background-color: rgba(255,255,255,1);
	margin-bottom:8px;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top center;
}
.row.page-hero {
	background-color:transparent;
	display:table;
}
.page-hero-message {
	display:table-row;
}
.row.header h1, .row.header h2 {
	display:table-cell;
	vertical-align: bottom;
}
.row.page-hero-profile h1, .row.page-hero-profile h2 {
	display:block;
}
.row:last-child {
	margin-bottom:0px;
}
.footernav.row {
	margin-top:2em;
	color:rgba(242,244,248,0.4);
	background-color:rgba(0,0,0,0.2);
}
.footer.row {
	margin-top:0em;
	padding-top:1em;
	color:rgba(242,244,248,0.3);
	background-color:transparent;
}
.row {
	background-position:bottom center;
	background-repeat:no-repeat;
}
.row.homepage {
	background-color:#F2F4F8;
	background-position:bottom center;
	background-repeat:no-repeat;
}
.row.page-hero-profile {
	background-color:#151823;
	background-position:top center;
	/*padding-top:8em !important;
	padding-bottom:3em !important;*/
}
.row.page-hero-profile h2, .row.page-hero-profile h3, .row.page-hero-profile h4 {
	color:#F2F4F8;
}
.row.page-hero-profile h5 {
	color:#F2F4F8;
	padding:0;
	margin:0 0 .25em;
	/*font-size:1em;
	line-height:1.5em;*/
	text-transform:none;
}
.row.page-hero-profile h6 {
	color:rgba(242,244,248,0.8);
}
.row.page-hero-profile p, .row.page-hero-profile ul li {
	color:#A2A9B0;
}
.row.page-hero-profile strong {
	color:#F2F4F8;
}
.supporting-info {
	color:rgba(242,244,248,0.6);
	padding-top:.125em;
	padding-bottom:.375em;
	font-size:.75em !important;
	line-height:1.5em !important;
	text-transform: uppercase;
}
.achievements {
	font-size:1em !important;
	padding-bottom:0 !important;
	text-transform: none !important;
	color:rgba(242,244,248,1);
	padding-top:1em;
}
.supporting-info-profile {
	margin-top:.5em;
	margin-bottom:.375em;
	/*font-size:.75em !important;
	line-height:1.5em !important;*/
	/*padding-top:1em;
	border-top:dotted 1px #e1e1e1;*//*
	height:0;
	overflow:hidden;*/
}
.row.page-hero-profile .supporting-info-profile h5 {
	color:rgba(242,244,248,0.6);
}
.supporting-info-profile p {
	margin-bottom:1em;
}
.profile-pic {
	width:100%;
	margin:0 0 2em 0;
	display:block;
}
.profile-pic img {
	width:200px;
	margin:0 auto 1em;
	display:block;
}
.profile-pic h5, .profile-pic h6 {
	display:block;
	width:100%;
	text-align:center;
}
.profile-pic h5 {
	margin:2em auto 0;
}

.row.page-hero-profile .career, .row.page-hero-profile .skill {
	margin-top:3em;
	padding-top:1em;
	/*border-top:dotted 1px #e1e1e1;*/
	border-top:dotted 1px rgba(242,244,248,0.2);
}
.page-hero.homepage h1, .page-hero.homepage h2, .page-hero.homepage h6 {
	color:#444;
}
.page-hero-message-container {
	display:block;
	padding-bottom:1em;
}
.page-hero-message-container.full-profile {
	padding-top:4em;
}
.page-hero-message-container.profile h1, .page-hero-message-container.profile h2, .page-hero-message-container.profile h6 {
	color:#333;
}
.page-hero-message-container a {
	color:#000;
	border-bottom:solid 1px #000;
}
.page-hero.profilepromo .page-hero-message-container a {
	color:#F2F4F8;
	border-bottom:solid 1px #F2F4F8;
}
h6.case-study {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: .75em;
    font-weight: 300;
    color: rgba(242,244,248,0.7);
    text-transform: uppercase;
    padding: 0 0 .5em 0;
    letter-spacing:1px;
}
.page-hero-message-minispacer {
	clear:both;
	height:2em;
	display:block;
}
.profile .page-hero-message-container p {
	color:#F2F4F8;
}
.home-message h2 {
	font-size:1.25em;
}
.divider-grey {
	width:100%;
	margin:0 0 1em 0;
	height:1px;
	background:rgba(242,244,248,0.4);
	display:block;
	border-radius:2px;
	opacity:1;
}
.divider-darkgrey {
	width:100%;
	margin:0 0 1em 0;
	height:1px;
	background-color:#333;
	display:block;
	border-radius:2px;
	opacity:0.2;
}
article ul, ol {
	margin-bottom: 2em;
	margin-top:0;
}
article ul li, ol li {
	margin-bottom:0.5em;
	list-style-type:circle;
}
ul.submenu {
	list-style-type: none;
	padding-left:0px;
	margin-left:0;
}
ul.submenu li {
	list-style-type: none;
	background-position: left center;
	background-repeat:no-repeat;
	background-image:url('../img/icon-submenu-bullet.png');
	background-image:url('../img/icon-submenu-bullet.svg'), none;
	background-size: 12px 10px;
	padding:12px 0 12px 20px;
	margin-bottom:0;
	border-bottom:solid 1px #d3dbdf;
}
ul.submenu a:link, ul.submenu a:visited, ul.submenu a:hover, ul.submenu a:active {
	font-size:1em;
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-weight:400;
	color:#193773;
	border-bottom:none;
}
ul.submenu a:hover {
	color:#F2F4F8;
}
/*a.back-to-top {
	display:block;
	position: fixed;
	bottom: 1.5em;
	right: -6px;
	width:52px;
	height:42px;
	border-radius:3px;
	background: no-repeat 18px center;
	background-size: 10px 12px;
	background-image: url('../img/icon-arrow-top.png');
	background-image: url('../img/icon-arrow-top.svg'), none;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	padding:0 0 30px 0 !important;
}*/
nav a, .back-to-top, .menu-toggle {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.outline {
	padding-top:1em;
	margin-top:2em;
	border-top:double 3px #C1C7CD;
	/*font-size:.75em !important;*/
}
.outline h5 {
	padding-top:1em;
	margin:0 0 .25em;
	/*font-size:1em;
	line-height:1.5em;*/
	text-transform:none;
}
/*.outline h6 {
	font-family: 'IBM Plex Sans', sans-serif;
	padding-top:1em;
	border-top:dotted 1px #e1e1e1;
}
.outline h6 span {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight:400;
	color:rgba(0,0,0,0.4);
	line-height:2em;
}*/

/*	RESPONSIVE ╱ DEVICE SPECIFIC FILES
────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────────────────── */

@media screen and (min-width: 0px) and (max-width: 499px) {
	body { font-size:1.125em;}
	.gridlock .row { width: 100%; padding:3em 2em 1.75em 2em; font-size:1em; }
	.row.page-hero { padding:5em 2em; }
	.row.page-hero-intro { padding:4em 2em 6em 2em;}
	.sub-menu {font-size:1.25em;}
	.mainbutton {font-size:1.25em;}
	.supporting-info, .supporting-info-profile {
		font-size:.875em !important;
	}
	blockquote {
		padding-left:32px;
		font-style:italic;
		margin:2.5em 0 2.5em 0;
	}
	/*.outline {
		font-size:.875em !important;
	}*/
	/*.outline h6 {
		font-size:.875em;
	}
	.outline h6 span {
		font-size:1.125em;
	}
	.outline h6 {
		padding-top:2em;
	}*/
	h6.solutions {
		padding-top:0em;
		border-top:none;
	}
	.footer .scroll_top {
		font-size: .875em;
		width:160px;
	}
	.footer .copyright {
		font-size:.75em;
	}
}
@media screen and (min-width: 0px) and (max-width: 739px) {
	.image-contained img {
		max-width:40%;
		margin-left:auto;
		margin-right:auto;
	}
}
@media screen and (min-width: 500px) and (max-width: 739px) {
	.gridlock .row { width: 100%; padding:3em 2.5em 1.75em 2.5em; font-size:1em; }
	.row.page-hero { padding:5em 3em; }
	.row.page-hero-intro { padding:5em 4em 8em 4em;}
}
@media screen and (min-width: 740px) and (max-width: 979px) {
	.gridlock .row { width: 100%; padding:3em 2.5em 1.75em 2.5em; }
	.row.page-hero { padding:5em 3em; }
	.row.page-hero-intro { padding:5em 4em 8em 4em;}
}
@media screen and (min-width: 980px) {
	.gridlock .row { width: 100%; padding:4em 3em 3em 3em; }
	.row.page-hero { padding:5em 3em; }
	.row.page-hero-intro { padding:5em 4em 8em 4em;}
}
@media screen and (min-width: 1220px) {
	.gridlock .row { width: 100%; padding:4em 4em 3em 4em; }
	.row.page-hero { padding:5em 3em; }
	.row.page-hero-intro { padding:5em 4em 8em 4em;}
	.row { border-radius:3px; }
}

/*	FORMS
────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────────────────── */

fieldset {
	border:solid 1px #e8ecef;
}
label { display:block;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="search"],
input[type="datetime-local"],
textarea,
select,
select[multiple="multiple"] {
	display:block;
	margin:0 0 8px;
	border:none;
	border-radius:24px;
	background-color:#e8ecef;
	width:100%;
	padding:8px 16px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size:.875em;
	font-weight:400;
	color:#313840;
}
textarea {
	resize: none;
}
input[type="password"] {
	background-image: url(../img/icon-lock.svg) !important;
	background-position: 12px 5px;
	background-size: 16px 24px;
	background-repeat: no-repeat;
	padding-left:36px;
}
input[type="radio"],
input[type="checkbox"] {
	font-size: 110%;
	position: relative;
	top: -1px;
}
button {
	width: auto;
	overflow: visible;
}
input[type=button],
input[type=submit],
button {
	cursor: pointer;
	background:#F2F4F8;
	border:solid 2px #d3dbdf;
	width:100%;
	border-radius:3px;
	padding:7px 10px;
	font-weight:400;
	margin-top:5px;
}
::-webkit-input-placeholder {
	color:#949ba2;
}
:-moz-placeholder { /* Firefox 18- */
	color:#949ba2;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#949ba2;
}
:-ms-input-placeholder {
	color:#949ba2;
}
.hidden {
	display:none;
	visibility:hidden;
}

/*	TABLES
────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────────────────── */

table {
	width: 100%;
	margin: 1em 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	*white-space: normal;
}
table th,
table td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
table thead th,
table tfoot th {
	vertical-align: bottom;
	font-weight: normal;
	background-color: #f1f1f1;
	color: #333;
}
table caption {
	padding: 8px;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	border-bottom: 0;
}

/*	VARIOUS STYLES & HELPERS
────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────────────────── */
div, header, nav {position:relative;}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.newrow {
	clear:both;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */