/*
Theme Name: Stream Logistics Theme5
Theme URI: http://www.streamlogistics.com
Description: Stream Logistics Theme5
Version: 1.0
Author: Stream Logistics
*/


/* //////////////////////////////////////////////////////////////////////////////////////
GLOBAL
////////////////////////////////////////////////////////////////////////////////////// */

	/************************************************************************
	#  FIXES
	*************************************************************************/
	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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
		background: transparent;
	}

	:focus {
		outline: 0;
	}

	body {
	}

	caption, th, td {
	text-align: left;
	}

	blockquote:before, blockquote:after, q:before, q:after {content: "";}
	blockquote, q {quotes: "" "";}

	strong{font-weight: bold;}
	em{font-style: italic;}
	.clear{clear: both;}

	something:after{
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	}

	.left, #left, .alignleft, .Left{
		float: left;
	}

	.right, #right, .alignright, .Right{
		float: right;
	}

	/* for top up youtube videos */
	.te_scrollable{
		overflow:hidden !important;
	}
	/************************************************************************
	#  FIXES END
	*************************************************************************/


	/************************************************************************
	#  GENERAL
	*************************************************************************/

	/* ---------------------------------
	General Classes
	--------------------------------- */
	.Clear{
		clear:both;
	}
	.ClearFix:after{
		content: "";
		clear: both;
		display: table;
	}

	.Block{
		display:block;
	}

	.Hide{
		display:none;
	}


	/* ---------------------------------
	Backgrounds
	--------------------------------- */
	.BackgroundDarkBlue{
		background-color: #132048 !important;
	}
	.BackgroundBlue{
		background-color: #0070b9 !important;
	}
	.BackgroundLightBlue{
		background-color: #F2F8FC !important;
	}
	.BackgroundLightBlue2{
		background-color: #DFECF5 !important;
	}
	.BackgroundOrange {
		background-color: #f47d39;
	}
	.BackgroundLightOrange {
		background-color: #FFF0E6;
	}



	/* ---------------------------------
	Text
	--------------------------------- */
	p, body, html, input, textarea, select, input{
		font-size: clamp(16px, 1.4vw, 19px);
		font-family: 'Inter', 'Libre Franklin', sans-serif;
		line-height:1.7em;
		font-weight:400;
		color: #6D6E71;
		-webkit-appearance:none;
	}

	/* h1, h1 a{
		font-size: 36px;
		line-height:1.6em;
		text-decoration:none;
		padding:0;
		margin:0;
		font-family: 'Libre Franklin',sans-serif;
		color: #444444;
		color:#121F48;
		font-weight:600;
	}

	h2{
		font-size:34px;
		line-height:1.6em;
		font-family: 'Libre Franklin',sans-serif;
		color: #444444;
		color:#121F48;
		font-weight:600;
	}

	h3{
		font-size:30px;
		line-height:1.6em;
		font-family: 'Libre Franklin',sans-serif;
		color: #444444;
		color:#121F48;
		font-weight:600;
	}

	h4{
		font-size:28px;
		line-height:1.6em;
		font-family: 'Libre Franklin',sans-serif;
		color: #444444;
		color:#121F48;
		font-weight:600;
	}

	h5{
		font-size:22px;
		line-height:1.6em;
		font-family: 'Libre Franklin',sans-serif;
		color: #444444;
		color:#121F48;
		font-weight:600;
	}

	h6{
		font-size:15px;
		line-height:1.6em;
		font-family: 'Libre Franklin',sans-serif;
		color: #444444;
		color:#121F48;
		font-weight:600;
	} */

	p{
		margin-bottom: clamp(25px, 2.5vw, 35px);
		font-weight:300;
	}

	a:link,
	a:hover,
	a:visited{
		color: #f47d39;
		text-decoration:none;
	}

	a:hover{
	}

	.Underline{
		text-decoration: underline;
	}

	.Entry ul, .Entry ol{
		margin:0 0 30px clamp(20px, 5vw, 30px);
	}

	sup{
		font-size: 60%;
		vertical-align: super;
	}

	.Ellipsis {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}

	.DashedUnderlineGray{
		border-bottom: 1px dashed #999;
	}


	.TextWhite {
		color: #ffffff !important;
	}
	.TextDarkBlue {
		color: #132048 !important;
	}
	.TextOrange {
		color: #f47d39 !important;
	}
	.TextBlue {
		color: #0070b9 !important;
	}
	.TextGray {
		color: #111 !important;
	}
	.TextGreen {
		color: #30ae98 !important;
	}


	.HoverTextDarkBlue a:hover,
	a.HoverTextDarkBlue:hover{
		color: #132048 !important;
	}
	.HoverTextBlue a:hover,
	a.HoverTextBlue:hover{
		color: #0070b9 !important;
	}
	.HoverTextOrange a:hover,
	a.HoverTextOrange:hover {
		color: #f47d39 !important;
	}


	.FontWeight200 {
		font-weight: 200;
	}
	.FontWeight300 {
		font-weight: 300;
	}
	.FontWeight400 {
		font-weight: 400;
	}
	.FontWeight500 {
		font-weight: 500;
	}
	.FontWeight600 {
		font-weight: 600;
	}
	.FontWeight700 {
		font-weight: 700;
	}
	.FontWeight800 {
		font-weight: 800;
	}
	.FontWeight8900 {
		font-weight: 900;
	}


	.LinkArrow{
		background: url('images/construction_logistics_header_icon_arrow_right_darkblue.svg') no-repeat center right;
		background-size:16px;
		height:16px;
		width:16px;
		display:inline-block;
		margin-left:10px;
		position: relative;
		top:2px;
	}
	a:hover .LinkArrow{
		background: url('images/construction_logistics_header_icon_arrow_right_orange.svg') no-repeat center right;
		background-size:16px;
	}
	.LinkArrow2{
		background: url('images/construction_logistics_header_icon_arrow_right_darkblue.svg') no-repeat center right;
		background-size:clamp(15px, 1.5vw, 25px);
		height:clamp(15px, 1.5vw, 25px);
		width:clamp(15px, 1.5vw, 25px);
		display:inline-block;
		margin-left:clamp(10px, 1.5vw, 20px);
		position: relative;
		top:3px;
	}
	a:hover .LinkArrow2{
		margin-left:clamp(20px, 1.5vw, 30px);
	}


	.ImageUnderline{
		background: url('images/construction_logistics_global_underline_1.svg') no-repeat bottom center;
		background-size:100%;
		display:inline-block;
		padding-left:10px;
		margin-left:-10px;
		padding-right:10px;
		margin-right:-10px;
	}
	.ImageUnderline2{
		background: url('images/construction_logistics_global_underline_2.svg') no-repeat bottom center;
		background-size:100%;
		display:inline-block;
		padding-left:10px;
		margin-left:-10px;
		padding-right:10px;
		margin-right:-10px;
	}



	/* ---------------------------------
	Lists
	--------------------------------- */
	ul.Style1{
		list-style: none;
		padding-left:10%;
	}
		ul.Style1 li{
			position: relative;
			margin-bottom: clamp(5px, 1.5vw, 35px);
		}
		ul.Style1 li:before{
			position: absolute;
			left: -28px;
			top: 6px;
			content: ' ';
			display: block;
			width: 11px;
			height: 11px;
			border: 3px solid #0070b9;
			border-radius: 50%;
		}

	ul.Style2{
	}
		ul.Style2 li{
			padding-left:35px;
			margin-bottom: clamp(3px, 2.5vw, 10px);
			list-style: none;
			background: url("images/construction_logistics_global_icon_check_circle_blue.svg") no-repeat left top 3px;
			background-size: clamp(16px, 2.5vw, 22px);
		}
		ul.Style2 li:before{
			position: relative;
			top: 2px;
		}
	ul.Style2.BigText{
	}
		ul.Style2 li{
			padding-left:35px;
			margin-bottom: clamp(5px, 2.5vw, 20px);
			list-style: none;
			background: url("images/construction_logistics_global_icon_check_circle_blue.svg") no-repeat left top 3px;
			background-size: clamp(18px, 2.5vw, 25px);
		}
		ul.Style2.BigText li:before{
			position: relative;
			top: 5px;
		}


	/* ---------------------------------
	Headings
	--------------------------------- */
	/* -- Above Heading -- */
	.AboveHeading{
		color:#c3c3c3 !important;
		letter-spacing: .12em;
		font-weight:600;
		text-transform: uppercase;
		margin-bottom: clamp(10px, 3vw, 20px);
	}
		.AboveHeading a{
			color:#c3c3c3 !important;
			letter-spacing: .12em;
			font-weight:600;
			text-transform: uppercase;
		}
	.AboveHeading.AboveHeading1{
		font-size: clamp(16px, 3.5vw, 20px);
	}
	.AboveHeading.AboveHeading2{
		font-size: clamp(15px, 3.5vw, 17px);
	}


	/* -- Above Heading -- */
	.Heading{
		line-height:1.4em;
		color:#132048;
		font-weight:900;
	}
	.Heading.Heading1{
		font-size: clamp(31px, 3.35vw, 55px);
		margin-bottom: clamp(33px, 2.5vw, 60px);
	}
	.Heading.Heading2{
		font-size: clamp(29px, 3.35vw, 50px);
		margin-bottom: clamp(30px, 2.5vw, 40px);
	}
	.Heading.Heading3{
		font-size: clamp(27px, 3.35vw, 38px);
		margin-bottom: clamp(27px, 2.5vw, 40px);
	}
	.Heading.Heading4{
		font-size: clamp(25px, 3.35vw, 30px);
		margin-bottom: clamp(24px, 2.5vw, 30px);
	}
	.ContentDarkBlueBG .Heading{
		color:#fff !important;
	}


	/* -- Sub Heading Text -- */
	.SubHeadingText,
	p.SubHeadingText,
	.SubHeadingText p{
		color:#6D6E71;
		font-size: clamp(17px, 1.4vw, 21px);
		font-weight:300;
		line-height:1.7em;
		margin-bottom: clamp(25px, 2.5vw, 35px);
	}
	.SubHeadingTextWithPadding{
		padding-bottom: clamp(20px, 2.5vw, 35px);
	}

	/* -- Big Text -- */
	.BigText1{
		color:#132048;
		font-weight:600;
		font-size:clamp(17px, 1.4vw, 21px);
	}
	.BigText2{
		color:#132048;
		font-weight:600;
		font-size:clamp(16px, 1.4vw, 20px);
	}
	a.BigText1,
	.BigText1 a,
	a.BigText2,
	.BigText2 a{
		color:#132048;
		text-decoration: underline;
	}
	a.BigText1:hover,
	.BigText1 a:hover,
	a.BigText2:hover,
	.BigText2 a:hover{
		color:#f47d39;
	}
	a .BigTextPlayButton{
		background: url('images/construction_logistics_global_icon_play_button_darkblue.svg') no-repeat center center;
		background-size: cover;
		width:26px;
		height:26px;
		display:inline-block;
		margin-left:10px;
		text-decoration: none;
		position: relative;
		top:3px;
	}
	a:hover .BigTextPlayButton{
		background: url('images/construction_logistics_global_icon_play_button_orange.svg') no-repeat center center;
		background-size: cover;
	}
	.BigTextNextToButton{
		padding-top: clamp(0px, 1vw, 20px);
	}




	/* ---------------------------------
	Forms
	--------------------------------- */
	label:not(.RadioLabel):not(.CheckboxContainer):not(.Sidebar label){
		color:#111;
		font-size:17px;
		padding-bottom:7px;
	}

	input[type=text],
	input[type=email],
	input[type=password],
	input[type=number],
	textarea,
	select{
		border: 1px solid #132048;
		color:#343434;
		padding:13px 20px !important;
		display:inline-block;
		box-sizing: border-box;
		margin: 0 0 22px 0;
		font-size: clamp(15px, 2.5vw, 17px);
		background: #fff;
		width:100%;
		border-radius:5px;
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	input[type=number] {
		-moz-appearance: textfield;
		/* Firefox */
	}
	input[readonly],
	textarea[readonly],
	select[readonly] {
		background-color: #f5f5f5;
		color: #6b6b6b;
		border: 1px solid #d1d1d1;
		box-shadow: none;
	}

	select.Placeholder,
	input::-webkit-input-placeholder ,
	textarea::-webkit-input-placeholder ,
	select::-webkit-input-placeholder {
		color:#343434;
		opacity: .6;
	}
	select.Placeholder,
	input:-moz-placeholder,
	textarea:-moz-placeholder,
	select:-moz-placeholder {
		color:#343434;
		opacity: .6;
	}
	select.Placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder,
	select::-moz-placeholder {
		color:#343434;
		opacity: .6;
	}
	select.Placeholder,
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder,
	select:-ms-input-placeholder {
		color:#343434;
		opacity: .6;
	}
	input:focus::-webkit-input-placeholder ,
	textarea:focus::-webkit-input-placeholder ,
	select:focus::-webkit-input-placeholder {
		opacity: .4;
	}
	input:focus:-moz-placeholder,
	textarea:focus:-moz-placeholder,
	select:focus:-moz-placeholder {
		opacity: .4;
	}
	input:focus::-moz-placeholder,
	textarea:focus::-moz-placeholder,
	select:focus::-moz-placeholder {
		opacity: .4;
	}
	input:focus:-ms-input-placeholder,
	textarea:focus:-ms-input-placeholder,
	select:focus:-ms-input-placeholder {
		opacity: .4;
	}

	input[type=checkbox]{
		-webkit-appearance:checkbox;
		position: relative;
		top:1px;
	}

	input.DatePicker{
		padding-right:35px;
		background: #fff url('images/construction_logistics_global_icon_calendar_black.svg') no-repeat right 12px top 14px;
		background-size: 26px;
	}

	select{
		padding:17px 20px 16px 20px;
		background: #fff url('images/construction_logistics_global_icon_arrow_down_orange.svg') no-repeat right 15px top 24px;
		background-size: 18px;
	}

	input:focus,
	textarea:focus,
	select:focus{
		box-shadow: 0px 0px 8px #0070B927;
		border: 1px solid #0070B9;
	}

	input:disabled,
	textarea:disabled,
	select:disabled{
		background:#c4c4c4;
	}

	a.Submit,
	input.Submit,
	.post-password-form input[type=submit]{
		min-width:150px;
		margin-top:10px;
		/*background:#f47d39 !important;
		border:2px solid #f47d39;
		border-radius:3px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color:#fff;
		font-family: -apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,cantarell,helvetica neue,ubuntu,sans-serif;
		cursor:pointer;
		width:auto;
		padding:17px 40px;
		min-width:150px;*/
	}
	a.Submit:hover,
	input.Submit:hover{
		/*background:transparent !important;
		color:#f47d39;*/
	}
	a.Submit:disabled,
	input.Submit:disabled{
		background:#555 !important;
		color:#fff !important;
		border:2px solid #555;
	}


	/* -- Radio Buttons -- */

	.RadioContainer:after{
		content: "";
		clear: both;
		display: table;
	}
		.RadioLabel{
			float:left;
			line-height:26px;
			padding-left:10px;
		}
		
		input[type="radio"] {
			float:left;
			/* Add if not using autoprefixer */
			-webkit-appearance: none;
			/* Remove most all native input styles */
			appearance: none;
			/* For iOS < 15 */
			background-color: var(#fff);
			/* Not removed via appearance */
			margin: 0;

			font: inherit;
			color: #132048;
			width: 26px;
			height: 26px;
			border: 1px solid #132048;
			border-radius: 50%;
			transform: translateY(-0.075em);

			display: grid;
			place-content: center;
		}

		input[type="radio"]::before {
			content: "";
			width: 17px;
			height: 17px;
			border-radius: 50%;
			transform: scale(0);
			transition: 120ms transform ease-in-out;
			box-shadow: inset 1em 1em var(#fff);
			/* Windows High Contrast Mode */
			background-color: #132048;
		}

		input[type="radio"]:checked::before {
			transform: scale(1);
		}


	/* -- Checkboxes -- */

	/* Customize the label (the container) */
	.CheckboxContainer {
		display: block;
		position: relative;
		padding-left: 35px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

		/* Hide the browser's default checkbox */
		.CheckboxContainer input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
			height: 0;
			width: 0;
		}

		/* Create a custom checkbox */
		.Checkmark {
			position: absolute;
			top: 2px;
			left: 0;
			height: 23px;
			width: 23px;
			background-color: #fff;
			border: 1px solid #132048;
		}

		/* On mouse-over, add a grey background color */
		.CheckboxContainer:hover input ~ .Checkmark {
			background-color: #fff;
			/* border: 1px solid #132048; */
		}

		/* When the checkbox is checked, add a blue background */
		.CheckboxContainer input:checked ~ .Checkmark {
			background-color: #132048;
		}

		/* Create the checkmark/indicator (hidden when not checked) */
		.Checkmark:after {
			content: "";
			position: absolute;
			display: none;
		}

		/* Show the checkmark when checked */
		.CheckboxContainer input:checked ~ .Checkmark:after {
			display: block;
		}

		/* Style the checkmark/indicator */
		.CheckboxContainer .Checkmark:after {
			left: 8px;
			top: 4px;
			width: 5px;
			height: 10px;
			border: solid white;
			border-width: 0 3px 3px 0;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}


	/* -- File Input -- */

	input.InputFile{
		display: none;
	}
	label.InputFileLabel{
		border: 1px solid #e1e1e1;
		padding:13px 20px !important;
		display:inline-block;
		box-sizing: border-box;
		margin: 0 0 28px 0;
		background: #e1e1e1;
		width:100%;
		border-radius:0px;
		font-size:16px;
		line-height:1.6em;
		font-weight:400;
		color: #5d5d5d;
		-webkit-appearance:none;
		letter-spacing:.05em;
		text-transform:none;
	}

	input.InputError,
	select.InputError,
	textarea.InputError{
		border:1px solid #e73636 !important;
	}

	.UploadFileContainer{
		position: relative;
		overflow: hidden;
		border:1px solid #132048;
		border-radius:5px;
		margin: 0 0 22px 0;
	}
		.UploadFileContainer input{
			font-size: 100px;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}
		.UploadFileButton{
			background:#F2F8FC;
			color:#111;
			padding:13px 20px;
			float:left;
			border-right:1px solid #132048;
		}
		.UploadFileChooseFile{
			padding:13px 20px;
			float:left;
		}

	.FormResponseError{
		background:#F47D3A;
		padding:15px 20px;
		margin-bottom:25px;
		color:#fff;
		border-radius: 3px;
	}
	.FormResponseError2{
		background:#e73636;
		padding:15px 20px;
		margin-bottom:25px;
		color:#fff;
		border-radius: 3px;
	}
	.FormResponseSuccess{
		background:#132048;
		padding:15px 20px;
		margin-bottom:25px;
		color:#fff;
		border-radius: 3px;
	}


	/* -- Form Response Messages -- */

	.FormMessages{
	}
		.FormSuccess{
			background:#0070b9;
			color:#fff;
			padding:20px 25px;
			margin-bottom:35px;
		}
		.FormError{
			background:#f47d39;
			color:#fff;
			padding:20px 25px;
			margin-bottom:35px;
		}
		.FormInfo{
			background:#F2F8FC;
			color:#fff;
			padding:20px 25px;
			margin-bottom:35px;
		}


	/* ---------------------------------
	Tables
	--------------------------------- */
	.TableContainer{
		overflow:auto;
		max-width:100%;
	}

	table{
		width:100%;
	}
		table td input,
		table td select,
		table td textarea{
			/* margin-bottom:0px !important; */
		}

	.Entry table.Style2{
		width:100%;
		border-spacing: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow:  0px 1px 2px 2px #dddddd;
		box-shadow:  0px 2px 2px 0px #dddddd;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		color:#555;
		font-size:12px;
		table-layout:fixed;
	}
	.Entry table.Style2 td, .Entry table.Style2 th{
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
	}
		.Entry table.Style2 tr th{
			color:#111;
			font-size:12px;
			font-weight:600;
			padding: 8px 10px 7px;
			border-top:1px solid #f1f1f1;
			border-bottom:1px solid #f1f1f1;
			background: #e8eaea;
			text-align:center;
		}
		.Entry table.Style2 tr td {
			background:#fff;
			padding:5px 10px;
			white-space: nowrap;
			overflow: hidden;
			height:26px;
		}
		.Entry table.Style2 tr td div{
			display:none;
		}
		.Entry table tfoot tr td {
			background:#fff;
			padding:5px 10px;
			color:#888;
			font-style: italic;
			font-size:10px;
			background: #f9f9f9;
		}
		.Entry table.Style2 textarea{
			border: none;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			color:#555;
			padding: 0;
			margin: 0;
			font-size:12px;
			background: transparent;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			width:100%;
			height:300px;
		}
		.Entry table.Style2 textarea:focus{
			background: transparent;
			border:none;
		}

	.Entry table.Style2{
		width:100%;
		border-spacing: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow:  0px 1px 2px 2px #dddddd;
		box-shadow:  0px 2px 2px 0px #dddddd;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		color:#555;
		font-size:12px;
		table-layout:fixed;
	}
	.Entry table.Style2 td, .Entry table.Style2 th{
		border-top:1px solid #cccfd1;
		border-right:1px solid #cccfd1;
	}
		.Entry table.Style2 tr th{
			color:#111;
			font-size:12px;
			font-weight:600;
			padding: 8px 10px 7px;
			border-top:1px solid #f1f1f1;
			border-bottom:1px solid #f1f1f1;
			background: #e8eaea;
			text-align:center;
		}
		.Entry table.Style2 tr td {
			background:#fff;
			padding:5px 10px;
			white-space: nowrap;
			overflow: hidden;
			height:26px;
		}
		.Entry table.Style2 tr td div{
			display:none;
		}
		.Entry table.Style2 tfoot tr td {
			background:#fff;
			padding:5px 10px;
			color:#888;
			font-style: italic;
			font-size:10px;
			background: #f9f9f9;
		}
		.Entry table.Style2 textarea{
			border: none;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			color:#555;
			padding: 0;
			margin: 0;
			font-size:12px;
			font-family: arial, sans-serif;
			background: transparent;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			width:100%;
			height:300px;
		}
		.Entry table.Style2 textarea:focus{
			background: transparent;
			border:none;
		}

		.TableStandard{
			width:100%;
			border:1px solid #ddd;
			letter-spacing:-.015em;
		}
			/* head */
			table.TableStandard thead{
			}
				table.TableStandard thead tr{
					border-bottom:1px solid #ddd;
					background:#f2f2f2;
				}
					table.TableStandard thead tr th{
						padding:13px 5px 12px 5px;
						font-family: 'Open Sans', sans-serif;
						font-weight:600;
						font-size:14px;
						color:#333;
						text-align:left;
						white-space:nowrap;
						position:relative;
						text-align:center;
					}
						table.TableStandard thead tr th a{
							position:relative;
							padding-right: 12px;
							font-weight:600;
							font-size:14px;
							color:#333 !important;
							text-decoration:none !important;
							text-align:center;
						}
						table.TableStandard thead tr th a.TableStandardHeadSort-asc::after{ 
							content: "";
							position: absolute;
							top: 8px;
							right: 0;
							width: 0; 
							height: 0; 
							display: block;
							border-left: 4px solid transparent;
							border-right: 4px solid transparent;
							border-bottom: 5px solid #333;
						}
						table.TableStandard thead tr th a.TableStandardHeadSort-desc::after{
							content: "";
							position: absolute;
							top: 8px;
							right: 0;
							width: 0; 
							height: 0; 
							display: block;
							border-left: 4px solid transparent;
							border-right: 4px solid transparent;
							border-top: 5px solid #333;
						}
						table.TableStandard thead tr th a.BoardSearchHeadSubmitButton{
							color:#fff !important;
						}
						.TableStandardTHFilterButton{
							cursor:pointer;
						}
						.TableStandardTHFilterBox{					
							display:none;
							background:#F2F2F2;
							border:1px solid #ddd;
							border-radius:2px;
							position:absolute;
							top:32px;
							left:0px;
							width:200px;
							padding: 12px 15px;
							z-index:2;
						}
						.TableStandardTHFilterBox .Checkboxes{
							background:#F2F2F2; 
							display:block; 
							left:-12px; 
							top:-8px; 
							margin-top:-4px;
							/* border: 1px solid #ddd; */
							border-radius:2px;
						}
						.TableStandardTHFilterBoxRight{
							left:auto;
							right:0px;
						}
			/* body */
			table.TableStandard tbody{
			}
				table.TableStandard tbody tr{
					background:#fff;
					border-bottom:1px solid #ececec;
				}
				table.TableStandard tbody tr:nth-child(even){
					background:#f7f7f7;
				}
				table.TableStandard tbody tr.Odd{
					background:#fff;
				}
				table.TableStandard tbody tr.Even{
					background:#f7f7f7;
				}
				table.TableStandard tbody tr.AlertRed{
					background: #fcdede !important;
				}
				table.TableStandard tbody tr.AlertOrange{
					background: #ffd4be !important;
				}
					table.TableStandard tbody tr td{
						padding:11px 5px 11px 5px;
						color:#555;
						font-size:14px;
						font-family: 'Open Sans', sans-serif;
						font-weight:400;
						vertical-align:middle;
						line-height:1.3em;
						white-space:nowrap;
						text-align:center;
					}
					table.TableStandard tbody tr td.TDShipmentStatus{
						width:7px !important;
						padding:0px !important;
					}
					table.TableStandard tbody tr td a{
						color:#398bce;
						text-decoration:none;
					}
					table.TableStandard tbody tr td a:hover{
						text-decoration:underline;
					}
			
		
			/* footer */
			table.TableStandard tfoot{
			}
				table.TableStandard tfoot tr{
					background:#fff;
					border-top:2px solid #ececec;
				}
					table.TableStandard tfoot tr td{
						padding:21px 7px 21px 7px;
						color:#555;
						font-size:12px;
						font-family: 'Open Sans', sans-serif;
						font-weight:600;
						vertical-align:middle;
						line-height:1.3em;
					}
					table.TableStandard tfoot tr td:first-child{
						padding-left:20px;
					}

		.TooltipTableLabel{
			text-transform: uppercase;
			border-bottom:1px solid #fff;
			padding-bottom:4px;
			margin-bottom:6px;
			font-size:13px;
		}
		table.TooltipTable{
			border-collapse: collapse;
			border-spacing: 0; /* replaces cellspacing="0" */
		}		
			table.TooltipTable td{
				padding: 4px 0;
				font-size:13px;
				color:#fff;
				white-space: nowrap;
				vertical-align: top;
			}
			table.TooltipTable td:first-child{
				padding-right:15px;
				width:30px;
			}


	/* ---------------------------------
	Buttons
	--------------------------------- */
	.Entry a.Button,
	a.Button,
	input.Button,
	.Button,
	#entry-navigation a{
		padding-top: clamp(12px, 1.5vw, 18px);
		padding-bottom: clamp(12px, 1.5vw, 18px);
		padding-left: clamp(45px, 3.4vw, 70px);
		padding-right: clamp(45px, 3.4vw, 70px);
		font-size: clamp(16px, 1.55vw, 22px);
		line-height:1.6em;
		text-align:center;
		border-radius:90px;
		text-decoration:none !important;
		display:inline-block;
		width:auto;
		position:relative;
		overflow:visible;
		text-transform:none;
		font-weight:600;
		background:#f47d39;
		border:2px solid #f47d39;
		color:#fff !important;
		cursor:pointer;
	}
	.Entry a.Button2,
	a.Button2,
	input.Button2,
	.Button2,
	#entry-navigation a{
		padding-top: clamp(10px, 2vw, 15px);
		padding-bottom: clamp(10px, 2vw, 15px);
		padding-left: clamp(37px, 4vw, 62px);
		padding-right: clamp(37px, 4vw, 62px);
		font-size: clamp(17px, 2vw, 21px);
	}
	.Entry a.Button3,
	a.Button3,
	input.Button3,
	.Button3
	.Entry a.Button3{
		padding-top: clamp(8px, 2vw, 10px);
		padding-bottom: clamp(8px, 2vw, 10px);
		padding-left: clamp(30px, 4vw, 40px);
		padding-right: clamp(30px, 4vw, 40px);
		font-size: clamp(16px, 2vw, 19px);
	}
	.Entry a.Button4,
	a.Button4,
	input.Button4,
	.Button4
	.Entry a.Button4{
		padding-top: clamp(6px, 2vw, 8px);
		padding-bottom: clamp(6px, 2vw, 8px);
		padding-left: clamp(25px, 4vw, 35px);
		padding-right: clamp(25px, 4vw, 35px);
		font-size: clamp(15px, 2vw, 17px);
	}
	.Entry a.Button:hover,
	a.Button:hover,
	input.Button:hover,
	.Button:hover,
	#entry-navigation a:hover{
		background:#C15A1E;
		border:2px solid #C15A1E;
	}

	.Entry a.ButtonOrange,
	a.ButtonOrange,
	input.ButtonOrange,
	.ButtonOrange{
		background:#f47d39;
		border:2px solid #f47d39;
		color:#fff !important;
	}
	.Entry a.ButtonOrange:hover,
	a.ButtonOrange:hover,
	input.ButtonOrange:hover,
	.ButtonOrange:hover{
		background:#C15A1E;
		border:2px solid #C15A1E;
	}

	.Entry a.ButtonDarkBlue,
	a.ButtonDarkBlue,
	input.ButtonDarkBlue,
	.ButtonDarkBlue{
		background:#132048 !important;
		border:2px solid #132048 !important;
		color:#fff !important;
	}
	.Entry a.ButtonDarkBlue:hover,
	a.ButtonDarkBlue:hover,
	input.ButtonDarkBlue:hover,
	.ButtonDarkBlue:hover{
		background:#0070b9 !important;
		border:2px solid #0070b9 !important;
	}

	.Entry a.ButtonWhiteOrange,
	a.ButtonWhiteOrange,
	input.ButtonWhiteOrange,
	.ButtonWhiteOrange{
		background:#fff !important;
		border:2px solid #fff !important;
		color:#f47d39 !important;
	}
	.Entry a.ButtonWhiteOrange:hover,
	a.ButtonWhiteOrange:hover,
	input.ButtonWhiteOrange:hover,
	.ButtonWhiteOrange:hover{
		background:transparent  !important;
		color:#fff !important;
	}

	.Entry a.ButtonWhiteDarkBlue,
	a.ButtonWhiteDarkBlue,
	input.ButtonWhiteDarkBlue,
	.ButtonWhiteDarkBlue{
		background:#fff !important;
		border:2px solid #fff !important;
		color:#132048 !important;
	}
	.Entry a.ButtonWhiteDarkBlue:hover,
	a.ButtonWhiteDarkBlue:hover,
	input.ButtonWhiteDarkBlue:hover,
	.ButtonWhiteDarkBlue:hover{
		background:transparent !important;
		color:#fff !important;
	}

	.Entry a.ButtonHollowDarkBlue,
	a.ButtonHollowDarkBlue,
	input.ButtonHollowDarkBlue,
	.ButtonHollowDarkBlue{
		background:transparent !important;
		border:2px solid #132048 !important;
		color:#132048 !important;
	}
	.Entry a.ButtonHollowDarkBlue:hover,
	a.ButtonHollowDarkBlue:hover,
	input.ButtonHollowDarkBlue:hover,
	.ButtonHollowDarkBlue:hover{
		background:transparent !important;
		color:#0070b9 !important;
		border:2px solid #0070b9 !important;
	}
	.Entry a.ButtonHollowWhite,
	a.ButtonHollowWhite,
	input.ButtonHollowWhite,
	.ButtonHollowWhite{
		background:transparent !important;
		border:2px solid #ffffff !important;
		color:#ffffff !important;
	}
	.Entry a.ButtonHollowWhite:hover,
	a.ButtonHollowWhite:hover,
	input.ButtonHollowWhite:hover,
	.ButtonHollowWhite:hover{
		background:transparent !important;
		color:#f47d39 !important;
		border:2px solid #f47d39 !important;
	}


	/* ---------------------------------
	Images
	--------------------------------- */
	img{
		max-width: 100%;
		height:auto;
	}

	.Entry img,
	.Entry p img,
	.Entry figure {
		padding: 0;
		max-width: 100%;
		height: auto;
		margin-bottom:50px;
		border-radius:15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.Entry figure img,
	.Entry figure p img{
		margin-bottom:0px;
	}

	.Entry figure{
		display:block;
		border:none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.Entry figure figcaption{
		font-size:13px;
		font-style: italic;
		display:block !important;
	}

	.Entry .WebsiteIframe {
		padding: 0 !important;
		margin-bottom:50px !important;
		height:425px !important;
		max-width: 100% !important;
		border:6px solid #fff !important;
		-webkit-box-shadow: 0px 0px 0px 1px rgba(102,102,102,0.23) !important;
		-moz-box-shadow: 0px 0px 0px 1px rgba(102,102,102,0.23) !important;
		box-shadow: 0px 0px 0px 1px rgba(102,102,102,0.23) !important;
	}
	.Entry iframe .widget-position-right {
		display:none !important;
	}

	.Entry img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.Entry figure.alignright,
	.Entry img.alignright {
		margin: 10px 0 5px 35px;
		display: inline;
	}

	.Entry figure.alignleft,
	.Entry img.alignleft {
		margin: 10px 35px 5px 0;
		display: inline;
	}

	.alignright {
		float: right;
	}

	.alignleft {
		float: left;
	}

	.aligncenter{
		display:block;
		margin:0 auto;
	}

	@media screen and (max-width: 650px){
		.Entry .alignright,
		.Entry .alignleft{
			margin:0 0 10px 0 !important;
			float:none;
			display:block !important;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
	}


	/* ---------------------------------
	Columns
	--------------------------------- */
	.Columns:after{
	}
		.Col{
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

	.Columns2:after{
	}
		.Columns2 .Col{
			float:left;
			width:47%;
			margin-left:6%;
		}
		.Columns2 .Col:nth-child(2n+1) {
			clear:left;
			margin-left:0px;
		}
	@media screen and (max-width: 750px){
		.Columns2 .Col{
			float:none;
			width:100%;
			margin-left:0px;
			margin-bottom:45px;
		}
		.Columns2 .Col.NoMargin{
			margin-bottom:0px;
		}
	}

	.Columns3:after{
	}
		.Columns3 .Col{
			float:left;
			width:30%;
			margin-left:5%;
		}
		.Columns3 .Col:nth-child(3n+1) {
			clear:left;
			margin-left:0px;
		}
	@media screen and (max-width: 800px){
		.Columns3 .Col{
			float:none;
			width:100%;
			margin-left:0px;
			margin-bottom:35px;
		}
		.Columns3 .Col.NoMargin{
			margin-bottom:0px;
		}
	}

	.Columns4:after{
	}
		.Columns4 .Col{
			float:left;
			width:22%;
			margin-left:4%;
		}
		.Columns4 .Col:nth-child(4n+1) {
			clear:left;
			margin-left:0px;
		}
	@media screen and (max-width: 1000px){
		.Columns4 .Col{
			width:47%;
			margin-bottom: 40px;
		}
		.Columns4 .Col:nth-child(4n+1) {
			clear:none;
			margin-left:6%;
		}
		.Columns4 .Col:nth-child(2n+1) {
			clear:left;
			margin-left:0px;
		}
		.Columns4 .Col.NoMargin{
			margin-bottom:0px;
		}
	}
	@media screen and (max-width: 800px){
		.Columns4 .Col{
			float:none;
			width:100%;
			margin-left:0px;
			margin-bottom:35px;
		}
	}

	.Columns5:after{
	}
		.Columns5 .Col{
			float:left;
			width:18%;
			margin-left:2%;
		}
		.Columns5 .Col:nth-child(5n+1) {
			clear:left;
			margin-left:0px;
		}
	@media screen and (max-width: 1150px){
		.Columns5 .Col{
			width:47%;
			margin-bottom: 40px;
		}
		.Columns5 .Col:nth-child(5n+1) {
			clear:none;
			margin-left:6%;
		}
		.Columns5 .Col:nth-child(2n+1) {
			clear:left;
			margin-left:0px;
		}
		.Columns5 .Col.NoMargin{
			margin-bottom:0px;
		}
	}
	@media screen and (max-width: 700px){
		.Columns5 .Col{
			float:none;
			width:100%;
			margin-left:0px;
			margin-bottom:35px;
		}
	}


	/* ---------------------------------
	Video iframes
	--------------------------------- */
	.iframeVideoContainer {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
		.iframeVideo {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}


	/* ---------------------------------
	Accordion
	--------------------------------- */
	.Accordion{
	}
		.AccordionBlock{
			margin-bottom:10px;
		}
			a.AccordionTitle{
				color:#333;
				font-size: clamp(16px, 1.6vw, 21px);
				padding:8px 30px 8px 0px;
				display:inline-block;
				font-weight:600;
			}
				.AccordionTitleInner{
					background: url(images/construction_logistics_global_icon_arrow_down_darkblue.svg) right center no-repeat;
					background-size: clamp(14px, 2vw, 18px);
					padding-right:30px;
				}
			.AccordionBlock.Active a.AccordionTitle,
			.AccordionBlock:hover a.AccordionTitle{
				color:#f47d39 !important;
			}
				.AccordionBlock.Active .AccordionTitleInner{
					background: url(images/construction_logistics_global_icon_arrow_up_orange.svg) right center no-repeat;
					background-size: clamp(14px, 2vw, 18px);
				}
			.AccordionContent{
				display:none;
				padding:10px 0px;
				font-weight:300;
			}
@media screen and (min-width: 1000px){
			#definitions-row-2 .AccordionContent{
				display:block;	/* Chris asked for this on desktop for SEO */	
			}
}
			.AccordionBlock.Active .AccordionContent{
				display:block
			}
			/* DarkBlue BG */
			.ContentDarkBlueBG a.AccordionTitle{
				color:#fff !important;
			}
				.ContentDarkBlueBG .AccordionTitleInner{
					background: url(images/construction_logistics_global_icon_arrow_down_white.svg) right center no-repeat;
					background-size: clamp(14px, 2vw, 18px);
				}
			.ContentDarkBlueBG .AccordionContent{
				color:#fff !important;
			}
@media screen and (min-width: 1000px){
			.AccordionBlock.Active a.AccordionTitle,
			.AccordionBlock:hover a.AccordionTitle{
				cursor: default;
			}
				#faq-row-2 .AccordionTitleInner{
						background: none;
						background-size: clamp(14px, 2vw, 18px);
					}
				#faq-row-2 .AccordionBlock a.AccordionTitle{
					color:#0070b9 !important;
				}
					#faq-row-2 .AccordionBlock.Active .AccordionTitleInner{
						background: none;
						background-size: clamp(14px, 2vw, 18px);
					}
				#faq-row-2 .AccordionContent{
					display:block;
				}
}


	/* ---------------------------------
	Page Titles
	--------------------------------- */
	.PageTitle1{
		font-size:55px;
		font-weight:800;
		text-align:center;
		color:#132048;
		line-height: 1.5em;
		text-transform: uppercase;
		padding:15px 0 60px;
	}

	@media screen and (max-width: 600px){
	.PageTitle1{
		font-size:35px;
	}
	}

	/* ---------------------------------
	Social Share
	--------------------------------- */
	.SocialShare{
		padding:0 0 30px;
	}
		.SocialShareButton {
			float: left;
			background: url('images/construction_logistics_blog_social_share_share.webp') no-repeat 18px center;
			background-color: #656664;
			border-radius: 5px;
			width: 100px;
			height: 45px;
		}
			.SocialShareButtonText {
				color: #EAEAE8;
				font-weight: 600;
				font-size: 12px;
				padding-left: 45px;
				position: relative;
				top: 50%;
				transform: translateY(-50%); 
			}

		.SocialShareArrow {
			float: left;
			background: url('images/construction_logistics_blog_social_share_arrow.webp') no-repeat right center;
			background-color: transparent;
			width: 10px;
			height: 45px;
		}

		.SocialShareSites {
			float: left;
			background-color: #F5F5F5;
			border-radius: 2px;
			width: 150px;
			height: 45px;
		}
			.SocialShareSite {
				float: left;
				height: 45px;
				width: 35px;
				margin-left: 10px;
			}
			.SocialShareFacebook {
				background: url('images/construction_logistics_blog_social_share_facebook.webp') no-repeat center center;
			}
			.SocialShareTwitter {
				background: url('images/construction_logistics_blog_social_share_twitter.webp') no-repeat center center;
			}
			.SocialShareLinkedIn {
				background: url('images/construction_logistics_blog_social_share_linkedin.webp') no-repeat center center;
			}
			.SocialSharePinterest {
				background: url('images/construction_logistics_blog_social_share_pinterest.webp') no-repeat center center;
			}


	/* ---------------------------------
	Rotate
	--------------------------------- */
	.Rotate {
		animation: rotation .8s infinite linear;
	}
	@keyframes rotation {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(359deg);
		}
	}


	/* ---------------------------------
	Marquee
	--------------------------------- */
	.Marquee {
	overflow: hidden;
	}


	/* ---------------------------------
	Content Tabs
	--------------------------------- */
	/* Content Tabs - Style3 */
	.ContentTabs.Style3{
		border-bottom:1px solid #ccc;
	}
		.ContentTabs.Style3 a{
			position: relative;
			top: 1px;
			border-left: none;
			color: #333333;
			padding: 14px 25px;
			text-decoration: none !important;
			display: inline-block;
			float: left;
			font-weight: 600;
		}
		.ContentTabs.Style3 a:hover,
		.ContentTabs.Style3 a.Active{
			border-bottom:2px solid #f47d3a;
		}

	/* Content Tab Blocks */
	.ContentTabBlocks{
	}
		.ContentTabBlock{
			border:1px solid #ccc;
			border-top:none;
			padding:25px;
			display:none;
		}
		.ContentTabBlock.Active{
			display:block;
		}



	/* ---------------------------------
	Toggles
	--------------------------------- */
	.ToggleContainer {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 10px;
	}

		.ToggleContainer input { 
			opacity: 0;
			width: 0;
			height: 0;
		}

		.Toggle {
			position: absolute;
			cursor: pointer;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: #ccc;
			-webkit-transition: .4s;
			transition: .4s;
			border-radius: 17px;
		}
		.ToggleOffGray{
			background-color: #ccc;
		}
		.ToggleOffBlue{
			background-color: #398bce;
		}
		.ToggleOffRed{
			background-color: #F25959;
		}
		.ToggleOffGreen{
			background-color: #1bbda0;
		}

		.Toggle:before {
			position: absolute;
			content: "";
			height: 13px;
			width: 13px;
			left: 2px;
			bottom: 2px;
			background-color: white;
			-webkit-transition: .4s;
			transition: .4s;
			border-radius: 50%;
		}

		input:checked + .Toggle.ToggleOnBlue {
			background-color: #398bce;
		}
		input:focus + .Toggle.ToggleOnBlue {
			box-shadow: 0 0 1px #398bce;
		}

		input:checked + .Toggle.ToggleOnRed {
			background-color: #F25959;
		}
		input:focus + .Toggle.ToggleOnRed {
			box-shadow: 0 0 1px #F25959;
		}

		input:checked + .Toggle.ToggleOnGreen {
			background-color: #1bbda0;
		}
		input:focus + .Toggle.ToggleOnGreen {
			box-shadow: 0 0 1px #1bbda0;
		}

		input:checked + .Toggle:before {
			-webkit-transform: translateX(13px);
			-ms-transform: translateX(13px);
			transform: translateX(13px);
		}


	/* ---------------------------------
	Backgrounds
	--------------------------------- */
	.ContentWhiteBG{
		background:#fff;
	}
	.ContentGrayBG{
		background:#FAFAFA;
	}
	.ContentDarkBlueBG{
		background:#132048;
		color:#fff;
	}
	.ContentDarkBlueBG a,
	.ContentDarkBlueBG label,
	.ContentDarkBlueBG p{
		color:#fff;
	}
	.ContentDarkBlueBG a{
		text-decoration: underline;
	}
	.ContentLightBlueBG{
		background:#F2F8FC;
	}
	.ContentOrangeBG{
		background:#f47d3a;
		color:#fff;
	}
	.ContentOrangeBG a,
	.ContentOrangeBG label,
	.ContentOrangeBG p{
		color:#fff;
	}



	/* ---------------------------------
	Video Images
	--------------------------------- */
	.VideoImageContainer{
	}
		.VideoImageContainer a{
			display:block;
			margin:0 auto;
		}
			.VideoImageContainer img.VideoImage{
				display:block;
				margin:0 auto;
			}
			.VideoImageContainer img.VideoImage:hover{
				opacity:.8;
			}


	/* ---------------------------------
	Password Protected
	--------------------------------- */
	.post-password-form{
		padding:100px 0;
		width:500px;
		max-width:100%;
		margin:0 auto;
	}


	/* ---------------------------------
	Page Status Bar
	--------------------------------- */
	.PageStatusBarContainer{
		background:#F4F4F4;
		height:8px;
	}
		.PageStatusBar{
			background:#79CAFF;
			height:8px;
		}


	/* ---------------------------------
	Other
	--------------------------------- */
	.grecaptcha-badge { 
		visibility: hidden; 
	}


	/* ---------------------------------
	Content Rows
	--------------------------------- */
	.ContentRowContainer{
		padding-top: clamp(50px, 6vw, 120px);
		padding-bottom: clamp(50px, 6vw, 120px);
	}
	.ContentRowContainer1{
		padding-top: clamp(40px, 7vw, 80px) !important;
	}
		.ContentRow{
		}

			.ContentRow .Button{
				/* margin-bottom: clamp(30px, 3vw, 50px); */
			}


			/* -- Widths -- */
			.Width10{
				width:10%;
			}
			.Width15{
				width:15%;
			}
			.Width20{
				width:20%;
			}
			.Width25{
				width:25%;
			}
			.Width30{
				width:30%;
			}
			.Width35{
				width:35%;
			}
			.Width40{
				width:40%;
			}
			.Width45{
				width:45%;
			}
			.Width50{
				width:50%;
			}
			.Width55{
				width:55%;
			}
			.Width60{
				width:60%;
			}
			.Width65{
				width:65%;
			}
			.Width70{
				width:70%;
			}
			.Width75{
				width:75%;
			}
			.Width80{
				width:80%;
			}
			.Width85{
				width:85%;
			}
			.Width90{
				width:90%;
			}


			/* -- Left -- */
			.ContentRowLeft{
				float:left;
			}


			/* -- Right -- */
			.ContentRowRight{
				float:right;
			}

	/************************************************************************
	#  GENERAL END
	*************************************************************************/



	/************************************************************************
	#  STRUCTURE
	*************************************************************************/
	html{
		background: #132048;
	}

	body{
		background:#fff;
	}

		.PageWidth{
			max-width:1450px;
			margin:0 auto;
			padding-left:4% !important;
			padding-right:4% !important;
		}
	@media screen and (max-width: 1200px){
		.PageWidth{
			padding-left:25px !important;
			padding-right:25px !important;
		}
	}
	@media screen and (max-width: 650px){
		.PageWidth{
			padding-left:15px !important;
			padding-right:15px !important;
		}
	}


		/* ---------------------------------
		Header
		--------------------------------- */
		#header-container{
			position: relative;
			z-index:3;
		}
			#header{
				padding-top:30px;
				padding-bottom:50px;
			}
				#logo{
					float:left;
					max-width:290px;
					margin-top:36px;
					display:block;
				}
					#logo img{
						display:block;
						margin:0px;
					}


				/* ---------------------------------
				Navigation
				--------------------------------- */
				#nav-container{
					float:right;
				}
					#nav-top{
						padding-bottom:14px;
					}
						#nav-top a{
							color:#555;
							font-size:17px;
							font-weight:400;
							float:right;
							display:block;
						}
						#nav-top-link-1{
							padding-right:40px;
							padding-left:31px;
							background: url('images/construction_logistics_header_icon_truck_blue2.svg') no-repeat center left;
							background-size:23px;
							color:#0070b9 !important;
						}
						#nav-top-link-2{
							padding-right:40px;
							padding-left:31px;
							background: url('images/construction_logistics_header_icon_truck_lightgray.svg') no-repeat center left;
							background-size:23px;
						}
						#nav-top-link-3{
							padding-right:40px;
							padding-left:31px;
							background: url('images/construction_logistics_header_icon_person_lightgray.svg') no-repeat center left;
							background-size:22px;
						}
					#nav{
						line-height:2.2em;
					}
						#nav-links{
							float:right;
						}
							.NavLink{
								position: relative;
								float:left;
								display:block;
								padding-left:50px;
								padding-right:25px;
								background: url('images/construction_logistics_header_icon_arrow_down_darkblue.svg') no-repeat center right;
								background-size:16px;
							}
							.NavLink:hover{
								background: url('images/construction_logistics_header_icon_arrow_down_orange.svg') no-repeat center right;
								background-size:16px;
							}
							#nav-link-1{
								padding-left:0px;
							}
								.NavLinkText{
									font-size:20px;
									line-height: 90px;
									height:90px;
									color: #343434;
									font-weight:600;
									box-sizing: border-box;
									-moz-box-sizing: border-box;
									-webkit-box-sizing: border-box;
								}
								.NavLink:hover .NavLinkText{
									color: #E4834A;
									border-bottom:3px solid #E4834A;
								}
								/* -- SubNav -- */
								.SubNav{
									display:none;
									position: absolute;
									top:90px;
									left:0px;
									background: #FFFFFF 0% 0% no-repeat padding-box;
									box-shadow: 5px 5px 30px #00000027;
									border-radius: 10px;
									padding:25px 50px;
								}
								.SubNav.AlignRight{
									right:-50px;
									left:auto;
								}
								#nav-link-1 .SubNav{
									left:-50px;
								}
								.NavLink:hover .SubNav{
									display:block;
								}
									/* -- SubNav Columns -- */
									.SubNav table{
									}
										.SubNav table td{
											vertical-align: top;
										}
										.SubNavCol:nth-child(1){
											padding-right:40px;
										}
											.SubNavColTitle{
												font-size:21px;
												color:#132048;
												white-space: nowrap;
												font-weight:600;
												margin-bottom:15px;
											}
											#subnav-col-partners .SubNavColTitle{
												padding-left:43px;
												background: url('images/construction_logistics_header_nav_icon_partner_orange.svg') no-repeat center left;
												background-size:30px;
											}
											#subnav-col-about .SubNavColTitle{
												padding-left:50px;
												background: url('images/construction_logistics_header_nav_icon_stream_logo_orange.svg') no-repeat center left;
												background-size:39px;
											}
											#subnav-col-tools .SubNavColTitle{
												padding-left:48px;
												background: url('images/construction_logistics_header_nav_icon_tools_orange.svg') no-repeat center left;
												background-size:30px;
											}
											#subnav-col-blog .SubNavColTitle{
												padding-left:53px;
												background: url('images/construction_logistics_header_nav_icon_blog_orange.svg') no-repeat center left;
												background-size:34px;
											}
										/* -- SubNav Links -- */
										a.SubNavLink{
											color: #132048;
											font-size:18px;
											white-space: nowrap !important;
											display:block;
										}
										a.SubNavLink:hover{
											color: #E4834A;
										}
											.SubNavLinkArrow{
												background: url('images/construction_logistics_header_icon_arrow_right_darkblue.svg') no-repeat center right;
												background-size:16px;
												height:16px;
												width:16px;
												display:inline-block;
												margin-left:10px;
												position: relative;
												top:2px;
											}
											a.SubNavLink:hover .SubNavLinkArrow{
												background: url('images/construction_logistics_header_icon_arrow_right_orange.svg') no-repeat center right;
												background-size:16px;
											}
						#nav-cta-container{
							float:right;
							padding-top:13px;
							padding-left:40px;
						}
							#nav-cta{
								background:#E4834A;
								color:#ffffff;
								font-size:19px;
								font-weight:500;
								height:60px;
								line-height:60px;
								padding:0 35px;
								display: inline-block;;
								border-radius:50px;
								border:2px solid #fff;
							}
							#nav-cta:hover{
								background:transparent;
								border: 2px solid #f47d39;
								color:#f47d39;
							}
	@media screen and (max-width: 1430px){
				#logo{
					max-width:270px;
				}
						#nav-top a{
							font-size:16px;
						}
								.NavLinkText{
									font-size:18px;
								}
											.SubNavColTitle{
												font-size:19px;
											}
										a.SubNavLink{
										}
						#nav-cta-container{
							padding-top:19px;
						}
							#nav-cta{
								font-size:18px;
								height:54px;
								line-height:54px;
								padding:0 30px;
							}
	}
	@media screen and (max-width: 1330px){
				#logo{
					max-width:250px;
				}
						#nav-top a{
							font-size:16px;
						}
								.NavLinkText{
									font-size:18px;
								}
											.SubNavColTitle{
												font-size:19px;
											}
										a.SubNavLink{
											font-size:17px;
										}
						#nav-cta-container{
							padding-top:19px;
						}
							#nav-cta{
								font-size:17px;
								height:54px;
								line-height:54px;
								padding:0 25px;
							}
	}
	@media screen and (max-width: 1260px){
				#logo{
					margin-top:20px;
					max-width:230px;
				}
								.NavLinkText{
									line-height: 65px;
									height:65px;
								}
								.SubNav{
									top:65px;
								}
						#nav-cta-container{
							display:none;
						}
	}


			/* ---------------------------------
			Mobile Navigation
			--------------------------------- */
			#nav-mobile-buttons{
				display:none;
			}
			#nav-mobile{
				display:none;
			}
	@media screen and (max-width: 1120px){
			#header{
				padding-top:30px;
				padding-bottom:30px;
			}
				#logo{
					margin-top:0px;
				}

			#nav-container{
				display:none;
			}

			#nav-mobile-buttons{
				display:block;
				padding-top:10px;
				position:absolute;
				z-index:4;
				top:30px;
				right:25px;
			}
				#nav-mobile-open{
					display:block;
					float:right;
					width:40px;
					height:40px;
					background: url('images/construction_logistics_header_icon_hamburger_darkblue.svg') no-repeat center center;
					background-size:32px;
				}
				#nav-mobile-call{
					display:block;
					float:right;
					width:40px;
					height:40px;
					margin-right:10px;
					background: url('images/construction_logistics_header_icon_phone_darkblue.svg') no-repeat center center;
					background-size:27px;
				}	

			#nav-mobile{
				background:#132048;
				width:100%;
				height:100%;
				position: fixed;
				z-index:99;
				text-align:center;
			}

				#nav-mobile-close{
					position:absolute;
					top:50px;
					right:35px;
				}
					#nav-mobile-close img{
						display:block;
						width:21px;
					}

				#nav-mobile-inner{
					overflow:auto;
					height:100%;
					padding-top:60px;
					text-align:left;
					padding-left:10%;
				}
					#nav-mobile-links{
					}
						.NavMobileLink{
							padding:10px 0;
							font-size:21px;
							font-weight:600;	
									
						}
							.NavMobileLink a{
								color:#fff;
								padding-right:30px;
								display:inline-block;
							}
							.NavMobileLink .NavMobileLinkText a{
								background: url('images/construction_logistics_header_icon_arrow_down_white.svg') no-repeat center right;
								background-size:16px;	
							}
							.NavMobileLink .NavMobileLinkText.Open a{
								background: url('images/construction_logistics_header_icon_arrow_up_white.svg') no-repeat center right;
								background-size:16px;	
							}
						.NavMobileSubNav{
							display:none;
							padding:10px 0;
							line-height:1.6em;
						}
							.NavMobileSubNav a{
								font-size:14px;
								font-weight:400;
							}
							a.NavMobileDeadLink{
								text-transform: uppercase;
								color:#a3a3a3 !important;
							}

				#mobile-nav-cta-container{
					padding:25px 0 45px 0;
				}
					#mobile-nav-cta{
						background:#E4834A;
						color:#ffffff;
						font-size:16px;
						font-weight:500;
						padding:10px 40px;
						display: inline-block;
						border-radius:50px;
					}

				#mobile-nav-bottom-links{
				}
					#mobile-nav-bottom-links div{
						margin-bottom:5px;
					}
						a.MobileNavButtonLink{
						}
						#mobile-nav-bottom-link-1{
							background: url('images/construction_logistics_header_icon_truck_blue.svg') no-repeat center left;
							background-size:23px;
							color:#79CAFF !important;
							padding-left:37px;
							font-size:16px;
							display:inline-block;
							padding:4px 0 4px 37px;
						}
						#mobile-nav-bottom-link-2{
							background: url('images/construction_logistics_header_icon_truck_blue.svg') no-repeat center left;
							background-size:23px;
							color:#79CAFF !important;
							padding-left:37px;
							font-size:16px;
							display:inline-block;
							padding:4px 0 4px 37px;
						}
						#mobile-nav-bottom-link-3{
							background: url('images/construction_logistics_header_icon_person_blue.svg') no-repeat center left;
							background-size:23px;
							color:#79CAFF !important;
							font-size:16px;
							display:inline-block;
							padding:4px 0 4px 37px;
						}
						#mobile-nav-bottom-link-4{
							background: url('images/construction_logistics_header_icon_lightbulb_blue.svg') no-repeat center left;
							background-size:23px;
							color:#79CAFF !important;
							padding-left:37px;
							font-size:16px;
							display:inline-block;
							padding:4px 0 4px 37px;
						}
	}
	@media screen and (max-width: 650px){
		#header-container{
			padding-top:78px;
		}
			#header{
				padding-top:15px;
				padding-bottom:15px;
				position:fixed;
				top:0px;
				left:0px;
				background:#fff;
				width:100%;
			}
				#logo{
					max-width:160px;
				}

				#nav-mobile-buttons{
					padding-top:3px;
					position:fixed;
					top:20px;
					right:15px;
				}
					#nav-mobile-open{
						display:block;
						float:right;
						width:30px;
						height:30px;
						background: url('images/construction_logistics_header_icon_hamburger_darkblue.svg') no-repeat center center;
						background-size:27px;
					}
					#nav-mobile-call{
						display:block;
						float:right;
						width:30px;
						height:30px;
						margin-right:15px;
						background: url('images/construction_logistics_header_icon_phone_darkblue.svg') no-repeat center center;
						background-size:23px;
					}	

				#nav-mobile-close{
					position:absolute;
					top:25px;
					right:21px;
				}
	}

		/* ---------------------------------
		Navigation 2 (Tools & Blog)
		--------------------------------- */
		#nav2-container{
			background:#F2F8FC;
			border-top:1px solid #BDD6E6;
			border-bottom:1px solid #BDD6E6;
		}
			#nav2{
			}
				#nav2 .Nav2Link{
					margin-right: clamp(30px, 3vw, 75px);
					float:left;
					padding-top: clamp(2.5px, 5vw, 13px);
					padding-bottom: clamp(2.5px, 5vw, 13px);
					border-top:2px solid #F2F8FC;
					border-bottom:2px solid #F2F8FC;
				}
					#nav2 .Nav2Link a{
						color:#132048;
						font-weight:300;
						font-size:clamp(16px, 1.5vw, 17px);
					}
					#nav2 .Nav2Link:hover{
						border-bottom:2px solid #132048;
					}
					#nav2 .Nav2Link.Active a{
						font-weight:bold;
					}
					#nav2 .Nav2Link.Active {
						border-bottom:2px solid #132048;
					}

				#nav2-expand-button{
					float:right;
					color:#132048;
					font-weight:300;
					font-size:clamp(16px, 1.5vw, 17px);
					border-left:1px solid #BDD6E6;
					border-right:1px solid #BDD6E6;
					padding-left: clamp(25px, 3vw, 45px);
					padding-right: clamp(25px, 3vw, 45px);
					padding-top: clamp(2.5px, 5vw, 14px);
					padding-bottom: clamp(2.5px, 5vw, 14px);
					border-top:2px solid #F2F8FC;
					border-bottom:2px solid #F2F8FC;
					font-weight:bold;
				}
					#nav2-expand-button:hover{
						background:#d0e2ed;
						border-top:2px solid #d0e2ed;
						border-bottom:2px solid #d0e2ed;
					}

			#nav2-expanded-container{
				display:none;
				border-top:1px solid #BDD6E6;
			}
				#nav2-expanded{
				}
					#nav2-expanded .Nav2ExpandedLink{
						float:left;
						margin-right: clamp(20px, 3vw, 40px);
						padding-top: clamp(2.5px, 5vw, 13px);
						padding-bottom: clamp(2.5px, 5vw, 13px);
						border-top:2px solid #F2F8FC;
						border-bottom:2px solid #F2F8FC;
					}
						#nav2-expanded .Nav2ExpandedLink a{
							color:#132048;
							font-weight:300;
							font-size:clamp(16px, 3vw, 18px);
						}
					#nav2-expanded .Nav2ExpandedLink:hover{
						border-bottom:2px solid #132048;
					}
						#nav2-expanded .Nav2ExpandedLink.Active a{
							font-weight:bold;
						}
					#nav2-expanded .Nav2ExpandedLink.Active {
						border-bottom:2px solid #132048;
					}
	@media screen and (max-width: 1300px){
		.BlogNav#nav2-container{
			padding:10px 0;
		}
				.BlogNav #nav2 .Nav2Link{
					margin-right: 0;
					float:none;
					padding-top: 5px;
					padding-bottom: 5px;
					border-top:none;
					border-bottom:none;
				}
					.BlogNav #nav2 .Nav2Link a{
						color:#132048;
						font-weight:300;
						font-size:clamp(16px, 3vw, 18px);
					}
					.BlogNav #nav2 .Nav2Link:hover{
						border-bottom:none;
					}
					.BlogNav #nav2 .Nav2Link.Active {
						border-bottom:none;
					}

				#nav2-expand-button{
					float:none;
					display:inline-block;
					border-left:none;
					border-right:none;
					padding-left: 0px;
					padding-right: 0px;
					padding-top: 15px;
					padding-bottom: 5px;
					border-top:none;
					border-bottom:none;
				}
					#nav2-expand-button:hover{
						background:transparent;
						border-top:none;
						border-bottom:none;
					}

					#nav2-expanded .Nav2ExpandedLink{
						float:none;
						padding-top: 5px;
						padding-bottom: 5px;
						border-top:none;
						border-bottom:none;
					}
					#nav2-expanded .Nav2ExpandedLink:hover{
						border-top:none;
					border-bottom:none;
					}
	}
	@media screen and (max-width: 1050px){
		.ToolsNav#nav2-container{
			padding:10px 0;
		}
				.ToolsNav #nav2 .Nav2Link{
					margin-right: 0;
					float:none;
					padding-top: 5px;
					padding-bottom: 5px;
					border-top:none;
					border-bottom:none;
				}
					.ToolsNav #nav2 .Nav2Link a{
						color:#132048;
						font-weight:300;
						font-size:clamp(16px, 3vw, 18px);
					}
					.ToolsNav #nav2 .Nav2Link:hover{
						border-bottom:none;
					}
					.ToolsNav #nav2 .Nav2Link.Active {
						border-bottom:none;
					}
	}


	/* ---------------------------------
	Sticky Navigation
	--------------------------------- */
	#sticky-header-container{
		position: fixed;
		top: 0;
		width: 100%;
		background:#fff;
		z-index:5;
		-webkit-box-shadow: 0px 7px 7px -1px rgba(0,0,0,0.2); 
		box-shadow: 0px 7px 7px -1px rgba(0,0,0,0.2);
		display:none;
	}
	@keyframes fadeIn-nav-mobile-open {
		0% { opacity: 0; }
		100% { opacity: .8; }
	}
	#sticky-header-container.Fixed{
		display:block;
		animation: fadeIn-nav-mobile-open .4s;
	}
		#sticky-header{
		}
			#sticky-logo{
				float:left;
				width:200px;
				margin-top:15px;
			}

			#sticky-nav-cta-container{
				float:right;
				padding-top:13px;
				padding-left:40px;
			}
				#sticky-nav-cta{
					background:#E4834A;
					color:#ffffff;
					font-size:19px;
					font-weight:500;
					height:60px;
					line-height:60px;
					padding:0 35px;
					display: inline-block;;
					border-radius:50px;
					border:2px solid #fff;
				}
				#sticky-nav-cta:hover{
					background:transparent;
					border: 2px solid #f47d39;
					color:#f47d39;
				}

			#sticky-nav-links{
				float:right;
				line-height:35px;
				line-height:2.2em;
			}
@media screen and (max-width: 1430px){
			#sticky-nav-cta-container{
				padding-top:19px;
			}
				#sticky-nav-cta{
					font-size:18px;
					height:54px;
					line-height:54px;
					padding:0 30px;
				}
}
@media screen and (max-width: 1330px){
			#sticky-nav-cta-container{
				padding-top:19px;
			}
				#sticky-nav-cta{
					font-size:17px;
					height:54px;
					line-height:54px;
					padding:0 25px;
				}
}
@media screen and (max-width: 1260px){
			#sticky-nav-cta-container{
				display:none;
			}

			#sticky-nav-links{
				margin-top:7px;
			}
}
@media screen and (max-width: 1120px){
	#sticky-header-container{
		display:none !important;
	}
}


	/* ---------------------------------
	Footer
	--------------------------------- */
	#footer-container{
	}
		#footer{
			padding-top: clamp(50px, 5.5vw, 120px);
		}
			#footer a{
				color:#fff !important;
				text-decoration: none;
			}


			#footer-nav-mobile{
				display:none;
			}


			#footer-social-container{
				padding-top: clamp(40px, 7vw, 60px);
			}
				#footer-social{
					margin:0 auto;
				}
					#footer-social a{
						float:left;
						margin-left:6.25%;
						max-width:40px;
						width:15%;
						display:block;
					}
					#footer-social a:first-child{
						margin-left:0px;
					}


			#footer-right{
				float:right;
				width:70%;
				padding-left:10%;
			}
				table#footer-nav{
					margin-bottom:60px;
				}
					#footer-nav tr td{
						padding:0 0 5px 60px;
						vertical-align: top;
						line-height:1.5em;
						font-size:clamp(15px, 1.5vw, 18px);
					}
					#footer-nav tr td:first-child{
						padding-left:0px;
					}
					#footer-nav tr td.FooterNavMain{
						font-size:clamp(18px, 1.6vw, 24px);
						font-weight:600;
						padding-bottom:18px;
						white-space: nowrap;
					}
						#footer-nav tr td div{
							padding-bottom:13px;
						}


				table#footer-bottom-buttons{
				}
					#footer-bottom-buttons tr td{

					}
					#footer-bottom-buttons tr td:first-child{
						padding-left:0px;
					}
						a.MobileNavButtonLink{
						}
						a#footer-bottom-button-1{
							background: url('images/construction_logistics_header_icon_truck_blue.svg') no-repeat center left;
							background-size:26px;
							color:#79CAFF !important;
							padding-left:37px;
							font-size:clamp(17px, 1.5vw, 19px);
							display:inline-block;
							padding:4px 0 4px 37px;
						}
						a#footer-bottom-button-2{
							background: url('images/construction_logistics_header_icon_person_blue.svg') no-repeat center left;
							background-size:25px;
							color:#79CAFF !important;
							font-size:clamp(17px, 1.5vw, 19px);
							display:inline-block;
							padding:4px 0 4px 37px;
						}
						a#footer-bottom-button-3{
							background: url('images/construction_logistics_header_icon_lightbulb_blue.svg') no-repeat center left;
							background-size:26px;
							color:#79CAFF !important;
							padding-left:37px;
							font-size:clamp(17px, 1.5vw, 19px);
							display:inline-block;
							padding:4px 0 4px 37px;
						}


			#footer-logo-info{
				float:left;
				width:20%;
			}
				#footer-info-top{
					color:#c3c3c3;
					padding-top:65px;
					padding-bottom:37px;
					border-bottom:1px solid #c3c3c3;
					margin-bottom:37px;
					line-height:2em;
					font-size:clamp(16px, 1.6vw, 18px);
				}
				#footer-info-bottom{
					color:#c3c3c3;
					line-height:2em;
					font-size:clamp(16px, 1.6vw, 18px);
				}


			#footer-copyright{
				text-align:center;
				font-size:16px;
				padding-top:110px;
			}

			#cookies-notice{
				padding:35px 0;
			}

	@media screen and (max-width: 1160px){
			#footer-right{
				float:none;
				width:auto;
				padding-left:0%;
			}

			#footer-logo-info{
				float:none;
				width:auto;
				margin:0 auto;
				text-align:center;
				padding-top:70px;
			}
				#footer-logo{
					max-width: 280px;
				}

				#footer-social{
					display:inline-block;
				}
					#footer-social a{
						margin-left:15px;
						width:30px;
					}
	}
	@media screen and (max-width: 840px){
		#footer{
			font-size:16px;
		}
					#footer-nav tr td.FooterNavMain{
		
					}

						a#footer-bottom-button-1,
						a#footer-bottom-button-2,
						a#footer-bottom-button-3{
				
						}

				#footer-info-top{
					font-size:16px;
				}
				#footer-info-bottom{
					font-size:16px;
				}
	}
	@media screen and (max-width: 720px){
		#footer{
			text-align: left;
		}

			#footer-nav-mobile{
				display:block;
				border-bottom:1px solid #b1c8d7;
				padding-bottom:50px;
				margin-bottom:50px;
			}


			#footer-right{
			}
				table#footer-nav{
					display:none;
				}


				table#footer-bottom-buttons{
					border-bottom:1px solid #b1c8d7;
					padding-bottom:35px;
					margin-bottom:50px;
				}
					#footer-bottom-buttons tr td{
						display:block;
						padding-bottom:10px;
					}
						a.MobileNavButtonLink{
						}
						a#footer-bottom-button-1{
							background: url('images/construction_logistics_header_icon_truck_blue.svg') no-repeat center left;
							background-size:26px;
							font-size:18px;
						}
						a#footer-bottom-button-2{
							background: url('images/construction_logistics_header_icon_person_blue.svg') no-repeat center left;
							background-size:25px;
							font-size:18px;
						}
						a#footer-bottom-button-3{
							background: url('images/construction_logistics_header_icon_lightbulb_blue.svg') no-repeat center left;
							background-size:26px;
							font-size:18px;
						}


			#footer-logo-info{
				text-align: left;
				padding-top:10px;
			}
				#footer-info-top{
					padding-bottom:20px;
					border-bottom:none;
					margin-bottom:0px;
				}
				#footer-info-bottom{
				}
	}
		
	/************************************************************************
	#  STRUCTURE END
	*************************************************************************/

/* //////////////////////////////////////////////////////////////////////////////////////
GLOBAL
////////////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////////////
PARTS
////////////////////////////////////////////////////////////////////////////////////// */

	/************************************************************************
	#  MODAL
	*************************************************************************/
	.modaloverlay {
		background:rgba(19, 32, 72, .5);
		bottom: 0;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		z-index: -1;
		display: none;
	}
	.modaloverlay.open {
		display: block;
		opacity: 1;
		pointer-events: auto;
		z-index: 99999;
	}
		.modaloverlay .modal {
			background-color: white;
			height: 100%;
			position: relative;
			margin: 0 auto;
			/*overflow-y: scroll;*/
			-webkit-overflow-scrolling: touch;
			max-height: calc(100vh - 10%); /* 100vh minus 5% top and 5% bottom margins */
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			overscroll-behavior: contain;
		}
			/* .modaloverlay .modal > iframe, .modaloverlay .modal > div {
				border: none;
				width: 100%;
				height: 100%;
			} */
			.modaloverlay .modalclose {
				background-color: transparent;
				color:#ccc;
				font-size: 40px;
				padding: 5px 12px;
				position: absolute;
				right: 15px;
				text-align: center;
				text-decoration: none;
				top: 15px;
				z-index: 999999999999;
			}
	/* @media (min-width: 60em) { */
		.modaloverlay .modal {
			height: auto;
			margin: 5% auto;
			width: 90%;
			max-width:1080px;
		}
	/* } */

@media (min-width: 60em){
	.modaloverlay .modal{
		height: auto;              /* keep your auto layout */
		max-height: 90vh;          /* but still cap at viewport height */
	}
}


	/* ---------------------------------
	Modal Video
	--------------------------------- */
		.modaloverlay  .ModalVideo{
			width:90%;
			max-width: 1300px;
			background:#fff;
			text-align:center;
		}


	/* ---------------------------------
	Modal Style 1
	--------------------------------- */
		.modaloverlay .modal.ModalStyle1 {
			border-radius:10px;
		}
			.ModalStyle1 td:nth-child(1){
				width: 65%;
				box-sizing: border-box;
				padding: 90px 70px;
				vertical-align: top;
			}
			.ModalStyle1 td:nth-child(2){
				width: 35%;
				box-sizing: border-box;
				background: url('images/construction_logistics_modal_style1_right_bg@2x.webp') no-repeat center center;
				background-size: cover;
				padding: 90px 70px;
				vertical-align: top;
				color:#fff;
				border-top-right-radius: 10px;
				border-bottom-right-radius: 10px;
			}
			.ModalStyle1RightBox{
				padding-bottom:60px;
				font-size:18px;
			}
				.ModalStyle1RightBox img{
					width:40px;
				}
	@media (max-width: 700px) {
			.ModalStyle1 td:nth-child(1){
				width: 100%;
				box-sizing: border-box;
				padding: 50px 25px;
				display:block;
			}
			.ModalStyle1 td:nth-child(2){
				display:none;
			}
	}


	/* ---------------------------------
	Modal Style 2
	--------------------------------- */
		.modaloverlay .modal.ModalStyle2 {
			border-radius:10px;
			padding:35px 40px;
		}
	@media (max-width: 700px) {
		.modaloverlay .modal.ModalStyle2 {
			border-radius:10px;
			padding:25px;
		}
	}


	/************************************************************************
	#  MODAL END
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - SMALL POSTS
	*************************************************************************/
	#small-posts-blog-link{
		text-align:right;
		padding-bottom:30px;
	}
		#small-posts-blog-link a{
			font-size:clamp(18px, 1.8vw, 25px);
			text-decoration: underline;
		}

	table.SmallPosts{
		width:100%;
	}
		td.SmallPost{
			width:22.5%;
			border-radius:15px;
			border:1px solid #E3E3E3;
			vertical-align:top;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		td.SmallPostSeparator{
			width:3%;
		}
		.SmallPost:first-child{
			margin-left:0px;
		}
			td.SmallPost a.SmallPostImage{
				display:block;
				border-top-left-radius:15px;
				border-top-right-radius:15px;
			}
			td.SmallPost .SmallPostContent{
				padding:clamp(15px, 7vw, 30px);
			}
				td.SmallPost .SmallPostTitle{
					margin-bottom:clamp(15px, 7vw, 30px);
					font-size:clamp(16px, 1.4vw, 20px);
					line-height:1.7em;
				}
				td.SmallPost a.SmallPostReadMore{
					font-size:clamp(16px, 1.4vw, 20px);
					font-weight:600;
				}
	@media (max-width: 1000px) {
		td.SmallPost{
			width:48%;
			display:block;
			margin-bottom:25px;
			margin-right:4%;
			float:left;
		}
		td.SmallPost:nth-child(even){
			margin-right:0px;
		}
		td.SmallPostSeparator{
			display:none;
		}
	}
	@media (max-width: 650px) {
		td.SmallPost{
			width:100%;
			display:block;
			margin-bottom:25px;
		}
	}
	/************************************************************************
	#  SECTION - ROW - SMALL POSTS
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - COLLAB / QUIZ BUTTONS
	*************************************************************************/
	.RowCollabQuiz{
		background:url(images/construction_logistics_case_study_row_3_bg.svg) no-repeat center left;
		background-size: 100%;
		font-size: clamp(20px, 2.5vw, 29px);
		line-height: 1.5em;
	}
		.RowCollabQuizInner{
			padding-top: clamp(20px, 2.5vw, 60px);
			padding-bottom: clamp(20px, 2.5vw, 60px);
		}
			.RowCollabQuiz .HomeRow3Text{
				padding-bottom:50px;
				color:#132048;
			}
			.RowCollabQuiz .Columns{
				/* width:1250px; */
			}
	@media screen and (max-width: 750px){
	.RowCollabQuiz{
		text-align: center;
	}
				.RowCollabQuiz .Col1{
					margin-bottom:55px;
				}
	}
	/************************************************************************
	#  SECTION - ROW - COLLAB / QUIZ BUTTONS
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - ADVICE
	*************************************************************************/
	.RowAdvice{
	}
		.RowAdviceTable{
			border:1px solid #132048;
			border-radius:15px;
		}
			.RowAdviceTable td{
				padding-top: clamp(20px, 5vw, 35px);
				padding-bottom: clamp(20px, 5vw, 35px);
				padding-left:clamp(20px, 5vw, 65px);
				padding-right:clamp(20px, 5vw, 65px);
			}
			.RowAdviceTable td .Button{
				white-space: nowrap;
			}
	@media screen and (max-width: 800px){
			.RowAdviceTable td{
				width:100%;
				display:block;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				text-align: center;
			}
	}
	/************************************************************************
	#  SECTION - ROW - ADVICE
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - PARTNERS
	*************************************************************************/
	.RowPartners{
		text-align:center;
	}
		.RowPartners .Heading{
			padding-bottom:clamp(30px, 5vw, 100px);
		}
		.RowPartners4BoxImage{
			padding-bottom:clamp(15px, 5vw, 40px);
		}
		.RowPartners4BoxHeading{
			padding-bottom:clamp(15px, 5vw, 40px);
			font-size:clamp(20px, 2.1vw, 30px);
			line-height:1.4em;
			width:80%;
			margin:0 auto;
			color:#132048
		}
		.BackgroundDarkBlue .RowPartners4BoxHeading{
			color:#fff;
		}
		.RowPartners4BoxText{
			padding-bottom:clamp(15px, 5vw, 60px);
			font-size:clamp(16px, 1.6vw, 21px);
			line-height:1.5em;
			font-weight:300;
			color:#132048;
		}
		.BackgroundDarkBlue .RowPartners4BoxText{
			color:#fff;
		}
		.RowPartners4BoxLink a{
			text-decoration: underline;
			font-size:clamp(16px, 1.6vw, 21px);
			color:#132048;
		}
		.BackgroundDarkBlue .RowPartners4BoxLink a{
			color:#79CAFF;
		}
	@media screen and (max-width: 1100px){
		.RowPartners4BoxHeading{
			width:auto;
		}
	}
	@media screen and (max-width: 800px){
		.RowPartners .Col{
			padding-bottom:clamp(15px, 5vw, 60px);
		}
	}
	/************************************************************************
	#  SECTION - ROW - PARTNERS
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - QUOTES
	*************************************************************************/
	#row-quotes{
	}
		#row-quotes .SubHeadingText{
			margin-bottom: clamp(30px, 3.5vw, 60px);
		}

		#row-quotes-left{
		}
			table#row-quotes-stars{
				width:auto;
				float:left;
			}
				#row-quotes-stars td{
					padding-right:5px;
				}
					#row-quotes-stars td img{
						width: clamp(17px, 3.5vw, 33px);
					}
			#row-quotes-google-reviews{
				color:#6D6E71 !important;
				font-size: clamp(12px, 2.5vw, 21px);
				float:left;
				padding-left:20px;
			}

			table#row-quotes-links{
				clear:both;
				padding-top: clamp(30px, 3.5vw, 60px);
			}
				table#row-quotes-links td{
					vertical-align: middle;
				}
				table#row-quotes-links td a{
					margin-bottom:0px;
				}
				#row-quotes-link-case-studies{
					font-size: clamp(15px, 2.5vw, 21px);
					float:left;
					padding-left:20px;
					text-decoration: underline;
				}

		#row-quotes-right{
		}
			.HomeRowQuotesBlock{
				float:right;
				width:47.5%;
			}
			.HomeRowQuotesBlock:first-child{
				margin-left:5%;
			}
				.HomeRowQuotesBlock img{
					border-radius:15px;
				}
				.HomeRowQuotesBlockQuote{
					padding:35px 0 0 35px;
					background: url(images/construction_logistics_global_icon_quote_blue.webp) no-repeat top 35px left;
					background-size:33px;
					font-size: clamp(18px, 1.7vw, 30px);
					line-height:1.3em;
				}
	@media screen and (max-width: 1060px){
		#row-quotes-left{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
		#row-quotes-right{
			float:none;
			width:auto;
		}
			table#row-quotes-links{
				width:auto;
			}
	}
	/************************************************************************
	#  SECTION - ROW - QUOTES
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - FAQs
	*************************************************************************/
	.RowFAQ{
	}
		.RowFAQRight{
			background-size:30%;
			text-align: right;
		}
		.RowFAQRight.InfoGraphicBlue{
			background: url(images/construction_logistics_global_graphic_info_blue.svg) no-repeat center left;
			background-size: auto 80%;
		}
		.RowFAQRight.InfoGraphicOrange{
			background: url(images/construction_logistics_global_graphic_info_orange.svg) no-repeat center left;
			background-size: auto 80%;
		}
			.RowFAQRight img{
				width:80%;
			}
	@media screen and (max-width: 1050px){
		.RowFAQLeft{
			float:none;
			width:auto;
			padding-bottom: clamp(50px, 2.5vw, 80px);
		}
		.RowFAQRight{
			float:none;
			width:auto;
		}
	}
	/************************************************************************
	#  SECTION - ROW - FAQs
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - VALUES
	*************************************************************************/
	#values-boxes{
		padding-top: clamp(20px, 2vw, 50px);
		width:85%;
		text-align: center;
		margin:0 auto;
	}
		#values-boxes table{
			margin-bottom :clamp(35px, 5vw, 120px) !important;
		}
			#values-boxes table tr td{
				text-align: center;
				width:33%;
			}
			#values-boxes table tr:nth-child(odd) td{
				vertical-align: center;
				padding-top:clamp(30px, 5vw, 80px) !important;
				padding-bottom:clamp(0px, 5vw, 20px) !important;
			}
			#values-boxes table tr:nth-child(even) td{
				vertical-align: top;
				font-size:clamp(18px, 2vw, 30px) !important;
				line-height:1.3em;
				color:#132048;
				padding-left:clamp(0px, 3vw, 40px) !important;
				padding-right:clamp(0px, 3vw, 40px) !important;
			}
			#values-boxes table tr:nth-child(2) td{
				padding-bottom:clamp(0px, 5vw, 50px) !important;
			}
	@media screen and (max-width: 650px){
	#values-boxes{
		display:none;
	}
	#values-boxes-mobile{
		display:block;
	}
		.ValuesRow3Box{
			padding-bottom:70px;
			text-align: center;
		}
			.ValuesRow3BoxText{
				padding-top:10px;
				font-size:clamp(18px, 2.5vw, 30px) !important;
				line-height:1.3em;
				color:#132048;
			}
	}
	/************************************************************************
	#  SECTION - ROW - VALUES
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - TOOLS
	*************************************************************************/
	.RowTools{

	}
		.RowTools-right{
		}
			.RowToolsRight a{
				font-size: clamp(16px, 1.8vw, 25px);
				display:inline-block;
			}
			.RowToolsRightLink1{
				background: url(images/construction_logistics_global_icon_ruler_orange.svg) no-repeat center left;
				background-size: clamp(38px, 4.5vw, 58px);
			}
			.RowToolsRightLink2{
				background: url(images/construction_logistics_global_icon_tools_orange2.svg) no-repeat center left;
				background-size: clamp(24px, 3.8vw, 40px);
			}
			.RowToolsRightLink3{
				background: url(images/construction_logistics_global_icon_clipboard_orange.svg) no-repeat center left;
				background-size: clamp(24px, 3.8vw, 42px);
			}
			.RowToolsRightLink4{
				background: url(images/construction_logistics_global_icon_tools_orange.svg) no-repeat center left;
				background-size: clamp(20px, 3.8vw, 35px);
			}
				.RowToolsRight a span{
					background: url(images/construction_logistics_header_icon_arrow_right_darkblue.svg) no-repeat center right;
					background-size:25px;
					padding-top: clamp(10px, 1.7vw, 30px); 
					padding-bottom: clamp(10px, 1.7vw, 30px); 
					padding-left: clamp(40px, 5vw, 70px); 
					padding-right: clamp(40px, 5vw, 50px); 
					display:inline-block;
				}
	@media screen and (max-width: 870px){
		.RowToolsLeft{
			width:auto;
			float:none;
		}
		.RowToolsRight{
			width:auto;
			float:none;
		}		
				.RowToolsRight a span{
					background: url(images/construction_logistics_header_icon_arrow_right_darkblue.svg) no-repeat center right;
					background-size:18px;
				}
	}
	/************************************************************************
	#  SECTION - ROW - TOOLS
	*************************************************************************/


	/************************************************************************
	#  SECTION - ROW - NEWSLETTER
	*************************************************************************/
	.RowNewsletter table{
		border:1px solid #E0E0E0;
		border-radius:15px;
	}
		.RowNewsletter table td{
			vertical-align: middle;
			padding-top:clamp(15px, 2.5vw, 30px);
			padding-bottom:clamp(15px, 2.5vw, 30px);
			padding-left:clamp(10px, 2.5vw, 15px);
			padding-right:clamp(10px, 2.5vw, 15px);
		}
		.RowNewsletter table td:nth-child(1){
			padding-left:clamp(8px, 2.5vw, 35px);
		}
		.RowNewsletter table td:nth-child(2){
			font-size: clamp(16px, 2vw, 24px);
			padding-right:clamp(8px, 2.5vw, 35px);
		}
		.RowNewsletter table td:nth-child(4){
			padding-right:clamp(8px, 2.5vw, 35px);
		}
			.RowNewsletter input{
				font-size:clamp(16px, 1.5vw, 21px);
				margin-bottom:0px;
			}
			.RowNewsletter a{
				padding-top: clamp(8px, 2vw, 19px);
				padding-bottom: clamp(8px, 2vw, 19px);
				padding-left: clamp(30px, 4vw, 40px);
				padding-right: clamp(30px, 4vw, 40px);
				font-size: clamp(16px, 1.8vw, 19px);
				margin-bottom:0px;
				white-space: nowrap;
			}
	@media screen and (max-width: 700px){
		.RowNewsletter table td{
			display:block;
			width:100%;
			padding:10px 20px !important;
			text-align: center;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.RowNewsletter table td:first-child{
			padding-top:20px !important;
		}
		.RowNewsletter table td:last-child{
			padding-bottom:20px !important;
		}
			.RowNewsletter input{
				width:90%;
			}
	}
	/************************************************************************
	#  SECTION - ROW - NEWSLETTER
	*************************************************************************/

/* //////////////////////////////////////////////////////////////////////////////////////
PARTS
////////////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////////////
PAGE
////////////////////////////////////////////////////////////////////////////////////// */

	/************************************************************************
	#  PAGE - HOME
	*************************************************************************/
	#home-row-1{
	}
		#home-row-1-left{
			width:47%;
			padding-right:6%;
		}
			#home-row-1-left .Button{
				margin-bottom:clamp(20px, 5vw, 40px);
			}
		#home-row-1-right{
			width:47%;
		}
	@media screen and (max-width: 850px){
		#home-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#home-row-1-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
	}


	#home-row-2{
		position: relative;
		padding-top: clamp(30px, 3vw, 80px);
	}
		#home-row-2-bg{
			background: url("images/construction_logistics_home_row_2_bg.svg") no-repeat bottom left;
			background-size: 100%;
			position: absolute;
			bottom:-30px;
			left:0px;
			width:100%;
			height:100%;
		}

		#home-row-2 .ContentRow{
			position: relative;
			z-index: 2;
		}

		#home-row-2-boxes{
			font-size: clamp(14px, 2.5vw, 18px);
		}

			#home-row-2-boxes h4{
				font-size: clamp(17px, 2.5vw, 26px);
				margin-bottom: 20px;
				font-weight:bold;
			}
			#home-row-2-boxes ul{
			}
				#home-row-2-boxes li{
					padding-left:35px;
					margin-bottom: clamp(3px, 2.5vw, 10px);
					list-style: none;
					background: url("images/construction_logistics_global_icon_check_circle_blue.svg") no-repeat left top 3px;
				}
				#home-row-2-boxes li:before{
					position: relative;
					top: 2px;
				}

			#home-row-2-box-blue,
			#home-row-2-box-orange{
				display:inline-block;
				border-radius:10px;
				padding-top: clamp(20px, 4vw, 60px);
				padding-bottom: clamp(10px, 4vw, 40px);
				padding-left: clamp(20px, 4vw, 60px);
				padding-right: clamp(20px, 4vw, 60px);
			}

			#home-row-2-box-orange{
				clear:both;
				position:relative;
				top:-25px;
			}
				#home-row-2-box-vs{
					position: absolute;
					top:-5%;
					left:-15%;
					z-index: 3;
					width:80px;
				}

			#home-row-2-bottom{
				padding-top:50px;
			}

	@media screen and (max-width: 1175px){
			#home-row-2-box-blue,
			#home-row-2-box-orange{
				display:block;
				width:70%;
			}

		#home-row-2 .ContentRowLeft,
		#home-row-2 .ContentRowRight{
			float:none;
			width:auto;
		}
		#home-row-2 .ContentRowLeft{
			padding-bottom: clamp(50px, 2.5vw, 80px);
		}
	}
	@media screen and (max-width: 700px){
				#home-row-2-boxes li{
					background-size: 20px;
					margin-bottom: 3px;
				}

			#home-row-2-box-blue,
			#home-row-2-box-orange{
				display:inline-block;
				width:auto;
			}

				#home-row-2-box-vs{
					position: absolute;
					top:-1%;
					left:-15%;
					z-index: 3;
					width:60px;
				}

			#home-row-2-bottom{
				padding-top:20px;
			}
	}


	#home-row-3{
		background: #132048 url(images/construction_logistics_home_row_3_bg@2x.webp) no-repeat top left;
		background-size: cover;
		color:#fff;
		font-size: clamp(20px, 1.85vw, 29px);
		line-height: 1.5em;
	}
		#home-row-3 .HomeRow3Text{
			padding-bottom:50px;
		}
	@media screen and (max-width: 750px){
	#home-row-3{
		text-align: center;
	}
	}


	#home-row-4{
		text-align: center;
	}
		#home-row-4-boxes{
			padding:90px 10% 0 10%;
		}
			#home-row-4-boxes .Col{
			}
				.HomeRow4Box{
					border:1px solid #D8D8D8;
					border-radius:15px;
					max-width:425px;
					width:100%;
					height:490px;
					position: relative;
					box-sizing: border-box;
					padding:270px 5% 0 5%;
					margin:0 auto;
					text-align: center;
				}
					.HomeRow4Box img{
						position:absolute;
						top:-15px;
						left: 0;
						right: 0;
						margin: auto;
					}
					.HomeRow4BoxHeading{
						color: #132048;
						font-size: clamp(18px, 2.5vw, 28px);
						font-weight:600;
						padding-bottom:20px;
					}
					.HomeRow4BoxText{
						font-size: clamp(14px, 2.5vw, 21px);
						padding-bottom:40px;
					}
					.HomeRow4BoxLink{
						color:#132048;
						text-decoration: underline;
						font-size: clamp(14px, 2.5vw, 21px);
					}
					.HomeRow4BoxLink:hover{
						color:#132048;
						text-decoration: underline;
					}
	@media screen and (max-width: 1000px){
		#home-row-4-boxes{
			padding:50px 0 0 0;
		}
				.HomeRow4Box{
					padding:270px 5% 10% 5%;
					height:auto;
				}
	}
	@media screen and (max-width: 750px){
				.HomeRow4Box{
					padding:10% 5% 10% 5%;
					height:auto;
				}
				#home-row-4-box-1{
					margin-bottom:30px;
				}
					.HomeRow4Box img{
						position:relative;
						top:-0px;
						left: 0;
						right: 0;
						margin: 0 auto 15px auto;
					}
					.HomeRow4BoxHeading{
						padding-bottom:10px;
					}
					.HomeRow4BoxText{
						padding-bottom:20px;
					}
	}


	#home-row-5{
		background: #132048 url(images/construction_logistics_home_row_5_bg@2x.webp) no-repeat top left;
		background-size: cover;
		color:#fff;
		position: relative;
	}
		#home-row-5-border{
			width:15px;
			background:#f47d39;
			height:50%;
			position: absolute;
			left:0px;
			top: 0;
			bottom: 0;
			margin: auto 0;
		}

		#home-row-5-left{
			padding:100px 0;
		}

		#home-row-5-right{
			padding-top:10%;
		}
			.Row5Step{
				position: relative;
				background: #07112F;
				border-radius:15px;
				padding-left: clamp(25px, 3.5vw, 60px);
				padding-right: clamp(25px, 3.5vw, 60px);
				padding-top: clamp(15px, 3.5vw, 35px);
				padding-bottom: clamp(15px, 3.5vw, 35px);
				display:inline-block;
				margin-bottom: clamp(25px, 3.5vw, 50px);
				clear:both;
			}
				.Row5StepCheck{
					width: clamp(24px, 4vw, 44px);
					position: absolute;
					left: -20px;
					top: 0;
					bottom: 0;
					margin: auto 0;
				}
				.Row5StepTop{
					font-size: clamp(14px, 3vw, 21px);
					text-transform: uppercase;
				}
				a.Row5StepBottom{
					font-size: clamp(18px, 1.9vw, 28px);
					padding-right:40px;
					background: url(images/construction_logistics_header_icon_arrow_right_white.svg) no-repeat center right;
					background-size:25px;
					display:inline-block;
					font-weight:600;
					padding-top:5px;
					color:#fff !important;
				}
				a.Row5StepBottom:hover{
					text-decoration: underline;
				}
	@media screen and (max-width: 1100px){
		#home-row-5-left{
			float:none;
			width:auto;
			text-align:center;
			padding-bottom:60px;
		}
			#home-row-5-left .Heading{
				padding-bottom:20px;
			}

		#home-row-5-right{
			float:none;
			width:auto;
			text-align: center;
		}
			.Row5Step{
				float:none;
				margin:0 auto 40px auto;
				text-align:left;
			}
				.Row5StepCheck{
					left:-10px;
				}
	}


	#home-row-6{
	}
		#home-row-6 table{
			width:100%;
		}
			#home-row-6 table td{
				border-left:2px dashed #D1D1D1;
				padding:5%;
				color:#132048;
				font-size: clamp(21px, 1.8vw, 36px);
				font-weight:600;
				line-height:1.5em;
			}
			#home-row-6 table td:first-child{
				border-left:0px;
				border-right:0px;
				padding-left:0px;
			}
			#home-row-6 table td:last-child{
				padding-right:0px;
			}
				#home-row-6 table td img{
					width: clamp(30px, 2.5vw, 39px);
				}
	@media screen and (max-width: 650px){
			#home-row-6 table td{
				display:block;
				width:100%;
				padding:20px 0;
				clear:both;
				border:none;
			}
				#home-row-6 table td img{
					float:left;
					position:relative;
					top:5px;
					width:5%;
				}
				.HowRow6Text{
					float:left;
					padding-left:5%;
					width:90%;
				}
	}


	#home-row-7{
	}


	#home-row-8{
		text-align: center;
	}
		#home-row-8-heading{
			color:#B1B1B1;
			font-size: clamp(21px, 2.5vw, 36px);
			font-style: italic;
			margin-bottom: clamp(35px, 4vw, 75px);
		}
		#home-row-8 table{
			width:100%;
		}
			#home-row-8 table td{
				padding:0 1.4%;
			}
	@media screen and (max-width: 800px){
			#home-row-8 table td{
				padding:5% 13% !important;
				display:inline-block;
				width:24%;
				text-align:center;
			}
	}


	#home-row-10{
		padding-top:0px;
	}


	.RowNewsletter{
		padding-top:0px;
	}
	/************************************************************************
	#  PAGE - HOME
	*************************************************************************/


	/************************************************************************
	#  PAGE - HIGH STAKES FREIGHT
	*************************************************************************/
	#hsf-row-1{
	}
		#hsf-row-1-left{
		}

		#hsf-row-1-right{
			text-align: center;
		}
			#hsf-row-1-right img{
			}
			#hsf-row-1-right .BigText1{
				padding-top:15px;
			}
	@media screen and (max-width: 1000px){
			#hsf-row-1-right img{
				width:100%;
			}
		#hsf-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#hsf-row-1-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
	}


	#hsf-row-2{
		background: #F2F8FC url("images/construction_logistics_hsf_row_2_bg.svg") no-repeat center left;
		background-size: 100%;
	}
		#hsf-row-2-left{
		}

		#hsf-row-2-right{
		}
			#hsf-row-2-boxes{
				position: relative;
				font-size: clamp(14px, 2.5vw, 18px);
			}

				#hsf-row-2-boxes h4{
					font-size: clamp(17px, 2.5vw, 26px);
					margin-bottom: 20px;
					font-weight:bold;
				}
				#hsf-row-2-boxes ul{
				}
					#hsf-row-2-boxes li{
						padding-left:35px;
						margin-bottom: clamp(3px, 2.5vw, 10px);
						list-style: none;
						background: url("images/construction_logistics_global_icon_check_circle_blue.svg") no-repeat left top 3px;
					}
					#hsf-row-2-boxes li:before{
						position: relative;
						top: 2px;
					}

				#hsf-row-2-box-blue,
				#hsf-row-2-box-orange{
					float:left;
					width:47%;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					border-radius:10px;
					padding-top: clamp(20px, 4vw, 60px);
					padding-bottom: clamp(10px, 4vw, 40px);
					padding-left: clamp(20px, 4vw, 60px);
					padding-right: clamp(20px, 4vw, 60px);
				}
				#hsf-row-2-box-blue{
					margin-right:6%;
				}
				#hsf-row-2-box-orange{
				}
				#hsf-row-2-box-vs{
					width:80px;
					position: absolute;
					margin: auto;
					top: 0; left: 0; bottom: 0; right: 0;
					z-index: 3;
				}
	@media screen and (max-width: 1200px){
		#hsf-row-2-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#hsf-row-2-right{
			float:none;
			width:auto;
		}
	}
	@media screen and (max-width: 700px){
	#hsf-row-2{
		background:none;
	}
				#hsf-row-2-box-vs{
					width:50px;
				}
	}
	@media screen and (max-width: 450px){
				#hsf-row-2-box-blue{
					float:none;
					width:auto;
					margin-right:0px;
					margin-bottom:30px;
				}
				#hsf-row-2-box-orange{
					float:none;
					width:auto;
				}
				#hsf-row-2-box-vs{
					display:none;
				}
	}


	#hsf-row-3{
	}
		#hsf-row-3 .PageWidth{
			width:70%;
			text-align: center;
		}
			#hsf-row-3 .BigText2{
				margin-bottom: clamp(30px, 4vw, 70px);
			}
			#hsf-row-3 .Col1{
				text-align:right;
			}
			#hsf-row-3 .Col2{
				text-align:left;
			}
	@media screen and (max-width: 1500px){
		#hsf-row-3 .PageWidth{
			width:85%;
		}
	}
	@media screen and (max-width: 1200px){
		#hsf-row-3 .PageWidth{
			width:auto;
		}
	}
	@media screen and (max-width: 750px){
		#hsf-row-3 .Col1,
		#hsf-row-3 .Col2{
			text-align:center;
			margin-bottom:20px;
		}
	}


	#hsf-row-4{
	}
		#hsf-row-4 .PageWidth{
			width:75%;
			text-align: center;
		}
			#hsf-row-4 table{
				width:100%;
			}
			#hsf-row-4-table-1{
			}
				#hsf-row-4-table-1 td.Level1:first-child{
					width:65%;
					background: url(images/construction_logistics_hsf_row_4_image@2x.webp) no-repeat center center;
					background-size: cover;
					border-radius: 15px;
				}
					#hsf-row-4-table-1 td.Level1:first-child img{
						display: none;
						width:100%;
					}
				#hsf-row-4-table-1 td.Level1:last-child{
					width:35%;
				}
					#hsf-row-4-table-2{
					}
						#hsf-row-4-table-2 td:last-child{
							position: relative;
							font-weight:600;
							padding-left:12%;
							padding-top: clamp(15px, 4vw, 60px);
							padding-bottom: clamp(15px, 4vw, 60px);
							font-size: clamp(18px, 1.9vw, 36px);
							line-height:1.5em;
						}
							#hsf-row-4-table-2 td img{
								position: absolute;
								width:16%;
								left:-8%;
								top: 0;
								bottom: 0;
								margin: auto 0;
							}
	@media screen and (max-width: 1500px){
		#hsf-row-4 .PageWidth{
			width:85%;
		}
	}
	@media screen and (max-width: 1200px){
		#hsf-row-4 .PageWidth{
			width:auto;
		}
	}
	@media screen and (max-width: 850px){
				#hsf-row-4-table-1 td.Level1:first-child{
					width:50%;
				}
				#hsf-row-4-table-1 td.Level1:last-child{
					width:50%;
				}
	}
	@media screen and (max-width: 550px){
				#hsf-row-4-table-1 td.Level1:first-child{
					width:100%;
					display:block;
					margin-bottom:30px;
				}
					#hsf-row-4-table-1 td.Level1:first-child img{
						display: block;
					}
				#hsf-row-4-table-1 td.Level1:last-child{
					width:100%;
					display:block;
				}

						#hsf-row-4-table-2 td:last-child{
							padding-left:45px;
						}
							#hsf-row-4-table-2 td img{
								left:0px;
								width:35px;
							}
	}


	#hsf-row-5{
	}
		#hsf-row-5-heading{
			color:#B1B1B1;
			font-style:italic;
			text-align: center;
			font-size: clamp(18px, 2.5vw, 36px);
		}


	#hsf-row-6{
		position: relative;
	}
		#hsf-row-6-right-bg{
			width:45%;
			height:100%;
			position: absolute;
			right:0px;
			top:0px;
			background: url(images/construction_logistics_row_6_image@2x.webp) no-repeat right center;
			background-size: cover;
		}
		#hsf-row-6-right{
		}
			#hsf-row-6-right img{
				display:none;
			}
		#hsf-row-6-left{
		}
			#hsf-row-6 h2{
				margin-bottom: clamp(30px, 4vw, 60px);
			}
			#hsf-row-6 .Button{
				margin-bottom: clamp(30px, 4vw, 90px);
			}
	@media screen and (max-width: 650px){
		#hsf-row-6-right-bg{
			display:none;
		}
		#hsf-row-6-left{
			float:none;
			width:auto;
		}
		#hsf-row-6-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
			#hsf-row-6-right img{
				display:block;
				width:100%;
			}
	}
	/************************************************************************
	#  PAGE - HIGH STAKES FREIGHT
	*************************************************************************/



	/************************************************************************
	#  PAGE - HIGH STAKES FREIGHT QUIZ
	*************************************************************************/
	#hsf-quiz-row-1{
		background: url(images/construction_logistics_hsf_quiz_row_1_image.svg) no-repeat right top 20%;
		background-size: 45%;
	}
		#hsf-quiz-row-1-left{
			width:60%;
		}
			#hsf-quiz-row-1 .RadioContainer{
				margin-bottom:clamp(25px, 5vw, 50px);
			}
				#hsf-quiz-row-1 .RadioContainer .BigText1{
					margin-bottom:clamp(15px, 5vw, 30px);
				}
				#hsf-quiz-row-1 .RadioContainer input{
				}
					#hsf-quiz-row-1 .RadioContainer .RadioLabel{
						font-weight:300;
						margin-right:clamp(15px, 5vw, 30px);
					}
				#hsf-quiz-row-1-left .Submit{
					margin-bottom:clamp(40px, 5vw, 90px);
				}

		#hsf-quiz-row-1-result{
			display:none;
			border-top:1px solid #B1B1B1;
			padding-top:clamp(40px, 5vw, 90px);
		}	
			#hsf-quiz-row-1-result td{
				padding-left:clamp(10px, 5vw, 20px);
				padding-right:clamp(10px, 5vw, 20px);
			}
			#hsf-quiz-row-1-result td:first-child{
				padding-left:0px;
			}
			#hsf-quiz-row-1-result td:last-child{
				padding-right:0px;
			}
			#hsf-quiz-row-1-result td:nth-child(2){
			}
				#hsf-quiz-row-1-result td:nth-child(2) div{
					border:2px solid #132048;
					border-radius:8px;
					padding:15px 30px;
					color:#132048;
					white-space: nowrap;
					font-weight:700;
					font-size:clamp(17px, 5vw, 23px);
				}
				#hsf-quiz-row-1-result .Button{
					white-space: nowrap;
					font-size:clamp(16px, 2.5vw, 21px);
				}

	@media screen and (max-width: 1400px){
			#hsf-quiz-row-1-result td{
				width:100%;
				display:block;
				text-align: center;
				padding:15px 0 !important;
			}
				#hsf-quiz-row-1-result td:nth-child(2) div{
					white-space: normal;
				}
	}

	@media screen and (max-width: 1200px){
		#hsf-quiz-row-1-left{
			width:75%;
		}
	}
	@media screen and (max-width: 600px){
	#hsf-quiz-row-1{
		background: none;
	}
		#hsf-quiz-row-1-left{
			width:auto;
		}
	}
	/************************************************************************
	#  PAGE - HIGH STAKES FREIGHT QUIZ
	*************************************************************************/



	/************************************************************************
	#  PAGE - PROJECT MANAGEMENT
	*************************************************************************/
	#pm-row-1{
	}
		#pm-row-1-left{
		}

		#pm-row-1-right{
			text-align: center;
		}
			#pm-row-1-right img{
			}
			#pm-row-1-right .BigText1{
				padding-top:15px;
			}
	@media screen and (max-width: 1000px){
			#pm-row-1-right img{
				width:100%;
			}
		#pm-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#pm-row-1-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
	}


	#pm-row-2{
	}
		#pm-row-2 .ContentRow{
			position: relative;
		}
			#pm-row-2 .SubHeadingText{
				width:50%;
			}

			#pm-row-2-graphic-top{
				width:25%;
				position:absolute;
				right:6%;
				top: 0px;
			}

			#pm-row-2-blocks{
				background: url(images/construction_logistics_pm_row_2_bg.svg) no-repeat center center;
				background-size: 65%;
			}
				.PMRow2Block{
					padding-top: clamp(30px, 2.5vw, 60px);
					clear:both;
					width:45%;
				}
					.PMRow2Block .Col{
						position:relative;
						background:#fff; 
					}
						.PMRow2Block .BigText2{
							margin-bottom:15px;
						}
						.PMRow2BlockNumber{
							position: absolute;
							top:-40px;
							left:50px;
						}
						.PMRow2Block .VideoImageContainer img{
							width:100%;
						}
			#pm-row-2-graphic{
				width:25%;
				position:absolute;
				right:0px;
				bottom: -180px;
			}
	@media screen and (max-width: 1400px){
			#pm-row-2-graphic-top{
				display:none;
			}
			#pm-row-2 .SubHeadingText{
				width:auto;
			}
			#pm-row-2-blocks{
				background: none;
			}
					.PMRow2Block{
						float:none !important;
						width:auto !important;
						margin:0 0 30px 0 !important;
					}

			#pm-row-2-graphic{
				bottom: -140px;
			}
	}


	#pm-row-3{
	}
		#pm-row-3 .Heading{
			width:40%;
		}
		#pm-row-3 .SubHeadingText{
			width:65%;
		}
		#pm-row-3 .Columns{
			width:50%;
		}
	@media screen and (max-width: 1000px){
		#pm-row-3 .Heading{
			width:auto;
		}
		#pm-row-3 .SubHeadingText{
			width:auto;
		}
		#pm-row-3 .Columns{
			width:auto;
		}
	}


	#pm-row-4{
	}
		#pm-row-4-right{
			text-align: center;
		}
		#pm-row-4-left{
		}
			#pm-row-4 .Button{
				margin-bottom:clamp(20px, 5vw, 60px);
			}

			#pm-row-4-stats{
				padding-top:clamp(35px, 5vw, 50px);
				padding-bottom:clamp(70px, 5vw, 120px);
			}
				#pm-row-4-stats .Col{
					text-align:left !important;
				}
					.PMRow4BoxTitle{
						font-size:clamp(18px, 3vw, 36px) !important;
						padding-bottom:clamp(10px, 2vw, 15px) !important;
						font-weight:600;
					}
					.PMRow4BoxText{
						font-size:clamp(16px, 3vw, 21px) !important;
						border-bottom:3px solid #EDEDED;
						padding-bottom:12px;
						display:inline-block;
					}
	@media screen and (max-width: 800px){
		#pm-row-4-right,
		#pm-row-4-left{
			width:auto;
			float:none;
		}
		#pm-row-4-right{
			margin-bottom:35px;
		}
			#pm-row-4-right img{
				width:100%;
			}
				#pm-row-4 .Heading2{
					text-align: center !important;
				}
				#pm-row-4-stats .Col{
					width:47% !important;
					float:left !important;
				}
					#pm-row-4-stats ul{
						text-align: left !important;
					}
	}
	/************************************************************************
	#  PAGE - PROJECT MANAGEMENT
	*************************************************************************/



	/************************************************************************
	#  PAGE - HOW WE DO BUSINESS
	*************************************************************************/
	#how-biz-row-1{
	}
		#how-biz-row-1-left{
		}
			#how-biz-row-1-left .Columns{
	
			}
				#how-biz-row-1-left .Columns .Col1{
					padding-top:clamp(0px, 5vw, 8px) !important;
				}
				#how-biz-row-1-left .Columns .Col2{
				}

		#how-biz-row-1-right{
		}
			#how-biz-row-1-right img{
				width:100%;
			}
	@media screen and (max-width: 1200px){
				#how-biz-row-1-left .Columns .Col{
					width:auto;
					padding:0px 0 20px 0;
					margin:0px;
					float:none;
					text-align: left !important;
				}
	}
	@media screen and (max-width: 1000px){
		#how-biz-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#how-biz-row-1-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
	}


	#how-biz-row-3{
		background: rgb(2,0,36);
		background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(242,248,252,1) 0%, rgba(255,255,255,1) 35%);
	}
		#how-biz-row-3 h1,
		#how-biz-row-3 .SubHeadingText{
			text-align: center;
		}


	#how-biz-row-4{
		background: #132048 url(images/construction_logistics_home_row_5_bg@2x.webp) no-repeat top left;
		background-size: cover;
		color:#fff;
		position: relative;
	}
		#how-biz-row-4-border{
			width:15px;
			background:#f47d39;
			height:50%;
			position: absolute;
			left:0px;
			top: 0;
			bottom: 0;
			margin: auto 0;
		}

		#how-biz-row-4-left{
			padding:100px 0;
		}
			#how-biz-row-4 .Heading1{
				font-size :clamp(20px, 4vw, 90px) !important;
				font-weight:700 !important;
			}
	@media screen and (max-width: 1100px){
		#how-biz-row-4-left{
			float:none;
			width:90%;
			text-align:center;
			padding-bottom:60px;
			margin:0 auto;
		}
			#how-biz-row-4-left .Heading{
				padding-bottom:20px;
			}
	}


	#how-biz-row-5{
		padding-bottom:0px;
		background: url(images/construction_logistics_how_biz_row_5_bg.svg) no-repeat center top;
		background-size: auto 100%;
	}
		#how-biz-row-5 .Heading2{
			width:40%;
		}

		.HowBizRow5Box{
			position: relative;
			background:#fff;
			clear:both;
			width:45%;
			border:1px solid #D8D8D8;
			border-radius:15px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			padding-top:clamp(50px, 6vw, 140px) !important;
			padding-left:clamp(20px, 5vw, 60px) !important;
			padding-right:clamp(20px, 5vw, 60px) !important;
			padding-bottom:clamp(20px, 5vw, 40px) !important;
		}
			#home-biz-row-5-box-1 .HowBizRow5BoxImage,
			#home-biz-row-5-box-3 .HowBizRow5BoxImage{
				position: absolute;
				top:-100px;
			}
			#home-biz-row-5-box-2 .HowBizRow5BoxImage{
				position: absolute;
				top:-140px;
			}
			.HowBizRow5BoxTitle{
			}
			.HowBizRow5BoxContent{
				padding-bottom:25px;
			}
			.HowBizRow5BoxLink{
				font-size:clamp(14px, 5vw, 21px);
			}
		
		#home-biz-row-5-checkmark-container{
			padding-top:clamp(50px, 7vw, 140px) !important;
			text-align: center;
		}
			#home-biz-row-5-checkmark-container img{
				display:block;
				margin-bottom:0px;
				margin:0 auto;
				position: relative;
			}
	@media screen and (max-width: 900px){
		#how-biz-row-5 .Heading2{
			width:auto;
			text-align: center;
			padding-bottom:20px;
		}

		.HowBizRow5Box{
			float:none;
			width:auto;
			margin-bottom:35px;
			text-align: center;
		}
			.HowBizRow5BoxImage{
				position: relative !important;
				top:0px !important;
				width:25%;
				text-align: center;
				padding-bottom:25px;
				margin:0 auto;
			}
	}

	#how-biz-row-6{
		padding-top:clamp(40px, 6vw, 80px) !important;
		text-align: center;
	}
		#how-biz-row-6 p{
			margin-bottom:clamp(30px, 5vw, 70px) !important;
			width:70%;
			margin:0 auto;
		}
		
		#how-biz-row-6 .BigText1{
			margin-bottom:clamp(30px, 5vw, 70px) !important;
		}
	@media screen and (max-width: 1200px){
		#how-biz-row-6 p{
			width:auto;
		}
	}


	#how-biz-row-7{
	}
		#how-biz-row-7-stats{
			text-align:center;
			padding-top:clamp(35px, 5vw, 70px);
			padding-bottom:clamp(70px, 5vw, 120px);
		}
			#how-biz-row-7-stats .Col{
				text-align:center !important;
			}
				.HomeBizRow7BoxTitle{
					font-size:clamp(18px, 3vw, 36px) !important;
					padding-bottom:clamp(15px, 2vw, 30px) !important;
					font-weight:600;
				}
				.HomeBizRow7BoxText{
					font-size:clamp(16px, 3vw, 24px) !important;
				}
	@media screen and (max-width: 1200px){
		#how-biz-row-7-stats{
			width:auto;
		}
	}
	@media screen and (max-width: 800px){
			#how-biz-row-7 .Heading2{
				text-align: center !important;
			}
			#how-biz-row-7-stats .Col{
				text-align: center !important;
			}
	}
	/************************************************************************
	#  PAGE - HOW WE DO BUSINESS
	*************************************************************************/



	/************************************************************************
	#  PAGE - OUR STORY
	*************************************************************************/
	#story-row-1{
		padding-bottom:0px;
	}
		#story-row-1-left img{
			border-radius:15px;
		}
	@media screen and (max-width: 1000px){
		#story-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
			padding-bottom:50px;
		}
		#story-row-1-right{
			float:none;
			width:auto;
		}
	}


	#story-row-2{
	}
		#story-row-2 .StoryRow2Boxes{
			padding-right:20% !important;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		#story-row-2-box-1{
			padding-bottom:clamp(30px, 5vw, 80px);
		}
			.StoryRow2Quote{
				font-size:clamp(18px, 2.5vw, 36px);
				padding-bottom:clamp(20px, 5vw, 50px);
				line-height:1.5em;
				font-weight:600;
			}
			.StoryRow2Signature{
				font-size:clamp(16px, 2.5vw, 21px);
				padding-bottom:clamp(20px, 5vw, 50px);
			}
			.StoryRow2Box p{
				font-size:clamp(16px, 1.4vw, 21px) !important;
			}
	@media screen and (max-width: 1300px){
		#story-row-2 .StoryRow2Boxes{
			padding-right:0% !important;
		}
	}


	#story-row-3{
		padding-top: clamp(50px, 11vw, 160px);
		padding-bottom: clamp(50px, 11vw, 160px);
		background: url(images/construction_logistics_story_row_3_bg@2x.webp) no-repeat center center;
		background-size: cover;
	}
		#story-row-3-block{
			width:70%;
			float:right;
			padding-right:10%;
			border-left:15px solid #f47d39;
			padding-left:clamp(20px, 5vw, 50px);
		}


	#story-row-4{
	}


	#story-row-6{
		text-align: center;
	}
		#story-row-6 table{
			width:auto;
			margin:0 auto;
			margin-bottom:clamp(35px, 5vw, 70px);
		}
			#story-row-6 table td{
				font-size:clamp(18px, 2.5vw, 21px);
				padding:5px 40px;
				text-align:left;
				background: url(images/construction_logistics_global_icon_check_circle_blue.svg) no-repeat left center;
				background-size: clamp(20px, 2.5vw, 30px);
				white-space: nowrap;
			}
	@media screen and (max-width: 900px){
			#story-row-6 table td{
				padding:8px 0 8px 30px;
				display:block;
				width:100%;
			}
	}
	/************************************************************************
	#  PAGE - OUR STORY
	*************************************************************************/



	/************************************************************************
	#  PAGE - CARRIERS
	*************************************************************************/
	#carriers-row-1{
	}
		#carriers-row-1-left{
		}
			#carriers-row-1 .BigText1{
				margin-bottom:clamp(35px, 3.5vw, 45px);
			}
		#carriers-row-1-right{
			text-align: center;
		}
			#carriers-row-1-right img{
				margin:0 auto;
			}
	@media screen and (max-width: 1000px){
		#carriers-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#carriers-row-1-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
	}


	#carriers-row-2{
	}
		#carriers-row-2-left{
			text-align: center;
		}
			#carriers-row-2-left img{
				margin:0 auto;
				margin-bottom:clamp(15px, 5vw, 30px);
			}
		#carriers-row-2-right{
		}
			#carriers-row-2-right ul{
				margin-left:5%;
			}
	@media screen and (max-width: 1000px){
		#carriers-row-2-left{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
		#carriers-row-2-right{
			float:none;
			width:auto;
		}
	}


	#carriers-row-3{
	}
		#carriers-row-3-left{
		}
		#carriers-row-3-right{
			position: relative;
			text-align: center;
		}
			#carriers-row-3-right #carriers-row-3-right-arrow{
				position: absolute;
				width:28%;
				left:-22%;
			}
	@media screen and (max-width: 1000px){
		#carriers-row-3-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#carriers-row-3-right{
			float:none;
			width:auto;
			text-align:center;
			padding-bottom:50px;
		}
			#carriers-row-3-right #carriers-row-3-right-arrow{
				display:none;
			}
	}


	#carriers-row-4{
		text-align:center;
	}
		#carriers-row-4-heading{
			font-size: clamp(27px, 3.0vw, 43px);
			margin-bottom: clamp(27px, 2vw, 40px);
			font-style:italic;
			color:#132048;
		}
		#carriers-row-4 .SubHeadingText{
			padding-bottom:clamp(15px, 5vw, 30px);
		}
			#carriers-row-4 .SubHeadingText span{
				display:inline-block;
				background: url(images/construction_logistics_global_icon_heart_orange.svg) no-repeat left center;
				background-size: clamp(20px, 2.5vw, 30px);
				padding-left: clamp(30px, 3.3vw, 40px);
			}
		#carriers-row-4 .Columns{
			padding-bottom:clamp(35px, 5vw, 90px);
		}
			#carriers-row-4 .Columns .Col{
				font-size: clamp(18px, 2.2vw, 30px);
				text-align: left;
				line-height:1.4em;
				background: url(images/construction_logistics_global_icon_quote_blue3.svg) no-repeat left top;
				background-size: clamp(20px, 5vw, 80px);
				padding-top:clamp(0px, 2vw, 40px);
				padding-left:clamp(20px, 3.5vw, 60px);
			}
				#carriers-row-4 .Columns .Col span{
					background:#fff;
					display:inline-block;
				}

			
	#carriers-row-5{
	}
		#carriers-row-5 img{
			border-radius:15px;
		}


	#carriers-row-6{
	}


	#carriers-row-7{
		padding-top:0px;
	}


	#carriers-row-8{
		padding-top:0px;
	}
	/************************************************************************
	#  PAGE - CARRIERS
	*************************************************************************/



	/************************************************************************
	#  PAGE - CARRIER SETUP
	*************************************************************************/
	#carrier-setup-left{
		max-width:600px;

	}
	#carrier-setup-right{
		width:45%;
	}
		#carrier-setup-instructions{
			background:#F2F8FC;
			border-radius:8 px;
			padding-top: clamp(20px, 5vw, 40px);
			padding-right: clamp(20px, 5vw, 50px);
			padding-bottom: clamp(20px, 5vw, 40px);
			padding-left: clamp(20px, 5vw, 50px);
		}
			#carrier-setup-instructions-heading{
				color:#132048;
				font-size: clamp(17px, 1.8vw, 24px);
				font-weight:300;
				padding-left:10%;
				background: url(images/construction_logistics_global_icon_folders_blue.svg) no-repeat left center;
				background-size: 32px;
				margin-bottom: clamp(15px, 3vw, 50px);
			}
			#carrier-setup-instructions-steps{
				padding-left:10%;
				font-size: clamp(16px, 1.8vw, 18px);
				color:#132048;
				font-weight: 700;
			}
				#carrier-setup-instructions-steps td{
					vertical-align: top;
					padding-bottom:15px;
				}
				#carrier-setup-instructions-steps td:first-child{
					padding-right:12px;
				}		

	#carrier_profile_instructions table {
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding-bottom:10px;
		width:60% !important;
	}
	@media screen and (max-width: 960px){
	#carrier-setup-right {
		display:none;
	}
	}

	/************************************************************************
	#  PAGE - CARRIER SETUP
	*************************************************************************/



	/************************************************************************
	#  CARRIER SETTINGS
	*************************************************************************/
	#carrier-settings-menu{
		float:left;
		width:20%;
		border-right:1px solid #ddd;
		position: relative;
		right:-1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
		#carrier-settings-menu-label{
			display:block;
			font-weight:500;
			font-size:clamp(18px, 3vw, 22px);
			text-transform: uppercase;
		}
		#carrier-settings-menu a{
			font-size:clamp(18px, 3vw, 21px);
			display:block;
			padding-top:clamp(5px, 3vw, 10px);
			padding-bottom:clamp(5px, 3vw, 10px);
			font-weight:400;
			color:#132048;
		}
		#carrier-settings-menu a:hover,
		#carrier-settings-menu a.Active{
			color:#f47d39;
		}
	@media screen and (max-width: 850px){
	#carrier-settings-menu{
		display:none;
		float:none;
		width:100%;
		border:none;
		text-align:center;
		background:#f2f2f2;
		padding:20px;
		margin-bottom:75px;
	}
		#carrier-settings-menu-label{
			display:block;
			font-weight:500;
			font-size:15px;
			text-transform: uppercase;
		}
	}


	#carrier-settings-steps{
		float:right;
		width:80%;
		border-left:1px solid #ddd;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left:50px;
		position: relative;
	}
		#carrier-settings-steps p {
			text-align:center;
		}
		.CarrierSettingsStep{
			display:none;
		}
		.CarrierSettingsQuestion{
			color:#333;
			font-size:28px;
			font-style:italic;
			text-align:center;
			font-weight:400;
		}
		.CarrierSettingsStepOrder{
			color:#333;
			font-size:12px;
			font-style:italic;
			text-align:center;
			padding-bottom:75px;
			font-weight:500;
		}
		.CarrierSettingsNavButtons{
		}
		.CarrierSettingsNavButtonsBottom{
			padding-top:50px;
		}
			.CarrierSettingsNavButton{
				padding: 7px 20px;
				text-align:center;
				border-radius:3px;
				text-decoration:none !important;
				font-size:17px;
				line-height:1.6em;
				display:inline-block;
				width:auto;
				position:relative;
				overflow:visible;
				text-transform:none;
				font-weight:400;
				background:#f47d39;
				border:2px solid #f47d39;
				color:#fff !important;
			}
			.CarrierSettingsNavButton:hover{
				background:#f2722e;
			}
			.CarrierSettingsNavButtonsTop .CarrierSettingsNavButtonPrev{
				position:absolute;
				top:0px;
				left:50px;
			}
			.CarrierSettingsNavButtonsTop .CarrierSettingsNavButtonNext{
				position:absolute;
				top:0px;
				right:0px;
			}
			.CarrierSettingsNavButtonsBottom .CarrierSettingsNavButtonPrev{
				float:left;
			}
			.CarrierSettingsNavButtonsBottom .CarrierSettingsNavButtonNext{
				float:right;
			}
			.CarrierSettingsNavButton.Disabled,
			.CarrierSettingsNavButton.Disabled:hover{
				background:#666 !important;
				border:2px solid #666 !important;
			}

		.CarrierSettingsTable{
			width:auto;
			margin:0 auto;
		}
			.CarrierSettingsTable th{
				padding:10px 15px;
			}
			.CarrierSettingsTable td{
				padding: 0 15px;
				white-space: nowrap;
			}
				.CarrierSettingsTable input{
					width:100px;
					text-align:center;
					margin-bottom:0px;
				}
	@media screen and (max-width: 1050px){
		.CarrierSettingsNavButtons{
			padding-bottom:75px;
		}
			.CarrierSettingsNavButtonsTop .CarrierSettingsNavButtonPrev{
				position:relative;
				top:auto;
				left:auto;
				float:left;
			}
			.CarrierSettingsNavButtonsTop .CarrierSettingsNavButtonNext{
				position:relative;
				top:auto;
				right:auto;
				float:right;
			}
	}

	@media screen and (max-width: 850px){
	#carrier-settings-steps{
		float:none;
		width:100%;
		border:none;
		padding:0px;
	}

		.CarrierSettingsStepOrder{
			color:#333;
			font-size:12px;
			font-style:italic;
			text-align:center;
			padding-bottom:25px;
			font-weight:500;
		}
	}


	.SelectableMapOptions{
		border:1px solid #ddd;
		border-bottom:none;
		padding:10px 20px 0 20px;
		background:#f7f7f7;
		font-size:13px;
	}
		.SelectableMapOptionsToggleContainer{
			border:1px solid #ddd;
			border-radius:2px;
			display:inline-block;
			margin-right:30px;
		}
			a.SelectableMapOptionsToggle{
				border-left:1px solid #ddd;
				float:left;
				padding:0px 10px;
				color:#333;
				background:#fff;
				text-decoration: none;
			}
			a.SelectableMapOptionsToggle:first-child{
				border-left:none;
				border-top-left-radius: 2px;
				border-bottom-left-radius: 2px;
			}
			a.SelectableMapOptionsToggle:last-child{
				border-top-right-radius: 2px;
				border-bottom-right-radius: 2px;
			}
			a#selectable-map-options-toggle-regions:hover,
			a#selectable-map-options-toggle-regions.Active{
				/* background:#7f6084; */
				background:#3a8bce;
				color:#fff;
			}
			a#selectable-map-options-toggle-states:hover,
			a#selectable-map-options-toggle-states.Active{
				background:#3a8bce;
				color:#fff;
			}
			a#selectable-map-options-toggle-markets:hover,
			a#selectable-map-options-toggle-markets.Active{
				/* background:#1bbda0; */
				background:#3a8bce;
				color:#fff;
			}
			a#selectable-map-options-toggle-shipments:hover,
			a#selectable-map-options-toggle-shipments.Active{
				background:#f17d43;
				color:#fff;
				border-top-right-radius: 2px;
				border-bottom-right-radius: 2px;
			}

	.SelectableMap{
		border:1px solid #ddd;
		overflow:auto;
		height:600px;
	}

	#carrier-settings-trailer-types{
		width:auto;
		margin:0 auto;
	}
		#carrier-settings-trailer-types td{
			padding: 0 15px;
		}
			#carrier-settings-trailer-types input{
				width:100px;
				text-align:center;
				margin-bottom:0px;
			}


	#carrier-settings-carrier-lanes-table{
	}
		#carrier-settings-carrier-lanes-table tr td,
		#carrier-settings-dispatchers-table tr td,
		#carrier-settings-drivers-table tr td{
			position: relative;
		}
			.CarrierSettingsCarrierLaneDelete,
			.CarrierSettingsDispatcherDelete,
			.CarrierSettingsDriverDelete{
				position:absolute;
				top:20px;
				left:-30px;
				cursor:pointer;
			}
	@media screen and (max-width: 850px){
			.CarrierSettingsCarrierLaneDelete,
			.CarrierSettingsDispatcherDelete,
			.CarrierSettingsDriverDelete{
				left:-15px;
			}
	}


	#carrier-settings-carrier-lanes-add,
	#carrier-settings-dispatchers-add,
	#carrier-settings-drivers-add{
		padding: 7px 20px 7px 45px;
		text-align: center;
		border-radius: 3px;
		text-decoration: none !important;
		font-size: 17px;
		line-height: 1.6em;
		display: inline-block;
		width: auto;
		position: relative;
		overflow: visible;
		text-transform: none;
		font-weight: 200;
		background: #132048 url(images/construction_logistics_global_icon_plus_white.svg) no-repeat left 12px top 6px;
		border:2px solid #132048;
		background-size: 28px;
		color: #fff !important;
		left:3px;
	}

	#carrier-settings-dispatcher-load-offer-type{
	}
		#carrier-settings-dispatcher-load-offer-type .Col{
			border:1px solid #f47d39;
			border-radius:5px;
			padding:40px 50px;
			text-align:center;
			cursor:pointer
		}
		#carrier-settings-dispatcher-load-offer-type .Col:hover{
			background:#f47d39;
			color:#fff;
		}

	#carrier-settings-dispatcher-load-offer-type-separate{
		display:none;
	}
		.CarrierSettingsDispatcherLoadOfferContainer{
			background: #f7f7f7;
		}
			.CarrierSettingsDispatcherLoadOfferTop{
				border-bottom:1px solid #ddd;
				background: #f7f7f7 url('images/construction_logistics_global_icon_arrow_down_orange.svg') no-repeat right 20px top 19px;
				background-size: 20px;
				cursor:pointer;
				font-weight:600;
			}
			.CarrierSettingsDispatcherLoadOfferTop:hover{
				background: #f2f2f2 url('images/construction_logistics_global_icon_arrow_down_orange.svg') no-repeat right 20px top 19px;
				background-size: 20px;
			}
			.CarrierSettingsDispatcherLoadOfferTop{
				padding:10px 20px;
			}
			.CarrierSettingsDispatcherLoadOfferSettings{
				padding:10px 20px;
				font-size:13px;
				line-height:1.1em;
			}
	/************************************************************************
	#  CARRIER SETTINGS END
	*************************************************************************/



	/************************************************************************
	#  PAGE - TEAM
	*************************************************************************/
	#team-row-1{
	}
		#team-row-1-left{
		}
			#team-row-1-left table{
			}
				#team-row-1-left table td:nth-child(1){
					width:30px;
					white-space: nowrap;
					padding-right:20px;
				}
				#team-row-1-left table td:nth-child(2){
				}

		#team-row-1-right{
			text-align: center;
		}
			#team-row-1-right img{
				width:100%;
			}
			#team-row-1-right .BigText2{
				padding-top:15px;
			}
	@media screen and (max-width: 1200px){
				#team-row-1-left .Columns .Col{
					width:auto;
					padding:0px 0 20px 0;
					margin:0px;
					float:none;
					text-align: left !important;
				}
	}
	@media screen and (max-width: 1000px){
		#team-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#team-row-1-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
	}
	@media screen and (max-width: 700px){
				#team-row-1-left table td:nth-child(1){
					display:block;
					width:100%;
					white-space: normal;
					padding-right:0px;
				}
				#team-row-1-left table td:nth-child(2){
					display:block;
					width:100%;
					padding-top:20px;
				}
	}


	#team-row-2{
	}
		#team-row-2-left{
		}
		#team-row-2-right{
			text-align: center;
		}

		#team-bios-pics{
			padding-top:clamp(35px, 5vw, 100px) !important;
		}
			.TeamBio{
				float:left;
				width: 22.75%;
				margin-right:3%;
				position:relative;
				margin-bottom:clamp(25px, 5vw, 70px) !important;
			}
			.TeamBio:nth-child(4n+0) {
				margin-right:0px;
			}
			.TeamBio:nth-child(4n+1) {
				clear:both;
			}
				.TeamBioImage{
				}
					.TeamBioImage img{
						display:block;
						border-radius:12px;
					}
				.TeamBioBody{
					padding-top:clamp(10px, 4vw, 30px) !important;
				}
					.TeamBioName{
						width:80%;
						float:left;
						font-size:clamp(18px, 1.7vw, 25px);
						font-weight:600;
						margin-bottom:clamp(5px, 5vw, 10px) !important;
						color: #132048;
					}
					.TeamBioPosition{
						width:80%;
						float:left;
						clear:left;
						font-size:clamp(18px, 1.6vw, 22px);
						color: #132048;
					}
					.TeamBioArrow{
						width:15%;
						float:right;
						display:block;
					}
						.TeamBioArrow img{
							width:100%;
						}
						.TeamBioArrowUp{
							display:none;
						}
						.TeamBio.Active .TeamBioArrowUp{
							display:block;
						}
						.TeamBio.Active .TeamBioArrowDown{
							display:none;
						}
					.TeamBioFact{
						display:none;
						padding-top:clamp(10px, 2vw, 30px) !important;
					}


	@media screen and (max-width: 1000px){
		#team-row-2-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#team-row-2-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
	}
	@media screen and (max-width: 1200px){
		

			.TeamBio,
			.TeamBio:nth-child(4n+0) {
				width: 31.3333%;
				margin-right:3%;
			}
			.TeamBio:nth-child(4n+1) {
				clear:none;
			}
			.TeamBio:nth-child(3n+0) {
				margin-right:0px;
			}
			.TeamBio:nth-child(3n+1) {
				clear:both;
			}
	}
	@media screen and (max-width: 850px){
			.TeamBio,
			.TeamBio:nth-child(4n+0),
			.TeamBio:nth-child(3n+0) {
				width: 47.5%;
				margin-right:5%;
			}
			.TeamBio:nth-child(3n+1) {
				clear:none;
			}
			.TeamBio:nth-child(2n+0) {
				margin-right:0px;
			}
			.TeamBio:nth-child(2n+1) {
				clear:both;
			}
	}
	@media screen and (max-width: 500px){
			.TeamBio,
			.TeamBio:nth-child(4n+0),
			.TeamBio:nth-child(3n+0),
			.TeamBio:nth-child(2n+0) {
				width: 100%;
				margin-right:0%;
				margin-bottom:45px !important;
				float:none;
			}
	}



	#team-row-3{
		padding-top: clamp(25px, 7vw, 80px);
		text-align: center;
	}
		#team-row-3 .SubHeadingText{
			max-width:1200px;
			margin:0 auto;
		}
		#team-row-3 .Columns .Col1{
			text-align: right;
		}
		#team-row-3 .Columns .Col2{
			text-align: left;
		}
	@media screen and (max-width: 750px){
		#team-row-3 .Columns .Col1{
			text-align: center;
		}
		#team-row-3 .Columns .Col2{
			text-align: center;
		}
	}


	#team-row-4{
		padding-top: clamp(50px, 11vw, 160px);
		padding-bottom: clamp(50px, 11vw, 160px);
		background: url(images/construction_logistics_story_row_3_bg@2x.webp) no-repeat center center;
		background-size: cover;
	}
		#team-row-4-block{
			width:70%;
			float:right;
			padding-right:10%;
			border-left:15px solid #f47d39;
			padding-left:clamp(20px, 5vw, 50px);
		}
	/************************************************************************
	#  PAGE - TEAM
	*************************************************************************/



	/************************************************************************
	#  PAGE - JOIN
	*************************************************************************/
	#join-row-1{
	}
		#join-row-1-left{
		}
		#join-row-1-right{
		}
	@media screen and (max-width: 1200px){
				#join-row-1-left .Columns .Col{
					width:auto;
					padding:0px 0 20px 0;
					margin:0px;
					float:none;
					text-align: left !important;
				}
	}
	@media screen and (max-width: 1000px){
		#join-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#join-row-1-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
	}


	#join-row-2{
		text-align: center;
	}
		#join-row-2 .Columns{
			max-width:1350px;
			margin:0 auto;
		}
		#join-row-2 .Columns.First{
			padding-bottom: clamp(40px, 5vw, 120px);
			padding-top: clamp(40px, 5vw, 80px);
		}
			#join-row-2 .Columns .Col{
				text-align: center;
				font-size:clamp(18px, 2vw, 30px);
				line-height:1.4em;
				color:#132048;
			}
				#join-row-2 .Columns .Col img{
					margin:0 auto;
					display:block;
					margin-bottom:clamp(10px, 2.5vw, 25px);
					width:20%;
					max-width:70px;
				}
	@media screen and (max-width: 800px){
		#join-row-2 .Columns.First{
			padding-bottom: 0px;
		}
				#join-row-2 .Columns .Col img{
					max-width:55px;
				}
	}


	#join-row-3{
	}
		#join-row-3-right{
		}
			#join-row-3-right img{
				width:100%;
			}
			.JoinRow3Block{
				padding-bottom:70px;
			}
				.JoinRow3BlockQuote{
					padding:35px 0 0 35px;
					background: url(images/construction_logistics_global_icon_quote_blue.webp) no-repeat top 35px left;
					background-size:33px;
					font-size: clamp(18px, 1.7vw, 24px);
					line-height:1.3em;
					font-weight:300;
				}
				.JoinRow3BlockName{
					padding:35px 0 0 35px;
				}
	@media screen and (max-width: 1000px){
		#join-row-3-left{
			float:none;
			width:auto;
			padding-right:0px;
		}
		#join-row-3-right{
			float:none;
			width:auto;
			padding-bottom:50px;
		}
			#join-row-3-block-2{
				padding-bottom:20px;
			}
	}
	/************************************************************************
	#  PAGE - JOIN
	*************************************************************************/



	/************************************************************************
	#  PAGE - CASE STUDIES
	*************************************************************************/
	#case-studies-row-1{
	}
		#case-studies-row-1-left{
		}
			#case-studies-row-1-left a{
				color:#132048;
			}
			#case-studies-row-1-left .Columns{
				text-align:center;
			}
				#case-studies-row-1-left .Columns .Col{
					text-align:center;
				}
					#case-studies-row-1-left table{
						width:auto;
						margin:0 auto;
					}
						#case-studies-row-1-left td{
							padding-right:5px;
						}
							#case-studies-row-1-left td img{
								width: clamp(17px, 3.5vw, 33px);
							}

		#case-studies-row-1-right{
			background-size:30%;
			text-align: right;
		}
		#case-studies-row-1-right.InfoGraphicBlue{
			background: url(images/construction_logistics_global_graphic_info_blue.svg) no-repeat center left;
			background-size: auto 80%;
		}
		#case-studies-row-1-right.InfoGraphicOrange{
			background: url(images/construction_logistics_global_graphic_info_orange.svg) no-repeat center left;
			background-size: auto 80%;
		}
			#case-studies-row-1-right img{
				width:80%;
			}

	@media screen and (max-width: 1000px){
		#case-studies-row-1-left{
			float:none;
			width:auto;
		}
		#case-studies-row-1-right{
			display:none;
		}
	}
	@media screen and (max-width: 1000px){
				#case-studies-row-1-left .Columns .Col{
					text-align:left;
				}
					#case-studies-row-1-left table{
						margin:0px;
					}
	}


	#case-studies-row-2{
	}
		#case-studies-row-2-heading{
			color:#B1B1B1;
			font-size: clamp(21px, 2.5vw, 36px);
			font-style: italic;
			margin-bottom: clamp(30px, 4vw, 50px);
		}
		#case-studies-row-2 table{
			width:100%;
			max-width:1350px;
		}
			#case-studies-row-2 table td{
				padding-right:3.5%;
			}
	@media screen and (max-width: 800px){
			#case-studies-row-2 table td{
				padding:5% 13% !important;
				display:inline-block;
				width:24%;
				text-align:center;
			}
	}


	#case-studies-row-3{
	}
		.CaseStudySmall{
			float:left;
			width:47%;
			margin-right:6%;
			margin-bottom:clamp(35px, 5vw, 70px);
		}
		.CaseStudySmall:nth-child(even){
			margin-right:0px;
		}
			.CaseStudySmall .VideoImageContainer img{
				width:100%;
				border-radius:15px;
			}
			.CaseStudySmallHeading{
				padding-top: clamp(0px, 5vw, 20px);
				color:#132048;
				font-size: clamp(20px, 2vw, 36px);
				font-weight:600;
				line-height:1.4em;
			}
				.CaseStudySmallHeading span{
					/* background: url(images/construction_logistics_global_icon_arrow_right_circle_orange.svg) no-repeat center right; */
					background-size:clamp(30px, 3.5vw, 50px);
					padding-top: clamp(20px, 5vw, 40px);
					padding-right: clamp(40px, 5vw, 70px);
					padding-bottom: clamp(20px, 5vw, 40px);
					display:inline-block;
				}
					.CaseStudySmallHeading a{
						color:#132048;
					}
			.CaseStudySmallLink{
				font-size: clamp(18px, 1.6vw, 21px);
				text-decoration: underline;
				padding-top: clamp(20px, 5vw, 30px);
				padding-bottom: clamp(20px, 5vw, 45px);
			}
			.CaseStudySmallStats{
				border:2px solid #E0E0DF;
				border-radius: 10px;
				padding-top: clamp(20px, 3vw, 40px);
				padding-bottom: clamp(20px, 3vw, 40px);
				padding-right: clamp(20px, 3vw, 50px);
				padding-left: clamp(20px, 3vw, 50px);
			}
				.CaseStudySmallStat{
				}
					.CaseStudySmallStatNum{
						color:#f47d39;
						font-size: clamp(20px, 1.7vw, 36px);
						font-weight:600;
						padding-bottom:clamp(5px, .5vw, 12px);
					}
					.CaseStudySmallStatText{
						color:#132048;
						font-size: clamp(17px, 1.6vw, 21px);
					}
	@media screen and (max-width: 1050px){
		.CaseStudySmall{
			float:none;
			width:auto;
			margin-right:0px;
			margin-bottom:70px;
		}
	}
	/************************************************************************
	#  PAGE - CASE STUDIES
	*************************************************************************/



	/************************************************************************
	#  PAGE - CASE STUDY (INDV PAGE)
	*************************************************************************/
	#case-study-row-1{
	}
		#case-study-row-1 .VideoImageContainer{
			width:45%;
			float:left;
			margin-right:5%;
		}
			#case-study-row-1 .VideoImageContainer img{
				width:100%;
				margin-bottom:clamp(30px, 2vw, 40px);
				border-radius:15px;
			}
	@media screen and (max-width: 1000px){
		#case-study-row-1 .VideoImageContainer{
			width:auto;
			float:none;
			margin-right:0px;
		}
	}
	/************************************************************************
	#  PAGE - CASE STUDY (INDV PAGE)
	*************************************************************************/



	/************************************************************************
	#  PAGE - CONTACT
	*************************************************************************/
	#contact-row-1{
		text-align: center;
	}
		#contact-row-1 .Heading{
			margin-bottom:clamp(40px, 3.5vw, 90px);
		}
		#contact-row-1 .Columns{
			max-width:1400px;
			margin:0 auto;
		}
		#contact-row-1 .ContactInfoImageContainer{
			width:23%;
			margin:0 auto;
		}
		#contact-row-1 #contact-info-image-container-3{
			width:27%;
		}
		#contact-row-1 .ContactInfoTitle{
			color:#132048;
			font-size:clamp(20px, 2vw, 30px);
			padding-top:clamp(20px, 3.5vw, 45px);
			padding-bottom:clamp(20px, 3.5vw, 45px);
		}
		#contact-row-1 .ContactInfoLink{
			padding-top:clamp(2px, 3.5vw, 7px);
			padding-bottom:clamp(2px, 3.5vw, 7px);
		}
			#contact-row-1 .ContactInfoLink a{
				font-size:clamp(17px, 1.6vw, 21px);
				text-decoration: underline;
				color:#132048;
			}


	#contact-row-2{
		text-align: center;
		padding-bottom:0px;
	}


	#contact-row-3{
	}
		#contact-row-3 img{
			border-radius:15px;
		}
	/************************************************************************
	#  PAGE - CONTACT
	*************************************************************************/



	/************************************************************************
	#  PAGE - FAQ
	*************************************************************************/
	#faq-row-1{
	}
		#faq-row-1-left{
			width:47%;
			padding-right:6%;
		}
			#faq-row-1-left .Button{
				margin-bottom:clamp(20px, 5vw, 40px);
			}
		#faq-row-1-right{
			width:47%;
			position: relative;
			background-size:30%;
			text-align: right;
			background: url(images/construction_logistics_global_graphic_info_blue.svg) no-repeat center left;
			background-size: auto 80%;
		}
			#faq-row-1-right img{
				width:80%;
			}
	@media screen and (max-width: 750px){
		#faq-row-1-left{
			float:none;
			width:auto;
			padding-bottom:20px;
			padding-right:0px;
		}
		#faq-row-1-right{
			float:none;
			width:auto;
			padding-bottom:0px;
		}
	}


	#faq-row-2{
		text-align: left;
		background-color: #F2F8FC !important;
	}
		#faq-row-2 .Col{
			text-align: left;
			margin-bottom:clamp(60px, 5vw, 80px);
		}
		#faq-row-2 .Heading3{
			padding-top:clamp(60px, 5vw, 80px);
		}
	/************************************************************************
	#  PAGE - FAQ
	*************************************************************************/



	/************************************************************************
	#  PAGE - TOOLS
	*************************************************************************/
	#tools-row-1{
		text-align:center;
	}
		#tools-row-1 a{
			color:#132048;
		}
		#tools-row-1 .Heading{
			max-width:800px;
			margin:0 auto;
			margin-bottom: clamp(27px, 2vw, 40px);
		}
		#tools-row-1 .SubHeadingText{
			max-width:1000px;
			margin:0 auto;
		}

		#tools-row-1 table#tools-row-1-table-1{
			width:auto;
			margin:0 auto;
		}
			#tools-row-1 table#tools-row-1-table-1 td:first-child{
				padding-right:50px;
			}
				#tools-row-1 table#tools-row-1-table-1 td a{
					text-decoration: underline;
				}

		#tools-boxes{
			max-width:1400px;
			margin:0 auto;
		}
			#tools-boxes .Col{
			}
				#tools-boxes table{
					width:100%;
				}
					#tools-boxes table td{
						padding-top: clamp(30px, 6vw, 120px);
						vertical-align: top;
					}
					#tools-boxes table td.ToolBoxLeft{
						width:9%;
					}
						#tools-boxes table td.ToolBoxLeft img{
							width: 100%;
						}
					#tools-boxes table td.ToolBoxSpacer{
						width:5%;
					}
					#tools-boxes table td.ToolBoxRight{
						padding-left: clamp(15px, 2vw, 40px);
					}
						.ToolBoxHeading{
							color:#132048;
							font-size:clamp(18px, 2vw, 30px);
							line-height:1.5em;
							font-weight:600;
							padding-bottom:clamp(3px, 5vw, 10px);
						}


	@media screen and (max-width: 1100px){
		#tools-row-1 table#tools-row-1-table-1{
		}
			#tools-row-1 table#tools-row-1-table-1 td{
				width:100%;
				display:block;
				text-align: center;
			}
			#tools-row-1 table#tools-row-1-table-1 td:first-child{
				padding-right:0px;
				padding-bottom:15px;
			}		
	}
	@media screen and (max-width: 800px){
					#tools-boxes table td{
						display:block;
						width:100% !important;
						padding-top: 0px;
						text-align: center;
					}
					#tools-boxes table td.ToolBoxLeft{
						padding-top: clamp(30px, 5vw, 80px);
					}
						#tools-boxes table td.ToolBoxLeft img{
							width:20%;
						}
					#tools-boxes table td.ToolBoxSpacer{
						display:none;
					}
					#tools-boxes table td.ToolBoxRight{
						padding-left: 0px;
					}
	}
	/************************************************************************
	#  PAGE - TOOLS
	*************************************************************************/



	/************************************************************************
	#  PAGE - TOOLS - FREIGHT CLASS CALCULATOR
	*************************************************************************/
	#calc-row-1{
	}
		#calc-row-1-left{
		}
			#calc-row-1-left table{
			}
				#calc-row-1-left table td:first-child{
					padding-right:15px;
					width:57px;
				}
			#calc-row-1-right span{
				margin-right:30px;
			}
	@media screen and (max-width: 1280px){
			#calc-row-1-right span{
				margin-right:0px;
				display:block;
			}
	}
	@media screen and (max-width: 1000px){
		#calc-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
			padding-bottom:50px;
		}
		#calc-row-1-right{
			float:none;
			width:auto;
		}
	}


	/* #calc-row-2{
		padding-top:0px;
	}
		#calc-row-2 .ContentRow{
			border-top:1px solid #B1B1B1;
			padding-top: clamp(50px, 5.5vw, 120px);
		} */


	#calc-row-3{
	}

	#calc-row-4{
		padding-bottom:0px;
	}
	/************************************************************************
	#  PAGE - TOOLS - FREIGHT CLASS CALCULATOR
	*************************************************************************/



	/************************************************************************
	#  PAGE - TOOLS - TERMS & DEFINITIONS
	*************************************************************************/
	#definitions-row-1{
	}
		#definitions-row-1-left{
		}
			#definitions-row-1-left table{
			}
				#definitions-row-1-left table td:first-child{
					padding-right:15px;
					width:57px;
				}
	@media screen and (max-width: 1400px){
		#definitions-row-1-left{
			width:60%;
		}
	}
	@media screen and (max-width: 1200px){
		#definitions-row-1-left{
			width:80%;
		}
	}
	@media screen and (max-width: 1000px){
		#definitions-row-1-left{
			width:auto;
		}
	}


	#definitions-row-4{
		padding-bottom:0px;
	}
	/************************************************************************
	#  PAGE - TOOLS - TERMS & DEFINITIONS
	*************************************************************************/



	/************************************************************************
	#  PAGE - TOOLS - TRAILER DIMENSIONS
	*************************************************************************/
	#trailers-row-1{
	}
		#trailers-row-1-left{
		}
			#trailers-row-1-left table{
			}
				#trailers-row-1-left table td:first-child{
					padding-right:15px;
					width:57px;
				}
			#trailers-row-1-right{
			}
				#trailers-row-1-right span{
					margin-right:30px;
				}
	@media screen and (max-width: 1280px){
			#calc-row-1-right span{
				margin-right:0px;
				display:block;
			}
	}
	@media screen and (max-width: 1000px){
		#trailers-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
			padding-bottom:50px;
		}
		#trailers-row-1-right{
			float:none;
			width:auto;
		}
	}


	/* #trailers-row-2{
		padding-top:0px;
		padding-bottom:0px;
	}
		 #trailers-row-2 .ContentRow{
			border-top:1px solid #B1B1B1;
			border-bottom:1px solid #B1B1B1;
			padding-top: clamp(50px, 5.5vw, 120px);
			padding-bottom: clamp(50px, 5.5vw, 120px);
		} */
			#content-trailer-type{
			}
				#content-trailer-type-inner{
				}
					/* left col - menu */
					.TrailerTypesNav {
						width: 18%;
						float:left;
						position: -webkit-sticky;
						position: sticky;
						top:40px;
					}
						.TrailerTypesNav table {
						}
							.TrailerTypesNav td {
								cursor: pointer;
								font-size: clamp(17px, 1.3vw, 22px);
								font-weight:400;
								color:#132048;
								padding-bottom:clamp(15px, 2vw, 20px);
								line-height:1.4em;
							}
							.TrailerTypesNav td:hover{
								color:#F47D3A;
							}
							.TrailerTypesNav td.TrailerTypesNavCurrent {
								color: #F47D3A;
								font-weight: 600;
								text-decoration: underline;
							}
						a.TrailerTypesNavPDFLink{
							display:block;
							text-decoration:none; 
							color:#5D5D5D;
							background: #fff url(images/construction_logistics_global_icon_pdf_gray.svg) left 13px top 10px no-repeat;
							background-size:26px;
							height:49px;
							line-height:49px;
							padding-left:48px;
							margin-bottom:1px;
							font-size:15px;
							font-weight:500;
						}
						a.TrailerTypesNavPDFLink:hover{
							color:#F47D3A;
							background: #fff url(images/construction_logistics_global_icon_pdf_orange.svg) left 13px top 10px no-repeat;
							background-size:26px;
						}
						a.TrailerTypesNavPDFLinkMobile{
							display:none;
						}

						a.TrailerTypesNavQuestionLink{
							display:block;
							text-decoration:none; 
							color:#5D5D5D;
							background: #fff url(images/construction_logistics_global_icon_question_gray.svg) left 13px top 10px no-repeat;
							background-size:26px;
							height:49px;
							line-height:49px;
							padding-left: 48px;
							font-size:15px;
							font-weight:500;
						}
						a.TrailerTypesNavQuestionLink:hover{
							color:#F47D3A;
							background: #fff url(images/construction_logistics_global_icon_question_orange.svg) left 13px top 10px no-repeat;
							background-size:26px;
						}
						a.TrailerTypesNavQuestionLinkMobile{
							display:none;
						}


					/* menu - mobile */
					.TrailerTypesMobileNav {
						display: none;
						text-align: center;
						overflow: auto;
						position: -webkit-sticky;
						position: sticky;
						width: 100%;
						top: 1%;
						z-index: 1;
					}
							#mobile-nav{
								text-align: center;
								text-align-last: center;
							}
									.TrailerTypesMobileNav select {
										background-color: #132048;
										color: #fff;
									}
							.TrailerTypesMobileNav .TrailerTypesNavPDFLink{
								margin-bottom:30px;
							}


					/* right col - content */
					.TrailerTypes {
						width: 82%;
						float:right;
					}

						/* right col - content - left */
						.TrailerTypeLeft{
							width:48.5%;
							float:left;
						}
							.TrailerTypeImage{
							}


						/* right col - content - right */
						.TrailerTypeRight{
							width:48.5%;
							float:right;
						}
							.TrailerType {
								background-color:#fff;
								margin-bottom: clamp(25px, 8vw, 70px);
								padding-bottom: clamp(25px, 8vw, 70px);
								border-bottom:1px solid #b1b1b1;
								position:relative;
							}
								table.TrailerTypeTitle {
									width:100%;
									font-weight:600;
								}
									table.TrailerTypeTitle tr td:first-child{
										color:#132048;
										font-size: clamp(18px, 2.5vw, 30px);
										padding-right:5%;
										vertical-align: middle;
									}
										.TrailerTypeSubTitle {
											font-style:italic;
										}
									table.TrailerTypeTitle tr td:last-child{
										text-align: right;
									}
										table.TrailerTypeTitle tr td:last-child a{
											color:#132048;
											text-decoration: underline;
											font-weight:300;
											font-size: clamp(16px, 2.5vw, 18px);
											vertical-align: middle;
										}

								.TrailerTypeContent{
									padding:35px 0 30px;
									font-size: clamp(16px, 2.5vw, 18px);
									font-weight:300;
									line-height:1.6em;
								}

								.TrailerTypeDetails {
								}
									.TrailerTypeContentTable{
									}
										.TrailerTypeContentTable td{
											padding:1px 10px;
											font-size:16px;
										}
										.TrailerTypeContentTable td.TrailerTypeContentTableTitle{
											color:#132048;
											font-size: clamp(18px, 2.5vw, 21px);
											font-weight:600;
											padding-bottom:10px;
										}
										.TrailerTypeContentTable tr:nth-child(even) td{
											background:#F2F8FC;
										}


									.TrailerSectionViewDetails {
										width:100%;
										height: 45px;
										line-height: 45px;
										background-color: #f47d39;
										text-align: center;
										color: #fff;
										cursor: pointer;
										font-size:16px;
										font-weight:400;
									}
											.TrailerSectionViewDetails:hover{
												background:#ed732d;
											}
	@media screen and (max-width: 1600px){
						/* right col - content - left */
						.TrailerTypeLeft{
							width:auto;
							float:none;
							margin-bottom:40px;
						}
						/* right col - content - right */
						.TrailerTypeRight{
							width:auto;
							float:none;
						}
							.TrailerType{
								margin-bottom:0px;
							}
	}
											
												
	@media screen and (max-width: 1100px){
					/* right col - content */
					.TrailerTypes {
						width: auto;
						float:none;
					}
					
					/* left col - menu */
					.TrailerTypesNav {
						display: none;
					}

					/* menu - mobile */
					.TrailerTypesMobileNav {
						display:block;
					}

							a.TrailerTypesNavPDFLinkMobile{
								display:block;
								margin-bottom:1px;
							}
							a.TrailerTypesNavQuestionLinkMobile{
								display:block;
								margin-bottom:30px;
							}
	}
	/************************************************************************
	#  PAGE - TOOLS - TRAILER DIMENSIONS
	*************************************************************************/



	/************************************************************************
	#  PAGE - TOOLS - MODULAR DIMENSIONS OPTIMIZER
	*************************************************************************/
	#cargo-calc-row-1{
		font-weight:300;
	}
		#cargo-calc-row-1-left{
		}
			#cargo-calc-row-1-left table{
			}
				#cargo-calc-row-1-left table td:first-child{
					padding-right:15px;
					width:57px;
				}
			#cargo-calc-row-1-right span{
				margin-right:30px;
			}
	@media screen and (max-width: 1280px){
			#cargo-calc-row-1-right span{
				margin-right:0px;
				display:block;
			}
	}
	@media screen and (max-width: 1000px){
		#cargo-calc-row-1-left{
			float:none;
			width:auto;
			padding-right:0px;
			padding-bottom:50px;
		}
		#cargo-calc-row-1-right{
			float:none;
			width:auto;
		}
	}


	#cargo-calc-row-2{
		padding-top:0px;
	}
		#cargo-calc-row-2 .ContentRow{
			border-top:1px solid #B1B1B1;
			padding-top: clamp(50px, 5.5vw, 120px);
		}


	#cargo-calc-row-3{
	}

	#cargo-calc-row-4{
		padding-bottom:0px;
	}



	/* MODULAR DIMENSIONS OPTIMIZER */
	#cargo-calc-options{
		margin-bottom:40px;
	}
		#cargo-calc-message.Active{
			margin-bottom:35px;
			background:#f47d39;
			padding:15px 30px 10px 35px;
		}
		#cargo-calc-message p {
			font-size:15px;
			margin-bottom:5px;
			color:#fff;
		}

		#cargo-calc input{
			padding: 18px 20px !important;
		}

		a#cargo-calc-submit{
			display:block;
			position: relative;
			width:100%;
			height:68px;
			line-height:68px;
			border-radius:3px;
			background: #f47e39 url(images/construction_logistics_global_icon_search_white.svg) center center no-repeat;
			background-size:32px;
			margin-bottom:20px;
			color:#fff;
			font-weight:600;
			text-align: center;
			border-radius:90px;

			/*padding-top: clamp(12px, 2vw, 20px);
			padding-bottom: clamp(12px, 2vw, 20px);
			padding-left: clamp(45px, 4vw, 75px);
			padding-right: clamp(45px, 4vw, 75px);
			font-size: clamp(16px, 2vw, 23px);
			line-height:1.6em;
			text-align:center;
			border-radius:90px;
			text-decoration:none !important;
			display:inline-block;
			width:auto;
			position:relative;
			overflow:visible;
			text-transform:none;
			font-weight:600;
			background:#f47d39;
			border:2px solid #f47d39;
			color:#fff !important;
			cursor:pointer;*/
		}
		a#cargo-calc-submit.Clicked{
			background: #888 url(images/construction_logistics_global_icon_search_white.svg) center center no-repeat;
			background-size:32px;
		}

	#cargo-calc .BigText1{
		padding-bottom:clamp(15px, 7vw, 30px)
	}
		

	#cargo-calc-results{
		background:#F2F8FC;
		border-radius:10px;
		padding: clamp(15px, 7vw, 90px);
		font-size:16px;
	}
		#cargo-calc-results p{
		}
		#cargo-calc-results-summary{
			padding-bottom:clamp(15px, 7vw, 30px)
		}
			#cargo-calc-results-summary-left{
				float:left;
				width:35%;
				padding-right:5%;
			}
				#cargo-calc-results-summary-result{
					width:100%;
					padding:40px 0;
					color:#fff;
					font-size:clamp(18px, 2.5vw, 31px);
					font-weight:600;
					text-align:center;
					border-radius: 8px;
					margin-bottom:50px;
				}
				#cargo-calc-results-summary-result.Numerous{
					border:2px solid #57C997;
					color:#57C997;
				}
				#cargo-calc-results-summary-result.Many{
					border:2px solid #E6D12F;
					color:#E6D12F;
				}
				#cargo-calc-results-summary-result.Limited{
					border:2px solid #DC7331;
					color:#DC7331;
				}
				#cargo-calc-results-summary-result.VeryLimited{
					border:2px solid #D21732;
					color:#D21732;
				}

				#cargo-calc-results-summary-scale{
					height:14px;
					width:100%;
					/* background-image: linear-gradient(to right, #308f42 0%, #ede12b 40%, #f47d39 70%, #c02b2a 90%); */
					position: relative;
				}
					#cargo-calc-results-summary-scale-marker{
						position:absolute;
						top:-11px;
						left:30%;
						width: 0; 
						height: 0; 
						border-left: 14px solid transparent;
						border-right: 14px solid transparent;
						border-top: 20px solid #132048;
					}
			#cargo-calc-results-summary-right{
				float:right;
				width:60%;
			}


			#cargo-calc-results-message{
				background:#DDEEF8;
				font-size:clamp(18px, 2.5vw, 21px);
				padding:clamp(15px, 7vw, 30px) clamp(15px, 7vw, 50px);
				border-radius:12px;
				margin-bottom:clamp(30px, 7vw, 60px)
			}
				#cargo-calc-results-message a{
					text-decoration: underline;
				}


			#cargo-calc-results-details{
				padding-top:10px;
			}
				.CargoCalcResultsLabel{
					font-size:clamp(17px, 2.5vw, 21px);
					font-weight:500;
					padding:45px 0 16px 0;
					color:#132048;
				}
				table.CargoCalcResultsScale{
					position: relative;
					height:18px;
					width:100%;
				}
					.CargoCalcResultsScaleChunk{
						position: relative;
					}
					.CargoCalcResultsScaleChunk.Numerous{
						background:#57C997;
					}
					.CargoCalcResultsScaleChunk.Many{
						background:#E6D12F;
					}
					.CargoCalcResultsScaleChunk.Limited{
						background:#DC7331;
					}
					.CargoCalcResultsScaleChunk.VeryLimited{
						background:#D21732;
					}
						.CargoCalcResultsScaleLabel{
							position:absolute;
							bottom:-28px;
							left:0px;
							font-size:clamp(15px, 2.5vw, 16px);
							color:#132048;
						}
						.CargoCalcResultsScaleFakeMarker{
							display:none;
							position:absolute;
							top:-11px;
							left:0;
							width: 28px; 
							height: 10px; 
							z-index:1;
							background:transparent;
						}
						.CargoCalcResultsScaleChunk.Active .CargoCalcResultsScaleFakeMarker{
							display:block;
						}
						.CargoCalcResultsScaleFakeMarker.Active,
						.CargoCalcResultsScaleMarker{
							position:absolute;
							top:-11px;
							left:0;
							width: 0; 
							height: 0; 
							border-left: 14px solid transparent;
							border-right: 14px solid transparent;
							border-top: 20px solid #132048;
							z-index:1;
						}
	@media screen and (max-width: 850px){
	#cargo-calc-results{
		background:#fff;
		padding:0px;
	}
			#cargo-calc-options{	
			}
				#cargo-calc-options>table>tbody>tr>td{
					width:100%;
					display:block;
					padding:0px;
				} 

			#cargo-calc-results-summary-left{
				float:none;
				width:100%;
				margin-bottom:35px;
			}
			#cargo-calc-results-summary-right{
				float:none;
				width:100%;
			}
						.CargoCalcResultsScaleLabel{
							position:absolute;
							bottom:-26px;
							left:0px;
							font-size:11px;
						}

	}
						
	/************************************************************************
	#  PAGE - TOOLS - MODULAR DIMENSIONS OPTIMIZER
	*************************************************************************/



	/************************************************************************
	#  PAGE - TOOLS - OD STATES HOME
	*************************************************************************/
	#od-states-row-1{
		text-align:center;
	}

	#state-permits-list-mobile{
		display:none;
	}
	@media screen and (max-width: 600px){
	#state-permits-list{
		display:none;
	}
	#state-permits-list-mobile{
		display:table;
	}
	}
	/************************************************************************
	#  PAGE - TOOLS - OD STATES HOME
	*************************************************************************/



	/************************************************************************
	#  PAGE - TOOLS - OD STATE INDIVIDUAL
	*************************************************************************/
	#od-state-row-1{
	}
		#od-state-row-1 .Heading{
			text-align: center;
			max-width:1350px;
			margin-top:0px;
			margin-left:auto;
			margin-right:auto;
		}

	.ODStatePage .ODGuideResultInches {
		display:none;
	}
		.ODStatePageNav {
			margin-top:clamp(30px, 7vw, 80px);
		}
			.ODStatePageNav .BigText1{
				margin-bottom:clamp(20px, 7vw, 30px);
			}
			.ODStatePageNav table,
			.ODStatePageNavSmall table {
				table-layout: fixed;
				background-color: #f7f7f7;
				border-collapse: collapse;
				border: 1px solid #fff;
			}
				.ODStatePageNav td,
				.ODStatePageNavSmall td {
					cursor: pointer;
					border: 1px solid #fff;

				}
					.ODStatePageNav td .Active {
						cursor: pointer;
						border: 1px solid #333;
					}
		.ODStatePageNavSmall {
			display:none;
		}
		/* menu - mobile */
		.ODStatePageNavMobile {
			display: none;
			text-align: center;
			overflow: auto;
			position: -webkit-sticky;
			position: sticky;
			width: 100%;
			top: 2.3%;
			z-index: 1;
		}
			
			#mobile-nav{
				text-align: center;
				text-align-last: center;
			}
				.ODStatePageNavMobile select {
					background-color: #132048;
					color: #fff;
				}
		
		.ODStatePageStateName{
			font-size:20px;
			width:100%;
			border:1px solid #132048;
			background:#132048;
			text-align: center;
			font-weight:600;
			font-size:clamp(18px, 2.5vw, 21px);
			height:clamp(40px, 5vw, 65px);
			line-height:clamp(40px, 5vw, 65px);
			color:#fff;
			margin-bottom:35px;
		}
		.ODStatePageDOT {
			font-size:16px;
			font-weight:550;
			text-align:center;
		}
		.ODStatePageDOT a {
			color:#132048;
		}

		#od-state-page-feet-or-inch {
			width:100%;
		}
			#od-state-page-feet-or-inch-toggle{
				width:100%;
				border:1px solid #f47d39;
				text-align: center;
				font-weight:600;
				font-size:clamp(18px, 2.5vw, 21px);
				height:clamp(40px, 5vw, 65px);
				line-height:clamp(40px, 5vw, 65px);
				color:#f47d39;
				cursor: pointer;
			}
				#od-state-page-feet-or-inch-toggle-left{
					float:left;
					width:50%;
					background:#fff;
				}
				#od-state-page-feet-or-inch-toggle-right{
					float:right;
					width:50%;
					background:#fff;
				}
				#od-state-page-feet-or-inch-toggle-left.Active,
				#od-state-page-feet-or-inch-toggle-right.Active{
					background:#f47d39;
					color:#fff;
				}

	@media screen and (max-width:750px) {
		.ODStatePageNav {
			display:none;
		}
		.ODStatePageNavSmall {
			display:block;
		}
		.ODStatePageNavMobile {
			display: block;
		}
	}
	/************************************************************************
	#  PAGE - OD STATE INDIVIDUAL
	*************************************************************************/



	/************************************************************************
	#  PAGE - BLOG POSTS
	*************************************************************************/
	#blog-left{
		width:60%;
	}
	#blog-right{
		width:30%;
	}

		.BlogPost{
			margin-bottom:clamp(40px, 4vw, 90px);
		}
			.BlogPostImage{
				height:clamp(300px, 15vw, 420px);
				background:#f2f2f2;
				border-radius:15px;
				margin-bottom:clamp(15px, 4vw, 40px);
				overflow:hidden;
				display: block;
			}

			.BlogPostTitle{
				color:#132048;
				font-weight:600;
				font-size:clamp(18px, 3vw, 30px);
				line-height:1.5em;
				margin-bottom:clamp(5px, 4vw, 30px);
			}
				.BlogPostTitle a{
					color:#132048;
				}
				.BlogPostTitle a:hover{
					color:#f47d39;
				}
				.BlogPostTitle td{
					padding:0px;
					vertical-align: middle;
				}
				.BlogPostTitle td:first-child{
					padding-right:clamp(15px, 4vw, 30px);
				}
				.BlogPostTitle td:last-child{
					width:clamp(30px, 8vw, 80px);
					vertical-align: top;
				}
					.BlogPostTitle img{
						width:100%;
					}

			.BlogPostAuthorDate{
				margin-bottom:clamp(10px, 4vw, 20px);
			}
				.BlogPostAuthorDate table{
					width:auto !important;
				}
					.BlogPostAuthorDate table td{
						vertical-align: middle;
					}
						.BlogPostAuthorDate table .BlogPostAuthorImage{
							width:45px;
							display:block;
							border-radius:100px;
						}
					.BlogPostAuthorDate table td.BlogPostAuthorName{
						padding-right:clamp(25px, 4vw, 50px);
						padding-left:clamp(15px, 4vw, 20px);
						color:#f47d39;
					}
					.BlogPostAuthorDate table td.BlogPostDate{
						color:#B1B1B1;
					}

			.BlogPostDescription{
				clear:both;
				font-size:clamp(16px, 3vw, 18px);
				font-weight:300;
			}
	@media screen and (max-width: 1100px){
	#blog-left{
		float:none;
		width:auto;
		margin-bottom:80px;
	}
	#blog-right{
		float:none;
		width:auto;
	}
	}


		/* Entry Navigation */
		#entry-navigation{
		}
			#entry-navigation a{
			}


		/* Entry Pagination */
		#entry-pagination{
			padding-top:40px;
			text-align: center;
		}
			#entry-pagination .nav-links{
				margin:0 auto;
				display:inline-block;
			}
				#entry-pagination a,
				#entry-pagination span{
					color:#0070b9;
					padding:10px 20px;
					padding-left: clamp(15px, 3vw, 20px);
					padding-right: clamp(15px, 3vw, 20px);
					font-size:clamp(18px, 3vw, 23px);
					background:#F2F8FC;
					border-radius:5px;
					display: inline-block;
					margin-bottom:10px;
				}
				#entry-pagination .current{
					color:#f47d39;
					background:#FEF0E6;
				}


		/* Sidebar */
		.Sidebar{
		}
			.Sidebar label{
				color:#132048;
				padding-bottom:clamp(10px, 6vw, 16px);
				font-weight:600;
				display:block;
			}

			.Sidebar li.widget{
				display: block;
				margin-bottom:clamp(35px, 6vw, 80px);
			}
			.Sidebar li.widget#block-4{
				margin-bottom:0px;
			}

				.widget_search{
				}
					.wp-block-search__inside-wrapper{
						border:1px solid #132048 !important;
						border-radius:5px !important;
						padding-top:clamp(8px, 6vw, 12px) !important;
						padding-right:clamp(12px, 6vw, 20px) !important;
						padding-bottom:clamp(8px, 6vw, 12px) !important;
						padding-left:clamp(12px, 6vw, 20px) !important;
					}
						.wp-block-search__input{
							font-size:clamp(16px, 6vw, 18px) !important;
							font-weight:300 !important;
							box-shadow: none !important;
						}
						.wp-block-search__input:focus{
							box-shadow: none !important;
						}
						.wp-block-search__button{
							border:none !important;
							background: url(images/construction_logistics_global_icon_search_darkblue.svg) center center no-repeat !important;
							background-size:26px !important; 
							width:50px !important;
							height:40px !important;
							cursor:pointer;
						}
							.wp-block-search__button svg{
								display:none !important;
							}

				.widget_tag_cloud{
				}
					.widget_tag_cloud .wp-block-tag-cloud.is-style-outline a{
						font-size:12px !important;
						border:1px solid #132048 !important;
						background: #132048 !important;
						padding:6px 10px !important;
						line-height: 1.6em !important;
						color:#fff !important;
						border-radius:3px;
					}
					.widget_tag_cloud .wp-block-tag-cloud.is-style-outline a:hover{
						background:#0070b9 !important;
						border:1px solid #0070b9 !important;
					}

				#mc_embed_signup{
					background:#F2F8FC;
					padding-right:clamp(20px, 7vw, 40px);
					padding-left:clamp(20px, 7vw, 40px);
					padding-top:clamp(20px, 7vw, 40px);
					padding-bottom:clamp(20px, 7vw, 40px);
					border: 1px solid #ADD8F5;
					border-radius:12px;
				}
					#mc_embed_signup label{
						font-size:clamp(18px, 6vw, 28px) !important;
					}
					.mc_subtitle{
						margin-bottom:clamp(15px, 6vw, 30px) !important;
					}

				.wp-block-social-links{
				}
					.wp-block-social-links .wp-social-link a {
						padding: 0.55em !important;
					}

	/************************************************************************
	#  PAGE - BLOG POSTS
	*************************************************************************/



	/************************************************************************
	#  PAGE - BLOG SINGLE POST
	*************************************************************************/
	.Post{
	}
		.PostTop{
		}
			.PostTopLeft{
				width:50%;
				float:left;
				height:400px;
				border-radius:15px;
				position: relative;
			}
			.PostTopRight{
				width:45%;
				float:right;
			}
				.PostAuthorDate{
					margin-bottom:clamp(10px, 4vw, 20px);
					font-size:clamp(16px, 2.5vw, 21px);
				}
					.PostAuthorDate table{
						width:auto !important;
					}
						.PostAuthorDate table td{
							vertical-align: middle;
						}
							.PostAuthorDate table .PostAuthorImage{
								width:45px;
								display:block;
								border-radius:100px;
							}
						.PostAuthorDate table td.PostAuthorName{
							padding-right:clamp(25px, 4vw, 50px);
							padding-left:clamp(15px, 4vw, 20px);
							color:#f47d39;
						}
						.PostAuthorDate table td.PostDate{
							color:#B1B1B1;
						}
			.PostEntryContainer{
				padding-top:clamp(40px, 5vw, 80px);
			}
				.PostShare{
					vertical-align: top;
					padding-right:clamp(40px, 5vw, 80px);
					max-width:150px;
					width:13%;
				}
					.PostShareTitle{
						padding-bottom:clamp(20px, 5vw, 30px);
						color:#132048;
					}
					.PostShare a{
						float:left;
						width:50%;
						box-sizing: border-box;
						-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
						padding:7px;
					}
						.PostShare a img{
							width:100%;
							display:block;
						}
				.PostEntry{
					vertical-align: top;
				}
	@media screen and (max-width: 900px){
			.PostTopLeft{
				width:auto;
				float:none;
			}
			.PostTopRight{
				width:auto;
				float:none;
			}
				.PostShare{
					display:none;
				}
	}


			.Post .Entry{
				padding-bottom:50px;
			}
			
			.Entry p,
			.Entry span,
			.Entry{
				color:#6D6E71 !important;
				font-size: clamp(16px, 1.4vw, 19px);
				font-family: 'Inter', 'Libre Franklin', sans-serif;
				line-height:1.7em;
				font-weight:300;
				-webkit-appearance:none;
			}

			.Entry a{
				color: #F47D3A;
				text-decoration: none;
				background-image: linear-gradient(#F47D3A 50%, #F47D3A 50%);
				background-size: 10000px 1px;
				background-repeat: no-repeat;
				background-position: 0 1em;
				background-position: -10000px 1em;
			}
			.Entry a:hover{
				background-position: 0 1em;
				transition: background-position 2s ease-in-out;
			}
			.Entry a.Button,
			.Entry a.NoLinkEffect{
				background-image: none;
			}

				.Entry a img{
					display:block;
				}

			.Entry h1,
			.Entry h2{
				font-size: clamp(27px, 2vw, 43px);
				margin-bottom: clamp(27px, 2.5vw, 40px);
				font-weight:600;
				color:#132048;
				line-height:1.5em;
			}
			.Entry h3,
			.Entry h4,
			.Entry h5{
				font-size: clamp(20px, 1.7vw, 33px);
				margin-bottom: clamp(24px, 2.5vw, 30px);
				font-weight:600;
				color:#132048;
				line-height:1.5em;
			}
			.Entry .PostSummary{
				padding-top:clamp(15px, 5vw, 40px);
				padding-bottom:clamp(15px, 5vw, 40px);
				border-top:1px solid #D8D8D8;
				border-bottom:1px solid #D8D8D8;
				margin-bottom:clamp(15px, 5vw, 40px);
			}
				.Entry .PostSummary ul{
					padding-top:clamp(15px, 5vw, 20px);
					margin-bottom:0px;
				}
					.Entry .PostSummary ul li{
						padding-left:35px;
						margin-bottom: clamp(3px, 2.5vw, 10px);
						list-style: none;
						background: url("images/construction_logistics_global_icon_check_circle_blue.svg") no-repeat left top 7px;
						background-size: clamp(16px, 2.5vw, 22px);
					}
					.Entry .PostSummary ul li:before{
						position: relative;
					}
					.Entry .PostSummary ul li:last-child{
						margin-bottom:0px;
					}
	@media screen and (max-width: 650px){
			.Entry h1,
			.Entry h2,
			.Entry h3,
			.Entry h4,
			.Entry h5{
				padding-top:15px !important;
			}

	}


	#single-row-2{
		padding-top:0px;
	}
		#single-row-2 .ContentRow{
			border-top:1px solid #B1B1B1;
			padding-top: clamp(50px, 5.5vw, 120px);
		}


	#single-row-3{
		padding-top:0px;
	}
	/************************************************************************
	#  PAGE - BLOG SINGLE POST END
	*************************************************************************/



	/************************************************************************
	#  PAGE - PODCAST PROPOSAL
	*************************************************************************/
	#podcast-proposal{
	}

		.PodcastProposalRow{
			padding-bottom:75px;
		}

		.PodcastProposalCol1{
			float:left;
			width:27%;
			padding-right:5.3%;
		}
			.PodcastProposalColTitle{
				color:#132048;
				font-size:38px;
				font-weight:800;
				text-align:right;
				line-height:1.4em;
				position:relative;
			}
			.PodcastProposalColTitle.TopUp{
				top:-11px;
			}
			.PodcastProposalColTitle.TopUpSmall{
				top:-6px;
			}
		.PodcastProposalCol2{
			float:left;
			width:67.6%;
		}
			.PodcastProposalCol2Col1,
			.PodcastProposalCol2Col2{
				width:49%;
				float:left;
			}
	@media screen and (max-width: 950px){
		.PodcastProposalCol1{
			float:none;
			width:100%;
			padding-right:0%;
		}
			.PodcastProposalColTitle{
				padding-bottom:30px;
				padding-top:10px;
				text-align:left;
			}
		.PodcastProposalCol2{
			float:none;
			width:100%;
		}
	}
	@media screen and (max-width: 600px){
			.PodcastProposalColTitle{
				font-size:28px;
			}
	}

		/* ~~~~~
		Row 1
		~~~~~ */
		#podcast-proposal-row-1{
		}
			#podcast-proposal-row-1 .PodcastProposalCol2Col1{
				width:55%;
			}
			#podcast-proposal-row-1 .PodcastProposalCol2Col2{
				width:45%;
				text-align:center;
			}
	@media screen and (max-width: 600px){
			#podcast-proposal-row-1 .PodcastProposalCol2Col1{
				width:100%;
				float:none;
			}
			#podcast-proposal-row-1 .PodcastProposalCol2Col2{
				width:100%;
				float:none;
			}
	}

		/* ~~~~~
		Row 1
		~~~~~ */
		#podcast-proposal-row-2{
		}
			#podcast-proposal-row-2 .PodcastProposalCol2Col1{
				width:55%;
			}
			#podcast-proposal-row-2 .PodcastProposalCol2Col2{
				width:45%;
				text-align:center;
			}
	@media screen and (max-width: 600px){
			#podcast-proposal-row-2 .PodcastProposalCol2Col1{
				width:100%;
				float:none;
			}
			#podcast-proposal-row-2 .PodcastProposalCol2Col2{
				width:100%;
				float:none;
			}
	}

		/* ~~~~~
		Row 3
		~~~~~ */
		#podcast-proposal-row-3{
		}
			#podcast-proposal-row-3 .PodcastProposalCol2{
				text-align:center;
				color:#fff;
			}
				#podcast-proposal-row-3 .PodcastProposalStatTD1{
					background:#f47d39;
					padding:40px 0 10px;
					width:50%;
					text-align:center;
					vertical-align:top;
				}
				#podcast-proposal-row-3 .PodcastProposalStatTD2{
					background:#0070b9;
					padding:40px 0 0;
					width:50%;
					text-align:center;
					vertical-align:top;
				}
					.PodcastProposalStatTitle{
						font-size:27px;
						font-weight:300;
						color:#fff;
						text-transform:uppercase;
						padding-bottom:40px;
					}
					.PodcastProposalStatBox{
						width:50%;
						float:left;
						padding:0 0 40px 0;
					}
						.PodcastProposalStatBoxIcon{
							width:52px;
						}
						.PodcastProposalStatBoxNumber{
							font-size:32px;
						}
					.PodcastProposalStatRow{
						padding-bottom:25px;
					}
	@media screen and (max-width: 600px){
				#podcast-proposal-row-3 .PodcastProposalStatTD1{
					width:100%;
					display:block;
				}
				#podcast-proposal-row-3 .PodcastProposalStatTD2{
					width:100%;
					display:block;
				}
					.PodcastProposalStatTitle{
						font-size:23px;
					}
					.PodcastProposalStatBox{
					}
						.PodcastProposalStatBoxIcon{
							width:40px;
						}
						.PodcastProposalStatBoxNumber{
							font-size:26px;
						}
					.PodcastProposalStatRow{
					}
	}

		/* ~~~~~
		Row 4
		~~~~~ */
		#podcast-proposal-row-4{
		}
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr th{
				font-weight:bold;
				text-transform: uppercase;
				font-size:24px;
			}
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr th,
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr td{
				background:#132048;
				color:#fff;
				padding:35px 35px 0 0;
				vertical-align:top;
			}
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr th:first-child,
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr td:first-child{
				padding-left:35px;
			}
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr:last-child th,
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr:last-child td{
				padding-bottom:35px;
			}
	@media screen and (max-width: 600px){
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr th{
				font-weight:bold;
				text-transform: uppercase;
				font-size:19px;
			}
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr th,
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr td{
				font-size:16px;
				padding:15px 15px 0 0;
				line-height:1.5em;
			}
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr th:first-child,
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr td:first-child{
				padding-left:15px;
			}
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr:last-child th,
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr:last-child td{
				padding-bottom:15px;
			}
			#podcast-proposal-row-4 .PodcastProposalCol2 table tr td img{
				width:20px !important;
			}
	}

		/* ~~~~~
		Row 5
		~~~~~ */
		#podcast-proposal-row-5{
		}
			#podcast-proposal-expect{
			}
				#podcast-proposal-expect tr td{
					padding-bottom:45px;
					vertical-align:top;
				}
				#podcast-proposal-expect tr td:first-child{
					padding-right:50px;
					color:#f47d39;
					font-size:26px;
					font-weight:600;
					white-space: nowrap;
				}
	@media screen and (max-width: 600px){
				#podcast-proposal-expect tr td{
					padding-bottom:35px;
					vertical-align:top;
				}
				#podcast-proposal-expect tr td:first-child{
					padding-right:25px;
					font-size:20px;
				}
	}
	/************************************************************************
	#  PAGE - PODCAST PROPOSAL
	*************************************************************************/



	/************************************************************************
	#  PAGE - SUGGESTIONS
	*************************************************************************/
	#suggestions-form{
		padding-bottom:40px;
	}
		#suggestions-success{
			background:#132048;
			padding:15px 20px;
			margin-bottom:25px;
			color:#fff;
		}
		#suggestions-failed{
			background:#F47D3A;
			padding:15px 20px;
			margin-bottom:25px;
			color:#fff;
		}

	table#suggestions-info-table{
		width:100%;
		margin-bottom:90px;
	}
		td#suggestions-info-table-left{
			width:40%;
			background:#f47d3a;
			padding:60px 5%;
			color:#fff;
			font-weight:700;
			font-size:20px;
		}
		td#suggestions-info-table-right{
			background: url('images/construction_logistics_suggestions_info.jpg') no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
	.suggestionsFormUpload {
		background-color: #E1E1E1;
		width: 100%;
		height: 55px;
	}
		input[type='file']{
			background-color: #E1E1E1;
			padding-top: 18px;
			padding-left: 10px;
			width: 95%;
		}

	@media screen and (max-width: 900px){
		td#suggestions-info-table-left{
			width:50%;
			font-size:17px;
			font-weight:600;
		}
	}
	@media screen and (max-width: 600px){
		td#suggestions-info-table-left{
			width:100%;
			font-size:17px;
			font-weight:600;
		}
		td#suggestions-info-table-right{
			display:none;
		}
	}
	/************************************************************************
	#  PAGE - SUGGESTIONS
	*************************************************************************/


	/************************************************************************
	#  PAGE - FOUNDERS
	*************************************************************************/
	#founders-row-1 {
	}
		#founders-row-1 img{
			width:100%;
			margin-bottom:clamp(30px, 5vw, 40px);
		}

	@media screen and (max-width: 750px){
		.Col#founders-second-column {
			margin-top: 30px;
		}
	}
	/************************************************************************
	#  PAGE - FOUNDERS END
	*************************************************************************/

/* //////////////////////////////////////////////////////////////////////////////////////
PAGES
//////////////////////////////////////////////////////////////////////////////////////// */




/* //////////////////////////////////////////////////////////////////////////////////////
PROJECT
//////////////////////////////////////////////////////////////////////////////////////// */

	/************************************************************************
	#  PAGE - PROJECT
	*************************************************************************/
	/*********
	Project Header
	*********/
	#project-header-container{
		background:#132048;
		padding:25px 0;
	}
		#project-nav-logo{
			float:left;
			max-width:220px;
		}
		#project-header-name{
			padding-top:15px;
			float:right;
			color:#fff;
			font-size:30px;
		}

	/*********
	Project Global
	*********/
	#project-container{
		font-size:14px;
		line-height:1.5em;
		position:relative; 
		overflow:hidden; 
		padding-top:100px; 
		padding-bottom:120px;
	}

		#project_date{
			max-width:200px;
		}


	/*********
	Project Delivery Notifications
	*********/
	#project-shipment-table-container{
		margin-bottom:50px;
	}
		#project-shipment-table{
			border:1px solid #ddd;
			border-bottom:0px;
		}
			#project-shipment-table th{
				background:#f7f7f7;
				border-bottom:1px solid #ddd;
				padding:17px 15px;
				font-weight:500;
				color:#333;
				white-space: nowrap;
			}
			#project-shipment-table td{
				border-bottom:1px solid #ddd;
				padding:12px 15px;
				white-space: nowrap;
				font-size:15px;
			}
			#project-shipment-table .TooltipMap {
				max-width: none;   /* don’t cap at 100% of cell */
				width: 32px;       /* or whatever size you want */
				height: auto;
			}
			#project-shipment-table .ProjectTableInfoIcon img {
				max-width: none;   /* don’t cap at 100% of cell */
				width: 26px;       /* or whatever size you want */
				height: auto;
			}


	/*********
	Project Boxes
	*********/
	.ProjectBox{
	}
		.ProjectBoxHeading{
			background:#f7f7f7;
			border:1px solid #ddd;
			padding:17px 25px;
			font-size:17px;
			font-weight:500;
			color:#333;
			white-space: nowrap;
		}
		.ProjectBoxContent{
			border:1px solid #ddd;
			border-top:0px;
			padding:25px;
		}
			.ProjectBoxSubHeading{
				padding-bottom:20px;
				font-weight:500;
				font-size:17px;
				color:#333;
			}
			.ProjectBoxContent label{
				font-size:15px !important;
			}
			.ProjectBoxContent input{
				font-size:15px;
				padding:8px 20px !important;
			}
			.ProjectBox input[type="checkbox"] {
				transform: scale(1.4);
				-webkit-transform: scale(1.4);
				transform-origin: left center;
				margin-right: 6px;
			}

	#project-box-updates{
	}
		#project-box-updates-boxes{
		}
			#project-box-updates-box-1{
				max-width:400px;
				float:left;
				padding-right:50px;
			}
			#project-box-updates-box-2{
				max-width:400px;
				float:left;
				padding-right:50px;
			}
			#project-box-updates-box-3{
				max-width:400px;
				float:left;
				flex: 1;
				padding-top:70px;
			}
			

		


	#project-container{
		font-size:14px;
		line-height:1.5em;
	}

		#project-title{
			font-size:40px;
			line-height:1.5em;
			padding-bottom:40px;
			color:#333;
		}

		#project-status-bar-container{
			margin-bottom: 30px;
		}
			#ProjectStatusBar{
				background:#ddd;
				border-radius:50px;
				font-size:12px;
			}
				.ProjectStatusBarSection{
					text-align:center;
					color:#fff;
					height:24px;
					line-height:24px;
					float:left;
				}
				.ProjectStatusBarSection.Gray{
					background:#ddd;
					border-radius:40px;
				}

				.ProjectStatusBarSection.open{
					background:#f1af00;
				}
				.ProjectStatusBarSection.assigned{
					background:#ef9139;
				}
				.ProjectStatusBarSection.dispatched{
					background:#db4b32;
				}
				.ProjectStatusBarSection.at_shipper{
					background:#6B5CA5;
				}
				.ProjectStatusBarSection.in_transit{
					background:#30ae98;
				}
				.ProjectStatusBarSection.at_consignee{
					background:#398bce;
				}
				.ProjectStatusBarSection.delivered{
					background:#4c5b5c;
				}
				.ProjectStatusBarSection.First{
					border-top-left-radius: 15px;
					border-bottom-left-radius: 15px;
				}
				.ProjectStatusBarSection.Last{
					border-top-right-radius: 15px;
					border-bottom-right-radius: 15px;
				}


		.ProjectRow{
			border:1px solid #ddd;
			border-radius:3px;
			margin-bottom:50px;
		}
			.ProjectColumn{
				border-left:1px solid #ddd;
				width:33.3333333%;
				float:left;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.ProjectColumnNoBorder{
				border-left:none;
			}
				.ProjectColumnHeading{
					background:#f7f7f7;
					padding:15px 25px;
					border-bottom:1px solid #ddd;
					font-size:16px;
					font-weight:700;
				}
				.ProjectColumnContent{
					padding:25px 25px;
				}
				.ProjectColumnContentTextFirst{
					padding:20px 25px;
				}
	@media screen and (max-width: 1100px){
		.ProjectRow{
			border:none;
			margin-bottom:0px;
		}
			.ProjectColumn{
				border:1px solid #ddd;
				width:auto;
				float:none;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				margin-bottom:40px;
			}
	}
	@media screen and (max-width: 1100px){
			.ProjectColumn{
				border-radius:3px;
			}
			.ProjectColumnNoBorder{
				border-left:1px solid #ddd;
			}
	}
	@media screen and (max-width: 900px){
		#project-title{
			font-size:35px;
			padding-bottom:50px;
		}
	}

	/*********
	Project Calendar
	*********/
		#project-calendar-container{
			border:1px solid #ddd;
			border-radius:3px;
			font-weight:600;
			margin-bottom:50px;
		}
			.ProjectCalendarHeading{
				font-weight:700;
				font-size:17px;
				padding-bottom:8px;
			}

			#project-calendar-top{
				position: relative;
				border-bottom:1px solid #ddd;
				padding:4px 0;
				min-height:86px;
			}
			#project-calendar-top.Loading{
				background:url(images/construction_logistics_global_loading_balls.svg) center center no-repeat;
				background-size:30px;
			}

			#project-calendar-timeline-and-map{
				min-height:400px;
			}
			#project-calendar-timeline-and-map.Loading{
				background:url(images/construction_logistics_global_loading_balls.svg) center center no-repeat;
				background-size:30px;
			}
				#project-calendar-month-left,
				#project-calendar-month-right{
					width:10%;
					height:100%;
					position:absolute;
					text-align:center;
					font-size:14px;
					font-weight:600;
					line-height:95px;
					cursor: pointer;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
				}
				#project-calendar-month-left:hover,
				#project-calendar-month-right:hover{
					background:#f7f7f7;
				}
				#project-calendar-month-left{
					border-right:1px solid #ddd;
					top:0px;
					left:0px;
				}
				#project-calendar-month-right{
					border-left:1px solid #ddd;
					top:0px;
					right:0px;
				}
				#project-calendar-scroll-left,
				#project-calendar-scroll-right{
					width:5%;
					height:100%;
					position:absolute;
					text-align:center;
					font-size:14px;
					font-weight:600;
					line-height:85px;
					cursor: pointer;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
				}
				#project-calendar-scroll-left:hover,
				#project-calendar-scroll-right:hover{
					background:#f7f7f7;
				}
				#project-calendar-scroll-left{
					top:0px;
					left:10%;
				}
				#project-calendar-scroll-right{
					top:0px;
					right:10%;
				}
				#project-calendar-dates{
					width:70%;
					position:relative;
					margin:0 auto;
					padding:7px 0;
				}
					.ProjectCalendarDate{
						float:left;
						text-align:center;
						font-size:12px;
						width:5.882352941176471%;
						font-weight:600;
						line-height:1.6em;
					}
						.ProjectCalendarDateDayOfWeek{
							padding-bottom:1px;
						}
						.ProjectCalendarDateDate{
							margin-bottom:5px;
							border-radius:50px;
							height:27px;
							line-height:27px;
							width:27px;
							text-align:center;
							margin:0 auto;
						}
						.ProjectCalendarDateDate:hover,
						.ProjectCalendarDateDate.Active{
							background:#f47d3a;
							color:#fff;
							cursor: pointer;
						}
						.ProjectCalendarDateShipmentsCount{
							margin:0 auto;
							background:#f7f7f7;
							border-radius:30px;
							color:#999;
							display:inline-block;
							height:20px;
							line-height: 20px;
							width:20px;
							font-size:11px;
						}
						.ProjectCalendarDateShipmentsCount.HasShipments{
							background:#132048;
							color:#fff;
						}
	@media screen and (max-width: 650px){
				#project-calendar-month-left,
				#project-calendar-month-right{
					display:none;
				}
				#project-calendar-scroll-left,
				#project-calendar-scroll-right{
					width:15%;
				}
				#project-calendar-scroll-left{
					left:0%;
				}
				#project-calendar-scroll-right{
					right:0%;
				}
	}

			#project-calendar-map-container{
				float:left;
				width:50%;
				height:400px;
				border-right:1px solid #ddd;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
				#project-calendar-map{
					height:100%;
				}
	@media screen and (max-width: 1100px){
			#project-calendar-map-container{
				float:none;
				width:auto;
				height:500px;
				border-right:none;
				border-bottom:1px solid #ddd;
			}
	}
	@media screen and (max-width: 500px){
			#project-calendar-map-container{
				height:300px;
			}
	}

			#project-calendar-right{
				float:right;
				width:50%;
			}
				#project-calendar-next{
					padding:15px 25px;
					height:75px;
					background:#f7f7f7;
					border-bottom:1px solid #ddd;
				}
					#project-calendar-next-content{
						font-size:14px;
						line-height:1.5em;
					}

				#project-calendar-timeline-container{
					height:365px;
					padding:15px 25px;
				}
					#project-calendar-timeline-container .ProjectCalendarHeading{
						float:left;
					}
					.ProjectCalendarKey{
						float:right;
						font-weight:600;
						font-size:12px;
						padding-left:30px;
					}

					#project-calendar-timeline{
						border:1px solid #ddd;
						border-left:none;
						box-sizing: border-box;
						-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
						position: relative;
					}
						.BoardHorizTimelineCurrentTimeContainer{
							position:absolute;
							height:100%;
							top:-6px;
							width:0px;
							z-index:2;
						}
							.BoardHorizTimelineCurrentTimeBall{
								height:12px;
								width:12px;
								border-radius:12px;
								background: #f25a59;
								position: relative;
								left:-5px;
							}
							.BoardHorizTimelineCurrentTimeLine{
								width:2px;
								height:100%;
								background: #f25a59;
								margin:0 auto;
								position: relative;
								bottom:6px;
							}

						.ProjectCalendarTimelineHourBlock{
							position: relative;
							float:left;
							height:310px;
							border-left:1px solid #ddd;
							box-sizing: border-box;
							-moz-box-sizing: border-box;
							-webkit-box-sizing: border-box;
						}
						.ProjectCalendarTimelineHourBlockLast{
							border:none;
							width:0px;
						}
							.ProjectCalendarTimelineHourBlockLabel{
								font-size:12px;
								position: absolute;
								bottom:-30px;
								left:0px;
							}
							.ProjectCalendarTimelineHourBlockLabelLast{

							}
						.ProjectCalendarTimeline{
							height:6px;
							position:relative;
							margin-top:10px;
						}
						.ProjectCalendarTimeline.Pending{
							background:#0070b9;
						}
						.ProjectCalendarTimeline.InTransit{
							background:#30ae98;
						}
						.ProjectCalendarTimeline.Completed{
							background:#132048;
						}
						.ProjectCalendarTimeline:hover,
						.ProjectCalendarTimeline.Active{
							height:8px;
						}
	@media screen and (max-width: 1100px){
			#project-calendar-right{
				float:none;
				width:auto;
			}
				#project-calendar-next{
					min-height:75px;
					height:auto;
				}
	}
	@media screen and (max-width: 500px){
				#project-calendar-timeline-container{
					height:auto;
					padding-bottom:30px;
				}
					.ProjectCalendarKey{
						float:right;
						clear:left;
						font-size:11px;
					}
						.ProjectCalendarTimelineHourBlock{
							height:auto;
							min-height:150px;
						}
							.ProjectCalendarTimelineHourBlock:nth-child(even) .ProjectCalendarTimelineHourBlockLabel{
								display:none;
							}
							.ProjectCalendarTimelineHourBlockLabel{
								font-size:11px;
							}
	}

	/*********
	Project Progress
	*********/
	/*	#project-progress-boxes{
		}
			.ProjectProgressBox{
				text-align:center;
				padding:30px 0;
			}
				.ProjectProgressBoxNumber{
					font-size:32px;
					font-weight:700;
					padding-bottom:12px;
				}
				.ProjectProgressBoxText{
					font-weight:600;
				}
	@media screen and (max-width: 400px){
			.ProjectProgressBox{
				float:none;
				text-align:center;
				width:auto;
				padding:30px 0;
			}
	} */

	/*********
	Project Performance
	*********/
	/*	.ProjectPerformanceBlock{
			padding-bottom:25px;
		}
			.ProjectPerformanceBlockBox{
				height:80px;
				width:80px;
				background: #f7f7f7 url(images/construction_logistics_global_icon_clock_black.svg) center center no-repeat;
				background-size:30px;
				border-radius:2px;
				float:left;
			}
			.ProjectPerformanceBlockContent{
				float:left;
				padding-left:17px;
			}
				.ProjectPerformanceBlockHeading{
					font-weight:700;
					font-size:15px;
					line-height:1.3em;
					padding-top:12px;
				}
				.ProjectPerformanceBlockNumber{
					font-size:28px;
					font-weight:700;
					padding-bottom:12px;
					padding-top:12px;
				}
					.ProjectPerformanceBlockDescription{
						font-weight:600;
						font-size:12px;
						font-style:italic;
						color:#333;
						padding-left:10px;
					}
	@media screen and (max-width: 360px){
					.ProjectPerformanceBlockDescription{
						display:none;
					}
	} */


	/*********
	Project Delivery Notifications
	*********/
		/* #project-delivery-form-response{
			margin-top:10px;
			display:none;
			padding:10px 15px;	
			color:#fff;
			font-size:13px;
		}
		#project-delivery-form-response.success{
			background:#0070b9;
		}
		#project-delivery-form-response.error{
			background:#f47d3a;
		}

		#project-delivery-form{
			padding-top:5px;
		}
			#project-delivery-form td{
				vertical-align: top;
			}
			.ProjectDeliveryFormLabel{
				font-size:14px;
				font-weight:700;
				padding-top:12px;
			}
			#project-delivery-form input{
				border: 1px solid #ddd;
				padding:2px 12px !important;
				display:inline-block;
				box-sizing: border-box;
				font-size:13px;
				background: #f7f7f7;
				width:100%;
				border-radius:0px;
			}
			a.ProjectDeliveryNotificationsSaveButton{
				background:#0070b9;
				text-align:center;
				color:#fff !important;
				font-size:13px;
				height:29px;
				line-height:29px;
				display:block;
				margin-left:5px;
				padding:0 5px;
			}
			a.ProjectDeliveryNotificationsSaveButton.Loading{
				background:url(images/construction_logistics_global_loading_balls.svg) center center no-repeat;
				background-size:30px;
				font-size:0px;
			}

			#project-delivery-latest{
				max-height:130px;
				overflow:auto;
			}
				.ProjectDeliveryLatest{
					background:#f7f7f7;
					border-bottom:1px solid #ddd;
					font-size:13px;
					padding:12px 15px;
				}
				.ProjectDeliveryLatestUpdate{
					padding-bottom:8px;
				}
					.ProjectDeliveryLatestUpdate table{
						width:auto;
					}
						.ProjectDeliveryLatestUpdate table td{
							padding:0px 12px 0px 0px;
						}
				.ProjectDeliveryLatestTime{
					padding-top:2px;
					background: #f7f7f7 url(images/construction_logistics_global_icon_clock_black.svg) left bottom 4px no-repeat;
					background-size:13px;
					float:left;
					padding-right:13px;
					padding-left:17px;
				}
				.ProjectDeliveryLatestReceivers{
					padding-top:2px;
					background: #f7f7f7 url(images/construction_logistics_global_icon_chat_black.svg) left bottom 4px no-repeat;
					background-size:13px;
					float:left;
					padding-right:20px;
					padding-left:17px;
				} */
			
	/*********
	Project Contact
	*********/
	/*	.ProjectContactBlock{
			padding-top:25px;
		}
			.ProjectContactBlockImage{
				float:left;
				width:90px;
				border:1px solid #ddd;
			}
			.ProjectContactBlockText{
				float:left;
				line-height:1.7em;
				padding-left:15px;
			}
	@media screen and (max-width: 450px){
			.ProjectContactBlockImage{
				display:block;
				width:auto;
				float:none;
			}
			.ProjectContactBlockText{
				float:none;
				padding-top:15px;
				padding-left:0px;
			}
	} */


	/*********
	Project Live Feed
	*********/
	/* 	#project-live-feed{
			background: #666 url(images/construction_logistics_global_icon_web_cam_light_gray.svg) center top 60px no-repeat;
			background-size:45px;
			text-align:center;
			color:#fff;
			font-size:12px;
			padding:115px 15px 65px 15px;
		} */
	/************************************************************************
	#  PAGE - PROJECT
	*************************************************************************/

/* //////////////////////////////////////////////////////////////////////////////////////
PROJECT
//////////////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////////////
PROPOSALS
//////////////////////////////////////////////////////////////////////////////////////// */

	/************************************************************************
	#  PROPOSALS
	*************************************************************************/
	#proposal-container{
	}
		#proposal-container,
		#proposal-container .Content,
		#proposal-container .PageWidth,
		#proposal-container .Col,
		#proposal-container p{
			font-size: clamp(16px, 2.5vw, 20px);
			font-weight:300;
		}
		#proposal-container .Content{
			padding-top: clamp(50px, 5.5vw, 120px);
			padding-bottom: clamp(50px, 5.5vw, 120px);
		}

		#proposal-container img {
			border-radius:3px;
		}

		.ProposalHeaderText {
			font-size: clamp(25px, 3.5vw, 56px);
			margin-bottom: clamp(30px, 3.5vw, 60px);
			font-weight:900;
			color:#132048;
			line-height: 1.5em;
			padding:15px 0 5px;
		}
			.ContentDarkBlueBG .ProposalHeaderText{
				color:#fff;
			}

		.ProposalHeaderLine {
			display:none;
			height: 2px;
			width: 50px;
			padding-bottom: 30px;
			border-bottom: 1.2px solid #132048;
		}
			.ContentDarkBlueBG .ProposalHeaderLine {
				height: 2px;
				width: 50px;
				padding-bottom: 30px;
				border-bottom: 1.2px solid #fff;
			}

		/* .ProposalSubText{
			padding-top: clamp(10px, 3vw, 60px);
		} */
			.ContentDarkBlueBG .ProposalSubText{
				color:#fff;
			}
			#proposal-sub-text-header{
				font-size:20px;
				padding-bottom:10px;
				font-weight:600 !important;
				line-height: 1.7em;
			}
				#proposal-sub-text-with-header{
					padding-bottom:30px;
					font-size:20px;
					font-weight:275;
					line-height: 1.7em;
				}
			.ContentWhiteBG .ProposalSubText a {
				color:#111 !important;
			}

		.ProposalTitleBlock{
			margin-bottom:0px;
			text-align: center;
			font-weight:600;
			height:60px;
			line-height: 60px;
			background:#132048;
			color:#fff;
		}
			.ProposalRateBlock{
				padding: 10px 15px;
				border-radius: 3px;
				font-size: 20px !important;
				margin-top: 15px;
				text-align: center;
				font-weight:500;
				line-height: 24px;
				background:#E2E2E2;
				color:#111;
			}

		#proposal-intro-container{
		}
			#proposal-intro-container .VideoImageContainer{
				max-width:600px;
				margin:0 auto;
			}

		#proposal-plan-container{
			overflow:hidden;
		}
			#proposal-plan{
			}

		#proposal-banner-container{
			position: relative;
			/* background: url('images/construction_logistics_sample_proposal_banner.jpg') no-repeat center center; */
			-webkit-background-size: cover !important;
			-moz-background-size: cover !important;
			-o-background-size: cover !important;
			background-size: cover !important;
			background-position: center bottom !important;
			padding-top: clamp(100px, 10vw, 200px) !important;
			padding-bottom: clamp(100px, 10vw, 200px) !important;
			overflow:hidden !important;
		}
			#proposal-banner-overlay{
				width:100%;
				height:100%;
				position: absolute;
				top:0px;
				left:0px;
				background-color:rgb(19, 32, 72, .7);
				z-index:2;
			}
			#proposal-banner{
				position: relative;
				z-index: 2;
			}
				#header-video-proposal {
					position: absolute;
					right: 0;
					bottom: 0;
					min-width: 100%;
					min-height: 100%;
				}

				#proposal-container #header-title{
					line-height:1.4em;
					color:#fff;
					font-weight:900;
					font-size: clamp(29px, 4vw, 68px);
					margin-bottom: clamp(15px, 3vw, 30px);
					text-align: center;
				}

				#proposal-subtitle{
					font-size:28px;
					font-weight:400;
					text-align:center;
					color:#fff;
					line-height: 1.5em;
				}
				#proposal-subtitle2{
					font-size:22px;
					font-weight:400;
					text-align:center;
					color:#fff;
					line-height: 1.5em;
				}

		.ProposalTable {
			width:100% !important;
			text-align:center !important;
			overflow: auto;
		}
		.ProposalTable th, .ProposalTable td {
			white-space: nowrap !important;
			overflow:hidden !important;
			padding:2px !important;
			text-align:center !important;
		}

		#proposal-team-container{
			padding-bottom: 50px;
		}

		#proposal-name {
			padding-top: 10px;
			font-size:clamp(18px, 2.5vw, 30px) !important;
			font-weight:700 !important;
			color:#E4834A !important;
			line-height: 1.3em !important;
		}
		.ProposalInfo {
			padding-top: 5px;
			font-size:16px;
			font-weight:275;
			color:#111 !important;
			line-height: 1.2em;
			margin-bottom:20px;
		}

		.ContentDarkBlueBG #proposal-name,
		.ContentDarkBlueBG .ProposalInfo {
			color:#fff !important;
		}
		#proposal-card-1 .front {
			background: url('images/proposal/biesse/proposal_1_card_1.jpg') no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}	
		#proposal-card-2 .front {
			background: url('images/proposal/biesse/proposal_1_card_2.jpg') no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}	
		#proposal-card-3 .front {
			background: url('images/proposal/biesse/proposal_1_card_3.jpg') no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		#z-modular-proposal-card-1 .front {
			background: url('images/proposal/z_modular/construction_logistics_proposal_1_card_3.jpg') no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}	
		#z-modular-proposal-card-2 .front {
			background: url('images/proposal/z_modular/construction_logistics_proposal_1_card_2.jpg') no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}	
		#z-modular-proposal-card-3 .front {
			background: url('images/proposal/z_modular/construction_logistics_proposal_1_card_1.webp') no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
	/************************************************************************
	#  PROPOSALS
	*************************************************************************/

/* //////////////////////////////////////////////////////////////////////////////////////
PROPOSALS
//////////////////////////////////////////////////////////////////////////////////////// */




/* //////////////////////////////////////////////////////////////////////////////////////
OD GUIDE
//////////////////////////////////////////////////////////////////////////////////////// */

	/************************************************************************
	#  PAGE - OVER DIMENSIONAL GUIDE
	*************************************************************************/
	#od-guide-form,
	#od-guide-form p{
		font-size:16px !important;
	}

		/*** Global ***/
		#od-page-message {
			background:#F47D3A;
			padding:15px 20px;
			margin-bottom:25px;
			border-radius: 3px;
			display:none; 
		}
			#od-page-message p { 
				margin-bottom: 5px;
				color:#fff !important;
			}
		.ODGuideInput {
			float:left;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.pac-item {
			font-family: sans-serif;
		}
			.ODGuideInput input, .ODGuideInput select {
				position: relative;
				font-size: 18px !important;
				padding:12px 17px !important;
				text-align:center;
				display:inline-block;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.ODGuideInput :focus {
				border: solid 1px #132048
			}
			.ODGuideInputTitle {
				position:relative;
				text-align:center;
				pointer-events: none;
				font-weight:400;
				font-size:15px;
				color: #132048;
			}
			.ODGuideInputLabel {
				width:100%;
				color: rgb(100, 100, 100);
				padding:0 2px;
				position:absolute;
				text-align:center;
				padding-top: 10;
				transition: all 0.3s ease-in;
				transform: translateY(7px);
				pointer-events: none;
				font-weight:400;
				font-size:14px;
				z-index:9;
			}
			.ODGuideInputLabelTransform {
				transform: translateY(30px);
				color: #132048;
				font-size:12px;
			}
				.ODGuideInputLabelTransform span {
					background-color: #fff !important;
				}

				.ODGuideInputRoute span, 
				.ODGuideInputFeet span, 
				.ODGuideInputInches span,
				.ODGuideInputWeight span {
					padding: 0px 3px;
				}
				.ODGuideInput input:disabled {
					background-color: #EBEBE4 !important;
				}
				.ODGuideInput input:disabled span {
					background-color: #EBEBE4 !important;
				}
			.ODGuideInputInches,
			.ODGuideInputWeight {
				position: relative;
			}
			
			.ODGuideInputInches {
				display:none;
			}
			.ODGuideInputFeet {
				display:inline-block;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				margin: 0 0 20px 0;
				font-size:14px;
				background: #fff;
				width:100%;
				border-radius:3px;
			}
				.ODGuideInputFeet div {
					position:relative;
					width: 49%;
					margin-left:2%;
					float:left;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					height:47px;
					background: #fff;
				}
				.ODGuideInputFeet div:first-child{
					margin-left:0px;
				}
				.ODGuideInputFeet input,
				.ODGuideInputWeight input,
				.ODGuideInputInches input,
				#od-shipment-info-advanced-trailer-type select {
					position:relative;
					width: 100%;
					padding:13px 20px !important;
					display:inline-block;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					font-size:14px;
					height:47px;
					background: #fff;
				}
				#od-shipment-info-advanced-trailer-type select {
					padding:0px 20px !important;
				}

			.ODGuideInputTitleBlock{
				margin-bottom:20px;
				text-align: center;
				font-weight:600;
				height:60px;
				line-height: 60px;
				background:#132048;
				color:#fff;
			}

		/*** Shipment Info ***/
		#od-shipment-info{
		}
			#od-shipment-info input{
				margin-bottom:20px !important;
			}

			#od-shipment-info-origin-zip,
			#od-shipment-info-destination-zip{
				width:48%;
				margin-right:4%;
			}
			#od-shipment-info-destination-zip{
				margin-right:0%;
			}
			#od-shipment-info-input-type {
				width:15%;
				margin-right:2%;
			}
			
				#od-shipment-info-input-type-toggle{
					width:100%;
					border:1px solid #f47d39;
					text-align: center;
					font-weight:600;
					font-size:14px;
					height:45px;
					line-height: 45px;
					color:#f47d39;
					cursor: pointer;
				}
					#od-shipment-info-input-type-toggle-left{
						float:left;
						width:50%;
					}
					#od-shipment-info-input-type-toggle-right{
						float:right;
						width:50%;
					}
					#od-shipment-info-input-type-toggle-left.Active,
					#od-shipment-info-input-type-toggle-right.Active{
						background:#f47d39;
						color:#fff;
					}
			#od-shipment-info-tractor-length,
			#od-shipment-info-tractor-weight{
				width:15%;
				margin-right:.5%;
			}
			#od-shipment-info-tractor-weight{
				margin-right:3%;
			}
			#od-shipment-info-trailer-length,
			#od-shipment-info-trailer-width,
			#od-shipment-info-trailer-height{
				width:15.6%;
				margin-right:.5%;
			}
			#od-shipment-info-trailer-height{
				margin-right:3%;
			}
			#od-shipment-info-trailer-weight{
				width:15.6%;
			}
			#od-shipment-info-length,
			#od-shipment-info-width,
			#od-shipment-info-height{
				width:16%;
				margin-right:2%;
			}
			#od-shipment-info-height{
				margin-right:2%;
			}
			#od-shipment-info-weight{
				width:16%;
				margin-right:3%;
			}
			a#od-shipment-info-submit{
				display:block;
				float:left;
				width:10%;
				height:47px;
				border-radius:3px;
				background: #f47e39 url(images/construction_logistics_global_icon_search_white.svg) center center no-repeat;
				background-size:32px;
				margin-bottom:20px;
			}
			a#od-shipment-info-submit:hover{
				background-color:#f6823e;
			}

			#od-shipment-info-tractor-length,
			#od-shipment-info-tractor-weight{
				width:15%;
				margin-right:.5%;
			}
			#od-shipment-info-tractor-weight{
				margin-right:3%;
			}
			#od-shipment-info-trailer-length,
			#od-shipment-info-trailer-width,
			#od-shipment-info-trailer-height{
				width:15.6%;
				margin-right:.5%;
			}
			#od-shipment-info-trailer-height{
				margin-right:3%;
			}
			#od-shipment-info-trailer-weight{
				width:15.6%;
			}

		#od-shipment-info-advanced{
			display:none;
		}
			.ODShipmentInfoAdvanceCol{
				float:left;
				width:50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				position: relative;
			}
			#od-shipment-info-advanced-col-left{
				padding-right:5%;
			}
				#od-shipment-info-advanced-col-left-plus-circle{
					position: absolute;
					top: 50%;
					right:-32px;
					background:#fff;
					z-index:2;
					width:60px;
					height:60px;
					line-height: 60px;
					font-size:30px;
					text-align: center;
					border:1px solid #aaa;
					border-radius:120px;
				}
			#od-shipment-info-advanced-col-right{
				padding-left:5%;
				border-left:1px solid #aaa;
			}

			#od-shipment-info-combined-container{
				position: relative;
				padding-top:45px;
				padding-bottom:15px;
				margin-bottom:20px;
				border-top:1px solid #aaa;
			}
				#od-shipment-info-combined-container-equals-circle{
					position: absolute;
					top: -35px;
					background:#fff;
					z-index:2;
					width:60px;
					height:60px;
					line-height: 60px;
					font-size:30px;
					text-align: center;
					border:1px solid #aaa;
					border-radius:120px;
					left: 0;
					right: 0;
					margin: 0 auto;
				}

			#od-shipment-info-advanced .ODGuideInput{
				float:left;
				display:block;
				width:49%;
				margin-right:2%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			#od-shipment-info-advanced .ODGuideInputNoMargin{
				margin-right:0px;
			}
			#od-shipment-info-advanced .ODGuideInputFullWidth{
				width:100%;
				margin:0px;
			}
			#od-shipment-info-advanced-toggle{
				margin-bottom:20px;
				border:1px solid #132048;
				text-align: center;
				font-weight:600;
				height:60px;
				line-height: 60px;
				color:#132048;
				cursor: pointer;
			}
				#od-shipment-info-advanced-toggle-left{
					float:left;
					width:50%;
				}
				#od-shipment-info-advanced-toggle-right{
					float:right;
					width:50%;
				}
				#od-shipment-info-advanced-toggle-left.Active,
				#od-shipment-info-advanced-toggle-right.Active{
					background:#132048;
					color:#fff;
				}
		#od-shipment-info-advanced-combined-length,
		#od-shipment-info-advanced-combined-height,
		#od-shipment-info-advanced-combined-width,
		#od-shipment-info-advanced-combined-weight {
			width: 23% !important;
			margin-right: 2.2% !important;
		}
			#od-shipment-info-advanced-combined-weight {
				margin-right: 0 !important;
			}

			#od-shipment-info-advanced-combined-length .ODGuideInputLabel span,
			#od-shipment-info-advanced-combined-width .ODGuideInputLabel span,
			#od-shipment-info-advanced-combined-weight .ODGuideInputLabel span {
				background-color: transparent !important;
			}

		@media screen and (max-width:950px) {
			#od-shipment-info-length,
			#od-shipment-info-width {
				margin-top:25px;
			}

			#od-shipment-info-length,
			#od-shipment-info-width,
			#od-shipment-info-height,
			#od-shipment-info-weight {
				width:49%;
				margin-right:2%;
			}

			#od-shipment-info-weight,
			#od-shipment-info-width {
				margin-right:0;
			}

			#od-shipment-info-input-type {
				width:100%;
				margin-right:2%;
			}

			a#od-shipment-info-submit{
				width:100%;
			}

			#od-shipment-info-advanced-tractor-length,
			#od-shipment-info-advanced-trailer-length,
			#od-shipment-info-advanced-tractor-weight,
			#od-shipment-info-advanced-trailer-weight
			{ 
				width:48% !important;
				margin-right:2%;
			}

			#od-shipment-info-advanced-combined-length,
			#od-shipment-info-advanced-combined-height,
			#od-shipment-info-advanced-combined-width,
			#od-shipment-info-advanced-combined-weight {
				width: 49% !important;
				margin-right: 2% !important;
			}
				#od-shipment-info-advanced-combined-width,
				#od-shipment-info-advanced-combined-weight {
					margin-right: 0 !important;
				}
		}

		@media screen and (max-width:800px) {
			#od-shipment-info-advanced-tractor-length,
			#od-shipment-info-advanced-trailer-length,
			#od-shipment-info-advanced-tractor-weight,
			#od-shipment-info-advanced-trailer-weight
			{ 
				width:100% !important;
				margin-right:0 !important;
			}

			#od-shipment-info-advanced-col-left-plus-circle{
				position: absolute;
				top: 50%;
				right:-17px;
				background:#fff;
				z-index:2;
				width:30px;
				height:30px;
				line-height: 30px;
				font-size:20px;
				text-align: center;
				border:1px solid #aaa;
				border-radius:120px;
			}
			#od-shipment-info-combined-container-equals-circle{
				position: absolute;
				top: -20px;
				background:#fff;
				z-index:2;
				width:30px;
				height:30px;
				line-height: 30px;
				font-size:20px;
				text-align: center;
				border:1px solid #aaa;
				border-radius:120px;
				left: 0;
				right: 0;
				margin: 0 auto;
			}
		}

		/*** Map Placeholder & Loader ***/
		#od-loader{
			display:none;
			height:300px;
			background: #fff url(images/construction_logistics_global_loading_balls.svg) center center no-repeat;
			background-size:40px;
		}

		/*** Tractor & Trailer Summary ***/
		#od-tt-summary{
			padding:25px 0 55px;
			text-align:center;
			font-style: italic;
			font-size:17px;
		}
			#od-tt-summary-trailer-container{
				display:inline-block;
				padding-right:30px;
			}
				#od-tt-summary-trailer{
					font-weight:600;
				}
			#od-tt-summary-dims-container{
				display:inline-block;
				padding-left:30px;
			}
				#od-tt-summary-dims{
					font-weight:600;
				}
	@media screen and (max-width:1070px) {
			#od-tt-summary-trailer-container{
				padding-right:0px;
			}
			#od-tt-summary-dims-container{
				padding-left:0px;
			}
	}

		/*** Map ***/
		#od-map-container{
			width:55%;
			float:left;
		}
			#od-map-title-container{
				margin-bottom:20px;
				border:1px solid #132048;
				text-align: center;
				font-weight:600;
				height:60px;
				line-height: 60px;
				background:#132048;
				color:#fff;
				padding:0 20px;
			}
				#od-map-title-left{
					float:left;
				}
				#od-map-title-right{
					float:right;
					font-style: italic;
				}
			#od-map-distance-and-time{
				background:#141F48;
				color:#fff;
				font-size:14px;
				padding:6px 20px;
				line-height:1em !important;
			}
				#od-map-distance-and-time div{
					display:inline-block;
				}
				#od-map-distance{
					padding-right:20px;
					border-right:1px solid #fff;
				}
				#od-map-time{
					padding-left:17px;
				}
					#od-map-distance-and-time span{
						font-weight:600;
					}

		/*** States List ***/
		#od-states-container{
			width:40%;
			float:right;
		}
			#od-states-toggle{
				margin-bottom:20px;
				border:1px solid #132048;
				text-align: center;
				font-weight:600;
				height:60px;
				line-height: 60px;
				color:#132048;
				cursor: pointer;
			}
				#od-states-toggle-left{
					float:left;
					width:50%;
				}
				#od-states-toggle-right{
					float:right;
					width:50%;
				}
				#od-states-toggle-left.Active,
				#od-states-toggle-right.Active{
					background:#132048;
					color:#fff;
				}

			.ODStatesList{
				height:600px;
				overflow:auto;
			}
				.ODState{
					border-bottom:2px solid #ddd;
					padding-top:15px;
				}
					.ODStateName{
						font-weight:600;
						float:left;
						font-size:18px;
						margin-left:15px;
					}
					.ODStateRouteDetails{
						font-size:14px;
						padding-left:15px;
					}
					.ODStateLink{
						float:right;
						cursor:pointer;
						color:#f47d39;
						text-decoration: underline;
						margin-right:15px;
					}
					.ODStateIcons{
						clear:both;
						padding:5px 0 15px 0;
					}
						.ODStateIconContainer{
							width:33%;
							float:left;
							text-align: center;
							padding:15px 0;
						}
							.ODStateIcon{
								margin:0 auto;
								width:110px;
								height:38px;
								line-height: 38px;
								font-size:14px;
								background:#808080;
								border-radius:3px;
								color:#fff;
								font-weight:600;
								position: relative;
							}
							.ODStateIcon.Yes{
								background:#f47d39;
							}
								.ODStateIconCheck{
									position: absolute;
									top:7px;
									left:-13px;
									width:20px;
									height:20px;
									border-radius:36px;
									border:2px solid #f47d39;
									background: #fff url(images/construction_logistics_global_icon_checkmark_orange.svg) top -4px center no-repeat;
									background-size:28px;
								}
								.ODStateIcon .ODStateIconCheck{
									display:none;
								}
								.ODStateIcon.Yes .ODStateIconCheck{
									display:block;
								}
								.ODStateIconX{
									position: absolute;
									top:7px;
									left:-13px;
									width:20px;
									height:20px;
									border-radius:36px;
									border:2px solid #808080;
									background: #fff url(images/construction_logistics_global_icon_x_gray.svg) top 0px center no-repeat;
									background-size:20px;
								}
								.ODStateIcon.Yes .ODStateIconX{
									display:none;
								}

					.ODStateDetails{
						padding:0 15px;
					}
						.ODStateImage {
							height:300px; 
							margin: auto; 
							display:block;
						}
						.ODStateDetails table{
							border-collapse: collapse;
							border:1px solid #fff;
						}
							.ODStateDetails table td{
								padding:6px 15px;
								background:#f7f7f7;
								border:1px solid #fff;
								font-size:14px;
								line-height:1.4em;
							}

							.ODStateDetails .ODStateDetailsInfoIcon{
								height:20px;
								top: 7px;
								position:relative;
							}
								.ODStateDetails table td.TextOrange{
									color:#f47d39;
								}
						.ODStateDetailsNotes{
							padding:5px 0 20px;
							font-weight:300;
						}
							.ODStateDetailsNotesTitle{
								font-weight:500;
								color:#132048;
								padding-top:clamp(30px, 7vw, 80px);
								padding-bottom:clamp(20px, 7vw, 30px);
								font-size:clamp(18px, 2.5vw, 31px);
							}
							.ODStateDetailsNotesSubTitle{
								font-weight:500;
								padding:20px 0 10px;
								font-size:clamp(17px, 2.5vw, 24px);
								color:#132048;
							}
							.ODStateDetailsNotes ul{
								margin:0 0 30px clamp(20px, 5vw, 30px);
							}
	@media screen and (max-width:1170px) {
							.ODStateIcon{
								width:90%;
								height:32px;
								line-height: 32px;
								font-size:13px;
							}
								.ODStateIconCheck{
									display:none !important;
								}
								.ODStateIconX{
									display:none !important;
								}
	}
	@media screen and (max-width:1070px) {
			#od-map-title-container{
				text-align: center;
				height: 56px;
				line-height: 1.5em;
				padding-top: 5px;
			}
				#od-map-title-left{
					float:none;
				}
					/* #od-map-title-left .ODGuideRouteInfoIcon{
						height: 24px;
						float:right;
						position:relative;
						top: 7px;
					} */
				#od-map-title-right{
					float:none;
				}


					.ODStateName{
						margin-left:0px;
					}
					.ODStateLink{
						font-size:15px;
						float:left;
						clear:left;
					}
	}
	@media screen and (max-width:1010px) {
			
	}
	@media screen and (max-width:860px) {
		#od-map-container{
			width:auto;
			float:none;
		}

		#od-states-container{
			padding-top:50px;
			width:auto;
			float:none;
		}
			.ODStatesList{
				height:auto;
			}
	}
	@media screen and (max-width:600px) {
			#od-tt-summary-trailer-container{
				display:block;
				padding-right:0px;
				padding-bottom:20px;
			}
			#od-tt-summary-dims-container{
				display:block;
				padding-left:0px;
			}
				#od-tt-summary span{
					display:block;
				}
	}
	/************************************************************************
	#  PAGE - OVER DIMENSIONAL GUIDE
	*************************************************************************/

/* //////////////////////////////////////////////////////////////////////////////////////
OD GUIDE
//////////////////////////////////////////////////////////////////////////////////////// */
