/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
	Theme Name: iFindTech
	Description: Custom WordPress theme for iFindTech
	Version: 3.0
	Author: Direction Forward (@direction4ward)
	Author URI: https://directionforward.com/
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family:'Helvetica Now Text W05 Regular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.44em;
	color: #000000;
	overscroll-behavior: none;
	/*opacity: 0;*/
	transition: opacity 100ms cubic-bezier(.16,.4,.72,.95);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1320px;
	width:95%;
	margin:0 auto;
	position:relative;
}
main {
	margin: 8em 0 0 0;
}

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 90px;
	border-bottom: #E6E6E6 1px solid;
    box-shadow: 0px -10px 20px black;
	border-bottom: #E6E6E6 1px solid;
	transition: height 250ms cubic-bezier(.16,.4,.72,.95);
}
.header-inner {
	display: flex;
	height: 100%;
	align-items: center;
	overflow: hidden;
}
.header-inner > div {
	align-self: stretch;
}
.header-inner-holder {
    flex: 1;
    display: flex;
    align-items: center;
}
.header-inner-holder > div,
.header-inner-holder > nav {
	align-self: stretch;
}
.header.sticky {
	position: fixed;
}
.header.collapse {
	height: 0;
}

/* logo */
.logo {
	background-color: transparent;
}
.logo.solidbg {
	background-color: black;
}
.logo-img {
	width: 172px;
	height: 89px;
}
.header-inner .spacer-left,
.header-inner .spacer-right {
    text-align: center;
	background-color: white;
	line-height: 89px;
}
.header-inner .spacer-left img,
.header-inner .spacer-right img {
	vertical-align: middle;
	margin-bottom: 5px;
}
.header-inner .spacer-right a:nth-of-type(1) {
	width: 25px;
}
.header-inner .spacer-right a:nth-of-type(2) {
	margin: 0 5px 0 5px;
	width: 25px;
}
.header-inner .spacer-right a:nth-of-type(2) {
	width: 28px;
}
.top-socials {
    display: inline-block;
	white-space: nowrap;
}

/* nav */
.nav {
	flex: 1;
	text-align: right;
	background-color: white;
	font-size: 0.85em;
	text-transform: uppercase;
	font-family:'Helvetica Now Display W05 Md';
	font-weight: normal;
	line-height: 89px;
}
.nav ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.nav ul li {
	display: inline-block;
    margin-left: 1.5em;
}
.nav .current_page_item a {
	border-bottom: 2px solid black;
}
/* sidebar */
.sidebar {}
/* footer */
.footer {
	padding: 3em 0 5em 0;
	background-color: #000000;
	color: #808080;
	font-size: 0.9em;
}
.footer strong {
	color: #ffffff;
}
.footer p {
	margin: 0 0 0 0;
}
.footer p a {
	font-family: unset;
    border-bottom: none;
}
.footer a {
	transition: color 125ms cubic-bezier(.16,.4,.72,.95);
}
.footer a:hover {
	color: #d6d6d6;
}
.footer-inner {
	display: flex;
}
.footer-spacer {
	flex: 5;
}
.footer-logo {
	flex: 1;
	line-height: 1.2em;
}
.footer-logo-inner {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-content: space-between;
}
.footer-logo-inner > div {
	flex-basis: 100%;
}
.footer-logo-inner a {
	margin-bottom: 1em;
	display: inline-block;
}
.nobreak {
	white-space: nowrap;
}
.footer-logo img {
	max-width: 165px;
}
.footer-menu {
	margin-right: 5em;	
	flex: 1;
}
.footer-menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.footer-contact {
	flex: 1;
}
.footer-contact-inner {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100%;
}
.footer-contact-inner > p {
	flex-basis: 100%;
	white-space: nowrap;
}
.footer-contact .socials img {
	vertical-align: middle;
}
.footer-contact .socials a {
	display: inline-block;
}
.footer-contact .socials a:nth-of-type(1) {
	margin: 0.5em 0 0 0;
	width: 32px;
}
.footer-contact .socials a:nth-of-type(2) {
	margin: 0.5em 10px 0 10px;
	width: 32px;
}
.footer-contact .socials a:nth-of-type(3) {
	margin: 0.5em 0 0 0;
	width: 37px;
}
.general-phone {
	display: block;
}

/* splash */
.splash {
	position: relative;
	width: 100%;
	height: 66vh; /* was 80 */
}
.splash.hasimage {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
body:not(.home).splash {
	background-color: grey;
}
.splash-inner {
	position: relative;
	display: table;
    width: 100%;
    height: 100%;
}
.splash-inner-holder {
	display: table-cell;
    vertical-align: middle;
}
.splash-inner-text {
	background-color: white;
	display: inline-block;
	padding: 3em 5em 3em 15vw;
	max-width: 60%;
}

.splash-newimage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.splash-blur {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    z-index: 0;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

#technews {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#technews article {
	/*flex-basis: 31.5%;*/
	flex-basis: 27.5%;
	margin-bottom: 3em;
}
#technews article:nth-of-type(n+10) {
	display: none;
}
#technews article .date {
	margin: 1em 0 0.5em 0;
}
#technews .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#technews .featured-image {
	height: 10vh;
}
.featured-image {
	min-height: 235px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.featured-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.featured-image:hover .overlay {
	opacity: 0.25;
}
.featured-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	transition: opacity 250ms cubic-bezier(.16,.4,.72,.95);
}
#technews p a {
	color: #0A9600;
	transition: background-color 250ms cubic-bezier(.16,.4,.72,.95);
}
#technews p a:hover {
	background-color: #0a960010;
}

.loading-now {
	width: 100%;
	text-align: center;
}
.load-more {
	width: 100%;
	margin: 3em auto 3em auto;
	text-align: center;
}
.load-more a {
	padding: 0.75em 7.5em;
    max-width: 100%;
}


.image-only {
	margin: 0 0 0 0;
}
.image-only img {
	width: 100%;
	height: auto;
}


.full-width-content {
	width: 60%;
    margin: 0 auto 7.5em auto;
    text-align: center;
}
.full-width-content.left {
    text-align: left;
}
.full-width-content.reduced {
    margin: 0 auto 3em auto;
}


.three-columns {
	margin: 0 auto 7.5em auto;
}
.three-columns-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.a-column {
	/*flex-basis: 31.5%;*/
	flex-basis: 27.5%;
}
.a-column-image-wrapper {
	overflow: hidden;
	margin: 0 0 1.5em 0;
}
.a-column-image {
	min-height: 240px;
	height: 25vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: transform 250ms ease-in-out;
}
.a-column-image a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.a-column-image:hover {
	/*transform: scale(1.05) translate3d( 0, 0, 0) perspective(1px);*/
}
.a-column-content.three-icons {
	text-align: center;
}
.a-column-content.three-icons a {
	border-bottom: 1px solid;
}
.a-column-content h4 {
    margin: -0.5em 0 0.5em 0;
}
.a-column-content p {
	margin: 0 0 1.75em 0;
}
.a-column-content .button {
	min-width: 230px;
}

.three-icons-icon {
	width: 5vw;
	height: auto;
	margin: 0 auto 0.5em auto;
	min-width: 100px;
}


.the-flags {
	margin: 7.5em auto 7.5em auto;
	text-align: center;
}
.the-flags-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.a-flag {
	flex-basis: 31.5%;
}
.a-flag-image {
	margin-bottom: 1em;
}
.a-flag-image img {
	max-width: 200px;
}


.bio-block {
	width: 100%;
    min-height: 50vh;
	height: auto;
	display: flex;
	align-items: stretch;
	background-color: #D1D3D6;
    /*max-height: 920px;*/
}
.bio-block-holder {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
}
.bio-block-holder>div {
	flex-basis: 50%;
	display: flex;
    align-items: center;
}
.bio-block-headshot {
	background-position: center 25%;
	background-size: cover;
	background-repeat: no-repeat;
    height: calc(100% - 2.5em*2);
    width: calc(100% - 2%);
    margin: 2.5em 0 2.5em 0;
	box-shadow: 0px 0px 6px 6px rgb(0 0 0 / 6%);
}
.bio-block-content-inner {
	padding: 2.5em 2.5em 2.5em calc(2.5em + 2%);
}
.bio-block-content-inner img {
	vertical-align: middle;
	margin-right: 20px;
}
.bio-block-content-inner hr {
	margin-bottom: 2em;
	background-color: #444444;
}



.image-overlay {
	width: 100%;
	height: 75vh;
	max-height: 920px;
	display: table;
	/*margin: 0 0 7.5em 0;*/
	margin: 0 0 0 0;
	position: relative;
}
.image-overlay-holder {
    display: table-cell;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100vw auto;
	background-attachment: fixed;
}
.image-overlay-inner {
	background-color: white;
	padding: 3em 5em 3em 15vw;
	max-width: 60%;
	display: inline-block;
}
.text-mask {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100vw auto;
	/*-webkit-text-fill-color: transparent;*/
	-webkit-text-fill-color: rgba(0,0,0,0.1);
	background-clip: text;
	-webkit-background-clip: text;
	background-attachment: fixed;
}



.full-width-contact {
	padding: 15%;
	margin: 0 0 0 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100vw auto;
	background-attachment: fixed;
}
.full-width-contact-holder {
    border: white 7.5em solid;
}
.full-width-contact-inner {
	display: flex;
	flex-wrap: nowrap;
    align-items: stretch;
}
.full-width-contact-content {
	flex: 2;
	background-color: white;
}
.full-width-contact-content table tr td:first-of-type {
	min-width: 125px;
}


.full-width-contact-logo-holder {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	align-items: stretch;
}
.full-width-contact-logo-holder > div {
	flex-basis: 100%;
}

.full-width-contact-logo-top,
.full-width-contact-logo-bottom {
	background-color: white;
}
.full-width-contact-logo {
	text-align: center;
	display: flex;
}
.full-width-contact-logo > div:nth-of-type(2) {
	flex-basis: 60%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.full-width-contact-logo > div:nth-of-type(2) > div {
	flex-basis: 100%;
}
.full-width-contact-logo > div:nth-of-type(2) > div:nth-of-type(1),
.full-width-contact-logo > div:nth-of-type(2) > div:nth-of-type(3) {
	height: 50%;
	background-color: white;
}
.full-width-contact-logo img {
    height: auto;
	width: 100%;
	border: 1px white solid;
	vertical-align: top;
}
.full-width-contact-logo > div:nth-of-type(1) {
	background-color: white;
	flex-basis: 5%;
}
.full-width-contact-logo > div:nth-of-type(3) {
	background-color: white;
	flex-basis: 35%;
}
.full-width-contact p {
	margin: 0 0 5px 0;
}


/*------------------------------------*\
    INSTAGRAM
\*------------------------------------*/

#sb_instagram {
	padding-bottom: 0 !important;
	max-width: 515px;
}
.on-insta-holder {
	display: flex;
}
.on-insta-holder > div {
	flex: 1;
}

.on-insta-inner {
	padding: 5em;
	background-color: #EFEFEF;
	text-align: center;
}
body.latest-tech-news .on-insta-inner,
body.careers .on-insta-inner {
	background-color: #ffffff;
}

.on-insta-header {
	margin: 0 0 2em 0;
}

.on-insta-content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	display: flex;
	background-color: rgb(0 0 0 / 90%);
}
.on-insta-content > div {
	flex: 1;
}
.on-insta-content-spacer {

}
.on-insta-content-inner {

}
.on-insta-content-inner-content {
	background-color: rgb(0 0 0 / 90%);
	display: table;
    width: 100%;
    height: 100%;
}
.on-insta-content-inner-holder {
	vertical-align: middle;
	display: table-cell;
	padding: 1.5em 3em 1.5em 3em;
}
.on-insta-content-inner-holder h3 {
	margin-bottom: 3em;
}
.on-insta-content-inner-holder > a {
	padding: 0.75em 3em;
	margin-top: 3em;
}


/*------------------------------------*\
    VIDEO
\*------------------------------------*/


.video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.video-wrapper-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
#video-player {
	width: 100%;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s linear;
}
.video-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 30;
	padding-top: 90px;
}
.video-overlay-inner {
	display: flex;
    width: 100%;
	height: 100%;
	flex-wrap: nowrap;
}
.video-overlay-inner > div {
	flex: 1;
	background-color: white;
}
.video-overlay-inner > div.center {
	flex: 2;
	max-width: 720px;
	background-color: unset;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.video-overlay-inner .center > div {
	background-color: white;
	flex-basis: 100%;
}
.video-overlay-inner .center > div.logo {
	background-color: unset;
}
.video-overlay-inner .top,
.video-overlay-inner .bottom {
	height: 40vh;
}
.video-overlay-inner img {
	width: 100%;
	height: auto;
	/*border: white 1px solid;*/
}

.video-loader {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 90px;
    text-align: center;
    display: table;
}
.video-loader-holder {
	display: table-cell;
	vertical-align: middle;
}

.video-audio {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding-top: 90px;
    text-align: center;
    display: table;
}
.video-audio-holder {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 2.5%;
    text-align: right;
    padding-right: 2.5%;
}
.video-audio-anim {
	width: 50px;
    height: 50px;
    display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 100;
}

.splash-scroll-down {
    text-align: center;
    position: absolute;
    bottom: 3em;
	width: 100%;
} 
#scrolldown {
	position: relative;
	padding: 1em;
	z-index: 30;
}
#scrolldown img {
	width: 2.5em;
    height: auto;
	position: relative;
	top: 0;
	transition: top 250ms cubic-bezier(.16,.4,.72,.95);
}
#scrolldown:hover img {
	top: 0.5em;
}



/*------------------------------------*\
	IMAGES
\*------------------------------------*/

.subtitle img {
	vertical-align: initial;
}



/*------------------------------------*\
	CORE VALUES and STATS and
	CAREER PATH and BENEFITS
\*------------------------------------*/

.the-core-values {
	width: 60%;
	margin: -2em auto 5em auto;
}
.core-values-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.a-core-value {
	flex-basis: 45%;
	margin-bottom: 2em;
}
.core-value-icon {
	max-width: 85px;
	max-height: 85px;
}

.the-core-stats {
	width: 60%;
	margin: 0 auto 0 auto;
	padding: 10em 0 5em 0;
}
.a-core-stat {
	flex-basis: 45%;
	margin-bottom: 8em;
	font-family: 'Tungsten-Medium';
	font-weight: normal;
	text-transform: uppercase;
}
.core-stat-icon {
	font-size: 110px;
	line-height: 1.0em;
}
.core-stat-icon img {
	vertical-align: baseline;
	margin-right: 5px;
}
.a-core-stat p {
	font-size: 2.66em;
	line-height: 1.0em;
	margin: 0 0 0 0;
}


.the-career-path {
	width: 60%;
	margin: 0 auto 0 auto;
	padding: 10em 0 5em 0;
}
.career-path-holder {
	display: flex;
    flex-wrap: wrap;
	margin-top: 5em;
}
.a-career-path {
	flex-basis: 100%;
    position: relative;
	margin-bottom: calc(1.5em + 50px);
    text-align: center;
	transition: opacity 500ms cubic-bezier(.16,.4,.72,.95)250ms;
}
.a-career-path::after {
	height: 50px;
	width: 1px;
	content: " ";
	background-color: #707070;
	position: absolute;
	bottom: calc(-0.75em + -50px);
	left: calc(50% - 0.5px);
}
.a-career-path:last-of-type::after {
	display: none;
}
.a-career-path p {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 1em 3em;
    border-radius: 50px;
	font-family:'Helvetica Now Display W05 Bold';
	font-weight: normal;
}

.the-benefits {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 5em 0 5em 0;
}
.benefits-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5em auto 0 auto;
}
.a-benefit {
	flex-basis: 49%;
	display: flex;
	flex-wrap: nowrap;
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 1.5em;
	align-items: center;
	margin-bottom: 1.5vw;
}
.a-benefit p {
	margin: 0 0 0 0;
	font-size: 0.9em;
}
.a-benefit p.icons {
    font-size: 2.5em;
    line-height: 1em;
    vertical-align: middle;
    padding-right: 0.75em;
    text-align: center;
    min-width: 90px;
}


/*------------------------------------*\
	LINKEDIN FEED
\*------------------------------------*/

.linkedin-feed {
	background-color: #efefef;
	padding: 5em 0 calc(5em + 1px) 0;
}
.crt-logo.crt-tag {
	color: #EFEFEF !important;
	pointer-events: none !important;
}
.linkedin-container {
	height: 100vh;
	transition: height 1s cubic-bezier(.16,.4,.72,.95);
	overflow-y: hidden;
}
.linkedin-fader {
	background: #efefef;
    box-shadow: 0px 0 50px 100px #efefef;
    position: relative;
    bottom: 0;
    z-index: 100;
    width: 100%;
	z-index: 1;
	height: 100px;
}
.linkedin-feed .load-more {
	position: relative;
	z-index: 2;
}

/* new posts */
.linkedin-grid {

}
.linkedin-post {
	width: calc(33% - 1em/2);
	background-color: white;
	margin-bottom: 1em;
}
.linkedin-gutter {
	width: 1em;
	visibility: hidden;
}
.linkedin-post-image img {
	width: 100%;
	height: auto;
}
.linkedin-post-content {
	padding: 0.75em 1.5em;
}
.linkedin-post-details {
	border-top: 1px solid rgb(0 0 0 / 10%);
	background-color: white;
	padding: 0.75em 1.5em 1em 1.5em;
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	font-family:'Helvetica Now Text W05 Medium';
}

/*------------------------------------*\
	FLIP CARDS
\*------------------------------------*/

.team-members {
	margin: -2em 0 5em 0;
}
.team-members-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.team-member {
	flex-basis: 23%;
	margin-bottom: 2vw;
}



.flip-card {
	text-align: left;
	background-color: transparent;
	width: 100%;
	height: 200px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 650ms cubic-bezier(.16,.4,.72,.95);
	transform-style: preserve-3d;
}
.flip-card-inner:hover {
	transition: transform 375ms cubic-bezier(.16,.4,.72,.95);
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	background-color: #D1D3D6;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari fix */
	backface-visibility: hidden;
}
.flip-card-header {
	/*background-color: #000000;*/
	/*color: #ffffff;*/
	padding: 7.5%;
	height: 30%;
}
.flip-card-header-holder {
	display: flex;
	flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
}
.flip-card-header-holder h4,
.flip-card-header-holder h5 {
	flex-basis: 100%;
}
.flip-card-footer {
	height: 70%;
    background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	color: #000000;
}
.flip-card-back {
	transform: rotateY(180deg);
}
.flip-card-back .flip-card-footer {
	padding: 7.5%;
}
.flip-card-back p a {
	border-bottom: none;
}
.flip-card-back p img {
	width: 26px;
	height: auto;
	vertical-align: middle;
	margin: 0 5px 3px 0;
}

.flip-card.join-us {
	background-image: url('img/joinus.svg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
}


/*------------------------------------*\
	POSTS
\*------------------------------------*/

.job-image {
	width: 100%;
	max-width: 425px;
	position: relative;
}
.job-image img {
	width: 100%;
}
img.job-exclusive {
	position: absolute;
	right: 0;
	top: 0;
	height: 50%;
	width: auto;
}

.live-job-image {
	min-height: 235px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	margin: 0 0 1.25em 0;
}
.live-job-image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	transition: opacity 250ms cubic-bezier(.16,.4,.72,.95);
}
.live-job-image a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.live-job-image:hover .overlay {
	opacity: 0.25;
}

.date {
	margin: 0.5em 0 3em 0;
	opacity: 0.5;
}

.live-jobs-holder {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 5em 0;
    align-items: stretch;
    justify-content: space-between;
}
/*.live-jobs-holder::after {
	content: '';
	flex: auto;
}*/
.live-job {
	/*flex-basis: 31.5%;*/
	flex-basis: 27.5%;
	margin-right: 8.75%;
    margin-bottom: 3em;
}
.live-job:nth-of-type(3n) {
	margin-right: 0;
}
/*.live-job:last-of-type {
	margin-left: 8.75%;
}*/
.job-excerpt {
	margin: 0 0 1.5em 0;
}
.job-excerpt a {
	font-size: 1.22em;
	color: #FF8202;
	transition: background-color 250ms cubic-bezier(.16,.4,.72,.95);
}
.job-excerpt a:hover {
	background-color: #ff820212;
}

.job-action {
	display: flex;
	align-items: center;
	width: 95%;
	margin: 3em auto 0 0;
    justify-content: space-between;
}
.apply-now a {
	margin: 0 1em 1em 0;
    min-width: 280px;
}
.go-back {
	opacity: 0.5;
	font-size: 1.1em;
}
.go-back:hover img {
	animation-name: spin;
	animation-iteration-count: 1;
	animation-duration: 0.5s;
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(-360deg);}
}


/*****************bookmark*****************/
.bookmark {
    margin-top: -8em;
    display: block;
    height: 8em;
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/

.button {
	font-family:'Helvetica Now Text W05 Bold';
	font-weight: normal;
	font-size: 1.11em;
	transition: all 250ms cubic-bezier(.16,.4,.72,.95);
	display: inline-block;
	padding: 0.75em 3em;
	text-align: center;
}
.button.white {
	color: black;
	background-color: white;
	border: black 3px solid;
}
.button.white:hover {
	color: white;
	background-color: black;
}
.button.black {
	color: black;
	background-color: white;
	border: none
}
.button.black:hover {
	background-color: rgb(255 255 255 / 75%);
}
.button.solid {
	color: white;
	background-color: black;
	border: none
}
.button.solid:hover {
	background-color: rgb(0 0 0 / 75%);
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Tungsten-Medium';
	src: url('fonts/Tungsten-Medium.eot');
	src: local('☺'), url('fonts/Tungsten-Medium.ttf') format('truetype'), url('fonts/Tungsten-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} 

/*
font-family:'Helvetica Now Text W05 Regular';
font-family:'Helvetica Now Text W05 Bold';
font-family:'Helvetica Now Display W05 Rg';
font-family:'Helvetica Now Display W05 Md';
font-family:'Helvetica Now Display W05 Bold';
font-family:'Helvetica Now Text W05 Medium';
*/

h1 {
	font-family:'Helvetica Now Display W05 Bold';
	font-weight: normal;
	font-size: 4.44em;
	line-height: 1.1em;
	margin: 0 0 0.1em 0; 
}

h2 {
	font-family:'Helvetica Now Display W05 Bold';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.22em;
	line-height: 1.25em;
}
h3 {
	font-family:'Helvetica Now Display W05 Bold';
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1.9em;
	margin: 0 0 0.5em 0;
}
h4 {
	font-family:'Helvetica Now Display W05 Bold';
	font-weight: normal;
	font-size: 1.45em;
	line-height: 1.25em;
}
body.single .job h4 {
	font-size: 1.35em;
	margin: 1.75em 0 0.25em 0;
}
body.page .team-member h4 {
	font-size: 1.35em;
	margin: 0 0 0 0;
}
h5 {
	font-family:'Helvetica Now Display W05 Md';
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.0em;
	margin: 0 0 0 0;
}

blockquote {
	font-family: 'Tungsten-Medium';
	font-weight: normal;
    font-size: 1.75em;
	line-height: 1.0em;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

p a {
	font-family:'Helvetica Now Text W05 Medium';
	font-weight: normal;
	border-bottom: 1px solid;
}
p strong {
	font-family:'Helvetica Now Text W05 Bold';
	font-weight: normal;
}
body.page .team-member p {
	font-size: 0.75em;
    line-height: 2em;
}

ul,
ol {
	margin: 1em 0 0 0;
    padding: 0 0 0 1.25em;
}

hr {
	background: #e5e5e5;
    border: none;
    height: 1px;
    margin: 2em 0 3em 0;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

h1.title,
#welcome {
	/*overflow-x: hidden;*/
}
.mobile-menu {
	display: none;
}

/* iOS */
@supports (-webkit-touch-callout: none) {
	.splash {
		/*height: -webkit-fill-available;*/
	}
	.image-overlay-holder {
		background-attachment: scroll;
	}
}

/* tablets */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/* Tablet landscape styles */
	.image-overlay-holder {
		background-attachment: scroll;
	}

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* Tablet portrait styles */
	.image-overlay-holder {
		background-attachment: scroll;
	}
	.bio-block-headshot {
		min-height: 520px !important;
	}

}

@media only screen and (max-width:1440px) {
	.on-insta-content-inner-holder a {
		white-space: nowrap;
	}
	.on-insta-content > div {
		flex: 2;
	}
	.on-insta-content > div.on-insta-content-spacer {
		flex: 1;
	}	


}
@media only screen and (max-width:1140px) {
	.on-insta-holder {
		display: block;
	}
	.on-insta-inner {
		padding: 10vw 5% 10vw 5%;
	}
	.on-insta-content {
		display: block;
		padding-top: 100%;
		background-size: 100% auto;
		background-position: center top;
	}
	.on-insta-content-inner-holder {
		padding: 10vw 40vw 10vw 10vw;
	}
	.on-insta-content-inner-holder h3 {
		margin-bottom: 0.5em;
	}
	.linkedin-post {
		width: calc(50% - 1em);
	}


}

@media only screen and (max-width:1024px) {
	.full-width-content,
	.the-career-path,
	.the-core-values,
	.benefits-holder,
	.the-core-stats {
		width: 80%;
	}

	h1 {
		font-size: 4.0em;
	}
	h1.title {
		font-size: 3.25em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.33em;
	}
	.text-mask h3 {
		outline: transparent 1px solid;
	}
	h4 {
		font-size: 1.25em;
	}

	button {
		font-size: 1em;
	}

}


@media only screen and (max-width:810px) {
	.wrapper {
		width: 90%;
	}
	main {
		margin: 5em 0 0 0;
	}

	.header-inner {
		box-shadow: #ffffff38 0 0 20px 10px;
	}
	.nav {
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 90px;
		height: calc(100% - 90px);
		text-align: center;
		color: white;
		font-size: 1.24em;
		background-color: black;
	    z-index: -1;
		line-height: 3em;
	}
	.nav-mobile-holder {
		display: table;
		height: 100%;
		width: 100%;
	}
	.nav ul {
		display: table-cell;
		vertical-align: middle;
	}
	.nav ul li {
		display: block;
		margin-left: unset;
	}

	.mobile-menu {
		display: unset;
		width: 40px;
		height: 90px;
		vertical-align: middle;
		position: relative;
	}
	.header-inner-holder {
		justify-content: space-between;	
	}
	.menu-top,
	.menu-bottom {
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: black;
	}
	.menu-top {
		top: 35px;
		transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
	.menu-bottom {
		bottom: 35px;
		transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
	.imopen .menu-top {
		transform: rotate(45deg) translateY(6px) translateX(6px)
	}
	.imopen .menu-bottom {
		transform: rotate(-45deg) translateY(-6px) translateX(7px);
	}

	.header {
		background-color: white;
	}
	.logo {
		background-color: black;
	}

	.splash {
		height: 60vh;
		padding-top: 90px;
	}
	.splash-inner-text {
		max-width: 90%;
		padding: 5vw;
	}
	.video-container {
		height: 100%;
		background: white;
	}
	#video-player {
		margin-bottom: -5px;
	}
	.splash-scroll-down {
		display: none;
	}
	.video-overlay {
		padding-top: 0;
	}
	.video-overlay-inner > div.center {
		flex: 8;
	}

	.full-width-content {
		width: 100%;
	}
	.a-column-image {
		min-height: 320px;
	}
	.three-columns {
		margin: 0 auto 0 auto;
	}
	.the-career-path,
	.the-core-values,
	.benefits-holder,
	.the-core-stats {
		width: 90%;
	}

	.a-benefit {
		flex-basis: 100%;
	}
	.a-column {
		flex-basis: 100%;
		margin-bottom: 5em;
	}
	.a-column .button {
		width: 100%;
	}
	.a-flag {
		flex-basis: 100%;
		margin-bottom: 3em;
	}
	.a-flag-image img {
		max-width: 120px;
		height: auto;
	}

	.linkedin-feed {
		padding: 3em 0 3em 0;
	}
	.load-more {
		margin: 3em auto 3em auto;
	}
	.load-more a {
		padding: 0.75em;
		width: 100%;
	}

	.live-job {
		flex-basis: 100%;
		margin-right: 0;
	}

	.bio-block {
		height: auto;
    	max-height: unset;
	}
	.bio-block .wrapper {
		width: 100%;
	}
	.bio-block-holder>div {
		flex-basis: 100%;
	}
	.bio-block-headshot {
		height: 66.6666666666vh;
		min-height: 380px;
		max-height: 520px;
		margin: 0;
		width: 100%;
		height: 100%;
		box-shadow: unset;
	}
	.bio-block-content-inner {
		padding: 2em 10% 2em 10%;
	}
	.bio-block-content-inner img {
		min-width: 42px;
		height: auto;
	}

	.on-insta-content-inner-content {
		background-color: transparent !important;
	}
	.on-insta-content-inner-holder {
		padding: 10vw 5% 10vw 5%;
		display: block;
	}

	.a-core-value,
	.a-core-stat {
		flex-basis: 100%;
	}

	.team-member {
		flex-basis: 100%;
	    margin-bottom: 1em; 
	}
	
	.the-career-path {
		width: 100%;
	}

	#technews article {
		flex-basis: 100%;
	}
	.featured-image {
		/*min-height: 175px;*/
		min-height: 200px;
	}

	.text-mask,
	.image-overlay-holder {
		background-attachment: unset;
		background-size: auto 100vh;
		background-position: left top;
	}
	.image-overlay-inner {
		padding: 7.5vw;
		max-width: 90%;
		display: block;
		margin: 3em auto 3em auto;
	}

	.full-width-contact {
		padding: 10vw;
		background-attachment: unset;
		background-size: cover;
	}
	.full-width-contact-inner {
		display: block;
	}
	.full-width-contact-logo-holder {
		display: none;
	}
	.full-width-contact-holder {
		border-width: 2.5em;
	}

	.footer {
		padding: 2em 0 0.5em 0;
	}
	.footer-inner {
		display: block;
	}
	.footer-spacer,
	.footer-menu {
		display: none;
	}
	.footer-inner > div {
		margin-bottom: 1em;
	}

	h1 {
		font-size: 3.0em;
	}
	h1.title {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.33em;
	}
	h3 {
		font-size: 1.25em;
	}
	.text-mask h3 {
		outline: transparent 1px solid;
	}
	h4 {
		font-size: 1.15em;
	}

	.linkedin-post {
		width: 100%;
	}


}


@media only screen and (max-width:480px) {
	.full-width-contact-holder {
		border-width: 1em;
	}
	.full-width-contact-content table tr td:first-of-type {
		min-width: unset;
	}
	.title img {
		max-width: 90% !important;
	}

}



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

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

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

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
