/* ==================================================
//////////////////  CONTENTS ////////////////////////

1. BASE - the foundation styles
2. COMMON FORMS - styles for non-Marketo forms used throughout the site
3. HEADER & NAV - the main nav and the masthead, desktop and mobile
4. MODULAR ELEMENTS - layout elements that are designed to be re-used on various pages as-needed
5. HELPERS - styling helpers to make customizing pages easy and keep styles consistent
6. MEDIA - videos, animations and GIFs, oh my!
7. PAGES - bespoke styles unique to a particular page
8. FOOTER - common footer styles
9. EXCEPTIONS - minor code tweaks that are usually temporary or exceptional in nature to better accomodate content, etc.

================================================== */

/* ==================================================
////////////////////  BASE //////////////////////////
================================================== */

/* LAYOUT 
================================================== */

* {
min-height: 0;
min-width: 0;
}

body {
	color: #2E2E2E;
	font-size: 1.8rem;
	font-family: 'DINNextLTPro-Regular';
	-webkit-font-smoothing: antialiased;
	overflow: hidden
}
body.no-show-mo-me {
	overflow: auto
}
main, h1, h2, h3, h4, h5, h6 {
	font-family: 'DINNextLTPro-Regular';
}
main {
    margin-top: 60px;
    overflow: hidden;
    min-height: calc(100vh - 380px)
}
@media only screen and (min-width: 980px) {
	main {
	    margin-top: 80px !important;
	}
}
@media (min-width: 750px) {
	.container {
	    width: 80% !important;
	}
}

/* LINKS 
================================================== */
a, a:visited {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}
a, a:hover {
	color: #2E2E2E;
}
p a, a.link, a.cta {
	text-decoration: none;
	border-bottom: 4px solid #B9DCF0
}
p a:hover, p a:active, a.blue-bg:hover, a.link:hover, li a:hover, .share-block a.cta:hover {
	color: black;
	transition: .15s all ease-in-out;
	background-color: #B9DCF0
}
p a:active, a.link:active {
	color: #55A4D7
}

/* HEADINGS 
================================================== */

h1 {
	text-align: center;
	font-size: 3.5rem;
	line-height: 4rem;
}
@media (min-width: 550px) {
	h1{
		font-size: 4.5rem;
		line-height: 5rem;
	}
}

/* TEXT CONTENT 
================================================== */
p, .paragraph, li {
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin-bottom: 2.6rem;
	letter-spacing: -.4px
}
.paragraph {
	font-size: 1.8rem !important;
	line-height: 2.6rem !important;
	margin-bottom: 2.6rem !important;
	letter-spacing: -.4px !important
}
em {
	transition: none !important
}
ul {
    list-style: outside disc;
    margin-left: 2rem;
}
blockquote {
	color: #57575E;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    border: none !important;
    letter-spacing: -.27px;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: 'DINNextLTPro-Light';
}
@media (min-width: 1000px){
		blockquote {
		font-size: 2.8rem;
	    line-height: 4rem;
	}
}
blockquote.small {
	line-height: 2.5rem;
	font-size: 2rem;
}
.quotes:before {
  content: '"';
  position: absolute;
  margin-left: -1em;
  width: 1em;
  text-align: right;
}
.quotes:after {
  content: '"';
  display: inline-block
}

/* ELEMENTS 
================================================== */
.arrows:after, a .arrows:after { 
	content:"\203A \203A";
	color: #B9DCF0;
	padding-left: 5px;
	font-size: 2rem;
	font-family: 'DINNextLTPro-Bold';
	transition: all .15s ease-in-out;
	display: inline-block
}
a:hover .arrows:after, a:hover.arrows:after {
	padding-left: 10px;
	transition: all .15s ease-in-out;
}
.read-more {
	font-family: 'DINNextLTPro-Bold';
}
hr.orange {
    border: 2px solid #ff785a;
    margin: 25px 40px 30px 0;
    max-width: 34px;
    clear: both;
}
hr.blue {
    border: 2px solid #70C0ED;
    margin: 25px auto;
    max-width: 34px;
    clear: both;
}

/* ==================================================
////////////////  COMMON FORMS //////////////////////
================================================== */

.common-form .frm_label, .common-form .frm_label, form label[for] {
    font: normal 1rem/13px 'DINNextLTPro-Regular', Arial, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    margin-bottom: 3px;
    padding: 0 !important;
    width: auto !important;
}
form label.error, form .error {
    font-family: 'DINNextLTPro-LightItalic';
    font-size: 16px;
    line-height: 16px;
    color: #55A4D7;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}
.form_col label.error , form label.error  {
    position: absolute;
    left: 0;
    bottom: 28px;
    padding-left: 13px;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	width: calc(100% - 15px);
	margin-right: 15px
}


/* ==================================================
////////////////  HEADER & NAV //////////////////////
================================================== */

/* MAIN NAV 
================================================== */

.navigation, .navigation * {
	transition: all .25s ease-in-out
}
.header-inner-wrap {
    background-image: none;
    background: #ffffff;
    max-width: 2560px;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 0px #ccc;
    top: 0;
	position: fixed;
	z-index: 9;
	height: auto;
	width: 100%;
    transition: height .25s ease-in-out;
}
.header-inner-wrap nav#menu{
    text-align: left;
    left: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.sticky #menu {
    padding: 0;
}
.sticky .navigation li a.mezz-cta-white {
	padding: 10px 25px;
	line-height: 30px;
	border-radius: 0;
	margin-left:12px;
}
.header-container #menu li {
    margin-bottom: 0;
}
.navigation li a, .sticky .navigation li a{
	padding: 10px
}
@media only screen and (min-width: 980px) {
	.header-inner-wrap {
/* 		height: 80px */
	}
		.header-inner-wrap nav#menu{
/*
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 30px;
	    text-align: right;
	    left: auto;
	    padding-top: 0;
	    padding-bottom: 0;
*/
        padding:13px 30px 13px 0;
	}
}

.header-inner-wrap.sticky nav#menu {
/* 	right: 0; */
padding:0;
}
.header-inner-wrap nav#menu .navigation {
	margin-left: 0
}
.navigation .sub-menu {
	margin: 0
}
.navigation li a, .navigation li a:hover {
	background: transparent !important
}

@media only screen and (min-width: 980px) {
	.take-me-home {
		display: none !important
	}
	.header-inner-wrap nav#menu {
	    letter-spacing: 1.563px;
	    font-family: 'DINNextLTPro-Medium';
	    width: auto;
	    float: right;
	    text-transform: uppercase;
	    line-height: 130%;
	    z-index: 20;
	    margin-left: auto;
	    margin-right: auto;
	    display: block
	}
	.navigation {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}
	.navigation li {
	    display: inline-block;
	    position: relative;
	}
	
	.navigation li a {
	    font-family: DINNextLTPro-Medium;
	    padding: 13px 7px 14px;
	    color: #7E7E7E;
	    font-size: 1.3rem;
	    letter-spacing: 1.83px;
	    display: block;
	    text-decoration: none;
	    text-transform: uppercase;
	}
	.navigation li:hover a, .navigation li .active {
	    color: #55A4D7;
	}
	.navigation .sub-menu,
	.navigation .sub-sub-menu {
	    font-size: 100%;
	    position: absolute;
	    border-top: 3px solid #55A4D7;
	    background: #fff;
	    z-index: 999;
	    margin: 0px;
	    width: 150px;
	    padding: 10px 0;
	    box-shadow: 0px 0px 1px 0px #ccc;
	    top: -99999em;
	    left: -99999em !important;
		transform: translateX(-50%);
		transition: all 0s ease;
	}
	
	.navigation .sub-sub-menu {
		border-top: none;
		width: 115px;
	}
	
	.navigation li:hover .sub-menu {
	    top: 40px;
	    left: 50% !important;
		transition-delay: .25s;
	}

	.navigation .sub-menu li:hover .sub-sub-menu {
		transition-delay: .25s;
		left: 138% !important;
		top: -10px;
		transition-delay: .25s;
	}
	
	
	.navigation .sub-menu li {
	    display: block;
	    margin-bottom: 0px;
	}
	.navigation .sub-menu li a {
	    font-family: DINNextLTPro-Regular;
	    cursor: pointer;
	    text-transform: capitalize;
	    padding: 7px 0;
	    font-size: 1.25rem;
	    letter-spacing: 0;
	    text-align: center;
	    color: #2E2E2E !important;
	}
	.navigation li:hover li a {
		color: #2E2E2E !important;
		background: transparent
	}
	.navigation li:hover li a.active, .navigation li li .active, .navigation li:hover li a:hover, .navigation .sub-menu a:hover, .navigation li:hover a, .navigation li .active {
	    color: #55A4D7 !important;
	    background: transparent
	}
	.navigation li .mezz-cta-white  {
		color: #fff;
		padding: 10px 20px;
		margin-left: 20px;

		line-height: 18px;
		border-radius: 3px;
		background-color: #FF785A !important;
	}
	.navigation li .mezz-cta-white:hover,
	.navigation li .mezz-cta-white:active{
		color: #fff !important;
		background-color: #DA6A54 !important;
	}

	.navigation .sub-menu li a.has-subnav:after {
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4.5px 0 4.5px 6px;
		border-color: transparent transparent transparent #2E2E2E;
		position:relative;
		top:1px;
		display:inline-block;
		margin-left:4px;
	}



	.navigation .sub-menu li:hover a.has-subnav:after,
	.navigation .sub-menu li a.has-subnav.active:after {
		border-color: transparent transparent transparent #226bab;
		box-sizing: border-box;
	}
}
@media only screen and (min-width: 10000px) {
	.navigation li a {
	    padding: 13px 10px 14px;
	    }
}
.header-inner-wrap nav#menu .navigation li {
	margin-bottom: 0
}
#header-logo {
    margin: auto;
    height: 65px;
    background-color: transparent;
    width: auto;
    text-align: center;
    position: initial;
}
@media only screen and (min-width: 980px) {
	.mo-me::after {
		content: "";
		display: table;
		clear: both;    
	}
	#header-logo {
/*
	    text-align: left;
	    left: 0px;
	    height: 80px;
	    position: absolute;
	    z-index: 30;
	    top: 50%;
	    transform: translateY(-50%);
	    margin-left: 0 !important
*/
	    float:left;
	}
	
	.header-inner-wrap.sticky #header-logo img:first-of-type {
		transition: none;
		opacity: 0;
	    left: -34px;
	    top: -14px;
    }
}
#header-logo a {
    width: 200px;
    height: 80px;
    display: block;
    position: relative;
}
#header-logo img:first-of-type {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: .25s opacity .25s ease-in-out;
}
#header-logo img:last-of-type{
    width: 68px;
    right: 48px;
    position: absolute;
    top: 34px;
    opacity: 0;
    transition: .5s opacity .25s ease-in-out, transform .25s ease-in-out;
	transform: translateX(0);
}
.header-inner-wrap.sticky {
	transition: .25s height .25s ease-in-out;
}

.header-inner-wrap.sticky #header-logo {
    height: 50px;
}

.header-inner-wrap.sticky #header-logo img:last-of-type{
	transition: opacity .25s ease-in-out;
	opacity: 1;
	transition: .25s transform .1s ease-in-out;
	transform: translateX(-50%);
    top: 20px;
}

@media only screen and (max-width: 979px) {
	#header-logo a {
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.header-inner-wrap #header-logo img:first-of-type {
		top: -8px;
		display: block !important;
		opacity: 1 !important
	}
	.header-inner-wrap #header-logo img:last-of-type{
		display: none
	}
	.header-inner-wrap.sticky, .header-inner-wrap {
/* 		height: 65px !important */
	}
}

/* MOBILE MENU 
================================================== */

@media only screen and (max-width: 979px) {
	.header-inner-wrap > div.mo-me{
	    left: 0px;
	    top: 0px;
	    position: fixed;
	    z-index: 200;
	    width: 220px;
	    height: 100%;
	    color: white;
	    background-color: #31313a;
	    padding-top: 15px;
	    display: block;
	    margin-left: 0px;
	    visibility: visible;
	    display: inline;
	    opacity: 1;
	    overflow-y: scroll;
	    transition: all .15s ease-in-out
	}
	.header-inner-wrap > div.mo-me li{
	    list-style-type: none;
	    border-bottom: solid 1px gray;
	    padding-left: 15px;
	    padding-bottom: 10px;
	    width: 100%;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
	.header-inner-wrap > div.mo-me .navigation > li{
		font-family: DINNextLTPro-Medium;
	}
	.header-inner-wrap > div.mo-me ul li a{
	    color: white;
	    text-transform: uppercase;
	    font-size: 1.2rem;
	    letter-spacing: 0.15em;
	}
	.header-inner-wrap > div.mo-me ul li ul li {
	    border: none;
	    padding-bottom: 2px;
	}
	.header-inner-wrap > div.mo-me nav ul li ul li a {
	    text-transform: none; 
	    letter-spacing: 0em;
	    font-family: 'DINNextLTPro-Light';
	}
	#mobile-nav-backer {
	    visibility: visible;
	    display: none;
	    opacity: 0;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 1000px;
	    height: 1000px;
	    z-index: 9;
	    background: rgba(0, 0, 0, 0.3);
	}
	.mobile-menu {
/* 	    position: absolute; */
	    display: block;
	    visibility: visible;
	    top: 0;
	    left: 0;
	    z-index:100;
	    cursor:pointer;

	}
	.mobile-menu img {
	    width: 70px;
	    float: left;
	}
	#header-logo img {
	    width: 165px;
	    max-width: 100%;
	    margin: auto
	}
	#mobile-nav-backer {
	    visibility: visible !important;
	    display: block !important;
	    opacity: 1 !important;
	    transition: all .15s ease-in-out
	}
	.no-show-mo-me #mobile-nav-backer {
	    visibility: hidden !important;
	    opacity: 0 !important;
	    transition: all .15s ease-in-out
	}
	.header-inner-wrap {
/* 		background: black !important */
	}
	.no-show-mo-me .header-inner-wrap {
		
	}
	.no-show-mo-me .header-inner-wrap > div.mo-me {
		transition: all .15s ease-in-out;
		    transform: translateX(-100%);
	}
	#header-logo{
	    opacity: .7;
	    pointer-events: none;
	    background: white
	}
	
	.no-show-mo-me #header-logo{
	    opacity: 1;
	    pointer-events: auto;
	}
}
.mobile-menu {
	    display: block;
	    visibility: visible;
	}
	
@media only screen and (min-width: 980px) {
	#header-logo img {
	    width: 165px;
	    max-width: 100%;
	    margin: auto
	}
	#mobile-nav-backer {
	    display: none;
	    visibility: hidden;
    }
    .mobile-menu {
	    display: none;
	    visibility: hidden;
	}
}


/* COOKIES BANNER */

#cookies-banner {
    background: #E6E6E6;
    box-sizing: border-box;
	max-height:400px;
    overflow:hidden;
}
#cookies-banner .row {
	margin-left:auto !important;
	margin-right:auto !important;
}


#cookies-banner.collapse {
	transition: max-height .6s ease-in-out;
	max-height:0;
}
#cookies-banner .container {
	padding:15px 0;
	box-sizing:border-box;
	display: flex;
}

#cookies-banner p {
	font-size:1.2rem;
	line-height:1.5;
	margin:0;
	padding:0 0 0 10%;
	background: transparent url(/assets/images/icons/cookies-warning.png) no-repeat left 5px;
	background-size: 50px;
}
	#cookies-banner p strong{
		display:none;
	}

#cookies-banner .button-container {
	margin:0 0 0 4%;
	justify-content:flex-end;	
	display:flex;	
	align-items: center;
}

#cookies-banner button {
    font-size: 1.3rem;
    height: 30px;
    line-height: 1;
    border-color: #50A2D8;
	color: #50A2D8;
	width:120px;
	padding:0;
	font-family:'DINNextLTPro-Light';
	margin-bottom:0;
}

#cookies-banner button:first-child {
    margin-right:8px;
	background: #50A2D8;
	color:white;
}

@media only screen and (max-width: 749px) {
	#cookies-banner {
	    position:fixed;
	    bottom:0;
        background: white;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0, .25);
 	}
	#cookies-banner .container {
		padding:20px;
		display:block;
	}
	#cookies-banner.collapse {
		display:none;
	}

	#cookies-banner p {
	    padding-left:0;
	    background:none;
	}
	
	#cookies-banner p strong{
		display:block;
	}

	#cookies-banner .button-container {
		margin: 20px 0 0 0;
		justify-content: left;
	}
}



/* ==================================================
//////////////  MODULAR ELEMENTS ////////////////////
================================================== */

/* SECTION SETUP 
================================================== */

section * {
	transition: all .25s ease-in-out
}
section > .container {
    width: 100%;
    padding: 0;
}

@media (min-width: 750px) {
	section > .container {
	    width: 80%;
	    padding: 0;
	}
}
section iframe {
	transition: none
}
section{
	padding-left: 30px;
	padding-right: 30px
}
@media (min-width: 750px) {
	section {
		padding-left: 0px;
		padding-right: 0px
	}
}
section, section.container, header.container.no-image, .section {
	padding-top: 60px;
	padding-bottom: 60px
}
@media (min-width: 1400px) {
	.container {
	    position: relative;
	    width: 100%;
	    max-width: 1050px;
	}
}
header.hero, section.hero, section.container.hero {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative
}
section.hero.nada, header.hero.nada {
	height: 50vw;
	background-position: 75% !important;
}
@media (min-width: 750px) {
	section.hero.nada,  header.hero.nada {
		height: 24vw;
		background-position: center center
	}
}

.equalheightcontainer {
	opacity:0;
}


/* section hero header */

.hero.header header, .hero.header .inner-header, .hero.header.full-height header {
	position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    transition: all .25s ease-in-out
}
.hero.header header h1, .hero.header .inner-header h1 {
	font-size: 4.5rem;
	line-height: 5rem;
    letter-spacing: -2px;
    color: white;
    text-shadow: 0px 1px 5px rgba(42,42,42,0.19);
    padding: 0;
    margin: 0;
    max-width: 80%;
    margin: auto;
    transition: all .25s ease-in-out
}
.subheadline {
    color: #fff;
    font-size: 2.6rem;
    margin-top: 0.1em;
    line-height: 1.3em;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    display: block
}
.hero.header {
	min-height: 250px;
	min-width: 100%;
	width: auto;
	margin: auto;
    transition: all .25s ease-in-out
}
.header.no-img {
	min-height: 0;
	min-width: 0;
	width: auto;
	margin: auto;
    transition: all .25s ease-in-out;
    padding-bottom: 0
}
.header.no-img header {
	position: relative;
	transform: none
}
.hero.header header.bottom-aligned {
    bottom: 0;
    transform: none;
    top: auto;
}
@media (min-width: 550px) {
	.hero.header header h1, .header.no-img header h1, .hero.header .inner-header h1, .header.no-img .inner-header h1 {
		font-size: 5.5rem;
		line-height: 6rem;
	}
}
@media (min-width: 750px) {
	.hero.header {
		min-height: 320px;
	}
	.hero.header header, .hero.header .inner-header{
	    top: 45%;
	    transform: none
	}
	.hero.header header h1, .header.no-img header h1, .hero.header .inner-header h1, .header.no-img .inner-header h1 {
		font-size: calc(8vw - 1rem);
	    line-height: calc(9vw - 1rem);
	}
}
@media (min-width: 1000px) {
	.hero.header {
		min-height: 425px;
	}
	.hero.header header, .hero.header .inner-header{
		top: 50%
	}
	.hero.header.with-button header, .hero.header.with-button .inner-header{
		top: 40%
	}
	.hero.header header h1, .header.no-img header h1, .hero.header .inner-header h1, .header.no-img .inner-header h1{
	    max-width: 960px;
	    margin-left: auto;
	    margin-right: auto
	}
}
@media (min-width: 1200px) {

	.hero.header header h1, .header.no-img header h1, .hero.header .inner-header h1, .header.no-img .inner-header h1 {
		font-size: 8rem;
		line-height: 9rem
	}
}
.hero.header .subheadline {
	display: none
}
@media screen and (min-width: 750px) {
	.hero.header .subheadline {
		display: block
	}
}


/* background image sections */

.background-image {
	background-size: cover !important
}
.background-image blockquote {
	color: white;
    font-size: 2.5rem;
    line-height: 3.2rem;
    text-align: center;
    max-width: 800px;
    font-family: 'DINNextLTPro-Regular';
}
.background-image blockquote+div {
	position: relative;
	margin-top: 60px;
}
.background-image blockquote+div > * {
	text-align: center
}
blockquote~span {
	font-family: 'DINNextLTPro-Light';
}
blockquote~span {
	margin-bottom: 60px
}
@media (min-width: 750px) {
	blockquote+span.name, blockquote~span {
		text-align: left;
		margin-bottom: 0
	}
}

/* SECTION STYLES 
================================================== */

header.five.columns h1, .four.columns header h1, h1.medium {
	text-align: center;
    font-weight: normal;
    font-size: 3rem;
    line-height: 4rem;
    font-family: 'DINNextLTPro-Medium';
}
header.five.columns .button {
	margin: 20px 0 30px;
}
@media (min-width: 750px) {
	header.five.columns, header.five.columns h1 {
		text-align: right;

	}
	header.five.columns {
		padding: 0 60px 0 0;

	}
	.four.columns header h1, .four.columns header {
		text-align: left;
	}
	.four.columns header h1 {
		padding: 0
	}
	header.five.columns .button {
		margin: 20px 0;
	}
	header.five.columns + .seven.columns {
		width: 60%;
		margin-left: 0
	}
}
@media (min-width: 1000px) {
	header.five.columns h1, .four.columns header h1, h1.medium {
		font-size: 3.5rem;
		line-height: 4rem;
	}
	.four.columns header h1 {
		padding: 0;
		font-size: 3rem;
		line-height: 3.6rem;
	}
	
	.infopresence header.five.columns {
		padding-left:0;
	}
}
header + .seven.columns p, header + .seven.columns li, header + .u-full-width p {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 300;
    padding-top: 5px;
    margin-bottom: 1.2rem;
    font-family: 'DINNextLTPro-Light';
}
header + .seven.columns li {
	list-style: none;
	position: relative
}
header + .seven.columns li:before {
	content: "\25CF";
    position: absolute;
    left: -2rem;
    top: .5rem;
    font-size: 1.5rem;
}
section.hero .four.columns {
	margin: 0;
	padding: 30px
}
section.hero .four.columns + .eight.columns {
	margin-left: 0%;
	min-height: 50vw
}
@media (min-width: 750px) {
	section.hero .four.columns {
		margin: 60px 4% 30px;
		padding: 0
	}
	section.hero .four.columns + .eight.columns {
		min-height: 575px
	}
}
.four.columns header h1 {
	text-align: left;
	padding: 0
}

.u-full-width > * {
	text-align: center
}


/* staggered sections */

section.stagger {
	padding-top: 60px;
	padding-bottom: 60px
}
section.stagger:nth-of-type(odd) header {
	float: right
}
section.stagger:nth-of-type(odd) .media {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}
header.six.columns > h1, .mezzanine-in-action .blocks .flex h2.inner {
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: -.54px
}
.six.columns > p {
	font-size: 1.9rem;
	line-height: 2.5rem;
}
@media (min-width: 750px) {
	header.six.columns > h1 {
		font-size: 3.5rem;
		line-height: 4rem;
		letter-spacing: -.78px
	}
}
@media (min-width: 1000px) {
	section.stagger.middle {
		padding-top: 0;
	}
	.six.columns.media{
	    padding-right: 4%;
	    position: static
	}
	.six.columns + .six.columns.media{
	    padding-left: 4%;
	    padding-right: 0;
	    position: static
	}
	header.six.columns > h1 {
		width: 100%;
		text-align: left
	}
	.six.columns + .six.columns.media > *, .six.columns.media > * {
		position: static
	}
}
/* MEDIA STAGGERS 
================================================== */
.stagger .row.container {
	display: block;
	-js-display: flex !important;
    display: flex;
	flex-direction: column;
}
.stagger .row.container > header h1 {
	text-align: center
}
.stagger .row.container > * {
	width: 100%;
}
.stagger .row.container > header {
	order: 1;
	margin-left: 0;
}

.stagger .row.container > .media {
	order: 2;
	padding: 0;
	display: inline-block;
	max-height: 357px;
	text-align: center
}
.stagger .row.container > p {
	order: 3;
	margin-bottom: 0
}

@media (min-width: 750px) {
	.stagger .row.container {
		display: block;
		-js-display: flex;
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	}
	.stagger .row.container > header h1 {
		text-align: center !important
	}
	.stagger .row.container > * {
		width: 50%;
	}
	.stagger .row.container > header {
		width: 100%;
		order: 1
	}
	.stagger .row.container > p {
		display: block;
		-js-display: flex;
	    display: flex;
	    align-items: center;
	}
	.stagger .row.container > .media {
		display: block;
		-js-display: flex;
	   display: flex;
	    align-items: center;
	    justify-content: center;
	    max-height: none
	}
	.stagger:nth-of-type(odd) .row.container > .media {
		float: left;
		order: 3;
	}
	.stagger:nth-of-type(odd) .row.container > p {
		float: right;
		order: 2
	}
	.stagger:nth-of-type(even) .row.container > .media, .stagger.first .row.container > .media, .stagger.last .row.container > .media {
		order: 2
	}
	.stagger:nth-of-type(even) .row.container > p, .stagger.first .row.container > p, .stagger.last .row.container > p {
		float: right;
		order: 3
	}
	.stagger:nth-of-type(even) .row.container > .media, .stagger.first .row.container > .media, .stagger.last .row.container > .media {
		padding-right: 8%;
		padding-left: 0 !important
	}
	.stagger:nth-of-type(odd) .row.container > .media {
		padding-left: 8%
	}
	canvas.fow-anims, .iframe-container, video {
		margin: none !important
	}
}
@media (min-width: 1000px) {
	
	.stagger .row.container {
		display: block;
	-js-display: flex;
		display: flex;
		flex-direction: column;
		min-height: 360px
	}
	.stagger .row.container > header h1 {
		text-align: left !important
	}
	.stagger .row.container > .media {
		order: 1
	}
	.stagger .row.container > .media video {
		padding-top: 15%;
		padding-bottom: 15%;
	}
	.stagger .row.container > header {
		order: 2
	}
	.stagger .row.container > *, .stagger .row.container > .media, .stagger .row.container > header {
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	    page-break-inside: avoid; /* Firefox */
	    break-inside: avoid;
	    float: none !important;
	    width: 50%;
	}

	.stagger p {
	    margin-bottom: 2.5rem;
	}
}

@media (min-width: 1200px) {
	
	.stagger .row.container {
		min-height: 1px;
		height: 100%
	}
	.stagger .row.container > .media video {
		padding-top: 5%;
		padding-bottom: 5%;
	}
}

@media (min-width: 1100px) {
	.the-future-of-work video {
		width: 476px !important;
	}
}

/*---------- Styles for no flexbox  -------------*/
.no-flexbox .stagger .row.container {
	height: auto !important;
	overflow: visible !important;
}

.no-flexbox .stagger .row.container > .media {
	margin:0 auto;
	padding-left: 0 !important;
}

.no-flexbox .stagger .row.container > .media .gif-container {
	display:block;
}

.no-flexbox .stagger .row.container > .media video {
	display:none;
}
.no-flexbox .stagger .row.container > *, .no-flexbox .stagger .row.container > .media, .no-flexbox .stagger .row.container > header {
	margin:0 auto;
}



/* CARDS
================================================== */

section.cards > .container {
    width: 100%;
    padding: 0;
}

/* headshot card */

.headshot-card div.headshot {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: rgba(22,28,51,.65);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.headshot-card div.headshot.centered {
    margin-left: calc(50% - 30px);
}
.headshot-card div.headshot.square {
	border-radius: 0
}
.headshot-card > span {
	display: block
}
.headshot-card span.name {
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    font-family: 'DINNextLTPro-Medium';
}
.headshot-card span.title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.9rem;
}
@media (min-width: 750px) {
	.headshot-card > .headshot+div {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		margin-top: 0px
	}
}
.call-out h1 span {
	display: block;
	padding: 2rem 0
}

/* quad cards: mezz-inn, infopresence-information-collaboration */

.quad-cards > * {
	padding: 0 20px
}
.quad-cards header h1 {
	text-align: center;
	max-width: 500px;
	margin: auto
}
.infopresence .quad-cards .one-half.column {
	margin-top: 4%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
.infopresence .quad-cards .one-half.column > .overlay {
	background-color: rgba(22,28,51,.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}
.infopresence .quad-cards .one-half.column:hover > .overlay {
	background-color: rgba(22,28,51,.75);
	cursor: pointer
}
.quad-cards .one-half.column > * {
	padding: 8%
}
.infopresence .quad-cards .one-half.column > header {
	position: absolute;
	bottom: 0;
	transition: all .25s ease-in-out;
	opacity: 1
}
.quad-cards .one-half.column > header h1 {
	text-align: left;
	max-width: 500px;
	margin: auto;
	padding: 0;
}
@media (min-width: 750px) {
	section.cards > .container {
	    width: calc(100% - 60px);
	    padding: 0;
	}
}
@media (min-width: 1000px) {
	.infopresence .quad-cards .one-half.column > header h1 {
		margin: 0;
		font-size: 3.2rem;
		line-height: 4rem;
		letter-spacing: -.71px;
	}
}
.infopresence .quad-cards .one-half.column > header + div {
	opacity: 0;
	background-color: rgba(22,28,51,.25);
	position: relative;
	z-index: 1;
	transition: .25s all 0s ease-in-out;
	height: 100%
}

/*.infopresence .quad-cards .one-half.column > .more, .infopresence .quad-cards .one-half.column > .less {
	font-family: 'DINNextLTPro-Bold';
}*/
.infopresence .quad-cards .one-half.column > .toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 3.2rem;
	letter-spacing: -.71px;
	transition: .25s all .25s ease-in-out;
	z-index: 2;
	padding: 4%
}
.infopresence .quad-cards .one-half.column > .toggle:before {
	content:"+";
}
.infopresence .quad-cards .one-half.column.activated > .toggle:before {
	content:"-";
}
.infopresence .quad-cards .one-half.column.activated > header {
	position: absolute;
	opacity: 0;
	transition: .25s all .25s ease-in-out;
}
.infopresence .quad-cards .one-half.column.activated > header + div {
	opacity: 1;
	transition: .25s all .25s ease-in-out;
}
.infopresence .hero video {
	width:100%;
	max-width:960px;
}

/* 3 columns flex */

article.one-third.column.flex {
    background: white;
    margin-bottom: 4%;
    position: relative;
}
article.one-third.column.flex .grid-inner {
    border: 1px solid transparent;
    display: block;
    flex-direction: column;
    padding: 30px;
    flex: 1;
}

/* 3 column flex cards */

.three-column > * {
	max-width: 1290px !important;
}
.cards .one-third.column {
	margin-bottom: 8%;
	position: relative;
}
.link-overlay {
	position: relative
}
.cards.bottom .one-third.column {
	background: transparent !important;
	padding: 0 !important
}
.cards .one-third.column > a, .link-overlay > a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}
.cards .one-third.column .image{
	background-color: rgba(22,28,51,.65);
	width: 100%;
	padding-top: 50%;
	margin-bottom: 10px;
}
.cards article > * {
	font-size: 1.5rem;
	line-height: 2.1rem;
	margin-bottom: 0;
	letter-spacing: -.32px;
	font-family: 'DINNextLTPro-Regular';
	font-weight: normal !important
}
.cards article h3 {
	font-family: 'DINNextLTPro-Medium';
}

@media (min-width: 750px) {
	.cards .full .one-third.column {
	    width: 32%;
	    margin-bottom: 4%
	}
	.cards .full .one-third.column {
	    margin-left: 2%;
	}
	.cards .full .one-third.column:first-child {
	    margin-left: 0;
	}
	.cards .full .one-third.column .image {
		padding-top: 70%
	}
}
@media (min-width: 1000px) {
	.cards .full .one-third.column .image {
		padding-top: 50%
	}
}
.full {
	width: 100%;
	position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
@media (min-width: 750px) {
	.full {
		width: 90%;
	}
}


/* ==================================================
//////////////////  HELPERS /////////////////////////
================================================== */

/* BASE HELPERS 
================================================== */

.clear-both {
	clear: both
}
.hr {
	border-top: 1px solid #E1E1E1;
}
.cover {
	background-size: cover !important
}
.cover-link {
	position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
}
.contain {
	background-size: contain !important
}
.bg-gradient {
	position: relative
}
.bg-gradient:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(transparent 20%, rgba(0,0,0,.35));
}
.bg-gradient.dark-gradient:before {
	background-image: linear-gradient(transparent 20%, rgba(0,0,0,.6));
}

.fill {
	background-color: rgba(22,28,51,.65)
}
.full-width {
	width: 100% !important
}
.eighty-width {
	width: 80% !important
}
.fivehundy-width {
	max-width: 500px !important;
	margin: auto
}
.sevenhundy-width, .hero.header header h1.large.sevenhundy-width {
	width: 700px !important;
	margin: auto
}
.sevenfifty-width {
	max-width: 750px !important
}
.dk-bg {
	background-color: #161c33 !important
}

/* POSITION HELPERS 
================================================== */
.relative {
	position: relative
}
.absolute {
	position: absolute
}
.absolute.bottom {
	bottom: 0
}
.absolute.left {
	left: 0
}
.absolute.top {
	top: 0
}
.absolute.right {
	right: 0
}
.fixed {
	position: fixed
}
.float-none {
	float: none !important
}
.margin-auto {
	margin: auto !important
}


/* PADDING HELPERS 
================================================== */
.padded {
	padding: 30px !important;
}
.padding {
	padding: 60px !important;
}
.light-padded {
	padding: 2% !important;
}
.extra-light-padded {
	padding: 15px;
}
.padding-top {
	padding-top: 60px !important
}
.padding-bottom {
	padding-bottom: 60px !important
}
@media (min-width: 750px) {
	.padding-left {
		padding-left: 60px
	}
	.padding-right {
		padding-right: 60px
	}
}
.light-padding {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}
.light-padding-top {
	padding-top: 30px !important
}
.light-padding-bottom {
	padding-bottom: 30px !important
}
.extra-light-padding {
	padding-top: 15px !important;
	padding-bottom: 15px !important
}
.extra-light-padding-top {
	padding-top: 15px !important
}
.extra-light-padding-bottom {
	padding-bottom: 15px !important
}

.heavy-padding {
	padding-top: 100px !important;
	padding-bottom: 100px !important
}
.heavy-padding-top {
	padding-top: 100px !important
}
.heavy-padding-bottom {
	padding-bottom: 100px !important
}

@media (min-width: 750px) {
	.light-padding-left {
		padding-left: 30px
	}
	.light-padding-right {
		padding-right: 30px
	}
}
.no-padding-top {
	padding-top: 0px !important
}
.no-padding-bottom {
	padding-bottom: 0px !important
}
.no-padding {
	padding: 0 !important
}
.light-margin {
	margin: 15px !important
}
.light-margin-top {
	margin-top: 15px
}
.light-margin-bottom {
	margin-bottom: 15px 
}
.margin-top {
	margin-top: 30px
}
.margin-bottom {
	margin-bottom: 30px
}
.no-margin-bottom {
	margin-bottom: 0px !important
}
.no-margin {
	margin: 0 !important
}
.inline-block > *{
	display: inline-block;
	vertical-align: middle
}


/* FLEXBOX HELPERS 
================================================== */
@media (min-width: 750px) {
	.flex {
		-js-display: flex !important;
		display: flex !important
	}
	.flex-wrap {
		flex-wrap: wrap !important
	}
	.flex-column {
		flex-direction: column !important
	}
	.flex-grow {
		flex-grow: 1
	}
	.flat-top {
		padding-top: 0
	}
	.flex.flip {
		flex-direction: row-reverse
	}
	.flex.flip > *:first-child {
		margin-left: 4%
	}

	.flex.flip > *:last-child {
		margin-left: 0%
	}
	.flex.vert-center {
		align-items: center
	}
	.flex.hor-center {
		justify-content: center
	}
	.flex.hor-left {
		justify-content: left
	}
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin: auto
}
@media (min-width: 1000px) {
	.flex-grid {
		flex-wrap: nowrap
	}
}
.flex-grid > * {
  flex: 1 0 100%;
  margin: 0
}
@media (min-width: 750px) {
	.flex-grid > * {
		flex: 1 0 50%;
	}
}
@media (min-width: 750px) {
	.flex-grid > * {
		flex: 1 0 5rem;
	}
}


/* FULL WIDTH HELPERS 
================================================== */

.no-margin {
	margin: 0 !important
}

@media (min-width: 750px) {
	.no-margin.one-third {
		width: 33.3333% !important
	}
}

/* COLOR HELPERS 
================================================== */

.light-grey, .light-grey-bg {
	background-color: #f8f8f8
}
.black-txt {
	color: black
}
.black-bg {
	background-color: black
}
.white-txt {
	color: white
}
.white-bg {
	background-color: white
}
.orange-txt {
	color: #FF785A
}
.citrine-txt {
	color: #DFE910
}
.med-dark-grey-txt {
	color: #13131A;
}
.dark-grey-txt {
	color: #2E2E2E;
}
.dark-grey-bg {
	background-color: #2E2E2E;
	color: white
}
.med-dark-grey-txt {
	color: #515151;
}
.med-dark-grey-bg {
	background-color: #515151;
	color: white
}
.med-grey-txt {
	color: #7E7E7E
}
.med-grey-bg, .med-grey {
	background-color: #7E7E7E
}
.lgt-blue-txt {
	color: #55A4D7 
}
.med-blue-txt {
	color: #226aab;
}
.med-blue-bg {
	background-color: #226aab;
}
.dk-blue-txt {
	color: #143D76;
}
.deep-violet-txt {
	color: #3C3C4E
}
.deep-violet-bg {
	background-color: #3C3C4E
}

/* BUTTON HELPERS 
================================================== */

.button {
    text-decoration: none;
    font-family: 'DINNextLTPro-Medium';
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 5rem;
    padding: 0 3.6rem;
    min-width: 13rem;
    height: auto;
    letter-spacing: 2.5px;
    transition: .25s all ease-in-out;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid;
    border-radius: 3px;
}
.button .hero.header .button{
	position: static;
	transform: none;
	margin-top: 30px;
}
.button.u-pull-right, .button.u-pull-left{
	float: none
}
.button.u-pull-none {
	position: static;
	transform: none;
	
}
@media (min-width: 750px) {
	.button.u-pull-right, .button.u-pull-left{
		position: static;
		transform: none
	}
	.button.left-button {
		transform: none; 
		left: 0;
	}
	.button.right-button {
		right: 0;
		left: auto;
	    transform: none;
	    float: right
	} 
}
.button:hover {
	transition: .25s all ease-in-out;
}
.button.blue-button {
	background-color: #226AAB;
	color: white;
	border: none;
}
.button.blue-button:hover {
	background-color: #2978C2
}
.button.blue-button:active {
	background-color: #205588
}
.button.orange-button {
	background-color: #FF785A;
	color: white;
	border: none;
}
.button.orange-button:hover {
	background-color: #FF8D61;
	color: white
}
.button.orange-button:active {
	background-color: #DA6A54;
	color: white
}
.button.orange {
	color: #FF785A;
	border: 1px solid;
	background-color: white;
}
.button.orange:hover {
	color: white;
	background-color: #FF785A;
	border: 1px solid;
}
.button.orange:active {
	color: white;
	background-color: #DA6A54;
	border: 1px solid;
}
.button.white-button {
	background-color: white;
	color: #FF785A;
	border: none;
}
.button.white-button:hover, .button.white-button:active {
	background-color: #FF785A;
	color: white;
	border: none;
}

/* TEXT HELPERS
================================================== */

/* paragraph and span */
p.small, span.small {
	font-size: 1.2rem;
    line-height: 1.8rem;
}
p.medium, span.medium, strong.medium, ul.medium, li.medium {
	font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: -.36px;
}
p.med-large, span.med-large, ul.med-large li, li.med-large {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -.44px;
}
p.large, span.large, ul.large li, li.large {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 300;
    padding-top: 5px;
    margin-bottom: 1.2rem;
}
p.x-large, span.x-large {
	font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: -.53px; 
}

/* headings */
h1.x-small, h2.x-small {
	font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: -.36px;
}
h1.mediumsmall {
	font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: -.56px;
}
h1.small, h2.small {
	font-size: 2.8rem;
    line-height: 3.4rem;
}
h1.medium, h2.medium, .hero.header aside .medium {
    font-size: 3rem;
    line-height: 4rem;
}
h1.large, .hero.header header h1.large, .hero.header .inner-header h1.large {
	font-size: 3.5rem;
	line-height: 4rem
}
@media (min-width: 750px){
	h1.large, .hero.header header h1.large, .hero.header .inner-header h1.large {
		font-size: 5rem;
		line-height: 5.3rem
	}
	h1.medium {
		font-size: 3.5rem;
	    line-height: 4rem;
	}
}
h1.x-large, .hero.header header h1.x-large, .hero.header .inner-header h1.x-large {
	font-size: 8.5rem;
	letter-spacing: -2px
}
/* styles */
.italic {
	font-style: italic
}
.bold {
	font-weight: bold
}
.block {
	display: block
}
.uppercase {
	text-transform: uppercase
}
.align-left {
	text-align: center 
}
.align-right{
	text-align: center
}
@media (min-width: 750px) {
	.align-left {
		text-align: left !important
	}
	.align-right{
		text-align: right !important
	}
}
.align-left-all {
	text-align: left !important
}
.align-right-all {
	text-align: right !important
}
.align-center {
	text-align: center
}

/* fonts */
.med-txt {
	font-family: 'DINNextLTPro-Medium';
}
.lgt-txt {
	font-family: 'DINNextLTPro-Light' !important;
}
.reg-txt {
	font-family: 'DINNextLTPro-Regular' !important;
}
.bold-txt {
	font-family: 'DINNextLTPro-Bold';
}

/* lists */
ul.indented, li.indented  {
	margin-left:40px;
}


/* BORDER/UNDERLINE HELPERS
================================================== */
.border {
	border: 1px solid
}
.border-bottom {
	border-bottom: 1px solid #E1E1E1
}
.border-top {
	border-top: 1px solid #E1E1E1
}
.border-orange {
	border-color: #ff785a
}

/* MAX-WIDTH HELPERS
================================================== */

.six-fifty {
	max-width: 650px !important;
    display: block;
    margin: auto;
}
.thirteen-hundred {
	max-width: 1290px !important;
	margin: auto
}

/* ==================================================
/////////////////// MEDIA /////////////////////////
================================================== */

img {
	display: block;
	max-width: 100%;
	height: auto
}
iframe {
	border: none !important
}

/* RESPONSIVE VIDEO 
================================================== */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;	
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* ANIMATION VIDEOS 
================================================== */
section.has-video {
	padding-bottom: 0
}


/* ==================================================
//////////////////  PAGES /////////////////////////
================================================== */

/* HOME 
================================================== */

.home .hero.header {
	background-color: black !important;
	overflow: hidden;
	position: relative;
	height: 100vw;
	max-height: 60vh;
}
.home .hero.header header {
	z-index: 1;
	transform: translateY(-50%);
	top: 50%
}
.home .hero.header video {
    min-height: 56vw;
    height: 80vh;
    transition: none;
    min-width: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .9;
    overflow: hidden;
    display: none !important
}

.home .hero.header .overlay {
	background-color: rgba(22,28,51,.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}	

.home .subheadline {
    font-size: 2em;

}
.cards.no-image .one-third.column {
	background: white;
	margin-bottom: 4%;
	padding: 20px
}
.cards.no-image .one-third.column:first-of-type {
	margin-top: 4%
}
@media (min-width: 750px) {
	.home .hero.header {
    	min-height: 56vw;
    	height: 80vh;
    	max-height: none
    }
    .home .hero.header {
/* 	    background-image: none !important */
    }
    .home .hero.header video {
	    display: block !important
    }
	.cards.no-image > .row {
	-js-display: flex;
		display: block;
		display: flex;
		transform: translateY(-50%) !important
	}
	.cards.no-image .one-third.column, .cards.no-image .one-third.column:first-of-type {
		margin-bottom: 0;
		margin-top: 0
	}
}
@media (min-width: 1000px) {
	.home .hero.header {
    	min-height: 40vw;
    	height: 80vh;
    	max-height: none
    }
}

@media (min-width: 1200px) {
 .home .hero.header header h1{
    font-size: 7rem;
    line-height: 9rem;
   }
}

.cards.no-image .one-third.column > a {
    position: static;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
.cards.no-image .one-third.column:first-of-type:hover {
	background-color: #2369ab
}
.cards.no-image .one-third.column:hover {
	background-color: #173e74
}
.cards.no-image .one-third.column:hover * {
	color: white
}
.cards.no-image .one-third.column:last-of-type:hover {
	background-color: #55A4D7
}
.cards.no-image article a h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: normal;
    font-family: 'DINNextLTPro-Regular';
    color: #515151
}
.cards.no-image article a h3 + span{
    margin-bottom: 8px;
    font-size: 1.5rem;
    letter-spacing: .5px
}
.home .cards.no-image article a h3 + span {
	letter-spacing: 0
}
.cards.no-image article a h3 + span:after { 
	color: #FF785A;
}
.home .container header h1 {
	text-align: left;
	font-family: 'DINNextLTPro-Regular';
	font-size: 2.4rem;
	line-height: 3.2rem;
	letter-spacing: -.53px;
}
.one-third.column article {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.one-third.column article:last-of-type {
    border-bottom: 0;
    padding-bottom: 20px;
}
.press-logo {
	width: 80%;
	height: auto;
	margin: auto;
	padding: 10%
}
span:hover .press-logo {
	width: 100%;
	padding: 0
}
.one-fifth.column.flex {
	height: 0;
	padding-top: 25%;
	position: relative
}
.one-fifth.column.flex img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
@media (min-width: 550px) {
	.press-logo {
		width: 56%;
		height: auto;
		margin: auto;
		padding: 22%
	}
	span:hover .press-logo {
		width: 70%;
		padding: 15%
	}
}
.home .flex .two-thirds.column {
	padding-bottom: 60px
}
@media (min-width: 750px) {
	
	.home .flex .two-thirds.column {
		order: 2;
		margin-left: 4%;
		padding-bottom: 0
	}
	.home .flex .one-third.column {
		order: 1;
		margin-left: 0
	}
	.one-fifth.column.flex {
		height: 0;
		padding-top: 5%;
	}
}

/* WHY NOW - FUTURE OF WORK 
================================================== */
.the-future-of-work video::-webkit-media-controls {
   display: none !important;
  -webkit-appearance: none;

}
.the-future-of-work video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.the-future-of-work video[poster]{
	width:100% !important;
	height:auto;
	max-width:476px;
}
.the-future-of-work video {
	width: 100%;
	max-width:476px;
	margin:0 auto;
	display: block
}
.the-future-of-work .gif-container {
	display:none;
	width:100%;
	height:auto;
	padding-top: 15%;
    padding-bottom: 15%;
}

.the-future-of-work .gif-container > div {
	background-size:contain;
	width:100%;
	padding-top: 75%;
	max-width:476px;
}

/* WHY NOW - INFOPRESENCE 
================================================== */

/* WHY NOW - HMI 
================================================== */
.hmi-video {
	width:100%;
}

/* MEZZ - PRODUCTS LANDING
================================================== */
.hero.header.full-height {
	min-height: calc(100vh - 380px);
	max-height: none;
	box-sizing: border-box;
}


/* MEZZ - G-SPEAK 
================================================== */

.feature-cards {
	padding-top: 90px;
    padding-bottom: 90px;
}
.feature-cards article {
	position:relative;
}
.feature-cards article span{
	position:absolute;
	bottom:25px;
	padding:0 25px;
	font-size:2rem;
}
.feature-cards .row:first-child {
	margin-bottom:4%;
}
@media (min-width: 750px) and (max-width:1000px) {
	.feature-cards .column {
		width: 75%;	
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
}
@media (max-width: 1000px) {
	.feature-cards {
		padding-top: 5%;
	    padding-bottom: 0;
	}
		
	.feature-cards .row:first-child {
		margin-bottom:0;
	}
	
	.feature-cards article {
		margin-bottom:5%;
	}
}
.g-speak .pillar .u-full-width h1 {
    margin-bottom:60px;
}

.g-speak h1.bold-txt {
 	font-size: 3.8rem;
    line-height: 1.2;
    max-width:676px;
    margin-left: auto;
    margin-right: auto;
} 
.g-speak .button.orange {
	background-color:transparent;
}
.g-speak .button.orange:hover {
	background-color: #FF785A;
}
@media (min-width: 750px) {
	header + .seven.columns p.large {
		line-height:4rem;
		font-size:1.7em;
		padding-top:0;
	}
}

/* MEZZ - ROI 
================================================== */

.roi-slider .slick-dots:before {
	content: "STEP";
	color: #7E7E7E;
}
.roi-slider .slick-dots li button {
    font-size: 2rem;
    line-height: 2rem;
    display: block;
    width: 3rem;
    height: 3rem;
    padding: 0 0 0 .25rem;
    cursor: pointer;
    border: 0;
    outline: 0;
    color: #7E7E7E;
    background: #E1E1E1;
    border-radius: 100%;
    text-align: center;
}
.roi-slider .slick-dots li.active button {
	background: #FF785A;
    color: white;
}
.roi-slider .slick-dots li button:before {
	display: none
}
.roi-slider .slick-dots:after {
	content: "START OVER";
	color: #FF785A;
}


/* MEZZ - OVERVIEW 
================================================== */

.overview-banner-wrap.show-banner .overview-video {
    display: none;
}

.overview-banner-wrap .overview-video iframe {
	width: 100%;
	border: none
}
.overview-banner-wrap, .overview-banner-wrap .overview-video, .overview-banner-wrap .overview-video iframe {
    display: block;
    background-color: black;
    position: relative;
}
.overview-banner-wrap .overview-video, .overview-banner-wrap .overview-video iframe {
/*     display: none */
}
.overview-banner-wrap .button {
	display: none
}

.overview-banner-wrap.full-height .button {
	display: inline-block;
	transform: none;
	left: 0;
	margin-bottom: 30px
}
.one-third.column.icon > .contain {
	height: 0;
    padding-top: 30%;
    width: 60%;
    margin: auto;
    margin-top: 30px
}

/* g-speak page overrides */
.g-speak .overview-banner-wrap .overview-video .overview-container,.g-speak .overview-banner-wrap .overview-video iframe {
   height:56.25vw;
   width:100%;
}

body.g-speak .overview-banner-wrap .button {
	display: inline-block;
}

@media only screen and (min-width: 750px) {
	.overview-banner-wrap, .overview-banner-wrap .overview-video, .overview-banner-wrap .overview-video iframe {
    	height: 80vh;
	    min-height: 425px;
	    max-height: 425px;
	    display: block
	}
	.one-third.column.icon > .contain {
		margin-top: 0;
	    padding-top: 60%;
	    width: 100%;
	}
	.overview-banner-wrap .button {
		display: inline-block
	}
	.three-column .row .one-third.column.icon {
		padding: 30px
	}
}
/*.one-third.column.icon > p {
    padding-top: 30px;
    font-family: 'DINNextLTPro-Regular';
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: -.01em;
    text-align: center
}*/
.overview .hero .row.flex .four.columns {
	padding: 30px
}
@media only screen and (min-width: 750px) {
	.overview .hero .row.flex {
		min-height: 450px
	}
	.overview .hero .row.flex .four.columns {
		display: block;
	    padding: 0
	}
	.overview .hero .row.flex .four.columns h1 {
		margin-bottom: 0
	}
}
.explore-link .explore-icon {
    background: url('/assets/images/new-images/icon/pop-out-icon-2x.svg') no-repeat 0 0 transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    bottom: 9px;
}

/* MEZZ - TOUR 
================================================== */

.tour-page .hero.header {
    height: auto;
    min-height: 0;
    padding-top: 65vw;
    background-position: top center !important; 
    background-size: contain !important;
    
}



.tour-page .hero.header header{
    position: static;
    transform: none;
    overflow: visible;
}
.tour-page .hero.header.with-button header h1{
    line-height: 100px;
    margin-top: -100px;
}
.tour-slider .box_desc {
    padding: 25px;
    border-top: 6px solid transparent;
    position: static;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
}
@media only screen and (max-width: 399px) {
	.tour-page .hero.header .subheadline{
	    padding: 60px 30px !important
	}
}
@media only screen and (max-width: 749px) {
	.tour-page .hero.header .subheadline{
	    padding: 60px 0;
	    color: #2E2E2E;
	    font-size: 2.2rem;
	    text-shadow: none;
	    display: block;
	}
}
@media only screen and (min-width: 750px) {
	.tour main {
		background-color: #161c33
	}
	
	.tour-page .hero.header.with-button header {
	    bottom: 40%;
	    top: auto;
	    position: absolute
	}

	.tour .tour-slider .slick-slide, .tour-page .hero.header {
		height: calc(100vw * .66); 
		min-height: 50vw;
		min-width: 0;
		background-size: contain !important;
		padding-top: 0;
		max-height: calc(100% - 300px)
	}
	

	.tour .tr_slide:not(.tr_slide1) {
		display:none;
	}

	.slick-initialized .tr_slide {
		display:block !important;
	}


	.tour .tour-slider .hero.header.slick-slide.tr_slide1 {
		background-position: center center !important;
	}
	
	.slick-arrow, .slick-arrow:hover, .slick-arrow:active {
		height: 20px;
		width: 20px;
		background: white !important;
	    border-radius: 100%;
	    z-index: 1;
	    opacity: 1;
	    min-width: 0 
	}
	
	.slick-arrow:before {
		color: #FF785A;
	    opacity: 1;
	    font-size: 3rem;
	    border-radius: 100%;
	    overflow: hidden;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translateX(-50%) translateY(-50%);
	}
	.slick-arrow:hover:before {
		color: #FF8D61
	}
	.slick-arrow:active:before {
		color: #DA6A54
	}
	.slick-next {
		right: 5%;
		left: inherit
	} 
	.slick-prev{
		left: 5%
	}
	.slick-disabled, slick-disabled * {
		display: none;
		opacity: 0;
		visibility: hidden
	}
	.tour-slider .box_desc {
	    position: absolute;
	    width: 401px;
	}
}
@media only screen and (min-width: 1000px){
	.tour .tour-slider .slick-slide, .tour-page .hero.header {
		height: calc(100vh - 80px);
		min-height: 50vw;
		min-width: 0;
		background-size: cover !important;
		padding-top: 0;
		max-height: calc(100% - 300px);
	}
}
@media only screen and (max-width: 979px){
	.tour .tour-slider .slick-slide, .tour-page .hero.header {
			max-height: calc(100vh - 80px)
	}
	.tour .tour-slider {
		padding-top: 0
	}
}
.tour-slider .blue_slide {
    border-top-color: #55A4D7;
}
.tour-slider .green_slide {
    border-top-color: #49ce8b;
}
.tour-slider .orange_slide {
    border-top-color: #ff8c36;
}   
.tour-slider .forth_slide {
    border-top-color: #e2276f;
}
.tour-slider .fifth_slide {
    border-top-color: #734caf;
}
.tour-slider .sixth_slide {
    border-top-color: #ffaf2e;
}
.tour-slider .sevnth_slide {
    border-top-color: #17c6cc;
}
.tour-slider .egth_slide {
    border-top-color: #e8ef56;
}
@media only screen and (min-width: 750px) {
	.tour-slider .blue_slide {
	    top: 53%;
	    top: 60%;
	    left: 20.2%;
	}
	.tour-slider .green_slide {
	    top: 30%;
	    right: 36%;
	}
	.tour-slider .orange_slide {
	    bottom: 2%;
	    right: 25%;
	    right: auto;
	    left: 15%;
	}
	.tour-slider .forth_slide {
	    bottom: 14%;
	    left: 42%;
	}
	.tour-slider .fifth_slide {
	    bottom: 10.6%;
	    right: 21.1%;
	    top: 70%;
	    bottom: auto
	}
	.tour-slider .sixth_slide {
	    bottom: 14%;
	    right: 28.9%;
		bottom: auto;
		top: 70%;
	}
	.tour-slider .sevnth_slide {
	    top: 14%;
	    right: 13.6%;
	}
	.tour-slider .egth_slide {
	    bottom: 9.4%;
	    left: 12.8%;
	}
}
@media only screen and (min-width: 1200px) {
	.tour-slider .orange_slide {
	    bottom: 11%;
	    right: 31%;
	}
	.tour-slider .fifth_slide {
	    bottom: 12%;
	    top: auto;
	    right: 60%
	}
	.tour-slider .sixth_slide {
        bottom: 25.3%;
		right: 10%;
		top: auto;
	}
}
.tour-slider .info_heading {
    font-family: 'DINNextLTPro-Medium';
    font-size: 1.8rem;
    color: #FFFFFF;
    letter-spacing: 1.58px;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    padding: 0;
}
.tour-slider .box_desc p {
    font-family: 'DINNextLTPro-Light';
    color: #FFFFFF;
    line-height: 1.9rem;
    margin-bottom: 5px;
    font-size: 1.6rem;
}
.start-button button, .start-button .slick-arrow, .start-button .slick-arrow:hover, .start-button .slick-arrow:active, .start-button .slick-arrow:focus {
    text-decoration: none;
    font-family: 'DINNextLTPro-Medium';
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 5rem;
    padding: 0 3.6rem;
    min-width: 13rem;
    height: auto;
    letter-spacing: 1px;
    transition: .25s all ease-in-out;
    border: none;
    border-radius: 3px;
    color: white;
    background-color: #FF785A !important;
}
.start-button button.slick-prev {
	display: none !important;
}
.start-button button.slick-next {
	display: block !important;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 25%;
    top: auto;
    z-index: 99999;
    transform: translateX(-50%);
}
.start-button button:before, .start-button button:hover:before, .start-button button:active:before {
	opacity: 0
}
.start-button button.slick-arrow:hover {
	background-color: #FF8D61 !important
}
.start-button button.slick-arrow:active {
	background-color: #DA6A54 !important
}

/* MEZZ - IN ACTION 
================================================== */
.mezzanine-in-action .blocks article.one-third.column.flex {
	margin-bottom: 15px
}
.mezzanine-in-action .blocks .flex .inner {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 1em;
	max-width: 100%;
}
.mezzanine-in-action .blocks .flex .inner header {
	flex-grow: 1
}
.mezzanine-in-action .blocks .flex .inner footer {
	flex-grow: 0;
	display: flex;
}
.mezzanine-in-action .blocks .flex .inner .button {
    transform: none;
    left: 0;
    border: 0;
    padding: 0;
    line-height: normal;
    font-size: 1.35rem;
    letter-spacing: .2rem;
}
.mezzanine-in-action .blocks .flex .inner:hover .button {
	color: #FF8D61
}
.mezzanine-in-action .blocks .flex .inner:active .button {
	color: #DA6A54
}
.mezzanine-in-action .blocks .flex .inner a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mezzanine-in-action article .act-icon {
    display: inline-block;
    margin-top: 50px;
    margin-top: 5vw;
}
.mezzanine-in-action article .act-icon img {
    width: 60px;
    height: 60px;
}
.mezzanine-in-action article > h2 {
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 1px;
    align-self: center
}

/* MEZZ - FEATURES 
================================================== */
#swf_features_tri_cities{
  	margin: 15px auto;
    overflow: hidden;
}
.features-tiles p {
    font-family: 'DINNextLTPro-Light';
        font: 300 18px/23px 'DINNextLTPro-Light', sans-serif !important;
}
.features .one-third.column.grid-col.grid-col--1,.one-third.column.grid-col.grid-col--2 {
	display: none
}
@media ( min-width: 550px ) {
	.features .one-third.column.grid-col {
		width: 48% !important;
		margin-left: 4%;
	}
	.features .one-third.column.grid-col:first-of-type {
		margin-left: 0
	}
	.features .one-third.column.grid-col.grid-col--1 {
		display: block
	}
}
@media ( min-width: 750px ) {
	.features .one-third.column.grid-col {
		width: 30.6666666667% !important;
	}
	.features .one-third.column.grid-col.grid-col--2 {
		display: block
	}
	.features .one-third.column.grid-col article {
		padding: 4vw !important;
		margin-bottom: 4vw
	}
}
.features .one-third.column.grid-col article {
	border-bottom: none;
}

/* MEZZ - TECH SPECS
================================================== */
.tech-specs table, .teamwork-tech-specs table {
	font-size: 2rem;
	margin: auto
}
.tech-specs table tr, .teamwork-tech-specs table tr {
    border-bottom: 1px solid #E1E1E1;
}
.tech-specs table tr:last-child, .teamwork-tech-specs table tr:last-child {
	border-bottom: none
}
.tech-specs table, .tech-specs table tbody, .tech-specs table tr, .tech-specs table td:last-child, .teamwork-tech-specs table, .teamwork-tech-specs table tbody, .teamwork-tech-specs table tr, .teamwork-tech-specs table td:last-child {
	display: block;
	width: 100%
}
.tech-specs table td, .teamwork-tech-specs table td{
	display: inline-block;
	vertical-align: top;
    width: auto;
    padding: 30px 15px;
    text-align: left;
    border-bottom: 0;
}
.tech-specs table td:first-child, .tech-specs table td.number, .teamwork-tech-specs table td:first-child, .teamwork-tech-specs table td.number {
	white-space: nowrap
}
.teamwork-tech-specs table tr td:first-child {
	white-space: nowrap !important
}
.tech-specs table td:last-child, .teamwork-tech-specs table td:last-child {
	padding-top: 0px
}
.tech-specs table td.number:before, .teamwork-tech-specs table td.number:before {
	content: "("
}
.tech-specs table td.number:after, .teamwork-tech-specs table td.number:after {
	content: ")"
}

@media only screen and (min-width: 750px) {
	.tech-specs table, .tech-specs table tbody, .tech-specs table tr, .tech-specs table td,
	.teamwork-tech-specs table, .teamwork-tech-specs table tbody, .teamwork-tech-specs table tr, .teamwork-tech-specs table td {
		width: auto;
	}
	.tech-specs table,
	.tech-specs table tbody,
	.teamwork-tech-specs table,
	.teamwork-tech-specs table tbody {
		display: table
	}
	.tech-specs table tr,
	.teamwork-tech-specs table tr {
		display: table-row
	}
	.tech-specs table td, .tech-specs table td:last-child,
	.teamwork-tech-specs table td, .teamwork-tech-specs table td:last-child {
		display: table-cell;
		padding: 30px 15px;
	}
	.tech-specs table td.number:before,
	.tech-specs table td.number:after,
	.teamwork-tech-specs table td.number:before,
	.teamwork-tech-specs table td.number:after {
		content: ""
	}
}
.diagram-section {
	display: none
}
.diagram-section img {
	width: 100%;
	max-width: intrinsic
}
@media only screen and (min-width: 750px) {
	.diagram-section {
		display: block;
	}
}

.tech-spec-dnld .mktoForm {
	margin: auto
}
.tech-spec-dnld .mktoForm input[type=text] {
	margin-bottom: 20px
}

.tech-spec-dnld .mktoForm .mktoButtonWrap {
    width: 650px !important;
    margin:0 auto !important;
}

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

.tech-spec-dnld .mktoForm .mktoButtonWrap {
    width: 100% !important;
}

}



/* MEZZ - FEATURES
================================================== */

.page-features .container {
    width: 1320px !important;
    max-width: 1320px !important;
}
.page-features video {
    width: 100%;
    max-width: 660px;
}
@media screen and (max-width: 1360px) {
	.page-features .container {
	    max-width: 880px !important;
	    width: auto !important;
	}
}

/* MEZZ - MEZZ-IN 
================================================== */
.mezz-in section > .row > header h1 {
    font-family: 'DINNextLTPro-Light';
}
@media (min-width: 750px) {
	.mezz-in section > .row > header h1 {
	    font-size: 3.5rem;
	    line-height: 4rem;
	}
	.mezz-in section.contact-form > .row > header h1 {
		margin-bottom: 60px
	}
}
.mezz-in .one-half.column {
	padding: 4%;
	margin-top: 4%
}
.mezz-in .quad-cards .one-half.column > * {
	padding: 0
}
.mezz-in .quad-cards .one-half.column > header h1 {
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 20px;
	    font-family: 'DINNextLTPro-Medium';
}
.mezz-in .quad-cards .one-half.column p {
	margin-bottom: 0
}
.contact-form .mktoButtonRow {
	left: 50%;
	transform: translateX(-50%)
}
.contact-form button{
    margin-top: 30px !important;
}
.eight.columns.contact-form .mktoButtonRow {
	left: 0;
	transform: none
}

/* MEZZBOT
================================================== */

section.mezzbot {
	padding:0 !important;
	background-color: #143D76;
}
section.mezzbot .nine.columns {
	color: #fff;
	background: url(/assets/images/feature/mezzbot-bkgd.jpg) no-repeat center center;
	background-size: cover;
	min-height: 90vh;
	position:relative;
}
section.mezzbot .nine.columns::before {
	content: '';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(19,32,63,0.85);

}

section.mezzbot .nine.columns article {
	padding: 5% 8% 5% 12%;
	text-align:right !important;
	position:relative;
	z-index:2;
}
section.mezzbot .nine.columns h1 {
	text-align:right !important;
	font-size: 12rem;
	line-height: 11.7rem;
}
section.mezzbot .nine.columns h2 {
	font-size: 3rem;
	line-height: 3.5rem;
	margin:40px 0;
}
section.mezzbot .nine.columns em {
	font-style:normal;
	color: #E8EF56;
}

section.mezzbot .three.columns {
	width:26%;
	margin-left:0;
	min-width:300px;
}

#sia-container {
	width: 100%;
	height: 90vh;
	position: relative;
	overflow: hidden;
}
#sia-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.sia-logo {
	position:absolute;
	width:116px;
	height:auto;
	top:16px;
	left:31px;
}

@media (min-width:750px) and (max-width: 1170px) {
	section.mezzbot .nine.columns {
		width: calc(100% - 300px);
	}

	section.mezzbot .nine.columns h1 {
		font-size: 9vw;
		line-height: normal;
	}

	section.mezzbot .nine.columns h2 {
		font-size: 2.5rem;
		line-height: normal;
	}
}

@media (max-width: 749px) {
	section.mezzbot .nine.columns h1 {
		font-size: 15vw;
		line-height: normal;
	}
	section.mezzbot .nine.columns h2 {
		font-size: 2.5rem;
		line-height: normal;
	}
	section.mezzbot .three.columns {
		width:100%;
	}

	section.mezzbot .nine.columns {
		min-height: 0;
	}

	#sia-container {
		height: calc(100vh - 65px);
	}
}

/* SOLUTIONS
================================================== */

.pillar.cards .full .one-third.column {
	padding: 30px;
	background: white
}
.pillar.cards .full .one-third.column h1 {
	text-align: left
}
.pillar.cards .full .one-third.column p {
	font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2.6rem;
    letter-spacing: -.4px;
}
@media screen and (min-width: 750px) and (max-width: 1000px){
	.client-solutions header.five.columns .button {
	    max-width: 75%;
	    white-space: normal;
	    line-height: normal;
	    padding: 1.5rem 3.6rem;
	}
	.pillar.cards .full .one-third.column h1 {
	    font-size: 3.5rem;
	    line-height: 4rem;
	}
}

/* CUSTOMERS 
================================================== */
.customers .row {
	margin: 0 4%
}
@media screen and (max-width: 750px) {
	.customers .row > a + div {
		height: auto !important
	}
	.customers .row {
		margin: 0 
	}
}
.customers .row > a, .customers .row > a + div {
	height: 35rem;
	display: block;
	margin-bottom: 4%;
	position: relative
}
.customers .row > a + div {
	padding: 20px 30px;
    border: 1px solid #E1E1E1;
}
.customers .row > a + div > p{
    font-family: 'DINNextLTPro-Medium';
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: -.01em;
}
@media screen and (min-width: 750px) and (max-width: 1000px){
	.customers .row > .four, .customers .row > .eight {
		width: 48%
	}
	.customers .row > a + div > p {
        font-size: calc(14px + (22 - 18) * (100vw - 750px)/(1200 - 750));
        line-height: 2rem
	}
	.customers .row .byline {
		font-size: 1.4rem
	}

}
@media screen and (min-width: 1000px) and (max-width: 1400px){
    .customers .row > a + div > p {
        font-size: calc(18px + (22 - 18) * (100vw - 1200px)/(1400 - 1200));
	}
}
.customers .row > a header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.05);
    display: block;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 20px
}
.customers .row > a:hover header {
	background: rgba(0,0,0,.5);
}
.customers .row > a header h1 {
	justify-content: center;
    display: block;
 	-js-display: flex;
   display: flex;
   text-align: center
}
.customers .row > a header h1 + span {
	font-family: 'DINNextLTPro-Medium';
	color: white;
	font-size: 2.8rem;
	line-height: 3.2rem;
}
.customers section.logo-soup {
	padding-bottom: 0;
	margin-bottom: 60px
}
.customers .logo-soup .two.columns {
    border: 1px solid #E1E1E1;
}
@media (max-width: 750px) {
	.customers .logo-soup .two.columns {
		width: 29.333%;
		margin: 2%
	}
	.customers section.logo-soup {
		margin-left: -30px;
	    margin-right: -30px;
    }
}
/*@media (min-width: 750px) {
	.customers .logo-soup .two.columns:nth-child(6n+7) {
		margin-left: 0
	}
}*/
.customers .row > a header h1 img {
	max-width: 100%;
	height: 100%;
	margin: auto
}
.customers .byline {
    letter-spacing: .08em;
    display: block;
    line-height: 2rem;
}
#mercy_feature {
    transition:all 0s !important;
    -webkit-transition: all 0s !important; /* Safari */
}

#mercy_player {
	position: relative;
	
}

/* EVENTS & CAMPIAGNS
================================================== */

.events .blocks .row > a:hover header {
	background: #173E74;
}
.events .blocks.a-ways-off .row > a header {
	background: white;
}
.events .blocks.a-ways-off .row > a:hover header {
	background: white;
}
.events .blocks.a-ways-off .row > a header h1, .events .blocks.a-ways-off .row > a header span {
    font-family: 'DINNextLTPro-Regular';
    color: #70C0ED;
}
.events .blocks.a-ways-off .row > a header span {
	font-size: 2.2rem;
    line-height: 3rem;
 }
.events .blocks.a-ways-off .row > a:hover header h1, .events .blocks.a-ways-off .row > a:hover header span {
    font-family: 'DINNextLTPro-Regular';
    color: #55A4D7;
}

.event .blocks #demo-locations li:first-child{
letter-spacing:.1rem;
}

.event .hero {
	position:relative;
}

.event .hero:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(19,32,62,.15);
}


@media (min-width: 750px) {
	.event .blocks #demo-locations li, .event .blocks #demo-locations li:first-child, .event .blocks #demo-locations li:nth-child(4n+7), .event .blocks #demo-locations li:nth-child(3) {
		width: calc(100% * 4 / 12 - 30px);
		margin: 15px;
	}
}
.event .blocks #demo-locations h2 {
    letter-spacing: 1px;
}
.event .blocks #demo-locations a strong {
    font-size: 1.7rem;
}

@media (min-width: 750px) and (max-width: 999px) {
	.events .blocks.a-ways-off .row > header.one.column { 
		width: calc(50% - 30px); 
	}
	.events .blocks.a-ways-off .row > header.one.column { 
		border: 1px solid #FF785A;
		padding-top: calc(100% * 6 / 12 - 62px);
		height: 0
	}
	.events .blocks.a-ways-off > .row > header {
		position: relative;
		margin: 15px;
		float: left;
	    box-sizing: border-box;
	}
	.events .blocks.a-ways-off > .row > header > h1 {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    display: block;
	    padding: 10%;
	}
}
@media (min-width: 1000px) {
	.events .blocks.a-ways-off .row > header.one.column {
		border: 0;
	}
}
.share-block a.cta {
	font-size: 1.4rem;
    line-height: 2rem;
}
.event-social-icons {
    position: relative;
    top: 8px;
}
.event-social-icons a {
    display: inline-block;
}
.event-social-icons img {
    height: 27px;
}

@media (min-width: 750px) {
	.campaign .hero.header {
	    min-height: 300px;
	}
}

.events p.large, .events ul.large li, .events li.large, 
.event p.large, .event ul.large li, .event li.large, 
.campaign p.large, .campaign ul.large li, .campaign li.large
{
	font-size:20px;
	line-height:30px;
}

.quote-pic{
	padding-right:0px;
}

.quote-pic figure {
	margin: 20px 0 40px 10px;
}

.quote-pic p {
	margin: 25px 0 0 0;
	font-style: italic;
}

.quote-pic p.has-quotes {
	text-indent: -0.37em; 
}

.quote-pic figure img {
	float:left; 
	padding-right:20px; 
	width:60px;
}

.quote-pic figure figcaption {
	font-size:16px; 
	line-height:20px; 
	margin-left:0px; 
	margin-bottom:0px;
}


/* COMPANY - OUR STORY 
================================================== */
.vimeo960 {
    width: 960px;
    height: 540px;
    margin: auto;
    margin-bottom: 20px;
}

/* COMPANY - PEOPLE
================================================== */

.people h1 {
	text-align: left;
	margin-top: 40px
}

/* COMPANY - PARTNERS
================================================== */

body.partners main .row h2 a {
	text-decoration: none;
	border-bottom: none
}
body.partners main .row img {
	height: auto !important;
	max-width: 200px
}
body.partners p .button {
    position: static;
    transform: none;
    margin-top: 20px;
}
@media (min-width: 750px) {
	body.partners main .row img {
		max-width: 100%
	}
}
body.partners .nine.columns p a {
	margin-bottom: 10px;
	display: inline-block;
} 

body.partners .nine.columns p span {
	margin-top: 10px;
	display:block;
}

body.partners a.cta {
	font-weight: bold;
}


/* COMPANY - PEOPLE
================================================== */

.our-people section.hero .four.columns {
    margin: 0 !important;
    width:100%;
    padding-top:50%; 
    background-size: 60% !important;   
    background-position: right top !important; 
    background-color: #000 !important; 
    order: 1; 
}
.our-people .eight.columns {
    padding: 4%;
    width:100%;

}
@media (min-width: 750px) {
	.our-people section.hero .four.columns {
	    margin: 0 0 0 4% !important;
	    min-width: 300px;
	    width:34%;
	    background-size: cover !important;
	    background-position: left top !important;
	    padding-top: 0px
	}
	.our-people .eight.columns {
	    padding: 4% 0;
	    width:66%;
	    margin-left: 4%;
	    padding-left: 2%
	}
	.our-people .eight.columns > header, .our-people .eight.columns > p{
	    max-width: 870px;
	    float: right;
	    width: 100%;
	    text-align: left;
	}
}
.our-people .one-third.column.grid-col.grid-col--2 {
	display:block;
}
.our-people .grid-item img {
	width: 100%;
	height:auto;
	margin-bottom:30px;
}
.our-people .grid-item h4, .our-people .grid-item span, .our-people .grid-item p {
	padding: 0 20px;
}
.our-people .grid-item h4{
	margin:0;
}
.our-people .grid-item p{
	margin-top:20px;
}

/* COMPANY - CAREERS 
================================================== */
/* carousel */
.careers-at-oblong .slick-dotted.slick-slider {
	margin-bottom: 0
}

/* job listings */
.accordion-toggle {
	position: relative
}
.accordion-toggle h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
	cursor: pointer;
	color: #226AAB;
	background: white;
	height: 7rem;
	line-height: 7rem;
	font-size: 1.25rem;
	padding: 0 4%;
	margin-bottom: 0
}

.careers-at-oblong .accordion-toggle h1 {
	height: 7rem;
	line-height: 7rem;
	
}

.accordion-toggle h1 span {
    font-family: 'DINNextLTPro-Medium';
    font-size:14px;
    position:absolute;
    left:calc(100% - 215px);
    letter-spacing:0em;
    display: none
}
@media (min-width: 750px){
	.accordion-toggle h1 {
		font-size: 1.7rem;
	}
	.accordion-toggle h1 span {
		display: inline-block
	}
}

@media (min-width: 1000px){
	.accordion-toggle h1 {
		font-size: 2.5rem;
	}
}
.accordion-toggle h1:hover, .accordion-toggle h1:hover + .icon  {
	background: #F5F5F5;
}
.accordion-toggle h1:hover {
	color:#55A4D7;
}
.accordion-toggle.clicked h1, .accordion-toggle.clicked h1 +.icon  {
	background: #226AAB;
	color: #fff;
}
.accordion-content {
	background:white;
	max-height: 0px;
	overflow: hidden;
	opacity:0;
	transition: opacity 10s, max-height .5s ease-out;
}
.accordion-content ul {
    list-style: none;
    margin-left:4%;
}
.accordion-content ul li {
	margin: 4rem 0 0 0;
}
.accordion-content ul li a {
    display:inline-block;
    font-family: 'DINNextLTPro-Medium';
    width:53%;
    margin-right:2%;
}
.accordion-content ul li span.location {
    display:inline-block;
    width:calc(45% - 215px);
    min-width:140px;
}
.accordion-content ul li span.department {
    display:inline-block;
    font-size:13px;
    letter-spacing:.02em;
    width:215px;
    text-transform:uppercase;
}
@media (max-width: 1000px) {
	.accordion-content ul li a, .accordion-content ul li span.location,.accordion-content ul li span.department {
        width:calc(98% - 215px);
	}
 	.accordion-content ul li span.location {
    	width:215px;
	}
}
@media (max-width: 650px) {
	.accordion-content ul li a, .accordion-content ul li span.location,.accordion-content ul li span.department {
		width:100%
	}
	.accordion-toggle h1 span {
	    left:4%;
	    top:25px;
	}
}
.clicked + .accordion-content{
	max-height: 2500px;
	opacity:1;
	transition: opacity .4s, max-height 2s ease-out;
}
.careers-at-oblong .one, .careers-at-oblong .two {
	position: absolute;
	border-radius: 0;
	background: #FF785A;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 400ms all ease-out;
	transition: 400ms all ease-out;
}
.careers-at-oblong .one {
  	top: 32.5px;
    left: 27px;
    right: 26px;
    height: 3px;
}
.careers-at-oblong .two {
  	top: 25.5px;
    left: 33.75px;
    bottom: 27px;
    width: 3px;
}

.careers-at-oblong .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background: white;
	cursor: pointer
}
.careers-at-oblong .clicked .icon {
	cursor: pointer;
}
.careers-at-oblong .clicked .icon .two {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* testimonials */
.careers-at-oblong section.hero.header.testimonial {
    padding-top: 45%;
    min-height: 0;
    background-size: 150% !important;
    background-position: top left !important;
}  
.careers-at-oblong section.hero.header.testimonial header{
    padding: 50px 30px 70px;
    background: white;
    position: static;
    box-sizing: border-box;
    transform: none
}
.careers-at-oblong section.hero.header.testimonial header span {
	line-height: 2rem;
	font-size: 1.6rem;
	display: block;
	color: #2E2E2E;
	font-family: 'DINNextLTPro-Regular';
	margin-bottom: 0;
	text-align: left
}
.careers-at-oblong section.hero.header.testimonial header span.name {
	font-family: 'DINNextLTPro-Medium';
	font-size: 2rem;
	text-transform: uppercase
}
.careers-at-oblong section.hero.header.testimonial header span a {
    color: #2E2E2E;
    border-bottom: 1px solid #B9DCF0;
}
.careers-at-oblong section.hero.header.testimonial header span a:hover, .careers-at-oblong section.hero.header.testimonial header span a:active {
    color: white;
    background-color: #B9DCF0;
}
@media (min-width: 750px) {
	.careers-at-oblong section.hero.header.testimonial {
	    padding-top: 0%;
	    height: 450px;
	    background-size: cover !important;
	    background-position: center center !important;
	}
	.careers-at-oblong section.hero.header.testimonial header {
	    width: 50%;
	    right: 0;
	    position: absolute;
	    background: transparent;
	    top: 50%;
		transform: perspective(1px) translateY(-50%);
		padding: 60px 30px 60px;
	}
	.careers-at-oblong section.hero.header.testimonial header span a {
	    color: white;
	    border-bottom: 1px solid white;
	}
	.careers-at-oblong section.hero.header.testimonial header span a:hover, .careers-at-oblong section.hero.header.testimonial header span a:active {
	    color: #B9DCF0;
	    border-bottom: 1px solid #B9DCF0;
	    background: transparent
	}
	.careers-at-oblong section.hero.header.testimonial header blockquote, .careers-at-oblong section.hero.header.testimonial header span {
		color: white
	}
}
@media (min-width: 750px) and (max-width: 999px){
	.careers-at-oblong section.hero.header.testimonial:last-of-type {
		background-position: left center !important;
	}
} 
@media (min-width: 1000px) {
	.careers-at-oblong section.hero.header.testimonial {
	    padding-top: 0%;
	    min-height: 0px;
	    height: auto;
	    background-size: cover !important;
	    background-position: center center !important;
	    overflow: hidden
	} 
	.careers-at-oblong section.hero.header.testimonial header{
	    max-width: 550px;
	    left: 50%;
	    position: relative;
	    transform: none;
	}
	.careers-at-oblong section.hero.header.testimonial header blockquote {
		color: white;
		line-height: 3.5rem;
		font-size: 2.7rem;
		font-family: 'DINNextLTPro-Regular';
	}
	.careers-at-oblong section.hero.header.testimonial header span {
		display: block;
		color: white;
	}
	.careers-at-oblong section.hero.header.testimonial header span.name {
		font-size: 2rem;
		text-transform: uppercase
	}
}

/* benefits and perks */
.perks > section {
	padding: 0 !important
}
.benefits {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 30px
}
.benefit-item {
	-js-display: flex;
    display: flex; 
	padding-left: 30px;
	padding-bottom: 30px;
    width: calc(50% - 15px);
    margin-bottom: 0
}
.benefit-item:nth-child(odd) {
	padding-left: 0
}
@media all and (min-width: 750px) {
    .benefit-item {
    	width: calc(25% - 22.5px);
		padding-left: 30px !important
    }
    .benefit-item:nth-child(5), .benefit-item:first-child {
		padding-left: 0 !important
	}
}
.benefit-content {
	background-color: #fff;
	-js-display: flex;
	display: flex;
	flex-direction: column;
	padding: 1em;
	width: 100%;
}
.benefit-content .contain {
	height: 40px;
	width: 50px;
	margin-bottom: 10px
}
.benefit-content span {
    flex: 1 0 auto;
}
.benefits article div.icon {
    width: 25%;
    height: 50%;
}

/* CAREERS pt. 2
================================================== */

article.one-half.column > span {
	text-align: left;
	min-height: 40px;
    justify-content: flex-start;
    align-items: center;
}
article.one-half.column:first-of-type > span {
	text-align: right;
    justify-content: flex-end;
}
.career-locations {
    margin-bottom: 20px;
}

header.seven.columns > * {
	padding-left: 20px
}
header.seven.columns.padded {
	margin-left: 0 !important
}
.careers-at-oblong .slick-dots {
	position: static !important
}
.careers-at-oblong .light-padding-bottom > article {
	background: white
}

article.one-half.column > * {
	margin: auto;
	text-align: center
}
@media (max-width: 749px) {
	.careers-at-oblong .light-padding-bottom div.contain {
		position: absolute;
		min-height: 50px;
		left: 0;
		top: 0
	}
	article.one-half.column:first-of-type > span, article.one-half.column > span {
		text-align: center
	}
	.careers-at-oblong .row.flex.light-padding-bottom {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}
	.careers-at-oblong .row.flex.light-padding-bottom:first-of-type {
		padding-top: 30px !important
	}
	.careers-at-oblong .five.columns.cover {
		padding-top: 50%;
	}
	.careers-at-oblong .light-padding-bottom > article {
		padding-top: 60px;
		margin-bottom: 60px;
		position: relative
	}
	.careers-at-oblong .slick-slider {
		width: 200vw;
	    transform: translateX(-25%);
	}
}
@media (min-width: 750px) {

	.careers-at-oblong .light-padding-bottom > article {
		padding-bottom: 0px;
		margin-bottom: 0
	}
	article.one-half.column > * {
		margin: 0;
		text-align: inherit
	}
	article.one-half.column > *:last-child {
		margin-left: 4%;
	}
	.three-column-css {
	columns: 3;
	column-gap: 6rem;
}
	.three-column-css > .career-locations {
		-webkit-column-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid;
	}
	.careers-at-oblong header.five.columns h1.medium {
		max-width: 320px !important; 
		float: right;
	}
	.careers-at-oblong header.seven.columns > * {
		padding-left: 0
	}
	.careers-at-oblong  .row.full.flex.three-column {
		flex-direction: column !important
	}
	.careers-at-oblong  .row.full.flex.three-column article {
		flex-direction: row !important;
		width: 100% !important
	}
	.careers-at-oblong  .row.full.flex.three-column article .flex-grow.quotes {
		margin-right: 60px
	}
	.careers-at-oblong .headshot-card {
	    min-width: 120px;
	}
	
}
@media (min-width: 960px) {
	.careers-at-oblong .seven.columns.padded {
		max-width: 680px
	}
	.careers-at-oblong  .row.full.flex.three-column {
		flex-direction: row !important
	}
	.careers-at-oblong  .row.full.flex.three-column article {
		flex-direction: column !important;
		width: 32% !important
	}
	.careers-at-oblong .row.full.flex.three-column article .flex-grow.quotes {
		margin-right: 0px
	}
	.careers-at-oblong .headshot-card {
	    min-width: 0px;
	}
}

/* COMPANY - CONTACT
================================================== */
.contact-us h2 {
	text-align: left;
	margin-top: 40px
}
.contact-form .mktoForm .mktoFieldWrap, .contact-form .mktoForm input[type=text], .contact-form .mktoForm input[type=tel], .contact-form .mktoForm input[type=email], .contact-form .mktoForm .mktoFormCol, .contact-form .mktoForm input[type=text]#Company, .contact-form .mktoForm textarea.mktoField, .contact-form .mktoForm select.mktoField {
	width: 100% !important;
	margin-bottom: 20px
}
.contact-form ~ div {
	padding-top: 15px;
}
.contact-form ~ div img {
	float: right;
	display: none;
	max-width: 190%;
    width: 100%
}
.mktoForm .mktoButtonWrap {
	text-align: center;
	width: 100% !important
}

.contact-form .mktoForm fieldset legend,
.contact-form .mktoForm fieldset label[for="Email_Opt_In_GDPR__c"],
.contact-form .mktoForm fieldset .mktoGutter {
	display:none;
} 
.contact-form .mktoForm .mktoFormRow fieldset .mktoFieldDescriptor {
	width:15px !important;
	margin:3px 0;
} 
.contact-form .mktoForm .mktoFormRow fieldset .mktoHtmlText {
	width:100% !important;
	padding-bottom:15px;
} 
.contact-form .mktoForm .mktoFormRow fieldset .mktoHtmlText a {
	color: #1EAEDB;
} 



@media (min-width: 750px) {
	.contact-form ~ div img {
		display: block
	}
	.mktoForm .mktoButtonWrap {
		text-align: left
	}
}

/* demo locations */
#demo-locations {
	margin-left: 0
}
#demo-locations li{
    width: 100%;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin-bottom: 30px
}
#demo-locations * {
	font-size: 1.7rem;
	line-height: 2.2rem;
	font-family: 'DINNextLTPro-Medium';
}
#demo-locations a strong {
	font-size: 1.8rem;
}
#demo-locations a:hover strong{
	color: #55a4d7
}
#demo-locations .map-pin {
    margin-left: 5px;
    width: 15px;
    height: 17px;
    display: inline-block;
}
.contact-list {
	padding-top: 0
}
.contact-list hr {
	margin-top: 0
}
.contact-list h4 {
	font-size: 2.2rem;
    line-height: 2.8rem;
	font-family: 'DINNextLTPro-Light';
	margin-bottom: 1rem
}
@media (min-width: 550px) {
	#demo-locations li{
	    width: 47.5%;
	    margin-left: 4%;
	}
	#demo-locations li:first-child, #demo-locations li:nth-child(2n+5), #demo-locations li:nth-child(3){
		margin-left: 0
	}
}
@media (min-width: 750px) {
	.contact-form .mktoFormRow {
		-js-display: flex;
		display: flex;
	}
	.contact-form .mktoForm .mktoFormCol {
	    margin: 0 10px;
	    overflow: visible !important;
	}
	.contact-form .mktoForm .mktoFormCol:first-child, .contact-form .mktoForm .mktoButtonWrap {
		margin-left: 0 !important
	}
	#demo-locations li{
        width: 21%;
        margin-left: 4%;
	}
	#demo-locations li:first-child, #demo-locations li:nth-child(2n+5), #demo-locations li:nth-child(3){
		margin-left: 4%
	}
	#demo-locations li:first-child, #demo-locations li:nth-child(4n+7), #demo-locations li:nth-child(3){
		margin-left: 0
	}
}



/* PRESS
================================================== */
.press .row > a > img {
	margin-bottom: 4%
}
@media (min-width: 750px) {
	.press .row > a > img {
		margin-bottom: 12%
	}
	.press .row.full {
		width: 100%
	}
}
.press h2, .policy h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: .8rem;
    font-family: 'DINNextLTPro-Light';
}
.press h2 {
	margin-bottom: 4%
}

.policy h2 {
	margin-top: 4%
}

/* ==================================================
/////////////////// FOOTER //////////////////////////
================================================== */

footer.footer {
    padding: 10px 0 25px;
    width: 100%;
    text-align: center;
    color: white
}
footer.footer #utility {
    line-height: 16px;
    padding-top: 30px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid
}
footer.footer #utility ul {
    text-align: center;
    padding-top: 10px;
    margin: 0;
}
footer.footer #utility ul li {
	display: block;
	margin-bottom: 2rem
}
@media (min-width: 750px) {
	footer.footer #utility ul li {
		display: inline
	}
}
footer.footer #utility li a {
    padding: 13px 5px 2px 5px;
    margin: 0 5px 12px;
    color: #fff;
    text-decoration: none;
}
footer.footer #utility li a:hover {
	background: transparent
}
footer.footer #social ul {
	margin-left: 0
}
footer.footer #social li {
    padding-left: 2px;
    padding-right: 2px;
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    width: 4rem;
    
    width: 40px
}
footer.footer #social li img {
	width: 100%;
	height: auto
}
footer.footer h4 {
	font-size: 1.8rem
}
#copyright {
	font-size: 1.2rem
}
.pi img {
    width: 20px;
    margin-left: 20px;
    border: none;
}

/* CTA TEMPLATE
================================================== */
.page-template-page-template-cta .hero.header.with-button {
	height: auto;
	max-height: none
}
.page-template-page-template-cta .hero.header .subheadline {
    display: block;
}
.page-template-page-template-cta .hero.header.with-button{
	align-items: center;
	justify-content: center;
	box-sizing: border-box
}
.page-template-page-template-cta .hero.header.with-button header, .hero.header.with-button .inner-header {
    position: static;
    transform: none;
    align-items: center;
	justify-content: center;
}
@media (min-width: 750px) {
	.page-template-page-template-cta .hero.header.with-button{
		min-height: calc(100vh - 80px);
	}
}
.page-template-page-template-cta .button {
	min-width: 276px;
	margin: 0 10px 15px;
	display: inline-block
}
.page-template-page-template-cta main {
    background-color: #161c33;
}

/* POLICY PAGE
================================================== */

.policy h3{
	font-family: 'DINNextLTPro-Bold';
	font-size:2.8rem;
	letter-spacing:1px;
	text-transform: uppercase;
	color:#173D74;
}
.policy h4{
	font-family: 'DINNextLTPro-Medium';
	font-size:2.1rem;
	letter-spacing:1px;
	text-transform: uppercase;
	color:#173D74;
}

.policy ol.toc, .policy ol.toc li a {
	font-size:2.8rem;
	font-style: italic;
	color:#57575E; 
	text-decoration:none;
	border:none;
}


.policy li {
	margin: 5px 0;
}

.policy table {
border-collapse: collapse;
width: 100%;
margin: 20px 0 50px 0;
font-family: 'DINNextLTPro-Regular'; 
}

.policy table thead tr td {
background-color: #FBFBFB !important; 
font-family: 'DINNextLTPro-Bold'; 
}

.policy table tr td {
vertical-align: top;
border: 1px solid #BABABA;
padding: 10px 20px; }

.policy table tr:nth-child(even) td {
background: #FBFBFB; }

.policy table ol {
	list-style-type: lower-alpha;
	list-style-position: outside;
	padding-left:20px;
}

@media (max-width: 850px) {
	.policy table table, .policy table thead, .policy table tbody, .policy table th, .policy table td, .policy table tr {
	display: block; }
	
	.policy table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px; }
	
	.policy table tr {
	border: 1px solid #BABABA;
	margin-bottom: 10px; }
	
	.policy table tr td {
	border: none;
	position: relative;
	padding-left: 30%;
	font-size: 1.6rem; }
	
	.policy table tr td li {
	font-size: 1.6rem;	
	}
	
	.policy table tr td:before {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 25%;
	min-width: 120px;
	padding-right: 10px;
	white-space: nowrap; }
	
	.policy table tr td:nth-of-type(1):before {content: "Purpose/Activity: "; }
	.policy table tr td:nth-of-type(2):before {content: "Type: "; }
	.policy table tr td:nth-of-type(3):before {content: "Lawful basis: "; }
	.policy table tr td::before { font-family: 'DINNextLTPro-Bold'; }
	
}

/* ==================================================
///////////////// EXCEPTIONS ////////////////////////
================================================== */

@media (min-width: 750px) {
	.container.exception-1 {
	    width: 82% !important;
	}
}