.menu-item-3762 {
	display: none !important;
}
#menu-header-menu .sub-menu {
	display: none;
	position: absolute;
	margin-left: 0px !important;
	z-index: 10;
}
#menu-header-menu .sub-menu li {
	display: block !important;
	margin: 5px 0px 0px 0px !important;
	font-family: FFDINWeb;
	text-transform: none !important;
}
#mobile-navigation .sub-menu {
	margin-left: 25px !important;
	padding-left: 0px !important;
}
#mobile-navigation .sub-menu li {
	margin: 8px 0px 0px 0px !important;
	font-family: FFDINWeb;
	text-transform: none !important;
}

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

.sh_social_container {
	margin: 0px 0px 10px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.sh_social {
	height: 24px;
	width: 24px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.sh_social_twitter {
	background-image: url('/wp-content/themes/nsquare-3.0.0/assets/img/sh_social/sh_social_twitter.svg');
}
.sh_social_instagram {
	background-image: url('/wp-content/themes/nsquare-3.0.0/assets/img/sh_social/sh_social_instagram.svg');
}
.sh_social_linkedin {
	background-image: url('/wp-content/themes/nsquare-3.0.0/assets/img/sh_social/sh_social_linkedin.svg');
}

.sh_home_featured_image {
	cursor: pointer;
}
.sh_home_overlay {
	height: 100%;
	width: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.8);
	transition: background-color 0.2s;
}
.sh_home_overlay:hover {
	background-color: rgba(245, 130, 32, 0.8);
}
.sh_home_overlay h1 {
	font-family: FFDINWebMedium;
}
.sh_home_overlay h1, .sh_home_overlay h2, .sh_home_overlay h3, .sh_home_overlay h4, .sh_home_overlay h6, .sh_home_overlay p {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.sh_home_overlay h1, .sh_home_overlay h2, .sh_home_overlay h3, .sh_home_overlay h4, .sh_home_overlay h5, .sh_home_overlay h6, .sh_home_overlay p, .sh_home_overlay a {
	color: black !important;
	transition: color 0.2s;
}
.sh_home_overlay:hover h1, .sh_home_overlay:hover h2, .sh_home_overlay:hover h3, .sh_home_overlay:hover h4, .sh_home_overlay:hover h5, .sh_home_overlay:hover h6, .sh_home_overlay:hover p, .sh_home_overlay:hover a {
	color: white !important;
}
.sh_home_overlay_inner {
	padding: 30px;
}
.sh_home_text_block {
	cursor: pointer;
}
.sh_home_text_block:last-child {
	border-right: none;
}
.sh_home_text_block h1, .sh_home_text_block h2, .sh_home_text_block h3, .sh_home_text_block h4, .sh_home_text_block h6, .sh_home_text_block p {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.sh_home_text_block h1, .sh_home_text_block h2, .sh_home_text_block h3, .sh_home_text_block h4, .sh_home_text_block h5, .sh_home_text_block h6 {
	line-height: 110%;
	color: black !important;
}
.sh_home_text_block a {
	letter-spacing: 0.5px;
	color: #f58220;
}
@media only screen and (min-width: 901px) {
	.sh_home_text_block_container {
		max-width: 1440px;
		margin: 30px auto 50px auto;
		display: flex;
		justify-content: space-between;
	}
	.sh_home_text_block {
		width: calc(33% - 62px);
		padding-left: 30px;
		padding-right: 30px;
		border-right: 2px solid #CCC;
	}
	.sh_home_main_story_mobile {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	.sh_home_featured_image {
		height: 400px !important;
	}
	.sh_home_overlay_desktop {
		display: none !important;
	}
	.sh_home_main_story_mobile {
		padding: 25px 20px 25px 20px;
	}
	.sh_home_main_story_mobile h1 {
		font-family: FFDINWebMedium;
	}
	.sh_home_main_story_mobile h1, .sh_home_main_story_mobile h2, .sh_home_main_story_mobile h3, .sh_home_main_story_mobile h4, .sh_home_main_story_mobile h6, .sh_home_main_story_mobile p {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.sh_home_main_story_mobile p, .sh_home_main_story_mobile a {
		color: black !important;
	}
	.sh_home_text_block {
		width: calc(100% - 90px);
		margin: 0px auto 15px auto;
		padding: 25px;
		background-color: rgb(164, 164, 164, 0.18);
	}
	.sh_home_text_block:last-child {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 901px) {
	.search-button .label {
		display: none;
	}
}
.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: 850px;
	padding-left: 20px;
	padding-right: 20px;
}
.sh_asset_header {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	color: #00ccff;
	text-transform: uppercase;
}
@media only screen and (min-width: 801px) {
	.sh_asset_header {
		font-size: 4rem;
	}
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
	.sh_asset_header {
		font-size: 3.5rem;
	}
}
@media only screen and (max-width: 700px) {
	.sh_asset_header {
		font-size: 3rem;
	}
}
.sh_asset_category {
	margin-right: 20px;
	color: black !important;
	text-transform: uppercase;
}
.sh_asset_category:hover {
	color: #f58220 !important;
	text-decoration: none !important;
}
.sh_asset_style_debug {
	margin-top: 50px;
}
.sh_asset_container {
	padding: 40px 0px 40px 0px;
	border-bottom: 1px solid black;
}
.sh_asset_container_half_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sh_asset_container_half_container_odd {
	border-bottom: 1px solid black;
}
.sh_asset_container_half_container_odd .sh_asset_container {
	border-bottom: none !important;
}
.sh_child_asset_container {
	margin-top: 30px;
}
.sh_asset_image {
	height: 296px;
	margin-bottom: 32px;
	background-position: center;
	background-size: cover;
}
.sh_asset_image_no_bottom_margin {
	margin-bottom: 0px !important;
}
.sh_asset_headline {
	margin-bottom: 8px;
	font-family: "FFDINWebBold", sans-serif;
	font-size: 24px;
/*	font-weight: 700;*/
	line-height: 27px;
}
.sh_child_asset_headline {
	font-family: "FFDINWebBold", sans-serif;
	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;
	line-height: 25.8px;
	font-size: 16px;
	font-weight: 400;
	color: #F58220;
}

.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;
	}

	.sh_asset_image {
		width: 100%;
	}

	.sh_assets_container {
		margin: 45px auto 45px auto;
	}
	.sh_asset_header {
		margin-bottom: 15px;
	}
	.sh_asset_column_container {
		display: flex;
		gap: 40px;
	}
	.sh_asset_column {
		width: 50%;
	}
	.sh_asset_container_half {
		min-height: 305px;
		width: calc(50% - 20px);
		display: inline-block;
	}
	.sh_assets_bottom_spacer {
		height: 40px;
	}

}

@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;
	}

	.sh_assets_container {
		margin: 50px auto 45px auto;
	}
	.sh_asset_header {
		margin-bottom: -17px;
	}
	.sh_asset_image {
		position: relative;
		left: -20px;
		width: calc(100% + 40px);
	}
	.sh_assets_bottom_spacer {
		height: 20px;
	}

}

@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;
	}

}


