@selector headings :any(h1, h2, h3, h4, h5, h6);
@selector inputs :any(input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], input[type=date], input[type="time"], input[type="datetime-local"], input[type="month"], textarea, select, .select-container>select, .select-container.fancy>.faux-select);
@selector hyperlinks a:not(.button):any(, :link, :visited, :active, :hover, :focus);
@selector buttons :any(.button, button.button, input[type="submit"], input[type="button"], a.button);

/*!
Theme Name: OTAK
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: otak
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OTAK is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Previous CSS */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 56px 0 48px 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	height: 180px;
	resize: none;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	font-size: 16px;
	margin-bottom: 1.5em;
	line-height: 1.6;
}
p.large {
	font-family: "Montserrat";
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: $(theme_color_4);
	text-align: center;
	display: block;
	margin: 64px auto;
	max-width: 640px;
}
p.two-col {
	column-count: 2;
	column-gap: 48px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
::placeholder {
	color: #9C9B91;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #9C9B91;
}
::-ms-input-placeholder {
	color: #9C9B91;
}
input.bold::placeholder {
	color: $(theme_color_2);
	font-weight: 700;
	opacity: 1;
}
input.bold:-ms-input-placeholder {
	color: $(theme_color_2);
	font-weight: 700;
	opacity: 1;
}
input.bold::-ms-input-placeholder {
	color: $(theme_color_2);
	font-weight: 700;
	opacity: 1;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #F7F7EB;
	color: #666;
	border: 1px solid #D3D3BC;
	padding: 10px 16px;
	font-size: 14px;
	font-family: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	background: #fff;
}
input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="range"].error,
input[type="date"].error,
input[type="month"].error,
input[type="week"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="color"].error,
textarea.error {
	border-color: red;
	position: relative;
	z-index: 100;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
a {
	color: #3A95B1;
}
a:visited {
	color: #3A95B1;
}
a:hover,
a:focus,
a:active {
	color: #404040;
}
a:hover,
a:active {
	outline: 0;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* Experience Search */
.experience-hero{transition: opacity 1s; width: 100%; position: relative; z-index: 0; opacity: 2;}
.experience-hero.fade-out{opacity: 0; position: absolute;}
.experience-hero ~ section{position: absolute; opacity: 0; transition: opacity 2s; height: 0px; overflow: hidden;}
.experience-hero ~ section.show{position: relative; opacity: 1; height: auto; overflow: auto;}
.experience-hero .pill-search .fa-search{cursor: pointer;}
/*.experience-hero{display: none;}
.experience-loading{display: none;}*/
.experience-loading{text-align: center; padding-top: 100px; padding-bottom: 100px;}
.experience-loading .image-wrap{height: 50px; width: 50px; margin: auto; overflow: hidden;}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main.posts-navigation,
.site-main.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.sticky {
	display: block;
}
.post,
.page {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/* End of Previous CSS */

/* Sitewide */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700');
textarea:focus,input:focus{outline:none;}
._block{display:block;}
._flexHCenter{display:flex;align-items:center;justify-content:center;}
._flexVCenter{display:flex;align-items:center;justify-content:center;flex-direction:column;}
._hand{cursor:pointer;}
._w100{width:100%;}
._hide{display:none;}
._cover{-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;}
._noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  supported by Chrome and Opera */
}
._Montserrat{font-family:Montserrat, sans-serif;}
#content,main,#pg-right,body{width:100%;}
#page{width:100%;height:100%;position:relative;}
/* #pg-left{width:185px;height:100vh;position:fixed;z-index:100;} */
#pg-right{font-family:'Open Sans', sans-serif;}
.home {
	padding-top: 0!important;
}
.page-template-default {
	padding-top: 87px;
}
.single-news-events .site-content {
	padding-top: 87px;
}
.page-child {
	padding-top: 87px;
}
.team-template-default {
	padding-top: 87px;
}
.post-template-default {
	padding-top: 87px;
}
@media screen and (max-width: 991px) {
	.page-template-default {
		padding-top: 50px;
	}
	.page-child {
		padding-top: 50px;
	}
	.team-template-default {
		padding-top: 50px;
	}
	.post-template-default {
		padding-top: 50px;
	}
	.single-news-events .site-content {
		padding-top: 75px;
	}
}
#pg-right .pg-right_margin{width:100%;box-sizing:border-box;}
.floatLeft{float:left;}
header#masthead{font-family:Montserrat, sans-serif;height:100vh;display:flex;flex-flow:column;}
header#masthead #H_Logo_Block{width:100%;background-color:#fbfbf4;display:flex;}
header#masthead #H_Logo{width:100%;height:134px;background-repeat: no-repeat; position: relative; z-index: 1001;}
header#masthead .HnB_Logo{height:40px;width:100%;}
header#masthead #dayCPM_Logo{
	background: url('/wp-content/themes/otak/assets/images/header-nav2-logo.png');
	background-repeat: no-repeat!important;
	background-position: center center!important;
}
header#masthead .mobile-nav-button{display:none;background-color:#fbfbf4;}
header#masthead .mobile-nav-logo{display:none;}
header#masthead .menu-options{display:flex;flex-flow:column;flex:1;}
header#masthead .hasSideNav:hover .SideNav{display:block;}
header#masthead .nav-1{width:100%;position:relative;}
header#masthead .nav-1 .nav_bg{width:100%;height:100%;background-color:#e8e8da;opacity:0.85;position:absolute;z-index:0;top:0;}
header#masthead .nav-1 .nav_one{width:100%;height:32px;margin-bottom:25px;position:relative;z-index:10;}
header#masthead .nav-1 .nav_one:first-child{margin-top:44px;}
header#masthead .nav-1 div.nav_one:last-of-type{margin-bottom:44px;}
header#masthead .nav-1 .nav_H_link{display:block;width:100%;height:auto;padding:6px 0;text-align:center;color:#313e46;font-weight:700;text-decoration:none;font-size:14px;text-transform:uppercase;}
header#masthead .nav-1 .nav_H_link:hover,
header#masthead .nav-1 .hasSideNav.active .nav_H_link{background-color:#455560;color:#FFF;}
header#masthead .nav-1 .nav_H_link>*{float:none;}
header#masthead .nav-1 a{text-decoration:none;}
header#masthead .nav-1_active{background-color:#455560;color:#fbfbf4;}
header#masthead .H_navfill_block{flex:1;background-color:#fbfbf4;}
header#masthead .nav-2{width:100%;font-size:11px;}
header#masthead .nav-2 a{display:block;width:100%;height:32px;text-align:center;line-height:32px;margin-bottom:14px;color:#313e46;font-weight:700;text-decoration:none;}
header#masthead .nav-2 a:last-child{margin-bottom:17px;}
header#masthead .nav-2_active{background-color:#455560;color:#fbfbf4;}
header#masthead .H_nav_div{width:100%;height:1px;margin-bottom:19px;}
header#masthead .H_nav_div div{width:141px;height:100%;background-color:#e3e3d3;}
header#masthead .H_nav_icon{width:100%;height:30px;margin-bottom:20px;}
header#masthead .H_nav_icon i{color:$(theme_color_1);}
header#masthead .H_nav_icon_wrap{width:126px;}
header#masthead .H_nav_icon_wrap div{display:block;width:30px;height:30px;text-align:center;line-height:30px;flex:1;}
header#masthead .H_nav_Brands{width:100%;height:65px;margin-top:20px;margin-bottom:20px;flex-flow:column;position:relative;}
header#masthead .HnB_Title{font-size:11px;font-weight:700;margin-bottom:10px;}
header#masthead .SideNav{position:absolute;width:265px;top:0;bottom:0;right:-252px;opacity:0.95;display:none;}
header#masthead .SV_Menu{position:fixed;top:0;left:185px;width:265px;height:100vh;background-color:#313d46;opacity:9.5;}
header#masthead .hasSideNav{position:relative;z-index:100;}
header#masthead .SV_TriangleWrap{position:absolute;display:flex;align-items:center;height:100%;}
header#masthead .SV_Triangle{width:0;height:0;border-top:13px solid transparent;border-bottom:13px solid transparent;border-right:15px solid #313d46;}
header#masthead .SV_Menu_One{width:100%;}
header#masthead .SV_a{width:100%;display:block;color:#fbfbf4;font-family:'Open Sans', sans-serif;font-size:0.9rem;}
header#masthead .SV_Menu_ImgType .SV_Menu_One .SV_a{text-align:center;}
header#masthead .SV_Menu_One:first-child{margin-top:100px;}
header#masthead .SV_Menu_One:last-child{margin-bottom:0;}
header#masthead .SV_Menu_ImgType .SV_Menu_One{margin-bottom:89px;}
header#masthead .SV_Menu_TextType .SV_Menu_One{margin-bottom:26px;}
header#masthead .SV_Menu_TextType .SV_a{padding-left:43px;padding-right:43px;box-sizing:border-box;}


/* New Header */
header#masthead {
	height: 100vh;
}
body.admin-bar header#masthead {
	height: calc(100vh - 32px);
}
header#masthead .visual-header.full {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: 185px;
	height: 100%;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #34414B;
}
header#masthead .visual-header.mobile {
	display: none;
}
header#masthead .logo-container {
	background: #fbfbf5;
	padding: 48px 32px;
}
header#masthead .logo-container a {
	display: block;
	position: relative;
	z-index: 2004;
}
header#masthead .logo-container img.logo {
	width: auto;
	height: auto;
	max-width: 100%;
	display: none;
}
header#masthead .logo-container img.logo.normal {
	display: inline-block;
}
header#masthead .search-container {
	display: none;
	padding: 24px;
}
header#masthead .main-menu-container {
	background: a-adjust(#E8E8D7, -5);
	flex: 1;
	padding: 32px 0;
}
header#masthead .main-menu-container > .links > .link {
	display: block;
	padding: 12px 0;
}
header#masthead .main-menu-container > .links > .link:first-child {
	padding-top: 0;
}
header#masthead .main-menu-container > .links > .link:last-child {
	padding-bottom: 0;
}
header#masthead .main-menu-container > .links > .link > a {
	display: block;
	text-transform: uppercase;
	color: inherit;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 8px 24px;
	line-height: 1;
	transition: all 0.2s ease;
}
header#masthead .main-menu-container > .links > .link > a:hover {
	color: $(theme_color_2);
}
header#masthead .main-menu-container > .links > .link.active > a {
	background: #3C4B55;
	color: #fff;
}
header#masthead .main-menu-container > .links > .link > a .icon {
	display: none;
}
header#masthead .secondary-menu-container {
	background: #fbfbf5;
	padding: 24px 0;
}
header#masthead .secondary-menu-container > .links > .link {
	display: block;
	padding: 4px 0;
}
header#masthead .secondary-menu-container > .links > .link:first-child {
	padding-top: 0;
}
header#masthead .secondary-menu-container > .links > .link:last-child {
	padding-bottom: 0;
}
header#masthead .secondary-menu-container > .links > .link > a {
	display: block;
	text-transform: uppercase;
	color: inherit;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 8px 24px;
	line-height: 1;
	transition: all 0.2s ease;
}
header#masthead .secondary-menu-container > .links > .link > a:hover {
	color: $(theme_color_2);
}
header#masthead .secondary-menu-container > .links > .link > a .icon {
	display: none;
}
header#masthead .social-container {
	background: #fbfbf5;
	padding: 24px;
}
header#masthead .social-container::before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #E8E8D7;
	margin: -24px auto 24px auto;
}
header#masthead .social-container .icons-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
header#masthead .social-container a {
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	transition: all 0.2s ease;
}
header#masthead .social-container a:hover {
	color: $(theme_color_2);
}
header#masthead .links {
	overflow: visible;
}
header#masthead *:not(.links) > .links > .link.has-sub::before {
	content: " ";
	display: inline-block;
	margin: 6px 0 0 0;
	float: right;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 14px 8px 0;
	border-color: transparent a-adjust(#34414B, -5) transparent transparent;
	opacity: 0;
	transition: all 0.2s ease;
}
header#masthead *:not(.link) > .links > .link:hover::before {
	opacity: 1;
}
header#masthead *:not(.link) > .links > .link > a .logo {
	margin: 16px 0 0 0;
}
header#masthead *:not(.link) > .links > .link > a .logo::after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #E8E8D7;
	margin: 24px auto 8px auto;
}
header#masthead *:not(.link) > .links > .link > a .logo img {
	width: auto;
	height: auto;
	max-width: 80%;
}
header#masthead .links .links {
	display: block;
	background: a-adjust(#34414B, -5);
	color: #fff;
	position: fixed;
	left: 185px;
	top: 0;
	bottom: 0;
	width: 266px;
	min-height: 100vh;
	text-align: left;
	padding: 148px 48px 48px 48px;
	pointer-events: none;
	opacity: 0;
	overflow: auto;
	transition: all 0.2s ease;
	z-index: 1002;
}
body.admin-bar header#masthead .links .links {
	min-height: calc(100vh - 32px);
	top: 32px;
}
header#masthead .link:hover > .links {
	pointer-events: auto;
	opacity: 1;
}
header#masthead .links .links .link {
	display: block;
	padding: 4px 0;
}
header#masthead .links .links .link:first-child {
	padding-top: 0;
}
header#masthead .links .links .link:last-child {
	padding-bottom: 0;
}
header#masthead .links .links a {
	display: block;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	padding: 6px 0;
	transition: all 0.2s ease;
}
header#masthead .links .links a:hover {
	color: $(theme_color_2);
}
header#masthead .links .links a .logo {
	padding: 32px 0;
	text-align: center;
}
header#masthead .links .links a .logo img {
	width: auto;
	height: auto;
	max-width: 100%;
}
header#masthead .links .links a .description {
	margin: 8px 0 0 16px;
	font-style: italic;
	font-size: 12px;
}
.secondary-menu-container .link.brands a img {
	display: block;
	max-width: 100px;
	margin: 32px auto;
}

/* General */
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
	margin: 16px 0;
	padding: 12px 24px;
	border-radius: 4px;
}
.info-msg a,
.success-msg a,
.warning-msg a,
.error-msg a {
	color: inherit;
	font-weight: 700;
}
.info-msg {
	color: #059;
	background-color: #BEF;
}
.success-msg {
	color: #270;
	background-color: #DFF2BF;
}
.warning-msg {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error-msg {
	color: #D8000C;
	background-color: #FFBABA;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}
input[type=checkbox]+label,
input[type=radio]+label,
.toggle-switch+label {
	margin: 0 0 4px 0;
	position: relative;
	vertical-align: middle;
}
input[type=checkbox]+label:last-child,
input[type=radio]+label:last-child,
.toggle-switch+label:last-child {
	margin: 0;
}
input[type=checkbox]+label,
input[type=radio]+label {
	padding-left: 28px;
	cursor: pointer;
}
input[type=checkbox]+label::before,
input[type=radio]+label::before,
input[type=checkbox]+label::after,
input[type=radio]+label::after {
	@name checkboxVisual;
	content: " ";
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0C9;
	color: #E0E0C9;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(16px + (this(border-width) * 2));
	height: this(width);
	line-height: calc(this(width) - (this(border-width) * 2));
	text-align: center;
	vertical-align: middle;
	transition: all 0.1s ease;
	user-select: none;
}
input[type=checkbox]+label::before,
input[type=radio]+label::before {
	background: #F0F0E1;
}
input[type=radio]+label::before {
	border-radius: 100px;
}
input[type=checkbox]+label::after,
input[type=radio]+label::after {
	@include materialicons;
	content: "check";
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.1s linear;
	color: $(theme_color_4);
	border: none;
	background: transparent;
	line-height: query(checkboxVisual, width);
	user-select: none;
	max-width: query(checkboxVisual, width);
	text-align: center;
	opacity: 0;
}
input[type=checkbox]:checked+label::after,
input[type=radio]:checked+label::after {
	opacity: 1;
}
input[type=checkbox]+label:empty,
input[type=radio]+label:empty {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: query(checkboxVisual, width, 0);
	height: query(checkboxVisual, height, 0);
}

form label {
	margin: 16px 0 8px 0;
}
form label:first-child {
	margin-top: 0;
}

.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.no-right {
	margin-right: 0 !important;
	padding-right: 0 !important;
}
.no-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.no-left {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.left-align {
	text-align: left !important;
}
.center-align {
	text-align: center !important;
}
.right-align {
	text-align: right !important;
}
.justify-align {
	text-align: justify !important;
}
.top-align {
	vertical-align: top !important;
}
.middle-align {
	vertical-align: middle !important;
}
.bottom-align {
	vertical-align: bottom !important;
}

:inputs {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

:headings {
	font-family: "Montserrat", sans-serif;
	line-height: 1.3;
}

@for color in theme_color_1, theme_color_2, theme_color_3, theme_color_4, theme_color_5, theme_color_6 {
	.#(color)_background {
		background: $(#(color)) !important;
	}
	.#(color)_color {
		color: $(#(color)) !important;
	}
}

p:first-child,
label:first-child,
:headings:first-child {
	margin-top: 0;
	padding-top: 0;
}
p:last-child,
label:last-child,
:headings:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

form {
	display: block;
}
form .error-bar {
	display: none;
	margin: 0 0 24px 0;
}
form label,
form :inputs {
	display: block;
	width: 100%;
}
form :any(.field, .fields) + :any(.field, .fields) {
	margin-top: 20px;
}
form .fields {
	display: flex;
}
form .fields>* {
	flex: 1;
}
form .fields>*:not(:first-child) {
	margin: 0 0 0 -1px;
}

section.small-page-hero {
	padding: 0;
	position: relative;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif !important;
	overflow: hidden;
}
section.small-page-hero.theme-1 {
	background: $(theme_color_4);
}
section.small-page-hero.theme-2 {
	background: $(theme_color_1);
}
section.small-page-hero .pg-right_margin {
	padding: 96px 0;
	min-height: 279px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-content > section.small-page-hero:first-child .pg-right_margin,
.site-content > *:first-child > section.small-page-hero:first-child .pg-right_margin {
	padding: 48px 0;
}
section.small-page-hero .image,
section.small-page-hero .overlay,
section.small-page-hero .pattern  {
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1%;
	left: 0;
}
section.small-page-hero .image {
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
section.small-page-hero .overlay {
	background: #000;
	opacity: 0.5;
	z-index: 2;
}
section.small-page-hero.none.no-bg {
	background-color: #F0F0E1;
	color: $(theme_color_4);
}
section.small-page-hero.none.no-bg .overlay {
	background: transparent;
}
section.small-page-hero.theme-1 .overlay,
section.small-page-hero.theme-2 .overlay {
	opacity: 0;
}
section.small-page-hero.theme-1.shaded .overlay {
	opacity: 0.9;
	background: $(theme_color_1);
}
section.small-page-hero.theme-2.shaded .overlay {
	opacity: 0.9;
	background: $(theme_color_4);
}
section.small-page-hero .pattern {
	background: transparent url('$(theme_overlay)') 50% 50% no-repeat;
	background-size: cover;
	opacity: 0.1;
	z-index: 3;
}
section.small-page-hero .overlay + .pattern {
	opacity: 0.06;
}
section.small-page-hero .wrapper {
	position: relative;
	z-index: 4;
	margin: 0;
	min-width: 0;
}
section.small-page-hero .subtitle {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	letter-spacing: .2em;
	padding-bottom: 14px;
	text-transform: uppercase;
	margin-bottom: 32px;
}
section.small-page-hero .subtitle.after {
	margin: 24px 0 0 0;
	padding: 0;
	border: none;
}
section.small-page-hero .title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
section.small-page-hero.large-text .title {
	font-size: 36px;
}
section.small-page-hero.large-text .title {
	font-size: 56px;
	font-weight: 900;
}
section.small-page-hero .wrapper > .title ~ * {
	margin-top: 40px;

}
section.small-page-hero.awards .subtitle {
	border-bottom-color: #FBCF34;
	color: #FBCF34;
}
section.small-page-hero.awards .overlay {
	background: #6B5300;
	opacity: 0.8;
}
section.small-page-hero.fullscreen .pg-right_margin {
	min-height: 100vh;
}
section.small-page-hero.video.fullscreen {
	height: 80vh;
}
section.small-page-hero.video .eyebrow-title {
	position: relative;
}
section.small-page-hero.video .play-button,
section.small-page-hero.video :hyperlinks.play-button {
	font-size: 112px;
	margin: 16vh 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
section.small-page-hero.video .pg-right_margin {
	padding-top: 186px;
	padding-bottom: 186px;
}
section.small-page-hero.blog-item .title,
section.small-page-hero.guide .title {
	display: none;
}
section.page-block .padded-box .no-results {
	display: block;
	width: 100%;
	padding: 16px 0;
	text-align: center;
	border-top: 1px solid rgba(50, 69, 13, 0.2);
	border-bottom: 1px solid rgba(50, 69, 13, 0.2);
}
section.page-block .padded-box .no-results a {
	color: $(theme_color_2);
}

/* Pin background image to specified corners */
@for hpos in left, center, right {
	@for vpos in top, center, bottom {
		.image.v-#(vpos),
		.o-image.v-#(vpos),
		.o-image-mobile.v-#(vpos),
		.pattern.v-#(vpos),
		.o-pattern.v-#(vpos),
		.article-hero.v-#(vpos),
		.sidebar-expert .image.v-#(vpos),
		.small-page-hero .image.v-#(vpos),
		.small-page-hero .pattern.v-#(vpos),
		.page-block.quote .sidebar-box .image.v-#(vpos) {
			background-position-y: #(vpos) !important;
		}
		.image.h-#(hpos),
		.o-image.h-#(hpos),
		.o-image-mobile.h-#(hpos),
		.pattern.h-#(hpos),
		.o-pattern.h-#(hpos),
		.article-hero.h-#(hpos),
		.sidebar-expert .image.h-#(hpos),
		.small-page-hero .image.h-#(hpos),
		.small-page-hero .pattern.h-#(hpos),
		.page-block.quote .sidebar-box .image.h-#(hpos) {
			background-position-x: #(hpos) !important;
		}
	}
}

section.page-block {
	background: #F0F0E1;
}
section.page-block.darker {
	background: #E0E0C9;
}
section.page-block .padded-box {
	padding: 48px 24px;
}
section.page-block .padded-box.small {
	padding: 16px;
}

@abstract materialicons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;

	display: inline-block;
	font-size: 1.3em;
	line-height: 0.7;
	user-select: none;
	max-width: 1em;
	overflow: visible;
	vertical-align: -32%;
}

@abstract merriweathericons {
	font-family: 'Merriweather';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;

	display: inline-block;
	font-size: 1.3em;
	line-height: 0.7;
	user-select: none;
	max-width: 1em;
	overflow: visible;
	vertical-align: -32%;
}

i.merriweather-icons {
	@include merriweathericons;
}
i.merriweather-icons.rotated {
	transform: rotate(90deg);
}

.wrapper {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 24px;
}
.wrapper.small {
	max-width: 960px;
}
.wrapper.smaller {
	max-width: 800px;
}

.section-title {
	display: block;
	text-align: center;
	margin: 0 auto 40px auto;
}
.section-title span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid $(theme_color_2);
	letter-spacing: .2em;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.eyebrow-title {
	margin: 0 0 48px 0;
	text-align: center;
	color: $(theme_color_4);
}
.eyebrow-title .text {
	@name eyebrow-text;
	display: inline-block;
	font-size: 12px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.eyebrow-title .line {
	width: 100%;
	height: 1px;
	background: $(theme_color_3);
	margin: 12px 0 0 0;
}
.eyebrow-title.light {
	color: #fff
}
.eyebrow-title.light .line {
	background: #fff;
	opacity: 0.6;
}
.eyebrow-title.theme_color_2 {
	color: $(theme_color_1);
}
.eyebrow-title.theme_color_2 .line {
	background: $(theme_color_2);
}
.eyebrow-title.dark-tan {
	color: #61624c;
}
.eyebrow-title.dark-tan .line {
	background: #d7d8c5;
}

.sidebar-expert {
	display: block;
	margin: 0 0 8px 0;
	background: $(theme_color_1);
	text-decoration: none !important;
}
.sidebar-expert .image {
	height: 120px;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.sidebar-expert .bottom {
	padding: 16px;
}
.sidebar-expert .name {
	font-size: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #fff !important;
}
.sidebar-expert .role {
	@include eyebrow-text;
	color: $(theme_color_2);
	margin: 12px 0 0 0;
	padding-bottom: 8px;
	border-bottom: 1px solid $(theme_color_2);
}
.sidebar-expert .role.no-quote {
	border-bottom: 0;
}
.sidebar-expert .quote {
	margin: 16px 0 0 0;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	color: #fff !important;
}

.page-block.divider-container .divider {
	height: 1px;
	background: $(theme_color_4);
	width: 80%;
	margin: 0 auto;
	opacity: 0.2;
}

.page-block.split-points .split-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.page-block.split-points .split-container > * {
	width: 45%;
}
.page-block.split-points .left p {
	font-family: "Montserrat";
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	color: $(theme_color_1);
}
.page-block.split-points .point {
	position: relative;
	padding: 0 0 0 32px;
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	color: $(theme_color_1);
}
.page-block.split-points .point + .point {
	margin: 40px 0 0 0;
}
.page-block.split-points .point::before {
	@include merriweathericons;
	content: "\203A";
	color: $(theme_color_2);
	position: absolute;
	top: 8px;
	font-size: 24px;
	left: 0;
	font-weight: 600;
}

.page-block.tab-slider .display {
	overflow: hidden;
}
.page-block.tab-slider .tab-bar {
	font-family: "Montserrat", sans-serif;
	position: relative;
	background: $(theme_color_4);
}
.page-block.tab-slider .notch {
	width: 100%;
	height: 24px;
	background: transparent url("assets/images/notch-up.php?color=$(theme_color_4)") 0 0 repeat-x;
	background-size: 8000px 24px;
	position: absolute;
	top: 100%;
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.page-block.tab-slider .map {
	font-size: 0;
}
.page-block.tab-slider .tabs {
	background: $(theme_color_4);
	padding: 16px 48px 0 48px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.page-block.tab-slider .tabs .tab {
	position: relative;
	margin: 34px 16px 22px 16px;
	color: $(theme_color_3);
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.page-block.tab-slider .tabs .tab.on {
	color: #fff;
}
.page-block.tab-slider .tabs .tab.on::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	background: #fff;
}
.page-block.tab-slider .data-window {
	display: none;
	background: #E0E0C9;
}
.page-block.tab-slider .data-window.on {
	display: block;
}
.page-block.tab-slider .data-window .image {
	width: 100%;
	height: 280px;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-block.tab-slider .data-window .padded-box {
	padding: 48px 48px 48px 72px;
}
.page-block.tab-slider .data-window h1 {
	color: $(theme_color_4);
}

@media all and (min-width: 960px) {

	.page-block.tab-slider.vertical .display {
		display: flex;
	}
	.page-block.tab-slider.vertical .display > * {
		flex: 1;
	}
	.page-block.tab-slider.vertical .tabs {
		padding: 16px 40px;
		justify-content: flex-start;
	}
	.page-block.tab-slider.vertical .tab {
		margin: 28px 16px;
	}
	.page-block.tab-slider.vertical .display .tab-bar {
		flex: 0 1 auto;
		width: 25%;
	}
	.page-block.tab-slider.vertical .notch {
		width: 4000px;
		height: 24px;
		background-image: url("assets/images/notch-down.php?color=$(theme_color_4)");
		transform: rotate(90deg);
		transform-origin: 0 0;
		position: absolute;
		top: 0;
		left: calc(100% + 23px);
		transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	}
}

.page-block.horizontal-points-1 h1 {
	padding: 0 0 48px 0;
	color: $(theme_color_1);
	font-family: "Montserrat";
}
.page-block.horizontal-points-1 .points {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-block.horizontal-points-1 .points .point {
	flex: 1;
	position: relative;
	padding: 0 32px;
	margin: 24px 0;
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	color: $(theme_color_1);
	text-decoration: none;
}
.page-block.horizontal-points-1 .points .point::before {
	@include materialicons;
	font-family: "Merriweather";
	content: "\203A";
	color: $(theme_color_3);
	position: absolute;
	top: 8px;
	font-size: 24px;
	left: 0;
	font-weight: 600;
}

.page-block.horizontal-points-2 h1 {
	padding: 0 0 48px 0;
	color: $(theme_color_4);
	font-family: "Montserrat";
}
.page-block.horizontal-points-2 .points {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -32px;
}
.page-block.horizontal-points-2 .points .point {
	width: calc(25% - (32px * 2));
	min-width: 200px;
	flex: 1 1 auto;
	margin: 32px;
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: $(theme_color_1);
	text-decoration: none;
}
.page-block.horizontal-points-2 .points .point .icon {
	display: block;
	margin: 0 auto 16px auto;
	max-width: 80px;
	max-height: 80px;
}

.page-block.horizontal-points-3 .wrapper {
	overflow: hidden;
}
.page-block.horizontal-points-3 h1 {
	padding: 0 0 48px 0;
	color: $(theme_color_4);
	font-family: "Montserrat";
}
.page-block.horizontal-points-3 .points {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	margin: -32px;
}
.page-block.horizontal-points-3 .points .point {
	width: calc(25% - (32px * 2));
	min-width: 200px;
	flex: 0 1 auto;
	margin: 32px;
	display: flex;
	flex-direction: column;
}
.page-block.horizontal-points-3 .points .point .top {
	position: relative;
	flex: 1;
	display: flex;
}
.page-block.horizontal-points-3 .points .point .top .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.page-block.horizontal-points-3 .points .point .top .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: $(theme_color_4);
	opacity: 0.9;
	z-index: 2;
}
.page-block.horizontal-points-3 .points .point .top .title {
	position: relative;
	width: 100%;
	min-height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	z-index: 3;
}

.page-block.side-carousel .side-layout {
	display: flex;
	max-width: 100%;
}
.page-block.side-carousel .side-layout > * {
	flex: 1;
}
.page-block.side-carousel .side-layout .image {
	flex: 0 0 auto;
	width: 39%;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-block.side-carousel .slider-container {
	display: flex;
	align-items: center;
	background: #E0E0C9;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
.page-block.side-carousel .slider-container > * {
	flex: 1;
}
.page-block.side-carousel .slider-container .arrow {
	flex: 0 0 auto;
	width: 16%;
	max-width: 112px;
	text-align: center;
	color: #F0F0E1;
	font-size: 24px;
	cursor: pointer;
	user-select: none;
}
.page-block.side-carousel .slider-container .arrow:hover {
	color: $(theme_color_2);
}
.page-block.side-carousel .slider-container .arrow i {
	font-size: 48px;
}
.page-block.side-carousel .slider-container .slider {
	overflow: hidden;
	position: relative;
}
.page-block.side-carousel .slider-container .slider .slide {
	padding: 104px 0 0 0;
}
.page-block.side-carousel .slider-container h1.title {
	padding: 0 0 8px 0;
	margin: 0 0 40px 0;
	color: $(theme_color_1);
	font-family: "Montserrat";
	text-align: center;
	line-height: 1.3;
}
.page-block.side-carousel .slider-container .slick-dots {
	text-align: center;
	position: relative;
	padding: 62px 0;
	margin: 0;
	z-index: 5;
}
.page-block.side-carousel .slider-container .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #F0F0E1;
	margin: 8px;
	cursor: pointer;
}
.page-block.side-carousel .slider-container .slick-dots li:hover,
.page-block.side-carousel .slider-container .slick-dots li.slick-active {
	background: $(theme_color_1)
}

.page-block.full-carousel {
	background: $(theme_color_5);
	position: relative;
	padding: 96px 0;
	color: #fff;
}
.page-block.full-carousel .overlay{
	background: #000;
    opacity: .5;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1%;
    left: 0;
}
.page-block.full-carousel .pattern {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent url('$(theme_overlay)') 50% 50% no-repeat;
	background-size: cover;
	opacity: 0.1;
	z-index: 3;
}
.page-block.full-carousel .slider-container {
	display: flex;
	align-items: center;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 4;
}
.page-block.full-carousel .slider-container > * {
	flex: 1;
}
.page-block.full-carousel .slider-container .arrow {
	flex: 0 0 auto;
	width: 16%;
	max-width: 112px;
	text-align: center;
	color: #fff;
	opacity: 0.1;
	font-size: 24px;
	cursor: pointer;
	user-select: none;
}
.page-block.full-carousel .slider-container .arrow:hover {
	opacity: 1;
}
.page-block.full-carousel .slider-container .arrow i {
	font-size: 48px;
}
.page-block.full-carousel .slider-container .slider {
	overflow: hidden;
	position: relative;
}
.page-block.full-carousel .slider-container h1.title {
	padding: 0 0 8px 0;
	font-family: "Montserrat";
	text-align: center;
}
.page-block.full-carousel .slider-container .slick-dots {
	text-align: center;
	position: relative;
	padding: 48px 0 0 0;
	margin: 0;
	z-index: 5;
}
.page-block.full-carousel .slider-container .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 0.2;
	margin: 8px;
	cursor: pointer;
}
.page-block.full-carousel .slider-container .slick-dots li:hover,
.page-block.full-carousel .slider-container .slick-dots li.slick-active {
	opacity: 1;
}
.page-block.full-carousel .eyebrow-title {
	color: $(theme_color_6);
}
.page-block.full-carousel .eyebrow-title .line {
	background: $(theme_color_6);
}

.page-block.notch-content .side-layout {
	display: flex;
}
.page-block.notch-content .side-layout .content {
	flex: 1.5;
	padding: 48px;
	background: $(theme_color_4);
	text-align: left;
	position: relative;
	color: #fff;
}
.page-block.notch-content .side-layout .content .pattern {
	width: calc(100% + 24px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -24px;
	background: transparent url('$(theme_overlay)') 50% 50% no-repeat;
	background-size: cover;
	opacity: 0.06;
	z-index: 3;
}
.page-block.notch-content .side-layout .content .data {
	position: relative;
	z-index: 4;
}
.page-block.notch-content .side-layout .content h1 {
	color: inherit;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 32px 0;
	line-height: 1.3;
	font-size: 28px;
}
.page-block.notch-content .side-layout .eyebrow-title {
	color: $(theme_color_3);
	margin-bottom: 32px;
}
.page-block.notch-content .side-layout .eyebrow-title .line {
	background: $(theme_color_3);
}
.page-block.notch-content .side-layout .content .button {
	margin: 24px 0 0 0;
}
.page-block.notch-content .side-layout .graphics {
	flex: 1;
	position: relative;
	overflow: hidden;
}
.page-block.notch-content .side-layout .graphics .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.page-block.notch-content .side-layout .graphics .notch {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
	width: 8000px;
	height: 24px;
	background: transparent url("assets/images/notch-up.php?color=$(theme_color_4)") 48px 0 repeat-x;
	background-size: cover;
	transform: rotate(90deg) translateY(-1px);
	transform-origin: 0 0;
}
.page-block.notch-content .side-layout .graphics .generic-css-notch {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	z-index: 2;
}
.page-block.notch-content.image-right .side-layout .content {
	order: -1;
}
.page-block.notch-content.image-right .side-layout .graphics .notch {
	left: 24px;
	background-image: url("assets/images/notch-down.php?color=$(theme_color_4)");
	transform: rotate(90deg);
	transform-origin: 0 0;
}
.page-block.notch-content .side-layout .content .pattern {
	left: 0;
}
.page-block.notch-content .side-layout .content .meta {
	font-size: 12px;
	opacity: 0.4;
	margin: -16px 0 32px 0;
}
.page-block.notch-content .side-layout .content .meta .sep {
	display: inline-block;
	margin: 0 8px;
}
.page-block.notch-content .side-layout .content .button-container.mobile-only {
	display: none;
}

.horizontal-slider-layout {
	display: flex;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 4;
	margin: 0 0 48px 0;
}
.horizontal-slider-layout .slider-container {
	flex: 1;
	min-width: 0;
}
.horizontal-slider-layout .slick-slider {
	font-size: 0;
}
.horizontal-slider-layout .slick-slider.main-gallery {
	border-right: 4px solid #F0F0E1;
}
.horizontal-slider-layout .custom-image {
	height: 340px;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.horizontal-slider-layout .main-gallery .custom-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}
.horizontal-slider-layout .filmstrip .custom-image {
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	border: none;
	border-top: 2px solid #F0F0E1;
	border-bottom: 2px solid #F0F0E1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.horizontal-slider-layout .filmstrip .custom-image:not(.slick-current)::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: a-adjust($(theme_color_2), -20);
}
.horizontal-slider-layout .main-gallery .custom-image.video::after,
.horizontal-slider-layout .filmstrip .custom-image.video::after {
	@include materialicons;
	content: "play_circle_outline";
	font-size: 56px;
	position: relative;
	z-index: 6;
}
.horizontal-slider-layout .gallery-container {
	position: relative;
	flex: 0 0 auto;
	width: 120px;
}
.horizontal-slider-layout .gallery-container .slick-slider {
	margin: 32px 0;
}
.horizontal-slider-layout[data-slides="1"] .gallery-container .slick-slider,
.horizontal-slider-layout[data-slides="2"] .gallery-container .slick-slider,
.horizontal-slider-layout[data-slides="3"] .gallery-container .slick-slider {
	margin: -2px 0;
}
.horizontal-slider-layout .gallery-container .arrow {
	cursor: pointer;
	width: 100%;
	height: 30px;
	background: a-adjust($(theme_color_1), -10);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.horizontal-slider-layout .gallery-container .arrow.down {
	top: auto;
	bottom: 0;
}
.horizontal-slider-layout[data-slides="1"] .gallery-container .arrow,
.horizontal-slider-layout[data-slides="2"] .gallery-container .arrow,
.horizontal-slider-layout[data-slides="3"] .gallery-container .arrow {
	display: none;
}

.similar-projects {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -3px;
}
.similar-projects a.project {
	flex: 1;
	min-width: 200px;
	margin: 3px;
	position: relative;
	color: #fff;
	text-decoration: none;
}
.similar-projects .project .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.similar-projects .project .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: 2;
}
.similar-projects .project .text {
	min-height: 300px;
	padding: 24px;
	position: relative;
	z-index: 3;
}
.similar-projects .project .text .title {
	font-size: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.similar-projects .project .text .subtitle {
	@include eyebrow-text;
	color: #fff;
	margin: 8px 0 0 0;
	padding: 0;
	border: none;
}

.news-grid {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin: -12px;
	flex-wrap: wrap;
}
.news-grid .news-item {
	min-width: 250px;
	width: 33.33%;
	flex: 1 1 auto;
	padding: 12px;
}
.news-grid .news-item .box {
	display: block;
	position: relative;
	height: 100%;
	background: $(theme_color_2);
}
.news-grid .news-item .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.news-grid .news-item .pattern {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.news-grid .news-item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: 2;
}
.news-grid .news-item .info {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 32px 32px 56px 32px;
	text-align: center;
	color: #fff;
	z-index: 3;
}
.news-grid .news-item .title {
	font-size: 18px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.news-grid .news-item .subtitle {
	font-size: 12px;
	margin: 8px 0 0 0;
}
.news-grid .news-item .button {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.similar-perspectives-container {
	margin-top: 48px;
}
.similar-perspectives {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin: -24px;
	flex-wrap: wrap;
}
.similar-perspectives .item {
	min-width: 240px;
	width: 25%;
	flex: 1 1 auto;
	padding: 24px;
}
.similar-perspectives .item .box {
	position: relative;
	height: 100%;
}
.similar-perspectives .item .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.similar-perspectives .item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: $(theme_color_1);
	opacity: 0.8;
	z-index: 2;
}
.similar-perspectives .item .info {
	height: 100%;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 32px 32px 56px 32px;
	text-align: center;
	color: #fff;
	z-index: 3;
}
.similar-perspectives .item .title {
	font-size: 24px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.similar-perspectives .item .subtitle {
	font-size: 12px;
	margin: 8px 0 0 0;
}
.similar-perspectives .item .button {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.project-details-split {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 48px -24px;
}
.project-details-split > * {
	flex: 1;
	padding: 24px;
}
.project-details-split .awards p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.page-block.faq h1.title {
	padding: 0 0 24px 0;
	color: $(theme_color_1);
	font-family: "Montserrat";
	text-align: center;
}

.page-breadcrumbs {
	display: block;
	font-size: 12px;
}
.page-breadcrumbs .page {
	display: inline-block;
	margin: 0;
	font-weight: 400;
	color: inherit;
}
.page-breadcrumbs a.page,
.page-breadcrumbs a.page:hover {
	text-decoration: none;
}
.page-breadcrumbs .page.on {
	font-weight: 900;
}
.page-breadcrumbs .page:not(:first-child) {
	margin: 0 0 0 8px;
}
.page-breadcrumbs .page:not(:last-child)::after {
	content: ">";
	display: inline-block;
	margin: 0 0 0 8px;
}

.full-offer {
	display: block;
	text-align: left;
	background: #FAFAF2;
}
.full-offer.space-up {
	margin-top: 24px;
}
.full-offer:last-child {
	margin-bottom: 0;
}
.full-offer .top-text {
	padding: 24px;
}
.full-offer .top-text .title {
	font-weight: 600;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 1.4;
}
.full-offer .top-text .description {
	font-size: 12px;
	margin: 8px 0 0 0;
	line-height: 1.6;
}
.full-offer .graphics {
	position: relative;
}
.full-offer .graphics .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.full-offer .graphics {
	height: 150px;
}
.full-offer .graphics .notch {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 18px;
	background: transparent url("assets/images/notch-up.php?color=FAFAF2") 16px 0 repeat-x;
	background-size: cover;
}
.full-offer.theme-1 .top-text .title {
	color: $(theme_color_3);
}
.full-offer.theme-2 .top-text .title {
	color: $(theme_color_2);
}

.ad-split {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: -24px;
}
.ad-split > * {
	flex: 1;
	margin: 24px;
}

/* Locations Page */
.locations-list {
	background: #E0E0C9;
	overflow: hidden;
}
.locations-list .top-bar {
	font-family: "Montserrat", sans-serif;
	position: relative;
}
.locations-list .notch {
	width: 100%;
	height: 24px;
	background: transparent url("assets/images/notch-up.php?color=314501") -100px 0 repeat-x;
	background-size: 8000px 24px;
	position: absolute;
	top: 100%;
}
.locations-list .map {
	font-size: 0;
}
.locations-list .regions {
	background: $(theme_color_4);
	padding: 48px 24px 48px 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.locations-list .regions .region {
	position: relative;
	margin: 8px 4%;
	color: $(theme_color_3);
	font-size: 18px;
	letter-spacing: .1em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.locations-list .regions .region.on {
	color: #fff;
}
.locations-list .regions .region.on::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	background: #fff;
}
.locations-list .data-window {
	display: none;
	padding: 48px;
}
.locations-list .data-window.on {
	display: block;
}
.locations-list .data-grid {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -24px;
}
.locations-list .data-grid .column {
	flex: 1;
	min-width: 250px;
	padding: 24px;
}
.locations-list .data-grid .column .title {
	font-size: 24px;
	font-weight: 700;
	font-family: "Montserrat";
	color: $(theme_color_4);
	line-height: 1.2;
}
.locations-list .data-grid .column .location {
	margin: 24px 0 0 0;
	line-height: 2;
}
.locations-list .data-grid .column .location .name {
	font-weight: 700;
}
.locations-list .data-grid .column .location .button {
	margin: 8px 0 0 0;
	display: inline-block;
}

.fluid {
	display: block;
	width: 100%;
}

:hyperlinks {
	cursor: pointer;
}
:hyperlinks.blend {
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

:buttons {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	background: $(theme_color_3);
	color: #fff;
	padding: 10px 16px;
	text-decoration: none;
	font-size: 11px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
	border-radius: 0;
	outline: none;
	vertical-align: bottom;
}
:buttons:hover {
	background: l-adjust($(theme_color_3), 4);
}
:buttons:active {
	background: l-adjust($(theme_color_3), -4);
	transition: none;
}
@for color in theme_color_1, theme_color_2, theme_color_3, theme_color_4, theme_color_5, theme_color_6 {
	:buttons.#(color) {
		background: $(#(color));
	}
	:buttons.#(color):hover {
		background: l-adjust($(#(color)), 4);
	}
	:buttons.#(color):active {
		background: l-adjust($(#(color)), -4);
	}
	:buttons.#(color)_tan {
		color: $(#(color));
		background: #F9F9F0;
	}
	:buttons.#(color)_tan:hover {
		color: l-adjust($(#(color)), 4);
		background: #F9F9F0;
	}
	:buttons.#(color)_tan:active {
		color: l-adjust($(#(color)), -4);
		background: #F9F9F0;
	}
}
.button.white {
	background: #E6E6D6;
	color: #000;
}
.button.white:hover {
	background: #fff;
}
.button.white:active {
	background: #E6E6D6;
}
.button.long {
	padding-left: 32px;
	padding-right: 32px;
}
.button.bottom-button {
	margin: 40px 0 0 0;
}

.button i {
	margin-right: 0.6em;
	font-size: 1.2em;
	line-height: 0.8;
	vertical-align: -28%;
}

.disabled,
:disabled {
	cursor: auto;
	filter: grayscale(100%);
	opacity: 0.5;
	pointer-events: none;
}

.sidebar-layout {
	display: flex;
}
.sidebar-layout .main-box {
	flex: 1;
	min-width: 0;
}
.sidebar-layout .sidebar-box {
	flex: 0 0 auto;
	width: 218px;
	position: relative;
	z-index: 9;
}
@media all and (min-width: 960px) {
	#AI_TeamMember .sidebar-box.fill,
	body.guide-template-default .page-block.description .sidebar-box,
	body.video-template-default .page-block.description .sidebar-box,
	body.webinar-template-default .page-block.description .sidebar-box,
	body.white_paper-template-default .page-block.description .sidebar-box {
		top: -34px;
	}
}

@for color in theme_color_1, theme_color_2, theme_color_3, theme_color_4, theme_color_5, theme_color_6 {
	.sidebar-layout .sidebar-box.#(color) {
		background: $(#(color));
	}
}

.otak-load-custom-posts.loading {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url('assets/images/icons/spinner.gif');
	background-size: 120px 120px;
	background-position: center center;
	background-repeat: no-repeat;
}
.people-section .image-info-grid {
	justify-content: center;
}
.image-info-grid {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -4px;
}
.image-info-grid.more-space {
	margin: -16px;
}
.image-info-grid.extreme-more-space {
	margin: -32px;
}
.image-info-grid>.item {
	flex: 0 1 auto;
	width: 33.33%;
	padding: 4px;
}
.image-info-grid.two>.item {
	width: 50%;
}
.image-info-grid.four>.item {
	width: 25%;
}
.image-info-grid.more-space>.item {
	padding: 16px;
}
.image-info-grid.extreme-more-space>.item {
	padding: 32px;
}
.image-info-grid .box {
	display: block;
	background: #FAFAF2;
	height: 100%;
	transition: all 0.2s ease;
	overflow: hidden;
	position: relative;
}
.image-info-grid .item.hoverable:hover .box,
.image-info-grid .item.always-hover .box {
	background: $(theme_color_1);
}
.image-info-grid .item.hoverable.theme_color_2:hover .box,
.image-info-grid .item.always-hover.theme_color_2 .box {
	background: $(theme_color_1);
}
.image-info-grid .item.hoverable.theme_color_3:hover .box,
.image-info-grid .item.always-hover.theme_color_3 .box {
	background: $(theme_color_4);
}
.image-info-grid .item.hoverable .info,
.image-info-grid .item.always-hover .info {
	padding-bottom: 48px;
}
.image-info-grid .image {
	padding-bottom: 64%;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.image-info-grid .info {
	padding: 16px;
	min-height: 0;
}
.image-info-grid.four .info {
	min-height: 140px;
}
.image-info-grid .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: $(theme_color_1);
	transition: all 0.2s ease;
}
.image-info-grid .item.hoverable:hover .title,
.image-info-grid .item.always-hover .title {
	color: #fff;
}
.image-info-grid .subtitle {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 16px 0 0 0;
	color: $(theme_color_2);
}
.image-info-grid .description {
	margin: 16px 0 0 0;
	font-size: 14px;
}
.image-info-grid .button {
	width: 100%;
	text-align: center;
}
.image-info-grid .item.hoverable .button,
.image-info-grid .item.always-hover .button {
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
}
.image-info-grid .item.hoverable:hover .button,
.image-info-grid .item.always-hover .button {
	transform: none;
}
.image-info-grid .item.title {
	position: relative;
}
.image-info-grid .item.title .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.image-info-grid .item.title .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: $(theme_color_3);
	opacity: 0.8;
	z-index: 2;
}
@for color in theme_color_1, theme_color_2, theme_color_3, theme_color_4, theme_color_5, theme_color_6 {
	.image-info-grid .item.title .overlay.#(color) {
		background: $(#(color));
	}
}
.image-info-grid .item.title .info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 100%;
	color: #fff;
	padding: 24px;
	z-index: 3;
}
.image-info-grid .item.title .info .title {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 600;
	padding: 0 16px 0 0;
}
.image-info-grid .item .meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	min-width: 100px;
	padding: 8px;
	font-size: 12px;
	color: #99998E;
}
.image-info-grid .item .meta > * {
	padding: 8px;
}

.accordian {
	display: block;
}
.accordian .accordian-piece + .accordian-piece {
	margin: 4px 0 0 0;
}
.accordian .accordian-piece .title {
	padding: 16px 48px 16px 16px;
	background: #E0E0C9;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: $(theme_color_1);
	position: relative;
	cursor: pointer;
}
.accordian .accordian-piece .title::after {
	@include merriweathericons;
	content: "\2039";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
.accordian .accordian-piece.on .title {
	background: #003544;
	color: #fff;
}
.accordian .accordian-piece.on .title::after {
	content: "\203A";
	color: $(theme_color_2);
}
.accordian .accordian-piece .content {
	padding: 0 16px;
	background: $(theme_color_2);
	color: #fff;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}
.accordian .accordian-piece.on .content {
	opacity: 1;
	padding: 16px 16px 32px 16px;
	height: auto;
}
.accordian .accordian-piece .content :hyperlinks {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.accordian .accordian-piece .content :hyperlinks:hover {
	text-decoration: underline;
}
.accordian .accordian-piece .content p:first-child {
	margin-top: 0;
}
.accordian .accordian-piece .content p:last-child {
	margin-bottom: 0;
}

.people-section + .people-section {
	margin-top: 96px;
}
.people-section .image-info-grid .item:not(:hover):not(.always-hover) .title {
	color: $(theme_color_1);
}
.people-section .section-title span {
	border-bottom-color: $(theme_color_2);
	color: $(theme_color_1);
}
.people-section.team .image-info-grid .item .title {
	color: $(theme_color_4);
}
.people-section.team .image-info-grid .item .subtitle {
	color: $(theme_color_3);
}
.people-section .image-info-grid .item.theme_color_2 .subtitle {
	color: $(theme_color_2);
}
.people-section .image-info-grid .item.theme_color_3 .subtitle {
	color: $(theme_color_3);
}
.people-section.team .image-info-grid .item.hoverable:hover .box {
	background: $(theme_color_4);
}
.people-section.team .image-info-grid .item.hoverable:hover .title {
	color: #fff;
}
.people-section.team .section-title span {
	border-bottom-color: $(theme_color_3);
	color: $(theme_color_4);
}

.perspective-section + .perspective-section {
	margin-top: 64px;
}
.perspective-section .eyebrow-title {
	display: none;
}
.perspective-section .image-info-grid .box {
	background: #FFFFFF;
	border: 1px solid #E0E0C9;
}
.perspective-section .image-info-grid .image {
	padding-bottom: 33%;
}
.perspective-section .image-info-grid.listed-blocks .image {
	padding-bottom: 45%;
}
.perspective-section.perspective-blog-section .image-info-grid.listed-blocks .image {
	padding-bottom: 20%;
}
.perspective-section .image-info-grid .info {
	padding: 24px 24px 88px 24px;
}
.perspectives-section .perspective-section .image-info-grid .info {
	padding-bottom: 40px;
}
.perspective-section .image-info-grid .meta {
	padding: 0 16px 16px 16px;
}
.perspective-section .image-info-grid .title {
	font-size: 20px;
}
.perspective-section .bottom-button {
	margin-top: 32px;
}
.perspective-section .info + .button {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.project-section + .button {
	margin: 40px 0 0 0;
}

.sidebar-box .search-container {
	position: relative;
	display: block;
	margin: 0 0 24px 0;
}
.sidebar-box .search-container img {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar-box .search-container input {
	display: block;
	width: 100%;
	padding-right: 40px;
}

.sidebar-box form.filter-container:not(:last-child) {
	margin: 0 0 32px 0;
}
.sidebar-box form.filter-container .filters {
	padding: 0 24px 24px 24px;
	background: #FAFAF2;
}
.sidebar-box form.filter-container .heading {
	color: $(theme_color_3);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	padding: 24px;
	background: #FAFAF2;
}
.sidebar-box form.filter-container .heading .icon {
	display: none;
}
.sidebar-box form.filter-container .filter {
	margin: 0 0 8px 0;
	font-size: 14px;
}
.sidebar-box form.filter-container .filter .title {
	color: $(theme_color_1);
	display: flex;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
}
.sidebar-box form.filter-container .filter .title div.icon {
	font-size: 0;
}
.sidebar-box form.filter-container .filter .title img {
	width: 12px;
	transition: all 0.1s ease;
}
.sidebar-box form.filter-container .filter.on .title img {
	transform: rotate(180deg);
}
.sidebar-box form.filter-container .filter .title div.text {
	flex: 1;
	padding-left: 16px;
}
.sidebar-box form.filter-container .filter .options {
	display: block;
	padding-left: 28px;
	opacity: 0;
	overflow: hidden;
	height: 0;
	pointer-events: none;
	transition: all 0.1s ease;
}
.sidebar-box form.filter-container .filter.on .options {
	height: auto;
	pointer-events: auto;
	opacity: 1;
	margin: 8px 0 16px 0;
}
.sidebar-box form.filter-container .filter .option {
	margin: 4px 0 0 0;
}

.page-block.quote {
	background: $(theme_color_1);
	color: #fff;
}
.page-block.quote .padded-box {
	padding: 72px;
}
.page-block.quote p {
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	text-align: center;
}
.page-block.quote p::before,
.page-block.quote p::after {
	content: '\201C';
	color: $(theme_color_2);
}
.page-block.quote p::after {
	content: '\201D';
}
body.single-team .page-block.quote p {
	font-weight: 900;
}
.page-block.quote .sidebar-box {
	position: relative;
	z-index: 3;
}
.page-block.quote .sidebar-box .image {
	width: 100%;
	height: calc(100% + 18px);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-block.quote.theme-2 {
	background: $(theme_color_4);
}
.page-block.quote.theme-2 p::before,
.page-block.quote.theme-2 p::after {
	color: $(theme_color_3);
}
.page-block.quote.guide .sidebar-box,
.page-block.image.blog-item .sidebar-box {
	padding: 24px;
	color: #fff;
}
.page-block.quote.guide .sidebar-box .share-links a,
.page-block.image.blog-item .sidebar-box .share-links a {
	color: $(theme_color_4);
}

.page-block.description .sidebar-box .notch {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 18px;
	/* useless line */
	background: transparent url("assets/images/notch-down.php?color=FAFAF2") 16px 0 repeat-x;
	background-size: cover;
}
.page-block.description .sidebar-box .bio {
	background: #FAFAF2;
	padding: 16px 24px;
	font-size: 14px;
}
.page-block.description .sidebar-box .title {
	color: $(theme_color_1);
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 20px;
}
.page-block.description .sidebar-box .subtitle {
	margin: 24px 0 0 0;
	color: $(theme_color_2);
	font-family: "Montserrat", sans-serif;
	font-size: inherit;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}
.page-block.description .sidebar-box p {
	margin: 8px 0;
}
.page-block.description .sidebar-box .team-bottom-wrap p.team-bottom {
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.page-block.description .sidebar-box .team-bottom-wrap p.team-bottom:last-child {
	padding-bottom: 0px;
	border-bottom: 0;
}
.page-block.description .sidebar-box .social {
	background: $(theme_color_2);
	color: $(theme_color_1);
	display: flex;
	align-items: center;
	justify-content: flext-start;
}
.page-block.description .sidebar-box .social a:first-child {
	margin-left: 17px;
}
.page-block.description .sidebar-box .social a {
	color: inherit;
	padding: 8px;
	text-align: center;
	font-size: 24px;
	margin: 0 17px 0 0;
}
.page-block.description .sidebar-box .bio.theme-2 .title {
	color: $(theme_color_4);
}
.page-block.description .sidebar-box .bio.theme-2 .subtitle {
	color: $(theme_color_3);
}

.page-block.form .form-container {
	display: flex;
	background: #E0E0C9;
}
.page-block.form .form-container .data {
	flex: 1.5;
	padding: 4%;
}
.page-block.form .form-container .data h1 {
	color: $(theme_color_4);
	font-family: "Montserrat", sans-serif;
	margin: 0 0 8px 0;
}
.page-block.form .form-container .data form {
	margin-top: 32px;
}
.page-block.form .form-container .graphics {
	flex: 1;
	position: relative;
	overflow: hidden;
}
.page-block.form .form-container .graphics .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}
.page-block.form .form-container .graphics .notch {
	position: absolute;
	top: 0;
	left: 23px;
	z-index: 4;
	width: 8000px;
	height: 24px;
	background: transparent url("assets/images/notch-down.php?color=E0E0C9") 48px 0 repeat-x;
	background-size: cover;
	transform: rotate(90deg);
	transform-origin: 0 0;
}

.page-block.project-display h1 {
	color: $(theme_color_1);
	font-family: "Montserrat", sans-serif;
	margin: 0 0 24px 0;
}
.page-block.project-display p.article-date {
	display: block;
	width: 100%;
	margin: 8px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #919189;
}
.page-block.project-display .sidebar-box .eyebrow-title {
	margin-right: 48px;
}

.page-block.blog-item.image .main-box {
	position: relative;
}
.page-block.blog-item.image .image {
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 300px;
}

.page-block.search-results .result {
	display: block;
	padding: 16px 0;
}
.page-block.search-results .result .title {
	font-size: 22px;
	color: $(theme_color_2);
}
.page-block.search-results .result .description:not(:first-child) {
	margin: 8px 0 0 0;
}

.otak-pagination-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 32px;
}
.otak-pagination-container :hyperlinks {
	display: inline-block;
	flex: 1;
	max-width: 48px;
	color: $(theme_color_3);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 4px 0;
	background: #F8F8EE;
	margin: 0 3px;
	text-align: center;
}
.otak-pagination-container :hyperlinks.on {
	background: $(theme_color_3);
	color: #fff;
}
.otak-pagination-container .arrow i {
	font-size: inherit;
	line-height: inherit;
	font-weight: 600;
	display: inline-block;
	vertical-align: bottom;
}

.path-selector {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}
body.admin-bar .path-selector {
	top: 32px;
}
.path-selector .sides {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.path-selector .sides .side {
	flex: 1;
	min-width: 0;
	position: relative;
	transition: top 0.8s ease;
}
.path-selector .sides .side:first-child {
	text-align: right;
	top: 100vh;
}
.path-selector .sides .side:last-child {
	top: -100vh;
}
.path-selector.animate-in {
	opacity: 1;
	pointer-events: auto;
}
.path-selector.animate-in .sides .side:first-child,
.path-selector.animate-in .sides .side:last-child {
	top: 0;
}
.path-selector .path-selection:not(:hover):not(.on) {
	background: #CDCDBC !important;
}

.global-back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 200;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
body.admin-bar .global-back-to-top {
	top: 32px;
}
.global-back-to-top.on {
	opacity: 1;
	pointer-events: auto;
}
.global-back-to-top .button {
	opacity: 0.9;
}

body.scroll-snap {
	overflow: hidden;
}
.home-section {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.home-section:not([data-path="normal"]) {
	display: none;
}
.home-section.auto-height {
	height: auto;
	min-height: 0;
	padding: 6%;
}
.home-section.auto-height .wrapper {
	padding: 0;
}
.home-section .o-image,
.home-section .o-image-mobile,
.home-section .o-overlay,
.home-section .o-pattern {
	background: transparent url('$(theme_overlay)') 50% 50% no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% + 24px);
	right: -24px;
	z-index: 1;
}
.home-section .o-image,
.home-section .o-image-mobile {
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.home-section .o-image-mobile {
	display: none;
}
.home-section .vimeo-video {
	display: block;
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transition: all 0.5s ease-in;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	z-index: 2;
}
.home-section video.o-video {
	display: block;
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transition: all 0.5s ease-in;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	z-index: 1;
}
.home-section .o-overlay {
	background: #000;
	opacity: 0.5;
	z-index: 2;
}
.home-section .o-pattern {
	opacity: 0.05;
	z-index: 3;
}
.home-section .o-overlay.dark {
	opacity: 0.8;
}
.home-section .pg-right_margin {
	height: 100%;
	position: relative;
	z-index: 4;
}
.home-section .side-container {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.home-section .image-side {
	background: #e5e4d0;
	position: relative;
	overflow: hidden;
	width: calc(50% + 24px);
	z-index: 2;
}
.home-section .image-side.fit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: 100%;
}
.home-section .image-side.fit img {
	max-width: 100%;
}
.home-section .image-side.fill {
	background-color: #e5e4d0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-section .image-side .notch {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
	width: 8000px;
	height: 24px;
	background: transparent url("assets/images/notch-up.php?color=F2F2E6") 48px 0 repeat-x;
	background-size: auto;
	transform: rotate(90deg) translateZ(0px);
	transform-origin: 0 0;
}
.home-section .image-side .css-notch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.home-section.image-right .image-side .css-notch {
	right: auto;
	left: 0;
}
.home-section .image-side .css-notch .triangle {
	width: 0;
	height: 50%;
}
.home-section .image-side .css-notch .triangle:first-child {
	border-top: 0px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 24px solid #f2f2e5;
}
.home-section .image-side .css-notch .triangle:last-child {
	border-top: 14px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 24px solid #f2f2e5;
}
.home-section.image-right .image-side .css-notch .triangle:first-child {
	border-top: 0px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: none;
	border-left: 24px solid #f2f2e5;
}
.home-section.image-right .image-side .css-notch .triangle:last-child {
	border-top: 14px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: none;
	border-left: 24px solid #f2f2e5;
}
.home-section .text-side {
	background: #F2F2E6;
	flex: 1;
	min-width: 0;
	position: relative;
	z-index: 3;
}
.home-section .text-side .box {
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
	padding: calc(8% + 32px) 8% 8% 8%;
}
.home-section[data-path="normal"] .text-side .box {
	padding: 8%;
}
.home-section .text-side > *:not(.o-pattern) {
	position: relative;
	z-index: 3;
}
.home-section .text-side .eyebrow-title {
	margin: 0;
}
.home-section .text-side h1 {
	margin: 0 0 24px 0;
}
.home-section .text-side .pill-search {
	margin: 64px 0 0 0;
	max-width: 446px;
	width: 100%;
}

@media all and (min-width: 800px) {
	.home-section.animating .side-container > * {
		position: relative;
		transition: top 0.8s ease;
	}
	.home-section.animating .side-container > *:first-child {
		top: 100vh;
	}
	.home-section.animating .side-container > *:last-child {
		top: -100vh;
	}
	.home-section.animate-in .side-container > *:first-child,
	.home-section.animate-in .side-container > *:last-child {
	top: 0;
}
}

.home-section .o-arrow {
	width: 100%;
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 32px;
	text-decoration: none;
	cursor: pointer;
	z-index: 100;
}

.home-section.image-right .image-side .notch {
	left: 24px;
	background-image: url("assets/images/notch-down.php?color=F2F2E6");
	transform: rotate(90deg);
	transform-origin: 0 0;
}
.home-section.image-right .text-side {
	order: -1;
}

.home-section.theme-1,
.home-section.theme-1 .text-side {
	background: $(theme_color_1);
	color: #fff;
}
.home-section.theme-1 .text-side .eyebrow-title {
	color: $(theme_color_2);
}
.home-section.theme-1 .text-side .eyebrow-title .line {
	background: $(theme_color_2);
}
.home-section.theme-1 .text-side h1 {
	color: #fff;
}
.home-section.theme-1 .image-side .notch {
	background-image: url("assets/images/notch-up.php?color=$(theme_color_1)");
}
.home-section.theme-1.image-right .image-side .notch {
	background-image: url("assets/images/notch-down.php?color=$(theme_color_1)");
}
.home-section.theme-1 .image-side .css-notch .triangle:first-child,
.home-section.theme-1 .image-side .css-notch .triangle:last-child {
	border-right-color: $(theme_color_1);
}
.home-section.theme-1.image-right .image-side .css-notch .triangle:first-child,
.home-section.theme-1.image-right .image-side .css-notch .triangle:last-child {
	border-left-color: $(theme_color_1);
}
.home-section.theme-2,
.home-section.theme-2 .text-side {
	background: $(theme_color_4);
	color: #fff;
}
.home-section.theme-2 .text-side .eyebrow-title {
	color: $(theme_color_3);
}
.home-section.theme-2 .text-side .eyebrow-title .line {
	background: $(theme_color_3);
}
.home-section.theme-2 .text-side h1 {
	color: #fff;
}
.home-section.theme-2 .image-side .notch {
	background-image: url("assets/images/notch-up.php?color=$(theme_color_4)");
}
.home-section.theme-2.image-right .image-side .notch {
	background-image: url("assets/images/notch-down.php?color=$(theme_color_4)");
}
.home-section.theme-2 .image-side .css-notch .triangle:first-child,
.home-section.theme-2 .image-side .css-notch .triangle:last-child {
	border-right-color: $(theme_color_4);
}
.home-section.theme-2.image-right .image-side .css-notch .triangle:first-child,
.home-section.theme-2.image-right .image-side .css-notch .triangle:last-child {
	border-left-color: $(theme_color_4);
}
.home-section.theme-3,
.home-section.theme-3 .text-side {
	background: $(theme_color_5);
	color: #fff;
}
.home-section.theme-3 .text-side .eyebrow-title {
	color: $(theme_color_6);
}
.home-section.theme-3 .text-side .eyebrow-title .line {
	background: $(theme_color_6);
}
.home-section.theme-3 .text-side h1 {
	color: #fff;
}
.home-section.theme-3 .image-side .notch {
	background-image: url("assets/images/notch-up.php?color=$(theme_color_5)");
}
.home-section.theme-3.image-right .image-side .notch {
	background-image: url("assets/images/notch-down.php?color=$(theme_color_5)");
}
.home-section.theme-3 .image-side .css-notch .triangle:first-child,
.home-section.theme-3 .image-side .css-notch .triangle:last-child {
	border-right-color: $(theme_color_5);
}
.home-section.theme-3.image-right .image-side .css-notch .triangle:first-child,
.home-section.theme-3.image-right .image-side .css-notch .triangle:last-child {
	border-left-color: $(theme_color_5);
}
.home-section.theme-dark-tan,
.home-section.theme-dark-tan .text-side {
	background: #E3E3D2;
}
.home-section.theme-dark-tan .image-side .notch {
	background-image: url("assets/images/notch-up.php?color=E3E3D2");
}
.home-section.theme-dark-tan.image-right .image-side .notch {
	background-image: url("assets/images/notch-down.php?color=E3E3D2");
}
.home-section.theme-dark-tan .image-side .css-notch .triangle:first-child,
.home-section.theme-dark-tan .image-side .css-notch .triangle:last-child {
	border-right-color: #E3E3D2;
}
.home-section.theme-dark-tan.image-right .image-side .css-notch .triangle:first-child,
.home-section.theme-dark-tan.image-right .image-side .css-notch .triangle:last-child {
	border-left-color: #E3E3D2;
}

.home-section.titles {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}
.home-section.titles .pg-right_margin {
	height: auto;
}
.home-section.titles .title-text {
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3;
}
.home-section.titles .main-title .title-text {
	font-size: 68px;
}
.home-section.titles .title-swap {
	position: relative;
}
.home-section.titles .title-swap .window {
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s ease, transform 1s ease;
}
.home-section.titles .title-swap .window.on {
	transition-delay: 1s;
	opacity: 1;
	pointer-events: auto;
}
.home-section.titles .title-swap .window.main-title {
	position: absolute;
}
.home-section.titles .title-swap .window.choice-title {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.home-section.titles .title-swap .window.choice-title .choice {
	flex: 0 1 auto;
	width: 45%;
	min-width: 0;
	display: flex;
	flex-flow: column;
	align-items: stretch;
	justify-content: center;
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 1s;
}
.home-section.titles .title-swap .window.choice-title .choice:first-child {
	transform: translateX(80%);
}
.home-section.titles .title-swap .window.choice-title .choice:last-child {
	transform: translateX(-80%);
}
.home-section.titles .title-swap .window.choice-title.on .choice {
	opacity: 1;
	transform: none;
}
.home-section.titles .title-swap .window.choice-title .choice .title-text {
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-section.titles .title-swap .window.choice-title .choice .title-text span {
	margin: auto 0;
}
.home-section.titles .button-container {
	margin: 48px 0 0 0;
}
.home-section.titles .title-swap .window.choice-title .choice .button-container {
	opacity: 0;
	transition: all 1s ease-out;
}
.home-section.titles .title-swap .window.choice-title.on .choice .button-container {
	opacity: 1;
	transition-delay: 2s;
}
.home-section.titles.fake-floating {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: opacity 0.25s ease-in;
	transition-delay: 0.5s;
}
.home-section.titles.fade-out {
	opacity: 0;
}

.home-section.image-text-multi .multi-slider {
	height: 100%;
}
.home-section.image-text-multi .multi-slider .slide {
	height: 100%;
}
.home-section.image-text-multi .multi-slider .slide .image-side {
	position: relative;
}
.home-section.image-text-multi .multi-slider .slide .text-side {
	position: relative;
}

.home-section.home-hero {
	background: #F2F2E6;
	text-align: center;
}
.home-section.home-hero .title {
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
.home-section.home-hero.large-text .title {
	font-size: 56px;
	font-weight: 900;
}
.home-section.home-hero .image img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.home-section.home-hero .wrapper > .title ~ * {
	margin-top: 40px;
}
.home-section.home-hero.theme-dark-tan {
	background: #E3E3D2;
}

.home-section .search-terms {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	padding: 0 24px 0 0;
}
.home-section.image-right .search-terms {
	padding-right: 0;
	padding-left: 24px;
}
.home-section .search-terms .box {
	padding: 48px;
	width: 100%;
}
.home-section .search-terms .term {
	padding: 20px 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.5s ease;
}
@for n in range(1, 25) {
	.home-section.scrolled .search-terms .term:nth-child(#(n)) {
		transition-delay: math((#(n)) * 0.5, s);
	}
}
.home-section.terms-active .search-terms .term {
	opacity: 1;
}
.home-section .search-terms .icon {
	width: 20px;
	font-size: 20px;
	font-weight: 600;
	color: $(theme_color_2);
	line-height: 1;
	margin-top: 0.4em;
}
.home-section .search-terms .icon i {
	font-weight: 600;
}
.home-section .search-terms .text {
	flex: 1;
	padding: 0 0 0 16px;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 600;
}

.home-section .mute-video-trigger {
	position: absolute;
	bottom: 24px;
	right: 24px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s ease;
	z-index: 101;
}
.home-section .mute-video-trigger:hover {
	opacity: 1;
}
.home-section .mute-video-trigger::after {
	@include materialicons;
	content: "volume_off";
	display: inline-block;
	vertical-align: -32%;
	font-size: 2em;
	line-height: 1;
	margin: 0 0 0 8px;
}
.home-section .mute-video-trigger.on::after {
	content: "volume_up";
}

.experience-loading {
	padding: 256px 0;
}
/*.experience-hero,
.experience-body,
.experience-loading {
	display: none;
}
.experience-hero.experience-active,
.experience-body.experience-active,
.experience-loading.experience-active {
	display: block;
}*/
.experience-hero.experience-hide {
	display: none;
}
.experience-grid-layout {
	display: flex;
	align-items: flex-start;
	margin: 48px 0 0 0;
}
.experience-grid-layout > * {
	flex: 2;
	min-width: 0;
}
.experience-grid-layout .experience-grid-container:first-child {
	margin-right: 56px;
}
.experience-grid-layout .experience-grid-container:last-child {
	flex: 1;
	min-width: 280px;
}

.experience-grid-container {
	display: block;
	vertical-align: bottom;
}
.experience-grid-container .grid-title {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.experience-grid-container .grid-title > * {
	margin: 0 16px 0 0;
	display: inline-block;
}
.experience-grid-container .grid-title .main {
	font-size: 24px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.experience-grid-container .grid-title .main.break {
	width: 100%;
}
.experience-grid-container .grid-title .more {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-decoration: none;
}
.experience-grid-container .grid-title .all {
	margin: 0 0 0 auto;
}
.experience-grid-container .all-mobile {
	display: none;
	margin: 8px 0 0 0;
}
.experience-grid-container .grid {
	margin: 8px -2px -2px -2px;
}
.experience-grid-container.side-by-side .grid {
	display: flex;
}
.experience-grid-container .grid > * {
	padding: 2px;
	display: block;
}
.experience-grid-container.side-by-side .grid > * {
	flex: 1 1 auto;
	width: 25%;
	min-width: 0;
}
.experience-grid-container.side-by-side .grid .see-all:nth-of-type(3) {
	width: 50%;
}
.experience-grid-container .grid .item .box {
	position: relative;
	height: 100%;
}
.experience-grid-container .grid .item .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: $(theme_color_2);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.2s ease;
	z-index: 1;
}
.experience-grid-container .grid .item.see-all .image,
.experience-grid-container .grid .item:hover .image {
	filter: grayscale(100%);
}
.experience-grid-container .grid .item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	transition: all 0.2s ease;
	z-index: 2;
}
.experience-grid-container .grid .item.see-all .overlay,
.experience-grid-container .grid .item:hover .overlay {
	opacity: 0.85;
}
.experience-grid-container .grid .item .info {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 24px;
	color: #fff;
	z-index: 3;
}
.experience-grid-container.full-width .grid .item .info {
	min-height: 212px;
}
.experience-grid-container .grid .item .title {
	font-size: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.experience-grid-container .grid .item .subtitle {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-decoration: none;
	margin: 4px 0 0 0;
}
.experience-grid-container .grid .item .description {
	margin: 16px 0 0 0;
	opacity: 0;
	transition: all 0.2s ease;
}
.experience-grid-container .grid .item:hover .description {
	opacity: 1;
}
.experience-grid-container .grid .item .link {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 16px 0 0 0;
	opacity: 0;
	transition: all 0.2s ease;
}
.experience-grid-container .grid .item:hover .link {
	opacity: 1;
}
.experience-grid-container.theme-1 .grid-title .main {
	color: $(theme_color_1);
}
.experience-grid-container.theme-1 .grid-title .more {
	color: $(theme_color_2);
}
.experience-grid-container.theme-1 .item.see-all .overlay,
.experience-grid-container.theme-1 .item:hover .overlay {
	background: $(theme_color_2);
}
.experience-grid-container.theme-2 .grid-title .main {
	color: $(theme_color_4);
}
.experience-grid-container.theme-2 .grid-title .more {
	color: $(theme_color_3);
}
.experience-grid-container.theme-2 .item.see-all .overlay,
.experience-grid-container.theme-2 .item:hover .overlay {
	background: $(theme_color_3);
}
.experience-grid-container.theme-3 .grid-title .main {
	color: $(theme_color_5);
}
.experience-grid-container.theme-3 .grid-title .more {
	color: $(theme_color_6);
}
.experience-grid-container.theme-3 .item.see-all .overlay,
.experience-grid-container.theme-3 .item:hover .overlay {
	background: $(theme_color_6);
}

.blog-item-meta {
	display: block;
	margin: -32px 0 56px 0;
	text-align: center;
	color: #919189;
	font-size: 14px;
}
.blog-item-meta .sep {
	display: inline-block;
	margin: 0 8px;
}

.blog-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 48px;
	margin-top: 48px;
	border-top: 2px solid #e5e6d2;
}
.blog-nav > * {
	flex: 0 1 auto;
	width: 28%;
	margin: 0 12px;
}

.blog-comments {
	margin-top: 48px;
}
.blog-comments .title {
	font-size: 14px;
	color: $(theme_color_1);
	position: relative;
	padding-left: 36px;
	cursor: pointer;
}
.blog-comments .title::before {
	@include materialicons;
	content: "keyboard_arrow_down";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: $(theme_color_1);
	font-size: 26px;
	font-weight: 600;
}
.blog-comments.on .title {
	color: $(theme_color_2);
}
.blog-comments.on .title::before {
	content: "keyboard_arrow_up";
	color: $(theme_color_2);
}
.blog-comments .content {
	padding: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}
.blog-comments.on .content {
	opacity: 1;
	margin: 24px 0 0 0;
	height: auto;
}
.blog-comments .content h3 {
	padding: 0;
	font-size: 24px;
	color: $(theme_color_1);
}
.blog-comments .content #respond {
	background: rgba(0,0,0,0.05);
	padding: 24px;
}
.blog-comments .content .comment-notes {
	color: #919189;
	font-size: 14px;
}
.blog-comments .content span.required {
	color: #e74c3c;
}
.blog-comments .content .logged-in-as {
	margin: -16px 0 24px 0;
	color: #919189;
	font-size: 14px;
}
.blog-comments .content .logged-in-as :hyperlinks {
	color: #919189;
}
.blog-comments .content p.form-submit {
	margin-bottom: 0;
}
.blog-comments .content .comment {
	padding: 48px 0;
	border-bottom: 1px solid #D3D3BC;
}
.blog-comments .content .comment:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.blog-comments .content .comment .author {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: $(theme_color_1);
}
.blog-comments .content .comment .date {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #919189;
	font-size: 14px;
}
.blog-comments .content .comment .content {
	margin: 24px 0 0 0;
	padding: 0;
}

.article-hero {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 36%;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 48px auto;
}

.not-found .pill-search {
	margin-top: 80px !important;
}

.generic-css-notch {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.generic-css-notch .triangle {
	width: 0;
	flex: 1;
}
.generic-css-notch .triangle:first-child {
	border-top: 0px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 24px solid #f2f2e5;
}
.generic-css-notch .triangle:last-child {
	border-top: 14px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 24px solid #f2f2e5;
}
.generic-css-notch.point-left .triangle:first-child {
	border-top: 0px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: none;
	border-left: 24px solid #f2f2e5;
}
.generic-css-notch.point-left .triangle:last-child {
	border-top: 14px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: none;
	border-left: 24px solid #f2f2e5;
}
@for color in theme_color_1, theme_color_2, theme_color_3, theme_color_4, theme_color_5, theme_color_6 {
	.generic-css-notch.#(color) .triangle:first-child {
		border-right-color: $(#(color));
	}
	.generic-css-notch.#(color) .triangle:last-child {
		border-right-color: $(#(color));
	}
	.generic-css-notch.#(color).point-left .triangle:first-child {
		border-left-color: $(#(color));
	}
	.generic-css-notch.#(color).point-left .triangle:last-child {
		border-left-color: $(#(color));
	}
}

.guide-image {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 48px auto;
}
.guide-image .preview {
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 120%;
}
.guide-video {
	display: block;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 48px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.guide-video i {
	font-size: 64px;
	margin: 23% 0;
	color: #fff;
}
.perspective-content {
	display: block;
}
.perspective-content.top {
	padding-bottom: 32px;
}
.perspective-content.bottom {
	padding-top: 32px;
}

.share-title {
	text-align: left;
}
.share-title .text {
	font-size: 10px;
}
.share-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px auto 24px auto;
	max-width: 300px;
	flex-wrap: wrap;
}
.share-links > * {
	flex: 1;
}
.share-links > .eyebrow-title {
	display: block;
	flex: 0 0 100%;
}
.share-links a {
	flex: 1;
	font-size: 22px;
	color: $(theme_color_1);
	transition: all 0.2s ease;
}
.share-links a:hover {
	color: $(theme_color_2);
}
.share-links.theme-2 a {
	color: $(theme_color_4);
}
.share-links.theme-2 a:hover {
	color: $(theme_color_3);
}

.pill-search {
	display: block;
	width: 100%;
	max-width: 445px;
	margin: 0 auto;
	position: relative;
}
.pill-search input {
	display: block;
	width: 100%;
	border-radius: 100px;
	padding: 16px 64px 16px 24px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	background: #fff;
	color: $(theme_color_1);
	border: none;
}
.pill-search i {
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 600;
	color: $(theme_color_1);
}
.pill-search.theme-1 input {
	background: $(theme_color_2);
	color: #fff;
}
.pill-search.theme-1 input.bold::placeholder {
	color: #fff;
	font-weight: 600;
}
.pill-search.theme-1 input.bold:-ms-input-placeholder {
	color: #fff;
	font-weight: 600;
}
.pill-search.theme-1 input.bold::-ms-input-placeholder {
	color: #fff;
	font-weight: 600;
}
.pill-search.theme-1 input.bold:focus::placeholder {
	color: transparent;
	font-size: 0px;
}
.pill-search.theme-1 input.bold:focus:-ms-input-placeholder {
	color: transparent;
	font-size: 0px;
}
.pill-search.theme-1 input.bold:focus::-ms-input-placeholder {
	color: transparent;
	font-size: 0px;
}

.mobile-search {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.mobile-search input {
	display: block;
	width: 100%;
	padding: 12px 12px 12px 44px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	background: #fff;
	color: $(theme_color_1);
	border: none;
}
.mobile-search i {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: $(theme_color_1);
}
.mobile-search.theme-1 input {
	background: $(theme_color_2);
	color: #fff;
}
.mobile-search.theme-1 input::placeholder {
	color: #fff;
}
.mobile-search.theme-1 input:-ms-input-placeholder {
	color: #fff;
}
.mobile-search.theme-1 input::-ms-input-placeholder {
	color: #fff;
}

.site-search-view {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s ease;
}
.site-search-view .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: $(theme_color_1);
	opacity: 0.95;
	cursor: pointer;
}
body.site-search-on .site-search-view {
	z-index: 2000;
	opacity: 1;
	pointer-events: auto;
}
.site-search-view .box {
	width: 100%;
	padding: 10%;
	transform: scale(0.9);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
body.site-search-on .site-search-view .box {
	transform: none;
}
body.site-search-on header#masthead #H_Logo {
	background-image: url('https://otak.com/wp-content/themes/otak/assets/images/footer-logo.png') !important;
}
body.site-search-on header#masthead .logo-container img.logo {
	display: none;
}
body.site-search-on header#masthead .logo-container img.logo.white {
	display: inline-block;
}

.sidebar-offer {
	display: block;
	text-align: left;
	background: #000;
	color: #fff;
	margin: 0 0 48px 0;
}
.sidebar-offer.space-up {
	margin-top: 24px;
}
.sidebar-offer .top-text {
	padding: 24px;
}
.sidebar-offer .top-text .title {
	font-weight: 600;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 1.4;
}
.sidebar-offer .top-text .description {
	font-size: 12px;
	margin: 8px 0 0 0;
	color: #fff;
	line-height: 1.6;
}
.sidebar-offer .graphics {
	position: relative;
}
.sidebar-offer .graphics .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(0,0,0,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.sidebar-offer .graphics {
	height: 150px;
}
.sidebar-offer .graphics .notch {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 18px;
	background: transparent url("assets/images/notch-up.php?color=000") 16px 0 repeat-x;
	background-size: cover;
}
.sidebar-offer.theme-1 {
	background: $(theme_color_4);
}
.sidebar-offer.theme-1 .top-text .title {
	color: $(theme_color_3);
}
.sidebar-offer.theme-1 .graphics .notch {
	background-image: url("assets/images/notch-up.php?color=$(theme_color_4)");
}
.sidebar-offer.theme-2 {
	background: $(theme_color_1);
}
.sidebar-offer.theme-2 .top-text .title {
	color: $(theme_color_2);
}
.sidebar-offer.theme-2 .graphics .notch {
	background-image: url("assets/images/notch-up.php?color=$(theme_color_1)");
}

.single-team .page-block.description .sidebar-layout .sidebar-box {
	position: relative;
	top: -34px;
}

.HeroSection {
	width: 100%;
	position: relative;
	z-index: 10;
}
.HeroSection .AI_PG {
	width: 100%;
	height: 100%;
}
.HeroSection .AIFT_VideoBG {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.HeroSection .AIFT_PicBG,
.HeroSection .AIFT_VideoBG,
.HeroSection .AIFT_ImageryBG,
.HeroSection .AIFT_DakerBG,
.HeroSection .AIFT_Contents {
	width: 100%;
	height: 100%;
	position: absolute;
}
.HeroSection .AIFT_VideoBG video {
  object-fit: cover;
	position: absolute;
	z-index: -1;
	top:50%;
	left:50%;
	height:auto;
	width:auto;
	min-width:100%;
	min-height:100%;
	transform:translate(-50%, -50%);

}
.HeroSection {

}
.HeroSection .AIFT_PicBG,
.HeroSection .AIFT_ImageryBG,
.HeroSection .AIFT_DakerBG {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.HeroSection .AIFT_DakerBG {
	background-color: black;
	opacity: 0.55;
}
.HeroSection .AIFT_ImageryBG {
	background: url('/wp-content/themes/otak/assets/images/BG-GeneralPattern.png') no-repeat center center;
	opacity: 0.1;
}
.HeroSection .AIFT_Contents {
	color: #f2f2e5;
	z-index: 90;
	position: relative !important;
}
.HeroSection .AIFT_PicBG {}
.HeroSection .AIFT_ImageryBG {}
.HeroSection .AIFT_DakerBG {}
.HeroSection .AIFT_Contents_Wrap {
	width: 100%;
	height: 100%;
	display: flex;
	margin-left: 185px;
	box-sizing: border-box;
}
.HeroSection .AIF_Top {
	font-family: 'Montserrat', sans-serif;
}

.HeroSection .AIF_Top .C_Title {
	font-size: 16px;
	border-bottom: 1px solid #a3a3a7;
	letter-spacing: .3em;
	padding-bottom: 17px;
}
.HeroSection .AIF_Top .C_Desc {
	width: 100%;
}
.HeroSection .AIF_Top .C_Desc_Main {
	font-size: 4.5em;
	font-weight: bold;
	max-width: 750px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.HeroSection .AIF_Top .C_BTN {
	padding: 7px 16px;
	font-size: 0.7em;
	letter-spacing: .1em;
	font-weight:500;
}
.HeroSection .AIF_Top .C_Desc_Sub {
	width: 450px;
	clear: both;
	min-height: 300px;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	display: table;
}
.HeroSection .AIF_Top .C_Desc_Sub div{
	display: table-cell;
	vertical-align: middle;
}
.HeroSection .AIF_Top .subDescBox {
	margin-top: 60px;
}
.HeroSection .AIF_Top .C_BTN_Sub {
	opacity: 0;
}
.MainVideo_SoundControl div{
	display: table-cell;
	vertical-align: middle;
}
.HeroSection .MainVideo_SoundControl{
	display: table;
	letter-spacing: .1rem;
	font-size: 0.75rem;
	line-height:1.5rem;
	cursor: pointer;
	text-align:center;
	position:absolute;
	bottom:25px;
	right:29px;
}

.HeroSection .MainVideo_SoundControl .MVS_Text{
	white-space: nowrap;

}
.HeroSection .MainVideo_SoundControl .MVS_Text div{
	float:left;
}
.HeroSection .MainVideo_SoundControl .MVS_BTN {
	margin-left: 4px;
}

.HeroSection .MainVideo_SoundControl .MVS_BTN_Off {
	display: none;
}

.HeroSection .MainVideo_SoundControl.MVS_Off .MVS_BTN_On {
	display: none;
}

.HeroSection .MainVideo_SoundControl.MVS_Off .MVS_BTN_Off{
	display: block!important;
}

.HeroSection .MainVideo_SoundControl .MVS_Icon {
	padding-left:5px;
	padding-top:3px;
}
.HeroSection .MainVideo_SoundControl i{
	font-size: 1.2rem;
}
#HeroAni_1 {
	opacity:0;
	animation-duration: 2s;
}
#HeroAni_2 {
	margin-right: 40px;
}
#HeroAni_2,
#HeroAni_3 {
	animation-duration: 2s;
}
#Pathway_1,
#Pathway_2 {
	display: none;
}

.SL_Cont_Eyebrow {
	margin-top:30px;
}
#FullPage_FixedSection {
	z-index: 95;
	position: fixed;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#FullPage_FixedSection_2 {
	z-index: 100;
	position: fixed;
	box-sizing: border-box;
}
#FullPage_FixedSection .CopySection {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#FullPage_FixedSection .Copy_Right {
	float: right;
}
#TopFixed_Pathway_Section {
	width:calc(100vw - 184px);
	margin-left:184px;
	font-family: 'Montserrat',sans-serif;
}
#TopFixed_Pathway_1,
#TopFixed_Pathway_2 {
	position:relative;
	float:left;
	width:50%;
	height:1px;

}
#TopFixed_Pathway_1 .SL_Pathway_Left_Button {
	right:24px;
}
#TopFixed_Pathway_2 .SL_Pathway_Right_Button {
	left:-24px;
}


.FullPage .section{height:100vh;}
.FullPage .intro {
	width: 100%;
	height: 100%;
}
.FullPage .SL_Left,
.FullPage .SL_Right {
	position: relative;
	height: 100%;
	z-index: 60;
	float: left;
}
.FullPage .SL_Left {
	width: calc(50% + 92px);
}
.FullPage .SL_Right {
	width: calc(50% - 92px);
}
.FullPage .SL_Left_ArrowLeft_Left {
	width: calc(50% - 48px + 92px) !important;
}
.FullPage .SL_Left_ArrowLeft_Right {
	width: calc(50% + 48px - 92px) !important;
}
.FullPage .SL_Left_NoTriangle {
	width: calc(50% + 92px - 24px);
}
.FullPage .SL_Right_NoTriangle {
	width: calc(50% - 92px + 24px);
}
.FullPage .SL_CTA_Wrap {
	align-self: flex-end;
}
.FullPage .SL_Contents {
	font-family: 'Montserrat', sans-serif;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.FullPage .FP_Temp_3_2 .SL_Right {
	padding-left: 80px !important;
}
.FullPage .SL_Contents_Wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 35;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.FullPage .SL_Contents_Wrap_2 {
	justify-content: space-evenly !important;
}
.FullPage .SL_Left .SL_Contents_Wrap {
	padding-left: 50px;
}
.FullPage .SL_Left .SL_BulletResult {
	padding-left: 30px;
}

.FullPage .SL_Cont_Eyebrow {
	width: 100%;
}

.FullPage .SL_Left.SL_Contents {
	padding-left: 185px;
}
.FullPage .SL_Cont_Eyebrow div {
	display: inline-block;
	font-size: 13px;
	letter-spacing: .1em;
	padding-bottom: 12px;
	font-weight:500;
}
.FullPage .SL_Cont_Desc {
	max-width: 480px;
}
.FullPage .SL_Cont_Desc .SL_Cont_Header {
	width: 100%;
	font-size: 2.1em;
	line-height: 1.2em;
	font-weight: 700;
}
.FullPage .SL_Cont_Desc .SL_Cont_Body {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2em;
}
.FullPage .SL_Search_Box {
	position: relative;
	width: 100%;
	margin-top: 72px;
	overflow: hidden;
	border-radius: 30px;
}
.FullPage .SL_Search_Box .SL_Search_INP {
	padding: 0 40px 0 30px;
	margin: 0;
	width: 100%;
	height: 65px;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	background-color: #3295b1;
	color: #fbfbf4;
}
.FullPage .SL_Search_Box .SL_Search_BTN {
	position: absolute;
	top: 0;
	right: 30px;
	height: 65px;
	line-height: 65px;
	font-size: 30px;
}
.FullPage .SL_Search_Box .SL_Search_INP::placeholder {
	color: #fbfbf4;
}
.FullPage .SL_Search_Box .SL_Search_INP:-ms-input-placeholder {
	color: #fbfbf4;
}
.FullPage .SL_Search_Box .SL_Search_INP::-ms-input-placeholder {
	color: #fbfbf4;
}
.FullPage .SL_OverlaySolidBG {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.FullPage .FP_Temp_3_2 .SL_OverlayImageBG{
	left: 0!important;
}
.FullPage .SL_OverlayImageBG {
	position: absolute;
	top: 0;
	left: 185px;
	bottom:0;
	right:0;
	z-index: 30;
	opacity: 0.1;
}
.FullPage .FP_Temp_3 .SL_OverlaySolidBG,
{
	opacity: 0.9
}
.FullPage .SL_Right .SV_TriangleWrap {
	left: -24px !important;
}
.FullPage .SV_TriangleWrap {
	position: absolute;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	z-index: 5;
}
.FullPage .SV_Triangle {
	width: 0;
	height: 50%;
}
.FullPage .SV_Triangle_R_1 {
	border-top: 0px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 24px;
	border-right-style: solid;
}
.FullPage .SV_Triangle_R_2 {
	border-top: 14px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 24px;
	border-right-style: solid;
}
.FullPage .SV_Triangle_L_1 {
	border-top: 0px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 24px;
	border-left-style: solid;
}
.FullPage .SV_Triangle_L_2 {
	border-top: 14px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 24px;
	border-left-style: solid;
}

.FullPage .SL_Left .SL_SlideImage {
	width: calc(100% - 185px);
	height: 100%;
	margin-left:185px;
}

.FullPage .SL_Right .SL_SlideImage {
	width: 100%;
	height: 100%;
}

.FullPage .SL_Left .SV_TriangleWrap {
	right: -24px;
	top: 0;
}
.FullPage .SL_Right .SV_TriangleWrap {
	left: 24px;
	top: 0;
}
.FullPage .SL_Left_ArrowLeft_Left {
	z-index: 70 !important;
}
.FullPage .SL_Cont_Desc.fadeIn{animation-duration: 400ms;}
.FullPage .SL_Cont_Desc.fadeOut{animation-duration: 400ms;}
.FullPage .FP_Temp_2_2 .SV_TriangleWrap_L {
	right: none !important;
}
.FullPage .ImageryBG {
	background: url('/wp-content/themes/otak/assets/images/BG-GeneralPattern.png') no-repeat center center;
	opacity: 0.02;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.FullPage .ImageryBG_24 {
	width: calc(100% + 24px) !important;
}
.FullPage .SL_BulletResult {
	font-size: 1.7rem;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.FullPage .SL_BulletResult_One.animated{
	opacity:0
}
.FullPage .SL_BulletResult_One {
	position:relative;
	margin-bottom: 30px;
}

.FullPage .SL_BulletResult_One i{
	position:absolute;
	left:-1.1em;
	top:5px;
	color:#2e8faa;
	margin-right:10px;

}

.FullPage .SL_BulletResult_One:last-child {
	margin-bottom: 0;
}
.FullPage .SL_Pathway_BTN {
	font-family: "Montserrat",sans-serif;
	position: absolute;
	top: 0;
	padding: 6px 13px;
	cursor: pointer;
	z-index: 90;
	font-size:0.7rem;
	letter-spacing: 0.1rem;
}
.FullPage .FP_Temp_1 .SL_Pathway_Left_Button {
	right: 24px;
}
.FullPage .FP_Temp_1 .SL_Pathway_Right_Button {
	left: -24px;
}
.FullPage .FP_Temp_4 .SL_Pathway_Left_Button {
	right: -24px;
}
.FullPage .FP_Temp_4 .SL_Pathway_Right_Button {
	left: 24px;
}
#FullPage_FixedSection .triangle_sub_mode {
	display: flex !important;
}
.FullPage_Stage {
	position: absolute;
	top: 0;
	z-index: 90;
	width: 100%;
	height: 100vh;
}
.FullPage_Stage .triangle_sub_mode {
	display: none !important;
}
.FullPage_Stage .FP_Temp {
	width: 100%;
	height: 100vh;
}
.FullPage_Stage .TMainImage{
	position:absolute;
	left:185px;
	right:0;
	top:0;
	bottom:0;


}

._showResponsiveBlock,
._showResponsiveFlex {
	display: none;
}
.FullPage_Stage .SL_Cont_Responsive_Image {
	width: 100%;
}
.FullPage_Stage .SL_Cont_Responsive_Image img {
	width: 100%;
	height: 100%
}
.FullPage_Stage .ShadedImageW100_Resp {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
}
.FullPage_Stage .ShadedImageW100_Resp .SL_SlideImage {
	position: absolute;
	opacity: 0.5;
}
.FullPage_Stage .AI_customSlideNavWrap {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}
.FullPage_Stage .AI_customSlideNav {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.FullPage_Stage .AI_customSlideNav_BTN {
	margin-top: 2px;
	width: 15px;
	height: 15px;
	background-color: #fbfbf4;
	margin-right: 15px;
	cursor: pointer;
}
.AI_SlideLeft_Btn {
	margin-right: 20px;
}
.AI_SlideRight_Btn {
	margin-left: 20px;
}
.AI_SlideLR_Btn {
	width: 20px;
	height: 20px;
	font-size: 18px;
	color: #fbfbf4;
	cursor: pointer;
	line-height: 18px;
}
#fp-nav ul li, .fp-slidesNav ul li{
	margin:10px!important;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: none!important;
	width: 14px!important;
	height: 14px!important;
	border: 1px solid white!important;
}
.fp-slidesNav.fp-bottom{
	bottom:41px!important;
}
.fp-slidesNav ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.fp-slidesNav ul li a.active span {
	background-color: white!important;
}
.fp-slidesNav ul li a.active span,
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	margin: 0!important;
	border-radius: 0!important;

	width: 14px;
	height: 14px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background-color: black;
}
.fp-slidesNav ul li a span {
	left: 0;
	top: 0;
}

.mobile.share-container {
	display: none;
}

.headshot-ratio {
	width: 100%;
	padding-bottom: 84% !important;
}

footer{float:left;width:100%;height:100%;position:relative;}
footer .footerBox{width:100%;height:100px;}
footer .F_Top{width:100%;height:179px;background-color:#232b33;z-index:1;}
footer .F_Bot{width:100%;height:45px;background-color:#161b1f;}
footer #footer-logo{
	width:91px;
	height:47px;
	margin-left:60px;
	margin-right:60px;
	background-image:url('/wp-content/themes/otak/assets/images/footer-logo.png');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
}
footer #F_CompInfo_Block{
	display:flex;
	align-items:center;
	flex-direction: row;
}

footer #footer-logo img{width:100%;}
footer #F_CompInfo{color:#fbfbf4;font-size:12px;line-height:25px;}
footer #F_CompInfo a{color:inherit;text-decoration: none;}
footer #F_LinkIcons{height:40px;margin-right:25px;display:flex;align-items:center;margin-left: auto;}

footer #F_LinkIcons .FLI_Icn{width:40px;height:40px;margin-right:53px;border-radius:4px;display:flex;align-items:center;justify-content: center;}
footer .F_BG{top:0;width:100%;height:100%;position:absolute;z-index:5;}
footer .F_Content{width:100%;height:calc(100% - 45px);position:absolute;z-index:10;display:flex;align-items:center;top:0;}
._generalBG{
	background:url('/wp-content/themes/otak/assets/images/BG-GeneralPattern.png') no-repeat center center;
	opacity:0.04;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.Fullpage_Footer{padding-left:185px;box-sizing:border-box;background-color:#161b1f;}

/* JOB LISTING STYLING */

.jobs_listing {
	display: flex;
	max-height: 0px;
	transition: all .3s ease-in;
}

.jobs_listing.active {
	max-height: 900vh;

}

.jobs_listing .search_col, .jobs_listing .results_col {
	padding: 40px;
}

.jobs_listing .search_col {
	padding-top: 0px;
	max-width: 300px;
}

.jobs_listing .results_col {
	width: 90%;
}

.jobs_listing .search_col .dept_list .dept_row {
	word-break: break-word;
	margin: 20px 0px;
}

.jobs_listing .search_col .dept_list .dept_row a.link {
	color: $(theme_color_2);
}

.jobs_listing .results_col .jobs_row {
	padding: 20px 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.jobs_listing .results_col .jobs_row a.link {
	padding: 0px;
	font-size: 1.5em;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: $(theme_color_1);
}

.jobs_listing .results_col .jobs_row a.link:hover {
	color: $(theme_color_2);
}

.jobs_listing .results_col .jobs_row a.link .title{
	word-break: break-word;
}

.jobs_listing .results_col .jobs_row a.link .location{
	margin-left: 20px;
	text-align: right;
}

.jobs_listing .results_col .message {
	text-align: center;
	font-size: 1.5em;
}

.search_box {
	position: relative;
}

button.search_btn {
	border: 0px;
	background: transparent;
	position: absolute;
	top: 5px;
	right: 5px;
	color: $(theme_color_2);
}

.video-container,
:hyperlinks.video-container {
	@include :hyperlinks.blend;
	display: block;
	position: relative;
	padding-bottom: 51.55%;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.video-container .poster {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.video-container .overlay {
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.video-container .play {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.video-container .play img {
	width: 4rem;
	height: auto;
}
.video-container .play .caption {
	margin: 1rem auto 0 auto;
	font-size: 1.2rem;
	font-weight: 700;
	width: 80%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.video-container .play .caption:empty {
	display: none;
}
.video-container .far {
	font-size: 96px;
}

.home-section.image-text .video-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
}
.home-section.image-text .video-container .poster {
	background-size: contain;
}

.lity-boi video {
	max-width: 960px;
	width: 90vw;
	height: auto;
}

@media all and (max-width: 960px) {
	h1 {
		padding-left: 40px;
	}
}

@media all and (max-width: 640px) {

	.jobs_listing {
		flex-wrap: wrap;
	}

	.jobs_listing .search_col, .jobs_listing .results_col {

	}

	.jobs_listing .search_col,.jobs_listing .search_col .search_box, .jobs_listing .search_col #searchtxt {
		width: 100%;
		max-width: 100%;
	}

	.jobs_listing .search_col .dept_list {
		display: none;
	}

	.jobs_listing .results_col {
		width: 100%;
	}
}

/* END JOB LISTING STYLING */


@media all and (max-height: 775px) and (min-height: 650px) {
	header#masthead .main-menu-container>.links>.link {
		padding: 8px 0;
	}
	header#masthead *:not(.link) > .links > .link > a .logo {
		display: none;
	}
}

@media all and (max-width: 1200px) {
	.image-info-grid>.item,
	.image-info-grid.four>.item {
		width: 50%;
	}

	.page-block.horizontal-points-1 .points .point {
		flex-basis: 50%;
	}

	.page-block.tab-slider.vertical .tabs {
		padding: 24px;
	}

	.perspective-section .item.title {
		display: none;
	}
}

@media all and (max-width: 1150px) {

	.HeroSection .AIF_Top .C_Desc_Sub{
		font-size: 2.6rem;
		width:300px;
	}
}

@media all and (max-width: 960px), all and (max-height: 650px) {
	/* Mobile Header */
	#pg-left {
		float: none;
		height: 78px;
		width: 100%;
		position: static;
	}
	#pg-right {
		margin-top: 78px;
	}
	header#masthead {
		height: 78px;
		flex-flow: row;
	}
	header#masthead #H_Logo {
		height: 78px;
		background-position: 24px 50% !important;
	}
	header#masthead .mobile-nav-logo {
		display: block;
	}
	header#masthead.mobile-nav-on #H_Logo {
		background-image: url('https://otak.com/wp-content/themes/otak/assets/images/footer-logo.png') !important;
	}
	header#masthead .nav-2 a.brands-link {
		display: none;
	}
	header#masthead .nav-1 {
		height: auto;
		min-height: 0;
		float: none;
	}
	header#masthead .nav-1 .nav_one {
		float: none;
		height: auto;
	}
	header#masthead .SV_Menu_One,
	header#masthead .SV_Menu_One:first-child {
		margin: 16px 0;
	}
	header#masthead .H_navfill_block {
		background: transparent;
	}
	header#masthead .nav-1 .nav_bg {
		display: none;
	}
	header#masthead .nav-1 .nav_H_link,
	header#masthead .nav-2 a {
		color: #fff;
		text-align: left;
	}
	header#masthead .nav-1 .nav_H_link {
		position: relative;
		padding-left: 48px;
	}
	header#masthead .nav-1 .nav_H_link .arrow {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	header#masthead .nav-1 .nav_H_link .arrow::before {
		@include materialicons;
		content: "keyboard_arrow_down";
		color: $(theme_color_2);
		font-size: 24px;
	}
	header#masthead .nav_one.on .nav_H_link .arrow::before {
		color: #fff;
		transform: rotate(180deg);
	}
	header#masthead .mobile-nav-button {
		display: flex;
		width: 80px;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		text-align: center;
	}
	header#masthead .mobile-nav-button .box {
		font-size: 0;
		position: relative;
		z-index: 1004;
	}
	header#masthead .mobile-nav-button .box::before {
		content: "MENU";
		font-size: 9px;
		font-weight: 500;
		font-family: "Montserrat", sans-serif;
		text-transform: uppercase;
		line-height: 1;
		color: #AFAFAF;
		position: relative;
		z-index: 1001;
		display: block;
		vertical-align: bottom;
	}
	header#masthead .mobile-nav-button .box::after {
		content: "dehaze";
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: 24px;
		line-height: 0.6;
		margin: 7px 0 0 0;
		letter-spacing: normal;
		text-transform: none;
		display: inline-block;
		white-space: nowrap;
		word-wrap: normal;
		direction: ltr;
		-webkit-font-feature-settings: 'liga';
		-webkit-font-smoothing: antialiased;
		font-size: 32px;
		color: #AFAFAF;
		position: relative;
		z-index: 1001;
		display: block;
		vertical-align: bottom;
	}
	header#masthead.mobile-nav-on .mobile-nav-button .box::before {
		color: $(theme_color_2);
	}
	header#masthead.mobile-nav-on .mobile-nav-button .box::after {
		content: "close";
		color: $(theme_color_2);
		font-weight: 300;
		font-size: 40px;
	}
	header#masthead .menu-options,
	header#masthead .menu-options * {
		float: none !important;
	}
	header#masthead .menu-options {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1000;
		background: a-adjust($(theme_color_1), -2);
		color: #fff;
		opacity: 0;
		pointer-events: none;
		padding: 96px 24px 24px 24px;
		display: none;
	}
	header#masthead.mobile-nav-on .menu-options {
		display: block;
		opacity: 1;
		pointer-events: auto;
		overflow: auto;
	}
	header#masthead .SideNav {
		display: none !important;
		position: static;
		width: auto;
		float: none;
		display: none;
	}
	header#masthead .nav_one.on .SideNav {
		display: block !important;
	}
	header#masthead .SV_Menu {
		position: static;
		width: 100%;
		height: auto;
		background: transparent;
		float: none;
	}
	header#masthead .SV_TriangleWrap {
		display: none;
	}
	header#masthead #H_nav_Brands {
		display: none;
	}
	header#masthead .H_nav_div div {
		width: 100%;
		background-color: $(theme_color_2);
		opacity: 0.2;
	}
	header#masthead .SV_Menu_TextType .SV_a {
		padding-left: 64px;
	}
	#pg-right .pg-right_margin {
		padding-left: 0;
	}
	header#masthead .H_nav_icon i {
		color: #fff;
	}

	/* New header */
	header#masthead,
	body.admin-bar header#masthead {
		display: block;
		height: 78px;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 1000;
	}
	header#masthead.mobile-nav-on::before {
		content: " ";
		width: 300%;
		height: 300%;
		position: fixed;
		top: -100%;
		right: -100%;
		bottom: -100%;
		left: -100%;
		z-index: 1000;
		background: a-adjust(#34414B, -5);
	}
	header#masthead .visual-header.mobile {
		background: #fbfbf5;
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: space-between;
		transition: all 0.2s ease;
	}
	header#masthead.mobile-nav-on .visual-header.mobile {
		background: transparent;
	}
	header#masthead .visual-header.mobile .logo-container {
		padding: 0 24px;
	}
	header#masthead .visual-header.full {
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1003;
		color: #fff;
		padding-top: 78px;
		text-align: left;
		height: auto;
		max-height: 100vh;
		overflow: auto;
	}
	header#masthead.mobile-nav-on .visual-header.full {
		display: block;
	}
	header#masthead.mobile-nav-on .logo-container img.logo {
		display: none;
	}
	header#masthead.mobile-nav-on .logo-container img.logo.white {
		display: inline-block;
	}
	header#masthead .visual-header.full .logo-container,
	header#masthead .visual-header.full .search-container,
	header#masthead .visual-header.full .main-menu-container,
	header#masthead .visual-header.full .secondary-menu-container,
	header#masthead .visual-header.full .social-container {
		background: transparent;
		max-width: 600px;
		margin: 0 auto;
	}
	header#masthead .visual-header.full .logo-container {
		display: none;
		background: transparent;
	}
	header#masthead .visual-header.full .search-container {
		display: block;
	}
	header#masthead .visual-header.full .link.brands {
		display: none;
	}
	header#masthead *:not(.links) > .links > .link::before {
		display: none;
	}
	header#masthead .main-menu-container {
		padding: 0;
	}
	header#masthead .main-menu-container > .links > .link,
	header#masthead .secondary-menu-container > .links > .link {
		padding: 4px 0;
	}
	header#masthead .main-menu-container > .links > .link > a,
	header#masthead .secondary-menu-container > .links > .link > a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 14px;
		font-weight: 600;
		padding-top: 0;
		padding-bottom: 0;
	}
	header#masthead .main-menu-container > .links > .link > a .icon,
	header#masthead .secondary-menu-container > .links > .link > a .icon {
		display: block;
		width: 24px;
		padding: 8px 24px 8px 8px;
		text-align: center;
		color: $(theme_color_2);
		font-size: 0;
		line-height: 1;
	}
	header#masthead .main-menu-container > .links > .link:not(.has-sub) > a .icon,
	header#masthead .secondary-menu-container > .links > .link:not(.has-sub) > a .icon {
		color: #fff;
		opacity: 0.1;
		pointer-events: none;
	}
	header#masthead .main-menu-container > .links > .link > a .icon i,
	header#masthead .secondary-menu-container > .links > .link > a .icon i {
		font-size: 24px;
		vertical-align: -20%;
		transform-origin: 50% 50%;
		transition: all 0.2s ease;
	}
	header#masthead .main-menu-container > .links > .link.on > a .icon i,
	header#masthead .secondary-menu-container > .links > .link.on > a .icon i {
		color: #fff;
		transform: rotate(-90deg);
	}
	header#masthead .main-menu-container > .links > .link > a .text,
	header#masthead .secondary-menu-container > .links > .link > a .text {
		flex: 1;
	}
	header#masthead .links .links,
	body.admin-bar header#masthead .links .links {
		width: 100%;
		position: static;
		height: auto;
		min-height: 0;
		max-height: 0;
		overflow: hidden;
		padding: 0 48px;
		opacity: 0;
		pointer-events: none;
		background: transparent;
	}
	header#masthead .links .link.on > .links,
	body.admin-bar header#masthead .links .link.on > .links {
		padding: 8px 48px;
		opacity: 1;
		pointer-events: auto;
		max-height: none;
	}
	header#masthead .secondary-menu-container::before {
		content: " ";
		display: block;
		width: calc(100% - (24px * 2));
		height: 1px;
		background: $(theme_color_2);
		opacity: 0.2;
		margin: -8px auto 12px auto;
	}
	header#masthead .social-container {
		padding-top: 8px;
	}
	header#masthead .social-container::before {
		display: none;
	}
	header#masthead .social-container .icons-row {
		justify-content: flex-start;
		align-items: center;
		margin-left: -24px;
	}
	header#masthead .social-container .icons-row a {
		display: inline-block;
		padding: 0 24px;
		font-size: 24px;
	}
	header#masthead .social-container .search {
		display: none;
	}
	header#masthead .main-menu-container > .links > .link.active > a {
		background: transparent
	}
	header#masthead .logo-container,
	header#masthead .mobile-nav-button {
		background: transparent;
	}

	.global-back-to-top {
		top: auto;
		bottom: 0;
	}

	.path-selector {
		top: 78px;
		bottom: auto;
	}

	.home-section {
		height: calc(100vh - 78px);
	}

	.home-section .search-terms .term {
		padding: 8px 0;
	}
	.home-section .search-terms .text {
		font-size: 20px;
	}
	.home-section .o-arrow {
		padding-left: 0;
	}
	.home-section.titles .title-text {
		font-size: 32px;
	}
	.home-section.titles .main-title .title-text {
		font-size: 48px;
	}
}

@media all and (max-width: 960px) {
	.HeroSection .AIF_Top .subDescBox{
		margin-top: 30px;
	}

	.breadcrumbs-container,
	.padded-box.breads {
		display: none;
	}

	.locations-list .regions {
		padding: 24px 24px 24px 24px;
		justify-content: center;
	}
	.locations-list .regions .region {
		text-align: center;
	}
	.locations-list .data-window {
		padding: 24px;
	}
	.locations-list .notch {
		display: none;
	}

	.FullPage .SL_Cont_Eyebrow {
		margin-top: 0px;
	}

	.FullPage .FP_Temp_1 .SL_Contents_Wrap{
		padding-bottom:30px!important;
	}

	.FullPage .NestedSlide .SL_Contents_Wrap {
		padding-bottom:80px!important;
	}

	.sidebar-layout:not(.quote-container) {
		flex-wrap: wrap;
	}
	.sidebar-layout:not(.quote-container) .main-box,
	.sidebar-layout:not(.quote-container) .sidebar-box {
		flex: 0 0 100%;
		width: 100%;
	}
	.sidebar-layout:not(.quote-container) .sidebar-box {
		order: -1;
		padding: 0 24px;
	}
	.sidebar-layout:not(.quote-container) .sidebar-box {
		order: -1;
		padding: 0 24px;
	}
	.sidebar-layout .sidebar-box.fill {
		padding: 0;
	}
	.sidebar-box.fill {
		top: 0;
	}

	.page-block.quote .sidebar-box {
		order: -1;
		width: 33%;
	}
	.page-block.quote .sidebar-box .image {
		height: 100%;
	}
	.page-block.quote .padded-box {
		padding: 32px;
	}
	.page-block.quote p {
		font-size: 16px;
	}

	.perspective-section .eyebrow-title {
		display: block;
	}
	.perspective-section .item.title {
		display: none;
	}

	.FullPage_Stage .section:first-child{
		min-height:calc(100vh - 78px)!important;
	}

	.FullPage .SL_Search_Box .SL_Search_INP{
		font-size: 1.05em;
	}


	.FullPage .section{
		min-height:100vh;
	}

	.FullPage .SL_Search_Box .SL_Search_BTN{
		line-height:62px;
	}

	.FullPage .SL_Search_Box i{
		font-size: 0.7em;
	}

	.fp-controlArrow{
		bottom:32px;
		top:auto!important;
		z-index:10!important;
	}
	.fp-next::before,
	.fp-prev::before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color:white;
		font-size:1.5rem;

	}

	.fp-next::before{
		content: "\f054";
	}

	.fp-prev::before{
		content: "\f053";
	}

	.fp-controlArrow.fp-prev{
		left:calc(50% - 105px)!important;
	}
	.fp-controlArrow.fp-prev,
	.fp-controlArrow.fp-next {
		width:50px;height:50px;
		border:0!important;
		text-align:center;
		line-height:50px;
	}
	.SL_CTA_BTN_Block .button {
		padding: 13px 50px;
		font-size:0.8rem;
	}
	.fp-controlArrow.fp-next{

		right:calc(50% - 105px)!important;
	}
	.sidebar-box .sticky-on-scroll {
		position: static !important;
	}
	.sidebar-box::before {
		content: "";
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #2C363E;
		opacity: 0;
		pointer-events: none;
		transition: all 0.2s ease;
		z-index: 100;
		cursor: pointer;
	}
	.sidebar-box.filters-open::before {
		pointer-events: auto;
		opacity: 0.9;
	}
	.sidebar-box.filters-open form.filter-container {
		position: relative !important;
	}
	.sidebar-box form.filter-container .heading {
		display: flex;
		align-items: center;
		cursor: pointer;
		padding: 12px 16px;
		text-transform: none;
		color: $(theme_color_1);
		letter-spacing: normal;
		border: 1px solid #E0E0C9;
	}
	.sidebar-box form.filter-container.on .heading {
		border-color: transparent;
		position: relative !important;
		z-index: 200;
	}
	.sidebar-box form.filter-container .heading div.icon {
		font-size: 0;
		display: block;
	}
	.sidebar-box form.filter-container .heading img {
		width: 12px;
		transition: all 0.1s ease;
		margin: 0 0 0 16px;
		opacity: 0.3;
	}
	.sidebar-box form.filter-container.on .heading img {
		transform: rotate(180deg);
	}
	.sidebar-box form.filter-container .heading div.text {
		flex: 1;
	}
	.sidebar-box form.filter-container .filters,
	.sidebar-box form.filter-container .buttons {
		opacity: 0;
		height: 0;
		overflow: hidden;
		padding: 0;
		transition: opacity 0.1s ease;
		position: relative !important;
		z-index: 200;
	}
	.sidebar-box form.filter-container.on .filters,
	.sidebar-box form.filter-container.on .buttons {
		opacity: 1;
		height: auto;
	}
	.sidebar-box form.filter-container.on .filters {
		padding: 0 16px 16px 16px;
	}
	.sidebar-box form.filter-container .filter .title img {
		opacity: 0.3;
	}

	.sidebar-box.share-container {
		display: none;
	}
	.mobile.share-container {
		display: block;
		margin: 48px 0 0 0;
	}
	.mobile.share-container .share-links {
		max-width: none;
	}
	.mobile.share-container .text {
		padding-right: 24px;
	}

	section.small-page-hero.guide .title,
	section.small-page-hero.blog-item .title {
		display: block;
	}

	.page-block.quote p {
		font-size: 24px;
	}

	.page-block.side-carousel .slider-container h1.title {
		font-size: 24px;
	}

	.AIFT_Contents_Wrap {
		padding: 50px 30px;
		transition: all 0.5s ease-out;
	}
	.FullPage .SL_Left {
		height: 100%;
	}

	.FullPage .SL_Left .SL_SlideImage {
		width: 100%;
		margin-left:0;
	}
	.FullPage .SV_TriangleWrap,
	._hideResponsive,
	#FullPage_FixedSection,
	#FullPage_FixedSection_2 {
		display: none !important;
	}
	.HeroSection .AIFT_Contents_Wrap {
		margin-left: 0;
	}
	#HeroAni_2 {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.HeroSection .AIF_Top .subDescBox {
		flex-direction: column;
	}
	.HeroSection .AIF_Top .C_Desc_Sub {
		width: auto;
		min-height:0;
		font-size: 1.8rem;
	}
	.HeroSection .AIF_Top .C_BTN {
		padding: 10px 16px;
		font-size: 0.7em;
		font-weight:400;

	}
	.HeroSection .AIF_Top .C_Desc_Main {
		font-size: 2.2rem;
		max-width: none;
	}

	.HeroSection .AIF_Top .C_Title {
		font-size:0.6rem;
		letter-spacing: 0.1rem;
		padding-bottom: 6px;
	}

	.FullPage .ImageryBG_24,
	.FullPage .SL_Left_ArrowLeft_Left,
	._w100Responsive {
		width: 100% !important;
	}
	._showResponsiveBlock {
		display: block;
	}
	._showResponsiveFlex {
		display: flex;
	}
	.FullPage .SL_Cont_Eyebrow div {
		padding-bottom: 5px;
		letter-spacing: 0.1em;
	}
	.FullPage .SL_Cont_Desc {
		max-width: none;
	}
	.FullPage .SL_Cont_Desc .SL_Cont_Header {
		font-size: 1.5em;
	}
	.FullPage .SL_Cont_Eyebrow {
		margin-bottom: 40px;
	}
	.FullPage .SL_Left.SL_Contents,
	.FullPage .SL_Contents {
		padding: 0;
	}
	.FullPage .SL_Contents_Wrap {
		padding: 30px;
	}
	.FullPage .SL_Cont_Responsive_Image {
		margin-top: 15px;
	}

	.FullPage .FP_Temp_1 .SL_Cont_Eyebrow_Text.mobileImageOverlay,
	.FullPage .NestedSlide .SL_Cont_Eyebrow_Text {
		border-bottom: 1px solid #fbfbf4 !important;
	}

	.FullPage .NestedSlide .SL_Cont_Eyebrow_Text,
	.FullPage .NestedSlide .SL_Cont_Header,
	.FullPage .NestedSlide .SL_Cont_Body,
	.FullPage .FP_Temp_1 .SL_Cont_Eyebrow.mobileImageOverlay,
	.FullPage .FP_Temp_3 .SL_Cont_Eyebrow_Text,
	.FullPage .FP_Temp_3 .SL_Cont_Header,
	.FullPage .FP_Temp_3 .SL_Cont_Body {
		color: #fbfbf4 !important;
	}
	.FullPage .SL_CTA_BTN_Block .button {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	section.page-block .padded-box {
		padding: 24px 0;
	}

	.sidebar-box .share-title {
		text-align: center;
		padding: 24px 0 0 0;
	}

	.sidebar-offer {
		display: none;
	}

	.perspective.description .guide-title {
		display: none;
	}

	.blog-item-title {
		display: none;
	}
	.blog-item-meta {
		margin: 0 0 24px 0;
		text-align: left;
		color: $(theme_color_3);
		font-size: 12px;
	}
	.page-block.blog-item.image {
		padding: 24px 24px 0 24px;
	}

	.blog-nav {
		padding-top: 0;
		border: none;
	}
	.blog-nav > * {
		flex: 1 1 0px;
		width: auto;
	}

	.blog-comments {
		display: none;
	}

	footer #footer-logo{width:55px;margin-right:auto;margin-left:0;}
	footer #footer-logo img{width:100%;}
	footer #F_CompInfo_Block{
		flex-direction: column;
	}

	footer #F_CompInfo{
		width:230px;
		margin-top:25px;
	}

	footer #F_LinkIcons{align-self:baseline;margin-right:0;}
	footer #F_LinkIcons .FLI_Icn:first-child{margin-right:10px;}
	footer #F_LinkIcons .FLI_Icn:last-child{margin-right:0;}

	footer .F_Bot{height:30px;}

	footer .F_Content{padding:40px 30px;height:calc(100% - 30px);}

	footer .F_Top{min-height:250px;}

	.Fullpage_Footer{
		padding-left:0;
		min-height:0!important;
	}

	.experience-grid-layout {
		flex-wrap: wrap;
	}
	.experience-grid-layout > * {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 48px;
	}
	.experience-grid-layout > *:last-child {
		margin-bottom: 0;
	}

	.experience-grid-container .grid-title {
		justify-content: space-between;
	}
	.experience-grid-container .grid-title .all {
		display: none;
	}
	.experience-grid-container .all-mobile {
		display: block;
	}
	.experience-grid-container .grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px -8px -8px;
	}
	.experience-grid-container .grid > *,
	.experience-grid-container.side-by-side .grid > * {
		flex: 0 1 auto !important;
		width: 50% !important;
		padding: 8px;
	}
	.experience-grid-container.side-by-side .grid > * {
		flex: 1 1 auto;
		width: 25%;
		min-width: 0;
	}
	.experience-grid-container .grid .item.see-all {
		display: none;
	}
	.experience-grid-container .grid .item .info {
		min-height: 250px !important;
		height: auto !important;
	}
	.experience-grid-container.side-by-side .grid .see-all:nth-of-type(3) {
		width: 50%;
	}

	.page-block.experience-search {
		padding: 16px 0;
	}
	.page-block.experience-search .pill-search {
		max-width: none;
	}

	section.small-page-hero.fullscreen .pg-right_margin {
		min-height: calc(100vh - 78px);
	}
	.mobile-ads {
		background: #F0F0E1;
		padding: 24px;
	}
	.mobile-ads:empty {
		display: none;
	}
	.mobile-ads .sidebar-offer {
		display: block;
		background: #F0F0E1;
		margin-bottom: 24px;
	}
	.mobile-ads .sidebar-offer.theme-1, .mobile-ads .sidebar-offer.theme-2 {
		background: #FBFBF4;
	}
	.sidebar-offer.theme-1 .graphics .notch, .sidebar-offer.theme-2 .graphics .notch {
		    background-image: url(assets/images/notch-up.php?color=FBFBF4);
	}
	.sidebar-offer .top-text .description {
		color: #000;
	}

	.sidebar-experts {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	.sidebar-expert {
		display: inline-block;
		width: calc(50% - 4px);
	}

	.spacer {
		display: none;
	}

	.page-block.notch-content .side-layout .content .button-container.mobile-only {
		display: block;
	}
	.page-block.notch-content .side-layout .content .meta {
		opacity: 1;
		color: $(theme_color_3);
		margin: 24px 0;
	}

	.similar-perspectives-container {
		background: #e4e5cf;
		padding: 48px 24px;
		margin: 0 -24px -24px -24px;
	}

	.project-display .sidebar-box {
		margin-bottom: 24px;
	}
	.project-display .sidebar-box .share-title,
	.project-display .sidebar-box .share-links {
		display: none;
	}
	.share-links > .eyebrow-title {
		flex: 1 0 auto;
	}
	.mobile-ads .share-links {
		max-width: none;
	}

	/* .page-block.tab-slider .tab-bar {
		padding: 0;
	}
	.page-block.tab-slider .tabs {
		flex-direction: column;
		padding: 24px !important;
	}
	.page-block.tab-slider .tabs .tab {
		position: relative;
		display: block;
		text-align: center;
		transition: margin 0.2s ease, opacity 0.2s ease;
		margin: 8px 0;
	}
	.page-block.tab-slider.mobile-tabs-hidden .tabs .tab {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		margin: 0;
	}
	.page-block.tab-slider .tabs .tab.on {
		opacity: 1;
		order: -1;
		max-height: 200px;
		margin: 8px 0;
		overflow: visible;
		background: $(theme_color_3);
		padding: 12px 24px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		transition: none;
	}
	.page-block.tab-slider .tabs .tab.on::after {
		display: none;
	}
	.page-block.tab-slider .tabs .tab.on::before {
		@include merriweathericons;
		content: "\203A";
		transform: rotate(-90deg);
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		margin: 0 16px 0 0;
		vertical-align: -7%;
	}
	.page-block.tab-slider.mobile-tabs-hidden .tabs .tab.on::before {
		transform: rotate(90deg);
	} */

	.page-block.tab-slider .tab-bar {
		padding: 0;
	}
	.page-block.tab-slider .tabs {
		flex-direction: column;
		padding: 24px !important;
	}
	.page-block.tab-slider .tabs .tab {
		position: relative;
		display: block;
		text-align: center;
		transition: margin 0.2s ease, opacity 0.2s ease;
		margin: 8px 0;
	}

	.single-team .page-block.description .sidebar-layout .sidebar-box {
		position: static;
	}
	.single-team .page-block.description .sidebar-layout .sidebar-box .notch {
		display: none;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#H_Logo{
		background: url('/wp-content/themes/otak/assets/images/header-logo-2x.png')!important;
		background-size:91px auto !important;
		background-repeat: no-repeat!important;
		background-position: center center!important;
	}

	#dayCPM_Logo{
		background: url('/wp-content/themes/otak/assets/images/daycpm-logo-x2.png')!important;
		background-size:67px auto !important;
		background-repeat: no-repeat!important;
		background-position: center center!important;
	}

	footer #footer-logo{
		background-image:url('/wp-content/themes/otak/assets/images/footer-logo-2x.png');
		background-size:100% auto !important;
		background-repeat:no-repeat;
		background-position: center center;
	}



}

@media all and (max-width: 800px) {
	section.small-page-hero .pg-right_margin {
		min-height: 180px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	section.small-page-hero .subtitle {
		font-size: 12px;
		margin-bottom: 24px;
	}
	section.small-page-hero .wrapper>.title~* {
		margin-top: 24px;
	}

	.page-block.split-points .split-container {
		flex-direction: column;
	}
	.page-block.split-points .split-container > * {
		width: 100%;
	}
	.page-block.split-points .split-container .right {
		margin: 48px 0 0 0;
	}

	.page-block.side-carousel .side-layout {
		flex-wrap: wrap;
	}
	.page-block.side-carousel .side-layout > * {
		width: 100%;
		flex: 0 0 100%;
	}
	.page-block.side-carousel .side-layout .image {
		height: 200px;
		width: 100%;
	}

	.page-block.notch-content:any(,.image-left,.image-right) .side-layout {
		flex-wrap: wrap;
	}
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .content,
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .graphics {
		width: 100%;
		flex: 0 0 100%;
	}
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .graphics {
		height: 200px;
		order: -1;
	}
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .graphics .notch {
		width: 100%;
		height: 24px;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		background-image: url("assets/images/notch-down.php?color=$(theme_color_4)");
		transform: none;
	}
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .graphics .generic-css-notch {
		width: 100%;
		height: 24px;
		flex-direction: row;
		bottom: 0;
		top: auto;
	}
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .graphics .generic-css-notch .triangle {
		height: auto !important;
	}
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .graphics .generic-css-notch .triangle:first-child {
		border-bottom: 24px solid $(theme_color_4);
		border-right: 16px solid transparent;
		border-top: none;
		width: 72px !important;
	}
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .graphics .generic-css-notch .triangle:last-child {
		border-bottom: 24px solid $(theme_color_4);
		border-left: 16px solid transparent;
		border-top: none;
	}
	.page-block.notch-content:any(,.image-left,.image-right) .side-layout .content {
		padding: 24px;
	}

	.page-block.tab-slider .data-window .padded-box {
		padding: 24px;
	}

	.project-details-split {
		flex-wrap: wrap;
	}
	.project-details-split > * {
		flex: 0 0 100%;
		width: 100%;
	}

	.image-info-grid.more-space,
	.image-info-grid.extreme-more-space {
		margin: -2%;
	}
	.image-info-grid.more-space>.item,
	.image-info-grid.extreme-more-space>.item {
		padding: 2%;
	}

	.path-selector {
		display: none;
	}

	body.scroll-snap {
		overflow-y: auto;
	}
	.home-section {
		height: auto !important;
		min-height: 0 !important;
	}
	.home-section .side-container {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.home-section .side-container .image-side,
	.home-section .side-container .text-side {
		height: auto;
		width: 100%;
		flex: 0 0 100%;
	}
	.home-section .side-container .image-side {
		order: 1;
		padding: 24px 0;
	}
	.home-section .side-container .image-side.fit {
		background: #F2F2E6;
	}
	.home-section .image-side .notch,
	.home-section .image-side .css-notch {
		display: none;
	}
	.home-section .side-container .text-side {
		order: 0;
		display: block;
	}
	.home-section .text-side {
		padding: 0;
	}
	.home-section .text-side .box {
		padding: 24px;
	}
	.home-section .text-side h1 {
		font-size: 24px;
	}
	.home-section .text-side .eyebrow-title {
		margin: 0 0 48px 0;
	}
	.home-section .text-side .button-container:not(:empty) {
		margin: 48px 0 0 0;
	}

	.home-section .image-side.fill {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.home-section .image-side.fill + .text-side {
		position: relative;
		z-index: 2;
		background: transparent;
		color: #fff;
	}
	.home-section:not(.has-terms) .image-side.fill + .text-side {
		background: rgba(0,0,0,0.6);
	}
	.home-section .image-side.fill + .text-side > *:last-child {
		margin-bottom: 48px;
	}
	.home-section .image-side.fill + .text-side :headings {
		color: inherit !important;
	}
	.home-section .image-side.fill + .text-side .eyebrow-title {
		color: #fff !important;
		margin-bottom: 112px;
	}
	.home-section .image-side.fill + .text-side .eyebrow-title .line {
		background: #fff !important;
		opacity: 0.8;
	}

	.home-section.titles .wrapper {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.home-section.titles .main-title .title-text {
		font-size: 36px;
	}
	.home-section.titles .title-text {
		font-size: 28px;
	}
	.home-section.titles .title-swap .window.choice-title {
		flex-wrap: wrap;
	}
	.home-section.titles .title-swap .window.choice-title .choice {
		width: 100%;
		flex: 0 0 100%;
		padding: 24px 0;
	}
	.home-section.titles .title-swap .window.choice-title .choice:first-child {
		padding-top: 0;
	}
	.home-section.titles .title-swap .window.choice-title .choice:last-child {
		padding-bottom: 0;
	}
	.home-section.titles .title-swap .window.choice-title .choice .title-text {
		height: auto !important;
	}

	.home-section.image-text-multi {
		padding-bottom: 0;
	}
	.home-section.image-text-multi .multi-slider {
		height: auto;
	}
	.home-section.image-text-multi .multi-slider .slide {
		position: relative;
	}
	.home-section.image-text-multi .multi-slider .custom-slider-nav {
		text-align: center;
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 5;
		margin: 0;
		padding: 0;
	}
	.home-section.image-text-multi .multi-slider .slick-dots {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin: 0;
		padding: 0;
		font-size: 0;
	}
	.home-section.image-text-multi .multi-slider .slick-dots li {
		display: inline-block;
		width: 14px;
		height: 14px;
		background: #fff;
		opacity: 0.2;
		margin: 8px;
		cursor: pointer;
	}
	.home-section.image-text-multi .multi-slider .slick-dots li:hover,
	.home-section.image-text-multi .multi-slider .slick-dots li.slick-active {
		opacity: 1;
	}
	.home-section.image-text-multi .multi-slider .slide .image-side {
		order: 0 !important;
		width: 100%;
		height: 100%;
		position: absolute !important;
		top: 0 !important;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.home-section.image-text-multi .multi-slider .custom-slider-nav .custom-arrow {
		display: inline-block;
		vertical-align: middle;
		padding: 8px 16px;
		cursor: pointer;
		line-height: 1;
		color: #fff;
	}
	.home-section.image-text-multi .multi-slider .custom-slider-nav .custom-arrow i {
		line-height: 1;
		font-size: 28px;
	}
	.home-section.image-text-multi .multi-slider .slide .text-side {
		background: rgba(0,0,0,0.6) !important;
	}
	.home-section.image-text-multi .multi-slider .slide .text-side .box {
		padding: 24px 24px 64px 24px;
	}
	.home-section.image-text-multi .multi-slider .slide .text-side .eyebrow-title {
		color: #fff !important;
		margin-bottom: 112px;
	}
	.home-section.image-text-multi .multi-slider .slide .text-side .eyebrow-title .line {
		background: #fff !important;
		opacity: 0.8;
	}

	.home-section.has-terms .image-side .search-terms {
		display: none;
	}

	.home-section.home-hero .title,
	.home-section.home-hero.large-text .title {
		font-size: 24px;
	}

	.locations-list .map {
		display: none;
	}

	.home-section .o-image {
		display: none;
	}
	.home-section .o-image-mobile {
		display: block;
	}

	.home-section .image-side.fit img {
		max-width: 75%;
		margin: 0 auto;
	}
}

@media all and (max-width: 640px) {
	section.small-page-hero .title,
	section.small-page-hero.large-text .title {
		font-size: 24px;
	}

	.page-block.description .sidebar-layout {
		flex-wrap: wrap;
	}
	.page-block.description .sidebar-layout>* {
		padding: 0;
		flex: 0 0 100%;
		width: 100%;
	}
	.page-block.description .sidebar-layout .sidebar-box {
		order: -1;
	}
	.page-block.description .sidebar-box .notch {
		display: none;
	}
	.page-block.description .sidebar-box .social a {
		font-size: 32px;
	}

	.page-block.form .form-container {
		flex-wrap: wrap;
	}
	.page-block.form .form-container .data,
	.page-block.form .form-container .graphics {
		flex: 0 0 100%;
	}
	.page-block.form .form-container .data {
		padding: 24px;
	}
	.page-block.form .form-container .data h1 {
		font-size: 24px;
	}

	.page-block.horizontal-points-1 .points .point {
		flex-basis: 100%;
	}

	.page-block.quote p {
		font-size: 14px;
	}

	p.two-col {
		column-count: 1;
	}

	.similar-perspectives {
		margin: -8px;
	}
	.similar-perspectives .item {
		min-width: 0;
		width: calc(100% / 2);
		padding: 8px;
		flex: 0 1 auto;
	}
	.similar-perspectives .item .title {
		font-size: 18px;
	}

	.page-block.tab-slider .tabs {
		padding: 8px;
	}

	.perspective-section .image-info-grid .info {
		padding: 16px 16px 72px 16px;
		min-height: 0;
	}
	.perspective-section .image-info-grid .title {
		font-size: 16px;
	}
	.perspective-section .image-info-grid .description {
		display: none;
	}
	.perspective-section .image-info-grid .meta > * {
		padding: 0;
		flex: 0 0 100%;
		width: 100%;
	}

	.experience-grid-container .grid .item .info .title {
		font-size: 18px;
	}
	.experience-grid-container .grid .item .info .link,
	.experience-grid-container .grid .item .info .description {
		font-size: 12px;
	}

	.ad-split {
		flex-wrap: wrap;
		margin: 0;
	}
	.ad-split > * {
		flex: 0 0 100%;
		margin: 24px 0;
	}

	section.small-page-hero.large-text .title {
		font-size: 24px;
		font-weight: 700;
	}

	.pill-search input {
		padding: 10px 48px 10px 16px;
		font-size: 18px;
	}
	.pill-search i {
		right: 16px;
		font-size: 20px;
	}

	.page-block.horizontal-points-3 .points {
		margin: -16px;
	}
	.page-block.horizontal-points-3 .points .point {
		min-width: 0;
		flex: 0 1 auto;
		width: calc(50% - (12px * 2));
		margin: 12px;
	}
	.page-block.horizontal-points-3 .points .point .top .title {
		font-size: 18px;
		padding: 12px;
		word-break: break-word;
	}

	.home-section .o-arrow {
		display: none;
	}
}
@media all and (max-width: 380px) {
	.FullPage .SL_Search_Box .SL_Search_INP{
		font-size:0.85rem;
	}
}

@media all and (min-width: 800px) and (max-width: 900px), all and (min-width: 960px) and (max-width: 1090px) {
	.home-section .text-side .pill-search input {
		font-size: 16px;
	}
}

@media all and (max-width: 310px) {
	.image-info-grid>.item {
		flex: 0 0 100%;
	}

	.similar-perspectives .item {
		flex: 0 0 100%;
		width: 100%;
	}
}

/* IE Hacks */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-content > section.small-page-hero:first-child .pg-right_margin,
	.site-content > *:first-child > section.small-page-hero:first-child .pg-right_margin {
		height: 0px;
	}

	.page-block.horizontal-points-3 .points .point,
	.page-block.horizontal-points-3 .points .point .top,
	.page-block.horizontal-points-3 .points .point .top .title {
		height: 200px;
	}
}

/* modal hack */
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
	overflow: inherit !important;
}

/* ============================================================================== Mindk Updates ============================================================================== */
/*
	New Header
*/
body.admin-bar .new-header {
	top: 32px;
}
body.home .new-header {
	background-color: transparent;
}
.new-header {
	box-sizing: border-box;
	background-color: #273642;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 18px 40px;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 99;
	transition: .2s ease;
}
.new-header .logo {
	transition: .2s;
}
.new-header.scrolled {
	background-color: #273642!important;
	padding: 10px 40px;
}
.new-header.scrolled .logo {
	margin-right: 0px;
	max-width: 50%!important;
}
.site-logo {
	margin-right: 55px;
}
.header-left-part {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.main-menu-container {
	display: flex;
}
.main-menu-container ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.main-menu-container li {
	margin-right: 32px;
	list-style-type: none;
}

.main-menu-container li:last-child {
	margin-right: 0;
}

.main-menu-container a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5pt;
	text-decoration: none;
	text-transform: uppercase;
}

.main-menu-container a:hover {
	color: #3A95B1;
}
.new-header.scrolled .main-menu-container .sub-menu {
	top: 38px;
}
.main-menu-container .sub-menu {
	box-sizing: border-box;
	background-color: #34414B;
	display: none;
	padding: 25px;
	position: absolute;
	top: 62px; left: -25px;
	width: 260px;
}
.main-menu-container .sub-menu:before {
	background: transparent;
	content: '';
	height: 45px;
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
}
.main-menu-container .sub-menu:after {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='15' viewBox='0 0 30 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 14.5385H0L15 0L30 14.5385Z' fill='%23323D46'/%3E%3C/svg%3E%0A");
	background-position: left 40px top 10px;
	background-repeat: no-repeat;
	content: '';
	height: 20px;
	position: absolute;
	top: -20px; left: 0;
	width: 100%;
}
.main-menu-container .sub-menu li {
	margin-right: 0;
	margin-bottom: 20px;
	line-height: 1;
}
.main-menu-container .sub-menu li:last-child {
	margin-bottom: 0;
}
.main-menu-container .sub-menu a {
	border-bottom: 0;
	font-weight: 600;
	text-transform: inherit;
	text-transform: none;
}
.main-menu-container .sub-menu a:hover {
	color: #3A95B1;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.main-menu-container .brands-title {
	box-sizing: border-box;
	border-top: 1px solid #3a95b1;
	margin-top: 35px;
	padding-top: 15px;
}
.main-menu-container .brands-title:hover a {
	cursor: default;
	color: #fff;
}
.main-menu-container .drop-title {
	box-sizing: border-box;
	text-transform: uppercase;
	border-top: 1px solid #3a95b1;
	margin-top: 35px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.main-menu-container .drop-title a {
	cursor: default;
	text-transform: uppercase;
}
.main-menu-container .drop-title:hover a {
	color: #fff;
}
.main-menu-container .drop-title a:hover {
	color: #fff;
}


.main-menu-container .brand-logo {
	display: inline-block;
	margin-bottom: 0!important;
	margin-right: 20px!important;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	/* width: 32.3333%; */
}

.main-menu-container .brand-logo a {
	color: transparent;
	display: block;
	font-size: 0!important;
	line-height: 0!important;
	margin-right: 16px;
}

.main-menu-container .brand-logo:hover a {
	color: transparent;
}


.main-menu-container .cpm {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 702.6 256.7' style='enable-background:new 0 0 702.6 256.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='611,155.9 614.3,236 682.4,236 '/%3E%3Cpolygon class='st0' points='595.3,155.9 530.9,236 590.9,236 '/%3E%3Cpolygon class='st0' points='548.6,155.9 285.3,236 383.6,236 '/%3E%3Cpolygon class='st0' points='577.2,155.9 427.8,236 501.1,236 '/%3E%3Cg%3E%3Cpath class='st0' d='M137.3,41c4.3,5.2,11.2,16.8,11.2,34.2c0,33.2-21.6,56.7-63.8,56.7c-42.2,0-64.5-22.9-64.5-55.5 c0-36,25.8-54.2,60.1-55.7C100.9,19.9,124.3,25.2,137.3,41 M47.2,77c0,12.8,4.7,19.4,6.6,21.9c2.6,3.5,10.3,14.4,30.5,14.4 c24.4,0,37.4-16.6,37.4-36.7c0-23.4-17.6-37.8-38.5-37C65.8,40.2,47.2,51.7,47.2,77'/%3E%3Cpath class='st0' d='M165.6,33.7h24.3v20h16.7v14.5h-16.7V102c0,7.3,2.5,8.9,9.5,8.9c3.4,0,4.9-0.1,7.4-0.4v17.5 c-5.9,0.6-11.8,1.2-17.8,1.2c-5.2,0-10.4-0.6-14.5-2.7c-8.7-4.6-8.9-12.5-8.9-18.2V68.1h-12.2V53.6h12.2V33.7z'/%3E%3Cpath class='st0' d='M308.1,119.4c0.3,4,0.7,5.6,3.4,9.2h-26.5c-1.2-3.5-1.4-5.9-1.5-8c-8,4.7-16.7,9.9-33.4,9.9 c-6,0-11.8-0.4-17.5-2.1c-10.5-3-18.5-10.8-18.5-22.8c0-23.7,22.8-24,46.3-24.3h23.1c0.2-6.3,0.5-13.4-21-13.4 c-8.1,0-17.9,0.7-19.8,6.8H218c0.9-4.4,2.2-11.5,10.9-17.1c10.2-6.4,27.2-6.5,34.3-6.5c45,0,44.9,17.5,44.9,33.2V119.4z M249.1,95.4c-1.8,0.4-9.2,2-9.2,9.3c0,9.5,13.2,9.6,16.3,9.6c10.2,0,20.4-4.1,25-11.2c2.4-3.4,2.3-5.8,2.4-9.2 C267.4,93.9,255.9,93.9,249.1,95.4'/%3E%3Cpolygon class='st0' points='321,24.1 345.4,24.1 345.4,83.7 379.9,53.6 411.6,53.6 376.6,82.8 415.3,128.5 384.3,128.5 359.2,96.7 345.4,108.5 345.4,128.5 321,128.5 '/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M513.1,63.5l-11.3,13.4c-5-6.1-12.5-10-19.3-10c-12.2,0-21.4,9.6-21.4,22.3c0,12.8,9.2,22.6,21.4,22.6 c6.5,0,13.9-3.5,19.3-9l11.4,12.1c-8.2,8.4-20.4,14-31.7,14c-23.1,0-40.3-17-40.3-39.5c0-22.1,17.6-38.8,41-38.8 C493.6,50.6,505.4,55.6,513.1,63.5z'/%3E%3Cpath class='st0' d='M555.5,51.2c19.6,0,30.9,9.6,30.9,26.7c0,18-11.3,28.4-30.9,28.4h-13.9V128H522V51.2H555.5z M541.6,91h12.9 c8.6,0,13.5-4.3,13.5-12.4c0-8-4.9-12.1-13.5-12.1h-12.9V91z'/%3E%3Cpath class='st0' d='M663.7,128l-0.1-49.9l-18.4,42.2h-12.7L614,78.1V128h-17.4V51.1H618l20.8,45.7l20.8-45.7h21.3V128H663.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 100% auto;
	height: 22px;
	width: 60px;
}

.main-menu-container .twg {
	background-image: url("data:image/svg+xml,%3Csvg width='165' height='103' viewBox='0 0 165 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M133 52.7999L134.3 84.1999H161L133 52.7999Z' fill='white'/%3E%3Cpath d='M126.8 52.7999L101.6 84.1999H125.1L126.8 52.7999Z' fill='white'/%3E%3Cpath d='M108.6 52.7999L5.40002 84.1999H43.9L108.6 52.7999Z' fill='white'/%3E%3Cpath d='M119.8 52.7999L61.2 84.1999H89.9L119.8 52.7999Z' fill='white'/%3E%3Cpath d='M25.8 9.09995V42.4H15.6V9.09995H0.5V1.69995H40.9V9.09995H25.8Z' fill='white'/%3E%3Cpath d='M98 42.4H88L78.1 12.7999L68.4 42.4H58.3L47.6 1.69995H57.5L63.6 29.5L73 1.69995H83.6L92.8 29.5L99 1.69995H108.7L98 42.4Z' fill='white'/%3E%3Cpath d='M153.5 42.4V37.6999C152.3 38.8999 147.4 43.5999 136.7 43.5999C128.1 43.5999 123.3 41.3 120.2 39C117.5 37 112.1 32.4999 112.1 21.7999C112.1 14.3999 115.8 9.39995 117.6 7.49995C123.2 1.59995 130.8 0.199951 138.1 0.199951C146.8 0.199951 157.1 3.19995 161.3 11.7999L150 13.4C147.1 9.39995 142.7 7.79995 137.7 7.79995C129.3 7.79995 122.6 12.6 122.6 21.9C122.6 35.3 135.5 36.0999 138 36.0999C142.4 36.0999 147.7 34.5999 150.8 31.0999C152.1 29.6999 152.4 28.4999 152.7 27.7999H139.4V20.5H161.2V42.3H153.5V42.4Z' fill='white'/%3E%3Cpath opacity='0.7' d='M6.99999 96.1C8.89999 96.1 10.8 96.9 10.8 99.3C10.8 101.3 9.49999 102.6 7.09999 102.6C4.69999 102.6 3.29999 101.3 3.29999 99.3C3.19999 97 5.09999 96.1 6.99999 96.1ZM6.99999 101.5C8.99999 101.5 9.19999 99.8 9.19999 99.3C9.19999 98.2 8.49999 97.1 6.99999 97.1C5.49999 97.1 4.79999 98.2 4.79999 99.3C4.79999 100.4 5.39999 101.5 6.99999 101.5Z' fill='white'/%3E%3Cpath opacity='0.7' d='M16 97.4V102.4H14.5V97.4H12.2V96.3H18.3V97.4H16Z' fill='white'/%3E%3Cpath opacity='0.7' d='M24.5 102.4L24 101.2H20.9L20.4 102.4H18.7L21.7 96.3H23.4L26.4 102.4H24.5ZM22.4 97.8L21.3 100.2H23.5L22.4 97.8Z' fill='white'/%3E%3Cpath opacity='0.7' d='M32.8 102.4L30.4 99.8L29.5 100.6V102.4H28V96.3H29.5V99L32.5 96.3H34.5L31.5 98.9L34.9 102.4H32.8V102.4Z' fill='white'/%3E%3Cpath opacity='0.7' d='M44 96.3C44.8 96.3 45.6 96.4001 46 97.1001C46.1 97.3001 46.3 97.7 46.3 98.2C46.3 98.6 46.2 99.1 45.9 99.5C45.4 100.1 44.7 100.2 43.9 100.2H41.8V102.5H40.3V96.4H44V96.3ZM41.7 99H43.6C43.8 99 44.1 99 44.3 98.9C44.7 98.7 44.7 98.3 44.7 98.2C44.7 97.8 44.5 97.3 43.9 97.3H41.6V99H41.7Z' fill='white'/%3E%3Cpath opacity='0.7' d='M53.1 102.4L51.5 99.9H49.7V102.4H48.2V96.3H52.4C52.9 96.3 53.2 96.3 53.4 96.4C54.2 96.6 54.6 97.3001 54.6 98.1001C54.6 98.3001 54.6 98.6 54.4 98.9C54.1 99.5 53.6 99.7 53 99.8L54.9 102.4H53.1ZM49.7 98.8H52.2C52.5 98.8 53.1 98.7001 53.1 98.1001C53.1 97.4001 52.6 97.3 52.2 97.3H49.7V98.8Z' fill='white'/%3E%3Cpath opacity='0.7' d='M60 96.1C61.9 96.1 63.8 96.9 63.8 99.3C63.8 101.3 62.5 102.6 60.1 102.6C57.7 102.6 56.3 101.3 56.3 99.3C56.3 97 58.1 96.1 60 96.1ZM60.1 101.5C62.1 101.5 62.3 99.8 62.3 99.3C62.3 98.2 61.6 97.1 60.1 97.1C58.6 97.1 57.9 98.2 57.9 99.3C57.9 100.4 58.5 101.5 60.1 101.5Z' fill='white'/%3E%3Cpath opacity='0.7' d='M68.6 96.3V100.7C68.6 100.9 68.6 101.6 68.1 102C67.9 102.3 67.3 102.5 66.5 102.5C66.1 102.5 65.8 102.4 65.4 102.3V101C65.4 101 66 101.1 66.3 101.1C66.5 101.1 67.1 101.1 67.1 100.3V96.2H68.6V96.3Z' fill='white'/%3E%3Cpath opacity='0.7' d='M71 102.4V96.3H76.7V97.4H72.5V98.8H76.5V99.9H72.5V101.4H76.9V102.5H71V102.4Z' fill='white'/%3E%3Cpath opacity='0.7' d='M86 100.3C85.8 101.1 85 102.6 82.3 102.6C80.1 102.6 78.6 101.5 78.6 99.3C78.6 97.5 79.8 96 82.4 96C84.3 96 85.6 96.9 85.9 97.9L84.2 98.1C83.8 97.5 83.3 97.1 82.4 97.1C80.8 97.1 80.2 98.3 80.2 99.2C80.2 100.4 81.1 101.3 82.4 101.3C83.7 101.3 84.1 100.6 84.3 100.1H86V100.3Z' fill='white'/%3E%3Cpath opacity='0.7' d='M91.1 97.4V102.4H89.6V97.4H87.3V96.3H93.4V97.4H91.1Z' fill='white'/%3E%3Cpath opacity='0.7' d='M106.2 100.3C106 101.1 105.2 102.6 102.5 102.6C100.3 102.6 98.8 101.5 98.8 99.3C98.8 97.5 100 96 102.6 96C104.5 96 105.8 96.9 106.1 97.9L104.4 98.1C104 97.5 103.5 97.1 102.6 97.1C101 97.1 100.4 98.3 100.4 99.2C100.4 100.4 101.3 101.3 102.6 101.3C103.9 101.3 104.3 100.6 104.5 100.1H106.2V100.3Z' fill='white'/%3E%3Cpath opacity='0.7' d='M111.5 96.1C113.4 96.1 115.3 96.9 115.3 99.3C115.3 101.3 114 102.6 111.6 102.6C109.2 102.6 107.8 101.3 107.8 99.3C107.8 97 109.6 96.1 111.5 96.1ZM111.6 101.5C113.6 101.5 113.8 99.8 113.8 99.3C113.8 98.2 113.1 97.1 111.6 97.1C110.1 97.1 109.4 98.2 109.4 99.3C109.4 100.4 110 101.5 111.6 101.5Z' fill='white'/%3E%3Cpath opacity='0.7' d='M122.7 102.4L118.9 98.1001V102.4H117.4V96.3H118.9L122.7 100.6V96.3H124.2V102.4H122.7Z' fill='white'/%3E%3Cpath opacity='0.7' d='M129.8 97.4V102.4H128.3V97.4H126V96.3H132.1V97.4H129.8Z' fill='white'/%3E%3Cpath opacity='0.7' d='M138.8 102.4L137.2 99.9H135.4V102.4H133.9V96.3H138.1C138.6 96.3 138.9 96.3 139.1 96.4C139.9 96.6 140.3 97.3001 140.3 98.1001C140.3 98.3001 140.3 98.6 140.1 98.9C139.8 99.5 139.3 99.7 138.7 99.8L140.6 102.4H138.8ZM135.4 98.8H137.9C138.2 98.8 138.8 98.7001 138.8 98.1001C138.8 97.4001 138.3 97.3 137.9 97.3H135.4V98.8Z' fill='white'/%3E%3Cpath opacity='0.7' d='M145.8 96.1C147.7 96.1 149.6 96.9 149.6 99.3C149.6 101.3 148.3 102.6 145.9 102.6C143.5 102.6 142.1 101.3 142.1 99.3C142.1 97 143.9 96.1 145.8 96.1ZM145.8 101.5C147.8 101.5 148 99.8 148 99.3C148 98.2 147.3 97.1 145.8 97.1C144.3 97.1 143.6 98.2 143.6 99.3C143.7 100.4 144.3 101.5 145.8 101.5Z' fill='white'/%3E%3Cpath opacity='0.7' d='M151.7 102.4V96.3H153.2V101.3H156.6V102.4H151.7Z' fill='white'/%3E%3Cpath opacity='0.7' d='M159.6 100.5C160 101.3 160.9 101.5 161.7 101.5C162 101.5 163.2 101.5 163.2 100.7C163.2 100.2 162.6 100.1 161.9 100C160.8 99.8 160.2 99.7 159.7 99.5C159.4 99.4 158.7 99 158.7 98C158.7 96.6 160 96.1 161.6 96.1C163.4 96.1 164.3 96.7 164.8 97.6L163.3 98C163 97.4 162.1 97.3 161.5 97.3C161.2 97.3 160.2 97.3 160.2 98C160.2 98.3 160.4 98.4 160.7 98.5C161.1 98.6 162.2 98.8 162.7 98.9C163.5 99 164.8 99.3 164.8 100.6C164.8 102.3 163.2 102.7 161.7 102.7C159.9 102.7 158.9 102.1 158.3 101L159.6 100.5Z' fill='white'/%3E%3C/svg%3E%0A");
	background-size: 100% auto;
	height: 27px;
	width: 43px;
}

.main-menu-container .k2 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 612 618.6' style='enable-background:new 0 0 612 618.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M14.8,16.7v582h582v-582H14.8z M494,248.2c0,50.8-49.7,94.7-73.1,118.1c-23.4,23.4-42.2,42.2-42.2,42.2h112 v57.8H297.6l-93-93.1l-21,22.3v70.8h-66V152.4h66v155.3l79.3-79.3l43.1,43.1L249.4,328l63.5,63.4c0,0,31.5-31.5,63.4-63.4 c32.8-32.8,51.6-52,51.6-77.2c0-25.6-16.9-39.5-40.8-39.5c-20.7,0-39.8,18-59.9,39l-43.1-43c26.3-31.4,63.6-58.1,111-58.1 c63,0,98.8,41.3,98.8,98.2V248.2z'/%3E%3C/svg%3E%0A");
	background-size: 30px auto;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
/*
	Header - Right Side
*/
.social-container {
	align-items: center;
	display: flex;
}
.social-container .search {
	margin-left: 14px;
	position: relative;
}
.social-container .search input[type="text"] {
	box-sizing: border-box;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	border-radius: 8px;
	color: #fff;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 93px;
}
.social-container .search .search-button {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4' stroke='white' stroke-width='2'/%3E%3Cpath d='M7.70703 8L11 11' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	height: 15px;
	position: absolute;
	right: 5px; top: 7px;
	width: 15px;
}
.social-container .search .search-button:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9C7.20914 9 9 7.20914 9 5C9 2.79086 7.20914 1 5 1C2.79086 1 1 2.79086 1 5C1 7.20914 2.79086 9 5 9Z' stroke='%233A95B1' stroke-width='2'/%3E%3Cpath d='M7.70703 8L11 11' stroke='%233A95B1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.social-container .search input[type="text"]::placeholder {
	color: #fff;
	font-size: 10px;
	font-weight: 500;
}
.social-container .contact-link {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.social-container {
	display: flex;
	align-items: center;
}
.social-container ul {
	align-items: center;
	display: flex;
	margin: 0;
	padding: 0;
}
.social-container li {
	list-style-type: none;
	margin-left: 14px;
}
.social-container li a {
	display: block;
	line-height: 20px;
	height: 20px;
	width: 20px;
}
.mobile-menu-trigger {
	display: none;
}
.mobile-menu {
	display: none;
}




@media (max-width: 960px),
(max-height: 650px) {
	#pg-right {
		margin-top: 0;
	}
}



@media all and (max-width: 1120px) {
	.new-header {
		padding: 27px 15px;
	}
	.site-logo {
		margin-right: 40px;
	}

	.main-menu-container li {
		margin-right: 24px;
	}
}

@media all and (max-width: 991px) {
	/*
		Header
	*/
	body.home .new-header {
		box-sizing: border-box;
		background-color: #0b3141;
	}
	.new-header {
		box-sizing: border-box;
		background-color: #0b3141;
	}
	.site-logo {
		max-width: 70px;
	}
	.site-logo img {
		display: block;
		width: 100%;
	}
	.header-right-part {
		display: none;
	}
	.main-menu-container {
		display: none;
	}
	.main-menu-container ul {
		box-sizing: border-box;
		display: block;
		padding: 30px;
		position: fixed;
		top: 0; left: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-menu-trigger {
		cursor: pointer;
		color: #fff;
		display: block;
		font-size: 9px;
		font-weight: 200;
		text-transform: uppercase;
		position: absolute;
		text-align: center;
		top: 50%;
		height: 38px;
		transform: translateY(-50%);
		right: 30px;
		width: 36px;
		z-index: 6;
		transition: all .2s ease-out;
	}
	.mobile-menu-trigger .line {
		background-color: #fff;
		border-radius: 5px;
		display: block;
		height: 2px;
		margin: 6px 0;
		width: 36px;
	}

	.mobile-menu-trigger .line:last-child {
		margin-bottom: 0;
	}

	.mobile-menu-trigger.active .line+.line+.line {
		display: none;
	}
	.mobile-menu-trigger.active .line {
		background-color: #3A95B1;
		position: absolute;
		top: 20px;
		transform: translate3d(-50%, -50%, 0);
		transform: rotate(45deg);
	}
	.mobile-menu-trigger.active .line+.line {
		background-color: #3A95B1;
		position: absolute;
		top: 20px;
		transform: translate3d(-50%, -50%, 0);
		transform: rotate(135deg);
	}

	.new-header.scrolled .mobile-menu {
		top: 50px;
	}

	.mobile-menu {
		box-sizing: border-box;
		background-color: #34414B;
		height: calc(100vh - 86px);
		display: block;
		padding: 30px;
		position: fixed;
		top: 76px;
		left: 0;
		width: 100%;
		transition: all .2s ease;
		transform: translate3d(100%,0, 0);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-menu.visible {
		transform: translate3d(0, 0, 0);
	}

	.mobile-menu .search {
		box-sizing: border-box;
		background-color: transparent;
		margin-bottom: 32px;
		width: 100%;
	}
	.mobile-menu .search input {
		background-color: #34414B;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4' stroke='white' stroke-width='2'/%3E%3Cpath d='M7.70703 8L11 11' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
		background-position: right 20px top 50%;
		background-repeat: no-repeat;
		background-size: 16px auto;
		border-radius: 8px;
		border: 2px solid #fff;
		color: #fff;
		line-height: 35px;
		width: 100%;
	}
	.mobile-menu .search input::placeholder {
		color: #fff;
		font-weight: 400;
		letter-spacing: 1pt;
	}
	.mobile-menu ul {
		margin: 0;
		padding: 0;
	}
	.mobile-menu li {
		border-bottom: 1px solid #3A95B1;
	}
	.mobile-menu li:last-child {
		border-bottom: 0;
	}
	.mobile-menu a {
		color: #fff;
		display: block;
		font-size: 14px;
		font-family: "Montserrat", sans-serif !important;
		font-weight: bold;
		line-height: 60px;
		letter-spacing: 1.5pt;
		text-decoration: none;
		text-transform: uppercase;
	}
	.mobile-menu li.menu-item-has-children a {
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L18 2' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
		background-position: right 15px top 50%;
		background-repeat: no-repeat;
		padding-right: 30px;
	}
	.mobile-menu .sub-menu {
		box-sizing: border-box;
		display: none;
		padding-left: 20px;
		padding-bottom: 15px;
	}
	.mobile-menu .sub-menu li {
		border-bottom: 0;
	}
	.mobile-menu .sub-menu li a {
		background-image: none;
		line-height: 40px;
		text-transform: inherit;
	}
	.mobile-menu .button {
		background: #3A95B1;
		border-radius: 8px;
		height: 40px;
		line-height: 40px;
		margin-top: 42px;
		margin-bottom: 24px;
		padding: 0;
	}
	.mobile-socials ul {
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.mobile-socials li {
		border: 0;
		list-style: none;
		margin: 0 6px;
	}
	.mobile-socials li svg {
		display: block;
		height: auto;
		width: 30px;
	}

	.mobile-menu .brands-title {
		display: none!important;
	}
	.mobile-menu .brand-logo {
		display: none!important;
	}	
}

@media all and (max-width: 767px) {
	
	.current-project-page .centered-content {
		padding-bottom: 0;
	}

	.current-project-page .project-page-hero {
		height: 50vh;
	}
	.current-project-page .sidebar-layout .sidebar-box {
		padding: 0;
	}
	.current-project-page h1 {
		padding-left: 0;
	}

	.project-team-row {
		justify-content: space-between;
	}
	.project-team-row .col {
		margin-right: 0;
		width: calc(50% - 10px);
	}

	.current-project-page .right-columned-section {
		margin: 40px 0;
	}
	.current-project-page .right-columned-section .image {
		width: 100%;
	}
	.current-project-page .right-columned-section .text-wrap {
		padding: 16px;
	}



	.current-project-page .centered-section {
		margin-bottom: 40px;
	}
	.current-project-page .centered-section img {
		margin-bottom: 20px;
	}
	.current-project-page .centered-section .text-wrap {
		box-sizing: border-box;
		padding: 16px;
	}
	.current-project-page .centered-section .text-wrap p {
		font-size: 18px;
		line-height: 24px;
	}


	.current-project-page .wide-image {
		margin: 40px auto;
	}


	.current-project-page .left-columned-section {
		margin: 40px auto;
	}
	.current-project-page .left-columned-section .text-wrap {
		padding: 16px;
	}
	.current-project-page .left-columned-section .image {
		height: 40vh;
		width: 100%;
	}


	.current-project-page .related-projects-section {
		margin-top: 40px;
	}
}
/* ======================================= <MindK end ======================================= */