#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button,
.button-base,
.button-blue-border,
.button-blue-fill,
.button-gray-border,
.button-white-border,
.button-white-fill {
	align-items: center;
	border-radius: 30px;
	display: inline-flex;
	font-size: 16px;
	height: 48px;
	margin-right: 4px;
	padding: 0 40px;
	text-transform: none;
	letter-spacing: .05rem
}

.circle {
	align-items: center;
	border-radius: 50px;
	display: inline-flex;
	font-size: 16px;
	height: 90px;
	width: 90px;
	padding: 0 40px;
	text-transform: none;
	letter-spacing: .05rem
}

.button-gray-border,
.button-gray-border:focus,
.button-gray-border:hover {
	border-color: rgba(34, 34, 34, .2);
	color: rgba(34, 34, 34, .4);
	transition: background-color .2s ease-in-out
}

.button-gray-border:focus,
.button-gray-border:hover {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2)
}

.button-white-border {
	border-color: #fff;
	color: #fff;
	transition: background-color .2s ease-in-out
}

.button-white-border:focus,
.button-white-border:hover {
	background-color: #00a1e0;
	color: #fff
}

.button-white-border:focus,
.button-white-border:hover,
.button-white-fill {
	border-color: hsla(0, 0%, 100%, 0);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
	transition: background-color .2s ease-in-out
}

.button-white-fill {
	background-color: #fff;
	color: #00a1e0;
	letter-spacing: .05rem
}

.button-white-fill:focus,
.button-white-fill:hover {
	background-color: #00a1e0;
	border-color: hsla(0, 0%, 100%, 0);
	color: #fff;
	transition: background-color .2s ease-in-out
}

.button-blue-border {
	background-color: hsla(0, 0%, 100%, 0);
	border-color: #00a1e0;
	color: #00a1e0;
	transition: background-color .2s ease-in-out
}

.button-blue-border:focus,
.button-blue-border:hover {
	background-color: #fff;
	color: #00a1e0
}

.button-blue-border:focus,
.button-blue-border:hover,
.button-blue-fill {
	border-color: hsla(0, 0%, 100%, 0);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
	transition: background-color .2s ease-in-out
}

.button-blue-fill {
	background-color: #00a1e0;
	color: #fff
}

.button-blue-fill:focus,
.button-blue-fill:hover {
	background-color: #fff;
	color: #00a1e0;
	border-color: hsla(0, 0%, 100%, 0);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
	transition: background-color .2s ease-in-out
}

html {
	height: 100%;
	box-sizing: border-box
}

hr {
	border-top: 1px solid rgba(34, 34, 34, .1);
	margin-top: 0;
	margin-bottom: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

.container {
	max-width: 100%
}

.container.slim {
	max-width: 728px
}

.full-bleed-blue {
	align-items: center;
	background-color: #f1f5f8;
	display: flex;
	min-height: 60vh;
	padding-top: 28px;
	padding-bottom: 28px
}

.header:before,
.sixty-vh-container-header {
	align-items: center;
	display: flex;
	min-height: 60vh;
	justify-content: center;
	overflow: hidden;
	position: relative;
	padding-top: 100px;
	padding-bottom: 60px
}

.asia-lab:before,
.grant-support:before,
.home-footer:before,
.mission-footer:before,
.open-positions:before,
.product-support:before,
.research-directions:before,
.research-footer:before,
.sixty-vh-container {
	align-items: center;
	display: flex;
	min-height: 60vh;
	justify-content: center;
	overflow: hidden;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px
}

.fourty-vh-container-header {
	padding-top: 100px;
	padding-bottom: 60px
}

.fourty-vh-container,
.fourty-vh-container-header {
	align-items: center;
	display: flex;
	min-height: 40vh;
	justify-content: center;
	overflow: hidden;
	position: relative
}

.fourty-vh-container {
	padding: 14px 0
}

.max-vh-60 {
	max-height: 60vh
}

.max-vh-80 {
	max-height: 80vh
}

.list-item {
	border-top: 1px solid rgba(34, 34, 34, .1);
	padding-bottom: 14px;
	padding-top: 14px
}

.list-item:last-child {
	border-bottom: 1px solid rgba(34, 34, 34, .1)
}

.list-item a {
	font-weight: 300
}

.search form {
	margin-bottom: 28px
}

.margin-bottom-0,
.search input {
	margin-bottom: 0
}

.margin-bottom-28 {
	margin-bottom: 28px
}

.margin-top-28 {
	margin-top: 28px
}

.margin-top-56 {
	margin-top: 56px
}

.margin-top-84 {
	margin-top: 84px
}

.margin-top-148 {
	margin-top: 148px
}

.margin-bottom-28 {
	margin-top: 28px
}

.padding-28 {
	padding-bottom: 28px
}

.padding-28,
.padding-28-top {
	padding-top: 28px
}

.padding-bottom-28 {
	padding-bottom: 28px
}

.padding-56 {
	padding-top: 56px;
	padding-bottom: 56px
}

.padding-84 {
	padding-top: 84px;
	padding-bottom: 84px
}

.padding-148,
.padding-148-top {
	padding-top: 148px
}

.padding-148 {
	padding-bottom: 148px
}

.sky-blue {
	background-color: #f1f5f8
}

.white {
	background-color: #fff
}

.block {
	display: block
}

.flex-grid {
	display: flex;
	flex-direction: row
}

.flex-grid>.flex-column {
	flex: 1
}

.content-outside {
	background-color: #f1f5f8
}

.content-inside {
	padding: 12%
}

.vertical-center {
	align-items: center;
	display: flex;
	min-height: 60vh
}

.horizontal-center {
	justify-content: center
}

.grid-item {
	background-color: rgba(241, 245, 248, .5);
	padding: 12%;
	width: 100%
}

@media (min-width:0) {
	.grid-container {
		display: contents
	}
}

@media (min-width:780px) {
	.grid-container {
		display: grid;
		grid-column-gap: 28px;
		grid-template-columns: repeat(2, 1fr)
	}
}

.background-img-opacity,
.equality-img:after,
.ethics-img:after,
.ethics-OEHU-img:after,
.ethics-trailhead-img:after,
.grants-img:after,
.mission-video:after,
.open-source-img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: -1
}

.check-mark {
	height: 36px;
	margin-right: 14px
}

.img-round {
	border-radius: 50%
}

.gdpr-banner {
	background-color: #f3f3f3;
	bottom: 0;
	display: none;
	padding: 5px 20px 20px 5px;
	position: fixed;
	width: 100%;
	z-index: 1
}

.gdpr-banner-close {
	color: rgba(34, 34, 34, .6);
	float: right;
	padding-right: 10px
}

.nav-wrapper .navbar-item {
	margin-right: 16px;
}

.subnav-container a{
	white-space:nowrap;
}

.nav-wrapper .hamburger {
	color: rgba(34, 34, 34, .8);
	float: right;
	font-size: 28px;
	font-weight: 100
}

.nav-wrapper a {
	color: rgba(34, 34, 34, .8);
	font-size: 12px;
	font-weight: 200;
	text-decoration: none;
	transition: background-color .2s ease-in-out
}

.nav-wrapper a:focus,
.nav-wrapper a:hover {
	/*
	color: #00a1e0;
	*/
	transition: background-color .2s ease-in-out
}

.navbar {
	width: 100%;
	/*
	background-color: #e1e1e1;
	*/
	background-color: #e1f4ff;
	z-index: 99;
	position: fixed;
	top: 0;
	max-height: 64px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2)
}

.navbar .navbar-container {
	/*
	display: flex;
	flex-direction: row;
	*/
	margin-top:8px;
	margin-left:10px;
	min-height: 64px;
	align-items: center
}


.navbar .navbar-container .title, .navbar .navbar-container .menu{
	display:inline-block;
	margin-left:5px;
	/*
	margin-top:8px;
	*/
}

.navbar .navbar-container .title {
	margin-top:8px;
	font-size:0.8em;
	/*
	margin-left:4%;
	*/
}

.navbar .navbar-container .fab {
	font-size:26px;
}

.navbar .navbar-container div.menu{
	float:right;
	margin-top:14px;
}

.navbar .navbar-container img {
	height: 30px;
	position: relative;
	margin-right:20px;
	margin-top:-2px;
}


.mobile-nav.dropped .navbar .navbar-container img {
	margin-top:-1px;
}

.mobile-nav .navbar .navbar-container img {
	margin-top:-14px;

}

.navbar .navbar-container .active {
	/*
	color: #00a1df
	*/
	font-weight:bold;
	border-bottom:2px solid ;
}

.subnav {
	width: 100%;
	background-color: #fff;
	z-index: 99;
	position: fixed;
	/*max-height:40px;*/
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .2)
}

.subnav .subnav-container {
	/*display:flex;flex-direction:row;*/
	min-height: 40px;
	align-items: center;
	/*
	width: 80%;
	*/
	margin: 0 auto;
	/*position:relative;left:136px*/
}

.subnav .subnav-container .active {
	color: #00a1df
}

@media (min-width:0px) {
	.mobile-nav .navbar {
		min-height: 64px
	}
	.mobile-nav .navbar-container {
		display: grid
	}
	.mobile-nav .hamburger {
		position: absolute;
		right: 0px;
		margin-top: 2px
	}
	.mobile-nav .navbar-item {
		/*
		margin-bottom: 28px;
		*/
		margin-left: 0
	}
	.mobile-nav .sub-item {
		margin-left: 20px
	}
	.mobile-nav .mobile-nav-dropdown {
		display: none
	}
	.dropped .mobile-nav-dropdown {
		display: contents
	}
	.dropped .navbar {
		max-height: 100vh;
		overflow-y: scroll
	}
	.dropped .salesforce-logo {
		position: relative;
		top: 11px;
		margin-bottom: 38px
	}
}

@media (min-width:1181px) {
	.mobile-nav {
		display: none
	}
	.mobile-nav .hamburger {
		right: 0
	}
}



.desktop-nav .navbar-container{
	margin:0 auto;
	width:72%
}

.desktop-nav .navbar-container{
	/*
	padding-left:4%;
	*/
	max-width: 1366px;
}


@media (max-width:1180px) {
	.desktop-nav {
		display: none
	}
}

@media print {
	.nav-wrapper {
		display: none
	}
}

.footer {
	background-color: #f1f5f8
}

.footer .footer-container {
	display: flex;
	flex-direction: column;
	min-height: 100px;
	align-items: left
}

.footer .footer-container .img-media-icons {
	display: flex;
	flex-direction: row;
	margin: 10px 0;
	align-items: center
}

.footer .footer-container img {
	position: relative;
	top: 4px;
	height: 36px
}

.footer .footer-container .footer-item {
	margin-bottom: 10px
}

.footer .footer-container a {
	color: rgba(34, 34, 34, .8);
	font-size: 14px;
	font-weight: 200;
	text-decoration: none;
	transition: background-color .2s ease-in-out
}

.footer .footer-container a:focus,
.footer .footer-container a:hover {
	color: #00a1e0;
	transition: background-color .2s ease-in-out
}

.footer .active {
	color: #00a1df
}

.footer .media-icons-0 {
	margin-left: auto
}

.footer .media-icons-0 .fa {
	padding: 0 6px 0 20px
}

.footer .media-icons-1 {
	display: none
}

.footer .disclaimer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 28px;
	padding-bottom: 28px;
	text-align: center;
	line-height: 25px
}

@media (min-width:680px) {
	.footer .footer-container {
		display: flex;
		flex-direction: row;
		min-height: 100px;
		align-items: center
	}
	.footer .footer-container .footer-item {
		margin-left: 18px;
		margin-bottom: 0
	}
	.footer .footer-container .media-icons-1 {
		display: block;
		margin-left: auto
	}
	.footer .footer-container .media-icons-1 .fa {
		padding: 0 6px 0 20px
	}
	.footer .footer-container .media-icons-0 {
		display: none
	}
	.footer .disclaimer {
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding-top: 28px;
		padding-bottom: 28px;
		text-align: center;
		line-height: 25px
	}
}

#model code {
	font-size: 16px;
	background: #31353a;
	border: none;
	border-radius: 10px;
	color: #fff
}

#model .model-intro {
	display: flex;
	justify-content: center;
	align-items: center
}

#model .model-content {
	padding-top: 28px;
	padding-bottom: 28px
}

#model .api-request {
	white-space: normal
}

#model .terminal-window {
	text-align: left;
	width: 100%;
	border-radius: 10px;
	margin: auto auto 28px
}

#model .terminal-window pre {
	overflow: hidden
}

#model .terminal-window header {
	background: #30353a;
	height: 30px;
	border-radius: 8px 8px 0 0;
	padding-left: 15px
}

#model .terminal-window header .button {
	width: 12px;
	height: 12px;
	margin: 10px 4px 0 0;
	display: inline-block;
	border-radius: 8px;
	padding: 0;
	border: none
}

#model .terminal-window header .button.green {
	background: #3bb662
}

#model .terminal-window header .button.yellow {
	background: #e5c30f
}

#model .terminal-window header .button.red {
	background: #e75448
}

#model .terminal-window section.terminal {
	background: #30353a;
	border-radius: 0 0 8px 8px;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-family: monospace;
	font-size: 16px;
	overflow: auto;
	padding: 15px;
	top: 30px;
	width: 100%
}

#model .terminal-data {
	display: none
}

#model .terminal-window .gray {
	color: grey
}

#model .terminal-window .green {
	color: green
}

@font-face {
	font-family: Salesforce Sans;
	font-weight: 100;
	src: url(../fonts/SalesforceSans-Light.woff2) format("woff2"), url(../onts/SalesforceSans-Light.woff) format("woff")
}

@font-face {
	font-family: Salesforce Sans;
	font-weight: 200;
	src: url(../fonts/SalesforceSans-Regular.woff2) format("woff2"), url(../fonts/SalesforceSans-Regular.woff) format("woff")
}

@font-face {
	font-family: Salesforce Sans;
	font-weight: 300;
	src: url(../fonts/SalesforceSans-Bold.woff2) format("woff2"), url(../fonts/SalesforceSans-Bold.woff) format("woff")
}

@font-face {
	font-family: Rozha One, serif;
	font-weight: 300
}

body {
	color: rgba(34, 34, 34, .8);
	font-family: Salesforce Sans, Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 200;
	margin-top: 64px;
	min-height: 100%
}

small {
	font-size: 12px
}

small,
small a {
	color: rgba(34, 34, 34, .6)
}

p {
	line-height: 32px
}

a {
	/*
	text-decoration: none;
	*/
	color: rgba(34, 34, 34, .8)
}

a,
a:focus,
a:hover {
	transition: background-color .2s ease-in-out
}
/*
a:focus,
a:hover {
	color: #00a1e0
}
*/
.underline-link {
	box-shadow: 0 1px 0 #fff, 0 2px 0 #00a1e0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: -.5px;
/*
	text-transform: capitalize
*/
}

h1 {
	font-size: 60px
}

h2 {
	font-size: 26px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 0
}

.text-center {
	text-align: center
}

.slim-length {
	max-width: 728px;
	margin: auto auto 2.5rem
}

.caption {
	color: #777;
	display: block;
	font-size: .8em;
	font-style: italic;
	margin-top: 10px
}

.header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #bde3ec;
	background-attachment: fixed;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.header-careers:before {
	background-image: url(../../images/pages/clouds0.png)
}

.header-grants:before,
.header-singapore:before {
	background-image: url(assets/clouds1.png)
}

.header-home:before {
	background-image: url(../../images/pages/clouds0.png)
}

.header-mission:before {
	background-image: url(../../images/pages/clouds3.png)
}

.header-press:before {
	background-image: url(../../images/pages/clouds0.png)
}

.header-products:before {
	background-image: url(clouds1.png)
}

.header-publications:before {
	background-image: url(../../images/pages/clouds2.png)
}

.header-research:before {
	background-image: url(../../images/pages/clouds3.png)
}

.br10 {
	border-radius: 10px
}

.aie-video {
	display: flex;
	height: 310px
}

.aie-iframe {
	margin: auto;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
	border-radius: 4px;
	width: 560px;
	height: 310px;
	border: 0
}

.research-directions {
	height: auto
}

.research-directions:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../../images/pages/ai-economist/footer.jpg);
	background-color: #b5dbe4;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 100%
}

.connect-card {
	width: 100%;
	padding: 28px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dddbda;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
	margin: 14px 0
}

.sky-bear {
	position: absolute;
	width: 14%;
	left: 0;
	bottom: -20%;
	z-index: -1
}

.drop-shadow {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3)
}

.astro-cape {
	position: absolute;
	width: 20%;
	top: 0;
	right: -10%;
	transform: rotate(20deg);
	transform: scaleX(-1)
}

@media (min-width:577px) {
	.moonshot strong+p {
		margin-bottom: 0
	}
}

@media (min-width:780px) {
	.astro-cape {
		position: absolute;
		width: 26%;
		top: 40%;
		right: -10%
	}
	.research-directions {
		padding-bottom: 230px
	}
	.astro-seeds {
		max-width: 400px
	}
}

@media (min-width:1500px) {
	.research-directions {
		padding-bottom: 320px
	}
}

@media (max-width:900px) {
	.ai-economist-contact .six.columns {
		width: 100%;
		margin-left: 0
	}
	.ai-economist-contact .margin-top-84 {
		margin-top: 28px
	}
}

@media (max-width:780px) {
	.video-intro .six.columns {
		width: 100%
	}
}

@media (max-width:577px) {
	.press-logos img {
		max-width: 80%
	}
	.astro-seeds {
		max-width: 40%
	}
}

@media (max-width:544px) {
	.vision-first {
		display: none
	}
}

@media (min-width:544px) {
	.vision-last {
		display: none
	}
}

.singapore-team-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	background-image: url(../../images/pages/singapore-group.jpg)
}

.singapore-view {
	max-width: 100%
}

#WWH {
	display: block
}

@media (min-width:0) {
	.singapore-view {
		top: -30px;
		position: relative
	}
	.IPP {
		position: relative;
		background-color: #f1f5f8;
		top: -320px;
		padding-top: 220px;
		margin-bottom: -320px
	}
	.singapore-team-wrap {
		background-color: #f1f5f8;
		overflow: visible!important
	}
	.singapore-team-wrap .singapore-team {
		position: relative;
		top: -220px
	}
	.singapore-team-wrap .content-outside {
		background-color: #fff;
		border-radius: 4px 4px 0 0
	}
	.singapore-team-wrap p {
		text-align: left
	}
	.singapore-container {
		display: block;
		justify-content: space-between
	}
	.singapore-container .singapore-item {
		width: 100%;
		padding: 28px;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #dddbda;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
		margin: 14px 0;
		display: flex;
		flex-direction: row
	}
	.singapore-container .singapore-right {
		position: relative;
		bottom: 220px
	}
	.singapore-container .singapore-item-left {
		margin: auto 0;
		padding-right: 28px
	}
	.singapore-container .adv-numbers {
		line-height: 1;
		font-size: 15vw;
		font-family: Rozha One, serif;
		color: #d3d3d3;
		justify-content: center;
		vertical-align: bottom
	}
	.singapore-container p {
		margin-bottom: 0
	}
	.singapore-container .title {
		line-height: 32px
	}
	.singapore-container .blurb {
		font-size: 12px;
		line-height: 25px
	}
	.singapore-container .singapore-astro {
		max-height: 180px;
		display: block;
		margin: auto
	}
	#FAQ-singapore .list-item {
		border-bottom: 1px solid rgba(34, 34, 34, .1);
		border-top: 0;
		padding-bottom: 14px;
		padding-top: 14px
	}
	#FAQ-singapore .list-item:first-child {
		padding-top: 0
	}
	.singapore-intro {
		position: relative;
		bottom: 150px;
		z-index: 10
	}
	.singapore-team-img {
		width: 100%;
		height: 70vh;
		border-radius: 0 0 4px 4px
	}
	.singapore-right {
		width: 100%
	}
	.singapore-culture {
		max-width: 100%;
		position: relative
	}
}

@media (min-width:550px) and (max-width:844px) {
	.singapore-container .singapore-item {
		display: block;
		text-align: center
	}
	.singapore-container .singapore-item .singapore-item-left {
		padding-right: 0
	}
	.singapore-container .singapore-item .adv-numbers {
		font-size: 80px
	}
}

@media (min-width:768px) {
	.singapore-team-wrap .singapore-team-img {
		height: auto;
		border-radius: 0 4px 4px 0
	}
	.singapore-team-wrap .content-outside {
		border-radius: 4px 0 0 4px
	}
}

@media (min-width:845px) {
	.singapore-item .adv-numbers {
		font-size: 8vw;
		color: #d3d3d3
	}
}

@media (min-width:1200px) {
	.singapore-intro {
		display: flex
	}
	.seven.columns {
		width: inherit
	}
	.five.columns {
		width: 500px
	}
	.singapore-container {
		display: flex
	}
	.singapore-container div:first-child,
	.singapore-container div:nth-child(3) {
		margin-right: 0 px
	}
	.singapore-container .leader-item {
		width: 24%;
		float: none
	}
	.singapore-item .adv-numbers {
		font-size: 80px
	}
	.IPP {
		padding-top: 230px
	}
}

.blog-posts a {
	color: #00a1df
}

.blog-content {
	padding-top: 28px;
	padding-bottom: 28px
}

.citation {
	background: #f3f3f3;
	padding: 10px;
	margin-bottom: 2.5rem
}

table {
	width: 100%;
	border-collapse: collapse;
	background: #f7f7f7;
	border-radius: 2px
}

table td,
table th {
	padding: 10px!important;
	font-size: 14px;
	line-height: 18px;
	text-align: left
}

table td {
	vertical-align: top;
	border-top: 1px solid #ddd
}

table th {
	padding-top: 9px;
	font-weight: 700;
	vertical-align: middle
}

.text-example-data>pre>code {
	white-space: normal
}

.breakout {
	margin: 0 -20%
}

img.u-max-full-width {
	display: block;
	margin: auto
}

figure {
	margin: 0
}

figcaption {
	font-style: italic;
	font-size: .8em;
	color: #777;
	display: block;
	margin-top: 10px;
	margin-bottom: 2.5rem;
	text-align: center
}

.normal-text-wrap {
	white-space: normal
}

.blog-card a:focus .blurb,
.blog-card a:hover .blurb {
	color: rgba(34, 34, 34, .8)
}

.blog-card a:focus .blog-content,
.blog-card a:hover .blog-content {
	background-color: #fcfcfd;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2)
}

.blog-card .blog-content {
	display: flex;
	flex-direction: row;
	padding: 28px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dddbda;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	margin: 14px 0
}

.blog-card .blog-content p {
	margin-bottom: 0
}

.blog-card .blog-content .time {
	flex: 1 1 13%;
	color: rgba(34, 34, 34, .6);
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 14px
}

.blog-card .blog-content article {
	flex: 1 1 100%
}

.blog-card .blog-content article .title {
	line-height: 25px
}

.blog-card .blog-content article .blurb {
	font-size: 12px;
	line-height: 25px
}

.blog-card .blog-content img {
	margin-bottom: 28px;
	max-height: 100px
}

.ohana-img {
	background-image: url(../../images/pages/careers-ohana1.jpg)
}

.leadership-img,
.ohana-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.leadership-img {
	-webkit-animation-name: rotateLeadership;
	animation-name: rotateLeadership;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.open-positions {
	height: auto
}

.open-positions:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../../images/pages/careers-footer.jpg);
	background-color: #c2e8fa;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 100%
}

.sky-character6-container {
	position: relative
}

.sky-character6 {
	position: absolute;
	width: 20%;
	left: 0;
	top: -30%;
	z-index: -1
}

.sky-character7-container {
	position: relative
}

.sky-character7 {
	position: absolute;
	width: 10%;
	left: -5%;
	bottom: 95%;
	z-index: -1;
	transform: rotate(-10deg)
}

@media (min-width:0) {
	.leader-container {
		display: block;
		justify-content: space-between
	}
	.leader-container .leader-item {
		width: 100%;
		padding: 28px;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #dddbda;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
		margin: 14px 0
	}
	.leader-container p {
		margin-bottom: 0
	}
	.leader-container .title {
		line-height: 32px
	}
	.leader-container .blurb {
		font-size: 12px;
		line-height: 25px
	}
	.leader-container img {
		margin-bottom: 28px;
		max-height: 180px
	}
}

@media (min-width:850px) {
	.leader-container {
		display: block
	}
	.leader-container div:first-child,
	.leader-container div:nth-child(3) {
		margin-right: 28px
	}
	.leader-container .leader-item {
		min-height: 483px;
		width: 47%;
		float: left
	}
}

@media (min-width:1200px) {
	.leader-container {
		display: flex
	}
	.leader-container div:first-child,
	.leader-container div:nth-child(3) {
		margin-right: 0
	}
	.leader-container .leader-item {
		width: 24%;
		float: none
	}
}

@media (max-width:1150px) {
	.open-positions .four.columns {
		width: 100%
	}
	.open-positions .eight.columns {
		width: 100%;
		margin: 0
	}
	.sky-character7 {
		position: absolute;
		width: 15%;
		left: 80%;
		bottom: -5%;
		z-index: -1;
		transform: rotate(-12deg)
	}
}

@media (max-width:767px) {
	.career-wrap {
		flex-wrap: wrap
	}
	.career-wrap .flex-column {
		flex: auto
	}
	.career-reverse-wrap {
		flex-wrap: wrap-reverse
	}
	.career-reverse-wrap .flex-column {
		flex: auto
	}
	.leadership-img,
	.ohana-img {
		width: 100%;
		height: 70vh
	}
	.benefits .four.columns {
		width: 100%;
		margin: 0
	}
	.sky-character6 {
		top: -50%
	}
}

.header-ethics {
	padding-bottom: 150px
}

.marc-img {
	background-image: url(../../images/pages/ethics-marc-benioff.jpg)
}

.ethics-equality-img,
.marc-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.ethics-equality-img {
	background-image: url(../../images/pages/ethics-equality.jpg)
}

.ethics-OEHU-img {
	position: relative
}

.ethics-OEHU-img:after {
	background-image: url(../../images/pages/ethics-OEHU-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.ethics-trailhead-img {
	position: relative
}

.ethics-trailhead-img:after {
	background-image: url(../../images/pages/ethics-trailhead-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.sky-character4-container {
	position: relative
}

.sky-character4 {
	position: absolute;
	width: 20%;
	top: -40%;
	right: -10%;
	transform: rotate(20deg)
}

@media (min-width:0) {
	.ethics-wrap {
		background-color: #f1f5f8;
		padding-top: 50px
	}
	.ethics-wrap .slim {
		position: relative;
		bottom: 170px;
		margin-bottom: -170px
	}
	.ethics-wrap p {
		margin-bottom: 0
	}
	.ethics-wrap .ethics-astro {
		position: relative;
		width: 40%;
		left: 30%;
		bottom: -20px
	}
	.ai-ehtics-item {
		width: 100%;
		padding: 28px;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #dddbda;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
		margin: 14px 0;
		display: flex;
		flex-direction: column
	}
	.ai-ehtics-item .ai-ehtics-icon {
		padding: 14px
	}
	.ai-ehtics-item .ai-ehtics-icon img {
		display: block;
		margin: 0 auto
	}
	.ai-ehtics-item .ai-ehtics-content h4 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px
	}
	.ai-ehtics-item .ai-ehtics-content p {
		text-align: center
	}
	.commitment {
		width: 100%;
		padding: 28px;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #dddbda;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
		margin: 0 0 14px
	}
	.ethics-blog {
		padding-top: 0;
		padding-bottom: 170px;
		display: block
	}
	.ethics-blog .container {
		margin-top: 90px
	}
	.ethics-member-wraper {
		background-color: #f1f5f8
	}
	.ethics-member-container {
		display: block;
		justify-content: space-between;
		position: relative;
		bottom: 90px
	}
	.ethics-member-container div:first-child {
		margin-bottom: 28px
	}
	.ethics-member-container .ethics-member-item {
		width: 100%;
		padding: 28px;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #dddbda;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
	}
	.ethics-member-container .ethics-member-item p a {
		font-size: 18px
	}
	.ethics-member-container p {
		margin-bottom: 0
	}
	.ethics-member-container .title {
		line-height: 32px
	}
	.ethics-member-container .blurb {
		font-size: 12px;
		line-height: 25px
	}
	.ethics-member-container img {
		margin-bottom: 28px;
		max-height: 180px
	}
	.ethics-OEHU-img {
		margin-bottom: 28px
	}
}

@media (min-width:577px) {
	.ai-ehtics-item {
		margin: 14px 0;
		display: flex;
		flex-direction: row
	}
	.ai-ehtics-item .ai-ehtics-icon {
		padding: unset;
		padding-right: 28px;
		margin: auto 0
	}
	.ethics-wrap .ethics-astro {
		width: 20%;
		left: 40%
	}
	.ethics-wrap .ai-ehtics-content h4,
	.ethics-wrap .ai-ehtics-content p {
		text-align: left
	}
}

@media (min-width:780px) {
	.sky-character4 {
		position: absolute;
		width: 20%;
		top: -20%;
		right: -10%
	}
	.ethics-wrap {
		max-height: 950px
	}
	.ethics-wrap .slim {
		position: relative;
		bottom: 190px
	}
	.ethics-equality-img {
		width: 100%;
		height: 70vh
	}
	.ethics-OEHU-img {
		margin-bottom: unset
	}
	.ethics-blog {
		padding-top: 600px
	}
	.ethics-blog .container {
		display: block
	}
}

@media (min-width:850px) {
	.ethics-member-container {
		display: flex
	}
	.ethics-member-container .ethics-member-item {
		width: 48%;
		float: none
	}
	.ethics-member-container div:first-child {
		margin-bottom: auto
	}
}

@media (min-width:1150px) {
	.ethics-wrap {
		position: relative
	}
	.ethics-wrap .ethics-astro {
		position: absolute;
		width: 10%;
		left: 10%;
		bottom: -10px
	}
	.ethics-blog {
		overflow: visible;
		padding-top: 450px;
		padding-bottom: 260px
	}
	.ethics-blog .container {
		margin-top: 90px
	}
}

@media (min-width:0px) {
	.concerned-bear {
		width: 70%;
		margin-left: 26%
	}
}

.grant-img {
	width: auto;
	height: auto;
	background-image: url(../../images/pages/careers-ohana2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.grant-support {
	height: -webkit-fill-available;
	height: -moz-available;
	height: stretch;
	text-align: center
}

.grant-support:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../../images/pages/lake.jpg);
	background-color: #83bfbd;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 100%
}

.grant-tabcontent {
	display: none
}

#emailSubscriptionForm {
	padding: 0;
	margin-bottom: 20px;
	max-width: 600px;
	position: relative
}

#emailSubscriptionForm .grant-plant-left {
	position: absolute;
	z-index: -1;
	left: -27%;
	top: 10%
}

#emailSubscriptionForm .grant-plant-right {
	position: absolute;
	z-index: -1;
	right: -26%;
	top: 10%
}

.grant-form {
	background-color: #f1f5f8;
	border-radius: 5px;
	padding: 45px;
	z-index: 1;
	margin: 10px 0 15px;
	position: relative
}

.grant-form .form-group {
	display: flex;
	flex-direction: row
}

.grant-form .form-group .form-cell {
	flex: auto
}

.grant-form .form-group input {
	height: 38px;
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.grant-form .form-group input focus {
	border: 1px solid #33c3f0;
	outline: 0
}

.grant-form .form-group label {
	flex: none;
	display: block;
	width: 125px;
	font-weight: 700;
	font-size: 1em
}

.grant-form .form-group label .right-inline {
	text-align: right;
	padding-right: 8px;
	padding-left: 10px;
	width: auto
}

.grant-form .form-modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 84.7%, .6)
}

.grant-form .form-modal-content {
	display: none;
	z-index: 1;
	background-color: #fefefe;
	margin: auto;
	padding: 50px 50px 40px;
	max-width: 600px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: calc(50% - 300px)
}

.grant-form .form-modal-content p {
	margin-bottom: 15px;
	letter-spacing: 0
}

.grant-form .form-modal-content h2 {
	margin-bottom: 0;
	letter-spacing: 0
}

.grant-form .form-modal-content div {
	text-align: center
}

.grant-form .form-modal-content div img {
	width: 100%
}

#FAQs {
	padding-top: 0
}

#FAQs p {
	margin-bottom: 0
}

#FAQ .list-item:last-child {
	margin-bottom: 20px
}

.faq-answer {
	display: none
}

#TOPICS {
	display: block;
	position: relative
}

#TOPICS ul {
	list-style-type: circle;
	font-size: .97em;
	-webkit-columns: 2;
	-moz-columns: 2;
	column-count: 2;
	margin-bottom: 0
}

.grant-tabs {
	border-bottom: 1px solid rgba(34, 34, 34, .1);
	margin-bottom: 1.5em
}

.grant-tab-links {
	font-size: 1em;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	border-radius: 0
}

.grant-tab-links:focus,
.grant-tab-links:hover {
	color: #00a1e0;
	border-bottom: 2px solid #00a1e0
}

.grant-subnav-buttom-blue {
	border-bottom: 2px solid #00a1e0
}

.faq-question {
	margin-bottom: 0;
	font-size: 1em;
	border: none
}

.faq-answer,
.faq-question {
	padding-left: 20px;
	margin-left: 20px
}

.arrow {
	position: absolute;
	left: 20px
}

div p a {
	text-decoration: underline;
	/*
	-webkit-text-decoration-color: #00a1e0;
	text-decoration-color: #00a1e0
	*/
}

.timeline {
	display: none
}

.cards {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-top: 0
}

.cards:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 2px solid rgba(142, 129, 148, .5)
}

.card {
	position: relative;
	width: 46%;
	height: 20%;
	padding: 14px;
	margin: 30px 0;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border: 1px solid #dddbda;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.card:nth-child(2n) {
	align-self: flex-start
}

.card:nth-child(odd) {
	align-self: flex-end
}

.card:nth-child(2n) .card_date,
.card:nth-child(2n) .card_info {
	text-align: right
}

.card:nth-child(2n) .card_date:before {
	left: 107.2%
}

.card:nth-child(2n) .card_date:before,
.card:nth-child(odd) .card_date:before {
	z-index: 0;
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background-color: #00a1e0;
	box-shadow: 0 0 2px 6px #f1f5f8
}

.card:nth-child(odd) .card_date:before {
	right: 106.6%
}

.cards {
	position: relative
}

.astro-wave {
	position: absolute;
	width: 20%;
	left: 20px;
	top: 25px;
	z-index: 0
}

.grant-support-card {
	display: block;
	margin: 0 auto;
	background-color: #fff;
	padding: 28px;
	border-radius: 30px;
	max-width: 450px
}

.grant-support-card p {
	margin: 0 auto
}

.grant-support-card a {
	color: #00a1e0
}

@media (max-width:767px) {
	#TOPICS ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
	.grant-wrap {
		flex-wrap: wrap
	}
	.grant-wrap .flex-column {
		flex: auto
	}
	.grant-img {
		width: 100%;
		height: 70vh
	}
	.card:nth-child(2n) .card_date:before {
		left: 106.6%
	}
	.card:nth-child(odd) .card_date:before {
		right: 106%
	}
}

@media (max-width:700px) {
	.grant-plant-left,
	.grant-plant-right {
		display: none
	}
	.grant-form .form-group {
		display: flex;
		flex-direction: column
	}
	.grant-form .form-group .form-cell {
		flex: auto
	}
	.grant-form .form-group .form-cell input {
		width: 100%
	}
	.grant-form .form-group .form-cell:last-child {
		padding-left: 0
	}
	.grant-form .form-modal-content {
		margin: 0;
		padding: 20px;
		left: 0
	}
	.grant-form .form-modal-content div img {
		width: 90%
	}
	.card:nth-child(2n) .card_date:before {
		left: 106%
	}
	.card:nth-child(odd) .card_date:before {
		right: 105%
	}
	.display-none {
		display: none
	}
	.min-height {
		min-height: 485px
	}
}

@media (max-width:330px) {
	.min-height {
		min-height: 465px
	}
}

#heroku-dashboard {
	margin-top: 10%
}

#heroku-dashboard .einstein {
	max-height: 250px
}

#heroku-dashboard .usage h2 {
	display: inline
}

.home-video {
	display: flex;
	background-color: #f1f5f8;
	height: 320px
}

.home-iframe {
	margin: auto;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	border-radius: 4px;
	top: -10rem;
	width: 660px;
	height: 410px;
	border: 0
}

.grants-img,
.home-iframe {
	position: relative
}

.grants-img:after {
	background-image: url(../../images/pages/home-grants.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.open-source-img {
	position: relative
}

.open-source-img:after {
	background-image: url(../../images/pages/home-open-source.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.home-blog-img {
	border-radius: 50%;
	position: relative;
	bottom: 25px
}

.home-blog-einstein-img {
	position: relative;
	right: 50px
}

.home-footer {
	height: -webkit-fill-available;
	height: -moz-available;
	height: stretch
}

.home-footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../../images/pages/home-footer.jpg);
	background-color: #b4dce5;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 100%
}

.sky-character1-container {
	position: relative
}

.sky-character1 {
	position: absolute;
	width: 14%;
	right: 0;
	bottom: 0;
	z-index: -1
}

@media (min-width:0) {
	.featured-container {
		display: block;
		justify-content: space-between
	}
	.featured-container .featured-item {
		width: 100%;
		padding: 28px;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #dddbda;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
		margin: 14px 0
	}
	.featured-container p {
		margin-bottom: 0
	}
	.featured-container .title {
		line-height: 32px
	}
	.featured-container .blurb {
		font-size: 12px;
		line-height: 25px
	}
	.featured-container img {
		margin-bottom: 28px;
		max-height: 180px
	}
	.highlight {
		background-color: #fcfcfd!important;
		box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2)!important
	}
	.highlight a {
		color: #00a1e0
	}
	.highlight .blurb {
		color: rgba(34, 34, 34, .8)
	}
}

@media (min-width:850px) {
	.featured-container {
		display: flex
	}
	.featured-container .featured-item {
		width: 32%
	}
}

@media (min-width:1700px) {
	.home-blog-einstein-img,
	.home-blog-img {
		width: 80%
	}
}

@media (min-width:1900px) {
	.home-blog-text {
		position: relative;
		top: 125px
	}
}

@media (max-width:1150px) {
	.home-blog .four.columns {
		width: 100%
	}
	.home-blog-img {
		margin-bottom: 28px!important
	}
	.home-blog-einstein-img {
		display: none!important
	}
}

@media (max-width:1150px) {
	.home-publications .button {
		margin-bottom: 28px
	}
	.home-publications .four.columns {
		width: 100%
	}
	.home-publications .eight.columns {
		width: 100%;
		margin: 0
	}
}

@media (max-width:779px) {
	.open-source-img {
		margin-bottom: 28px
	}
	.home-iframe {
		margin-left: 10px;
		margin-right: 10px;
		width: 100%;
		height: auto;
		border: 0
	}
}

@media (max-width:420px) {
	.sky-character1 {
		width: 20%
	}
}

.video-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 99999;
	opacity: 0;
	transition: opacity .4s ease-in;
	pointer-events: none
}

.video-modal:target {
	opacity: 1;
	pointer-events: auto
}

.video-modal>div {
	width: 50%;
	height: 50%;
	position: relative;
	margin: 10% auto
}

.close {
	color: #fff;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none
}

.mission-video {
	position: relative;
	background-color: rgba(241, 245, 248, .5)
}

.mission-video:after {
	background-image: url(../../images/pages/mission-video.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.asia-lab {
	text-align: center
}

.asia-lab:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../../images/pages/mission-sfra.jpg);
	background-color: #bae4ec;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%
}

.asia-lab-card {
	display: block;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 30px;
	max-width: 80%;
	padding: 60px
}

.ethics-img {
	position: relative
}

.ethics-img:after {
	background-image: url(../../images/pages/mission-ethics.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.equality-img {
	position: relative
}

.equality-img:after {
	background-image: url(../../images/pages/mission-equality.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.mission-footer {
	height: -webkit-fill-available;
	height: -moz-available;
	height: stretch
}

.mission-footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../../images/pages/mission-footer.jpg);
	background-color: #def1f9;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 100%
}

.mission-grants-img {
	-webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	transform: rotate(10deg);
	width: 80%
}

.mission-sfra-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-image: url(../../images/pages/mission-sfra.jpg)
}

.sky-character2-container {
	position: relative
}

.sky-character2 {
	position: absolute;
	width: 20%;
	left: -50px;
	top: -10%;
	z-index: -1
}

@media (max-width:779px) {
	.mission-grants .six.columns {
		width: 100%
	}
	.mission-grants .vertical-center {
		display: contents
	}
	.mission-grants .mission-grants-img {
		margin-top: 28px
	}
	.ethics-img {
		margin-bottom: 28px
	}
	.sky-character2 {
		width: 50%;
		left: -50px;
		top: 40%
	}
}

@media (max-width:767px) {
	.mission-reverse-wrap {
		flex-wrap: wrap-reverse
	}
	.mission-reverse-wrap .flex-column {
		flex: auto
	}
	.header-mission {
		margin-bottom: 28px
	}
	.mission-sfra-img,
	.mission-video {
		width: 100%;
		height: 70vh;
		margin-bottom: 28px
	}
}

@media (max-width:467px) {
	.asia-lab-card {
		max-width: 100%;
		padding: 30px
	}
}

@media (max-width:327px) {
	.asia-lab-card {
		padding: 12px
	}
}

#onetrust-pc-sdk .group-description,
#onetrust-pc-sdk .group h3 {
	font-weight: 100
}

.category-menu-switch-handler:focus {
	outline: none
}

#onetrust-consent-sdk #onetrust-pc-sdk .active-group {
	border-color: #00a1e0!important
}

#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button {
	border-color: #00a1e0;
	text-align: center;
	background-color: #00a1e0;
	border-color: hsla(0, 0%, 100%, 0);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
	color: #fff;
	transition: background-color .2s ease-in-out;
	display: inline-grid
}

#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button:hover {
	background-color: #fff;
	color: #00a1e0;
	border-color: hsla(0, 0%, 100%, 0);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
	transition: background-color .2s ease-in-out
}

#onetrust-pc-sdk .pc-header>#pc-title {
	margin-left: 15%
}

@media (min-width:550px) {
	#onetrust-pc-sdk .pc-header>#pc-title {
		font-size: 2rem;
		margin-top: 2.5%
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk.otPcTab .pc-header>#pc-title {
		margin-top: 2.5%
	}
	#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button {
		float: right;
		width: auto
	}
}

@media (max-width:640px) {
	#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button {
		float: unset;
		width: 90%;
		margin: auto auto 10px
	}
}

@media only screen and (max-width:640px) and (min-width:320px) and (orientation:landscape) {
	#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button {
		float: right;
		width: auto;
		margin-right: 10px
	}
}

@media (max-width:1150px) {
	.press .button {
		margin-bottom: 28px
	}
	.press .four.columns {
		width: 100%
	}
	.press .eight.columns {
		width: 100%;
		margin: 0
	}
}

.product-container img {
	height: 50px;
	margin-bottom: 28px
}

.product-item {
	background-color: #f1f5f8;
	padding: 12%;
	width: 100%
}

.product-link {
	border-top: 1px solid rgba(34, 34, 34, .1);
	padding-bottom: 14px;
	padding-top: 14px
}

.product-link:last-child {
	border-bottom: 1px solid rgba(34, 34, 34, .1)
}

.product-support {
	height: -webkit-fill-available;
	height: -moz-available;
	height: stretch;
	text-align: center
}

.product-support:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../../images/pages/products-footer.jpg);
	background-color: #83bfbd;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 100%
}

.sky-character5-container {
	position: relative
}

.sky-character5 {
	position: absolute;
	width: 30%;
	left: 0;
	bottom: -30%;
	z-index: -1
}

@media (min-width:0) {
	.product-container {
		display: contents
	}
	.product-container img {
		height: 50px;
		margin-bottom: 28px
	}
}

@media (min-width:780px) {
	.product-container {
		display: grid;
		grid-column-gap: 28px;
		grid-template-columns: auto auto;
		margin: 28px
	}
	.product-container img {
		height: 50px;
		margin-bottom: 28px
	}
}

@media (max-width:779px) {
	.product-item:first-child {
		border-bottom: 1px solid rgba(34, 34, 34, .1)
	}
	.sky-character5 {
		width: 30%;
		left: 0;
		bottom: -20%
	}
}

.research-footer {
	height: -webkit-fill-available;
	height: -moz-available;
	height: stretch
}

.research-footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../../images/pages/research-footer.jpg);
	background-color: #def1f6;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 100%
}

.research-blog-img {
	-webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 25% 50%, 0 0);
	clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 25% 50%, 0 0);
	width: 80%;
	transform: rotate(-10deg)
}

.sky-character3-container {
	position: relative
}

.sky-character3 {
	position: absolute;
	right: 2%;
	bottom: -64%;
	width: 20%;
	transform: rotate(10deg)
}

@media (max-width:1150px) {
	.research-publications .button {
		margin-bottom: 28px
	}
	.research-publications .four.columns {
		width: 100%
	}
	.research-publications .eight.columns {
		width: 100%;
		margin: 0
	}
	.research-blog .six.columns {
		width: 100%
	}
	.research-blog .research-blog-img {
		margin-bottom: 28px
	}
	.research-blog .vertical-center {
		display: contents
	}
	.sky-character3 {
		bottom: -60%
	}
}

@media (max-width:1180px) {
	.sky-character3 {
		bottom: -60%
	}
	.slds-p-vertical--medium {
		display:none;
	}
}





.header:before, .sixty-vh-container-header {
     min-height: 40vh;
}

.states {
    stroke: #fff;
    stroke-width:1px;
}
.states:hover{
  opacity: .6;
}

.legendLinear text {
    font-size: 12px;
}

.legendLinear {
        /*
    margin-left:400px;
            */
}

.d3-tip {
  line-height: 1;
  padding: 12px;
  background: rgba(43,43,43, 0.8);
  color: #fff;
  border-radius: 2px;
}

.map {
        display:inline-block;
}

#control {/*
        float:right;*/
}

.maps {
}

.lines path {
  stroke-width: 2;
  fill: none;
}

.lines .axis path,
.lines .axis line {
        fill: none;
        stroke: white;
        stroke-width: 1;
        shape-rendering: crispEdges;
	display:none;
}


.lines div.line {
	/*
        width:134px;
	margin-bottom:10px;
	*/
	height:110px;
	margin-right:15px;
        float:left;
}

.line svg {
	/*
	border-bottom:2px solid grey;
	*/
}

.line .chart_label {
	border-top:2px solid grey;
	margin-top:-6px;
	z-index:2000;
}

/*
ul.tabs {
          display: table;
          list-style-type: none;
          margin: 0;
          padding: 0;
      }

      ul.tabs>li {
          float: left;
          padding: 10px;

      }

      ul.tabs>li:hover {

      }

      ul.tabs>li a.selected {
          border-bottom:2px solid #5f5f5f;
      }

      div.content {
          border: 1px solid black;
      }
      ul { overflow: auto; }
      div.content { clear: both; }

 .tabs a:focus, .tabs a:hover {
    color: #222222;
}

*/

.slds-p-vertical--medium {
  position: fixed;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slds-progress_vertical .slds-progress__item.slds-is-active a {
	color:#222;
}


.highlight2 {
   color:#3b96de;
}

.lines span {
	color:grey;
}


.legend {
	font-size:12px;
}

.legend .label{
	display:inline-block;
	position:relative;
	bottom:2px;
}

.legend .color{
	width:14px;
	height:14px;
	display:inline-block;
	margin-right:6px;
}

.legend .red{
	/*
	background-color:#E16032;
	*/
	background-color:#E287B2;
}

.legend .yellow{
	background-color:#FFB03B;

}

.legend .blue{
	/*
	background-color:#52B7D8;
	*/
	background-color:#54A778;

}
