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

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

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

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

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

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

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

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

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

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

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

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

	misc colours
	$box_solid_grey:		#efefef;

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

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

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

	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/css/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 - 100%

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

	padding: $gutter_width;
	width: 100% - ( 2 * $gutter_width );

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

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

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

	misc colours
	$box_solid_grey:		#efefef;

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

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

-----------------------------------------------------------------
-------------------------------------------------------------- */
.home h1 {
  font-size: 2em;
  color: #fff; }
.home #main-content .row-hero {
  padding-top: 20px;
  margin-top: 0; }
.home .static {
  display: block; }
.home .animation {
  display: none; }
.home .ubuntu-row {
  background: url('/static/img/home/tablet-home.png') no-repeat scroll 50% 97% rgba(255, 255, 255, 0.6);
  background-size: 350px auto;
  padding-bottom: 230px; }
  .home .ubuntu-row h2 {
    position: relative; }
  .home .ubuntu-row .ubuntu-logo {
    display: inline-block;
    background-image: url('/static/img/logos/logo-ubuntu-120.png');
    background-image: url('/static/img/logos/logo-ubuntu.svg'), none;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 0.85em;
    height: 1em;
    margin-left: .1em;
    text-indent: -99999px;
    width: 120px; }
.home .partner-row {
  background: url('/static/img/home/image-partners-small.jpg') 75% 40px no-repeat;
  color: #fff;
  -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);
  height: 250px; }
  .home .partner-row .fade {
    background: -moz-linear-gradient(top, #32001d 40%, transparent 100%);
    background: -webkit-linear-gradient(top, #32001d 40%, transparent 100%);
    background: -o-linear-gradient(top, #32001d 40%, transparent 100%);
    background: linear-gradient(top, #32001d 40%, transparent 100%);
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .home .partner-row .fade:after {
      background: rgba(50, 0, 29, 0.4);
      content: " ";
      width: 51%;
      height: 100%;
      position: absolute; }
.home .service-row {
  background-image: url('/static/img/home/image-services.png');
  background: url('/static/img/home/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('/static/img/home/image-careers.png') no-repeat scroll center bottom;
  background-size: 302px auto;
  padding-bottom: 250px;
  margin-bottom: 20px; }
  .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: white; }
  html.no-cssgradients body.home .partner-row .fade:after {
    background-color: white; }

html.opera-mini body.home .ubuntu-row .ubuntu-logo,
html.no-svg body.home .ubuntu-row .ubuntu-logo {
  background-image: url('/static/img/logos/logo-ubuntu-120.png'); }
html.opera-mini body.home .service-row,
html.no-svg body.home .service-row {
  background-image: url('/static/img/home/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-top: 0;
        position: relative; }
      .home #main-content .row-hero h1 {
        padding-top: 80px; }
      .home #main-content .row-hero .inner-wrapper:after {
        background: url('/static/img/home/image-technology-for-innovators.png') no-repeat;
        content: " ";
        top: -20px;
        height: 100%;
        left: 53%;
        position: absolute;
        width: 541px; }
    .home #main-content .ubuntu-row {
      background: rgba(255, 255, 255, 0.6);
      padding-bottom: 0;
      overflow: hidden; }
      .home #main-content .ubuntu-row .inner-wrapper {
        overflow: visible;
        position: relative;
        min-height: 630px;
        padding-top: 135px; }
      .home #main-content .ubuntu-row .inner-wrapper:after {
        background: url('/static/img/home/tablet-home.png') no-repeat;
        content: " ";
        height: 569px;
        left: 45%;
        position: absolute;
        top: 20px;
        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('/static/img/home/image-services.png');
        background: url('/static/img/home/image-services.svg') no-repeat scroll center;
        background-size: 302px auto;
        height: 220px;
        display: block;
        margin-bottom: 20px; }
    .home #main-content .partner-row {
      background-image: url('/static/img/home/image-partners.jpg');
      background-color: #32001d;
      background-position: 50% center;
      height: auto; }
      .home #main-content .partner-row .fade {
        background: -moz-linear-gradient(left, #32001d 20%, transparent 100%);
        background: -webkit-linear-gradient(left, #32001d 20%, transparent 100%);
        background: -o-linear-gradient(left, #32001d 20%, transparent 100%);
        background: linear-gradient(left, #32001d 20%, transparent 100%);
        content: " ";
        width: 100%;
        height: 100%;
        margin: 0 auto; }
        .home #main-content .partner-row .fade:after {
          background: rgba(50, 0, 29, 0.4);
          content: " ";
          width: 51%;
          height: 100%;
          position: absolute;
          left: 0; }
    .home #main-content .careers-row {
      padding-bottom: 20px;
      background: none; }
      .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;
    width: 538px;
    height: 456px;
    margin-top: -20px;
    margin-left: 19px; }
    html.js .home #main-content .animation .background {
      display: block;
      background: url('/static/img/home/light-beams.png') no-repeat scroll center center;
      width: 538px;
      height: 456px;
      background-size: 80%;
      opacity: 0;
      -webkit-transition: all 1s 1.4s ease;
      -moz-transition: all 1s 1.4s ease;
      transition: all 1s 1.4s ease; }
    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: url('/static/img/home/light-dot.png') no-repeat scroll center center;
      width: 13px;
      height: 13px;
      left: 268px;
      top: 220px;
      background-size: 0px;
      z-index: 10; }
    html.js .home #main-content .animation .dot-2 {
      left: 335px; }
    html.js .home #main-content .animation .light {
      left: 175px;
      top: 95px;
      opacity: 0; }
    html.js .home #main-content .animation .text {
      left: 150px;
      top: 70px;
      opacity: 0;
      -webkit-transition: opacity .3s 1.5s;
      -moz-transition: opacity .3s 1.5s;
      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;
    -webkit-animation: dot-pop .3s 1 .5s forwards;
    -o-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;
    -webkit-animation: dot-pop .3s 1 .8s forwards;
    -o-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;
    -webkit-animation: flicker .3s 1 1.5s forwards;
    -o-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 {
    background-image: url('/static/img/home/tablet-home.png');
    background-repeat: no-repeat;
    background-position: 100460px 80px; }
    .home #main-content .ubuntu-row .row {
      padding-top: 140px;
      padding-bottom: 170px; }
    .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 {
    background-image: url('/static/img/home/phone-partners.png');
    background-repeat: no-repeat;
    background-position: 100460px 80px; }
    .home .partners-row .row {
      padding-top: 150px;
      padding-bottom: 250px; }
  .home .careers-row {
    background-image: url('/static/img/home/careers.png');
    background-repeat: no-repeat;
    background-position: 100150px 80px;
    padding-bottom: 20px; }
    .home .careers-row .row {
      padding-top: 150px;
      padding-bottom: 170px; } }
@media only screen and (min-width :1600px) {
  .partner-row .fade:before {
    content: " ";
    transition-duration: 5s;
    background: -moz-linear-gradient(left, transparent 0%, black 100%);
    background: -webkit-linear-gradient(left, transparent 0%, black 100%);
    background: -o-linear-gradient(left, transparent 0%, black 100%);
    background: linear-gradient(left, transparent 0%, black 100%);
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    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); } }

/* @section Products
-------------------------------------------------------------- */
body.products .inner-wrapper {
  margin-top: 0; }
body.products #main-content .row-hero .inner-wrapper img {
  display: block;
  margin: 0 auto; }
body.products .juju-connected {
  position: relative; }
  body.products .juju-connected .row {
    padding-top: 0;
    padding-bottom: 0; }
  body.products .juju-connected .connection {
    display: none;
    position: absolute;
    background-color: #38B14A;
    height: 2px;
    width: 100%;
    top: 50%;
    margin-top: -3px; }
  body.products .juju-connected img {
    position: relative;
    z-index: 2;
    margin-left: 0; }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
  body.products #main-content .row-hero {
    padding-bottom: 0;
    overflow: hidden;
    margin-top: 0;
    padding-top: 40px; }
  body.products #main-content .row-hero .inner-wrapper {
    margin-top: -60px;
    padding-top: 50px;
    overflow: visible; }
  body.products #main-content .row-hero .inner-wrapper img {
    display: none; }
  body.products .juju-connected {
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden; }
    body.products .juju-connected .connection {
      display: block; }
  body.products .row-hero img {
    display: none; }
  body.products .products-hero-container {
    position: absolute;
    background: url('/static/img/products/products-hero-background.png') no-repeat center center;
    width: 600px;
    height: 600px;
    margin: -61px 0 0 -427px;
    top: 50%;
    left: 50%; }
  body.products .products-hero-ubuntu {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 208px;
    left: 330px;
    background: url('/static/img/products/products-hero-ubuntu.png') 50% 50% no-repeat;
    background: url('/static/img/products/products-hero-ubuntu.svg') 50% 50% no-repeat, none;
    opacity: 0;
    background-size: 0%;
    animation: scaleIn 0.3s forwards, fadeIn 0.6s linear forwards, rotateIn 3s ease-out forwards;
    -moz-animation: scaleIn 0.3s forwards, fadeIn 0.6s linear forwards, rotateIn 3s ease-out forwards;
    -webkit-animation: scaleIn 0.3s forwards, fadeIn 0.6s linear forwards, rotateIn 3s ease-out forwards;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s; }
  body.products .products-hero-desktop, body.products .products-hero-phone, body.products .products-hero-tablet, body.products .products-hero-server, body.products .products-hero-cloud {
    position: absolute;
    width: 66px;
    height: 66px;
    opacity: 0;
    animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards;
    -moz-animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards;
    -webkit-animation: scaleInPop 0.2s forwards, fadeIn 0.2s linear forwards; }
  body.products .products-hero-desktop {
    background: url('/static/img/products/products-hero-desktop.png') 50% 50% no-repeat;
    background: url('/static/img/products/products-hero-desktop.svg') 50% 50% no-repeat, none;
    background-size: 0%;
    top: 65px;
    left: 367px;
    animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s; }
  body.products .products-hero-phone {
    background: url('/static/img/products/products-hero-phone.png') 50% 50% no-repeat;
    background: url('/static/img/products/products-hero-phone.svg') 50% 50% no-repeat, none;
    background-size: 0%;
    top: 118px;
    left: 494px;
    animation-delay: 1.85s;
    -moz-animation-delay: 1.85s;
    -webkit-animation-delay: 1.85s; }
  body.products .products-hero-tablet {
    background: url('/static/img/products/products-hero-tablet.png') 50% 50% no-repeat;
    background: url('/static/img/products/products-hero-tablet.svg') 50% 50% no-repeat, none;
    background-size: 0%;
    top: 245px;
    left: 547px;
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s; }
  body.products .products-hero-server {
    background: url('/static/img/products/products-hero-server.png') 50% 50% no-repeat;
    background: url('/static/img/products/products-hero-server.svg') 50% 50% no-repeat, none;
    background-size: 0%;
    top: 425px;
    left: 367px;
    animation-delay: 2.15s;
    -moz-animation-delay: 2.15s;
    -webkit-animation-delay: 2.15s; }
  body.products .products-hero-cloud {
    background: url('/static/img/products/products-hero-cloud.png') 50% 50% no-repeat;
    background: url('/static/img/products/products-hero-cloud.svg') 50% 50% no-repeat, none;
    background-size: 0%;
    top: 372px;
    left: 240px;
    animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s; }
  body.products .products-hero-line-1, body.products .products-hero-line-2, body.products .products-hero-line-3, body.products .products-hero-line-4, body.products .products-hero-line-5 {
    position: absolute;
    opacity: 0;
    animation: fadeIn 0.3s linear forwards;
    -moz-animation: fadeIn 0.3s linear forwards;
    -webkit-animation: fadeIn 0.3s linear forwards; }
  body.products .products-hero-line-1 {
    top: 147px;
    left: 399px;
    width: 2px;
    height: 52px;
    background: url('/static/img/products/products-hero-line-vertical.png');
    animation-delay: 1.85s;
    -moz-animation-delay: 1.85s;
    -webkit-animation-delay: 1.85s; }
  body.products .products-hero-line-2 {
    top: 185px;
    left: 455px;
    width: 38px;
    height: 38px;
    background: url('/static/img/products/products-hero-line-diagonal.png');
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s; }
  body.products .products-hero-line-3 {
    top: 277px;
    left: 479px;
    width: 52px;
    height: 2px;
    background: url('/static/img/products/products-hero-line-horizontal.png');
    animation-delay: 2.15s;
    -moz-animation-delay: 2.15s;
    -webkit-animation-delay: 2.15s; }
  body.products .products-hero-line-4 {
    top: 357px;
    left: 399px;
    width: 2px;
    height: 52px;
    background: url('/static/img/products/products-hero-line-vertical.png');
    animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s; }
  body.products .products-hero-line-5 {
    top: 333px;
    left: 307px;
    width: 38px;
    height: 38px;
    background: url('/static/img/products/products-hero-line-diagonal.png');
    animation-delay: 2.45s;
    -moz-animation-delay: 2.45s;
    -webkit-animation-delay: 2.45s; } }
/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@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('/static/img/services/services-hero-small.jpg') no-repeat center right;
  background-size: cover;
  height: 200px;
  -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); }
.services .row-contextual-footer .vertical-divider div#resources-feed {
  border: 0;
  margin-bottom: 0; }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
  .services .row-management.strip-light {
    background-image: url('/static/img/services/services-hero-medium.jpg');
    height: 350px; } }
/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width : 984px) {
  .services .row-management.strip-light {
    background: black url('/static/img/services/services-hero.jpg') 50% 50% no-repeat;
    height: 550px; }
  .services .row-management .six-col {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 40px; } }
.no-js .partners .row-companies {
  display: none; }

.partners .row-management.strip-light {
  background: url('/static/img/partners/partners-hero-small.jpg') no-repeat center;
  background-size: cover;
  height: 200px;
  -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); }
.partners .row-cloud p.no-margin-bottom {
  margin-bottom: 10px; }
.partners .row-cloud div.no-margin-bottom {
  margin-bottom: 20px; }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
  .partners .row-management.strip-light {
    background-image: url('/static/img/partners/partners-hero-medium.jpg');
    height: 350px; }
  .partners .row-cloud p.no-margin-bottom,
  .partners .row-cloud div.no-margin-bottom {
    margin-bottom: 0; } }
/* @section Large / Desktop viewport
-------------------------------------------------------------- */
@media only screen and (min-width : 984px) {
  .partners .row-hero .inner-wrapper {
    overflow: visible; }
  .partners .row-management.strip-light {
    background-image: url('/static/img/partners/partners-hero.jpg');
    background-color: #000;
    background-size: auto;
    background-position: 50% 50%;
    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 {
    /* end connected-list */ }
    .row-partners .inner-wrapper .connected-list {
      background: none;
      float: left;
      display: block;
      padding-bottom: 40px;
      clear: both;
      overflow: hidden;
      padding-top: 50px; }
      .row-partners .inner-wrapper .connected-list li:nth-child(1):before {
        content: " ";
        height: 4px;
        width: 100px;
        position: absolute;
        top: 60px;
        left: 99px;
        background-image: url('/static/img/image-list-stroke.svg');
        display: block;
        -ms-transform: rotate(14deg);
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg); }
      .row-partners .inner-wrapper .connected-list li:nth-child(1):before {
        left: 389px;
        top: 20px;
        -ms-transform: rotate(166deg);
        -webkit-transform: rotate(166deg);
        transform: rotate(166deg); }
      .row-partners .inner-wrapper .connected-list li:after,
      .row-partners .inner-wrapper .connected-list li:nth-child(2):after {
        top: 109px;
        left: 295px;
        -ms-transform: rotate(99deg);
        -webkit-transform: rotate(99deg);
        transform: rotate(99deg);
        width: 112px; }
      .row-partners .inner-wrapper .connected-list li:nth-child(2):after {
        left: 0px; }
      .row-partners .inner-wrapper .connected-list li:nth-child(3):after,
      .row-partners .inner-wrapper .connected-list li:nth-child(4):after {
        left: 296px;
        -ms-transform: rotate(78deg);
        -webkit-transform: rotate(78deg);
        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;
        -ms-transform: rotate(166deg);
        -webkit-transform: rotate(166deg);
        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) {
        padding-left: 100px;
        padding-right: 40px;
        float: left;
        clear: left; }
      .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;
        padding-left: 40px;
        margin-top: -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: 80px;
        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-top: 40px;
        margin-bottom: 40px;
        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; }

  /* end row-partners */
  .row-cloud .inner-wrapper {
    background: url('/static/img/partners/image-openstack-icons.png') no-repeat scroll bottom right; }
    .row-cloud .inner-wrapper img {
      display: none; } }
/* @section About
-------------------------------------------------------------- */
body.about-home .icon-location {
  background: url('/static/img/icons/icon-location.svg') no-repeat 0 center;
  padding-left: 30px; }
body.about-home .icon-quote {
  background: url('/static/img/icons/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('/static/img/icons/icon-orange-news.svg') no-repeat scroll 0 center/1em auto rgba(0, 0, 0, 0);
  padding-left: 1.3em; }
body.about-home .further-resources {
  background: url('/static/img/icons/icon-orange-resources.svg') no-repeat scroll 0 center/1em auto rgba(0, 0, 0, 0);
  padding-left: 1.3em; }
body.about-home .further-community {
  background: url('/static/img/icons/icon-orange-community.svg') no-repeat scroll 0 center/1em auto rgba(0, 0, 0, 0);
  padding-left: 1.3em; }
body.about-home .further-blog {
  background: url('/static/img/icons/icon-orange-blog.svg') no-repeat scroll 0 center/1em auto rgba(0, 0, 0, 0);
  padding-left: 1.3em; }

html.opera-mini body.about-home .icon-location,
html.no-svg body.about-home .icon-location {
  background-image: url('/static/img/icons/icon-location.png'); }
html.opera-mini body.about-home .icon-quote,
html.no-svg body.about-home .icon-quote {
  background-image: url('/static/img/icons/icon-quote.png'); }
html.opera-mini body.about-home .further-news,
html.no-svg body.about-home .further-news {
  background-image: url('/static/img/icons/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('/static/img/icons/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('/static/img/icons/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('/static/img/icons/icon-orange-blog.png');
  background-repeat: no-repeat;
  background-size: 1em auto; }

html.yes-js body.about-home .map-shadow-top,
html.yes-js body.about-home .map-shadow-bottom {
  position: absolute;
  z-index: 5000;
  width: 100%;
  height: 5px; }
html.yes-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.yes-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.yes-js body.about-home #map-canvas {
  height: 360px;
  width: 100%; }
  html.yes-js body.about-home #map-canvas h2,
  html.yes-js body.about-home #map-canvas p {
    font-family: Ubuntu,Arial,"libra sans",sans-serif;
    white-space: nowrap; }
  html.yes-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('/static/img/about/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 div.row-image-centered div + span img {
    margin-right: auto; }
  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('/static/img/icons/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('/static/img/about/image-picto-quote.png') no-repeat scroll; }

  html.yes-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('/static/img/about/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.yes-js body.about-home #map-canvas {
    height: 460px; }
  html.yes-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; } }
/* ---------------------------------------------------------------
------------------------------------------------------------------
	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

	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/css/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 - 100%

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

	padding: $gutter_width;
	width: 100% - ( 2 * $gutter_width );

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

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

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

	misc colours
	$box_solid_grey:		#efefef;

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

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

-----------------------------------------------------------------
-------------------------------------------------------------- */
/*	@section careers
-------------------------------------------------------------- */
.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 #main-content .row-hero {
  overflow: visible; }
  .careers-home #main-content .row-hero .inner-wrapper {
    margin-top: -40px;
    overflow: visible;
    padding-top: 40px; }
    .careers-home #main-content .row-hero .inner-wrapper .intro {
      margin-bottom: 10px; }
.careers-home .search,
.careers-home .see-all {
  background-repeat: no-repeat;
  background-position: left 2px;
  height: 25px;
  padding: .3em 0 3px 30px;
  color: #dd4814;
  display: block; }
.careers-home .see-all {
  background-image: url('/static/img/icons/image-careers-icon-list.svg');
  margin-bottom: 10px; }
.careers-home .intro .see-all {
  padding-top: 1px; }
.careers-home .search {
  background-image: url('/static/img/icons/image-careers-icon-search.svg'); }
.careers-home .join .twelve-col {
  margin-bottom: 0; }
  .careers-home .join .twelve-col h2 {
    margin-bottom: 0; }
.careers-home .join h4 {
  border-top: 1px dotted #aea79f;
  padding-top: 20px;
  margin-bottom: 0.75em; }
  .careers-home .join h4 a {
    font-weight: 300; }
.careers-home .join .portrait {
  margin-bottom: 15px;
  width: 33%;
  max-width: 180px;
  float: left;
  margin-right: 10px; }
.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;
  padding-left: 25px;
  font-size: 0.875em;
  height: 30px;
  margin-bottom: 0;
  padding-top: 2px; }
.careers-home .join .vacancies {
  margin-bottom: 10px; }
.careers-home .join .small-menu {
  margin-top: 20px; }
.careers-home .join ul {
  margin-left: 0; }
.careers-home .profile {
  border-top: 1px dotted #aea79f;
  padding-top: 20px;
  margin-top: 0; }
.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; }

html.opera-mini body.careers-home .see-all,
html.no-svg body.careers-home .see-all {
  background-image: url('/static/img/icons/image-careers-icon-list.png'); }
html.opera-mini body.careers-home .search,
html.no-svg body.careers-home .search {
  background-image: url('/static/img/icons/image-careers-icon-search.png'); }

@media only screen and (min-width : 768px) {
  .careers-home #main-content .row-hero .inner-wrapper {
    overflow: hidden;
    background-image: url('/static/img/careers/hero-careers-medium.png');
    background-repeat: no-repeat;
    background-position: 100% -40px;
    background-size: 45%; }
    .careers-home #main-content .row-hero .inner-wrapper img {
      display: none; }
    .careers-home #main-content .row-hero .inner-wrapper .intro {
      margin-bottom: 40px; }

  .careers-home .join .twelve-col {
    margin-bottom: 20px; }
    .careers-home .join .twelve-col h2 {
      margin-bottom: 0.5em; }
  .careers-home .join .pull-quote {
    width: 80%;
    margin-left: 40px; }
  .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;
    padding-top: 0;
    line-height: 1.5; }
  .careers-home .join .small-menu {
    display: none; }
  .careers-home .join .name {
    background-image: url('/static/img/icons/image-careers-icon-name.svg');
    font-weight: normal; }
  .careers-home .join .role {
    background-image: url('/static/img/icons/image-careers-icon-role.svg'); }
  .careers-home .join .location {
    background-image: url('/static/img/icons/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 #main-content .row-hero {
    background-image: url('/static/img/careers/image-careers.png');
    background-repeat: no-repeat;
    background-position: center -40px;
    margin-top: 0;
    padding-top: 40px; }
    .careers-home #main-content .row-hero .see-all {
      background-position: left 4px; }
    .careers-home #main-content .row-hero .inner-wrapper {
      background: none;
      padding-top: 40px; }
    .careers-home #main-content .row-hero img {
      position: absolute;
      top: -70px;
      max-width: none; }
  .careers-home .search,
  .careers-home .see-all {
    background-position: left center; }

  html.yui3-js-enabled #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: white; }

/* Cloud-specific */
.careers-cloud-vacancies .row-hero .last-col {
  padding-top: 20px;
  padding-left: 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 {
    width: 50px;
    margin-right: 10px;
    float: left; }
  body.projects-home .row-project li img.large {
    display: none; }
  body.projects-home .row-project li h3 {
    color: #333333;
    font-size: 18px;
    background-repeat: no-repeat;
    padding: 10px 0;
    -moz-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px; }
  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('/static/img/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('/static/img/arrow_up.svg');
  background-position: 0 0; }
body.projects-home .row-contextual-footer {
  border-top: 1px dotted #aea79f;
  margin-top: 20px; }

.yui3-js-enabled body.projects-home .row-project li div {
  display: block;
  transition: all .3s ease-in-out;
  opacity: 0;
  height: 0;
  overflow: hidden; }
.yui3-js-enabled 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; }

  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;
    /*
    .project-ubuntu h3 {
    	background-image: url('/static/img/projects/image-project-ubuntu.png');
    	padding-top: 222px;
    }
    .project-mir h3 {
    	background-image: url('/static/img/projects/image-project-mir.png');
    	padding-top: 274px;
    }
    .project-maas h3 {
    	background-image: url('/static/img/projects/image-project-maas.png');
    	padding-top: 223px;
    }
    .project-upstart h3 {
    	background-image: url('/static/img/projects/image-project-upstart.png');
    	padding-top: 223px;
    }
    .project-juju h3 {
    	background-image: url('/static/img/projects/image-project-juju.png');
    	padding-top: 262px;
    }
    .project-open-input-framework h3 {
    	background-image: url('/static/img/projects/image-project-open-input-framework.png');
    	padding-top: 222px;
    }
    .project-bazaar h3 {
    	background-image: url('/static/img/projects/image-project-bazaar.png');
    	padding-top: 273px;
    }
    .project-openstack h3 {
    	background-image: url('/static/img/projects/image-project-openstack.png');
    	padding-top: 214px;
    }
    .project-ubuntu-sdk h3 {
    	background-image: url('/static/img/projects/image-project-ubuntu-sdk.png');
    	padding-top: 274px;
    }
    .project-launchpad h3 {
    	background-image: url('/static/img/projects/image-project-launchpad.png');
    	padding-top: 223px;
    }
    .project-debian h3 {
    	background-image: url('/static/img/projects/image-project-debian.png');
    	padding-top: 310px;
    }
    .project-cloud-init h3 {
    	background-image: url('/static/img/projects/image-project-cloud-init.png');
    	padding-top: 221px;
    }
    .project-unity h3 {
    	background-image: url('/static/img/projects/image-project-unity.png');
    	padding-top: 274px;
    }*/ }
    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('/static/img/taleo/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('/static/img/taleo/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('/static/img/pictograms/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('/static/img/taleo/image-taleo.png') no-repeat 500px top;
    height: 300px; } }
/* END Taleo
-------------------------------------------------------------- */
/* @section logos
-------------------------------------------------------------- */
ul.inline-logos li img {
  height: auto;
  max-width: 230px;
  max-height: 65px; }

/* @section box-white 
------------------------------------------------------------- */
.box-white {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #333;
  padding: 1.333em 20px; }

html, body {
  height: 100%; }

html {
  background: url('/static/img/backgrounds/image-background-paper.png') repeat-y fixed center top #f1f1f1;
  -webkit-transition: background-position 100 ease;
  -moz-transition: background-position 100 ease;
  -o-transition: background-position 100 ease;
  transition: background-position 100 ease; }

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

table td,
table th {
  background: white; }

header.banner .nav-primary.active {
  border-bottom: 0; }

/*
	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"; } }
	/* Smartphones (portrait and landscape) -----------
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body {
			padding: 0;
			margin: 0;
			width: 320px; }
		}

	iPads (portrait and landscape) ----------
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body {
			width: 495px;
		}
	} */
.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; }

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

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 {
  background: #772953;
  -moz-box-shadow: inset 0 2px 2px -2px #5c2040;
  -webkit-box-shadow: inset 0 2px 2px -2px #5c2040;
  box-shadow: inset 0 2px 2px -2px #5c2040;
  float: none;
  margin: 0 auto; }
  header.banner .nav-primary.nav-right .logo-ubuntu {
    -moz-background-size: 130px 19px;
    -webkit-background-size: 130px 19px;
    -o-background-size: 130px 19px;
    background-size: 130px 19px;
    background-image: url('/static/img/logos/logo.svg');
    background-position: 0 15px;
    background-repeat: no-repeat;
    min-width: 156px;
    padding-top: 10px; }
  header.banner .nav-primary ul li:nth-last-child(-n+2) a:link,
  header.banner .nav-primary ul li:nth-last-child(-n+2) a:visited {
    border-bottom: 1px solid #d4d7d4; }
  header.banner nav ul {
    background-color: #f0f0f0;
    display: none;
    float: left; }
    header.banner nav ul li {
      width: 100%; }

html.opera-mini header.banner .logo-ubuntu,
html.no-svg header.banner .logo-ubuntu {
  background-image: url('/static/img/logos/logo-canonical-white.png'); }

@media only screen and (max-width : 768px) {
  header.banner .nav-primary {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    padding-left: 0; }

  header.banner .nav-primary.active {
    box-shadow: 0 1px 2px 1px rgba(120, 120, 120, 0.2);
    padding: 0; }

  header nav ul.active {
    display: block; }

  header.banner .nav-primary ul {
    position: relative;
    width: 100%; }

  header.banner .nav-primary ul li,
  header.banner .nav-primary ul li a:link,
  header.banner .nav-primary ul li a:visited,
  header.banner .nav-primary ul li a:active {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }

  header.banner .nav-primary ul li a:link,
  header.banner .nav-primary ul li a:visited,
  header.banner .nav-primary ul li a:hover,
  header.banner .nav-primary ul li a:active {
    border-bottom: 1px solid #d4d7d4;
    font-size: 1em;
    color: #333333;
    background-color: #f0f0f0; }

  header.banner .nav-primary ul li a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #d0d0d0; }

  header.banner .nav-primary ul li a.active {
    background-color: #dddddd; }

  header.banner .nav-primary ul li {
    border-bottom: 1px solid #f2f2f4;
    font-size: 16px; }

  header.banner .nav-primary ul li:last-child {
    border: 0; }

  header.banner nav.nav-primary ul li a:link,
  header.banner .nav-primary ul li a:visited,
  header.banner .nav-primary ul li a:hover,
  header.banner .nav-primary ul li a:active {
    padding: 8px 10px;
    text-align: left; } }
header.banner .nav-toggle {
  -moz-background-size: 25px auto;
  -webkit-background-size: 25px auto;
  -o-background-size: 25px auto;
  background-size: 25px auto;
  background-image: url('/static/img/icons/navigation-menu-plain.svg');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 48px;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  width: 48px; }

header.banner .no-script {
  display: none; }

.opera-mini header.banner .nav-toggle,
.no-svg header.banner .nav-toggle {
  background-image: url('/static/img/icons/navigation-menu-plain.png'); }

html.no-js .no-script,
html.opera-mini .no-script {
  display: block; }

/* Menu breakpoint
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
  html.no-js .no-script,
  html.opera-mini .no-script,
  #menu {
    display: none; }

  header.banner nav.nav-primary ul {
    border-right: 1px solid #9d366d;
    display: block;
    background-color: transparent;
    width: auto;
    padding: 0; }
    header.banner nav.nav-primary ul li {
      border-right: 1px solid #642246;
      border: 0;
      font-size: 14px;
      width: auto; }
      header.banner nav.nav-primary ul li a.active {
        background: #5c2040; }
      header.banner nav.nav-primary ul li:last-child {
        border-right: 0;
        border-left: 0; }
      header.banner nav.nav-primary ul li a:link, header.banner nav.nav-primary ul li a:visited {
        background: transparent;
        border-right: 1px solid #642246;
        border-left: 1px solid #923266;
        border-bottom: 0;
        color: #fff;
        font-weight: 400;
        padding: 12px 14px 14px; }
      header.banner nav.nav-primary ul li a:hover {
        background: #923266;
        border-right: 1px solid #923266; }

  /* end nav-primary */
  header.banner nav.nav-primary ul li:nth-last-child(-n+2) a:link,
  header.banner nav.nav-primary ul li:nth-last-child(-n+2) a:visited {
    border-bottom: 0; }

  body header.banner nav.nav-primary li a.active {
    background: #5c2040; }

  header.banner .logo {
    border-right: 1px solid #642246; } }
.opera-mini header.banner .logo-ubuntu,
.no-svg header.banner .logo-ubuntu {
  background-image: url('/static/img/logos/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 homepage
-------------------------------------------------------------- */
/* @section homepage takeovers
-------------------------------------------------------------- */
body.contributor-license-agreement .onstate-c,
body.contributor-license-agreement .onstate-d {
  display: block; }
body.contributor-license-agreement .offstate-c,
body.contributor-license-agreement .offstate-d {
  display: none; }

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

footer.global a {
  color: #333333; }

footer.global .legal {
  background-image: none; }

footer.global .legal.has-cookie {
  /* if the cookie message is being displayed add padding so the legal links are still visible */
  padding-bottom: 70px; }

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

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

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

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

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

footer.global .list-social li {
  width: 45px;
  height: 45px;
  text-indent: -999em;
  display: inline-block;
  margin-right: 20px; }
  footer.global .list-social li a {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden; }
  footer.global .list-social li a {
    background-image: url('/static/img/icons/icon-social.svg');
    background-repeat: no-repeat; }
  footer.global .list-social li a#item-twitter {
    background-position: 0 0; }
  footer.global .list-social li a#item-google {
    background-position: -45px 0; }
  footer.global .list-social li a#item-facebook {
    background-position: -90.5px 0; }
  footer.global .list-social li a#item-canonical {
    background-position: -135px 0; }
  footer.global .list-social li a#item-twitter:hover {
    background-position: 0 -45px; }
  footer.global .list-social li a#item-google:hover {
    background-position: -45px -45px; }
  footer.global .list-social li a#item-facebook:hover {
    background-position: -90.5px -45px; }
  footer.global .list-social li a#item-canonical:hover {
    background-position: -135px -45px; }

html.opera-mini footer.global .list-social li a#item-twitter,
html.no-svg footer.global .list-social li a#item-twitter {
  background-image: url('/static/img/icons/icon-social-twitter.png'); }
html.opera-mini footer.global .list-social li a#item-google,
html.no-svg footer.global .list-social li a#item-google {
  background-image: url('/static/img/icons/icon-social-google.png'); }
html.opera-mini footer.global .list-social li a#item-facebook,
html.no-svg footer.global .list-social li a#item-facebook {
  background-image: url('/static/img/icons/icon-social-facebook.png'); }
html.opera-mini footer.global .list-social li a#item-canonical,
html.no-svg footer.global .list-social li a#item-canonical {
  background-image: url('/static/img/icons/icon-social-rss.png'); }
html.opera-mini footer.global .list-social li a#item-twitter:hover,
html.no-svg footer.global .list-social li a#item-twitter:hover {
  background-image: url('/static/img/icons/icon-social-twitter-selected.png'); }
html.opera-mini footer.global .list-social li a#item-google:hover,
html.no-svg footer.global .list-social li a#item-google:hover {
  background-image: url('/static/img/icons/icon-social-google-selected.png'); }
html.opera-mini footer.global .list-social li a#item-facebook:hover,
html.no-svg footer.global .list-social li a#item-facebook:hover {
  background-image: url('/static/img/icons/icon-social-facebook-selected.png'); }
html.opera-mini footer.global .list-social li a#item-canonical:hover,
html.no-svg footer.global .list-social li a#item-canonical:hover {
  background-image: url('/static/img/icons/icon-social-rss-selected.png'); }

html.opera-mini footer #nav-global h2:before,
html.opera-mini footer #additional-info h2:before,
html.no-svg footer #nav-global h2:before,
html.no-svg footer #additional-info h2:before {
  background-image: url('/static/img/external-link.png'); }

/* @section forms
-------------------------------------------------------------- */
form fieldset {
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 20px; }

form fieldset legend {
  font-weight: normal; }

form fieldset input[type="text"],
form fieldset textarea {
  border-color: #c2bdb7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1em;
  padding: .5em;
  float: none; }

form fieldset input[type="text"]:focus,
form fieldset select:focus {
  border: 1px solid #000; }

form fieldset select {
  border: 1px solid #c2bdb7;
  font-size: 1em;
  font-family: ubuntu, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 15em; }

form fieldset h3 {
  margin-bottom: 20px; }

/* end forms
-------------------------------------------------------------- */
ol.connected-list li:after {
  top: 86%;
  left: 81%;
  width: 200px;
  -ms-transform: rotate(117deg);
  -webkit-transform: rotate(117deg);
  transform: rotate(117deg);
  z-index: 0; }
ol.connected-list li:nth-child(2):after {
  width: 230px;
  left: -31%;
  -ms-transform: rotate(-110deg);
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg); }

/* end ol.connected-list */
.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('/static/img/external-link-orange.svg'), none;
  background-position: right 1px;
  background-repeat: no-repeat; }

.opera-mini .external,
.no-svg .external {
  background-image: url('/static/img/external-link-orange.png'); }

.row-companies {
  /* GB: Need to rename this it's pants */ }
  .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;
    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; } }
/* Spinner
--------------------------------------------------------------*/
.spinner {
  margin: 40px auto;
  width: 70px;
  text-align: center; }
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #aea79f;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }

  40% {
    transform: scale(1); } }

html.no-js #spinner {
  display: none; }

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

footer a:link {
  color: #333333; }

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

/* @section Tabbed menu in accordion mode (TODO: WIP)
-------------------------------------------------------------- */
html.yui3-js-enabled .tabbed-menu {
  display: none; }
html.yui3-js-enabled .arrow {
  display: none;
  visibility: hidden;
  position: absolute; }
html.yui3-js-enabled .tabbed-content {
  padding: 8px 8px 0;
  margin-bottom: 8px; }
  html.yui3-js-enabled .tabbed-content.hide {
    display: block;
    opacity: 1 !important; }
  html.yui3-js-enabled .tabbed-content .title {
    display: none; }
  html.yui3-js-enabled .tabbed-content div {
    display: none; }
  html.yui3-js-enabled .tabbed-content .accordion-button {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #333333;
    padding-top: 2px;
    background: url('/static/img/icons/icon-arrow-down.svg') no-repeat scroll right 3px #f7f7f7; }
  html.yui3-js-enabled .tabbed-content.open .accordion-button {
    background-image: url('/static/img/icons/icon-arrow-up.svg');
    margin-bottom: 10px; }
  html.yui3-js-enabled .tabbed-content.open div {
    display: block; }
html.yui3-js-enabled html.yui3-js-enabled.opera-mini .tabbed-content .accordion-button,
html.yui3-js-enabled html.yui3-js-enabled.no-svg .tabbed-content .accordion-button {
  background-image: url('/static/img/icons/icon-arrow-right.png'); }
html.yui3-js-enabled html.yui3-js-enabled.opera-mini .tabbed-content.open .accordion-button,
html.yui3-js-enabled html.yui3-js-enabled.no-svg .tabbed-content.open .accordion-button {
  background-image: url('/static/img/icons/icon-arrow-up.png'); }
@media only screen and (min-width : 768px) {
  html.yui3-js-enabled .tabbed-menu {
    display: block; }
  html.yui3-js-enabled .tabbed-content {
    padding: 40px;
    margin-bottom: 20px; }
    html.yui3-js-enabled .tabbed-content.hide {
      display: none;
      opacity: 0 !important; }
    html.yui3-js-enabled .tabbed-content .title {
      display: block; }
    html.yui3-js-enabled .tabbed-content div {
      display: block; }
    html.yui3-js-enabled .tabbed-content .vertical-divider div {
      display: table-cell; }
    html.yui3-js-enabled .tabbed-content .accordion-button {
      display: none; } }
html.yui3-js-enabled .accordion-button.active {
  background-color: transparent; }

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

html.opera-mini .tabbed-content .accordion-button,
html.no-svg .tabbed-content .accordion-button {
  background-image: url('/static/img/arrow_down_9fa097.png'); }
html.opera-mini .tabbed-content.open .accordion-button,
html.no-svg .tabbed-content.open .accordion-button {
  background-image: url('/static/img/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('/static/img/icons/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('/static/img/icons/close.png'); }

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

.strip-dark {
  background-color: #2c001e;
  background-image: url('/static/img/backgrounds/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('/static/img/icons/list-icon-background.png');
  background-repeat: no-repeat;
  display: block;
  margin: 0 20px 20px 0;
  padding: 24px;
  float: left;
  width: 16px;
  height: 16px;
  -moz-background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  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('/static/img/icons/list-icon-background.png');
  padding: 24px;
  margin: 0 auto 48px; }

.strip-dark .connected-list li, .strip-light .connected-list li {
  margin-bottom: 20px;
  min-height: 52px; }

.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: 50px; }

.strip-dark ol.connected-list li p
.strip-dark ol.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 global nav
-------------------------------------------------------------- */
#nav-global {
  display: none; }

footer #nav-global {
  display: block; }

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

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

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

footer #nav-global h2 span {
  background-image: url('/static/img/arrow_down_9fa097.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  clear: none;
  display: inline-block;
  margin-left: 6px;
  float: none;
  height: 13px;
  width: 13px; }

footer #nav-global h2.active span {
  background-image: url('/static/img/arrow_up_9fa097.svg');
  background-position: 0 0; }

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

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

/* @section
-------------------------------------------------------------- */
.profile {
  /*		.pull-quote {
  		clear: both;
  	}*/ }
  .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('/static/img/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('/static/img/arrow_up_9fa097.png'); }
html.opera-mini footer #nav-global h2:before,
html.no-svg footer #nav-global h2:before {
  background-image: url('/static/img/external-link.png'); }
html.opera-mini #additional-info h2.active span,
html.no-svg #additional-info h2.active span {
  background-image: url('/static/img/arrow_up_9fa097.png'); }
html.opera-mini #additional-info h2 span,
html.no-svg #additional-info h2 span {
  background-image: url('/static/img/arrow_down_9fa097.png'); }

/* Medium / Tablet viewport
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
  body #nav-global li:first-of-type a {
    margin-left: 10px; }

  body {
    font-size: 15px; }

  .row {
    padding: 30px 30px 20px; }

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

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

  #nav-global {
    display: block; }

  footer #nav-global {
    display: none; }

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

  footer #nav-global .nav-global-wrapper ul {
    margin-left: 10px; }

  footer #nav-global .nav-global-wrapper ul ul {
    margin-left: 0; }

  .med-six-col .three-col {
    width: 48.93617%; }
  .med-six-col .three-col:nth-of-type(2n) {
    margin-right: 0; }

  .tabbed-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    display: block; }
    .tabbed-menu li a {
      margin-bottom: 20px; }
    .tabbed-menu a.active {
      color: #333333;
      font-weight: 400; }
    .tabbed-menu li {
      text-align: left;
      display: inline; }

  .accordion-button {
    display: none; }

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

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

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

  .yes-js #additional-info {
    margin-bottom: 0;
    margin-right: 0;
    min-height: inherit;
    padding: 0;
    width: 18%;
    float: right; }

  .yes-js #additional-info div {
    display: block;
    height: auto; }

  .yes-js #additional-info h2 {
    border: 0;
    margin: inherit;
    padding: inherit;
    padding-bottom: .75em;
    float: left;
    margin-left: 0;
    display: block;
    width: 100%;
    clear: both; }

  .yes-js #additional-info h2 span {
    display: none; }

  .pull-quote {
    padding-left: 0;
    font-size: 1em; }

  .row-contextual-footer .featured p {
    background: url('/static/img/pictograms/image-footer-ubuntu.svg');
    background-position: 100% 5px;
    background-repeat: no-repeat;
    font-size: 1.219em;
    /*1.25em;*/
    padding-right: 150px;
    min-height: 150px; }
  .row-contextual-footer .vertical-divider div {
    border-bottom: 0;
    margin-bottom: 20px; }

  .about .row-contextual-footer .featured p {
    background-image: url('/static/img/pictograms/image-footer-discussion.svg');
    background-position: 97% 5px; }

  .products .row-contextual-footer .featured p {
    background-image: url('/static/img/pictograms/image-footer-ubuntu.svg');
    background-position: 96% 5px; }

  .services .row-contextual-footer .featured p {
    background-image: url('/static/img/pictograms/image-footer-forum.svg'); }

  .partners .row-contextual-footer .featured p {
    background-image: url('/static/img/pictograms/image-footer-certification.svg');
    background-position: 96% 5px;
    padding-right: 140px; }

  .careers .row-contextual-footer .featured p {
    background-image: url('/static/img/pictograms/image-footer-search.svg');
    background-position: 96% 5px;
    padding-right: 140px;
    min-height: 115px; }

  .projects .row-contextual-footer .featured p {
    background-image: url('/static/img/pictograms/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('/static/img/pictograms/footer-ubuntu.png'); }
  html.opera-mini .about .row-contextual-footer .featured p,
  html.no-svg .about .row-contextual-footer .featured p {
    background-image: url('/static/img/pictograms/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('/static/img/pictograms/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('/static/img/pictograms/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('/static/img/pictograms/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('/static/img/pictograms/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('/static/img/pictograms/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: -0.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; }

  blockquote.pull-quote p span {
    top: 5px; }

  footer.global .legal.has-cookie {
    /* if the cookie message is being displayed add padding so the legal links are still visible */
    padding-bottom: 50px; }

  .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('/static/img/icons/image-careers-icon-name.svg');
    font-weight: normal; }
  .profile .role,
  .event-info .role {
    background-image: url('/static/img/icons/image-careers-icon-role.svg');
    font-weight: normal; }
  .profile .location,
  .event-info .location {
    background-image: url('/static/img/icons/image-careers-icon-location.svg');
    font-weight: normal; }
  .profile .event,
  .event-info .event {
    background-image: url('/static/img/icons/image-careers-icon-event.svg');
    font-weight: normal; }

  .event-info li {
    color: #aea79f; }
  .event-info .location {
    margin-top: 10px;
    background-image: url('/static/img/careers/gophercon/icon-location.svg'); }
  .event-info .event {
    background-image: url('/static/img/careers/gophercon/icon-event.svg'); }

  /* row-companies */
  .no-js .row-companies .list-auto li img {
    opacity: 1; }

  .yes-js .row-companies .list-auto li img {
    opacity: 0;
    -moz-transition: opacity 0.3s;
    /* Firefox 4 */
    -webkit-transition: opacity 0.3s;
    /* Safari and Chrome */
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; } }
/* @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; }

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

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

  .row {
    padding: 60px 40px 40px; }

  #nav-global li.more a {
    text-indent: 0;
    display: block; }

  /*header.banner {
    .logo-ubuntu {
    	background-position: 0 15px;
  	}
  }*/
  /* Fix column sizing - TODO: fix in guidelines */
  .three-col,
  .med-six-col .three-col {
    width: 23.30%; }

  .med-six-col .three-col:nth-of-type(2n) {
    margin-right: 20px; }
  .med-six-col .three-col.last-col {
    margin-right: 0; }

  .connected-list {
    position: relative; }
    .connected-list li img {
      z-index: 2;
      position: relative; }
    .connected-list li:after {
      content: " ";
      height: 4px;
      width: 250px;
      position: absolute;
      top: 60px;
      left: 99px;
      background-image: url('/static/img/image-list-stroke.svg');
      display: block;
      -ms-transform: rotate(14deg);
      -webkit-transform: rotate(14deg);
      transform: rotate(14deg); }
    .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; }

  /* get the desktop typography back in */
  h1 {
    font-size: 2.8125em;
    /*margin-bottom:.267em;*/ }

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

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

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

  h5 {
    font-size: 1em; }

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

  header.banner .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-dark,
  .strip-light,
  .strip {
    width: 100%;
    display: block; }

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

  /* heros */
  #main-content .row-hero .intro {
    font-size: 1.25em; }

  /* end #main-content .row-hero */
  .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 {
    /* GB: Need to rename this it's pants */ }
    .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; }

  footer.global .legal.has-cookie {
    /* if the cookie message is being displayed add padding so the legal links are still visible */
    padding-bottom: 30px; } }
@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, black 0%, transparent 100%);
        background: -webkit-linear-gradient(left, black 0%, transparent 100%);
        background: -o-linear-gradient(left, black 0%, transparent 100%);
        background: linear-gradient(left, black 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%, black 100%);
        background: -webkit-linear-gradient(left, transparent 0%, black 100%);
        background: -o-linear-gradient(left, transparent 0%, black 100%);
        background: linear-gradient(left, transparent 0%, black 100%);
        width: 15%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; } }
