@charset "UTF-8";
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button--primary, .button--secondary {
  font-smoothing: subpixel-antialiased;
  font-size: 1em;
  display: inline-block;
  box-sizing: border-box;
  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 {
  display: block; }
  .clearfix: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);
  box-sizing: border-box;
  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: #333; }
  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);
  box-sizing: border-box;
  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 {
  box-sizing: border-box;
  clear: none;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 0;
  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, .list {
  list-style: none;
  margin-left: 0; }
  .list-ticks li, .list li {
    border-bottom: 1px dotted #888;
    margin-bottom: 0;
    padding: 10px 0; }
  .list-ticks li:last-of-type, .list li:last-of-type, .list-ticks .last-item, .list .last-item {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

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

/* @section footer
-------------------------------------------------------------- */
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; }

@media only screen and (min-width: 984px) {
  img {
    max-width: 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/sites/ubuntu/latest/u/img/external-link-orange.svg");
  background-position: 100% top;
  background-repeat: no-repeat; }

.no-svg .external {
  background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/external-link-orange.png"); }

.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; }

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

@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 {
    color: #333;
    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: #772953;
      font-weight: bold;
      left: -5px;
      line-height: 0;
      position: relative; }
      .pull-quote p span + span {
        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: #772953;
      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: #dd4814; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button--primary:hover {
    background: #c03f11; }

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

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

.nav-secondary .breadcrumb {
  box-sizing: border-box;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-bottom: 3px; }
  @media only screen and (min-width: 768px) {
    .nav-secondary .breadcrumb {
      float: left;
      margin-left: 4px; } }
  .nav-secondary .breadcrumb li {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .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: 768px) {
        .nav-secondary .breadcrumb li:first-of-type {
          border-bottom: 0; } }
    .nav-secondary .breadcrumb li a {
      box-sizing: border-box;
      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: 768px) {
        .nav-secondary .breadcrumb li a {
          font-size: .875em; } }
    @media only screen and (min-width: 768px) {
      .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 {
  box-sizing: border-box;
  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: 768px) {
    .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: 768px) {
      .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;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 10px;
      color: #333; }
      @media only screen and (max-width: 768px) {
        .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: 768px) {
        .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: #dd4814; } }

@media only screen and (min-width: 768px) {
  .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: #dd4814; }
    .nav-secondary .second-level-nav li .third-level-nav li .active {
      color: #dd4814;
      float: none; }
      .nav-secondary .second-level-nav li .third-level-nav li .active:after {
        content: ''; } }

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

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

@media only screen and (max-width: 767px) {
  #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 {
      box-sizing: border-box;
      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-search-decoration {
  -webkit-appearance: none; }

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 {
  box-sizing: border-box;
  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 {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  min-width: 100%;
  border-top: 0;
  background: #772953;
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 #cccccc; }
  @media only screen and (min-width: 768px) {
    .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: 768px) {
      .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: 768px) {
      .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: 768px) {
        .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;
        box-sizing: border-box;
        width: 50%;
        margin: 0;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        background: transparent; }
        @media only screen and (min-width: 768px) {
          .banner .nav-primary ul li {
            width: auto;
            border-right: 0;
            border-bottom: 0;
            border-left: 1px solid #591f3e; }
            .banner .nav-primary ul li:last-child {
              border-right: 1px solid #591f3e; }
              .banner .nav-primary ul li:last-child a {
                border-right: 0; } }
        @media only screen and (max-width: 768px) {
          .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: 768px) {
            .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 #a53973;
              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: 768px) {
              .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: #953368; } }
          .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: 768px) {
              .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: #591f3e;
                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/sites/ubuntu/latest/u/img/icons/navigation-menu-plain.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto; }
    @media only screen and (min-width: 768px) {
      .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; }
  .banner #nav:target ul {
    display: block; }
  .banner #nav:target + .nav-toggle .nav-toggle__link.open {
    display: none; }
  .banner #nav:target + .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='%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>"); }

.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; }

.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: #dd4814;
  margin-right: .34375em;
  margin-bottom: .625em;
  margin-left: -60px; }

.row {
  box-sizing: border-box;
  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-grey {
  background: #f7f7f7; }

.no-border {
  border: 0; }

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

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

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

@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,
.search-form {
  padding: 7px 0 7px 14px;
  overflow: hidden; }
  .header-search [type="search"],
  .header-search [type="text"],
  .search-form [type="search"],
  .search-form [type="text"] {
    -webkit-appearance: none;
    background-color: #511c39;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 2.1em;
    margin-bottom: 0;
    padding: .5em 2.5em .5em .5em;
    transition: all .5s ease-out;
    width: 100%; }
  .header-search placeholder,
  .search-form placeholder {
    color: #fff;
    opacity: .4; }
  .header-search input:placeholder,
  .search-form input:placeholder {
    color: #fff;
    opacity: .4; }
  .header-search ::placeholder,
  .search-form ::placeholder {
    color: #fff;
    opacity: .4; }
  .header-search [type="search"]:focus,
  .search-form [type="search"]:focus {
    background-color: #42172e; }
  .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; }
    .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; }

.banner .search-toggle {
  background-size: 20px 20px;
  background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 58px;
  text-indent: -999em;
  top: 0;
  width: 24px; }

.search-toggle:link,
.search-toggle:active {
  outline: none; }

.header-search,
.search-form {
  background: #f7f7f7;
  border: 0;
  display: none;
  float: left;
  margin-bottom: 0;
  position: relative;
  margin: 0 0 -1px;
  padding: 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: #923266;
  margin: 10px;
  position: relative;
  z-index: 1; }

.search-form form [type="search"],
.header-search form [type="search"] {
  border-radius: 4px;
  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);
  box-sizing: border-box;
  background: #fff;
  border: 0;
  color: #333;
  font-size: 16px;
  height: auto;
  margin: 0;
  float: left;
  padding: 9px 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 {
    box-sizing: border-box;
    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: 768px) {
  .banner .search-toggle {
    right: 48px; }
  .no-svg .search-toggle,
  .opera-mini .search-toggle {
    background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/search-white.png"); } }

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

@media only screen and (min-width: 960px) {
  .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: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/icons/icon-search.png") no-repeat scroll 5px center, none repeat scroll 0 0 #511c39;
      border: 6px solid #491933;
      border-width: 0 0 1px;
      color: #fff;
      font-size: .813em;
      height: 24px;
      margin-bottom: 0;
      padding: 4px 4px 4px 30px;
      transition: all .5s ease 0s;
      width: 86px; } }

@media only screen and (max-width: 960px) {
  .banner .nav-primary .header-search {
    padding: 0;
    position: relative;
    top: 0;
    width: 100%; }
    .banner .nav-primary .header-search [type="search"] {
      border-radius: 0;
      background: #f7f7f7;
      color: #333; }
    .banner .nav-primary .header-search [type="submit"] {
      width: 32px;
      height: 38px;
      background: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/search-black.svg") no-repeat scroll center center transparent;
      background-size: 28px 28px; }
      .banner .nav-primary .header-search [type="submit"] img {
        max-width: none;
        display: none; }
    .banner .nav-primary .header-search.open {
      display: block; }
  .banner .search-toggle {
    background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/search-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer;
    right: 0;
    display: block;
    height: 48px;
    position: absolute;
    text-indent: -99999px;
    width: 48px; }
  .no-svg .banner .search-toggle,
  .opera-mini .banner .search-toggle {
    background-image: url("https://assets.ubuntu.com/sites/ubuntu/latest/u/img/search-white.png"); }
  .opera-mini x:-o-prefocus,
  .opera-mini .banner .search-toggle {
    background-size: 25px auto; } }

@media only screen and (min-width: 984px) {
  .search-form,
  .header-search {
    display: block;
    margin-right: 0; }
    .search-form form [type="text"]:focus,
    .header-search form [type="text"]:focus {
      width: 160px; } }

@media only screen and (max-width: 768px) {
  .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 {
  padding: 20px 0;
  margin: 0 0 20px;
  background-color: transparent; }
  .ubuntu-search .main-search [type="search"],
  .search-results .main-search [type="search"],
  .search-no-results .main-search [type="search"] {
    border: 1px solid #888;
    box-sizing: border-box;
    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] {
    background: none;
    display: block;
    float: left;
    line-height: 0;
    margin-left: -53px;
    margin-top: -4px;
    overflow: visible;
    padding: 4px;
    width: auto; }
    .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: #772953;
    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: #772953;
    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;
  box-sizing: border-box;
  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: 768px) {
  .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"); }

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: #dd4814;
  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: #e4b1cc;
  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) {
  .intro {
    font-size: 1.13333em; } }

@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; } }

.footer__heading, .footer__heading--external {
  color: #888;
  font-size: .75em;
  letter-spacing: .05em;
  margin-bottom: 0;
  padding-bottom: .75em;
  text-transform: uppercase; }

.footer {
  background-color: transparent; }
  .footer__heading--external::before {
    background-size: 14px 14px;
    background-image: url("https://assets.ubuntu.com/v1/e1b12fdd-external-link-grey.svg"), none;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 3px;
    top: 3px;
    position: relative; }

@media only screen and (max-width: 767px) {
  .footer {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0; }
    .footer__container {
      clear: both; }
      .footer__container--guttered {
        clear: both;
        margin-right: 10px;
        margin-left: 10px; } }

.no-svg .footer__heading--external {
  background-image: url("https://assets.ubuntu.com/v1/e1b12fdd-external-link-grey.svg?fmt=png"); }

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) {
  .vertical-divider {
    position: relative; }
    .vertical-divider > div,
    .vertical-divider > li {
      padding-left: 10px;
      padding-right: 10px; }
      .vertical-divider > div:before,
      .vertical-divider > li:before {
        content: '';
        position: absolute;
        right: -10px;
        top: 0;
        height: 100%;
        width: 1px;
        border-left: 1px dotted #888; }
    .vertical-divider > .last-col,
    .vertical-divider > div:last-of-type,
    .vertical-divider > li:last-of-type {
      padding-right: 0; }
      .vertical-divider > .last-col:before,
      .vertical-divider > div:last-of-type:before,
      .vertical-divider > li:last-of-type:before {
        border-left: 0; }
    .vertical-divider > div:first-of-type,
    .vertical-divider > li:first-of-type {
      padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .equal-height {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%; }
    .equal-height > div,
    .equal-height > li {
      box-sizing: border-box;
      display: flex;
      flex: auto;
      flex-direction: column; } }

body {
  height: 100%;
  background-color: #f1f1f1;
  font-size: 14px; }

@media only screen and (min-width: 984px) {
  body {
    font-size: 16px; } }

form ul {
  margin-left: 0;
  margin-top: 0; }

form li {
  list-style: none outside none; }

.banner {
  border-bottom: 0;
  box-shadow: none; }
  .banner .logo {
    margin-left: 0; }
    @media only screen and (max-width: 984px) {
      .banner .logo {
        margin-left: 10px; } }
  .banner .nav-primary ul {
    border: 0;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .banner .nav-primary ul {
        border-left: 1px solid #642246;
        border-right: 1px solid #923266;
        display: block;
        width: auto; } }
    .banner .nav-primary ul li {
      border-right: 0;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .banner .nav-primary ul li {
          border-left: 0;
          border-right: 0;
          width: auto; }
          .banner .nav-primary ul li:last-child {
            border-right: 0; }
          .banner .nav-primary ul li a,
          .banner .nav-primary ul li a:link,
          .banner .nav-primary ul li a:visited {
            border-left: 1px solid #923266;
            border-right: 1px solid #642246; }
          .banner .nav-primary ul li a:hover {
            background-color: #642246;
            border-right: 1px solid transparent; } }
    .banner .nav-primary ul .nav-toggle {
      display: block; }

.inline-logos li img {
  max-width: 230px;
  max-height: 65px; }

.panel {
  background-color: #f7f7f7;
  border-radius: 4px;
  color: #333;
  padding: 1.333em 20px; }
  .panel--alt {
    background-color: #fff; }

.inner-wrapper {
  max-width: 904px; }

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

.strip-dark {
  background-color: #2c001e;
  background-image: url("http://www.canonical.com/static/img/backgrounds/background-grid.png");
  background-repeat: repeat;
  color: #fff; }
  .strip-dark.solid {
    background-image: none;
    background-color: #2c001e; }
  .strip-dark h1 {
    color: #fff; }

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

h1 {
  color: #772953;
  font-size: 1.625em;
  margin-bottom: .5em; }

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

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

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

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

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

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

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; }

@media only screen and (min-width: 984px) {
  h1 {
    font-size: 2.8125em; }
  h2 {
    font-size: 2em;
    margin-bottom: .375em; }
  h3 {
    font-size: 1.438em;
    margin-bottom: .522em; }
  h4 {
    font-size: 1em;
    margin-bottom: .75em; }
  h5 {
    font-size: 1em; }
  p,
  li,
  code,
  pre {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: .75em; } }

.social-links__link, .social-links__link--canonical, .social-links__link--google, .social-links__link--facebook, .social-links__link--twitter {
  background-image: url("https://assets.ubuntu.com/v1/3a7c44e0-icon-social.svg");
  background-repeat: no-repeat;
  display: block;
  height: 44px;
  overflow: hidden;
  width: 44px; }

.social-links {
  margin-left: 0; }
  .social-links__item {
    display: inline-block;
    height: 45px;
    margin-right: 20px;
    text-indent: -999em;
    width: 45px; }
  .social-links__link--canonical {
    background-position: -135px 0; }
    .social-links__link--canonical:hover {
      background-position: -135px -45px; }
  .social-links__link--google {
    background-position: -45px 0; }
    .social-links__link--google:hover {
      background-position: -45px -45px; }
  .social-links__link--facebook {
    background-position: -90.5px 0; }
    .social-links__link--facebook:hover {
      background-position: -90.5px -45px; }
  .social-links__link--twitter {
    background-position: 0 0; }
    .social-links__link--twitter:hover {
      background-position: 0 -45px; }

.opera-mini .social-links__link,
.no-svg .social-links__link {
  background-image: url("https://assets.ubuntu.com/v1/3a7c44e0-icon-social.svg?fmt=png"); }

.external-link-list {
  margin: 0; }
  .external-link-list__list-item {
    margin-bottom: .5em; }
  .external-link-list__link {
    color: #333; }

.compact-nav {
  margin: 0; }
  .compact-nav__list-item {
    float: left;
    display: block;
    width: 49%; }
  .compact-nav__link {
    color: #333; }

.legal__text {
  font-size: .75em;
  margin-bottom: none; }

.legal__list {
  font-size: .75em;
  margin-left: 0; }

.legal__list-item {
  display: block;
  float: left; }
  .legal__list-item::after {
    color: #888;
    content: '•';
    font-size: 1em;
    line-height: 12px;
    margin: 0 5px;
    vertical-align: middle; }
  .legal__list-item:last-child::after {
    content: ''; }

.legal__link {
  color: #333; }
  .legal__link:hover {
    color: #dd4814; }

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

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

    CONTENTS:
  -----------------------------------------------------------------
  @section import scss files
  @section header
  @section heros
  @section homepage
  @section homepage takeovers
  @section Footer
  @section Tabbed menu in accordion mode (TODO: WIP)
  @section Taleo

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

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

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

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

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

-----------------------------------------------------------------
-------------------------------------------------------------- */
/**
 * Ubuntu Patterns Stylesheet
 *
 * The CSS file required by Ubuntu patterns page
 * 
 * @project    Ubuntu Patterns
 * @author    Web Team at Canonical Ltd
 * @copyright  2012 Canonical Ltd
 *
 * @see     http://design.ubuntu.com
 */
/**
 * standard colors
 *
 * @colordef standard colors
 */
/* ubuntu orange (used for text links also on any site except canonical) */
/* used as background on pre text */
/* canonical aubergine */
/* light aubergine (consumer) */
/* mid aubergine (both) */
/* dark aubergine (enterprise) */
/* warm grey */
/* cool grey */
/* light grey */
/* notifications */
/* red */
/* yellow */
/* green */
/* cyan */
/* colour coded status - from negative to positive (Icon: canonical circle) */
/* red, for status that require immediate attention */
/* grey, for disabled status or ones that don’t require attention */
/* yellow, for status that require attention */
/* blue, for status that don’t require action */
/* green, for positive status */
/* misc colours */
/* This is the global link color, mainly used for links in content */
/* grid variables */
/**
 * mixins
 *
 * @section mixins
 */
/*  @section import scss files
import all the scss and css files in the order they should be combined.
core scss files are in /sites/core/static/css
-------------------------------------------------------------- */
/* ---------------------------------------------------------------
------------------------------------------------------------------
  DO NOT EDIT STYLES.CSS
  It is autogenerated.

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

    CONTENTS:
  -----------------------------------------------------------------
  @section business
    @subsection business > desktop
    @subsection business > server
    @subsection business > services
    @subsection business > case-studies

  @section Needs to go into patterns

  @this may turn into a pattern
-----------------------------------------------------------------
-------------------------------------------------------------- */
.home h1 {
  color: #fff;
  font-size: 2em; }

.home #main-content .row-hero {
  padding-top: 20px;
  margin-top: 0; }

.home .static {
  display: block; }

.home .animation {
  display: none; }

.home .ubuntu-row {
  background: url("https://assets.ubuntu.com/v1/fc4f2e49-desktop.png?w=600") no-repeat scroll 50% 85% rgba(255, 255, 255, 0.6);
  background-size: 350px auto;
  padding-bottom: 230px; }
  .home .ubuntu-row h2 {
    position: relative; }
  .home .ubuntu-row .ubuntu-logo {
    background-image: url("https://assets.ubuntu.com/v1/d212f35c-logo-ubuntu-120.png");
    background-image: url("https://assets.ubuntu.com/v1/9f61b97f-logo-ubuntu.svg"), none;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 0.85em;
    display: inline-block;
    height: 1em;
    margin-left: .1em;
    text-indent: -99999px;
    width: 120px; }

.home .partner-row {
  -moz-box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4), inset 0 -4px 6px -4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4), inset 0 -4px 6px -4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4), inset 0 -4px 6px -4px rgba(0, 0, 0, 0.4);
  background: url("https://assets.ubuntu.com/v1/e01f406e-image-partners-small.jpg") 75% 40px no-repeat;
  color: #fff;
  height: 250px; }
  .home .partner-row .fade {
    background: -moz-linear-gradient(top, #32001d 40%, transparent 100%);
    background: -o-linear-gradient(top, #32001d 40%, transparent 100%);
    background: -webkit-linear-gradient(top, #32001d 40%, transparent 100%);
    background: linear-gradient(top, #32001d 40%, transparent 100%);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .home .partner-row .fade:after {
      background: rgba(50, 0, 29, 0.4);
      content: " ";
      height: 100%;
      position: absolute;
      width: 51%; }

.home .service-row {
  background: url("https://assets.ubuntu.com/v1/e39701e0-image-services.svg") no-repeat scroll bottom center;
  background-size: 302px auto;
  margin-bottom: 20px;
  padding-bottom: 200px; }
  .home .service-row .image {
    display: none; }

.home .careers-row {
  background: url("https://assets.ubuntu.com/v1/1e154e0e-image-careers.png") no-repeat scroll center bottom;
  background-size: 302px auto;
  margin-bottom: 20px;
  padding-bottom: 270px; }
  .home .careers-row .row {
    padding-bottom: 300px; }

html.no-cssgradients body.home .partner-row {
  color: #333; }
  html.no-cssgradients body.home .partner-row .fade {
    background-color: #fff; }
  html.no-cssgradients body.home .partner-row .fade:after {
    background-color: #fff; }

html.opera-mini body.home .ubuntu-row .ubuntu-logo,
html.no-svg body.home .ubuntu-row .ubuntu-logo {
  background-image: url("https://assets.ubuntu.com/v1/d212f35c-logo-ubuntu-120.png"); }

html.opera-mini body.home .service-row,
html.no-svg body.home .service-row {
  background-image: url("https://assets.ubuntu.com/v1/1adbb034-image-services.png"); }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .home #main-content {
    /* end ubuntu-row */ }
    .home #main-content h1 {
      font-size: 3em; }
    .home #main-content .row .inner-wrapper {
      padding: 60px 0; }
    .home #main-content .row-hero {
      margin-top: 0;
      padding-top: 60px; }
      .home #main-content .row-hero .intro {
        font-size: 1.375em;
        margin-bottom: .5em; }
    .home #main-content .row-hero {
      overflow: hidden; }
      .home #main-content .row-hero .inner-wrapper {
        min-height: 510px;
        overflow: visible;
        padding: 0;
        position: relative; }
      .home #main-content .row-hero h1 {
        padding-top: 80px; }
      .home #main-content .row-hero .inner-wrapper:after {
        background: url("https://assets.ubuntu.com/v1/15b74eb1-image-technology-for-innovators.png") no-repeat;
        content: " ";
        height: 100%;
        left: 53%;
        position: absolute;
        top: -20px;
        width: 541px; }
    .home #main-content .ubuntu-row {
      background: rgba(255, 255, 255, 0.6);
      overflow: hidden;
      padding-bottom: 0; }
      .home #main-content .ubuntu-row .inner-wrapper {
        min-height: 450px;
        overflow: visible;
        padding-top: 135px;
        position: relative; }
      .home #main-content .ubuntu-row .inner-wrapper:after {
        background: url("https://assets.ubuntu.com/v1/fc4f2e49-desktop.png?w=865") no-repeat;
        content: " ";
        height: 569px;
        left: 45%;
        position: absolute;
        top: 10%;
        width: 900px;
        z-index: 0; }
    .home #main-content .service-row {
      background: none;
      padding-bottom: 0;
      padding-top: 40px; }
      .home #main-content .service-row .image {
        background-image: url("https://assets.ubuntu.com/v1/1adbb034-image-services.png");
        background: url("https://assets.ubuntu.com/v1/e39701e0-image-services.svg") no-repeat scroll center;
        background-size: 302px auto;
        display: block;
        height: 220px;
        margin-bottom: 20px; }
    .home #main-content .partner-row {
      background-color: #32001d;
      background-image: url("https://assets.ubuntu.com/v1/f7fc5efe-image-partners.jpg");
      background-position: 50% center;
      height: auto; }
      .home #main-content .partner-row .fade {
        background: -moz-linear-gradient(left, #32001d 20%, transparent 100%);
        background: -o-linear-gradient(left, #32001d 20%, transparent 100%);
        background: -webkit-linear-gradient(left, #32001d 20%, transparent 100%);
        background: linear-gradient(left, #32001d 20%, transparent 100%);
        content: " ";
        height: 100%;
        margin: 0 auto;
        width: 100%; }
        .home #main-content .partner-row .fade:after {
          background: rgba(50, 0, 29, 0.4);
          content: " ";
          height: 100%;
          left: 0;
          position: absolute;
          width: 51%; }
    .home #main-content .careers-row {
      background: none;
      padding-bottom: 20px; }
      .home #main-content .careers-row .inner-wrapper {
        padding: 0; }
      .home #main-content .careers-row h2 {
        padding-top: 80px; } }

/* Animation
------------------------------------------------------------------*/
@-webkit-keyframes flicker {
  25% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes flicker {
  25% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes flicker {
  25% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes flicker {
  25% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes dot-pop {
  0% {
    background-size: 0px; }
  90% {
    background-size: 15px; }
  100% {
    background-size: 13px; } }

@-moz-keyframes dot-pop {
  0% {
    background-size: 0px; }
  90% {
    background-size: 15px; }
  100% {
    background-size: 13px; } }

@-o-keyframes dot-pop {
  0% {
    background-size: 0px; }
  90% {
    background-size: 15px; }
  100% {
    background-size: 13px; } }

@keyframes dot-pop {
  0% {
    background-size: 0px; }
  90% {
    background-size: 15px; }
  100% {
    background-size: 13px; } }

@media only screen and (min-width: 768px) {
  html.js .home #main-content .row-hero .inner-wrapper:after {
    background: none; }
  html.js .home #main-content .static {
    display: none; }
  html.js .home #main-content .animation {
    display: block;
    height: 456px;
    margin-left: 19px;
    margin-top: -20px;
    width: 538px; }
    html.js .home #main-content .animation .background {
      -moz-transition: all 1s 1.4s ease;
      -webkit-transition: all 1s 1.4s ease;
      background-size: 80%;
      background: url("https://assets.ubuntu.com/v1/1580f686-light-beams.png") no-repeat scroll center center;
      display: block;
      height: 456px;
      opacity: 0;
      transition: all 1s 1.4s ease;
      width: 538px; }
    html.js .home #main-content .animation img,
    html.js .home #main-content .animation div {
      position: absolute; }
    html.js .home #main-content .animation .bulb {
      left: 170px;
      top: 90px; }
    html.js .home #main-content .animation .dot-2,
    html.js .home #main-content .animation .dot-1 {
      background-size: 0px;
      background: url("https://assets.ubuntu.com/v1/97e7b280-light-dot.png") no-repeat scroll center center;
      height: 13px;
      left: 268px;
      top: 220px;
      width: 13px;
      z-index: 10; }
    html.js .home #main-content .animation .dot-2 {
      left: 335px; }
    html.js .home #main-content .animation .light {
      left: 175px;
      opacity: 0;
      top: 95px; }
    html.js .home #main-content .animation .text {
      -moz-transition: opacity .3s 1.5s;
      -webkit-transition: opacity .3s 1.5s;
      left: 150px;
      opacity: 0;
      top: 70px;
      transition: opacity .3s 1.5s; }
  html.js .home #main-content .animation.run .background {
    background-size: 100%;
    opacity: 1; }
  html.js .home #main-content .animation.run .dot-1 {
    -moz-animation: dot-pop .3s 1 .5s forwards;
    -o-animation: dot-pop .3s 1 .5s forwards;
    -webkit-animation: dot-pop .3s 1 .5s forwards;
    animation: dot-pop .3s 1 .5s forwards; }
  html.js .home #main-content .animation.run .dot-2 {
    -moz-animation: dot-pop .3s 1 .8s forwards;
    -o-animation: dot-pop .3s 1 .8s forwards;
    -webkit-animation: dot-pop .3s 1 .8s forwards;
    animation: dot-pop .3s 1 .8s forwards; }
  html.js .home #main-content .animation.run .light {
    -moz-animation: flicker .3s 1 1.5s forwards;
    -o-animation: flicker .3s 1 1.5s forwards;
    -webkit-animation: flicker .3s 1 1.5s forwards;
    animation: flicker .3s 1 1.5s forwards;
    opacity: 0; }
  html.js .home #main-content .animation.run .text {
    opacity: 1; } }

/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  /*  @section home
  -------------------------------------------------------------- */
  .home .inner-wrapper {
    margin-top: 0; }
  .home #main-content .row-hero {
    padding-top: 60px; }
  .home #main-content .ubuntu-row .row {
    padding-bottom: 170px;
    padding-top: 140px; }
  .home #main-content .ubuntu-row h2 {
    position: relative; }
  .home #main-content .ubuntu-row .ubuntu-logo {
    height: 1.04em; }
  .home .services-row .row {
    padding-top: 130px;
    padding-bottom: 130px; }
  .home .partners-row .row {
    padding-bottom: 250px;
    padding-top: 150px; }
  .home .careers-row {
    padding-bottom: 20px; }
    .home .careers-row .row {
      padding-bottom: 170px;
      padding-top: 150px; } }

@media only screen and (min-width: 1600px) {
  .partner-row .fade:before {
    background: -moz-linear-gradient(left, transparent 0%, #000 100%);
    background: -o-linear-gradient(left, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(left, transparent 0%, #000 100%);
    background: linear-gradient(left, transparent 0%, #000 100%);
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 5s;
    width: 15%;
    z-index: 999; } }

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

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

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

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

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

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

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

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

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

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

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

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

.products .inner-wrapper {
  margin-top: 0; }

.products .row-hero .inner-wrapper img {
  display: block;
  margin: 0 auto; }

.products .juju-connected {
  position: relative; }
  .products .juju-connected .row {
    padding-top: 0;
    padding-bottom: 0; }
  .products .juju-connected .connection {
    display: none;
    position: absolute;
    background-color: #38B14A;
    height: 2px;
    width: 100%;
    top: 50%;
    margin-top: -11px; }
  .products .juju-connected img {
    position: relative;
    z-index: 2;
    margin-left: 0; }

@media only screen and (min-width: 768px) {
  .products .row-hero {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 40px; }
    .products .row-hero .inner-wrapper {
      margin-top: -60px;
      overflow: visible;
      padding-top: 50px; }
      .products .row-hero .inner-wrapper img {
        display: none; }
  .products .juju-connected {
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden; }
    .products .juju-connected .connection {
      display: block; }
  .products .row-hero img {
    display: none; }
  .products .products-hero-container {
    background: url("https://assets.ubuntu.com/v1/79729d72-products-hero-background.png") no-repeat center center;
    height: 600px;
    left: 50%;
    margin: -61px 0 0 -427px;
    position: absolute;
    top: 50%;
    width: 600px; }
  .products .products-hero-ubuntu {
    -moz-animation-delay: 1s;
    -moz-animation: scaleIn .3s forwards, fadeIn .6s linear forwards, rotateIn 3.0s ease-out forwards;
    -webkit-animation-delay: 1s;
    -webkit-animation: scaleIn .3s forwards, fadeIn .6s linear forwards, rotateIn 3.0s ease-out forwards;
    animation-delay: 1s;
    animation: scaleIn .3s forwards, fadeIn .6s linear forwards, rotateIn 3.0s ease-out forwards;
    background-size: 0%;
    background: url("https://assets.ubuntu.com/v1/fd772e47-products-hero-ubuntu.png") 50% 50% no-repeat;
    background: url("https://assets.ubuntu.com/v1/c4f35e06-products-hero-ubuntu.svg") 50% 50% no-repeat, none;
    height: 140px;
    left: 330px;
    opacity: 0;
    position: absolute;
    top: 208px;
    width: 140px; }
  .products .products-hero-desktop,
  .products .products-hero-phone,
  .products .products-hero-tablet,
  .products .products-hero-server,
  .products .products-hero-cloud {
    -moz-animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards;
    -webkit-animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards;
    animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards;
    height: 66px;
    opacity: 0;
    position: absolute;
    width: 66px; }
  .products .products-hero-desktop {
    -moz-animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    background-size: 0%;
    background: url("https://assets.ubuntu.com/v1/b55df6c8-products-hero-desktop.png") 50% 50% no-repeat;
    background: url("https://assets.ubuntu.com/v1/cd876488-products-hero-desktop.svg") 50% 50% no-repeat, none;
    left: 367px;
    top: 65px; }
  .products .products-hero-phone {
    -moz-animation-delay: 1.85s;
    -webkit-animation-delay: 1.85s;
    animation-delay: 1.85s;
    background-size: 0%;
    background: url("https://assets.ubuntu.com/v1/1cf1149f-products-hero-phone.png") 50% 50% no-repeat;
    background: url("https://assets.ubuntu.com/v1/73006c5b-products-hero-phone.svg") 50% 50% no-repeat, none;
    left: 494px;
    top: 118px; }
  .products .products-hero-tablet {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background-size: 0%;
    background: url("https://assets.ubuntu.com/v1/71a758fa-products-hero-tablet.png") 50% 50% no-repeat;
    background: url("https://assets.ubuntu.com/v1/5d1f39cc-products-hero-tablet.svg") 50% 50% no-repeat, none;
    left: 547px;
    top: 245px; }
  .products .products-hero-server {
    -moz-animation-delay: 2.15s;
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s;
    background-size: 0%;
    background: url("https://assets.ubuntu.com/v1/774f8f41-products-hero-server.png") 50% 50% no-repeat;
    background: url("https://assets.ubuntu.com/v1/9f43c3da-products-hero-server.svg") 50% 50% no-repeat, none;
    left: 367px;
    top: 425px; }
  .products .products-hero-cloud {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    background-size: 0%;
    background: url("https://assets.ubuntu.com/v1/a6d13e59-products-hero-cloud.png") 50% 50% no-repeat;
    background: url("https://assets.ubuntu.com/v1/b7f288a3-products-hero-cloud.svg") 50% 50% no-repeat, none;
    left: 240px;
    top: 372px; }
  .products .products-hero-line-1,
  .products .products-hero-line-2,
  .products .products-hero-line-3,
  .products .products-hero-line-4,
  .products .products-hero-line-5 {
    -moz-animation: fadeIn 0.3s linear forwards;
    -webkit-animation: fadeIn 0.3s linear forwards;
    animation: fadeIn .3s linear forwards;
    opacity: 0;
    position: absolute; }
  .products .products-hero-line-1 {
    animation-delay: 1.85s;
    background: url("https://assets.ubuntu.com/v1/ec446611-products-hero-line-vertical.png");
    height: 52px;
    left: 399px;
    top: 147px;
    width: 2px; }
  .products .products-hero-line-2 {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: url("https://assets.ubuntu.com/v1/4fc1680b-products-hero-line-diagonal.png");
    height: 38px;
    left: 455px;
    top: 185px;
    width: 38px; }
  .products .products-hero-line-3 {
    -moz-animation-delay: 2.15s;
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s;
    background: url("https://assets.ubuntu.com/v1/d505cff1-products-hero-line-horizontal.png");
    height: 2px;
    left: 479px;
    top: 277px;
    width: 52px; }
  .products .products-hero-line-4 {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    background: url("https://assets.ubuntu.com/v1/ec446611-products-hero-line-vertical.png");
    height: 52px;
    left: 399px;
    top: 357px;
    width: 2px; }
  .products .products-hero-line-5 {
    -moz-animation-delay: 2.45s;
    -webkit-animation-delay: 2.45s;
    animation-delay: 2.45s;
    background: url("https://assets.ubuntu.com/v1/4fc1680b-products-hero-line-diagonal.png");
    height: 38px;
    left: 307px;
    top: 333px;
    width: 38px; } }

@media only screen and (min-width: 984px) {
  body.products #main-content .row-hero .inner-wrapper {
    background-size: auto; }
  body.products .row-hero {
    margin-top: 0;
    padding: 40px 40px 50px; }
  body.products .juju-connected {
    margin-bottom: 0;
    margin-top: 0; }
    body.products .juju-connected .inner-wrapper {
      overflow: visible; }
    body.products .juju-connected img {
      margin-left: -10px; } }

.services .row-management.strip-light {
  background: url("https://assets.ubuntu.com/v1/33e29b2d-services-hero-small.jpg") no-repeat center right;
  background-size: cover;
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4), inset 0 -4px 6px -4px rgba(0, 0, 0, 0.4);
  height: 200px; }

@media only screen and (min-width: 768px) {
  .services .row-management.strip-light {
    background-image: url("https://assets.ubuntu.com/v1/2026cb62-services-hero-medium.jpg");
    height: 350px; } }

@media only screen and (min-width: 984px) {
  .services .row-management.strip-light {
    background: #000 url("https://assets.ubuntu.com/v1/62cd626e-services-hero.jpg") 50% 50% no-repeat;
    height: 550px; }
  .services .row-management .six-col {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 60px; } }

.partners .row-management.strip-light {
  background: url("https://assets.ubuntu.com/v1/f43b5e66-mwc17-partners-hero.jpg?w=768") no-repeat center;
  background-size: cover;
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4), inset 0 -4px 6px -4px rgba(0, 0, 0, 0.4);
  height: 200px; }

.partners .connected-list {
  list-style-type: none; }

.partners .row-cloud p.no-margin-bottom {
  margin-bottom: 10px; }

.partners .row-cloud div.no-margin-bottom {
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .partners .row-management.strip-light {
    background-image: url("https://assets.ubuntu.com/v1/f43b5e66-mwc17-partners-hero.jpg?w=984");
    height: 350px; }
  .partners .row-cloud p.no-margin-bottom,
  .partners .row-cloud div.no-margin-bottom {
    margin-bottom: 0; } }

@media only screen and (min-width: 984px) {
  .partners .row-hero .inner-wrapper {
    overflow: visible; }
  .partners .row-management.strip-light {
    background-color: #000;
    background-image: url("https://assets.ubuntu.com/v1/f43b5e66-mwc17-partners-hero.jpg?q=80");
    background-position: 50% 50%;
    background-size: auto;
    height: 550px; }
  .partners .row-client img {
    margin-top: -20px; }
  .row-cloud .inner-wrapper {
    background: none; }
    .row-cloud .inner-wrapper img {
      display: block; }
  .row-partners .inner-wrapper .connected-list {
    background: none;
    clear: both;
    display: block;
    float: left;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 50px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(1):before {
      background-image: url("https://assets.ubuntu.com/v1/f2a25267-image-list-stroke.svg");
      content: " ";
      display: block;
      height: 4px;
      left: 389px;
      position: absolute;
      top: 20px;
      transform: rotate(166deg);
      width: 100px; }
    .row-partners .inner-wrapper .connected-list li:after,
    .row-partners .inner-wrapper .connected-list li:nth-child(2):after {
      left: 295px;
      top: 109px;
      transform: rotate(99deg);
      width: 112px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(2):after {
      left: 0; }
    .row-partners .inner-wrapper .connected-list li:nth-child(3):after,
    .row-partners .inner-wrapper .connected-list li:nth-child(4):after {
      left: 296px;
      transform: rotate(78deg); }
    .row-partners .inner-wrapper .connected-list li:nth-child(4):after {
      left: 0;
      top: 109px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(5):after {
      left: 391px;
      top: 20px;
      transform: rotate(166deg); }
    .row-partners .inner-wrapper .connected-list li:nth-child(odd) .icon {
      float: right;
      margin: 0 0 0 20px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(even) .icon {
      float: left;
      margin: 0 20px 0 0; }
    .row-partners .inner-wrapper .connected-list li:nth-child(1),
    .row-partners .inner-wrapper .connected-list li:nth-child(3),
    .row-partners .inner-wrapper .connected-list li:nth-child(5) {
      clear: left;
      float: left;
      padding-left: 100px;
      padding-right: 40px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(2),
    .row-partners .inner-wrapper .connected-list li:nth-child(4),
    .row-partners .inner-wrapper .connected-list li:nth-child(6) {
      float: right;
      margin-top: -40px;
      padding-left: 40px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(2) {
      padding-left: 30px;
      padding-right: 10px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(3) {
      margin-top: 74px;
      padding-left: 60px;
      padding-right: 60px; }
      .row-partners .inner-wrapper .connected-list li:nth-child(3) .icon {
        margin-top: -10px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(4) {
      margin-bottom: 40px;
      margin-top: 33px;
      padding-left: 0;
      padding-right: 100px; }
      .row-partners .inner-wrapper .connected-list li:nth-child(4) .icon {
        margin-top: -10px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(5) {
      margin-top: 70px;
      padding-left: 50px; }
    .row-partners .inner-wrapper .connected-list li:nth-child(6) {
      margin-top: 30px;
      padding-right: 30px; }
  .row-cloud .inner-wrapper {
    background-repeat: no-repeat;
    background-position: right 50px;
    background-size: auto 200px;
    background-image: url("https://assets.ubuntu.com/v1/845e046c-partner-openstack.png"); }
    .row-cloud .inner-wrapper img {
      display: none; } }

/* @section About
-------------------------------------------------------------- */
body.about-home .icon-location {
  background: url(https://assets.ubuntu.com/v1/3f7f96e1-icon-location.svg) no-repeat 0 center;
  padding-left: 30px; }

body.about-home .icon-quote {
  background: url(https://assets.ubuntu.com/v1/a4d31b28-icon-quote.svg) no-repeat 0 center;
  padding-left: 30px; }

body.about-home .join div.no-margin-bottom {
  margin-bottom: 0; }

body.about-home .tabbed-content {
  padding: 40px;
  min-height: auto; }
  body.about-home .tabbed-content .nine-col {
    margin-bottom: 0; }
  body.about-home .tabbed-content h3 {
    margin-bottom: 10px;
    padding-top: 0; }
  body.about-home .tabbed-content .role {
    color: #5D264F; }
    body.about-home .tabbed-content .role.large-role {
      margin-bottom: 8px; }
  body.about-home .tabbed-content .portrait {
    width: 85px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px; }

body.about-home #resources-feed a:link,
body.about-home #resources-feed a:visited,
body.about-home #news-feed a:link,
body.about-home #news-feed a:visited {
  color: #333;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  transition: color .2s; }

body.about-home #resources-feed a:hover,
body.about-home #news-feed a:hover {
  color: #dd4814; }

body.about-home .map-address {
  display: block; }

body.about-home .the-map {
  display: none; }

body.about-home .quote-left-bottom {
  background: none;
  color: #333;
  padding: 0;
  position: static;
  height: auto;
  width: auto; }

body.about-home .address br {
  display: block; }

body.about-home .further-news {
  background: url("https://assets.ubuntu.com/v1/544b81a0-icon-orange-news.svg") no-repeat scroll 0 center/1em auto transparent;
  padding-left: 1.3em; }

body.about-home .further-resources {
  background: url("https://assets.ubuntu.com/v1/fa158fb8-icon-orange-resources.svg") no-repeat scroll 0 center/1em auto transparent;
  padding-left: 1.3em; }

body.about-home .further-community {
  background: url("https://assets.ubuntu.com/v1/9d6d7697-icon-orange-community.svg") no-repeat scroll 0 center/1em auto transparent;
  padding-left: 1.3em; }

body.about-home .further-blog {
  background: url("https://assets.ubuntu.com/v1/86fa95f9-icon-orange-blog.svg") no-repeat scroll 0 center/1em auto transparent;
  padding-left: 1.3em; }

html.opera-mini body.about-home .icon-location,
html.no-svg body.about-home .icon-location {
  background-image: url("https://assets.ubuntu.com/v1/aa49eb3a-icon-location.png"); }

html.opera-mini body.about-home .icon-quote,
html.no-svg body.about-home .icon-quote {
  background-image: url("https://assets.ubuntu.com/v1/1b7c4f80-icon-quote.png"); }

html.opera-mini body.about-home .further-news,
html.no-svg body.about-home .further-news {
  background-image: url("https://assets.ubuntu.com/v1/b11e3b14-icon-orange-news.png");
  background-repeat: no-repeat;
  background-size: 1em auto; }

html.opera-mini body.about-home .further-resources,
html.no-svg body.about-home .further-resources {
  background-image: url("https://assets.ubuntu.com/v1/821178e7-icon-orange-resources.png");
  background-repeat: no-repeat;
  background-size: 1em auto; }

html.opera-mini body.about-home .further-community,
html.no-svg body.about-home .further-community {
  background-image: url("https://assets.ubuntu.com/v1/2373f4e6-icon-orange-community.png");
  background-repeat: no-repeat;
  background-size: 1em auto; }

html.opera-mini body.about-home .further-blog,
html.no-svg body.about-home .further-blog {
  background-image: url("https://assets.ubuntu.com/v1/b0522cb2-icon-orange-blog.png");
  background-repeat: no-repeat;
  background-size: 1em auto; }

html.js body.about-home .map-shadow-top,
html.js body.about-home .map-shadow-bottom {
  position: absolute;
  z-index: 5000;
  width: 100%;
  height: 5px; }

html.js body.about-home .map-shadow-top {
  top: 0;
  -moz-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.4) inset; }

html.js body.about-home .map-shadow-bottom {
  top: 355px;
  -moz-box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.4) inset; }

html.js body.about-home #map-canvas {
  height: 360px;
  width: 100%; }
  html.js body.about-home #map-canvas h2,
  html.js body.about-home #map-canvas p {
    font-family: Ubuntu,Arial,"libra sans",sans-serif;
    white-space: nowrap; }
  html.js body.about-home #map-canvas img {
    max-width: none; }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  body.about-home .icon-quote {
    padding-left: 0; }
  body.about-home #main-content .row-hero {
    margin-top: 0;
    padding-top: 0; }
  body.about-home #main-content .row-hero .inner-wrapper {
    -moz-background-size: 45%;
    -webkit-background-size: 45%;
    -o-background-size: 45%;
    background-size: 45%;
    background-image: url("https://assets.ubuntu.com/v1/1915e902-hero-about-medium.png");
    background-repeat: no-repeat;
    background-position: right -50px;
    padding-top: 50px; }
  body.about-home .row-hero img {
    display: none; }
  body.about-home .pull-quote {
    padding-left: 20px; }
  body.about-home .join div.no-margin-bottom {
    margin-bottom: 20px; }
  body.about-home .tabbed-content {
    min-height: 408px; }
  body.about-home .map-address {
    display: none; }
  body.about-home .quote-left-bottom {
    background: url("https://assets.ubuntu.com/v1/a4d31b28-icon-quote.svg") no-repeat scroll;
    background-size: 210px;
    color: #fff;
    padding: 55px 40px;
    padding-left: 30px;
    left: 0;
    top: 0;
    height: 167px;
    position: absolute;
    width: 155px; }
    body.about-home .quote-left-bottom h2 {
      margin-top: 30px;
      text-align: center;
      font-size: 2em; }
  body.about-home .further-community {
    background-size: auto; }
  html.opera-mini body.about-home .quote-left-bottom,
  html.no-svg body.about-home .quote-left-bottom {
    background: url("https://assets.ubuntu.com/v1/2d081a97-image-picto-quote.png") no-repeat scroll; }
  html.js body.about-home .the-map {
    display: block;
    position: relative; }
  html.no-js body.about-home .map-address {
    display: block; } }

/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  body.about-home #main-content .row-hero {
    background-image: url("https://assets.ubuntu.com/v1/d26a43a7-hero-about.png");
    background-repeat: no-repeat;
    background-position: center -40px;
    margin-top: 0;
    padding-top: 40px; }
  body.about-home #main-content .row-hero .inner-wrapper {
    background: none;
    padding-top: 0; }
  body.about-home .strip-dark .inner-wrapper .last-col:after {
    top: 330px;
    left: -131px;
    -moz-transform: rotate(-41deg);
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg); }
  body.about-home .strip-dark .inner-wrapper .last-col p {
    padding-left: 50px; }
  body.about-home .strip-dark .inner-wrapper .last-col svg,
  body.about-home .strip-dark .inner-wrapper .last-col img {
    margin-top: 200px; }
  body.about-home .strip-dark .inner-wrapper .bottom-row {
    margin-top: -80px; }
  body.about-home .strip-dark .inner-wrapper .bottom-row:nth-child(6) svg,
  body.about-home .strip-dark .inner-wrapper .bottom-row:nth-child(6) img {
    margin-top: -50px; }
  body.about-home .strip-dark .inner-wrapper .bottom-row:nth-child(6):after {
    top: 15px; }
  body.about-home .strip-dark .inner-wrapper .bottom-row:nth-child(5):after {
    -moz-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
    top: 15px; }
  body.about-home .strip-dark .inner-wrapper .three-to-four:after {
    -moz-transform: rotate(41deg);
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
    top: 120px; }
  body.about-home .quote-left-bottom {
    width: 207px; }
    body.about-home .quote-left-bottom h2 {
      text-align: left; }
  body.about-home p + h3 {
    margin-top: 0; }
  html.js body.about-home #map-canvas {
    height: 460px; }
  html.js body.about-home .map-shadow-bottom {
    top: 455px; }
  html.no-js body.about-home .map-address {
    display: block; }
    html.no-js body.about-home .map-address .tabbed-content {
      min-height: 0; } }

.question {
  color: #666;
  margin-top: 20px;
  margin-bottom: 5px; }

.careers .strip {
  padding-bottom: 0;
  border-bottom: 1px dotted #aea79f; }
  .careers .strip.strip-light {
    border: none; }

.careers-home .inner-wrapper {
  margin-top: 0; }

.careers-home .row-hero {
  overflow: visible; }
  .careers-home .row-hero .inner-wrapper {
    margin-top: -40px;
    overflow: visible;
    padding-top: 40px; }
    .careers-home .row-hero .inner-wrapper .intro {
      margin-bottom: 10px; }

.careers-home .search,
.careers-home .see-all {
  background-position: left 2px;
  background-repeat: no-repeat;
  color: #dd4814;
  display: block;
  height: 25px;
  padding: .3em 0 3px 30px; }

.careers-home .see-all {
  background-image: url("https://assets.ubuntu.com/v1/9526cf28-image-careers-icon-list.svg");
  margin-bottom: 10px; }

.careers-home .intro .see-all {
  padding-top: 1px; }

.careers-home .search {
  background-image: url("https://assets.ubuntu.com/v1/b24f3588-image-careers-icon-search.svg"); }

.careers-home .join .twelve-col h2 {
  margin-bottom: 0; }

.careers-home .join h4 {
  border-top: 1px dotted #aea79f;
  margin-bottom: .75em;
  padding-top: 20px; }
  .careers-home .join h4 a {
    font-weight: 300; }

.careers-home .join .portrait {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  max-width: 180px;
  width: 33%; }

.careers-home .join .pull-quote {
  clear: both; }

.careers-home .join .personal-info {
  list-style-type: none; }

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

.careers-home .join .vacancies {
  margin-bottom: 10px; }
  .careers-home .join .vacancies li {
    list-style: none; }

.careers-home .join .small-menu {
  margin-top: 20px; }

.careers-home .join ul {
  margin-left: 0; }

.careers-home .profile {
  border-top: 1px dotted #aea79f;
  margin-top: 0;
  padding-top: 20px; }

.careers-home .row-contextual-footer {
  border-top: 1px dotted #aea79f;
  margin-top: 20px; }

/* Vacancies pages */
.careers-cloud-vacancies .vacancies li:first-child,
.careers-go-vacancies .vacancies li:first-child {
  font-size: 1.438em; }

.opera-mini .careers-home .see-all,
.no-svg .careers-home .see-all {
  background-image: url("https://assets.ubuntu.com/v1/6630dec6-image-careers-icon-list.png"); }

.opera-mini .careers-home .search,
.no-svg .careers-home .search {
  background-image: url("https://assets.ubuntu.com/v1/bb664e64-image-careers-icon-search.png"); }

@media only screen and (min-width: 768px) {
  .careers-home .row-hero .inner-wrapper {
    background-image: url("https://assets.ubuntu.com/v1/9e17b0a1-hero-careers-medium.png");
    background-position: 100% -40px;
    background-repeat: no-repeat;
    background-size: 45%;
    overflow: hidden; }
    .careers-home .row-hero .inner-wrapper img {
      display: none; }
    .careers-home .row-hero .inner-wrapper .intro {
      margin-bottom: 40px; }
  .careers-home .join .twelve-col {
    margin-bottom: 20px; }
    .careers-home .join .twelve-col h2 {
      margin-bottom: .5em; }
  .careers-home .join .pull-quote {
    margin-left: 40px;
    width: 80%; }
  .careers-home .join .profile {
    margin-top: 20px;
    padding-top: 40px; }
  .careers-home .join .portrait {
    width: 100%;
    float: none; }
  .careers-home .join .see-all {
    margin-bottom: 20px; }
  .careers-home .join h4 {
    border-top: 0;
    line-height: 1.5;
    padding-top: 0; }
  .careers-home .join .small-menu {
    display: none; }
  .careers-home .join .name {
    background-image: url("https://assets.ubuntu.com/v1/ac9e9631-image-careers-icon-name.svg");
    font-weight: normal; }
  .careers-home .join .role {
    background-image: url("https://assets.ubuntu.com/v1/c7a229ce-image-careers-icon-role.svg"); }
  .careers-home .join .location {
    background-image: url("https://assets.ubuntu.com/v1/dcff80a2-image-careers-icon-location.svg"); }
  .careers-home .join .name,
  .careers-home .join .role,
  .careers-home .join .location {
    float: none; }
  .careers-home .row-contextual-footer {
    margin-top: 0; } }

@media only screen and (min-width: 984px) {
  .careers-home .row-hero {
    background-image: url("https://assets.ubuntu.com/v1/124edc2f-image-careers.png");
    background-repeat: no-repeat;
    background-position: center -40px;
    margin-top: 0;
    padding-top: 40px; }
    .careers-home .row-hero .see-all {
      background-position: left 4px; }
    .careers-home .row-hero .inner-wrapper {
      background: none;
      padding-top: 40px; }
    .careers-home .row-hero img {
      max-width: none;
      position: absolute;
      top: -70px; }
  .careers-home .search,
  .careers-home .see-all {
    background-position: left center; }
  html.js #main-content .tabbed-content {
    padding-bottom: 0; }
  /* Vacancies pages */
  .careers-cloud-vacancies .vacancies li:first-child,
  .careers-go-vacancies .vacancies li:first-child {
    font-size: 2em; } }

/* Golang / Gophercon-specific */
.careers-go-vacancies .row-hero .six-col {
  padding-bottom: 40px; }

.careers-go-vacancies .row-hero img {
  margin-top: 16px; }

.careers-go-vacancies .strip-gophercon form {
  margin-top: 40px; }

.careers-go-vacancies .strip-gophercon fieldset h3 {
  margin-bottom: .522em;
  padding: 0;
  border: none; }

.careers-go-vacancies .strip-gophercon fieldset div {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dfdcd9; }

.careers-go-vacancies form fieldset {
  background-color: #fff; }

/* Cloud-specific */
.careers-cloud-vacancies .row-hero .last-col {
  padding-left: 20px;
  padding-top: 20px; }

/* @section Animations
-------------------------------------------------------------- */
@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(0.2); }
  80% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9); } }

@-moz-keyframes bounce-in {
  0% {
    -moz-transform: scale(0.2); }
  80% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(0.9); } }

@-o-keyframes bounce-in {
  0% {
    -o-transform: scale(0.2); }
  80% {
    -o-transform: scale(1); }
  100% {
    -o-transform: scale(0.9); } }

@keyframes bounce-in {
  0% {
    transform: scale(0.2); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }

/* @section Projects
-------------------------------------------------------------- */
body.projects-home .row-hero .inner-wrapper {
  border-bottom: 1px dotted #aea79f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

body.projects-home .row-hero img {
  display: none; }

body.projects-home .row-project ul {
  margin-bottom: 0; }

body.projects-home .row-project li {
  margin-bottom: 20px; }
  body.projects-home .row-project li img.small {
    float: left;
    margin-right: 10px;
    width: 50px; }
  body.projects-home .row-project li img.large {
    display: none; }
  body.projects-home .row-project li h3 {
    background-repeat: no-repeat;
    background-size: 40px 40px;
    color: #333333;
    font-size: 18px;
    padding: 10px 0; }
  body.projects-home .row-project li a:hover,
  body.projects-home .row-project li a:focus {
    text-decoration: none; }
  body.projects-home .row-project li div a:hover {
    text-decoration: underline; }
  body.projects-home .row-project li .smaller {
    font-size: 16px; }

body.projects-home .row-project li h3 img {
  clear: both;
  display: block; }

body.projects-home .row-project li h3 span {
  background-image: url("https://assets.ubuntu.com/v1/96ddc010-arrow_down.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  clear: none;
  display: inline-block;
  float: none;
  margin-left: 6px;
  height: 13px;
  width: 13px; }

body.projects-home .row-project li a.active span {
  background-image: url("https://assets.ubuntu.com/v1/7dc60155-arrow_up.svg");
  background-position: 0 0; }

body.projects-home .row-contextual-footer {
  border-top: 1px dotted #aea79f;
  margin-top: 20px; }

.js body.projects-home .row-project li div {
  display: block;
  transition: all .3s ease-in-out;
  opacity: 0;
  height: 0;
  overflow: hidden; }

.js body.projects-home .row-project li div.active {
  opacity: 1;
  height: auto; }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
  body.projects-home .row-project {
    margin-right: 18%;
    margin-left: 18%; }
    body.projects-home .row-project .three-col {
      width: 44%;
      margin-right: 40px; }
    body.projects-home .row-project .three-col:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    body.projects-home .row-project li {
      width: 100%; }
      body.projects-home .row-project li h3 {
        font-size: 16px;
        padding-left: 0; }
      body.projects-home .row-project li img.small {
        display: none; }
      body.projects-home .row-project li img.large {
        display: block;
        margin-bottom: 0; }
  body.projects-home .row-contextual-footer {
    margin-top: 0; } }

/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  body.projects-home .row-hero img {
    -moz-animation: bounce-in .5s ease 1s forwards;
    -webkit-animation: bounce-in .5s ease 1s forwards;
    -o-animation: bounce-in .5s ease 1s forwards;
    animation: bounce-in .5s ease 1s forwards;
    -moz-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    display: block;
    margin: 0 auto; }
  body.projects-home .row-project {
    margin-right: 0;
    margin-left: 0; }
    body.projects-home .row-project .three-col {
      width: 21.5%; }
    body.projects-home .row-project .three-col:nth-of-type(2n) {
      margin-right: 40px;
      float: left; }
    body.projects-home .row-project .three-col.last-col {
      margin-right: 0; }
    body.projects-home .row-project li {
      width: auto; }
      body.projects-home .row-project li h3 {
        -moz-background-size: 210px auto;
        -webkit-background-size: 210px auto;
        -o-background-size: 210px auto;
        background-size: 210px auto;
        font-size: 18px; } }

/* @section Taleo
/* Taleo
-------------------------------------------------------------- */
.taleo {
  /* search page */
  /* Job Page */
  /* Search results */
  /* Application */
  /* Forgot Password */
  /* Applicant View */
  /* Errors */
  /* Thank you */
  /* attachments */ }
  .taleo .inner-wrapper {
    padding: 20px 10px 10px 10px; }
  .taleo img[alt="Powered By Taleo"] {
    display: none; }
  .taleo b a[href*="applicantView.jsp"] {
    display: inline-block;
    margin-bottom: 30px; }
  .taleo table,
  .taleo thead,
  .taleo tbody,
  .taleo tr,
  .taleo td {
    border: none;
    background-color: transparent; }
  .taleo b {
    font-weight: 300; }
  .taleo table {
    width: 100%;
    padding: 0;
    margin: 0; }
  .taleo table * {
    max-width: 904px; }
  .taleo hr, .taleo br {
    display: none; }
  .taleo td {
    text-align: left;
    padding: 0;
    margin: 0; }
  .taleo .row-contextual-footer {
    padding: 60px 0 0 0; }
  .taleo input[type="submit"],
  .taleo input[type="button"] {
    /* Clone of canoncical CTA button with overrides
       for taleo's hard-coded inline styles */
    border: none !important;
    font-size: 1em !important;
    margin: 0 !important;
    font-family: Ubuntu,Arial,"libra sans",sans-serif !important;
    font-weight: 300 !important;
    padding: 8px 14px !important;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    margin-bottom: .75em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #c03f11;
    background-image: -moz-linear-gradient(#dd4814, #c03f11);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#dd4814), to(#c03f11));
    background-image: -webkit-linear-gradient(#dd4814, #c03f11);
    background-image: -o-linear-gradient(#dd4814, #c03f11);
    float: right; }
  .taleo input[type=password],
  .taleo input[type=text] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #999;
    font-family: Ubuntu,Arial,"libra sans",sans-serif;
    display: block;
    padding: 4px; }
  .taleo input:focus,
  .taleo select:focus {
    outline: none !important; }
  .taleo .default-hide, .taleo form[name="loginForm"] {
    display: none; }
  .taleo .hide-all td > * {
    display: none; }
  .taleo .hide-all td .default-hide,
  .taleo .hide-all td .default-hide *,
  .taleo .hide-all form[name="loginForm"],
  .taleo .hide-all form[name="loginForm"] * {
    display: block; }
  .taleo .hide-all .row-contextual-footer.default-hide .inner-wrapper div {
    display: table-cell; }
  .taleo .taleo-search-row {
    border-bottom: 1px dotted #aea79f;
    margin-bottom: 40px;
    float: none;
    width: 100%; }
  .taleo form[name="TBE_theForm"] table, .taleo form[name="TBE_theForm"] tbody, .taleo form[name="TBE_theForm"] tr, .taleo form[name="TBE_theForm"] td {
    display: block; }
  .taleo form[name="TBE_theForm"] label {
    width: 40.42553%;
    /*width: 48.8938%;*/
    margin-right: 2.12138%;
    font-size: 1.438em;
    float: left;
    clear: both; }
  .taleo form[name="TBE_theForm"] input,
  .taleo form[name="TBE_theForm"] select {
    margin-bottom: 30px; }
  .taleo form[name="TBE_theForm"] select {
    height: 150px; }
  .taleo form[name="TBE_theForm"] #label_for_field_keywords {
    text-transform: lowercase; }
  .taleo form[name="TBE_theForm"] #label_for_field_keywords::first-letter {
    text-transform: uppercase; }
  .taleo form[name="TBE_theForm"] table input[type="submit"] {
    float: right;
    width: 100px;
    clear: both; }
  .taleo form[name="loginForm"] label {
    margin: 18px 0 8px 0; }
  .taleo form[name="loginForm"] input[type="submit"] {
    float: left;
    margin-top: 18px !important;
    margin-bottom: 18px !important; }
  .taleo form[name="loginForm"] table tr:last-child {
    display: none; }
  .taleo form[name="send"] {
    display: none; }
  .taleo .job-description {
    border-bottom: 1px dotted #aea79f;
    border-top: 1px dotted #aea79f;
    padding: 30px 0 15px 0;
    margin: 30px 0 30px 0; }
    .taleo .job-description font {
      font-size: 16px;
      line-height: 1.5; }
    .taleo .job-description font b {
      /*font-size: 1.438em !important;*/ }
    .taleo .job-description p {
      line-height: 1.5 !important;
      margin-bottom: 16px !important; }
  .taleo #cws-search-results {
    margin-top: 20px;
    border: none; }
  .taleo #cws-search-results tr th {
    background-color: #efedec;
    border: 1px solid #d9d9d9;
    text-align: left; }
  .taleo #cws-search-results tr th:nth-child(4) {
    border-right: 1px solid #d9d9d9;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; }
  .taleo #cws-search-results tr:first-child th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  .taleo #cws-search-results th a {
    color: #333333; }
  .taleo #cws-search-results td {
    padding: 10px;
    border: 1px solid #d9d9d9;
    background-color: #fff; }
  .taleo #cws-search-results img[src*="asc.gif"] {
    width: 0px;
    height: 0px;
    padding: 12px 0 0 12px;
    background-image: url("https://assets.ubuntu.com/v1/7688be83-icon-arrow-down.svg");
    margin: -4px 0 0 4px; }
  .taleo #cws-search-results img[src*="desc.gif"] {
    width: 0px;
    height: 0px;
    padding: 12px 0 0 12px;
    background-image: url("https://assets.ubuntu.com/v1/dfefc767-icon-arrow-up.svg");
    margin: -4px 0 0 4px; }
  .taleo #cws-search-results tr:last-of-type td {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px; }
  .taleo #cws-search-results tr:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .taleo a[title="Facebook"],
  .taleo a[title="RSS"] {
    display: none; }
  .taleo .application span.required {
    color: #ff0000; }
  .taleo .application form,
  .taleo .application form[name="TBE_theForm"] {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
    padding-top: 30px; }
    .taleo .application form label,
    .taleo .application form[name="TBE_theForm"] label {
      width: 49%;
      margin-right: 1.9%;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: .75em; }
    .taleo .application form input,
    .taleo .application form select,
    .taleo .application form[name="TBE_theForm"] input,
    .taleo .application form[name="TBE_theForm"] select {
      width: 49%; }
    .taleo .application form select,
    .taleo .application form[name="TBE_theForm"] select {
      height: 26px; }
    .taleo .application form textarea,
    .taleo .application form[name="TBE_theForm"] textarea {
      margin-bottom: 18px; }
    .taleo .application form table input[type="submit"],
    .taleo .application form[name="TBE_theForm"] table input[type="submit"] {
      float: left; }
    .taleo .application form i,
    .taleo .application form[name="TBE_theForm"] i {
      line-height: 1.5;
      display: inherit; }
    .taleo .application form .alert-error,
    .taleo .application form[name="TBE_theForm"] .alert-error {
      margin-bottom: 30px;
      font-weight: 300; }
    .taleo .application form .info,
    .taleo .application form[name="TBE_theForm"] .info {
      color: #aea79f;
      margin-bottom: 30px; }
  .taleo form[action="https://ch.tbe.taleo.net/CH03/ats/careers/forgotID2.jsp?org=CANONICAL&cws=7"] {
    /*Ensure that this URL hasn't changed */ }
    .taleo form[action="https://ch.tbe.taleo.net/CH03/ats/careers/forgotID2.jsp?org=CANONICAL&cws=7"] label {
      width: 100%;
      font-size: inherit;
      margin: 18px 0 8px 0; }
    .taleo form[action="https://ch.tbe.taleo.net/CH03/ats/careers/forgotID2.jsp?org=CANONICAL&cws=7"] a {
      display: none; }
    .taleo form[action="https://ch.tbe.taleo.net/CH03/ats/careers/forgotID2.jsp?org=CANONICAL&cws=7"] table input[type="text"] {
      margin-bottom: 18px !important;
      clear: both; }
    .taleo form[action="https://ch.tbe.taleo.net/CH03/ats/careers/forgotID2.jsp?org=CANONICAL&cws=7"] table input[type="submit"] {
      float: left; }
  .taleo a[href="#jumptocontent"] {
    display: none; }
  .taleo .applicant-view table table {
    background-color: #ffffff;
    margin: 30px 0; }
    .taleo .applicant-view table table th {
      background-color: #efedec;
      border: 1px solid #d9d9d9;
      text-align: left;
      display: table-cell; }
    .taleo .applicant-view table table td {
      padding: 6px 10px;
      background: #fff;
      border: 1px dotted #aea79f;
      display: table-cell; }
  .taleo h1.alert-error {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 1.438em;
    color: #333;
    font-weight: 300; }
  .taleo h1.alert-error span.help-inline {
    font-size: 16px;
    color: #333;
    line-height: 1.5; }
  .taleo h1.alert-error span.help-inline:first-of-type {
    border-top: 1px dotted #aea79f;
    margin-top: 20px;
    padding-top: 20px; }
  .taleo td > a[href*="jobSearch.jsp"]:first-child {
    display: none; }
  .taleo .attachments form[name="TBE_theForm"] label {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: .75em;
    float: left;
    clear: both; }
  .taleo .search-results .row-contextual-footer .featured p,
  .taleo .requisition .row-contextual-footer .featured p,
  .taleo .applicant-view .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/5099cfac-image-footer-search.svg");
    background-position: 96% 5px; }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .taleo {
    /* Application */
    /* Errors */
    /* attachments */ }
    .taleo .inner-wrapper {
      padding: 40px 20px 20px 20px; }
    .taleo .application form,
    .taleo .application form[name="TBE_theForm"] {
      width: 65.95744%; }
    .taleo .forgot {
      margin-top: -48px;
      margin-left: 90px; }
    .taleo form[name="loginForm"] input[type="text"],
    .taleo form[name="loginForm"] input[type="password"] {
      width: 40.42553%; }
    .taleo h1.alert-error {
      width: 65.95744%; }
    .taleo form[name="TBE_theForm"] input,
    .taleo form[name="TBE_theForm"] select {
      width: 57.4468%; }
    .taleo .attachments form[name="TBE_theForm"] {
      width: 65.95744%; }
      .taleo .attachments form[name="TBE_theForm"] input[type="text"],
      .taleo .attachments form[name="TBE_theForm"] input[type="file"] {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #999;
        font-family: Ubuntu,Arial,"libra sans",sans-serif;
        display: block;
        padding: 4px;
        width: 49%;
        float: right; }
      .taleo .attachments form[name="TBE_theForm"] input[type="text"] {
        background: #fff;
        border: 1px solid #999; }
      .taleo .attachments form[name="TBE_theForm"] label {
        width: 49%;
        margin-right: 1.9%;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: .75em;
        float: left;
        clear: both; }
      .taleo .attachments form[name="TBE_theForm"] input[name="submit1"] {
        width: 150px;
        float: right;
        margin-top: 30px !important; }
      .taleo .attachments form[name="TBE_theForm"] input[name="cancel1"] {
        width: 150px;
        float: left;
        margin-top: 30px !important; } }

/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  .taleo .inner-wrapper {
    padding: 0px; }
  .taleo .taleo-search-row {
    background: url("https://assets.ubuntu.com/v1/af46455d-image-taleo.png") no-repeat 500px top;
    height: 300px; } }

/* END Taleo
-------------------------------------------------------------- */
body #nav-global li:first-of-type a {
  margin-left: 0; }

footer #nav-global {
  margin: 0 0 20px; }
  footer #nav-global h2 {
    padding: 8px 0; }
  footer #nav-global li,
  footer #nav-global li.more,
  footer #nav-global li.more li {
    margin-top: -1px;
    border-top: 1px solid #d4d7d4;
    border-bottom: none; }

@media only screen and (min-width: 768px) {
  body {
    padding-top: 30px; }
  #nav-global {
    position: absolute;
    display: block; }
    #nav-global li:first-of-type a {
      margin-left: 10px; }
  footer #nav-global {
    display: none;
    margin: 0 -10px; }
    footer #nav-global div {
      display: none; } }

@media only screen and (max-width: 767px) {
  .toggle-menu {
    clear: both;
    margin-bottom: 0; }
    .toggle-menu__button {
      border-bottom: 1px solid #d4d7d4;
      border-top: 1px solid #d4d7d4;
      clear: both;
      height: 21px;
      line-height: 21px;
      text-indent: 10px;
      padding-bottom: 8px;
      padding-top: 8px; }
      .toggle-menu__button::after {
        content: '';
        display: inline-block;
        background-image: url("https://assets.ubuntu.com/v1/0bb13297-arrow_down_9fa097.svg");
        background-repeat: no-repeat;
        background-size: 15px 15px;
        margin-left: 5px;
        height: 11px;
        width: 15px; }
      .toggle-menu__button.active::after {
        background-image: url("https://assets.ubuntu.com/v1/a41d8313-arrow_up_9fa097.svg"); }
    .toggle-menu__content {
      display: none; }
      .toggle-menu__content.active {
        display: block; }
      .toggle-menu__content ul {
        width: 100%; }
    .toggle-menu__list-item {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border-bottom: 1px solid #d4d7d4;
      border-left: 1px solid #d4d7d4;
      box-sizing: border-box;
      color: #333333;
      display: block;
      float: left;
      font-size: 1.14286em;
      margin: 0;
      overflow: hidden;
      padding: 8px 10px;
      text-align: left;
      white-space: normal;
      width: 50%; } }

.lt-ie9 * {
  zoom: 1; }

.lt-ie9 #nav-global {
  display: none; }

.lt-ie9 header.banner .nav-primary.nav-right .logo a {
  background-image: url("https://assets.ubuntu.com/v1/26c0bab6-canonical-logo.png");
  background-size: cover; }

.lt-ie9 .banner {
  box-shadow: none; }
  .lt-ie9 .banner .nav-primary {
    width: 984px; }
    .lt-ie9 .banner .nav-primary ul {
      position: static;
      display: block;
      width: auto;
      border-top: 0;
      background-color: transparent;
      box-shadow: none; }
      .lt-ie9 .banner .nav-primary ul li {
        width: auto;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #591f3e; }
        .lt-ie9 .banner .nav-primary ul li:last-child {
          border-right: 1px solid #591f3e; }
          .lt-ie9 .banner .nav-primary ul li:last-child a {
            border-right: 0; }
        .lt-ie9 .banner .nav-primary ul li a,
        .lt-ie9 .banner .nav-primary ul li a:link,
        .lt-ie9 .banner .nav-primary ul li a:visited {
          font-size: .875em;
          padding: 14px 14px 13px;
          text-align: center;
          border-left: 1px solid #a53973;
          background-color: transparent;
          color: #fff; }
          .lt-ie9 .banner .nav-primary ul li a:hover,
          .lt-ie9 .banner .nav-primary ul li a:link:hover,
          .lt-ie9 .banner .nav-primary ul li a:visited:hover {
            background-color: #953368; }
          .lt-ie9 .banner .nav-primary ul li a.active,
          .lt-ie9 .banner .nav-primary ul li a:link.active,
          .lt-ie9 .banner .nav-primary ul li a:visited.active {
            background-color: #591f3e;
            border-left: 0; }
  .lt-ie9 .banner .nav-toggle {
    display: none; }

.lt-ie9 .nav-primary ul {
  display: block;
  border-left: 1px solid #642246;
  border-right: 1px solid #923266;
  display: block;
  width: auto; }
  .lt-ie9 .nav-primary ul li {
    border-left: 0;
    border-right: 0;
    width: auto; }
    .lt-ie9 .nav-primary ul li:last-child {
      border-right: 0; }
    .lt-ie9 .nav-primary ul li a,
    .lt-ie9 .nav-primary ul li a:link,
    .lt-ie9 .nav-primary ul li a:visited {
      border-left: 1px solid #923266;
      border-right: 1px solid #642246; }
    .lt-ie9 .nav-primary ul li a:hover {
      background-color: #642246;
      border-right: 1px solid transparent; }

.lt-ie9.js .tabbed-content div,
.lt-ie9 .hide {
  display: block;
  opacity: 1; }

html, body {
  height: 100%; }

html {
  background-image: url(https://assets.ubuntu.com/v1/06a0285e-image-background-paper.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-color: #f1f1f1; }

body {
  background: none;
  font-size: 14px; }

table td,
table th {
  background: white; }

/*
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  table#open-source-projects-directory {
    table-layout: fixed;
    /*
      Label the data
      */ }
    table#open-source-projects-directory thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table#open-source-projects-directory tr {
      border: 1px solid #aea79f;
      margin-bottom: 10px; }
    table#open-source-projects-directory td {
      /* Behave  like a "row" */
      border-bottom: 1px dotted #aea79f;
      position: relative;
      padding-left: 50%;
      word-wrap: break-word; }
    table#open-source-projects-directory td:last-of-type {
      border-bottom: 0; }
    table#open-source-projects-directory td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: normal;
      border-right: 1px dotted #aea79f;
      font-weight: normal; }
    table#open-source-projects-directory td:before {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FEE3D2;
      height: 99%;
      margin: -6px 0 0 -5px;
      padding-top: 5px; }
    table#open-source-projects-directory td:nth-of-type(1):before {
      content: "Module / Project Name"; }
    table#open-source-projects-directory td:nth-of-type(2):before {
      content: "Contact"; } }

.wrapper {
  background: none;
  width: 100%; }

.inner-wrapper {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  padding-bottom: 0;
  float: none;
  overflow: hidden; }

.row {
  background: none;
  border: 0; }

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

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; }

blockquote.pull-quote p {
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.813em;
  text-indent: -0.4em;
  /* the second span */ }
  blockquote.pull-quote p span {
    font-weight: bold;
    color: #dd4814;
    line-height: 0;
    position: relative;
    left: -5px; }
  blockquote.pull-quote p span + span {
    left: 5px; }
  blockquote.pull-quote p cite {
    font-size: .75em;
    text-indent: -14px; }

#menu {
  display: block; }

/* @section header
-------------------------------------------------------------- */
header.banner {
  border-bottom: none;
  overflow: hidden; }
  header.banner .nav-primary.nav-right .logo {
    margin-left: 5px; }
    header.banner .nav-primary.nav-right .logo a {
      -moz-background-size: 130px 19px;
      -webkit-background-size: 130px 19px;
      -o-background-size: 130px 19px;
      background-size: 130px 19px;
      background-image: url(https://assets.ubuntu.com/v1/2eec3fd9-logo.svg);
      background-position: 0 15px;
      background-repeat: no-repeat;
      min-width: 127px;
      padding-top: 10px; }
      header.banner .nav-primary.nav-right .logo a img {
        display: none; }
  header.banner .nav-primary ul li a,
  header.banner .nav-primary ul li a:link,
  header.banner .nav-primary ul li a:visited {
    font-weight: 400; }

.opera-mini header.banner .logo a,
.no-svg header.banner .logo a {
  background-image: url(https://assets.ubuntu.com/v1/7425169d-logo.png); }

/* @section heros
-------------------------------------------------------------- */
#main-content .row-hero {
  padding-bottom: 0; }
  #main-content .row-hero .intro {
    font-size: 16px; }

body.services #main-content .row-hero {
  background-position: 0 -1200px; }

body.contact #main-content .row-hero {
  background-position: 0 -2400px; }

#main-content .row-hero .intro-content h2 {
  font-size: 45px; }

#main-content .row-hero .intro-content .intro {
  font-size: 32px;
  line-height: 1.3; }

#main-content .row-hero .intro-content {
  position: absolute;
  bottom: 0;
  left: 40px; }

p.intro {
  line-height: 1.5; }

/* @section footer
-------------------------------------------------------------- */
.footer {
  background: none;
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.4); }

footer #nav-global {
  margin-top: -1px; }

ol.connected-list li:after {
  -ms-transform: rotate(117deg);
  -webkit-transform: rotate(117deg);
  left: 81%;
  top: 86%;
  transform: rotate(117deg);
  width: 200px;
  z-index: 0; }

ol.connected-list li:nth-child(2):after {
  -ms-transform: rotate(-110deg);
  -webkit-transform: rotate(-110deg);
  left: -31%;
  transform: rotate(-110deg);
  width: 230px; }

.connected-list h3 {
  line-height: 1.5;
  font-weight: normal;
  font-size: 1em; }

.connected-list li p {
  font-size: 1em; }

.external {
  -moz-background-size: 0.7em 0.7em;
  -webkit-background-size: 0.7em 0.7em;
  -o-background-size: 0.7em 0.7em;
  background-size: 0.7em 0.7em;
  padding-right: .9em;
  background-image: url(https://assets.ubuntu.com/v1/71a7de8f-external-link-orange.svg), none;
  background-position: right 1px;
  background-repeat: no-repeat; }

.opera-mini .external,
.no-svg .external {
  background-image: url(https://assets.ubuntu.com/v1/1dc31c47-external-link-orange.png); }

.row-companies {
  background-color: #fff; }
  .row-companies ul {
    float: none;
    margin-left: 0;
    padding: 0;
    text-align: center; }
  .row-companies ul li {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px; }
  .row-companies ul li h3 {
    font-size: 16px; }
  .row-companies ul li.last-item {
    border: 0; }
  .row-companies ul li img {
    float: left;
    margin-bottom: 0;
    height: 100%;
    width: auto; }
  .row-companies ul li.last-item img {
    padding-right: 0; }

/* image classes
----------------------------------------------------------- */
div.box-image-centered span img.priority-0,
div.row-image-centered span img.priority-0,
div.row.row-image-centered span img.priority-0,
img.priority-0 {
  display: none; }
  @media only screen and (min-width: 768px) {
    div.box-image-centered span img.priority-0,
    div.row-image-centered span img.priority-0,
    div.row.row-image-centered span img.priority-0,
    img.priority-0 {
      display: inline-block; } }

div.box-image-centered div,
div.box-image-centered span,
div.row-image-centered div,
div.row-image-centered span,
div.row.row-image-centered div,
div.row.row-image-centered span {
  display: inline-block; }

.priority-0 {
  display: none; }
  @media only screen and (min-width: 768px) {
    .priority-0 {
      display: block; } }

/* @section contextual footer
-------------------------------------------------------------- */
.row-contextual-footer .vertical-divider > div {
  border-bottom: 1px dotted #aea79f;
  margin-bottom: 10px;
  padding-bottom: 10px; }

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

/* @section Tabbed menu in accordion mode
-------------------------------------------------------------- */
html.js .tabbed-menu {
  display: none; }

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

html.js .tabbed-content {
  padding: 8px 8px 0;
  margin-bottom: 8px; }
  html.js .tabbed-content.hide {
    display: block;
    opacity: 1; }
  html.js .tabbed-content .title {
    display: none; }
  html.js .tabbed-content div {
    display: none; }
    html.js .tabbed-content div.active, html.js .tabbed-content div.active div {
      display: block; }
  html.js .tabbed-content .accordion-button {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #333333;
    padding-top: 2px;
    background: url(https://assets.ubuntu.com/v1/f6fa8249-icon-arrow-down.svg) no-repeat scroll right 3px #f7f7f7; }
    html.js .tabbed-content .accordion-button.active {
      background-image: url(https://assets.ubuntu.com/v1/c65b8106-icon-arrow-up.svg);
      margin-bottom: 10px; }

html.js html.js.opera-mini .tabbed-content .accordion-button,
html.js html.js.no-svg .tabbed-content .accordion-button {
  background-image: url(https://assets.ubuntu.com/v1/f1cbbaa2-icon-arrow-right.svg); }

html.js html.js.opera-mini .tabbed-content.open .accordion-button,
html.js html.js.no-svg .tabbed-content.open .accordion-button {
  background-image: url(https://assets.ubuntu.com/v1/c65b8106-icon-arrow-up.svg); }

@media only screen and (min-width: 768px) {
  html.js .tabbed-menu {
    display: block;
    padding: 20px 0; }
  html.js .tabbed-content {
    display: block;
    margin-bottom: 20px;
    padding: 40px;
    opacity: 1;
    -webkit-animation: appear 0.5s ease-in;
    animation: appear 0.5s ease-in; }
    html.js .tabbed-content.hide {
      display: none;
      opacity: 0; }
    html.js .tabbed-content .title {
      display: block; }
    html.js .tabbed-content div {
      display: block; }
    html.js .tabbed-content .vertical-divider div {
      display: table-cell; }
    html.js .tabbed-content .accordion-button {
      display: none; } }

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

@keyframes appear {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

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

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

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

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

/*
 * Cookie policy style updates
 * To be updated in core-patterns
 */
.cookie-policy {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  background: #333;
  color: #fff;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cookie-policy .wrapper {
    background: transparent; }
  .cookie-policy p {
    font-size: 13px;
    margin-left: 0;
    padding: 8px 0;
    width: 100%;
    margin-bottom: 0; }
  .cookie-policy .link-cta {
    text-indent: -9999px;
    margin-top: 12px;
    padding: 0;
    background: url("https://assets.ubuntu.com/v1/66542f40-close.svg") no-repeat;
    -moz-background-size: 16px 15px;
    -webkit-background-size: 16px 15px;
    -o-background-size: 16px 15px;
    background-size: 16px 15px;
    width: 16px;
    height: 15px;
    float: right;
    font-size: 1em;
    margin-right: -20px;
    text-decoration: none;
    color: #fff; }

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

/* @section strips
-------------------------------------------------------------- */
.strip-dark,
.strip-light {
  clear: both; }

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

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

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

.strip-dark .icon,
.strip-dark ol span {
  background-image: url("https://assets.ubuntu.com/v1/70e67fad-list-icon-background.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: block;
  margin: 0 20px 20px 0;
  padding: 24px;
  float: left;
  width: 16px;
  height: 16px;
  padding: 12px; }

.strip-light .icon,
.strip-dark .icon {
  position: absolute; }

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

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

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

.strip-light .icon {
  display: block;
  background-image: url("https://assets.ubuntu.com/v1/70e67fad-list-icon-background.png");
  padding: 24px;
  margin: 0 auto 48px; }

.strip-dark .connected-list li,
.strip-light .connected-list li {
  list-style-type: none;
  margin-bottom: 20px;
  min-height: 52px; }
  .strip-dark .connected-list li p,
  .strip-dark .connected-list li h3,
  .strip-light .connected-list li p,
  .strip-light .connected-list li h3 {
    padding-left: 50px; }

.strip-dark ol.connected-list li span {
  float: left;
  font-size: 22px;
  font-weight: normal;
  height: 26px;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  width: 16px; }

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

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

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

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

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

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

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  body {
    font-size: 15px; }
  .row {
    padding: 30px 30px 20px; }
  #main-content .row-hero {
    padding-top: 40px; }
  div.box-image-centered div,
  div.box-image-centered span,
  div.row-image-centered div,
  div.row-image-centered span,
  div.row.row-image-centered div,
  div.row.row-image-centered span {
    display: block; }
  .caps-centered,
  .muted-heading {
    margin-bottom: 60px;
    font-size: .875em; } }

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

@media only screen and (min-width: 768px) {
  .tabbed-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    display: block; }
    .tabbed-menu li a {
      color: #666;
      display: block;
      margin-bottom: 20px; }
    .tabbed-menu a.active {
      color: #333333;
      font-weight: 400; }
    .tabbed-menu li {
      text-align: left; }
  .accordion-button {
    display: none; }
  .footer-wrapper.strip-light {
    padding-top: 10px; }
  footer.global .two-col {
    width: 14.89361%;
    display: inline-block;
    min-height: 0; }
  .pull-quote {
    padding-left: 0;
    font-size: 1em; }
  .row-contextual-footer .featured p {
    background: url(https://assets.ubuntu.com/v1/83d13882-image-footer-ubuntu.svg);
    background-position: 100% 5px;
    background-repeat: no-repeat;
    font-size: 1.219em;
    padding-right: 140px;
    min-height: 150px; }
  .row-contextual-footer .vertical-divider div {
    border-bottom: 0;
    margin-bottom: 20px; }
  .about .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/e3f98dd8-image-footer-discussion.svg");
    background-position: 97% 5px; }
  .products .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/83d13882-image-footer-ubuntu.svg");
    background-position: 96% 5px; }
  .services .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/59b3606e-image-footer-forum.svg"); }
  .partners .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/fe022948-image-footer-certification.svg");
    background-position: 96% 5px; }
  .careers .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/5099cfac-image-footer-search.svg");
    background-position: 96% 5px;
    min-height: 115px; }
  .projects .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/879bebfa-image-footer-bookmark.svg");
    background-position: 95% 5px; }
  html.opera-mini .row-contextual-footer .featured p,
  html.no-svg .row-contextual-footer .featured p {
    background: url("https://assets.ubuntu.com/v1/f28798f3-footer-ubuntu.png"); }
  html.opera-mini .about .row-contextual-footer .featured p,
  html.no-svg .about .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/fdde0eeb-image-footer-discussion.png"); }
  html.opera-mini .products .row-contextual-footer .featured p,
  html.no-svg .products .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/c4720871-image-footer-ubuntu.png"); }
  html.opera-mini .services .row-contextual-footer .featured p,
  html.no-svg .services .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/9ec1b0e5-image-footer-forum.png"); }
  html.opera-mini .partners .row-contextual-footer .featured p,
  html.no-svg .partners .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/bc815bc3-image-footer-certification.png"); }
  html.opera-mini .careers .row-contextual-footer .featured p,
  html.no-svg .careers .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/a51634af-image-footer-search.png"); }
  html.opera-mini .projects .row-contextual-footer .featured p,
  html.no-svg .projects .row-contextual-footer .featured p {
    background-image: url("https://assets.ubuntu.com/v1/e2250eb5-image-footer-bookmark.png"); }
  #main-content .row-hero .intro {
    font-size: 1.142857143em;
    margin-bottom: 40px; }
  blockquote.pull-quote p {
    font-size: 1.4375em;
    padding-left: 0;
    padding-right: 0;
    text-indent: -.7em; }
    blockquote.pull-quote p span {
      font-size: 1.391304348em; }
    blockquote.pull-quote p cite {
      margin-left: 0;
      text-indent: 0; }
  form fieldset li.inline label {
    float: left;
    width: 8em; }
  form fieldset li.inline .mktFormMsg, form fieldset li.inline .errMsg,
  form fieldset li.inline .input-help {
    padding-left: 8em; }
  form fieldset li.inline input[type="text"],
  form fieldset li.inline textarea {
    width: auto;
    max-width: 15em; }
  .mktoLabel > span,
  .mktError {
    color: #df382c; }
  blockquote.pull-quote p span {
    top: 5px; }
  .profile .portrait,
  .event-info .portrait {
    width: 100%;
    float: none; }
  .profile li,
  .event-info li {
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 0.875em;
    height: 30px;
    margin-bottom: 0;
    padding-top: 2px;
    float: none; }
  .profile .name,
  .event-info .name {
    background-image: url("https://assets.ubuntu.com/v1/ac9e9631-image-careers-icon-name.svg");
    font-weight: normal; }
  .profile .role,
  .event-info .role {
    background-image: url("https://assets.ubuntu.com/v1/c7a229ce-image-careers-icon-role.svg");
    font-weight: normal; }
  .profile .location,
  .event-info .location {
    background-image: url("https://assets.ubuntu.com/v1/dcff80a2-image-careers-icon-location.svg");
    font-weight: normal; }
  .profile .event,
  .event-info .event {
    background-image: url("https://assets.ubuntu.com/v1/ad8a63c5-icon-event.svg");
    font-weight: normal; }
  .event-info li {
    color: #aea79f; }
  .event-info .location {
    margin-top: 10px;
    background-image: url("https://assets.ubuntu.com/v1/4f60c113-icon-location.svg"); }
  .event-info .event {
    background-image: url("https://assets.ubuntu.com/v1/ad8a63c5-icon-event.svg"); } }

@media only screen and (max-width: 983px) {
  .vertical-divider > div::before {
    border: none; } }

/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width: 984px) {
  body #nav-global li:first-of-type a {
    margin-left: 0; }
  body.error404 #main-content .last-col {
    padding-top: 110px; }
  body {
    font-size: 16px; }
  .row.row-contextual-footer {
    padding-bottom: 60px; }
    .row.row-contextual-footer .vertical-divider p {
      margin-bottom: 0; }
    .row.row-contextual-footer .featured p {
      font-size: 1.25em; }
  body {
    position: relative; }
  header.banner {
    width: 984px; }
  .nav-primary {
    padding-left: 10px; }
  .inner-wrapper {
    width: 904px;
    float: none;
    clear: both;
    overflow: hidden; }
  .row {
    padding: 60px 40px 40px; }
  #nav-global li.more a {
    text-indent: 0;
    display: block; }
  .connected-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .connected-list li img {
      position: relative;
      z-index: 2; }
    .connected-list li:after {
      -ms-transform: rotate(14deg);
      -webkit-transform: rotate(14deg);
      background-image: url(https://assets.ubuntu.com/v1/f2a25267-image-list-stroke.svg);
      content: " ";
      display: block;
      height: 4px;
      left: 99px;
      position: absolute;
      top: 60px;
      transform: rotate(14deg);
      width: 250px; }
    .connected-list li:nth-child(2):after {
      -ms-transform: rotate(-14deg);
      -webkit-transform: rotate(-14deg);
      transform: rotate(-14deg); }
    .connected-list li:last-of-type:after {
      display: none; }
  header.banner .nav-primary {
    width: 984px; }
  body #nav-global li:first-of-type a {
    margin-left: 10px; }
  header.banner .nav-primary li a {
    padding-top: 13px !important; }
  .strip-light .icon,
  .strip-dark .icon {
    position: relative;
    z-index: 5; }
  .strip-dark ol.connected-list li h3,
  .strip-light ol.connected-list li h3 {
    padding-top: 27px; }
  .strip-dark ol.connected-list li.step-one h3,
  .strip-light ol.connected-list li.step-one h3 {
    padding-top: 0; }
  .strip-dark .connected-list li p, .strip-light .connected-list li p,
  .strip-dark .connected-list li h3, .strip-light .connected-list li h3 {
    padding-left: 0; }
  footer .row {
    width: 984px;
    margin: 0 auto; }
  .strip-dark .inner-wrapper .icon,
  .strip-dark .inner-wrapper ol span {
    margin: 0 auto 25px;
    float: none; }
  .strip-light .inner-wrapper li:nth-child(even) .icon,
  .strip-dark .inner-wrapper li:nth-child(even) .icon {
    margin-top: 51px; }
  .strip-dark .inner-wrapper ol li.step-two,
  .strip-dark .inner-wrapper ol li.step-four {
    margin-top: 20%;
    padding-left: 60px; }
  .strip-dark .inner-wrapper ol li.step-one,
  .strip-dark .inner-wrapper ol li.step-three {
    padding-right: 60px;
    padding-left: 0; }
  .strip-dark .inner-wrapper ol li.step-three {
    margin-top: -3%; }
  .strip-dark .inner-wrapper ol li.step-four {
    margin-top: 17%; }
  .strip-dark .inner-wrapper ol li span {
    margin-top: 14%;
    vertical-align: middle;
    z-index: 1; }
  .strip-dark .inner-wrapper ol li.step-one span,
  .strip-dark .inner-wrapper ol li.step-three span {
    float: right;
    margin-right: -140px; }
  .strip-dark .inner-wrapper ol li.step-two span,
  .strip-dark .inner-wrapper ol li.step-four span {
    margin-left: -140px; }
  .strip-dark .inner-wrapper ol li.step-two span,
  .strip-dark .inner-wrapper ol li.step-four span {
    float: left; }
  .strip-dark .inner-wrapper .icon,
  .strip-dark .inner-wrapper ol span {
    -moz-background-size: 80px 80px;
    -webkit-background-size: 80px 80px;
    -o-background-size: 80px 80px;
    background-size: 80px 80px;
    padding: 24px;
    width: auto;
    height: auto; }
  .strip-dark .inner-wrapper li {
    padding-left: 0; }
  .strip-dark .inner-wrapper ol li {
    padding-left: 100px; }
  .strip-dark .inner-wrapper ol li span {
    float: left;
    font-size: 45px;
    font-weight: normal;
    height: 82px;
    margin-left: -100px;
    margin-right: 20px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    width: 32px; }
  #main-content .row-hero .intro {
    font-size: 1.25em; }
  .footer-wrapper.strip-light {
    padding-top: 0; }
  footer.global {
    padding-top: 40px; }
    footer.global .legal p,
    footer.global .legal ul {
      padding-left: 40px; }
    footer.global .row {
      padding-left: 40px;
      padding-right: 40px; }
  blockquote.pull-quote p span {
    top: 10px; }
  .row-companies ul li {
    height: auto;
    margin: 0 0 40px 0;
    padding-left: 40px;
    padding-right: 40px; }
  .row-companies ul li img {
    height: auto;
    transition-duration: 5s;
    -moz-transition-duration: 5s; } }

@media only screen and (min-width: 1600px) {
  .row-management.strip-light {
    background-color: #000;
    padding: 0;
    margin: 0; }
    .row-management.strip-light div {
      width: 1600px;
      margin: 0 auto;
      background: transparent;
      overflow: hidden;
      display: block;
      height: 100%;
      padding: 0;
      position: relative; }
      .row-management.strip-light div:before {
        content: " ";
        transition-duration: 5s;
        background: -moz-linear-gradient(left, #000 0%, transparent 100%);
        background: -webkit-linear-gradient(left, #000 0%, transparent 100%);
        background: -o-linear-gradient(left, #000 0%, transparent 100%);
        background: linear-gradient(left, #000 0%, transparent 100%);
        width: 15%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999; }
      .row-management.strip-light div:after {
        content: " ";
        transition-duration: 5s;
        background: -moz-linear-gradient(left, transparent 0%, #000 100%);
        background: -webkit-linear-gradient(left, transparent 0%, #000 100%);
        background: -o-linear-gradient(left, transparent 0%, #000 100%);
        background: linear-gradient(left, transparent 0%, #000 100%);
        width: 15%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; } }

@media (min-width: 768px) {
  .global__header {
    display: none; } }
