#main-footer {
	margin:  20px 0px 0px 0px !important;
	padding-bottom: 14px;
}

.search-submit {
	display: none !important;
}
.sh_search-close {
	position: absolute;
	top: 9px;
	right: 10px;
}

#search-mobile {
	position: absolute;
	bottom: 40px;
	width: calc(100% - 25px);
}
#search-mobile .search-form {
	width: 100% !important;
}
#search-mobile .search-form input {
	width: 100% !important;
}

.sh_nav_previous {
	float: left;
}
.sh_nav_next {
	float: right;
}

.sh_assets_container {
	max-width: 848px;
	margin-left: auto;
	margin-right: auto;
}
.sh_asset_style_debug {
	margin-top: 50px;
}
.sh_asset_container {
	padding: 20px;
	border-bottom: 1px solid black;
}
.sh_child_asset_container {
	margin-top: 40px;
}
.sh_asset_image {
	height: 296px;
	width: 100%;
	margin-bottom: 20px;
	background-position: center;
	background-size: cover;
}
.sh_asset_headline {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 27px;
}
.sh_child_asset_headline {
	font-size: 16px;
	font-weight: 700;
	line-height: 25.8px;
}
.sh_asset_description {
	font-size: 16px;
	font-weight: 400;
	line-height: 25.8px;
}
.sh_asset_link {
	margin-top: 6px;
	font-size: 16px;
	font-weight: 400;
	color: #F58220;
}
.sh_asset_column_container {
	display: flex;
	gap: 40px;
}
.sh_asset_column {
	width: 50%;
}

.sh_logo_grid_container {
	/*max-width: 850px;*/
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.sh_logo_grid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.sh_logo_grid > div {
	height: 150px;
	width: 200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sh_what_we_do_tile_container {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sh_what_we_do_tile_container .sh_tile {
	position: relative;
	line-height: 1.6rem;
	cursor: pointer;
}
.sh_what_we_do_tile_container .sh_tile_image {
	height: 48px;
	width: 100%;
	margin-bottom: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
.sh_what_we_do_tile_container .sh_tile_image_new {
	height: 53px !important;
	background-size: auto !important;
}
.sh_what_we_do_tile_container .sh_tile_heading {
	font-family: "FFDINWebBold", sans-serif;
	font-size: 1.175rem;
	text-transform: uppercase;
}
.sh_what_we_do_tile_container p {
	display: none;
}
.sh_what_we_do_tile_container .sh_tile_rollover {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #00CCFF;
}
.sh_what_we_do_tile_container .sh_tile_rollover > div {
	height: 48px;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.sh_what_we_do_tile_container .sh_slider {
	display: none;
	/*height: 100%;*/
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-x: hidden;
	background-color: white;
}
.sh_what_we_do_tile_container .sh_slide {
	display: none;
}
.sh_what_we_do_tile_container .sh_slide_close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 18px;
	width: 18px;
	background-image: url('/wp-content/themes/nsquare-3.0.0/assets/img/sh_what_we_do/slide_close.svg');
	background-position: cover;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2;
}
.sh_what_we_do_tile_container .sh_slide > img {
	width: 100%;
	margin-top: 40px;
}
.sh_what_we_do_tile_container .sh_slide_photo_credit {
	float: right;
	position: relative;
	top: 7px;
	font-size: 10px;
	font-style: italic;
}
.sh_what_we_do_tile_container .sh_slide_heading {
	margin-top: 30px;
	font-family: "FFDINWebBold", sans-serif;
	font-size: 1.175rem;
	text-transform: uppercase;
}
.sh_what_we_do_tile_container .sh_slide_text {
	margin-top: 5px;
	line-height: 1.6rem;
}
.sh_what_we_do_tile_container .sh_slide_bottom {
/*	position: absolute;
	bottom: 0px;*/
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sh_what_we_do_tile_container .sh_slide_button_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.sh_what_we_do_tile_container .sh_slide_button {
	height: 10px;
	width: 10px;
	background-color: #B2B4B6;
	cursor: pointer;
}
.sh_what_we_do_tile_container .sh_slide_button_active {
	height: 10px;
	width: 10px;
	background-color: black !important;
	cursor: pointer;
}
.sh_what_we_do_tile_container .sh_slide_left {
	height: 18px;
	width: 18px;
	background-image: url('/wp-content/themes/nsquare-3.0.0/assets/img/sh_what_we_do/slide_left.svg');
	background-position: cover;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.sh_what_we_do_tile_container .sh_slide_right {
	height: 18px;
	width: 18px;
	background-image: url('/wp-content/themes/nsquare-3.0.0/assets/img/sh_what_we_do/slide_right.svg');
	background-position: cover;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

@media only screen and (min-width: 601px) {
	.sh_desktop {
		display: block;
	}
	.sh_mobile {
		display: none;
	}

	.search-button {
		margin-top: -3px !important;
	}

	.sh_what_we_do_tile_container {
		gap: 20px;
	}

	.sh_what_we_do_tile_container .sh_tile {
		width: 266px;
		margin-top: 30px;
	}

	.sh_what_we_do_tile_container .sh_tile_image {
		background-position: center left;
	}
}

@media only screen and (max-width: 600px) {
	.sh_desktop {
		display: none;
	}
	.sh_mobile {
		display: block;
	}

	.sh_what_we_do_tile_container {
		gap: 9.5px;
	}

	.sh_what_we_do_tile_container .sh_tile {
		width: auto;
		margin-top: 0px;
		margin-left: -4%;
		margin-right: -4%;
		padding-top: 24px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 16px;
		background-color: #00CCFF;
	}

	.sh_what_we_do_tile_container .sh_tile_image {
		background-position: top center;
	}
}

@media only screen and (min-width: 641px) {
	.sh_desktop_footer {
		display: inline;
	}
	.sh_mobile_footer {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	.sh_desktop_footer {
		display: none;
	}
	.sh_mobile_footer {
		display: inline;
	}
}


