@media screen and (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth
	}
}
body {
	font: 18px/24px 'Graphik-Regular', sans-serif;
	color: #4A4A4A;
}

.overflow-hidden {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
	background: #FFF url(/assets/img/bg-lg.gif);
	background-attachment: fixed;
}
html {
	box-sizing: border-box;
	height: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
	outline: 0;
}
html,
button,
input,
select,
textarea {
	font: 20px/24px 'Graphik-Regular', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

h1 {
    font-size: 41px;
    letter-spacing: .25px;
}

b, strong {
    font-family: 'Graphik-Semibold';
}

a {
	color: #1bf3ce;
	outline: 0;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 1.2em 0;
    line-height: 1.5;
}
.show-mobile {
	display: none !important;
}
/* -- edit button -- */
.editor-button {
	position: fixed;
	z-index: 99 !important;
}
.editor-button a {
	display: block;
	padding: 10px;
	background: #1bf3ce;
	overflow: hidden;
	font: 12px Arial, sans-serif;
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    display:none
}

.announcementSpacer {
    width: 100%;
    display: block;
    height: 47px;
}

.announcementBar {
    background: #1bf3ce;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9000;
	color: #4A4A4A;
}

.announcementTitle {
    font-family: "Graphik-Medium", sans-serif;
}

.announcementBar p {
    margin: 10px 0 10px 70px;
}

.announcementWrapper a,
.announcementWrapper a:visited  {
    color: black;
}
.announcementWrapper a:hover p,
.announcementWrapper a:focus p {
	text-decoration: underline;
}

.announcementClose {
    position: absolute;
    top: 10px;
    right: 20px;
}

a.announcementClose {
    font-size: 30px;
    color: grey;
    font-family: "Graphik-Light", sans-serif;
    cursor: pointer;
}

/* -- header -- */
#header {
	background-color: #252525;
}
#header .background {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: calc(100vh - 47px);
}
#header.product-detail .background,
#header.industry-detail .background,
#header.is-page .background,
#header .background.no--hero {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#header.product-detail .hero.has-padding,
#header.industry-detail  .hero.has-padding,
#header.is-page  .hero.has-padding,
#header .background.no--hero  .hero.has-padding{
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
	#header.product-detail .hero.has-padding,
	#header.industry-detail  .hero.has-padding,
	#header.is-page  .hero.has-padding,
	#header .background.no--hero  .hero.has-padding{
		padding-top: 20px;
	}
}

#header.product-detail .background .navbar,
#header.industry-detail .background .navbar,
#header.is-page .background .navbar,
#header .background.no--hero .navbar {
	position: absolute;
	top:0;
	z-index: 30;
}

#header .videoWrapper {
	position: absolute;
  	overflow: hidden;
  	width: 100vw;
  	height: 100vh;
	z-index: 1;
	top: 0;
	left: 0;
}
.announcementWrapper + #header .videoWrapper {
	height: calc(100vh - 47px);
}
#header .videoWrapper iframe {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);

    @media (min-aspect-ratio: 16/9) {
      height: 56.25vw
    }

    @media (max-aspect-ratio: 16/9) {
      width: 177.78vh
    }
}



#header.industry-detail .background {
	min-height: 400px;
	height: auto;
	overflow: hidden;
}
#header.industry-detail .background .hero-details {
	max-width: 80vw;
	margin: 0 auto 80px;
	padding: 20px;
}
@media only screen and (max-width: 450px) {
	#header.industry-detail .background .hero-details {
		padding: 20px 0;
		max-width: 90vw;
	}
}

#header .navbar {
	height: 130px;
	position: relative;
	width: 100%;
	z-index: 3;
}
#header .logo {
	position: absolute;
	top: 47px;
	left: 71px;
	z-index: 3;
	display: block;
	text-indent: -9999px;
	width: 103px;
	height: 38px;
	background: url(/assets/img/logo.svg);
	background-size: 103px 38px;
}
/* -- nav -- */
#header .nav {
	position: absolute;
	top: 42px;
    right: 20px;
    padding-left:200px; /* -- This is for logo offset- don't delete-- */
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .nav li {
	display: inline-block;
    padding-left: 1rem;
    padding-bottom: 20px;
    margin-right: 1vw;
}
#header .nav a {
	color: #FFF;
	font: 20px/20px "Graphik-Medium", sans-serif;
	display: block;
	position: relative;
    text-align: left;
}

#header .nav a:hover {
	text-decoration: none;
}
#header .nav a:hover:after {
	content: " ";
	position: absolute;
	bottom: -9px;
	left: 0;
	height: 1px;
	width: 100%;
	border-bottom: 2px solid #08E1BC;
}

#header .nav .dropdown > a:hover:after {
    border-bottom: 0;
}

#header .nav .dropdown a:hover:after {
    left: 7px;
}
    
#header .nav .dropdown {
    padding: 0;
    width: 150px;   
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	#header .nav li,
	#header .nav .dropdown {
		width: 100px;
		margin-right: 0;
	}
}

#header .hide-mobile .dropdown > a {
    text-align: center;
}

.dropdown-content {
    padding-inline-start: 0;
	z-index: 1000;
}

.dropdown-content li {
    display: block;
    position: relative;
}

.dropdown-content li a {
    color: rgb(172,172,172);
}

.dropdown-content li span {
	line-height: 1.2;
    padding-left: 10px;
	color: #ccc;
	font: 20px/20px "Graphik-Medium", sans-serif;
}

.dropdown-content li a:hover {
    color: white;
}

.dropdown-content li:hover,
.dropdown-content li:focus-within {
    cursor: pointer;
}

.dropdown-content.is-flex {
	display: flex;
	width: 100%;
	max-width: 640px;
	right: 200px;
	left: auto;
}
@media only screen and (max-width: 768px) { 
	.dropdown-content.is-flex {
		flex-direction: column;
		right: auto;
	}
}

.dropdown-content.is-flex .dropdown-content-column {
	width: 50%;
}
@media only screen and (max-width: 768px) { 
	.dropdown-content.is-flex .dropdown-content-column,
	#industries .dropdown-content {
		width: 100%;
		padding: 0 0 0 10px;
	}
	.dropdown-content.is-flex .dropdown-content-column span {
		display: none;
	}
}

.hide-mobile .dropdown-content {
    visibility: hidden;
    margin-top: 30px;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
	background: rgba(122, 122, 122, 0.89);
}
    
#header .hide-mobile .dropdown-content li {
    padding: 14px 20px;
    display: block;
}

#header .hide-mobile .dropdown-content li a {
    display: inline-block;
    line-height: 1.2;
    padding-left: 10px;
}

.hide-mobile ul li:hover > .dropdown-content,
.hide-mobile ul li:focus-within > .dropdown-content,
.hide-mobile .dropdown-content:hover,
.hide-mobile .dropdown-content:focus {
  visibility: visible;
  opacity: 1;
  
}

.dropdown-content li {
  clear: both;
  width: 100%;
}
    
.mobileoverlay .dropdown > a,.mobileoverlay .dropdown > a:hover {
    color: white;
    cursor: default;
}

#header .nav li#contact-us {
    border: 2px solid #1bf3ce;
    padding: 20px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	#header .nav li#contact-us {
		padding: 10px;
		width: 130px;
	}
}

#mobileContactButton {
    text-align: center;
}

#mobileContactButton a {
    position: absolute;
    height: 30px;
    width: 150px;
    margin: 0 auto;
    border: 2px solid #1bf3ce;
    padding: 15px;
    z-index: 999;
    top: 20px;
    left: 30%;
    display: inline-block;
    text-align: center;
}

/* -- hero -- */
#header .hero {
	margin: auto;
	position: relative;
	z-index: 2;
}
#header .hero.has-padding {
	padding-bottom: 20px;
	padding-top: 0;
}
#page-home .hero {
	width: 100%;
	height: calc(100% - 130px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#page-technology .hero {
	width: 845px;
}
#page-careers .hero {
	width: 890px;
}
#page-404 .hero {
	width: 845px;
}
#header .hero .headline {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .hero .headline-two {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font: 34px/38px 'Graphik-Semibold', sans-serif;
	padding-bottom: 25px;
	color: #fff;
}
#page-home .hero .headline {
	min-height: 500px;
	padding: 0 60px;
}
#page-technology .hero .headline {
	min-height: 400px;
	padding: 0 60px;
}
#page-careers .hero .headline {
	min-height: 515px;
}
#page-404 .hero .headline {
	min-height: 415px;
}
#header .hero .headline h1 {
	color: #FFF;
	margin: 0;
	font: 90px/90px 'Graphik-Semibold', sans-serif;
}
#header .hero.is-industry .headline h1,
#header .hero.is-page .headline h1,
#header .hero.is-product .headline h1,
#header .hero.is-certification .headline h1 {
	font: 14px/36px 'Graphik-Regular', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#header .hero .copy {
	text-align: center;
	color: #FFF;
	font: 24px/36px 'Graphik-Regular', sans-serif;
	padding: 0 70px;
}
@media only screen and (max-width: 450px) {
	#header .hero .copy {
		padding: 0;
	}
}
#page-home #header .hero .copy {
	padding-bottom: 35px !important;
	padding-top: 35px !important;
	background: rgba(217, 217, 217, 0.80);
	
	position: relative;
	margin-top: auto;
}
#page-home #header .hero .copy p {
	display: block;
	margin: 0 auto;
	font-family:'Graphik-Regular', sans-serif;
	color: black;
	font-weight: bold;
	font-size: 20px;
    line-height: 140%;
    width: 75%;
    max-width: 790px;
}
#header .hero.is-industry .copy,
#header .hero.is-page .copy,
#header .hero.is-product .copy,
#header .hero.is-certification .copy {
	font:20px/24px 'Graphik-Regular', sans-serif;
}
#page-home #header .hero .copy {
	padding-top: 75px;
}
#page-technology #header .hero .copy {
	padding: 0 85px;
	font: 24px/36px 'Graphik-Regular', sans-serif;
}
#page-careers #header .hero .copy {
	padding: 0 83px;
	margin-top: -20px;
}
#header .hero .cta {
	padding-top: 33px;
	text-align: center;
}
#header .hero .cta a {
	color: #FFF;
	font: 16px/16px 'Graphik-Medium', sans-serif;
}
#page-careers #header .hero .cta,
#page-careers .hero-section .hero-inner .cta {
	border: 2px solid #1bf3ce;
	padding: 8px 20px 20px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}
#page-careers .hero-section .hero-inner .cta a {
	padding-right: 0;
}
#header .hero .cta a:hover {
	color: #08E1BC;
	text-decoration: none;
}
#header .hero .cta a .arrow {
	display: inline-block;
	width: 41px;
	height: 13px;
	background: no-repeat url(/assets/img/arrow-long.png);
	margin-left: 20px;
}
#header .hero .cta a:hover .arrow {
	background: url(/assets/img/arrow-long-over.png);
	transform: translate(5px, 0);
	transition:all .3s;
}
/* -- content -- */

.grid {
    display: grid;
    grid-gap: 0 0;
    grid-template-columns: auto auto;
    padding: 30px;
}

#content {
	max-width: 800px;
	margin: auto;
}

#content.product-detail,
#content.industry-detail,
#content.certification-detail {
	max-width: 1325px;
	width: 100%;
}
h2.sectionhead {
	font: 24px/36px 'Graphik-Semibold', sans-serif;
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: 19px;
	margin: 0;
}

/* Backgrounds */
.background--transparent {
	background-color: transparent !important;
}
.background--white {
	background-color: #FFF !important;
}
.background--grey {
	background-color: #F4F4F4 !important;
}

.copypanel {
	padding: 205px 0 85px 0;
}
// First copypanel sibling should not have as much padding

#copypanels > .copypanel {
	padding: 80px 0 85px 0;
}
#page-technology .copypanel {
	padding-bottom: 0;
}
.copypanel .headline {
	font: 40px/48px 'Graphik-Regular', sans-serif;
	color: #000;
	padding: 19px 175px 0 0;
}
.copypanel .copy {
	font: 40px/48px 'Graphik-light', sans-serif;
}
.copypanel .copy.is-smaller,
.copypanel .copy.is-smaller p,
.copypanel.type-size--small,
.copypanel.type-size--small p {
	font: 24px/36px 'Graphik-Regular', sans-serif;
}
.copypanel .copy.is-smallest p {
	font: 16px/22px 'Graphik-Regular', sans-serif;
}

.copypanel .copy .size-small {
	font: 16px/22px 'Graphik-Regular', sans-serif !important;
}
.copypanel .copy .size-medium {
	font: 24px/36px 'Graphik-Regular', sans-serif !important;
}
.copypanel .copy .size-large {
	font: 40px/48px 'Graphik-light', sans-serif !important;
}

.copypanel.align--left {
	text-align: left;
}
.copypanel.align--center {
	text-align: center;
}
.copypanel.align--right {
	text-align: right;
}

.copypanel.align--center .headline {
	text-align: center;
	padding: 19px 0 0;
}
.copypanel.align--right .headline {
	text-align: right;
	padding: 19px 0 0 175px;
}

.copypanel .copy p {
	margin-top: 10px;
}
.copypanel .copy ul,
.copypanel .copy ol {
	margin-top: 10px;
}
.copypanel figure {
	margin-top: 15px;
	margin-left: 0;
	max-width: 50%;
}
.copypanel figure.width--fullWidth {
	max-width: 100%;
}
@media screen and (max-width: 460px) {
	.copypanel figure {
		max-width: 100%;
	}
}

.copypanel figure img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.copypanel figcaption {
	text-align: left;
}
.copypanel .image {
	text-align: center;
	padding-top: 50px;
}
.copypanel .cta {
	margin-top: 94px;
}
.copypanel .cta a {
	color: #000;
	display: block;
    font: 18px 'Graphik-Medium', sans-serif
}
.copypanel .cta a:hover {
	text-decoration: none;
	color: #08E1BC;
}
.copypanel .cta a .arrow {
	display: inline-block;
	width: 21px;
	height: 13px;
	background: no-repeat url(/assets/img/arrow-link.png);
	margin-top: 12px;
}
.copypanel .cta a:hover .arrow {
	transform: translate(5px, 0);
	transition:all .3s;
}
#page-technology #copypanels:last-child {
	padding-bottom: 260px;
}

/* -- news -- */

#page-news #header .background {
    height: 500px;
}

#page-news #header .hero .headline h1 {
    font: 60px 'Graphik-Semibold', sans-serif;
    margin-top:120px;
}

#newsentries, #blogentries {
    padding: 50px 0;
}

.newsimg, .blogimg {
    margin: 20px 0;
}

.newsblock, .blogblock {
    display: inline-block;
    float: left;
    margin-left:20px;
    background: white;
    padding: 20px;
}

.news #heading, .blog #heading {
    text-align: center;
}

.news #subhead, .blog #subhead {
    text-align: center;
}

.newsentry {
    padding: 10px;
    display: flex;
}

.newsentry .headline {
	color: #000;
    margin: 5px 0;
    line-height: 1.2;
}

.newsentry .date {
    font-weight: 900;
    color: #525252;
    text-align: left;
    font-size:19px;
}

.newsentry hr {
    overflow: hidden;
}

.news hr, .blog hr {
    border-top: 1px solid #c5c5c5;
    margin: 10px;
}
.newsentry .copy {
    margin-top:30px;
}
.newsentry p.copy {
	margin: 10px 0;
}
.newsentry .image {
	padding: 10px 10px 0 0;
    float: left;
}

.newsentry .image img {
    border-radius: 10px;
    max-width: 300px;
}
.cta, {
	margin: 10px 0 0 0;
}
.cta a {
	color: #000;
	display: block;
    font-family: 'Graphik-Medium';
}
.cta a:hover,.newsentry a:hover, .newsentry .headline:hover {
	text-decoration: none;
	color: #08E1BC;
}
.arrow {
	display: inline-block;
	width: 21px;
	height: 13px;
	background: no-repeat url(/assets/img/arrow-link.png);
	margin-top: 12px;
    margin-left: 10px;
}

.backArrow {
    display: inline-block;
	width: 21px;
	height: 13px;
    background: no-repeat url(/assets/img/backarrow-link.png);
	margin-top: 12px;
    margin-right: 10px;
    transition:all .3s;
}

a:hover .arrow {
	transform: translate(5px, 0);
	transition:all .3s;
}

a:hover .backArrow{
    
    transform: translate(-5px, 0);
	transition:all .3s;
}

#pressRelease {
    margin-bottom:100px;
}

/* -- blog -- */

#blogBack {
    max-width: 630px;
    margin: auto;
    margin-top: 40px;
}

.blogContent {
    margin: 0 auto;
}
.blogContent p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
}

.blogContent img {
    width: 100%;
}

.blogContent figure {
    margin: 60px 0 20px 0;
}
.blogImage {
    max-width: 100%;    
}

.imgCaption, figcaption {
    width: 100%;
    color: grey;
    font-family: 'Graphik-Light';
    text-align: center;
    margin-top: 0px;
}

.blogTitle {
    text-align: center;
    font-size: 50px;
    padding-bottom: 50px;
}

.blogEntry {
    margin-bottom: 80px;
    max-width: 700px;
    margin: 20px auto;
    padding: 1px 30px;
    background: white;
}

.blog-list {
    padding: 50px 0;
}

a.blogBack {
    color:#808080;
    letter-spacing: 1px;
}
a.blogBack:hover {
    text-decoration: none;
    color: black;
}


.entryDate {
    padding-bottom:15px;
    font-size: 21px;
}

.PNBlock {
    display: block;
    float: right;
}

.previousNext {
    padding-top:20px;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 630px;
    margin: auto;
}

.nextEntry #nextArrow {
    width: 100%;
    text-align: right;
}

.nextEntry a, .previousEntry a {
    color: black;
    font-family: 'Graphik-Medium';
}

.nextEntry p, .previousEntry p {
    max-width: 300px;
    font-family: 'Graphik-Medium';
    color: #8c8c8c;
}

.nextEntry a:hover, .previousEntry a:hover {
    text-decoration: none;
    color: #1bf3ce;
}

.nextEntry {
    float: right;
    text-align: right;
}

/* -- partners -- */
.partnerpanel {
	padding: 200px 0;
}
.partnerpanel .copy {
	font: 40px/48px 'Graphik-light', sans-serif;
	padding-top: 25px
}
.partnerpanel .copy p {
	margin-top: 0;
}
.partnerpanel .logos {
	margin: 0 -30px;
	padding-top: 30px;
}
.partnerpanel .logos .logo {
	display: inline-block;
	padding: 60px 28px;
	vertical-align: middle;
}
.partnerpanel .logos .logo img {
	width: 155px;
	display: block;
}
/* -- CTA Panel -- */

.ctaPanel {
    background: black;
    color: white;
    padding: 100px 10vw;
    
}

@media (hover:hover) {
    .ctaPanel {
        background-image: url(/assets/uploads/_1440x900_crop_center-center_none/Origin-poster-background-export-from-Inkscape.png);
        background-attachment: fixed;
        background-size: cover;
    }
}
 /* TOUCHSCREENS ONLY */
    @media (hover: none)  {
        .ctaPanel {
            background-image: url(/assets/uploads/_1440x900_crop_center-center_none/Origin-poster-background-export-from-Inkscape.png);
            background-attachment: scroll;
            background-size: cover;
        }
    }

.ctaPanelTitle {
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.25px;
    font-family: 'Graphik-Regular';
    margin: 0;
}

.ctaPanelBody {
	max-width: 800px;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.25px;
    font-family: 'Graphik-Regular';
    margin: 0;
	font-size: 16px;
}

.ctaPanelDetails {
    max-width: 800px;
    margin: auto;
}

.ctaButton {
    background: #252525d6;
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: auto;
    border: 2px solid #1bf3ce;
    color: white;
}

.ctaButtonCopy {
    text-align: center;
}

.ctaButtonCopy a {
    color: white;
    line-height: 46px;
}
.ctaButtonCopy a:hover {
    text-decoration: none;
    color: #1bf3ce;
}

.ctaPanel .arrow {
/*    background: no-repeat url(/assets/img/arrow-link-white.png);*/
}
.ctaPanel .cta a:hover {
    color: white;
}

/* -- cards panel -- */
.cards-panel {
	position: relative;
	padding: 100px 0;
}
.cards-panel .headline,
.cards-panel .copy {
	text-align: center;
}
.cards-panel .headline {
	font: 40px/48px 'Graphik-Regular', sans-serif;
    color: #000;
    padding-top: 16px;
}
.cards-panel .card-grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 15px;
}
.cards-panel .card-grid .card {
	position: relative;
	display: block;
	flex: 1;
}
@media screen and (max-width: 768px) {
	.cards-panel .card-grid .card {
		width: 100%;
		flex: unset;
	}
}
.cards-panel .card-grid .card .card-image {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.cards-panel .card-grid.green-background .card .card-image:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: '';
	top: 0;
	left: 0;
	background-color: rgba(16, 78, 16, 0.1);
}
.cards-panel .card-grid .card .card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.cards-panel .card-grid .card .card-content {
	position: relative;
	z-index: 3;
	padding: 40px 20px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	color: #000;
}
.cards-panel .card-grid.green-background .card .card-content {
	color: #fff;
}
.cards-panel .card-grid.green-background .card .card-icon img {
	width: 110px;
	height: 80px;
	object-fit: contain;
	margin: 20px auto 50px;
}
.cards-panel .card-grid .card .card-content .card-number {
	font: 24px/32px 'Graphik-Medium', sans-serif;
}

/* -- stories panel -- */
.stories-panel {
	position: relative;
	padding: 35px 0;
	
}
.stories-panel .headline {
	text-align: center;
	font: 32px/36px 'Graphik-Regular', sans-serif;
    color: #000;
    padding-bottom: 35px;
}
.stories-panel .stories {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	padding: 90px 0;
}
@media screen and (min-width: 768px) {
	.stories-panel .stories {
		flex-direction: row;
		gap: 50px;
		padding: 0;
	}
}
.stories-panel .stories .card {
	position: relative;
	display: block;
	width: calc(33.33333% - 90px);
}
@media screen and (max-width: 768px) {
	.stories-panel .stories .card {
		margin: 0 auto;
		width: 100%;
		flex: unset;
		padding: 35px;
		max-width: 500px;
	}
}
.stories-panel .stories .card .story-image {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.stories-panel .stories .card .story-image img {
	aspect-ratio: 1/1;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.stories-panel .stories .card p {
	display: block;
	font-size: 14px;
	margin-bottom: 35px;
}
.stories-panel .stories .card a,
.stories-panel .stories .card a:visited {
	color: #000;
	text-decoration: underline;
	font-size: 18px;
}

/* -- quotes panel -- */
.quotes-panel {
	position: relative;
	padding: 30px 0 0;
}
.quotes-panel .quote {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 20px 0;
}
@media only screen and (max-width: 650px) {
	.quotes-panel .quote {
		flex-direction: column;
		justify-content: flex-start;
		align-content: center;
	}
}
.quotes-panel .quote .quote-image {
	width: 300px;
	height: 300px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 4rem;
}
@media only screen and (max-width: 650px) {
	.quotes-panel .quote .quote-image {
		margin: 0 auto;
	}
}
.quotes-panel.text-on-left .quote .quote-image {
	display: flex;
	order: 2;
	margin-left: 4rem;
	margin-right: 0;
}
@media only screen and (max-width: 650px) {
	.quotes-panel.text-on-left .quote .quote-image {
		margin: 0 auto;
		order: 1;
	}
}
.quotes-panel .quote .quote-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.quotes-panel .quote .quote-details {
	width: calc(100% - (300px + 4rem));
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 650px) {
	.quotes-panel .quote .quote-details {
		width: 100%;
		order: 2;
		padding-top: 20px;
		text-align: center;
	}
}
.quotes-panel.text-on-left .quote .quote-details {
	order: 1;
}
.quotes-panel .quote .quote-details .quote-text {
	font: 26px/32px 'Graphik-Medium', sans-serif;
	display: block;
	padding-bottom: 1rem;
}
.quotes-panel .quote .quote-details .quote-author {
	font: 18px/24px 'Graphik-Regular', sans-serif;
	display: block;
}
.quotes-panel .quote .quote-details .quote-author span {
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
}
.quotes-panel .quote .quote-details .quote-author a,
.quotes-panel .quote .quote-details .quote-author a:visited {
	display: block;
	text-decoration: none;
}
.quotes-panel .quote .quote-details .quote-author a svg {
	width: 20px;
	height: 20px;
	fill: #0072b1;
}
.quotes-panel .swiper-horizontal>.swiper-pagination-bullets, 
.quotes-panel .swiper-pagination-bullets.swiper-pagination-horizontal, 
.quotes-panel .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #1bf3ce;
}


/* -- carousel panel -- */
.slides-panel {
	position: relative;
	padding: 30px 0 50px;
	width: 100%;
}
.slides-panel .container {
	margin: 0 auto;
	max-width: 75vw;
}
.slides-panel .headline,
.slides-panel .copy {
	text-align: center;
}
.slides-panel .headline {
	font: 40px/48px 'Graphik-Regular', sans-serif;
    color: #000;
    padding-top: 16px;
}
.slides-panel .slide {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 0;
}
@media only screen and (max-width: 968px) {
	.slides-panel .slide {
		flex-direction: column;
		justify-content: flex-start;
	}
}
.slides-panel .slide .slide-image {
	width: 800px;
	height: 450px;
	overflow: hidden;
	margin-right: 4rem;
}
@media screen and (max-width: 1450px) {
	.slides-panel .slide .slide-image {
		width: 650px;
		height: 375px;
	}
}
@media screen and (max-width: 1150px) {
	.slides-panel .slide .slide-image {
		width: 500px;
		height: 350px;
	}
}

@media only screen and (max-width: 968px) {
	.slides-panel .slide .slide-image {
		margin: 0 auto 30px;
		width: 100%;
	}
}


.slides-panel .slide .slide-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.slides-panel .slide .slide-details {
	width: calc(100% - (800px + 4rem));
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1450px) {
	.slides-panel .slide .slide-details {
		width: calc(100% - (650px + 4rem));
	}
}
@media screen and (max-width: 1150px) {
	.slides-panel .slide .slide-details {
		width: calc(100% - (500px + 4rem));
	}
}
@media only screen and (max-width: 968px) {
	.slides-panel .slide .slide-details {
		width: 100%;
		order: 2;
		padding-top: 20px;
		text-align: center;
	}
}

.slides-panel .slide .slide-details .slide-title {
	font: 24px/28px 'Graphik-Medium', sans-serif;
	display: block;
	padding-bottom: 1rem;
}

.slides-panel .slide .slide-details .slide-text {
	font: 20px/24px 'Graphik-Normal', sans-serif;
	display: block;
	padding-bottom: 1rem;
}

.slides-panel.background--grey .slide .slide-details .slide-link a, 
.slides-panel.background--grey .slide .slide-details .slide-link a:visited {
	color: #000;
}


.slides-panel .swiper-horizontal>.swiper-pagination-bullets, 
.slides-panel .swiper-pagination-bullets.swiper-pagination-horizontal, 
.slides-panel .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #1bf3ce;
}
.slides-panel.background--grey .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000;
}

/* -- Videos panel -- */
.videos-panel {
	position: relative;
	padding: 100px 0;
}
.videos-panel .headline,
.videos-panel .copy {
	text-align: center;
}
.videos-panel .headline {
	font: 40px/48px 'Graphik-Regular', sans-serif;
    color: #000;
    padding-top: 16px;
}
.videos-panel .card-grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 25px;
}
.videos-panel .card-grid .card {
	position: relative;
	display: block;
	width: calc(50% - 25px);
	height: 100%;
}
@media screen and (max-width: 768px) {
	.videos-panel .card-grid .card {
		width: calc(100% - 25px);
	}
}
.videos-panel .card-grid .card .video-player {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 56.45%;
}
.videos-panel .card-grid .card .video-player iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videos-panel.fullwidth {
	width: 100%;
	margin: 0 auto;
}
.videos-panel.fullwidth .video-player {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 56.45%;
	max-width: 1280px;
	margin: 0 auto;
}
.videos-panel.fullwidth .video-player iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -- Partners panel -- */
.partnerpanel {
	position: relative;
	padding: 100px 0;
}
.partnerpanel .headline,
.partnerpanel .copy {
	text-align: center;
}
.partnerpanel .headline {
	font: 40px/48px 'Graphik-Regular', sans-serif;
    color: #000;
    padding-top: 16px;
}

/* -- Awards panel -- */
.awards-panel {
	position: relative;
	padding: 100px 0;
}
.awards-panel .headline,
.awards-panel .copy {
	text-align: center;
}
.awards-panel .headline {
	font: 40px/48px 'Graphik-Regular', sans-serif;
    color: #000;
    padding-top: 16px;
}
.awards-panel .award-grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 15px;
}
.awards-panel .award-grid .card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	text-align: center;
	padding: 20px;
    background: #fff;
    border: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.awards-panel .award-grid .card {
		width: 100%;
		height: 480px;
		flex: unset;
		margin-bottom: 50px;
	}
}
.awards-panel .award-grid .card .award-logo {
	position: relative;
	display: block;
	width: 155px;
	height: 130px;
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	.awards-panel .award-grid .card .award-logo {
		width: 345px;
		height: 200px;
	}
}
.awards-panel .award-grid .card .award-logo img {
	display: block;
	width: 75%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	margin: 0 auto;
}
.awards-panel .award-grid .card .award-description {
	position: relative;
	text-align: center;
	color: #000;
	display: block;
	font: 18px/24px 'Graphik-Medium', sans-serif;
}
.awards-panel .award-grid .card a,
.awards-panel .award-grid .card a:visited {
	margin-top: 15px;
}

/* -- Locations panel -- */
.locations-panel {
	position: relative;
	padding: 100px 0;
}
.locations-panel .headline,
.locations-panel .copy {
	text-align: center;
}
.locations-panel .headline {
	font: 40px/48px 'Graphik-Regular', sans-serif;
    color: #000;
    padding-top: 16px;
}
.locations-panel .locations-grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 15px;
}
.locations-panel .locations-grid .location {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	text-align: center;
	padding: 20px;
    background: #fff;
    border: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.locations-panel .locations-grid .location {
		width: 100%;
		flex: unset;
		margin-bottom: 50px;
	}
}
.locations-panel .locations-grid .location .location-photo {
	position: relative;
	display: block;
	width: 100%;
	height: 145px;
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	.locations-panel .locations-grid .location .location-photo {
		height: 100%;
	}
}
.locations-panel .locations-grid .location .location-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.locations-panel .locations-grid .location .location-title {
	position: relative;
	text-align: center;
	color: #000;
	display: block;
	font: 24px/32px 'Graphik-Medium', sans-serif;
	padding-bottom: 15px;
}
.locations-panel .locations-grid .location .location-address {
	position: relative;
	text-align: center;
	color: #000;
	display: block;
	font: 18px/24px 'Graphik-Medium', sans-serif;
	padding-bottom: 15px;
}
.locations-panel .locations-grid .location .location-description {
	padding-bottom: 15px;
}

/* -- careers -- */
.jobpanel {
	padding: 215px 0 223px 0;
}
.jobpanel .jobs-tabs {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	gap: 20px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.jobpanel .jobs-tabs {
		flex-direction: column;
		gap: 0;
	}
}
  
/* Style the buttons that are used to open the tab content */
.jobpanel .jobs-tabs button {
	position: relative;
	border: 2px solid #1bf3ce;
	border-bottom-width: 0;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	text-align: center;
	appearance: none;
	color: #000 !important;
}
@media screen and (max-width: 768px) {
	.jobpanel .jobs-tabs li {
		width: 100%;
	}
	.jobpanel .jobs-tabs button {
		width: 100%;
	}
}
.jobpanel .jobs-tabs button.active {
	background-color:#1bf3ce;
	appearance: none;
}

.jobpanel .jobs-content {
	padding: 18px;
	margin-top: 0;
	border: 2px solid #1bf3ce;
}

/* Style the tab content */
.tabcontent {
	display: none;
}
.tabcontent.active {
	display: block;
}
 
.jobpanel .jobCategory {
	font: 40px/48px 'Graphik-Regular', sans-serif;
	color: #000;
	padding-top: 16px
}
.jobpanel .jobs {
	padding: 40px 0 72px 0;
}
.jobpanel .job a {
	display: block;
	font: 22px/42px 'Graphik-Regular', sans-serif;
	color: #4A4A4A;
	display: flex;
	align-items: stretch;
}
.jobpanel .job .title {
	display: inline-block;
	vertical-align: top;
	font: 30px/38px 'Graphik-Regular', sans-serif;
	padding: 0 60px 5px 0;
	flex: 1;
}
.jobpanel .job .url {
	display: inline-block;
	vertical-align: top;
	flex: 0 0 107px;
	text-align: right;
}
.jobpanel .job a:hover {
	text-decoration: none;
	color: #1bf3ce;
}
.jobpanel .job a .arrow {
	width: 21px;
	height: 13px;
	background: no-repeat url(/assets/img/arrow-link.png);
	margin-left: 15px;
	display: inline-block;
}
.jobpanel .job a:hover .arrow {
	transform: translate(5px, 0);
	transition:all .3s;
}

/* -- People panel -- */
.people-panel {
	position: relative;
	padding: 100px 0;
}
.people-panel .headline {
	font: 24px/36px 'Graphik-Semibold', sans-serif;
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: 19px;
	margin-bottom: 19px;
}
.people-panel .copy {
	max-width: 600px;
	margin: 0 auto;
	padding: 25px 0 35px;
	text-align: center;
}
.people-panel .person {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 60px;
	padding: 20px 0;
}
@media only screen and (max-width: 650px) {
	.people-panel .person {
		flex-direction: column;
		justify-content: center;
		align-content: center;
		gap: 30px;
	}
}

.people-panel .person .person-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	gap: 30px;
}
.people-panel .person .person-image {
	width: 246px;
	height: 246px;
	border-radius: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 650px) {
	.people-panel .person .person-image {
		margin: 0 auto;
	}
}

.people-panel .person .person-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.people-panel .person .person-details {
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 650px) {
	.people-panel .person .person-details {
		width: 100%;
		order: 2;
		padding-top: 20px;
	}
}
.people-panel.text-on-left .person .person-details {
	order: 1;
}
.people-panel .person .person-details .person-text {
	font-size: 14.5px;
	line-height: 36px;
	padding-bottom: 11px;
}
.people-panel .person .person-details .person-author {
	font: 18px/24px 'Graphik-Regular', sans-serif;
	display: block;
}
.people-panel .person .person-details .person-author span {
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
}
.people-panel .person .person-details .person-author a,
.people-panel .person .person-details .person-author a:visited {
	display: block;
	text-decoration: none;
}
.people-panel .person .person-details .person-author a svg {
	width: 20px;
	height: 20px;
	fill: #0072b1;
}
.people-panel .swiper-horizontal>.swiper-pagination-bullets, 
.people-panel .swiper-pagination-bullets.swiper-pagination-horizontal, 
.people-panel .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 50px;
}

/* -- team -- */

.team {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 50px;
}

.teamCard {
    padding: 20px 0 100px 0;
    margin: 0 auto;
    width: 250px;
}

.teamPhoto {
    width:150px;
    height: 155px;
    margin: 0 auto;
}

.teamPhoto img {
    width: 150px;
    border-radius: 100%;
}

.companyName {
    font-family: 'Graphik-Light';
    font-size: 32px;
    text-align: center;
    height: 45px;
	margin: 20px 0 10px;
}
.companyName.reduced-text-size {
	font-size: 22px;
	line-height: 45px;
	height: 45px;
}
.companyName.reduced-text-size {
	font-size: 22px;
	line-height: 30px;
	height: 33px;
}

.companyTitle {
    font-family: 'Graphik-Light';
    font-size: 21px;
    text-align: center;
    margin: 1.2em 0 1em 0;
}

.companyBio a {
    font-family: 'Graphik-Regular';
    font-size: 17px;
    text-transform: uppercase;
    color: #252525;
}

.companyBio a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #1bf3ce;
    transition: 0.1s;
}

.companyBio {
    text-align: center;
    margin: 0;
}

.BioOverlay-modal {
    position: fixed;
    background: #252525;
    color: white;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    overscroll-behavior: none;
    overflow-y: auto;
    display: none;
}

.BioOverlay-modalContent {
    padding: 30px;
}

.BioOverlay-modalBody {
    grid-gap: 80px;
}

.BioOverlay-modalName {
    font-size: 70px;
    font-family: 'Graphik-Light';
    line-height: 1.2;
}

.BioOverlay-modalBioTitle {
    font-family: 'Graphik-Medium';
    font-size: 40px;
    line-height: 1.4;
    padding-top: 15px;
}

.BioOverlay p {
    font-family: 'Graphik-Regular';
    font-size: 20px;
    line-height: 2;
}

.BioOverlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    font-size: 30px;
    text-align: right;
    font-family: 'Graphik-Light';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.BioOverlay-copy {
    text-align: center;
    position: absolute;
    bottom: 13px;
    color: dimgrey;
    font-family: 'Graphik-Light';
    left:0;
    right: 0;
    font-size: 14px;
}

.BioOverlay-modalLeft img {
        border-radius: 50%;
        max-height: 300px;
        width: 305px;
        object-fit: cover;
        object-position: 0px 0px;
        display: block;
        margin: auto;
}

.BioOverlay-modalRight {
    display: grid;
}

.BioOverlay-modalFooter {
    background: black;
    display: block;
    width: 100%;
    position: fixed;
    height: 50px;
    bottom: 0;
    padding: 20px;
}

@media only screen and (max-width: 430px) {
    
    .BioOverlay {
        margin-bottom: 50px;
    }
    
    .BioOverlay-modalName {
        font-size: 40px;
    }
    
    .BioOverlay-modalBioTitle {
        font-size: 26px;
    }
    
    .BioOverlay p {
        line-height: 1.8;
    }
    
    .BioOverlay-modalLeft img {
        padding: 20px;
    }
    .BioOverlay-modalContent {
        padding: 20px;
    }
    
    .BioOverlay-modalBody {
        padding: 0;
        grid-gap: 30px;
    }
}

/* -- investors -- */


#page-pressrelease #header .background {
    height: 130px;
}


/* -- footer -- */
footer {
	background: #252525;
	position: relative;
}
footer .logo {
	position: absolute;
	top: 55px;
	left: 71px;
	display: block;
	width: 90px;
	height: 31px;
	background: url(/assets/img/logo.svg);
	background-size: 90px 31px;
}
/* -- footer nav -- */
footer .nav {
	position: relative;
    padding-top:50px;
	margin-left: 50vw;
    padding-bottom:50px;
}

#page-blog/_entry footer .nav {
    right: 320px;
}

footer .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .nav .dropdown-content{
}


footer .nav ul ul {
    margin-top: 5px;
}

footer .nav li {
	display: inline-block;
	margin-bottom: 10px;
    vertical-align: text-top;
}
footer .nav a {
	font: 20px 'Graphik-Regular', sans-serif;
	color: #FFF;
	display: block;
}
footer .nav a:hover {
	color: #1bf3ce;
	text-decoration: none;
}

footer .nav .dropdown > a, footer .nav .dropdown > a:hover {
    color: white;
    font-weight: bold;
    cursor: default;
    line-height: 3;
}

footer .nav .no-dropdown > a {
    font-weight: bold;
}

footer .nav .dropdown ul li a {
    color: rgb(172,172,172);
}

footer .nav .dropdown ul li {
    display: block;
    padding: 1vw 1vw 0 0;
}
/* -- footer subscribe -- */
footer .subscribe {

	width: 352px;
	border-bottom: 2px solid #a1a1a1;
	padding-bottom: 7px;
    padding-top: 30px;
}
footer .subscribe .email {
	width: 326px;
	background: 0;
	border: 0;
	color: #828282;
	font: 20px/22px 'Graphik-Regular', sans-serif;
}
footer .subscribe .email:focus {
	color: #1bf3ce;
}
footer .subscribe .submit {
	width: 20px;
	height: 14px;
	background: no-repeat url(/assets/img/arrow-short.png);
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}
footer .subscribe .submit:hover {
	transform: translate(5px, 0);
	transition:all .3s;
}
footer .subscribe .subscribesuccess {
	display: none;
	color: #1bf3ce;
}
/* -- footer social -- */
footer .nav ul.social {
	padding: 10px 10px 10px 0;
    display: flex;
    width: auto;
	gap: 10px;
}
footer .social li {
	display: block;
}
footer .social a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 100%;
}

footer .social a:hover {
	opacity: .7;
}

.copyright {
    text-align: center;
    position: relative;
    bottom: 20px;
    font-size: 15px;
}


/* -- mobile -- */
.hamburger {
	position: absolute;
	top: 27px;
	right: 28px;
	z-index: 4;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	overflow: visible;
}
.hamburger-box {
	width: 20px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 18px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	transition-property: none;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
}
.hamburger-inner::after {
	bottom: -8px;
}
.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
	background-color: #FFF;
}
.hamburger.active .hamburger-inner {
	transform: rotate(45deg);
	height: 2px;
	width: 20px;
}
.hamburger.active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger.active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	height: 2px;
	width: 20px;
}
.mobileoverlay,
.mobileoverlay ul {
	display: none;
}

/* =============================================================================
 Media Queries */

/* Desktop */

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

    #page-blog #blogFooter .nav, #page-news footer .nav {
        left: -40px;
    }
}

/* Tablet */
@media only screen and (max-width: 999px) {
	#page-home .hero,
	#page-technology .hero,
	#page-careers .hero {
		width: 100%;
	}
	#content {
		width: 100%;
		padding: 0 15px;
	}
	.partnerpanel .logos {
		margin: auto;
		text-align: center;
	}
    
    footer .nav {
    }
    
	footer .nav ul {
        display: initial;
	}
	footer .subscribe {
        top: initial;
        bottom: 0;
		left: 30%;
        margin-bottom: 25px;
	}
    
    footer .social {
        top: initial;
        bottom: 20px;
        left: 20px;
    }


    #header .nav ul {
        display: block;
    }

}

/* Tablet */

@media only screen and (min-width: 770px) {
    
    footer li.dropdown, footer li.no-dropdown {
        margin-right: 30px;
    }
    
    #blogFooter .nav {
        right: 30px;
    }
    
    .teamCard {
        width: 300px;
    }
}



@media only screen and (max-width: 1000px) and (min-width: 426px) {
    #blogBack {
        max-width: 680px;
    }
    
    
    #page-blog footer .nav {
    }
}

@media screen and (max-width: 968px) and (min-width: 770px) {
	#header .hero .headline h1 {
		font-size: 60px;
		line-height: 65px;
	}
}

/* Mobile and Tablet Sizes */
@media only screen and (max-width: 769px){
	body:before {
		display: none;
	}
    
    .announcementBar p {
        margin: 10px 35px 10px 20px;
        font-size: 16px;
    }
    
	#header {
		background: none;
	}
	#content-container {
		background: #FFF url(/assets/img/bg-lg.gif);
	}
    
	.show-mobile {
		display: block !important;
	}
	.hide-mobile {
		display: none !important;
	}
	.mobileoverlay {
		background: #252525;
		position: relative;
		height: 100vh;
		width: 100%;
		z-index: 2;
		display: none;
        padding-top:105px;
		padding-bottom: 105px;
        overflow: auto;
	}
	.mobileoverlay ul {
		list-style: none;
		margin: 0;
		display: block;
	}
	.mobileoverlay a {
		display: block;
		color: #FFF;
		font: 19px/19px "Graphik-Medium", sans-serif;
		padding: 10px 0;
	}
	.mobileoverlay a:hover {
		text-decoration: none;
		color: #1bf3ce;
	}
	.mobileoverlay .bottomblock {
		position: relative;
        bottom: 30px;
		width: 100%;
	}
    
    
	.mobileoverlay .social {
		list-style: none;
		margin: 0;
		padding: 50px 0 0 30px;
	}
	.mobileoverlay .social li {
		display: inline-block;
		padding: 0 10px 0 0;
		margin: 0;
	}
	.mobileoverlay .social a {
		display: block;
	}
	.mobileoverlay .social a.twitter {
		width: 16px;
		height: 16px;
		background: no-repeat url(/assets/img/twitter-white.png);
	}
	.mobileoverlay .social a.linkedin {
		width: 16px;
		height: 16px;
		background: no-repeat url(/assets/img/linkedin-white.png);
	}
	.mobileoverlay .social a.email {
		width: 19px;
		height: 17px;
		background: no-repeat url(/assets/img/email-white.png);
	}
	.mobileoverlay .address {
		padding: 10px 0 0 30px;
		color: #828282;
		font: 14px/19px 'Graphik-Regular', sans-serif;;
	}
	#header .background {
		height: 100vh;
		position: relative;
	}
	#header .background:before {
		content: "";
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		min-height: 670px;
		height: 100%;
		z-index: -10;
	}
	#header .logo {
		top: 27px;
		left: 31px;
		width: 53px;
		height: 20px;
		background-size: 53px 20px;
		z-index: 4;
	}
	#header .navbar {
		height: 80px;
		background-color: transparent;
		transition: background-color 0.3s linear;
		will-change: background-color;
	}
	#header .navbar.active {
		background-color: #4a4a4a;
	}
	#header .navbar.active:before {
		position: absolute;
		height: 80px;
		background-color: #4a4a4a;
		content: "";
		display: block;
		width: 100%;
		z-index: 4;
		left: 0;
		top: 0;
	}
    
    .grid {
        grid-template-columns: auto;
        padding: 5px;
        }
    
    h1 {
        font-size: xx-large;
        line-height: 1.1;
    }
    
    h2 {
        font-size:x-large;
    }
    
    h4 { font-size: 80%;}
    #page-home .hero {
		height: calc(100% - 80px);
	}
	#page-home .hero .headline,
	#page-technology .hero .headline {
		min-height: 350px;
		padding: 0 40px;
	}
	#page-careers .hero .headline {
		min-height: 250px;
		padding: 0 20px;
	}
	#header .hero .headline h1 {
		font-size: 50px;
		line-height: 65px;
	}
	#header .hero .copy {
		font-size: 20px;
		line-height: 33px;
	}
	#page-careers #header .hero .copy {
		padding: 0 30px;
	}
	#page-home #header .hero .copy {
		padding: 0 30px 0 30px;
	}
	#page-technology #header .hero .copy {
		padding: 0 30px;
	}
	.copypanel {
		padding: 100px 0 55px 0;
	}
	h2.sectionhead {
		font-size: 14.5px;
		line-height: 36px;
		padding-bottom: 11px;
	}
	.copypanel .headline {
		font-size: 21px;
		line-height: 32px;
		padding: 19px 0 0 0;
	}
	.copypanel .copy {
		font-size: 18px;
		line-height: 25px;
	}
	
	.copypanel .cta {
		margin-top: 52px;
	}
	.copypanel .image {
		padding-top: 40px;
	}
	.copypanel .image.extrasmall img {
		width: 18%;
	}
	.copypanel .image.small img {
		width: 30%;
	}
	.copypanel .image.medium img {
		width: 50%;
	}
	.copypanel .image img {
		max-width: 100%;
	}

	.copypanel .image img.width--fullWidth {
		width: 100%;
	}
	.copypanel figure.width--fullWidth {
		max-width: 100%;
	}
	.copypanel figure.image img.width--fullWidth {
		width: 100%;
	}

	.partnerpanel {
		padding: 155px 0;
	}
	.partnerpanel .copy {
		font-size: 18px;
		line-height: 25px;
		padding-top: 15px;
	}
	.partnerpanel .logos {
		margin-left: -15px;
	}
	.partnerpanel .logos .logo {
		padding: 30px 15px;
		width: 50%;
	}
	.partnerpanel .logos .logo img {
		max-width: 100%;
		width: auto;
		display: block;
		margin: auto;
	}
	.jobpanel {
		padding: 100px 0 130px 0;
	}
	.jobpanel .jobCategory {
		font-size: 21px;
		line-height: 32px;
		padding-top: 16px;
	}
	.jobpanel .jobs {
		padding: 15px 0 30px 0;
	}
	.jobpanel .job a {
		font-size: 13.5px;
		line-height: 26px;
	}
	.jobpanel .job .title {
		font-size: 18px;
		line-height: 25px;
		padding: 0 20px 5px 0;
	}
	.jobpanel .job .url {
		flex: 0 0 85px;
	}
    
    
    /*    Mobile NEWS     */
    
    .newsblock, .blogblock {
        margin-left: -10px;
    }
    
    .newsentry {
        display: inline-block;
    }
    
    #page-news #header .hero .headline h1
    {
        font-size: 37px;
        margin-top: 150px;
    }
    
    #page-news #header .background {
        height: 460px;
    }
    
    .parent {
        height: 300px;
        position: relative;
    }
    .image-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .newsentry .image img {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto auto;

    }
    
    .newsentry .image img {
        width: fit-content;
    }
    
    .newsentry .date {
        margin: 5px 0;
    }
    
	/*  --Mobile Blog-- */
    
    #blogBack {
        margin-left:10px;
    }
    
    #blogEntries .blogCategoryWrapper {
        padding-top:30px;
    }
    
    .blogEntry {
        padding: 0 10px;
    }
    
    .blogEntry .blogCategory {
        margin-right: 20px;
    }
    
    .blogEntry .blogCategoryWrapper {
    line-height: 3;
}

    
    .blogContent p {
        font-size: initial;
        line-height: inherit;
    }
    
    .imgCaption, figcaption {
        font-size: 14px;
    }
    
    .entryDate {
        font-size: inherit;
    }
    .previousNext {
        margin-bottom: 50px;
    }
    
    .nextEntry p, .previousEntry p {
        max-width: 90%;
        margin: auto;
        text-align: left;
        line-height: 1.5;
        margin-top:30px;
    }
    
    /*    --Team--*/
    
    .companyName {
        font-size: 26px;
    }
    
    .companyTitle {
        font-size: 20px;
    }

    /*    --Footer--*/
    footer .nav {
        padding: 20px 0 0 0;
        right: 0;
        margin-left: 410px;
    }
    
	footer {
		text-align: center;
		padding: 55px 0 0 0;
        height: initial;
	}
    
    footer .nav .dropdown ul li {
        padding: 0;
    }
    
	footer .logo,
	footer .nav,
	footer .subscribe,
	footer .social {
		top: auto;
		left: auto;
		right: auto;
		position: relative;
		margin: auto;
		width: 100%;
	}
	footer .logo {
		width: 74px;
		height: 27px;
		background-size: 74px 27px;
		left: 50%;
        margin-left: -35px;
	}
	footer .nav ul {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
	}
	footer .nav li {
		display: block;

	}
	footer .nav li a {
		font-size: 14px;
		line-height: 24px;
	}
	footer .subscribe {
		margin-bottom: 16px;
		width: 220px;
        padding-top:0;
	}
	footer .subscribe .email {
		font-size: 13px;
	}
	footer .subscribe .email {
		width: 170px;
	}
    
    footer .social {
        bottom: 0;
    }
}

/* Mobile only */

@media only screen and (max-width: 450px) {

	#header .hero .headline h1 {
		font-size: 30px;
		line-height: 36px;
	}
	#page-home #header .hero .copy p {
		font-size: 18px;
		width: 100%;
	}
	.stories-panel .headline {
		padding-bottom: 0;
	}
	.stories-panel .stories {
		gap: 10px;
    	padding: 0;
	}
	.slides-panel .slide .slide-image {
		width: 100%;
		margin-bottom: 30px;
	}
    .newsentry .image img {
        width: -webkit-fill-available;
    }
    
    .team {
        padding: 50px 0 0 0;
    }
    
    .teamCard {
        max-width: initial;
        padding: 20px 0 50px 0
    }
    
    .companyName {
        font-size: 24px;
    }
    
    .companyTitle {
        font-size: 20px;
    }
    
}

.product-detail .copypanel,
.certification-detail .copypanel,
.industry-detail .copypanel { 
	padding: 65px 0 25px 0;
}

.product-container,
.industry-container,
.certification-container {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.product-container,
	.industry-container,
	.certification-container {
		flex-direction: column;
	}
}

.product-container .sidebar,
.industry-container .sidebar,
.certification-container .sidebar {
	position: -webkit-sticky;
  	position: sticky;
	top: 20px;
	left: 0;
	width: 300px;
	margin-right: 60px;
	align-self: flex-start;
}

@media only screen and (max-width: 768px) {
	.product-container .sidebar,
	.industry-container .sidebar,
	.certification-container .sidebar {
		display: none;
	}
}
.industry-container .industry-detail,
.product-container .product-detail,
.certification-container .certification-detail {
	width: calc(100% - 390px);
}
@media only screen and (max-width: 768px) {
	.industry-container .industry-detail,
	.product-container .product-detail,
	.certification-container .certification-detail {
		width: 100%;
	}
}

.product-container .sidebar ul,
.industry-container .sidebar ul,
.certification-container .sidebar ul {
	list-style: none;
}
.product-container .sidebar span,
.industry-container .sidebar span,
.certification-container .sidebar span {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.product-container .sidebar a,
.product-container .sidebar a:visited,
.industry-container .sidebar a,
.industry-container .sidebar a:visited,
.certification-container .sidebar a,
.certification-container .sidebar a:visited {
	position: relative;
	display: inline-block;
	font-size: 14px;
	padding-bottom: 8px;
	line-height: 16px;
	color:rgba(122, 122, 122, 0.89);
}
.product-container .sidebar a:hover,
.product-container .sidebar a:focus,
.industry-container .sidebar a:hover,
.industry-container .sidebar a:focus,
.certification-container .sidebar a:hover,
.certification-container .sidebar a:focus {
	text-decoration: none;
	color:rgba(122, 122, 122, 0.89);
}
.product-container .sidebar a:hover:after,
.product-container .sidebar a:focus:after,
.industry-container .sidebar a:hover:after,
.industry-container .sidebar a:focus:after,
.certification-container .sidebar a:hover:after,
.certification-container .sidebar a:focus:after {
	position: absolute;
	width: 100%;
	height: 1px; 
	border-bottom: 2px solid #08E1BC;
	bottom: 2px;
	left: 0;
	content: '';
	display: block;
}

@media only screen and (max-width: 450px) {
	.product-container .sidebar,
	.industry-container .sidebar,
	.certification-container .sidebar {
		display: none;
	}
}

.listPanel .list .item,
.listPanel .list a {
	display: block;
	font: 22px/42px 'Graphik-Regular', sans-serif;
	color: #4A4A4A;
	display: flex;
	align-items: stretch;
	margin: 1.2em 0;
}
@media only screen and (max-width: 450px) {

	.listPanel .list .item,
	.listPanel .list a {
		flex-direction: column;
	}
}
.listPanel .list .item .title,
.listPanel .list a .title {
	display: inline-block;
	vertical-align: top;
	font: 30px/38px 'Graphik-Regular', sans-serif;
	padding: 0 60px 5px 0;
	flex: 1;
}

.listPanel .list .item .title.is-smaller,
.listPanel .list a .title.is-smaller {
	font: 24px/36px 'Graphik-Regular', sans-serif
}

.listPanel .list .item .value,
.listPanel .list a .value {
	display: inline-block;
	vertical-align: top;
	flex: 0 0 107px;
	text-align: right;
}

.listPanel .list .item .url,
.listPanel .list a .url {
	display: inline-block;
	vertical-align: top;
	flex: 0 0 160px;
	text-align: right;
}
@media only screen and (max-width: 450px) {
	.listPanel .list .item .value,
	.listPanel .list a .value,
	.listPanel .list .item .url,
	.listPanel .list a .url {
		display: block;
		flex: 1;
		text-align: left;
	}
}
.listPanel .list a:hover {
	text-decoration: none;
	color: #1bf3ce;
}
.listPanel .list a .arrow {
	width: 21px;
	height: 13px;
	background: no-repeat url(/assets/img/arrow-link.png);
	margin-left: 15px;
	display: inline-block;
}
.listPanel .list a:hover .arrow {
	transform: translate(5px, 0);
	transition:all .3s;
}
.industry-list {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 1080px) {
	.industry-list {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.industry-list {
		padding-right: 0;
	}
}

.industry-list > li {
	display: flex;
	flex-direction: row;
	padding-bottom: 60px;
}
@media only screen and (max-width: 1080px) {
	.industry-list > li {	
		flex-direction: column;
	}	
}
.industry-list > li:last-child {
	padding-bottom: 20px;
}

.industry-list .application-image {
	width: 30%;
	margin-right: 30px;
	position: relative;
	margin-bottom: 40px;
}
@media only screen and (max-width: 1080px) {
	.industry-list .application-image {
		width: 100%;
		margin-right: auto;
	}
}

.industry-list .application-image img {
	position: relative;
	display: block;
	width: 100%;
}

.industry-list .application-body {
	width: 60%;
}
@media only screen and (max-width: 1080px) {
	.industry-list .application-body {
		width: 100%;
	}	
}
.industry-list .application-body h3 {
	margin-top: -3px;
	line-height: 100%;
}
.industry-list .application-body p {
	margin-top: 0;
}
.industry-list .application-body ul {
	padding: 0 0 40px 28px;
	list-style: disc;
}
.industry-list .application-body ul li {
	margin: 0 0 15px;	
	display: list-item;
}
