@charset "UTF-8";
/* ---------------------------------------------------------------
------------------------------------------------------------------
	DO NOT EDIT STYLES.CSS
	It is autogenerated.

	Project:		Ubuntu Front-End
	Author:			Web Team at Canonical Ltd
	Last edited by: Richard McCartney
	Last edited on: 02/10/2014

	CONTENTS:
	-----------------------------------------------------------------
	
	@section header
	@section homepage
	@section Footer
	@section Tabbed menu in accordion mode (TODO: WIP)
	@section Taleo

	@section Medium / Tablet viewport
	@section Large / Desktop viewport

	Rounded corners
	-----------------------------------------------------------------
	@include rounded_corners(top-left top-right bottom-right bottom-left);
		examples
		@include rounded_corners(0 0 4px 4px); rounded bottoms
		@include rounded_corners(4px); all corners rounded

	Base grid sass, this lives in /sites/core/static/core-grid.scss
	-----------------------------------------------------------------
	$base: 			16;
	$column_width:	( 60 / $base )em;
	$gutter_width: 	( 20 / $base )em;
	$grid_column: 	( 57 / $base )em; nested columns
	$grid_gutter: 	( 18 / $base )em;

	Available grid widths
	-----------------------------------------------------------------
	$one_col - $twelve_col

	Using these enables us to give individual elements specific widths without adding a static width:

	padding: $gutter_width;
	width: $twelve_col - ( 2 * $gutter_width );

	Colour definitiions are in /sites/core/static/core-constants.scss
	-----------------------------------------------------------------
	$ubuntu_orange:			#dd4814; ubuntu orange (used for text links also on any site except canonical)
	$canonical_aubergine:	#772953; @warmcanonical aubergine
	$light_aubergine:		#77216f; light aubergine (consumer)
	$mid_aubergine:			#5e2750; mid aubergine (both)
	$dark_aubergine:		#2c001e; dark aubergine (enterprise)
	$warm_grey:				#aea79f; warm grey
	$cool_grey:				#333333; cool grey
	$light_grey:			#f7f7f7; light grey

	Notifications
	$error:					#df382c; red
	$warning:				#eca918; yellow
	$success:				#38b44a; green
	$information:			#19b6ee; cyan

	Colour coded status - from negative to positive (icon: canonical circle)
	$status_red:			#df382c; red, for status that require immediate attention
	$status_grey:			#aea79f; grey, for disabled status or ones that don’t require attention
	$status_yellow:			#efb73e; yellow, for status that require attention
	$status_blue:			#19b6ee; blue, for status that don’t require action
	$status_green:			#38b44a; green, for positive status

	misc colours
	$box_solid_grey:		#efefef;

	$link_color:			$ubuntu_orange; This is the global link color, mainly used for links in content

	Notes:
	-----------------------------------------------------------------
	Using '.yui3-js-enabled' for CSS with JS enabled as it's there for free atm, be nice to have just js-enabled as a class.

-----------------------------------------------------------------
-------------------------------------------------------------- */
/**
 * Ubuntu Patterns Stylesheet
 *
 * The CSS file required by Ubuntu patterns page
 * 
 * @project		Ubuntu Patterns
 * @author		Web Team at Canonical Ltd
 * @copyright	2012 Canonical Ltd
 *
 * @see 		http://design.ubuntu.com
 */
/**
 * standard colors
 *
 * @colordef standard colors
 */
/* ubuntu orange (used for text links also on any site except canonical) */
/* used as background on pre text */
/* canonical aubergine */
/* light aubergine (consumer) */
/* mid aubergine (both) */
/* dark aubergine (enterprise) */
/* warm grey */
/* cool grey */
/* light grey */
/* notifications */
/* red */
/* yellow */
/* green */
/* cyan */
/* colour coded status - from negative to positive (Icon: canonical circle) */
/* red, for status that require immediate attention */
/* grey, for disabled status or ones that don’t require attention */
/* yellow, for status that require attention */
/* blue, for status that don’t require action */
/* green, for positive status */
/* misc colours */
/* This is the global link color, mainly used for links in content */
/* blog colours */
/* grid variables */
/**
 * mixins
 *
 * @section mixins
 */
/* @section global
-------------------------------------------------------------- */
a:link, a:visited {
  color: #772953;
}

#main-content .row-hero {
  padding-top: 40px;
}

.inner-wrapper {
  border-bottom: 1px solid #d4d7d4;
}

body .search #main-content article {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #aea79f;
}
body .single .post-tags {
  font-size: 13px;
}
body sup {
  vertical-align: super;
}

/* @section header
-------------------------------------------------------------- */
header.banner {
  -moz-box-shadow: 0 2px 2px -2px #5e2750 inset;
  -webkit-box-shadow: 0 2px 2px -2px #5e2750 inset;
  box-shadow: 0 2px 2px -2px #5e2750 inset;
  float: left;
  background-color: #772953;
}
header.banner .logo-ubuntu,
header.banner .nav-primary.nav-right .logo-ubuntu {
  min-width: 166px;
  padding-top: 10px;
  background: transparent;
  background-image: url("../../img/logo.png");
  background-image: url("../../img/logo.svg"), none;
  background-repeat: no-repeat;
  background-position: 0 15px;
  background-size: 130px 19px;
}
header.banner .logo-ubuntu span,
header.banner .nav-primary.nav-right .logo-ubuntu span {
  font-weight: 300;
  position: relative;
  top: 1px;
  float: left;
  padding-right: 20px;
  padding-left: 140px;
}
header.banner .nav-primary {
  position: relative;
  overflow: visible;
}
header.banner .nav-primary.active {
  border: none;
}
header.banner .nav-primary li ul li a:link,
header.banner .nav-primary li ul li a:visited {
  width: 100%;
}
header.banner .nav-primary li ul li:first-of-type a:link {
  padding: 8px 10px;
}
header.banner .nav-primary ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 0;
  float: left;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  border-right: none;
}
header.banner .nav-primary ul li {
  font-size: 1em;
  float: left;
  margin: 0;
  list-style-image: none;
  vertical-align: bottom;
  text-indent: 0;
}
header.banner .nav-primary ul li ul {
  display: block;
}
header.banner .nav-primary ul li:hover ul:after {
  display: none;
}
header.banner .nav-primary ul ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 0;
  float: left;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
}
header.banner .nav-primary ul ul li {
  float: left;
  width: 50%;
  border: 0;
  border-right: none;
  border-left: none;
}
header.banner .nav-primary ul ul a,
header.banner .nav-primary ul ul a:active,
header.banner .nav-primary ul ul a:hover,
header.banner .nav-primary ul ul a:visited,
header.banner .nav-primary ul ul a:link {
  border-left: none;
  width: 100%;
}
header.banner .nav-primary ul ul a:hover {
  color: #77216f;
}
header.banner .nav-primary ul ul:last-child {
  border-right: 0;
}
header.banner .nav-primary .topics {
  font-size: 90%;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  text-indent: 0;
  text-transform: none;
  color: #808080;
  border-left: none;
  border-right: none;
  display: block;
}
header.banner .nav-primary .topics > a {
  color: #808080;
  -moz-box-shadow: inset 0px -1px 0 #d4d7d4;
  -webkit-box-shadow: inset 0px -1px 0 #d4d7d4;
  box-shadow: inset 0px -1px 0 #d4d7d4;
}
header.banner .nav-primary .topics > a:hover {
  cursor: default;
  background: none;
}
header.banner .nav-primary .topics ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #d4d7d4;
  border-bottom: 1px solid #d4d7d4;
}
header.banner .nav-primary .topics ul li a, header.banner .nav-primary .topics ul li:first-of-type a {
  font-size: 14px;
  width: 100%;
  padding: 8px 10px;
  color: #333;
}
header.banner .nav-primary .topics ul li a:hover, header.banner .nav-primary .topics ul li:first-of-type a:hover {
  cursor: pointer;
  background: #f8f8f8;
}
header.banner .nav-primary .topics ul li:nth-child(2n) {
  border-right: none;
}
header.banner .nav-primary #nav-archives {
  position: absolute;
  right: 0;
  float: right;
  border-bottom: 1px solid #d4d7d4;
}
header.banner nav.nav-primary ul li ul {
  display: block;
}

header.banner nav.nav-primary ul.active {
  -moz-box-shadow: inset 0px -1px 0 #d4d7d4;
  -webkit-box-shadow: inset 0px -1px 0 #d4d7d4;
  box-shadow: inset 0px -1px 0 #d4d7d4;
  background: #f0f0f0;
}
header.banner nav.nav-primary ul.active li ul {
  display: block;
}
header.banner nav.nav-primary ul.active li ul li {
  border-left: none;
}
@media only screen and (max-width: 768px) {
  header.banner nav.nav-primary ul.active li ul li a {
    padding: 8px 10px;
  }
}
header.banner nav.nav-primary .header-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header.banner nav.nav-primary .header-search.active {
  padding: 10px;
}
header.banner nav.nav-primary .header-search input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 2px rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 2px rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 2px rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.4);
  height: 38px;
  border-radius: 4px;
}

/* @section homepage
-------------------------------------------------------------- */
/* @section posts
-------------------------------------------------------------- */
.single-post .avatar {
  max-width: 56px;
}

.tags,
.tags a:link,
.tags a:visited {
  font-size: 0.92308em;
  margin: 0 0 5px 0;
  padding: 0;
  color: #aea79f;
}

.post-author {
  font-size: 16px;
  margin-bottom: 0;
}

.post-date,
#comments time {
  font-size: 13px;
  margin-bottom: 0px;
  color: #aea79f;
}

.post-comments {
  font-size: 13px;
  margin-bottom: 0;
}

.image-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  vertical-align: bottom;
  background-size: 100% 100%;
}
.image-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background: url(../../img/white-squircle.png) no-repeat;
  background-size: 100%;
}

.post .post-date,
.post .image-wrap {
  margin-bottom: 10px;
}

.row:last-of-type {
  border-bottom: 0;
}

#share-links {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #aea79f;
}
#share-links h3 {
  font-size: 13px;
  color: #aea79f;
}

#social-links {
  margin-left: -8px;
}
#social-links li {
  display: inline;
  float: left;
  clear: none;
  width: auto;
  margin-left: 8px;
  text-indent: -999em;
}
#social-links li a {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-image: url("../../img/icons/icon-social-author.svg");
  background-repeat: no-repeat;
  -moz-background-size: 144px 48px;
  -webkit-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
}
#social-links li a.social-launchpad {
  background-position: 0 0;
}
#social-links li a.social-launchpad:hover {
  background-position: 0 -24px;
}
#social-links li a.social-email {
  background-position: -24px 0;
}
#social-links li a.social-email:hover {
  background-position: -24px -24px;
}
#social-links li a.social-twitter {
  background-position: -48px 0;
}
#social-links li a.social-twitter:hover {
  background-position: -48px -24px;
}
#social-links li a.social-google {
  background-position: -72px 0;
}
#social-links li a.social-google:hover {
  background-position: -72px -24px;
}
#social-links li a.social-facebook {
  background-position: -96px 0;
}
#social-links li a.social-facebook:hover {
  background-position: -96px -24px;
}
#social-links li a.social-rss {
  background-position: -120px 0;
}
#social-links li a.social-rss:hover {
  background-position: -120px -24px;
}

body.author .avatar {
  float: left;
}
body.author .bio {
  margin-left: 0;
  float: left;
  width: 100%;
}
body.author .bio h2 {
  font-size: 21px;
}
body.author .bio .location {
  font-weight: 300;
  padding-left: 14px;
  color: #ada79f;
  background: url("../../img/location_bg.png") no-repeat scroll 0 45% transparent;
}
body.author .description {
  margin-top: 200px;
}

li #comment-form li {
  border: 0;
}

#comments h3 {
  font-size: 1.5625em;
  font-weight: 300;
  line-height: 1;
  display: block;
  clear: both;
  padding: .625em 0 .625em 0;
  color: #aea79f;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d7d7d7;
  border-image: none;
}
#comments button,
#comments input[type='submit'] {
  background-color: #5f193e;
  background-image: linear-gradient(#772953, #5f193e);
}
#comments button:hover,
#comments input[type='submit']:hover {
  background: #511c39;
}
#comments .reply a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 4px 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background-color: #772953;
  background-image: linear-gradient(#772953, #5f193e);
}
#comments .reply a:hover {
  background: #511c39;
}

.has-related #comments h3#add-comment {
  border: 0 none;
}

#cancel-comment-reply-link {
  margin-left: 10px;
}

.comment-meta cite {
  font-style: normal;
}
.comment-meta time {
  font-weight: 300;
  line-height: 1.2;
  float: left;
  clear: both;
}

.comment-list {
  margin-bottom: 0;
  margin-left: 0;
}
.comment-list li {
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 0;
}
.comment-list li > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding: 1.5em 0 0;
  border-bottom: 1px solid #d7d7d7;
}
.comment-list li img.avatar {
  float: left;
  margin-bottom: 10px;
}
.comment-list .author-comment {
  background-color: #f7f7f7;
}
.comment-list cite {
  float: left;
  clear: both;
  width: 100%;
}
.comment-list cite a {
  color: #333;
}
.comment-list cite a:hover {
  color: #772953;
}

.comment-content div blockquote {
  font-style: italic;
  color: #ada79f;
}
.comment-content ul {
  margin-bottom: .625em;
  margin-left: 20px;
}
.comment-content ul li {
  margin-bottom: 0;
  padding-left: 0;
  border: 0 none;
}

.wp-temp-form-div {
  display: block !important;
  background: #333;
}

#respond,
#add-comment {
  margin-bottom: 0;
}

#post-trackbacks li {
  padding: 0 20px;
}

/* @section archive
-------------------------------------------------------------- */
.filter {
  display: none;
  margin: 0;
  float: left;
}

.filter-toggle {
  background-image: url("//assets.ubuntu.com/sites/ubuntu/latest/u/img//arrow_down_9fa097.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  -moz-background-size: 13px 13px;
  -webkit-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  background-size: 13px 13px;
  clear: none;
  position: relative;
  width: 100%;
  margin: -10px -10px 0;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px dotted #888;
  top: -10px;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: .05em;
  font-weight: normal;
  color: #888;
  float: left;
}

.ui-accordion {
  width: 100%;
  margin: 0;
  display: inline-block;
  padding: 0 10px;
  margin: 0 -10px 20px;
  border-bottom: 1px dotted #aea79f;
}
.ui-accordion h3 {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
  border-top: 1px dotted #aea79f;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  margin: 0 -10px;
  padding: 0 10px 10px;
}
.ui-accordion h3:first-of-type {
  border-top: none;
  margin-top: -10px;
}
.ui-accordion h3 + div {
  display: block;
}
.ui-accordion .ui-icon {
  position: absolute;
  top: 15px;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(../../img/icon-accordion-inactive.png) 0 0 no-repeat transparent;
  display: none;
}
.ui-accordion .ui-state-active .ui-icon {
  background-image: url(../../img/icon-accordion-active.png);
}
.ui-accordion li {
  line-height: 1.3;
  margin-bottom: 12px;
  padding: 0;
  list-style: none;
  border: 0;
}
.ui-accordion li a {
  font-size: 13px;
}

.results-list li {
  margin-bottom: 50px;
}

/* @section footer
-------------------------------------------------------------- */
footer.global {
  padding-top: 0;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer.global .row {
  padding: 20px 0 0;
  border-bottom: none;
}
footer.global .two-col {
  display: inline-block;
  float: left;
  width: 46%;
  min-height: 200px;
}
footer.global h2 {
  padding-bottom: .75em;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #aea79f;
}
footer.global nav .canonlist ul li {
  display: inline;
  float: left;
  width: 48%;
  min-height: 0;
}
footer.global li {
  margin-bottom: .5em;
}
footer.global ul.inline {
  margin-top: 5px;
}
footer.global ul.inline li {
  line-height: 1;
  display: inline;
  float: left;
}
footer.global ul.inline li:after {
  margin: 0 5px;
  content: '•';
  vertical-align: middle;
  color: #aea79f;
}
footer.global ul.inline li:last-child {
  width: auto;
}
footer.global a {
  color: #333333;
}
footer.global .legal {
  background: none;
}
footer.global .legal.has-cookie {
  /* if the cookie message is being displayed add padding so the legal links are still visible */
  padding-bottom: 70px;
}
footer.global .list-social li {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  text-indent: -999em;
}
footer.global .list-social li a {
  display: block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background-image: url("../../img/icons/icon-social.png");
  background-image: url("../../img/icons/icon-social.svg"), none;
  background-repeat: no-repeat;
}
footer.global .list-social li a#item-twitter {
  background-position: 0 0;
}
footer.global .list-social li a#item-google {
  background-position: -45px 0;
}
footer.global .list-social li a#item-facebook {
  background-position: -90.5px 0;
}
footer.global .list-social li a#item-canonical {
  background-position: -135px 0;
}
footer.global .list-social li a#item-twitter:hover {
  background-position: 0 -45px;
}
footer.global .list-social li a#item-google:hover {
  background-position: -45px -45px;
}
footer.global .list-social li a#item-facebook:hover {
  background-position: -90.5px -45px;
}
footer.global .list-social li a#item-canonical:hover {
  background-position: -135px -45px;
}

.legal-inner {
  float: none;
  clear: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-wrapper.strip-light {
  -moz-box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4);
  background: none;
}

footer #nav-global h2 {
  color: #aea79f;
}
footer #nav-global li ul {
  width: 100%;
}

.yes-js #additional-info {
  display: block;
  width: 100%;
  min-height: 0;
  margin-bottom: -2px;
  padding: 0;
}
.yes-js #additional-info h2 {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 -10px;
  padding: 8px 10px .8em;
  border-top: 1px solid #d4d7d4;
  border-bottom: 1px solid #d4d7d4;
}
.yes-js #additional-info h2:before {
  -moz-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  content: '';
  background-image: url("../../img/external-link.png");
  background-image: url("../../img/external-link.svg");
  background-repeat: no-repeat;
}
.yes-js #additional-info h2 span {
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: inline-block;
  float: right;
  clear: none;
  width: 13px;
  height: 13px;
  margin-left: 6px;
  background-image: url("../../img/arrow_down_9fa097.svg");
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.yes-js #additional-info h2.active span {
  background-image: url("../../img/arrow_up_9fa097.svg");
  background-position: 0 0;
}
.yes-js #additional-info div {
  display: none;
  height: 0;
}
.yes-js #additional-info div.active {
  display: block;
  height: auto;
  margin-right: -10px;
  margin-left: -10px;
}
.yes-js #additional-info div.active ul {
  display: block;
  float: left;
  width: 100%;
  margin: 0 -20px 0 0;
  padding: 0;
}
.yes-js #additional-info div.active li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #d4d7d4;
}
.yes-js #additional-info div.active li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1 em;
  margin-bottom: 0.75 em;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  text-align: left;
  white-space: normal;
  border-bottom: 1px solid #d4d7d4;
}

.cookie-policy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 10px;
  color: #fff;
  background: #333;
}
.cookie-policy .wrapper {
  width: auto;
  background: transparent;
}
.cookie-policy p {
  font-size: 13px;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 8px 0;
}
.cookie-policy a {
  color: #dd4814;
}
.cookie-policy .link-cta {
  -moz-background-size: 16px 15px;
  -webkit-background-size: 16px 15px;
  -o-background-size: 16px 15px;
  background-size: 16px 15px;
  font-size: 1em;
  display: block;
  float: right;
  width: 16px;
  height: 15px;
  margin-top: 12px;
  margin-right: -20px;
  padding: 0;
  text-decoration: none;
  text-indent: -999em;
  color: #fff;
  background-image: url("../../img/close.png");
  background-repeat: no-repeat;
}

.no-svg header.banner .logo-ubuntu,
.no-svg header.banner .nav-primary.nav-right .logo-ubuntu {
  background-image: url("../../img/logo.png");
}
.no-svg header.banner .logo-ubuntu img,
.no-svg header.banner .nav-primary.nav-right .logo-ubuntu img {
  left: 0;
  top: 15px;
}
.no-svg .yes-js #additional-info h2:before {
  background-image: url("../../img/external-link.png");
}
.no-svg footer.global .list-social li a {
  background-image: url("../../img/icons/icon-social.png");
}

/* @section Medium / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  header.banner .nav-primary ul {
    border-left: 1px solid #642246;
    border-right: 1px solid #9d366d;
    width: auto;
  }
  header.banner .nav-primary ul li {
    border: none;
  }
  header.banner .nav-primary ul li ul {
    -moz-box-shadow: 0 2px 2px -1px #777;
    -webkit-box-shadow: 0 2px 2px -1px #777;
    box-shadow: 0 2px 2px -1px #777;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px solid #d5d5d5;
    display: none;
    float: none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    top: 51px;
    width: 200px;
  }
  header.banner .nav-primary ul li ul li {
    width: 100%;
  }
  header.banner .nav-primary ul li a:link,
  header.banner .nav-primary ul li a:active,
  header.banner .nav-primary ul li a:visited {
    border-left: 1px solid #9d366d;
    border-right: 1px solid #642246;
  }
  header.banner .nav-primary ul li:last-child {
    border-right: 1px solid #642246;
    border-left: 1px solid #642246;
  }
  header.banner .nav-primary ul li a:hover {
    background: #923266;
    border-right: 1px solid #923266;
  }
  header.banner .nav-primary ul li:last-child {
    border: none;
  }
  header.banner .nav-primary ul li:hover ul:after {
    background: url("//assets.ubuntu.com/sites/ubuntu/latest/u/img/patterns/arrow-up-smaller.png") no-repeat;
    content: '';
    display: block;
    height: 8px;
    left: 20px;
    position: relative;
    top: -13px;
    width: 200px;
    z-index: 999;
  }
  header.banner .nav-primary ul .topics {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
  header.banner .nav-primary ul .topics:hover {
    background: #923266;
  }
  header.banner .nav-primary ul .topics > a:link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
  }
  header.banner .nav-primary ul .topics ul li {
    border-right: none;
    border-bottom: none;
  }
  header.banner .nav-primary ul .topics ul li a:hover, header.banner .nav-primary ul .topics ul li:first-of-type a:hover {
    background: none;
    color: #772953;
  }
  header.banner .nav-primary ul #nav-archives {
    position: relative;
    border-bottom: none;
  }
  header.banner nav.nav-primary ul li ul {
    display: none;
  }
  header.banner nav.nav-primary ul li a:link {
    border-left: 1px solid #9d366d;
  }
  header.banner nav.nav-primary ul li ul li a:link {
    border-left: none;
  }
  header.banner nav.nav-primary ul .topics ul li {
    border-right: none;
    border-bottom: none;
  }
  header.banner nav.nav-primary ul .topics ul li a:hover, header.banner nav.nav-primary ul .topics ul li:first-of-type a:hover {
    background: none;
  }

  #comments h3 {
    padding-left: 20px;
  }

  .comment-list li > div {
    padding-right: 20px;
    padding-left: 20px;
  }

  /* @section archives
  -------------------------------------------------------------- */
  .filter {
    display: block;
  }

  .filter-toggle {
    display: none;
  }

  .ui-accordion h3 + div {
    display: none;
  }

  /* @section homepage
  -------------------------------------------------------------- */
  footer #nav-global {
    display: none;
  }
  footer #nav-global div {
    display: none;
  }
  footer #nav-global h2 {
    color: #aea79f;
  }
  footer #nav-global .nav-global-wrapper ul {
    margin-left: 10px;
  }
  footer #nav-global .nav-global-wrapper ul ul {
    margin-left: 0;
  }

  .legal-inner {
    float: none;
    clear: none;
    margin: 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .footer-wrapper.strip-light {
    padding-top: 10px;
  }

  footer.global .two-col {
    display: inline-block;
    width: 14.89361%;
    min-height: 0;
  }

  .yes-js #additional-info {
    float: right;
    width: 18%;
    min-height: inherit;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .yes-js #additional-info div {
    display: block;
    height: auto;
  }
  .yes-js #additional-info h2 {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: inherit;
    margin-left: 0;
    padding: inherit;
    padding-bottom: .75em;
    border: 0;
  }
  .yes-js #additional-info h2 span {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  header.banner nav.nav-primary .header-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 4px;
  }
  header.banner nav.nav-primary .header-search input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    border-radius: 4px;
    background: #481e3d;
    box-shadow: none;
    border-bottom: 1px solid #77216f;
  }
  header.banner nav.nav-primary .header-search input[type="search"]:focus {
    background-color: #281122;
  }
  header.banner nav.nav-primary .header-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.banner nav.nav-primary .header-search input[type='search'],
  header.banner nav.nav-primary .header-search input[type='text'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    border-radius: 4px;
    background: #481e3d;
    box-shadow: none;
    border-bottom: 1px solid #77216f;
  }
  header.banner nav.nav-primary .header-search input[type='search']:focus,
  header.banner nav.nav-primary .header-search input[type='text']:focus {
    background-color: #281122;
  }
}
/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  /* get the desktop typography back in */
  h1 {
    font-size: 2.8125em;
  }

  h2 {
    font-size: 2em;
    margin-bottom: .375em;
  }

  h3 {
    font-size: 1.438em;
    margin-bottom: .522em;
  }

  h4 {
    font-size: 1em;
    margin-bottom: .75em;
  }

  h5 {
    font-size: 1em;
  }

  p,
  li,
  code,
  pre {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: .75em;
  }

  header.banner {
    margin-bottom: 20px;
  }

  footer .row {
    width: 984px;
    margin: 0 auto;
  }

  footer.global .row {
    padding-right: 40px;
    padding-left: 40px;
  }
  footer.global .legal {
    background: none;
  }
  footer.global .legal p,
  footer.global .legal ul {
    padding-left: 40px;
  }
}
