@charset "UTF-8";

/*
Theme Name: Passerelle
Theme URI: https://wordpress.org/themes/passerelle/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Passerelle 2021
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: passerelle
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Passerelle WordPress Theme, (C) 2020 WordPress.org
Passerelle is distributed under the terms of the GNU GPL.
*/

@font-face {
	font-family: 'Basis Grotesque';
	src: url('fonts/BasisGrotesque-Medium.eot');
	src: url('fonts/BasisGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/BasisGrotesque-Medium.svg#BasisGrotesque-Medium') format('svg'),
		 url('fonts/BasisGrotesque-Medium.ttf') format('truetype'),
		 url('fonts/BasisGrotesque-Medium.woff') format('woff'),
		 url('fonts/BasisGrotesque-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

* {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    resize: none;
    font-family: 'DM Sans', sans-serif;
    color: #212121;
    font-size: 15px;
    line-height: 25px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/*#menu-item-wpml-ls-2-en, #menu-item-wpml-ls-2-fr, .wpml-ls-statics-shortcode_actions {
	display: none;
}*/
.wpml-ls-current-language { display: none !important; }

a {
	text-decoration: none;
	color: #FF3700;
}

h1 {
	font-family: 'Basis Grotesque', sans-serif;
	color: #FFF;
	font-size: 55px;
	line-height: 63px;
	padding-bottom: 25px;
}

h2 {
	font-family: 'Basis Grotesque', sans-serif;
	font-size: 36px;
	line-height: 43px;
}

h3 {
	font-family: 'Basis Grotesque', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 15px;
}

h4, h4 span {
	font-family: 'Basis Grotesque', sans-serif;
	color: #FFF;
	font-size: 24px;
	line-height: 33px;
	padding-bottom: 15px;
}

h4 span {
	color: #FF3700;
}

.dark {
    color: #212121;
}

.orange {
	color: #FF3700;
}

h5 {
	font-family: 'Basis Grotesque', sans-serif;
	color: #FFF;
	font-size: 22px;
	line-height: 28px;
}

h6 {
	font-size: 14px;
	color: #FF3700;
	letter-spacing: 0.2;
	padding-bottom: 10px;
}

h6 img {
	width: 200px;
	height: auto;
	padding-bottom: 20px;
}

p {
	padding-bottom: 15px;
}

p:last-child {
	padding-bottom: 0px;
}

p.small {
	font-size: 12px;
	line-height: 20px;
}

strong {
	font-weight: 700;
}

.gray {
	color: #C1C1C1;
	font-size: 14px;
	line-height: 20px;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

#Wrapper {
	width: 100%;
	min-height: 100%;
    margin: 0 auto -200px;
	z-index: 0;
}

#Push {
    height: 200px;
}

section, footer {
    width: 100%;
}

.wrap {
    width: 90%;
	margin: 0 auto;
}

.pad {
	padding: 100px 0;
}

.padbottom {
	padding: 0 0 100px 0;
}
	
.padtop {
	padding: 100px 0 0 0;
}

.spacer {
	padding-bottom: 40px;
}

.graybg {
	background-color: #F4F4F4;
	z-index: -1;
}

.graybgcurve {
	background: #F4F4F4 url(http://passerelledata.wpengine.com/wp-content/uploads/2021/08/bg_curve.svg) no-repeat bottom left;
	background-size: 800px 437px;
	z-index: -1;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 50px 0 30px 0;
	z-index: 500;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
	background-color: rgba(0, 0, 0, 0.5);
}

.scrolled {
	top: 0;
	padding: 40px 0 40px 0;
	background-color: #F4F4F4;
}

.scrolled .primary li a {
	color: #212121;
}

.scrolled #Menu span {
	background-color: #212121;
}

header .wrap {
	position: static;
	display: flex;
	align-items: center;
}

.logo {
	flex: 0 0 170px;
}

.logo img {
	display: block;
	width: 170px;
	height: auto;
}

.nav {
	position: static;
	flex: 1;
	width: 80%;
	padding: 0 30px 0 0;
	color: #FFF;
	text-align: right;
}

.primary {
	position: static;
}

.primary li {
	position: static;
	display: inline-block;
	padding: 0 15px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
	border-radius: 3px 3px 0 0;
}

.primary li a {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
	padding: 22px 0;
}

.primary li a:hover, .primary li.drop:hover > a {
	color: #FF3700;
}

.dropdown {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	left: 0;
	color: #FFF;
	background-color: #212121;
	padding: 60px 0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
	text-align: left;
}

.dropdown p {
	font-size: 14px;
	line-height: 22px;
	color: #919191;
}

.scrolled .dropdown, .scrolled .dropdown h4, .scrolled .dropdown p {
	color: #212121;
	background-color: #E8E8E8;
}

.dropdown h4 {
	padding-bottom: 7px;
	margin-top: -7px;
}

.dropdown li {
	padding: 0;
	display: block;
}

.dropdown li a {
	font-size: 13px;
	line-height: 16px;
	color: #919191;
	text-decoration: none;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
	padding: 7px 0;
}

.dropdown li a:hover, .scrolled .dropdown li a:hover {
	color: #FF3700;
}

.dropdown .cblock > div {
	width: 25%;
}

.dropdown li.navhead {
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
	padding: 7px 0;
	text-transform: uppercase;
	font-weight: 700;
}

.scrolled .dropdown li.navhead {
	color: #212121;
}

.dropdown .cblock > div:first-child {
	width: 40%;
	padding-right: 60px;
}

.dropdown .cblock > div:last-child {
	width: 30%;
	padding-left: 0;
}

.primary li.drop:hover {
	background-color: #212121;
}

.scrolled .primary li.drop:hover {
	background-color: #E8E8E8;
}

.primary li.drop:hover .dropdown {
	visibility: visible;
	opacity: 1;
}

.scrolled .dropdown li a {
	color: #919191;
}

.menu {
	position: absolute;
	background-color: #990000;
	width: 100%;
  	left: 0;
}

.utilitynav {
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 650;
}

.utilitynav .wrap {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.secondary li {
	display: inline;
	padding: 0 0 0 30px;
}

.secondary li a {
	display: inline-block;
	color: #B2B2B2;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.secondary li a span {
	color: #B2B2B2;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.secondary li a:hover, .secondary li a:hover span {
	color: #FFF;
}

.cbutton {
	text-align: right;
}

.btn {
	display: inline-block;
	padding: 13px 43px;
	font-size: 13px;
	font-weight: 700;
	color: #FF3700;
	letter-spacing: 0.5;
	border: 1px solid #FF3700;
	text-decoration: none;
	text-transform: uppercase;
}

.sml {
	padding: 10px 43px;
}

.wht {
	color: #FFF;
	border: 1px solid #FFF;
}

.btn:before {
	position: absolute;
	width: 0%;
	top: 0;
	left: 0;
	height: 100%;
	content: '';
	background-color: #FF3700;
	z-index: -1;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.btn:hover {
	color: #FFF;
}

.btn:hover:before {
	width: 100%;
}

.wht:before {
	position: absolute;
	width: 0%;
	top: 0;
	left: 0;
	height: 100%;
	content: '';
	background-color: #FFF;
	z-index: -1;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.wht:hover {
	color: #FF3700;
}

.wht:hover:before {
	width: 100%;
}

.arrow {
	display: inline-block;
	width: 43px;
	height: auto;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
	padding-right: 10px;
}

.arrow:hover {
	padding-right: 0;
	width: 33px;
}

#Menu {
	position: absolute;
	display: none;
	width: 30px;
	height: 34px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2300;
}

#Menu span, .close span {
	position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    padding: 0;
    opacity: 1;
    background: #FFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#Menu span:nth-child(1) { 
    top: 9px; 
}

#Menu span:nth-child(2) { 
    top: 16px;
}

#Menu span:nth-child(3) {
    top: 23px;
    width: 15px; 
}

#Menu.open span:nth-child(1) {
	top: 16px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#Menu.open span:nth-child(2) {
	opacity: 0;
}

#Menu.open span:nth-child(3) {
	top: 16px;
    width: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#MobileSubMain span:nth-child(1) {
	top: 25px;
	left: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#MobileSubMain span:nth-child(2) {
	top: 25px;
	left: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#MobileNavMain {
	right: -310px;
}

.slidenav {
	position: fixed;
	width: 310px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #FFF;
	z-index: 3001;
}

.slidenav ul:first-child, #MobileSubMain ul {
	position: relative;
	bottom: auto;
	padding: 0;
	padding-top: 30px;
}

.slidenav ul:first-child li, #MobileSubMain ul li {
	position: relative;
	display: block;
	width: 100%;
}

.slidenav ul:first-child li a, #MobileSubMain ul li a {
	position: relative;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-size: 13px;
	line-height: 16px;
	color: #212121;
	text-transform: uppercase;
	font-weight: 700;
}

.slidenav ul:first-child li a:hover, .slidenav ul:first-child li a:active {
	color: #FF3700;
}

#MobileSubMain {
	background-color: #F4F4F4;
	right: -300px;
	width: 300px;
	z-index: 3003;
}

#MobileSubMain ul li a, #MobileSubMain ul li.navhead {
	font-size: 13px;
	line-height: 16px;
	color: #919191;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 30px;
}

#MobileSubMain ul li.navhead {
	color: #212121;
}

#MobileSubMain ul li a:hover, #MobileSubMain ul li a:active {
	color: #FF3700;
}

#MobileSubMain .close {
	position: relative;
	height: 50px;
	width: 100%;
	color: #212121;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#MobileSubMain .close span {
	background-color: #212121;
}

.close span {
    width: 25px;
    height: 1px;
}

.blackout {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3000;
	cursor: pointer;
}

#Hero {
	width: 100%;
	height: 550px;
	background: #000 url(http://passerelledata.wpengine.com/wp-content/uploads/2021/08/photo_hero_desktop.jpg) no-repeat bottom center;
	background-size: 1920px, 1358px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home #Hero {
	height: 100%;
	min-height: 100%;
}

#Hero .wrap {
	height: 100%;
}

.tagline {
	position: absolute;
	width: 50%;
	top: 50%;
	transform: translateY(-30%);
}

.inner .wrap {
	width: 55%;
}

.inner2 .wrap {
	width: 61%;
}

.iconbar {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 50px;
}

.iconbar div {
	flex-grow: 1;
	display: flex;
}

.iconbar div img {
	height: 40px;
	width: auto;
}

.offset {
	margin-top: 50px;
}

.callout1 {
	width: 100%;
	display: flex;
	align-content: center;
}

.callout1 > div:first-child {
	width: 60%;
	padding: 100px 90px 100px 0;
}

.callout1 > div:last-child {
	display: flex;
	width: 40%;
	margin-top: -50px;
	padding: 65px;
	background-color: #1D1D1D;
}

.callout1 .btn {
	margin-top: 25px;
}

.callout1 .arrowbox {
	position: absolute;
	width: auto;
	right: 0;
	bottom: 3px;
}

.callout1 .arrowbox2 {
	position: absolute;
	width: auto;
	left: 0;
	bottom: 3px;
}

.callout1 .arrowbox2 .arrow {
	padding-left: 10px;
	padding-right: 0;
}

.callout1 .arrowbox2 .arrow:hover {
	padding-left: 0;
}

.slidecount {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	font-size: 14px;
	color: #FF3700;
}

.callout2 {
	width: 95%;
	display: flex;
	align-items: center;
	padding: 60px 0 100px 0;
}

.callout2 > div:first-child {
	width: 35%;
}

.callout2 > div:first-child img {
	width: 100%;
	height: auto;
}

.callout2 > div:last-child {
	width: 65%;
	padding: 20px 0 20px 90px;
}

.calltitle {
	color: #919191;
	font-size: 24px;
	line-height: 23px;
	border-bottom: 1px solid #919191;
	margin-bottom: 10px;
}

.callsub, .callsub span {
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
}

.callsub span {
	color: #FF3700;
}

.call {
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
}

.calllist {
	padding-left: 16px;
}

.calllist li {
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
}

.calls > div:first-child {
	display: block;
}

.callout1 > div:last-child, .callset {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.calls > div {
	display: none;
}

.grid {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.grid > div {
	width: 33.333%;
	text-align: center;
	padding: 50px 20px 0 20px;
}

.grid > div a {
	text-decoration: none;
}

.grid div img {
	display: block;
	margin: 0 auto;
	width: 140px;
	height: auto;
	padding-bottom: 20px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.grid > div:hover img {
	transform: scale(1.05);
}

.studies .pad {
	padding: 80px 0 100px 0;
}

.studies .pad2 {
	padding: 80px 0 80px 0;
}

.studies .arrowbox {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.case {
	width: 100%;
}

.inset {
	width: 80%;
}

.thumbs {
	width: 100%;
	display: flex;
}

.thumbsmain {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 40px;
}

.nonglide {
	padding-top: 40px;
}

.thumbs > div {
	width: 33.333%;
	background-color: #212121;
	overflow: hidden;
}

.glider {
	display: block;
	overflow: hidden;
}

.glider > div {
	width: auto;
	overflow: hidden;
}

.glidercontainer {
	margin-top: 40px;
}

.glider-next {
	position: absolute;
	width: 43px;
	height: auto;
	top: 50%;
	right: 0;
	z-index: 5000;
	transform: translateY(-50%);
}

.glider-prev {
	position: absolute;
	width: 43px;
	height: auto;
	top: 50%;
	left: 10px;
	z-index: 5000;
	transform: translateY(-50%);
}

.space > div {
	width: 31.333%;
	margin: 1% 2% 1% 0;
}

.four > div {
	width: 25%;
}

.thumbs img {
	width: 100%;
	height: auto;
	z-index: 0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.thumbs .cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	text-decoration: none;
	background: transparent;
	background: linear-gradient(180deg, rgba(0,0,0,0) 56%, rgba(0,0,0,0.7) 100%);
}

.thumbs h5 {
	z-index: 10;
	-webkit-user-select: none;      
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glider-slide {
	overflow: hidden;
}

.nonglide > div:hover img {
	transform: scale(1.05);
	opacity: 0.8;
}

.glider-slide:hover img {
	transform: scale(1.05);
	opacity: 0.8;
}

.thumbs h5 {
	position: absolute;
	bottom: 10%;
	left: 12%;
}

.team {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

section .team h5 {
	position: relative;
	bottom: auto;
	left: auto;
	color: #212121;
	padding-top: 30px;
}
	
.footer, .footer2 {
	background-color: #F4F4F4;
}

.fwhite .footer, .fwhite .footer2  {
	background-color: #FFF;
}

.footbar {
	width: 100%;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(0deg, rgba(244, 244, 244, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.fwhite .footbar {
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(244, 244, 244, 1) 50%);
}

.footbg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(90deg, rgba(255, 255, 255,0) 49%, rgba(255, 55, 0, 1) 50%);
}

.footbar .wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #FF3700;
	padding: 45px 0 45px 60px;
	z-index: 0;
}

.footbar .wrap > div:nth-child(2) {
	padding-left: 30px;
	flex: 1;
}

.footbar h6, .footbar h3 {
	color: #FFF;
}

.footbar h3 {
	padding-bottom: 0;
}

.icon img {
	width: 75px;
	height: auto;
}
	
.footer, .footer2 {
	width: 100%;
}

.footer ul {
	list-style-type: none;
}

.footer .wrap {
	display: flex;
	flex-direction: row;
	padding: 80px 0;
}

.footer .wrap > div {
	padding-right: 5%;
}

.footer .wrap > div:last-child {
	padding-right: 0;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

.footer li {
	padding: 2px;
}

.footer li a {
	font-size: 12px;
	line-height: 15px;
	color: #919191;
	text-decoration: none;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.footer li:first-child a {
	font-size: 13px;
	line-height: 15px;
	color: #212121;
	font-weight: 700;
	text-transform: uppercase;
}

.footer li:first-child a:hover {
	color: #FF3700;
}

.footer li a:hover {
	color: #FF3700;
}

.location img {
	display: block;
	width: 170px;
	height: auto;
	padding-bottom: 5px;
}

.location {
	display: inline-block;
	width: auto;
	padding-right: 40px;
}

.location p {
	font-size: 13px;
	line-height: 21px;
	color: #919191;
	padding-top: 15px;
	padding-bottom: 0;
}

.footer2 .wrap {
	display: flex;
	flex-direction: row-reverse;
	padding: 0 0 80px 0;
}

.footer2 .wrap > div:last-child {
	width: 70%;
	font-size: 12px;
	line-height: 15px;
	color: #919191;
}

.footer2 .wrap > div a {
	font-size: 12px;
	line-height: 15px;
	color: #919191;
	text-decoration: none;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.footer2 .wrap > div a:hover {
	color: #FF3700;
}

.footer2 .wrap > div:first-child {
	width: 30%;
	text-align: right;
}

.footer2 .wrap > div:first-child a {
	color: #FF3700;
}

.footer2 .wrap > div:first-child a:hover {
	color: #FF3700;
}

.anim {
	opacity: 0;
}

@-webkit-keyframes anim1 {
	from {
		transform: translateY(100px);
		opacity: 0;
	} to {
		transform: translateY(0);
		opacity: 1;
	}
}

/*------------------Interiors------------------*/

.lgimg {
	width: 100%;
	height: auto;
}

.transbg {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(0deg, rgba(244, 244, 244, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.twocol {
	display: flex;
	padding: 60px 0;
}

.twocol > div:first-child {
	width: 35%;
	padding-right: 100px;
}

.twocol > div:last-child {
	width: 70%;
}

.cblock {
	display: flex;
	width: 95%;
}

.cblock > div:first-child {
	width: 35%;
}

.cblock > div:last-child {
	width: 65%;
	padding-left: 100px;
}

.cblock img {
	width: 100%;
	height: auto;
}

.cblock ol {
	padding-top: 10px;
}

.quote {
	background-color: #1D1D1D;
}

.quote p {
	color: #C1C1C1;
}

.quote .callout2 {
	padding: 60px 0 60px 0;
}

section ul {
    list-style: none;
	padding-left: 15px;
	padding-bottom: 15px;
}

section ul > li {
    align-items: center;
    margin: 3px 0;
}

section ul li::before {
  content: "\2022";
  color: #FF3700;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.grid > div a {
	color: #212121;
}

.slim {
	width: 70%;
}

.blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.blocks div {
	width: 48%;
	padding: 40px;
	margin: 1%;
	border: 1px solid #C1C1C1;
}

.blocks div h4 {
	color: #212121;
}

.blocks div p {
	color: #212121;
	font-size: 14px;
	line-height: 22px;
}

.blocks img {
	height: 80px;
	width: auto;
	padding-bottom: 10px;
}

.resources {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.resources > div {
	width: 23%;
	padding: 40px;
	margin: 1% 2% 1% 0;
	background-color: #212121;
}

.resources div h4 {
	padding-bottom: 40px;
}

.resources div p {
	color: #C1C1C1;
	font-size: 14px;
	line-height: 22px;
}

.resources .arrowbox {
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.vid .wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.vidleft {
	width: 55%;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	width: 100%;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vidright {
	width: 45%;
	padding-left: 60px;
}

.vid h5 {
	color: #212121;
	padding-bottom: 10px;
}

/*------------------Responsive------------------*/


@media screen and (min-width: 1600px) {
	
    .wrap {
        width: 1420px;
    }
	
	.inner .wrap {
		width: 880px;
	}

	.inner2 .wrap {
		width: 880px;
	}
	
	.callout2 {
		width: 1420px;
		margin: 0 auto;
	}
	
	.cblock {
        width: 1420px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 1024px) {
	
	h1 {
		font-size: 45px;
		line-height: 53px;
	}

	h2 {
		font-size: 26px;
		line-height: 33px;
	}

	h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	h4, h4 span {
		font-size: 20px;
		line-height: 28px;
	}

	h5 {
		font-size: 18px;
		line-height: 22px;
	}
	
	.pad {
		padding: 80px 0;
	}
	
	.padbottom {
		padding: 0 0 80px 0;
	}
	
	.padtop {
		padding: 80px 0 0 0;
	}

	.studies .pad {
		padding: 60px 0 80px 0;
	}
	
	.studies .pad2 {
		padding: 60px 0 60px 0;
	}
    
	.nav {
		padding-right: 0;
	}
	
	.cbutton {
		display: none;
	}
	
	.secondary li:last-child {
		display: inline;
	}
	
	.tagline {
		width: 70%;
	}
	
	.inner .wrap {
		width: 75%;
	}

	.inner2 .wrap {
		width: 83%;
	}
	
	.callout1 {
		display: block;
	}
	
	.offset {
		margin-top: 0;
	}
	
	.callout1 > div:first-child {
		width: 100%;
		padding: 80px 0 80px 0;
	}

	.callout1 > div:last-child {
		width: 100%;
		margin-top: 0;
		padding: 40px;
	}
	
	.callout1 > div:last-child > div {
		padding-bottom: 80px;
	}
	
	.callout2 {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 80px 0 80px 0;
	}

	.callout2 > div:first-child {
		width: 100%;
		background-color: #1D1D1D;
	}

	.callout2 > div:last-child {
		width: 100%;
		padding: 60px 0 0 0;
	}

	.nonglide {
		padding-top: 30px;
	}
	
	.footer .wrap > div:last-child {
		display: none;
	}
	
	.footer .wrap > div {
		padding-right: 0;
		align-items: flex-start;
		flex-grow: 1;
	}
	
	.footbar .wrap > div:first-child {
		display: none;
	}
	
	.footbar .wrap > div:nth-child(2) {
		padding-left: 0;
	}
	
	.iconbar div img {
		height: 35px;
		width: auto;
	}
	
	.cblock > div:first-child {
		width: 30%;
	}

	.cblock > div:last-child {
		width: 70%;
		padding-left: 80px;
	}
	
	.dropdown .cblock > div:first-child {
		width: 55%;
	}

	.dropdown .cblock > div:last-child {
		width: 45%;
		padding-left: 50px;
	}
	
	.four > div {
		width: 33.333%;
	}
	
	.four > div:last-child {
		display: none;
	}
	
	.slim {
		width: 80%;
	}
	
	.resources > div {
		width: 31.3333%;
	}
	
	.dropdown .cblock > div:first-child {
		display: none;
	}
	
	.dropdown .cblock > div:nth-child(2) {
		width: 40%;
	}
	
	.dropdown .cblock > div:last-child {
		width: 40%;
		padding-left: 0;
	}
	
	section .team {
		padding-bottom: 0;
	}
	
	.team > div {
		width: 48%;
		margin: 1% 2% 1% 0;
		padding-bottom: 30px;
	}
	
}

@media screen and (max-width: 768px) {
	
	h1 {
		font-size: 35px;
		line-height: 43px;
	}

	h2 {
		font-size: 20px;
		line-height: 27px;
	}

	h3 {
		font-size: 18px;
		line-height: 25px;
	}
	
	h4, h4 span {
		font-size: 18px;
		line-height: 25px;
	}

	h5 {
		font-size: 16px;
		line-height: 19px;
	}
	
	h6 {
		font-size: 12px;
		padding-bottom: 2px;
	}
	
	p, strong, .list {
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 12px;
	}
	
	.pad {
		padding: 60px 0;
	}
	
	.padbottom {
		padding: 0 0 60px 0;
	}
	
	.padtop {
		padding: 60px 0 0 0;
	}
	
	.studies .pad {
		padding: 60px 0 80px 0;
	}
	
	.studies .pad2 {
		padding: 60px 0 60px 0;
	}
	
	header, header.scrolled {
		padding: 30px 0 30px 0;
		top: 0;
	}
	
	.logo {
		flex: 0 0 140px;
	}
	
	.logo img {
		width: 140px;
	}
	
	.nav {
		display: none;
	}
	
	header .wrap, nav {
		position: relative;
	}
	
	#Menu {
		display: block;
	}
	
	.utilitynav {
		display: none;
	}
	
	#Hero {
		height: 400px;
	}
	
	.home #Hero {
		background: #000 url(http://passerelledata.wpengine.com/wp-content/uploads/2021/08/photo_hero_mobile.jpg) no-repeat center center;
		background-size: 1000px, 1920px;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
	}
	
	.tagline {
		width: 100%;
		text-align: center;
	}
	
	.home .tagline {
		top: auto;
		bottom: 8%;
		width: 100%;
		text-align: center;
		transform: translateY(0);
	}
	
	.inner .wrap {
		width: 90%;
	}

	.inner2 .wrap {
		width: 100%;
	}
	
	.iconbar {
		padding-top: 30px;
	}
	
	.callout1 > div:first-child {
		padding: 60px 0 60px 0;
	}
	
	.callout2 {
		padding: 60px 0 60px 0;
	}

	.callout2 > div:last-child {
		padding: 40px 0 0 0;
	}
	
	.grid > div {
		font-size: 14px;
		line-height: 20px;
		padding-top: 40px;
	}

	.grid div img {
		width: 120px;
		padding-bottom: 15px;
	}

	.nonglide {
		padding-top: 20px;
	}
	
	.thumbs > div {
		width: 50%;
	}
	
	.space > div {
		width: 48%;
		margin: 1% 2% 1% 0;
	}
	
	.team > div {
		width: 100%;
		margin: 0;
		padding-bottom: 30px;
	}
	
	section .team {
		padding-bottom: 0;
	}
	
	.team > div:last-child {
		padding-bottom: 0;
	}
	
	.team > div:last-child p {
		padding-bottom: 0;
	}
	
	/*.thumbs > div:last-child, .four > div:nth-child(2) {
		display: none;
	}*/
	
	.footbar .wrap {
		display: block;
		padding: 45px 45px 45px 45px;
	}
	
	.footbar .wrap > div {
		width: 100%;
		text-align: center;
	}
	
	.footbar .wrap > div:nth-child(2) {
		padding-bottom: 20px;
	}
	
	.footer .wrap {
		padding: 60px 0 40px 0;
	}
	
	.footer .wrap > div {
		display: none;
	}
	
	.footer .wrap > div:last-child {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.location, .location p {
		display: block;
		margin: 0 auto;
		text-align: center;
		padding-right: 0;
	}
	
	.location img {
		display: inline-block;
	}
	
	.footer2 .wrap {
		padding-bottom: 60px;
	}
	
	.footer2 .wrap {
		display: block;
	}
	
	.footer2 .wrap > div:first-child, .footer2 .wrap > div:last-child {
		width: 100%;
		text-align: center;
	}
	
	.footer2 .wrap > div:first-child {
		padding-bottom: 5px;
	}
	
	h6 img {
		width: 150px;
	}
	
	.twocol {
		display: block;
		padding: 60px 0;
	}

	.twocol > div:first-child {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.twocol > div:last-child {
		width: 100%;
	}

	.cblock > div:first-child {
		width: 30%;
	}

	.cblock > div:last-child {
		width: 70%;
		padding-left: 50px;
	}
	
	.slim {
		width: 100%;
	}

	.blocks div {
		width: 100%;
		padding: 30px;
		margin: 1% 0;
	}
	
	.resources > div {
		width: 48%;
	}
	
	.vidleft {
		width: 100%;
	}
	
	.vidright {
		width: 100%;
		padding-top: 40px;
		padding-left: 0;
	}
	
	.blocks img {
		height: 60px;
		width: auto;
		padding-bottom: 7px;
	}
	
}

@media screen and (max-width: 550px) {
	
	h5 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.iconbar div img {
		height: 25px;
		width: auto;
	}
	
	.grid {
		padding-top: 10px;
	}
	
	.grid > div {
		width: 50%;
		text-align: center;
		font-size: 13px;
		line-height: 18px;
		padding: 30px 10px 0 10px;
	}

	.grid div img {
		width: 100px;
		padding-bottom: 15px;
	}
	
	.thumbs {
		display: block;
	}
	
	.thumbs > div {
		width: 100%;
	}
	
	.space > div {
		width: 100%;
		margin: 1% 0 1% 0;
	}
	
	/*.thumbs > div:last-child, .four > div:nth-child(2) {
		display: block;
	}*/
	
	.cblock {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.cblock > div:first-child {
		width: 100%;
	}

	.cblock > div:last-child {
		width: 100%;
		padding-left: 0;
		padding-top: 60px;
	}
	
}