/*
Theme Name:		Chem-Trend Global
Author:			Phire Group
Author URI:		https://thephiregroup.com/
Description:	The Global Site theme of the 2019 Chem-Trend brand created by Phire Group.
Version:		1.0
*/

@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 */
	
	html {
		height: 100%;
	}
	
	body {
		background-color: #ffffff;
		text-align: center;
		font-family: 'Whitney A', 'Whitney B', sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		color: #22353d;
		height: 100%;
		position: relative;
		box-sizing: border-box;
	}
	
	a {
		text-decoration: none;
		color: inherit;
	}

	i, em {
		font-style: italic;
	}
	
	b, strong {
		font-weight: 700;
	}
	
	.row {
		width: 1200px;
		margin: 0px auto;
		text-align: left;
	}
	
	.row_770 {
		width: 770px;
		margin: 0px auto;
		text-align: left;
	}
	
	.row_970 {
		width: 970px;
		margin: 0px auto;
		text-align: left;
	}
	
	.clearfix::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}
	
	.cl {
		clear: left;
	}
	
	.hide_on_desktop {
		display: none !important;
	}
	
	.centered {
		text-align: center;
	}
	
	h4 {
		font-size: 24px;
		line-height: 30px;
		font-weight: 500;
		color: #22353d;
		margin-bottom: 20px;
	}
	
	h5 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.1em;
		margin-bottom: 25px;	
		text-transform: uppercase;
	}

	.col_right ul, .col_right_fw ul  {
		margin-bottom: 1.5em;
	}
	
	.col_right ul li, .col_right_fw ul li {
		margin-left: 35px;
		list-style: disc;
	}
	
	.col_right ol, .col_right_fw ol  {
		margin-bottom: 1.5em;
	}
	
	.col_right ol li, .col_right_fw ol li {
		margin-left: 35px;
		list-style: numeric;
	}
	
	.col_right_fw em {
		font-style: italic;
	}
	
	.white {
		color: #ffffff;
	}
	
	.orange {
		color: #ff6633;
	}
	
	.ph .ph-flyout-promo1 a {
		color: #ffffff;
	}
	
	.ph .ph-flyout-promo1 h5 {
		font-size: 16px;
		line-height: 16px;
		color: #ffffff;
		margin: 25px 0 5px 0;
	}
	
	.ph .ph-flyout-promo1 p {
		font-size: 18px;
		line-height: 26px;
		color: #ffffff;
		letter-spacing: -0.025em;
	}
	
	.ph .ph-flyout-promo2 h5 {
		font-size: 16px;
		line-height: 16px;
		color: #ffffff;
		margin-bottom: 10px;
	}
	
	.ph .ph-flyout-promo2 .ph-f-link {
		display: block;
		font-size: 18px;
		line-height: 24px;
		color: #ff6633;
		margin-bottom: 30px;
	}
	
	.pt30 {
		padding-top: 30px;
	}
	.pt50 {
		padding-top: 50px;
	}
	
	.pb40 {
		padding-bottom: 40px;
	}
	.pb70 {
		padding-bottom: 70px;
	}
	
	#maincontent {
		max-width: 1920px;
		margin: 0px auto;
	}
	
	sub {
		/*
		vertical-align: sub;
		font-size: .75rem;
		*/
		font-feature-settings: "subs";
	}
	
	
	/* HEADERS */
	
	.page_header {
		height: 700px;
		background-color: #f4f4f4;
		position: relative;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.page_header .row {
		position: absolute;
		height: auto;
		bottom: 135px;
		left: calc((100% - 1200px) / 2);	
	}

	.page_header .row  a:first-of-type, .crumb {
		font-size: 18px;
		line-height: 40px;
		font-weight: 600;
		font-style: italic;
		letter-spacing: -0.02em;
		color: #ff6633;
		text-transform: uppercase;
	}

	.page_header .row h1 {
		font-size: 48px;
		line-height: 54px;
		font-weight: 600;
		letter-spacing: -0.02em;
		color: #ffffff;
	}
	
	#orange_header {
		background-image: url(images/bkg_orange_header.png);
		background-position: center center;
		background-repeat: repeat-y;
		max-width: 1920px;
		height: 150px;
	}
	
	#orange_header .row {
		box-sizing: border-box;
		position: relative;
	}
	
	.h_h1 {
		float: left;
		width: 330px;
		padding: 45px 0 45px 0;
	}
	
	.h_full_width {
		padding: 45px 0 45px 0;
	}
	
	.h_h1 h1, .h_full_width h1 {
		font-size: 30px;
		line-height: 36px;
		font-weight: 600;
		letter-spacing: -0.02em;
		color: #ffffff;
		margin-bottom: 0;
	}
	
	.h_intro {
		float: left;
		width: 840px;
		font-size: 24px;
		line-height: 30px;
		color: #ffffff;
		padding: 45px 0 45px 0;
	}
	
	.single {
		width: 100%;
		height: 722px;
		background-repeat: no-repeat;
		background-position: top center; 
		position: relative;
	}
	
	.single #orange_header  {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: 1920px;
		height: 173px;
	}
	
	.single #orange_header .row  {
		height: 173px;
	}
	
	.single .h_h1 .crumb, .single .h_full_width .crumb {
		color: #ffffff;
		line-height: 18px;
		margin-bottom: 20px;
	}
	
	.shariff .shariff-buttons .shariff-button a {
		color: #ffffff !important;
	}
	
	
	
	/* LEFT COLUMN */
	
	.col_left {
		float: left;
		width: calc( 380px + ( (100% - 1200px) / 2) );
		text-align: left;
	}
	
	.sub_nav {
		width: 340px;
		padding-right: 50px;
		float: right;
		margin-top: 70px;
		box-sizing: border-box;
	}
	
	.sub_nav ul {
		margin-bottom: 75px;
	}
	
	.sub_nav ul li {
		border-bottom: 1px #dfdfde solid; 
		padding: 21px 0 21px 0;
	}
	
	.sub_nav ul li.page_item a {
		color: #000000;
	}
	
	.sub_nav ul li {
		font-size: 18px;
		line-height: 18px;
		font-weight: 600;
		/*
		letter-spacing: -0.025em;
		*/
	}
	
	.sub_nav ul li a {
		color: #ff6633;
	}
	.sub_nav ul li a:hover {
		color: #000000;
	}
	
	.sub_nav ul li ul {
		margin: 15px 0 0 0;
	}
	.sub_nav ul li ul li {
		margin-left: 20px;
		line-height: 26px;
		font-weight: 400;
		border-bottom: 0; 
		padding: 0;
	}
	
	.sub_nav ul.sub-menu {
		margin-bottom: 0;
	}
	
	.sub_nav ul.sub-menu li {
		border-bottom: 0;
		padding: 0;
	}
	
	.sub_nav ul.sub-menu li.current-menu-item a {
		color: #000000;
	}
	
	.sub_nav ul.sub-menu li a {
		font-size: 16px;
		line-height: 40px;
		margin-left: 30px;
	}
	
	.sub_nav_title {
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
		color: #363534;
		letter-spacing: 0.1em;
		border-bottom: 1px #dfdfde solid; 
		padding-bottom: 28px;
		text-transform: uppercase;
	}
	
	.sidebar_block {
		margin-bottom: 75px;
	}
	
	.sidebar_contact_block {
		width: 290px;
		border-top: 1px #dfdfde solid; 
		padding: 15px 0 25px 0;
	}
	.sidebar_contact_block.bottom_border {
		border-bottom: 1px #dfdfde solid; 
		margin-bottom: 65px;
	}
	
	.phone_link {
		color: #ff6633;
	}
	
	.sidebar_content_block a {
		font-weight: 700;
		color: #ff6633;
	}
	
	.cta_block {
		margin-top: 70px;
	}
	
	.cta_text {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: -0.02em;
		color: #000000;
		margin-bottom: 30px;
	}
	
	.cta {
		display: inline-block;
		height: 50px;
		border-radius: 5px;
		background-color: #ff6633;
		font-size: 16px;
		line-height: 50px;
		color: #ffffff;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		padding: 0 30px 0 30px;
		transition: all .15s linear;
	}
	.cta:hover {
		filter: saturate(1.5);
	}
	
	.col_left p {
		margin-bottom: 1.5em;
	}
	
	.col_left_fw .sub_nav {
		margin-top: 10px;
	}

	
	
	/* MAIN CONTENT */
	
	.col_right {
		float: left;
		width: calc( 820px + ( (100% - 1200px) / 2) );
		text-align: left;
	}
	
	.col_right p {
		margin-bottom: 1.5em;
	}
	
	.content_770 {
		width: 770px;
		position: relative;
	}
	
	h1 {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -0.02em;
		margin-bottom: 30px;
	}
	
	h2 {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -0.02em;
		margin-bottom: 25px;
	}
	
	h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	
	.white_box {
		padding: 70px 50px 40px 50px;
		background-color: #ffffff;
	}
	
	.grey_box {
		padding: 70px 50px 40px 50px;
		background-color: #f2f2f2;
	}
	

	.intro_text {
		font-size: 24px;
		line-height: 30px;
		color: #000000;
		margin-bottom: 2em;
	}
	
	.intro_text a:not(.learn_more, .cta, .shariff-link) {
		color: #ff6633 !important;
		text-decoration: underline !important;
		border-bottom: 0 !important;
	}
	
	.view_all {
		font-size: 16px;
		font-weight: 600;
		color: #ff6633;
		letter-spacing: -0.025em;
	}
	
	.col_right p a:not(.learn_more):not(.cta), .col_right_fw p a:not(.learn_more):not(.cta), .flex_content ul li a:not(.learn_more):not(.cta), .col_right ul li a:not(.learn_more):not(.cta), .col_right_fw ul li a:not(.learn_more):not(.cta), .col_right p a:not(.learn_more):not(.cta) {
		color: #ff6633;
		text-decoration: underline;
		border-bottom: 0;
		/*
		border-bottom: 1px #cccccc solid;
		*/
	}
	
	/*
	.col_right p a:not(.learn_more):hover, .col_right_fw p a:not(.learn_more):hover, .flex_content ul li a:not(.learn_more):hover, .col_right ul li a:not(.learn_more):hover, .col_right_fw ul li a:not(.learn_more):hover, .col_right p a:not(.cta):hover  {
		color: #ff6633;
		text-decoration: underline;
		border-bottom: 0;
	}
	*/
	
	.special_block {
		background-repeat: no-repeat;
		background-position: left center;
		height: 650px;
		position: relative;
	}
	
	.special_left {
		width: 172px;
		height: auto;
		position: absolute;
		left: 120px;
		bottom: 100px;
	}
	
	.special_left p:last-of-type {
		margin-bottom: 0;
	}
	
	.img_shadow {
		box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
	}
	
	.special_left h5 {
		color: #ffffff;
	}
	
	.col_right .special_left p a {
		color: #ff6633;
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
		text-decoration: none;
		border: 0;
	}
	.col_right .special_left p a:hover {
		color: #ff6633;
		border: 0;
	}
	
	.special_quote {
		width: 360px;
		height: auto;
		position: absolute;
		left: 440px;
		bottom: 100px;
		font-size: 24px;
		line-height: 30px;
		color: #ffffff;
	}
	
	
	
	/* HOME */
	
	#fma {
		width: 100%;
		height: 1100px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	.fma_top {
		width: 100%;
		height: 800px;
		position: relative;
	}
	
	.fma_message {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 550px;
		height: 280px;
		background-color: rgba(0, 0, 0, 0.4);
		padding: 35px 20px 0 20px;
		text-align: center;
		color: #ffffff;
		box-sizing: border-box;
	}
	
	.fma_large {
		font-size: 50px;
		line-height: 50px;
		color: #ffffff;
		margin-bottom: 20px;
		width: 100%;
		height: 50px;
		text-align: center;
		position: relative;
	}
	
	#fma_1, #fma_2, #fma_3 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
	}
	
	.fma_message .learn_more {
		margin: 0px auto;
		position: absolute;
		bottom: 44px;
		left: 0;
		right: 0;
		width: 300px;
	}
	
	.fma_orange_bar {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		background-color: rgba(255, 102, 51, 0.9);
	}
	
	.row_1110 {
		width: 1110px;
		margin: 0px auto;
	}
	
	.row_1140 {
		width: 1140px;
		margin: 0px auto;
		text-align: left;
	}
	
	.fma_orange_bar .row_1110 {
		display: flex;
	}
	
	.home_intro {
		float: left;
		width: 700px;
		margin-right: 40px;
		padding: 40px 0 40px 0;
		font-size: 30px;
		line-height: 36px;
		color: #ffffff;
		text-align: left;
	}
	
	.home_contact {
		float: left;
		width: 370px;
		background-color: #f2f2f2;
		text-align: center;
		box-sizing: border-box;
		padding: 50px 20px 20px 20px;
	}
	
	.home_contact h5 {
		font-size: 14px;
		color: #000000;
		font-weight: 500;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
	
	.home_contact_button {
		margin: 0 auto 15px auto;
	}
	
	.home_contact .learn_more {
		width: 180px;
		margin: 0 auto 15px auto;
	}
	
	.home_contact .region_selector {
		font-weight: 600;
		color: #ff6633;
	}
	
	#home_innovating {
		width: 100%;
		height: 598px;
		background-image: url(images/bkg_innovating.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.row_650 {
		width: 650px;
		margin: 0px auto;
	}
	
	#home_innovating .row_650 {
		padding-top: 165px;
		font-size: 18px;
		line-height: 24px;
	}
	
	#home_innovating .row_650 h2 {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 30px;
	}
	
	#home_innovating .row_650 p {
		margin-bottom: 40px;
	}
	
	#home_innovating .learn_more:nth-of-type(1) {
		/* margin-right: 15px;
		display: inline-block; */
	}
	#home_innovating .learn_more:nth-of-type(2) {
		margin-left: 15px;
		display: inline-block;
	}

	#home_solutions {
		width: 100%;
		height: 1000px;
		background-image: url(images/bkg_solutions.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		font-size: 18px;
		line-height: 24px;
		color: #ffffff;
	}
	
	#home_solutions .row_1140 {
		text-align: left;
		padding: 95px 0 0 0;
	}
	
	#home_solutions h3 {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0.1em;
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.solutions_nav {
		margin-bottom: 60px;
	}
	
	.by_need, .by_industry {
		float: left;
		width: 260px;
		margin: 50px 30px 0 0;
		color: #000000;
	}
	
	#home_solutions ul li.by_head {
		background-color: #ffffff;
		font-size: 18px;
		line-height: 50px;
		font-weight: 600;
		letter-spacing: 0.1em;
		font-style: normal;
		padding: 0 0 0 30px;
		box-sizing: border-box;
		background-image: none;
		border-radius: 5px;
		margin-bottom: 1px;
	}
	
	#home_solutions ul li.by_head:hover {
		background-color: #ffffff;
		color: #000000;
		background-image: none;
		cursor: arrow;
	}
	
	.by_need ul, .by_industry ul {
		width: 260px;
		list-style: none;
	}
	
	.by_need ul li a, .by_industry ul li a{
		width: 260px;
		height: 50px;
		margin-bottom: 1px;
		border-radius: 5px;
		padding: 0 50px 0 30px;
		background-color: rgba(255, 255, 255, 0.4);
		box-sizing: border-box;
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		font-style: italic;
		background-image: url(images/arrow_right_orange_2x.png);
		background-repeat: no-repeat;
		background-size: 7px 11px;
		background-position: center right 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	.by_need ul li a:hover, .by_industry ul li a:hover {
		background-color: #ff6633;
		color: #ffffff;
		background-image: url(images/arrow_right_white_2x.png);
		cursor: pointer;
	}

	#home_news {
		background-color: #f2f2f2;
		height: auto;
	}
	
	#home_news .row_1140 {
		height: auto;
		padding: 70px 0 70px 0;
		text-align: left;
		position: relative;
		box-sizing: border-box;
	}
	
	#home_news .news .news_block {
		width: 360px;
		margin-right: 30px;
	}
	
	#home_news .news .news_block:nth-of-type(3) {
		margin-right: 0;
		margin-bottom: 90px;
	}
	
	#home_news .row_1140 .learn_more {
		position: absolute;
		right: 0;
		bottom: 70px;
	}
	
	#home_social {
		background-color: #ffffff;
	}
	#home_social .row_1140 {
		padding: 70px 0 70px 0;
		text-align: left;
	}
	
	#home_social h5 {
		margin-bottom: 50px;
	}
	
	.social {
	
	}
	
	.social_block {
		float: left;
		width: 360px;
		margin-right: 30px;
		border: 1px #ebebeb solid;
		padding: 35px 29px 30px 29px;
		box-sizing: border-box;
	}
	.social_block:nth-child(3) {
		margin-right: 0;
	}
	.social_block a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.social_block:hover {
		background-color: #fafafa;
	}

	.social_block .social_type {
		/*
		display: flex;
		justify-content: center;
		align-items: center;
		*/
		margin-bottom: 15px;
	}
	.sb_left {
		float: left;
		width: 112px;
		height: 45px;
	}
	.sb_right {
		float: right;
		width: 35px;
		height: 35px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		margin-top: 10px;
	}
	.social_block b {
		font-size: 14px;
		line-height: 40px;
		font-weight: 600;
	}
	
	#home_thinking {
		height: 430px;
	}
	
	.home_thinking_block {
		float: left;
		width: calc(50% - 10px);
		height: 430px;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.home_thinking_block:nth-of-type(1) {
		margin-right: 10px;
	}
	.home_thinking_block:nth-of-type(2) {
		margin-left: 10px;
	}
	.home_thinking_block h5 {
		font-size: 14px;
		color: #ffffff;
		font-weight: 500;
		margin-bottom: 20px;
	}
	
	
	
	
	/* HOME NEW */
	
	#home_bkg {
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#home_top {
		height: 800px;
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	.home_fma {
		float: left;
		width: 440px;
		height: 800px;
		position: relative;
	}
	
	.home_fma_message {
		position: absolute;
		left: 0;
		bottom: 120px;
		width: 440px;
		color: #ffffff;
	}
	
	.home_fma .fma_large {
		font-size: 42px;
		line-height: 50px;
		height: 50px;
		text-align: left;
		margin-bottom: 0;
	}	
	
	.home_selections {
		float: left;
		width: 700px;
	}

	.home_solutions_nav {
		padding-top: 189px;
	}
	
	.home_by_solution, .home_by_need, .home_by_industry {
		float: left;
		width: 214px;
		margin: 0 29px 0 0;
		color: #000000;
	}
	
	.home_by_industry {
		margin: 0;
	}
	
	.home_solutions_nav ul li.by_head {
		background-color: #ffffff;
		font-size: 18px;
		line-height: 21px;
		font-weight: 600;
		letter-spacing: 0.1em;
		font-style: normal;
		padding: 15px 0 15px 25px;
		box-sizing: border-box;
		background-image: none;
		border-radius: 5px;
		margin-bottom: 1px;
	}
	
	.home_solutions_nav ul li.by_head:hover {
		background-color: #ffffff;
		color: #000000;
		background-image: none;
		cursor: arrow;
	}
	
	.home_by_solution ul, .home_by_need ul, .home_by_industry ul {
		width: 214px;
		list-style: none;
	}
	
	.home_by_solution ul li a, .home_by_need ul li a, .home_by_industry ul li a{
		width: 214px;
		height: 50px;
		margin-bottom: 1px;
		border-radius: 5px;
		padding: 0 40px 0 25px;
		background-color: rgba(255, 255, 255, 0.7);
		box-sizing: border-box;
		font-size: 15px;
		line-height: 20px;
		font-weight: 600;
		font-style: italic;
		background-image: url(images/arrow_right_orange_2x.png);
		background-repeat: no-repeat;
		background-size: 7px 11px;
		background-position: center right 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	.home_by_solution ul li a:hover, .home_by_need ul li a:hover, .home_by_industry ul li a:hover {
		background-color: #ff6633;
		color: #ffffff;
		background-image: url(images/arrow_right_white_2x.png);
		cursor: pointer;
	}
	
	.home_by_solution .cta {
		width: 214px;
		margin-top: 50px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 14px;
		padding: 17px 0 15px 0;
	}
	
	#home_orange_bar {
		background-color: rgba(255, 102, 52, 0.9);
	}
	
	#home_orange_bar .row_1140 {
		display: flex;
	}
	
	#home_orange_bar .home_intro i {
		font-size: 18px;
		font-style: italic;
	}
	
	#home_news {
		background: rgb(208,208,208);
		background: linear-gradient(180deg, rgba(208,208,208,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,1) 100%);
	}
	
	.home_intro a:not(.learn_more) {
		border-bottom: 1px dashed rgba(255,255,255,0.7);
	}
	
	
	
	/* SOLUTIONS */
	
	#solutions_page {
		width: 100%;
		height: auto;
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	#solutions_pad {
		height: 516px;
	}
	
	#solutions_page #orange_header {
		margin: 0 auto 40px auto;
		/* padding: 516px 0 0 0; */
		
		/* 
		position: absolute;
		left: 0;
		top: 516px;
		width: 100%;
		max-width: 1920px;
		height: 173px;
		*/
		width: 100%;
		max-width: 1920px;
		height: 173px;
		/*
		background-size: 1920px 173px;
		background-position: bottom left;
		background-repeat: no-repeat;
		*/
		
	}
	
	.sol_left {
		float: left;
		width: 850px;
		text-align: left;
	}
	
	.sol_head {
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
		letter-spacing: 0.05em;
		font-style: italic;
		margin-bottom: 40px;
	}
	
	.sol_tab {
		float: left;
		text-align: left;
		width: 202.5px;
		height: 70px;
		margin: 0 10px 10px 0;
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 5px;
		background-image: url(images/icon_filter_plus_2x.png);
		background-size: 23px 23px;
		background-repeat: no-repeat;
		background-position: bottom 10px right 10px;
		padding: 20px 0 0 20px;
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
		letter-spacing: 0.05em;
		font-style: italic;
		box-sizing: border-box;
		cursor: pointer;
		transition: all 0.1s linear;
	}
	
	.sol_tab:hover {
		background-color: #ff6633;
		color: #ffffff;
		background-image: url(images/icon_filter_plus_white_2x.png);
	}
	
	.sol_tab.active {
		background-color: #ff6633;
		color: #ffffff;
		background-image: url(images/icon_filter_minus_2x.png);
	}	

	.sol_content {
		width: 840px;
		min-height: 500px;
		background-color: #ffffff;
		border-radius: 5px;
		position: relative;
	}
	
	.sol_cat_block {
		width: 840px;
		padding: 47px 40px 47px 40px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 21px;
		line-height: 24px;
		font-weight: 500;
		font-style: italic;
	}
	
	.sol_cat_block ul {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	
	.sol_cat_block ul li {
		margin-bottom: 45px;
	}
	
	.sol_cat_block .pf {
		display: none;
		margin: 0 10px 0 0;
	}
	
	#t_process.sol_cat_block ul , #t_material.sol_cat_block ul {
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		column-count: 1;
		column-gap: 20px;
		font-size: 18px;
		line-height: 21px;
	}
	
	#t_process.sol_cat_block ul li, #t_material.sol_cat_block ul li {
		margin-bottom: 20px;
	}
	
	.sol_cb {
		display: none;
		opacity: 0;
	}
	
	.sol_checkbox label {
		padding-left: 30px;
		display: inline-block;
		position: relative;
	}
	
	.sol_checkbox label::before, .sol_checkbox label::after {
		position: absolute;
		content: "";
		display: inline-block;
	}
	
	.sol_checkbox label::before {
		height: 20px;
		width: 20px;
		border: 1px #a6a6a6 solid;
		border-radius: 5px;
		left: 0px;
		top: 1px;
		position: absolute;
		content: "";
		display: inline-block;
	}
	
	.sol_checkbox label::after {
		height: 5px;
		width: 11px;
		border-left: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		transform: rotate(-45deg);
		left: 4px;
		top: 6px;
	}
	
	.sol_checkbox input[type="checkbox"] + label::after {
		content: none;
	}
	
	.sol_checkbox input[type="checkbox"]:checked + label::after {
		content: "";
	}
	
	.sol_checkbox input[type="checkbox"]:checked + label::before  {
		background-color: #ff6633;
		border: 0;
	}
		
	.sol_choice {
		font-size: 24px;
		line-height: 24px;
		font-weight: 500;
		font-style: italic;
	}
	
	.sol_cat_block input[type="checkbox"] {
		margin-right: 10px;
	}
	
	.sol_cat_left {
		float: left;
		width: 365px;
		margin-right: 30px;
	}
	
	.sol_cat_right {
		float: left;
		width: 365px;
	}
	
	.sol_right {
		float: left;
		width: 290px;
		text-align: left;
	}
	
	#loader {
		display: none;
		text-align: center;
	}
	
	.sol_found {
		float: right;
		width: 290px;
		min-height: 500px;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 5px;
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 25px;
	}
	
	.sol_found .sol_head {
		color: #ffffff;
	}
	
	a.sol_found_result {
		display: block;
		width: 100%;
		height: auto;
		background-color: #ffffff;
		border-radius: 5px;
		padding: 20px 27px 20px 20px;
		box-sizing: border-box;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 24px;
		font-style: italic;
		color: #000000;
		background-image: url(images/arrow_right_orange_2x.png);
		background-repeat: no-repeat;
		background-size: 7px 11px;
		background-position: center right 10px;
		transition: all 0.1s linear;
	}
	
	a.sol_found_result:hover {
		background-color: #ff6633;
		color: #ffffff;
		background-image: url(images/arrow_right_white_2x.png);
		cursor: pointer;
	}
	
	.sol_no {
		font-size: 16px;
		color: #ffffff;
		font-weight: 500;
	}
	
	.help {
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
		font-style: italic;
		padding-left: 20px;
	}
	.help a {
		color: #ff6633;
	}
	
	.problems_box {
		background-color: #f2f2f2;
		height: 100px;
		margin-top: 100px;
		padding: 25px 40px 25px 40px;
		box-sizing: border-box;
		font-size: 30px;
		line-height: 26px;
		font-weight: 600;
		font-style: italic;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.problems_box a {
		font-size: 16px;
		line-height: 16px;
		color: #ff6633;
		font-style: normal;
	}
	
	.problem_search {
		float: right;
		width: 264px;
		height: 50px;
	}
	
	.problem_image {
		width: 340px;
		height: 340px;
		margin-bottom: 50px;
	}
	
	.problem_search div {
		float: left;
		height: 50px;
	}
	
	input {
		font-family: 'Whitney A', 'Whitney B', sans-serif;
	}
	
	.problem_search input[type="text"] {
		width: 219px;
		height: 50px;
		border-top: 1px #a6a6a6 solid;
		border-right: 0;
		border-bottom: 1px #a6a6a6 solid;
		border-left: 1px #a6a6a6 solid;
		border-radius: 5px 0 0 5px;
		background-color: #ffffff;
		padding: 0 10px 0 10px;
		font-size: 18px;
		line-height: 50px;
		color: #343434;
		box-sizing: border-box;
		-webkit-appearance: none;
	}
	
	.problem_search input[type="submit"] {
		width: 45px;
		height: 50px;
		border-top: 1px #a6a6a6 solid;
		border-right: 1px #a6a6a6 solid;
		border-bottom: 1px #a6a6a6 solid;
		border-left: 0;
		border-radius: 0 5px 5px 0;
		background-color: #ffffff;
		background-image: url(images/b_go_2x.png);
		background-repeat: no-repeat;
		background-size: 25px 25px;
		background-position: center center;
		box-sizing: border-box;
		-webkit-appearance: none;
	}
	
	p + h4, ul + h4 {
		margin-top: 2em;
	}
	
	.sol_main_content, .sol_adtl_content {
		padding-bottom: 40px;
	}
	
	.sol_case_studies {
		padding-bottom: 70px;
	}
	
	.sol_case_studies .case_study {
		margin-bottom: 30px;
	}
	
	.sol_case_studies .case_study:last-of-type {
		margin-bottom: 10px;
	}
	
	.sol_cs_links {
		text-align: right;
	}
	.sol_cs_links a {
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		color: #ff6633;
	}
	
	.faq_block {
		background-color: #ffffff;
		border-radius: 5px;
		margin-bottom: 10px;
		cursor: pointer;
	}
	.faq_block .question {
		font-size: 24px;
		line-height: 30px;
		font-style: italic;
		color: #000000;
		padding: 15px 57px 15px 15px;
		background-image: url(images/icon_filter_plus_2x.png);
		background-repeat: no-repeat;
		background-size: 23px 23px;
		background-position: top 20px right 15px;
		box-sizing: border-box;
	}
	.faq_block .answer {
		display: none;
		padding: 10px 15px 15px 15px;
		cursor: default;
	}
	.faq_block .question.faq_active {
		background-image: url(images/icon_filter_minus_orange_2x.png);
	}
	
	
	
	/* COMMON PROBLEMS */
	
	#problems_page.single #orange_header {
		height: 206px;
	}
	
	#problems_page .h_h1 {
		width: 400px;
	}
	
	#problems_page .h_intro {
		width: 770px;
	}
	
	#problems_page .problem_search {
		width: 452px;
	}
	
	#problems_page .problem_search div:first-of-type {
		width: 188px;
		font-size: 14px;
		line-height: 50px;
		font-weight: 600;
		font-style: italic;
		color: #000000;
		text-align: right;
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	#problems_page .filters {
		float: left;
		width: auto;
		margin-left: 50px;
	}
	
	#problems_page .filter_head {
		background-color: #ffffff;
		color: #000000;
	}
	
	#problems_page .filter_head:hover {
		background-color: #f2f2f2;
		color: #000000;
		background-image: url(images/icon_filter_plus_2x.png);
	}
	
	#problems_page .filter_head.filter_active {
		background-color: #f2f2f2;
		color: #000000;
		background-image: url(images/icon_filter_minus_orange_2x.png);
	}
	
	#problems_page .filters ul.filter_by_need {
		display: none;
		position: absolute;
		top: 51px;
		left: 0;
		z-index: 1;
	}

	#problems_page .filters ul {
		width: 226px;
		cursor: pointer;
		box-sizing: border-box;
		list-style: none;
	}

	#problems_page .filters ul li {
		width: 226px;
		height: 50px;
		margin: 0 0 1px 0;
		border-radius: 5px;
		padding: 0 50px 0 30px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		font-style: italic;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background-color: #f2f2f2;
		color: #000000;
	}
	
	#problems_page .filters ul li:hover, #problems_page .filters ul li.active_filter {
		background-color: #ffffff;
		color: #000000;
	}
	
	
	#problems {
		margin-top: -50px;
		min-height: 300px;
	}
	
	
	.problem_box {
		float: left;
		width: 264px;
		height: 264px;
		margin: 0 28px 28px 0;
		background-color: #aeafb3;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		border-radius: 5px;
		position: relative;
		background-blend-mode: multiply;
		transition: all 0.15s linear;
	}
	.problem_box:nth-child(4n+4) {
		margin-right: 0;
	}
	.problem_box a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.problem_box:hover {
		background-color: #ffffff;
	}
	.problem_box:hover .problem {
		filter: saturate(3);
	}
	.problem {
		position: absolute;
		right: 0;
		bottom: 35px;
		width: 230px;
		height: auto;
		background-color: #ffffff;
		padding: 20px;
		border-radius: 5px 0 0 5px;
		background-image: url(images/arrow_right_orange_2x.png);
		background-repeat: no-repeat;
		background-size: 7px 11px;
		background-position: center right;
		font-size: 16px;
		line-height: 16px;
		font-style: italic;
		box-sizing: border-box;
		transition: all 0.15s linear;
	}
	
	/*
	.problem_box:hover .problem {
		background-color: #ff6633;
		color: #ffffff;
		background-image: url(images/arrow_right_white_2x.png);
	}
	*/
	
	.no_results {
		margin: 100px 0 50px 0;
		font-size: 18px;
		line-height: 24px;
	}
	
	#problems .learn_more {
		width: 260px;
	}
	
	.problem_single .learn_more {
		margin-top: 50px;
	}
	
	.problem_case_studies {

	}
	
	.problem_single .faq_block {
		background-color: #f5f5f5;
	}
	
	
	
	/* INDUSTRY */
	

	

	
	
	/* INNOVATIONS */
	
	.page_header.innovations_page {
		height: 795px;
		background-image: url(images/bkg_innovations.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.page_header.innovations_page .row {
		position: static;	
	}
	
	.hi_h1 {
		float: left;
		width: 430px;
		margin: 190px 0 90px 0;
	}
	
	.page_header.innovations_page .hi_h1 h1 {
		color: #000000;	
	}
	
	.hi_h1 h1 {
		font-weight: 600;
	}
	
	.hi_intro {
		float: left;
		width: 720px;
		margin: 190px 0 90px 0;
		padding-top: 20px;
	}
	
	.fi_text {
		float: left;
		width: 370px;
		margin: 0 30px 30px 30px;
	}
	
	.fi_text h2 {
		font-size: 48px;
		line-height: 54px;
		letter-spacing: -0.02em;
		color: #000000;
		margin-bottom: 60px;
	}
	
	.fi_text a {
		margin-top: 30px;
	}
	
	.fi_image {
		float: left;
		width: 720px;
	}
	
	.row.innovations_content {
		padding-left: 30px;
		box-sizing: border-box;
	}
	
	.innovations_content {
		padding-top: 40px;
	}
	
	.innovations {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.innovation {
		float: left;
		width: 330px;
		margin: 0 70px 40px 0;
	}
	
	.innovation:nth-of-type(3n+3) {
		margin: 0 0 40px 0;
	}
	
	.innovation img {
		width: 330px;
		height: auto;
		margin-bottom: 25px;
	}
	
	.innovation h3 {
		font-size: 24px;
		line-height: 30px;
		color: #ff6633;
		letter-spacing: -0.02em;
		margin-bottom: 25px;
	}
	
	.learn_more {
		min-width: 220px;
		height: 50px;
		font-size: 16px;
		font-weight: 600;
		line-height: 18px;
		color: #ff6633;
		border: 1px solid #ff6633;
		border-radius: 5px;
		text-align: center;
		margin-top: 10px;
		transition: all 0.3s;
		text-transform: uppercase;
		padding: 0 30px 0 30px;
		box-sizing: border-box;
		display: inline-flex;
		justify-content: center;
		flex-direction: column;
		/* flex: 0 0 auto; */
	}
	.learn_more:hover {
		background-color: #ff6633;
		color: #ffffff;
	}
	.learn_more.white {
		color: #ffffff;
		border: 1px solid #ffffff;
	}
	.learn_more.white:hover {
		background-color: #ffffff;
		color: #000000;
	}
	
	.learn_more.sol_link {
		width: 120px;
		margin-bottom: 50px;
	}
	
	.inno_detail .news_block:nth-of-type(2n+2) {
		margin-right: 0;
	}
	
	.inno_detail .intro_text {
	    margin: 1em 0 2em 0;
	}
	
	.inno_image {
		width: 100%;
		height: auto;
	}
	
	
	
	/* FILTERS */
	
	.filters {
		position: relative;
		width: 100%;
	}
	
	.filter_head {
		float: left;
		width: 226px;
		height: 50px;
		background-color: #f2f2f2;
		padding: 0 0 0 22px;
		font-size: 16px;
		line-height: 50px;
		font-weight: 600;
		color: #000000;
		font-style: normal;
		background-image: url(images/icon_filter_plus_2x.png);
		background-repeat: no-repeat;
		background-size: 23px 23px;
		background-position: center right 10px;
		border-radius: 5px;
		cursor: pointer;
		box-sizing: border-box;
		margin: 0 20px 60px 0;
	}
	
	.filter_head:hover {
		background-color: #ff6633;
		color: #ffffff;
		background-image: url(images/icon_filter_plus_white_2x.png);
	}
	
	.filter_head.filter_active {
		background-color: #ff6633;
		color: #ffffff;
		background-image: url(images/icon_filter_minus_2x.png);
	}
	
	.col_right .filters ul.filter_by_need {
		display: none;
		position: absolute;
		top: 51px;
		left: 0;
		z-index: 1;
	}
	
	.col_right .filters ul.filter_by_type {
		display: none;
		position: absolute;
		top: 51px;
		left: 246px;
	}
	
	.col_right .filters ul {
		width: 226px;
		cursor: pointer;
		box-sizing: border-box;
		list-style: none;
	}

	.col_right .filters ul li {
		width: 226px;
		height: 50px;
		margin: 0 0 1px 0;
		border-radius: 5px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background-color: #f2f2f2;
	}
	
	.col_right .filters ul li a {
		padding: 0 50px 0 30px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		font-style: italic;
		border-bottom: 0;
	}
	
	.col_right .filters ul li:hover, .col_right .filters ul li a:hover, .col_right .filters ul li.active_filter, .col_right .filters ul li:hover a, .col_right .filters ul li.active_filter a {
		background-color: #ff6633;
		color: #ffffff !important;
	}
	
	
	/* NEWS */
	
	.content_770.newsroom {
		padding: 70px 0 0 50px;
	}
	
	.news {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.page-template-page-videos-now .news {
		column-gap: 50px;
		justify-content: flex-start;
	}

	.news_block {
		width: 370px;
		margin:  0 0 50px 0;
	}
	
	.news_date {
		font-size: 14px;
		line-height: 14px;
		font-weight: 500;
		color: #000000;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	
	.news_block h3 {
		font-size: 24px;
		line-height: 30px;
		color: #ff6633;
		margin-bottom: 10px;
	}
	
	.news_single h2 {
		font-size: 30px;
		line-height: 36px;
	}
	
	.news_single img {
		max-width: 100%;
		height: auto;
	}
	
	
	
	
	/* COUNTRY HOME */
	
	.home_intro img {
		max-width: 100%;
		height: auto;
	}
	
	
	
	/* VIDEOS */
	
	.video_still {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		position: relative;
	}
	
	.video_still img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.video_still_play {
		position: absolute;
		right: 20px;
		bottom: 20px;
		width: 35px;
		height: 35px;
	}
	
	.vimeo.video_small {
		margin-bottom: 20px;
	}
	
	
	
	/* EVENTS */
	
	.content_770.events_page {
		margin: 70px 0 0 50px;
	}
	
	.events {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.event_block {
		width: 355px;
		margin:  0 30px 70px 0;
	}
	
	.event_dates {
		font-size: 14px;
		line-height: 14px;
		font-weight: 500;
		color: #000000;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	
	.event_block h3 {
		font-size: 24px;
		line-height: 30px;
		color: #ff6633;
		margin-bottom: 10px;
	}
	
	.event_location {
		font-size: 18px;
		line-height: 18px;
		font-weight: 600;
		font-style: italic;
		margin-bottom: 25px;
	}
	
	.event_block_left {
		border-bottom: 1px #dfdfde solid;
		padding: 21px 0 21px 0;
	}
	.event_block_left a {
		color: #ff6633;
	}
	
	
	/* CASE STUDIES */
	
	.content_770.case_studies_page {
		margin: 70px 0 0 50px;
	}
	
	.case-studies.page_header_fw {
		height: 180px;
	}
	
	.case_study {
		width: 770px;
		height: 430px;
		margin-bottom: 30px;
		position: relative;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.case_study_overlay {
		background-color: rgba(0, 0, 0, .4);
		width: 518px;
		height: auto;
		padding: 25px;
		box-sizing: border-box;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.case_study_overlay h3 {
		font-size: 30px;
		line-height: 32px;
		color: #ffffff;
		margin-bottom: 0;
		text-align: center;
	}
	
	.case_study_image {
		width: 770px;
		height: 430px;
		margin-bottom: 40px;
	}
	
	.handprint_impact ul li ul {
		margin-bottom: 0;
	}
	
	.infographics {
		margin: 75px 0 75px 0;
	}
	.industry .infographics {
		margin: 30px 0 30px 0;
	}
	.i_graphic {
		float: left;
		width: 170px;
		height: 110px;
		margin-right: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.i_graphic img {

	}
	.i_figure_and_text {
		float: left;
		width: 570px;
		height: auto;
	}
	.i_figure {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: -0.02em;
		color: #ff6633;
		margin-bottom: 25px;
	}
	.i_text {
		color: #343434;
	}
	
	.tagline {
		font-size: 24px;
		line-height: 24px;
		font-weight: 600;
		color: #22353d;
		margin-bottom: 40px;
	}
	
	.cs_single h5 {
		margin-bottom: 15px;
	}
	
	.col_right .impacts li {
		display: inline;
		height: 32px;
		margin: 0 60px 0 0;
		list-style: none;
		line-height: 32px;
	}
	.impacts li img {
		width: auto;
		max-height: 32px;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	
	/* NEW CASE STUDY TEMPLATE STYLING */
	
	.mt_70 {
		margin: 70px 0 0 0;
	}
	
	.case_study_single .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.cs_left {
		width: 770px;
	}
	
	.cs_left p, .cs_left ul {
		margin-bottom: 1.5em;
	}
	
	.cs_left ul li {
		margin-left: 35px;
		list-style: disc;
	}
	
	.cs_left .impacts li {
		display: inline;
		height: 32px;
		margin: 0 60px 0 0;
		list-style: none;
		line-height: 32px;
	}
	
	.cs_left .infographics {
		display: none;
	}
	
	.cs_right {
		width: 300px;
	}
	
	.cs_infogs {
		background-color: #f2f2f2;
		text-align: center;
		padding: 40px;
	}
	
	.cs_right.cs_ctas {
		padding: 0 30px;
	}
	
	.cs_ctas_block {
		margin: 0 0 60px 0;
	}
	
	.cs_right p {
		margin: 0 0 30px 0;
	}
	
	.cs_right.cs_ctas .cta {
		width: 100%;
		height: auto;
		text-align: center;
		box-sizing: border-box;
		font-size: 15px;
		line-height: 18px;
		padding: 15px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.cs_block_2 .cs_left {
		border-top: 1px #7f7f7f solid;
		padding: 70px 0 0 0;
		margin: 40px 0 0 0;
	}
	
	.cs_block_2 .cs_right {
		padding: 70px 0 0 0;
		margin: 40px 0 0 0;
	}

	.i_block {
		color: #ff6633;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 0.075em;
		margin: 0 0 50px 0;
	}
	
	.i_block img {
		display: block;
		margin: 0 auto 15px auto;
	}
	
	
	
	
	/* THINKING */
	
	.content_770.thinking_page {
		margin: 70px 0 0 50px;
	}
	
	.thinking {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.thinking_block {
		width: 370px;
		margin:  0 0 50px 0;
	}
	
	.thinking_type {
		font-size: 14px;
		line-height: 14px;
		font-weight: 500;
		color: #000000;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	
	.thinking_block h3 {
		font-size: 24px;
		line-height: 30px;
		color: #ff6633;
		margin-bottom: 10px;
	}
	
	.thinking_block img {
		width: 355px;
		height: auto;
	}
	
	.thinking_image {
		width: 100%;
		height: auto;
		margin-bottom: 35px;
	}
	
	.addthis_inline_share_toolbox {
		margin-bottom: 35px;
	}
	
	.download_link {
		font-size: 18px;
		font-weight: 600;
		color: #ff6633;
	}
	
	
	/* PROCESSES */
	
	.common_problems {
		margin: 0 0 50px 0;
	}
	
	.common_problems .problem_box {
		width: 238px;
		height: 238px;
	}
	
	.common_problems .problem_box:nth-of-type(3n+3) {
		margin: 0 0 28px 0;
	}
	
	.common_problems .problem_box:nth-of-type(4n+4) {
		margin: 0 28px 28px 0;
	}
	
	.common_problems .problem {
		width: 210px;
		background-color: #f2f2f2;
	}
	
	.process_cta_block {
		border-top: 1px #d1d1d1 solid;
		padding: 30px 0;
	}
	
	
	
	/* CERTIFICATIONS */
	
	.certifications a {
		display: block;
		font-size: 18px;
		font-weight: 600;
		color: #ff6633;
		border-top: 1px #dfdfde solid;
		background-image: url(images/icon_pdf_2x.png);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 30px 38px;
		padding: 20px 0 20px 50px;
	}
	
	.certifications .grey_box a:last-of-type, .certifications .white_box a:last-of-type {
		border-bottom: 1px #dfdfde solid;
	}
	
	.certifications ul {
		padding-bottom: 30px;
	}
	
	.certifications ul li {
		margin-left: 0;
		list-style-type: none;
	}
	
	
	
	/* SINGLE */

	.page_header_fw {
		height: 250px;
		box-sizing: border-box;
	}
	
	.page_header_fw h1 {
		font-size: 48px;
		line-height: 48px;
		font-weight: 600;
		letter-spacing: -0.02em;
		padding-top: 190px;
	}
	
	.page_header_fw.contact_page {
		height: auto;
		padding-bottom: 40px;
	}
	
	.page-template-template-contact .page_header_fw {
		height: auto;
	}

	.crumbs {
		font-size: 18px;
		line-height: 18px;
		font-weight: 600;
		letter-spacing: -0.02em;
		font-style: italic;
		color: #ff6633;
		padding-top: 160px;
		text-transform: uppercase;
	}
	
	.col_left_fw {
		float: left;
		width: 420px;
		padding: 0 50px 0 30px;
		box-sizing: border-box;
	}
	
	.col_right_fw {
		float: left;
		width: 750px;
	}
	
	.col_right_fw img {
		max-width: 100%;
		height: auto;
	}
	
	.col_right_fw img.alignnone {
		margin: 0;
	}
	
	.col_right_fw  p {
		margin-bottom: 1.5em;
	}
	
	.related_block {
		padding: 28px 0 52px 0;
	}
	.vimeo {
		margin-bottom: 30px;
	}
	
	
	
	/* PAGINATE */
	
	.paginate {
		font-size: 12px;
		line-height: 30px;
	}
	
	.page-numbers {
		width: 30px;
		line-height: 30px;
		text-align: center;
		background: #ffffff;
		text-decoration: none;
		border: 1px solid #a6a6a6;
		/* border-radius: 3px; */
		display: inline-block;
		margin-right: 5px;
		border-radius: 3px;
		box-sizing: border-box;
	}

	.page-numbers:hover {
		background: #a6a6a6;
		border: 1px #a6a6a6 solid;
		color: #fff;
	}	
	
	.page-numbers.current {
		background: #ff6633;
		border: 1px #ff6633 solid;
		color: #fff;
		margin-right: 5px;
	}
	
	.prev.page-numbers, .next.page-numbers {
		background-color: #a6a6a6;
		color: #ffffff;
		border: 1px #a6a6a6 solid;
	}
	
	.prev.page-numbers:hover, .next.page-numbers:hover {
		background-color: #939393;
		color: #ffffff;
		border: 1px #939393 solid;
	}
	
	
	/* CONTACT */
	
	#contact_page .col_right_fw {
		float: right;
	}
	
	
	
	
	/* SEARCH RESULTS */
	
	#search_results {
		margin-top: 190px;	
	}
	
	#search_results .col_left_fw {
		padding: 0 50px 0 0;
	}
	
	#search_results h1 {
		font-size: 48px;
		line-height: 48px;
		font-weight: 600;
		letter-spacing: -0.02em;
	}

	.search_result h5 {
		margin: 0;
	}
	
	.search_result a {
		display: block;
		font-size: 24px;
		line-height: 28px;
		color: #ff6633;
	}
	
	.search_result {
		margin-bottom: 50px;
	}

	
	/* FOOT */
	
	.footer_pad {
		height: 100px;
	}
	
	
	/* 404 */
	
	.page_header_404 {
		height: 880px;
		background-color: #f4f4f4;
		position: relative;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.page_header_404 .row {
		position: absolute;
		height: auto;
		top: 170px;
		left: calc((100% - 1200px) / 2);	
	}
	
	
	/* MISC */
	
	.at3winsvc_email {
		display: none;
	}
	
	
	
	/* FLEX CONTENT */
	
	.flex_content.white_box p a, .flex_content.grey_box p a, .flex_content.white_box h4 a, .flex_content.grey_box h4 a {
		color: #ff6633;
		text-decoration: underline;
		border-bottom: 0;
	}
	.flex_content.white_box p a:hover, .flex_content.grey_box p a:hover, .flex_content.white_box h4 a:hover, .flex_content.grey_box h4 a:hover {
		color: #f37424;
		border-bottom: 0;
	}
	
	.grey_box.intro_text {
		margin-bottom: 0;
		font-weight: 400;
	}
	
	.grey_box.intro_text h4 {
		margin-bottom: 1.5em;
	}
	
	.grey_box.intro_text .i_text {
		font-size: 18px;
		line-height: 24px;
	}
	
	.box_icon {
		float: left;
		width: 170px;
		margin-right: 30px;
		text-align: center;
	}
	.box_icon img {
		margin: 0px auto;
		max-width: 170px;
		height: auto;
	}
	.box_content {
		float: left;
		width: calc(100% - 200px);
	}
	
	.ig {

	}
	.ig_box {
		float: left;
		width: 170px;
		margin-right: 30px;
	}
	.ig_top {
		height: 130px;
		text-align: center;
	}
	.ig_bottom {
		height: 60px;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
		color: #22353d;
	}
	
	.less_top_padding {
		padding-top: 0;
	}
	
	.less_bottom_padding {
		padding-bottom: 0;
	}

	
	
	/* LANDING PAGE */
	
	.landing_header .row_970, .landing_header .row_770 {
		padding: 160px 0 40px 0;
	}
	
	.landing_header h1 {
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		margin-bottom: 0;
	}
	
	.landing_subhead {
		font-size: 18px;
		line-height: 21px;
		font-weight: 600;		
		letter-spacing: 0.1em;
		color: #ff6633;
		text-transform: uppercase;
		text-align: center;
		margin-top: 15px;
	}
	
	.landing_subhead_above {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.top_cta {
		margin: 30px auto 20px auto;
	}
	
	.landing_header_image_wide img {
		width: 100%;
		height: auto;
		max-width: 1920px;
		display: block;
	}
	
	.landing_header_image_regular img {
		width: 100%;
		height: auto;
		max-width: 770px;
		display: block;
	}
	
	.landing_video .vimeo {
		margin: 0;
	}
	
	.vimeolink p {
		margin: 0 0 1.5rem 0;
	}
	
	.vimeolink a {
		text-decoration: underline;
	}
	
	.landing_share .row_770 {
		padding: 50px 0 0 0;
	}
	
	.landing_content .row_770 {
		margin: 0 auto 40px auto;
		text-align: left;
	}
	
	.landing_content .row_770 p {
		margin: 0 0 1.5em 0;
	}
	
	.landing_content .row_770 h2 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	
	.landing_content .row_770 h3 {
		font-size: 18px;
		line-height: 18px;
		font-weight: 600;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	
	.landing_content .row_770 li {
		margin-left: 35px;
		list-style: disc;
	}
	
	.landing_content a:not(.learn_more) {
		color: #ff6633;
		text-decoration: underline;
		border-bottom: 0;
	}
	
	.landing_infographics {
		margin: 30px 0 0 0;
		text-align: left;
	}
	
	.landing_infographics .i_figure {
		font-size: 48px;
		line-height: 48px;
		margin: 10px 0 10px 0;
	}
	
	.landing_image .row_770 {
		padding: 0 0 40px 0;
		text-align: left;
	}
	
	.landing_image .row_770 img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.landing_image_wide {
		margin: 0 0 40px 0;
	}
	
	.landing_downloads {
		margin: 70px 0 70px 0;
		text-align: left;
	}
	
	.landing_cta {
		margin: 0 0 40px 0;
		text-align: left;
		line-height: 28px;
	}
 
	.landing_cta .cta_text {
		line-height: 30px;
	}
	
	.landing_cta .cta_text a {
		text-decoration: underline;
	}

	.three_up {
		margin: 0 0 40px 0;
		text-align: left;
	}
	
	.three_up_blocks {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.three_up_block {
		width: 210px;
		flex: 0 0 auto;
	}
	
	.three_up_block ul {
		margin: -15px 0 30px 20px;
		list-style-type: disc;
	}
	
	.three_up_block b {
		font-weight: 700;
	}

	.three_up_block p {
		margin: 0 0 1.5em 0;
	}
	
	.three_up_block h4 {
		font-size: 18px;
		line-height: 21px;
		font-weight: 600;		
		letter-spacing: 0.1em;
		color: #ff6633;
		text-transform: uppercase;
	}
	


	/* HEADER CTA */

	.cta_header {
		display: inline-block;
		height: 50px;
		border-radius: 5px;
		background-color: #ffffff;
		font-size: 16px;
		line-height: 50px;
		color: #ff6633;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		padding: 0 30px 0 30px;
		transition: all .15s linear;
		position: absolute;
		right: 0;
		bottom: 47px;
	}
	.cta_header:hover {
		background-color: #ffffff;
		color: #ff6633;
		filter: saturate(1.5);
	}

	/* SOCIAL IN FOOTER */

	.h22-block {max-width: 73.75rem; margin-right: auto; margin-left: auto; padding-right: 1.25rem; padding-left: 1.25rem; text-align: initial;}
	.h22-block h2 {margin-bottom: 3.125rem; font-weight: 600; font-size: 1.125rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .075em;}

	.h22-social {display: flex; flex-wrap: wrap; justify-content: center; column-gap: 2.75rem; max-width: 70.9375rem; margin-top: 3.125rem; font-weight: 600;}
	.h22-social li {text-align: center;}
	.h22-social a:hover {text-decoration: underline;}
	.h22-social img {width: 2.1875rem; height: 2.1875rem;}
	.h22-social span {display: block; margin-top: .25rem;}

	.h22-social + .footer_pad {height: 3.125rem;}

	
}



@media screen and (min-width: 1024px) and (max-width: 1279px) {

	.hide_on_tablet {
		display: none;
	}
	
	.show_on_tablet {
		display: block !important;
	}
	
	.page_header .row {
		position: absolute;
		height: auto;
		bottom: 135px;
		left: 4vw;
	}
	
	.col_left {
		width: calc( 300px + ( (100% - 980px) / 2) );
	}
	
	.col_right {
		width: calc( 680px + ( (100% - 980px) / 2) );
	}
	
	.sub_nav {
		width: 270px;
	}
	
	.content_770 {
		width: 100%;
	}
	
	.row, .row_1110, .row_1140 {
		width: 980px;
		margin: 0px auto;
	}
	
	.page_header_fw {
		height: 200px;
	}
	
	.crumbs {
		padding-top: 130px;
	}
	
	.col_left_fw {
		width: 300px;
		padding: 0;
	}
	
	.col_left_fw img {
		width: 270px;
		height: auto;
	}
	
	.col_left_fw .sub_nav {
		margin-top: 0;
	}
	
	.col_right_fw {
		width: 680px;
	}
	
	.page-template-page-videos-now .news {
		column-gap: 20px;
	}
	
	.news_block, .event_block, .thinking_block {
		width: 290px;
	}
	
	.video_small {
		width: 300px;
		height: 169px;
	}
	
	.thinking_block img {
		width: 300px;
		height: auto;
	}
	
	.content_770.newsroom, .content_770.events_page, .content_770.case_studies_page, .content_770.thinking_page {
		padding: 70px 0 0 0;
		margin: 0;
	}
	
	.case_study {
		width: 600px;
		height: 335px;
	}
	
	.h_h1 h1, .h_full_width h1 {
		font-size: 30px;
		line-height: 36px;
		max-width: 680px;
	}
	
	
	/* HOME */
	
	#fma {
		background-position: center right -300px;	
	}
	
	.home_intro {
		width: 580px;
		font-size: 28px;
		line-height: 32px;
		margin-right: 30px;
	}
	
	#home_solutions {
		background-position: center right -200px;
	}
	
	#home_news .news .news_block {
		width: 306px;
	}
	
	.social_block {
		width: 306px;
	}
	
	.case_study_overlay {
		width: 400px;
	}
	
	/* HOME NEW */
	
	.home_fma {
		width: 340px;
	}
	
	.home_fma_message {
		width: 340px;
	}

	.home_fma .fma_large {
		font-size: 36px;
		line-height: 50px;
		height: 50px;
		text-align: left;
		margin-bottom: 0;
	}
	
	.home_selections {
		width: 640px;
	}
	
	.home_solutions_nav {
		padding-top: 160px;
	}
	
	.home_by_solution, .home_by_need, .home_by_industry {
		width: 200px;
		margin: 0 20px 0 0;
	}
	
	.home_by_industry {
		margin: 0;
	}
	
	.home_by_solution ul, .home_by_need ul, .home_by_industry ul {
		width: 200px;
	}
	
	.home_by_solution ul li a, .home_by_need ul li a, .home_by_industry ul li a {
		width: 200px;
		font-size: 15px;
	}
	
	.home_by_solution .cta {
		width: 200px;
	}
	
	
	
	/* SOL FINDER */

	#solutions_page {
		background-position: top right;
	}
	
	#solutions_page #orange_header {
		background-size: 1920px 160px;
	}
	
	#orange_header {
		height: 170px;
	}
	
	.h_intro {
		width: 650px;
	}
	
	.sol_left {
		width: 750px;
	}
	
	.sol_right {
		width: 230px;
	}
	
	.sol_tab {
		width: 177.5px;
	}
	
	.sol_content {
		width: 740px;
	}

	.sol_cat_block {
		width: 740px;
	}
	.sol_found {
		width: 230px;
	}
	
	/* PROBLEMS */
	
	#problems_page .h_h1 {
		width: 330px;
	}
	
	#problems_page .h_intro {
		width: 650px;
	}
	
	#problems_page .filters {
	
	}
	
	#problems_page .problem_search {
		width: 354px;
	}
	
	#problems_page .problem_search div:first-of-type {
		width: 150px;
	}

	#problems_page .ps_1 {
		display: none;
	}
	
	#problems_page .ps_2 {
		width: 309px;
	}
	
	#problems_page .problem_search input[type="text"] {
		width: 309px;
	}
	
	#problems_page .ps_3 {
		width: 45px;
	}
	
	.problems_box {
		font-size: 24px;
		line-height: 28px;
	}
	
	.problem_box {
		width: 230px;
		height: 230px;
		margin: 0 20px 20px 0;
	}
	
	.problem {
		width: 210px;
	}
	
	.problem_image {
		width: 270px;
		height: 270px;
	}
	
	.special_left {
		left: 50px;
	}
	
	.special_quote {
		left: 280px;
	}
	
	.vimeo {
		width: 680px;
		height: 383px;
	}

	.i_graphic {
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
		width: 100%;
	}
	.i_figure_and_text {
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.i_figure {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.i_text {
		color: #343434;
	}
	

	.cs_left {
		width: 680px;
	}
	
	.cs_left .case_study_image {
		width: 100%;
		height: auto;
	}
	
	.cs_left .impacts li {
		display: inline-block;
		margin: 0 60px 20px 0;
	}
	
	.cs_right {
		width: 270px;
	}

	
	.fi_image {
		width: 550px;
	}
	.fi_image img {
		width: 550px;
		height: auto;
	}
	
	.innovation {
		width: 296px;
		margin: 0 30px 40px 0;
	}
	.innovation img {
		width: 100%;
	}
	
}





@media screen and (max-width: 1023px) {

	.hide_on_desktop {
		display: block !important;
	}
	
	.hide_on_mobile {
		display: none;
	}
	
	body {
		font-size: 16px;
		line-height: 24px;
	}
	
	.row, .row_1110, .row_1140, .row_770, .row_970 {
		width: 90%;
		margin: 0px auto;
	}
	
	.col_left {
		float: none;
		width: 100%;
		padding: 25px;
		box-sizing: border-box;
	}
	
	.col_right {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	
	.col_left_fw {
		display: none;
		float: none;
		width: 100%;
		padding: 25px 0 0 0;
		box-sizing: border-box;
	}
	
	.col_right_fw {
		float: none;
		width: 100%;
		padding: 25px 0 0 0;
		box-sizing: border-box;
	}
	
	.page_header_fw {
		height: 100%;
	}
	
	.crumbs {
		padding-top: 120px;
	}
	
	.sub_nav {
		display: none;
	}
	
	.content_770 {
		width: 100%;
	}
	
	.content_770 img {
		max-width: 100%;
		height: auto;
	}
	
	.white_box {
		width: 100%;
		padding: 30px 5% 30px 5%;
		box-sizing: border-box;
	}
	
	.grey_box {
		width: 100%;
		padding: 30px 5% 30px 5%;
		box-sizing: border-box;
	}
	
	.row, .row_1110, .row_1140 {
		width: 90vw;
	}
	
	h1 {
		font-size: 30px;
		line-height: 33px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 33px;
	}
	
	h4 {
		font-size: 21px;
		line-height: 24px;
	}
	
	h5 {
		font-size: 14px;
		line-height: 14px;
	}
	
	.single #orange_header, #industry_detail #orange_header {
		margin: 215px 0 0 0;
	}

	.page_header {
		background-position: top center;
		background-size: auto calc(100vw * .58);
		width: 100vw;
		height: calc(100vw * .58 + 100px);
		background-color: #ffffff;
	}
	
	.page_header .row {
		position: absolute;
		height: auto;
		bottom: 0;
		left: 5%;
	}
	
	.page_header .row h1 {
		font-size: 36px;
		line-height: 42px;
		color: #000000;
		margin-bottom: 0px;
	}
	
	.intro_text {
		font-size: 18px;
		line-height: 24px;
	}
	
	.col_left {
		display: none;
	}
	
	.filter_head {
		margin: 0 20px 35px 0;
	}
	
	.single {
		height: auto;
		background-position: top center;
		background-size: cover;
		overflow: auto;
		padding-top: 0;
	}
	
	.single #orange_header {
		position: static;
		height: auto;
		background-image: none;
		background-color: #ff6633;
		margin: 215px 0 0 0;
	}
	
	.single #orange_header .row {
		height: auto;
	}
	
	.h_full_width {
		padding: 20px 0 20px 0;
	}
	
	.single .h_h1 .crumb, .single .h_full_width .crumb {
		font-size: 14px;
		line-height: 40px;
		color: #ffffff;
		margin-bottom: 0;
	}
	
	.h_h1 h1, .h_full_width h1 {
		font-size: 36px;
		line-height: 42px;
		color: #ffffff;
		margin-bottom: 0;
	}
	
	p + h4, ul + h4 {
		margin-top: 1em;
	}
	
	.cta_block {
		margin-top: 35px;
	}
	
	
	
	
	/* HOME */
	
	#fma {
		height: auto;
	}
	
	.fma_top {
		height: 550px;
		background-repeat: no-repeat;
	}
	
	.fma_message {
		width: 300px;
		height: 230px;
	}
	
	.fma_large {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 0;
	}
	
	.fma_message p {
		font-size: 13px;
	}
	
	.fma_orange_bar {
		height: auto;
		position: relative;
	}
	
	.fma_orange_bar .row_1110 {
			width: 100%;
	}
	
	.home_intro {
		position: static;
		float: none;
		width: 100%;
		height: auto;
		padding: 150px 5% 50px 5%;
		margin: 0;
		box-sizing: border-box;
		font-size: 22px;
		line-height: 28px;
	}
	
	.home_contact {
		position: absolute;
		top: -75px;
		left: 0;
		right: 0;
		margin: 0px auto;
		float: none;
		width: 270px;
		height: auto;
		padding: 30px;
	}
	
	.home_contact h5 {
		font-size: 12px;
	}
	
	#home_innovating {
		height: auto;
		background-position: center center;
	}
	
	.row_650 {
		width: 90%;
		margin: 0px auto;
	}
	
	#home_innovating .row_650 {
		padding: 70px 0 70px;
	}
	
	#home_innovating .row_650 h2 {
		font-size: 45px;
		line-height: 45px;
	}
	
	#home_innovating .learn_more:nth-of-type(1), #home_innovating .learn_more:nth-of-type(2) {
		margin: 0 auto 20px auto;
		/* display: block; */
	}
	
	#home_solutions h3 {
		font-size: 22px;
		line-height: 24px;
	}
	
	#home_solutions ul li.by_head {
		padding: 0 0 0 10px;
		font-size: 14px;
	}
	
	.by_need {
		width: 48%;
		margin: 30px 4% 0 0;
	}
	
	.by_industry {
		width: 48%;
		margin: 30px 0 0 0;
	}
	
	.by_need ul, .by_industry ul {
		width: 100%;
	}
	
	.by_need ul li a, .by_industry ul li a {
		width: 100%;
		padding: 0 40px 0 10px;
		font-size: 14px;
		line-height: 18px;
		background-color: rgba(255, 255, 255, 0.8);
	}	
	
	#home_news {
		height: auto;
	}
	
	#home_news .row_1140 {
		padding: 50px 0 50px 0;
	}
	
	.news {
		display: block;
	}
	
	#home_news .news .news_block {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.video_small {
		width: 100%;
		height: calc(100% * .57);
	}
	
	#home_news .row_1140 .learn_more {
		position: static;
		margin: 0px auto;
	}
	
	#home_social .row_1140 {
		padding: 50px 0 50px 0;
	}
	
	.social_block {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	#home_thinking {
		height: auto;
	}
	
	.home_thinking_block {
		width: 100%;
		height: 320px;
	}
	
	.home_thinking_block:nth-of-type(1) {
		margin: 0 0 25px 0;
	}
	
	.home_thinking_block:nth-of-type(2) {
		margin: 0;
	}
	
	.case_study_overlay {
			width: 280px;
	}
	
	.case_study_overlay h3 {
		font-size: 22px;
		line-height: 24px;
	}
	
	.thinking_block {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.thinking_block img {
		width: 100%;
	}
	
	
	/* SOLUTIONS FINDER */
	
	#solutions_pad {
		height: 0;
	}
	
	#solutions_page {
		background-position: top right;
		background-size: auto 220px;
	}
	
	#solutions_page #orange_header {
		height: auto;
		background-image: none;
		margin: 0;
		padding: 220px 0 0 0;
	}	
	
	#solutions_page #orange_header .row {
		width: 100vw;
		height: auto;
		background-color: #ff6633;
		padding: 0 5vw 0 5vw;
	}
	
	#solutions_page .h_h1 {
		float: none;
		width: 100%;
		padding: 20px 0 20px 0;
	}
	
	#solutions_page .h_h1 h1 {
		color: #ffffff;
	}
	
	#solutions_page .h_intro {
		float: none;
		width: 100%;
		font-size: 18px;
		line-height: 22px;
		color: #ffffff;
		padding: 0 0 25px 0;
	}
	
	#sol_finder_mobile {
		background-color: #f2f2f2;
		padding: 30px 0 30px 0;
	}
	
	.sol_tab {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		height: 50px;
		line-height: 50px;
		padding: 0 0 0 20px;
		background-position: center right 15px;
	}
	
	.sol_content {
		width: 100%;
		min-height: auto;
	}	
	
	.sol_cat_block {
		width: 100%;
		padding: 20px;
		position: static;
		font-size: 18px;
		background-color: #ffffff;
		border-radius: 5px;
		margin: 0 0 10px 0;
	}
	
	.sol_cat_block ul {
		column-count: 1;
	}
	
	.sol_cat_block ul li {
		margin-bottom: 0;
		line-height: 50px;
	}
	
	.sol_checkbox label::before {
		top: 14px;
	}
	
	.sol_checkbox label::after {
		top: 19px;
	}

	.sol_found {
		float: none;
		width: 100%;
		height: auto;
		min-height: 0;	
	}
	
	.help {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		padding: 0;
	}
	
	.problems_box {
		height: auto;
		padding: 20px;
		margin-top: 40px;
		font-size: 21px;
		line-height: 24px;
		box-sizing: border-box;
	}
	
	.problem_search {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	
	.problems_box .problem_search input[type="text"] {
		width: calc(90vw - 78px);
	}
	
	
	
	/* INDUSTRIES */
	
	#industry_detail {

	}	
	
	
	
	/* PROBLEMS */
	
	#problems_page {
		background-position: top left;
		background-size: auto calc(100vw * .58);
	}
	
	#problems_page.single #orange_header {
		height: auto;
		background-image: none;
		background-color: #ff6633;
		margin: 0;
	}	
	
	#problems_page .single #orange_header .row {
		height: auto;
		padding-bottom: 25px;
	}
	
	#problems_page .h_h1 {
		padding: 20px 0 20px 0;
	}
	
	#problems_page .h_h1 h1 {
		color: #ffffff;
	}
	
	#problems_page .h_intro {
		float: none;
		width: 100%;
		font-size: 18px;
		line-height: 22px;
		color: #ffffff;
		padding: 0 0 25px 0;
	}
	
	#problems_page .problem_search {
		width: 100%;
		height: auto;
		margin: 0;
	}
	
	.problem_search div {
		height: auto;
	}
	
	#problems_page .problem_search div:first-of-type {
		float: none;
		font-size: 12px;
		line-height: 24px;
	}
	
	.problem_search input[type="text"] {
		width: calc(90vw - 38px);
		height: 38px;
		font-size: 14px;
		line-height: 38px;
	}
	
	.problem_search input[type="submit"] {
		width: 38px;
		height: 38px;
		background-size: 18px 18px;
	}
	
	#problems {
		margin: 0;
		padding-top: 25px;
	}
	
	#problems .row_1140 {
		width: 90vw;
		margin: 0px auto;
	}
	
	.problem_box {
		float: left;
		width: 43vw;
		height: 43vw;
		margin: 0 4% 4% 0;
	}
	
	.problems_box a {
		font-size: 12px;
	}
	
	.problem_box:nth-of-type(2n+2) {
		margin-right: 0;
	}

	.problem {
		bottom: 25px;
		width: 90%;
		height: auto;
		background-color: #ffffff;
		padding: 15px;
		font-size: 14px;
		line-height: 14px;
	}
	
	#problems_page .filters {
		margin-left: 0;
	}
	
	#problems_page .problem_search div:first-of-type {
		text-align: left;
	}
	
	#problems_page.single {
		overflow: visible;
	}
	
	
	/* NEWS */
	
	.content_770.newsroom {
		margin: 0;
		padding: 30px 5% 0 5%;
		box-sizing: border-box;
	}
	
	.news_block {
		width: 100%;
		margin: 0 0 50px 0;
	}
	
	/* EVENTS */
	
	.content_770.events_page {
		margin: 0;
		padding: 30px 5% 0 5%;
		box-sizing: border-box;
	}
	
	.event_block {
		width: 100%;
		margin: 0 0 50px 0;
	}
	
	/* THINKING */
	
	.content_770.thinking_page {
		margin: 0;
		padding: 30px 5% 0 5%;
		box-sizing: border-box;
	}
	
	.thinking_block {
		width: 100%;
		height: auto;
		margin: 0 0 50px 0;
	}
	
	.thinking_block img {
		width: 100%;
		height: auto;
	}
	
	/* CASE STUDIES */
	
	.content_770.case_studies_page {
		margin: 0;
		padding: 30px 5% 0 5%;
		box-sizing: border-box;
	}
	
	.case_study {
		width: 100%;
		height: calc(90vw * .5584);
	}
	
	.case_study_image {
		width: 100%;
		height: auto;
	}	
	
	.mt_70 {
		margin: 40px 0 0 0;
	}
	
	.case_study_single .row {
		display: block;
	}
	
	.cs_left {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.cs_right {
		width: 100%;
	}
	
	.cs_right_full_on_mobile {
		width: 100vw;
		margin: 0 0 0 -5vw;
	}
	
	.cs_infogs {
		width: 100%;
		background-color: #f2f2f2;
		text-align: center;
		padding: 40px;
		box-sizing: border-box;
	}
	
	.cs_left .impacts li {
		display: inline-block;
		margin: 0 60px 20px 0;
	}
	
	.cs_right.cs_ctas {
		padding: 10px 0 0 0;
	}
	
	.cs_block_2 .cs_left {
		border: 0;
	}
	
	.cs_block_2 .cs_right {
		padding: 40px 0 0 0;
		margin: 0;
		border-top: 1px #7f7f7f solid;
	}
	
	
	
	
	/* SUSTAINABILITY */
	
	.special_block {
		background-size: cover;
		width: 100%;
		height: auto;
		padding: 30px 5% 30px 5%;
		box-sizing: border-box;
	}
	
	.special_left {
		width: 100%;
		position: static;
	}
	
	.special_left h5 {
		margin-bottom: 10px;
	}
	
	.special_quote {
		width: 100%;
		position: static;
		padding-top: 20px;
	}
	
	
	/* INNOVATIONS */
	
	.page_header.innovations_page {
		height: auto;
		padding: 120px 0 30px 0;
		background-size: cover;
	}
	
	.hi_h1 {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.hi_intro {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.fi_text {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.fi_text h2 {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 40px;
	}
	
	.fi_image {
		float: none;
		width: 100%;
		height: auto;
	}
	
	.fi_image img {
		width: 100%;
		height: auto;
	}
	
	.row.innovations_content {
		padding-left: 0;
	}
	
	.innovation {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.innovation img {
		width: 100%;
	}

	
	/* CONTACT */
	
	#contact_page .col_right_fw {
		float: none;
}
	
	#contact_page .col_left_fw {
		display: block;
		padding-top: 50px;
	}
	
	.page_header_fw.contact_page {
		padding-bottom: 0;
	}
	
	.page_header_fw.contact_page h1 {
		padding-top: 120px;
	}
	
	
	/* MISC */
	
	.certifications a {
		font-size: 16px;
	}
	
	.i_graphic {
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
		width: 100%;
	}
	.i_figure_and_text {
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.i_figure {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.i_text {
		color: #343434;
	}
	
	.vimeo {
		width: 100%;
		height: calc(90vw * .5627);
	}
	
	.header_innovations {
		padding-top: 120px;
	}
	
	
	/* FLEX CONTENT */
	
	.box_icon {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
		text-align: left;
	}
	.box_content {
		float: none;
		width: 100%;
	}
	
	.ig {
		text-align: center;
	}
	.ig_box {
		float: none;
		width: 100%;
		margin-right: 0;
		
	}
	
	/* HOME NEW */
	
	#home_top {
		height: auto;
		background-color: #f2f2f2;
	}
	
	.home_fma {
		float: none;
		width: 100%;
		height: auto;
		padding: 150px 0 90px 0;
	}
	
	.home_fma_message {
		position: static;
		width: 100%;
	}
	
	.home_fma .fma_large {
		font-size: 30px;
		line-height: 50px;
		height: 50px;
		text-align: left;
		margin-bottom: 0;
	}	
	
	.home_selections {
		float: none;
		width: 100%;
	}

	.home_solutions_nav {
		padding-top: 30px;
	}
	
	.home_solutions_nav ul li.by_head {
		padding: 15px 0 15px 12px;
		font-size: 14px;
	}
	
	.home_by_solution {
		float: none;
		width: 100%;
	}
	
	.home_by_need {
		width: 48%;
		margin: 30px 4% 0 0;
	}
	
	.home_by_industry {
		width: 48%;
		margin: 30px 0 30px 0;
	}

	.home_by_solution ul, .home_by_need ul, .home_by_industry ul {
		width: 100%;
	}
	
	.home_by_solution ul li a, .home_by_need ul li a, .home_by_industry ul li a{
		width: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 0 40px 0 12px;
		font-size: 14px;
		line-height: 18px;
	}
	.home_by_solution .cta {
		display: none;
		width: 100%;
	}
	
	#home_orange_bar {
		background-color: #ff6633;
	}
	
	#home_orange_bar .row_1140 {
		display: block;
		width: 100vw;
	}
	
	#home_orange_bar .home_intro {
		padding: 50px 5% 50px 5%;
	}
	
	#home_orange_bar .home_contact {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 50px 5% 50px 5%;
	}
	
	
	/* LANDING PAGE */
	
	.landing_header .row_770, .landing_header .row_970 {
		padding: 120px 0 40px 0;
	}
	
	.landing_image .row_770 {
		width: 100vw;
	}
	
	.landing_downloads {
		margin: 40px 0 40px 0;
		text-align: left;
	}	
	
	.three_up_blocks {
		display: block;
	}
	
	.three_up_block {
		width: 100%;
	}
	
	
	
	/* 404 */
	
	.page_header_404 .row {
		position: static;
		padding-top: 170px;
	}
		
	.h_h1 {
		float: none;
		width: 100%;
		padding: 45px 0 45px 0;
	}
	
	.h_h1 h1 {
		text-align: center;
	}
	
	.h_intro {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	
	
	/* HEADER CTA */

	.cta_header {
		position: static;
		margin-bottom: 25px;
	}
	
	
	
	/* JUMP LINKS */
	
	.mobile_jump_links_block {
		width: 100%;
		height: auto;
		z-index: 1;
		position: sticky;
		top: 85px;
		left: 0;
		padding: 30px 5%;
		background-color: #f2f2f2;
		box-sizing: border-box;
		overflow-y: auto;
		max-height: calc(100vh - 85px);
	}
	
	.pfloater {
		z-index: 2;
	}
	
	.mobile_jump_to {
		width: 100%;
		height: 50px;
		border-radius: 5px;
		background-color: #F63;
		color: #ffffff;
		text-align: left;
		font-size: 15.625px;
		font-style: normal;
		font-weight: 375;
		line-height: 50px;
		letter-spacing: 0.219px;
		text-transform: uppercase;
		padding: 0 0 0 30px;
		background-image: url(images/icon_jump_down.svg);
		background-repeat: no-repeat;
		background-position: right 30px center;
	}
	
	.mobile_jump_to.dropped {
		background-image: url(images/icon_jump_up.svg);
	}
	
	.mobile_jump_links {
		display: none;
		margin: 0;
	}
	
	.mobile_jump_links ul {
		margin: 0;
	}

	.mobile_jump_links ul li {
		font-size: 18px;
		line-height: 18px;
		font-weight: 600;
		list-style-type: none;
		border-bottom: 1px #dfdfde solid;
		padding: 18px 0;
		margin: 0 0 0 30px;
	}
	
	.mobile_jump_links ul li a {
		color: #ff6633;
		text-decoration: none !important;
	}

	
}


@media screen and (max-width: 600px) {

	.single {
		height: auto;
		background-position: top center;
		background-size: auto 215px;
		overflow: auto;
		padding-top: 0;
	}
	
	.h22-social { column-gap: 1.75rem; }

}


@media (min-width: 64em) { /* 1024px */

	.h22-social {justify-content: flex-start; column-gap: 1.75rem; }
	.h22-social a {display: flex; align-items: center; gap: 1rem;}
	.h22-social span {margin-top: 0;}
	
	

}


