	#Top {
 		display: none !important;
		height: 0 !important;
	}

	.aor {
		background-position: center center;
   		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		z-index: 1;
	}

	.aor:first-of-type {
		position: absolute;
		z-index: 100;
	}

	.aor:nth-of-type(2):after {
		background: #000; 
		/*background: -moz-linear-gradient(top,  rgba(214,185,42,0.27) 0%, rgba(0,0,0,0.94) 35%, rgba(0,0,0,1) 38%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(214,185,42,0.27) 0%,rgba(0,0,0,0.94) 35%,rgba(0,0,0,1) 38%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(214,185,42,0.27) 0%,rgba(0,0,0,0.94) 35%,rgba(0,0,0,1) 38%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45d6b92a', endColorstr='#000000',GradientType=0 ); 
		*/
		bottom: 0;
    		content: "";
    		height: 100%;
    		left: 0;
    		opacity: .4;
    		position: absolute;
    		right: 0;
    		top: 0;
    		width: 100%;
		z-index: -1;
	}

	/*.aor:nth-of-type(6):after {
    		background: #000;
    		bottom: 0;
    		content: "";
    		height: 1500px;
    		left: 0;
    		opacity: 0.65;
    		position: absolute;
    		right: 0;
    		top: 0;
    		width: 100%;
		z-index: -1;
	}
	
	.aor:nth-of-type(7), .aor:nth-of-type(8){
		z-index: 2;
	}*/

	.aor > .aori {
		padding-left: 280px;
	}

	.aor h1:first-of-type {
		margin-top: 0;
	}

	/* Hide Shard Mortgage Media */
	#nav li:nth-of-type(4), div.aor:nth-of-type(5){
		display: none;
	}

	#nav {
		width: 280px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background: black;
		color: white;
		margin: 0;
		padding: 20px 30px;
		z-index: 100;
		-webkit-transition: .5s left ease;
		transition: .5s left ease;
	}

	#nav ul, #nav li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	/*#nav li:first-of-type a {
    		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}*/

	#nav a {
		color: #fff;
		font-family: "Avenir-Regular";
		letter-spacing: .05em;
		text-decoration: none;
		display: block;
		padding: 12px 0;
		font-size: 14px;
		text-transform: uppercase;
		z-index: 100;
		border-bottom: 1px solid rgba(255,255,255,.2);
		-webkit-transition: .3s color ease-in-out;
		transition: .3s color ease-in-out;
	}

	#nav a:hover {
		color: #b49a3b;
	}

	#nav a.active {
		color: #b49a3b;
	}

	#nav img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	#navBtn {
		position: fixed;
		top: 0;
		left: 0;
		height: 50px;
		line-height: 50px;
		text-align: center;
		width: 50px;
		background: #000 url('/AcuCustom/Sitename/Icon/Icons/smgMenuSprite.svg') no-repeat 0 0 ;
		display: none;
		cursor: pointer;
		text-indent: -1000px;
		overflow: hidden;
		-webkit-transition: .1s left ease-in, background 0s ease .2s;
		transition: .1s left ease-in, background 0s ease .2s;
	}

	h1:hover, h2:hover, h3:hover, h4:hover {
		text-shadow: none;
	}

	div[class*="WYSEdit"] strong {
		font-weight: normal;
		font-family: "Avenir-Bold";
	}

	/* Home Panel */

	#smg-home img {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	#smg-home h1 {
		font-family: 'Avenir-Regular', sans-serif;
		color: #b49a3b;
		font-size: 26px;
		margin-top: 20px;
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	
	/* Meet the team */

	.aor:nth-of-type(3) div[id*="aoc"] > div.aoci > div.aoc:nth-of-type(1) {
		opacity: 0;
		-webkit-transition: .3s opacity ease-in-out;
		transition: .3s opacity ease-in-out;
	}
	.aor:nth-of-type(3) div[id*="aoc"] > .aoci > div.aoc:nth-of-type(1):hover {
		opacity: 1;
	}
	.aor:nth-of-type(3) div[id*="aoc"] > .aoci > div.aoc img, .aor:nth-of-type(7) div[id*="aoc"] > .aoci > div.aoc img {
		webkit-border-radius: 50%;
		border-radius: 50%;
		border: 6px solid rgba(0,0,0,.2);

	}

	.aor:nth-of-type(3) div[id*="aoc"] .aos-DS17-WYSEdit > div, .aor:nth-of-type(7) div[id*="aoc"] .aos-DS17-WYSEdit > div {
		display: none;
	}

	/* Shard Finance & Shard Bespoke*/

	.aor:nth-of-type(4) div[class*="WYSEdit"] img:first-of-type, .aor:nth-of-type(6) div[class*="WYSEdit"] img:first-of-type {
		max-width: 280px;
		margin-bottom: 30px;
	}


	#smg-careers img {
		webkit-border-radius: 50%;
		border-radius: 50%;
		border: 6px solid rgba(0,0,0,.2);
		padding: 0;
		width: 30%;
		margin-right: 3%;
	}

	#smg-careers h2 {
		margin-top: 0;
	}

	#smg-careers > div:first-of-type {
		margin-bottom: 40px;
	}

	#smg-contact ul, #smg-contactPR ul, #smg-contactCS ul {
		padding: 0;
	}
	
	#smg-contact li, #smg-contactPR li, #smg-contactCS li {
		list-style-type: none;
		width: 48%;
		display: inline-block;
		margin-bottom: 26px;
	}

	.smg-googleMaps {
    		position: relative;
    		padding-bottom: 50%; // This is the aspect ratio
    		height: 0;
    		overflow: hidden;
	}

	.smg-googleMaps iframe {
    		position: absolute;
    		top: 0;
    		left: 0;
    		width: 100% !important;
    		height: 100% !important;
	}

	@media(max-width: 1023px){

		#navBtn {
			display: block;
		}
		#navBtn.active {
			left: 220px;
			background: #000 url('/AcuCustom/Sitename/Icon/Icons/smgMenuSprite.svg') no-repeat 0 -50px ;
			-webkit-transition: .5s left .2s ease, background 0s ease .4s;
			transition: .5s left .2s ease, background 0s ease .4s;
		}

		#nav {
			width: 220px;
			padding: 20px;
			left: -100%;
			-webkit-transition: .5s left ease-in;
			transition: .5s left ease-in;
		}

		#nav a {
			font-size: 13px;
			padding: 10px 0;
		}


		#nav.active {
			-webkit-transition: .5s left ease;
			transition: .5s left ease;
		}
		
		.aor > .aori {
			padding-left: 0;
		}
	}
	@media(max-width: 600px){
		.aor:nth-of-type(2):after {
			opacity: .5;
		}
		#smg-home img {
			max-width: 200px;
		}
		#smg-home h1 {
			font-size: 22px;
		}
		#smg-contact li, #smg-contactPR li, #smg-contactCS li {
			width: 100%;
		}
	}