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

  Project:		Ubuntu Front-End
  Author:			Web Team at Canonical Ltd
  Last edited by:
  Last edited on:

    CONTENTS:
  -----------------------------------------------------------------
  @section import scss files
  @section header

  @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; canonical 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 */
/* grid variables */
/**
 * mixins
 *
 * @section mixins
 */
/*	@section import scss files
import all the scss and css files in the order they should be combined.
core scss files are in /sites/core/static/css
-------------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

/*scaleIn*/
@keyframes scaleIn {
  0% {
    background-size: 0%; }
  100% {
    background-size: 100%; } }

@-moz-keyframes scaleIn {
  0% {
    background-size: 0%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes scaleIn {
  0% {
    background-size: 0%; }
  100% {
    background-size: 100%; } }

/*scaleInPop*/
@keyframes scaleInPop {
  0% {
    background-size: 0%; }
  60% {
    background-size: 100%; }
  100% {
    background-size: 90%; } }

@-moz-keyframes scaleInPop {
  0% {
    background-size: 0%; }
  60% {
    background-size: 100%; }
  100% {
    background-size: 90%; } }

@-webkit-keyframes scaleInPop {
  0% {
    background-size: 0%; }
  60% {
    background-size: 100%; }
  100% {
    background-size: 90%; } }

/*rotateIn*/
@keyframes rotateIn {
  0% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(0deg); } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform: rotate(-45deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

.inner-wrapper {
  padding-bottom: 0px; }

.feature-one {
  padding-top: 0; }

.feature-two {
  margin-bottom: 0px; }

#context-footer div.twelve-col {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .inner-wrapper {
    padding-bottom: 0;
    padding-top: 0; }
  .feature-one {
    padding-top: 0; }
  .feature-two {
    margin-bottom: 20px; }
  #context-footer div.twelve-col {
    margin-bottom: 20px; } }

.video-container {
  padding-bottom: 48%; }

.hide {
  display: none; }

.row.strip-dark .combined-list ul,
.row.strip-dark .combined-list div {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.row.strip-dark .combined-list .last-col {
  margin-bottom: 20px; }

.row.strip-dark .combined-list li.last-item {
  border-bottom: 0;
  padding-bottom: 0; }

@media only screen and (min-width: 768px) {
  .row.strip-dark .combined-list ul,
  .row.strip-dark .combined-list div {
    margin-bottom: 20px; }
  .row.strip-dark .combined-list li.last-item {
    border-bottom: 0;
    padding-bottom: 0; }
  /*
  alternative to row-image-centered
  requires equal-height class on row
  add align-vertically to the div containing the image
  http://caniuse.com/transforms2d
*/
  .align-vertically {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .align-vertically img,
    .align-vertically div,
    .align-vertically ul {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

/*	@section header
-------------------------------------------------------------- */
header.banner .logo-ubuntu span {
  float: left;
  font-weight: 300;
  padding-left: 113px;
  padding-right: 20px;
  position: relative;
  top: 6px; }

header.banner .nav-primary ul li {
  border-right: 0;
  width: 100%; }
  header.banner .nav-primary ul li:nth-last-child(-n+2) a:link,
  header.banner .nav-primary ul li:nth-last-child(-n+2) a:visited {
    border-bottom: 1px solid #d4d7d4; }

@media only screen and (min-width: 768px) {
  header.banner .nav-primary ul li {
    border-right: 1px solid #d4d7d4;
    width: 50%; }
    header.banner .nav-primary ul li:nth-last-child(-n+2) a:link,
    header.banner .nav-primary ul li:nth-last-child(-n+2) a:visited, header.banner .nav-primary ul li:last-child,
    header.banner .nav-primary ul li:last-child a {
      border-bottom: 0; } }

@media only screen and (min-width: 769px) {
  header.banner .nav-primary ul li {
    border-right: 0;
    width: auto; } }

/*
 * Cookie policy style updates
 * To be updated in core-patterns
 */
footer.global .legal.has-cookie {
  /* if the cookie message is being displayed add padding so the legal links are still visible */
  padding-bottom: 70px; }

.cookie-policy {
  -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);
  background-color: #fae4dc;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .cookie-policy .wrapper {
    background: transparent; }
  .cookie-policy p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 8px 10px;
    width: 100%; }
  .cookie-policy .link-cta {
    background-image: url(https://assets.ubuntu.com/sites/ubuntu/latest/u/img/icons/close-orange.svg);
    background-repeat: no-repeat;
    color: #fff;
    float: right;
    font-size: 1em;
    height: 15px;
    margin: 12px 10px;
    margin-top: 12px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 16px; }

html.no-svg .cookie-policy .link-cta,
html.opera-mini .cookie-policy .link-cta {
  background-image: url(https://assets.ubuntu.com/sites/ubuntu/latest/u/img/icons/close-orange.png); }

html.opera-mini .cookie-policy {
  position: relative;
  top: 0; }

/* @section strips
-------------------------------------------------------------- */
.strip #context-footer {
  padding: 0; }
  .strip #context-footer h3 {
    font-size: 1.438em;
    font-weight: 300;
    margin-bottom: .522em; }
  .strip #context-footer hr {
    display: none; }

.strip-dark,
.strip-light {
  clear: both; }

.strip-dark {
  background-color: #2c001e;
  background-image: url("https://assets.ubuntu.com/v1/62d597f6-background-grid.png");
  background-repeat: repeat;
  color: #fff; }

.strip-dark.solid {
  background-image: none;
  background-color: #2c001e; }

.strip-light {
  background-color: rgba(255, 255, 255, 0.6); }

.strip-logos {
  background-color: #fff; }

.strip-light ul,
.strip-light ol {
  margin: 0;
  padding: 0; }

.strip-dark ol,
.strip-dark ul {
  padding: 20px 0; }

@media only screen and (min-width: 984px) {
  .strip-dark,
  .strip-light,
  .strip {
    width: 100%;
    display: block; } }

/* @section partner programmes: hardware
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .programmes-hardware .row-get-ahead {
    overflow: hidden; }
    .programmes-hardware .row-get-ahead img {
      position: absolute;
      top: 110px;
      left: 660px; } }

/* @section partner programmes: retail
-------------------------------------------------------------- */
.programmes-retail .box img {
  float: left;
  margin: 10px 0;
  max-height: 100px;
  max-width: 250px; }

/* @section logos
-------------------------------------------------------------- */
ul.inline-logos li img {
  height: auto;
  max-height: 65px;
  max-width: 230px; }

/* @section find a partner
-------------------------------------------------------------- */
.find-a-partner .search {
  background-image: url("https://assets.ubuntu.com/v1/5099cfac-image-footer-search.svg");
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #aea79f;
  box-sizing: border-box;
  height: 36px;
  padding: 0 0 0 35px; }

.find-a-partner .search:focus {
  border-color: #dd4814; }

.find-a-partner .prioritisedResults li.last-item,
.find-a-partner .prioritisedResults li:last-of-type {
  margin-bottom: 20px; }

.find-a-partner .results .hide {
  display: none; }

.find-a-partner .results .twelve-col .two-col,
.find-a-partner .results .nine-col .two-col {
  float: left;
  margin-right: 2.97176%;
  width: 30%; }

.find-a-partner .results .twelve-col .seven-col,
.find-a-partner .results .nine-col .seven-col {
  float: left;
  margin-bottom: 0;
  width: 66%; }

.find-a-partner .partner {
  display: table;
  table-layout: fixed;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }
  .find-a-partner .partner div {
    display: table-cell;
    vertical-align: top;
    width: 66.9%; }
    .find-a-partner .partner div h4 {
      margin-bottom: 0; }
  .find-a-partner .partner .logo-container {
    padding-right: 20px;
    width: 33%;
    vertical-align: middle; }
    .find-a-partner .partner .logo-container img {
      max-width: 100%; }

html.yui3-js-enabled .find-a-partner .search-panel label {
  font-size: 14px; }

html.yui3-js-enabled .find-a-partner .search-panel .tabbed-content {
  background: none;
  margin-bottom: 8px;
  opacity: 1 !important;
  padding: 8px 0 0 0; }
  html.yui3-js-enabled .find-a-partner .search-panel .tabbed-content ul {
    display: none; }

html.yui3-js-enabled .find-a-partner .search-panel .tabbed-content.open ul {
  display: block; }

/* Find a partner */
.hidden,
.find-a-partner .partner.notSearchMatch,
.find-a-partner .partner.notFilterMatch,
.find-a-partner .partner.matchHide {
  display: none; }

.no-js .search-panel {
  display: none; }

.find-a-partner .search-not-run .partner {
  opacity: 0; }

.no-js .find-a-partner .search-not-run .partner {
  opacity: 1; }

/* @section contextual footer
-------------------------------------------------------------- */
#context-footer div + div {
  width: auto; }

/* @section footer
-------------------------------------------------------------- */
.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);
  background: none;
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4);
  clear: both; }

footer.global {
  background-color: transparent;
  box-shadow: none;
  padding-top: 0; }
  footer.global .row {
    padding: 20px 0 0; }
  footer.global .two-col {
    display: inline-block;
    float: left;
    min-height: 200px;
    width: 46%; }
  footer.global h2 {
    color: #aea79f;
    letter-spacing: .05em;
    padding-bottom: .75em; }
  footer.global nav .canonlist ul li {
    display: inline;
    float: left;
    min-height: 0;
    width: 48%; }
  footer.global li {
    margin-bottom: .5em; }
  footer.global ul.inline li:after {
    color: #aea79f;
    content: "•";
    margin: 0 5px;
    vertical-align: middle; }

footer.global a {
  color: #333333; }

footer.global .legal {
  background-image: 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; }

.legal-inner {
  box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.2);
  clear: both;
  float: left;
  margin: -3px -10px 0;
  overflow: hidden;
  padding: 15px 10px 0;
  width: 100%; }

footer.global ul.inline li:last-child {
  width: auto; }

footer.global ul.inline {
  margin-top: 5px; }

footer.global ul.inline li {
  display: inline;
  float: left;
  line-height: 1; }

.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);
  background: none;
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4); }

footer.global .list-social li {
  display: inline-block;
  height: 45px;
  margin-right: 20px;
  text-indent: -999em;
  width: 45px; }
  footer.global .list-social li a {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden; }
  footer.global .list-social li a {
    background-image: url("https://assets.ubuntu.com/v1/3a7c44e0-icon-social.svg");
    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: -90px 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: -90px -45px; }
  footer.global .list-social li a#item-canonical:hover {
    background-position: -135px -45px; }

footer.global .list-social li:last-child {
  margin-right: 0; }

html.opera-mini footer.global .list-social li a,
html.no-svg footer.global .list-social li a {
  background-image: url("https://assets.ubuntu.com/v1/3a7c44e0-icon-social.svg"); }

html.opera-mini footer #nav-global h2:before,
html.opera-mini footer #additional-info h2:before,
html.no-svg footer #nav-global h2:before,
html.no-svg footer #additional-info h2:before {
  background-image: url("https://assets.ubuntu.com/v1/e1b12fdd-external-link-9fa097.svg?fmt=png"); }

/* @section Footer
-------------------------------------------------------------- */
footer h2 {
  font-size: .8em;
  text-transform: uppercase; }

footer a:link {
  color: #333333; }

.row-contextual-footer .vertical-divider div {
  border-bottom: 1px dotted #aea79f;
  margin-bottom: 10px; }

.row-contextual-footer .vertical-divider .last-col {
  border-bottom: 0;
  margin-bottom: 20px; }

/* @section Tabbed menu in accordion mode (TODO: WIP)
-------------------------------------------------------------- */
html.yui3-js-enabled .tabbed-menu {
  display: none; }

html.yui3-js-enabled .arrow {
  display: none;
  position: absolute;
  visibility: hidden; }

html.yui3-js-enabled .tabbed-content {
  margin-bottom: 8px;
  padding: 8px 8px 0; }
  html.yui3-js-enabled .tabbed-content a {
    border-bottom: 1px dotted #aea79f; }
  html.yui3-js-enabled .tabbed-content.hide {
    display: block;
    opacity: 1 !important; }
  html.yui3-js-enabled .tabbed-content .title {
    display: none; }
  html.yui3-js-enabled .tabbed-content div {
    display: none; }
  html.yui3-js-enabled .tabbed-content .accordion-button {
    background: url("https://assets.ubuntu.com/v1/7a7e0d52-arrow_down_9fa097.png") no-repeat scroll right 3px transparent;
    color: #333333;
    display: block;
    font-size: 16px;
    height: 30px;
    padding-top: 2px;
    width: 100%; }
  html.yui3-js-enabled .tabbed-content.open .accordion-button {
    background-image: url("https://assets.ubuntu.com/v1/43e2b367-arrow_up_9fa097.png");
    margin-bottom: 10px; }
  html.yui3-js-enabled .tabbed-content.open div {
    display: block; }

html.yui3-js-enabled html.yui3-js-enabled.opera-mini .tabbed-content .accordion-button,
html.yui3-js-enabled html.yui3-js-enabled.no-svg .tabbed-content .accordion-button {
  background-image: url("https://assets.ubuntu.com/v1/7a7e0d52-arrow_down_9fa097.png"); }

html.yui3-js-enabled html.yui3-js-enabled.opera-mini .tabbed-content.open .accordion-button,
html.yui3-js-enabled html.yui3-js-enabled.no-svg .tabbed-content.open .accordion-button {
  background-image: url("https://assets.ubuntu.com/v1/43e2b367-arrow_up_9fa097.png"); }

@media only screen and (min-width: 768px) {
  html.yui3-js-enabled footer.global .row {
    padding: 20px 20px 0; }
  html.yui3-js-enabled footer.global .legal {
    padding-left: 0;
    padding-right: 0; }
  html.yui3-js-enabled .tabbed-menu {
    display: block; }
  html.yui3-js-enabled .tabbed-content.hide {
    display: none;
    opacity: 0 !important; }
  html.yui3-js-enabled .tabbed-content .title {
    display: block; }
  html.yui3-js-enabled .tabbed-content div {
    display: block; }
  html.yui3-js-enabled .tabbed-content .vertical-divider div {
    display: table-cell; } }

html.yui3-js-enabled .accordion-button.active {
  background-color: transparent; }

html.yui3-js-enabled.opera-mini .tabbed-content .accordion-button {
  background-image: none;
  margin-bottom: 10px; }

html.yui3-js-enabled.opera-mini .tabbed-content div {
  display: block; }

html.opera-mini .tabbed-content .accordion-button,
html.no-svg .tabbed-content .accordion-button {
  background-image: url("https://assets.ubuntu.com/v1/7a7e0d52-arrow_down_9fa097.png"); }

html.opera-mini .tabbed-content.open .accordion-button,
html.no-svg .tabbed-content.open .accordion-button {
  background-image: url("https://assets.ubuntu.com/v1/43e2b367-arrow_up_9fa097.png"); }

.row-companies ul li {
  padding-left: 20px;
  padding-right: 20px; }

/* @section global nav
-------------------------------------------------------------- */
#nav-global {
  display: none; }

footer #nav-global {
  display: block; }

footer #nav-global div {
  display: none; }

footer #nav-global div.active {
  border-top: 1px solid #d4d7d4;
  display: block;
  margin-top: 10px; }

footer #nav-global h2 {
  letter-spacing: 0; }

footer #nav-global h2 span {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url("https://assets.ubuntu.com/v1/0bb13297-arrow_down_9fa097.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  clear: none;
  display: inline-block;
  float: none;
  height: 13px;
  margin-left: 6px;
  width: 13px; }

footer #nav-global h2.active span {
  background-image: url("https://assets.ubuntu.com/v1/a41d8313-arrow_up_9fa097.svg");
  background-position: 0 0; }

footer #nav-global {
  margin-bottom: 10px;
  margin-top: -4px;
  margin: 0 -10px;
  padding-top: 10px; }
  footer #nav-global .nav-global-wrapper.active {
    float: left;
    margin-bottom: -10px; }
  footer #nav-global footer #nav-global li ul {
    clear: both;
    display: block;
    float: left;
    margin-bottom: -30px;
    overflow: hidden; }
  footer #nav-global li.more {
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
  footer #nav-global li.more a {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -999em; }
  footer #nav-global li.more li a {
    background: none;
    font-size: 14px;
    margin-left: 0;
    text-indent: 0; }
  footer #nav-global h2 {
    border: 0;
    color: #aea79f;
    font-size: .75em;
    letter-spacing: .05em;
    margin: 0;
    padding-bottom: .45em;
    padding: 0 10px 0;
    text-transform: uppercase; }
  footer #nav-global h2:before {
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    background-image: url("https://assets.ubuntu.com/v1/e1b12fdd-external-link-9fa097.svg");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 3px;
    position: relative;
    top: 3px;
    width: 15px; }
  footer #nav-global ul {
    margin: 0;
    padding: 0; }
  footer #nav-global 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;
    border-bottom: 1px solid #d4d7d4;
    color: #333;
    display: block;
    float: left;
    overflow: hidden;
    padding: 8px 10px;
    text-align: left;
    white-space: normal;
    width: 100%; }
  footer #nav-global li a.external:after {
    background: none; }
  footer #nav-global li.more li a {
    border-bottom: 1px solid #d4d7d4;
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 10px; }
  footer #nav-global li.more li {
    border-bottom: 1px solid #f2f2f4; }
  footer #nav-global li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f4;
    border-left: 1px solid #d4d7d4;
    display: block;
    float: left;
    margin: 0;
    width: 50%; }
  footer #nav-global li:last-item,
  footer #nav-global li:last-item a {
    border: 0; }
  footer #nav-global li:nth-child(odd) {
    border-left: 0; }

.yes-js #additional-info {
  display: block;
  margin-bottom: -2px;
  min-height: 0;
  padding: 0;
  width: 100%; }
  .yes-js #additional-info h2 {
    border-bottom: 1px solid #d4d7d4;
    border-top: 1px solid #d4d7d4;
    clear: both;
    display: block;
    float: left;
    margin: 0 -10px;
    padding: 8px 10px .8em;
    width: 100%; }
    .yes-js #additional-info h2:before {
      -webkit-background-size: 14px 14px;
      -moz-background-size: 14px 14px;
      background-size: 14px 14px;
      background-image: url("https://assets.ubuntu.com/v1/e1b12fdd-external-link-grey.svg?fmt=png");
      background-image: url("https://assets.ubuntu.com/v1/e1b12fdd-external-link-grey.svg"), none;
      background-repeat: no-repeat;
      content: "";
      display: inline-block;
      height: 15px;
      margin-right: 3px;
      position: relative;
      top: 3px;
      width: 15px; }
    .yes-js #additional-info h2 span {
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      background-size: 100% 100%;
      background-image: url("https://assets.ubuntu.com/v1/0bb13297-arrow_down_9fa097.svg");
      background-position: 0 2px;
      background-repeat: no-repeat;
      clear: none;
      display: inline-block;
      float: none;
      height: 13px;
      margin-left: 6px;
      width: 13px; }
    .yes-js #additional-info h2.active span {
      background-image: url("https://assets.ubuntu.com/v1/a41d8313-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-left: -10px;
      margin-right: -10px;
      width: 100%; }
      .yes-js #additional-info div.active ul {
        display: block;
        float: left;
        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;
        border-left: 1px solid #d4d7d4;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 50%; }
        .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;
          border-bottom: 1px solid #d4d7d4;
          color: #333;
          display: block;
          float: left;
          margin: 0;
          overflow: hidden;
          padding: 8px 10px;
          text-align: left;
          white-space: normal;
          width: 100%; }

/* @section
-------------------------------------------------------------- */
.profile .portrait {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  max-width: 180px;
  width: 33%; }

.profile .personal-info {
  list-style-type: none; }

.profile .name,
.profile .role,
.profile .location {
  background-position: left 5px;
  background-repeat: no-repeat;
  font-size: .875em;
  height: 30px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-top: 2px; }

html.opera-mini footer #nav-global h2 span,
html.no-svg footer #nav-global h2 span {
  background-image: url("https://assets.ubuntu.com/v1/0bb13297-arrow_down_9fa097.svg"); }

html.opera-mini footer #nav-global h2.active span,
html.no-svg footer #nav-global h2.active span {
  background-image: url("https://assets.ubuntu.com/v1/a41d8313-arrow_up_9fa097.svg"); }

html.opera-mini footer #nav-global h2:before,
html.no-svg footer #nav-global h2:before {
  background-image: url("https://assets.ubuntu.com/v1/7ff8d0ce-external-link.svg"); }

html.opera-mini #additional-info h2.active span,
html.no-svg #additional-info h2.active span {
  background-image: url("https://assets.ubuntu.com/v1/a41d8313-arrow_up_9fa097.svg"); }

html.opera-mini #additional-info h2 span,
html.no-svg #additional-info h2 span {
  background-image: url("https://assets.ubuntu.com/v1/0bb13297-arrow_down_9fa097.svg"); }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #nav-global {
    display: block; }
  .home #main-content .row-hero img {
    display: none; }
  .home .row-hero {
    position: relative; }
  .home .partners-image-container {
    background: url("../img/home/partners-hero-background.png") no-repeat center center;
    height: 600px;
    position: absolute;
    right: 0;
    top: -100px;
    width: 600px; }
  .home .partners-hero-ubuntu {
    -moz-animation-delay: 1s;
    -moz-animation: scaleIn .3s forwards, fadeIn .6s linear forwards, rotateIn .0s ease-out forwards;
    -webkit-animation-delay: 1s;
    -webkit-animation: scaleIn .3s forwards, fadeIn .6s linear forwards, rotateIn .0s ease-out forwards;
    animation-delay: 1s;
    animation: scaleIn .3s forwards, fadeIn .6s linear forwards, rotateIn .0s ease-out forwards;
    background: url("../img/home/partners-hero-ubuntu.png") 50% 50% no-repeat;
    background: url("../img/home/partners-hero-ubuntu.svg") 50% 50% no-repeat, none;
    height: 140px;
    left: 330px;
    opacity: 0;
    position: absolute;
    top: 208px;
    width: 140px; }
  .home .partners-hero-desktop, .home .partners-hero-phone, .home .partners-hero-tablet, .home .partners-hero-server, .home .partners-hero-cloud {
    -moz-animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards;
    -webkit-animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards;
    animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards;
    height: 66px;
    opacity: 0;
    position: absolute;
    width: 66px; }
  .home .partners-hero-desktop {
    -moz-animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    background: url("../img/home/partners-hero-desktop.png") 50% 50% no-repeat;
    background: url("../img/home/partners-hero-desktop.svg") 50% 50% no-repeat, none;
    left: 367px;
    top: 65px; }
  .home .partners-hero-phone {
    -moz-animation-delay: 1.85s;
    -webkit-animation-delay: 1.85s;
    animation-delay: 1.85s;
    background: url("../img/home/partners-hero-phone.png") 50% 50% no-repeat;
    background: url("../img/home/partners-hero-phone.svg") 50% 50% no-repeat, none;
    left: 494px;
    top: 118px; }
  .home .partners-hero-tablet {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: url("../img/home/partners-hero-tablet.png") 50% 50% no-repeat;
    background: url("../img/home/partners-hero-tablet.svg") 50% 50% no-repeat, none;
    left: 547px;
    top: 245px; }
  .home .partners-hero-server {
    -moz-animation-delay: 2.15s;
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s;
    background: url("../img/home/partners-hero-server.png") 50% 50% no-repeat;
    background: url("../img/home/partners-hero-server.svg") 50% 50% no-repeat, none;
    left: 367px;
    top: 425px; }
  .home .partners-hero-cloud {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    background: url("../img/home/partners-hero-cloud.png") 50% 50% no-repeat;
    background: url("../img/home/partners-hero-cloud.svg") 50% 50% no-repeat, none;
    left: 240px;
    top: 372px; }
  .home .partners-hero-line-1, .home .partners-hero-line-2, .home .partners-hero-line-3, .home .partners-hero-line-4, .home .partners-hero-line-5 {
    -moz-animation: fadeIn .3s linear forwards;
    -webkit-animation: fadeIn .3s linear forwards;
    animation: fadeIn .3s linear forwards;
    opacity: 0;
    position: absolute; }
  .home .partners-hero-line-1 {
    -moz-animation-delay: 1.85s;
    -webkit-animation-delay: 1.85s;
    animation-delay: 1.85s;
    background: url("../img/home/partners-hero-line-vertical.png");
    height: 52px;
    left: 399px;
    top: 147px;
    width: 2px; }
  .home .partners-hero-line-2 {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: url("../img/home/partners-hero-line-diagonal.png");
    height: 38px;
    left: 455px;
    top: 185px;
    width: 38px; }
  .home .partners-hero-line-3 {
    -moz-animation-delay: 2.15s;
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s;
    background: url("../img/home/partners-hero-line-horizontal.png");
    height: 2px;
    left: 479px;
    top: 277px;
    width: 52px; }
  .home .partners-hero-line-4 {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    background: url("../img/home/partners-hero-line-vertical.png");
    height: 52px;
    left: 399px;
    top: 357px;
    width: 2px; }
  .home .partners-hero-line-5 {
    -moz-animation-delay: 2.45s;
    -webkit-animation-delay: 2.45s;
    animation-delay: 2.45s;
    background: url("../img/home/partners-hero-line-diagonal.png");
    height: 38px;
    left: 307px;
    top: 333px;
    width: 38px; }
  /* @section partner programmes: software
  -------------------------------------------------------------- */
  .programmes-software .row-hero {
    overflow: hidden; }
    .programmes-software .row-hero img {
      height: 300px;
      position: absolute;
      right: -150px; }
  /* @section partner programmes: openstack
  -------------------------------------------------------------- */
  body.programmes-openstack #main-content .row-hero {
    min-height: 280px;
    padding-top: 0; }
    body.programmes-openstack #main-content .row-hero img {
      margin-bottom: 0;
      margin-top: 0;
      position: absolute;
      right: 30px;
      top: -40px;
      width: 300px; }
  /* @section partnering with us
  -------------------------------------------------------------- */
  .partnering-with-us .inner-wrapper {
    background-size: 400px;
    background: url(../img/image-partnering.svg) no-repeat right 40px top #fff; }
  footer #nav-global {
    display: none; }
  footer #nav-global div {
    display: none; }
  footer #nav-global .nav-global-wrapper ul {
    margin-left: 10px; }
  footer #nav-global .nav-global-wrapper ul ul {
    margin-left: 0; }
  .legal-inner {
    box-shadow: none;
    clear: none;
    float: none;
    margin: 0;
    padding: 0; }
  .footer-wrapper.strip-light {
    padding-top: 10px; }
  footer.global .two-col {
    display: inline-block;
    min-height: 0;
    width: 14.89361%; }
  .yes-js #additional-info {
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    min-height: inherit;
    padding: 0;
    width: 18%; }
  .yes-js #additional-info div {
    display: block;
    height: auto; }
  .yes-js #additional-info h2 {
    border: 0;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    margin: inherit;
    padding-bottom: .75em;
    padding: inherit;
    width: 100%; }
  .yes-js #additional-info h2 span {
    display: none; }
  .row-contextual-footer .featured p {
    background-position: 100% 5px;
    background-repeat: no-repeat;
    background: url("https://assets.ubuntu.com/v1/83d13882-image-footer-ubuntu.svg");
    font-size: 1.219em;
    /*1.25em;*/
    min-height: 150px;
    padding-right: 150px; }
  .row-contextual-footer .vertical-divider div {
    border-bottom: 0;
    margin-bottom: 20px; } }

/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  .row.row-contextual-footer {
    padding-bottom: 60px; }
    .row.row-contextual-footer .vertical-divider p {
      margin-bottom: 0; }
    .row.row-contextual-footer .featured p {
      font-size: 1.25em; }
  #nav-global li.more a {
    display: block;
    text-indent: 0; }
  header.banner .nav-primary {
    width: 984px; }
  /* @section partnering with us
  -------------------------------------------------------------- */
  .partnering-with-us .inner-wrapper {
    background: url(../img/image-partnering.svg) no-repeat right 40px top #fff;
    background-size: 450px; }
  /* @section partner programmes: software
  -------------------------------------------------------------- */
  .programmes-software .row-hero {
    overflow: hidden; }
    .programmes-software .row-hero img {
      height: 300px;
      position: absolute;
      right: -100px; }
  /* @section footer
  -------------------------------------------------------------- */
  footer.global .row {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 984px; }
  html.yui3-js-enabled footer.global .row {
    padding-left: 0;
    padding-right: 0; }
  body footer.global {
    padding-top: 30px; }
    body footer.global .legal,
    body footer.global .row {
      padding-left: 0;
      padding-right: 0; }
      body footer.global .legal p, body footer.global .legal ul,
      body footer.global .row p,
      body footer.global .row ul {
        padding-left: 0;
        padding-right: 0; }
  footer.global .legal.has-cookie {
    /* if the cookie message is being displayed add padding so the legal links are still visible */
    padding-bottom: 30px; } }

/*  @section error
-------------------------------------------------------------- */
/**
 * 404 page
 *
 * @subsection 404
 */
body.error-page #main-content .hero-box {
  padding-bottom: 0;
  position: relative; }
  body.error-page #main-content .hero-box div {
    position: relative; }
  body.error-page #main-content .hero-box span {
    background: url("https://assets.ubuntu.com/v1/caa44c93-image-quote-154.png");
    color: #fff;
    display: none;
    font-size: 90px;
    font-weight: bold;
    height: 126px;
    padding-top: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 154px; }
  body.error-page #main-content .hero-box p {
    font-size: 21px; }
  body.error-page #main-content .hero-box .last-col {
    padding-top: 30px; }

body.error-page #main-content h2 {
  font-size: 21px; }

body.error-page #main-content .events a {
  float: right; }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  body.error-page #main-content .hero-box .last-col {
    padding-top: 110px; }
  body.error-page #main-content .hero-box span {
    display: block; } }

/* @section featured partner
-------------------------------------------------------------- */
.full-width .wrapper {
  width: 100%;
  background: none; }

.full-width #main-content {
  background: none;
  box-shadow: none;
  margin-bottom: 0; }

.full-width .strip-inner-wrapper {
  background: none;
  border: none;
  margin: 0;
  padding: 0 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 984px;
  float: none;
  position: relative; }

.full-width .row {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (min-width: 768px) {
  .full-width .row-hero {
    min-height: 440px; }
  .full-width .strip-inner-wrapper {
    padding: 0 30px; } }

@media only screen and (min-width: 984px) {
  .full-width .strip {
    padding: 60px 40px; }
  .full-width .strip-inner-wrapper {
    padding: 0; }
  .full-width .cookie-policy .wrapper {
    width: 984px; } }

.ibm .banner {
  box-shadow: none; }

.ibm .hero {
  background-image: url("https://assets.ubuntu.com/v1/3978eb15-cloud-lifestyle-with-screens.png?w=768");
  background-repeat: no-repeat;
  background-size: cover; }
  .ibm .hero--text {
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 500px;
    padding: 20px; }

@media only screen and (min-width: 768px) {
  .ibm .hero {
    background-image: url("https://assets.ubuntu.com/v1/3978eb15-cloud-lifestyle-with-screens.png?w=984");
    background-size: cover;
    margin-top: -30px;
    min-height: 42vw; }
    .ibm .hero--text {
      background-color: rgba(255, 255, 255, 0.85);
      margin: 50px 0 0 0;
      padding: 40px; } }

@media only screen and (min-width: 984px) {
  .ibm .hero {
    background-image: url("https://assets.ubuntu.com/v1/3978eb15-cloud-lifestyle-with-screens.png?w=1500"); } }

.dell .cms-text {
  background-color: #fff; }

.asus .hero {
  background-color: #fff; }
  @media only screen and (min-width: 984px) {
    .asus .hero {
      margin-top: -30px; } }

.microsoft .banner {
  box-shadow: none; }

.microsoft .hero {
  background-image: url("https://assets.ubuntu.com/v1/518ad912-microsoft-build-conf.png?w=768");
  background-repeat: no-repeat;
  background-size: cover; }
  .microsoft .hero--text {
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 500px;
    padding: 20px; }

.microsoft blockquote {
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 20px; }
  .microsoft blockquote p::before {
    color: #dd4814;
    content: '“';
    font-weight: bold;
    margin-right: 2px; }
  .microsoft blockquote p::after {
    color: #dd4814;
    content: '”';
    font-weight: bold;
    margin-left: 2px; }

@media only screen and (min-width: 768px) {
  .microsoft .hero {
    background-image: url("https://assets.ubuntu.com/v1/518ad912-microsoft-build-conf.png?w=984");
    background-size: cover;
    margin-top: -30px;
    min-height: 42vw; }
    .microsoft .hero--text {
      background-color: rgba(255, 255, 255, 0.85);
      margin: 50px 0 0 0;
      padding: 40px; } }

@media only screen and (min-width: 984px) {
  .microsoft .hero {
    background-image: url("https://assets.ubuntu.com/v1/518ad912-microsoft-build-conf.png?w=1500"); } }

.microsoft .azure-stack {
  background-image: url("https://assets.ubuntu.com/v1/72be8745-azure-stack-hills.png");
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 220px; }
  @media only screen and (min-width: 768px) {
    .microsoft .azure-stack {
      background-size: auto;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 1400px) {
    .microsoft .azure-stack {
      padding-bottom: 60px; } }

.amazon-web-services-llc .banner, .aws .banner {
  box-shadow: none; }

.amazon-web-services-llc .cms-text ul, .aws .cms-text ul {
  /* workaround for markdown cms content */
  margin-bottom: 20px; }
  .amazon-web-services-llc .cms-text ul li, .aws .cms-text ul li {
    list-style: none;
    border-bottom: 1px dotted #888;
    margin-bottom: 0;
    padding: 10px 0; }

.amazon-web-services-llc .hero, .aws .hero {
  background-image: url("https://assets.ubuntu.com/v1/89aed188-amazon-partners-hero-banner.jpg?w=768");
  background-repeat: no-repeat;
  background-size: cover; }
  .amazon-web-services-llc .hero--text, .aws .hero--text {
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 500px;
    padding: 20px; }

@media only screen and (min-width: 768px) {
  .amazon-web-services-llc .hero, .aws .hero {
    background-image: url("https://assets.ubuntu.com/v1/89aed188-amazon-partners-hero-banner.jpg?w=984");
    background-size: cover;
    margin-top: -30px;
    min-height: 42vw; }
    .amazon-web-services-llc .hero--text, .aws .hero--text {
      background-color: rgba(255, 255, 255, 0.85);
      margin: 50px 0 0 0;
      padding: 40px; } }

@media only screen and (min-width: 984px) {
  .amazon-web-services-llc .hero, .aws .hero {
    background-image: url("https://assets.ubuntu.com/v1/89aed188-amazon-partners-hero-banner.jpg"); } }
