* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height:100%;
    */
}
html {
	overflow-x: hidden;
}
body {
	position: relative;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'Compass Serif', serif;
	color: #000;
	box-sizing: border-box;
	line-height: 140%;
}
/*body::-webkit-scrollbar{
    width:0!important;
}
 body{
    -ms-overflow-style:none;
}
*/

::selection {
	color: #000;
	background-color: #f2f2f2;
}
@font-face{

font-family:'Compass Serif';
 font-weight:normal;
 font-style:normal;
 src:url('Fonts/CompassSerif-Regular.eot');
 src:url('Fonts/CompassSerif-Regular.eot?#iefix') format('embedded-opentype'),
url('Fonts/CompassSerif-Regular.woff2') format('woff2'),
url('Fonts/CompassSerif-Regular.woff') format('woff'),
url('Fonts/CompassSerif-Regular.ttf') format('truetype');

}
@font-face {
	font-family:'Compass Sans';
	font-weight:normal;
	font-style:normal;
	src:url('Fonts/CompassSans-Regular.eot');
	src:url('Fonts/CompassSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('Fonts/CompassSans-Regular.woff2') format('woff2'),
	url('Fonts/CompassSans-Regular.woff') format('woff'),
	url('Fonts/CompassSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family:'Compass Sans';
	font-weight:bold;
	font-style:normal;
	src:url('Fonts/CompassSans-Medium.eot');
	src:url('Fonts/CompassSans-Medium.eot?#iefix') format('embedded-opentype'),
	url('Fonts/CompassSans-Medium.woff2') format('woff2'),
	url('Fonts/CompassSans-Medium.woff') format('woff'),
	url('Fonts/CompassSans-Medium.ttf') format('truetype');
}
.black {
	background-color: #000
}
.white {
	background-color: #FFF
}
.lightgrey {
	background-color: #f2f2f2
}
a {
	color: inherit;
	text-decoration: none;
	line-height: inherit;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	touch-action: manipulation;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: auto;
	vertical-align: top;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fadeImg {
	opacity: 0;
	transition: opacity .8s ease-in-out;
}
/*Image fades in when loaded*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
	box-sizing: border-box;
	/*cursor:default;
    */
}
/*p{
    cursor:default;
}
*/

.info,
.stats {
	cursor: default;
}
/* Global text */

h2 {
	font-size: 44px;
	font-family: 'Compass Serif', serif;
}
.sans {
	font-family: 'Compass Sans', serif;
}
h2.sans {
	letter-spacing: 0em;
}
h4 {
	font-size: 24px;
	font-family: 'Compass Sans';
	font-weight: bold;
}
h5 {
	font-size: 21px;
	font-family: 'Compass Sans';
}
h6 {
	font-size: 18px;
	font-family: 'Compass Sans';
}
p {
	font-size: 16px;
	font-family: 'Compass Sans';
	line-height: 140%;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 900.5px) {
	h2 {
		font-size: 32px;
	}
}
/* 1.3 SLIDER */

.slick-slider {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list.draggable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.slick-slider .slick-list {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-slider .slick-list:focus {
	outline: none
}
.slick-slider .slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-list .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list .slick-track {
	position: relative;
	display: block;
	top: 0;
	left: 0
}
.slick-slider .slick-list .slick-track:after {
	clear: both
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	list-style: none
}
.slick-slide img {
	display: block;
	width: 100%;
	vertical-align: bottom
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
/* LOADING */

.slider {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0
}
.slider ul {
	margin: 0;
	padding: 0
}
.slider ul li {
	display: none
}
.slider ul li:first-of-type {
	display: block
}
.slider.loaded {
	-webkit-animation: fadein .4s both;
	animation: fadein .4s both
}
.slider.loaded ul li {
	display: block
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
/* ARROWS */

.slider-controls {
	width: 100%;
	float: right;
	margin: 55px 0 0;
	font-size: 0
}
.slider-controls button {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 2px solid #ccc;
	cursor: pointer;
	transition: .3s;
	outline: none
}
.slider-controls button .arrow {
	transition: .3s;
	z-index: 1
}
.slider-controls button .arrow,
.slider-controls button .arrow:before,
.slider-controls button .arrow:after {
	background-color: #fff
}
.slider-controls button:hover .arrow,
.slider-controls button:hover .arrow:before,
.slider-controls button:hover .arrow:after {
	background-color: #000
}
.slider-controls button .hover {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	background: #fff;
	transition: .2s
}
.slider-controls.controls_black button .arrow,
.slider-controls.controls_black button .arrow:before,
.slider-controls.controls_black button .arrow:after {
	background-color: #000
}
.slider-controls.controls_black button:hover {
	border: 2px solid #000
}
.slider-controls.controls_black button:hover .arrow,
.slider-controls.controls_black button:hover .arrow:before,
.slider-controls.controls_black button:hover .arrow:after {
	background-color: #fff
}
.slider-controls.controls_black button .hover {
	background: #000
}
.slider-controls button.hover_in .hover {
	width: 100%
}
.slider-controls .slider_prev .hover,
.slider-controls .slider_next.hover_out .hover {
	left: auto;
	right: 0
}
.slider-controls .slider_next .hover,
.slider-controls .slider_prev.hover_out .hover {
	left: 0;
	right: auto
}
.slider-controls button:hover {
	border: 2px solid #fff
}
.slider-controls button .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.slider-controls .slider_prev .arrow {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}
.slider-controls .slider_prev .arrow {
	width: 15px
}
.slider-controls .slider_prev .arrow:before,
.slider-controls .slider_prev .arrow:after {
	left: 10px
}
.slider-controls .slider_next {
	width: 65px;
	margin-left: -2px
}
.slider-controls .slider-controls_next {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	font: 16px/37px'Compass Sans', sans-serif;
	cursor: pointer
}
.slider-progress {
	position: relative;
	width: 100%;
	float: right;
	height: 2px;
	margin: 48px 0 0;
	font-size: 0;
	background: #5e5e5e;
	cursor: pointer
}
.slider-progress button {
	flex: 1;
	height: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	opacity: 0
}
.slider-progress .progress_active {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	transition: ease-in .6s;
	background: #fff
}
.slider-progress.controls_black {
	background: #cccccc
}
.slider-progress.controls_black .progress_active {
	background: #000
}
/* 1.3 SLIDER - END */

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}
/* PRINCPLES */

.width {
	position: relative;
	display: block;
	width: 85%;
	max-width: 1190px;
	margin: auto;
	padding: .1px 0
}
.g-flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}
.g-top {
	align-items: flex-start;
	-webkit-align-items: flex-start
}
.g-center {
	align-items: center;
	-webkit-align-items: center
}
.g-bottom {
	align-items: flex-end;
	-webkit-align-items: flex-end
}
.g-flex-col {
	position: relative;
	flex: 0 0 50%;
}

/* Desktop */
@media screen and (min-width: 900px) {
	.g-grid {
		display: grid;
	}

	.g-grid-colThree {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}

	.g-grid-colFour {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 20px;
	}

	.g-flex-col:first-child {
		padding-right: 40px;
	}

	.g-flex-col:last-child {
		padding-left: 40px;
	}
}

/* Mobile */
@media screen and (max-width: 900px) {
	.g-flex-flipMobile {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: initial;
	}

	.g-flex-col {
		flex: 0 0 100%;
	}
}

.d-rtl {
	direction: rtl
}
.d-rtl>* {
	direction: initial
}
.object-fit,
.object-contain {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	overflow: hidden
}
.object-fit img {
	position: relative;
	width: 101%;
	height: 101% !important;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	-webkit-backface-visibility: hidden
}
.object-contain img {
	position: relative;
	width: 100%;
	height: 100% !important;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain
}

.t-heading {
	font-size: 75px;
	line-height: 1.25em
}

.video {
	position: relative;
	line-height: 0;
	background: #fff
}

.video:after {
	content: "";
	display: block;
	height: 0;
	padding-top: 56%
}
.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 2;
	pointer-events: none
}
.video-button .video-button-icon {
	display: inline-block;
	width: 27px;
	vertical-align: middle;
	margin-right: 25px
}
.video-button .video-button-text {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 24px
}
.video .video-thumbnail {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: .6s;
	cursor: pointer;
	z-index: 1
}
.video .video-thumbnail > img {
	position: relative;
	width: 101%;
	height: 101% !important;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	opacity: .25
}
.video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .6s
}
.video.video_play iframe {
	opacity: 1
}
.video.video_play .video-thumbnail {
	opacity: 0;
	pointer-events: none
}

.principles .header {
	position: relative
}

.principles .header h2{
	margin:0 0 30px;
}

.principles .header p{
	max-width:240px
	}

.principles .header .header-content {
	position: relative;
	max-width: 750px;
	margin: 170px 0 195px;
	z-index: 5
}
.principles .header-video {
	position: absolute;
	width: 100%;
	max-width: 800px;
	right: 0;
	bottom: -145px
}
.p-needle {
	display: inline-block;
	width: 2.4em;
	height: 1pt;
	margin: .5em;
	background: #000;
	pointer-events: none;
}
.principles .header-video.video {
	z-index: 1;
}
.principles .header-video.video.video_play {
	z-index: 5
}
.principles .slider-controls,
.principles .slider-progress {
	width: calc(100% - 300px)
}
.principles .header .scrollBtn {
	top: auto;
	bottom: -33px;
	background: #fff;
	visibility: visible;
	pointer-events: all;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1)
}
.principles .header .scrollBtn .arrow {
	opacity: 1;
	transition: .3s;
	z-index: 1
}
.principles .header .scrollBtn .hover {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #000;
	transition: .2s
}
.principles .header .scrollBtn.hover_in .hover {
	height: 100%
}
.principles .header .scrollBtn.hover_out .hover {
	top: auto;
	bottom: 0
}
.principles .header .scrollBtn.hover_in .arrow {
	-webkit-transform: translateY(4px);
	transform: translateY(4px)
}
.principles .header .scrollBtn.hover_in .arrow,
.principles .header .scrollBtn.hover_in .arrow:before,
.principles .header .scrollBtn.hover_in .arrow:after {
	background-color: #fff !important
}
.principles-steps {
	padding: 270px 0 120px;
	color: #fff;
	background: #000
}
.principles-steps .width:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}
.principles-steps h3 {
	position: relative;
	max-width: 600px;
	margin:0 0 30px;
	font-size: 75px;
	line-height: 1.28em
}
.principles-steps p{
	max-width:330px;
	}
.principles-steps .slider {
	margin: 180px auto 0
}

.principles-steps .step{
	margin:30px auto;
}

.principles-steps ul{
	margin:90px auto 0;
	padding:0;
	list-style:none;
	}

.principles-steps .step .step-number {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font: 700 75px/1.2em'Compass Sans', sans-serif
}
.principles-steps .step .step-content {
	display: inline-block;
	position: relative;
	width: calc(100% - 120px);
}
.principles-steps .step .step-content h4 {
	font: 700 75px/1.2em'Compass Sans', sans-serif;
}
.principles-steps .step .step-content p {
	max-width: 520px
}
.principles-inspiration{
	padding:90px 0;
	}
.principles-inspiration-image {
	width:400px;
	margin:0 120px 0 0;
}
.principles-inspiration-content {
	width:calc(100% - 520px);
}
.principles-inspiration-content .t-heading{
	margin:0 0 30px;
}
.principles-inspiration-content p{
	max-width: 360px;
}
.principles-help {
	padding: 90px 0
}
.principles-help .principles-help-needles {
	width: 2.4em;
	margin: 30px 0
}
.principles-help .principles-help-needles .p-needle {
	margin: 1.5em 0
}
.principles-help .principles-help-content {
	width: calc(100% - 860px);
	margin: 0 60px 0 0
}
.principles-help .principles-help-content a{
	text-decoration:underline
	}

.principles-help .video {
	width: 100%;
	max-width: 800px;
	margin: 180px 0 0;
}
.principles[data-ani]:not([data-ani*="slide"]) {
	opacity: 0
}
html.principles_scroll_header .principles .header[data-ani]:not([data-ani*="slide"]),
html.principles_scroll_steps .principles-steps[data-ani]:not([data-ani*="slide"]),
html.principles_scroll_help .principles-help[data-ani]:not([data-ani*="slide"]),
html.principles_scroll_leadership .leadership-slides[data-ani]:not([data-ani*="slide"]) {
	-webkit-animation: fadein .9s both;
	animation: fadein .9s both
}
.principles[data-ani="2"] {
	-webkit-animation-delay: .6s !important;
	animation-delay: .6s !important
}
.principles[data-ani="3"] {
	-webkit-animation-delay: .9s !important;
	animation-delay: .9s !important
}
.principles[data-ani="4"] {
	-webkit-animation-delay: 1.2s !important;
	animation-delay: 1.2s !important
}
.principles .fadein_slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s .3s ease-in;
	background: #fff;
	z-index: 5
}
.principles .header .fadein_slide {
	background: #f2f2f2
}
.principles[data-ani*="slide"] {
	position: relative
}
html.principles_scroll_header .principles .header[data-ani*="slide"] .fadein_slide,
html.principles_scroll_steps .principles-steps[data-ani*="slide"] .fadein_slide,
html.principles_scroll_help .principles-help[data-ani*="slide"] .fadein_slide,
html.principles_scroll_leadership .leadership-slides[data-ani*="slide"] .fadein_slide {
	width: 0
}
.principles[data-ani="slide_left"] .fadein_slide {
	left: 0
}
.principles[data-ani="slide_right"] .fadein_slide {
	right: 0
}
@media all and (max-width: 1040px) and (min-width: 480px) {
	.principles .header-content .video {
		width: 620px;
		float: right;
	}
	.principles .header-content-paragraph {
		margin: 0 0 180px;
	}
	.principles-help .video {
		width: 100%;
		margin: 0
	}
	.principles-help .principles-help-needles {
		width: 100%;
		margin: 0 0 60px
	}
	.principles-help .principles-help-needles .p-needle {
		margin: 0 1.5em 0 0
	}
	.principles-help .principles-help-content {
		width: calc(100% - 450px);
		margin: 40px 60px 40px 0px;
	}
}
@media screen and (max-width: 768px) {
	.slider-controls {
		width: 100%;
		max-width: 630px;
		float: none;
		margin: 55px auto 0
	}
	.slider-progress {
		width: 100%;
		max-width: 630px;
		float: none;
		margin: 48px auto 0
	}
	.t-heading {
		font-size: 45px
	}
	.principles .header .header-content{
		margin:170px 0 260px
	}
	.principles .header h2 {
		margin: 170px auto 15px;
		text-align: center
	}
	.principles .header h2 br {
		display: none
	}
	.principles .header p{
		max-width:auto;
		margin:auto;
		}
	.principles .header-content {
		position: relative;
		margin-top: -145px;
		text-align: center
	}
	.principles .header-content-paragraph {
		margin: 0 0 60px
	}
	.principles .header-content-paragraph p {
		float: none;
		max-width: 450px;
		margin: auto
	}
	.principles .header-content .video {
		width: 100%;
		float: none
	}
	.principles .header .scrollBtn {
		display: none
	}
	.principles-steps h3 {
		-webkit-transform: none;
		transform: none;
		text-align: center;
		font-size: 45px
	}
	.principles-steps .slider {
		margin: 90px auto 0
	}

	.principles-steps .step{
		margin:45px 0 0;
	}
	.principles-steps .step .step-number {
		width: 100%;
		font-size:45px;
	}
	.principles-steps .step .step-content {
		width: 100%;
		margin: 15px 0;
	}
	.principles .slider-controls,
	.principles .slider-progress {
		width: 100%
	}
	.principles-inspiration-image{
		margin:0 auto 30px
	}
	.principles-inspiration-content{
		width:100%;
		display:block;
		text-align:center;
	}
	.principles-inspiration-content p{
		margin:auto;
	}
	.principles-help .t-heading {
		margin:0;
	}
	.principles-help .principles-help-content {
		width: 100%
	}
	.principles-help .principles-help-needles {
		display: none
	}
	.principles-help .video {
		margin: 60px 0 0
	}
}
@media screen and (max-width: 480px) {

	.video-button .video-button-icon {
		width: 20px;
		margin-right: 10px
	}
	.video-button .video-button-text {
		font-size: 18px
	}
	.t-heading {
		font-size: 33px
	}
	.principles .header .header-content{
		margin:30px 0 90px
	}
	.principles .header h2 {
		margin: 0 auto 15px;
	}
	.principles .header p{
		max-width:240px;
		}
	.principles .header-content .video {
		margin: ;
	}
	.principles-steps {
		padding: 210px 0 90px
	}
	.principles-steps h3 {
		font-size: 24px
	}
	.principles-steps .step .step-content {
		margin: 0
	}
	.principles-steps .step .step-content h4 {
		font-size: 45px
	}
	.principles-steps .step .step-content p br {
		display: none
	}
	.principles-inspiration,
	.principles-help {
		padding: 45px 0
	}
	.principles-help .t-heading {
		margin: 0 0 30px
	}
}
/* PRINCPLES - END */

/* LEADERSHIP */

#leadership-hero {
	padding: 210px 0 120px;
	color: #fff;
	background: #000
}
#leadership-hero .width {} #leadership-hero .width > * {
	display: block;
	max-width: 780px
}
#leadership-hero p {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 600
}
#leadership-hero q {
	font-size: 42px;
	line-height: 1.3em;
}
#leadership-hero #leadership-hero-byline {
	position: relative;
	display: block;
	margin: 60px 0 0;
	clear: both
}
#leadership-hero #leadership-hero-byline small {
	display: block;
	float: right;
	text-indent: -10px;
	padding: 0 0 0 10px;
	font-weight: 600;
	font-size: 16px
}
#leadership-hero #leadership-hero-byline small:before {
	content: "- ";
}
.leadership-slides > .g-flex {
	justify-content: flex-end
}
#leadership {
	padding: 60px 80px;
	background: #fff;
	transition-delay: .7s !important
}
#leadership h3 {
	margin: 0 0 20px;
	font-size: 32px;
	line-height: 1.2em
}
#leadership .leadership-position {
	margin: 0 0 40px
}
#leadership-content {
	padding: 120px 0;
	background: #f2f2f2
}
.leadership-slide {
	max-width: 1800px;
	margin: 0 auto 180px;
	padding-left:10%
}
.leadership-slide.d-rtl {
	padding-right:10%;
	padding-left:0
	}
.leadership-slide:last-of-type {
	margin: 0
}
.leadership-content {
	width: 65%;
	padding: 90px 60px;
	box-sizing: border-box;
	background: #fff
}
.leadership-content h3 {
	margin: 0 0 20px;
	font-size: 32px;
	line-height: 1.2em;
}
.leadership-content .leadership-position {
	margin: 0 0 40px
}
.leadership-content .leadership-background {
	width:calc(50% - 30px);
	margin:0 60px 0 0
}

.leadership-content .g-flex span {
	display: block;
	font-family: "Compass Sans", sans-serif
}
.leadership-content .g-flex span:before {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 0 20px;
	background: #000
}
.leadership-content .g-flex p {
	font: 20px/1.4em"Compass Sans", sans-serif;
	font-weight: 600;
	margin-top: 18px;
}
.leadership-content .leadership-quote {
	width:calc(50% - 30px)
}
.leadership-content .leadership-quote q {
	display: block;
	text-indent: -10px;
	font: 27px/1.2em"Compass Serif", serif
}
.leadership-content .leadership-quote q:empty{
	display:none;
	}
.leadership-image {
	position: relative;
	width: 35%;
	min-height:600px;
	overflow: hidden;
	pointer-events: none
}
.leadership-image .image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: .6s;
	cursor: pointer;
	z-index: 1
}
.leadership-image .image > img {
	position: relative;
	width: 101%;
	height: 101% !important;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	-webkit-backface-visibility: hidden
}

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

	.leadership-image{
		min-height:720px
		}

}

@media screen and (max-width: 1200px) {
	.leadership-slide{
		margin:0 0 90px
		}
	.leadership-image,
	.leadership-content {
		width: 50%
	}
	.leadership-content .leadership-background {
		width:100%;
		margin:0 0 30px
	}
	.leadership-content .leadership-quote {
		width:100%
		}
}
@media screen and (max-width: 900px) {
	.leadership-slide {
		margin: 0 0 90px;
		padding:0 !important
	}
	.leadership-slide.d-rtl {
		direction: initial !important
	}

	.leadership-image:after{
		content:"";
		display:block;
		padding:50%
		}

	.leadership-image {
		min-height:0
		}

	.leadership-image .image-contain{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0
		}

	.leadership-image,
	.leadership-content {
		width: 90%;
		max-width: 600px;
		margin: auto
	}
	.leadership-content {
		order: 2
	}
}
@media screen and (max-width: 480px) {
	#leadership-hero {
		padding: 120px 0
	}
	#leadership-hero q {
		font-size: 24px
	}
	#leadership-hero #leadership-hero-byline {
		margin: 30px 0 0
	}
	#leadership-content {
		padding: 60px 0
	}

	.leadership-slide{
		margin:0 0 30px
		}

	.leadership-content {
		padding: 30px 20px
	}
	.leadership-content h3 {
		margin: 0 0 10px;
		font-size: 24px
	}
	.leadership-content .g-flex p {
		font-size: 16px
	}
	.leadership-content .leadership-quote q {
		font-size: 21px
	}
}
/* LEADERSHIP - END */

/* MARKETING */

.marketing-agent-logos {
	margin: 40px 0 0;
	padding-left: 90px;
	color: #fff
}
.marketing-agent-logos .gallery-container {
	padding: 0 0 100px 0
}
.marketing-agent-logos .numCircle {
	color: #000
}
.foundation .marketing-agent-logos .gallery.photo.small {
	height: 810px;
	transition: .3s
}
@media screen and (min-width: 768px) {
	.foundation .marketing-agent-logos .gallery.photo.small .scrollable {
		margin-top: 40px;
		height: 330px
	}
}
#agent-logo-toggle {
	position: relative;
	margin: 30px auto 0;
	width: 165px;
	height: 40px;
	font: 18px/40px"Compass Sans", sans-serif;
	box-shadow: inset 0 0 0 2px #ccc;
	cursor: pointer;
	z-index: 1;
	transition: .3s
}
#agent-logo-toggle img {
	display: inline-block;
	width: 24px;
	margin-right: 5px;
	vertical-align: -3px;
	transition: .3s
}
#agent-logo-toggle:hover {
	color: #000;
	background: #fff;
	box-shadow: inset 0 0 0 2px #fff
}
#agent-logo-toggle:hover img {
	filter: invert(100%)
}
#agent-logo-toggle #toggle_gallery,
html.agent_logo_grid #agent-logo-toggle #toggle_grid {
	display: none
}
html.agent_logo_grid #agent-logo-toggle #toggle_gallery {
	display: block
}
.marketing-agent-logos .gallery.photo.small .scrollable-wrap {
	position: relative
}
.marketing-agent-logos .gallery.photo.small .scrollable-wrap,
.marketing-agent-logos .gallery.photo.small .hScrollbar,
.marketing-agent-logos .gallery.photo.small .browseArrows {
	transition: 1.2s
}
html.agent_logo_grid .marketing-agent-logos .gallery.photo.small .scrollable-wrap,
html.agent_logo_grid .marketing-agent-logos .gallery.photo.small .hScrollbar,
html.agent_logo_grid .marketing-agent-logos .gallery.photo.small .browseArrows {
	opacity: 0
}
.marketing-agent-logos #agent-logos-grid {
	position: relative;
	display: none;
	overflow: hidden;
	transition: .3s ease-out
}
html.agent_logo_grid .marketing-agent-logos #agent-logos-grid {
	display: block
}
.marketing-agent-logos .gridview {
	position: absolute;
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	transition: .3s
}
html.agent_logo_grid .marketing-agent-logos .gridview {
	opacity: 1
}
.marketing-agent-logos .gridview li {
	position: relative;
	width: 16.66%;
	opacity: 0
}
.marketing-agent-logos .gridview li:after {
	content: "";
	display: block;
	padding-top: 100%
}
.marketing-agent-logos .gridview li img {
	position: absolute;
	width: auto !important;
	max-width: 80%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .4s
}
.marketing-agent-logos .gridview li img:hover {} .marketing-agent-logos .browseArrows .btn .arrow,
.marketing-agent-logos .browseArrows .btn .arrow:before,
.marketing-agent-logos .browseArrows .btn .arrow:after {
	background-color: #FFF;
	transition: background-color .3s ease-out;
}
.marketing-agent-logos .browseArrows .btn:hover .arrow,
.marketing-agent-logos .browseArrows .btn:hover .arrow:before,
.marketing-agent-logos .browseArrows .btn:hover .arrow:after {
	background-color: #000;
}
.marketing-agent-logos .gallery .hScrollbar .bg {
	background-color: #666
}
.marketing-agent-logos .gallery .hScrollbar .bar .solid {
	background-color: #fff
}
.marketing-agent-logos .gallery .scrollable .item .imgHolder {
	background-color: transparent
}

.marketing-agent-logo-workbook{
	margin:90px 0;
	padding-right:90px
	}

.agent-logo-workbook{
	padding:90px;
	background:#000
	}

.agent-logo-workbook h2{
	margin:0 0 45px
	}

.agent-logo-workbook p{
	max-width:450px
	}

.agent-logo-workbook p a{
	text-decoration:underline
	}

.agent-logo-workbook-video{
	position:relative;
	margin:60px 0 0;
	-webkit-transform:translateX(135px);
	transform:translateX(135px);
	border:1px solid #fff
	}

.agent-logo-workbook-video:after{
	content:"";
	display:block;
	padding-top:56.25%
	}

.agent-logo-workbook-video:before{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	transition:.3s;
	pointer-events:none;
	z-index:5
	}

.agent-logo-workbook-video .video-button{
	pointer-events:none;
	z-index:10
	}

.agent-logo-workbook-video .video-button .video-button-icon{
	filter:invert(100%);
	}

.agent-logo-workbook-video .object-fit{
	cursor:pointer;
	z-index:3
	}

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

.agent-logo-workbook-video.video_play:before,
.agent-logo-workbook-video.video_play .video-button,
.agent-logo-workbook-video.video_play .object-fit{
	opacity:0;
	pointer-events:none;
	}

.marketing-agent-lifestyle {
	padding: 0 0 100px
}
.marketing-agent-lifestyle .gallery {
	padding-top: 0
}
.foundation .marketing .videos {
	margin-top: 0
}
.marketing .paraSection.b {
	margin: 0 0 100px;
	background: transparent
}
.marketing .paraSection.social {
	margin-bottom: 0 !important;
	pointer-events: none;
	z-index: 2
}
.marketing-listing-photography {
	padding: 0 0 100px
}
.foundation .marketing-listing-photography .gallery.photo.small {
	padding-top: 0
}
.marketing-email {
	margin: -100px 0;
	padding: 50px 0 0
}
.foundation .marketing-email .gallery.photo {
	height: auto
}
.marketing-email .g-flex {
	direction: rtl
}
.marketing-email .g-flex > * {
	direction: initial
}
.marketing-email .marketing-email-image {
	width: 420px
}
.marketing-email .marketing-email-image ul {
	box-shadow: 0 0 0 1px #ccc;
	border-radius: 3px;
	overflow: hidden
}
.marketing-email .marketing-email-image .email {
	height: 484px;
	overflow-y: scroll;
	background: #fff
}
.marketing-email .marketing-email-content {
	width: calc(100% - 520px);
	padding: 0 0 60px 100px
}
.foundation .marketing-email .gallery.photo .marketing-email-content h2 {
	width: 100%;
	margin: 50px 0 30px;
	float: none
}
.foundation .marketing-email .gallery.photo .marketing-email-content p {
	width: 100%;
	padding: 0;
	float: none
}
.marketing-email .marketing-email-content .slider-controls {
	width: 100%
}
@media screen and (max-width: 1024px) {
	.marketing-agent-logos .gridview li {
		width: 20%
	}
	.paraSection.social .text {
		padding: 225px 0 50px 60px !important
	}
	.marketing-email .marketing-email-content {
		width: 100%;
		max-width: 420px;
		margin: 0 auto 30px;
		padding: 0
	}
	.marketing-email .marketing-email-image {
		width: 100%;
		float: none
	}
	.marketing-email .marketing-email-image ul {
		max-width: 420px;
		margin: auto !important
	}
}
@media screen and (max-width: 900px) {
	.marketing .paraSection.b .text {
		width: 100%;
		float: none
	}
	.marketing .paraSection.b .img {
		position: relative;
		top: 0;
		left: 0;
		width: 300px;
		height: 240px;
		margin: 20px auto 0 auto;
	}
	.paraSection .img .rawImg {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 767.5px) {
	.marketing-agent-logos {
		padding-left: 0
	}
	.marketing-agent-logos .gallery-container.black {
		background: #000000;
	}
	.marketing-agent-logos .gridview li {
		width: 33.33%
	}
	.marketing-agent-logos .gridview li img {
		max-width: 90%;
		max-height: 90%
	}
	.foundation .marketing-agent-logos .gallery.photo.small .scrollable {
		margin-top: 50px !important
	}
	.foundation .marketing-agent-logos .gallery.photo.small {
		height: 660px;
		padding: 0 !important
	}
	.foundation .marketing-agent-logos .gallery.photo .item,
	.foundation .marketing-agent-logos .gallery.photo .imgHolder {
		width: 200px !important;
		height: 200px !important
	}
	.foundation .marketing-agent-logos .gallery.photo .item img {
		width: auto !important;
		height: auto !important;
		max-width: 100%;
		max-height: 100%;
	}
	.paraSection.social .text {
		padding: 60px 35px 0 !important
	}
	.marketing-email {
		margin: 30px 0 -200px;
		padding: 30px 0 0
	}
	.marketing .paraSection.b .img {
		margin-top: 60px !important
	}
}
/* MARKETING - END */

/* Elements in view */

.faded {
	opacity: 0;
	transform: translate3d(0, 8px, 0);
	transition: opacity 0s, transform 0s;
}
.fadeIn {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity .8s ease-out, transform 1.2s ease-out;
}
/* Youtube player */

#YoutubePlayer_0,
#YoutubePlayer_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/* Buttons */

.standardBtn {
	position: relative;
	font-family: 'Compass Sans';
	font-weight: bold;
	font-size: 18px;
	padding: 4px 60px 4px 60px;
	line-height: 45px;
	color: #FFF;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.standardBtn .blackbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transform: scaleX(0);
	will-change: transform;
}
.standardBtn .greyedbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	transform: scaleX(0);
	will-change: transform, opacity;
}
.standardBtn .label {
	position: relative;
	text-align: center;
	opacity: 0;
	will-change: opacity;
}
.scrollBtn {
	position: absolute;
	left: 0;
	top: 0;
	width: 66px !important;
	height: 70px !important;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0);
	z-index: 1;
	cursor: pointer;
	pointer-events: none;
	visibility: hidden;
}
.scrollBtn.on {
	visibility: visible;
	pointer-events: all;
}
.scrollBtn .back {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.scrollBtn .back.white {
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
	overflow: hidden;
}
.scrollBtn .arrow {
	position: absolute;
	width: 2px;
	height: 30px;
	left: 32px;
	top: 19px;
	background-color: #000;
	border-radius: 0 0 1px 1px;
	opacity: 0;
	transition: background-color .2s ease-out;
}
.scrollBtn .arrow:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: 0px;
	top: 29px;
	transform: rotate(-45deg);
	transform-origin: 0 0;
	transition: background-color .2s ease-out;
}
.scrollBtn .arrow:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: -4px;
	top: 29px;
	transform: rotate(45deg);
	transform-origin: 100% 0;
	transition: background-color .2s ease-out;
}
@media all and (min-width: 767.5px) {
	/* Hover: */
	.scrollBtn.hover .arrow,
	.scrollBtn.hover .arrow:before,
	.scrollBtn.hover .arrow:after {
		background-color: #FFF;
	}
}
/* Identity */

.identityDot {
	position: absolute;
	left: 0;
	top: 0;
}
.identityDot .inner {
	position: absolute;
	background-color: #FFF;
	left: -3px;
	top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	transition: background-color .6s linear;
}
/* Logo */

#mainLogo {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 206px;
	height: 27.6px;
	margin-left: -103px;
	z-index: 5;
	opacity: 0;
}
.compassLogo {
	width: 206px;
	height: 27.6px;
}
.compassLogo .st0 {
	fill: #FFF;
	transition: fill .6s linear;
}
#mainLogo.inverted .compassLogo .st0 {
	fill: #000;
}
/* Intro animation */

#mainLogo.intro {
	position: fixed;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 15;
}
@media all and (max-width: 767.5px) {
	#mainLogo {
		display: none;
	}
	#mainLogo.intro {
		display: block;
	}
	.desktop {
		display: none!important;
	}
	.standardBtn {
		padding: 4px 30px 4px 30px;
	}
}
@media all and (min-width: 767.5px) {
	.mobile {
		display: none!important;
	}
}
/* Menu */

.pageOverlay {
	position: fixed;
	z-index: 9;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	opacity: 0;
	background-color: #000;
}
.pageOverlay.on {
	width: 100%;
	opacity: .5;
	transition: opacity .6s ease-in-out;
}
.pageOverlay.off {
	width: 100%;
	opacity: 0;
	transition: opacity .6s ease-out;
}
.mainmenu {
	visibility: hidden;
	position: fixed;
	z-index: 10;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	transition: width .6s cubic-bezier(0.77, 0, 0.175, 1);
}
.mainmenu .wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
}
.mainmenu .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mainmenu .gridCenter {
	opacity: 0;
	transition: opacity .5s ease-out;
	margin: 0 12vw;
}
.mainmenu.open .gridCenter {
	opacity: 1;
	transition: opacity .8s ease-out .1s;
}
.mainmenu .logo,
.menuToggle .compassLogo {
	display: inline-block;
	position: relative;
	width: 206px;
	height: 27.6px;
	margin: 40px 0 0 0;
}
.mainmenu h6 {
	position: relative;
	width: 50%;
	margin: 55px 0 50px 0;
}
.mainmenu .block {
	position: relative;
	display: inline-block;
	width: 50%;
	float: left;
}
.mainmenu .block a {
	position: relative;
	display: block;
	font-size: 50px;
	height: 90px;
	width: auto;
	margin: 0;
	padding-top: 30px;
	box-sizing: border-box;
	white-space: nowrap;
}
.mainmenu .block a .index {
	display:inline-block;
	width:90px;
	line-height: 1em;
}
.mainmenu .block a .name {
	display: inline-block;
	line-height: 1em;
	transition: transform .2s ease-out;
}
.mainmenu .block a.selected {
	opacity: .3;
}
.mainmenu .block a.selected .name {
	transform: translateX(-2px);
}
@media all and (min-width: 767.5px) {
	.mainmenu .block a:hover .name {
		transform: translateX(-2px);
	}
	.mainmenu .block a:hover {
		opacity: .3;
	}
}
.mainmenu .social {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	height: 20px
}
.mainmenu .social .socialIcon {
	margin-top: 0;
}
.mainmenu .social .socialIcon svg g {
	fill: #FFF;
}
.mainmenu .medium .st0 {
	fill: #FFF;
}
@media all and (max-height: 720.5px) {
	.mainmenu .social {
		margin: 40px 0 0 0;
	}
}
@media all and (max-height: 670.5px) {
	.mainmenu h6 {
		margin: 35px 0 30px 0;
	}
	.mainmenu .block a {
		height: 80px;
		padding-top: 20px;
	}
}
@media all and (max-height: 570.5px) {
	.mainmenu .block a {
		font-size: 40px;
		height: 60px;
	}
}
@media all and (max-width: 767.5px) {
	.mainmenu .overlay {
		transform: scale3d(1, 0, 1);
		transition: transform .5s ease-in-out;
		transform-origin: 50% 0%;
	}
	.mainmenu.open .overlay {
		transform: scale3d(1, 1, 1);
		transition: transform .2s ease-out;
	}
	.mainmenu .gridCenter {
		top: 90px;
		opacity: 0;
		transition: opacity .3s ease-out;
		margin: 0 0 0 0;
	}
	.mainmenu.open .gridCenter {
		opacity: 1;
		transition: opacity 0s;
	}
}
@media all and (min-width: 767.5px) {
	.mainmenu:not(.touch) {
		width: 0;
	}
	.mainmenu:not(.touch).open {
		width: 100vw;
	}
	.mainmenu .block a {
		transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	/* iPad only */
	.mainmenu.touch .overlay {
		transform: scale3d(0, 1, 1);
		transition: transform .5s ease-in-out;
		transform-origin: 0% 0%;
	}
	.mainmenu.touch.open .overlay {
		transform: scale3d(1, 1, 1);
		transition: transform .4s ease-out;
	}
}
/* Narrow screen @media all and (max-width:1190.5px) and (min-width:767.5px){
     .mainmenu .block a{
        padding-left:40px;
    }
}
 */

/* Large screens */

@media all and (min-width: 767.5px) and (min-height: 790px) {
	.mainmenu .logo {
		margin-top: 80px;
	}
}
@media all and (min-width: 767.5px) and (min-height: 850px) {
	.mainmenu .logo {
		margin-top: 120px;
	}
}
@media all and (min-width: 767.5px) and (min-height: 1000px) {
	.mainmenu .logo {
		margin-top: 160px;
	}
}
/* -moz-user-select:none;
-webkit-user-select:none;
-webkit-user-drag: none;
user-select:none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
pointer-events:none;
 */

/* Grid. Follows 1050 for large screens */

.gridCenter {
	position: relative;
	width: 1050px;
	display: inline-block;
	margin: 0 auto 0 auto;
	text-align: left;
}
/* Grid for subpages in Foundation. 1050 left aligned */

.gridSubLeft {
	position: relative;
	width: 1050px;
	display: inline-block;
	margin-left: 65px;
	margin-left: calc((100vw - 1244px) / 2);
	text-align: left;
}
@media all and (max-width: 1380.5px) {
	.gridSubLeft {
		margin-left: 65px;
	}
}
@media all and (max-width: 1260.5px) {
	.gridSubLeft {
		width: 80%;
		width: calc(100vw - 220px);
	}
}
@media all and (max-width: 1170.5px) {
	.gridCenter {
		width: 90%;
		width: calc(100vw - 140px);
		margin: 0 70px 0 70px;
	}
	/* Menu */
	.mainmenu .block a {
		font-size: 40px;
	}

	.mainmenu .block a .index {
		width:60px
	}
}
@media all and (max-width: 767.5px) {
	.gridCenter,
	.gridSubLeft {
		width: 90%;
		margin: 0 20px 0 20px;
	}
	.mainmenu .block {
		display: block;
		float: none;
	}
	.mainmenu .logo {
		visibility: hidden;
	}
	/*toggle is showing logo*/
	.mainmenu .logo,
	.menuToggle .compassLogo {
		width: 150px;
		height: 20px;
		margin: 20px 0 35px 0;
	}
	.mainmenu .block a {
		height: 50px;
		padding-top: 10px;
		font-size: 36px;
	}
}
@media all and (max-width: 767.5px) and (max-height: 500.5px) {
	.mainmenu .logo,
	.menuToggle .compassLogo {
		margin: 20px 0 25px 0;
	}
	.mainmenu .block a {
		height: 36px;
		font-size: 26px;
	}
}
/* Menu toggle button */

.menuToggle {
	position: fixed;
	z-index: 11;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	left: 0;
	top: 0;
	width: 70px;
	height: 100%;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0;
	transition: opacity 1s ease-in-out 1.8s;
}
.menuToggle .dotsBtn {
	position: absolute;
	top: 50vh;
	margin-top: -40px;
	cursor: pointer;
	width: 100%;
	height: 86px;
}
.menuToggle .dotsBtn .label {
	position: absolute;
	top: 70px;
	left: 17px;
	text-align: left;
	width: 100%;
	font-size: 10px;
	color: #FFF;
	font-family: 'Compass Sans';
	pointer-events: none;
	transition: color .6s linear;
}
.menuToggle .dotsBtn.bgIswhite .identityDot .inner {
	background-color: #000;
}
.menuToggle .dotsBtn.bgIsblack .identityDot .inner {
	background-color: #FFF;
}
.menuToggle .dotsBtn.bgIswhite .label {
	color: #000;
}
.menuToggle .dotsBtn.bgIsblack .label {
	color: #FFF;
}
.menuToggle.open .dotsBtn .identityDot .inner {
	background-color: #FFF;
}
@media all and (max-width: 767.5px) {
	.menuToggle {
		width: 100%;
		height: 60px;
		background-color: #FFF;
		box-sizing: border-box;
		border-bottom: 1px solid #f2f2f2;
		transition: background-color .4s ease-out 0s, transform .2s ease-out, border-bottom-color .4s ease-out .2s, opacity 1s ease-in-out 2.2s;
	}
	.menuToggle.packed:not(.open) {
		transform: translateY(-10px);
	}
	.menuToggle.packed:not(.open) .compassLogo {
		transform: translateY(5px);
	}
	.menuToggle.open {
		background-color: transparent;
		border-bottom-color: transparent;
		transition: background-color .1s ease-out, transform .2s ease-out, border-bottom-color 0s ease-out 0s;
	}
	.menuToggle .dotsBtn {
		top: 0;
		left: 100%;
		margin-left: 5px;
		margin-top: 0;
		width: 60px;
		height: 86px;
		border-bottom: 1px solid #f2f2f2;
		transform: rotate(90deg);
		transform-origin: 0 0;
		transition: transform .2s ease-out, border-bottom-color .2s ease-out .6s;
	}
	.menuToggle .dotsBtn .label {
		display: none;
	}
	.menuToggle.packed:not(.open) .dotsBtn {
		transform: rotate(90deg) translateX(6px);
	}
	.menuToggle .dotsBtn .identityDot {
		top: 5px;
	}
	.menuToggle .dotsBtn .identityDot .inner {
		background-color: #000;
	}
	.menuToggle .compassLogo {
		left: 20px;
		transition: transform .2s ease-out;
	}
	.menuToggle .compassLogo .st0 {
		fill: #000;
		transition: fill .4s ease-out;
	}
	.menuToggle.open .compassLogo .st0 {
		fill: #FFF;
	}
	.menuToggle.open .dotsBtn {
		transition: transform .2s ease-out, border-bottom-color 0s ease-out 0s;
		border-bottom-color: transparent;
	}
}
@media all and (min-width: 767.5px) {
	.menuToggle .compassLogo {
		display: none;
	}
}
/* Footer */

.mainfooter {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #000;
	color: #FFF;
	height: 110vh;
	min-height: 300px;
	overflow: hidden;
	visibility: hidden;
}
.mainfooter .bg {
	position: relative;
	width: 100%;
	height: calc(100% - 70px);
	overflow: hidden;
}
/*.mainfooter .bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}
*/

.typeform-widget {
	margin: auto;
}

.mainfooter .links {
	font-family: 'Compass Sans';
	position: relative;
	width: 100%;
	height: 70px;
	border-top: 1px solid #ccc;
	background-color: #FFF;
	color: #000;
	box-sizing: border-box;
	z-index: 1;
}
.mainfooter .links .block {
	text-align: center;
	width: 33.33%;
	height: 100%;
	display: inline-block;
	line-height: 70px;
	float: left;
	box-sizing: border-box;
	font-size: 14px;
}
.mainfooter .links .block.legal,
.mainfooter .links .block.location {
	border-right: 1px solid #ccc;
}
.social {
	font-family: 'Compass Sans';
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*.mainfooter .content{
    position:absolute;
    text-align:center;
    left:50%;
    top:0;
    width:760px;
    margin-left:-380px;
    top:15%;
}
 .mainfooter .content h2{
    margin-top:160px;
}
 .mainfooter .content h6{
    margin-top:50px;
}
 .mainfooter .content a{
    margin-top:50px;
}
 .mainfooter .content .dotsCircle{
    position:relative;
    left:50%;
}
*/

/*@media all and (max-width:1200.5px){
     .mainfooter .content h6,.mainfooter .content a{
        margin-top:40px;
    }
}
 @media all and (max-width:1000.5px){
     .mainfooter .content{
        top:40px;
    }
}
 @media all and (max-width:900.5px){
     .mainfooter .content{
        width:600px;
        margin-left:-300px;
    }
     .mainfooter .content h2{
        margin-top:140px;
    }
     .mainfooter .content h6{
        margin-top:30px;
    }
     .mainfooter .content h6{
        font-size:16px;
        padding:0 20px 0 20px;
    }
}
*/

@media all and (max-width: 767.5px) {
	.mainfooter {
		height: 940px;
	}
	.mainfooter .bg {
		height: calc(100% - 210px);
	}
	/*.mainfooter .content{
        width:90%;
        width:calc(100% - 40px);
        left:20px;
        margin-left:0;
    }
    */
	/*Stack blocks*/
	.mainfooter .links {
		height: 210px;
	}
	.mainfooter .links .block {
		position: absolute;
		width: 100%;
		height: 70px;
		line-height: 70px;
		display: block;
		border: none!important;
	}
	.mainfooter .links .block.location {
		top: 0;
	}
	.mainfooter .links .block.social {
		top: 70px;
		line-height: 35px;
	}
	.mainfooter .links .block.legal {
		top: 140px;
	}
}
/* Social icons (svg) */

.socialIcon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	font-size: 0;
	margin: 22px 0 0 20px;
	transition: opacity .3s;
	will-change: opacity;
}
.socialIcon svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.medium {
	max-height: 17px;
	top: 2px;
}
.mainfooter .medium .st0 {
	fill: #000;
}
.twitter {
	max-height: 17px;
	top: 2px;
}
.youtube {
	width: 23px;
	max-height: 16px;
	top: 2px;
	left: -2px;
}
@media all and (max-width: 1200.5px) {
	.socialIcon {
		margin: 22px 0 0 10px;
	}
}
@media all and (max-width: 1000.5px) {
	.socialIcon {
		margin: 22px 0 0 5px;
	}
}
@media all and (max-width: 870.5px) and (min-width: 767.5px) {
	.socialIcon {
		margin: 22px 0 0 15px;
	}
	.mainfooter .links .block.social {
		font-size: 0px;
	}
}
@media all and (max-width: 767.5px) {
	.socialIcon {
		margin: 0px 0 0 20px;
	}
}
@media (hover) and (min-width: 767.5px) {
	.socialIcon:hover {
		opacity: .3;
	}
}
.vertiLine {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	background-color: #FFF;
}
/* Pages: */

.page {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
}
.subpage {
	display: none;
	position: relative;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
}
/* Home */

.home .header {
	position: relative;
	width: 100%;
	height: 80vh;
	height: calc(100vh - 65px);
	min-height: 370px;
	background-color: #000;
	text-align: center;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.home .header .gridCenter {
	text-align: center;
	height: 100%;
}
.home .header .gridCenter .vertiLine {
	height: 100px;
	height: calc((100% - 460px) / 2);
	min-height: 0px;
	left: 50%;
}
.home .header .gridCenter .vertiLine._0 {
	top: 140px;
}
.home .header .gridCenter .vertiLine._1 {
	top: auto;
	bottom: 140px;
}
.home .header .gridCenter h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	margin: -60px 0 0 -300px;
	color: #FFF;
	opacity: 0;
	will-change: transform;
}
.home .header .gridCenter .location {
	position: absolute;
	width: 240px;
	left: 50%;
	bottom: 65px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin-left: -120px;
	opacity: 0;
	transition: opacity 1.0s ease-in-out 2.5s;
	letter-spacing: .05em;
}
.home .header .scrollBtn {
	left: auto;
	right: 0px;
	top: auto;
	bottom: 0;
	margin-bottom: -35px;
}
@media all and (max-width: 900.5px) {
	.home .header .gridCenter h2 {
		width: 300px;
		margin: -60px 0 0 -150px;
	}
}
.home .introduction {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 90px 0 0 0;
}
.home .introduction .block {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.home .introduction .block:nth-of-type(1) {
	padding: 110px 20px 60px 10px;
}
.home .introduction .block:nth-of-type(1) a {
	margin-top: 55px;
}
.home .introduction .block:nth-of-type(1) p {
	margin-top: 40px;
}
.home .introduction .block:nth-of-type(2) {
	padding: 15px 0 15px 125px;
}
/*.home .introduction .block:nth-of-type(2):before*/

.home .introduction .greyBack {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: 85px;
	top: 0;
	width: 50vw;
	height: 100%;
	background-color: #f2f2f2;
}
.home .introduction .block:nth-of-type(2) a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 50vw;
	height: 100px;
	padding: 22.5px 0 17.5px 40px;
	/*transition:opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    */
}
/*.home .introduction .block:nth-of-type(2) a:hover{
    opacity:.3;
}
*/

.home .introduction .block:nth-of-type(2) a:hover .name,
.home .introduction .block:nth-of-type(2) a:hover .desc {
	transform: translateX(-4px);
}
.home .introduction .block:nth-of-type(2) a:not(:last-of-type) {
	border-bottom: 1px solid #000;
}
.home .introduction .block:nth-of-type(2) a .index {
	font-size: 50px;
	position: absolute;
	top: 0;
	left: 40px;
	line-height: 100px
}
.home .introduction .block:nth-of-type(2) a .name {
	font-size: 50px;
	padding-left: 90px;
	line-height: 1em;
	display: inline-block;
	transition: transform .3s ease-out;
}
.home .introduction .block:nth-of-type(2) a .desc {
	font-size: 12px;
	padding: 10px 0 0 92px;
	line-height: 1em;
	font-family: 'Compass Sans';
	display: block;
	clear: left;
	width: 50%;
	transition: transform .3s ease-out;
}
.home .videos,
.home .videothumbnails {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.home .videos h2 {
	margin-bottom: 40px;
}
.home .videos .player {
	position: relative;
	width: 1050px;
	height: calc(1050px * 9/16);
	display: block;
	margin: 0 auto 0 auto;
	text-align: left;
}
/*force 16:9 plus margin for text below*/

.home .videos .text {
	position: relative;
	height: 100px;
	display: block;
	padding: 30px 0px 0 0px;
	box-sizing: border-box;
}
.home .getintouch {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f2f2f2;
	padding: 40px 0 30px 0;
}
.home .getintouch .block {
	width: 50%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.home .getintouch .block h2 {
	padding: 10px 100px 10px 0;
}
.home .getintouch .block:nth-of-type(2) {
	padding: 20px 0 0 20px;
}
.home .getintouch .block .standardBtn {
	margin-top: 30px;
}
.home .officesGallery {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.home .officesGallery h2 {
	width: 50%;
	padding: 90px 25px 50px 0;
}
.home .officesGallery .seeOffices {
	margin: 20px 0 0 0;
	white-space: nowrap;
	cursor: pointer;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}
.home .officesGallery .seeOffices .label {
	font-size: 18px;
	float: left;
	display: inline-block;
	transition: transform .2s ease-out;
}
.home .officesGallery .seeOffices .arrow {
	position: relative;
	display: inline-block;
	float: left;
	right: auto;
	top: auto;
	width: 30px;
	height: 2px;
	margin-left: 25px;
	margin-top: 8px;
	background-color: #000;
	border-radius: 0 0 1px 1px;
	transition: transform .2s ease-out;
}
.home .officesGallery .seeOffices .arrow:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: 26px;
	top: 4px;
	transform: rotate(-45deg);
	transform-origin: 0 0;
}
.home .officesGallery .seeOffices .arrow:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: 26px;
	top: 1px;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.home .officesGallery .seeOffices:hover .label {
	transform: translateX(4px);
}
.home .officesGallery .seeOffices:hover .arrow {
	transform: translateX(6px);
}
.home .agentsGallery {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.home .agentsGallery h2 {
	width: 50%;
	padding: 160px 25px 90px 0;
}
.home .agentsGallery .agent .overlay .details {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 40px 0;
}
.home .agentsGallery .agent .overlay .details .block {
	position: relative;
	width: 48%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	vertical-align: top;
	margin: 20px 2% 10px 0;
}
.home .agentsGallery .agent .overlay .details .block .blockTitle {
	position: absolute;
	top: 50px;
	transform: translateY(-100%);
	/*height:50px;
    */
	vertical-align: bottom;
	line-height: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	font-size: 16px;
}
.home .agentsGallery .agent .overlay .details .block .blockTitle:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #000;
	top: -20px;
	left: 0;
}
.home .agentsGallery .agent .overlay .details .block h5 {
	position: relative;
	margin-top: 70px;
	line-height: 100%;
	font-weight: bold;
	font-size: 24px;
}
.home .agentsGallery .browseArrows {
	left: calc(50% + 145px);
	bottom: 40px;
}
.home .agentsGallery .nextLabel {
	position: absolute;
	right: calc(50% + 145px);
	bottom: 40px;
}
.home .clientsGallery {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f2f2f2;
}
.home .clientsGallery h2 {
	width: 50%;
	padding: 105px 25px 70px 80px;
	float: right;
}
.home .clientsGallery .agent .bgColor {
	background-color: #f2f2f2;
}
.home .clientsGallery .agent .bgColor .inside {
	background-color: #fff;
}
.home .clientsGallery .agent .overlay .details {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px 0;
}
.home .clientsGallery .agent .overlay .details .block {
	position: relative;
	width: 47%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	vertical-align: top;
	margin: 20px 10px 10px 0;
}
.home .clientsGallery .agent .overlay .details .block .blockTitle {
	position: absolute;
	top: 50px;
	transform: translateY(-100%);
	/*height:50px;
    */
	vertical-align: bottom;
	line-height: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	font-size: 16px;
}
.home .clientsGallery .agent .overlay .details .block .blockTitle:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #000;
	top: -20px;
	left: 0;
}
.home .clientsGallery .agent .overlay .details .block h5 {
	position: relative;
	margin-top: 70px;
	line-height: 120%;
	font-weight: bold;
	font-size: 24px;
}
.home .clientsGallery .agent .overlay .quote {
	position: relative;
	font-size: 34px;
	line-height: 120%;
	box-sizing: border-box;
	padding-right: 20px;
	/*bottom:40px;
    */
}
.home .clientsGallery .agent .overlay .quote .inner {} .home .clientsGallery .agent .overlay .quote .inner:before {
	content: "\201C";
	position: absolute;
	left: -12px;
	top: -4px;
}
.home .clientsGallery .agent .overlay p {
	width: 56%;
}
.home .clientsGallery .agent .overlay .quote .inner:after {
	content: "\201D";
	position: relative;
	margin-left: 2px;
}
.home .clientsGallery .browseArrows {
	right: calc(50% + 375px);
	bottom: 40px;
}
.home .agent .bgColor .inside {
	transition-delay: .3s;
}
@media all and (max-width: 1145.5px) {
	.home .agentsGallery .agent .overlay .details .block .blockTitle,
	.home .clientsGallery .agent .overlay .details .block .blockTitle {
		padding: 0 5px 0 0;
		font-size: 14px;
	}
	.home .agentsGallery .agent .overlay .details .block h5,
	.home .clientsGallery .agent .overlay .details .block h5 {
		font-size: 20px;
	}
}
@media all and (max-width: 1075.5px) {
	.home .clientsGallery .agent .overlay .quote {
		padding-right: 0px;
	}
}
@media all and (max-width: 1050.5px) {
	.home .clientsGallery .browseArrows {
		left: 60px;
		right: auto;
	}
}
@media all and (min-width: 767.5px) {
	.home .agentsGallery .agent .bg,
	.home .agentsGallery .agent .bgColor {
		width: calc(50% + 105px);
		height: 600px;
	}
	.home .agentsGallery .agent .overlay {
		right: 60px;
		width: calc(50% - 80px);
		padding-bottom: 80px;
		height: auto;
		text-align: left;
		top: auto;
		bottom: 120px;
	}
	.home .agentsGallery .agent .overlay p {
		width: 56%;
	}
	.home .clientsGallery .agent .bgColor {
		left: auto;
		right: 0;
	}
	.home .clientsGallery .agent .bg,
	.home .clientsGallery .agent .bgColor {
		width: calc(50% + 105px);
		height: 560px;
		margin: 0;
	}
	.home .clientsGallery .agent .bg {
		margin-left: calc(50% - 105px);
	}
	.home .clientsGallery .agent .overlay {
		left: 60px;
		width: calc(50% - 90px);
		/*padding-bottom:160px;
        */
		height: auto;
		text-align: left;
		top: auto;
		bottom: 120px;
		padding-bottom: 52px;
	}
	.home .agentsGallery .rowStats.small,
	.home .clientsGallery .rowStats.small {
		display: none;
	}
	/*No stats row, they are inline in overlay box */
}
@media all and (max-width: 767.5px) {
	.home .agentsGallery,
	.home .clientsGallery {
		padding-bottom: 40px;
	}
	.home .agentsGallery .agent .overlay .details .block,
	.home .clientsGallery .agent .overlay .details .block {
		display: none;
	}
	.home .agentsGallery .browseArrows,
	.home .clientsGallery .browseArrows {
		position: relative;
		margin: 30px 0 0 0;
		left: 20px;
		bottom: 0px;
	}
	/*.home .agentsGallery .agent .overlay{
        height:345px;
    }
    */
	.home .agentsGallery h2 {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
		padding: 50px 30px 40px 30px;
	}
	.home .clientsGallery h2 {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
		padding: 35px 30px 40px 30px;
	}
	/*.home .clientsGallery .agent .overlay{
        height:440px;
    }
    */
	.home .clientsGallery .agent .overlay {
		height: auto;
		padding-bottom: 10px;
	}
	.home .clientsGallery .agent .overlay .quote {
		position: relative;
		font-size: 24px;
		/*bottom:0;
        */
		padding: 0px 5px 0px 5px;
		/*height:160px;
        */
		height: auto;
		/*line-height:160px;
        */
		width: 100%;
	}
	.home .clientsGallery .agent .overlay .quote .inner {
		vertical-align: middle;
		display: inline-block;
		line-height: 140%;
		padding: 20px 0 20px 0;
	}
	.home .clientsGallery .agent .overlay .quote .inner:before {
		position: relative;
		left: -2px;
		top: -3px;
	}
	.home .agentsGallery .agent .overlay .details,
	.home .clientsGallery .agent .overlay .details {
		margin-bottom: 0;
	}
	.home .agentsGallery .rowStats.small,
	.home .clientsGallery .rowStats.small {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.home .agentsGallery .rowStats.small .hScrollbar,
	.home .clientsGallery .rowStats.small .hScrollbar {
		bottom: 5px;
	}
	.home .agentsGallery .rowStats.small .stat,
	.home .clientsGallery .rowStats.small .stat {
		width: calc(100vw - 110px);
		margin: 0;
		float: left;
		padding: 0 15px 0 25px;
	}
	.home .agentsGallery .rowStats .scrollable,
	.home .clientsGallery .rowStats .scrollable {
		margin-left: 15px;
	}
	.home .agentsGallery .rowStats.small h2,
	.home .clientsGallery .rowStats.small h2 {
		padding: 0;
		margin: 0 0 10px 0;
		font-size: 16px;
	}
	.home .agentsGallery .rowStats.small p,
	.home .clientsGallery .rowStats.small p {
		font-size: 16px;
		font-weight: bold;
		width: auto;
	}
}
@media all and (max-width: 320.5px) {
	.home .agentsGallery .rowStats.small .hScrollbar,
	.home .clientsGallery .rowStats.small .hScrollbar {
		bottom: 15px;
	}
	/*.home .clientsGallery .agent .overlay{
        height:480px;
    }
    */
}
@media all and (max-width: 1250.5px) {
	.home .introduction .block:nth-of-type(2) a {
		height: 90px
	}
	.home .introduction .block:nth-of-type(2) a .index {
		line-height: 90px
	}
	.home .introduction .block:nth-of-type(2) a .index,
	.home .introduction .block:nth-of-type(2) a .name {
		font-size: 40px;
	}
}
@media all and (max-width: 1170.5px) {
	/* Menu */
	.home .introduction .block:nth-of-type(2) a {
		padding-left: 60px;
	}
	.home .introduction .block:nth-of-type(2) a .index {
		left: 20px;
	}
	.home .introduction .block:nth-of-type(2) a .name,
	.home .introduction .block:nth-of-type(2) a .desc {
		padding-left: 30px
	}
	.home .videos .player {
		width: 90%;
		width: calc(100vw - 140px);
		height: calc((100vw - 140px) * 9/16);
		margin: 0 70px 0 70px;
	}
	.home .clientsGallery .agent .overlay .quote {
		font-size: 24px;
	}
}
@media all and (max-width: 1020.5px) {
	.home .introduction .block:nth-of-type(2) a .index,
	.home .introduction .block:nth-of-type(2) a .name {
		font-size: 24px;
	}
	.home .introduction .block:nth-of-type(2) a .index {
		line-height: 75px
	}
	.home .introduction .block:nth-of-type(2) a {
		height: 75px;
		padding: 25px 0 30px 40px;
	}
	.home .introduction .greyBack {
		max-height: 640px
	}
}
@media all and (max-width: 900.5px) {
	/* Menu */
	.home .introduction .block:nth-of-type(2) {
		padding: 15px 0 15px 50px;
	}
	/*.home .introduction .block:nth-of-type(2):before*/
	.home .introduction .greyBack {
		margin-left: 25px;
		width: 50vw;
	}
}
/* Mobile */

@media all and (max-width: 767.5px) {
	.page {
		margin-top: 60px;
	}
	.home .header .gridCenter h2 {
		font-size: 36px;
		width: 100%;
		margin: -100px 0 0 -50%;
		padding: 0 30px 0 30px;
	}
	.home .header .scrollBtn {
		right: auto;
		left: 50%;
		margin-left: -33px;
	}
	.home .header .gridCenter .vertiLine {
		height: 15%;
	}
	.home .header .gridCenter .vertiLine._0 {
		top: 10%;
	}
	.home .header .gridCenter .vertiLine._1 {
		top: auto;
		bottom: 20%;
	}
	.home .introduction {
		padding: 10px 0 0 0;
	}
	.home .introduction .block {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
	}
	.home .introduction .block:nth-of-type(1) {
		padding: 60px 0 40px 0;
	}
	/*.home .introduction .block:nth-of-type(2):before*/
	.home .introduction .greyBack {
		display: none;
	}
	.home .introduction .block:nth-of-type(2) {
		padding: 0 0 15px 0;
	}
	.home .introduction .block:nth-of-type(2) a .index,
	.home .introduction .block:nth-of-type(2) a .name {
		font-size: 32px;
	}
	.home .introduction .block:nth-of-type(2) a {
		text-align: left;
		background-color: #f2f2f2;
		width: 100%;
		width: calc(100% + 40px);
		height: 100px;
		margin-left: -20px;
		padding: 30px 0 0 0;
	}
	.home .introduction .block:nth-of-type(2) a .index {
		line-height: 40px;
		top: 30px;
		left: 35px;
	}
	.home .introduction .block:nth-of-type(2) a .name {
		padding: 0 10px 0 80px;
		line-height: 40px;
	}
	.home .introduction .block:nth-of-type(2) a .desc {
		padding: 10px 220px 0 82px;
		width: 70vw;
	}
	.home .videos .player {
		width: 90%;
		width: calc(100vw - 40px);
		height: calc((100vw - 40px) * 9/16);
		margin: 0 20px 0 20px;
	}
	.home .videos .text {
		height: 85px;
		padding: 10px 20px 0 0;
	}
	.home .getintouch {
		padding: 35px 0 40px 0;
	}
	.home .getintouch .block {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}
	.home .getintouch .block:nth-of-type(2) {
		padding: 10px 0 0 0;
	}
	.home .getintouch .block h2 {
		padding: 0 30px 10px 30px;
	}
	.home .officesGallery h2 {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
		padding: 30px 0 10px 0;
	}
	.home .clientsGallery .agent .overlay .quote {
		font-size: 18px;
	}
	.home .clientsGallery .agent .overlay p {
		width: auto;
	}
}
@media all and (max-width: 320.5px) {
	.home .header .gridCenter h2 {
		font-size: 28px;
		margin-top: -75px;
		padding: 0 20px 0 20px;
	}
	.home .header .gridCenter .location {
		bottom: 40px;
	}
}
/* Growth */

.growth .header {
	position: relative;
	width: 100%;
	height: 80vh;
	height: calc(100vh - 165px);
	min-height: 400px;
	background-color: #000;
	text-align: center;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.growth .header .gridCenter {
	display: block !important;
	text-align: center;
	height: 100%;
	color: #FFF;
	z-index: 2;
}
.growth .header .gridCenter.txt {
	height: 100%;
	/*top:50%;
    */
}
.growth .header .gridCenter.txt .centerV {
	position: absolute;
	width: 100%;
	left: 0;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
.growth .header .gridCenter.btn {
	/*position:absolute;
    */
	height: 70px;
	top: 0;
}
.growth .header .gridCenter h2 {
	width: 100%;
	margin: 0 auto 0 auto;
}
.growth .header .gridCenter h2.fadeIn {
	transition-delay: .8s;
}
.growth .header .gridCenter p {
	width: 500px;
	margin: 20px auto 0 auto;
}
.growth .header .gridCenter p.fadeIn {
	transition-delay: 1.0s;
}
.growth .header .scrollBtn {
	top: 0;
	margin-top: -35px;
}
@media all and (max-width: 900.5px) {
	.growth .header .gridCenter h2 {
		width: 600px;
		margin: 0 auto 0 auto;
		/*margin:-60px 0 0 -150px;
        */
	}
}
@media all and (max-height: 600.5px) {
	.growth .header .gridCenter.txt .centerV {
		top: 100px;
		transform: none;
	}
}
@media all and (max-width: 767.5px) {
	.growth .header .gridCenter.txt .centerV {
		top: 0px;
		transform: none;
	}
	.growth .header .gridCenter h2 {
		width: 100%;
		max-width: 300px;
		margin: 40px auto 0 auto;
	}
	.growth .header .gridCenter p {
		width: 100%;
	}
}
.growth .stats {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	padding: 110px 0 0 0;
}
.growth .stats .left,
.growth .stats .right {
	position: relative;
	width: 50%;
	display: inline-block;
}
.growth .stats .left p {
	box-sizing: border-box;
	padding: 35px 80px 0 0;
}
.growth .stats .right {
	float: right;
	box-sizing: border-box;
	padding-left: 100px;
	margin-top: 110px;
}
.growth .stats .right .info {
	font-size: 12px;
	margin: 35px 0 40px 20px;
}
.growth .stats .right .block {
	display: inline-block;
	float: left;
	width: 45%;
	box-sizing: border-box;
	padding-left: 20px;
	margin: 0px 5% 0px 0px;
}
.growth .stats .right:before {
	content: "";
	position: absolute;
	left: 120px;
	top: 0;
	border-top: 1px solid #FFF;
	width: 40px;
}
.growth .stats .left h2 {
	margin-top: 115px;
}
.growth .stats .left .dotsCircle {
	position: absolute;
	left: 3px;
	top: 3px;
}
.growth .stats .graph {
	background-color: #FFF;
	color: #000;
	height: 635px;
	margin-top: 80px;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
	z-index: 1;
	min-width: 1050px;
}
.growth .stats .graph .y {
	position: absolute;
	top: 0;
	line-height: 70px;
	text-align: center;
	margin-top: 35px;
	width: 85px;
	font-size: 12px;
	transition: opacity .5s ease-out;
}
.growth .stats .graph .y div {
	height: 70px;
}
.growth .stats .graph .y:nth-of-type(2) {
	left: auto;
	right: 0;
}
.growth .stats .graph .x {
	position: absolute;
	top: 420px;
	left: 85px;
	width: calc(100% - 170px);
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}
.growth .stats .graph .x div {
	display: inline-block;
	width: 25%
}
.growth .stats .graph .horiLines {
	position: absolute;
	left: 85px;
	top: 70px;
	width: calc(100% - 170px);
}
.growth .stats .graph .horiLines div {
	width: 100%;
	height: 70px;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}
.growth .stats .graph .graphImg {
	position: absolute;
	left: 85px;
	top: 0px;
	width: 0px;
	height: 460px;
	overflow: hidden;
}
.growth .stats .graph .curve {
	width: auto;
	/*width:855px*/
	;
	transition: opacity .5s ease-out;
}
.growth .stats .graph .controls {
	position: absolute;
	top: 485px;
	left: 85px;
}
.growth .stats .graph .controls .block {
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-right: 80px;
	transition: opacity .3s ease-out;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.growth .stats .graph .controls .block:hover {
	transition: opacity .3s ease-out;
	opacity: 1!important;
}
.growth .stats .graph .controls .block p {
	width: 130px;
}

.growth .stats .graph .controls > p{
	margin:15px 0 0;
	}

/* Control which graph to show */

.growth .stats .graph._0 .curve._1 {
	opacity: .2;
}
.growth .stats .graph._0 .y:nth-of-type(2) {
	opacity: .2;
}
.growth .stats .graph._0 .controls .block:nth-of-type(2) {
	opacity: .2;
}
.growth .stats .graph._1 .curve._0 {
	opacity: .2;
}
.growth .stats .graph._1 .y:nth-of-type(1) {
	opacity: .2;
}
.growth .stats .graph._1 .controls .block:nth-of-type(1) {
	opacity: .2;
}
@media all and (min-width: 767.5px) {
	/* Background is moved "up"*/
	.growth .stats:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 250px;
		background-color: #f2f2f2;
	}
}
@media all and (max-width: 767.5px) {
	.growth .header .scrollBtn {
		left: 50%;
		margin-left: -35px;
	}
	.growth .stats {
		padding-top: 65px;
	}
	.growth .stats .left p {
		box-sizing: border-box;
		padding: 10px 0 0 0;
	}
	.growth .stats .left,
	.growth .stats .right {
		width: 100%;
		display: block;
		text-align: center;
	}
	.growth .stats .left .dotsCircle {
		position: absolute;
		left: 50%;
		margin-left: -30px;
		top: -100px;
	}
	.growth .stats .right {
		margin-top: 40px;
		padding: 0;
	}
	.growth .stats .right:before {
		left: 50%;
		margin-left: -20px;
	}
	.growth .stats .right .info {
		margin: 35px 0 40px 0;
	}
	.growth .stats .right .block {
		padding-left: 10px;
		padding-right: 10px;
	}
	.growth .stats .graph {
		width: 100%;
		height: 420px;
		margin: 40px 0 0 0;
		min-width: 280px;
		transform: translateY(8px);
	}
	/* Graph margin is 50 */
	.growth .stats .graph .y {
		line-height: 40px;
		margin-top: 15px;
		width: 50px;
	}
	.growth .stats .graph .y div {
		height: 40px;
	}
	.growth .stats .graph .horiLines {
		left: 50%;
		top: 35px;
		width: 210px;
		margin-left: -105px;
	}
	.growth .stats .graph .horiLines div {
		height: 40px;
	}
	.growth .stats .graph .x {
		display: none;
	}
	.growth .stats .graph .graphImg {
		left: 50%;
		margin-left: -105px;
	}
	.growth .stats .graph .controls {
		top: 275px;
		left: 40px;
		width: calc(100% - 80px);
		min-width: 260px;
	}
	.growth .stats .graph .controls .block {
		margin-right: 0px;
		text-align: center;
	}
	.growth .stats .graph .controls .block:first-of-type {
		float: left;
	}
	.growth .stats .graph .controls .block:last-of-type {
		float: right;
	}
	.growth .stats .graph .controls .block h2 {
		font-size: 50px;
	}
	.growth .stats .graph .graphImg {
		height: 260px;
	}
}
/* Expansion */

.growth .expansion,
.growth .expansionmap {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #F2F2F2;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0 0 0;
}
.growth .expansion .left,
.growth .expansion .right {
	position: relative;
	width: 50%;
	display: inline-block;
}
.growth .expansion .left p {
	box-sizing: border-box;
	padding: 35px 80px 0 0;
}
.growth .expansion .right {
	float: right;
	box-sizing: border-box;
	padding-left: 100px;
	margin-top: 110px;
}
.growth .expansion .right .info {
	font-size: 12px;
	margin: 35px 0 40px 20px;
	color: #bbb;
}
.growth .expansion .right .block {
	display: inline-block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}
.growth .expansion .right:before {
	content: "";
	position: absolute;
	left: 120px;
	top: 0;
	border-top: 1px solid #000;
	width: 40px;
}
.growth .expansion .left h2 {
	margin-top: 115px;
}
.growth .expansion .left .dotsCircle {
	position: absolute;
	left: 3px;
	top: 3px;
}
.growth .expansion .left .dotsCircle .inner {
	background-color: #000;
}
.growth .expansion .left .instruction {
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
}
.growth .expansion .left .instruction:before {
	position: absolute;
	left: 0;
	bottom: 6px;
	content: "";
	background-image: url("../Images/Growth/Expansion/instruction.svg");
	background-size: 13px 13px;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.growth .expansionmap .mapArea {
	position: relative;
	width: 100%;
	height: 690px;
	margin-top: 60px;
}
.growth .expansionmap .mapArea .menu {
	position: relative;
	z-index: 1;
	/*width:25%;
    */
	width: 270px;
	height: 580px;
	max-height: calc(100vh - 80px);
	min-height: 50px;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
}
.growth .expansionmap .mapArea .menu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}
.growth .expansionmap .mapArea .menu .scrollable {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: #FFF;
	-webkit-overflow-scrolling: touch;
}
.growth .expansionmap .mapArea .menu .scrollable::-webkit-scrollbar {
	width: 0!important;
}
.growth .expansionmap .mapArea .menu .scrollable {
	-ms-overflow-style: none;
}
.growth .expansionmap .mapArea .menu .cityBtn {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 20px 0 20px;
	height: 60px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}
.growth .expansionmap .mapArea .menu .cityBtn:not(:last-of-type):after {
	position: absolute;
	bottom: 1px;
	content: "";
	width: calc(100% - 40px);
	border-bottom: 1px solid #eee;
}
.growth .expansionmap .mapArea .menu .cityBtn.open {
	opacity: 0.6;
	cursor: default;
}
.growth .expansionmap .mapArea .menu .cityBtn .text {
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: auto;
	color: #000;
	visibility: hidden;
	opacity: 0;
	transition: opacity .4s ease-out;
}
.growth .expansionmap .mapArea .menu .cityBtn .text .list {
	font-size: 12px;
	color: #bbb;
}
.growth .expansionmap .mapArea .menu .cityBtn .text .list span {
	width: 100%;
	display: block;
	padding: 8px 0 2px 0;
	line-height: 20px;
}
.growth .expansionmap .mapArea .menu .cityBtn .text .list span:not(:last-of-type) {
	border-bottom: 1px solid #eee;
}
.growth .expansionmap .mapArea .menu .cityBtn .text .exclusives {
	font-size: 50px;
	margin-top: 5px;
}
.growth .expansionmap .mapArea .menu .cityBtn .text .exclusives .excLabel {
	height: 20px;
	line-height: normal;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0;
}
.growth .expansionmap .mapArea .menu .cityBtn.open .text {
	visibility: visible;
}
.growth .expansionmap .mapArea .menu .cityBtn .arrow {
	right: 24px;
	top: 30px;
}
.growth .expansionmap .mapArea .menu .cityBtn .label {
	padding: 20px 0 0 0;
	transition: all .2s ease-out;
}
.growth .expansionmap .mapArea .menu .cityBtn .sub {
	font-size: 12px;
	margin-top: 0;
	font-weight: normal;
	vertical-align: top;
}
.growth .expansionmap .mapArea .menu .cityBtn .linkBtn {
	position: relative;
	display: block;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: calc(100% + 40px);
	margin-left: -20px;
	height: 54px;
	background-color: #000;
	color: #FFF;
	box-sizing: border-box;
	padding: 16px 0 0 20px;
	margin-top: 0;
	cursor: pointer;
}
.growth .expansionmap .mapArea .menu .cityBtn .linkBtn .arrow {
	right: 24px;
	top: 26px;
	transition: transform .2s ease-out;
}
.growth .expansionmap .mapArea .map {
	position: absolute;
	z-index: 0;
	right: 0;
	top: 50px;
	width: 70%;
	height: auto;
}
.growth .expansionmap .mapArea .map .cityDot {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	cursor: pointer;
	border-radius: 20px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.growth .expansionmap .mapArea .map .cityDot .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	margin: 13px 0 0 13px;
	border-radius: 10px;
	background-color: #000;
	border: 3px solid #cacaca;
	transition: transform .3s ease-out;
}
.growth .expansionmap .mapArea .map .cityDot .white {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin: -5px 0 0 -5px;
	background-color: #FFF;
	border: 5px solid #cacaca;
	display: none;
	opacity: 0;
}
@media (hover) {
	.growth .expansionmap .mapArea .menu .cityBtn:hover:not(.open) .label {
		transform: translateX(4px);
	}
	.growth .expansionmap .mapArea .map .cityDot:hover .black {
		transform: scale(1.7, 1.7);
	}
	.growth .expansionmap .mapArea .menu .cityBtn .linkBtn:hover .arrow {
		transform: translateX(4px);
	}
}
@media all and (max-width: 1070.5px) and (min-width: 767.5px) {
	.growth .expansionmap .mapArea .menu {
		width: 220px;
	}
	.growth .expansionmap .mapArea .menu .cityBtn .label {
		font-size: 12px;
	}
	.growth .expansionmap .mapArea .menu .cityBtn .arrow {
		right: 20px;
	}
	.growth .expansionmap .mapArea .map {
		width: calc(100% - 230px);
	}
}
@media all and (max-width: 767.5px) {
	.growth .expansion .left,
	.growth .expansion .right {
		width: 100%;
		display: block;
		text-align: center;
	}
	.growth .expansion .left p {
		padding: 10px 0 0 0;
	}
	.growth .expansion .left h2 {
		margin-top: 145px;
	}
	.growth .expansion .left .dotsCircle {
		left: 50%;
		margin-left: -30px;
		top: -100px;
	}
	.growth .expansion .left .instruction {
		display: none;
	}
	.growth .expansion .right {
		float: none;
		display: inline-block;
		padding-left: 0px;
		margin-top: 40px;
	}
	.growth .expansion .right .info {
		margin: 35px 0 40px 0;
	}
	.growth .expansion .right:before {
		left: 50%;
		margin-left: -20px;
	}
	.growth .expansion .right .block {
		padding-left: 10px;
		padding-right: 10px;
	}
	.growth .expansionmap .mapArea {
		height: auto;
	}
	.growth .expansionmap .mapArea .menu {
		width: 100%;
		margin-bottom: 30px;
		max-height: calc(100vh - 120px);
	}
	.growth .expansionmap .mapArea .map {
		width: 80%;
		right: 10%;
    top: -260px;
	}
}
.growth .investors {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 100px;
}
.growth .investors .left,
.growth .investors .right {
	display: inline-block;
	width: 50%;
	float: left;
}
.growth .investors .left {
	margin-top: 150px;
}
.growth .investors .left h2 {
	margin-top: 115px;
}
.growth .investors .left p {
	padding: 35px 80px 0 0;
}
.growth .investors .right {
	margin-top: 150px;
}
.growth .investors .left .dotsCircle {
	position: absolute;
	left: 3px;
	top: 3px;
}
.growth .investors .left .dotsCircle .identityDot .inner {
	background-color: #000;
}
.growth .investors .accordians {
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateY(-10%);
}
.growth .investors .accordians .block {
	position: relative;
	height: 150px;
	padding-left: 70px;
	box-sizing: border-box;
	cursor: pointer;
	transition: height .4s ease-out;
	overflow: hidden;
}
.growth .investors .accordians .block .dot {
	position: absolute;
	left: 0;
	top: 60px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #F2F2F2;
	transition: all .5s ease-out;
}
.growth .investors .accordians .block.open .dot {
	transform: scale(.5, .5);
}
.growth .investors .accordians .block .dot .innerDot {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background-color: #000;
	transform: scale(.2, .2);
	transform-origin: 15px 15px;
	transition: transform .5s ease-out;
}
.growth .investors .accordians .block.open .dot .innerDot {
	transform: scale(1, 1);
}
@media (hover) {
	.growth .investors .accordians .block:hover .dot .innerDot {
		transform: scale(1, 1);
	}
	.growth .investors .accordians .block:hover .dot {
		transform: scale(.5, .5);
	}
}
.growth .investors .accordians .block h2 {
	position: absolute;
	left: 75px;
	top: 80px;
	line-height: 120%;
	transform: translateY(-50%);
	z-index: 1;
}
.growth .investors .accordians .block.open .border {
	height: 0;
	transition: height .5s linear;
}
.growth .investors .accordians .block .border {
	position: absolute;
	left: 75px;
	width: calc(100% - 70px);
	height: 150px;
	bottom: 0;
	border-bottom: 2px solid #000;
	transition: height .3s ease-out;
	transform-origin: 0 100%;
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.growth .investors .accordians table {
	position: absolute;
	left: 70px;
	top: 148px;
	box-sizing: border-box;
	width: calc(100% - 70px);
	height: 0px;
	overflow: hidden;
	border-collapse: collapse;
	border-spacing: 0px;
}
.growth .investors .accordians table tbody,
.growth .investors .accordians table tr,
.growth .investors .accordians table td {
	height: 150px;
	min-height: 150px;
}
.growth .investors .accordians table tr {
	width: 100%;
	margin: 0;
	padding: 0;
}
.growth .investors .accordians table td {
	margin: 0;
	padding: 5px;
	text-align: center;
}
.growth .investors .accordians table td .logo {
	width: auto;
	height: auto;
	margin: auto;
	vertical-align: middle;
	max-width: 80%;
	max-height: 100%;
}
@media all and (max-width: 1170.5px) {
	.growth .investors .accordians {
		padding-left: 0px;
	}
	.growth .investors .accordians .block {
		padding-left: 0px;
	}
	.growth .investors .accordians .block h2,
	.growth .investors .accordians .block .border {
		left: 50px;
	}
	.growth .investors .accordians table,
	.growth .investors .accordians .block .border {
		width: calc(100% - 50px);
	}
	.growth .investors .accordians table {
		left: 50px;
	}
}
@media all and (max-width: 767.5px) {
	.growth .investors {
		padding-bottom: 50px;
	}
	.growth .investors .left {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	.growth .investors .left h2 {
		margin-top: 100px;
	}
	.growth .investors .left p {
		padding: 10px 0 0 0;
	}
	.growth .investors .left .dotsCircle {
		position: absolute;
		left: 50%;
		margin-left: -30px;
		top: 0px;
	}
	.growth .investors .accordians table tbody,
	.growth .investors .accordians table tr,
	.growth .investors .accordians table td {
		height: 140px;
		min-height: 140px;
	}
	.growth .investors .right {
		margin-top: 50px;
	}
	.growth .investors .right,
	.growth .investors .accordians,
	.growth .investors .accordians table,
	.growth .investors .accordians .block .border {
		width: 100%;
		padding-left: 0;
		left: 0;
	}
	.growth .investors .accordians {
		transform: translateY(0);
	}
	.growth .investors .accordians .block h2 {
		left: 0;
		width: 100%;
		text-align: center;
	}
	.growth .investors .accordians .block .dot {
		left: 50%;
		top: 15px;
		margin-left: -15px;
	}
}
.growth .press-section {
	padding: 90px 0
}
.growth .press-section h2 {
	margin: 0 0 90px;
	text-align: center
}
.press-slider .slick-track {
	margin-left: calc(50vw - 595px)
}
.press-slider .press {
	width: 33vw;
	max-width: 400px;
	margin-right: 60px;
	padding-right: 60px;
	border-right: 1px solid #ccc
}
.press-slider .press:last-of-type {
	border-right: none
}
.press-slider .press h3 {
	margin: 0 0 60px;
	font-size: 44px
}
.press-slider .press-content {
	margin: 0 0 60px
}
.press-slider .press-content p:first-of-type {
	margin: 0 0 20px;
	font-size: 20px
}
.press-slider .press-content p:nth-of-type(2) {
	font-family: 'Compass Serif', serif;
	text-indent: -5px
}
.press-slider .press .button {
	color: #fff;
	background: #000
}
.press-slider .press .button .arrow {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	vertical-align: middle;
	margin-left: 15px
}
.press-slider .press .button .arrow,
.press-slider .press .button .arrow:before,
.press-slider .press .button .arrow:after {
	background: #fff
}
@media screen and (max-width: 1400px) {
	.press-slider .slick-track {
		margin-left: 7.5%
	}
}
@media screen and (max-width: 900px) {
	.press-slider .press {
		width: 45vw;
		margin-right: 30px;
		padding-right: 30px
	}
	.press-slider .press h3 {
		font-size: 32px
	}
	.press-slider .press h3,
	.press-slider .press-content {
		margin: 0 0 30px
	}
}
@media screen and (max-width: 600px) {
	.press-slider .press {
		width: 75vw;
		margin-right: 30px;
		padding-right: 30px
	}
}
/* Offices */

.offices {
  min-height: 100vh;
}
.offices .header {
	position: relative;
	width: 100%;
	min-height: 550px;
	background-color: #000;
	text-align: center;
	box-sizing: border-box;
	padding: 225px 0 0 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.offices .header .mapHolder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.offices .header .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
}
.offices .header .gridCenter h2,
.offices .header .gridCenter p {
	padding-right: 40%;
	color: #FFF;
}
.offices .header .gridCenter p {
	padding: 35px 60% 40px 0;
}
.offices .header .titleArea {
	position: absolute;
	top: 70px;
	left: 60px;
	width: 30%;
	text-align: left;
	opacity: 1;
	transition: opacity 1s ease-in-out .2s;
	pointer-events: none;
}
.offices .header .titleArea.fadedOut {
	transition: opacity 0s ease-out 0s;
	opacity: 0;
}
.exploreMenu {
  display: flex;
  flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	height: 100vh;
	min-height: 50px;
	overflow: hidden;
	font-weight: bold;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 101;
	transition: transform 0.2s ease-out;
}
.exploreMenu.open {
}
.exploreMenu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}
.exploreMenu p {
	font-size: 18px;
}
.exploreMenu .header {
	background-color: #FFF;
	width: 100%;
	min-height: 0px;
	box-sizing: border-box;
  padding: 35px;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	transform: translateX(0);
	transition: transform .4s ease-out;
	cursor: pointer;
}
.exploreMenu .header .line {
  position: absolute;
  margin-top: 5px;
  background-color: #000;
  width: 30px;
  height: 1px;
}
.exploreMenu .header p {
	opacity: 1;
}
.exploreMenu .scrollable {
  flex: 1;
	width: 100%;
  overflow: scroll;
	background-color: #FFF;
	/* transform: translateX(225px); */
	transition: transform .4s ease-out;
	-webkit-overflow-scrolling: touch;
}
.exploreMenu .scrollable::-webkit-scrollbar {
	width: 0!important;
}
.exploreMenu .scrollable {
	-ms-overflow-style: none;
}
.exploreMenu .officeBtn {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/*height:80px;
    */
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	cursor: pointer;
}
.exploreMenu .officeBtn:last-of-type {
	margin-bottom: 35px;
}
.exploreMenu .officeBtn.selected .circle {
	opacity: 1!important;
}
.exploreMenu.open .officeBtn.selected .circle {
	opacity: .4!important;
}
.exploreMenu .officeBtn.selected .label {
	opacity: .4!important;
}
.exploreMenu .officeBtn .circle {
	position: absolute;
	left: 25px;
	top: 30px;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	border: 1px solid #000;
	box-sizing: border-box;
	text-align: center;
	line-height: 20px;
	padding: 2px 1px 0 0;
	font-size: 12px;
	opacity: .2;
	transition: opacity .3s ease-out;
}
.exploreMenu .officeBtn .label {
	padding: 20px 0 10px 100px;
	transition: all .2s ease-out;
}
@media (hover) {
	.exploreMenu .officeBtn:hover:not(.selected) .label {
		transform: translateX(-4px);
		opacity: .4;
	}
	.exploreMenu .officeBtn:hover .circle {
		opacity: 1;
	}
	.exploreMenu.open .officeBtn:hover .circle {
		opacity: .4;
	}
}
.exploreMenu .officeBtn .sub {
	font-size: 12px;
	margin-top: 0;
	font-weight: normal;
	vertical-align: top;
}
.exploreMenu.open .header,
.exploreMenu.open .scrollable {
	transform: translateX(0px);
}
.exploreMenu.open .header p {
	opacity: 1;
}
.exploreMenu.open .officeBtn .circle {
	opacity: 1;
}
.exploreMenu .officeBtn .arrow {
	left: 40px;
	top: 39px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.exploreMenu .officeBtn .arrow:before {
	left: -3px;
	top: 1px;
}
.exploreMenu .officeBtn .arrow:after {
	left: -3px;
	top: 4px;
}
.exploreMenu .officeBtn:hover .arrow {
  transform: translateX(-4px);
  opacity: 0.4;
}
@media screen and (min-width: 767.5px) {
	.offices .header {
		height: 100vh !important;
	}
	.exploreMenu.disabled {
		transform: translateX(100%);
	}
}
@media all and (max-width: 1170.5px) {
	.offices .header {
		padding: 150px 0 0 0;
	}
}
@media all and (max-height: 650.5px) {
	.offices .header {
		padding: 100px 0 0 0;
	}
}
@media all and (max-width: 767.5px) {
	.offices {
		min-height: 350px;
	}
	.offices .header {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: calc(100vh - 150px);
		min-height: 350px;
		padding-top: 0;
	}
	.offices .header .gridCenter {
		width: 100%;
		margin: 0 auto;
		padding: 0 60px;
		max-width: 480px;
		box-sizing: border-box;
		text-align: center;
	}
	.offices .header .gridCenter h2,
	.offices .header .gridCenter p {
		padding-right: 0;
	}
	.offices .header .gridCenter p {
		padding: 10px 0 0 0;
	}
	.offices .header .gridCenter .standardBtn {
		display: none;
	}
	.offices .header .titleArea {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 100%;
		box-sizing: border-box;
		padding: 0 40px 0 0;
	}
	.exploreMenu {
		transition: all .4s ease-out;
		right: auto;
		left: 20px;
		width: 50px;
		height: 50px;
		top: auto;
		bottom: 0;
		transform: translate(0, -50px);
		box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
	}
	.exploreMenu .header {
		transform: translateX(0px);
		height: 65px;
		padding: 20px 0 0 30px;
		min-height: 0px;
		text-align: left;
	}
	.exploreMenu.open .header {
		padding-top: 0;
	}
	.exploreMenu.open .header p {
		transform: translate(0px, 0px);
	}
	.exploreMenu .header .line {
		top: 44px;
    left: 26px;
		height: 2px;
		transform: translate(-15px, -25px) rotate(-45deg);
	}
	.exploreMenu.open .header .line {
		left: 30px;
		top: 41px;
		transform: rotate(0);
	}
	.exploreMenu .scrollable {
		transform: translateX(0px);
		max-height: calc(100% - 65px);
		top: 65px;
		text-align: left;
	}
	.exploreMenu.open {
		transform: translate(-20px, 0);
		height: calc(100% - 20px);
		width: calc(100% - 40px);
	}
	.exploreMenu.open.disabled {
		transform: translate(-150%, 0);
	}
	.exploreMenu .officeBtn:hover:not(.selected) .label {
		transform: translateX(4px);
	}
	/*.exploreMenu .officeBtn{
        height:65px;
    }
    */
	.exploreMenu p {
		font-size: 16px;
	}
	.exploreMenu .officeBtn .circle {
		top: 20px;
	}
	.exploreMenu .officeBtn .arrow {
		display: none;
	}
	.exploreMenu .officeBtn .label {
		padding: 15px 0 5px 30px;
	}
	.exploreMenu .officeBtn:last-of-type {
		margin-bottom: 5px;
	}
	.exploreMenu .header p {
		opacity: 0;
	}
	/* First time the label is shown too */
	.exploreMenu:not(.open) {
		width: calc(100% - 40px);
	}
	.exploreMenu:not(.open) .header p {
		opacity: 1;
		transition: all .3s ease-out;
		transform: translate(50px, -5px);
	}
}
@media all and (max-width: 767.5px) and (max-height: 481px) {
	.exploreMenu {
		transform: translate(0, -30px);
	}
}

@media screen and (max-width: 400px) {
	.offices .header .gridCenter {
		padding: 0 40px;
	}
}

/* Map */

.customMarker {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	transform-origin: 15px 15px;
	color: #000;
	text-align: left;
}
.customMarker .blackDot {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #000;
	cursor: pointer;
	transition: all .3s ease-out;
}
.customMarker .glow {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #000;
	pointer-events: none;
}
.customMarker .address {
	position: absolute;
	right: 40px;
	opacity: 0;
	background-color: #FFF;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 15px 75px 10px 20px;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
	pointer-events: none;
	margin-top: -14px;
	margin-left: -14px;
	transition: all .3s ease-out;
}
.customMarker .address p {
	font-weight: bold;
}
.customMarker .address .sub {
	color: #bbb;
	font-weight: normal;
}
.customMarker.selected .blackDot {
	background-color: #FFF;
	transform: scale(1.2, 1.2);
}
.arrow {
	position: absolute;
	width: 30px;
	height: 2px;
	right: 20px;
	top: 28px;
	background-color: #000;
	border-radius: 0 0 1px 1px;
}
.arrow:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: 26px;
	top: 4px;
	transform: rotate(-45deg);
	transform-origin: 0 0;
}
.arrow:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: 26px;
	top: 1px;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.arrow.inverted,
.arrow.inverted:before,
.arrow.inverted:after {
	background-color: #FFF;
}
/* Smaller when zoomed out */

.level_12 .customMarker .blackDot {
	transform: scale(.5, .5)!important;
}
.level_10 .customMarker .blackDot {
	transform: scale(.2, .2)!important;
}
.level_10 .customMarker .glow,
.level_12 .customMarker .glow {
	display: none;
}
.level_12 .customMarker.selected .glow {
	display: block!important;
	transform: scale(.75, .75)!important;
}
/*Large but only one per city*/

.level_small .customMarker:not(.first) {
	display: none!important;
}
@media all and (min-width: 767.5px) {
	.customMarker:hover {
		z-index: 2;
	}
	.customMarker:hover .blackDot {
		background-color: #FFF;
		transform: scale(1.2, 1.2);
	}
	.customMarker:hover .address {
		opacity: 1;
		transform: translateX(-8px);
	}
}

/* Generic Cover */
.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: white;
	transition: height 0.2s 0.4s ease-out;
	z-index: 400;
}

.offices .office {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding: 80px;
  height: 100vh;
  overflow-y: scroll;
  background-color: #FFF;
  text-align: center;
  box-sizing: border-box;
  z-index: 300;
	transition: height 0.2s ease-out;
	transform: translateX(100%);
}
.offices .office .gridCenter {
	width: 100%;
}
.offices .office .left,
.offices .office .right {
	position: relative;
	width: 100%;
	display: inline-block;
}
.offices .office .right.hide {
  position: absolute;
  top: -10000px;
  left: -10000px;
}
.offices .office .office-address {
	margin-top: 100px;
}
.offices .office .office-description {
	box-sizing: border-box;
	padding: 20px 80px 60px 0;
}
.offices .office .right {
	float: right;
	box-sizing: border-box;
	padding: 75px 0 100px 100px;
}
.offices .office .right .info {
	font-size: 12px;
	color: #bbb;
	margin: 0 0 18px 0;
}
.offices .office .right .block {
	display: inline-block;
	float: left;
	width: 50%;
}
.offices .office .right .block p {
	box-sizing: border-box;
	padding: 0 30% 0 0;
}
.offices .office .scrollBtn {
	top: -30px;
	left: 50%;
	margin-left: 460px;
}
.offices .office .left .browseArrows {
	bottom: -60px;
}
.offices .office .office-header-info {
	position: relative;
}
.offices .office .office-header-info h2 {
	max-width: calc(100% - 200px);
	line-height: 1em;
  padding-bottom: 4px;
	font-size: 32px;
}
.offices .office .office-header-info p {
	font-size: 18px;
}
.offices .office .office-page-close {
	position: absolute;
	top: 2px;
	right: 0;
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.offices .office .office-page-close .label {
	padding-right: 50px;
}
.offices .office .office-page-close .arrow {
	right: 0;
	top: 10px;
}
.offices .office .office-page-close:hover {
	transform: translateX(4px);
	opacity: 0.4;
}
.offices .office .office-page-close:before {
	transform: rotate(45deg);
}
.offices .office .office-page-close:after {
	transform: rotate(-45deg);
}

/* Single office state */
.offices.office-single .office .cover {
	height: 0;
}
.offices.office-single .office {
	transform: translateX(0);
}

/* No gallery state */
.offices .office.no-gallery {
	top: 115px;
	height: auto;
}

.offices .office.no-gallery .officeGallery {
	display: none;
}


@media all and (max-width: 1170.5px) {
	.offices .office .gridCenter {
		width: 100%;
		margin: 0;
	}
}
@media all and (max-width: 767.5px) {
	.offices .office {
		position: relative;
		right: initial;
		width: 100%;
		height: auto;
		padding: 50px 20px;
		overflow: hidden;
	}
	.offices:not(.office-single) .office {
		display: none;
	}
	.offices .office .office-header-info h2 {
		max-width: none;
		margin: 0 auto;
	}
	.offices .office .left,
	.offices .office .right {
		position: relative;
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.offices .office .left p {
		padding: 10px 0 0 0;
	}
	.offices .office .left .browseArrows {
		bottom: -60px;
		left: calc(50% - (105px / 2));
	}
	.offices .office .right {
		float: none;
		padding: 40px 0 60px 0;
	}
	.offices .office .right .block p {
		padding: 0 10px 0 0;
	}
	.offices .office.no-gallery {
		top: 0;
		height: auto;
		overflow-y: initial;
	}
	.offices .office .office-page-close {
		display: none;
	}
}
/* Foundation with 4 subpages */

.foundation {
	background-color: #000;
	color: #FFF;
	transition: background-color .8s ease-in-out;
}
.foundation.greyed {
	background-color: #222;
	transition: background-color 0s ease-in-out .8s;
}
.foundation .intro {
	position: relative;
	box-sizing: border-box;
	padding: 215px 0 0 0;
	margin-bottom: 55px;
}
.foundation .intro .dotsCircle {
	position: relative;
	margin-left: 50px;
	top: -130px;
}
.foundation .intro h2 {
	font-weight: bold;
}
.foundation .intro .left,
.foundation .intro .right {
	position: relative;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}
.foundation .intro .left {
	padding-left: 85px;
}
.foundation .intro .right {
	float: right;
	padding: 30px 40px 0 90px;
}
.foundation .subpages {
	position: relative;
	width: 100%;
	margin-bottom: 175px;
}
.foundation .subpage {
	background-color: #FFF;
	color: #000;
	z-index: 4;
	overflow: hidden;
}
.foundation .subpage .numCircle.first {
	position: absolute;
	left: 30px;
	top: 30px;
}
.foundation .subpage .title {
	box-sizing: border-box;
	padding: 55px 0 45px 85px;
	width: 100%;
	position: relative;
	z-index: 3;
}
.foundation .subpage .header {
	position: relative;
	width: 100%;
	height: 500px;
}
.foundation .subpage .header .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	left: 0;
	top: 0;
	overflow: hidden;
}
.foundation .subpage .header .bg .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foundation .subpage .header .overlay {
	position: absolute;
	width: 45%;
	background-color: #FFF;
	right: 40px;
	top: 0px;
	box-sizing: border-box;
	padding: 0 50px 40px 50px;
}
.foundation .support .header .overlay {
	top: 360px;
	width: 47%;
}
/*.foundation .subpage .header .overlay:before{
    content:"";
    position:absolute;
    width:40px;
    border-top:1px solid #000;
}
*/

.foundation .subpage .header .overlay .info {
	font-size: 12px;
	margin-top: 20px;
	color: #bbb;
	display: none;
}
.foundation .subpage .header .overlay h2 {
	margin-top: 20px;
}
.foundation .subpage .header .overlay p {
	margin-top: 20px;
}
.foundation .subpage .header .scrollBtn {
	top: auto;
	bottom: -35px;
	left: 60px;
}
.foundation .support .header .overlay {
	padding: 20px 50px 40px 50px;
}
.foundation .marketing .header .overlay h2 {
	padding-right: 45px;
}
/* Tabs */

.foundation .tabs {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.foundation .tabs.disabled {
	pointer-events: none;
}
.foundation .tabs .tab {
	position: absolute;
	height: 100%;
	/*will-change:transform;
    */
}
.foundation .tabs .tab:nth-of-type(1) {
	background-color: #999999;
}
.foundation .tabs .tab:nth-of-type(2) {
	background-color: #595959;
}
.foundation .tabs .tab:nth-of-type(3) {
	background-color: #282828;
}
/* Text in tab moves global when scrolled out of viewport */

.tabText {
	color: #FFF;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.foundation .tabs .tab .tabText {
	position: relative;
}
.tabText .label {
	position: absolute;
	top: 30px;
	right: 44px;
	font-size: 25px;
	vertical-align: top;
}
.tabText .circle {
	position: absolute;
	right: 18px;
	top: 25px;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	text-align: center;
	line-height: 20px;
	padding: 2px 1px 0 0;
	font-size: 12px;
	display: none;
}
/* Marketing video gallery */

.foundation .videos {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 60px;
}
.foundation .videos .gridCenter {
	text-align: center;
	max-width: 100%!important;
	margin: auto;
}
.foundation .videos .numCircle {
	margin: 60px auto 40px auto;
}
.foundation .videos .info {
	color: #cacaca;
	font-size: 12px;
	font-family: 'Compass Sans';
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
}
.foundation .videos h2 {
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Compass Sans';
	box-sizing: border-box;
}
.foundation .videos p {
	width: 500px;
	text-align: center;
	margin: 0 auto 40px auto;
	box-sizing: border-box;
}
.foundation .videos .player {
	position: relative;
	/*width:560px;
    height:315px;
    */
	width: 780px;
	height: 439px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: left;
}
.foundation .videos .text {
	position: relative;
	height: 100px;
	display: block;
	padding: 30px 40px 0 40px;
	box-sizing: border-box;
}
.foundation .videothumbnails {
	position: relative;
	width: 100%;
	/*max-width:780px;
    */
	height: auto;
	text-align: center;
	margin: 0 auto 0 auto;
}
.foundation .videothumbnails .gallery .hScrollbar {
	width: 100%;
	max-width: 780px;
	left: calc((100% - 780px) / 2);
	text-align: center;
	margin: 0 auto 0 auto;
}
.foundation .videothumbnails .gallery .scrollable {
	left: calc((100% - 780px) / 2);
}
.foundation .videothumbnails .gallery .browseArrows {
	left: calc((100% - 780px) / 2);
}
.foundation .gallery.photo {
	max-width: 100%;
}
.foundation .gallery.photo .scrollable {
	left: calc((100% - 850px) / 2);
}
.foundation .gallery.photo {
	text-align: left;
	box-sizing: border-box;
	padding: 90px calc((100% - 850px) / 2) 0 calc((100% - 850px) / 2);
}
.foundation .gallery.photo {
	height: 810px;
}
.foundation .gallery.photo .scrollable {
	margin-top: 180px;
	height: 500px;
}
.foundation .gallery.photo.bottomalign .scrollable .item {
	bottom: 0!important;
}
.foundation .gallery.photo .info {
	position: relative;
	color: #cacaca;
	font-size: 12px;
	font-family: 'Compass Sans';
	margin-bottom: 30px;
	display: none;
}
.foundation .gallery.photo h2 {
	width: 60%;
	width: calc(60% - 10px);
	float: left;
	display: inline-block;
}
.foundation .gallery.photo p {
	width: 40%;
	float: right;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 0 0 0;
}
.foundation .gallery .browseArrows {
	left: 0;
	margin-left: 0;
}
.foundation .gallery.photo .browseArrows {
	left: calc((100% - 850px) / 2);
	bottom: 50px;
}
.foundation .gallery.photo .hScrollbar {
	width: 100%;
	max-width: 850px;
	left: calc((100% - 850px) / 2);
	text-align: center;
	margin: 0 auto 0 auto;
}
.foundation .gallery.photo .item {
	cursor: pointer;
}
/* Photography gallery, this has grey background and centered text */

.foundation .gallery.photo.small {
	text-align: center;
	height: 880px;
}
.foundation .gallery.photo.small .scrollable {
	margin-top: 250px;
	border-right: none;
}
.foundation .gallery.photo.small .numCircle {
	margin: 60px auto 40px auto;
}
.foundation .gallery.photo.small h2,
.foundation .gallery.photo.small p {
	width: 100%;
	float: none;
	display: block;
}
.foundation .gallery.photo.small p {
	width: 500px;
	margin: 10px auto 0 auto;
}
.foundation .gallery.photo.small .bgSolid {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 250px);
	z-index: -1;
}
.foundation .support .gallery.large {
	text-align: center;
	height: 920px;
}
.foundation .support .gallery.large .scrollable {
	margin-top: 300px;
	height: 410px;
	border-right: 1px solid #F2F2F2;
}
.foundation .support .gallery.large h2,
.foundation .support .gallery.large p {
	box-sizing: border-box;
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}
.foundation .support .gallery.large .numCircle {
	margin: 140px auto 40px auto;
}
.foundation .support .gallery.large .info {
	margin-top: 0px;
	opacity: 0;
}
.foundation .support .gallery.large h2 {
	width:100%;
	padding: 0;
	margin-bottom: 10px;
	max-width: 550px;
}
.foundation .support .gallery.large p {
	width: 400px;
}
.foundation .support .gallery.large .browseArrows {
	bottom: 120px;
}
.foundation .support .gallery.large .hScrollbar {
	bottom: 60px;
}
@media all and (max-width: 900.5px) {
	.foundation .support .gallery.large {
		height: 950px;
	}
	.foundation .support .gallery.large .scrollable {
		margin-top: 330px;
	}
	.foundation .gallery.photo h2 {
		width: calc(50% - 10px);
	}
	.foundation .gallery.photo p {
		width: 50%;
	}
}
@media all and (max-width: 1020.5px) {
	.foundation .subpage .header .overlay {
		padding: 40px 20px 20px 20px;
	}
	.foundation .subpage .header .overlay h2 {
		margin-top: 20px;
	}
	.foundation .gallery.photo p {
		font-size: 14px;
	}
	.foundation .support .gallery.large .numCircle {
		margin: 60px auto 40px auto;
	}
}
@media all and (max-width: 1090.5px) {
	.foundation .videos .player {
		width: calc(100% - 80px);
		height: calc((100vw - 160px) * 9/16);
	}
}
@media all and (max-width: 1145.5px) {
	.foundation .subpage .header .overlay {
		padding: 40px 30px 30px 30px;
	}
	.foundation .support .gallery.large {
		padding: 80px
	}
	/*.foundation .support .gallery.large .info{
        margin-top:60px;
    }
    */
	.foundation .support .gallery.large h2 {
		padding: 0;
		margin-bottom: 10px;
	}
	.foundation .support .gallery.large p {
		width: 100%;
	}
	.foundation .gallery.photo {
		padding: 0 40px 0 40px;
	}
	.foundation .gallery.photo.small {
		padding: 0 10% 0 10%;
	}
	.foundation .videothumbnails .gallery .scrollable,
	.foundation .gallery.photo .scrollable {
		left: 40px;
	}
	.foundation .videothumbnails .gallery .browseArrows,
	.foundation .gallery.photo .browseArrows {
		left: 40px;
	}
	.foundation .videothumbnails .gallery .hScrollbar,
	.foundation .gallery.photo .hScrollbar {
		left: 40px;
		width: calc(100% - 80px);
	}
}
@media all and (max-width: 767.5px) {
	.foundation .subpage .numCircle.first {
		left: 50%;
		margin-left: -13px;
		top: 20px;
	}
	.foundation .support .gallery.large {
		height: 765px;
		padding: 60px 20px 0;
	}
	.foundation .support .gallery.large .scrollable {
		margin-top: 235px;
	}
	.foundation .support .gallery.large .numCircle {
		margin: 30px auto 20px auto;
	}
	.foundation .support .gallery.large .info {
		margin-top: 20px;
	}
	.foundation .support .gallery.large .browseArrows {
		bottom: 61px;
	}
	.foundation .support .gallery.large .hScrollbar {
		bottom: 30px;
	}
	.foundation .videos .info {
		margin-top: 15px;
		margin-bottom: 10px;
		display: none;
	}
	.foundation .videos h2 {
		padding: 0 20px 0 20px;
		margin-bottom: 10px;
	}
	.foundation .videos p {
		width: 100%;
		padding: 0 20px 0 20px;
	}
	.foundation .videos .player {
		width: calc(100% - 40px);
		height: calc((100vw - 80px) * 9/16);
	}
	.foundation .videos .text {
		height: 135px;
		padding: 10px 0 0 0;
	}
	.foundation .videothumbnails .gallery .hScrollbar {
		left: 20px;
		width: calc(100% - 40px);
	}
	.foundation .gallery.photo.small .numCircle {
		margin: 30px auto 20px auto;
	}
	.foundation .gallery.photo.small p {
		width: 100%;
		/*margin:10px auto 0 auto;
        */
	}
	.foundation .gallery.photo.small {
		height: 660px;
		padding: 0 20px 0 20px;
	}
	.foundation .gallery.photo.small .scrollable {
		margin-top: 370px;
	}
	.foundation .gallery.photo.small .bgSolid {
		height: 65%;
	}
	.foundation .gallery.photo {
		height: 600px;
		padding: 20px 20px 0 20px;
	}
	.foundation .gallery.photo .scrollable {
		height: 200px;
		left: 20px;
		margin-top: 280px;
	}
	.foundation .gallery.photo .scrollable:nth-of-type(1) {
		height: 200px;
		left: 20px;
		margin-top: 250px;
	}
	.foundation .gallery.photo .browseArrows {
		left: 20px;
		bottom: 31px;
	}
	.foundation .gallery.photo .hScrollbar {
		left: 20px;
		width: calc(100% - 40px);
	}
	.foundation .gallery.photo .info {
		margin-bottom: 10px;
		display: none;
	}
	.foundation .gallery.photo h2 {
		font-size: 32px;
		width: 100%;
		float: none;
		display: block;
	}
	.foundation .gallery.photo p {
		font-size: 16px;
		width: 100%;
		float: none;
		display: block;
		padding: 10px 0 0 0;
	}
}
@media all and (max-width: 320.5px) {
	.foundation .support .gallery.large {
		height: 845px;
	}
	.foundation .support .gallery.large .scrollable {
		margin-top: 300px;
	}
}
.autoscrollgallery {
	position: absolute;
	top: 0;
	right: -50px;
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.autoscrollgallery .scrollable {
	position: absolute;
	top: 0;
	right: -30px;
	transform-origin: 100% 0%;
	transform: rotate(-45deg);
}
.autoscrollgallery .row {
	position: absolute;
	width: 130px;
	height: auto;
	right: 0;
}
.autoscrollgallery .row .smallimg {
	position: relative;
	width: 130px;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
@media all and (max-width: 1145.5px) {
	.autoscrollgallery .row:nth-of-type(4) {
		display: none;
	}
}
@media all and (max-width: 767.5px) {
	.foundation .intro {
		text-align: center;
		padding: 150px 0 0 0;
		margin-bottom: 40px;
	}
	.foundation .intro .left,
	.foundation .intro .right {
		width: 100%;
		display: block;
	}
	.foundation .intro .left {
		padding: 0;
	}
	.foundation .intro .dotsCircle {
		left: 50%;
		margin-left: 0px;
		top: -115px;
	}
	.foundation .intro .right {
		padding: 10px 0 0 0;
	}
	.foundation .subpage {
		position: relative;
		text-align: center;
		min-height: 0px;
	}
	.foundation .subpage .title {
		padding: 55px 0 45px 0;
		width: 100%;
	}
	.foundation .subpage .header {
		height: auto;
	}
	.foundation .subpage .header .bg {
		height: 215px;
	}
	.foundation .subpage .header .overlay {
		position: relative;
		width: calc(100% - 40px);
		right: auto;
		left: 20px;
		top: 130px;
		padding: 30px 20px 40px 20px;
		margin-bottom: 130px;
	}
	/*.foundation .subpage .header .overlay:before{
        left:50%;
        margin-left:-20px;
    }
    */
	.foundation .subpage .header .overlay .info,
	.foundation .subpage .header .overlay h2 {
		margin-top: 20px;
		padding-right: 0px;
	}
	.foundation .subpage .header .overlay p {
		margin-top: 10px;
	}
	.foundation .tabs {
		position: relative;
		margin-left: 20px;
		width: calc(100% - 40px);
	}
	.foundation .tabs .tab {
		position: relative;
		display: block;
		width: 100%!important;
		height: 130px;
		margin: 0;
		left: 0;
	}
	.tabText .label {
		width: 100%;
		left: 0;
		top: 80px;
		text-align: center;
		font-size: 22px;
	}
	.tabText .circle {
		right: auto;
		left: 50%;
		margin-left: -13px;
		top: 30px;
		display: none;
	}
	.foundation .scrollBtn {
		display: none;
	}
	/*Never show scroll buttons on these pages */
	.autoscrollgallery {
		width: 200%;
		height: 600px;
		right: 0;
		transform: scale(.5, .5);
		transform-origin: 100% 0;
	}
	.autoscrollgallery .row:nth-of-type(3) {
		display: none;
	}
	.email .slick-slide img {
		width: 88%;
	}
}
@media all and (min-width: 767.5px) {
	.tabText {
		position: fixed;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		z-index: 5!important;
		white-space: nowrap;
		pointer-events: none;
		line-height: 25px!important;
		text-align: right;
	}
	.foundation .tabs .tab:nth-of-type(1) {
		left: 60px;
		top: 45px;
		z-index: 3!important;
	}
	.foundation .tabs .tab:nth-of-type(2) {
		left: 120px;
		top: 90px;
		z-index: 2!important;
	}
	.foundation .tabs .tab:nth-of-type(3) {
		left: 180px;
		top: 135px;
		z-index: 1!important;
	}
	.tabText .label {
		transform-origin: 100% 0%;
		transform: rotate(-90deg);
	}
	/* Specifics */
	.foundation .marketing .header .overlay {
		right: 20px;
		z-index: 2;
	}
	.foundation .marketing .rowStats {
		/*margin-bottom:100px;
        */
	}
	/* .foundation .marketing .rowStats .scrollable{
        margin-left:-22%;
    }
    */
}
@media all and (min-width: 767.5px) and (max-width: 1320.5px) {
	.foundation .tabs .tab:nth-of-type(1) {
		left: 40px;
	}
	.foundation .tabs .tab:nth-of-type(2) {
		left: 80px;
	}
	.foundation .tabs .tab:nth-of-type(3) {
		left: 120px;
	}
	.tabText .label {
		right: 34px;
		font-size: 20px;
	}
	.tabText .circle {
		right: 7px;
		display: none;
	}
	/* Hide small lines in top in overlay */
	.foundation .subpage .header .overlay:before {
		display: none;
	}
	.foundation .marketing .header .overlay {
		top: 0;
		padding-top: 0px;
	}
	/* .foundation .marketing .rowStats .scrollable{
        margin-left:-16%;
    }
    */
}
/* Three stats template - like a gallery on mobile */

.rowStats {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 70px 0 90px 0;
	text-align: center;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
.rowStats .scrollable {
	position: relative;
	height: auto;
}
.rowStats .stat {
	position: relative;
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 25px;
}
.rowStats.small .stat {
	width: 190px;
}
.rowStats .stat h2 {
	display: block;
	margin: 0 0 0 0;
}
.rowStats .stat p {
	font-size: 18px;
}
.rowStats .hScrollbar {
	position: absolute;
	width: 80%;
	width: calc(100% - 40px);
	margin: 0;
	left: 20px;
	bottom: 25px;
	height: 20px;
	overflow: hidden;
	display: none;
}
.rowStats .hScrollbar .bg {
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #ccc;
	width: 100%;
	height: 2px;
	transition: background-color .3s ease-out;
}
.rowStats .hScrollbar .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rowStats .hScrollbar .bar .solid {
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #000;
	width: 100%;
	height: 2px;
}
.rowStats.small {
	text-align: left;
	padding: 40px 0 100px 0;
}
.rowStats.small .stat h2 {
	font-size: 16px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.rowStats.small .stat p {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}
.rowStats.small .stat:first-of-type {
	margin-left: 55px;
}
/* Small but no mobile */

@media all and (max-width: 1210.5px) {
	.rowStats.small .stat:first-of-type {
		margin-left: 5%;
	}
	.rowStats.small .stat {
		width: 20%;
		margin: 0 2% 0 2%;
	}
}
@media all and (max-width: 1050.5px) and (min-width: 950.5px) {
	/*.rowStats.small .stat h2{
        font-size:18px;
    }
    */
	/*.rowStats.small .stat{
        width:130px;
        margin:0 20px 0 20px;
    }
    */
}
@media all and (max-width: 950.5px) and (min-width: 767.5px) {
	.foundation .rowStats:not(.small) .stat {
		width: 28%;
		margin: 0 3% 0 2%;
	}
	/*.rowStats.small .stat h2{
        font-size:14px;
    }
    */
}
@media all and (max-width: 767.5px) {
	.rowStats {
		padding: 0px 0 60px 0;
		text-align: center;
		margin: 0;
		text-align: left;
		font-size: 0;
	}
	.rowStats .scrollable {
		margin-left: 20px;
	}
	.rowStats .stat {
		width: calc(100vw - 95px);
		display: inline-block;
		text-align: center;
		margin: 0;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}
	.rowStats .stat h2 {
		font-size: 50px;
	}
	.rowStats.small .stat {
		width: 25%;
		margin: 0;
	}
	.rowStats.small .stat h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.rowStats.small .stat p {
		font-size: 24px;
	}
	.rowStats.small .stat:first-of-type {
		margin-left: 0px;
	}
	.rowStats .hScrollbar {
		display: block;
	}
	.rowStats.small {
		text-align: center;
		padding: 40px 0 80px 0;
	}
}
@media all and (min-width: 767.5px) {
	.rowStats .scrollable {
		width: 100%!important;
	}
	.rowStats.small .stat p {
		position: absolute;
		top: 70px;
		left: 0;
	}
	.rowStats.small .stat h2:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 2px;
		background-color: #000;
		top: 0px;
		left: 0;
	}
}
/* Agent template */

.agent {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 200px;
	box-sizing: border-box;
}
.agent .bg {
	position: relative;
	width: 75%;
	height: 520px;
}
.agent .bg .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.agent .bgColor {
	position: absolute;
	left: 0;
	top: 0;
	width: 75%;
	height: 520px;
	background-color: #FFF;
}
.agent .bgColor .inside {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f2f2f2;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: 0% 0%;
	transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.agent .bgColor .inside.in {
	transform: scaleX(1);
}
.agent .overlay {
	position: absolute;
	right: 0;
	top: 70px;
	width: 35%;
	min-width: 260px;
	/*height:340px;
    */
	background-color: #FFF;
	box-sizing: border-box;
	padding: 50px 30px 120px 55px;
	z-index: 2;
}
.agent .overlay h4 {
	font-family: 'Compass Serif';
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}
.agent .overlay .linkBtn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #000;
	color: #FFF;
	transition: background-color .2s ease-out;
	cursor: pointer;
}
.agent .overlay .linkBtn .label {
	position: absolute;
	left: 55px;
	top: 0;
	box-sizing: border-box;
	line-height: 80px;
	height: 80px;
	font-size: 18px;
	white-space: nowrap;
}
@media (hover) {
	.agent .overlay .linkBtn:hover {
		background-color: #222;
	}
	.agent .overlay .linkBtn:hover .label .arrow {
		transform: translateX(4px);
	}
}
@media all and (min-width: 767.5px) {
	.agent .overlay .linkBtn .label .arrow {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 2px;
		margin-left: 20px;
		margin-top: 10px;
		background-color: #FFF;
		border-radius: 0 0 1px 1px;
		vertical-align: top;
		right: 0;
		transition: transform .2s ease-out;
	}
	.agent .overlay .linkBtn .label .arrow:before {
		content: "";
		position: absolute;
		width: 6px;
		height: 2px;
		background-color: #FFF;
		left: 26px;
		top: 4px;
		transform: rotate(-45deg);
		transform-origin: 0 0;
	}
	.agent .overlay .linkBtn .label .arrow:after {
		content: "";
		position: absolute;
		width: 6px;
		height: 2px;
		background-color: #FFF;
		left: 26px;
		top: 1px;
		transform: rotate(45deg);
		transform-origin: 100% 0;
	}
	/* Flip very second */
	.agent.flip .bg {
		margin-left: 25%;
	}
	.agent.flip .bgColor {
		left: auto;
		right: 0;
	}
	.agent.flip .inside {
		transform-origin: 100% 0%;
	}
	.agent.flip .overlay {
		right: auto;
		left: 0;
	}
	.agent .overlay h4 {
		font-size: 32px;
	}
}
@media all and (max-width: 1260.5px) {
	.agent .overlay {
		padding: 40px 40px 120px 40px;
	}
	.agent .overlay .linkBtn .label {
		font-size: 16px;
	}
	.agent .overlay .linkBtn .label {
		left: 40px;
	}
}
@media all and (max-width: 1100.5px) {
	.agent .overlay .linkBtn .label .arrow {
		margin-left: 10px;
	}
}
@media all and (max-width: 1000.5px) {
	.agent .overlay {
		padding: 40px 20px 120px 20px;
	}
	.agent .overlay .linkBtn .label {
		font-size: 14px;
	}
	.agent .overlay .linkBtn .label {
		left: 20px;
	}
}
@media all and (max-width: 767.5px) {
	.agent .overlay .linkBtn .label .arrow {
		display: none;
	}
	.agent .bg,
	.agent .bgColor,
	.agent .bgColor .inside {
		width: 100%;
		height: 315px;
	}
	.agent .overlay {
		position: relative;
		right: auto;
		margin-left: 20px;
		top: 0;
		margin-top: -100px;
		width: 80%;
		width: calc(100% - 40px);
		/*height:225px;
        */
		padding: 25px 15px 80px 15px;
		text-align: center;
		min-width: 240px;
	}
	.agent .overlay p:first-of-type {
		font-size: 12px;
	}
	.agent .overlay h4 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.agent .overlay .linkBtn {
		height: 60px;
		text-align: center;
	}
	.agent .overlay .linkBtn .label {
		font-size: 18px;
		display: inline-block;
		position: relative;
		left: auto;
		line-height: 60px;
		height: 60px;
		padding-top: 2px;
	}
}
.agentQuote {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
	display: inline-block;
	margin-bottom: 70px;
}
.agentQuote h2 {
	display: inline-block;
	vertical-align: top;
	width: 55%;
	box-sizing: border-box;
	padding: 0 50px 0 65px;
}
.agentQuote h2:before {
	content: "\201C";
	position: absolute;
	left: 45px;
	top: -4px;
}
.agentQuote h2:after {
	content: "\201D";
	position: relative;
}
.agentQuote p {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	box-sizing: border-box;
	padding: 25px 50px 0 0;
}
@media all and (max-width: 1020.5px) {
	.agentQuote p {
		font-size: 14px;
	}
}
@media all and (max-width: 767.5px) {
	.agentQuote h2 {
		display: block;
		width: 100%;
		padding: 0 40px 0 40px;
	}
	.agentQuote h2:before {
		position: relative;
		left: -2px;
		top: -2px;
	}
	.agentQuote p {
		display: block;
		width: 100%;
		padding: 20px 20px 0 20px;
	}
}
@media all and (max-width: 320.5px) {
	.agentQuote h2 {
		padding: 0 20px 0 20px;
	}
}
.supportQuote {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
	display: inline-block;
	padding-bottom: 40px;
	text-align: center;
	margin: 70px auto 0 auto;
}
.support .supportQuote {
	margin: 270px auto 0 auto;
}
.supportQuote .dotsCircle {
	position: absolute;
	left: 50%;
	top: 3px;
}
.supportQuote .dotsCircle .identityDot .inner {
	background-color: #000;
}
.supportQuote h2 {
	margin: 135px 0 15px 0;
	padding: 0 10% 0 10%;
}
.supportQuote p {
	width: 480px;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}
.agents .supportQuote {
	margin: 0px auto 0 auto;
}
.marketing .supportQuote {
	margin: 240px auto 0 auto;
}
.marketing .rowStats {
	display: none
}
@media all and (max-width: 1260.5px) {
	.supportQuote h2 {
		padding: 0 5% 0 5%;
	}
}
@media all and (max-width: 767.5px) {
	.supportQuote {
		padding-bottom: 10px;
		margin-top: 60px;
	}
	.marketing .supportQuote {
		padding-bottom: 10px;
		margin-top: 300px;
	}
	.supportQuote h2 {
		margin: 125px 0 25px 0;
		padding: 0 10% 0 10%;
	}
	.supportQuote p {
		width: 100%;
		padding: 0 10% 0 10%;
		margin: 0;
	}
}
.socialMedia {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
	margin-bottom: 80px;
	text-align: left;
	background-color: #f2f2f2;
}
.socialMedia .text {
	font-family: 'Compass Sans';
	display: inline-block;
	margin: 80px 0 50px 80px;
	width: 40%;
}
.socialMedia .text a {
	display: block;
	clear: both;
	width: 100%;
	margin: 20px 0 20px 0;
}
@media (hover) {
	.socialMedia .text a {
		transition: transform .2s ease-out;
	}
	.socialMedia .text a:hover {
		transform: translateX(4px);
	}
}
.paraSection {
	position: relative;
	width: 100%;
}
.paraSection .img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.paraSection .img .rawImg {
	position: absolute;
	left: 0;
	top: 0;
	/*width:100%;
    height:100%;
    */
}
.paraSection .dotsCircle {
	position: absolute;
	left: 50%;
	top: 3px;
	z-index: 3;
}
.paraSection .dotsCircle .identityDot .inner {
	background-color: #000;
}
.marketing .paraSection .dotsCircle {
	display: none;
}
.paraSection .text {
	font-family: 'Compass Sans';
	position: relative;
	display: inline-block;
	width: 40%;
	float: right;
	box-sizing: border-box;
	padding: 0 50px 50px 0;
	z-index: 2;
}
.numCircle {
	font-family: 'Compass Sans';
	width: 25px;
	height: 25px;
	border-radius: 25px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	background: #ffffff;
	line-height: 20px;
	padding-top: 2px;
	font-size: 12px;
}
.paraSection .text h2,
.socialMedia .text h2 {
	margin: 35px 0 20px 0;
}
.paraSection .text .info,
.socialMedia .text .info {
	font-size: 12px;
	color: #bbb;
	margin-top: 30px;
	display: none;
}
/* Instagram links */

.paraSection.social a {
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
	transition: opacity .15s ease-out;
}
.paraSection.social a:hover {
	opacity: .3;
}
.paraSection.social a:before {
	position: absolute;
	left: 0;
	content: "";
	background-image: url("../Images/Social/instagram.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
@media all and (min-width: 767.5px) {
	.paraSection.a .img {
		width: 46%;
		height: auto;
		margin-top: 20px;
	}
	.marketing .paraSection.a {
		margin-top: 40px;
	}
	.marketing .paraSection.a .img {
		margin-top: 0px;
		width: 54%;
	}
	.paraSection.a .dotsCircle {
		left: 46%;
		top: 300px;
	}
	.paraSection.b .img {
		width: 45%;
		height: auto;
		left: auto;
		right: 60px;
		top: 150px;
	}
	.marketing .paraSection.b .img {
		right: 0;
		width: 46%;
	}
	.paraSection.b .dotsCircle {
		left: auto;
		right: 125px;
		top: 390px;
	}
	.paraSection.c .img {
		width: 90%;
		width: calc(100% - 70px);
		height: auto;
		left: 35px;
		top: 290px;
	}
	.paraSection.c .dotsCircle {
		left: 115px;
		top: 235px;
	}
	.paraSection.d .img {
		width: 51%;
		height: auto;
		left: auto;
		right: auto;
		top: 30px;
	}
	.paraSection.d .dotsCircle {
		left: auto;
		margin-right: 60px;
		right: 42%;
		;
		top: 360px;
	}
	.paraSection.a {
		height: 460px;
	}
	.paraSection.b {
		height: 615px;
		background-color: #f2f2f2;
		margin-bottom: 20px;
	}
	.marketing .paraSection.b {
		height: 550px;
	}
	.paraSection.b .text {
		float: left;
		padding: 80px 0 50px 100px;
		width: 60%;
	}
	.paraSection.a .text {
		top: 80px;
	}
	.paraSection.paraSection--bump-up.a .text {
		top: 0;
	}
	.marketing .paraSection.b .text {
		padding: 130px 0 50px 100px;
	}
	.paraSection.b .text p {
		padding: 0 190px 0 0;
	}
	.paraSection.c {
		height: 855px;
		text-align: center;
	}
	.paraSection.c .text {
		float: none;
		left: auto;
		width: 450px;
		margin: 0 auto 0 auto;
	}
	.paraSection.c .text .numCircle {
		margin: 0 auto 0 auto;
	}
	.paraSection.d {
		height: auto;
		display: inline-block;
		/*background-color:#f2f2f2;*/

	}
	.paraSection.d .text {
		float: right;
		padding: 0px 100px 120px 50px;
		width: 45%;
	}
	.support .paraSection.a,
	.support .paraSection.d {
		padding: 100px 0;
		background-color: #f2f2f2 !important;
		height: 330px;
	}
	.support .paraSection.b {
		background-color: transparent !important;
	}
	.paraSection.social {
		height: 610px;
		margin-bottom: 100px;
	}
	.paraSection.social .text {
		float: left;
		padding: 85px 0 50px 100px;
		width: 45%;
	}
	/* Marketing:*/
	.paraSection.e {
		height: 980px;
		margin-bottom: 40px;
		text-align: center;
	}
	.paraSection.e .text {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	.paraSection.e .text p {
		width: 400px;
		margin: auto;
	}
	.paraSection.e .img {
		position: relative;
		width: calc(100% - 140px);
		margin-left: 70px;
		height: auto;
	}
	.paraSection.e .numCircle {
		margin: 0 auto 0 auto;
	}
}
@media all and (max-width: 1000.5px) and (min-width: 767.5px) {
	.paraSection.b .text p {
		padding: 0 100px 0 0;
	}
	.paraSection.e {
		height: 740px;
	}
	.paraSection.social .text {
		width: 55%;
	}
}
@media all and (max-width: 1145.5px) {
	.paraSection.social {
		height: 710px;
	}
}
@media all and (max-width: 767.5px) {
	.paraSection {
		height: auto!important;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.paraSection .text {
		padding: 0 35px 0 35px!important;
		float: none;
		width: 100%;
	}
	.paraSection .text .numCircle {
		margin: 0 auto 0 auto;
	}
	.paraSection .img {
		position: relative;
		top: 0;
		left: 0;
		width: 300px;
		height: 240px;
		margin: 20px auto 0 auto;
	}
	.paraSection .img .rawImg {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.paraSection .text h2,
	.socialMedia .text h2 {
		margin: 10px 0 10px 0;
	}
	.paraSection .text .info,
	.socialMedia .text .info {
		margin-top: 15px;
	}
	.paraSection .dotsCircle {
		top: auto;
		transform: scale(.5, .5);
	}
	.paraSection.a .dotsCircle {
		left: 25%;
		bottom: 30px;
	}
	.paraSection.b .dotsCircle {
		left: 75%;
		bottom: 25px;
	}
	.paraSection.c .dotsCircle {
		left: 25%;
		bottom: 50px;
	}
	.paraSection.d .dotsCircle {
		left: 25%;
		bottom: 185px;
	}
	.paraSection.d {
		margin-bottom: 30px;
	}
	.paraSection.social {
		padding-bottom: 30px;
		margin-bottom: 0;
	}
}
.videoBlock {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
	display: inline-block;
	margin-bottom: 70px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #f2f2f2;
	vertical-align: top;
}
.videoBlock .left {
	position: absolute;
	top: 0;
	margin-top: 80px;
	left: 610px;
	width: 440px;
	margin-left: -440px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px 45px 45px 45px;
}
.videoBlock.flip .left {
	left: auto;
	right: 170px;
	margin-left: 0;
}
/*.videoBlock .left h2:before{
    content:"";
    position:absolute;
    top:45px;
    left:45px;
    border-top:2px solid #000;
    width:40px;
}
*/

.videoBlock .left p {
	margin-top: 15px;
}
.videoBlock .right {
	position: relative;
	display: inline-block;
	float: right;
	width: calc(100% - 610px);
	background-color: #FFF;
	height: 770px;
}
.videoBlock.flip .right {
	float: left;
}
.videoBlock .right .videoHolder {
	position: relative;
	/*width:100%;
    height:100%;
    background:#f2f6f9;
    */
	margin: 15% auto 0 auto;
	text-align: center;
	display: inline-block;
}
.videoBlock .right .videoHolder .bgImg {
	position: relative;
	width: 70%;
	height: auto;
}
.videoBlock .right .videoHolder .video {
	position: absolute;
	width: 56%;
	height: auto;
	left: 19%;
	top: 12%;
	opacity: 0;
	transition: opacity .2s ease-out;
	box-sizing: border-box;
}
.videoBlock .right .videoHolder .video.selected {
	opacity: 1;
	transition: opacity .8s ease-in-out .2s;
}
.videoBlock .videoMenu {
	position: absolute;
	left: 610px;
	bottom: 40px;
	width: 440px;
	margin-left: -440px;
	height: 320px;
}
.videoBlock.flip .videoMenu {
	left: auto;
	margin-left: 0;
	right: 170px;
}
.videoBlock .videoMenu .clips {
	position: relative;
	left: 0;
	top: 75px;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.videoBlock .videoMenu .info {
	position: absolute;
	left: 45px;
	top: 28px;
	color: #bbb;
	font-size: 12px;
}
.videoBlock .videoMenu .clips .videoClip {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 65px 25px 0 45px;
}
.videoBlock .videoMenu .clips .videoClip h4 {
	font-weight: normal;
}
.videoBlock .videoMenu .clips .videoClip p {
	margin-top: 10px;
}
.videoBlock .videoMenu .clips .videoClip.selected .circle,
.videoBlock .videoMenu .clips .videoClip .circle:hover {
	border-color: #000;
	color: #000;
	background-color: #FFF;
}
.videoBlock .videoMenu .clips .videoClip .circle {
	position: absolute;
	margin-left: 45px;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background-color: #f2f2f2;
	color: #bbb;
	border: 1px solid #bbb;
	box-sizing: border-box;
	text-align: center;
	line-height: 20px;
	padding: 2px 0 0 0;
	font-size: 12px;
	transition: all .3s ease-out;
	cursor: pointer;
	z-index: 2;
}
.videoBlock .videoMenu .clips .videoClip:not(:last-of-type) .circle:after {
	content: "";
	position: absolute;
	left: 65px;
	height: 25px;
	border-right: 1px solid #bbb;
	opacity: 1!important;
}
.videoBlock .videoMenu .clips .videoClip:nth-child(2) .circle {
	left: 24%;
}
.videoBlock .videoMenu .clips .videoClip:nth-child(3) .circle {
	left: 48%;
}
.videoBlock .videoMenu .clips .videoClip:nth-child(4) .circle {
	left: 72%;
}
.videoBlock .videoMenu .hScrollbar {
	position: absolute;
	width: 80%;
	width: calc(100vw - 80px);
	margin: 0;
	left: 20px;
	bottom: 25px;
	height: 20px;
	overflow: hidden;
	display: none;
}
.videoBlock .videoMenu .hScrollbar .bg {
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #ccc;
	width: 100%;
	height: 2px;
	transition: background-color .3s ease-out;
}
.videoBlock .videoMenu .hScrollbar .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.videoBlock .videoMenu .hScrollbar .bar .solid {
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #000;
	width: 100%;
	height: 2px;
}
@media all and (min-width: 767.5px) {
	/* Macbook version top/bottom instead of left/right */
	.videoBlock.layered {
		background-color: #fff;
	}
	.videoBlock.layered .left {
		position: relative;
		width: 100%;
		left: 0;
		margin: 0px 0 0 0;
		text-align: center;
		padding: 0px 240px 40px 240px;
	}
	.videoBlock.layered .left h2:before {
		left: 50%;
		margin-left: -20px;
		top: 35px;
	}
	.videoBlock.layered .right {
		float: none;
		display: block;
		width: 100%;
		height: 600px;
	}
	.videoBlock.layered .right .videoHolder {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
		display: block;
	}
	.videoBlock.layered .right .videoHolder .video {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.videoBlock.layered .videoMenu {
		position: relative;
		left: 50%;
		bottom: auto;
		width: 440px;
		margin-left: -220px;
		height: 230px;
		text-align: center;
		bottom: 0px;
	}
	.videoBlock.layered .videoMenu .clips {
		top: 20px;
	}
	.videoBlock.layered .videoMenu .clips .videoClip {
		padding: 65px 0 0 0;
	}
	.videoBlock.layered .videoMenu .clips .videoClip .circle {
		margin-left: 100px;
	}
	/*this is not exact, because the circles are inside the text div, so perfect centering is impossible*/
}
@media all and (min-width: 767.5px) and (max-width: 1260.5px) {
	.videoBlock.layered .left {
		padding: 40px 120px 0px 120px;
	}
}
@media all and (max-width: 1260.5px) {
	.videoBlock .left,
	.videoBlock .videoMenu {
		left: 505px;
	}
	.videoBlock .right {
		width: calc(100% - 505px);
	}
	.videoBlock.flip .left,
	.videoBlock.flip .videoMenu {
		right: auto;
		left: calc(100% - 505px);
	}
	.videoBlock.flip .right {
		width: calc(100% - 505px);
	}
}
@media all and (max-width: 1100.5px) {
	.videoBlock .left,
	.videoBlock .videoMenu {
		left: 0;
		margin-left: 0;
		width: 50%;
	}
	.videoBlock .left {
		padding: 70px 45px 40px 45px;
	}
	.videoBlock.flip .left {
		left: auto;
		right: 0;
	}
	.videoBlock .right,
	.videoBlock.flip .right {
		width: 50%;
	}
	.videoBlock.flip .videoMenu {
		left: 50%;
		right: auto;
	}
	.videoBlock .videoMenu .info {
		display: none;
	}
	.videoBlock .videoMenu {
		bottom: 0px;
	}
	.videoBlock .videoMenu .clips .videoClip:not(:last-of-type) .circle:after {
		left: 52px;
	}
	.videoBlock .videoMenu .clips {
		top: 60px;
	}
	.videoBlock .videoMenu .clips .videoClip {
		padding: 40px 45px 0 45px;
	}
	.videoBlock .videoMenu .clips .videoClip:nth-child(2) .circle {
		left: 20%;
	}
	.videoBlock .videoMenu .clips .videoClip:nth-child(3) .circle {
		left: 40%;
	}
	.videoBlock .videoMenu .clips .videoClip:nth-child(4) .circle {
		left: 60%;
	}
	.videoBlock.layered .videoMenu .clips .videoClip .circle {
		margin-left: 120px;
	}
}
@media all and (max-width: 767.5px) {
	.videoBlock .left,
	.videoBlock.flip .left {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		padding: 30px 25px 25px 25px;
		text-align: center;
	}
	/*.videoBlock .left h2:before{
        top:30px;
        left:50%;
        margin-left:-20px;
        border-top:2px solid #000;
        width:40px;
    }
    */
	.videoBlock .right,
	.videoBlock.flip .right {
		float: none;
		display: block;
		width: 100%;
		height: 360px;
	}
	.videoBlock .right .videoHolder {
		margin: 0 auto 0 auto;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.videoBlock .right .videoHolder .bgImg {
		width: auto;
		height: 100%;
		margin-left: 5%;
	}
	.videoBlock .right .videoHolder .video {
		width: auto;
		height: 72%;
		left: 50%;
		transform: translateX(-50%);
		top: 11%;
	}
	.videoBlock:not(.layered) .right:before {
		content: "";
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 120px;
		left: 0;
		bottom: 0;
		background-color: #f2f2f2;
	}
	.videoBlock.layered .right {
		height: 220px;
	}
	.videoBlock.layered .right .videoHolder {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
		display: block;
	}
	.videoBlock.layered .right .videoHolder .video {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		padding: 20px 10px 0 10px;
		transform: none;
	}
	.videoBlock .videoMenu,
	.videoBlock.flip .videoMenu {
		position: relative;
		left: 0;
		bottom: auto;
		width: 100%;
		margin-left: 0;
		height: auto;
		text-align: center;
	}
	.videoBlock .videoMenu .clips {
		width: 400vw;
		height: auto;
		display: inline-block;
		top: 0;
		margin-top: 50px;
		padding-bottom: 55px;
	}
	.videoBlock .videoMenu .clips .videoClip {
		position: relative;
		display: inline-block;
		float: left;
		width: calc(100vw - 40px);
		padding: 20px 15px 0 15px;
	}
	.videoBlock .videoMenu .clips .videoClip .circle {
		left: 50%!important;
		margin-left: -12px;
		top: -30px;
		border-color: #000;
		color: #000;
		background-color: #FFF;
	}
	.videoBlock .videoMenu .hScrollbar {
		display: block;
	}
}
@media all and (min-width: 767.5px) {
	.videoBlock .videoMenu .clips .videoClip h4,
	.videoBlock .videoMenu .clips .videoClip p {
		opacity: 0;
		transition: opacity .2s ease-out;
	}
	.videoBlock .videoMenu .clips .videoClip.selected h4,
	.videoBlock .videoMenu .clips .videoClip.selected p {
		opacity: 1;
		transition: opacity .8s ease-in-out .2s;
	}
}
.agentQuotes {
	position: relative;
	width: 100%;
	height: auto;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.agentQuotes .info {
	text-align: center;
	color: #bbb;
	font-size: 12px;
	padding-top: 50px;
	display: none;
}
.agentQuotes .scrollable {
	position: relative;
	margin: 0;
	width: calc(4 * 1050px);
	height: auto;
	display: inline-block;
}
.agentQuotes .scrollable .quote {
	position: relative;
	width: 1050px;
	box-sizing: border-box;
	padding: 220px 100px 0 100px;
	display: inline-block;
	float: left;
	text-align: center;
}
.agentQuotes .scrollable .quote .roundImg {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .1);
	border: 1px solid #ccc;
	*/
}
.agentQuotes .scrollable .quote h3 {
	font-size: 34px;
	padding: 0 0 0 0;
}
.agentQuotes .scrollable .quote p {
	white-space: nowrap;
	margin: 15px 0 120px 0;
}
.agentQuotes .scrollable .quote span {
	margin: 0 20px 0 20px;
}
.agentQuotes .hScrollbar {
	position: absolute;
	width: 80%;
	width: calc(100% - 160px);
	margin: 0;
	left: 80px;
	bottom: 25px;
	height: 20px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.agentQuotes .hScrollbar .bg {
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #ccc;
	width: 100%;
	height: 2px;
	transition: background-color .3s ease-out;
}
.agentQuotes .hScrollbar .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.agentQuotes .hScrollbar .bar .solid {
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #000;
	width: 100%;
	height: 2px;
}
.agentQuotes .browseArrows {
	bottom: 60px;
	left: 80px;
}
@media all and (max-width: 1260.5px) {
	.agentQuotes .scrollable .quote {
		width: calc(100vw - 220px);
	}
	.agentQuotes .browseArrows {
		left: 60px;
	}
	.agentQuotes .hScrollbar {
		;
		width: calc(100% - 120px);
		left: 60px;
	}
}
@media all and (max-width: 767.5px) {
	.agentQuotes .scrollable .quote {
		width: calc(100vw - 50px);
		padding: 0 20px 0 20px;
		margin: 25px 0;
	}
	.agentQuotes .hScrollbar {
		width: calc(100% - 40px);
		left: 20px;
	}
	.agentQuotes .browseArrows {
		left: 20px;
	}
	.agentQuotes .info {
		padding-top: 15px;
		color: #cacaca;
	}
	.agentQuotes .scrollable .quote h3 {
		font-size: 24px;
		padding: 95px 0 0 0;
	}
	.agentQuotes .scrollable .quote .roundImg {
		top: 10px;
	}
	.agentQuotes .scrollable .quote span {
		display: block;
		visibility: hidden;
		height: 0;
	}
	.agentQuotes .scrollable .quote p {
		margin: 15px 0 0px 0;
	}
}
.downloads {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.downloads .top {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 300px;
	background-color: #f2f2f2;
	text-align: center;
	box-sizing: border-box;
	padding: 155px 5% 0 5%;
}
.downloads .side {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 135px 85px 290px 85px;
}
.downloads .left {
	float: left;
	background-color: #f2f2f2;
}
.downloads .right {
	float: right;
}
.downloads .gray {
	background-color: #f2f2f2;
}
.downloads .side p {
	color: #cacaca;
	margin-top: 25px;
}
.downloads .side h2:before {
	content: "";
	position: absolute;
	width: 40px;
	border-top: 2px solid #000;
	top: -40px;
}
.downloads .side .icon {
	position: absolute;
	left: 85px;
	bottom: 140px;
	width: 87px;
	height: 87px;
	background-size: 100% 100%;
}
.downloads .right .icon {
	background-image: url("../Images/Tech/app_markets.png");
}
.downloads .left .icon {
	background-image: url("../Images/Tech/app_compass.png");
}
.downloads .side .appstore {
	position: absolute;
	display: block;
	left: 85px;
	bottom: 65px;
	text-decoration: none;
	background-image: url("../Images/Tech/appstore.png");
	width: 135px;
	height: 40px;
}
.downloads .right .icon,
.downloads .right .appstore {
	margin-left: 50%;
}
.downloads .top .dotsCircle {
	position: absolute;
	left: 50%;
	top: 80px;
}
.downloads .top .dotsCircle .identityDot .inner {
	background-color: #000;
}
@media all and (max-width: 1110.5px) {
	.downloads .side {
		padding: 135px 40px 290px 40px;
	}
	.downloads .side .icon,
	.downloads .side .appstore {
		left: 40px;
	}
}
@media all and (max-width: 767.5px) {
	.downloads .top {
		height: 260px;
		padding: 125px 20px 0 20px;
	}
	.downloads .top .dotsCircle {
		top: 75px;
	}
	.downloads .side {
		display: block;
		width: 100%;
		padding: 65px 20px 60px 20px;
	}
	.downloads .side h2:before {
		top: -25px;
		left: 50%;
		margin-left: -20px;
	}
	.downloads .side .icon {
		position: relative;
		bottom: auto;
		left: 50%;
		width: 100px;
		height: 100px;
		margin-top: 40px;
		margin-left: -50px;
	}
	.downloads .side .appstore {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 40px auto 0 auto;
	}
}
.talents {
	position: relative;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box;
}
.talents .talent-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.talents .introTxt {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 90px;
}
.talents .introTxt .introTxt-header {
}

.talents .introTxt .introTxt-header img{
	max-width:200px;
	margin:30px auto 75px
	}

.talents .introTxt .introTxt-subtitle {
	font-size: 24px;
  margin-bottom: 10px;
}
.talents .introTxt h2 {
	padding: 0 20%;
}
.talents .introTxt p {
	margin: 25px auto 50px auto;
	padding: 0;
	max-width: 600px;
}
.talents .introTxt .dotsCircle {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 3px;
}
.talents .introTxt .dotsCircle .identityDot .inner {
	background-color: #000;
}
.talents .talent-grid {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 20px;
  margin: 40px 0;
}
.talents .talent {
	position: relative;
	width: 100%;

	/* Center logos vertically */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.talents .talent .imgHolder {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background-color: #f2f2f2;
}
.talents .talent .logoHolder {
	position: relative;
	width: auto;
	max-width: 100%;
}
.talents .talent .img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.talents .talent p:first-of-type {
	color: #bbb;
	margin-top: 5px;
}
.talents .talent h4 {
	margin: 15px 0 0 0;
	font-weight: normal;
	line-height: 120%;
}
.talents .talent .logo {
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 90px;
}
.talents .outro {
	position: relative;
	display: inline-block;
	clear: left;
	margin-top: 50px;
	margin-bottom: 100px;
}
.talents .outro h2 {
	padding-top: 75px;
}
.talents .outro p {
	margin: 20px 0 50px 0;
	padding: 0 28% 0 28%;
}
.talents .outro .dotsCircle {
	position: absolute;
	left: 50%;
	top: 3px;
}
.talents .outro .dotsCircle .identityDot .inner {
	background-color: #000;
}
@media all and (max-width: 1024px) {
	.talents .talent .logoHolder {
		max-width: 75%;
		margin: 0 auto;
	}
	.talents .talent .logo {
		max-width: 100%;
	}
}
@media all and (max-width: 767.5px) {
	.talents {
		width: 100%;
		padding: 0 20px;
	}
	.talents .introTxt {
		margin-top: 40px;
	}
	.talents .introTxt h2 {
		padding: 0;
	}
	.talents .introTxt p {
		padding: 0;
	}
	.talents .talent {
		width: 100%;
		display: block;
	}
	.talents .talent p:first-of-type {
		margin-top: 10px;
	}
	.talents .outro {
		margin-top: 50px;
		margin-bottom: 50px;
		background-color: #f2f2f2;
		padding: 100px 30px 50px 30px;
		margin-bottom: 0;
	}
	.talents .outro h2 {
		padding: 0;
	}
	.talents .outro p {
		margin: 20px 0 40px 0;
		padding: 0 20px 0 20px;
	}
	.talents .outro .dotsCircle {
		top: 40px;
	}
}
/* Contact form (steps) */

.join {
	position: absolute;
	width: 100%;
	height: 100%;
	height: calc(100% - 70px);
	left: 0;
	top: 0;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	/*padding-top:25vh;
    display:none;
    */
	overflow: hidden;
}
.join h2 {
	max-width: 600px;
	margin: 0 auto 20px;
}
.join .dotsCircle {
	position: relative;
	left: 50%;
	margin-top: 10vh;
	height: 150px;
}
.join .steps {
	position: relative;
	height: 320px;
	z-index: 1;
	text-align: center;
	margin-top: 20px;
}
.join .steps .progress {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #666;
}
.join .steps .progress .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
/*.join .steps .progress .label{
    text-align:left;
    width:auto;
    pointer-events:none;
    margin-top:35px;
}
*/

.join .steps .browseArrows {
	bottom: 50px;
	left: 0;
}
.join .steps .browseArrows .btn .arrow,
.join .steps .browseArrows .btn .arrow:before,
.join .steps .browseArrows .btn .arrow:after {
	background-color: #FFF;
	transition: background-color .3s ease-out;
}
.join .steps .step {
	position: absolute;
	left: 50%;
	max-width: 500px;
	margin-left: -250px;
	text-align: left;
	transition: opacity .8s ease-out;
}
.join .steps .step.inactive {
	opacity: .1;
	pointer-events: none;
	cursor: default;
}
.join .steps .step p {
	margin-bottom: 10px;
}
.join .steps .step p:not(:first-of-type) {
	margin-top: 20px
}
.join .steps .step input {
	box-sizing: border-box;
	position: relative;
	background-color: #FFF;
	border: 0;
	outline: 0;
	width: 500px;
	height: 55px;
	overflow: hidden;
	font-family: 'Compass Sans';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	border-radius: 0;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
	padding-left: 25px;
	margin-bottom: 15px;
}

.join .steps .step .checkbox {
	margin-top: 20px;
}

.join .checkbox_error {
	display: flex;
	border: 2px solid #f77 !important;
	align-content: center;
	padding: 10px;
}

.join .steps .step input[type="checkbox"] {
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 10px 0 0;
	background: #fff;
	border-radius: 100%;
}

.join .steps .step label {
	display: inline-block;
	vertical-align: top;
	font-family: 'Compass Sans';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 15px
}

.join .steps .step input[type="checkbox"]:checked::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #000;
}

.dropdown {
	display: flex;
	align-content: center;
}

.join .steps .step select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	padding: 20px;
	border-radius: 0px;
	border: none;
	font-family: 'Compass Sans';
	outline: none;
	padding-right: 50px;
}

.input-icon {
	position: absolute;
	right: 15px;
	pointer-events: none;
	color: #000;
	-webkit-transform: scale(2.5,1.5);
	-moz-transform: scale(2.5,1.5);
	-ms-transform: scale(2.5,1.5);
	-o-transform: scale(2.5,1.5);
	transform: scale(2.5,1.5);
	margin-top: 8px;
	align-self: center;
}

.join .steps .c {
	width: 100%;
}

.join .steps .c select,
.join .steps .f select {
	width: 100%;
}

.join .steps .step.d {
	width: 500px;
	margin-top: 100px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
/*thank you*/

.join .steps .step .okayBtn {
	position: relative;
	width: 140px;
	height: 40px;
	border: 2px solid #ccc;
	margin-top: 10px;
	font-family: 'Compass Sans';
	font-size: 16px;
	line-height: 36px;
	box-sizing: border-box;
	padding: 0px 0 0 24px;
	cursor: pointer;
	opacity: 0;
	transition: color .3s ease-out, opacity .5s ease-out 1s;
	visibility: hidden;
}
.join .steps .step .okayBtn.on {
	opacity: 1;
	visibility: visible;
}
.join .steps .step .okayBtn .arrow {
	position: absolute;
	width: 30px;
	height: 2px;
	right: 25px;
	top: 18px;
	background-color: #FFF;
	border-radius: 0 0 1px 1px;
}
.join .steps .step .okayBtn .arrow:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #FFF;
	left: 26px;
	top: 4px;
	transform: rotate(-45deg);
	transform-origin: 0 0;
}
.join .steps .step .okayBtn .arrow:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #FFF;
	left: 26px;
	top: 1px;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.join .steps .step .okayBtn .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFF;
	transform: scale(0, 1);
	z-index: -1;
	transition: transform .2s ease-out;
}
.join .steps .step .okayBtn .bg {
	transform-origin: 100% 50%;
}
.join .steps .step .okayBtn .arrow,
.join .steps .step .okayBtn .arrow:before,
.join .steps .step .okayBtn .arrow:after {
	background-color: #FFF;
	transition: background-color .3s ease-out;
}
.join .steps .step .submitBtn {
	position: relative;
	display: block;
	width: 230px;
	height: 50px;
	border: 2px solid #ccc;
	margin: 30px auto 0 auto;
	font-family: 'Compass Sans';
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	transition: color .3s ease-out, opacity .5s ease-out 2s;
	visibility: hidden;
}
.join .steps .step .submitBtn.on {
	opacity: 1;
	visibility: visible;
}
.join .steps .step .submitBtn .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFF;
	transform: scale(0, 1);
	z-index: -1;
	transition: transform .2s ease-out;
}
.join .steps .step .submitBtn .bg {
	transform-origin: 100% 50%;
}
.join input[name="LastName"],
/* .join input[name="Company"], */
.join input[name="Phone"] {
	margin-top: 10px;
}
@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}
.join input.input_error {
	box-shadow: inset 0 0 0 2px #f77 !important;
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}

.join .dropdown_error{
	border: 2px solid #f77 !important;
}

.join input#step_email {
	animation-delay: .6s
}

@media (min-width: 767.5px) {
	.join .steps .browseArrows .btn:hover .arrow,
	.join .steps .browseArrows .btn:hover .arrow:before,
	.join .steps .browseArrows .btn:hover .arrow:after {
		background-color: #000;
	}
	.join .steps .step .okayBtn:hover .bg {
		transform-origin: 0 50%;
		transform: scale(1, 1);
	}
	.join .steps .step .okayBtn:hover {
		color: #000;
	}
	.join .steps .step .okayBtn:hover .arrow,
	.join .steps .step .okayBtn:hover .arrow:before,
	.join .steps .step .okayBtn:hover .arrow:after {
		background-color: #000;
	}
	.join .steps .step .submitBtn:hover .bg {
		transform-origin: 0 50%;
		transform: scale(1, 1);
	}
	.join .steps .step .submitBtn:hover {
		color: #000;
	}
}
@media all and (max-height: 790.5px) {
	.join .dotsCircle {
		height: 120px;
	}
}
@media all and (max-height: 740.5px) {
	.join .dotsCircle {
		margin-top: 5vh;
	}
}
@media all and (max-height: 700.5px) {
	.join .steps {
		height: 280px;
	}
	.join .steps .browseArrows {
		bottom: 30px;
	}
}
@media all and (max-height: 650.5px) {
	.join .dotsCircle {
		margin-top: 12vh;
		height: 100px;
	}
	.join .steps {
		height: 260px;
		margin-top: 10px;
	}
	.join h2 {
		margin-top: 6vh;
		margin-bottom: 6vh;
	}
	.mainfooter {
		min-height: 800px;
	}
}
/* @media all and (max-height:650.5px){
     .join{
        padding-top:15vh;
    }
     .join .closeBtn{
        right:5px;
        top:5px;
    }
}
 @media all and (max-height:540.5px){
     .join{
        padding-top:5vh;
    }
}
 @media all and (max-width:1145.5px){
     .join{
        padding-top:80px;
    }
     .join .steps .step h2{
        font-size:40px;
    }
     .join .steps .progress .label{
        margin-top:20px;
    }
     .join .closeBtn{
        right:5px;
        top:5px;
    }
}
 @media all and (max-width:1020.5px){
     .join{
        padding-top:40px;
    }
     .join .steps .browseArrows{
        bottom:25px;
    }
}
*/

@media all and (max-width: 767.5px) {
	.join .dotsCircle {
		margin-top: 5vh;
		height: 120px;
	}
	.join .steps {
		height: 400px;
		width: calc(100% - 40px);
	}
	.join .steps .step {
		margin-left: calc(20px - 50vw);
		width: 100%;
	}
	.join .steps .step input {
		width: 100%;
	}

	.join .steps .step label {
		width: 90%;
	}

	.join .steps .step .submitBtn {
		margin: 20px 0 0 0;
	}
	.join .steps .step.d {
		width: 100%;
	}
	.circle:after {
		display: none;
	}
	/*.join{
        padding-top:130px;
    }
     .join .steps .step h2{
        font-size:36px;
    }
     .join .steps{
        min-height:0;
        max-height:calc(100% - 80px);
        width:calc(100% - 40px);
    }
     .join .steps .step{
        margin-left:calc(20px - 50vw);
        width:100%;
    }
     .join .steps .step .city, .join .steps .step input, .join .steps .step textarea, .join .steps .step.e{
        width:100%!important;
    }
     .join .steps .step .numCircle{
        left:0;
        top:-40px;
    }
     .join .steps .step.a .arrowDown{
        left:auto;
        right:30px;
    }
     .join .steps .step.b ul li{
        width:calc(50% - 5px);
    }
     .join .steps .step.b ul li:first-of-type{
        margin-right:10px;
    }
     .join .steps .step.d textarea{
        height:120px;
    }
     .join .closeBtn{
        right:-5px;
        top:50px;
    }
    */
}
/* @media all and (max-width:767.5px) and (max-height:520px){
     .join .steps .step h2{
        font-size:24px;
    }
     .join .steps .step.d .standardBtn{
        float:right;
        margin-top:5px;
    }
}
*/

/* Gallery template */

.gallery {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	/*touch-action:pan-y;
    */
}
.gallery.small {
	height: 360px;
	padding-bottom: 145px;
}
.gallery.small .scrollable {
	height: 360px;
}
/*280 + 40*2 different aligns */

.gallery .browseArrows {
	bottom: 60px;
	left: 50%;
	margin-left: -525px;
}
.gallery.large {
	height: 520px;
	padding-bottom: 170px;
}
.gallery.large .scrollable {
	height: 520px;
}
/*410 + 40*2 different aligns + for background*/

.gallery.large .browseArrows {
	bottom: 90px;
}
.gallery.video {
	height: 305px;
	padding-bottom: 105px;
	margin-bottom: 90px;
}
.gallery.video .scrollable {
	height: 305px;
	left: calc(50% - 525px);
}
.gallery .scrollable {
	position: absolute;
	left: 80px;
	top: 0;
	border-right: 1px solid #FFF;
	/*border:1px solid green;
    */
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery .scrollable .item {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	touch-action: manipulation;
}
.gallery .scrollable .item .imgHolder {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color: #f2f2f2;
	display: block;
}
.gallery .scrollable .item .imgHolder .dotsCircle {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -12px;
	z-index: 3;
}
.gallery .scrollable .item .imgHolder .dotsCircle .identityDot .inner {
	left: -2px;
	top: -2px;
	width: 3px;
	height: 3px;
	border-radius: 3px;
}
.gallery .scrollable .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 420px;
	height: 280px;
}
.gallery .scrollable .img.low {
	filter: blur(2px);
}
.gallery .scrollable .item.selected .img {
	opacity: .4!important;
	transition: opacity .4s ease-out;
}
.gallery:not(.video) .scrollable {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
/*non interactive has grabbing cursor always*/

@media (hover) {
	.gallery .scrollable .item .img {
		transition: opacity .4s ease-out;
	}
	.gallery .scrollable .item:hover .img {
		opacity: .6!important;
	}
	.gallery .scrollable .item .img {
		will-change: opacity;
	}
	.officeGallery .gallery .scrollable .item {
		cursor: pointer;
	}
}
/* Aligns */

@media all and (min-width: 767.5px) {
	.gallery.small .scrollable .item:nth-of-type(3n+1) {
		bottom: 40px;
	}
	.gallery.small .scrollable .item:nth-of-type(3n+2) {} .gallery.small .scrollable .item:nth-of-type(3n+3) {
		bottom: 80px;
	}
	.gallery.large .scrollable .item:nth-of-type(4n+1) {} .gallery.large .scrollable .item:nth-of-type(4n+2) {
		bottom: 80px;
	}
	.gallery.large .scrollable .item:nth-of-type(4n+3) {} .gallery.large .scrollable .item:nth-of-type(3n+4) {
		bottom: 40px;
	}
}
/* Scrollbar */

.gallery .hScrollbar {
	position: absolute;
	width: 1050px;
	height: 20px;
	left: 50%;
	margin-left: -525px;
	bottom: 0;
	overflow: hidden;
}
.gallery .hScrollbar .bg {
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #ccc;
	width: 100%;
	height: 2px;
	transition: background-color .3s ease-out;
}
.gallery .hScrollbar .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery .hScrollbar .bar .solid {
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #000;
	width: 100%;
	height: 2px;
	/*transition:transform .15s ease-out;
    */
}
.gallery .hScrollbar.dragged {
	cursor: pointer;
}
.gallery .hScrollbar:hover:not(.dragged) .bg {
	background-color: #bbb;
}
/* Title and label */

.gallery .scrollable .item p.title {
	font-size: 18px;
	margin: 0;
	padding: 20px 20px 0 20px;
	text-align: left;
}
.gallery .scrollable .item p.label {
	font-size: 12px;
	margin: 0;
	padding: 20px 20px 0 20px;
	text-align: left;
	opacity: 0;
	transition: opacity 0s ease-in-out 0s;
}

.gallery .scrollable .item p.label.inView {
	opacity: .7;
	transition: opacity .8s ease-in-out .2s;
}
/* Short gallery - no need for scrolling */

.gallery.noScrolling .scrollable {
	cursor: default;
}
.gallery.noScrolling .hScrollbar {
	display: none;
}
.gallery.noScrolling .browseArrows {
	display: none;
}
.browseArrows {
	position: absolute;
	width: 105px;
	height: 40px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.browseArrows .btn {
	position: absolute;
	top: 0;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	z-index: 1;
	/*transition:all .3s ease-out;
    */
}
.browseArrows .btn.l {
	width: 42px;
	left: 0;
}
.browseArrows .btn.r {
	width: 65px;
	left: 0;
	transform: translateX(40px);
}
/*.browseArrows .btn:hover{
    z-index:2;
    border-color:#bbb;
}
*/

/*  LEADERSHIP - END  */

/*  MARKETING  */

#marketing-boards{
    margin:90px 0;
    padding:90px 0
    }

    #boards-heading{
        padding:0 calc((100% - 850px) / 2)
        }

    #boards-toggle{
        display:inline-block;
        margin:60px 0 0;
        font-size:0;
        border:2px solid #222;
        border-right:none
        }

    #boards-toggle button{
        display:inline-block;
        width:120px;
        height:40px;
        padding:0 20px;
        text-align:center;
        font:700 14px/42px "Compass Sans",sans-serif;
        background:transparent;
        border:0;
        border-right:2px solid #222;
        border-radius:0;
        outline:none;
        -webkit-appearance:none;
        -moz-appearance:none;
        transition:.3s;
        cursor:pointer
        }

    #boards-toggle button.active,
    #boards-toggle button:hover{
        color:#fff;
        background:#222
        }

    #boards-slide{
        margin:60px 0 0
        }

    #boards-slide [data-slides]{
        position:absolute;
        -webkit-transform:translateY(60px);
        transform:translateY(60px);
        transition:.6s;
        opacity:0;
        pointer-events:none
        }

    #boards-slide [data-slides].active{
        position:relative;
        -webkit-transform:none;
        transform:none;
        opacity:1;
        pointer-events:auto
        }

    #boards-slide [data-slides] .slide-heading{
        max-width:500px;
        margin:0 calc((100% - 850px) / 2) 30px
        }

    #boards-slide [data-slides] h3{
        font-size:30px;
        margin:0 0 30px
        }

    #boards-slide .slick-list{
        padding-left:calc((100% - 850px) / 2)
        }

    #boards-slide .slick-slide{
        height:400px;
        margin-right:40px;
        display:flex;
        align-items:flex-end;
        }

    #boards-slide .slick-slide img{
        width:auto;
        max-width:420px;
        max-height:420px
        }

    #boards-slide .slick-slide:nth-of-type(3n+1) img{margin-bottom:40px}
    #boards-slide .slick-slide:nth-of-type(3n+3) img{margin-bottom:80px}

    #boards-slide .width{
        width:100%;
        padding:0 calc((100% - 850px) / 2);
        box-sizing:border-box
        }

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

        #marketing-boards{
            margin:60px 0 0;
            padding:60px 0
            }

        #boards-heading{
            padding:0;
            text-align:center
            }

        #boards-toggle{
            margin:30px 0 0
            }

        #boards-slide [data-slides] .slide-heading{
            width:90%;
            margin:0 auto 30px
            }

        #boards-slide .slick-list{
            padding-left:5vw
            }

        #boards-slide .width{
            padding:0 5vw
            }

    }

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

        #boards-slide [data-slides] .slide-heading{
            text-align:center
            }

        #boards-slide [data-slides] h3{
            font-size:20px
            }

        #boards-slide .slick-slide{
            height:240px;
            margin-right:20px
            }

        #boards-slide .slick-slide img{
            max-height:240px;
            max-width:240px
            }

        #boards-slide .slick-slide:nth-of-type(3n+1) img,
        #boards-slide .slick-slide:nth-of-type(3n+3) img{margin-bottom:0}

        #boards-slide .slider-controls{
            text-align:left
            }

        #boards-slide .slider-progress{
            margin:30px 0 0
            }

        .marketing-agent-logos{
            margin:0;
            }

    }

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

        #boards-slide [data-slides] .slide-heading{
            margin:auto
            }

        #boards-toggle button{
            width:100px;
            padding:0;
            font-size:12px
            }

    }

.marketing-agent-logos{
    margin:40px 0 0;
    padding-left:90px;
    color:#fff
    }

    .marketing-agent-logos .gallery-container{
        padding:0 0 100px 0
        }

    .marketing-agent-logos .numCircle{
        color:#000
        }

    .foundation .marketing-agent-logos .gallery.photo.small{
        height:810px;
        transition:.3s
        }

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

        .foundation .marketing-agent-logos .gallery.photo.small .scrollable{
            margin-top:40px;
            height:330px
            }

    }

    #agent-logo-toggle{
        position:relative;
        margin:30px auto 0;
        width:165px;
        height:40px;
        font:18px/40px "Compass Sans",sans-serif;
        box-shadow:inset 0 0 0 2px #ccc;
        cursor:pointer;
        z-index:1;
        transition:.3s
        }

        #agent-logo-toggle img{
            display:inline-block;
            width:24px;
            margin-right:5px;
            vertical-align:-3px;
            transition:.3s
            }

        #agent-logo-toggle:hover{
            color:#000;
            background:#fff;
            box-shadow:inset 0 0 0 2px #fff
            }

        #agent-logo-toggle:hover img{
            filter:invert(100%)
            }

        #agent-logo-toggle #toggle_gallery,
        html.agent_logo_grid #agent-logo-toggle #toggle_grid{
            display:none
            }

        html.agent_logo_grid #agent-logo-toggle #toggle_gallery{
            display:block
            }

        .marketing-agent-logos .gallery.photo.small .scrollable-wrap{
            position:relative
            }

        .marketing-agent-logos .gallery.photo.small .scrollable-wrap,
        .marketing-agent-logos .gallery.photo.small .hScrollbar,
        .marketing-agent-logos .gallery.photo.small .browseArrows{
            transition:1.2s
            }

        html.agent_logo_grid .marketing-agent-logos .gallery.photo.small .scrollable-wrap,
        html.agent_logo_grid .marketing-agent-logos .gallery.photo.small .hScrollbar,
        html.agent_logo_grid .marketing-agent-logos .gallery.photo.small .browseArrows{
            opacity:0
            }

    .marketing-agent-logos #agent-logos-grid{
        position:relative;
        display:none;
        overflow:hidden;
        transition:.3s ease-out
        }

        html.agent_logo_grid .marketing-agent-logos #agent-logos-grid{
            display:block
            }

        .marketing-agent-logos .gridview{
            position:absolute;
            width:100%;
            margin:30px 0 0;
            padding:0;
            list-style:none;
            opacity:0;
            transition:.3s
            }

        html.agent_logo_grid .marketing-agent-logos .gridview{
            opacity:1
            }

        .marketing-agent-logos .gridview li{
            position:relative;
            width:16.66%;
            opacity:0
            }

        .marketing-agent-logos .gridview li:after{
            content:"";
            display:block;
            padding-top:100%
            }

        .marketing-agent-logos .gridview li img{
            position:absolute;
            width:auto !important;
            max-width:80%;
            max-height:80%;
            top:50%;
            left:50%;
            -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
            transition:.4s
            }

        .marketing-agent-logos .gridview li img:hover{
            }

    .marketing-agent-logos .browseArrows .btn .arrow,
    .marketing-agent-logos .browseArrows .btn .arrow:before,
    .marketing-agent-logos .browseArrows .btn .arrow:after{
        background-color:#FFF;
        transition:background-color .3s ease-out;
        }

        .marketing-agent-logos .browseArrows .btn:hover .arrow,
        .marketing-agent-logos .browseArrows .btn:hover .arrow:before,
        .marketing-agent-logos .browseArrows .btn:hover .arrow:after{
            background-color:#000;
            }

        .marketing-agent-logos .gallery .hScrollbar .bg{
            background-color:#666
            }

        .marketing-agent-logos .gallery .hScrollbar .bar .solid{
            background-color:#fff
            }

        .marketing-agent-logos .gallery .scrollable .item .imgHolder{
            background-color:transparent
            }

.marketing-agent-lifestyle{
    padding:0 0 100px
    }

    .marketing-agent-lifestyle .gallery{
        padding-top:0
        }

.foundation .marketing .videos{
    margin-top:0
    }

.marketing .paraSection.b{
    margin:0 0 100px;
    background:transparent
    }

.marketing .paraSection.social{
    margin-bottom:0 !important;
    pointer-events:none;
    z-index:2
    }

.marketing-listing-photography{
    padding:0 0 100px
    }

    .foundation .marketing-listing-photography .gallery.photo.small{
        padding-top:0
        }

.marketing-email{
    margin:-100px 0;
    padding:50px 0 0
    }

    .foundation .marketing-email .gallery.photo{
        height:auto
        }

    .marketing-email .g-flex{
        direction:rtl
        }

    .marketing-email .g-flex > *{
        direction:initial
        }

    .marketing-email .marketing-email-image{
        width:420px
        }

    .marketing-email .marketing-email-image ul{
        box-shadow:0 0 0 1px #ccc;
        border-radius:3px;
        overflow:hidden
        }

    .marketing-email .marketing-email-image .email{
        height:484px;
        overflow-y:scroll;
        background:#fff
        }

    .marketing-email .marketing-email-content{
        width:calc(100% - 520px);
        padding:0 0 60px 100px
        }

    .foundation .marketing-email .gallery.photo .marketing-email-content h2{
        width:100%;
        margin:50px 0 30px;
        float:none
        }

    .foundation .marketing-email .gallery.photo .marketing-email-content p{
        width:100%;
        padding:0;
        float:none
        }

    .marketing-email .marketing-email-content .slider-controls{
        width:100%
        }

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

    .marketing-agent-logos .gridview li{
        width:20%
        }

    .paraSection.social .text{
        padding:225px 0 50px 60px !important
        }

    .marketing-email .marketing-email-content{
        width:100%;
        max-width:420px;
        margin:0 auto 30px;
        padding:0
        }

    .marketing-email .marketing-email-image{
        width:100%;
        float:none
        }

    .marketing-email .marketing-email-image ul{
        max-width:420px;
        margin:auto !important
        }

}

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

	.marketing-agent-logos{
		padding-left:0;
		}

	.marketing-agent-logo-workbook{
		margin:0;
		padding-right:0
		}

	.agent-logo-workbook{
		margin:-1px 0 0;
		padding:0 8% 60px
		}

	.agent-logo-workbook-video{
		-webkit-transform:none;
		transform:none;
		}

}

.browseArrows .btn .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	transform: scale(0, 1);
	transition: transform .2s ease-out;
}
.browseArrows .btn.l .bg {
	transform-origin: 0 50%;
}
.browseArrows .btn.r .bg {
	transform-origin: 100% 50%;
}
.browseArrows .btn.l:hover .bg {
	transform-origin: 100% 50%;
}
.browseArrows .btn.r:hover .bg {
	transform-origin: 0 50%;
}
.browseArrows .btn .arrow {
	position: absolute;
	width: 30px;
	height: 2px;
	left: 14px;
	top: 18px;
	background-color: #000;
	border-radius: 0 0 1px 1px;
}
.browseArrows .btn .arrow:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: 26px;
	top: 4px;
	transform: rotate(-45deg);
	transform-origin: 0 0;
}
.browseArrows .btn .arrow:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: 26px;
	top: 1px;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.browseArrows .btn.l .arrow {
	width: 13px;
	left: 13px;
}
.browseArrows .btn.l .arrow:before {
	left: -3px;
	top: 1px;
}
.browseArrows .btn.l .arrow:after {
	left: -3px;
	top: 4px;
}
.inverted .browseArrows .btn .bg {
	background-color: #f2f2f2;
}
@media all and (max-width: 767.5px) {
	.browseArrows .nextLabel {
		display: none;
	}
}
@media all and (min-width: 767.5px) {
	/* .gallery .hScrollbar.dragged .bar .solid, .gallery .hScrollbar .bar:hover .solid{
        transform:scale(1,4);
    }
    */
	.browseArrows .btn:hover .bg {
		transform: scale(1, 1);
	}
	.browseArrows .nextLabel {
		position: absolute;
		left: 120px;
		top: 2px;
		white-space: nowrap;
		opacity: 0;
		transition: opacity .6s ease-in-out;
		text-align: left;
		line-height: 120%;
	}
	.browseArrows .nextLabel.noAnim {
		transition: opacity 0s;
	}
	.browseArrows .nextLabel.in {
		opacity: 1;
		transition: opacity .3s ease-out;
	}
}
@media all and (min-width: 1050.5px) {
	.browseArrows .nextLabel {
		left: 150px;
	}
}
/* Custom galleries */

.officeGallery .gallery .bgGrx {
	position: absolute;
	background-color: #FFF;
	width: calc(50vw + 315px);
	height: 100%;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 100% 0;
	transition: transform 0s;
}
.officeGallery .gallery .bgGrx.animIn {
	transform: scaleX(1);
	transition: transform 1.0s cubic-bezier(0.19, 1, 0.22, 1) .2s;
}
.officeGallery .gallery .scrollable {
	/*top:25px;
    */
	top: 0;
	left: 0;
	border-right: none;
}
.officeGallery .gallery .hScrollbar {
  margin: 0;
  left: 0;
  bottom: 30px;
  width: 100%;
}
.officeGallery .gallery .browseArrows {
  margin-left: 0;
  left: 0;
}
.officeGallery .gallery .scrollable .item .imgHolder {
	background-color: transparent;
}
.gallery.video .scrollable .item {
	bottom: auto;
	top: 0;
	cursor: pointer;
}
/*.gallery.video .item .img{
    transition:transform .5s ease-out, opacity .8s ease-in-out;
}
 .gallery.video .item:hover .img{
    transform:scale(1.05,1.05);
}
*/

.gallery.video .scrollable .item p.title {
	padding: 20px 0 0 0;
}
.gallery.video .scrollable .item p.label {
	padding: 10px 0 0 0;
	color: #000;
	font-size: 16px;
}
@media all and (max-width: 1170.5px) {
	/*.gallery.small .hScrollbar,
	.gallery.video .hScrollbar {
		width: 90%;
		width: calc(100vw - 140px);
		margin: 0;
		left: 70px;
	}
	.gallery.small .browseArrows,
	.gallery.video .browseArrows {
		margin: 0;
		left: 70px;
	}
	.officeGallery .gallery .scrollable {
		left: 70px;
	}
	.gallery.video .scrollable {
		left: 70px;
	}*/
}
@media all and (max-width: 767.5px) {
	.gallery.small .hScrollbar,
	.officeGallery .gallery .hScrollbar,
	.gallery.video .hScrollbar {
		margin: 0;
		width: calc(100vw - 40px);
		left: 20px;
		right: auto;
		bottom: 0;
	}
	.gallery .browseArrows {
		margin: 0!important;
		left: 20px!important;
	}
	.gallery .scrollable {
		left: 20px!important;
	}
	.gallery.small .scrollable {
		height: 280px;
	}
	.gallery .browseArrows {
		bottom: 25px;
	}
	.gallery.small {
		padding-bottom: 0px;
	}
	.gallery .scrollable .item p.label {
		padding: 10px 10px 0 0;
	}
	.gallery.large {
		padding-bottom: 0px;
		height: 440px;
	}
	.officeGallery .gallery.small {
		height: 380px;
	}
	.officeGallery .gallery .bgGrx {
		width: 100%;
	}
	.officeGallery .gallery .scrollable {
		top: 20px;
		height: 280px;
	}
	.officeGallery .gallery .browseArrows {
		bottom: 26px;
	}
	.gallery.video .scrollable .item {
		width: 20px;
	}
	.gallery.video .scrollable .item p.title {
		padding: 10px 0 0 0;
		font-size: 14px;
	}
	.gallery.video .scrollable .item p.label {
		padding: 5px 0 0 0;
		font-size: 12px;
	}
	.gallery.video {
		height: 225px;
		padding-bottom: 70px;
		margin-bottom: 30px;
	}
	.gallery.video .scrollable {
		height: 225px;
		left: calc(50% - 525px);
	}
	.videoBlock.layered .videoMenu .clips .videoClip .circle {
		margin-left: 0px;
	}
}
/* Video player */

.player {
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.player .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	pointer-events: none!important;
	z-index: 5!important;
}
@media all and (min-width: 760px) {
	body {
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
}
/* Headers */

.header .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.header .fullscreenVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.support .rowStats {
	display: none;
}
.mainmenu .g-flex {
	width: 100%;
	float: left;
	margin: 80px 0 0
}
.mainmenu .mainmenu-cta,
.mainmenu .social {
	display: inline-block;
	width: 50%
}
.mainmenu .mainmenu-cta a {
	white-space: nowrap;
	color: #000;
	background: #fff;
	transition: opacity .3s
}
.mainmenu .mainmenu-cta a:hover {
	opacity: .8
}
@media screen and (max-width: 768px) {
	.mainmenu .g-flex {
		margin: 40px 0 0
	}
}
/*.agents .rowStats .stat:first-of-type {
    display: none;
}
*/

.clientsGallery .block:nth-of-type(3) {
	display: none;
}
.clientsGallery .block:nth-of-type(4) {
	display: none;
}
.technology .rowStats {
	margin: 240px auto 0
}
@media screen and (max-width: 500px) {
	.technology .rowStats {
		margin: 360px auto 0
	}
}
.lighboxgallery {
	position: fixed;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 500 !important;
	background-color: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	overflow: hidden;
}
.lighboxgallery .gallery {
	height: 100%;
}
.lighboxgallery .gallery .scrollable {
	margin-top: 80px;
	height: calc(100% - 200px);
	left: calc(50% - 525px);
	border-right: 1px solid #000;
}
.lighboxgallery .gallery .scrollable .item {
	pointer-events: none;
}
.lighboxgallery .gallery .scrollable .item .imgHolder {
	background-color: #000;
}
.lighboxgallery .gallery .scrollable .img.low {
	filter: none;
}
.lighboxgallery .gallery .hScrollbar {
	bottom: 30px;
}
.lighboxgallery .gallery .hScrollbar .bg {
	background-color: #4a4a4c;
}
.lighboxgallery .gallery .hScrollbar .bar .solid {
	background-color: #FFF;
}
.lighboxgallery .gallery .browseArrows .btn .arrow,
.lighboxgallery .gallery .browseArrows .btn .arrow:before,
.lighboxgallery .gallery .browseArrows .btn .arrow:after {
	background-color: #FFF;
	transition: background-color .3s ease-out;
}
@media all and (min-width: 767.5px) {
	.lighboxgallery .gallery .browseArrows .btn:hover .arrow,
	.lighboxgallery .gallery .browseArrows .btn:hover .arrow:before,
	.lighboxgallery .gallery .browseArrows .btn:hover .arrow:after {
		background-color: #000;
	}
}
.lighboxgallery .closeBtn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	transform: rotate(45deg);
	transform-origin: 25px 25px;
	cursor: pointer;
	opacity: 0;
	transition: opacity .2s ease-out;
}
.lighboxgallery .closeBtn .line {
	position: absolute;
	background-color: #FFF;
	left: 0;
	top: 0;
	margin: 10px 0 0 10px;
	transition: transform .3s ease-out;
	will-change: transform;
}
.lighboxgallery .closeBtn .line.a {
	top: 25px;
	width: 50px;
	height: 1px;
	box-sizing: content-box;
	transform: scale(1, 1);
	transition-delay: .05s;
}
.lighboxgallery .closeBtn .line.b {
	left: 25px;
	width: 1px;
	height: 50px;
	box-sizing: content-box;
	transform: scale(1, 1);
}
.lighboxgallery .closeBtn.animIn {
	opacity: 1;
	transition: opacity .5s ease-out;
}
.lighboxgallery .closeBtn.animIn .line.a,
.lighboxgallery .closeBtn.animIn .line.b {
	transform: scale(1.1, 1.1);
}
.lighboxgallery .closeBtn:hover .line.a {
	transform: scale(1.2, 1);
}
.lighboxgallery .closeBtn:hover .line.b {
	transform: scale(1, 1.2);
}
@media all and (max-width: 767.5px) {
	.lighboxgallery .gallery .scrollable {
		height: 50%
	}
	.lighboxgallery .gallery .browseArrows {
		bottom: 60px
	}
	.lighboxgallery .gallery .hScrollbar {
		width: calc(100% - 40px);
		left: 20px
	}
}
@media all and (max-width: 1145.5px) {
	.lighboxgallery .gallery .hScrollbar {
		width: 90%;
		width: calc(100% - 80px);
		margin: 0;
		left: 40px;
	}
	.lighboxgallery .gallery .browseArrows {
		margin: 0;
		left: 40px;
	}
	.lighboxgallery .gallery .scrollable {
		left: 40px;
	}
}
@media all and (max-width: 1024px) and (min-width: 460px) {
	.foundation .subpage .header .overlay {
		;
		width: 54%;
	}
	.rowStats .stat {
		width: 190px;
	}
	.agentQuote h2 {
		font-size: 36px;
	}
	.foundation .intro .right {
		padding: 30px 40px 0 40px;
	}
	.foundation .support .paraSection .text h2 {
		padding-right: 60px;
	}
	.foundation .subpage .agents .header .overlay {
		margin-top: 40px;
	}
	.foundation .subpage .technology .header .overlay {
		width: 55%;
		top: -40px;
	}
	.foundation .support .header .overlay {
		padding: 20px 50px 40px 50px;
	}
	.agentQuotes .scrollable .quote .roundImg {
		top: 40px;
	}
	.agentQuotes .scrollable .quote {
		padding: 143px 60px 0 60px;
	}
	.agentQuotes .scrollable .quote p {
		margin: 15px 0 40px 0;
	}
	.foundation .support .gallery.large .numCircle {
		margin: 80px auto 40px auto;
	}
}
.careersRedirect {
	position: absolute;
	height: calc(100% - 0);
	top: 750Px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}
@media all and (max-width: 760px) {
	.careersRedirect {
		top: 700px;
	}
}
@media all and (max-width: 460px) {
	.foundation .subpages {
		margin-bottom: 60px;
	}
	.foundation .support .gallery.large h2 {
		width: auto;
	}
	.foundation .support .gallery.large .scrollable {
		margin-top: 180px;
	}
	.foundation .subpage .header .overlay {
		padding: 15px 20px 40px 20px;
	}
	.rowStats.small .stat h2,
	.rowStats.small .stat p {
		font-size: 16px;
	}
	.foundation .tabs .tab {
		height: 80px;
	}
	.tabText .label {
		top: 30px;
	}
}
.marketing .paraSection.a .img {
	width: 90%;
	margin: 120px auto 0px;
	display: block;
	position: relative;
}
@media all and (max-width: 460px) {
	.marketing .paraSection.a .img {
		width: 90%;
		margin: 40px auto 0px;
	}
}
.marketing .paraSection.a {
	height: 820px;
	margin-top: 0px;
}
.marketing .paraSection.a .text {
	text-align: center;
	padding: 0px 0px 0px 0px;
	float: none;
	display: block;
	margin: 0 auto;
}
.marketing .paraSection.a .text .numCircle {
	margin: 0 auto;
}
.marketing .paraSection.b .img {
	top: 0px;
}
.marketing .paraSection.b {
	height: 646px;
}
.marketing .paraSection.c {
	height: 1645px;
}
.marketing .paraSection.c .img {
	top: 370px;
}
.marketing-sign {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 20px);
	margin: 10px;
	padding: 100px;
	overflow: hidden;
	color: #fff;
	background: #000
}
.sign-content {
	display: inline-block;
	width: 400px;
	z-index: 10
}
.sign-content .numCircle {
	margin-bottom: 55px;
	color: #000
}
.sign-content p {
	margin: 40px 0 0
}
.sign-content p a {
	text-decoration: underline
}
.sign-content .sign-video_play {
	cursor: pointer;
	transition: .3s
}
.sign-content .sign-video_play:hover,
.sign-video .sign-video_close:hover {
	opacity: .6
}
.sign-content .sign-video_play:before,
.sign-video .sign-video_close:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	vertical-align: middle;
	background: url("../Images/Marketing/sign-video-play.svg") center/contain no-repeat;
}
.sign-image {
	position: relative;
	display: inline-block;
	width: calc(100% - 400px);
}
.sign-image img {
	position: absolute;
	width: auto;
	max-width: 600px;
	bottom: -100px;
	left: 70%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none
}
.sign-image img.active {
	opacity: 1;
	pointer-events: auto
}
.sign-video {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 60px;
	text-align: center;
	background: #000;
	opacity: 0;
	pointer-events: none;
	transition: .6s;
	z-index: 20
}
.sign-video.video_play {
	opacity: 1;
	pointer-events: auto
}
.sign-video .sign-video_close {
	display: inline-block;
	margin: 30px 0 0;
	cursor: pointer;
	transition: .3s
}
.sign-video .sign-video_close:before {
	width: 15px;
	height: 15px;
	vertical-align: -2px;
	background-image: url("../Images/Marketing/sign-video-close.svg")
}
.sign-video .video-container {
	position: relative
}
.sign-video .video-container:after {
	content: "";
	display: block;
	padding-top: 57%;
	height: 0
}
.sign-video .video-container video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
@media all and (max-width: 900px) {
	.marketing-sign {
		width: 100%;
		margin: 0;
		padding: 30px
	}
	.sign-content {
		width: 100%;
		text-align: center
	}
	.sign-content .numCircle {
		margin-left: auto;
		margin-right: auto
	}
	.sign-content p:last-of-type {
		margin-top: 0
	}
	.sign-content .sign-video_play,
	.sign-video_close {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 10
	}
	.sign-image {
		width: 100%
	}
	.sign-image:after {
		content: "";
		display: block;
		padding-top: 100%
	}
	.sign-image img {
		max-width: 100%;
		left: 50%;
		bottom: 0
	}
	.sign-video {
		padding: 30px
	}
	.sign-video .video-container {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media all and (max-width: 460px) {
	.marketing-sign {
		padding: 30px 0
	}
	.marketing-sign h2 {
		max-width: 300px;
		margin: auto
	}
	.sign-content .numCircle {
		margin-bottom: 20px
	}
}
@media all and (max-width: 460px) {
	.marketing .paraSection.c .img {
		top: 0px;
	}
}
.marketing .paraSection.c .text {
	padding: 0px 30px;
}
.step.d .sans {
	margin-bottom: 30px;
}
.support #support-healthcare {
	display: none;
	height: 600px
}
.support > .supportQuote {
	margin-top: 90px !important
}
.support > .supportQuote.faded {
	opacity: 1 !important
}
#support-betterment {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 20px);
	margin: 10px;
	padding: 75px 45px 75px 75px;
	overflow: hidden;
	text-align: left;
	color: #fff;
	background: #000
}
#betterment-heading {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 45px;
	margin: 0 0 75px;
	line-height: 1.2em
}
#betterment-content {
	width: 50%
}
#betterment-content p {
	margin: 30px 0
}
#betterment-content ul {
	padding: 0 0 0 16px;
	text-align: left
}
#betterment-content ul li {
	font: 16px/1.4em'Compass Sans', sans-serif
}
#betterment-quote {
	box-sizing: border-box;
	width: calc(50% - 60px);
	margin: 0 0 0 60px;
	padding: 45px;
	box-shadow: inset 0 0 0 2px #fff
}
#betterment-quote p {
	position: relative;
	font: 23px/1.3em'Compass Serif', serif
}
#betterment-quote p:before {
	content: "“";
	position: absolute;
	top: 30px;
	left: -15px;
	font-size: 150px;
	opacity: .15
}
@media all and (max-width: 900px) {
	#support-betterment {
		padding: 30px
	}
	#betterment-heading {
		text-align: left;
		font-size: 30px;
		margin: 0 0 15px
	}
	#betterment-content,
	#betterment-quote {
		width: 100%
	}
	#betterment-quote {
		margin: 30px 0 0
	}
}
@media screen and (max-width: 460px) {
	#betterment-quote {
		padding: 0;
		box-shadow: none
	}
	#betterment-quote p {
		font-size: 18px
	}
	#betterment-quote p:before {
		left: -15px
	}
}
.technology .crmBlock {
	position: relative;
	width: calc(100% - 40px);
	margin: 20px;
	padding: .1px;
	text-align: center;
	color: #fff;
	background: #000
}
.technology .crmBlock img {
	width: 90%;
	max-width: 600px;
	margin: 90px auto 40px
}
.technology .crmBlock .crmBlock-text {
	width: 90%;
	max-width: 640px;
	margin: 0 auto 90px
}
.technology .crmBlock .crmBlock-text h2 {
	margin: 40px 0
}
.crmBlock .crm-video_play {
	cursor: pointer;
	transition: .3s
}
.crmBlock .crm-video_play:hover,
.crmBlock .crm-video_close:hover {
	opacity: .6
}
.crmBlock .crm-video_play:before,
.crmBlock .crm-video_close:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	vertical-align: middle;
	background: url("../Images/Marketing/sign-video-play.svg") center/contain no-repeat;
}
.crm-video-container {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 60px;
	text-align: center;
	background: #000;
	opacity: 0;
	pointer-events: none;
	transition: .6s;
	z-index: 20
}
.crmBlock.video_play .crm-video-container {
	opacity: 1;
	pointer-events: auto
}
.crm-video {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.crm-video .crm-video_close {
	display: inline-block;
	margin: 30px 0 0;
	cursor: pointer;
	transition: .3s
}
.crm-video .crm-video_close:before {
	width: 15px;
	height: 15px;
	vertical-align: -2px;
	background-image: url("../Images/Marketing/sign-video-close.svg")
}
.crm-video .video-container {
	position: relative
}
.crm-video .video-container:after {
	content: "";
	display: block;
	padding-top: 57%;
	height: 0
}
.crm-video .video-container video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.technology .crmBlock .crmBlock-text p:last-of-type {
	max-width: 510px;
	margin: 30px auto 0
}
.technology .crmBlock .crmBlock-text a {
	text-decoration: underline
}
.icon_close {
	position: fixed;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 30px;
	-webkit-transform-origin: center;
	transform-origin: center;
	cursor: pointer;
	z-index: 350
}
.icon_close:before,
.icon_close:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	top: 50%;
	left: 50%;
	background: #fff;
	transition: .6s;
	-webkit-backface-visibility: hidden
}
.icon_close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.icon_close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.icon_close:hover::before,
.icon_close:hover::after {
	width: 55px
}
#crm-data-pledge {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transition: .6s;
	z-index: 200
}
#crm-data-pledge-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3)
}
#crm-data-pledge-content {
	position: absolute;
	box-sizing: border-box;
	width: 90%;
	max-width: 500px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 30%);
	transform: translate(-50%, -30%);
	padding: 60px;
	background: #fff;
	box-shadow: 0 0 0 1px #cacaca, 2px 2px 8px 2px rgba(0, 0, 0, .1);
	opacity: 0;
	transition: .6s;
	z-index: 210
}
#crm-data-pledge_close {
	top: 10px;
	right: 10px;
	-webkit-transform: scale(.5, .5);
	transform: scale(.5, .5)
}
#crm-data-pledge_close:before,
#crm-data-pledge_close:after {
	height: 3px;
	background: #ccc !important
}
#crm-data-pledge h2 {
	margin: 0 0 45px;
	font: 700 24px/1em'Compass Sans', sans-serif;
	text-align: center
}
#crm-data-pledge h3 {
	position: relative;
	padding: 0 0 0 40px;
	text-align: left
}
#crm-data-pledge h3:not(:first-of-type) {
	margin: 15px 0 0
}
#crm-data-pledge h3:before {
	content: "01.";
	position: absolute;
	display: inline-block;
	width: 30px;
	top: 0;
	left: 0
}
#crm-data-pledge h3:nth-of-type(2):before {
	content: "02."
}
#crm-data-pledge h3:nth-of-type(3):before {
	content: "03."
}
#crm-data-pledge h3:nth-of-type(4):before {
	content: "04."
}
html.crm_data_pledge_show #crm-data-pledge {
	pointer-events: auto;
	opacity: 1 !important
}
html.crm_data_pledge_show #crm-data-pledge-content {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: opacity .15s, transform .6s
}
@media all and (max-width: 460px) {
	.technology .crmBlock {
		width: 100%;
		margin: 0
	}
	.technology .crmBlock .crmBlock-text h2 {
		margin: 20px 0
	}
	#technology-crm {
		width: 100%;
		padding: 60px 30px;
		margin: 60px 0 0
	}
	#crm-content p:nth-of-type(2) {
		margin: 30px 0 0
	}
	#crm-data-pledge-content {
		top: auto;
		bottom: 5%;
		padding: 30px;
		-webkit-transform: translate(-50%, 20%);
		transform: translate(-50%, 20%)
	}
	#crm-data-pledge_close {
		top: 5px;
		right: 5px
	}
	html.crm_data_pledge_show #crm-data-pledge-content {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}
.support-sales-manager {
	padding: 0 30px 60px;
	box-sizing: border-box;
	background: #f2f2f2
}
#sales-manager-filter {
	position: relative;
	width: 240px;
	height: 490px;
	margin: 0 60px 0 0;
	padding: 10px 0;
	overflow: hidden;
	list-style: none;
	background: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 1px #cacaca, 2px 2px 8px 2px rgba(0, 0, 0, .1);
	border-radius: 2px
}
#sales-manager-filter:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	z-index: 10
}
#sales-manager-filter ol {
	height: 100%;
	margin: 0;
	padding: 0 20px 30px;
	overflow-y: scroll;
	overflow-x: hidden
}
#sales-manager-filter li {
	display: block;
	font: 700 16px/1em'Compass Sans', sans-serif;
	padding: 20px 0;
	cursor: pointer;
	color: #ccc;
	border-bottom: 1px solid #f2f2f2;
	transition: .3s
}
#sales-manager-filter li:last-of-type {
	border-bottom: none
}
#sales-manager-filter li:hover,
#sales-manager-filter li.active {
	color: #000
}
#sales-manager-filter li span {
	display: inline-block;
	width: 30px;
	font: 16px/1em'Compass Serif', serif
}
#sales-manager-grid {
	width: calc(100% - 300px)
}
#sales-manager-grid h2 {
	margin: 0 0 40px
}
#sales-manager-grid .sales-manager_location {
	display: none
}
#sales-manager-grid .sales-manager_location > * {
	opacity: 0;
	transition: .6s
}
#sales-manager-grid .sales-manager_location.active > * {
	opacity: 1;
	transition-delay: .3s
}
.sales-manager {
	display: inline-block;
	width: calc(33.33% - 16.66px);
	margin: 0 25px 25px 0
}
.sales-manager:nth-of-type(3n) {
	margin: 0 0 25px
}
.sales-manager .sales-manager-image {
	position: relative;
	margin: 0 0 15px
}
.sales-manager .sales-manager-image:after {
	content: "";
	display: block;
	padding-top: 100%
}
.sales-manager h3 {
	font: 24px/1.15em"Compass Sans", sans-serif;
}
.sales-manager h3 span {
	display: block;
	margin: 10px 0 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35em;
	color: #6c6c6c
}
@media screen and (max-width: 1200px) and (min-width: 900px) {
	.sales-manager,
	.sales-manager:nth-of-type(3n) {
		width: calc(50% - 10px);
		margin: 0 20px 20px 0
	}
	.sales-manager:nth-of-type(2n) {
		margin: 0 0 20px
	}
}
@media screen and (max-width: 900px) {
	.support-sales-manager > .g-flex {
		/*-webkit-flex-direction:column-reverse;
        */
		/*flex-direction:column-reverse*/
	}
	#sales-manager-grid {
		width: 100%
	}
	#sales-manager-filter {
		height: 300px;
		width: 90%;
		max-width: 300px;
		margin: 0 auto 60px;
		text-align: left
	}
}
@media screen and (max-width: 600px) {
	.support-sales-manager {
		padding: 0 20px 40px
	}
	#sales-manager-filter .slider-controls {
		width: auto
	}
	.sales-manager,
	.sales-manager:nth-of-type(3n) {
		width: calc(50% - 10px);
		margin: 0 20px 20px 0
	}
	.sales-manager:nth-of-type(2n) {
		margin: 0 0 20px
	}
	.sales-manager h3 {
		font-size: 20px
	}
	.sales-manager h3 span {
		margin: 0;
		font-size: 12px
	}
}
#support-concierge,
#support-agent-healthcare {
	padding: 60px
}
.format-pull-content {
	margin: 60px auto
}
.format-pull-content .content {
	display: inline-block;
	width: calc(50% - 30px)
}
.format-pull-content .content:first-of-type {
	width: calc(50% - 60px);
	margin: 0 90px 0 0
}
.format-pull-content .content h2 {
	margin: -10px 0 45px
}
.format-pull-content .content ul {
	padding: 0 0 0 18px;
	font-family: "Compass Sans", Helvetica, sans-serif;
}
@media screen and (max-width: 900px) {
	#support-concierge,
	#support-agent-healthcare {
		padding: 60px 30px 30px
	}
	.format-pull-content .content {
		display: block;
		width: 100% !important
	}
	.format-pull-content .content:first-of-type {
		margin: 0 0 30px
	}
}
/* HEADER */

#header {
	position: absolute;
	width: 100%;
	/*top:35px;
    */
	left: 0;
	padding: 0 20px;
	-webkit-transform: translateY(-150px);
	transform: translateY(-150px);
	font-size: 0;
	background: transparent;
	border-bottom: 2px solid transparent;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	box-sizing: border-box;
	transition: .3s;
	z-index: 100
}
html.loaded #header {
	-webkit-transform: translateY(35px);
	transform: translateY(35px)
}
html.header_stick #header {
	position: fixed;
	top: -120px;
	padding: 15px 20px;
	-webkit-transform: translateY(0);
	transform: translateY(0) -webkit-filter: invert(0);
	filter: invert(0);
	background: #fff;
	border-bottom: 2px solid #f2f2f2
}
html.header_stick #header-logo .compassLogo {
	max-width: 160px
}
html.header_stick.header_drop #header {
	top: 0
}
html.presentation_mode #header {
	background: transparent;
	border-bottom: none
}
html.presentation_mode #header-logo,
html.presentation_mode #header-button {
	opacity: 0;
	pointer-events: none
}
@media screen and (min-width: 767.5px) {
	/* html{
         padding-top:70px;
         background:#000;
    }
     */
	#mainLogo:not(.intro) {
		display: none
	}
	/* .home .header .gridCenter .vertiLine._0{
         top:100px
    }
     .home .header .gridCenter h2{
         margin-top:-90px
    }
     .home .header .gridCenter .vertiLine._1{
         bottom:160px
    }
     .header{
        height:calc(90vh - 80px)
    }
     .home .header{
        height:calc(90vh - 80px) !important
    }
     .offices{
        min-height:calc(100vh - 180px) !important
    }
     */
}
@media screen and (max-width: 767.5px) {
	.mainmenu .mainmenu-cta {
		opacity: 0;
		transition-delay: 0s
	}
	.mainmenu.open .mainmenu-cta {
		opacity: 1;
		transition: .3s .6s
	}
}
@media screen and (max-width: 600px) {
	#dot-navigation {
		display: none !important
	}
}
.mainmenu .gridCenter {
	top: 240px
}
.menuToggle,
.mainmenu .logo {
	display: none
}
.mainmenu .logo {
	display: block;
	margin-bottom: 60px
}
#header-menu {
	position: relative;
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	padding: 4px;
	cursor: pointer
}
#header-menu:after {
	content: "Menu";
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	font: 18px/1em"Compass Sans", Helvetica, sans-serif;
	transition: .6s
}
#menu-button {
	position: relative;
	height: 100%
}
#menu-button .dot {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 200%;
	background: #000;
	cursor: pointer;
	transition: .2s ease-in-out
}
#menu-button .dot:nth-of-type(1) {
	top: 0;
	left: 0
}
#menu-button .dot:nth-of-type(2) {
	top: 0;
	left: calc(50% - 3px)
}
#menu-button .dot:nth-of-type(3) {
	top: 0;
	right: 0
}
#menu-button .dot:nth-of-type(4) {
	bottom: 0;
	left: 0;
}
#menu-button .dot:nth-of-type(5) {
	bottom: 0;
	left: calc(50% - 3px)
}
#menu-button .dot:nth-of-type(6) {
	bottom: 0;
	right: 0
}
#header-menu:hover .dot:nth-of-type(1) {
	-webkit-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px)
}
#header-menu:hover .dot:nth-of-type(2) {
	-webkit-transform: translate(0, -3px);
	transform: translate(0, -3px);
	transition-delay: .05s;
}
#header-menu:hover .dot:nth-of-type(3) {
	-webkit-transform: translate(2px, -2px);
	transform: translate(2px, -2px);
	transition-delay: .1s;
}
#header-menu:hover .dot:nth-of-type(4) {
	-webkit-transform: translate(-2px, 2px);
	transform: translate(-2px, 2px);
	transition-delay: .1s;
}
#header-menu:hover .dot:nth-of-type(5) {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	transition-delay: .05s
}
#header-menu:hover .dot:nth-of-type(6) {
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
	transition-delay: .15s;
}
html.menu_open {
	overflow: hidden
}
html.menu_open #header-menu .dot {
	transition: .3s cubic-bezier(0.77, 0, 0.175, 1) !important
}
html.menu_open #header-menu .dot:nth-of-type(1),
html.menu_open #header-menu .dot:nth-of-type(3) {
	-webkit-transform: translate(0, -4px);
	transform: translate(0, -4px)
}
html.menu_open #header-menu .dot:nth-of-type(2) {
	-webkit-transform: translate(0, 13.5px);
	transform: translate(0, 13.5px)
}
html.menu_open #header-menu .dot:nth-of-type(5) {
	-webkit-transform: translate(0, -13.5px);
	transform: translate(0, -13.5px)
}
html.menu_open #header-menu .dot:nth-of-type(4),
html.menu_open #header-menu .dot:nth-of-type(6) {
	-webkit-transform: translate(0, 4px);
	transform: translate(0, 4px)
}
html.menu_open #header-menu:hover .dot:nth-of-type(1) {
	-webkit-transform: translate(-2px, -6px);
	transform: translate(-2px, -6px);
}
html.menu_open #header-menu:hover .dot:nth-of-type(3) {
	-webkit-transform: translate(2px, -6px);
	transform: translate(2px, -6px);
}
html.menu_open #header-menu:hover .dot:nth-of-type(4) {
	-webkit-transform: translate(-2px, 6px);
	transform: translate(-2px, 6px)
}
html.menu_open #header-menu:hover .dot:nth-of-type(6) {
	-webkit-transform: translate(3px, 6px);
	transform: translate(3px, 6px)
}
html.menu_open #header {
	position: fixed !important;
	-webkit-filter: invert(100%);
	filter: invert(100%)
	/*-webkit-transform:translateY(35px) !important;
    */
	/*transform:translateY(35px) !important*/
}
#header.inverted {
	-webkit-filter: invert(100%);
	filter: invert(100%)
}
html.menu_open #header-menu:after {
	opacity: 0;
	pointer-events: none
}
#header-logo svg rect {
	transition: fill .6s linear
}
.mainmenu .logo {
	display: none
}
#header-logo {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
#header-logo .compassLogo {
	display: inline-block;
	vertical-align: middle
}
#header-logo .compassLogo .st0 {
	fill: #000
}
#header-button {
	position: absolute;
	display: inline-block;
	width: 200px;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	box-sizing: border-box;
	background: transparent;
	box-shadow: inset 0 0 0 2px #000
}
#header-button:hover {
	color: #fff
}
#header-button .hover {
	background: #000
}
#header-button .arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	margin-left: 0
}
.button {
	display: inline-block;
	position: relative;
	height: 50px;
	padding: 0 25px;
	font: 20px/50px"Compass Sans", Helvetica, sans-serif;
	background: #fff;
	transition: .2s;
	cursor: pointer
}
.button .arrow {
	margin-left: 15px
}
.button .text {
	position: relative;
	display: inline-block;
	z-index: 1
}
.button_hover:hover .arrow,
.button_hover:hover .arrow:before,
.button_hover:hover .arrow:after {
	transition: .2s
}
.button_hover:hover .arrow,
.button_hover:hover .arrow:before,
.button_hover:hover .arrow:after {
	background-color: #fff
}
.hover {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #000;
	transition: .4s
}
.button.hover_in .hover {
	height: 100%
}
.button.hover_out .hover {
	top: auto;
	bottom: 0
}
.button_hover_ltr .hover {
	width: 0;
	height: 100%
}
.button_hover_ltr.hover_in .hover {
	width: 100%
}
.button_hover_ltr.hover_out .hover {
	right: 0;
	left: auto
}
.button.bg-black {
	color: #fff;
	background: #000
}
.button.bg-black .arrow,
.button.bg-black .arrow:before,
.button.bg-black .arrow:after {
	background-color: #fff
}
.button.bg-black .hover {
	background: #fff
}
.button.bg-black.button_hover:hover {
	color: #000
}
.button.bg-black.button_hover:hover .arrow,
.button.bg-black.button_hover:hover .arrow:before,
.button.bg-black.button_hover:hover .arrow:after {
	background-color: #000 !important
}
@media all and (max-width: 767.5px) {
	#header {
		display: none
	}
	.menuToggle {
		display: block
	}
	.mainmenu .gridCenter {
		top: 90px
	}
	.mainmenu .block {
		width: 100%
	}
}
/* HEADER - END */

/* NAVIGATION */

#dot-navigation {
	position: fixed;
	bottom: 20px;
	left: 15px;
	mix-blend-mode: difference;
	filter: grayscale(100%) contrast(200%) saturate(200%);
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	z-index: 100
}
html.loaded.header_stick:not(.menu_open) #dot-navigation {
	opacity: 1;
	pointer-events: auto
}
#dot-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#dot-navigation ul li {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 auto 20px;
	box-shadow: inset 0 0 0 2px #999;
	cursor: pointer;
	transition: .2s;
	border-radius: 100%
}
#dot-navigation ul li.active {
	background: #999
}
#dot-navigation ul li span,
#navigation_next[data-scroll=".mainfooter"]:after {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translate(75px, -50%);
	transform: translate(75px, -50%);
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 700 12px/1em"Compass Sans", Helvetica, sans-serif;
	color: #999;
	opacity: 0;
	pointer-events: none;
	transition: .15s
}
/* the line */

#dot-navigation ul li:before,
#navigation_next[data-scroll=".mainfooter"]:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(30px, -50%);
	transform: translate(30px, -50%);
	background: #999;
	transition: .1s
}
/* the background circular that appears on hover */

#dot-navigation ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 2px rgba(125, 125, 125, .3);
	opacity: 0;
	transition: .15s ease-in;
	border-radius: 100%
}
#dot-navigation ul li:hover::after {
	width: 200%;
	height: 200%;
	background: rgba(125, 125, 125, .1);
	opacity: 1
}
#dot-navigation ul li:hover span,
#navigation_next[data-scroll=".mainfooter"]:hover::after {
	opacity: 1;
	transition: .3s .15s
}
#dot-navigation ul li:hover::before,
#navigation_next[data-scroll=".mainfooter"]:hover::before {
	width: 30px
}
#dot-navigation #navigation_next {
	position: relative;
	width: 30px;
	height: 30px;
	box-shadow: inset 0 0 0 2px #999;
	border: none;
	background: transparent;
	border-radius: 100%;
	outline: none;
	transition: .2s;
	cursor: pointer
}
#dot-navigation #navigation_next-icon:before,
#dot-navigation #navigation_next-icon:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 2px;
	top: 52%;
	left: 50%;
	transition: .2s;
	background: #999
}
#dot-navigation #navigation_next-icon:before {
	-webkit-transform: translate(-80%, -50%) rotate(40deg);
	transform: translate(-80%, -50%) rotate(40deg)
}
#dot-navigation #navigation_next-icon:after {
	-webkit-transform: translate(-20%, -50%) rotate(-40deg);
	transform: translate(-20%, -50%) rotate(-40deg);
}
#dot-navigation #navigation_next:hover {
	transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	background: rgba(255, 255, 255, .9);
	box-shadow: inset 0 0 0 2px #aaa
}
#dot-navigation #navigation_next:hover #navigation_next-icon:before,
#dot-navigation #navigation_next:hover #navigation_next-icon:after {
	height: 2px;
	background: #000
}
#navigation_next[data-scroll=".mainfooter"]:after {
	content: "Join us";
	font-size: 10px
}
#navigation_next[data-scroll=".mainfooter"]:before {
	margin-left: 10px
}
#navigation_next[data-scroll=".mainfooter"] #navigation_next-icon:before,
#navigation_next[data-scroll=".mainfooter"] #navigation_next-icon:after {
	display: none
}
#navigation_next[data-scroll=".mainfooter"] #navigation_next-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20%;
	height: 20%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #aaa;
	border-radius: 100%;
}
#navigation_next[data-scroll=".mainfooter"]:hover #navigation_next-icon {
	background: #000
}
#dot-navigation #navigation_next span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 12px/1em"Compass Sans", Helvetica, sans-serif;
	color: #aaa;
	opacity: 0;
	transition: opacity .2s
}
/* NAVIGATION - END */

/* ANIMATION */

@-webkit-keyframes fadeinUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(45px);
		transform: translateX(45px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeinUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(45px);
		transform: translateY(45px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
#leadership-content.content_fadein .slick-slide > * {
	-webkit-animation: fadeinUp .3s ease-in-out both;
	animation: fadeinUp .3s ease-in-out both
}
.css_fadeinup {
	opacity: 1;
	pointer-events: auto;
	-webkit-animation: fadeinUp .6s both;
	animation: fadeinUp .6s both
}
@-webkit-keyframes fadeoutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px)
	}
}
@keyframes fadeoutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px)
	}
}

.css_fadeoutup{
    -webkit-animation:fadeoutUp .6s both;
    animation:fadeoutUp .6s both
    }

/* ANIMATION - END */

/* FOUNDATION COVER */

.foundation-videos {
	width: 100%;
	height: 100%;
	background: #000
}

.foundation-videos.video_play .bg,
.foundation-videos.video_play:after,
.foundation-videos.video_play .video-button {
	opacity: 0;
	pointer-events: none
}
.foundation-videos ~ .overlay {
	position: relative !important;
	width: 90% !important;
	max-width: 720px;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	-webkit-transform: none;
	transform: none;
	margin: 60px auto;
	padding: 0 !important;
	text-align: center;
	background: transparent !important
}
.foundation-videos ~ .overlay h2 {
	padding-right: 0 !important
}
.foundation-videos.video_play ~ .overlay,
.foundation-videos.video_play ~ .scrollBtn {
	opacity: 0;
	pointer-events: none
}
.foundation-videos .bg {
	height: 100% !important;
	cursor: pointer;
	transition: .6s
}
.foundation-videos iframe {
	width: 100%;
	height: 100%;
	margin: auto
}
.foundation-videos:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
	pointer-events: none;
	transition: .6s;
	z-index: 1
}
.foundation-videos .video-button {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 15px 24px 12px;
	white-space: nowrap;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	transition: .6s;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px #000;
	background: rgba(255, 255, 255, .3);
	z-index: 2;
}
.foundation-videos .video-button .video-button-icon {
	display: inline-block;
	width: 15px;
	vertical-align: -2px;
	margin-right: 15px
}
.foundation-videos .video-button .video-button-text {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px
}
.foundation .subpage .header .overlay {
	padding-top: 20px
}
@media screen and (max-width: 767.5px) {
	.foundation .subpage .header,
	.foundation .foundation-videos {
		height: 300px
	}
	.foundation-videos:after {}
}
/* FOUNDATION COVER - END */

/* PROGRAMS  */

#programs-hero{
	margin:180px auto 90px
	}

	#programs-hero h1{
		width:calc(50% - 30px);
		margin:0 60px 0 0
		}

	#programs-hero-content{
		width:calc(50% - 30px)
		}

	#programs-hero-content p{
		margin:0 0 30px
		}

	#programs-hero-content .standardBtn{
		padding:4px 70px 4px 25px;
		background:#000
		}

	#programs-hero-content .standardBtn .arrow{
		filter:invert(100%)
		}

	#programs-hero-content .standardBtn .arrow,
	#programs-hero-content .standardBtn .arrow:before,
	#programs-hero-content .standardBtn .arrow:after{
		background:#000 !important;
		}

	.button > span:not(.arrow){
		position:relative;
		z-index:1
		}

     .hover{
        position:absolute;
        width:0%;
        height:100%;
        top:0;
        left:0;
        background:#2a2a2a;
        transition:.2s
        }

        .button.hover_in .hover{
            width:100%;
            height:100%
            }

        .button.hover_out .hover{
            left:auto;
            right:0
        	}

#program-blocks{
	padding:60px 0;
	background:#f2f2f2
	}

	#programs-agent-hero,
	#programs-client-hero{
		max-width:500px;
		margin:30px auto 60px;
		text-align:center;
		}

	#programs-agent-hero h2,
	#programs-client-hero h2{
		margin:0 0 30px
		}

	#program-blocks .block{
		position:relative;
		margin:0 0 60px
		}

	#program-blocks .block-image{
		width:calc(50% + 120px);
		float:right
		}

	#program-blocks .block-content{
		position:absolute;
		box-sizing: border-box;
		width:calc(50% - 60px);
		top:50%;
		right:0;
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%);
		padding:60px;
		background:#fff;
		z-index:1
		}

	#program-blocks .block-content h3{
		margin:0 0 10px;
		font-size:36px;
		}

	#program-blocks .block-content .block-content-subtitle{
		display:block
		}

	#program-blocks .block-content .block-content-content{
		margin:30px 0
		}

	#program-blocks .block-content .block-content-content ul{
		padding:0 0 0 17px
		}

	#program-blocks .block.d-rtl .block-image{
		float:none
		}

	#program-blocks .block.d-rtl .block-content{
		right:auto;
		left:0
		}

	#program-blocks .block .block-content .content-label{
		position: absolute;
		width: 40px;
		height: 100%;
		left: 0;
		top: 0;
		background: #000;
		color: #fff;
		}

	#program-blocks .block .block-content .content-label span{
    	position: absolute;
    	display:inline-block;
    	top: 50%;
    	left: 50%;
    	-webkit-transform:translate(-50%,-50%) rotate(-90deg);
		transform:translate(-50%,-50%) rotate(-90deg);
		-webkit-transform-origin:center;
		transform-origin:center;
    	white-space: nowrap;
    	font-weight: bold;
    	line-height: 1em;
		}

	#program-blocks .block .block-content .content-label ~ *{
		padding-left:30px
		}

	#programs-agent-hero .dotsCircle {
		position: relative;
    left: 50%;
    height: 140px;
	}

	#programs-client-hero .dotsCircle {
		position: relative;
    margin-top: 100px;
    left: calc(50% - 30px);
    height: 110px;
	}

	#program-blocks .identityDot .inner {
		background-color: rgb(0,0,0);
	}

#programs-video{
	max-width:1100px;
	margin:90px auto
	}

	#programs-video .video{
		background:#000
		}

	#programs-video .video-button{
		filter:invert(100%)
		}

	#programs-video-content{
		margin:30px 0 0
		}

	#programs-video-content h2{
		width:calc(50% - 30px);
		margin:0 60px 0 0
		}

	#programs-video-content p{
		width:calc(50% - 30px);
		max-width:300px
		}

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

	#programs-hero h1{
		width:100%;
		margin:0 0 30px
		}

		#programs-hero-content{
			width:100%;
			}

	#program-blocks .block{
		max-width:600px;
		margin:0 auto 60px
		}

		#program-blocks .block .block-image{
			width:100%;
			float:none
			}

		#program-blocks .block .block-content{
			position:relative;
			width:90%;
			margin:-60px auto 0;
			top:auto;
			left:auto !important;
			right:auto !important;
			transform:none
			}

		#program-blocks .block .block-content h3{
			font-size:24px;
			font-weight:700
			}

		#program-blocks .block .block-content .content-label{
			width:100%;
			height:40px
			}

		#program-blocks .block .block-content .content-label span{
			left:50%;
			-webkit-transform:translate(-50%,-50%);
			transform:translate(-50%,-50%);
			}

		#program-blocks .block .block-content .content-label ~ h3{
			margin-top:30px
			}

		#program-blocks .block .block-content .content-label ~ *{
			padding-left:0
			}

	#programs-video{
		margin:90px auto
		}

		#programs-video-content{
			max-width:600px;
			margin:30px auto 0
			}

		#programs-video-content h2{
			width:100%;
			margin:0 0 30px
			}

		#programs-video-content h2 br{
			display:none
			}

		#programs-video-content p{
			width:100%
			}

}

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

	#programs-hero{
		margin:45px auto
		}

	#program-blocks{
		padding:60px 0 0
		}

	#program-blocks .block .block-image{
		width:100vw;
		margin:0 -5vw
		}

	#program-blocks .block .block-content{
		width:100%;
		padding:30px
		}

	#program-blocks .block-content h3{
		margin:0 0 15px
		}

	#programs-video{
		margin:60px auto
		}

}

/* PROGRAMS - END  */

/* ANYWHERE  */

.anywhere *,
.anywhere *:before,
.anywhere *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.anywhere p {
	font-size: 22px;
  line-height: 1.5em;
}

.anywhere .image-tall {
	position: relative;
	width: 90%;
	margin-left: 10%;
	padding-top: 109%;
}

.anywhere .image-tallExtendRight {
  width: calc(100% + 90px);
}

.anywhere .image-small {
  position: relative;
	padding-top: 70%;
	width: 100%;
}

.anywhere .image-smallExtendLeft {
  width: calc(100% + 90px);
}

#anywhere-hero {
	position: relative;
	margin: 0 0 150px;
}

#anywhere-hero > * {
	width: 50%;
}

#anywhere-image {
	position: relative;
	max-height: 800px;
}

#anywhere-image:after {
	content: '';
	display: block;
	padding-top: 150%;
}

#anywhere-hero-content > * {
	width: 90%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#anywhere-hero-content .t-heading {
	margin-bottom: 30px;
	font-family: 'Compass Sans', sans-serif;
	line-height: 1em;
	font-size: 72px;
}

#anywhere-hero #hero-cta {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
  transform: translate(-50%,50%);
  z-index: 6;
}

#anywhere-hero #hero-cta .standardBtn {
	padding: 10px 35px;
  box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.1);
}

#anywhere-hero #hero-cta .standardBtn span{
	display: inline-block;
	margin-left: 15px;
}

#anywhere-player {
	position: relative;
	width: 50%;
	margin: 0 auto;
}

.anywhere-overview .inner {
	margin: 120px auto 0 auto;
}

.anywhere-overview .image-caption {
	margin-bottom: 120px;
}

.anywhere-overview .image-caption ul{
	margin: 30px 0;
	padding: 0;
	list-style: none;
	font-family: 'Compass Sans';
}

.anywhere-overview .image-caption ul li {
	margin: 10px 0;
}

#anywhere-description .g-flex-col:first-child {
	flex: 0 0 35%;
}

#anywhere-description .g-flex-col:last-child {
	flex: 0 0 65%;
}

#anywhere-description .inner {
	margin: 90px auto;
}

#anywhere-description .image-quote {
	margin-bottom: 20px;
	text-indent: -17px;
}

#anywhere-description p.image-quote-attr {
	font-size: 16px;
}

#anywhere-faq .inner {
  margin: 90px auto;
}

#anywhere-faq .faq-card {
  position: relative;
  padding: 70px 40px;
  background: #f9f9f9;
}

#anywhere-faq .faq-image {
	position: relative;
	grid-column: 2 / 4;
}

#anywhere-faq .faq-cardHeadline {
  margin-bottom: 40px;
	font-family: 'Compass Serif', serif;
	font-weight: 400;
  font-size: 26px;
}

#anywhere-faq .faq-cardText a {
  border-bottom: 1px solid black;
}

#anywhere-faq p.faq-cardText {
	font-size: 16px;
}

.anywhere .agent .overlay h4 {
	margin-top: 0;
}

.anywhere .agent .overlay p {
	font-size: 16px;
}

/* Override stats styles */
.anywhere .rowStats.small .stat:first-of-type {
	margin-left: 0;
}

.anywhere .rowStats.small .stat {
	width: auto;
	margin: 0;
}

.anywhere .rowStats.small .stat h2,
.anywhere .rowStats.small .stat p {
	max-width: 170px;
}

.anywhere .case-study-heading {
	margin-bottom: 20px;
	max-width: 330px;
	font-size: 44px;
}

.anywhere .case-study-text {
	margin-bottom: 60px;
  max-width: 510px;
}

.anywhere .case-study iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.anywhere .case-study .object-fit {
	z-index: 2;
}

.anywhere .case-study-video .object-fit {
	cursor: pointer;
}

.anywhere .case-study .video-button {
	z-index: 3;
}

.anywhere .case-study .video-button-text {
	color: white;
}

.anywhere .case-study .dotsCircle {
	position: absolute;
	left: -40px;
	top: 4px;
}

.anywhere .case-study .identityDot .inner {
	width: 5px;
	height: 5px;
}

.anywhere .case-study-video .object-fit,
.anywhere .case-study-video .video-button {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

.anywhere .case-study-video-play .object-fit,
.anywhere .case-study-video-play .video-button {
	opacity: 0;
}

.anywhere .case-study .quote {
	grid-column: 3 / 5;
}

.anywhere .case-study .quote p {
	position: relative;
	padding-top: 20px;
	font-size: 16px;
}

.anywhere .case-study .quote p:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #000;
	top: 0px;
	left: 0;
}

.anywhere .case-study .rowStats.small {
	width: 75%;
	margin: 0 auto 0 0;
}

.anywhere .case-study:nth-child(2n) .rowStats.small {
	width: 75%;
	margin: 0 0 0 auto;
}

/* Desktop */
@media screen and (min-width: 900px) {


  .anywhere .indent-left {
    margin-left: 80px;
  }

  .anywhere .indent-right {
    margin-right: 80px;
  }

  .anywhere .services-list.shift-up {
    margin-top: -40px;
  }

  .anywhere .services-list.shift-up {
    margin-top: -80px;
  }
}

/* Small */
@media screen and (max-width: 1200px) and (min-width: 900px) {
  .anywhere .g-flex-col:first-child {
    padding-right: 30px;
  }

  .anywhere .g-flex-col:last-child {
    padding-left: 30px;
  }

	#anywhere-description .image-quote {
		font-size: 32px;
	}

  .anywhere .indent-left {
    margin-left: 40px;
  }

  .anywhere .indent-right {
    margin-right: 40px;
  }

  .anywhere .services-list.shift-up {
    margin-top: -120px;
  }
}

/* Tablet */
@media screen and (max-width: 1200px) {

	#anywhere-hero #hero-content > * {
	  max-width: 400px;
	}

  #anywhere-list .services-list .service {
    font-size: 26px;
  }

	#anywhere-description .image-quote {
		text-indent: -12px;
	}

  #anywhere-faq .faq-card {
    padding: 50px 20px;
  }

  #anywhere-faq p.faq-cardText {
    font-size: 16px;
  }
}

/* Mobile */
@media screen and (max-width:900px) {
	.anywhere p {
		font-size: 16px;
	}

	#anywhere-hero-content .t-heading {
		font-size: 45px;
	}

	#anywhere-image,
	#anywhere-hero-content {
		width: 100%;
	}

	#anywhere-image {
		order: 1;
	}

	#anywhere-hero-content {
		display: block;
		margin: 60px 0;
		order: 2;
	}


  	#hero-cta {
  		order: 3;
  	}

  #hero-content {
    text-align: center;
  }

  #hero-content > * {
    margin-left: auto;
    margin-right: auto;
  }

  #hero-cta {
    text-align: center;
  }

  .anywhere-overview .inner {
    margin: 80px auto 0 auto;
  }

	.anywhere-overview .image-caption p {
		margin-bottom: 60px;
	}

	#anywhere-description .g-flex-col:first-child,
	#anywhere-description .g-flex-col:last-child {
		flex: 0 0 100%;
	}

	#anywhere-description .inner,
	#anywhere-faq .inner {
  	margin: 50px auto;
	}

  #anywhere-faq .faq-card {
    margin-bottom: 20px;
  }

  #anywhere-faq .disclaimer {
    margin-top: 0;
    padding-left: 0;
    font-size: 10px;
    line-height: 1.2em;
  }

  .anywhere .image-caption {
    margin-top: 0;
  }

  .anywhere .image-tall:not(.image-tallExtendRight) {
    padding-top: 80%;
    width: 70%;
  }

  .anywhere .image-tallExtendRight {
    margin-left: 30%;
    padding-top: 60%;
    width: calc(70% + 40px);
  }

  .anywhere .image-small {
		margin: 60px auto 50px 20%;
  }

	.anywhere .case-study-heading {
		font-size: 32px;
	}

	.anywhere .case-study .rowStats.small,
	.anywhere .case-study:nth-child(2n) .rowStats.small {
		margin: 0 auto;
		text-align: center;
	}

	.anywhere .case-study .rowStats.small .stat {
		display: inline-block;
		text-align: center;
		padding: 0 20px 0 20px;
	}

	.anywhere .case-study .rowStats.small .stat h2 {
		font-size: 16px;
	}

	.anywhere .case-study .rowStats.small .stat h2:before {
		content: none;
	}

	.anywhere .case-study .rowStats.small .stat p {
		position: relative;
		top: 0;
		font-size: 16px;
	}

	.anywhere .case-study .quote {
		padding-top: 40px;
	}

	.anywhere .case-study .quote p {
		padding-top: 40px;
	}

	.anywhere .case-study .quote p:before {
		left: calc(50% - 15px);
	}
}

.form-test-hide {
	display: none;
}

.form-test-hide.form-test-hide--disable {
	display: initial;
}

.g-recaptcha-outer {
	display: flex;
	width: 100%;
}

.g-recaptcha {
	margin: 15px auto 0;
}

.g-recaptcha.g-recaptcha--error iframe {
	border: 2px solid #f77;
}

@media screen and (max-width: 767.5px) {
	.g-recaptcha {
		margin-left: 0;
	}
}

/* ANYWHERE - END  */

.bg-gray{background:#f2f2f2}
.bg-black{background:#000}
.cr-white{color:#fff}
