/**
 * Profile CSS, but both this and style.css are loaded everywhere so we should probably merge
 */

#wrap.profile {}
	#wrap.profile #main {
	}
	#wrap.profile .middle {

	}
	#wrap.profile .box {
		padding: 0;
		background: transparent;
	}

	#wrap.profile .profile-description {
		margin: 0 0 30px 0;
	}
		#wrap.profile .profile-description h2 {
			font-size: 26px;
			margin: 0 0 2px 0;
		}
			#wrap.profile .profile-description h2 a {
				color: #222;
			}
			#wrap.profile .profile-description h2 a:hover {
				color: #0074A2;
				text-decoration: underline;
			}
		#wrap.profile .profile-description p {
			font-size: 13px;
			line-height: 1.4;
			margin: 0;
			color: #333;
		}
		#wrap.profile .profile-description p.location {
			font-size: 12px;
			color: #888;
			margin-bottom: 10px;
		}

	#wrap.profile #profile .column-left {
		background: #fff;
		background: rgba(255,255,255,0.9);
		width: 250px;
		padding: 20px;
	}
		#wrap.profile #profile .column-left h3 {
			font-size: 16px;
			margin-bottom: 10px;
			margin: 0 -20px 10px -20px;
			border-bottom: 1px solid #ddd;
			border-bottom-color: rgba(0,0,0,0.1);
			padding: 0 20px 10px 20px;
			color: #777;
			color: rgba(0,0,0,0.6);
		}
	#wrap.profile #profile .column-right {
		width: 600px;
	}
		#wrap.profile #profile .column-right h3 {
			font-size: 16px;
			display: inline-block;
			color: #777;
			padding: 5px 8px;
			color: rgba(0,0,0,0.6);
			background: rgba(255,255,255,0.8);
		}

#content .list-details {
  list-style: none;
	margin: 0 0 35px;
	padding: 0;
}
#content .list-details:last-child {
  margin-bottom: 0;
}


/* Services and Contact Lists */
.list-details {}
	.list-details a {
		display: block;
	}

	.list-details li {
		list-style: none;
		padding: 10px 0 0 0;
		position: relative;
	}

  /* Contact Icons */
  .list-details li:before {
    position: absolute;
    top: 9px;
    left: 4px;
    content: '\f428';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Noticons';
    vertical-align: top;
  }

  .list-details li.emails_primary:before {
    content: '\f410';
  }
  .list-details li.ims_aim:before {
    content: '\f304';
  }
  .list-details li.ims_yahoo:before {
    content: '\f304';
  }
  .list-details li.ims_icq:before {
    content: '\f304';
  }
  .list-details li.ims_gtalk:before {
    content: '\f304';
  }
  .list-details li.ims_skype:before {
    content: '\f304';
  }
  .list-details li.tel:before {
    content: '\f437';
  }

  .list-details li.accounts_facebook:before {
    content: '\f203';
  }
  .list-details li.accounts_blogger:before {
    content: '\f206';
  }
  .list-details li.accounts_flickr:before {
    content: '\f211';
  }
  .list-details li.accounts_foursquare:before {
	  content: '\f226';
  }
  .list-details li.accounts_goodreads:before {
    
  }
  /* Not sure about this one... */
  .list-details li.accounts_google:before {
    content: '\f218';
  }
  .list-details li.accounts_linkedin:before {
    content: '\f208';
  }
  .list-details li.accounts_tripit:before {
    
  }
  .list-details li.accounts_tumblr:before {
    content: '\f214';
  }
  .list-details li.accounts_twitter:before {
    content: '\f202';
  }
  .list-details li.accounts_vimeo:before {
    content: '\f212';
  }
  .list-details li.accounts_wordpress:before {
    content: '\f205';
  }
  .list-details li.accounts_yahoo:before {
    
  }
  .list-details li.accounts_youtube:before {
    content: '\f213';
  }


	.list-details li:last-child {
		border: none;
	}

	.list-details h6,
	.list-details p {
		padding-left: 26px;
	}

	.list-details h6 {
		line-height: 16px;
		margin: 0;
	}

	.list-details p {
		margin: 2px 0 0;
	  font-size: 13px;
	}

/* Hide My Profile */
a.hide-profile,
a.edit-profile {
	display: block;
	padding: 8px 10px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	font-size: 13px;
	border-radius: 3px;
	margin: 0 0 5px 0;
}
a.hide-profile {
	margin-bottom: 25px;
}
	a.hide-profile:hover {
		background: red;
	}
	a.edit-profile:hover {
		background: green;
	}


/* Developer Links */
#profile-misc .dev-endpoints {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	#profile-misc .dev-endpoints li {
		display: inline;
		font-size: 12px;
		margin-right: 5px;
	}
	#profile-misc .dev-endpoints li:last-child {
		margin-right: 0;
	}
	#profile-misc .dev-endpoints a {
		color: #888;
		padding: 4px 6px;
		text-decoration: underline;
	}
	#profile-misc .dev-endpoints a:hover {
		color: #0074A2;
	}


/* Profile Gallery */

#gallery {
	position: relative;
}
.single #gallery {}
	#gallery .gallery-main {
		margin: 0 auto 30px auto;
		height: 400px;
		width: 400px;
		z-index: 3;
		padding: 10px;
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	}
	#gallery .gallery-main a {
		display: block;
		margin: 0 auto;
	}
	/* Rounded gravatar, which is apparently controversial
	#gallery .gallery-main a.photo-0 {
		border-radius: 100%;
	}
	#gallery .gallery-browser li:first-child,
	#gallery .gallery-browser li:first-child a {
		border-radius: 100%;
	}
	*/

	#gallery .gallery-browser {
		padding: 10px 0 0 0;
	}
	#gallery .gallery-browser:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	#gallery .gallery-browser:hover {
		z-index: 10;
	}

	#gallery .gallery-browser li {
		list-style: none;
		margin: 5px;
		height: 80px;
		width: 80px;
		float: left;
		text-align: center;
		padding: 2px;
		border: 2px solid rgba(0,0,0,0.05);
		border-radius: 2px;
		background: rgba(255,255,255,0.75);
		box-shadow: 0 1px 3px 1px rgba(0,0,0,0.05);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	#gallery .gallery-browser li a {
		display: block;
		height: 80px;
		width: 80px;
	}

	#gallery .gallery-browser li.sel {
		border-color: #269cdd;
		background: #fff;
		box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
	}
	#gallery .gallery-browser li.sel:nth-child(2n) {
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
	}
	#gallery .gallery-browser li.sel:nth-child(3n) {
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
		-ms-transform: rotate(4deg);
	}
	#gallery .gallery-browser li.sel:nth-child(4n) {
		-webkit-transform: rotate(1.5deg);
		-moz-transform: rotate(1.5deg);
		-o-transform: rotate(1.5deg);
		-ms-transform: rotate(1.5deg);
	}


/* Profile Sites */
.list-sites {
	padding: 10px 0 0 0 !important;
}

.list-sites li {
	float: left;
	list-style: none;
	padding: 0 10px 10px 0;
}
.list-sites li:nth-child(3n) {
	padding-right: 0;
}

.list-sites img {
	display: block;
	border: 1px solid rgba(0,0,0,0.05);
}

.list-sites a {
	display: block;
	text-align: center;
}

.list-sites a:hover {
	text-decoration: underline;
}
.list-sites a:hover img {
	border-color: rgba(0,0,0,0.3);
}
.list-sites a:hover span {
	background: #fff;
}

.list-sites span {
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 5px;
	width: 171px;
	background: #fff;
	background: rgba(255,255,255,0.85);
	word-wrap: break-word;
}


/* Signup Prompt */
.signup-prompt {
	background: #ffffdf;
  padding: 20px;
  margin: 20px -20px -20px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.signup-prompt h4 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.signup-prompt p {
  font-size: 13px;
  margin: 0;
  color: #666;
  text-align: center;
}

.signup-prompt-inner {}
.signup-prompt-box {
	padding-top: 15px;
}

.signup-prompt-box p {
	font-size: 11px;
	margin: 2px 0 0;
	text-align: center;
}

.signup-prompt .signup.button {
	color: #fff;
	height: 44px;
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	width: auto;
	margin: 0 auto;
	padding: 8px 26px;
}
.signup-prompt .signup:active,
.signup-prompt .signup:hover {
	background-position: 0 -334px;

}
.signup-prompt .signup:active {
	background-position: 0 -378px;
}


/**
 * Responsive styles
 */

@media only screen and (max-width: 500px) {
	
	#page .gcard_header {
		display: none;
	}

}

@media only screen and (max-width: 960px) {

	/* Gravatar site */
	
	#main {
		padding: 0;
	}

	.middle {
		width: 100%;
	}
	
	#page .middle {
		padding: 0 20px;
	}
	
	#page .middle .box {
		overflow: hidden;
	}
	
	div.mainl1w33 {
		float: none;
		margin: 0 auto 20px auto;
	}
	
	div.mainl1w66 {
		float: none;
		margin: 0 auto;
	}

	p.stats {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	
	.user-logos {
		float: none;
		margin: 0 auto;
	}
	
	#content {
		position: relative;
	}
	
	#page .middle .box {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#page .video-player {
		position: relative;
		width: auto !important;
		height: auto !important;
		overflow: hidden;
	}
	
	#page .videopress-placeholder, #page .videopress-poster {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto !important;
		background-size: 100% auto;
	}
	
	#page .video-player object {
		width: 100% !important;
	}


	/* Settings page */
	label {
		width: 100%;
		float: none;
	}
	
	#content .list-form-right .text {
		width: 48%;
	}
	
	.text, input.color, textarea.text {
		width: 96%;
	}
	
	#content .list-form .list-form-details {
		padding: 0;
	}
	
	
	/* Responsive profile page */

	#wrap.profile #profile .column-right {
		float: none;
		width: 100%;
	}

	#wrap.profile #profile .column-left {
		float: none;
		width: 90%;
	}

	.signup-prompt {
		display: none;
	}

	#gallery .gallery-main {
		width: 100%;
		height: 250px;
		float: none;
	}

	.gallery-main a {
		height: 250px !important;
		width: 250px !important;
		background-size: 250px !important;
	    margin: 0 auto;
	    border-radius: 100%;
	}

	.gallery-browser,
	#a8c-attribution {
		display: none;
	}

	#wrap.profile .profile-description .fn,
	#wrap.profile .profile-description .location {
		position: absolute;
		top: 270px;
		left: 0;
		right: 0;
		background: #fff;
		background: rgba(255,255,255,0.85);
		z-index: 100;
		text-align: center;
		padding: 15px 30px 5px 30px;
	}

	#wrap.profile .profile-description .location {
		padding: 5px 30px 15px 30px;
		top: 316px;
	}

	.list-sites li,
	.list-sites li:nth-child(3n) {
		padding: 0;
		float: none;
	}

	.list-sites a {
		position: relative;
		padding: 25px 0 0 130px;
		min-height: 52px;
		text-align: left;
		background: #fff;
		background: rgba(255,255,255,0.85);
	}

	.list-sites li img {
		width: auto;
		height: 75px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.list-sites li span {
		display: inline;
		padding: 0;
		clear: none;
		font-size: 18px;
		width: auto;
		background: none;
	}

	.list-sites a:hover span {
		background: none;
	}

	#footer .footer-inner {
		width: auto;
	}

	#footer .secondary #a8c-services {
		float: left;
		margin: 30px 0 0 -15px;
	}

}

@media only screen and (max-width: 620px) {

	/* Settings page */

	#content .settings-menu {
		width: 100%;
		float: none;
		margin: 0;
		background: rgba(255,255,255,.8);
		overflow: hidden;
	}
	
	#content .settings-menu li {
		float: left;
		width: 50%;
		box-sizing: border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		margin: 0;
	}
	
	#content .settings-menu li a {
		border: 0;
	}
	
	#content .settings-menu li#current-profile {
		width: 100%;
		float: none;
		padding: 5px 20px;
		overflow: hidden;
		margin: 0;
		background: #fff;
	}
	
	#content .settings-menu a#view-profile {
		font-size: 14px;
		float: right;
		margin: 8px 20px 0 0;
	}
	
	#content .settings-menu li#current-profile img {
		display: none;
	}

	#content .settings-menu li#current-profile h3 {
		display: inline-block;
		float: left;
	}

	.column-settings {
		clear: both;
		margin: 0;
	}

}


/**
 * Unified header, a.k.a. DOPS header
 */

/* Services List */
#a8c-dops {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
	z-index: 1000;
	background-color: #222;
	font-size: 14px;
	z-index: 100;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#a8c-dops.dropped {
	height: 150px;
}

#a8c-dops ul {
	margin: 25px auto 0 auto;
	list-style: none;
	max-width: 960px;
}

#a8c-dops ul li a {
	border-radius: 5px;
	text-decoration: none;
	float: left;
	color: #fff;
	width: 210px;
	text-shadow: 0 -1px 0 #000000;
	padding: 20px 14px 20px 15px;
}

#a8c-dops ul li a:before {
	display: block;
	float: left;
	margin-right: 10px;
	font: normal 64px/1 'Automatticons';
	-webkit-font-smoothing: antialiased;
}

#a8c-dops ul li a:hover {
	color: #ac0300;
	background-color: rgba(0, 0, 0, 0.4);
}

#a8c-dops ul li a strong {
	display: block;
	font-size: 14px;
	margin: 0 0 5px 0;
	color: rgba(255, 255, 255, 0.9);
}

#a8c-dops ul li a small {
	display: block;
	font-size: 12px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.8);
}

#a8c-dops ul li:first-child a {
	box-shadow: none;
}

#a8c-dops ul li.wordpresscom strong {
	margin-top: 14px;
}

#a8c-dops ul li.vaultpress strong {
	margin-top: 4px;
}

#a8c-dops ul li.akismet strong {
	margin-top: 4px;
}

#a8c-dops ul li.polldaddy strong {
	margin-top: 7px;
}

#a8c-dops ul li.gravatar strong {
	margin-top: 4px;
}

#a8c-dops a[href*='wordpress.com']:before {
	content: 'W';
	color: #1e8cbe;
}

#a8c-dops a[href*='http://akismet.com']:before {
	content: 'K';
	color: #669419;
}

#a8c-dops a[href*='codepoet.com']:before {
	content: 'C';
}

#a8c-dops a[href*='gravatar.com']:before {
	content: 'G';
	color: #299bc8;
}

#a8c-dops a[href*='intensedebate.com']:before {
	content: 'I';
}

#a8c-dops a[href*='jetpack.me']:before {
	content: 'J';
}

#a8c-dops a[href*='polldaddy.com']:before {
	content: 'P';
	color: #cb2727;
}

#a8c-dops a[href*='vaultpress.com']:before {
	content: 'V';
	color: #ac0300;
}


/* Header */

#unified-header {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
	background: #222;
	height: 50px;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#unified-header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#unified-header.dropped {
	top: 150px;
}

#unified-header nav {
	max-width: 960px;
	display: block;
	margin: 0 auto;
}

#unified-header a {
	color: #fff;
	float: left;
	line-height: 50px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}

#unified-header a:hover {
	background-color: #555;
}

#unified-header a:active {
	box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.5);
}

#unified-header #gr-logo {
	height: 43px;
	line-height: 50px;
	padding-top: 7px;
	font: normal 40px/1 'Automatticons';
	-webkit-font-smoothing: antialiased;
}

#unified-header ul {
	list-style: none;
}

#unified-header .main-nav {
	float: left;
	height: 0;
}

#unified-header .main-nav li {
	position: relative;
	float: left;
}

#unified-header .main-nav li.current a {
	color: #fff;
	background-color: #1e8cbe;
}

#unified-header .main-nav li.current a#gr-logo {
	color: #fff;
	background-color: #1e8cbe;
}

#unified-header .main-nav li.current:first-child a {
}

#unified-header .user-nav {
	float: right;
}

#unified-header .user-nav li {
	float: left;
	color: #fff;
	line-height: 50px;
}

#unified-header .user-nav li.signed-in {
	position: relative;
	padding: 9px 15px;
	margin-left: 10px;
}

#unified-header .user-nav li.signed-in img {
	height: 32px;
	width: 32px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
}

#unified-header .user-nav li.signed-in .sub, #unified-header .user-nav li.super-admin .sub {
	display: none;
	background: #fff;
	position: absolute;
	top: 45px;
	right: 0;
	width: 220px;
	box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-background-clip: padding-box;
}

#unified-header .user-nav li.signed-in .sub li, #unified-header .user-nav li.super-admin .sub li  {
	float: none;
}

#unified-header .user-nav li.signed-in .sub li a, #unified-header .user-nav li.super-admin .sub li a {
	float: none;
	display: block;
	color: #333;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
}

#unified-header .user-nav li.signed-in .sub li a:hover, #unified-header .user-nav li.super-admin .sub li a:hover {
	color: #fff;
	background-color: #1e8cbe;
}

#unified-header .user-nav li.signed-in .sub li a:active, #unified-header .user-nav li.super-admin .sub li a:active {
	background-color: #888;
}

#unified-header .user-nav li.signed-in .sub li:last-child, #unified-header .user-nav li.super-admin .sub li:last-child {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-background-clip: padding-box;
}

#unified-header .user-nav li.signed-in .sub li:last-child a, #unified-header .user-nav li.super-admin .sub li:last-child a {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-background-clip: padding-box;
}

#unified-header .user-nav li.signed-in:hover, #unified-header .user-nav li.super-admin:hover {
	color: rgba(0, 0, 0, 0.8);
	background-color: #fff;
}

#unified-header .user-nav li.signed-in:hover .sub, #unified-header .user-nav li.super-admin:hover .sub {
	display: block;
}

#unified-header .user-nav li.super-admin {
	position: relative;
	padding: 0px 15px 15px 15px;
	margin-left: 10px;
}

#unified-header #wpcc-sign-in {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
	padding: 3px;
	line-height: 100%;
	position: relative;
	top: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
}

#unified-header #wpcc-sign-in:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#unified-header #wpcc-sign-in .wpcom {
	padding: 3px 10px;
	float: left;
	cursor: pointer;
	line-height: 32px;
	margin: -3px 5px -3px -3px;
	color: rgba(255, 255, 255, 0.8);
	-webkit-font-smoothing: antialiased;
}

#unified-header #wpcc-sign-in .wpcom:before {
	font: normal 24px/1 'Automatticons';
	content: 'W';
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
	left: -2px;
	-webkit-font-smoothing: antialiased;
}

#unified-header #wpcc-sign-in .wpcom:hover {
	color: #fff;
}

#unified-header #wpcc-sign-in .button {
	float: right;
	line-height: 30px;
	background: #1e8cbe;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	border: 1px solid rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.4);
}

#unified-header #wpcc-sign-in .button:hover {
	background-color: #219cd4;
	border: 1px solid #145b7c;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
}

#unified-header #wpcc-sign-in .button:active {
	background-color: #176c92;
	border-color: #104b66;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

#unified-header #wpcc-sign-in:hover {
	background: rgba(255, 255, 255, 0.2);
}

#unified-header #wpcc-sign-in.active {
	background: rgba(0, 0, 0, 0.9);
	box-shadow: inset 0 1px 3px #000000, 0 1px 0 rgba(255, 255, 255, 0.2);
}

#unified-header #wpcc-sign-in.active .wpcom {
	color: #fff;
}

#responsive-menu-button {
	display: none;
	overflow: hidden;
}

/* Responsive */

@media only screen and ( max-width: 500px ) {

	#unified-header #wpcc-sign-in span.wpcom span,
	#unified-header .user-email {
		display: none;
	}

}

@media only screen and ( max-width: 750px ) {

	#dops-header nav {
		width: 100%;
	}
	
	.profile-misc {
		display: none;
	}

	#unified-header .user-nav li.signed-in {
		margin-left: 0;
	}

	#unified-header a#responsive-menu-button {
		display: block;
		width: 32px;
		height: 50px;
		padding: 0 20px;
		overflow: hidden;
	}
	
	#unified-header a#responsive-menu-button:hover {
		background: #47b6e9;
	}
	
	#responsive-menu-button:before {
		content: '\f419';
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font: normal 32px/1 'Noticons';
		position: relative;
		top: 10px;
	}
	
	.main-nav.dropped {
		width: 100%;
	}
	
	.main-nav li:not(:first-of-type) {
		width: 100%;
		opacity: 0;
		position: absolute;
		background: rgba(34,34,34,0.9);
		z-index: 300;
		top: -270px;
	}
	
	.main-nav.dropped li:not(:first-of-type) {
		opacity: 1;
		top: 0px;
	}
	
	.main-nav li:not(:first-of-type) a {
		box-sizing: border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width: 100%;
	}

	.user-nav {
		position: absolute;
		right: 0;
	}

	/* DOPS services */
	#a8c-dops ul li a {
		width: 25%;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 12px;
		text-align: center;
	}

	#a8c-dops ul li a strong {
		margin-top: 0 !important;
		font-size: 12px;
		font-weight: normal;
	}

	#a8c-dops ul li a:before {
		float: none;
		margin-right: 0px;
		font: normal 48px/1 "Automatticons";
	}

	#a8c-dops ul li a small {
		display: none;
	}

}





