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

    Project:		Ubuntu Front-End
    Author:			Web Team at Canonical Ltd
-----------------------------------------------------------------
-------------------------------------------------------------- */
/*	@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
-------------------------------------------------------------- */
* {
  font-smoothing: subpixel-antialiased;
  box-sizing: border-box; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button--primary, .button--secondary {
  font-smoothing: subpixel-antialiased;
  font-size: 1em;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 11px 24px;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 2px;
  outline: none;
  font-weight: 300;
  cursor: pointer; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button--primary:hover, .button--secondary:hover {
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'],
    .button--primary, .button--secondary {
      width: auto; } }

.clearfix, .list-stepped__item {
  display: block; }
  .clearfix:after, .list-stepped__item:after {
    clear: both;
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }

input[type='text'], input[type='number'], input[type='search'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea {
  -webkit-appearance: textfield;
  border-radius: 2px;
  border: 1px solid #cdcdcd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  margin: 0;
  outline: none;
  padding: .6956522em .869565em;
  vertical-align: baseline;
  font-weight: 300; }
  input[type='text']:active, input[type='number']:active, input[type='search']:active, input[type='password']:active, input[type='email']:active, input[type='url']:active, input[type='tel']:active, textarea:active, input[type='text']:focus, input[type='number']:focus, input[type='search']:focus, input[type='password']:focus, input[type='email']:focus, input[type='url']:focus, input[type='tel']:focus, textarea:focus {
    border-color: #888;
    outline: none; }
  input[type='text']::placeholder, input[type='number']::placeholder, input[type='search']::placeholder, input[type='password']::placeholder, input[type='email']::placeholder, input[type='url']::placeholder, input[type='tel']::placeholder, textarea::placeholder {
    color: contrast-friendly-search-color(#e95420); }
  input[disabled="disabled"][type='text'], input[disabled="disabled"][type='number'], input[disabled="disabled"][type='search'], input[disabled="disabled"][type='password'], input[disabled="disabled"][type='email'], input[disabled="disabled"][type='url'], input[disabled="disabled"][type='tel'], textarea[disabled="disabled"] {
    opacity: .5; }

input[type='checkbox'], input[type='radio'] {
  border-radius: 2px;
  border: 1px solid #cdcdcd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  height: 14px;
  padding: 0;
  vertical-align: middle;
  width: 14px; }

.inner-wrapper {
  margin: 0 auto;
  max-width: 984px; }

[class*='-col'].last-col,
[class*='-col'] [class*='-col'].last-col {
  margin-right: 0; }

.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
  clear: none;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
      float: left; } }

.list-ticks--compact, .list-ticks--canonical-compact, .list-ticks, .list-ticks--canonical, .list {
  list-style: none;
  margin-left: 0; }
  .list-ticks--compact li, .list-ticks--canonical-compact li, .list-ticks li, .list-ticks--canonical li, .list li {
    border-bottom: 1px dotted #888;
    margin-bottom: 0;
    padding: 10px 0; }
  .list-ticks--compact li:last-of-type, .list-ticks--canonical-compact li:last-of-type, .list-ticks li:last-of-type, .list-ticks--canonical li:last-of-type, .list li:last-of-type, .list-ticks--compact .last-item, .list-ticks--canonical-compact .last-item, .list-ticks .last-item, .list-ticks--canonical .last-item, .list .last-item {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.list-ticks--compact li, .list-ticks--canonical-compact li, .list-ticks li, .list-ticks--canonical li {
  background-repeat: no-repeat;
  background-position: 0 1em;
  padding-left: 25px; }

.box, .box-grey {
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 1.25em 20px; }

@media only screen and (min-width: 768px) {
  .equal-height, .equal-height--vertical-divider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%; }
    .equal-height .equal-height__item, .equal-height--vertical-divider .equal-height__item {
      display: flex;
      flex: auto;
      flex-direction: column; } }

.arrow-up, .arrow-down, .arrow-right, .arrow-left {
  background-position: 0;
  background-repeat: no-repeat;
  height: 11px;
  position: absolute;
  width: 18px; }

.box, .box-grey {
  border-radius: 4px;
  padding: 1.333em 20px; }

.list-ticks--compact li, .list-ticks--canonical-compact li {
  border: 0;
  padding: 10px 0 0 25px; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  text-size-adjust: 100%; }

blockquote,
q {
  quotes: none; }

legend {
  border: 0; }

figure {
  margin: 0; }

abbr,
acronym {
  cursor: help; }

.link-arrow:after {
  content: '\0000a0›'; }

nav ul li h2 a:after {
  content: '\0000a0›'; }

nav ul li a:after,
.carousel ul li a:after,
ul li p a:after {
  content: ''; }

svg:not(:root) {
  overflow: hidden; }

img {
  border: 0;
  height: auto;
  max-width: 100%; }
  img .left {
    margin-right: 20px; }
  img .right {
    margin-left: 20px; }

.middle img {
  vertical-align: middle;
  margin-top: 4em; }

ins {
  background: #fffbeb;
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.no-border {
  border: 0; }

.link-top {
  font-size: .875em;
  clear: both;
  margin-bottom: 40px;
  margin-top: -40px; }
  .link-top a {
    background: #fff;
    margin-right: 10px;
    margin-top: -35px;
    padding: 5px;
    float: right; }

.caps {
  text-transform: uppercase; }

.touch-border,
.touch-bottom {
  float: left; }
  @media only screen and (min-width: 768px) {
    .touch-border,
    .touch-bottom {
      margin-bottom: -20px; } }
  @media only screen and (min-width: 984px) {
    .touch-border,
    .touch-bottom {
      margin-bottom: -40px; } }

.accessibility-aid,
.off-left {
  position: absolute;
  left: -999em; }

.external {
  background-size: .7em .7em;
  padding-right: .9em;
  background-image: url("https://assets.ubuntu.com/v1/f24a8aa0-external-link-orange.svg");
  background-position: 100% top;
  background-repeat: no-repeat; }

.no-svg .external {
  background-image: url("https://assets.ubuntu.com/v1/f24a8aa0-external-link-orange.svg"); }

.text-center,
.align-center {
  text-align: center; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.pull-bottom-right {
  float: right;
  margin-right: -10px; }

@media only screen and (min-width: 768px) {
  .pull-bottom-right {
    margin-right: -40px;
    margin-bottom: -40px; } }

@media only screen and (min-width: 984px) {
  .pull-bottom-right {
    margin-right: -40px;
    margin-bottom: -60px; } }

.pull-bottom-left {
  float: left;
  margin-left: -10px; }

@media only screen and (min-width: 768px) {
  .pull-bottom-left {
    margin-left: -40px;
    margin-bottom: -40px; } }

@media only screen and (min-width: 984px) {
  .pull-bottom-left {
    margin-left: -40px;
    margin-bottom: -60px; } }

@media only screen and (max-width: 767px) {
  .priority-0,
  .not-for-small {
    display: none; } }

@media only screen and (min-width: 768px) {
  .for-mobile,
  .for-small {
    display: none; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-container + .video-title {
    margin-top: 20px; }

.pull-right {
  float: right;
  margin-right: -40px; }
  @media only screen and (max-width: 768px) {
    .pull-right {
      margin-bottom: 20px; } }

.pull-left {
  margin-left: -40px; }

.for-tablet,
.for-medium {
  display: none; }
  @media only screen and (min-width: 768px) {
    .for-tablet,
    .for-medium {
      display: block; } }

@media only screen and (min-width: 768px) and (max-width: 984px) {
  .med-six-col .three-col {
    width: 48.93617%; }
  .med-six-col .three-col:nth-of-type(2n) {
    margin-right: 0; } }

blockquote {
  margin: 0; }
  blockquote > p {
    font-size: 1em;
    margin: 0 0 .4em; }
  blockquote small {
    font-size: .8125em;
    line-height: 1.4; }

.pull-quote {
  text-indent: 0; }
  .pull-quote p {
    font-size: 1.5em;
    line-height: 1.3;
    margin-left: .4em;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: -.4em; }
    .pull-quote p span {
      color: #e95420;
      font-weight: bold;
      left: -5px;
      line-height: 0;
      position: relative; }
      .pull-quote p span:last-of-type {
        left: 5px; }
    .pull-quote p cite {
      display: block;
      font-size: .75em;
      font-weight: 300;
      margin: 10px 0 0;
      text-indent: 0; }
  @media only screen and (min-width: 768px) {
    .pull-quote p {
      padding-left: 0;
      padding-right: 0;
      text-indent: -.7em; }
      .pull-quote p span {
        top: 5px;
        font-size: 1.391304348em; }
      .pull-quote p cite {
        margin-left: 0;
        text-indent: 0; } }
  @media only screen and (min-width: 984px) {
    .pull-quote p span {
      top: 10px; } }

.row-quote {
  border-radius: 0; }
  .row-quote blockquote {
    border-radius: 4px;
    margin: 0;
    padding: 0; }
    .row-quote blockquote p {
      color: #333;
      line-height: 1.3;
      margin-bottom: .75em;
      padding-left: 10px;
      padding-right: 10px;
      text-indent: 0; }
    .row-quote blockquote span {
      color: #e95420;
      font-weight: bold;
      left: -5px;
      line-height: 0;
      position: relative; }
      .row-quote blockquote span + span {
        left: 5px; }
    .row-quote blockquote cite {
      color: #333;
      font-size: .75em;
      font-style: normal;
      margin-bottom: 0;
      text-indent: 0; }
  @media only screen and (min-width: 768px) {
    .row-quote {
      text-indent: -.4em; }
      .row-quote blockquote {
        text-indent: -7px; }
        .row-quote blockquote p {
          font-size: 1.5em;
          padding-left: 0;
          padding-right: 0;
          text-indent: -.4em; }
        .row-quote blockquote span {
          top: 5px;
          font-size: 1.391304348em; }
        .row-quote blockquote cite {
          margin-left: 0;
          text-indent: 0; } }
  @media only screen and (min-width: 984px) {
    .row-quote blockquote {
      padding: 0 80px 20px;
      text-indent: -10px; }
      .row-quote blockquote p span {
        top: 10px; } }

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button--primary {
  color: #fff;
  background-color: #e95420; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button--primary:hover {
    background-color: #d44615; }
  button .external,
  input[type='button'] .external,
  input[type='reset'] .external,
  input[type='submit'] .external,
  .button--primary .external {
    background-image: url("https://assets.ubuntu.com/v1/484aba04-external-link-white.svg"); }

.button--secondary {
  color: #e95420;
  background-color: #fff;
  border: 1px solid #cdcdcd; }
  .button--secondary:hover {
    background-color: #efefef; }

@media only screen and (min-width: 1024px) {
  .nav-secondary {
    border: 1px solid #d2d2d2;
    border-top: 0; } }

.nav-secondary .breadcrumb {
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-bottom: 3px; }
  @media only screen and (min-width: 1024px) {
    .nav-secondary .breadcrumb {
      float: left;
      margin-left: 4px; } }
  .nav-secondary .breadcrumb li {
    color: #fff;
    display: inline-block;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .nav-secondary .breadcrumb li {
        display: inline-block;
        width: auto; } }
    .nav-secondary .breadcrumb li:first-of-type {
      border-bottom: 1px solid #d2d2d2; }
      @media only screen and (min-width: 1024px) {
        .nav-secondary .breadcrumb li:first-of-type {
          border-bottom: 0; } }
    .nav-secondary .breadcrumb li a {
      color: #888;
      font-size: 1em;
      display: inline-block;
      width: 100%;
      margin-right: 0;
      padding: 8px 10px;
      text-decoration: none; }
      @media only screen and (min-width: 1024px) {
        .nav-secondary .breadcrumb li a {
          font-size: .875em; } }
    @media only screen and (min-width: 1024px) {
      .nav-secondary .breadcrumb li .breadcrumb-link,
      .nav-secondary .breadcrumb li .breadcrumb-link--second-level,
      .nav-secondary .breadcrumb li .active {
        display: inline-block;
        float: none;
        width: auto; } }
    .nav-secondary .breadcrumb li .breadcrumb-link:after,
    .nav-secondary .breadcrumb li .breadcrumb-link--second-level:after {
      content: '\203A';
      display: inline-block;
      height: 5px;
      margin-left: 8px;
      position: absolute;
      width: 5px; }

.nav-secondary .second-level-nav,
.nav-secondary .third-level-nav {
  display: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2; }
  @media only screen and (min-width: 1024px) {
    .nav-secondary .second-level-nav,
    .nav-secondary .third-level-nav {
      display: inline;
      float: none;
      margin-bottom: 0;
      padding: 0;
      width: auto;
      border-bottom: 0; } }
  .nav-secondary .second-level-nav li,
  .nav-secondary .third-level-nav li {
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      .nav-secondary .second-level-nav li,
      .nav-secondary .third-level-nav li {
        float: none;
        width: auto; } }
    .nav-secondary .second-level-nav li a,
    .nav-secondary .third-level-nav li a {
      font-size: .875em;
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px;
      color: #333; }
      @media only screen and (max-width: 1024px) {
        .nav-secondary .second-level-nav li a.active,
        .nav-secondary .third-level-nav li a.active {
          font-weight: 500; } }
      @media only screen and (min-width: 1024px) {
        .nav-secondary .second-level-nav li a,
        .nav-secondary .third-level-nav li a {
          padding: 8px 10px 0; }
          .nav-secondary .second-level-nav li a.active,
          .nav-secondary .third-level-nav li a.active {
            color: #e95420; } }

@media only screen and (min-width: 1024px) {
  .nav-secondary .second-level-nav li {
    width: auto; }
    .nav-secondary .second-level-nav li .active,
    .nav-secondary .second-level-nav li .breadcrumb-link--second-level {
      color: #888; }
    .nav-secondary .second-level-nav li .third-level-nav li a {
      color: #333; }
    .nav-secondary .second-level-nav li .third-level-nav li a:hover {
      color: #e95420; }
    .nav-secondary .second-level-nav li .third-level-nav li .active {
      color: #e95420;
      float: none; }
      .nav-secondary .second-level-nav li .third-level-nav li .active:after {
        content: ''; } }

.third-level-nav li a:hover {
  color: #e95420; }

.third-level-nav li .active {
  color: #e95420;
  float: none; }

@media only screen and (max-width: 1023px) {
  #breadcrumbs:hover .second-level-nav,
  #breadcrumbs:hover .third-level-nav,
  #breadcrumbs:hover .active {
    border: 0;
    display: block;
    overflow: visible;
    float: left;
    width: 100%;
    position: relative;
    clear: both; }
  #breadcrumbs:hover li {
    border: 0;
    float: left; }
  #breadcrumbs:hover .second-level-nav {
    border-top: 1px solid #d2d2d2; }
    #breadcrumbs:hover .second-level-nav li {
      float: left; }
  #breadcrumbs:hover .third-level-nav {
    border-bottom: 1px solid #d2d2d2;
    padding-top: 0; }
    #breadcrumbs:hover .third-level-nav li {
      width: 50%;
      display: block;
      padding-left: 10px; } }

label {
  cursor: pointer;
  display: block;
  margin-bottom: 4px; }
  label.has-error {
    color: #df382c; }
  label.has-warning {
    color: #eca918; }
  label.has-success {
    color: #38b44a; }
  label.has-information {
    color: #19b6ee; }

input[type='reset'] {
  display: none; }

input[type='search'] {
  -webkit-appearance: none;
  border-radius: 0; }

input[type='checkbox'] + label, input[type='radio'] + label {
  display: inline;
  margin-left: 5px;
  vertical-align: middle;
  width: auto; }

input.has-error {
  border: 1px solid #df382c; }

input.has-warning {
  border: 1px solid #eca918; }

input.has-success {
  border: 1px solid #38b44a; }

input.has-information {
  border: 1px solid #19b6ee; }

form ul {
  margin-left: 0;
  list-style: none; }

textarea {
  overflow: auto;
  vertical-align: top; }
  textarea[readonly='readonly'] {
    color: #888;
    cursor: default; }
    textarea[readonly='readonly']:active, textarea[readonly='readonly']:focus {
      border-color: #888;
      outline: none; }

fieldset {
  background-color: #f7f7f7;
  background-position: -15px -15px;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 0;
  margin-bottom: 8px;
  padding: 15px 20px; }
  @media only screen and (min-width: 984px) {
    fieldset {
      padding: 15px 20px; } }
  fieldset h3 {
    border-bottom: 1px dotted #cdcdcd;
    margin-bottom: 9px;
    padding-bottom: 10px; }

form input,
form select,
form textarea {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .one-col {
    float: left;
    width: 6.30531%;
    margin-right: 2.21239%; }
    .one-col .one-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .two-col {
    float: left;
    width: 14.82301%;
    margin-right: 2.21239%; }
    .two-col .one-col {
      float: left;
      width: 43.50649%;
      margin-right: 12.98701%; }
    .two-col .two-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .three-col {
    float: left;
    width: 23.34071%;
    margin-right: 2.21239%; }
    .three-col .one-col {
      float: left;
      width: 27.56133%;
      margin-right: 8.65801%; }
    .three-col .two-col {
      float: left;
      width: 63.78066%;
      margin-right: 8.65801%; }
    .three-col .three-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .four-col {
    float: left;
    width: 31.85841%;
    margin-right: 2.21239%; }
    .four-col .one-col {
      float: left;
      width: 20.12987%;
      margin-right: 6.49351%; }
    .four-col .two-col {
      float: left;
      width: 46.75325%;
      margin-right: 6.49351%; }
    .four-col .three-col {
      float: left;
      width: 73.37662%;
      margin-right: 6.49351%; }
    .four-col .four-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .five-col {
    float: left;
    width: 40.37611%;
    margin-right: 2.21239%; }
    .five-col .one-col {
      float: left;
      width: 15.84416%;
      margin-right: 5.19481%; }
    .five-col .two-col {
      float: left;
      width: 36.88312%;
      margin-right: 5.19481%; }
    .five-col .three-col {
      float: left;
      width: 57.92208%;
      margin-right: 5.19481%; }
    .five-col .four-col {
      float: left;
      width: 78.96104%;
      margin-right: 5.19481%; }
    .five-col .five-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .six-col {
    float: left;
    width: 48.89381%;
    margin-right: 2.21239%; }
    .six-col .one-col {
      float: left;
      width: 13.05916%;
      margin-right: 4.329%; }
    .six-col .two-col {
      float: left;
      width: 30.44733%;
      margin-right: 4.329%; }
    .six-col .three-col {
      float: left;
      width: 47.8355%;
      margin-right: 4.329%; }
    .six-col .four-col {
      float: left;
      width: 65.22367%;
      margin-right: 4.329%; }
    .six-col .five-col {
      float: left;
      width: 82.61183%;
      margin-right: 4.329%; }
    .six-col .six-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .seven-col {
    float: left;
    width: 57.4115%;
    margin-right: 2.21239%; }
    .seven-col .one-col {
      float: left;
      width: 11.10522%;
      margin-right: 3.71058%; }
    .seven-col .two-col {
      float: left;
      width: 25.92102%;
      margin-right: 3.71058%; }
    .seven-col .three-col {
      float: left;
      width: 40.73681%;
      margin-right: 3.71058%; }
    .seven-col .four-col {
      float: left;
      width: 55.55261%;
      margin-right: 3.71058%; }
    .seven-col .five-col {
      float: left;
      width: 70.36841%;
      margin-right: 3.71058%; }
    .seven-col .six-col {
      float: left;
      width: 85.1842%;
      margin-right: 3.71058%; }
    .seven-col .seven-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .eight-col {
    float: left;
    width: 65.9292%;
    margin-right: 2.21239%; }
    .eight-col .one-col {
      float: left;
      width: 9.65909%;
      margin-right: 3.24675%; }
    .eight-col .two-col {
      float: left;
      width: 22.56494%;
      margin-right: 3.24675%; }
    .eight-col .three-col {
      float: left;
      width: 35.47078%;
      margin-right: 3.24675%; }
    .eight-col .four-col {
      float: left;
      width: 48.37662%;
      margin-right: 3.24675%; }
    .eight-col .five-col {
      float: left;
      width: 61.28247%;
      margin-right: 3.24675%; }
    .eight-col .six-col {
      float: left;
      width: 74.18831%;
      margin-right: 3.24675%; }
    .eight-col .seven-col {
      float: left;
      width: 87.09416%;
      margin-right: 3.24675%; }
    .eight-col .eight-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .nine-col {
    float: left;
    width: 74.4469%;
    margin-right: 2.21239%; }
    .nine-col .one-col {
      float: left;
      width: 8.54578%;
      margin-right: 2.886%; }
    .nine-col .two-col {
      float: left;
      width: 19.97755%;
      margin-right: 2.886%; }
    .nine-col .three-col {
      float: left;
      width: 31.40933%;
      margin-right: 2.886%; }
    .nine-col .four-col {
      float: left;
      width: 42.84111%;
      margin-right: 2.886%; }
    .nine-col .five-col {
      float: left;
      width: 54.27289%;
      margin-right: 2.886%; }
    .nine-col .six-col {
      float: left;
      width: 65.70467%;
      margin-right: 2.886%; }
    .nine-col .seven-col {
      float: left;
      width: 77.13644%;
      margin-right: 2.886%; }
    .nine-col .eight-col {
      float: left;
      width: 88.56822%;
      margin-right: 2.886%; }
    .nine-col .nine-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .ten-col {
    float: left;
    width: 82.9646%;
    margin-right: 2.21239%; }
    .ten-col .one-col {
      float: left;
      width: 7.66234%;
      margin-right: 2.5974%; }
    .ten-col .two-col {
      float: left;
      width: 17.92208%;
      margin-right: 2.5974%; }
    .ten-col .three-col {
      float: left;
      width: 28.18182%;
      margin-right: 2.5974%; }
    .ten-col .four-col {
      float: left;
      width: 38.44156%;
      margin-right: 2.5974%; }
    .ten-col .five-col {
      float: left;
      width: 48.7013%;
      margin-right: 2.5974%; }
    .ten-col .six-col {
      float: left;
      width: 58.96104%;
      margin-right: 2.5974%; }
    .ten-col .seven-col {
      float: left;
      width: 69.22078%;
      margin-right: 2.5974%; }
    .ten-col .eight-col {
      float: left;
      width: 79.48052%;
      margin-right: 2.5974%; }
    .ten-col .nine-col {
      float: left;
      width: 89.74026%;
      margin-right: 2.5974%; }
    .ten-col .ten-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .eleven-col {
    float: left;
    width: 91.4823%;
    margin-right: 2.21239%; }
    .eleven-col .one-col {
      float: left;
      width: 6.9443%;
      margin-right: 2.36128%; }
    .eleven-col .two-col {
      float: left;
      width: 16.24987%;
      margin-right: 2.36128%; }
    .eleven-col .three-col {
      float: left;
      width: 25.55544%;
      margin-right: 2.36128%; }
    .eleven-col .four-col {
      float: left;
      width: 34.86101%;
      margin-right: 2.36128%; }
    .eleven-col .five-col {
      float: left;
      width: 44.16658%;
      margin-right: 2.36128%; }
    .eleven-col .six-col {
      float: left;
      width: 53.47215%;
      margin-right: 2.36128%; }
    .eleven-col .seven-col {
      float: left;
      width: 62.77772%;
      margin-right: 2.36128%; }
    .eleven-col .eight-col {
      float: left;
      width: 72.08329%;
      margin-right: 2.36128%; }
    .eleven-col .nine-col {
      float: left;
      width: 81.38886%;
      margin-right: 2.36128%; }
    .eleven-col .ten-col {
      float: left;
      width: 90.69443%;
      margin-right: 2.36128%; }
    .eleven-col .eleven-col {
      width: 100%;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .prepend-one {
    margin-left: 8.5177%; }
  .prepend-two {
    margin-left: 17.0354%; }
  .prepend-three {
    margin-left: 25.5531%; }
  .prepend-four {
    margin-left: 34.0708%; }
  .prepend-five {
    margin-left: 42.5885%; }
  .prepend-six {
    margin-left: 51.10619%; }
  .prepend-seven {
    margin-left: 59.62389%; }
  .prepend-eight {
    margin-left: 68.14159%; }
  .prepend-nine {
    margin-left: 76.65929%; }
  .prepend-ten {
    margin-left: 85.17699%; }
  .prepend-eleven {
    margin-left: 93.69469%; } }

@media only screen and (min-width: 768px) {
  .append-one {
    margin-right: 8.5177%; }
  .append-two {
    margin-right: 17.0354%; }
  .append-three {
    margin-right: 25.5531%; }
  .append-four {
    margin-right: 34.0708%; }
  .append-five {
    margin-right: 42.5885%; }
  .append-six {
    margin-right: 51.10619%; }
  .append-seven {
    margin-right: 59.62389%; }
  .append-eight {
    margin-right: 68.14159%; }
  .append-nine {
    margin-right: 76.65929%; }
  .append-ten {
    margin-right: 85.17699%; }
  .append-eleven {
    margin-right: 93.69469%; } }

@media only screen and (min-width: 768px) {
  .push-one {
    float: left;
    position: relative;
    margin: 0 -8.5177% 0 8.5177%; }
  .push-two {
    float: left;
    position: relative;
    margin: 0 -19.24779% 0 19.24779%; }
  .push-three {
    float: left;
    position: relative;
    margin: 0 -27.76549% 0 27.76549%; }
  .push-four {
    float: left;
    position: relative;
    margin: 0 -36.28319% 0 36.28319%; }
  .push-five {
    float: left;
    position: relative;
    margin: 0 -44.80088% 0 44.80088%; }
  .push-six {
    float: left;
    position: relative;
    margin: 0 -53.31858% 0 53.31858%; }
  .push-seven {
    float: left;
    position: relative;
    margin: 0 -61.83628% 0 61.83628%; }
  .push-eight {
    float: left;
    position: relative;
    margin: 0 -70.35398% 0 70.35398%; }
  .push-nine {
    float: left;
    position: relative;
    margin: 0 -78.87168% 0 78.87168%; }
  .push-ten {
    float: left;
    position: relative;
    margin: 0 -87.38938% 0 87.38938%; }
  .push-eleven {
    float: left;
    position: relative;
    margin: 0 -95.90708% 0 95.90708%; } }

@media only screen and (min-width: 768px) {
  .pull-one {
    float: left;
    position: relative;
    margin-left: -6.30531%; }
  .pull-two {
    float: left;
    position: relative;
    margin-left: 17.0354%; }
  .pull-three {
    float: left;
    position: relative;
    margin-left: 25.5531%; }
  .pull-four {
    float: left;
    position: relative;
    margin-left: 34.0708%; }
  .pull-five {
    float: left;
    position: relative;
    margin-left: 42.5885%; }
  .pull-six {
    float: left;
    position: relative;
    margin-left: 51.10619%; }
  .pull-seven {
    float: left;
    position: relative;
    margin-left: 59.62389%; }
  .pull-eight {
    float: left;
    position: relative;
    margin-left: 68.14159%; }
  .pull-nine {
    float: left;
    position: relative;
    margin-left: 76.65929%; }
  .pull-ten {
    float: left;
    position: relative;
    margin-left: 85.17699%; }
  .pull-eleven {
    float: left;
    position: relative;
    margin-left: 93.69469%; } }

.banner {
  background: #e95420;
  border-bottom: 0;
  border-top: 0;
  box-shadow: inset 0 -1px 0 #cccccc;
  display: block;
  min-width: 100%;
  position: relative;
  width: auto;
  z-index: 2; }
  @media only screen and (min-width: 1024px) {
    .banner {
      border-bottom: 1px solid #cccccc;
      box-shadow: none; } }
  .banner .logo {
    position: relative;
    display: table;
    float: left;
    overflow: hidden;
    height: 48px;
    margin: 0 10px;
    border-left: 0; }
    @media only screen and (min-width: 1024px) {
      .banner .logo {
        margin: 0 15px; } }
    .banner .logo a {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      color: #fff; }
      .banner .logo a span {
        display: inline-block; }
  .banner h2 {
    font-size: 1.563em;
    position: relative;
    top: 14px;
    left: 4px;
    display: block;
    margin-bottom: 0;
    text-transform: lowercase; }
    .banner h2 a,
    .banner h2 a:link,
    .banner h2 a:visited {
      float: left;
      text-decoration: none;
      color: #fff; }
  .banner .nav-primary {
    overflow: hidden;
    margin: 0 auto;
    border: 0; }
    @media only screen and (min-width: 1024px) {
      .banner .nav-primary {
        max-width: 984px; } }
    .banner .nav-primary span {
      display: none; }
    .banner .nav-primary ul {
      display: none;
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      border-top: 1px solid #cccccc;
      box-shadow: inset 0 -1px 0 #cccccc;
      background-color: #ebebeb; }
      @media only screen and (min-width: 1024px) {
        .banner .nav-primary ul {
          position: static;
          display: block;
          width: auto;
          border-top: 0;
          background-color: transparent;
          box-shadow: none; } }
      .banner .nav-primary ul li {
        float: left;
        width: 50%;
        margin: 0;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        background: transparent; }
        @media only screen and (min-width: 1024px) {
          .banner .nav-primary ul li {
            width: auto;
            border-right: 0;
            border-bottom: 0;
            border-left: 1px solid #cc4414; }
            .banner .nav-primary ul li:last-child {
              border-right: 1px solid #cc4414; }
              .banner .nav-primary ul li:last-child a {
                border-right: 0; } }
        @media only screen and (max-width: 1024px) {
          .banner .nav-primary ul li:nth-child(2n+2) {
            border-right: 0; } }
        .banner .nav-primary ul li a,
        .banner .nav-primary ul li a:link,
        .banner .nav-primary ul li a:visited {
          font-size: 1em;
          font-weight: 300;
          position: relative;
          display: block;
          margin-bottom: 0;
          padding: 8px 10px;
          text-align: left;
          text-decoration: none;
          background-color: #ebebeb;
          font-smoothing: subpixel-antialiased;
          color: #333; }
          @media only screen and (min-width: 1024px) {
            .banner .nav-primary ul li a,
            .banner .nav-primary ul li a:link,
            .banner .nav-primary ul li a:visited {
              font-size: .875em;
              padding: 14px 14px 13px;
              text-align: center;
              border-left: 1px solid #ee7f58;
              background-color: transparent;
              color: #fff; } }
          .banner .nav-primary ul li a:hover,
          .banner .nav-primary ul li a:link:hover,
          .banner .nav-primary ul li a:visited:hover {
            background: #f2f2f2; }
            @media only screen and (min-width: 1024px) {
              .banner .nav-primary ul li a:hover,
              .banner .nav-primary ul li a:link:hover,
              .banner .nav-primary ul li a:visited:hover {
                background-color: #ed7045; } }
          .banner .nav-primary ul li a.active,
          .banner .nav-primary ul li a:link.active,
          .banner .nav-primary ul li a:visited.active {
            background-color: #ddd; }
            @media only screen and (min-width: 1024px) {
              .banner .nav-primary ul li a.active,
              .banner .nav-primary ul li a:link.active,
              .banner .nav-primary ul li a:visited.active {
                background-color: #cc4414;
                border-left: 0; } }
  .banner .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    text-indent: -99999px;
    background-image: url("https://assets.ubuntu.com/v1/12387180-navigation-menu-plain.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto; }
    @media only screen and (min-width: 1024px) {
      .banner .nav-toggle {
        display: none; } }
    .banner .nav-toggle .nav-toggle__link {
      width: 48px;
      height: 48px; }
      .banner .nav-toggle .nav-toggle__link.open {
        display: block; }
      .banner .nav-toggle .nav-toggle__link.close {
        display: none; }
  @media only screen and (max-width: 1024px) {
    .banner #nav:hover ul {
      display: block; }
      .banner #nav:hover ul ul {
        display: none; }
    .banner #nav:hover .nav-toggle .nav-toggle__link.open {
      display: none; }
    .banner #nav:hover .nav-toggle .nav-toggle__link.close {
      display: block; } }

ol,
ul {
  margin-left: 20px;
  margin-bottom: 20px; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 .4em;
  padding: 0; }

.list-ticks li {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><circle fill='%2394310f' cx='7' cy='7' r='7'/><path fill='%23fff' d='M6.1 10.813L2.41 8.105l1.184-1.613L5.9 8.187l4.393-4.394 1.414 1.414z' /></svg>"); }

.no-bullets {
  list-style: none;
  margin-left: 0; }

.combined-list ul,
.combined-list div {
  margin-bottom: 0; }

.combined-list .last-item {
  border-bottom: 1px dotted #888;
  padding-bottom: 10px; }

.combined-list .last-col {
  margin-bottom: 20px; }
  .combined-list .last-col .last-item {
    border-bottom: 0;
    padding-bottom: 0; }

@media only screen and (min-width: 768px) {
  .combined-list ul,
  .combined-list div {
    margin-bottom: 20px; }
  .combined-list .last-item {
    border-bottom: 0;
    padding-bottom: 0; } }

.inline-list {
  margin-left: 0; }
  .inline-list li {
    display: inline;
    list-style: none;
    margin-right: 20px; }
  .inline-list .last-item {
    margin-right: 0; }

.list-step {
  list-style: none;
  margin-left: 60px; }

@media only screen and (max-width: 984px) {
  .list-step__item:first-child {
    margin-top: 10px; } }

@media only screen and (min-width: 984px) {
  .list-step__title {
    margin-bottom: 0; } }

.list-step__bullet {
  box-shadow: 0 1px 3px 1px rgba(51, 51, 51, 0.2);
  background: #fff;
  border-radius: 50%;
  padding: .3em .68em;
  display: inline-block;
  color: #e95420;
  margin-right: .34375em;
  margin-bottom: .625em;
  margin-left: -60px; }
  @media only screen and (max-width: 984px) {
    .list-step__bullet {
      position: absolute;
      top: -5px; } }

@media only screen and (min-width: 768px) {
  .grid-list {
    display: flex;
    flex-wrap: wrap; } }

.grid-list__img {
  display: block;
  margin: auto;
  max-width: 60px; }

.grid-list p {
  font-size: .875rem; }

.grid-list__item {
  border-bottom: 1px dotted #888;
  margin-bottom: 30px;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .grid-list__item > [class*='-col']:first-child {
      width: 25%;
      padding-right: 1rem; }
    .grid-list__item > [class*='-col']:last-child {
      width: 75%; } }
  .grid-list__item:last-child {
    border-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .grid-list__item {
      display: flex;
      flex-wrap: wrap;
      border-right: 1px dotted #888;
      margin: 0;
      padding: 1.5em .75em 0; }
      .grid-list__item.last-col {
        border-right: 0; }
      .grid-list__item.last-row {
        border-bottom: 0; } }

.row {
  border-bottom: 1px dotted #888;
  clear: both;
  padding: 20px 10px 0;
  position: relative; }
  .row br {
    display: none; }
  .row.no-padding-bottom {
    padding-bottom: 0; }
  .row::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden; }
  .row--light {
    background: #fff; }
  .row--dark {
    background: #333;
    color: #fff; }
  .row.row-grey, .row.row--grey {
    background: #f7f7f7;
    border: 0;
    margin-top: -1px; }

.no-border {
  border: 0; }

.row-hero {
  margin-top: 20px;
  padding-top: 0; }

.strip {
  width: 100%;
  display: block; }

.strip-inner-wrapper {
  max-width: 984px;
  margin: auto; }

@media only screen and (min-width: 768px) {
  .row-hero {
    margin-top: 40px; }
  .row {
    border-radius: 0;
    margin: 0;
    padding: 40px 20px 20px; }
    .row-grey {
      margin-top: -1px; } }

@media only screen and (min-width: 769px) {
  .row br {
    display: block; } }

@media only screen and (min-width: 984px) {
  .row br {
    display: block; }
  .row {
    padding: 60px 20px 40px; }
  .no-border {
    border: 0; } }

.header-search [type="search"],
.header-search [type="text"],
.search-form [type="search"],
.search-form [type="text"] {
  -webkit-appearance: none;
  background-color: #c34113;
  box-shadow: none;
  color: #333;
  display: block;
  float: left;
  font-size: 1em;
  margin-bottom: 0;
  padding: 12px 10px;
  transition: all .5s ease-out;
  width: 100%; }

.header-search .svg-search-handle,
.search-form .svg-search-handle {
  fill: #333; }

.header-search .svg-search-frame,
.search-form .svg-search-frame {
  stroke: #333; }

.header-search placeholder,
.search-form placeholder {
  color: #333;
  opacity: 1; }

.header-search input:placeholder,
.search-form input:placeholder {
  color: #333;
  opacity: 1; }

.header-search ::placeholder,
.search-form ::placeholder {
  color: #333;
  opacity: 1; }

.header-search [type="search"]:focus,
.search-form [type="search"]:focus {
  background-color: #b03a11;
  border-color: #b3b3b3; }

.header-search [type=submit],
.search-form [type=submit] {
  background: none;
  display: block;
  float: left;
  line-height: 0;
  margin-left: -40px;
  overflow: visible;
  padding: 3px 2px;
  width: auto; }
  .header-search [type=submit]:hover,
  .search-form [type=submit]:hover {
    background: none; }
  .header-search [type=submit] img,
  .search-form [type=submit] img {
    height: 28px;
    width: 28px;
    margin-top: 2px; }

.banner .search-toggle {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 90 90'><g color='%23fff'><path fill='none' stroke-width='4' overflow='visible' enable-background='accumulate' d='M0 0h90v90H0z'/><path d='M69 36.5a33 33.5 0 1 1-66 0 33 33.5 0 1 1 66 0z' transform='matrix(.636 0 0 .627 16.114 16.12)' fill='none' stroke='%23fff' stroke-width='9.5' overflow='visible' enable-background='accumulate'/><path d='M55.77 52.92L52.94 55.75l14 14 2.83-2.83-14-14z' font-size='xx-small' fill='%23fff' stroke-width='6' overflow='visible' enable-background='accumulate' font-family='Sans' class='s0'/><path d='M60.97 57.03c-1.55-3.04 1.02-3.63 2.46-0.58 1.44-0.21 3.21 4.29l9.19 9.2c2.68 2.85 3.26 2.46 5.64 2.38-2.38 2.77-2.79-0.08-5.65l-9.19-9.2c-0.73-0.75-1.78-1.19-2.83-1.19z' font-size='xx-small' fill='%23fff' stroke-width='11.8' overflow='visible' enable-background='accumulate' font-family='Sans' class='s0'/></g></svg>");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: block;
  height: 48px;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 24px; }
  .banner .search-toggle .search-toggle__link {
    width: 48px;
    height: 48px; }
    .banner .search-toggle .search-toggle__link.open {
      display: block; }
    .banner .search-toggle .search-toggle__link.close {
      display: none; }

#site-search:hover form {
  display: block; }

#site-search:hover .search-toggle .search-toggle__link.open {
  display: none; }

#site-search:hover .search-toggle .search-toggle__link.close {
  display: block; }

.header-search,
.search-form {
  background: #f7f7f7;
  border: 0;
  display: none;
  float: left;
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 3; }

.search-form.active,
.header-search.active,
.header-search.open {
  display: block; }

.search-form div,
.header-search div {
  box-shadow: inset 0 -4px 4px -4px rgba(0, 0, 0, 0.3), inset 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  background: #ec6d40;
  margin: 10px;
  position: relative;
  z-index: 1; }

.search-form form [type="search"],
.header-search form [type="search"] {
  background: #fff;
  border: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 3px rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  float: left;
  font-size: 1em;
  height: auto;
  margin: 0;
  padding: 8px 10px;
  width: 100%; }

.yes-js .header-inner .search-form,
.yes-js .header-inner .header-search {
  display: none; }
  .yes-js .header-inner .search-form form,
  .yes-js .header-inner .header-search form {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999; }

@media only screen and (max-width: 1024px) {
  .banner .search-toggle {
    right: 0; }
  .no-svg .search-toggle,
  .opera-mini .search-toggle {
    background-image: url("https://assets.ubuntu.com/v1/75d8151d-search-white.png"); } }

@media only screen and (min-width: 1024px) {
  .banner .search-toggle {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .search-form,
  .header-search {
    background: none;
    border-right: 0 none;
    float: right;
    margin-bottom: 0;
    max-width: 220px;
    overflow: hidden;
    padding: 7px 0 5px 14px; }
    .search-form form [type="text"],
    .search-form form [type="search"],
    .header-search form [type="text"],
    .header-search form [type="search"] {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
      box-sizing: content-box;
      background-color: #c34113;
      border: 0 solid #b93e12;
      border-width: 0 0 1px;
      color: #fff;
      font-size: .813em;
      height: 24px;
      margin-bottom: 0;
      padding: .5em 2.5em .5em .5em;
      transition: all .5s ease 0s;
      width: 86px; }
      .search-form form [type="text"]:focus,
      .search-form form [type="search"]:focus,
      .header-search form [type="text"]:focus,
      .header-search form [type="search"]:focus {
        background-color: #b03a11;
        border-color: #94310f; }
    .search-form .svg-search-handle,
    .header-search .svg-search-handle {
      fill: #fff; }
    .search-form .svg-search-frame,
    .header-search .svg-search-frame {
      stroke: #fff; }
    .search-form placeholder,
    .header-search placeholder {
      color: #fff; }
    .search-form input:placeholder,
    .header-search input:placeholder {
      color: #fff; }
    .search-form ::placeholder,
    .header-search ::placeholder {
      color: #fff; } }

@media only screen and (min-width: 1024px) {
  .header-search .svg-search-handle,
  .search-form .svg-search-handle {
    fill: #fff; }
  .header-search .svg-search-frame,
  .search-form .svg-search-frame {
    stroke: #fff; }
  .header-search placeholder,
  .search-form placeholder {
    color: #fff; }
  .header-search input:placeholder,
  .search-form input:placeholder {
    color: #fff; }
  .header-search ::placeholder,
  .search-form ::placeholder {
    color: #fff; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary .header-search {
    position: relative;
    top: 0;
    width: 100%; }
    .banner .nav-primary .header-search [type="search"] {
      background-color: #ebebeb;
      color: #fff; }
    .banner .nav-primary .header-search [type="submit"] {
      background-color: transparent;
      height: 38px;
      margin-top: 0;
      width: 32px; }
      .banner .nav-primary .header-search [type="submit"] img,
      .banner .nav-primary .header-search [type="submit"] svg {
        max-width: none; }
    .banner .nav-primary .header-search.open {
      display: block; }
  .banner .search-toggle {
    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 90 90'><g color='%23fff'><path fill='none' stroke-width='4' overflow='visible' enable-background='accumulate' d='M0 0h90v90H0z'/><path d='M69 36.5a33 33.5 0 1 1-66 0 33 33.5 0 1 1 66 0z' transform='matrix(.636 0 0 .627 16.114 16.12)' fill='none' stroke='%23fff' stroke-width='9.5' overflow='visible' enable-background='accumulate'/><path d='M55.77 52.92L52.94 55.75l14 14 2.83-2.83-14-14z' font-size='xx-small' fill='%23fff' stroke-width='6' overflow='visible' enable-background='accumulate' font-family='Sans' class='s0'/><path d='M60.97 57.03c-1.55-3.04 1.02-3.63 2.46-0.58 1.44-0.21 3.21 4.29l9.19 9.2c2.68 2.85 3.26 2.46 5.64 2.38-2.38 2.77-2.79-0.08-5.65l-9.19-9.2c-0.73-0.75-1.78-1.19-2.83-1.19z' font-size='xx-small' fill='%23fff' stroke-width='11.8' overflow='visible' enable-background='accumulate' font-family='Sans' class='s0'/></g></svg>");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer;
    display: block;
    height: 48px;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    width: 48px; }
  .no-svg .banner .search-toggle,
  .opera-mini .banner .search-toggle {
    background-image: url("https://assets.ubuntu.com/v1/2196e362-search-white.svg"); }
  .opera-mini x:-o-prefocus,
  .opera-mini .banner .search-toggle {
    background-size: 25px auto; } }

@media only screen and (min-width: 1024px) {
  .search-form,
  .header-search {
    display: block; }
    .search-form .svg-search-handle,
    .header-search .svg-search-handle {
      fill: #fff; }
    .search-form .svg-search-frame,
    .header-search .svg-search-frame {
      stroke: #fff; }
    .search-form form [type="text"]:focus,
    .header-search form [type="text"]:focus {
      width: 160px; }
    .search-form [type="search"],
    .search-form [type="text"],
    .header-search [type="search"],
    .header-search [type="text"] {
      padding: 8px 10px; } }

@media only screen and (max-width: 984px) {
  .search-form,
  .header-search {
    margin-right: 10px; } }

@media only screen and (max-width: 1024px) {
  .banner .search-toggle {
    right: 48px; } }

.ubuntu-search .nav-secondary,
.search-results .nav-secondary,
.search-no-results .nav-secondary {
  display: none; }

.ubuntu-search section > h1,
.ubuntu-search section article h1,
.search-results section > h1,
.search-results section article h1,
.search-no-results section > h1,
.search-no-results section article h1 {
  padding-bottom: 10px;
  font-size: 1.438em;
  margin-bottom: 0; }

.ubuntu-search section > h1,
.search-results section > h1,
.search-no-results section > h1 {
  border-bottom: 1px dotted #cdcdcd; }

.ubuntu-search .main-search,
.search-results .main-search,
.search-no-results .main-search {
  background-color: transparent;
  margin: 0 0 20px;
  padding: 20px 0; }
  .ubuntu-search .main-search [type="search"],
  .search-results .main-search [type="search"],
  .search-no-results .main-search [type="search"] {
    border: 1px solid #888;
    float: left;
    font-size: 2em;
    padding: .2em 65px .2em .2em;
    width: 100%; }
  .ubuntu-search .main-search [type=submit],
  .search-results .main-search [type=submit],
  .search-no-results .main-search [type=submit] {
    width: 32px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-color: transparent;
    background-size: 28px 28px;
    display: block;
    float: left;
    line-height: 0;
    margin-left: -53px;
    margin-top: -4px;
    overflow: visible;
    padding: 4px; }
    .ubuntu-search .main-search [type=submit] img,
    .search-results .main-search [type=submit] img,
    .search-no-results .main-search [type=submit] img {
      height: 45px;
      width: 45px; }
  .ubuntu-search .main-search [type=submit]:hover,
  .search-results .main-search [type=submit]:hover,
  .search-no-results .main-search [type=submit]:hover {
    background: none; }

.ubuntu-search .search-result h1 .title-main,
.search-results .search-result h1 .title-main,
.search-no-results .search-result h1 .title-main {
  margin-right: 20px; }

.ubuntu-search .search-result h1 .result-url,
.search-results .search-result h1 .result-url,
.search-no-results .search-result h1 .result-url {
  color: #888;
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  vertical-align: bottom; }
  .ubuntu-search .search-result h1 .result-url a,
  .search-results .search-result h1 .result-url a,
  .search-no-results .search-result h1 .result-url a {
    color: #888; }

.ubuntu-search .search-result p,
.search-results .search-result p,
.search-no-results .search-result p {
  margin-bottom: 0; }

.ubuntu-search .num-results,
.search-results .num-results,
.search-no-results .num-results {
  display: inline-block;
  margin-left: 20px; }

.ubuntu-search .bottom-results-total,
.search-results .bottom-results-total,
.search-no-results .bottom-results-total {
  margin: 0;
  overflow: visible;
  padding-top: 20px;
  text-align: center;
  width: 100%; }

.ubuntu-search .bottom-nav,
.search-results .bottom-nav,
.search-no-results .bottom-nav {
  margin-top: -26px;
  overflow: hidden; }
  .ubuntu-search .bottom-nav ul,
  .search-results .bottom-nav ul,
  .search-no-results .bottom-nav ul {
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    padding: 0; }
  .ubuntu-search .bottom-nav li,
  .search-results .bottom-nav li,
  .search-no-results .bottom-nav li {
    float: left;
    margin-left: 15px; }
  .ubuntu-search .bottom-nav li:first-child,
  .search-results .bottom-nav li:first-child,
  .search-no-results .bottom-nav li:first-child {
    margin-left: 0; }

.ubuntu-search .nav-back,
.search-results .nav-back,
.search-no-results .nav-back {
  float: left; }
  .ubuntu-search .nav-back li:before,
  .search-results .nav-back li:before,
  .search-no-results .nav-back li:before {
    color: #e95420;
    content: '\2039';
    /* left chevron &lsaquo; */
    margin-right: 5px; }
  .ubuntu-search .nav-back .item-extreme:before,
  .search-results .nav-back .item-extreme:before,
  .search-no-results .nav-back .item-extreme:before {
    content: '\2039\2039';
    /* double left chevron &lsaquo; */ }

.ubuntu-search .nav-forward,
.search-results .nav-forward,
.search-no-results .nav-forward {
  float: right; }
  .ubuntu-search .nav-forward li:after,
  .search-results .nav-forward li:after,
  .search-no-results .nav-forward li:after {
    color: #e95420;
    content: '\203A';
    /* right chevron&nbsp;&rsaquo; */
    margin-left: 5px; }
  .ubuntu-search .nav-forward .item-extreme:after,
  .search-results .nav-forward .item-extreme:after,
  .search-no-results .nav-forward .item-extreme:after {
    content: '\203A\203A';
    /* double right chevron&nbsp;&rsaquo; */ }

.ubuntu-search .error-notification,
.search-results .error-notification,
.search-no-results .error-notification {
  background-color: #fff;
  color: #333;
  display: block;
  margin-top: 20px;
  padding: 20px;
  width: 100%; }

.ubuntu-search .result-line,
.search-results .result-line,
.search-no-results .result-line {
  color: #888; }

.ubuntu-search .results-top,
.search-results .results-top,
.search-no-results .results-top {
  border-bottom: 1px dotted #cdcdcd;
  padding-bottom: .5em; }

.ubuntu-search .search-container,
.search-results .search-container,
.search-no-results .search-container {
  padding-bottom: 0; }

@media only screen and (min-width: 1024px) {
  .ubuntu-search .main-search [type=submit] {
    margin-left: -60px;
    margin-top: 0; } }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-l-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-l-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-r-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-r-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-b-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-b-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-li-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-li-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-ri-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-ri-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-bi-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntu-bi-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntumono-r-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/sites/ubuntu/latest/u/fonts/ubuntumono-r-webfont.woff") format("woff"); }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  color: #333;
  font-family: Ubuntu, Arial, 'libra sans', sans-serif;
  font-size: 16px;
  font-weight: 300; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a {
  color: #e95420;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: underline; }

strong {
  font-weight: 400; }

.caps-centered,
.muted-heading {
  font-size: .875em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

small,
.smaller {
  font-size: 13px; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

pre {
  border-radius: 4px;
  background-color: white;
  padding: .6em 1em;
  white-space: pre-wrap;
  word-wrap: break-word; }

p + h2,
ul + h2,
ol + h2,
pre + h2 {
  margin-top: 0.5625em; }

header nav a:link {
  font-weight: normal; }

p + h3,
ul + h3,
ol + h3,
pre + h3 {
  margin-top: .783em; }

p + h4,
ul + h4,
ol + h4,
pre + h4 {
  margin-top: 1.21875; }

ol + h2,
p + h2,
pre + h2,
ul + h2 {
  margin-top: .563em; }

ol + h3,
p + h3,
pre + h3,
ul + h3 {
  margin-top: .783em; }

ol + h4,
p + h4,
pre + h4,
ul + h4 {
  margin-top: 1.219em; }

.intro {
  font-size: 1em;
  line-height: 1.4; }

.row div p:last-child,
.row ul p:last-child {
  margin-bottom: 0; }

.four-col p:last-child {
  margin-bottom: 0; }

.note {
  color: #888;
  font-size: .813em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, Arial, 'libra sans', sans-serif;
  font-weight: 300;
  line-height: 1.3; }

h1 {
  font-size: 2.8125em;
  margin-bottom: .5em; }

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

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

h4 {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: .615em; }

h5 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1em; }

h6 {
  font-size: .8125em;
  font-weight: 400;
  margin-bottom: 1em;
  letter-spacing: .1em;
  text-transform: uppercase; }

p,
li {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  margin-bottom: .75em;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: Ubuntu,Arial,'libra sans',sans-serif; }

@media only screen and (min-width: 768px) and (max-width: 984px) {
  h1 {
    font-size: 1.5234375em;
    margin-bottom: .5em; }
  h2 {
    font-size: 1.348125em;
    margin-bottom: .5em; }
  h3 {
    font-size: 1.1428125em;
    margin-bottom: .522em; }
  h4 {
    font-size: 1.171875em;
    font-weight: 400;
    margin-bottom: .615em; }
  h5 {
    font-size: .9375em;
    font-weight: 700;
    margin-bottom: 1em; }
  h6 {
    font-size: .6778125em;
    font-weight: 400;
    margin-bottom: 1em;
    letter-spacing: .1em;
    text-transform: uppercase; }
  .intro {
    font-size: 1.13333em; } }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.421875em;
    margin-bottom: .4375em; }
  h2 {
    font-size: 1.25825em;
    margin-bottom: .4375em; }
  h3 {
    font-size: 1.066625em;
    margin-bottom: .45675em; }
  h4 {
    font-size: 1.09375em;
    font-weight: 400;
    margin-bottom: .538125em; }
  h5 {
    font-size: .875em;
    font-weight: 700;
    margin-bottom: .875em; }
  h6 {
    font-size: .632625em;
    font-weight: 400;
    margin-bottom: .875em;
    letter-spacing: .1em;
    text-transform: uppercase; }
  p,
  li {
    font-size: .875rem; } }

@media only screen and (min-width: 984px) {
  p,
  li,
  code,
  pre {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: .75em; }
  .intro {
    font-size: 1.25em; } }

dfn {
  font-style: italic; }

code,
pre {
  font-family: 'Ubuntu Mono', 'Consolas', 'Monaco', 'Lucida Console', 'Courier New', Courier, monospace; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: scroll;
  margin-bottom: 20px;
  margin: 0 0 2.5em;
  width: 100%; }
  table th,
  table td {
    background: #f7f7f7;
    border: 1px dotted #888;
    padding: 15px 10px; }
  table td {
    text-align: center;
    vertical-align: middle; }
  table thead th {
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #fee3d2;
    color: #333;
    font-weight: normal; }
  table tbody th {
    font-weight: 300;
    text-align: left; }
  table th[scope='col'] {
    text-align: center; }
  table thead th:first-of-type {
    text-align: left; }

@media only screen and (max-width: 768px) {
  table {
    display: block; } }

body footer.global #nav-global li:first-of-type a {
  margin-left: 0; }

footer.global {
  background: none;
  border-top: 0;
  box-shadow: inset 0 2px 2px -1px #cdcdcd;
  clear: both;
  display: block;
  padding: 30px 10px 20px;
  position: relative;
  width: 100%; }
  footer.global .legal {
    background-image: none;
    clear: both;
    margin: 0 auto;
    min-height: 40px;
    position: relative;
    width: 100%; }
    footer.global .legal p,
    footer.global .legal ul {
      padding-left: 0; }
  footer.global h2 {
    font-size: .75em;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: .5em; }
  footer.global h2,
  footer.global h2 a:link,
  footer.global h2 a:visited {
    color: #333;
    font-weight: normal; }
  footer.global ul {
    margin: 0; }
  footer.global li a:hover {
    color: #e95420; }
  footer.global li ul li a:link,
  footer.global li ul li a:visited {
    color: #333;
    font-size: .75em; }
  footer.global h2 a:hover,
  footer.global h2 a:active {
    color: #e95420; }
  footer.global p {
    color: #333;
    font-size: 12px;
    margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  footer.no-global .legal {
    box-shadow: 0 2px 2px -1px #cdcdcd inset;
    box-sizing: content-box;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px; } }

@media only screen and (min-width: 984px) {
  footer.global .legal {
    width: 984px; }
  footer.global {
    padding: 30px 0 20px; } }

svg:not(:root) {
  overflow: hidden; }

figure {
  width: 100%; }
  figure caption {
    display: block;
    width: 100%;
    text-align: center; }

object,
iframe,
embed,
canvas,
video,
audio {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-container h3,
  .video-container .video-title {
    margin-top: 20px; }

.inline-logos {
  float: left;
  margin-left: 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  .inline-logos .inline-logos__item {
    display: inline-block;
    margin-right: 20px;
    padding: 0 0 20px;
    width: 36%; }
    @media only screen and (max-width: 300px) {
      .inline-logos .inline-logos__item {
        margin: 0 0 20px;
        width: 100%; } }
    .inline-logos .inline-logos__item.clear-row {
      clear: left; }
    .inline-logos .inline-logos__item.last-item {
      border: 0; }
  .inline-logos .inline-logos__image {
    max-height: 32px;
    max-width: 115px;
    transition: all .3s ease-out;
    vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .inline-logos {
    padding-top: 20px; }
    .inline-logos .inline-logos__item {
      display: inline-block;
      height: 56px;
      line-height: 60px;
      margin: 0 30px 30px;
      width: 150px; }
    .inline-logos .inline-logos__image {
      float: none;
      height: auto;
      max-height: 56px;
      max-width: 150px;
      vertical-align: middle; } }

@media only screen and (min-width: 984px) {
  .inline-logos__item {
    margin-bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .equal-height__align-vertically {
    align-items: center;
    justify-content: center; } }

@media only screen and (min-width: 768px) {
  .equal-height--vertical-divider {
    position: relative; }
    .equal-height--vertical-divider__item {
      padding-left: 10px;
      padding-right: 10px; }
      .equal-height--vertical-divider__item:before {
        content: '';
        position: absolute;
        right: -10px;
        top: 0;
        height: 100%;
        width: 1px;
        border-right: 1px dotted #888; }
    .equal-height--vertical-divider .last-col, .equal-height--vertical-divider__item:last-of-type {
      padding-right: 0; }
      .equal-height--vertical-divider .last-col:before, .equal-height--vertical-divider__item:last-of-type:before {
        border-right: 0; }
    .equal-height--vertical-divider__item:first-of-type {
      padding-left: 0; } }

@media only screen and (max-width: 768px) {
  .equal-height--vertical-divider .equal-height--vertical-divider__item {
    border-bottom: 1px dotted #888;
    padding-bottom: 20px; }
  .equal-height--vertical-divider .equal-height--vertical-divider__item:last-of-type {
    border-bottom: 0;
    padding-bottom: inherit; } }

body {
  background-color: #f7f7f7;
  background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/backgrounds/image-background-paper.png?w=$breakpoint-medium");
  background-position: center top;
  background-repeat: repeat-y; }
  @media only screen and (min-width: 768px) {
    body {
      background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/backgrounds/image-background-paper.png"); } }

.wrapper {
  margin: 0 auto;
  max-width: 984px; }

.inner-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px #cdcdcd;
  margin: 10px 0 0;
  padding-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .inner-wrapper {
      margin: 10px 0 30px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 985px) {
    .inner-wrapper {
      margin: 0; } }

@media only screen and (min-width: 985px) {
  .banner {
    margin-bottom: 30px; } }

.banner .nav-primary ul {
  border: 0; }
  .banner .nav-primary ul li {
    border-left-color: #df4a16; }
    .banner .nav-primary ul li ul {
      box-shadow: 0 2px 2px -1px #888;
      border-radius: 10px;
      background: #f7f7f7;
      border: 1px solid #cdcdcd;
      display: none;
      float: none;
      margin: 0;
      padding: 5px 0 20px;
      position: absolute;
      top: 51px;
      width: 200px; }
  .banner .nav-primary ul li a,
  .banner .nav-primary ul li a:link,
  .banner .nav-primary ul li a:visited,
  .banner .nav-primary ul li a.active:link,
  .banner .nav-primary ul li a.active:visited {
    font-weight: normal; }
    @media only screen and (min-width: 768px) {
      .banner .nav-primary ul li a,
      .banner .nav-primary ul li a:link,
      .banner .nav-primary ul li a:visited,
      .banner .nav-primary ul li a.active:link,
      .banner .nav-primary ul li a.active:visited {
        border-left: 1px solid #eb6233; } }
    .banner .nav-primary ul li a:hover,
    .banner .nav-primary ul li a:link:hover,
    .banner .nav-primary ul li a:visited:hover,
    .banner .nav-primary ul li a.active:link:hover,
    .banner .nav-primary ul li a.active:visited:hover {
      background: #ec693c;
      box-shadow: none;
      color: #fff; }
  @media only screen and (min-width: 1024px) {
    .banner .nav-primary ul ul {
      display: none; } }
  .banner .nav-primary ul ul li {
    border: 0; }
  .banner .nav-primary ul ul li:last-child {
    border: 0; }
  .banner .nav-primary ul li ul li a,
  .banner .nav-primary ul li ul li a:link,
  .banner .nav-primary ul li ul li a:visited {
    color: #333;
    border: 0;
    padding: 10px 0 0 14px;
    font-weight: normal;
    text-align: left;
    width: 186px; }
  .banner .nav-primary ul .second-level-nav li a:link:hover, .banner .nav-primary ul .second-level-nav li a:visited:hover {
    background: none;
    color: #e95420; }
  .banner .nav-primary ul .second-level-nav .active:link, .banner .nav-primary ul .second-level-nav .active:visited, .banner .nav-primary ul .second-level-nav .active:link:hover, .banner .nav-primary ul .second-level-nav .active:visited:hover {
    background: none;
    border: 0;
    color: #333; }
  .banner .nav-primary ul li:hover ul::after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAICAYAAAD5nd/tAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYODgYVPPJJpQAAAT9JREFUKM+dkD9IAnEUx7+/IkVxFaxoKYxIWhqKwJw0JAJ315Yac8+1tUFo6HCp34XRdRp11z+J4BzckqShPzdEQ5G/EhPO6V5Tcg3G0QcePHjvffjygB4oXAIApFMxyPlcWM7nwulU7NfMNQqXGABsZNcCCpcKtapBtapBCpcK2fXlAAAcy3vMlUxTdgEAO9ubybPiPjWFoE6nQ5ZlUfNDULl0RAdSPuncddL30+gnCgOAlngLaocyn4nG9fmFJXj9fhARAMDr82MuEcfk7LSuFQu8DTvovO1SuTxlAKCqPFO5Ov/6FIIsy/qzROOdrst6S1V5xunomo0LrT4yOh4JDg6BMXfvIdvGs/mExutLPZpYnAIAdmNUVuwBbI1NRODxePEf2u0WHu9u4ev3rTLTfKBQaNh1qp5piWCa9/gGBheo3r6AmYcAAAAASUVORK5CYII=") no-repeat;
    content: '';
    display: block;
    height: 8px;
    left: 20px;
    position: relative;
    top: -13px;
    width: 200px;
    z-index: 999; }
  .banner .nav-primary ul li:hover ul {
    display: block; }

@media only screen and (min-width: 985px) {
  .banner .logo {
    margin-left: 0; } }

.strip-dark {
  background-color: #2c001e;
  background-image: url("https://assets.ubuntu.com/v1/62d597f6-background-grid.png");
  color: #fff; }
  .strip-dark .resource {
    box-shadow: none;
    color: #333;
    padding-right: 20px; }
  .strip-dark .resource::before {
    border-bottom-width: 29px;
    border-right-color: #2c001e;
    right: -2px;
    top: -1px; }
  .strip-dark .resource:hover::before {
    border-bottom-width: 34px; }

.context-footer {
  box-sizing: border-box;
  clear: both;
  display: block;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  .context-footer hr {
    background: #e95420;
    border: 0;
    box-shadow: inset 0 2px 2px -2px #888;
    clear: both;
    height: 14px;
    margin: 0 -10px 20px; }
  .context-footer div > div {
    border-bottom: 1px dotted #888;
    padding-bottom: 20px; }
    .context-footer div > div:last-child {
      border: 0;
      padding-bottom: 0; }
  .context-footer ul {
    margin-bottom: 5px; }
  .context-footer h3 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: .75em; }

@media only screen and (min-width: 768px) {
  .context-footer div > div {
    border: 0;
    padding-bottom: 0; }
  .context-footer hr {
    margin: 0 -30px 40px; }
  .context-footer h3 {
    font-size: 1.07143125em; }
  .context-footer p,
  .context-footer li,
  .context-footer a {
    font-size: .9375em; } }

@media only screen and (min-width: 984px) {
  .context-footer {
    padding: 0 20px; }
    .context-footer hr {
      margin: 0 -20px 40px; }
    .context-footer h3 {
      font-size: 1.14286em; }
    .context-footer p,
    .context-footer li,
    .context-footer a {
      font-size: 1em; } }

.top-link {
  position: absolute;
  left: -999em; }

.pull-left-20 {
  margin-left: -20px; }

.pull-right-20 {
  margin-right: -20px; }

.pull-left-40 {
  margin-left: -40px; }

.pull-right-40 {
  margin-right: -41px; }

.arrow-up {
  background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/patterns/arrow-up.png");
  left: 20px;
  top: -11px; }

.arrow-down {
  background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/patterns/arrow-down.png");
  bottom: -11px;
  right: 20px; }

.arrow-right {
  background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/patterns/arrow-right.png");
  height: 18px;
  right: -11px;
  top: 20px;
  width: 11px; }

.arrow-left {
  background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/patterns/arrow-left.png");
  bottom: 20px;
  height: 18px;
  left: -11px;
  width: 11px; }

.box {
  background: #fff;
  border: 1px solid #cdcdcd; }

.box-grey {
  background: #f7f7f7;
  color: #333; }

.box-orange {
  background: #e95420;
  color: #fff; }

.box-highlight {
  border: 1px solid #f7f7f7;
  box-shadow: 0 2px 2px 0 #cdcdcd; }

.box-textured {
  background: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/patterns/grey-textured-background.jpg");
  border: 0;
  box-shadow: 0 2px 2px 0 #cdcdcd; }

.box-padded {
  background: #efefef;
  border: 0;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 6px 5px; }
  .box-padded h3 {
    font-size: 1.21875em;
    margin-left: 5px;
    margin-top: 5px; }
  .box-padded li h3 {
    font-size: 1.21875em;
    margin: 0; }
  .box-padded div {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px 8px 2px; }

.box-padded-feature {
  background: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/patterns/soft-centre-bkg.gif") repeat scroll 0 0 #888;
  border-radius: 4px;
  border: 0;
  margin-bottom: 20px;
  padding: 11px 5px 6px; }
  .box-padded-feature h3 {
    color: #fff;
    font-size: 1.21875em;
    margin-left: 5px; }
  .box-padded-feature h4 {
    font-size: 1em;
    font-weight: normal; }
  .box-padded-feature > div {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px 8px; }
  .box-padded-feature div div {
    margin-bottom: 0; }
  .box-padded-feature .one-col {
    float: left;
    width: 48px; }

@media only screen and (max-width: 768px) {
  .box-padded-feature .inline-icons li {
    display: block;
    float: left; }
  .box-padded-feature .one-col {
    float: left;
    width: 48px; } }

.resource {
  cursor: pointer;
  padding-bottom: 40px;
  position: relative;
  transition: background .2s ease-out; }
  .resource.four-col h2 a:link,
  .resource.four-col h2 a:visited {
    font-size: 1.125em; }
  .resource.twelve-col h2 a:link,
  .resource.twelve-col h2 a:visited {
    font-size: 1.40625em; }
  .resource:hover {
    background-color: #fafafa; }
  .resource::after {
    box-shadow: 0 -1px 2px 0 #ddd;
    content: '';
    height: 1px;
    position: absolute;
    right: -6px;
    top: 14px;
    transform: rotate(45deg);
    transition: all .2s ease-out;
    width: 41px;
    z-index: 2; }
  .resource:hover::after {
    right: -9px;
    top: 18px;
    width: 48px; }
  .resource::before {
    border-bottom: 30px solid #f7f7f7;
    border-radius: 0;
    border-right: 30px solid #fff;
    box-shadow: -2px 2px 2px rgba(247, 247, 247, 0.4);
    content: '';
    height: 0;
    position: absolute;
    right: -3px;
    top: -2px;
    transition: border-width .2s ease-out;
    width: 0;
    z-index: 2; }
  .resource:hover::before {
    border-bottom-width: 35px;
    border-right-width: 35px; }
  .resource:last-of-type {
    margin-bottom: 30px; }
  .resource .content-cat {
    background: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/icons/icon-resource-hub-icon-document.png") left center no-repeat;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 0 20px;
    position: absolute;
    text-transform: uppercase; }
  .resource .content-cat-webinar {
    background: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/icons/icon-resource-hub-webinar.png") left center no-repeat; }
  .resource.box-image-centered div + span img {
    margin-top: 40px; }

.resource h2 {
  padding-right: 20px; }

.row-grey .resource::before {
  border-right-color: #f7f7f7; }

.list-ticks--compact li {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><circle fill='%2394310f' cx='7' cy='7' r='7'/><path fill='%23fff' d='M6.1 10.813L2.41 8.105l1.184-1.613L5.9 8.187l4.393-4.394 1.414 1.414z' /></svg>"); }

.list-ticks--canonical li {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><circle fill='%23772953' cx='7' cy='7' r='7'/><path fill='%23fff' d='M6.1 10.813L2.41 8.105l1.184-1.613L5.9 8.187l4.393-4.394 1.414 1.414z' /></svg>"); }

.list-ticks--canonical-compact li {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><circle fill='%23772953' cx='7' cy='7' r='7'/><path fill='%23fff' d='M6.1 10.813L2.41 8.105l1.184-1.613L5.9 8.187l4.393-4.394 1.414 1.414z' /></svg>"); }

@media only screen and (min-width: 1024px) {
  .nav-secondary {
    border-width: 0 0 1px; }
    .nav-secondary .breadcrumb {
      padding-top: 8px;
      padding-bottom: 7px; } }

@media only screen and (min-width: 1024px) {
  .header-search [type="search"],
  .header-search [type="text"],
  .search-form [type="search"],
  .search-form [type="text"] {
    border-radius: 4px; } }

blockquote {
  padding: inherit 1em; }

[type=range] {
  -webkit-appearance: none;
  margin: 9px 0;
  background-color: transparent; }
  [type=range]:focus {
    outline: none; }
  [type=range]::-webkit-slider-runnable-track {
    height: 4px;
    cursor: pointer;
    transition: all .2s ease;
    background: #DD4713;
    border-radius: 2px; }
  [type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 rgba(13, 13, 13, 0.4);
    border: 0 solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px; }
  [type=range]:focus::-webkit-slider-runnable-track {
    background: #dd4713; }
  [type=range]::-moz-range-track {
    height: 4px;
    cursor: pointer;
    transition: all .2s ease;
    background: #DD4713;
    border-radius: 2px; }
  [type=range]::-moz-range-thumb {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 rgba(13, 13, 13, 0.4);
    border: 0 solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: white;
    cursor: pointer; }
  [type=range]::-ms-track {
    height: 4px;
    cursor: pointer;
    transition: all .2s ease;
    background: transparent;
    border-color: transparent;
    border-width: 18px 0;
    color: transparent; }
  [type=range]::-ms-fill-lower {
    background: #dd4713;
    border-radius: 4px; }
  [type=range]::-ms-fill-upper {
    background: #DD4713;
    border-radius: 4px; }
  [type=range]::-ms-thumb {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 rgba(13, 13, 13, 0.4);
    border: 0 solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: white;
    cursor: pointer; }
  [type=range]:focus::-ms-fill-lower {
    background: #DD4713; }
  [type=range]:focus::-ms-fill-upper {
    background: #dd4713; }

.p-list-step::after, .u-clearfix::after {
  clear: both;
  content: '';
  display: block; }

.p-footer {
  border-top: 1px dotted #000;
  font-size: .75rem;
  margin-bottom: 1rem;
  padding-top: .75rem; }
  @media (min-width: 768px) {
    .p-footer {
      font-size: .8125rem; } }
  .p-footer__copy {
    margin-bottom: 0; }
  .p-footer__links {
    margin: 0;
    padding: .5rem 0; }
    @media (min-width: 768px) {
      .p-footer__links {
        margin-top: 0;
        padding: 0; } }
  .p-footer__item {
    display: block;
    margin-bottom: .25rem; }
    @media (min-width: 768px) {
      .p-footer__item {
        display: inline-block; } }
    .p-footer__item:last-child a::after {
      opacity: 0; }
  .p-footer__link {
    border-bottom: 0;
    color: #111;
    font-size: .75rem; }
    .p-footer__link:visited {
      color: black; }
    .p-footer__link:hover {
      color: #007aa6; }
    @media (min-width: 768px) {
      .p-footer__link {
        font-size: .8125rem;
        margin-right: 1rem; }
        .p-footer__link::after {
          content: '\00b7';
          display: inline-block;
          font-size: 1.5rem;
          left: .5rem;
          position: relative;
          top: .2rem; } }
    .p-footer__link:hover::after {
      color: #111; }

.p-link--external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23007aa6' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 100% top;
  background-repeat: no-repeat;
  background-size: .7rem .7rem;
  padding-right: .9rem; }

.p-link--no-underline {
  border: 0; }

.p-link--soft {
  color: #111; }
  .p-link--soft:visited {
    color: #111;
    text-decoration: none; }
  .p-link--soft:hover {
    color: #007aa6; }
  .p-link--soft.is-selected {
    font-weight: 400; }

.p-link--strong {
  color: #111;
  font-weight: 400; }
  .p-link--strong:visited {
    color: #111; }
  .p-link--strong:hover {
    color: #007aa6;
    text-decoration: underline; }
  .p-link--strong.p-link--external:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E"); }

.p-link--inverted {
  color: #f7f7f7;
  font-weight: 400; }
  .p-link--inverted:hover {
    color: #f7f7f7; }
  .p-link--inverted:visited {
    color: #dedede; }

.p-top {
  border-bottom: 1px dotted #cdcdcd;
  clear: both;
  margin: 20px 0; }
  .p-top__link {
    background: #fff;
    float: right;
    margin-right: 5px;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    top: -.725rem; }

.p-link--external.p-link--strong {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");
  color: #111; }

.p-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .p-list__item {
    margin-bottom: .6667rem; }

.p-list--divided {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .p-list--divided .p-list__item {
    margin-bottom: 0;
    padding-bottom: .63rem;
    padding-top: .63rem;
    border-bottom: 1px dotted #cdcdcd; }
    .p-list--divided .p-list__item:last-of-type,
    .p-list--divided .p-list__item .last-item {
      border-bottom: 0; }

.is-ticked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle fill='%23666' cx='7' cy='7' r='7'/%3E%3Cpath fill='%23fff' d='M6.1 10.813L2.41 8.105l1.184-1.613L5.9 8.187l4.393-4.394 1.414 1.414z' /%3E%3C/svg%3E");
  background-position: 0 .25rem;
  background-repeat: no-repeat;
  padding-left: 25px; }
  .p-list--divided .is-ticked {
    background-position: 0 1rem; }

.p-inline-list {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-list__item {
    display: inline;
    list-style: none;
    margin-right: 1.25rem; }
    .p-inline-list__item:last-of-type,
    .p-inline-list__item .last-item {
      margin-right: 0; }

.p-inline-list--middot {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-list--middot .p-inline-list__item {
    display: inline;
    list-style: none;
    margin-right: 1.25rem;
    position: relative; }
    .p-inline-list--middot .p-inline-list__item:last-of-type,
    .p-inline-list--middot .p-inline-list__item .last-item {
      margin-right: 0; }
    .p-inline-list--middot .p-inline-list__item::after {
      color: #666;
      content: '\00b7';
      font-size: 1.4rem;
      line-height: 0;
      position: absolute;
      right: -1rem;
      top: .55rem; }
    .p-inline-list--middot .p-inline-list__item:hover::after {
      color: #666; }
    .p-inline-list--middot .p-inline-list__item:last-of-type::after,
    .p-inline-list--middot .p-inline-list__item .last-item::after {
      content: ''; }

.p-list-step {
  list-style: none;
  margin-left: 60px;
  padding: 0; }
  .p-list-step__title {
    position: relative; }
  .p-list-step__item {
    clear: both;
    margin-left: 0;
    width: 100%; }
    .p-list-step__item:first-child {
      margin-top: .75rem; }

@media only screen and (min-width: 984px) {
  .p-list-step__item:first-child {
    margin-top: 0; }
  .p-list-step__title {
    margin-bottom: 0; } }

.p-list-step__bullet {
  background: #666;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 50px;
  margin-bottom: .625rem;
  margin-left: -60px;
  margin-right: .34375rem;
  padding: .65rem 1.15rem;
  text-align: center;
  width: 50px; }
  @media only screen and (max-width: 984px) {
    .p-list-step__bullet {
      position: absolute;
      top: -5px; } }

.p-testimonial, .p-testimonial--large {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 2rem;
  padding-right: 1.25rem;
  position: relative;
  quotes: '\201c' '\201d'; }

.p-testimonial__image, .p-testimonial__image--large {
  align-self: center;
  border-radius: 50%;
  margin-bottom: 1rem; }

.p-testimonial__quote:first-of-type::before, .p-testimonial__quote--med:first-of-type::before, .p-testimonial__quote--large:first-of-type::before, .p-testimonial__quote:last-of-type::after, .p-testimonial__quote--med:last-of-type::after, .p-testimonial__quote--large:last-of-type::after {
  color: #e95420;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0;
  max-width: 1.25rem; }

.p-testimonial__quote, .p-testimonial__quote--med, .p-testimonial__quote--large {
  padding-bottom: 2rem; }
  .p-testimonial__quote:first-of-type::before, .p-testimonial__quote--med:first-of-type::before, .p-testimonial__quote--large:first-of-type::before {
    content: open-quote;
    margin-left: -1.5rem;
    margin-top: 1rem;
    position: absolute; }
  .p-testimonial__quote:last-of-type, .p-testimonial__quote--med:last-of-type, .p-testimonial__quote--large:last-of-type {
    margin-bottom: 0; }
  .p-testimonial__quote:last-of-type::after, .p-testimonial__quote--med:last-of-type::after, .p-testimonial__quote--large:last-of-type::after {
    content: close-quote;
    position: relative;
    top: .5rem;
    right: -.5rem; }

.p-testimonial__citation-wrap, .p-testimonial__citation-wrap--large {
  align-self: flex-end;
  display: flex;
  line-height: 1.4;
  margin-top: auto;
  min-height: 72px;
  width: 100%; }

.p-testimonial__citation, .p-testimonial__citation--large {
  display: flex;
  font-size: 1rem;
  font-style: italic; }

.p-testimonial {
  flex-direction: column; }
  .p-testimonial--large {
    flex-direction: row;
    justify-content: space-around; }
  .p-testimonial__quote {
    font-size: 1.125rem; }
  .p-testimonial__quote--med {
    font-size: 1.125rem; }
  .p-testimonial__quote--large {
    font-size: 1.375rem;
    flex: 1;
    padding-bottom: 1rem; }
    @media only screen and (min-width: 769px) {
      .p-testimonial__quote--large {
        font-size: 1.5rem; } }
  .p-testimonial__image {
    max-width: 70px; }
  .p-testimonial__image--large {
    display: inline-block;
    max-width: 100px; }
    @media only screen and (max-width: 768px) {
      .p-testimonial__image--large {
        display: block;
        margin: .5rem auto 0;
        width: 70px; } }
  .p-testimonial__citation-wrap--large {
    align-items: center; }
  .p-testimonial__citation {
    align-items: stretch; }
  .p-testimonial__citation--large {
    align-items: center; }
  .p-testimonial__logo {
    align-self: flex-start;
    margin-right: 1rem;
    max-height: 40px;
    max-width: 100px; }

.p-inline-list-icons {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-list-icons .p-inline-list__item {
    display: inline;
    list-style: none;
    margin-right: 1.25rem;
    float: left; }
    .p-inline-list-icons .p-inline-list__item:last-of-type,
    .p-inline-list-icons .p-inline-list__item .last-item {
      margin-right: 0; }
  .p-inline-list-icons .p-inline-list_icon {
    display: block;
    height: 32px;
    fill: #666;
    width: 32px; }
  .p-inline-list-icons .p-inline-list__link--twitter {
    display: block;
    height: 32px;
    fill: #666;
    width: 32px; }
    .p-inline-list-icons .p-inline-list__link--twitter:hover .twitter-icon {
      fill: #1da1f2; }
  .p-inline-list-icons .p-inline-list__link--google {
    display: block;
    height: 32px;
    fill: #666;
    width: 32px; }
    .p-inline-list-icons .p-inline-list__link--google:hover .google-plus {
      fill: #dc4e41; }
  .p-inline-list-icons .p-inline-list__link--facebook {
    display: block;
    height: 32px;
    fill: #666;
    width: 32px; }
    .p-inline-list-icons .p-inline-list__link--facebook:hover .facebook-icon {
      fill: #3b5898; }
  .p-inline-list-icons .p-inline-list__link--linkedin {
    display: block;
    height: 32px;
    fill: #666;
    width: 32px; }
    .p-inline-list-icons .p-inline-list__link--linkedin:hover .linkedin-icon {
      fill: #0274b3; }

.p-inline-list--small {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-list--small .p-inline-list__item {
    display: inline;
    list-style: none;
    margin-right: 1.25rem;
    font-size: .8125rem; }
    .p-inline-list--small .p-inline-list__item:last-of-type,
    .p-inline-list--small .p-inline-list__item .last-item {
      margin-right: 0; }

.p-inline-list--middot-small {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-list--middot-small .p-inline-list__item {
    display: inline;
    list-style: none;
    margin-right: 1.25rem;
    font-size: .8125rem;
    position: relative; }
    .p-inline-list--middot-small .p-inline-list__item:last-of-type,
    .p-inline-list--middot-small .p-inline-list__item .last-item {
      margin-right: 0; }
    .p-inline-list--middot-small .p-inline-list__item::after {
      color: #666;
      content: '\00b7';
      font-size: 1.4rem;
      line-height: 0;
      position: absolute;
      right: -.85rem;
      top: .4rem; }
    .p-inline-list--middot-small .p-inline-list__item:hover::after {
      color: #666; }
    .p-inline-list--middot-small .p-inline-list__item:last-of-type::after,
    .p-inline-list--middot-small .p-inline-list__item .last-item::after {
      content: ''; }

.p-footer {
  border: 0;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3) inset;
  padding-top: 0; }
  @media only screen and (min-width: 1024px) {
    .p-footer {
      padding-top: 0.75rem; } }
  @media only screen and (max-width: 1024px) {
    .p-footer__nav-col {
      width: 100%; } }
  @media only screen and (max-width: 1024px) {
    .p-footer .strip-inner-wrapper--nav {
      padding: 0 !important;
      max-width: 100% !important; } }
  .p-footer__nav {
    border-bottom: 1px solid #cdcdcd; }
    @media only screen and (min-width: 1024px) {
      .p-footer__nav {
        border-bottom: 1px dotted #666;
        margin-bottom: 20px;
        padding: 40px 0; } }
  .p-footer__links {
    padding: 0; }
  .p-footer__item {
    display: block;
    margin-bottom: 0; }
    @media only screen and (min-width: 1025px) {
      .p-footer__item {
        margin-bottom: 1.5rem; } }
  .p-footer__title {
    color: #666;
    cursor: pointer;
    line-height: 1.5em;
    margin-bottom: 0;
    border-top: 1px solid #cdcdcd;
    background-image: url("https://assets.ubuntu.com/v1/7bd1bd7b-arrow_down_9fa097.svg");
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    font-size: .8125rem;
    padding: 10px 0; }
    @media only screen and (min-width: 1024px) {
      .p-footer__title {
        background: none;
        border: 0;
        color: #111;
        padding: 0 0 6px; } }
    @media only screen and (min-width: 984px) {
      .p-footer__title {
        font-size: .8125rem; } }
    .p-footer__title a:link,
    .p-footer__title a:visited {
      color: #666;
      padding-left: 10px; }
      @media only screen and (min-width: 1024px) {
        .p-footer__title a:link,
        .p-footer__title a:visited {
          color: #111;
          font-weight: normal;
          padding-left: 0; } }
    .p-footer__title a::after {
      content: "";
      /* hide the default > */ }
    .p-footer__title + .second-level-nav {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .p-footer__title + .second-level-nav {
          display: block; } }
    .p-footer__title.active {
      background-image: url("https://assets.ubuntu.com/v1/43e2b367-arrow_up_9fa097.png"); }
      @media only screen and (min-width: 1024px) {
        .p-footer__title.active {
          background: none; } }
      .p-footer__title.active + .second-level-nav {
        display: block; }
  .p-footer__link:hover {
    color: #111; }
  .p-footer .link-to-top {
    color: #666;
    cursor: pointer;
    line-height: 1.5em;
    margin-bottom: 0;
    background-image: url("https://assets.ubuntu.com/v1/e4a5a8c0-picto-upload-warmgrey.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-bottom: 1px solid #666;
    display: block;
    font-size: .857142857rem;
    left: auto;
    margin-bottom: -1px;
    padding: 10px 0 10px 30px;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1024px) {
      .p-footer .link-to-top {
        display: none; } }
    .p-footer .link-to-top a {
      color: #666; }
  .p-footer .second-level-nav {
    margin: 0; }
    .p-footer .second-level-nav li {
      margin-bottom: 0; }
      .p-footer .second-level-nav li a {
        border-top: 1px solid #cdcdcd;
        color: #111;
        display: block;
        font-size: .8125rem;
        padding: 10px 10px 10px 20px; }
        @media only screen and (min-width: 1024px) {
          .p-footer .second-level-nav li a {
            border: 0;
            font-size: 1rem;
            padding: 0 0 5px 0; } }
        @media only screen and (min-width: 984px) {
          .p-footer .second-level-nav li a {
            font-size: .8125rem; } }

.p-footer--secondary {
  padding: 20px 10px 0; }
  @media only screen and (min-width: 1024px) {
    .p-footer--secondary {
      padding: 0; } }
  .p-footer--secondary a:hover {
    color: currentColor; }
  .p-footer--secondary__content {
    font-size: .8125rem; }
  .p-footer--secondary .button--primary {
    color: #111;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding: 6px 18px; }
    .p-footer--secondary .button--primary:hover {
      background-color: #f7f7f7; }
  .p-footer--secondary .p-inline-list--small .p-inline-list__item {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .p-footer--secondary .p-inline-list--small .p-inline-list__item {
        display: inline-block; } }

@media only screen and (min-width: 1024px) {
  .p-inline-list-icons {
    float: right;
    padding-left: 0; } }

@media only screen and (min-width: 984px) {
  .p-inline-list-icons {
    margin-top: 10px; } }

.u-float--right {
  float: right !important; }

.u-float--left {
  float: left !important; }

.u-off-screen {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important; }

.u-no-margin {
  margin: 0 !important; }
  .u-no-margin--top {
    margin-top: 0 !important; }
  .u-no-margin--right {
    margin-right: 0 !important; }
  .u-no-margin--bottom {
    margin-bottom: 0 !important; }
  .u-no-margin--left {
    margin-left: 0 !important; }

/*
 * This stylesheet is used to override the core styles until the monthly merge.
 *
 * Please comment your changes to help documentation.

      CONTENTS:
    -----------------------------------------------------------------
*/
input[type=button],
input[type=submit],
button {
  -webkit-appearance: none; }

body {
  background-color: #f7f7f7;
  background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/backgrounds/image-background-paper.png?w=$breakpoint-medium");
  background-position: center top;
  background-repeat: repeat-y; }
  @media only screen and (min-width: 768px) {
    body {
      background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/backgrounds/image-background-paper.png"); } }

.caps {
  text-transform: uppercase; }

.js-hidden {
  display: none; }

.ua-table {
  margin-bottom: 1.5em; }

@media only screen and (max-width: 768px) {
  .small-align-center {
    text-align: center; } }

/* Chinese Social links */
.list--social__item {
  height: 37px;
  margin-right: 20px;
  padding: 0;
  text-indent: -999em;
  width: 37px;
  float: left;
  display: inline-block; }
  .list--social__item:after {
    content: " " !important; }
  .list--social__item a {
    display: block;
    height: 37px;
    width: 37px;
    margin: 0;
    overflow: hidden; }
  .list--social__item.active a {
    background-image: url("https://assets.ubuntu.com/v1/aab97879-icon-wechat.svg"), url("https://assets.ubuntu.com/v1/2be70a94-qr-code-wechat.png");
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: 37px 37px, auto;
    width: 140px;
    height: 116px; }

.list--social__item--wechat a {
  background: url("https://assets.ubuntu.com/v1/aab97879-icon-wechat.svg") no-repeat; }

.list--social__item--weibo a {
  background: url("https://assets.ubuntu.com/v1/d2d0d5b0-icon-weibo.svg") no-repeat; }

main .list--social {
  display: inline; }

.china-mobile {
  float: left;
  margin-right: 40px; }

.homepage footer .list--social {
  display: none; }

form input[type="url"] {
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #999;
  display: block;
  font-family: Ubuntu,Arial,"libra sans",sans-serif;
  font-size: 1em;
  font-weight: 300;
  padding: 0.6956522em 0.869565em; }

header.banner .nav-primary li:hover ul:after {
  left: 0;
  background-position: 20px 0; }

.u-full-width {
  width: 100%; }

.phone-numbers {
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 0; }
  .phone-numbers__title {
    background-color: #f7f7f7;
    padding: 15px 20px; }
  .phone-numbers__list {
    margin-left: 0;
    padding: 0 20px; }
  .phone-numbers__list-item {
    border-bottom: 1px dotted #888;
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0; }
    .phone-numbers__list-item:last-of-type {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .phone-numbers__number {
    float: right; }

@media only screen and (width: 768px) {
  .list-stepped__item:before {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
    float: none !important; } }

@media only screen and (max-width: 842px) and (min-width: 768px) {
  .banner .nav-primary ul li a:active,
  .banner .nav-primary ul li a:hover,
  .banner .nav-primary ul li a:link,
  .banner .nav-primary ul li a:visited {
    padding: 12px 10px 14px;
    transition: padding .4s; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary #nav:hover {
    display: inherit; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary ul {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary ul li {
    border-left: 1px solid #cccccc;
    border-right: 0; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary ul li a,
  .banner .nav-primary ul li a.active,
  .banner .nav-primary ul li a.active:link,
  .banner .nav-primary ul li a:link {
    border-left: 0;
    font-weight: 300; } }

.banner .nav-primary ul li:last-child {
  border-right-color: #df4a16; }
  .banner .nav-primary ul li:last-child a {
    border-left: 0;
    border-right: 1px solid #cccccc;
    left: 1px;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .banner .nav-primary ul li:last-child a {
        border-right: 0; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary ul li a:hover,
  .banner .nav-primary ul li a:link:hover {
    background: #f7f7f7 !important;
    color: #333 !important; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary ul li a.active:hover,
  .banner .nav-primary ul li a.active:link:hover {
    background: #dddddd !important;
    color: #333 !important; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary ul.active {
    display: block; } }

@media only screen and (max-width: 1024px) {
  .banner .nav-primary ul.active ul {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .banner .nav-primary #site-search {
    display: table-cell; } }

@media only screen and (max-width: 768px) {
  .banner .search-toggle {
    right: 48px; } }

.banner .header-search input[type=search] {
  padding-right: 40px; }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb {
    padding-bottom: 0;
    padding-top: 0; } }

@media only screen and (min-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb {
    padding-bottom: 14px;
    margin-left: 24px; } }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb .breadcrumb-link {
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    font-size: 1rem;
    outline: none; } }

@media only screen and (min-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb .breadcrumb-link {
    padding-left: 0; } }

.breadcrumbs.nav-secondary .breadcrumb .breadcrumb-link--second-level:after, .breadcrumbs.nav-secondary .breadcrumb .breadcrumb-link:after {
  color: #888; }
  @media only screen and (max-width: 1024px) {
    .breadcrumbs.nav-secondary .breadcrumb .breadcrumb-link--second-level:after, .breadcrumbs.nav-secondary .breadcrumb .breadcrumb-link:after {
      content: ''; } }

.breadcrumbs.nav-secondary .breadcrumb .second-level-nav ul,
.breadcrumbs.nav-secondary .breadcrumb .third-level-nav ul {
  margin-left: 0; }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb .second-level-nav li,
  .breadcrumbs.nav-secondary .breadcrumb .third-level-nav li {
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 50%; } }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb .second-level-nav li a,
  .breadcrumbs.nav-secondary .breadcrumb .second-level-nav li a:link,
  .breadcrumbs.nav-secondary .breadcrumb .third-level-nav li a,
  .breadcrumbs.nav-secondary .breadcrumb .third-level-nav li a:link {
    font-size: 1rem; } }

.breadcrumbs.nav-secondary .breadcrumb .second-level-nav li a:hover,
.breadcrumbs.nav-secondary .breadcrumb .third-level-nav li a:hover {
  color: #e95420; }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb .third-level-nav {
    margin-top: -15px;
    padding-top: 0; } }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb .third-level-nav li {
    padding-left: 10px; } }

@media only screen and (max-width: 1023px) {
  .breadcrumbs.nav-secondary .breadcrumb .second-level-nav,
  .breadcrumbs.nav-secondary .breadcrumb .second-level-nav:hover,
  .breadcrumbs.nav-secondary .breadcrumb .third-level-nav,
  .breadcrumbs.nav-secondary .breadcrumb .third-level-nav:hover {
    border: 0;
    margin-bottom: 4px; } }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb li .after {
    background-image: url("https://assets.ubuntu.com/v1/74545443-nav-down-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    float: right;
    height: 18px;
    padding: 10px;
    position: relative;
    right: 3px;
    top: 0;
    width: 18px; } }

@media only screen and (min-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb li .after {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb li a {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px; } }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb li a.active, .breadcrumbs.nav-secondary .breadcrumb li a.active:link {
    font-weight: 700;
    color: #000; } }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.nav-secondary .breadcrumb li:first-of-type {
    border-bottom: 0; } }

@media only screen and (max-width: 1024px) {
  .breadcrumbs.open {
    border-bottom: 1px solid #d2d2d2;
    display: inherit; } }

@media only screen and (max-width: 1023px) {
  .breadcrumbs.open .second-level-nav,
  .breadcrumbs.open .third-level-nav {
    display: block; } }

.cloud .nav-secondary ul.breadcrumb,
.containers .nav-secondary ul.breadcrumb,
.desktop .nav-secondary ul.breadcrumb,
.download .nav-secondary ul.breadcrumb,
.homepage .nav-secondary ul.breadcrumb,
.internet-of-things .nav-secondary ul.breadcrumb,
.core .nav-secondary ul.breadcrumb,
.server .nav-secondary ul.breadcrumb,
.server .nav-secondary ul.breadcrumb,
.support .nav-secondary ul.breadcrumb,
.ubuntu-search .nav-secondary ul.breadcrumb,
.mobile .nav-secondary ul.breadcrumb {
  margin-left: 0; }

.cloud .banner,
.containers .banner,
.desktop .banner,
.download .banner,
.internet-of-things .banner,
.core .banner,
.server .banner,
.server .banner,
.support .banner,
.mobile .banner {
  margin-bottom: 0; }

.cloud .nav-secondary .strip-inner-wrapper,
.containers .nav-secondary .strip-inner-wrapper,
.desktop .nav-secondary .strip-inner-wrapper,
.download .nav-secondary .strip-inner-wrapper,
.internet-of-things .nav-secondary .strip-inner-wrapper,
.core .nav-secondary .strip-inner-wrapper,
.server .nav-secondary .strip-inner-wrapper,
.server .nav-secondary .strip-inner-wrapper,
.support .nav-secondary .strip-inner-wrapper,
.mobile .nav-secondary .strip-inner-wrapper {
  padding: 0; }

/*

  Project:    Ubuntu footer
  Author:     Web Team at Canonical Ltd
  Last edited by: Peter Mahnke
  Last edited on: 14 April 2016

    CONTENTS:
  -----------------------------------------------------------------
  footer and global nav
  three sizes: small, medium, large
-------------------------------------------------------------- */
.p-footer #nav-global {
  border: 0;
  font-size: .8125rem;
  margin: 0;
  padding: 0; }
  .p-footer #nav-global .nav-global-wrapper.active {
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    display: block; }
  .p-footer #nav-global h2 {
    background-image: url("https://assets.ubuntu.com/v1/7bd1bd7b-arrow_down_9fa097.svg");
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    border-bottom: 1px solid #cdcdcd;
    color: #666;
    font-size: .8125rem;
    line-height: 1.5em;
    margin-bottom: 0;
    padding: 10px 0 10px 30px;
    position: relative; }
    .p-footer #nav-global h2 a:link,
    .p-footer #nav-global h2 a:visited {
      color: #666; }
    .p-footer #nav-global h2 a::after {
      content: "";
      /* hide the default > */ }
    .p-footer #nav-global h2::before {
      background-image: url("https://assets.ubuntu.com/v1/e1b12fdd-external-link-9fa097.svg");
      background-position: 0 3px;
      background-repeat: no-repeat;
      background-size: 14px 14px;
      content: "";
      height: 17px;
      left: 10px;
      position: absolute;
      width: 14px; }
    .p-footer #nav-global h2.active {
      border-bottom: 1px solid #cdcdcd; }
    @media only screen and (max-width: 768px) {
      .p-footer #nav-global h2 {
        cursor: pointer; }
        .p-footer #nav-global h2.active {
          background-image: url("https://assets.ubuntu.com/v1/43e2b367-arrow_up_9fa097.png"); } }
  .p-footer #nav-global .nav-global-main,
  .p-footer #nav-global .nav-global-more {
    margin: 0; }
    .p-footer #nav-global .nav-global-main li,
    .p-footer #nav-global .nav-global-more li {
      border-bottom: 1px solid #cdcdcd;
      border-left: 1px solid #cdcdcd;
      box-sizing: border-box;
      display: inline;
      float: left;
      font-size: .8125rem;
      line-height: 2em;
      margin: 0;
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .p-footer #nav-global .nav-global-main li,
        .p-footer #nav-global .nav-global-more li {
          padding: 5px; } }
      .p-footer #nav-global .nav-global-main li:nth-child(odd),
      .p-footer #nav-global .nav-global-more li:nth-child(odd) {
        border-left: 0; }
      .p-footer #nav-global .nav-global-main li:last-child,
      .p-footer #nav-global .nav-global-more li:last-child {
        border: 0; }
      .p-footer #nav-global .nav-global-main li.more,
      .p-footer #nav-global .nav-global-more li.more {
        border-bottom: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
        margin-top: -1px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .p-footer #nav-global .nav-global-main li.more,
          .p-footer #nav-global .nav-global-more li.more {
            padding: 0; } }
      .p-footer #nav-global .nav-global-main li a,
      .p-footer #nav-global .nav-global-more li a {
        font-size: .8125rem;
        line-height: 0;
        padding-left: 10px; }
        .p-footer #nav-global .nav-global-main li a:link, .p-footer #nav-global .nav-global-main li a:visited,
        .p-footer #nav-global .nav-global-more li a:link,
        .p-footer #nav-global .nav-global-more li a:visited {
          color: #111; }

.p-footer #nav-global .nav-global-wrapper,
.p-footer li.more > a {
  display: none;
  /* hide until 'active' class */ }

.p-footer #nav-global ul li.more {
  width: 100%; }

@media only screen and (min-width: 768px) {
  #nav-global {
    background: #f7f7f7;
    box-shadow: none;
    display: block;
    height: 30px;
    line-height: 19.2px;
    margin-top: -30px;
    position: relative;
    width: 100%;
    z-index: 101; }
    #nav-global .nav-global-wrapper {
      width: auto;
      background: none repeat scroll 0 0 #fff;
      margin: 0 auto;
      position: relative;
      text-align: left; }
    #nav-global div {
      box-shadow: none; }
    #nav-global ul {
      margin-bottom: 0;
      margin-left: 0;
      top: 0; }
      #nav-global ul li {
        float: left;
        display: block;
        text-align: left;
        margin: 0;
        height: 30px;
        margin-top: -1px;
        position: relative;
        top: 0; }
      #nav-global ul li:first-of-type a {
        margin-left: 10px; }
      #nav-global ul ul {
        background: #fff;
        border-top: 1px solid #cdcdcd;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        display: none;
        float: none;
        position: absolute;
        min-width: 120px;
        top: 30px; }
        #nav-global ul ul li:first-of-type {
          padding-top: 5px; }
          #nav-global ul ul li:first-of-type a {
            margin-left: 10px; }
        #nav-global ul ul li {
          float: none;
          width: auto;
          background: 0;
          float: left;
          clear: none;
          font-size: 1rem;
          margin: 0 2.5em 0 0; }
      #nav-global ul .more span {
        display: block;
        top: -10px;
        left: 46px;
        line-height: 19.2px;
        height: 0;
        position: relative;
        transform-origin: 0 0;
        transform: rotate(90deg); }
      #nav-global ul .more {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        min-width: 60px; }
      #nav-global ul a.active {
        color: #e95420;
        border-top: 3px solid #e95420;
        text-decoration: none;
        opacity: 1; }
    #nav-global a:link,
    #nav-global a:visited {
      border-bottom: 0;
      border-top: 3px solid transparent;
      color: #111;
      display: block;
      font-size: .8125rem;
      font-weight: 300;
      line-height: 1.6;
      list-style-image: none;
      margin: 0 10px;
      padding: 3px 0 4px;
      position: relative;
      text-decoration: none;
      transition: opacity 0.25s ease-in-out; }
    #nav-global .open {
      background: #fff;
      border-left: 1px solid #cdcdcd;
      border-right: 1px solid #cdcdcd;
      min-width: 120px; }
      #nav-global .open a:link,
      #nav-global .open a:visited,
      #nav-global .open span {
        color: #e95420;
        opacity: 1; }
      #nav-global .open ul {
        display: block; }
        #nav-global .open ul a:link,
        #nav-global .open ul a:visited {
          color: #111;
          opacity: 1; } }

@media only screen and (min-width: 984px) {
  #nav-global .nav-global-wrapper {
    width: 984px; }
  #nav-global ul li:first-of-type a {
    margin-left: 0; }
  #nav-global ul li.more a {
    text-indent: 0;
    display: block; } }

.cookie-policy {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fae4dc;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1000; }
  .cookie-policy .wrapper {
    background: transparent; }
  .cookie-policy p {
    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/v1/3f057022-close-orange.svg");
    background-repeat: no-repeat;
    color: #fff;
    float: right;
    font-size: 1em;
    height: 15px;
    margin: 12px 10px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 16px; }

@media only screen and (min-width: 984px) {
  .server .cookie-policy .wrapper,
  .ubuntu-search .cookie-policy .wrapper,
  .download .cookie-policy .wrapper,
  .desktop .cookie-policy .wrapper,
  .homepage .cookie-policy .wrapper,
  .cloud .cookie-policy .wrapper,
  .phone .cookie-policy .wrapper,
  .server .cookie-policy .wrapper,
  .support .cookie-policy .wrapper,
  .tablet .cookie-policy .wrapper {
    width: 984px; } }

.no-svg .cookie-policy .link-cta,
.opera-mini .cookie-policy .link-cta {
  background-image: url("https://assets.ubuntu.com/v1/898777ac-close-orange.png"); }

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

/*
* Cookie policy style updates
* To be updated in core-patterns
*/
.no-js body {
  padding-top: 0; }

/*

  Project:    Ubuntu homepage
  Author:     Web Team at Canonical Ltd
  Last edited by:
  Last edited on:

    CONTENTS:
  -----------------------------------------------------------------
  body.homepage - general homepage styles
  body.homepage-default - default fall-back design - currently 12.10

-------------------------------------------------------------- */
body.homepage .lang-switch {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  z-index: 100; }

body.homepage .nav-secondary {
  display: none; }

body.homepage .row-hero {
  padding-bottom: 0; }

body.homepage .row {
  padding-left: 20px;
  padding-right: 20px; }

body.homepage .inner-wrapper .box li img {
  vertical-align: middle; }

body.homepage #main-content {
  background: none;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0; }

body.homepage #main-content .box-hero {
  border-radius: 4px;
  border: 0;
  margin: 0 0 20px;
  padding: 0; }

/* body.homepage-default
-------------------------------------------------------------- */
body.homepage-default .row-hero div div {
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center; }

body.homepage-default .row-hero p {
  font-size: 1.125em; }

/* end body.default */
/* Medium / Tablet viewport
-------------------------------------------------------------- */
.lang-switch {
  margin-bottom: -40px;
  z-index: 999;
  position: relative; }

/* body.homepage
-------------------------------------------------------------- */
body.homepage .cookie-policy .wrapper {
  width: auto; }

body.homepage .row-aux h2 {
  font-size: 1.3125em; }

@media only screen and (min-width: 768px) {
  body.homepage .number-one-for-cloud {
    position: relative; } }

@media only screen and (min-width: 984px) {
  body.homepage .cookie-policy .wrapper {
    width: 984px; } }

@media only screen and (min-width: 984px) {
  .homepage header.banner {
    margin-bottom: 5px; } }

.lang-switch-wrapper {
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .lang-switch-wrapper .five-col {
      padding-top: 0; }
    .lang-switch-wrapper #main-content h1 {
      margin-top: 0;
      font-size: 2.1em; } }
  @media only screen and (min-width: 984px) {
    .lang-switch-wrapper .five-col {
      padding-top: 0; }
    .lang-switch-wrapper #main-content h1 {
      margin-top: 0;
      font-size: 2.5em; } }

@media only screen and (min-width: 769px) {
  .row--intro {
    padding-top: inherit; } }

@media only screen and (min-width: 769px) {
  .ubuntu-intro {
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; } }

@media only screen and (min-width: 1020px) {
  .ubuntu-intro__list {
    position: relative; } }

@media only screen and (max-width: 768px) {
  .ubuntu-intro__list:before {
    display: none; } }

@media only screen and (min-width: 1020px) {
  .ubuntu-intro__list:before {
    background-image: url("https://assets.ubuntu.com/v1/e5e0fe8e-image-intro-dots-grey.svg");
    background-position: right center;
    background-repeat: repeat-x;
    background-size: 10px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: 65px;
    width: 20px; } }

@media only screen and (min-width: 769px) {
  .ubuntu-intro__before, .ubuntu-intro__after {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    height: 150px; } }

@media only screen and (min-width: 1020px) {
  .ubuntu-intro__before, .ubuntu-intro__after {
    background: url("https://assets.ubuntu.com/v1/e5e0fe8e-image-intro-dots-grey.svg") repeat-x right center;
    background-size: 11px; } }

.ubuntu-intro__after {
  background-position: left center;
  margin-left: -20px; }

.ubuntu-intro__list {
  text-align: center;
  float: left;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .ubuntu-intro__list {
      margin: 0;
      padding-bottom: 0; } }

.ubuntu-intro__list-item {
  display: inline-block;
  float: left;
  margin-right: 0;
  text-align: center;
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .ubuntu-intro__list-item {
      width: 32%; } }
  @media only screen and (max-width: 667px) and (orientation: landscape) {
    .ubuntu-intro__list-item {
      width: 20%; } }
  @media only screen and (min-width: 768px) {
    .ubuntu-intro__list-item {
      text-indent: -999em;
      width: 121px; } }
  @media only screen and (min-width: 1020px) {
    .ubuntu-intro__list-item {
      width: 164px; } }

.ubuntu-intro__link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 96px;
  color: #333;
  display: block;
  line-height: 1.3;
  overflow: visible;
  padding-top: 115px;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .ubuntu-intro__link:hover {
      display: block;
      text-decoration: none;
      text-indent: 0; } }
  @media only screen and (min-width: 1020px) {
    .ubuntu-intro__link:before, .ubuntu-intro__link:after {
      display: block;
      background: url("https://assets.ubuntu.com/v1/e5e0fe8e-image-intro-dots-grey.svg") repeat-x right center;
      background-size: 10px;
      content: "";
      position: absolute;
      top: 60px; }
    .ubuntu-intro__link:before {
      height: 30px;
      left: 0;
      width: 60px;
      background-size: 18px;
      background-repeat: no-repeat; }
    .ubuntu-intro__link:after {
      height: 30px;
      right: 0;
      width: 65px; } }
  @media only screen and (min-width: 769px) {
    .ubuntu-intro__link {
      padding-top: 130px; } }
  .ubuntu-intro__link--cloud {
    background-image: url("https://assets.ubuntu.com/v1/23137566-cloud.svg"); }
    .ubuntu-intro__link--cloud:before {
      width: 37px; }
    .ubuntu-intro__link--cloud:after {
      right: -24px;
      width: 50px; }
  .ubuntu-intro__link--server {
    background-image: url("https://assets.ubuntu.com/v1/daeaa851-server.svg");
    background-size: 80px; }
    .ubuntu-intro__link--server:before {
      width: 41px; }
    .ubuntu-intro__link--server:after {
      right: -26px;
      width: 61px; }
  .ubuntu-intro__link--desktop {
    background-image: url("https://assets.ubuntu.com/v1/d1978b1b-laptop.svg"); }
    .ubuntu-intro__link--desktop:before {
      width: 38px; }
    .ubuntu-intro__link--desktop:after {
      right: -25px;
      width: 55px; }
  .ubuntu-intro__link--phone {
    background-image: url("https://assets.ubuntu.com/v1/c2a5e744-phone.svg");
    background-size: 50px; }
    .ubuntu-intro__link--phone:before {
      width: 58px; }
    .ubuntu-intro__link--phone:after {
      right: 20px;
      width: 31px; }
  .ubuntu-intro__link--containers {
    background-image: url("https://assets.ubuntu.com/v1/dead5f08-containers.svg");
    background-size: 80px; }
    .ubuntu-intro__link--containers:before {
      width: 43px; }
    .ubuntu-intro__link--containers:after {
      right: -20px;
      width: 50px; }
  .ubuntu-intro__link--iot {
    background-image: url("https://assets.ubuntu.com/v1/91c70f10-iot.svg");
    background-size: 85px; }
    .ubuntu-intro__link--iot:before {
      width: 42px; }
    .ubuntu-intro__link--iot:after {
      right: 20px;
      width: 15px; }

@media only screen and (min-width: 769px) {
  .row--devices__content {
    margin-top: 100px; } }

@media only screen and (max-width: 768px) {
  .row--devices {
    min-height: 0; } }

body.homepage .row--ubuntu-news {
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    body.homepage .row--ubuntu-news {
      margin-bottom: 0px;
      padding-top: 60px; } }
  @media only screen and (min-width: 984px) {
    body.homepage .row--ubuntu-news {
      padding-top: 70px; } }
  body.homepage .row--ubuntu-news a {
    position: relative;
    z-index: 2; }
  @media only screen and (min-width: 768px) {
    body.homepage .row--ubuntu-news .row--ubuntu-news__title {
      background: url("https://assets.ubuntu.com/v1/e1bba201-external-link-cool-grey.svg") left center no-repeat;
      background-size: 16px;
      padding-left: 22px;
      font-size: 1em;
      text-transform: uppercase;
      margin-bottom: 30px;
      margin-top: 20px; }
      body.homepage .row--ubuntu-news .row--ubuntu-news__title a {
        color: #333; }
        body.homepage .row--ubuntu-news .row--ubuntu-news__title a:hover {
          text-decoration: none; }
    body.homepage .row--ubuntu-news li.three-col {
      width: 22.8938%; }
    body.homepage .row--ubuntu-news li:last-child {
      margin: 0; } }

body.homepage .row--iot {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    body.homepage .row--iot {
      padding: 150px 0; } }
  body.homepage .row--iot .row--iot__image {
    background-size: 700px auto;
    background-image: url("https://assets.ubuntu.com/v1/2f56d557-image-iot.jpg?q=80");
    background-repeat: no-repeat;
    height: 500px;
    left: 40px;
    position: absolute;
    top: -100px;
    width: 700px; }
    @media only screen and (min-width: 768px) {
      body.homepage .row--iot .row--iot__image {
        top: -163px; } }
  @media only screen and (max-width: 767px) {
    body.homepage .row--iot .row--iot__image {
      background: none;
      display: none; } }

body.homepage .row--cloud-products {
  background-color: #fff;
  background-image: url("https://assets.ubuntu.com/v1/f8ab7c6a-cloud_section_bundle_mobile.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 360px;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 500px) {
    body.homepage .row--cloud-products {
      min-height: 520px; } }
  @media only screen and (min-width: 768px) {
    body.homepage .row--cloud-products {
      background-image: none;
      min-height: 340px; }
      body.homepage .row--cloud-products .four-col {
        padding-top: 45px;
        z-index: 1; } }
  @media only screen and (min-width: 984px) {
    body.homepage .row--cloud-products {
      min-height: 460px; } }
  body.homepage .row--cloud-products .strip-inner-wrapper {
    position: relative; }
  @media only screen and (min-width: 768px) {
    body.homepage .row--cloud-products__image {
      position: absolute;
      top: -40px;
      left: -280px;
      width: 700px; } }
  @media only screen and (min-width: 984px) {
    body.homepage .row--cloud-products__image {
      top: -100px;
      left: -400px;
      width: 933px; } }

body.homepage .row--devices {
  overflow: hidden;
  z-index: 999; }

body.homepage .row--devices__inner {
  background: none;
  min-height: 460px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    body.homepage .row--devices__inner {
      min-height: 280px; } }
  @media only screen and (min-width: 769px) {
    body.homepage .row--devices__inner {
      background-size: auto 660px;
      background-position: 15% 60px;
      min-height: 590px;
      padding-bottom: 60px;
      padding-top: 40px; } }

.device-morph-wrap {
  position: relative; }

#device-morph {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0; }
  #device-morph.no-morph {
    background-image: url("https://assets.ubuntu.com/v1/d7d98acc-no-tran-phone.png");
    background-position: 0px 20px;
    background-repeat: no-repeat; }
    #device-morph.no-morph div {
      display: none; }

#devices {
  -moz-box-shadow: 0px 0px 15px 2px #eeeeee;
  -webkit-box-shadow: 0px 0px 15px 2px #eeeeee;
  box-shadow: 0px 0px 15px 2px #eeeeee;
  box-sizing: content-box;
  cursor: pointer;
  height: 546px;
  margin: 0 auto;
  position: relative;
  transform-origin: 0px 0px;
  transform: rotate(0deg) scale(0.9, 0.9) translateX(200px) translateY(-30px) translateZ(0px);
  width: 280px; }
  #devices div h1 {
    position: absolute;
    top: -10%; }
  #devices > div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: top left, top right, bottom left, bottom right, top left, top left, top right, bottom left;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    box-sizing: content-box;
    height: 100%;
    left: 0px;
    opacity: 0;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%; }
  #devices #device-phone {
    background-image: url("https://assets.ubuntu.com/v1/2c3ba39c-device_phone_tc2.png"), url("https://assets.ubuntu.com/v1/f4a4523a-device_phone_tl.png"), url("https://assets.ubuntu.com/v1/23338ec9-device_phone_br.png"), url("https://assets.ubuntu.com/v1/70439812-device_phone_tr.png"), url("https://assets.ubuntu.com/v1/4d5838d4-device_phone_bl.png"), url("https://assets.ubuntu.com/v1/7f61904e-device_phone_tc.png"), url("https://assets.ubuntu.com/v1/99c51932-device_phone_ml.png"), linear-gradient(to right, #a4a4aa, #1d1a1a);
    background-position: top center, top left, bottom right, top right, bottom left, top left, top left, 2px -2px;
    opacity: 1; }
    #devices #device-phone div {
      width: 85%;
      height: 78%;
      margin-top: 20%;
      margin-left: 7%;
      background-image: url("https://assets.ubuntu.com/v1/a3e33b07-phone-screen.jpg"); }
  #devices #device-laptop {
    background-image: url("https://assets.ubuntu.com/v1/9612cf16-device_laptop_bc2.png"), url("https://assets.ubuntu.com/v1/fb5b8eee-device_laptop_tl.png"), url("https://assets.ubuntu.com/v1/b5dc46bf-device_laptop_br.png"), url("https://assets.ubuntu.com/v1/7b12fe81-device_laptop_bl.png"), url("https://assets.ubuntu.com/v1/48f4c7a1-device_laptop_tr.png"), url("https://assets.ubuntu.com/v1/babb0695-device_laptop_tc.png"), url("https://assets.ubuntu.com/v1/2a608943-device_laptop_ml.png"), linear-gradient(to right, black, black);
    background-position: bottom center, top left, bottom right, bottom left, top right, top left, top left, 2px 2px;
    background-size: 100px,138px,140px,902px,140px,900px,16px,99%; }
    #devices #device-laptop img {
      bottom: -5%;
      display: block;
      height: 0%;
      margin-left: -14%;
      max-width: 131%;
      position: absolute;
      width: 131%; }
    #devices #device-laptop div {
      background-image: url("https://assets.ubuntu.com/v1/1b0e89fd-laptop-screen.jpg");
      background-size: 960px; }
  #devices #device-tablet {
    background-image: url("https://assets.ubuntu.com/v1/a05e2032-device_tablet_tc2.png"), url("https://assets.ubuntu.com/v1/a013d343-device_tablet_tl.png"), url("https://assets.ubuntu.com/v1/0c7f2179-device_tablet_br.png"), url("https://assets.ubuntu.com/v1/e049ceec-device_tablet_tr.png"), url("https://assets.ubuntu.com/v1/0b18c8e7-device_tablet_bl.png"), url("https://assets.ubuntu.com/v1/e7035ebc-device_tablet_tc.png"), url("https://assets.ubuntu.com/v1/8cec3319-device_tablet_ml.png"), linear-gradient(to right, #a4a4aa, #1d1a1a);
    background-position: top center, top left, bottom right, top right, bottom left, top left, top left, 2px 2px;
    background-size: 77px, 137px, 157px, 138px, 970px, 896px, 17px, 98%; }
    #devices #device-tablet div {
      background-image: url("https://assets.ubuntu.com/v1/acae4f52-tablet-screen.jpg");
      background-size: 688px; }

.row--devices .run #devices {
  animation-delay: -0.4s;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-name: swooshWidth;
  cursor: inherit; }
  .row--devices .run #devices div div {
    animation-delay: -0.4s;
    animation-direction: alternate;
    animation-duration: 4s;
    animation-iteration-count: 2;
    animation-name: screenWidths;
    background-color: #1f1f25;
    background-repeat: no-repeat;
    border: solid 1px #000;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: inherit;
    padding: 0px;
    position: relative; }

.row--devices .run #device-phone {
  animation-delay: -0.4s;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-name: swooshPhone; }

.row--devices .run #device-laptop {
  animation-delay: -0.4s;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-name: swooshLaptop; }
  .row--devices .run #device-laptop img {
    animation-delay: -0.4s;
    animation-direction: alternate;
    animation-duration: 4s;
    animation-iteration-count: 2;
    animation-name: swooshLaptopKeyboard; }

.row--devices .run #device-tablet {
  animation-delay: -0.4s;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-name: swooshTablet; }

#devices.playing.paused div.skrollable-after > #device-morph div,
div.skrollable-after > #device-morph div img,
div.skrollable-before > #device-morph div,
div.skrollable-before > #device-morph div img {
  animation-play-state: paused; }

#devices {
  margin: 180px auto 0; }
  @media only screen and (min-width: 768px) {
    #devices {
      margin-top: 20px; } }

body.homepage .row-featured {
  padding-left: 0;
  padding-right: 0;
  margin-top: -20px;
  overflow: hidden;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    body.homepage .row-featured {
      margin: -100px 0 0; } }
  @media only screen and (min-width: 984px) {
    body.homepage .row-featured {
      margin: -100px 0 -60px 0; } }

.featured, .featured--left, .featured--right {
  float: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .featured, .featured--left, .featured--right {
      margin-bottom: -20px;
      float: left;
      width: 50%; } }
  @media only screen and (min-width: 984px) {
    .featured, .featured--left, .featured--right {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: -40px; } }

.equal-height .equal-height__item.featured, .equal-height .equal-height__item.featured--left, .equal-height .equal-height__item.featured--right {
  flex-direction: row; }

.featured--left {
  background-color: #63105c;
  position: relative; }
  .featured--left::before {
    position: absolute;
    display: none;
    left: -3000px;
    margin-top: -40px;
    content: "";
    width: 3000px;
    flex: auto;
    height: 100%;
    background-color: #63105c; }
    @media only screen and (min-width: 768px) {
      .featured--left::before {
        display: block; } }

.featured--right {
  background-color: #2c001e;
  position: relative; }
  .featured--right::after {
    position: absolute;
    display: none;
    right: -3000px;
    margin-top: -40px;
    content: "";
    width: 3000px;
    flex: auto;
    height: 100%;
    background-color: #2C001E; }
    @media only screen and (min-width: 768px) {
      .featured--right::after {
        display: block; } }

.featured__content {
  color: white; }

.featured__content--subtle {
  opacity: 0.17; }

.takeunder-juju {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: 0 50%; }
  @media only screen and (min-width: 768px) {
    .takeunder-juju {
      background-image: url("https://assets.ubuntu.com/v1/f552b31a-juju-16-04-takeunder.png"); } }
  .takeunder-juju::before {
    background: #f5f5f5; }

@media only screen and (min-width: 768px) {
  body.homepage-cloud-default h1,
  body.homepage-cloud-default--2 h1 {
    padding-top: 90px; } }

@media only screen and (min-width: 984px) {
  body.homepage-cloud-default .row-popular-cloud,
  body.homepage-cloud-default--2 .row-popular-cloud {
    padding-top: 80px;
    padding-top: 80px; }
  body.homepage-cloud-default h1,
  body.homepage-cloud-default--2 h1 {
    padding-top: 105px; } }

body.homepage-cloud-default--2 .strip.no-border {
  border-bottom: 1px dotted #888 !important; }

body.homepage-bootstack-generic header.banner {
  margin-bottom: 0; }

body.homepage-bootstack-generic #main-content {
  margin-top: 0; }
  body.homepage-bootstack-generic #main-content .row-hero {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 0; }
  body.homepage-bootstack-generic #main-content .row-aux {
    background-color: transparent; }
  @media only screen and (min-width: 768px) {
    body.homepage-bootstack-generic #main-content h1 {
      padding-top: 45px; }
    body.homepage-bootstack-generic #main-content .row-hero {
      padding-top: 100px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 984px) {
    body.homepage-bootstack-generic #main-content h1 {
      padding-top: 55px; }
    body.homepage-bootstack-generic #main-content .row-hero {
      padding-top: 60px;
      padding-bottom: 45px; } }

body.homepage-maas-generic-takeover .banner {
  margin-bottom: 0;
  box-shadow: none; }

body.homepage-maas-generic-takeover #main-content {
  margin-top: 0; }
  body.homepage-maas-generic-takeover #main-content .row-hero {
    background: url("https://assets.ubuntu.com/v1/8ce3e107-hero-1.jpg?w=1600&q=40") 0 12% no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 0;
    min-height: 255px;
    padding-top: 40px;
    transition-duration: 1s; }
    @media only screen and (min-width: 768px) {
      body.homepage-maas-generic-takeover #main-content .row-hero {
        min-height: 400px;
        padding-top: 40px; } }
    @media only screen and (min-width: 984px) {
      body.homepage-maas-generic-takeover #main-content .row-hero {
        min-height: 455px;
        padding-top: 60px; } }
  body.homepage-maas-generic-takeover #main-content .row-hero__logo {
    margin-bottom: 30px;
    max-width: 220px; }

body.homepage-kubernetes-takeover header.banner {
  border-bottom: 0;
  margin-bottom: 0; }

body.homepage-kubernetes-takeover #main-content .row-hero {
  background-image: url("https://assets.ubuntu.com/v1/f5e7d881-Kubernetes_backgd_mobile.png");
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body.homepage-kubernetes-takeover #main-content .row-hero {
      background-image: url("https://assets.ubuntu.com/v1/32d31c25-Kubernetes_backgd_mobile_720.png");
      background-position: right 40px;
      background-size: 100%; } }
  @media only screen and (min-width: 768px) {
    body.homepage-kubernetes-takeover #main-content .row-hero {
      background-image: url("https://assets.ubuntu.com/v1/c0df5df2-Kubernetes_backgd_desktop-1.png");
      background-size: 126% auto;
      background-position: 70% -45px;
      min-height: 400px; } }
  @media only screen and (min-width: 984px) {
    body.homepage-kubernetes-takeover #main-content .row-hero {
      background-position: 74% -68px;
      background-size: auto;
      min-height: 580px; } }
  body.homepage-kubernetes-takeover #main-content .row-hero__heading {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      body.homepage-kubernetes-takeover #main-content .row-hero__heading {
        margin-top: 60px; } }
    @media only screen and (min-width: 984px) {
      body.homepage-kubernetes-takeover #main-content .row-hero__heading {
        margin-top: 100px; } }
  body.homepage-kubernetes-takeover #main-content .row-hero__image {
    margin-top: 10px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      body.homepage-kubernetes-takeover #main-content .row-hero__image {
        margin-top: 50px; } }
    @media only screen and (min-width: 984px) {
      body.homepage-kubernetes-takeover #main-content .row-hero__image {
        margin-top: 60px; } }
  body.homepage-kubernetes-takeover #main-content .row-hero .button--primary {
    margin-top: 340px; }
    @media only screen and (min-width: 768px) {
      body.homepage-kubernetes-takeover #main-content .row-hero .button--primary {
        margin-top: 20px; } }

body.homepage-core header.banner {
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 0; }

body.homepage-core .row-hero {
  background-image: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    body.homepage-core .row-hero {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    body.homepage-core .row-hero__cta {
      margin-top: 10px; } }
  @media only screen and (min-width: 984px) {
    body.homepage-core .row-hero__cta {
      margin-top: 20px; } }

body.homepage-advantage header.banner {
  border: 0;
  box-shadow: none;
  margin-bottom: 0; }

body.homepage-advantage .row-hero {
  background-color: #2c001e;
  background-image: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    body.homepage-advantage .row-hero {
      background-image: url("https://assets.ubuntu.com/v1/f4cb93a3-Yakkety_Yak-Wallpaper_aubergine.jpg");
      background-size: cover;
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    body.homepage-advantage .row-hero__cta {
      margin-top: 10px; } }
  @media only screen and (min-width: 984px) {
    body.homepage-advantage .row-hero__cta {
      margin-top: 20px; } }
  body.homepage-advantage .row-hero a {
    color: #fff; }

body.homepage-containers-ebook header.banner {
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 0; }

body.homepage-containers-ebook .row-hero {
  background-color: #2c001e;
  background-image: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    body.homepage-containers-ebook .row-hero {
      background-image: url("https://assets.ubuntu.com/v1/f4cb93a3-Yakkety_Yak-Wallpaper_aubergine.jpg");
      background-size: cover;
      padding-top: 80px;
      padding-bottom: 80px; } }
  body.homepage-containers-ebook .row-hero a {
    color: #fff; }
  body.homepage-containers-ebook .row-hero__image {
    width: 411px; }

body.homepage-1704 header.banner {
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 0; }

body.homepage-1704 .row-hero {
  border: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0;
  padding: 0 0 30px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    body.homepage-1704 .row-hero {
      padding: 20px 20px 0; } }
  @media only screen and (min-width: 984px) {
    body.homepage-1704 .row-hero {
      padding-top: 40px; } }
  body.homepage-1704 .row-hero .countdown-start {
    align-items: center;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 768px) {
      body.homepage-1704 .row-hero .countdown-start {
        margin: 0 auto;
        width: 100%; } }
  body.homepage-1704 .row-hero .countdown {
    align-items: center;
    background-image: url("https://assets.ubuntu.com/v1/12bdc8c9-Laptop.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    min-height: 200px;
    margin: 20px auto 30px;
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      body.homepage-1704 .row-hero .countdown {
        background-size: 100% auto;
        min-height: 278px;
        margin: 0 auto;
        width: 100%; } }
    body.homepage-1704 .row-hero .countdown .laptop-final {
      background-image: url("https://assets.ubuntu.com/v1/3a1cd19a-laptop-17-04-final-edited.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      animation: fadein 5.555555s ease-in forwards; }
      @media only screen and (min-width: 768px) {
        body.homepage-1704 .row-hero .countdown .laptop-final {
          background-size: 100% auto; } }
    body.homepage-1704 .row-hero .countdown__list--years {
      height: 4rem;
      overflow: hidden;
      padding: 0;
      position: relative;
      top: -6px;
      width: 4rem; }
      @media only screen and (min-width: 768px) {
        body.homepage-1704 .row-hero .countdown__list--years {
          height: 4.5rem;
          top: -4px;
          width: 4.5rem; } }
      @media only screen and (min-width: 984px) {
        body.homepage-1704 .row-hero .countdown__list--years {
          height: 6rem;
          top: -12px;
          width: 6rem; } }
    body.homepage-1704 .row-hero .countdown__list--months {
      height: 4rem;
      overflow: hidden;
      padding: 0;
      position: relative;
      top: -6px;
      width: 4rem;
      margin-left: 10px; }
      @media only screen and (min-width: 768px) {
        body.homepage-1704 .row-hero .countdown__list--months {
          height: 4.5rem;
          top: -4px;
          width: 4.5rem; } }
      @media only screen and (min-width: 984px) {
        body.homepage-1704 .row-hero .countdown__list--months {
          height: 6rem;
          top: -12px;
          width: 6rem; } }
      @media only screen and (min-width: 984px) {
        body.homepage-1704 .row-hero .countdown__list--months {
          margin-left: 20px; } }
    body.homepage-1704 .row-hero .countdown__item {
      align-items: center;
      background: #fff;
      border-radius: 4px;
      color: #e95420;
      display: flex;
      font-size: 280%;
      height: 100%;
      justify-content: center;
      left: 0;
      margin: 0;
      opacity: 0;
      padding: 0;
      position: absolute;
      text-align: center;
      top: 0;
      vertical-align: middle;
      width: 100%; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(2) {
        animation: fadein 0.1s 1.39882s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(3) {
        animation: fadein 0.1s 1.59601s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(4) {
        animation: fadein 0.1s 1.79055s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(5) {
        animation: fadein 0.1s 1.98157s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(6) {
        animation: fadein 0.1s 2.16819s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(7) {
        animation: fadein 0.1s 2.34957s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(8) {
        animation: fadein 0.1s 2.52486s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(9) {
        animation: fadein 0.1s 2.69323s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(10) {
        animation: fadein 0.1s 2.85389s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(11) {
        animation: fadein 0.1s 3.00603s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(12) {
        animation: fadein 0.1s 3.14888s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(13) {
        animation: fadein 0.1s 3.28171s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(14) {
        animation: fadein 0.1s 3.4038s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(15) {
        animation: fadein 0.1s 3.51443s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(16) {
        animation: fadein 0.1s 3.61296s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(17) {
        animation: fadein 0.1s 3.69875s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(18) {
        animation: fadein 0.1s 3.77119s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(19) {
        animation: fadein 0.1s 3.82971s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(20) {
        animation: fadein 0.1s 3.87378s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(21) {
        animation: fadein 0.1s 3.90291s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(22) {
        animation: fadein 0.1s 3.91662s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(23) {
        animation: fadein 0.1s 3.9145s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(24) {
        animation: fadein 0.1s 3.89617s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(25) {
        animation: fadein 0.1s 3.8613s ease-in-out forwards; }
      body.homepage-1704 .row-hero .countdown__item:nth-child(26) {
        animation: fadein 0.1s 3.80957s ease-in-out forwards; }
      @media only screen and (min-width: 768px) {
        body.homepage-1704 .row-hero .countdown__item {
          font-size: 350%; } }
      @media only screen and (min-width: 984px) {
        body.homepage-1704 .row-hero .countdown__item {
          font-size: 450%; } }
      body.homepage-1704 .row-hero .countdown__item.start {
        opacity: 1; }
  body.homepage-1704 .row-hero__inner {
    background-image: url("https://assets.ubuntu.com/v1/ab1a7e82-background.png");
    background-size: cover;
    transition-duration: 1s;
    padding: 0 20px;
    margin: 0; }
    @media only screen and (min-width: 984px) {
      body.homepage-1704 .row-hero__inner {
        max-width: 1084px;
        margin: 0 auto;
        padding: 0 50px 0; } }
  body.homepage-1704 .row-hero .equal-height__align-vertically {
    align-items: flex-start; }
  body.homepage-1704 .row-hero__heading {
    text-align: left; }
  @media only screen and (min-width: 768px) {
    body.homepage-1704 .row-hero__content {
      min-height: 380px; } }
  @media only screen and (min-width: 984px) {
    body.homepage-1704 .row-hero__content {
      min-height: 580px; } }

.cloud.cloud-home .newsevent__details-location, .cloud.cloud-home .newsevent__details-venue, .cloud.cloud-home .newsevent__details-date {
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  box-sizing: border-box;
  display: block;
  float: left;
  font-size: .875rem;
  margin-left: 0;
  padding: 6px 20px 6px 24px;
  width: 100%; }
  @media only screen and (min-width: 984px) {
    .cloud.cloud-home .newsevent__details-location, .cloud.cloud-home .newsevent__details-venue, .cloud.cloud-home .newsevent__details-date {
      font-size: .875em; } }

.cloud {
  /* resource hub content */ }
  .cloud .banner {
    z-index: 5; }
  .cloud .ubuntu-pie {
    margin: 7% auto;
    max-width: 350px; }
    .cloud .ubuntu-pie .other-label {
      fill: #888; }
    .cloud .ubuntu-pie .ubuntu {
      fill: #e95420; }
    .cloud .ubuntu-pie .other {
      fill: transparent; }
    .cloud .ubuntu-pie svg tspan {
      max-width: 0;
      text-align: center;
      text-transform: capitalize; }
    .cloud .ubuntu-pie .ubuntu-label {
      fill: #fff; }
  .cloud .juju-charms-list .box {
    padding: 0; }
  .cloud .juju-charms-list__link:link, .cloud .juju-charms-list__link:visited {
    color: #333;
    display: block;
    height: 100%;
    left: 0;
    padding: 21px 0;
    position: relative;
    top: 0;
    width: 100%; }
  .cloud .juju-charms-list__image {
    margin-bottom: 8px;
    max-width: 60px; }
  @media only screen and (max-width: 768px) {
    .cloud .juju-charms-list .two-col {
      float: left;
      margin-right: 2.21239%;
      width: 48.89381%; }
      .cloud .juju-charms-list .two-col:nth-of-type(2n) {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .cloud .juju-charms-list .resource .content-cat {
      bottom: 16px;
      left: 20px; } }
  .cloud .row-get-started .box {
    min-height: 170px; }
    .cloud .row-get-started .box div {
      border-bottom: 1px dotted #888;
      margin-bottom: 15px;
      min-height: 85px; }
  .cloud .row-get-started img {
    display: block;
    margin: 0 auto;
    vertical-align: middle; }
  .cloud .row-get-started .logo-joyent,
  .cloud .row-get-started .logo-gcp {
    padding-top: 15px; }
  .cloud .row-get-started .logo-ibm {
    padding-top: 12px; }
  .cloud .row-get-started .logo-hpcloud {
    padding-top: 10px; }
  .cloud .row-get-started .logo-windowsazure {
    padding-top: 7px; }
  .cloud .row-get-started .logo-softlayer {
    padding-top: 23px; }
  .cloud .row-get-started a:hover p {
    text-decoration: underline; }
  .cloud .strip-dark .resource--link:before {
    border-right-color: #2c001e; }
  .cloud .strip-dark .resource--link, .cloud .strip-dark .resource--link:active, .cloud .strip-dark .resource--link:hover, .cloud .strip-dark .resource--link:link, .cloud .strip-dark .resource--link:visited {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333; }
  @media only screen and (min-width: 900px) {
    .cloud.cloud-home .row-hero {
      min-height: 550px; }
      .cloud.cloud-home .row-hero .six-col {
        z-index: 2; } }
  .cloud.cloud-home .row-hero .strip-inner-wrapper {
    position: relative; }
  .cloud.cloud-home .row-hero .cloud-tools {
    display: none; }
    @media only screen and (min-width: 900px) {
      .cloud.cloud-home .row-hero .cloud-tools {
        display: block;
        left: 0;
        position: absolute;
        top: -30px;
        width: 100%;
        z-index: 1; }
        .cloud.cloud-home .row-hero .cloud-tools__container {
          background: url("https://assets.ubuntu.com/v1/79729d72-products-hero-background.png") no-repeat;
          height: 550px;
          position: absolute;
          right: 20px;
          top: -10px;
          width: 606px; } }
    @media only screen and (min-width: 900px) and (min-width: 984px) {
      .cloud.cloud-home .row-hero .cloud-tools__container {
        right: 0; } }
    @media only screen and (min-width: 900px) {
        .cloud.cloud-home .row-hero .cloud-tools__item {
          -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;
          background: url("https://assets.ubuntu.com/v1/73006c5b-products-hero-phone.svg") no-repeat;
          background-size: 66px 66px;
          height: 66px;
          opacity: 0;
          position: absolute;
          text-indent: -999em;
          width: 66px; }
          .cloud.cloud-home .row-hero .cloud-tools__item--line {
            -moz-animation: fadeIn 0.3s linear forwards;
            -webkit-animation: fadeIn 0.3s linear forwards;
            animation: fadeIn 0.3s linear forwards;
            content: ' ';
            display: block;
            position: absolute; }
            .cloud.cloud-home .row-hero .cloud-tools__item--line-one, .cloud.cloud-home .row-hero .cloud-tools__item--line-four {
              -moz-animation-delay: 1.85s;
              -webkit-animation-delay: 1.85s;
              animation-delay: 1.85s;
              background: url("https://assets.ubuntu.com/v1/ec446611-partners-hero-line-vertical.png");
              height: 52px;
              left: 387px;
              top: 137px;
              width: 2px; }
            .cloud.cloud-home .row-hero .cloud-tools__item--line-two, .cloud.cloud-home .row-hero .cloud-tools__item--line-five {
              -moz-animation-delay: 2s;
              -webkit-animation-delay: 2s;
              animation-delay: 2s;
              background: url("https://assets.ubuntu.com/v1/4fc1680b-partners-hero-line-diagonal.png");
              height: 38px;
              left: 445px;
              top: 175px;
              width: 38px; }
            .cloud.cloud-home .row-hero .cloud-tools__item--line-three, .cloud.cloud-home .row-hero .cloud-tools__item--line-six {
              -moz-animation-delay: 2.15s;
              -webkit-animation-delay: 2.15s;
              animation-delay: 2.15s;
              background: url("https://assets.ubuntu.com/v1/d505cff1-partners-hero-line-horizontal.png");
              height: 2px;
              left: 469px;
              top: 277px;
              width: 52px; }
            .cloud.cloud-home .row-hero .cloud-tools__item--line-four {
              -moz-animation-delay: 2.3s;
              -webkit-animation-delay: 2.3s;
              animation-delay: 2.3s;
              left: 396px;
              top: 347px; }
            .cloud.cloud-home .row-hero .cloud-tools__item--line-five {
              -moz-animation-delay: 2.45s;
              -webkit-animation-delay: 2.45s;
              animation-delay: 2.45s;
              left: 301px;
              top: 328px; }
            .cloud.cloud-home .row-hero .cloud-tools__item--line-six {
              -moz-animation-delay: 2.6s;
              -webkit-animation-delay: 2.6s;
              animation-delay: 2.6s;
              left: 259px;
              top: 273px; }
          .cloud.cloud-home .row-hero .cloud-tools__item--one {
            -moz-animation-delay: 1.6s;
            -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
            background-image: url("https://assets.ubuntu.com/v1/a7916513-picto-openstack.svg");
            left: 357px;
            top: 55px; }
          .cloud.cloud-home .row-hero .cloud-tools__item--two {
            -moz-animation-delay: 1.85s;
            -webkit-animation-delay: 1.85s;
            animation-delay: 1.85s;
            background-image: url("https://assets.ubuntu.com/v1/999949f8-picto-startfirst-midaubergine.svg");
            left: 484px;
            top: 108px; }
          .cloud.cloud-home .row-hero .cloud-tools__item--three {
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            background-image: url("https://assets.ubuntu.com/v1/60bd6cf1-picto-juju.svg");
            left: 547px;
            top: 245px; }
          .cloud.cloud-home .row-hero .cloud-tools__item--four {
            -moz-animation-delay: 2.15s;
            -webkit-animation-delay: 2.15s;
            animation-delay: 2.15s;
            background-image: url("https://assets.ubuntu.com/v1/261ad7cb-picto-maas.svg");
            left: 367px;
            top: 425px; }
          .cloud.cloud-home .row-hero .cloud-tools__item--five {
            -moz-animation-delay: 2.3s;
            -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s;
            background-image: url("https://assets.ubuntu.com/v1/50c0306d-image-picto-landscape.svg");
            left: 226px;
            top: 372px; }
          .cloud.cloud-home .row-hero .cloud-tools__item--six {
            -moz-animation-delay: 2.45s;
            -webkit-animation-delay: 2.45s;
            animation-delay: 2.45s;
            background-image: url("https://assets.ubuntu.com/v1/c986edab-picto-cloud-midaubergine-solid.svg");
            left: 170px;
            top: 245px; }
          .cloud.cloud-home .row-hero .cloud-tools__item--seven {
            -moz-animation: scaleIn 0.3s forwards, fadeIn 0.6s linear forwards, rotateIn 3.0s ease-out forwards;
            -webkit-animation: scaleIn 0.3s forwards, fadeIn 0.6s linear forwards, rotateIn 3.0s ease-out forwards;
            animation: scaleIn 0.3s forwards, fadeIn 0.6s linear forwards, rotateIn 3.0s ease-out forwards;
            -moz-animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
            background: url("https://assets.ubuntu.com/v1/c4f35e06-partners-hero-ubuntu.svg") no-repeat;
            left: 320px;
            top: 198px;
            height: 140px;
            width: 140px; } }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-home .row-maas {
      background-image: url("https://assets.ubuntu.com/v1/90669a61-screenshot-cloud_maas.png?w=800");
      background-position: 100% 50%;
      background-repeat: no-repeat;
      background-size: 45%; } }
  @media only screen and (min-width: 984px) {
    .cloud.cloud-home .row-maas {
      background-position: 130% 50%;
      background-size: 55%; } }
  .cloud.cloud-home .newsevent__title {
    font-size: 1rem; }
    @media only screen and (min-width: 984px) {
      .cloud.cloud-home .newsevent__title {
        font-size: 1.25rem; } }
  .cloud.cloud-home .newsevent__map {
    float: left; }
    .cloud.cloud-home .newsevent__map-image {
      border-radius: 4px;
      margin-right: 20px;
      margin-top: 7px;
      width: 76px; }
    .cloud.cloud-home .newsevent__map-image-wrap {
      background-size: 78px;
      display: inline-block;
      margin-bottom: 0;
      max-width: 100%;
      position: relative;
      vertical-align: middle; }
  .cloud.cloud-home .newsevent__details {
    clear: none;
    color: #888;
    display: inline;
    float: left;
    line-height: 1.2;
    margin-bottom: .5em;
    margin-top: 4px;
    width: 66%; }
    .cloud.cloud-home .newsevent__details-location {
      background-image: url("https://assets.ubuntu.com/v1/dc06486f-location.svg"); }
    .cloud.cloud-home .newsevent__details-venue {
      background-image: url("https://assets.ubuntu.com/v1/48947556-gps.svg"); }
    .cloud.cloud-home .newsevent__details-date {
      background-image: url("https://assets.ubuntu.com/v1/c7d1850b-calendar.svg"); }
  .cloud.cloud-home .row--office-hours {
    background-image: none; }
  .cloud.cloud-storage .equal-height--vertical-divider .equal-height--vertical-divider__item {
    border: 0; }
  .cloud.cloud-storage .twelve-col .equal-height--vertical-divider {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-storage .storage-options {
      border-bottom: 1px dotted #888; } }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-storage .hero-image {
      margin-top: -60px; } }
  .cloud.cloud-partners .row-hero {
    overflow: hidden;
    min-height: 550px; }
    .cloud.cloud-partners .row-hero:before {
      background: url("https://assets.ubuntu.com/v1/03ede53b-clouds-foreground.png") left bottom no-repeat;
      bottom: 0;
      content: ' ';
      display: block;
      height: 400px;
      left: 77px;
      position: absolute;
      width: 984px;
      z-index: 3; }
    .cloud.cloud-partners .row-hero.bg-clouds {
      background: transparent url("https://assets.ubuntu.com/v1/487a58c4-clouds-background.png") repeat-x;
      background-position: 0 0;
      bottom: 0;
      content: ' ';
      display: block;
      height: 552px;
      left: 0;
      position: absolute;
      width: 984px;
      z-index: 2; }
    .cloud.cloud-partners .row-hero.bg-more-clouds {
      background: transparent url("https://assets.ubuntu.com/v1/190d12e9-clouds-background-b.png") repeat-x;
      background-position: 0 0;
      bottom: 30px;
      content: ' ';
      display: block;
      height: 652px;
      left: -10%;
      position: absolute;
      width: 984px;
      z-index: 1; }
    .cloud.cloud-partners .row-hero .hero-content {
      position: relative;
      z-index: 10; }
    .cloud.cloud-partners .row-hero .cloud-row-hero-image {
      position: relative;
      z-index: 3; }
      @media only screen and (min-width: 768px) {
        .cloud.cloud-partners .row-hero .cloud-row-hero-image {
          margin-right: -40%;
          margin-top: 17%; } }
      .cloud.cloud-partners .row-hero .cloud-row-hero-image:after {
        background: #333;
        content: ' ';
        display: block;
        height: 152px;
        left: 0;
        position: absolute;
        top: 0;
        width: 152px;
        z-index: 4; }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-juju .row-get-started {
      background-image: url("https://assets.ubuntu.com/v1/8149d09f-Service+View+-+zoom.png?w=600");
      background-position: top right;
      background-repeat: no-repeat; } }
  .cloud.cloud-juju .external-heading {
    background: url("https://assets.ubuntu.com/v1/e1bba201-external-link-cool-grey.svg") left center no-repeat;
    background-size: 16px;
    padding-left: 22px; }
  .cloud.cloud-juju .bundle-card__image-container {
    height: 345px; }
  @media only screen and (min-width: 984px) {
    .cloud.cloud-public-cloud .row-get-started .box {
      min-height: 170px; } }
  .cloud.cloud-contact-us .row-hero {
    padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-openstack .row-autopilot {
      background-image: url("https://assets.ubuntu.com/v1/b72144a5-cloud_landscape_components.png?op=region&rect=0,0,300,600");
      background-position: right top;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 984px) {
    .cloud.cloud-openstack .row-autopilot {
      background-image: url("https://assets.ubuntu.com/v1/b72144a5-cloud_landscape_components.png?op=region&rect=0,0,500,800");
      background-position: right top;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-openstack-autopilot .row-hero {
      overflow: hidden; } }
  @media only screen and (min-width: 984px) {
    .cloud.cloud-openstack-autopilot .row-hero {
      background-position: top right; } }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-openstack-autopilot .row-hero:before {
      background: url("https://assets.ubuntu.com/v1/b72144a5-cloud_landscape_components.png?w=897") center center no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 75%;
      overflow: visible;
      position: absolute;
      right: -30vw;
      top: 60px;
      width: 80vw; } }
  @media only screen and (min-width: 984px) {
    .cloud.cloud-openstack-autopilot .row-hero:before {
      height: 85%;
      right: -2vw;
      width: 45vw; } }
  .cloud.cloud-openstack-autopilot .autopilot-dynamic h2 {
    padding-bottom: 1em; }
  .cloud.cloud-openstack-autopilot .autopilot-dynamic .video-container {
    width: 95%; }
  .cloud.cloud-openstack-autopilot .autopilot-dynamic .back-link {
    color: #AEA79F;
    opacity: .9;
    transition: opacity .3s; }
    .cloud.cloud-openstack-autopilot .autopilot-dynamic .back-link:hover {
      text-decoration: none;
      opacity: 1; }
    .cloud.cloud-openstack-autopilot .autopilot-dynamic .back-link img {
      vertical-align: text-bottom;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .cloud .row-cost .box {
    color: #333;
    border: 0; }
    .cloud .row-cost .box h3 {
      margin-top: 0; }
    .cloud .row-cost .box .price {
      font-size: 2em;
      margin-bottom: 5px; }
  .cloud.cloud-managed-cloud .strip-aubergine {
    background-image: url("https://assets.ubuntu.com/v1/728c5851-Yakkety_Yak-Wallpaper_8192x4608_aubergine_wider.jpg");
    background-size: cover;
    color: #fff; }
    .cloud.cloud-managed-cloud .strip-aubergine .button--primary {
      margin: 2rem 0 0; }
  @media only screen and (min-width: 984px) {
    .cloud.cloud-managed-cloud .row-expertise .four-col {
      min-height: 220px; } }
  .cloud.cloud-managed-cloud .video-container {
    padding-bottom: 53.25%; }
  @media only screen and (min-width: 984px) {
    .cloud .cloud-newsletter-thank-you .intro {
      font-size: 1.75em; } }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-plans-and-pricing .row-ubuntu-advantage-promo {
      background-image: url("https://assets.ubuntu.com/v1/65274d19-landscape-screenshot.png?W=600");
      background-position: 158% 45px;
      background-repeat: no-repeat;
      background-size: 56%; } }
  @media only screen and (min-width: 984px) {
    .cloud.cloud-plans-and-pricing .row-ubuntu-advantage-promo {
      background-position: right -100px top 40px;
      background-size: 40%; } }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-training .row-hero {
      min-height: 343px; } }
  .cloud.cloud-training .course-details {
    margin-top: 3px; }
    .cloud.cloud-training .course-details dt {
      float: left;
      margin-right: 6px; }
      .cloud.cloud-training .course-details dt::after {
        content: ': '; }
    .cloud.cloud-training .course-details dd {
      margin-bottom: 10px; }
  .cloud.cloud-training .row--training {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .cloud.cloud-training .row--training {
        margin-top: 0;
        min-height: 300px;
        padding-top: 20px;
        position: relative; } }
    @media only screen and (min-width: 984px) {
      .cloud.cloud-training .row--training {
        min-height: 343px;
        padding-top: 40px; } }
    .cloud.cloud-training .row--training__content {
      position: relative; }
    .cloud.cloud-training .row--training__image {
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .cloud.cloud-training .row--training__image {
          max-width: 300px;
          position: absolute;
          right: 20px;
          top: -40px; } }
      @media only screen and (min-width: 984px) {
        .cloud.cloud-training .row--training__image {
          max-width: 360px;
          right: 40px;
          top: -100px;
          width: auto; } }
  .cloud.cloud-training .training-list__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 0; }
    @media only screen and (min-width: 768px) {
      .cloud.cloud-training .training-list__item {
        margin-bottom: 40px;
        padding-bottom: 40px; } }
    @media only screen and (min-width: 984px) {
      .cloud.cloud-training .training-list__item {
        margin-bottom: 60px;
        padding-bottom: 60px; } }
  .cloud.cloud-training .training-list__course-summary {
    border-bottom: 0; }
  .cloud.cloud-training .training-list__course-details dt {
    float: left;
    margin-right: 6px; }
    .cloud.cloud-training .training-list__course-details dt:after {
      content: ": "; }
  .cloud.cloud-training .training-list__course-details dd {
    margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .cloud.cloud-training .training-list__course-details {
      margin-top: 3px; } }

.row--whitepaper {
  background-image: none; }

.containers-home .icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 984px) {
    .containers-home .icon-text {
      margin-bottom: 40px; } }
  .containers-home .icon-text__icon {
    margin-right: 20px;
    width: 50px; }
    @media only screen and (min-width: 984px) {
      .containers-home .icon-text__icon {
        margin-right: 40px;
        width: 80px; } }
  .containers-home .icon-text__heading {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .containers-home .icon-text__heading:before {
        border-left: 1px solid #cdcdcd;
        content: ' ';
        display: block;
        height: 20px;
        left: -10px;
        position: absolute;
        top: 2px;
        width: 1px; } }
    @media only screen and (min-width: 984px) {
      .containers-home .icon-text__heading:before {
        height: 40px;
        left: -20px;
        top: 0px; } }

.containers-kubernetes .row-expertise__image {
  margin-right: 20px;
  width: 15vw; }
  @media only screen and (min-width: 984px) {
    .containers-kubernetes .row-expertise__image {
      width: 150px; } }
  .containers-kubernetes .row-expertise__image:last-of-type {
    margin-right: 0; }

.download-ubuntu-kylin-zh-CN .download-description {
  min-height: 9.5em; }

.download .inner-wrapper form fieldset {
  background: none;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px; }

.download .inner-wrapper form select {
  font-weight: 300;
  margin-bottom: 30px;
  width: 100%; }

.download .strip-inner-wrapper form button,
.download .strip-inner-wrapper form .link-cta-download,
.download .strip-inner-wrapper .link-cta-download {
  width: 100%;
  margin-bottom: 1em; }

.download p.ubuntu-upgrade {
  background: #f7f7f7 url("https://assets.ubuntu.com/v1/f68488b1-picto-upgrade-warmgrey.svg") 20px center no-repeat;
  background-size: 40px 40px;
  border-top: 1px solid #e3e3e3;
  border-radius: 0 0 4px 4px;
  display: block;
  margin-bottom: 0;
  padding: 20px 20px 20px 84px;
  margin: 0 -20px -41px -20px; }

html.no-svg .download p.ubuntu-upgrade,
html.opera-mini .download p.ubuntu-upgrade {
  background-image: url("https://assets.ubuntu.com/v1/fa83e8f4-pictorgram-upgrade-44x44.png"); }

.download #main-content .row-background a:link.link-cta-download {
  text-decoration: none; }

.download-ubuntu-kylin-zh-CN .inner-wrapper form button {
  margin-left: 0; }

.download .inner-wrapper .small {
  font-size: .8125em;
  display: block;
  text-align: center;
  margin-top: -.2em; }

.download .inner-wrapper .form-download .small {
  margin-bottom: 2em; }

.download .inner-wrapper .form-download:last-of-type .small {
  margin-bottom: 0; }

.download-ubuntu-kylin-zh-CN .inner-wrapper .link-cta-download, .download-ubuntu-kylin-zh-CN .inner-wrapper .small {
  margin-left: 0; }

.download-cloud-home .row-hero form.form-download p {
  font-size: 0.8125em; }

.download-cloud-home .inline-icons li {
  margin-bottom: 0; }

.download-cloud-home .row--ebook,
.download-server-provisioning .row--ebook,
.download-cloud-conjure-up .row--ebook,
.download-cloud-autopilot .row--ebook {
  background: #2c001e;
  color: #ebebea; }

.download-desktop div.warning {
  padding: 20px 40px;
  margin-bottom: 20px; }

/* .download */
.download-help .row-hero {
  padding-bottom: 0; }
  .download-help .row-hero + .row {
    padding-top: 20px; }

.download-help .box-juju {
  padding-top: 40px;
  padding-bottom: 40px; }

.download #download-other {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 20px; }

.download .sidebar h4 {
  font-size: 1em;
  font-weight: normal; }

.download .sidebar li h5 {
  font-weight: normal;
  color: #333;
  margin-left: -15px; }

.download .sidebar ul {
  margin-left: 15px; }

.download .sidebar ul ul {
  margin-left: 0; }

.download .sidebar li li {
  list-style-type: disc; }

.download .header--ubuntu,
.download .header--windows,
.download .header--mac,
.download .header--dvd,
.download .header--download,
.download .header--kylin,
.download .header--openstack,
.download .header--server,
.download .header--upgrade,
.download .header--articles {
  background-repeat: no-repeat;
  background-size: 2em 2em;
  background-position: top left;
  padding: .3em 0 .6em 2.4em; }

.download .header--ubuntu {
  background-image: url("https://assets.ubuntu.com/v1/cb3ecebb-picto-ubuntu.svg"); }

.download .header--windows {
  background-image: url("https://assets.ubuntu.com/v1/08563efa-picto-windows.svg"); }

.download .header--mac {
  background-image: url("https://assets.ubuntu.com/v1/4239507e-picto-mac.svg"); }

.download .header--dvd {
  background-image: url("https://assets.ubuntu.com/v1/a9ed9a5c-picto-cddvd-warmgrey.svg"); }

.download .header--download {
  background-image: url("https://assets.ubuntu.com/v1/be3876ec-picto-download-warmgrey.svg"); }

.download .header--kylin {
  background-image: url("https://assets.ubuntu.com/v1/590018e7-picto-ubuntukylin.svg"); }

.download .header--openstack {
  background-image: url("https://assets.ubuntu.com/v1/a7916513-picto-openstack.svg"); }

.download .header--server {
  background-image: url("https://assets.ubuntu.com/v1/c3499461-picto-server-warmgrey.svg"); }

.download .header--upgrade {
  background-image: url("https://assets.ubuntu.com/v1/f68488b1-picto-upgrade-warmgrey.svg"); }

.download .header--articles {
  background-image: url("https://assets.ubuntu.com/v1/8a199d55-picto-articles-warmgrey.svg"); }

.download .row-easy-ways .box-highlight p {
  border-bottom: 1px dotted #888;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.download .row-easy-ways .box-highlight ul {
  margin-bottom: 0; }

.download #main-content .row-background {
  background: url("https://assets.ubuntu.com/v1/ad0985ac-image-background-wallpaper1404.jpg") no-repeat center center;
  background-size: cover;
  background-color: #62273A;
  background-color: -webkit-linear-gradient(#62273A 0%, #a62d2d 100%);
  background-color: -o-linear-gradient(#62273A 0%, #a62d2d 100%);
  background-color: -moz-linear-gradient(#62273A 0%, #a62d2d 100%);
  background-color: linear-gradient(#62273A 0%, #a62d2d 100%);
  background-size: cover;
  margin-top: 0;
  padding-top: 40px; }
  .download #main-content .row-background h1,
  .download #main-content .row-background p {
    color: #ffffff; }
  .download #main-content .row-background a:link,
  .download #main-content .row-background a:visited {
    text-decoration: underline;
    color: #fff; }
  .download #main-content .row-background a:hover {
    color: rgba(255, 255, 255, 0.6); }
  .download #main-content .row-background a:hover.link-cta-download {
    color: white; }
  .download #main-content .row-background a.external {
    background-image: url("https://assets.ubuntu.com/v1/c4b33571-icon-externallink-white.svg"); }
  .download #main-content .row-background a.external:hover {
    background-image: url("https://assets.ubuntu.com/v1/a1f09697-icon-externallink-warmgrey.svg"); }
  .download #main-content .row-background .box-highlight {
    border: none;
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.25);
    color: #ffffff; }
  .download #main-content .row-background .vertical-divider > div,
  .download #main-content .row-background .vertical-divider > li {
    border-color: rgba(255, 255, 255, 0.2);
    /*#78515f;*/ }

.equal-height--vertical-divider .equal-height--vertical-divider__item.no-margin-bottom {
  border-bottom: 0; }

.download.download-ubuntu-kylin #main-content .row-background a:link,
.download.download-ubuntu-kylin #main-content .row-background a:visited {
  color: #fff;
  text-decoration: none; }

.download.download-ubuntu-kylin #main-content .row-background a:hover {
  color: #fff;
  text-decoration: underline; }

.download.download-ubuntu-kylin #main-content .row-background a.external:hover {
  background-image: url("https://assets.ubuntu.com/v1/c4b33571-icon-externallink-white.svg"); }

html.no-svg .download .header--ubuntu,
html.opera-mini .download .header--ubuntu {
  background-image: url("https://assets.ubuntu.com/v1/b66b2b31-picto-ubuntu.png"); }

html.no-svg .download .header--windows,
html.opera-mini .download .header--windows {
  background-image: url("https://assets.ubuntu.com/v1/6447e9cf-picto-windows.png"); }

html.no-svg .download .header--mac,
html.opera-mini .download .header--mac {
  background-image: url("https://assets.ubuntu.com/v1/8f429189-picto-mac.png"); }

html.no-svg .download .header--dvd,
html.opera-mini .download .header--dvd {
  background-image: url("https://assets.ubuntu.com/v1/35559463-picto-cddvd-warmgrey.png"); }

html.no-svg .download .header--download,
html.opera-mini .download .header--download {
  background-image: url("https://assets.ubuntu.com/v1/7fb8fbf5-picto-download-warmgrey.png"); }

html.no-svg .download .header--kylin,
html.opera-mini .download .header--kylin {
  background-image: url("https://assets.ubuntu.com/v1/3e66a066-picto-ubuntukylin.png"); }

html.no-svg .download .header--openstack,
html.opera-mini .download .header--openstack {
  background-image: url("https://assets.ubuntu.com/v1/fc902cdf-picto-openstack.png"); }

html.no-svg .download .header--server,
html.opera-mini .download .header--server {
  background-image: url("https://assets.ubuntu.com/v1/45f53eda-picto-server-warmgrey.png"); }

.download .box,
.download .box-highlight {
  margin-bottom: 20px; }

.download .box h4 {
  font-size: 1em;
  font-weight: normal; }

.download .box ul li p {
  color: #333;
  margin-bottom: 0; }

/* @section download > download-zh-CN */
.download-ubuntu-kylin-zh-CN h1 span,
.download-ubuntu-kylin-zh-CN h2 span {
  float: none;
  clear: none;
  display: inline; }

.download .row-download-thanks {
  margin-left: 10px;
  margin-right: 10px; }

/* Thank you pages */
.download-thank-you .row-download-thanks .four-col .box {
  background-color: #fff;
  background-position: center 20px;
  background-repeat: no-repeat;
  padding-top: 160px; }

.download-thank-you .row-download-thanks .one .box {
  background-image: url(https://assets.ubuntu.com/v1/c748d2fd-pictogram-ubuntu-one-113x113.png); }

.download-thank-you .row-download-thanks .support .box {
  background-image: url(https://assets.ubuntu.com/v1/6d589b26-pictogram-support-113x113.png); }

.download-thank-you .row-download-thanks .ask .box {
  background-image: url(https://assets.ubuntu.com/v1/db32f14e-pictogram-ask-ubuntu-113x113.png); }

.download-thank-you .row-download-thanks .jumpstart .box {
  background-image: url(https://assets.ubuntu.com/v1/724533d0-pictogram-jumpstart-113x113.png); }

.download-thank-you .row-download-thanks .advantage .box {
  background-image: url(https://assets.ubuntu.com/v1/c39e35bd-pictogram-advantage-113x113.png); }

.download-thank-you .row-download-thanks .consulting .box {
  background-image: url(https://assets.ubuntu.com/v1/6dba47a9-pictogram-consulting-113x113.png); }

/*	@section help
-------------------------------------------------------------- */
#download-help ol {
  margin-left: 0; }

#download-help li {
  border-bottom: 1px dotted #888;
  margin-bottom: 1.25em;
  min-height: 5em;
  padding-bottom: .625em;
  position: relative;
  padding-left: 70px; }

#download-help li:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

#download-help ol.no-bullets li {
  border-bottom: 0; }

#download-help li li {
  border-bottom: 0;
  list-style-type: disc;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 20px;
  min-height: 0;
  color: #333; }

#download-help .box-tip p {
  margin-bottom: 0; }

#download-help .row-wiki {
  border-bottom: 1px dotted #888;
  margin-top: 20px; }

#download-help dl {
  font-size: 1em;
  border-top: 1px dotted #888;
  margin-bottom: 10px;
  padding-top: 10px;
  position: relative; }

#download-help dl.last {
  border-bottom: 1px dotted #888; }

#download-help dd {
  padding-bottom: 10px;
  margin-left: 0; }

#download-help dt {
  margin-bottom: 10px; }

#download-help .help-image {
  position: relative; }
  #download-help .help-image a {
    text-indent: -9999px;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; }

#download-help .ask-ubuntu-box {
  background-image: url(https://assets.ubuntu.com/v1/422b612c-picto-forum-warmgrey.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 30px 0 20px 70px; }

/* end .download-help */
.no-svg .ask-ubuntu-box,
.opera-mini .ask-ubuntu-box {
  background-image: url(https://assets.ubuntu.com/v1/5de3bb0c-picto-forum-warmgrey.png); }

.download-cloud-install-ubuntu-openstack #download-help dl:first-of-type {
  border-top: 0; }

.download-cloud-cloud-archive-instructions #download-help li {
  padding-left: 0; }

#ubuntu-help {
  margin-bottom: 60px; }

.instruction {
  padding: 0;
  border-bottom: 1px solid #EFEDEC; }
  .instruction__bullet, .instruction__details {
    padding: 60px 40px;
    margin-bottom: 0; }
  .instruction__bullet {
    margin-right: 0; }
  .instruction__step {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #888;
    color: #fff;
    text-align: center;
    vertical-align: top;
    font-size: 2em;
    font-weight: 400; }
  .instruction__title {
    display: inline;
    position: relative;
    top: 6px;
    line-height: 1.6; }
  .instruction__details {
    background-color: #f7f7f7; }

#download-help li span,
#ubuntu-help li span {
  border-radius: 40px;
  background-color: #888;
  border: 3px solid #888;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  vertical-align: top;
  width: 40px;
  font-size: 1.375em;
  padding: 0 9px;
  height: auto;
  margin-left: -70px; }

#download-help li.box span {
  margin-left: -50px; }

#ubuntu-help li span {
  margin-left: 0;
  margin-right: 20px; }

#download-help li.double span,
#download-help li span.double,
#ubuntu-help li.double span,
#ubuntu-help li span.double {
  text-indent: -7px; }

#ubuntu-help .no-numbers li {
  padding-left: 0; }

.row-ask {
  margin-top: 20px; }

.row-ask p {
  padding: 15px 0 0; }

.download p.link-wrap {
  clear: both;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  width: 100%; }

/* Contribute page */
.no-js .contribute {
  display: none; }

.contribute__options, .download .inner-wrapper form fieldset.contribute__options {
  background-color: #EFEFEF;
  padding: 20px;
  border-radius: 5px; }

.contribute__option-amount {
  font-size: 16px;
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.contribute__option-currency {
  display: inline-block;
  color: #888;
  padding: 5px;
  order: 2; }

.contribute__option-value, input[type=number].contribute__option-value {
  padding: 4px;
  width: 55px;
  order: 3; }

.contribute__option-slider {
  order: 1;
  flex-grow: 1;
  margin-right: 16px;
  background-color: transparent; }

.contribute__equivalent {
  max-width: 350px; }
  .contribute__equivalent p {
    margin-bottom: 0; }
  .contribute__equivalent-image {
    margin-right: 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contribute__equivalent-image {
        float: left; } }
  .contribute__equivalent__equivalent-price {
    color: #888; }

.contribute__summary {
  margin-top: 40px;
  margin-bottom: 20px; }
  .no-js .contribute__summary {
    display: none; }

.contribute__total {
  float: right; }
  .contribute__total-heading {
    margin-top: -0.3em;
    margin-bottom: 0; }
  .contribute__total-currency {
    color: #888; }

.contribute__finalise {
  border-top: 1px solid #efefef;
  padding-top: 20px; }

.contribute__submit, .download .contribute button.contribute__submit {
  float: right;
  width: auto;
  margin-bottom: 0; }
  .contribute__submit[disabled], .download .contribute button[disabled].contribute__submit {
    opacity: .3; }
  .contribute__submit.hidden, .download .contribute button.hidden.contribute__submit {
    display: none; }

.contribute__skip.button--primary {
  float: right;
  text-indent: -1000px;
  position: relative;
  width: 15.3em; }
  .contribute__skip.button--primary::after {
    top: 0;
    left: 0;
    content: "Download Ubuntu Desktop";
    display: inline-block;
    color: white;
    position: absolute;
    text-indent: 0;
    padding: 11px 24px; }

/* Desktop thankyou page */
.download-thankyou .download-cross-sells {
  margin-top: 40px; }

.download-thankyou .download-cross-sells .box-highlight {
  height: 380px; }

.download-thankyou .download-cross-sells .box-highlight img {
  display: block;
  margin: 0 auto 20px auto; }

.download-thankyou .inner-wrapper .newsletter-signup fieldset {
  padding-left: 0; }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .download .row-list-download .box-highlight {
    margin-bottom: 0; } }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* Thank you pages */
  .download .row-download-thanks {
    margin-left: 0;
    margin-right: 0; }
  .download .download-description {
    box-sizing: border-box;
    border-right: 1px dotted #888;
    display: inline;
    float: left;
    min-height: 8em;
    padding-right: 10px; }
  .download-cloud-home .inline-icons li {
    margin-bottom: 20px; }
  #download-help li span,
  #ubuntu-help li span {
    font-size: 1.4375em;
    height: 40px;
    padding: 0 11px 20px 11px;
    margin-right: 20px; }
  #ubuntu-help li span {
    margin-left: 0;
    margin-right: 20px; }
  .download-help dt {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 10px;
    width: 40%; }
  .download-help dd {
    float: right;
    width: 55%; }
  .download-help .help-image a {
    display: block; }
  .box-tip {
    background: #fff url(https://assets.ubuntu.com/v1/18aa8a3c-pictogram-download-tip-60x49.png) 20px 20px no-repeat;
    margin-bottom: 1.538em;
    padding-left: 100px;
    padding-bottom: 1.25em; }
  #download-other .box {
    margin-bottom: 0; }
  .download .gap-from-top {
    margin-top: 53px; } }

/* Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  .download-thankyou .equal-height img {
    height: 113px;
    width: 113pc; } }

/* ownload Flavours Trumps
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  .download-ubuntu-flavours .row-hero {
    padding-bottom: 0 !important; } }

@media only screen and (min-width: 768px) {
  .download.download-ubuntu-flavours .row.row-flavours-hero {
    padding-bottom: 0; } }

.list-step__title + .box {
  margin-top: 1em; }

.list-step__item {
  margin-bottom: 2rem;
  position: relative; }

.list-step__bullet {
  position: absolute;
  top: 0; }

.list-step__text {
  display: inline-block;
  padding-top: .5em; }

pre {
  overflow: auto;
  padding-top: 1em;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #333;
  border: none;
  border-radius: 2px;
  color: #cdcdcd; }

pre > code {
  border: 0;
  background: transparent;
  font-size: 1em;
  font-weight: 300;
  padding: 0.7em 1em;
  color: #cdcdcd;
  width: 100%; }

/* ---------------------------------------------------------------
------------------------------------------------------------------
  DO NOT EDIT STYLES.CSS
  It is autogenerated.

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

    CONTENTS:
  -----------------------------------------------------------------
  @section cloud
    @subsection cloud > insights
    @subsection cloud > public-cloud
    @subsection cloud > private-cloud
    @subsection cloud > orchestration
    @subsection cloud > solutions
    @subsection cloud > tools

    Medium / Tablet viewport
    Large / Desktop viewport

    $ubuntu-orange:			  #dd4814; /* ubuntu orange (used for text links also on any site except canonical)
    $light-orange:        #fdf6f2; - used as background on pre text
    $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

------------------------------------------------------------------
-------------------------------------------------------------- */
/* assets database path */
/* usage: background: url(https://assets.ubuntu.com/sites/ubuntu/latest/u/img//backgrounds/background.jpg) no-repeat 0 0; */
/* home
-------------------------------------------------------------- */
.legal .legal-doc hr {
  border: 0;
  border-bottom: 1px dotted #888;
  margin: 40px 0; }

.legal .legal-doc h3 {
  margin-top: 40px; }

.legal table td {
  text-align: left; }

.legal .eight-col ol,
.legal .eight-col ul {
  margin-bottom: 1.4em; }

.legal .offstate-c,
.legal .offstate-d {
  display: none; }

.legal .doc-icon {
  max-width: 166px; }

.legal .row-you-will-find h3 {
  background-size: 2em 2em;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 2.5em;
  background-position: left center;
  background-repeat: no-repeat; }

.legal .row-you-will-find .web-terms {
  background-image: url("https://assets.ubuntu.com/v1/53640d35-picto-ubuntu-warmgrey.svg"); }

.legal .row-you-will-find .ubuntu-advantage {
  background-image: url("https://assets.ubuntu.com/v1/03c5463a-picto-business-warmgrey.svg"); }

.legal .row-you-will-find .contributors {
  background-image: url("https://assets.ubuntu.com/v1/b06cbaa6-picto-canonical-warmgrey.svg"); }

.legal .row-you-will-find .bootstack {
  background-image: url("https://assets.ubuntu.com/v1/2a8cf960-picto-startfirst-warmgrey.svg"); }

.legal .row-you-will-find .short-terms {
  background-image: url("https://assets.ubuntu.com/v1/0838729a-picto-bookmark-warmgrey.svg"); }

.legal .row-you-will-find a:hover .web-terms {
  background-image: url("https://assets.ubuntu.com/v1/c5cb0f8e-picto-ubuntu.svg"); }

.legal .row-you-will-find a:hover .ubuntu-advantage {
  background-image: url("https://assets.ubuntu.com/v1/4c6b0e06-picto-business-orange.svg"); }

.legal .row-you-will-find a:hover .contributors {
  background-image: url("https://assets.ubuntu.com/v1/60d9b81e-picto-canonical.svg"); }

.legal .row-you-will-find a:hover .bootstack {
  background-image: url("https://assets.ubuntu.com/v1/c5326cfa-picto-startfirst-orange.svg"); }

.legal .row-you-will-find a:hover .short-terms {
  background-image: url("https://assets.ubuntu.com/v1/57ad35aa-picto-bookmark-orange.svg"); }

@media only screen and (min-width: 769px) {
  .legal img.priority-0 {
    display: inline;
    position: relative;
    left: auto; } }

/* numbered paragraphs - legal document */
ol.unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

.numbered-paragraphs, .numbered, ol.numbered {
  padding: 0 0 0 3em;
  margin: 0 0 .75em 0;
  list-style: none; }
  .numbered-paragraphs .number, .numbered .number, ol.numbered .number {
    float: left;
    margin-left: -3em; }

.nested-counter {
  list-style-type: none;
  counter-reset: item;
  margin-left: 0; }
  .nested-counter .nested-counter {
    margin-top: 10px; }
  .nested-counter__item {
    counter-increment: item;
    padding-left: 4px; }
    .nested-counter__item:before {
      content: counters(item, ".") ". "; }
    .nested-counter__item .nested-counter__item {
      padding-left: 24px; }
      .nested-counter__item .nested-counter__item:before {
        content: counters(item, ".") " "; }

/*	@section search
-------------------------------------------------------------- */
.search-container {
  margin-left: 10px;
  margin-right: 10px; }

.row-hero__title {
  font-size: 2em; }

/* XXX the need for this fix should be addressed in VF- */
@media only screen and (min-width: 985px) and (max-width: 1024px) {
  .banner .logo {
    margin: 0 15px; }
  .header-search {
    margin-right: 10px; } }

.banner .nav-primary .header-search .form-text {
  -webkit-appearance: none;
  color: #333;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2; }
  .banner .nav-primary .header-search .form-text::-webkit-input-placeholder {
    color: #888;
    opacity: 0.6; }
  @media only screen and (min-width: 1024px) {
    .banner .nav-primary .header-search .form-text {
      border-bottom: 0;
      background-color: #c34113; }
      .banner .nav-primary .header-search .form-text::-webkit-input-placeholder {
        color: #fff;
        opacity: 0.5; } }

@media only screen and (min-width: 1024px) {
  .header-search {
    max-width: 210px;
    padding-right: 3px; } }

.desktop .row-case-studies {
  background-color: #2c001e;
  background-image: url("https://assets.ubuntu.com/v1/3c1c3b37-background-tile.jpg");
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .desktop .row-case-studies blockquote {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .desktop .row-case-studies .row-case-studies--title {
      margin-bottom: 72%; } }
  .desktop .row-case-studies .pull-quote {
    margin-bottom: .75em; }
    .desktop .row-case-studies .pull-quote p {
      color: #fff;
      font-size: 1em;
      line-height: 1.5em; }
      .desktop .row-case-studies .pull-quote p span {
        top: .2em; }
    .desktop .row-case-studies .pull-quote cite {
      color: #fff;
      font-size: 1em;
      line-height: 1.5em; }

@media only screen and (max-width: 768px) {
  .desktop .row-apps {
    overflow: hidden; }
    .desktop .row-apps .grid-list__icon {
      float: left;
      margin-right: 2.21238%;
      width: 30%; }
    .desktop .row-apps .grid-list__description {
      float: left;
      margin-right: 0;
      width: 54%; } }

@media only screen and (min-width: 768px) {
  .desktop .row-apps h3 {
    margin-top: 5%; } }

.desktop .landscape-screenshot {
  -webkit-box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1); }

.desktop .share-this {
  clear: both;
  display: block;
  height: 25px;
  margin-top: 20px;
  position: relative;
  width: 100%; }
  .desktop .share-this iframe {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 110px; }
  .desktop .share-this .twitter-share-button {
    display: inline-block;
    float: none;
    margin-right: 18px;
    width: 58px; }

@media only screen and (min-width: 768px) {
  .desktop.desktop-home .row-hero {
    background-color: #f7f7f7;
    background-image: url("https://assets.ubuntu.com/v1/364631d0-desktop-overview-hero.jpg?w=1024");
    background-position: 73% 81%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0;
    min-height: 573px;
    padding-top: 80px; } }

.desktop.desktop-home .js .list-fade {
  opacity: 0; }

.desktop.desktop-home .list-fade__title {
  margin-bottom: 40px; }

.desktop.desktop-home .list-fade__item {
  -moz-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  line-height: 1.3;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  position: relative; }
  .desktop.desktop-home .list-fade__item a {
    color: #888; }
    .desktop.desktop-home .list-fade__item a img {
      -moz-animation-duration: 1.2s;
      -webkit-animation-duration: 1.2s;
      animation-duration: 1.2s;
      margin-bottom: 10px; }
      .desktop.desktop-home .list-fade__item a img:hover {
        opacity: .8; }

.desktop.desktop-home .run .list-fade {
  opacity: 0;
  animation: fadeIn .9s linear forwards;
  animation-delay: 1s;
  -moz-animation: fadeIn .9s linear forwards;
  -moz-animation-delay: 1s;
  -webkit-animation: fadeIn .9s linear forwards;
  -webkit-animation-delay: 1s; }
  .desktop.desktop-home .run .list-fade .list-fade__item {
    animation: fadeIn .2s linear forwards, scaleIn .3s linear forwards;
    -webkit-animation: fadeIn .2s linear forwards, scaleIn .3s linear forwards;
    -moz-animation: fadeIn .2s linear forwards, scaleIn .3s linear forwards;
    opacity: 0; }
  .desktop.desktop-home .run .list-fade .list-fade__item:first-child {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .desktop.desktop-home .run .list-fade .list-fade__item:nth-child(2) {
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .desktop.desktop-home .run .list-fade .list-fade__item:nth-child(3) {
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .desktop.desktop-home .run .list-fade .list-fade__item:nth-child(4) {
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }

.desktop.desktop-home .row-industry img {
  display: block;
  margin: 0 auto 10px;
  max-width: 150px; }

@media only screen and (min-width: 768px) {
  .desktop.desktop-home .row-industry .muted-heading {
    margin-bottom: 3em; } }

.desktop.desktop-home .row-latest-hardware .row-latest-hardware__image {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-home .row-latest-hardware .row-latest-hardware__image {
      margin-bottom: 0; } }

.desktop.desktop-home .row-latest-hardware {
  margin-bottom: 0; }

.desktop.desktop-features .row-hero {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-features .row-hero:before {
      background: url("https://assets.ubuntu.com/v1/9fe68ee3-desktop-features-hero.png?w=897") center center no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 75%;
      overflow: visible;
      position: absolute;
      right: -30vw;
      top: 40px;
      width: 80vw; } }
  @media only screen and (min-width: 984px) {
    .desktop.desktop-features .row-hero:before {
      height: 85%;
      right: 3vw;
      width: 50vw; } }

.desktop.desktop-features .email-container {
  max-width: 539px;
  position: relative; }
  .desktop.desktop-features .email-container .email-text {
    left: 23%;
    position: absolute;
    top: 57%;
    width: 62%; }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-web-browsing {
    background-image: url("https://assets.ubuntu.com/v1/d037640f-desktop.png?w=984");
    background-repeat: no-repeat;
    background-size: cover; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-videos {
    border-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-gaming {
    background-image: url("https://assets.ubuntu.com/v1/126ebaea-borderlands.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 488px;
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-gaming__content {
    color: #fff;
    z-index: 3000;
    margin-top: 30%; } }

@media only screen and (min-width: 1281px) {
  .desktop.desktop-features .row-gaming__content {
    margin-bottom: 40px; } }

.desktop.desktop-features .row-gaming .borderlands {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1000; }

.desktop.desktop-features .row-gaming .borderlands-flash {
  animation: flash-sign 10s infinite;
  background-image: url("https://assets.ubuntu.com/v1/30d55ce9-borderlands-flash.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 488px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-photos > div {
    margin-top: 340px; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-photos > div p,
  .desktop.desktop-features .row-photos > div h2 {
    text-shadow: 0 0 2px #000; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-photos .photo-credit {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    padding: 10px;
    position: absolute;
    right: 0; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-photos.photo-1 {
    background-image: url("https://assets.ubuntu.com/v1/6c84454e-desktop-photos-1.jpg");
    background-size: cover; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-photos.photo-2 {
    background-image: url("https://assets.ubuntu.com/v1/25593e05-desktop-photos-2.jpg");
    background-size: cover; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-photos.photo-3 {
    background-image: url("https://assets.ubuntu.com/v1/a6e14067-desktop-photos-3.jpg");
    background-size: cover; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-organise .inline li {
    margin-right: 9.8%;
    width: 15%; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-features .row-organise .inline li :last-child {
    margin-right: 0; } }

.desktop.desktop-enterprise .row-hero {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-enterprise .row-hero:before {
      background: url("https://assets.ubuntu.com/v1/ca8a41c4-desktop-enterprise-hero.png?w=897") center center no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 75%;
      overflow: visible;
      position: absolute;
      right: -30vw;
      top: 40px;
      width: 80vw; } }
  @media only screen and (min-width: 984px) {
    .desktop.desktop-enterprise .row-hero:before {
      height: 85%;
      right: 3vw;
      width: 50vw; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-enterprise .row-certified {
    background-image: url("https://assets.ubuntu.com/v1/31a45631-desktop-enterprise-certified.jpg");
    background-position: 93% 39%;
    background-repeat: no-repeat;
    background-size: 45%;
    min-height: 373px;
    overflow: hidden; } }

@media only screen and (min-width: 984px) {
  .desktop.desktop-enterprise .row-certified {
    min-height: 457px; } }

@media only screen and (min-width: 1281px) {
  .desktop.desktop-enterprise .row-certified {
    background-position: 80% center;
    background-size: 600px; } }

.desktop.desktop-education .trans-bg {
  background: rgba(255, 255, 255, 0.85);
  padding: 0 1rem 1rem; }

@media only screen and (min-width: 768px) {
  .desktop.desktop-education .row-hero {
    background-image: url("https://assets.ubuntu.com/v1/3a51704e-desktop-education-hero.jpg?w=984");
    background-position: right 10px center;
    background-repeat: no-repeat;
    margin-top: 0;
    min-height: 580px; } }

@media only screen and (min-width: 984px) {
  .desktop.desktop-education .row-hero {
    background-position: 0 -180px;
    background-size: cover;
    margin-top: 0;
    min-height: 574px; } }

@media only screen and (min-width: 1281px) {
  .desktop.desktop-education .row-hero {
    background-position: 0 -315px; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-education .row-case-studies {
    background-image: url("https://assets.ubuntu.com/v1/02d89f50-map.jpg");
    background-repeat: no-repeat;
    background-size: 74%;
    background-position: center 30px; } }

@media only screen and (min-width: 1281px) {
  .desktop.desktop-education .row-case-studies {
    background-size: 50%; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-government .row-hero {
    background-image: url("https://assets.ubuntu.com/v1/826a470a-desktop-government-hero+%281%29.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 80%;
    min-height: 350px; } }

@media only screen and (min-width: 984px) {
  .desktop.desktop-government .row-hero {
    background-position: 0 -191px;
    background-size: cover;
    min-height: 574px; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-government .row-case-studies {
    background-image: url("https://assets.ubuntu.com/v1/5b74fa2a-map.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 75%; } }

@media only screen and (min-width: 1281px) {
  .desktop.desktop-government .row-case-studies {
    background-size: 50%; } }

@media only screen and (min-width: 768px) {
  .desktop.desktop-government .row-security {
    background-image: url("https://assets.ubuntu.com/v1/99d49a7d-padlock-chain.png");
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: initial;
    min-height: 310px; } }

@media only screen and (min-width: 1281px) {
  .desktop.desktop-government .row-security {
    background-position: 70% center; } }

.desktop.desktop-for-developers .row-easy-deployment {
  background-color: #efefef; }

.desktop.desktop-for-developers .row-hero {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-for-developers .row-hero:before {
      background: url("https://assets.ubuntu.com/v1/2e62cdb4-desktop-developer-hero.png?w=897") center center no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 75%;
      overflow: visible;
      position: absolute;
      right: -30vw;
      top: 40px;
      width: 80vw; } }
  @media only screen and (min-width: 984px) {
    .desktop.desktop-for-developers .row-hero:before {
      height: 85%;
      right: 3vw;
      width: 50vw; } }

.desktop.desktop-ubuntu-kylin .row-hero {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-ubuntu-kylin .row-hero:before {
      background: url("https://assets.ubuntu.com/v1/7ee4a52c-dell-xps-laptop-front.png?w=897") center center no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 75%;
      overflow: visible;
      position: absolute;
      right: -30vw;
      top: 40px;
      width: 80vw; } }
  @media only screen and (min-width: 984px) {
    .desktop.desktop-ubuntu-kylin .row-hero:before {
      height: 85%;
      right: 3vw;
      width: 50vw; } }

.desktop.desktop-ubuntu-kylin .row-partnership ul {
  margin-left: -40px; }
  .desktop.desktop-ubuntu-kylin .row-partnership ul li {
    margin-left: 40px; }

.desktop.desktop-ubuntu-kylin .pull-left {
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .desktop.desktop-ubuntu-kylin .pull-left {
      margin: 0;
      width: 100; } }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-ubuntu-kylin .pull-left {
      margin-bottom: -40px;
      margin-left: -20px; } }
  @media only screen and (min-width: 984px) {
    .desktop.desktop-ubuntu-kylin .pull-left {
      margin-bottom: -60px;
      margin-left: -40px; } }

.desktop.desktop-ubuntu-kylin .pull-right {
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .desktop.desktop-ubuntu-kylin .pull-right {
      margin: 0;
      width: 100; } }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-ubuntu-kylin .pull-right {
      margin-bottom: -20px;
      margin-right: -20px; } }
  @media only screen and (min-width: 984px) {
    .desktop.desktop-ubuntu-kylin .pull-right {
      margin-bottom: -40px;
      margin-right: -40px; } }

.desktop.desktop-partners sup {
  font-size: .7em;
  line-height: 1em; }

.desktop.desktop-partners .row-case-studies-light {
  background-color: #f7f7f7;
  background-image: none;
  color: #333; }
  .desktop.desktop-partners .row-case-studies-light .pull-quote p,
  .desktop.desktop-partners .row-case-studies-light .pull-quote cite {
    color: #333; }

@media only screen and (min-width: 768px) {
  .desktop.desktop-partners .row-commercial .four-col::after {
    background-image: url("https://assets.ubuntu.com/v1/f2a25267-image-list-stroke.svg");
    background-repeat: repeat-x;
    content: ' ';
    display: block;
    height: 5px;
    left: 85px;
    position: absolute;
    top: 39px;
    width: 74%; } }

@media only screen and (min-width: 984px) {
  .desktop.desktop-partners .row-commercial .four-col::after {
    width: 76%; } }

.desktop.desktop-partners .row-commercial .four-col.last-col::after {
  display: none; }

.desktop.desktop-partners .row-commercial .picto {
  margin-bottom: 40px;
  max-width: 80px; }

.desktop.desktop-partners .row-certified-hardware__image {
  min-height: 225px; }
  .desktop.desktop-partners .row-certified-hardware__image > img {
    width: 330px; }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-partners .row-certified-hardware__image {
      min-height: 200px; }
      .desktop.desktop-partners .row-certified-hardware__image > img {
        width: 100%; } }

.desktop.desktop-partners .row-intel {
  background-color: #007cc5;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .desktop.desktop-partners .row-intel {
      background-image: url("https://assets.ubuntu.com/v1/0caaa961-image-intelonastick-background.png");
      background-position: 50% 50%;
      background-repeat: no-repeat; } }
  .desktop.desktop-partners .row-intel .external {
    background-image: url("https://assets.ubuntu.com/v1/6effa961-icon-externallink-white.png");
    color: #fff; }
  .desktop.desktop-partners .row-intel img {
    margin-top: 9%; }

.desktop.desktop-partners .row-tenders img {
  max-width: 350px; }

.core.core-overview .equal-height--vertical-divider .equal-height--vertical-divider__item {
  border: 0; }

.core.core-overview .row--verticals__image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .core.core-overview .row--verticals__image {
      display: block;
      width: 100%;
      height: inherit; } }
  @media only screen and (min-width: 984px) {
    .core.core-overview .row--verticals__image {
      height: 177px;
      width: 290px; } }

@media only screen and (min-width: 984px) {
  .internet-of-things .nav-secondary {
    padding-left: 10px; } }

@media only screen and (min-width: 768px) {
  .internet-of-things .row-cta {
    padding: 80px 40px 60px; }
    .internet-of-things .row-cta .inline-small + h2 {
      margin-left: 0; } }

@media only screen and (min-width: 984px) {
  .internet-of-things .row-cta {
    padding: 90px 40px 70px; }
    .internet-of-things .row-cta .inline-small + h2 {
      margin-left: 0; } }

.internet-of-things .list-partners__image {
  max-height: 65px; }

.internet-of-things .list-partners__image-container {
  border-bottom: 1px dotted #888;
  padding-bottom: 20px; }

.internet-of-things .list-partners__link {
  display: block;
  position: relative;
  width: 100%; }

.internet-of-things .list-partners li {
  font-size: 1em; }

.internet-of-things .grid-list p {
  font-size: 1em; }

.internet-of-things .grid-list__item {
  margin-bottom: 20px;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .internet-of-things .grid-list__item {
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .internet-of-things .grid-list__item > [class*='-col']:first-child {
      padding: 1em 1.5em 0 1.5em;
      width: 45%; } }
  .internet-of-things .grid-list__item > [class*='-col']:last-child {
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .internet-of-things .grid-list__item > [class*='-col']:last-child {
        padding: 1em 1.5em 0 1.5em; } }

.internet-of-things .row-case-studies {
  background: #f7f7f7;
  color: #333; }
  @media only screen and (min-width: 768px) {
    .internet-of-things .row-case-studies .pull-quote {
      margin: 0 .6em; } }
  .internet-of-things .row-case-studies .pull-quote cite {
    color: #333; }
  .internet-of-things .row-case-studies p {
    color: #333; }

.internet-of-things .inline-logos--large li img {
  height: auto;
  max-height: 65px; }

.internet-of-things .border-small {
  border-bottom: 1px dotted #888; }
  @media only screen and (min-width: 768px) {
    .internet-of-things .border-small {
      border: 0; } }

.internet-of-things.internet-of-things-overview .row--snap-store__image {
  margin-top: 60px; }

.internet-of-things.internet-of-things-overview .row--verticals__image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .internet-of-things.internet-of-things-overview .row--verticals__image {
      display: block;
      width: 100%;
      height: inherit; } }
  @media only screen and (min-width: 984px) {
    .internet-of-things.internet-of-things-overview .row--verticals__image {
      height: 177px;
      width: 290px; } }

.internet-of-things.internet-of-things-gateways .gateways-logo {
  margin-bottom: 2em;
  max-height: 75px;
  max-width: 275px; }
  @media only screen and (min-width: 768px) {
    .internet-of-things.internet-of-things-gateways .gateways-logo {
      max-width: 100%; } }

.internet-of-things .strip-dark blockquote p {
  color: #fff; }

.internet-of-things.internet-of-things-digital-signage .row-hero__image--small {
  margin-top: 20px; }

.internet-of-things.internet-of-things-digital-signage .row-cta--digital-signage {
  background: url("https://assets.ubuntu.com/v1/68b1a2e2-banner_pixels05.png") center center no-repeat; }
  @media only screen and (min-width: 768px) {
    .internet-of-things.internet-of-things-digital-signage .row-cta--digital-signage {
      background-size: cover; } }

.internet-of-things.internet-of-things-robotics .row-hero {
  background-image: url("https://assets.ubuntu.com/v1/613bd7dc-robotics_mobile.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 50%; }
  @media only screen and (min-width: 768px) {
    .internet-of-things.internet-of-things-robotics .row-hero {
      background-image: url("https://assets.ubuntu.com/v1/ecdbd3cb-robotics.jpg");
      padding-bottom: 100px; } }
  .internet-of-things.internet-of-things-robotics .row-hero .button--primary {
    margin-top: 1rem; }
  .internet-of-things.internet-of-things-robotics .row-hero h1 {
    text-align: left;
    width: 100%; }

.internet-of-things.internet-of-things-robotics .row--benefits__image {
  height: 150px; }

.internet-of-things.internet-of-things-robotics .row--contactus {
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .internet-of-things.internet-of-things-robotics .row--contactus {
      padding: 20px 10px 0; } }

.internet-of-things.internet-of-things-robotics .livestream__video iframe {
  width: 100vw;
  max-width: 984px;
  height: 45vw;
  max-height: 555px; }

.internet-of-things.internet-of-things-robotics .livestream__close {
  display: block;
  padding: 0 1rem;
  text-align: right; }

.internet-of-things.internet-of-things-robotics .row-full-width iframe {
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 984px) {
  .internet-of-things.internet-of-things-robotics .case-studies__image {
    display: block;
    height: 177px;
    width: 290px; } }

.internet-of-things.internet-of-things-robotics .robot_logo {
  padding-bottom: 2em;
  max-width: 200px; }
  @media only screen and (min-width: 768px) {
    .internet-of-things.internet-of-things-robotics .robot_logo {
      max-width: 100%; } }

.internet-of-things.internet-of-things-robotics .robot_product {
  max-height: 100px; }

@media only screen and (min-width: 768px) {
  .server .box-padded-feature .six-col {
    border-right: 1px dotted #888; }
  .server .box-padded-feature .six-col.last-col {
    border-right: 0; }
  .server .box-padded-feature .border-bottom {
    border-bottom: 1px dotted #888;
    margin-bottom: 10px;
    padding-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .server.server-management .row-community {
    border-bottom: 0;
    margin-bottom: 0; }
    .server.server-management .row-community .nine-col {
      background: #fff; } }

@media only screen and (min-width: 768px) {
  .server.server-management .row-ubuntu-advantage-promo {
    background-image: url("https://assets.ubuntu.com/v1/65274d19-landscape-screenshot.png?W=600");
    background-position: 158% 45px;
    background-repeat: no-repeat;
    background-size: 56%; } }

@media only screen and (min-width: 984px) {
  .server.server-management .row-ubuntu-advantage-promo {
    background-position: right -100px top 40px;
    background-size: 40%; } }

.server.server-hyperscale h1 {
  float: none;
  margin-bottom: 18px; }

.server.server-hyperscale .partner-logo {
  margin: 0 auto 10px; }
  @media only screen and (min-width: 768px) {
    .server.server-hyperscale .partner-logo {
      height: 105px; }
      .server.server-hyperscale .partner-logo img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media only screen and (min-width: 768px) {
  .server.server-hyperscale .partner-list > li {
    min-height: 24rem; } }

@media only screen and (min-width: 984px) {
  .server.server-hyperscale .partner-list > li {
    min-height: 21rem; } }

.server.server-contact-us .row-hero h2 {
  color: #333;
  padding-top: 0; }

@media only screen and (min-width: 768px) {
  .server.server-livepatch .row-hero {
    background: #fff url("https://assets.ubuntu.com/v1/e2c4c299-server-livepatch-hero.jpg?w=984") no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 450px;
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .server.server-livepatch .list-stepped--spaced .list-stepped__item {
    padding: 20px 0; } }

@media only screen and (min-width: 768px) {
  .server.server-livepatch .row--kernal-livepatching {
    background-image: url("https://assets.ubuntu.com/v1/4d62c90a-applying-Livepatches.png?W=600");
    background-position: 158% 45px;
    background-repeat: no-repeat;
    background-size: 56%; } }

@media only screen and (min-width: 984px) {
  .server.server-livepatch .row--kernal-livepatching {
    background-position: right -100px center;
    background-size: 40%; } }

@media only screen and (min-width: 768px) {
  .server.server-maas .row-hero {
    background-image: url("https://assets.ubuntu.com/v1/90669a61-screenshot-cloud_maas.png?w=800");
    background-position: 100% 33%;
    background-repeat: no-repeat;
    background-size: 50%; } }

@media only screen and (min-width: 768px) {
  .server.server-maas .row--autopilot {
    background-image: url("https://assets.ubuntu.com/v1/b72144a5-cloud_landscape_components.png?op=region&rect=0,0,900,900");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50%; } }

.server.server-maas h1 {
  background-image: url("https://assets.ubuntu.com/v1/33b96a7f-maas-logo.svg");
  background-position: 0 18px;
  background-repeat: no-repeat;
  background-size: 1.4em;
  margin-left: -6px;
  padding-left: 1.5em; }

.server.server-maas .pricing__title {
  font-size: 1.25em;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .server.server-maas .pricing__title {
      font-size: 1.5em; } }
  @media only screen and (min-width: 984px) {
    .server.server-maas .pricing__title {
      font-size: 1.75em; } }

.server.server-maas .pricing__cost {
  font-size: 1.25em;
  text-align: left;
  color: #333;
  font-weight: 300;
  border-top: 1px solid #d2d2d2;
  padding-top: 12px;
  margin-top: 12px; }
  @media only screen and (min-width: 768px) {
    .server.server-maas .pricing__cost {
      font-size: 1.5em; } }
  @media only screen and (min-width: 984px) {
    .server.server-maas .pricing__cost {
      font-size: 1.75em; } }

.server.server-maas .pricing__unit {
  font-size: .75em;
  color: #888; }

.server.server-maas .pricing__detail {
  border-top: 1px solid #d2d2d2;
  padding: 15px 0 0; }

.server.server-maas.no-svg h1, .server.server-maas.opera-mini h1 {
  background-image: url("https://assets.ubuntu.com/v1/6574f6c8-image-picto-maas-40.png"); }

.support .row.row--contact-us {
  padding-bottom: 20px;
  padding-top: 20px; }

.support .row--contact-us__wrapper {
  background-image: url("https://assets.ubuntu.com/v1/00d6e773-contact_orange_phone.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  padding-left: 60px; }

.no-svg .support.support-plans-and-pricing .row-hero,
.opera-mini .support.support-plans-and-pricing .row-hero {
  background-image: url("https://assets.ubuntu.com/v1/2cb97b41-image-ubuntuadvantage.png"); }

@media only screen and (max-width: 768px) {
  .support.support-plans-and-pricing .row-pricing__image-container {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    width: 60px; } }

@media only screen and (max-width: 768px) {
  .support.support-plans-and-pricing .row-pricing__image-container .row-pricing__title {
    margin: .3em 1em 1.8em; } }

.support.support-plans-and-pricing .ua-price {
  font-size: 2em; }

.support.support-plans-and-pricing table {
  table-layout: fixed; }
  .support.support-plans-and-pricing table .pricing-features-column {
    width: 50%; }

.support.support-community-support .row-community-support-options {
  padding-top: 0; }

.support-home .grid-list {
  margin: 1rem 0 0; }
  @media (min-width: 768px) {
    .support-home .grid-list {
      margin: 1rem -12px 2rem; } }

.support-home .grid-list__item {
  display: block;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .support-home .grid-list__item p {
      font-size: 1rem; } }

.support-home .advantage-link {
  clear: both; }
  @media (max-width: 768px) {
    .support-home .advantage-link {
      margin-top: -2rem;
      padding-bottom: 1rem; } }

.contextual-footer__text, .contextual-footer__list li {
  font-size: .875em; }
  @media only screen and (min-width: 768px) {
    .contextual-footer__text, .contextual-footer__list li {
      font-size: .9375em; } }
  @media only screen and (min-width: 984px) {
    .contextual-footer__text, .contextual-footer__list li {
      font-size: 1em; } }

.contextual-footer {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  clear: both;
  display: block;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .contextual-footer {
      border-radius: 0;
      margin: 0;
      padding: 0 0 30px; } }
  .contextual-footer:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden; }
  .contextual-footer__content-container {
    float: none;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-left: 10px;
    padding-right: 10px; }
    @media only screen and (min-width: 768px) {
      .contextual-footer__content-container {
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 3em;
        padding-left: 0;
        padding-right: 0; } }
  .contextual-footer__hort-divider {
    background-color: #e95420;
    border: 0;
    box-shadow: none;
    clear: both;
    height: 3px;
    margin: 0; }
  .contextual-footer__feature--first {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .contextual-footer__feature--first {
        display: table-cell; } }
  .contextual-footer__feature--third {
    border: 0;
    padding-bottom: 0; }
  .contextual-footer__title {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: .75em; }
    @media only screen and (min-width: 768px) {
      .contextual-footer__title {
        font-size: 1.07143125em; } }
    @media only screen and (min-width: 984px) {
      .contextual-footer__title {
        font-size: 1.14286em; } }
  .contextual-footer__image--centered {
    display: block;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 20px; }
  .contextual-footer__text--label {
    font-size: .92857143em; }
  .contextual-footer__list {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 0; }

.about .contextual-footer__hort-divider,
.legal .contextual-footer__hort-divider {
  height: 14px; }

@media only screen and (min-width: 768px) {
  .about .contextual-footer__content-container,
  .legal .contextual-footer__content-container {
    padding-left: 20px;
    padding-right: 20px; } }

/*  @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 {
    display: none;
    background: url(https://assets.ubuntu.com/v1/caa44c93-image-quote-154.png);
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    height: 154px;
    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: 768px) {
  body.error-page #main-content .hero-box span {
    display: block; }
  body.error-page #main-content .hero-box .last-col,
  body.error-page.error500 #main-content .hero-box img {
    padding-top: 110px; } }

body {
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 30px; } }

.heading-1--headline,
.heading-2--headline,
.heading-3--headline,
.heading-4--headline,
.heading-5--headline,
.heading-6--headline {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .heading-1--headline,
    .heading-2--headline,
    .heading-3--headline,
    .heading-4--headline,
    .heading-5--headline,
    .heading-6--headline {
      margin-bottom: 3.75rem; } }

@media only screen and (max-width: 768px) {
  .inner-wrapper {
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 0; } }

@media only screen and (min-width: 984px) {
  .inner-wrapper {
    margin-bottom: 30px; } }

.row {
  margin: 0;
  padding: 20px 10px 0 10px; }
  @media only screen and (min-width: 768px) {
    .row {
      padding: 40px 20px 20px 20px; } }
  @media only screen and (min-width: 984px) {
    .row {
      padding: 100px 40px 100px 40px; } }
  .row.no-padding-bottom {
    padding-bottom: 0; }
  .row.no-border {
    border-bottom: 0 !important; }
  .row h1 {
    padding-top: 20px; }
  .row.row-hero {
    padding: 0 10px 0 10px; }
    @media only screen and (min-width: 768px) {
      .row.row-hero {
        padding: 40px 10px 20px 10px; } }
    @media only screen and (min-width: 984px) {
      .row.row-hero {
        padding: 100px 40px 100px 40px; } }
    .row.row-hero.no-padding-bottom {
      padding-bottom: 0; }
    .row.row-hero.no-border {
      border-bottom: 0; }
  .row.row-white, .row.strip-light {
    background-color: #fff; }
  .row.row-grey {
    border-bottom: 1px dotted #888;
    margin-top: 0; }
    .row.row-grey .resource:before {
      border-right-color: #f7f7f7; }
    .row.row-grey .resource--link:before {
      border-right-color: #f7f7f7; }
  .row.row-contact-form {
    padding-top: 0; }
  .row.row-cool-grey {
    background-color: #333;
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .row.row-system-management {
      background-image: url("https://assets.ubuntu.com/v1/b89de9f4-feature.png");
      background-position: 158% center;
      background-repeat: no-repeat;
      background-size: 56%; } }
  @media only screen and (min-width: 984px) {
    .row.row-system-management {
      background-position: right -45% center;
      background-size: 60%; } }

.combined-list div,
.combined-list ul {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .combined-list div,
    .combined-list ul {
      margin-bottom: 20px; } }

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

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

@media only screen and (max-width: 768px) {
  .combined-list .list-ticks--canonical:not(.last-col) li:last-of-type {
    border-bottom: 1px dotted #888;
    padding-bottom: 10px; } }

.mktoLabel > span,
.mktError {
  color: #df382c; }

.list-ticks li,
.list-ticks--compact li {
  background-image: url("https://assets.ubuntu.com/v1/c4b02d61-tick-orange.svg"); }

.vertically-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.inline-small {
  float: left;
  margin-bottom: 10px;
  width: 48px; }
  .inline-small + div > h3,
  .inline-small + div > h2,
  .inline-small + h2 {
    float: left;
    margin-left: 1em;
    padding-top: 8px;
    width: 66%; }
  @media only screen and (min-width: 768px) {
    .inline-small {
      margin-bottom: inherit;
      width: 48px; }
      .inline-small + div > h3,
      .inline-small + h2 {
        padding-top: 0; } }
  @media only screen and (min-width: 768px) {
    .inline-small + .three-col {
      width: 48.8938%; } }
  .inline-small img {
    width: 38px; }
    @media only screen and (min-width: 768px) {
      .inline-small img {
        width: 50px; } }

.billboard__content {
  background: rgba(255, 255, 255, 0.85);
  color: #333; }
  @media only screen and (min-width: 768px) {
    .billboard__content {
      padding: 20px; } }

@media only screen and (min-width: 984px) {
  .billboard__title {
    font-size: 2.8125em;
    line-height: 1; } }

@media only screen and (min-width: 768px) {
  .billboard__copy {
    font-size: 1.438em; } }

@media only screen and (min-width: 984px) {
  .billboard__copy {
    font-size: 2em; } }

@media only screen and (min-width: 768px) {
  .billboard__title + .billboard__copy {
    font-size: 1em; } }

@media only screen and (min-width: 984px) {
  .billboard__title + .billboard__copy {
    font-size: 1.438em; } }

.cloud .wrapper,
.containers .wrapper,
.download .wrapper,
.internet-of-things .wrapper,
.homepage .wrapper,
.internet-of-things .wrapper,
.desktop .wrapper,
.core .wrapper,
.server .wrapper,
.support .wrapper,
.ubuntu-search .wrapper,
.mobile .wrapper {
  background: none;
  max-width: 100%;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .cloud .strip-inner-wrapper,
  .containers .strip-inner-wrapper,
  .download .strip-inner-wrapper,
  .internet-of-things .strip-inner-wrapper,
  .homepage .strip-inner-wrapper,
  .internet-of-things .strip-inner-wrapper,
  .desktop .strip-inner-wrapper,
  .core .strip-inner-wrapper,
  .server .strip-inner-wrapper,
  .support .strip-inner-wrapper,
  .ubuntu-search .strip-inner-wrapper,
  .mobile .strip-inner-wrapper {
    background: none;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    max-width: 984px;
    padding: 0 30px; } }

@media only screen and (min-width: 984px) {
  .cloud .strip-inner-wrapper,
  .containers .strip-inner-wrapper,
  .download .strip-inner-wrapper,
  .internet-of-things .strip-inner-wrapper,
  .homepage .strip-inner-wrapper,
  .internet-of-things .strip-inner-wrapper,
  .desktop .strip-inner-wrapper,
  .core .strip-inner-wrapper,
  .server .strip-inner-wrapper,
  .support .strip-inner-wrapper,
  .ubuntu-search .strip-inner-wrapper,
  .mobile .strip-inner-wrapper {
    padding: 0; } }

.cloud #main-content,
.containers #main-content,
.download #main-content,
.internet-of-things #main-content,
.homepage #main-content,
.internet-of-things #main-content,
.desktop #main-content,
.core #main-content,
.server #main-content,
.support #main-content,
.ubuntu-search #main-content,
.mobile #main-content {
  background: none;
  box-shadow: none; }

.cloud .inner-wrapper,
.containers .inner-wrapper,
.download .inner-wrapper,
.internet-of-things .inner-wrapper,
.homepage .inner-wrapper,
.internet-of-things .inner-wrapper,
.desktop .inner-wrapper,
.core .inner-wrapper,
.server .inner-wrapper,
.support .inner-wrapper,
.ubuntu-search .inner-wrapper,
.mobile .inner-wrapper {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding-bottom: 0; }

.cloud .row,
.containers .row,
.desktop .row,
.download .row,
.internet-of-things .row,
.core .row,
.server .row,
.support .row,
.mobile .row {
  padding: 20px 10px 0; }
  @media only screen and (min-width: 768px) {
    .cloud .row,
    .containers .row,
    .desktop .row,
    .download .row,
    .internet-of-things .row,
    .core .row,
    .server .row,
    .support .row,
    .mobile .row {
      padding: 40px 10px 20px; } }
  @media only screen and (min-width: 984px) {
    .cloud .row,
    .containers .row,
    .desktop .row,
    .download .row,
    .internet-of-things .row,
    .core .row,
    .server .row,
    .support .row,
    .mobile .row {
      padding: 100px 40px; } }
  .cloud .row.no-padding-bottom,
  .containers .row.no-padding-bottom,
  .desktop .row.no-padding-bottom,
  .download .row.no-padding-bottom,
  .internet-of-things .row.no-padding-bottom,
  .core .row.no-padding-bottom,
  .server .row.no-padding-bottom,
  .support .row.no-padding-bottom,
  .mobile .row.no-padding-bottom {
    padding-bottom: 0; }
  .cloud .row.row-hero,
  .containers .row.row-hero,
  .desktop .row.row-hero,
  .download .row.row-hero,
  .internet-of-things .row.row-hero,
  .core .row.row-hero,
  .server .row.row-hero,
  .support .row.row-hero,
  .mobile .row.row-hero {
    margin-top: 0;
    padding: 0 10px; }
    @media only screen and (min-width: 768px) {
      .cloud .row.row-hero,
      .containers .row.row-hero,
      .desktop .row.row-hero,
      .download .row.row-hero,
      .internet-of-things .row.row-hero,
      .core .row.row-hero,
      .server .row.row-hero,
      .support .row.row-hero,
      .mobile .row.row-hero {
        margin-top: 0;
        padding: 40px 10px 20px; } }
    @media only screen and (min-width: 984px) {
      .cloud .row.row-hero,
      .containers .row.row-hero,
      .desktop .row.row-hero,
      .download .row.row-hero,
      .internet-of-things .row.row-hero,
      .core .row.row-hero,
      .server .row.row-hero,
      .support .row.row-hero,
      .mobile .row.row-hero {
        padding: 100px 40px; } }
    .cloud .row.row-hero h1,
    .containers .row.row-hero h1,
    .desktop .row.row-hero h1,
    .download .row.row-hero h1,
    .internet-of-things .row.row-hero h1,
    .core .row.row-hero h1,
    .server .row.row-hero h1,
    .support .row.row-hero h1,
    .mobile .row.row-hero h1 {
      padding-top: 20px; }

.cloud .touch-border,
.containers .touch-border,
.desktop .touch-border,
.download .touch-border,
.internet-of-things .touch-border,
.core .touch-border,
.server .touch-border,
.support .touch-border,
.mobile .touch-border {
  margin-bottom: -100px; }

strong {
  font-weight: 400; }

.video-container {
  padding-top: 0; }

.resource--link {
  cursor: pointer;
  display: block;
  position: relative;
  padding-bottom: 40px;
  transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -webkit-transition: background .2s ease-out; }
  .resource--link, .resource--link:active, .resource--link:hover, .resource--link:link, .resource--link:visited {
    color: inherit;
    text-decoration: none;
    outline: 0; }
    .resource--link h2, .resource--link:active h2, .resource--link:hover h2, .resource--link:link h2, .resource--link:visited h2 {
      color: #dd4814; }
  .resource--link:hover .title {
    text-decoration: underline; }
  .resource--link.four-col h2 a:link,
  .resource--link.four-col h2 a:visited {
    font-size: 1.125em;
    /* 36 / 32 */ }
  .resource--link.twelve-col h2 a:link,
  .resource--link.twelve-col h2 a:visited {
    font-size: 1.40625em;
    /* 36 / 32 */ }
  .resource--link:hover {
    background-color: #fafafa; }
  .resource--link:after {
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    content: "";
    position: absolute;
    z-index: 2;
    right: -6px;
    top: 14px;
    height: 1px;
    width: 41px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-box-shadow: 0 -1px 2px 0 #ddd;
    -webkit-box-shadow: 0 -1px 2px 0 #ddd;
    box-shadow: 0 -1px 2px 0 #ddd; }
  .resource--link:hover:after {
    right: -9px;
    top: 18px;
    width: 48px; }
  .resource--link:before {
    content: "";
    position: absolute;
    -moz-transition: border-width 0.2s ease-out;
    -webkit-transition: border-width 0.2s ease-out;
    transition: border-width 0.2s ease-out;
    top: -2px;
    right: -3px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fdfdfd;
    border-right: 30px solid #fff;
    -webkit-box-shadow: -2px 2px 2px rgba(176, 176, 176, 0.4);
    -moz-box-shadow: -2px 2px 2px rgba(176, 176, 176, 0.4);
    box-shadow: -2px 2px 2px rgba(176, 176, 176, 0.4);
    z-index: 2;
    border-radius: 0 0 0 0; }
  .resource--link:hover:before {
    border-bottom-width: 35px;
    border-right-width: 35px; }
  .resource--link:last-of-type {
    margin-bottom: 30px; }
  .resource--link .content-cat {
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 0 20px;
    position: absolute;
    text-transform: uppercase; }
  .resource--link .content-cat {
    background: url("https://assets.ubuntu.com/v1/ed42aefa-icon-resource-hub-icon-document.png") left center no-repeat; }
  .resource--link .content-cat-webinar {
    background: url("https://assets.ubuntu.com/v1/8f8326fa-icon-resource-hub-webinar.png") left center no-repeat; }
  .resource--link.box-image-centered div + span img {
    margin-top: 40px; }

html.js .resource:hover a {
  text-decoration: underline; }

.command-line {
  background-color: #2c001e;
  border: 1px solid #2c001e;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all .2s; }
  .command-line__input {
    background: transparent;
    border: 0;
    color: #fff;
    font-family: Ubuntu Mono;
    font-size: 1em;
    font-weight: 300;
    padding: .7em 1em;
    width: 100%; }
  .command-line__copy-button {
    background-color: #fff;
    background-image: url("https://assets.ubuntu.com/v1/994e60f9-get-link-url_16.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    transition: background-color .2s;
    width: 50px; }
    .command-line__copy-button:hover {
      background-color: whitesmoke; }
  .command-line.is-copied {
    border-color: #38b44a; }

.external--title span {
  background: url("https://assets.ubuntu.com/v1/e1bba201-external-link-cool-grey.svg") left center no-repeat;
  background-size: 20px;
  padding-left: 26px; }

#livechat-compact-container,
#livechat-full {
  display: none; }
  @media only screen and (min-width: 768px) {
    #livechat-compact-container,
    #livechat-full {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      display: block; } }

/* start of fix for vanilla margins on non-full screen pages */
.about,
.cloud,
.containers,
.desktop,
.internet-of-things,
.legal,
.server {
  /* XXX vanilla fix? */ }
  @media only screen and (min-width: 768px) {
    .about .equal-height--vertical-divider .equal-height--vertical-divider__item,
    .cloud .equal-height--vertical-divider .equal-height--vertical-divider__item,
    .containers .equal-height--vertical-divider .equal-height--vertical-divider__item,
    .desktop .equal-height--vertical-divider .equal-height--vertical-divider__item,
    .internet-of-things .equal-height--vertical-divider .equal-height--vertical-divider__item,
    .legal .equal-height--vertical-divider .equal-height--vertical-divider__item,
    .server .equal-height--vertical-divider .equal-height--vertical-divider__item {
      border-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .info-release-end-of-life .for-mobile,
  .info-release-end-of-life .for-small {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .for-large {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  .not-for-large {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .for-medium,
  .for-tablet {
    display: block; } }

.inline-icons {
  margin: 0 0 20px; }
  @media only screen and (min-width: 984px) {
    .inline-icons {
      margin-bottom: 20px;
      text-align: left; } }
  .inline-icons li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: left; }
    .inline-icons li.last-item {
      margin-right: 0; }
  .inline-icons.no-margin-bottom li {
    margin-bottom: 0; }
  .inline-icons img {
    height: 30px;
    vertical-align: middle; }

.clear {
  clear: both; }

a.button--primary__deactivated,
a.button--primary__deactivated:hover,
button.button--primary__deactivated,
button.button--primary__deactivated:hover {
  background: #e95420;
  color: #fff;
  cursor: not-allowed;
  opacity: .3; }

.box-grey {
  border: 0; }

.equal-height > .equal-height__align-vertically h2,
.equal-height > .equal-height__align-vertically p {
  align-items: stretch;
  width: 100%; }

.list-stepped, .list-stepped--spaced {
  counter-reset: instructions;
  list-style: none;
  margin-left: 0;
  padding-left: 70px; }
  @media only screen and (max-width: 768px) {
    .list-stepped, .list-stepped--spaced {
      padding-left: 0; } }

.list-stepped__item {
  counter-increment: instructions;
  min-height: 50px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .list-stepped__item:before {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
    content: counter(instructions);
    background: #888888;
    border-radius: 100%;
    color: white;
    text-align: center;
    vertical-align: top;
    font-size: 2em;
    line-height: 50px;
    font-weight: 300;
    width: 50px;
    height: 50px; }
    @media only screen and (min-width: 768px) {
      .list-stepped__item:before {
        float: left;
        margin-left: -70px;
        margin-bottom: 0; } }
  .list-stepped__item .box {
    clear: both; }

.list-stepped__title {
  font-size: 1.066625em; }
  @media only screen and (min-width: 768px) {
    .list-stepped__title {
      font-size: 1.1428125em; } }
  @media only screen and (min-width: 984px) {
    .list-stepped__title {
      font-size: 1.4375em;
      padding-top: .4em; } }

.list-stepped__box {
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 768px) {
    .list-stepped__box {
      margin-top: -20px;
      margin-bottom: -18px; } }

.list-stepped--spaced .list-stepped__item {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .list-stepped--spaced .list-stepped__item {
      padding-top: 40px;
      padding-bottom: 40px; } }

.list-stepped--spaced .list-stepped__box {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px; }
  @media only screen and (min-width: 768px) {
    .list-stepped--spaced .list-stepped__box {
      margin-top: -40px;
      margin-bottom: -38px; } }

pre {
  margin-bottom: .75em; }

@media only screen and (max-width: 768px) {
  td,
  th {
    font-size: 14px; } }

.no-margin-bottom {
  margin-bottom: 0; }

table {
  overflow-x: auto; }

.u-off-screen {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important; }

.row--verticals__image {
  display: block;
  height: 177px;
  width: 290px; }

.vimeo-container {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .vimeo-container iframe,
  .vimeo-container object,
  .vimeo-container embed {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%; }

.inline-logos {
  margin: 20px 20px 20px 0; }
  @media only screen and (min-width: 768px) {
    .inline-logos {
      margin: 0 0 20px 0; } }

/* live chat plugin */
#livechat-eye-catcher {
  display: none; }

#livechat-compact-container {
  z-index: 90 !important; }
