	/*
	Theme Name: Second to None
	Author: Phire Group
	Author URI: http://thephiregroup.com/
	Version: 1.1
	*/

	@media screen {

		/* RESETS */

		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td,
		article, aside, canvas, details, embed, 
		figure, figcaption, footer, header, hgroup, main,
		menu, nav, output, ruby, section, summary,
		time, mark, audio, video {
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 100%;
			font: inherit;
			vertical-align: baseline;
		}
		article, aside, details, figcaption, figure, 
		footer, header, hgroup, main, menu, nav, section {
			display: block;
		}
		body {
			line-height: 1;
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}


		/* WORDPRESS CLASSES */

		.alignnone {
			margin: 5px 20px 20px 0;
		}

		.aligncenter,
		div.aligncenter {
			display: block;
			margin: 5px auto 5px auto;
		}

		.alignright {
			float:right;
			margin: 5px 0 20px 20px;
		}

		.alignleft {
			float: left;
			margin: 5px 20px 20px 0;
		}

		a img.alignright {
			float: right;
			margin: 5px 0 20px 20px;
		}

		a img.alignnone {
			margin: 0 20px 20px 0;
		}

		a img.alignleft {
			float: left;
			margin: 5px 20px 20px 0;
		}

		a img.aligncenter {
			display: block;
			margin-left: auto;
			margin-right: auto
		}

		.wp-caption {
			background-color: #fafafa;
			border: 1px #d9d9d9 dotted;
			max-width: 96%; /* Image does not overflow the content area */
			padding: 5px 5px 0 5px;
			text-align: center;
			border-radius: 3px;
		}

		.wp-caption.alignnone {
			margin: 5px 20px 20px 0;
		}

		.wp-caption.alignleft {
			margin: 5px 20px 20px 0;
		}

		.wp-caption.alignright {
			margin: 5px 0 20px 20px;
		}

		.wp-caption img {
			border: 0 none;
			height: auto;
			margin: 0;
			max-width: 98.5%;
			padding: 0;
			width: auto;
		}

		.wp-caption p.wp-caption-text {
			font-size: 11px;
			line-height: 17px;
			margin: 0 !important;
			padding: 0 0 10px 0;
		}

		.wp-caption p {
			margin: 0 !important;
		}

		/* Text meant only for screen readers. */
		.screen-reader-text {
			clip: rect(1px, 1px, 1px, 1px);
			position: absolute !important;
			height: 1px;
			width: 1px;
			overflow: hidden;
		}

		.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;
			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; /* Above WP toolbar. */
		}


		/* GLOBAL */

		body {
			background-color: #ffffff;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 16px;
			line-height: 24px;
			font-weight: 400;
			color: #253746;
			text-align: center;
			position: relative;
			max-width: 100vw;
		}

		*, *:before, *:after {
			box-sizing: border-box;
		}

		.main {
			max-width: 1920px;
			margin: 0 auto;
			overflow: hidden;
		}

		.row {
			margin: 0 auto;
			width: 1165px;
			text-align: left;
		}

		.row_770 {
			margin: 0 auto;
			width: 770px;
			text-align: left;
		}

		.row_970 {
			margin: 0 auto;
			width: 970px;
			text-align: left;
		}


		.clearfix::after {
			display: block;
			visibility: hidden;
			clear: both;
			height: 0;
			content: '';
		}

		p {
			margin-bottom: 1.5em;
		}

		a {
			text-decoration: none;
			color: #00274c;
		}

		.centered {
			text-align: center;
		}

		.teal {
			color: #00a7b5;
		}

		.orange {
			color: #f37f2a;
		}

		.red {
			color: #e35205;
		}

		.white {
			color: #ffffff;
		}

		.grey_bkg, .bkg_grey {
			background-color: #ececec;	
		}

		.white {
			color: #ffffff;
		}



		.hide_on_desktop {
			display: none;
		}

		h1 {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 38px;
		}

		h2 {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 32px;
			color: #323e48;
			margin-bottom: 30px;
		}

		h3 {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 1em;
			color: #323e48;
			margin-bottom: 10px;
		}

		h4 {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 24px;
			line-height: 32px;
		}

		h5 {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 20px;
			line-height: 24px;
			margin-bottom: 30px;
		}


		b, strong {
			font-family: 'Wavehaus128', sans-serif;	
		}


		/* HEADER */

		header {
			background-color: #ffffff;
			height: 110px;
		}

		header .row {
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
		}

		.logo_desktop {
			padding-top: 35px;
			flex-grow: 1;
		}

		.menus {
			text-align: right;
			font-family: 'Wavehaus128', sans-serif;
			flex-grow: 1;
		}

		.secondary_menu {
			padding: 15px 0 16px 0;
		}

		.secondary_menu li {
			display: inline-block;
			margin-left: 20px;
		}

		.primary_menu li {
			display: inline-block;
			margin-left: 17px;
		}

		.primary_menu li.current-menu-item a, .primary_menu li.current-page-item a, .primary_menu li.current-page-ancestor a {
			background-image: url(images/menu_active.png);
			background-repeat: no-repeat;
			background-size: 9px;
			background-position: left top;
		}

		.secondary_menu a {
			font-size: 14px;
			line-height: 1em;
			color: rgba(37, 55, 70, 0.75);
			transition: all .1s ease-in;
			text-transform: lowercase;
		}

		.header_phone, a[href^=tel] {
			font-size: 16px;
			line-height: 1em;
			color: rgba(37, 55, 70, 0.75);
		}

		.primary_menu a {
			font-size: 16px;
			line-height: 25px;
			color: #253746;
			transition: all .1s ease-in;
			text-transform: lowercase;
			padding: 5px 0 0 12px;
		}

		#menu-item-29, #menu-item-81 {
			padding-right: 15px;
			background-image: url(images/down_arrow_orange_2x.png);
			background-repeat: no-repeat;
			background-size: 10px 6px;
			background-position: right bottom 8px;
			cursor: pointer;
		}

		#menu-item-14 {
			height: 25px;
			background-color: #f37f2a;
			border-radius: 12px;
			margin-left: 25px;
			border: 1px #f37f2a solid;
			transition: all .1s ease-in;
		}

		#menu-item-14 a {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 23px;
			letter-spacing: .1em;
			color: #ffffff;
			text-transform: uppercase;
			text-align: center;
			padding: 0 15px 0 15px;
			display: block;
			background-image: none !important;
		}

		#menu-item-14:hover {
			background-color: #ffffff;
		}

		#menu-item-14:hover a {
			color: #f37f2a;
		}

		.secondary_menu a:hover, .primary_menu a:hover {
			color: #f37f2a;
		}

		.icon_search {
			vertical-align: top;
			cursor: pointer;
		}

		#menu-item-20 a {
			color: #f37f2a;
		}

		#menu-item-16 a {
			padding-left: 15px;
			background-image: url(images/icon_client_2x.png);
			background-repeat: no-repeat;
			background-size: 10px 10px;
			background-position: left center;
		}
		#menu-item-16 a:hover {
			background-image: url(images/icon_client_orange_2x.png);
		}

		#menu-item-17 a {
			padding-left: 15px;
			background-image: url(images/icon_cart_2x.png);
			background-repeat: no-repeat;
			background-size: 11px 10px;
			background-position: left center;
		}
		#menu-item-17 a:hover {
			background-image: url(images/icon_cart_orange_2x.png);
		}

		#menu_what_we_do, #menu_industries {
			display: none;
			position: absolute;
			top: 110px;
			left: 0;
			width: 100%;
			z-index: 1;
		}

		#menu_what_we_do .row, #menu_industries .row {
			background-color: #ececec;
			z-index: 7;
			padding: 40px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
		}

		.super_left {
			width: 395px;
			margin-right: 30px;
		}

		#menu_what_we_do h4, #menu_industries h4 {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 1em;
			letter-spacing: 0.15em;
			color: #f37f2a;
			padding-bottom: 10px;
			border-bottom: 1px #babfc2 solid;
			margin-bottom: 20px;
		}

		.super_menu li {
			margin-bottom: 15px;
		}

		.super_menu li a {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 18px;
			line-height: 1em;
			color: #323e48;
			transition: all .1s ease-in;
			text-transform: lowercase;
		}

		.super_menu li span {
			font-size: 15px;
			font-family: 'Wavehaus66', sans-serif;
			text-transform: lowercase;
		}

		.super_menu li a:hover {
			color: #f37f2a;
		}

		.super_menu li:last-of-type {
			margin-bottom: 0;
		}

		.super_menu li a.all_prod {
			color: #f37f2a;
			padding-right: 12px;
			background-image: url(images/read_more_orange_2x.png);
			background-repeat: no-repeat;
			background-size: 5px 10px;
			background-position: right bottom 6px;
		}

		.super_menu li a.all_prod:hover {
			filter: saturate(2);
		}

		.you_might_also_like {
			flex-grow: 1;
		}

		.ymal {
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
		}
		.ymal_case_study {
			width: 330px;
			padding-right: 30px;
		}
		.ymal_blog {
			flex-grow: 1;
		}

		.ymal_entry {
			max-width: 300px;
			margin-bottom: 20px;
		}

		.ymal_img {
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			height: 150px;
			margin-bottom: 30px;
		}

		.ymal_entry a {
			display: block;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 18px;
			line-height: 1em;
			color: #323e48;
			margin-bottom: 10px;
			transition: color .1s linear;
		}
		.ymal_entry a:hover {
			color: #f37f2a;
		}
		.ymal_entry span {
			font-family: 'Wavehaus128', sans-serif;
			color: #f37f2a
		}




		/* SEARCH */

		#search {
			display: none;
			width: 100%;
			height: 100vh;
			background-color: #f37f2a;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 9999;
		}

		.search_header {
			display: flex;
			flex-direction: row;
			height: 110px;
		}

		.logo_search {
			padding-top: 35px;
			flex-grow: 1;
		}

		.search_close {
			text-align: right;
			padding-top: 52px;
			flex-grow: 1;
		}

		.search_close img {
			cursor: pointer;
		}

		.search_area {
			padding-top: 220px;
			text-align: center;
		}

		.search_block {
			margin: 0px auto;
			width: 346px;
			padding-left: 46px;
			background-image: url(images/icon_search_white.png);
			background-size: 26px 25px;
			background-repeat: no-repeat;
			background-position: left bottom;
		}

		.search_field {
			width: 300px;
			border-top: 0;
			border-right: 0;
			border-bottom: 1px #ffffff solid;
			border-left: 0;
			background-color: #f37f2a;
			padding: 10px;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			color: #ffffff;
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			outline: none;
		}

		.search_field::-webkit-input-placeholder {
			color: #ffffff;
		}

		.search_field:-ms-input-placeholder {
			color: #ffffff;
		}

		.search_field::placeholder {
			color: #ffffff;
		}

		.search_results {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 24px;
			line-height: 1em;
			margin-bottom: 30px;
		}

		.search_result {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 18px;
			line-height: 1em;
			margin-bottom: 30px;
		}
		.search_result .post_type {

		}
		.search_result a {
			color: #f37f2a;
		}


		/* GENERAL LAYOUT */

		.image_header {
			height: 500px;
		}

		.image_header .row {
			height: 500px;
			position: relative;
		}

		.big_bracket {
			position: absolute;
			left: 0;
			bottom: -60px;
		}

		.crumbs {
			padding: 140px 0 20px 100px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 1em;
			color: #ffffff;
		}

		.crumbs h1 {
			display: inline-block;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 16px;
			line-height: 1em;
			text-transform: lowercase;
		}

		.crumbs.product_crumbs h1 {
			text-transform: none;
		}

		.crumbs.product_crumbs h1 span {
			text-transform: lowercase;
		}

		.crumbs a {
			color: #ffffff;
		}

		.tagline {
			padding: 0 0 0 100px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 48px;
			line-height: 1.2em;
			color: #ffffff;
		}

		.tagline h1 {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 48px;
			line-height: 1.2em;
			color: #ffffff;
		}

		.sl_mcr {
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			width: 100%;
			margin: 60px 0 60px 0;
		}

		.sidebar_left {
			width: 300px;
			padding: 0 30px 0 70px;
			flex-grow: 0;
			flex-shrink: 0;
		}

		.submenu_type {
			width: 135px;
			font-size: 14px;
			line-height: 20px;
			color: #253746;
			letter-spacing: 0.15em;
			padding-bottom: 6px;
			border-bottom: 1px #babfc2 solid;
			margin-bottom: 18px;
		}

		.submenu li {
			padding: 0 0 12px 0;
		}

		.submenu li a {
			display: inline-block;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 18px;
			line-height: 21px;
			color: #323e48;
			transition: all .1s ease-in;
			padding: 0 10px 0 0;
			text-transform: lowercase;
		}

		.submenu li a:hover {
			color: #f37f2a;
		}

		.submenu li.current-menu-item a  {
			background-image: url(images/submenu_active_2x.png);
			background-repeat: no-repeat;
			background-size: 9px 9px;
			background-position: right top;
			color: #f37f2a;
		}

		.sidebar_left h4 {
			padding: 30px 0 0 30px;
			background-image: url(images/blog_bracket_2x.png);
			background-repeat: no-repeat;
			background-size: 20px 20px;
			background-position: left top;
		}

		.main_content_right {
			flex-grow: 1;
			font-size: 16px;
			line-height: 24px;
		}

		.wide_image {
			overflow: hidden;
		}

		.wide_image .sl_mcr {
			margin: 0 0 20px 0;
		}


		.mcl_sr {
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			width: 100%;
			margin: 60px 0 60px 0;
		}

		.main_content_left {
			flex-grow: 1;
			font-size: 16px;
			line-height: 24px;
			padding: 0 30px 0 100px;
		}

		.sidebar_right {
			width: 400px;
			padding: 0 100px 0 30px;
			flex-grow: 0;
			flex-shrink: 0;
		}

		.sidebar_right img {
			max-width: 100%;
			height: auto;
		}

		.main_content_left ul, .main_content_right ul {
			margin-top: 20px;
		}

		.main_content_left ul li, .main_content_right ul li {
			list-style-type: disc;
			margin: 0 0 10px 30px;
		}

		.main_content_left ul + p, .main_content_right ul + p {
			margin-top: 30px;
		}


		.sidebar_right h4 {
			width: 200px;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 14px;
			line-height: 20px;
			color: #253746;
			letter-spacing: 0.1em;
			padding-bottom: 6px;
			border-bottom: 1px #babfc2 solid;
			margin-bottom: 20px;
			text-transform: uppercase;
		}

		.orange_link {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 28px;
			color: #f37f2a;
			transition: all .1s linear;
		}
		.orange_link:hover {
			filter: saturate(2);
		}

		#menu-item-59 a {
			text-transform: none;
		}
		.submenu li.menu-item-59 a {
			text-transform: none;
		}



		/* CASE STUDIES */

		.related_case_studies {
			background-color: #ececec;
			padding: 100px 0 100px 0;
		}

		.related_case_studies h3 {
			margin-bottom: 55px;
		}

		.case_studies {
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
		}

		.case_study {
			width: 470px;
			height: 247px;
			background-color: #ffffff;
			box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.21);
			margin: 0 0 30px 0;
		}

		.case_study img {
			width: 100%;
			height: auto;
			display: block;
		}

		.case_study:last-of-type:nth-of-type(odd) {
			margin: 0 auto 30px auto;
		}

		.case_study_block {
			width: 100%;
			height: 247px;
			margin-bottom: 30px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			transition: background-color 0.1s linear, color 0.15s linear;
			overflow: visible;
		}

		.case_study_image {
			width: 470px;
			height: 247px;
			z-index: 1;
		}

		.case_study_text {
			width: calc(100% - 470px);
			height: 247px;
			padding: 35px;
			position: relative;
			z-index: 2;
			background-color: #ececec;
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
		}

		.rel_list {
			font-size: 14px;
			line-height: 28px;
		}

		.case_study_text .read_more {
			font-family: 'Wavehaus128', sans-serif;
			color: #f37f2a;
			background-image: url(images/read_more_orange_2x.png);
		}

		.case_study_block:hover .case_study_image {
			box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.21);
		}

		.filter_by {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 1em;
			margin-bottom: 15px;
		}

		.filter {
			margin-bottom: 40px;
		}

		.filter li {
			margin-bottom: 15px;
			display: flex;
			flex-direction: row;
		}

		.filter input {
			margin: 4px 10px 0 0;
			border-radius: 0;
			width: 14px;
			height: 14px;
			flex-grow: 0;
			flex-shrink: 0;
		}

		.filter label {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 18px;
			line-height: 1em;
			text-transform: lowercase;
		}

		.client_quote {
			margin: 70px 0 40px 0;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 48px;
			line-height: 58px;
		}
		.client_name {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 1.2em;
		}
		.client_title {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 1.2em;
			color: #f28b00;
			padding-bottom: 20px;
		}

		.cs_logo {
			padding: 25px 0 0 100px;
		}


		/* HOME */

		.home_top {
			height: 700px;
			background-repeat: no-repeat;
			background-position: center center;
			text-align: center;
		}

		.home_tagline {
			padding: 260px 0 30px 0;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 90px;
			line-height: 1em;
			color: #ffffff;
		}

		.blue_box {
			margin: -140px auto 60px auto;
			width: 843px;
			height: 280px;
			background: rgb(37,55,70);
			background: linear-gradient(45deg, rgba(37,55,70,1) 0%, rgba(37,55,70,1) 95%, rgba(37,55,70,0) 95%, rgba(37,55,70,0) 100%);
			text-align: center;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 24px;
			line-height: 30px;
			color: #ffffff;
			padding: 0 100px 0 100px;
		}
		.blue_box h3 {
			font-size: 30px;
			color: #ffffff;
			margin: 0;
		}

		.home_solution .row {
			text-align: center;
			padding-bottom: 70px;
		}

		.cta_orange {
			display: inline-block;
			border-radius: 25px;
			width: 300px;
			height: 50px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 50px;
			letter-spacing: .15em;
			color: #ffffff;
			text-transform: uppercase;
			text-align: center;
			background-color: #f37f2a;
			margin: 0 auto 0 auto;
			border: 0;
			cursor: pointer;
			transition: all .15s linear;
			-webkit-appearance: none;
		}
		.cta_orange:hover {
			border: 1px #f37f2a solid;
			color: #f37f2a;
			background-color: #ffffff;
		}

		.cta_white {
			display: block;
			border: 1px #ffffff solid;
			border-radius: 25px;
			width: 300px;
			/* height: 50px; */
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 50px;
			letter-spacing: .15em;
			color: #ffffff;
			text-transform: uppercase;
			text-align: center;
			margin: 0px auto;
			transition: all .1s linear;
			background-color: rgba(255, 255, 255, 0);
			-webkit-appearance: none;
		}
		.cta_white:hover {
			background-color: #ffffff;
			color: #253746;
		}

		.find_sol {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 16px;
			letter-spacing: .15em;
			color: #f37f2a;
			margin-bottom: 30px;
			text-transform: uppercase;
		}

		.sol_finder {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 60px;
			margin-bottom: 40px;
		}

		.sol_select {
			border-top: 0;
			border-right: 0;
			border-bottom: 1px #f37f2a solid;
			border-left: 0;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			line-height: 28px;
			padding: 9px 40px 9px 20px;
			margin: 0 12px 0 12px;
			-webkit-appearance:none;
			-moz-appearance:none;
			background-image: url(images/down_arrow_orange_2x.png);
			background-repeat: no-repeat;
			background-position: right 11px center;
			background-size: 10px 6px;
			background-color: #ffffff;
			border-radius: 0;
			text-align-last: center;
		}



		.home_case_studies {
			background-color: #ececec;
			padding: 100px 0 100px 0;
		}

		.home_case_studies h3 {
			text-align: center;
			margin-bottom: 50px;
		}

		.home_logos {
			margin: 0px auto 50px auto;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.home_logos img {
			display: inline-block;
			margin: 0 45px 0 45px;
		}

		.home_case_study_blocks {
			width: 862px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			justify-content: space-between;
			margin: 0 auto 40px auto;
		}

		.home_case_study_block {
			width: 254px;
			height: 214px;
			padding: 37px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 24px;
			line-height: 1.2em;
			background: rgb(255,255,255);
			background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
			text-align: left;
		}

		.home_solutions {
			padding: 100px 0 100px 0;
		}

		.home_solutions h3 {
			text-align: center;
			margin-bottom: 40px;
		}

		.home_solution_block {
			width: 100%;
			height: 375px;
			background-color: #ececec;
			margin-bottom: 40px;
			position: relative;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			background-repeat: no-repeat;
			/* transition: background-position 0.7s ease-in-out, opacity 1s linear; */
			transition: background-position 1.5s cubic-bezier(0.35, 0.26, 0.00, 1.00), opacity 1s cubic-bezier(0.35, 0.26, 0.00, 1.00);
			/* transition-timing-function: ; */
			opacity: 0.25;
		}

		.home_solution_block.from_right {
			/* background-position: right -1165px center; */
			background-position: 1165px 0;
			background-origin: content-box;
		}

		.home_solution_block.from_left {
			/* background-position: left -1165px center; */
			background-position: -1165px 0;
			background-origin: content-box;
		}

		.home_solution_block.sol_show {
			background-position: center center;
			opacity: 1;
		}

		.hsb_text {
			width: 565px;
			padding: 84px 100px 0 100px;
			font-size: 20px;
			line-height: 24px;
		}

		.hsb_image {
			width: 600px;
		}

		.hsb_head {
			display: inline-block;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 60px;
			line-height: 1em;	
			margin-bottom: 15px;
			padding: 15px 20px 0 0;
			position: relative;
		}

		.hsb_head span {
			font-size: 16px;
			vertical-align: top;
		}

		.learn_more {
			display: inline-block;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 20px;
			padding-right: 12px;
			background-image: url(images/read_more_2x.png);
			background-repeat: no-repeat;
			background-size: 5px 10px;
			background-position: right bottom 6px;
			margin-top: 40px;
			transition: all .1s linear;
		}
		.learn_more.orange {
			color: #f37f2a;
			background-image: url(images/read_more_orange_2x.png);
		}
		.learn_more.teal {
			color: #00a7b5;
			background-image: url(images/read_more_teal_2x.png);
		}
		.learn_more.red {
			color: #e35205;
			background-image: url(images/read_more_red_2x.png);
		}
		.learn_more.blue {
			color: #00617f;
			background-image: url(images/read_more_blue_2x.png);
		}
		.learn_more.purple {
			color: #861f41;
			background-image: url(images/read_more_purple_2x.png);
		}
		.learn_more.grey {
			color: #b2b3b2;
			background-image: url(images/read_more_grey_2x.png);
		}

		.learn_more.grey:hover {
			color: #a1a3a1;
		}

		.hsb_text .learn_more:hover {
			filter: saturate(2);
		}

		.ind_orange {
			position: absolute;
			top: 0;
			left: 0;
			width: 470px;
			height: 5px;
			background-color: #f37f2a;
		}
		.ind_teal {
			position: absolute;
			top: 0;
			right: 0;
			width: 470px;
			height: 5px;
			background-color: #00a7b5;
		}
		.ind_red {
			position: absolute;
			top: 0;
			left: 0;
			width: 470px;
			height: 5px;
			background-color: #e35205;
		}
		.ind_blue {
			position: absolute;
			top: 0;
			right: 0;
			width: 470px;
			height: 5px;
			background-color: #00617f;
		}
		.ind_purple {
			position: absolute;
			top: 0;
			left: 0;
			width: 470px;
			height: 5px;
			background-color: #861f41;
		}
		.ind_grey {
			position: absolute;
			top: 0;
			right: 0;
			width: 470px;
			height: 5px;
			background-color: #b2b3b2;
		}

		.blog_latest {
			padding: 100px 0 100px 0;
		}

		.blog_latest .row_970 {
			text-align: center;
		}

		.view_all {
			display: inline-block;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 20px;
			line-height: 1em;
			color: #f37f2a;
			margin: 0 auto 45px auto;
			transition: color .1s linear;
			padding-right: 12px;
			background-image: url(images/read_more_orange_2x.png);
			background-repeat: no-repeat;
			background-size: 5px 10px;
			background-position: right bottom 4px;
		}
		.view_all:hover {
			color: rgba(227,82,5,1);
		}

		.blog_blocks {
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			justify-content: space-between;
		}

		.blog_block {
			position: relative;
			width: 300px;
			height: 300px;
			text-align: left;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 24px;
			line-height: 1em;
			color: #ffffff;
			transition: all .1s linear;
		}

		.blog_block a {
			display: block;
			width: 100%;
			height: 100%;
			padding: 35px;	
			color: #ffffff;
		}

		.blog_block:nth-of-type(1) {
			background: rgb(243,127,42);
			background: linear-gradient(45deg, rgba(243,127,42,1) 0%, rgba(243,127,42,1) 95%, rgba(243,127,42,0) 95%, rgba(243,127,42,0) 100%);
		}
		.blog_block:nth-of-type(2) {
			background: rgb(0,167,181);
			background: linear-gradient(45deg, rgba(0,167,181,1) 0%, rgba(0,167,181,1) 95%, rgba(0,167,181,0) 95%, rgba(0,167,181,0) 100%);
		}
		.blog_block:nth-of-type(3) {
			background: rgb(227,82,5);
			background: linear-gradient(45deg, rgba(227,82,5,1) 0%, rgba(227,82,5,1) 95%, rgba(227,82,5,0) 95%, rgba(227,82,5,0) 100%);
		}

		.read_more {
			position: absolute;
			left: 35px;
			bottom: 35px;
			font-size: 20px;
			color: #ffffff;
			padding-right: 12px;
			background-image: url(images/read_more_2x.png);
			background-repeat: no-repeat;
			background-size: 5px 10px;
			background-position: right bottom 6px;
		}

		.blog_block:hover {
			transform: scale(1.05);
			/* box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.21); */
			 filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.21));
		}

		.human_approach {
			height: 600px;
			background-image: url(images/video_still_desktop.jpg);
			background-repeat: no-repeat;
			background-position: calc(50% - 365px) center;
		}

		.human_approach .row {
			height: 600px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
		}

		.video_play {
			width: calc(100% - 395px);
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.video_play img {
			cursor: pointer;
			opacity: 0.9;
			max-width: 70px;
		}
		.video_play img:hover {
			filter: drop-shadow(0 0 30px #333333);
			opacity: 1;
		}

		.video_bracket {
			margin-top: 78px;
			width: 395px;
			height: 445px;
			display: flex;
			align-items: center;
			background-image: url(images/video_bracket_2x.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 395px 445px;
			font-size: 16px;
			line-height: 22px;
		}

		.video_text {
			width: 300px;
			height: auto;
			text-align: left;
			padding-left: 130px;
		}

		.video_text h4 {
			margin-bottom: 20px;
			line-height: 1em;
		}

		.video_text .learn_more {
			margin-top: 0;
		}

		.video_text .learn_more:hover {
			filter: saturate(2);
		}




		/* PRODUCT */

		.bkg_webm {
			width: 500px;
			height: 500px;
			position: absolute;
			top: 0;
			right: 0;
		}

		.product_header {
			height: 500px;
			background-color: #f5f5f5;
		}

		.product_header .row {
			height: 500px;
			position: relative;
			background-repeat: no-repeat;
			background-size: 500px 500px;
			background-position: right center;
		}

		.product_main {
			overflow: hidden;
		}

		.product_text {
			max-width: 770px;
		}

		.product_wide_image {
			padding-top: 70px;
		}

		.snapshot_tools {
			width: 100%;
			margin-left: -75px;
		}

		.tools .sl_mcr {
			margin: 40px 0 0 0;
		}

		.product_cta .sl_mcr {
			margin: 0 0 60px 0;
		}

		.product_cta_text {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 48px;
			line-height: 58px;
			margin-bottom: 40px;
		}

		.snapshot_tools {
			margin-top: 50px;
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			justify-content: space-between;
		}
		.snapshot_tool {
			width: 268px;
			margin: 0 0 90px 0;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
		}

		.st_icon {
			width: 75px;
		}
		.st_name_text {
			width: 193px;
		}
		.st_name {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 24px;
			line-height: 1em;
			color: #f37f2a;
			margin-bottom: 20px;
		}

		.adtl_content h4 {
			margin-bottom: 30px;
		}

		.snapshot_tool.last-of-type {
			height: 0;
		}

		.info_block {
			width: 768px;
			height: 311px;
			background-image: url(images/bkg_snapshot.png);
			background-repeat: no-repeat;
			background-position: left top;
			padding: 100px 80px 0 200px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 36px;
			margin-bottom: 30px;
		}

		.cta_orange.dynamic {
			width: auto;
			padding: 0 35px 0 35px;
			margin-bottom: 40px;
		}

		.shopper {
			display: none;
		}


		/* INDUSTRY */

		.solution_blocks {
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			justify-content: space-between;
			margin-top: 40px;
		}

		a.solution_block.snapshot {
			display: block;
			width: calc(calc(100% - 60px) / 3);
			height: 230px;
			padding: 40px 40px 30px 30px;
			position: relative;
			overflow: hidden;
			border-left: 2px solid #f37f2a;
			margin-bottom: 30px;
			flex-grow: 0;
			flex-shrink: 0;
			font-size: 20px;
			line-height: 24px;
			transition: color .1s linear;
		}
		a.solution_block.snapshot:before {
			width: 100%;
			height: 30px;
			top: 0px;
			border: 2px solid #f37f2a;
			border-width: 2px 2px 0px 0px;
			transform: skewX(45deg);
			-webkit-transform: skewX(45deg);
			transform-origin: right bottom;
			-webkit-transform-origin: right bottom;
		}
		a.solution_block.snapshot:after {
			width: 100%;
			height: calc(100% - 30px);
			bottom: 0px;
			border: 2px solid #f37f2a;
			border-width: 0px 2px 2px 0px;
		}
		a.solution_block.snapshot:hover {
			background-color: #f37f2a;
			color: #ffffff;
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
		}

		a.solution_block.engage {
			width: calc(calc(100% - 60px) / 3);
			height: 230px;
			padding: 40px 40px 30px 30px;
			position: relative;
			overflow: hidden;
			border-left: 2px solid #00a7b5;
			margin-bottom: 30px;
			flex-grow: 0;
			flex-shrink: 0;
			font-size: 20px;
			line-height: 24px;
			transition: color .1s linear;
		}
		a.solution_block.engage:before {
			width: 100%;
			height: 30px;
			top: 0px;
			border: 2px solid #00a7b5;
			border-width: 2px 2px 0px 0px;
			transform: skewX(45deg);
			-webkit-transform: skewX(45deg);
			transform-origin: right bottom;
			-webkit-transform-origin: right bottom;
		}
		a.solution_block.engage:after {
			width: 100%;
			height: calc(100% - 30px);
			bottom: 0px;
			border: 2px solid #00a7b5;
			border-width: 0px 2px 2px 0px;
		}
		a.solution_block.engage:hover {
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			background-color: #00a7b5;
			color: #ffffff;
		}

		a.solution_block.scout {
			width: calc(calc(100% - 60px) / 3);
			height: 230px;
			padding: 40px 40px 30px 30px;
			position: relative;
			overflow: hidden;
			border-left: 2px solid #e35205;
			margin-bottom: 30px;
			flex-grow: 0;
			flex-shrink: 0;
			font-size: 20px;
			line-height: 24px;
			transition: color .1s linear;
		}
		a.solution_block.scout:before {
			width: 100%;
			height: 30px;
			top: 0px;
			border: 2px solid #e35205;
			border-width: 2px 2px 0px 0px;
			transform: skewX(45deg);
			-webkit-transform: skewX(45deg);
			transform-origin: right bottom;
			-webkit-transform-origin: right bottom;
		}
		a.solution_block.scout:after {
			width: 100%;
			height: calc(100% - 30px);
			bottom: 0px;
			border: 2px solid #e35205;
			border-width: 0px 2px 2px 0px;
		}	
		a.solution_block.scout:hover {
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			background-color: #e35205;
			color: #ffffff;
		}

		a.solution_block.hive {
			width: calc(calc(100% - 60px) / 3);
			height: 230px;
			padding: 40px 40px 30px 30px;
			position: relative;
			overflow: hidden;
			border-left: 2px solid #00617f;
			margin-bottom: 30px;
			flex-grow: 0;
			flex-shrink: 0;
			font-size: 20px;
			line-height: 24px;
			transition: color .1s linear;
		}
		a.solution_block.hive:before {
			width: 100%;
			height: 30px;
			top: 0px;
			border: 2px solid #00617f;
			border-width: 2px 2px 0px 0px;
			transform: skewX(45deg);
			-webkit-transform: skewX(45deg);
			transform-origin: right bottom;
			-webkit-transform-origin: right bottom;
		}
		a.solution_block.hive:after {
			width: 100%;
			height: calc(100% - 30px);
			bottom: 0px;
			border: 2px solid #00617f;
			border-width: 0px 2px 2px 0px;
		}
		a.solution_block.hive:hover {
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			background-color: #00617f;
			color: #ffffff;
		}

		a.solution_block.joyx {
			width: calc(calc(100% - 60px) / 3);
			height: 230px;
			padding: 40px 40px 30px 30px;
			position: relative;
			overflow: hidden;
			border-left: 2px solid #861f41;
			margin-bottom: 30px;
			flex-grow: 0;
			flex-shrink: 0;
			font-size: 20px;
			line-height: 24px;
			transition: color .1s linear;
		}
		a.solution_block.joyx:before {
			width: 100%;
			height: 30px;
			top: 0px;
			border: 2px solid #861f41;
			border-width: 2px 2px 0px 0px;
			transform: skewX(45deg);
			-webkit-transform: skewX(45deg);
			transform-origin: right bottom;
			-webkit-transform-origin: right bottom;
		}
		a.solution_block.joyx:after {
			width: 100%;
			height: calc(100% - 30px);
			bottom: 0px;
			border: 2px solid #861f41;
			border-width: 0px 2px 2px 0px;
		}	
		a.solution_block.joyx:hover {
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			background-color: #861f41;
			color: #ffffff;
		}

		a.solution_block.catapult{
			width: calc(calc(100% - 60px) / 3);
			height: 230px;
			padding: 40px 40px 30px 30px;
			position: relative;
			overflow: hidden;
			border-left: 2px solid #b2b3b2;
			margin-bottom: 30px;
			flex-grow: 0;
			flex-shrink: 0;
			font-size: 20px;
			line-height: 24px;
			transition: color .1s linear;
		}
		a.solution_block.catapult:before {
			width: 100%;
			height: 30px;
			top: 0px;
			border: 2px solid #b2b3b2;
			border-width: 2px 2px 0px 0px;
			transform: skewX(45deg);
			-webkit-transform: skewX(45deg);
			transform-origin: right bottom;
			-webkit-transform-origin: right bottom;
		}
		a.solution_block.catapult:after {
			width: 100%;
			height: calc(100% - 30px);
			bottom: 0px;
			border: 2px solid #b2b3b2;
			border-width: 0px 2px 2px 0px;
		}
		a.solution_block.catapult:hover {
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			background-color: #b2b3b2;
			color: #ffffff;
		}

		a.solution_block:after, a.solution_block:before {
			position: absolute;
			content: '';
			width: calc(100% - 2px);
			left: 0px;
		}

		a.solution_block:hover .lil_bracket {
			background-image: url(images/bracket_frame_white_2x.png) !important;
		}

		.sol_head {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 36px;
			line-height: 1em;
			margin-bottom: 15px;
			position: relative;
			padding: 15px 20px 0 0;
			display: inline-block;
		}
		.sol_head span {
			font-size: 14px;
			vertical-align: top;
		}

		.industry_logos {
			display: flex;
			align-items: center;
		}

		.industry_logos img {
			display: inline-block;
			margin: 0 60px 40px 0;
			opacity: 0.7;
		}



		/* SOLUTIONS */

		.solution_header {
			height: 500px;
			background-repeat: no-repeat;
			background-position: center center;
		}

		.solution_header .row {
			height: 500px;
			position: relative;
			text-align: center;
			color: #ffffff;
			padding: 145px 0 0 0;
		}

		.solution_header.bkg_orange {
			background-color: #f37f2a;
			background-blend-mode: multiply;
		}
		.solution_header.bkg_teal {
			background-color: #00a7b5;
			background-blend-mode: multiply;
		}
		.solution_header.bkg_red {
			background-color: #e35205;
			background-blend-mode: multiply;
		}
		.solution_header.bkg_blue {
			background-color: #00617f;
			background-blend-mode: multiply;
		}
		.solution_header.bkg_purple {
			background-color: #861f41;
			background-blend-mode: multiply;
		}
		.solution_header.bkg_grey {
			background-color: #b2b3b2;
			background-blend-mode: multiply;
		}

		.solution_header .sol_select {
			border-bottom: 0;
		}

		#show_me {
			display: none;
		}

		.solution_page {
			margin-top: -100px;
			padding-bottom: 100px;
		}

		.solution_page .row {
			position: relative;
		}

		.solution_page_product_block {
			width: 860px;
			height: 375px;
			margin: 0 0 100px 0;
			background-color: #ececec;
			padding: 84px 100px 0 100px;
			background-repeat: no-repeat;
			background-position: right center;
		}

		.solution_tagline {
			position: absolute;
			top: 160px;
			right: 0;
			width: 395px;
			height: auto;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 24px;
			line-height: 1em;
			padding: 95px 75px 95px 130px;
			background-repeat: no-repeat;
			background-position: left top;
			background-size: 181px 181px;
		}

		.st_bf {
			position: absolute;
			bottom: 0;
			right: 0;
			width: 181px;
			height: 181px;
			background-repeat: no-repeat;
			background-position: left top;
			background-size: 181px 181px;
			transform: rotate(180deg);
		}

		.solution_specific {
			width: 860px;
			/* height: 375px; */
			padding: 0 100px 0 100px;
		}

		.solution_specific .industry_logos {
			margin: 50px 0 50px 0;
		}

		.solution_page_product_block .ind_orange, .solution_page_product_block .ind_teal, .solution_page_product_block .ind_red, .solution_page_product_block .ind_blue, .solution_page_product_block .ind_purple, .solution_page_product_block .ind_grey {
			width: 297px;
			left: 0;
		}

		.sol_sol_head {
			display: inline-block;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 60px;
			line-height: 1em;
			margin-bottom: 15px;
			padding: 15px 20px 0 0;
			position: relative;
		}

		.sol_sol_head span {
			font-size: 16px;
			vertical-align: top;
		}

		.short_desc {
			max-width: 300px;
		}

		.lil_bracket {
			position: absolute;
			top: 0;
			right: 0;
			width: 20px;
			height: 20px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 20px 20px;
			transform: rotate(90deg);
		}

		.sol_cta {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 24px;
			line-height: 32px;
		}



		/* ABOUT */

		.about_quote .row {
			display: flex;
		}

		.aq_left {
			width: 270px;
		}

		.aq_quote {
			width: 530px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 1em;
			padding: 30px;
			position: relative;
		}

		.aq_open {
			position: absolute;
			top: 0;
			left: 0;
		}

		.aq_close {
			position: absolute;
			bottom: 0;
			right: 0;
			transform: rotate(180deg);
		}

		.aq_image {
			width: 200px;
			margin-left: 70px;
			position: relative;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 20px;
		}

		.aq_image img {
			display: block;
			width: 200px;
			height: 200px;
			margin-bottom: 20px;
			-webkit-clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
		}

		/*
		.aq_tri {
			position: absolute;
			top: -15px;
			right: -15px;
			width: 30px;
			height: 30px;
			background-color: #ffffff;
			transform: rotate(45deg);
			z-index: 1;
		}
		*/

		.wide_image_dyn {
			width: 100%;
			max-width: 1920px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			margin-bottom: 70px;
		}

		.wi_left {
			flex-grow: 1;
			flex-shrink: 1;
		}

		.wi_right {
			width: calc(50vw + 272px);
			position: relative;
			flex-grow: 0;
			flex-shrink: 0;
		}

		.wi_right img {
			display: block;
			width: 100%;
			max-width: 100%;
			height: auto;
		}

		.wi_right img.video_still.hide_on_desktop {
			display: none;
		}

		.video_play_about {
			width: 70px;
			height: 70px;
			position: absolute;
			top: calc(50% - 35px);
			left: calc(50% - 35px);
			cursor: pointer;
		}

		.stewards {
			background-color: #253746;
			margin-top: 55px;
			color: #ffffff;
		}

		.stewards .row_770 {
			padding: 100px 0 50px 0;
		}

		.stewards h2 {
			color: #ffffff;
		}

		.stewards .row {
			padding: 0 0 100px 0;
		}

		.steward_logos {
			margin: 0px auto;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.steward_logos img {
			display: inline-block;
			margin: 0 25px 0 25px;
		}



		/* OUR TEAM */

		.person_blocks {
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			justify-content: space-between;
		}

		.person_block {
			width: 200px;
			margin-bottom: 35px;
			font-family: 'Wavehaus128', sans-serif;
			margin-right: 85px;
			line-height: 20px;
		}

		.person_block img {
			display: block;
			width: 200px;
			height: 200px;
			margin-bottom: 25px;
			-webkit-clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
		}



		/* BLOG */

		.blog_header {
			height: 138px;
			padding-top: 60px;
		}

		.blog_header .row {
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			justify-content: space-between;
			align-items: flex-start;	
		}

		.blog_header_left {

		}

		.blog_header h1 {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 48px;
			line-height: 1em;
		}

		.blog_header_right {
			text-align: right;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 42px;
		}

		.featured_post {
			height: 375px;
			background-color: #b1b1b3;
			padding: 95px 65px 0 65px;
			margin: 30px auto 40px auto;
			color: #ffffff;
			background-repeat: no-repeat;
			background-position: center center;
		}

		.featured_post h2 {
			max-width: 600px;
		}

		.featured_post .cta_white {
			margin: 0;
		}

		.blog_page {
			padding: 0 0 50px 0;
		}

		.main_content_right .blog_blocks {
			flex-wrap: wrap;
		}

		.sidebar_left.no_left_padding {
			padding-left: 0;
		}

		.blog_block_blog_page {
			position: relative;
			width: 30%;
			height: 260px;
			text-align: left;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 24px;
			line-height: 1em;
			color: #ffffff;
			transition: all .1s linear;
			margin-bottom: 35px;
		}

		.blog_block_blog_page a {
			display: block;
			width: 100%;
			height: 100%;
			padding: 35px;	
			color: #ffffff;
		}

		.blog_block_blog_page:hover {
			transform: scale(1.05);
			/* box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.21); */
			 filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.21));
		}

		/*
		.blog_page .blog_blocks .blog_block {
			margin-bottom: 35px;
			background: rgb(0,167,181);
			background: linear-gradient(45deg, rgba(0,167,181,1) 0%, rgba(0,167,181,1) 95%, rgba(0,167,181,0) 95%, rgba(0,167,181,0) 100%);
		}
		*/

		.blog_block_blog_page.bb_orange {
			background: rgb(243,127,42);
			background: linear-gradient(45deg, rgba(243,127,42,1) 0%, rgba(243,127,42,1) 95%, rgba(243,127,42,0) 95%, rgba(243,127,42,0) 100%);
		}
		.blog_block_blog_page.bb_teal {
			background: rgb(0,167,181);
			background: linear-gradient(45deg, rgba(0,167,181,1) 0%, rgba(0,167,181,1) 95%, rgba(0,167,181,0) 95%, rgba(0,167,181,0) 100%);
		}
		.blog_block_blog_page.bb_purple {
			background: rgb(139,30,65);
			background: linear-gradient(45deg, rgba(139,30,65,1) 0%, rgba(139,30,65,1) 95%, rgba(139,30,65,0) 95%, rgba(139,30,65,0) 100%);
		}
		.blog_block_blog_page.bb_red {
			background: rgb(227,82,5);
			background: linear-gradient(45deg, rgba(227,82,5,1) 0%, rgba(227,82,5,1) 95%, rgba(227,82,5,0) 95%, rgba(227,82,5,0) 100%);
		}
		.blog_block_blog_page.bb_blue {
			background: rgb(0,97,127);
			background: linear-gradient(45deg, rgba(0,97,127,1) 0%, rgba(0,97,127,1) 95%, rgba(0,97,127,0) 95%, rgba(0,97,127,0) 100%);
		}

		.post_header.bb_orange {
			background: rgb(243,127,42);
		}
		.post_header.bb_teal {
			background: rgb(0,167,181);
		}
		.post_header.bb_purple {
			background: rgb(139,30,65);
		}
		.post_header.bb_red {
			background: rgb(227,82,5);
		}
		.post_header.bb_blue {
			background: rgb(0,97,127);
		}

		.blog_block_empty {
			width: 300px;
			height: 1px;
		}

		.post_header .row {
			padding: 55px 0 55px 0;
			margin-bottom: 2em;
		}

		.post_crumbs {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 1em;
			margin-bottom: 15px;
		}

		.post_crumbs a, .post_header h1 {
			color: #ffffff;
		}

		.post_feature {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 18px;
			line-height: 24px;
			margin-bottom: 20px;
			text-transform: lowercase;
		}

		.post_feature a {
			color: #00a7b5;
		}

		.addthis_inline_share_toolbox {
			margin-bottom: 50px;
		}



		/* PAGINATE */

		.paginate {
			font-size: 16px;
			line-height: 16px;
			margin-top: 20px;
		}

		.page-numbers {
			width: 35px;
			line-height: 16px;
			text-align: left;
			text-decoration: none;
			display: inline-block;
			color: #00a7b5;
			transition: color .15s ease-in-out;
		}

		.page-numbers:hover {
			color: #000000;
		}	

		.page-numbers.current {
			font-family: 'Wavehaus128', sans-serif;
			color: #000000;
		}

		.prev.page-numbers {
			width: 35px;
			height: 16px;
			background-image: url(images/bb_prev_2x.png);
			background-repeat: no-repeat;
			background-size: 5px 10px;
			background-position: left bottom 1px;
		}

		.next.page-numbers {
			width: 35px;
			height: 16px;
			background-image: url(images/bb_next_2x.png);
			background-repeat: no-repeat;
			background-size: 5px 10px;
			background-position: left bottom 1px;
		}

		.prev.page-numbers:hover, .next.page-numbers:hover {
			filter: saturate(0);
		}	



		/* TEAM MEMBER */

		.bio_single h2 {
			margin-bottom: 5px;
		}

		.job_title {
			font-family: 'Wavehaus128', sans-serif;
			color: #f37f2a;
			margin-bottom: 25px;
		}

		.bio_single {
			display: flex;
		}

		.bio_image {

		}
		.bio_image img {
			width: 200px;
			height: 200px;
			-webkit-clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
			margin-right: 70px;
		}

		.bio_text {

		}



		/* BLOG POST */

		.blog_post p a {
			text-decoration: underline;
		}

		.blog_post img {
			max-width: 100% !important;
			height: auto !important;
		}



		/* CAREERS */

		.lobby {
			margin-bottom: 100px;
		}
		.lobby img {
			display: block;
		}

		div.career_block {
			width: 270px;
			padding: 30px;
			position: relative;
			overflow: hidden;
			border-left: 2px solid #f37f2a;
			margin-bottom: 40px;
			transition: color 0.15s linear;
		}
		div.career_block:before {
			width: 100%;
			height: 30px;
			top: 0px;
			border: 2px solid #f37f2a;
			border-width: 2px 2px 0px 0px;
			transform: skewX(45deg);
			transform-origin: right bottom;
		}
		div.career_block:after {
			width: 100%;
			height: calc(100% - 30px);
			bottom: 0px;
			border: 2px solid #f37f2a;
			border-width: 0px 2px 2px 0px;
		}
		div.career_block:after, div.career_block:before {
			position: absolute;
			content: '';
			/* width: calc(100% - 2px); */
			left: 0px;
			/* z-index: -1; */
		}

		div.career_block:hover {
			background-color: #f37f2a;
			color: #ffffff;
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
		}

		div.career_block p:last-of-type {
			margin-bottom: 0;
		}

		.jobs_link {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 20px;
			line-height: 2em;
			color: #f37f2a;
		}



		/* LANDING */

		.landing_page .cta_orange {
			width: auto;
			padding: 0 20px 0 20px;
		}

		.landing_cities {
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
			margin-bottom: 50px;
			line-height: 36px;
		}



		/* CONTACT */

		.gform_fields {
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			justify-content: space-between;
			margin-top: 35px;
		}

		.main_content_left ul.gform_fields li {
			list-style-type: none;
			margin: 0 0 30px 0;
		}

		.gform_fields label {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 12px;
			line-height: 24px;
			transition: opacity .15s linear;
			opacity: 0;
		}

		#field_1_1, #field_1_2, #field_1_3, #field_1_4, #field_1_5, #field_1_6 {
			width: 300px;
			margin: 0 0 30px 0 !important;
			list-style-type: none;
		}

		#field_1_7, #field_1_8 {
			width: 100%;
			margin-bottom: 30px;
			list-style-type: none;
		}

		.gfield input[type=text] {
			border-top: 0;
			border-left: 0;
			border-right: 0;
			border-bottom: 1px #f37f2a solid;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			line-height: 32px;
			padding: 10px;
			border-radius: 0;
		}

		.ginput_container_textarea {
			width: 100%;
			height: 180px;
			border-left: 1px solid #f37f2a;
			position: relative;
			overflow: hidden;
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			border-radius: 0;
		}

		.ginput_container_textarea:before {
			height: 30px;
			top: 0px;
			border: 1px solid #f37f2a;
			border-width: 1px 1px 0px 0px;
			transform: skew(45deg);
			transform-origin: right bottom;
		}
		.ginput_container_textarea:after {
			height: calc(100% - 30px);
			bottom: 0px;
			border: 1px solid #f37f2a;
			border-width: 0px 1px 1px 0px;
		}
		.ginput_container_textarea:after, .ginput_container_textarea:before {
			position: absolute;
			content: '';
			width: calc(100% - 1px);
			left: 0px;
			/* z-index: -1; */
		}

		.gfield textarea {
			border: 0;
			padding: 10px;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			line-height: 32px;
			background-color: rgba(255, 255, 255, 0);
			width: 100%;
			height: 180px !important;
			z-index: 3;
			position: absolute;
			top: 0;
			left: 0;
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			border-radius: 0;
		}

		.main_content_left ul.gfield_checkbox li {
			margin-bottom: 10px;
		}

		.main_content_left ul.gfield_checkbox li label {
			font-size: 16px;
			line-height: 24px;
		}

		.gfield_checkbox {
			column-count: 2;
			column-width: 200px;
		}

		#field_1_8 label {
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			line-height: 32px;
			opacity: 1;
		}

		.gfield_required {
			color: #f37f2a;
		}

		#field_1_8 .gfield_checkbox label {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 24px;
			display: inline-block;
			opacity: 1;
		}

		.gform_wrapper .gform_footer input[type=submit] {
			display: inline-block !important;
			border-radius: 25px;
			width: 300px !important;
			height: 50px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 50px;
			letter-spacing: .15em;
			color: #ffffff;
			text-transform: uppercase;
			text-align: center;
			background-color: #f37f2a;
			margin: 50px auto 0 auto;
			border: 0;
			cursor: pointer;
			-webkit-appearance: none;
		}

		.gform_wrapper .gform_footer input[type=submit]:hover {
			border: 1px #f37f2a solid;
			background-color: #ffffff;
			color: #f37f2a;
		}

		#field_2_1, #field_2_2, #field_2_3, #field_2_4, #field_2_5, #field_2_6 {
			width: 300px;
			margin: 0 0 30px 0 !important;
			list-style-type: none;
		}

		#field_2_7, #field_2_8, #field_2_9, #field_2_10 {
			width: 100%;
			margin-bottom: 30px;
			list-style-type: none;
		}

		#field_2_7 {
			margin-bottom: 0;
		}

		#field_2_9 label:first-of-type, #field_2_8 label:first-of-type {
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			line-height: 32px;
			opacity: 1;
		}
		#field_2_9 .gfield_checkbox label, #field_2_8 .gfield_checkbox label {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 24px;
			opacity: 1;
		}


		#field_2_10 label {
			display: none;
		}

		#field_2_10 label#label_2_10_1 {
			display: inline;
			font-family: 'Wavehaus66', sans-serif;
			opacity: 1;
		}


		/* HUBSPOT FORMS */

		.hs-fieldtype-text {
			float: left;
			width: calc(50% - 10px);
		}

		.jtjf .hs-fieldtype-text {
			float: none;
			width: 100%;
		}
		.jtjf .hs-fieldtype-text:nth-of-type(odd) {
			margin-right: 0;
		}

		.hs-fieldtype-text:nth-of-type(odd) {
			margin-right: 20px;
		}

		.hs-fieldtype-text label, .hs-fieldtype-textarea label {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 12px;
			line-height: 24px;
			transition: opacity .15s linear;
			opacity: 0;
		}

		.no-list.hs-error-msgs.inputs-list {
			margin: 0 0 20px 0;
			column-count: 1;
			color: rgb(227,82,5);
		}
		.no-list.hs-error-msgs.inputs-list label {
			line-height: 1em;
			opacity: 1;
		}

		.hs-fieldtype-radio label, .hs-fieldtype-checkbox label {
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			line-height: 32px;
			transition: opacity .15s linear;
			opacity: 1;
		}

		.hs-fieldtype-textarea label {

		}

		.hs-fieldtype-text input {
			width: 300px;
			margin: 0 0 30px 0 !important;
			list-style-type: none;
			border-top: 0;
			border-left: 0;
			border-right: 0;
			border-bottom: 1px #f37f2a solid;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			line-height: 32px;
			padding: 10px;
			border-radius: 0;
		}

		.hs-form-required {
			color: #f37f2a;	
		}

		form ul.inputs-list li {
			list-style-type: none;
			margin: 0 0 10px 0;
		}

		ul.inputs-list {
			column-count: 2;
			column-gap: 20px;
		}

		.hs-form-radio label {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 24px;
			display: inline-block;
			opacity: 1;
		}

		.hs-fieldtype-checkbox {
			margin-top: 20px;
		}

		.hs-form-checkbox label {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 24px;
			display: inline-block;
			opacity: 1;
		}

		.hs-form-radio label span, .hs-form-checkbox label span {
			padding-left: 5px;
		}

		.hs_your_company_size, .hs_your_industry {
			clear: both;
		}

		.hs-fieldtype-textarea {
			margin-top: 30px;
		}

		.hs-fieldtype-textarea div {
			width: 100%;
			height: 180px;
			border-left: 1px solid #f37f2a;
			position: relative;
			overflow: hidden;
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			border-radius: 0;
		}

		.hs-fieldtype-textarea div:before {
			height: 30px;
			top: 0px;
			border: 1px solid #f37f2a;
			border-width: 1px 1px 0px 0px;
			transform: skew(45deg);
			transform-origin: right bottom;
		}
		.hs-fieldtype-textarea div:after {
			height: calc(100% - 30px);
			bottom: 0px;
			border: 1px solid #f37f2a;
			border-width: 0px 1px 1px 0px;
		}
		.hs-fieldtype-textarea div:after, .hs-fieldtype-textarea div:before {
			position: absolute;
			content: '';
			width: calc(100% - 1px);
			left: 0px;
			/* z-index: -1; */
		}

		textarea.hs-input {
			border: 0;
			padding: 10px;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			line-height: 32px;
			background-color: rgba(255, 255, 255, 0);
			width: 100%;
			height: 180px !important;
			z-index: 3;
			position: absolute;
			top: 0;
			left: 0;
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			border-radius: 0;
		}

		.hs-button {
			display: inline-block !important;
			border-radius: 25px;
			width: 300px !important;
			height: 50px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 50px;
			letter-spacing: .15em;
			color: #ffffff;
			text-transform: uppercase;
			text-align: center;
			background-color: #f37f2a;
			margin: 50px auto 0 auto;
			border: 0;
			cursor: pointer;
			-webkit-appearance: none;
		}



		/* CTA BAR */

		.cta_bar {
			height: 100px;
			font-family: 'Wavehaus128', sans-serif;
			background-color: #253746;
			font-size: 24px;
			line-height: 100px;
			color: #ffffff;
		}

		.cta_footer {
			float: right;
			display: inline-block;
			border: 1px #ffffff solid;
			border-radius: 25px;
			width: 300px;
			height: 50px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 46px;
			letter-spacing: .15em;
			color: #ffffff;
			text-transform: uppercase;
			text-align: center;
			margin-top: 25px;
			transition: all 0.1s linear;
		}

		.cta_footer:hover {
			background-color: #ffffff;
			color: #253746;
		}




		/* VIDEO */

		.whole_thing {
			display: none; /* Hidden by default */
			position: fixed; /* Stay in place */
			z-index: 1000;
			left: 0;
			top: 0;
			width: 100%; /* Full width */
			height: 100%; /* Full height */
			overflow: auto; /* Enable scroll if needed */
			background-color: rgb(0,0,0); /* Fallback color */
			background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
		}

		.video_modal {
			position: fixed;
			z-index: 99998; /* Sit on top */
			top: calc(50% - 253px);
			left: calc(50% - 450px);
			width: 900px;
			height: 506.25px;
			/* overflow: hidden; Enable scroll if needed */
			background-color: #000000;
			box-sizing: border-box;
			box-shadow: 0 0 35px #333344;
		}

		.video_modal iframe {
			width: 100%;
			height: 100%;
		}

		.video_close {
			position: absolute;
			top: calc(50% - 303px);
			right: calc(50% - 490px);
			/* font-family: 'Sofia-Pro-Regular', sans-serif; */
			font-size: 48px;
			color: #ffffff;
			z-index: 99998; /* Sit on top */
			cursor: pointer;
		}



		/* FOOTER */

		footer {
			background-color: #ececec;
			padding: 80px 0 80px 0;
			max-width: 100%;
		}

		footer .row {
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
		}

		.foot_phone {
			width: 180px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 20px;
			line-height: 1em;
			color: #323e48;
		}
		.foot_subscribe {
			width: 360px;
		}
		.foot_subscribe a {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 20px;
			line-height: 1em;
			color: #f37f2a;
		}
		.foot_social {
			width: 140px;
		}
		.foot_logo {
			width: 485px;
			text-align: right;
			padding-right: 60px;
		}

		.social {
			display: inline-block;
			margin-right: 6px;
			/* transition: all .1s linear; */
		}
		.social:hover {
			filter: hue-rotate(355deg) brightness(.9);
		}

		.footer_menus {
			padding: 35px 0 55px 0;
		}

		.foot_wwd {
			width: 180px;
		}

		.foot_industries {
			width: 180px;
		}

		.foot_about {
			width: 180px;
		}
		
		.foot_resources {
			width: 180px;
		}

		.foot_else {

		}

		.footer_menu li {
			margin-bottom: 10px;
			line-height: 1em;
		}

		.footer_menu li a {
			font-size: 14px;
			color: #000000;
			text-transform: lowercase;
			transition: color .1s linear;
		}

		.footer_menu.misc li a {
			display: block;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 1em;
			color: #f37f2a;
			margin-bottom: 18px;
			text-transform: lowercase;
			transition: color .1s linear;
		}

		.footer_menu li a:hover, a.foot_menu_head:hover, .footer_menu.misc li a:hover, .foot_subscribe a:hover {
			color: #e35205;
		}

		a.foot_menu_head,
		p.foot_menu_head {
			display: block;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 14px;
			line-height: 1em;
			color: #f37f2a;
			margin-bottom: 15px;
			text-transform: lowercase;
		}

		.row.logos img {
			display: inline-block;
			margin-right: 30px;
		}

		.copyright {
			font-size: 12px;
			letter-spacing: .15em;
			color: #253746;
			text-transform: uppercase;
			padding: 20px 0 0 0;
		}



		/* CTA */

		.cta {
			position: fixed;
			top: 40%;
			right: -320px;
			width: 320px;
			height: auto;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: flex-start;
			transition: all .25s ease-in-out;
		}
		.cta.open {
			right: 0;
		}

		.cta_btn {
			display: none;
			position: fixed;
			top: 40%;
			right: 0;
			height: 36px;
			width: auto;
			background: linear-gradient(45deg, rgba(0,167,181,1) 0%, rgba(0,167,181,1) 95%, rgba(0,167,181,0) 95%, rgba(0,167,181,0) 100%);
			z-index: 8;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 36px;
			color: #ffffff;
			padding: 0 20px 0 20px;
			border: 0;
			flex-shrink: 0;
			flex-grow: 0;
			cursor: pointer;
			transition: all .25s ease-in-out;
		}
		.cta_btn.open {
			right: 320px;
		}

		.cta_icon {
			display: inline-block;
			width: 10px;
			height: 10px;
			background-image: url(images/icon_cta_open_2x.png);
			background-repeat: no-repeat;
			background-size: 10px 10px;
			background-position: center center;
		}

		.cta_icon.cta_opened {
			background-image: url(images/icon_cta_close_2x.png);
		}

		.cta_block {
			width: 320px;
			height: auto;
			background-color: #ffffff;
			z-index: 7;
			box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.21);
			flex-shrink: 0;
			flex-grow: 0;
			padding: 40px;
			text-align: left;
		}

		.cta_headline {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 32px;
			margin-bottom: 20px;
		}
		.cta_desc {
			font-size: 16px;
			line-height: 25px;
		}
		.cta_link {
			display: block;
			font-family: 'Wavehaus128', sans-serif;
			color: #00a7b5;
			margin-top: 50px;
		}


		/* 404 */

		#p_404 {
			height: 600px;
			background-image: url(images/bkg_404.png);
			background-repeat: no-repeat;
			background-position: center center;
		}

		.h_404 {
			padding: 165px 0 0 0;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 120px;
			line-height: 120px;
		}

		.not_found {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			padding-bottom: 35px;
		}




	}


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

		.row {
			width: calc(100vw - 50px);
			margin: 0 auto;
			text-align: left;
		}

		.row.centered {
			text-align: center;
		}

		.main_content_right {
			padding-right: 25px;
		}

		.crumbs {
			padding: 140px 0 20px 50px;
		}

		.tagline {
			padding: 0 0 0 50px;
			font-size: 36px;
		}



		/* HOME */

		.home_tagline {
			font-size: 70px;
		}

		.human_approach {
			background-image: url(images/video_still_tablet.jpg);
			background-position: calc(50% - 335px) center;
		}


		/* PRODUCTS */

		.product_header .crumbs {
			width: 500px;
		}

		.info_block {
			width: 100%;
			font-size: 24px;
			line-height: 30px;
		}

		.product_wide_image {
			width: calc(100% + 100px);
			height: auto;
		}

		.product_cta_text {
			font-size: 42px;
			line-height: 48px;
		}


		/* SOLUTIONS */

		.solution_page_product_block {
			position: relative;
			margin: 0 auto 50px auto;
		}

		.short_desc {
			width: 300px;
		}

		.solution_tagline {
			position: relative;
			top: 0;
			left: 0;
			margin: 0px auto 50px auto;
			padding: 95px 75px 95px 95px;
		}

		.st_bf {

		}

		.solution_specific {
			margin: 0px auto;
		}


		/* CASE STUDIES */

		.case_study_blocks {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.case_study_block {
			width: 300px;
			height: auto;
			margin-bottom: 50px;
			display: block;
		}

		.case_study_image {
			width: 300px;
			height: auto;
		}

		.case_study_image img {
			width: 300px;
			height: auto;
		}

		.case_study_text {
			width: 300px;
			height: auto;
			background-color: #ffffff;
			padding: 15px 25px 0 25px;
		}

		.case_study_text h4 {
			line-height: 28px;
		}

		.case_study_text .read_more {
			display: inline-block;
			position: static;
			margin-top: 30px;
		}


		/* INDUSTRIES */

		a.solution_block.snapshot, a.solution_block.engage, a.solution_block.scout, a.solution_block.hive, a.solution_block.joyx, a.solution_block.catapult {
			width: calc(calc(100% - 30px) / 2);
		}

		.industry_logos {
			flex-direction: row;
			flex-wrap: wrap;
		}

		/* BLOG */

		.featured_post {
			margin: 0 auto 70px auto;
		}

		/* FORMS */

		#field_1_1, #field_1_2, #field_1_3, #field_1_4, #field_1_5, #field_1_6 {
			width: 220px;
		}

		#field_2_1, #field_2_2, #field_2_3, #field_2_4, #field_2_5, #field_2_6 {
			width: 220px;
		}

		.gfield input[type=text] {
			width: 200px;
		}

		.hs-fieldtype-text input {
			width: 200px;
		}


	}


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


		.hide_on_desktop {
			display: block;
		}

		.hide_on_mobile {
			display: none !important;
		}

		.row, .row_770, .row_970  {
			width: calc(100vw - 50px);
			margin: 0 auto;
			text-align: left;
		}

		.row.centered, .row_770.centered, .row_970.centered {
			text-align: center;
		}

		.header_mobile {
			width: 100vw;
			height: 64px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			position: fixed;
			top: 0;
			left: 0;
			background-color: rgba(255, 255, 255, 1);
			z-index: 9998;
		}

		.main_cont {
			margin-top: 64px;
		}

		.logo_mobile {
			height: 25px;
			padding: 0 0 0 12px;
			flex-grow: 1;
			text-align: left;
		}

		.search_mobile {
			width: 44px;
			height: 44px;
			background-image: url(images/icon_search_mobile_2x.png);
			background-repeat: no-repeat;
			background-size: 22px 21px;
			background-position: center center;
			flex-grow: 0;
		}

		.hamburger {
			width: 46px;
			height: 46px;
			padding: 0 12px 0 14px;
			background-image: url(images/hamburger_2x.png);
			background-repeat: no-repeat;
			background-size: 20px 20px;
			background-position: center center;
			flex-grow: 0;
		}

		#mobile_menu {
			display: none;
			position: fixed;
			top: 0;
			left: 0;
			width: 100vw;
			height: auto;
			min-height: 100vh;
			background-color: #ececec;
			padding-bottom: 40px;
			z-index: 9999;
		}

		.big_orange {
			margin-bottom: 30px;
		}

		#mobile_menu  .big_orange li {
			margin: 15px 0 15px 0;
			border-radius: 10px;
			text-align: center;
			height: 38px;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 12px;
			line-height: 38px;
			letter-spacing: 0.15em;
			text-transform: uppercase;
			background-color: #f37f2a;
			border-radius: 18px;
		}
		.big_orange li a {
			color: #ffffff;
		}
		#mobile_menu  .big_orange li a {
			text-transform: uppercase;
		}

		.header_mobile_dropped {
			width: 100vw;
			height: 64px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
		}

		.burger_close {
			width: 46px;
			height: 46px;
			padding: 0 12px 0 14px;
			background-image: url(images/burger_close.png);
			background-repeat: no-repeat;
			background-size: 20px 20px;
			background-position: center center;
			flex-grow: 0;
		}

		#mobile_menu li {
			border-top: 1px #babfc2 solid;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 60px;
		}
		#mobile_menu li:last-of-type {
			border-bottom: 1px #babfc2 solid;
		}

		#mobile_menu li a {
			text-transform: lowercase;
		}
		#mobile_menu li#menu-item-641 a {
			text-transform: none;
		}

		#mobile_menu .sub-menu li {
			border-top: 0;
			line-height: 28px;
		}

		.sub-menu {
			display: none;
		}

		.sub-menu li a {
			padding-left: 20px;
			font-size: 12px;
		}

		#mobile_menu .sub-menu li:last-of-type {
			border-bottom: 0;
			margin-bottom: 10px;
		}

		#mobile_menu .menu-item-has-children a {
			padding-right: 15px;
			background-image: url(images/icon_menu_drop_2x.png); 
			background-repeat: no-repeat;
			background-size: 9px 5px;
			background-position: right center;
		}
		#mobile_menu .menu-item-has-children a.dropped {
			background-image: url(images/icon_menu_drop_rev_2x.png); 
		}
		#mobile_menu .menu-item-has-children a.dropped + .sub-menu a , #mobile_menu .menu-item-has-children a + .sub-menu a  {
			background-image: none;
		}
		#mobile_menu  .sub-menu #menu-item-651 a {
			color: #f37f2a;
			padding-right: 10px;
			background-image: url(images/read_more_orange_2x.png);
			background-repeat: no-repeat;
			background-size: 3px 6px;
			background-position: right center;
		}

		#search_mobile {
			display: none;
			width: 100%;
			height: 100vh;
			background-color: #f37f2a;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 9999;
		}

		.search_area {
			padding-top: 180px;
		}

		.search_close_mobile {
			width: 46px;
			height: 46px;
			padding: 0 12px 0 14px;
			background-image: url(images/search_close_mobile_2x.png);
			background-repeat: no-repeat;
			background-size: 20px 20px;
			background-position: center center;
			flex-grow: 0;
		}

		.search_block {
			width: 100%;
		}

		.search_field_mobile {
			width: 100%;
			border-top: 0;
			border-right: 0;
			border-bottom: 1px #ffffff solid;
			border-left: 0;
			background-color: #f37f2a;
			padding: 10px;
			font-family: 'Wavehaus66', sans-serif;
			font-size: 24px;
			color: #ffffff;
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			outline: none;
		}

		.search_field_mobile::-webkit-input-placeholder {
			color: #ffffff;
		}
		.search_field_mobile:-ms-input-placeholder {
			color: #ffffff;
		}
		.search_field_mobile::placeholder {
			color: #ffffff;
		}


		/* GENERAL */

		.image_header {
			height: 400px;
			background-size: auto 400px;
			background-position: center center;
		}

		.image_header .row {
			height: 400px;
		}

		.crumbs {
			padding: 50px 0 20px 25px;
			line-height: 1.5em;
		}

		.tagline {
			padding: 0 25px 0 25px;
			font-size: 30px;
			line-height: 35px;
		}

		.big_bracket {
			bottom: -62px;
		}

		.sl_mcr {
			display: block;
			margin: 30px 0 30px 0;
			text-align: center;
		}

		.sidebar_left {
			width: 100%;
			padding: 0 0 30px 0;
			text-align: left;
		}

		.main_content_right {
			width: 100%;
			text-align: left;
		}

		.submenu_type { 
			text-align: center;
			margin: 0px auto 0px auto;
		}

		.submenu {
			text-align: center;
		}

		.submenu li {
			display: inline-block;
			padding: 0 20px 0 20px;
		}

		.submenu li a {
			display: inline-block;
			font-size: 21px;
			line-height: 24px;
		}

		.fadebox {
			position: relative;
			width: 100vw;
			height: 62px;
			margin: 0 0 0 -25px;
			-webkit-mask: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
			transition: background-color .25s linear;
			z-index: 7;
		}

		.fadebox.fixed {
			position: fixed;
			left: 0;
			top: 64px;
		}

		.submenu.sm_wwd, .submenu.sm_ind  {
			width: 100vw;
			height: 62px;
			overflow-x: scroll;
			text-align: left;
			z-index: 1;
			line-height: 62px;
		}

		.submenu.sm_about {
			height: 62px;
			z-index: 1;
			line-height: 62px;
		}

		.submenu.sm_wwd ul, .submenu.sm_ind ul {
			white-space: nowrap;
		}

		.fadebox.stuck  {
			position: fixed;
			width: 100vw;
			top: 64px;
			background-color: #253746;
			-webkit-mask: none;
		}

		.fadebox.stuck .submenu a {
			color: #929ba3;
		}

		.fadebox.stuck .submenu li.current-menu-item a {
			color: #f37f2a;
		}

		.submenu.stuck {
			-webkit-mask: linear-gradient(90deg, transparent 0%, black 20%, black 80%, transparent 100%);
		}

		#fader {
			position: absolute;
			top: 0;
			left: 0;
			width: 100vw;
			height: 26px;

			z-index: 3;
		}

		.mcl_sr {
			display: block;
			margin: 45px 0 45px 0;
		}

		.main_content_left {
			width: 100%;
			padding: 0;
		}

		.sidebar_right {
			width: 100%;
			padding: 45px 0 0 0;
			text-align: center;
		}

		.sidebar_right h4 {
			margin: 0 auto 20px auto;
		}

		h3 {
			font-size: 22px;
		}

		.filter_by {
			text-align: center;
		}

		.select_a_product, .select_an_industry {
			width: 100%;
			height: 50px;
			line-height: 50px;
			text-align: center;
			margin: 15px 0 20px 0;
			background-image: url(images/down_arrow_orange_2x.png);
			background-repeat: no-repeat;
			background-size: 8px 5px;
			background-position: right 23px center;
			border-bottom: 1px #f37f2a solid;
		}
		.select_a_product.expanded, .select_an_industry.expanded {
			background-color: #f37f2a;
			color: #ffffff;
			-webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);	
			background-image: url(images/up_arrow_white_2x.png);
		}

		.filters_wwd, .filters_ind {
			padding-left: 15px;
			display: none;
		}

		.cta, .cta_btn {
			display: none !important;
		}



		/* HOME */

		.home_top {
			height: 400px;
			background-size: cover;
			background-position: center center;
		}

		.home_tagline {
			padding: 120px 0 30px 0;
			font-size: 45px;
		}

		.blue_box {
			margin: -75px auto 45px auto;
			width: 270px;
			height: auto;
			font-size: 16px;
			line-height: 20px;
			padding: 45px 35px 45px 35px;
		}

		.blue_box h3 {
			font-size: 22px;
			width: 150px;
			margin: 0px auto;
		}	

		.sol_finder {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 22px;
			line-height: 30px;
			margin-bottom: 40px;
		}

		.home_case_studies {
			background-color: #ececec;
			padding: 45px 0 45px 0;
		}

		.home_case_studies .row {
			width: 100%;
		}

		.home_case_studies .row .cta_orange {
			width: calc(100% - 50px);
			margin: 0px auto;
		}

		.home_logos {
			display: block;
			text-align: center;
		}

		.home_logos img {
			display: block;
			margin: 0 auto 40px auto;
		}

		.home_case_study_blocks {
			width: 100%;
			overflow-x: scroll;
		}

		.home_case_study_block {
			width: 170px;
			height: 170px;
			padding: 30px;
			font-size: 16px;
			line-height: 20px;
			margin: 0 15px 0 15px;
			flex-grow: 0;
			flex-shrink: 0;
		}

		.cta_white {
			width: calc(100% - 50px);
		}

		.cta_orange {
			width: 100%;
			/* max-width: 300px; */
		}

		.home_solutions {
			padding: 45px 0 45px 0;
		}

		.home_solution .sol_finder .sol_select {
			border-bottom: 1px #f37f2a solid;
			color: #253746;
			background-image: url(images/down_arrow_orange_2x.png);
		}

		.home_solution_block {
			height: 220px;
			background-size: auto 220px;
		}

		.sol_finder {
			margin-bottom: 40px;
		}

		.home_solution .sol_select {
			display: block;
			width: 100%;
			margin-bottom: 20px;
		}

		.home_solution .sol_select option {
			text-align: center;
		}

		.ind_orange, .ind_teal, .ind_red, .ind_blue, .ind_purple, .ind_grey {
			width: 50vw;
		}

		.hsb_image {
			width: 50%;
		}

		.hsb_text {
			width: 50%;
			font-size: 16px;
			line-height: 20px;
			display: flex;
			align-items: flex-start;
			justify-content: center;
			flex-direction: column;
		}

		.from_left .hsb_text {
			padding: 0 25px 0 0;
		}

		.from_right .hsb_text {
			padding: 0 25px 0 25px;
		}

		.hsb_text .learn_more {
			margin-top: 20px;
		}

		.hsb_head {
			font-size: 30px;
		}

		.home_solutions .row {
			width: 100%;
		}

		.human_approach {
			height: auto;
			background-image: url(images/video_still_mobile.jpg);
			background-position: top center;
			background-size: auto 100vw;
		}

		.human_approach .row {
			width: 100vw;
			height: auto;
			display: block;
		}

		.video_play {
			width: 100vw;
			height: 100vw;
		}

		.video_bracket {
			width: calc(100vw - 50px);
			height: auto;
			margin: 30px auto 30px auto;
			display: block;
			background: url(images/bf_orange_top_2x.png) left top / 120px 120px no-repeat, url(images/bf_orange_bottom_2x.png) right bottom / 120px 120px no-repeat;
		}

		.video_text {
			width: 100%;
			padding: 50px;
		}

		.cta_bar {
			height: auto;
			font-size: 22px;
			line-height: 26px;
			padding: 40px 0 40px 0;
		}

		.cta_bar .row {
			text-align: center;
		}

		.cta_footer {
			float: none;
			width: 100%;
			max-width: 300px;
			margin-top: 50px;
		}


		/* SOLUTIONS */

		.solution_header {
			background-image: none !important;
		}

		.solution_page {
			margin-top: 0;
		}

		.solution_page .row {
			width: 100%;
		}

		.solution_header .row {
			padding: 0;
		}

		.find_the_right {
			padding: 65px 0 25px 0;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 12px;
			letter-spacing: 0.15em;
			text-transform: uppercase;
		}

		.sol_finder .sol_select {
			background-color: rgba(255, 255, 255, 0);
			border-bottom: 1px #ffffff solid;
			color: #ffffff;
			margin-bottom: 20px;
			text-align: center;
			background-image: url(images/down_arrow_white_2x.png);
			text-align-last: center;
		}

		.sol_finder .sol_select option {
			color: #253746;
			text-align: center;
			margin: 0px auto;
		}

		.solution_page_product_block {
			width: 100%;
			height: 220px;
			position: relative;
			margin: 40px 0 50px 0;
			padding: 30px 0 0 25px;
			background-position: left -60px center;
			background-size: auto 220px;
			background-color: #f4f4f6;
			line-height: 1.2em;
		}

		.sol_sol_head {
			font-size: 30px;
		}

		.short_desc {
			width: 150px;
		}

		.solution_page_product_block .learn_more {
			margin-top: 20px;
			background-position: right bottom 3px;
		}

		.solution_tagline {
			position: static;
			width: calc(100vw - 50px);
			height: auto;
			margin: 50px auto 50px auto;
			padding: 70px 50px 50px 50px;
			background-size: 120px 120px;
			position: relative;
			top: 0;
		}

		.solution_tagline br {
			display: none;
		}

		.solution_tagline .learn_more {
			margin-top: 20px;
		}

		.solution_page_product_block .ind_orange, .solution_page_product_block .ind_teal, .solution_page_product_block .ind_red, .solution_page_product_block .ind_blue, .solution_page_product_block .ind_purple, .solution_page_product_block .ind_grey {
			width: 50vw;
		}

		.solution_specific {
			width: calc(100% - 50px);
			height: auto;
			padding: 0;
			margin: 0px auto;
			padding-bottom: 30px;
		}

		.st_bf {
			background-size: 120px 120px;
			transform: rotate(180deg);
		}






		/* PRODUCTS */

		.product_header {
			height: 400px;
		}

		.product_header .row {
			background-image: none !important;
			height: 400px;
		}

		.snapshot_tools {
			margin-left: 0;
		}

		.snapshot_tool {
			width: 100%;
			display: block;
			margin: 0 0 35px 0;
		}

		.st_icon, .st_name_text {
			width: 100%;
		}

		.info_block {
			width: calc(100vw - 50px);
			height: calc(100vw - 50px);
			background: linear-gradient(45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 95%, rgba(236,236,2361,0) 95%, rgba(236,236,236,0) 100%);
			font-size: 22px;
			line-height: 26px;
			padding: 30px;
			margin: 0;
		}

		.info_block_mobile {
			width: calc(100vw - 50px);
			height: 118vw;
			position: relative;
		}

		.info_block_mobile img {
			z-index: 1;
			position: absolute;
			right: 30px;
			bottom: 40px;
		}

		.product_wide_image {
			padding-top: 30px;
			width: 100vw;
			height: auto;
			margin-left: -25px;
		}

		.tools .sl_mcr {
			margin: 0;
		}

		.tools .sidebar_left, .product_cta .sidebar_left  {
			height: 0;
			padding: 0;
		}

		.product_cta_text {
			font-size: 30px;
			line-height: 36px;
			margin-bottom: 30px;
		}



		/* INDUSTRIES */

		a.solution_block.snapshot, a.solution_block.engage, a.solution_block.scout, a.solution_block.hive, a.solution_block.joyx, a.solution_block.catapult {
			width: 100%;
		}

		.industry_logos {
			display: block;
			text-align: center;
		}

		.industry_logos img {
			display: block;
			margin: 0 auto 40px auto;
		}



		/* ABOUT */

		.about_quote .row {
			display: block;
		}

		.aq_left {
			display: none;
		}

		.aq_quote {
			width: 100%;
			margin-bottom: 30px;
		}

		.aq_image {
			width: 100%;
			margin: 0;
		}

		.aq_image img {
			width: 100%;
			height: auto;
			max-width: 600px;
			-webkit-clip-path: polygon(calc(90%) 0, 100% 10%, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(90%) 0, 100% 10%, 100% 100%, 0 100%, 0 0);
		}

		.wide_image_dyn {
			margin-bottom: 30px;
		}

		.wi_left {
			display: none;
		}

		.wi_left {
			display: none;
		}

		.wi_right {
			width: 100%;
		}

		.stewards .row_770 {
			padding: 45px 0 20px 0;
			text-align: center;
		}

		.stewards .row {
			padding: 0 0 50px 0;
		}

		.steward_logos {
			display: block;
		}

		.steward_logos img {
			display: block;
			margin: 0 auto 30px auto;
		}

		.wi_right img.video_still.hide_on_desktop {
			display: block;
		}	


		/* OUR TEAM */

		.person_blocks {
			display: block;
		}

		.person_block {
			width: 100%;
			margin: 0 0 45px 0;
			font-size: 20px;
			line-height: 24px;
		}

		.person_block img {
			width: 100%;
			height: auto;
			max-width: 600px;
			-webkit-clip-path: polygon(calc(90%) 0, 100% 10%, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(90%) 0, 100% 10%, 100% 100%, 0 100%, 0 0);
			margin-bottom: 15px;
		}

		.bio_single {
			display: block;
		}

		.bio_image img {
			width: 100%;
			height: auto;
			max-width: 600px;
			-webkit-clip-path: polygon(calc(90%) 0, 100% 10%, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(calc(90%) 0, 100% 10%, 100% 100%, 0 100%, 0 0);
			margin-bottom: 15px;
		}

		.bio_single h2, .job_title {
			font-size: 20px;
			line-height: 22px;
		}


		/* CAREERS */

		div.career_block {
			width: 100%;
		}

		.lobby {
			margin-bottom: 40px;
		}

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



		/* CASE STUDIES */

		.related_case_studies {
			padding: 50px 0 50px 0;
		}

		.sidebar_left h4 {
			display: inline-block;
			text-align: left;
			padding: 15px 0 0 15px;
		}

		.case_study {
			width: 100%;
			height: auto;
			max-width: 470px;
		}

		.case_study_block {
			display: block;
			height: auto;
		}
		.case_study_image {
			width: 100%;
			height: auto;
			box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.21);
			z-index: 1;
		}
		.case_study_image img {
			display: block;
			width: 100%;
			height: auto;
		}
		.case_study_text {
			width: 100%;
			height: auto;
			padding: 15px 0 30px 0;
			background-color: rgba(255, 255, 255, 0);
			-webkit-clip-path: none;
			clip-path: none;
			z-index: 0;
		}

		.case_study_text .read_more {
			position: static;
			display: inline-block;
			padding-top: 20px;
		}

		.main.bkg_grey {
			background-color: #ececec;
		}

		.cs_logo {
			padding: 25px 0 0 25px;
		}




		/* BLOG */

		.blog_header {
			height: auto;
			padding-top: 45px;
		}

		.blog_header .row {
			display: block;
		}

		.blog_header_right {
			text-align: left;
		}

		.sol_select {
			margin: 0;
			font-size: 18px;
		}

		.row.featured_post {
			width: 100vw;
			height: 100vw;
			margin: 25px 0 50px 0;
			padding: 65px 25px 0 25px;
		}

		.featured_post {
			background-size: cover;
		}

		.featured_post .cta_white {
			width: 100%;
		}

		.blog_latest {
			padding: 50px 0 50px 0;
		}

		.blog_blocks {
			display: block;
		}

		.blog_block, .blog_block_blog_page {
			width: 100%;
			height: calc(100vw - 50px);
			margin-bottom: 25px;
		}

		.blog_block_empty {
			width: 100%;
			height: 1px;
		}

		.page-numbers {
			width: 20px;
		}

		.shopper {
			display: block;
		}



		/* LANDING */

		.landing_page .cta_orange {
			width: 100%;
			height: auto;
			line-height: 21px;
			padding: 12px 0;
		}	

		.landing_cities {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
		}	



		/* CONTACT */

		.gform_fields {
			display: block;
		}

		#field_1_1, #field_1_2, #field_1_3, #field_1_4, #field_1_5, #field_1_6 {
			width: 100%;
		}

		#field_2_1, #field_2_2, #field_2_3, #field_2_4, #field_2_5, #field_2_6 {
			width: 100%;
		}

		.gform_wrapper .gform_footer input[type=submit] {
			margin: 0px auto;
			width: 100% !important;
		}

		.gfield input[type=text] {
			width: 100%;
		}

		.gform_footer.top_label {
			text-align: center;
		}

		.hs-fieldtype-text {
			float: none;
			width: 100%;
		}

		.hs-fieldtype-text input {
			width: 100%;
		}

		.hs-button {
			margin: 0px auto;
			width: 100% !important;
		}



		/* SEARCH */



		/* 404 */

		#p_404 {
			height: 380px;
			background-image: url(images/ill_404.png);
			background-position: left bottom;
			background-size: 280px auto;
			margin-bottom: 45px;
		}

		.h_404 {
			padding: 30px 0 0 0;
			font-size: 60px;
			line-height: 60px;
			text-align: center;
		}
		.not_found {
			font-size: 16px;
			text-align: center;
		}

		#p_404 .learn_more.orange {
			text-align: center;
			margin: 0px auto;
		}



		/* VIDEOS */

		.whole_thing {
			background-color: rgba(0,0,0,1);
		}

		.video_modal {
			width: 100vw;
			height: calc(100vw * .5625);
			top: calc(50% - calc(50vw * .5625));
			left: 0;
		}

		.video_modal iframe {
			width: 100%;
			height: 100%;
		}

		.video_close {
			top: 80px;
			right: 10px;
		}



		/* FOOTER */

		footer {
			background-color: #ececec;
			padding: 25px 0 25px 0;
		}

		footer .row {
			display: block;
		}

		.foot_phone, .foot_subscribe {
			width: 100%;
			text-align: center;
			line-height: 1.4em;
		}

		.foot_menu_mobile {
			width: 100%;
			text-align: center;
			padding: 30px 0 25px 0;
		}

		.foot_menu_mobile li {
			margin-bottom: 10px;
		}

		.foot_menu_mobile a {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 16px;
			color: #f37f2a;
			text-transform: lowercase;
		}

		.foot_social {
			width: 100%;
			padding: 0 0 40px 0;
			text-align: center;
		}

		.social {
			display: inline-block;
			margin: 0 5px 0 5px;
		}

		.foot_logo {
			display: none;
		}

		footer  .row.footer_menus {
			display: none;
		}

		footer .row.logos {
			text-align: center;
			margin: 0px auto;
		}

		.row.logos img {
			margin: 0 15px 0 15px;
		}

		.row .copyright {
			width: 100%;
			text-align: center;
			line-height: 16px;
		}



		/* CTA */

		.cta_mobile {
			position: fixed;
			bottom: -500px;
			left: 25px;
			width: calc(100vw - 50px);
			height: auto;
			filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.2));
			transition: all .25s ease-in-out;
			text-align: left;
			z-index: 888;
		}

		.cta_mobile_btn {
			height: 36px;
			width: auto;
			background: linear-gradient(45deg, rgba(0,167,181,1) 0%, rgba(0,167,181,1) 95%, rgba(0,167,181,0) 95%, rgba(0,167,181,0) 100%);
			z-index: 8;
			font-family: 'Wavehaus128', sans-serif;
			font-size: 16px;
			line-height: 36px;
			color: #ffffff;
			padding: 0 20px 0 20px;
			border: 0;
			cursor: pointer;
			transition: all .25s ease-in-out;
		}

		.cta_mobile_icon {
			display: inline-block;
			width: 10px;
			height: 10px;
			background-image: url(images/icon_cta_open_2x.png);
			background-repeat: no-repeat;
			background-size: 10px 10px;
			background-position: center center;
		}

		.cta_mobile_icon.cta_opened {
			background-image: url(images/icon_cta_close_2x.png);
		}

		.cta_mobile_block {
			width: 100%;
			height: auto;
			background-color: #ffffff;
			z-index: 7;
			padding: 40px;
			text-align: left;
		}

		.cta_mobile_headline {
			font-family: 'Wavehaus128', sans-serif;
			font-size: 30px;
			line-height: 32px;
			margin-bottom: 15px;
		}
		.cta_mobile_desc {
			font-size: 16px;
			line-height: 24px;
		}
		.cta_mobile_link {
			display: block;
			font-family: 'Wavehaus128', sans-serif;
			color: #00a7b5;
			margin-top: 15px;
		}	




	}


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

		.from_right .hsb_text {
			padding: 0 20px 0 20px;
			width: 50%;
			font-size: 14px;
			line-height: 18px;
		}

		.from_left .hsb_text {
			padding: 0 20px 0 0;
			width: 50%;
			font-size: 14px;
			line-height: 18px;
		}

		.hsb_text .learn_more {
			font-size: 16px;
		}

		.tagline {
			padding: 0 25px 0 25px;
			font-size: 26px;
			line-height: 30px;
		}

	}


/*----- Mojo Styles START --------- */
/*----- Mojo Styles START --------- */
/*----- Mojo Styles START --------- */

.mojo-section {
  max-width: 1200px;
  margin: 40px auto;
}
.mojo-section ul {
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 25px;
}
.mojo-section.single-row-content-block img {
	width: 100%;
	height: auto;
}
.mojo a {
	color: #F37F2A;
	font-weight:700;
}
.mojo h4 {
	color: #7A1E39;
}
.single-row-button {
	margin: 40px auto 80px auto;
}
.single-row-button .mojo-button,
.single-row-button .mojo-button:visited {
	font-family: 'Wavehaus128', sans-serif;
	font-size: 14px;
	line-height: 20px;/*50px*/
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: normal;
	background: #F37F2A;
	border-radius: 50px;
	color: #ffffff;
	padding: 16px 36px;
	display: block;
	width: 80%;/*max-content*/
	margin: 0 auto;
}
a.anchor {
    display: block;
    position: relative;
    top: -230px;
    visibility: hidden;
}
sup {
	vertical-align: super;
	font-size:70%;
}
@media (min-width:768px){
	.single-row-button .mojo-button,
	.single-row-button .mojo-button:visited {
		line-height: 50px;
		width: max-content;
	}
}


/* START - SPECIAL CALL TO ACTION SECTION */
.mojo-special-cta {
	width: auto;
	max-width:1200px;
	margin:40px auto;
}
.mojo-special-cta section {
	display: flex;
	flex-direction: column;
	height: 400px;
	position: relative;
	align-items: center;
}
.mojo-special-cta .mojo-right-angle {
	display: none;
	width:70px;
	height:70px;
}
.mojo-special-cta .mojo-right-angle.top-right {
	transform: rotate(90deg);
	position: relative;
	top: 90px;
	left: 85%;
}
.mojo-special-cta .mojo-right-angle.bottom-left {
	transform: rotate(-90deg);
	position: relative;
	bottom: 100px;
	left: 110px;
}
.mojo-special-cta .cta-content {
	padding:50px 0px;
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}
.mojo-special-cta .cta-content h3 {
	font-family: Wavehaus;
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.mojo-special-cta .mojo-button,
.mojo-special-cta .mojo-button:visited,
.mojo.fifty-fifty-section .fifty-fifty-cta {
	font-family: 'Wavehaus128', sans-serif;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: normal;
	background: #F37F2A;
	border-radius: 50px;
	color: #ffffff;
	padding: 16px 36px;
	position: relative;
	top: 0px;
}

@media (min-width:768px) {
	.mojo-special-cta .cta-content {
		padding:50px 70px;
	}
	.mojo-special-cta .mojo-right-angle {
		display: block;
	}
	.mojo-special-cta .mojo-button, .mojo-special-cta .mojo-button:visited {
		top: -60px;
	}
}
@media (min-width:800px) {
	.mojo-special-cta .cta-content h3 {
		font-size: 40px;
	}
}
@media (min-width:992px) {
	.mojo-special-cta .cta-content {
		padding:50px 70px;
		width: 80%;
		margin: 0 auto;
		max-width: 1000px;
	}
}
/* END - SPECIAL CALL TO ACTION SECTION */




/* START - COLORIZED IMAGE WITH ANGLE SECTIONS  */
.mojo-colorized-image {
	max-width:1200px;
	margin:40px auto;
}
.mojo-colorized-image section {
	display: flex;
	flex-direction: row;
/* 	background: url('images/shopper.jpg') no-repeat top left; */
	height: 400px;
	position: relative;
}
.mojo-colorized-image .colorized-align-right {
	justify-content: flex-end;
}
.mojo-colorized-image .colorized-align-left {
	justify-content: flex-start;
}
.mojo-colorized-image .colorized-shader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
/* 	background-color: rgba(33, 48, 60, 0.5); */
}
.mojo-colorized-image .colorized-bar {
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 4;
}
.mojo-colorized-image .colorized-bar.bar-left-side {
	left: 0;
	right: auto;
}
.mojo-colorized-image .colorized-bar.bar-right-side {
	top: 0;
	right: 0;
}
.mojo-colorized-image .mojo-right-angle,
.mojo-colorized-image .mojo-left-angle {
	display: none;
	width:120px;
	height:120px;
	z-index: 5;
}
.mojo-colorized-image .mojo-left-angle.top-left {
  position: relative;
  top: 60px;
  left: 90px;
}
.mojo-colorized-image .colorized-content {
	z-index: 4;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	padding: 60px 40px 0 40px;
}
.mojo-colorized-image .mojo-right-angle.top-left {
	position: relative;
	top: 60px;
	left: 90px;
}
.mojo-colorized-image .mojo-right-angle.top-right {
	transform: rotate(90deg);
	position: relative;
	top: 60px;
	left: 480px;
}
.mojo-colorized-image.special-image section {
	background: url('images/lady-orange.jpg') no-repeat top center;
}
.mojo-colorized-image .mojo-right-angle.special-angle {
	width:225px;
	height:225px;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.mojo-colorized-image .colorized-bg-opacity-color {
  z-index: 4;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
}

@media (min-width:400px) {
	.mojo-colorized-image .colorized-content {
		width: 100%;
		padding-top: 120px;
	}
}

@media (min-width:768px) {
	.mojo-colorized-image .mojo-right-angle.top-right,
	.mojo-colorized-image .mojo-left-angle.top-left {
		display: block;
	}
	.mojo-colorized-image .colorized-bar {
		width: 50%;
		display: block;
	}
	.mojo-colorized-image .colorized-content {
		width: 70%;
	}
	.mojo-colorized-image .mojo-right-angle.top-right {
		left: 80%;
	}
}
@media (min-width:1080px) {
	.mojo-colorized-image .mojo-right-angle.top-right {
		left: 50%;
	}
	.mojo-colorized-image .colorized-content {
		width: 50%;
	}
}
/* END - COLORIZED IMAGE WITH ANGLE SECTIONS */




/* START - TWO COLUMN WITH ICONS */

.steps-flex {
  display: flex;
  flex-flow: column;
}

.step-item {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 auto 30px;
  max-width: 450px;
  padding: 0 0 20px;
  width: 100%;
}

.step-item .step-image,
.step-item .step-content {
  text-align: center;
}

.step-item .step-image {
  margin: 0 0 20px;
}

@media(min-width: 768px) {
  .step-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: initial;
    max-width: none;
  }

  .step-item .step-image,
  .step-item .step-content {
    text-align: left;
	  
  }

  .step-item .step-image {
    margin: 0 40px 0 0;
	min-width: 80px;
	text-align: center;
  }
}

/* END - TWO COLUMN WITH ICONS */


/* START - CARDS WITH CUT OFF CORNERS */

.services-flex {
  display: flex;
  flex-flow: column;
}

.service-item {
  background: linear-gradient(45deg, rgba(37,55,70,1) 0%, rgba(37,55,70,1) 95%, rgba(37,55,70,0) 95%, rgba(37,55,70,0) 100%);
  color: #fff;
  padding: 40px 20px 60px;
  position: relative;
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 470px;
}

.service-icon {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  height: 80px;
}

.service-info {
  text-align: center;
}

@media(min-width: 768px) {
  .services-flex {
    flex-flow: row wrap;
    justify-content: center;
  }

  .service-item {
/*     margin: 0 10px 10px; */
    width: calc(44% - 20px);
    max-width: none;
  }
}

@media(min-width: 992px) {
	.service-info {
	  text-align: left;
	}
  .service-item {
    width: calc(25% - 20px);
  }
  .services-flex.three .service-item {
    width: calc(33% - 20px);
  }
}

@media(min-width: 1200px) {

  .services-flex.four .service-item {
    width: calc(25% - 20px);
  }

  .services-flex.five .service-item {
    width: calc(20% - 20px);
  }

  .services-flex.six .service-item {
    width: calc(17% - 20px);
  }
}

/* END - CARDS WITH CUT OFF CORNERS */




/* START - QA MODULE */
.mojo-qa {
	display: flex;
	flex-direction: column;
}
.mojo-qa .qa-content {
	width:auto;
	padding: 30px;
}
.mojo-qa .qa-content.question .qa-text,
.mojo-qa .qa-content.question .qa-label {
	font-family: Wavehaus;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
}
.mojo-qa .qa-content .qa-text {
	padding: 10px 40px;
}
.mojo-qa .qa-content.answer .qa-text,
.mojo-qa .qa-content.answer .qa-label {
	font-family: Wavehaus;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
}
.qa-right-angle, .qa-left-angle {
	display: none;
}

@media (min-width:992px) {
	.mojo-qa {
		flex-flow: row nowrap;
		position: relative;
		height: 400px;
		max-width: 1200px;
		margin: 0px auto 80px auto;
	}
	.mojo-qa .qa-content {
		width: 49%;
		padding: 30px;
		height: 300px;
	}
	.mojo-qa .qa-content.question {
		margin-right: -30px;
		margin-left: 50px;
		position: absolute;
		top: 50px;
		left: 0px;
	}
	.mojo-qa .qa-content.question .qa-text {
		padding: 0px 60px 10px 40px;
	}
	.mojo-qa .qa-content.answer {
		margin-left: -30px;
		margin-top: 50px;
		position: absolute;
		top: 50px;
		right: 50px;
	}
	.mojo-qa .qa-content.answer .qa-text {
		padding: 0px 40px 10px 40px;
	}
	.qa-right-angle, .qa-left-angle {
		display: block;
		width: 110px;
		height: 110px;
	}
	.qa-left-angle {
		transform: rotate(-90deg);
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 10;
	}
	.qa-right-angle {
		transform: rotate(90deg);
		position: absolute;
		top: 50px;
		right: 0px;
	}
}
/* END - QA MODULE */



/* START TABLE OF CONTENTS MODULE */
.mojo-toc {
	width: 100%;
	max-width:1200px;
	margin:0 auto;
	padding: 20px;
}
.mojo-toc .mojo-wrapper {
	display: flex;
	flex-direction: column;
}
.mojo-toc .mojo-wrapper .toc-3-col {
	width: 100%;
}
.mojo-toc .toc-3-col a,
.mojo-toc .toc-3-col a:visited {
	border-top: 1px solid #dfdfdf;
	color: #000000;
	padding: 5px 0;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
}
.mojo-toc .toc-3-col a:hover,
.mojo-toc .toc-3-col a:focus {
	color: #f37f2a;
}
.mojo-toc .toc-3-col a:last-child {
	border-bottom: none;
}
.mojo-toc .toc-3-col:nth-child(3) a:last-child {
	border-bottom: 1px solid #dfdfdf;
}
.mojo-toc h3 {
	font-family: Wavehaus;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #ACACAC;
}
.mojo-toc .mojo-flex-col {
	display: flex;
	flex-direction: column;
}
.mojo-toc .mojo-flex-row {
	display: flex;
	flex-direction: row;
}
.mojo-toc .mojo-right-angle {
	display: none;
}

@media (min-width:1200px) {
	.mojo-toc {
		padding:0;
	}
	.mojo-toc .mojo-wrapper {
		flex-direction: row;
		justify-content: space-between;
	}
	.mojo-toc .mojo-wrapper .toc-3-col {
		width: 32%;
	}
	.mojo-toc .toc-3-col a:last-child {
		border-bottom: 1px solid #dfdfdf;
	}
/* 	.mojo-toc .mojo-right-angle {
		display: block;
		width:120px;
		position: relative;
		top: 80px;
		left: -80px;
	} */
}
/* END TABLE OF CONTENTS MODULE */



/* START VOC MODULE */

.voc-flex {
  display: flex;
  flex-flow: column;
}

.voc-item {
  margin: 0 auto 40px;
  width: 100%;
}

.voc-left {
  background: #25303C;
  color: #fff;
  margin: 0 40px 40px 0px;
  padding: 20px 35px;
  position: relative;
}

.voc-left .arrow {
  display: block;
  position: absolute;
  width: 2px;
  height: 30px;
  background: #25303C;
  bottom: -30px;
  left: 50%;
}

.voc-left .arrow .arrow-left {
  display: block;
  background: #25303C;
  width: 15px;
  height: 2px;
  position: absolute;
  bottom: 3px;
  transform: rotate( 135deg);
  left: -1px;
}

.voc-left .arrow .arrow-right {
  display: block;
  background: #25303C;
  width: 15px;
  height: 2px;
  position: absolute;
  bottom: 3px;
  transform: rotate( 45deg);
  right: -2px;
}

.voc-right {
  border: 1px solid #25303C;
  padding: 20px 35px;
  margin-right: 40px;
}

@media(min-width: 992px) {
  .voc-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }

  .voc-left {
    margin: 0 80px 0 0;
    width: 40%;
  }

  .voc-left .arrow {
    height: 70px;
    bottom: calc(50% - 35px);
    left: auto;
    right: -36px;
    transform: rotate( -90deg);
  }

  .voc-right {
    width: 60%;
  }
}

/* END VOC MODULE */

/* START MOJO HOMEPAGE BLUE SECTION */

.mojo.cta_bar {
	background-color: #253746;
	line-height: 100px;
	color: #ffffff;
	height: auto;
	padding: 40px 0;
}
.mojo.cta_bar p {
	font-family: 'Wavehaus66', sans-serif;
	font-size: 18px;
}

.mojo.cta_bar h2 {
	font-family: 'Wavehaus128', sans-serif;
	font-size: 24px;
	color: #fff;
}
.mojo.cta_bar .row {
	text-align: center;
}
.mojo.cta_bar p,
.mojo.cta_bar h2,
.mojo.cta_bar h3,
.mojo.cta_bar h4,
.mojo.cta_bar h5,
.mojo.cta_bar h6 {
	margin-bottom: 20px;
	line-height: normal;
}
.cta-footer-mojo {
	float: none;
	display: inline-block;
	border: 1px #ffffff solid;
	border-radius: 25px;
	width: fit-content;
	min-height: 50px;
	font-family: 'Wavehaus128', sans-serif;
	font-size: 14px;
	line-height: 46px;
	letter-spacing: .15em;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	transition: all 0.1s linear;
	padding: 0 60px;
}

/* END MOJO HOMEPAGE BLUE SECTION */


/* START MOJO HOMEPAGE 50/50 SECTION */

.mojo.fifty-fifty-section .row {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
}
.mojo.fifty-fifty-section .row .fifty-fifty-col {
	width: 100%;
	text-align: center;
}
.mojo.fifty-fifty-section .row .fifty-fifty-col:first-child {
	padding-bottom: 40px;
}

.mojo.fifty-fifty-section .row .fifty-fifty-col img {
	width: 100%;
}

@media (min-width:768px){
	.mojo.fifty-fifty-section .row {
		flex-direction: row;
		align-items: center;
    	justify-content: space-around;
		padding: 0;
	}
	.mojo.fifty-fifty-section .row .fifty-fifty-col {
		width: 45%;
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: left;
	}
}

/* END MOJO HOMEPAGE 50/50 SECTION */



/*----- Mojo Styles END --------- */
/*----- Mojo Styles END --------- */
/*----- Mojo Styles END --------- */
