
a, abbr, acronym, address, applet, article, aside, audio, b, big,
blockquote, body, canvas, caption, center, cite, code, del, details,
dfn, div, dl, em, embed, figcaption, figure, footer, form, h1, h2, h3,
h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label,
legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s,
samp, section, small, span, strike, strong, sub, summary, sup, table,
tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	background: #efefef;
	overflow-x: hidden;
}

body {
  background: #fff;
  overflow: hidden;
  color: #333;
  font-family: Ubuntu, Arial, "libra sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
ol, ul {
  margin-left: 20px;
  margin-bottom: 1.538em;
}
nav ol, nav ul {
  list-style: none;
  list-style-image: none;
}
blockquote, q {
  quotes: none;
}
blockquote {
  margin: 28px 20px;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}
.right { float: right; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}
legend {
  border: 0;
  *margin-left: -7px;
}
figure {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  border: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
}
button, input[type="button"], input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
ins {
  background: #fffbeb;
  text-decoration: none;
}
small {
  font-size: 75%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.wrapper {
  margin: 0 auto;
  text-align: left;
  position: relative;
  max-width: 1050px;
  padding: 0 30px;
}

.inner-wrapper {
  clear: both;
  display: block;
  position: relative;
  max-width: 1050px;
  float: left;
  overflow: hidden;
}

.row {
  clear: both;
  float: left;
  margin: 0 0 1.538em;
  width: 100%;
  position: relative;
}
.row-box-alt {
  margin-bottom: 0;
}
.container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}
.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
	clear: none;
	display: inline;
	float: left;
	margin-right: 2.85715%;
	padding: 0;
	position: relative;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
 .one-col {
	width: 5.71428%;
}
.two-col {
	width: 14.28571%;
}
.three-col {
	width: 22.85714%;
}
.four-col {
	width: 31.42857%;
}
.five-col {
	width: 40%;
}
.six-col {
	width: 48.57142%;
}
.seven-col {
	width: 57.14285%;
}
.eight-col {
	width: 65.71428%;
}
.nine-col {
	width: 74.28571%;
}
.ten-col {
	width: 82.85714%;
}
.eleven-col {
	width: 91.42857%;
}
.twelve-col {
	width: 100%;
	margin-right: 0;
}
 .twelve-col .one-col {
	width: 5.71428%;
	margin-right: 2.85714%;
}
.twelve-col .two-col {
	width: 14.28571%;
	margin-right: 2.85714%;
}
.twelve-col .three-col {
	width: 22.85714%;
	margin-right: 2.85714%;
}
.twelve-col .four-col {
	width: 31.42857%;
	margin-right: 2.85714%;
}
.twelve-col .five-col {
	width: 40%;
	margin-right: 2.85714%;
}
.twelve-col .six-col {
	width: 48.57142%;
	margin-right: 2.85714%;
}
.twelve-col .seven-col {
	width: 57.14285%;
	margin-right: 2.85714%;
}
.twelve-col .eight-col {
	width: 65.71428%;
	margin-right: 2.85714%;
}
.twelve-col .nine-col {
	width: 74.28571%;
	margin-right: 2.85714%;
}
.twelve-col .ten-col {
	width: 82.85714%;
	margin-right: 2.85714%;
}
.twelve-col .eleven-col {
	width: 91.42857%;
	margin-right: 2.85714%;
}
.twelve-col .twelve-col {
	width: 100%;
	margin-right: 0;
}
.eleven-col .one-col {
	width: 6.25%;
	margin-right: 3.125%;
}
.eleven-col .two-col {
	width: 15.625%;
	margin-right: 3.125%;
}
.eleven-col .three-col {
	width: 25%;
	margin-right: 3.125%;
}
.eleven-col .four-col {
	width: 34.375%;
	margin-right: 3.125%;
}
.eleven-col .five-col {
	width: 43.75%;
	margin-right: 3.125%;
}
.eleven-col .six-col {
	width: 53.125%;
	margin-right: 3.125%;
}
.eleven-col .seven-col {
	width: 62.5%;
	margin-right: 3.125%;
}
.eleven-col .eight-col {
	width: 71.875%;
	margin-right: 3.125%;
}
.eleven-col .nine-col {
	width: 81.25%;
	margin-right: 3.125%;
}
.eleven-col .ten-col {
	width: 90.625%;
	margin-right: 3.125%;
}
.eleven-col .eleven-col {
	width: 100%;
	margin-right: 0;
}
.ten-col .one-col {
	width: 6.89655%;
	margin-right: 3.44827%;
}
.ten-col .two-col {
	width: 17.24137%;
	margin-right: 3.44827%;
}
.ten-col .three-col {
	width: 27.5862%;
	margin-right: 3.44827%;
}
.ten-col .four-col {
	width: 37.93103%;
	margin-right: 3.44827%;
}
.ten-col .five-col {
	width: 48.27586%;
	margin-right: 3.44827%;
}
.ten-col .six-col {
	width: 58.62068%;
	margin-right: 3.44827%;
}
.ten-col .seven-col {
	width: 68.96551%;
	margin-right: 3.44827%;
}
.ten-col .eight-col {
	width: 79.31034%;
	margin-right: 3.44827%;
}
.ten-col .nine-col {
	width: 89.65517%;
	margin-right: 3.44827%;
}
.ten-col .ten-col {
	width: 100%;
	margin-right: 0;
}
.nine-col .one-col {
	width: 7.6923%;
	margin-right: 3.84615%;
}
.nine-col .two-col {
	width: 19.23076%;
	margin-right: 3.84615%;
}
.nine-col .three-col {
	width: 30.76923%;
	margin-right: 3.84615%;
}
.nine-col .four-col {
	width: 42.30769%;
	margin-right: 3.84615%;
}
.nine-col .five-col {
	width: 53.84615%;
	margin-right: 3.84615%;
}
.nine-col .six-col {
	width: 65.38461%;
	margin-right: 3.84615%;
}
.nine-col .seven-col {
	width: 76.92307%;
	margin-right: 3.84615%;
}
.nine-col .eight-col {
	width: 88.46153%;
	margin-right: 3.84615%;
}
.nine-col .nine-col {
	width: 100%;
	margin-right: 0;
}
.eight-col .one-col {
	width: 8.69565%;
	margin-right: 4.34782%;
}
.eight-col .two-col {
	width: 21.73913%;
	margin-right: 4.34782%;
}
.eight-col .three-col {
	width: 34.7826%;
	margin-right: 4.34782%;
}
.eight-col .four-col {
	width: 47.82608%;
	margin-right: 4.34782%;
}
.eight-col .five-col {
	width: 60.86956%;
	margin-right: 4.34782%;
}
.eight-col .six-col {
	width: 73.91304%;
	margin-right: 4.34782%;
}
.eight-col .seven-col {
	width: 86.95652%;
	margin-right: 4.34782%;
}
.eight-col .eight-col {
	width: 100%;
	margin-right: 0;
}
.seven-col .one-col {
	width: 10%;
	margin-right: 5%;
}
.seven-col .two-col {
	width: 25%;
	margin-right: 5%;
}
.seven-col .three-col {
	width: 40%;
	margin-right: 5%;
}
.seven-col .four-col {
	width: 55%;
	margin-right: 5%;
}
.seven-col .five-col {
	width: 70%;
	margin-right: 5%;
}
.seven-col .six-col {
	width: 85%;
	margin-right: 5%;
}
.seven-col .seven-col {
	width: 100%;
	margin-right: 0;
}
.six-col .one-col {
	width: 11.7647%;
	margin-right: 5.88235%;
}
.six-col .two-col {
	width: 29.41176%;
	margin-right: 5.88235%;
}
.six-col .three-col {
	width: 47.05882%;
	margin-right: 5.88235%;
}
.six-col .four-col {
	width: 64.70588%;
	margin-right: 5.88235%;
}
.six-col .five-col {
	width: 82.35294%;
	margin-right: 5.88235%;
}
.six-col .six-col {
	width: 100%;
	margin-right: 0;
}
.five-col .one-col {
	width: 14.28571%;
	margin-right: 7.14285%;
}
.five-col .two-col {
	width: 35.71428%;
	margin-right: 7.14285%;
}
.five-col .three-col {
	width: 57.14285%;
	margin-right: 7.14285%;
}
.five-col .four-col {
	width: 78.57142%;
	margin-right: 7.14285%;
}
.five-col .five-col {
	width: 100%;
	margin-right: 0;
}
.four-col .one-col {
	width: 18.18181%;
	margin-right: 9.0909%;
}
.four-col .two-col {
	width: 45.45454%;
	margin-right: 9.0909%;
}
.four-col .three-col {
	width: 72.72727%;
	margin-right: 9.0909%;
}
.four-col .four-col {
	width: 100%;
	margin-right: 0;
}
.three-col .one-col {
	width: 25%;
	margin-right: 12.5%;
}
.three-col .two-col {
	width: 62.5%;
	margin-right: 12.5%;
}
.three-col .three-col {
	width: 100%;
	margin-right: 0;
}
.two-col .one-col {
	width: 40%;
	margin-right: 20%;
}
.two-col .two-col {
	width: 100%;
	margin-right: 0;
}
.one-col .one-col {
	width: 100%;
	margin-right: 0;
}
 .twelve-col .last-col {
	margin-right: 0;
}
.eleven-col .last-col {
	margin-right: 0;
}
.ten-col .last-col {
	margin-right: 0;
}
.nine-col .last-col {
	margin-right: 0;
}
.eight-col .last-col {
	margin-right: 0;
}
.seven-col .last-col {
	margin-right: 0;
}
.six-col .last-col {
	margin-right: 0;
}
.five-col .last-col {
	margin-right: 0;
}
.four-col .last-col {
	margin-right: 0;
}
.three-col .last-col {
	margin-right: 0;
}
.two-col .last-col {
	margin-right: 0;
}
.one-col .last-col {
	margin-right: 0;
}

.prefix-two {
	margin-left: 17.14286%;
}

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clear {
  clear: both;
}
.clearfix {
  display: block;
}
.last-col {
	margin-right: 0;
}
#main-content abbr, #main-content acronym {
  border-bottom: none;
  cursor: text;
}
#main-content a abbr, #main-content a acronym {
  cursor: pointer;
}
a:link, a:visited {
  color: #dd4814;
  text-decoration: none;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
a:active, a:focus, a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4 {
  font-family: Ubuntu, Arial, "libra sans", sans-serif;
  line-height: 1.3;
  font-weight: 300;
}
h1 {
  font-size: 2.8125em;
  margin-bottom: 0.333em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.375em;
}
.four-col h2, .three-col h2, .two-col h2 {
  font-size: 1.563em;
  margin-bottom: 0.48em;
}
ol + h2, p + h2, ul + h2 {
  margin-top: 0.863em;
}
h3 {
  font-size: 1.563em;
  margin-bottom: 0.48em;
}
.four-col h3 {
  font-size: 1.313em;
  margin-bottom: 0.571em;
}
ol + h3, p + h3, ul + h3 {
  margin-top: 1em;
}
h4 {
  font-size: 1.313em;
  margin-bottom: 0.571em;
}
ol + h4, p + h4, ul + h4 {
  margin-top: 1.313em;
}
h5 {
  font-size: 1em;
  margin-bottom: 0.75em;
}
code, li, p, pre {
  line-height: 1.6;
}
p {
  font-size: 1em;
  margin-bottom: 0.75em;
}
li {
  margin-bottom: .769em;
}
code, pre {
  font-family: "Ubuntu Monospace", "Ubuntu Mono Regular", "Lucida Console", "Monaco",
    "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier,
    monospace;
  font-size: .8em;
}
code {
  padding: .25em;
  display: inline;
}
.no-bullets {
  list-style: none;
  margin-left: 0;
}
.inline li {
  display: inline;
  list-style: none;
  margin-left: 0;
}
.inline-icons li, .inline-items li {
  margin-right: 0.625em;
}
.inline-icons img {
  vertical-align: middle;
}
.left {
  float: left;
}
.right {
  float: right;
}
.accessibility-aid, .off-left {
  position: absolute;
  left: -999em;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.middle {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.middle img {
  vertical-align: middle;
  margin-top: 4em;
}
img.left {
  margin-right: 1.25em;
}
img.right {
  margin-left: 1.25em;
}
.no-margin {
  margin: 0;
}
.note {
  font-size: 0.875em;
  margin-bottom: 0.857em;
  color: #aea79f;
}
header.banner {
	background: #f12d00 url(../img/header_b.png) -20% 100% repeat-x;
	position: relative;
	z-index: 999;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 5.625em;
		-webkit-box-shadow: 0 0 4px #999;
		-moz-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
}

.page-team header.banner, .author header.banner {
	margin-bottom: 2.75em;
}

header.banner .header-inner {
	margin: 0 auto;
	max-width: 1050px;
	padding: 0 30px;
	position: relative;
}

header.banner .nav-primary {
  margin: 0;
  padding: 0;
  max-width: 48.75em;
}

header.banner .nav-primary ul {
  margin: 0;
  position: relative;
}

header.banner .nav-primary ul ul {
		-moz-box-shadow:
			0 2px 2px 0 #aaa,
			inset 0 2px 2px 0 #d5d5d5;
		-webkit-box-shadow:
			0 2px 2px 0 #aaa,
			inset 0 2px 2px 0 #d5d5d5;
	box-shadow:
		0 2px 2px 0 #aaa,
		inset 0 2px 2px 0 #d5d5d5;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -999em;
	background: #fff;
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #fff;
}

header.banner .nav-primary ul ul li {
	clear: both;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

header.banner .nav-primary #nav-topics:hover ul {
	background: #fff;
	color: #333;
	top: 48px;
	z-index: 999;
}

header.banner .nav-primary li.last-item {
	font-size: .8125em; /* 13px */
	position: absolute;
	right: -30px;
}

header.banner .nav-primary li {
  font-size: 1em;
  float: left;
  list-style-image: none;
  margin: 0;
  text-indent: 0;
  vertical-align: bottom;
}

header.banner .nav-primary li a:link,
header.banner .nav-primary li a:visited {
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 16px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 999;
  background: none;
}

header.banner .nav-primary ul ul li a:link,
header.banner .nav-primary ul ul li a:visited {
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	color: #333;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	transition-duration: .5s;
	z-index: 1;
}

header.banner .nav-primary li a:hover,
header.banner .nav-primary li.current a,
body.category header.banner .nav-primary li#nav-topics a,
body.tag header.banner .nav-primary li#nav-topics a,
body.page-team header.banner .nav-primary li#nav-team a,
body.page-archives header.banner .nav-primary li#nav-archives a {
    -moz-box-shadow:
        inset 5px 0 5px -5px rgba(131,45,18,.7),
        inset -5px 0 5px -5px rgba(131,45,18,.7);
    -webkit-box-shadow:
    	inset 5px 0 5px -5px rgba(131,45,18,.7),
        inset -5px 0 5px -5px rgba(131,45,18,.7);
    box-shadow:
    	inset 5px 0 5px -5px rgba(131,45,18,.7),
    	inset -5px 0 5px -5px rgba(131,45,18,.7);
    background: rgba(143,32,0,.2);
    position: relative;
}

header.banner .nav-primary li#nav-topics a:link,
header.banner .nav-primary li#nav-topics a:visited,
body.category header.banner .nav-primary li#nav-topics a,
body.tag header.banner .nav-primary li#nav-topics a {
	background-image: url(../img/main-nav-arrow.png);
	background-position: 82% 54%;
	background-repeat: no-repeat;
	padding-right: 30px;
}

body.tag header.banner .nav-primary li#nav-topics ul li a,
body.category header.banner .nav-primary li#nav-topics ul li a {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

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

header.banner h2 {
  font-size: 1.563em;
  margin-bottom: 0.48em;
  display: block;
  left: 4px;
  margin-bottom: 0;
  position: relative;
  text-transform: lowercase;
  top: 14px;
}
header.banner a, header.banner h2 a:link, header.banner h2 a:visited {
  color: #fff;
  float: left;
  text-decoration: none;
}

header.banner .logo {
	padding-top: 10px;
	font-size: 18px;
	text-transform: lowercase;
	right: 0;
	text-indent: -999em;
	text-align: right;
	position: relative;
	float: right;
	width: 160px;
}

header.banner .logo a {
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: 100px 24px;
	width: 160px;
	position: relative;
	display: block;
	height: 24px;
	padding-top: 6px;
}

header.banner .logo span {
	position: absolute;
	left: -999em;
}


/*header.banner .logo img {
	background-size: 100px 24px;
	background: url(../img/logo.png);
	height: 24px;
	position: relative;
	vertical-align: bottom;
	width: 100px;
}*/

.inner-wrapper {
  margin-bottom: 10px;
  margin-top: -90px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
footer {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-color: #efefef;
  padding: 0 10px 20px;
  clear: both;
}
footer nav {
  padding: 0 10px;
}
footer h2 {
  font-size: 0.813em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #333333;
  font-weight: bold;
  line-height: 1.4;
}
footer .two-col h2 {
  font-size: 0.813em;
  margin-bottom: 0.923em;
}
footer h2, footer h2 a:link, footer h2 a:visited {
  color: #333333;
}
footer ul {
  margin: 0;
}
footer nav ul li li {
  line-height: 1.2;
  margin-bottom: 0;
}
footer ul li li a:link, footer ul li li a:visited {
  font-size: 1em
  margin-bottom: 0.857em;
  color: #333333;
};
footer h2 a:active, footer h2 a:hover, footer ul li li a:active,
footer ul li li a:hover {
  color: #dd4814;
  text-decoration: underline;
}
footer p {
  color: #333;
  font-size: 16px;
}
form fieldset {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #EFEEEC;
  border: 0;
  margin-bottom: 8px;
  padding: 15px 20px 15px 94px;
}
form label {
  cursor: pointer;
  display: block;
  margin-bottom: 4px;
}
form ul {
  margin-left: 0;
}
form li {
  list-style: none outside none;
  margin-top: 14px;
}
table {
  width: 100%;
  margin: 0 0 2.5em 0;
}
td, th {
  border: 1px dotted #aea79f;
  padding: 6px 10px;
}
td {
  text-align: center;
  vertical-align: middle;
}
table.highlight {
	margin-bottom: 0;
}
table.highlight td {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.6;
	border: 0;
}
.row-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f7f7f7;
  margin-bottom: 1.538em;
}
.audience-consumer .inner-wrapper {
  background: #fff;
}
.audience-consumer .main-content, .audience-consumer .row-box {
  color: #333333;
}
.audience-enterprise .inner-wrapper {
  background: #2c001e;
  color: #fff;
}
.audience-enterprise .row-box {
  background: #fff;
  color: #333333;
}
.row-enterprise, .row-enterprise .box {
  background: #772953;
  color: #fff;
}
.row-enterprise a {
  color: #fff;
}
.audience-consumer.audience-enterprise .inner-wrapper {
  background: #5e2750;
  color: #fff;
}
.audience-consumer.audience-enterprise .main-content,
.audience-consumer.audience-enterprise .row-box {
  background: #fff;
  color: #333333;
}
a.link-cta-download, a.link-cta-homepage {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  margin-bottom: 0.75em;
  margin: 0;
  padding: 0 1.25em;
}
a.link-cta-homepage, a.link-cta-ubuntu {
  background-color: #dd4814;
  background-image: -moz-linear-gradient(#f26120, #dd4814);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26120), to(#dd4814));
  background-image: -webkit-linear-gradient(#f26120, #dd4814);
  background-image: -o-linear-gradient(#f26120, #dd4814);
  color: #fff;
}
a.link-cta-ubuntu:hover {
  text-decoration: none;
}
a.link-cta-download {
  font-size: 1.25em;
  margin-bottom: 0.6em;
  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);
  padding: 9px 20px 11px;
  text-decoration: none;
}
a.link-cta-canonical, a.link-cta-contact, a.link-cta-ubuntu {
  font-size: 1em;
  margin-bottom: 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #772953;
  display: block;
  float: left;
  margin: 0;
  padding: 6px 10px;
}
a.link-cta-homepage, a.link-cta-ubuntu {
  color: #fff;
}
a.link-cta-canonical {
  background: #772953;
  color: #fff;
}
a:hover.link-cta-canonical {
  text-decoration: none;
}
a.link-cta-contact {
  background-color: #fff;
}
a.link-cta-contact {
  background: url("../img/patterns/background-white-cta.png") repeat-x scroll left bottom #ffffff;
  border: 1px solid #DE4220;
  color: #333333;
}
.four-col .box p .link-cta-canonical,
.four-col .box p .link-cta-contact, .four-col .box p link-cta-ubuntu,
.four-col p .link-cta-canonical, .four-col p .link-cta-contact,
.four-col p link-cta-ubuntu {
  text-align: center;
  margin-bottom: 0;
  width: 16.5em;
}
.four-col .box p .link-cta-canonical,
.four-col .box p .link-cta-contact, .four-col .box p link-cta-ubuntu {
  width: 14.25em;
}
form fieldset {
  background-repeat: no-repeat;
  background-position: -15px -15px;
}
form .fieldset-1 {
  background-image: url("../img/patterns/fieldsets-1.png");
}
form .fieldset-2 {
  background-image: url("../img/patterns/fieldsets-2.png");
}
form .fieldset-3 {
  background-image: url("../img/patterns/fieldsets-3.png");
}
form .fieldset-4 {
  background-image: url("../img/patterns/fieldsets-4.png");
}
form fieldset h3 {
  border-bottom: 1px dotted #dfdcd9;
  margin-bottom: 9px;
  padding-bottom: 10px;
}
form fieldset li:first-child {
  margin-top: 0;
}
form input[type="text"], form textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #999999;
  display: block;
  font: 15px "Ubuntu", Ubuntu, "Bitstream Vera Sans", "DejaVu Sans", Tahoma,
    sans-serif;
  padding: 4px;
  width: 18.75em;
}
input, select {
  vertical-align: middle;
  xwidth: 310px;
}
select {
	margin-bottom: 1.875em;
}
form input[type="checkbox"], form input[type="radio"] {
  margin: 0;
  width: auto;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
  display: inline;
  margin-left: 5px;
  vertical-align: middle;
  width: auto;
}
form input[type="submit"] {
  font-size: 1em;
  margin-bottom: 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #dd4814;
  background-image: -moz-linear-gradient(#f26120, #dd4814);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26120), to(#dd4814));
  background-image: -webkit-linear-gradient(#f26120, #dd4814);
  background-image: -o-linear-gradient(#f26120, #dd4814);
  border: 0;
  box-shadow: none;
  color: #fff;
  display: block;
  margin-top: 20px;
  padding: 10px 14px;
  text-shadow: none;
  width: auto;
}
thead th:first-of-type {
  text-align: left;
}
th[scope="col"] {
  background: #E2D4DC;
  color: #772953;
  text-align: center;
}
tbody th[rowspan] {
  background: #F7F2F6;
}
tfoot th[rowspan] {
  background: #dfdcd9;
}
tfoot td, tfoot th {
  font-weight: bold;
  background: #dfdcd9;
}
.box {
  border: 1px solid #dfdcd9;
  padding: 1.333em 1.25em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.no-border {
  border: none;
}
.box-highlight {
  -moz-box-shadow: 0 2px 2px 0 #c2c2c2;
  -webkit-box-shadow: 0 2px 2px 0 #c2c2c2;
  box-shadow: 0 2px 2px 0 #c2c2c2;
}
.quote-canonical {
  background: url("../img/patterns/quote-white-360x360.png") no-repeat 20px -160px;
  color: #772953;
  float: right;
  height: 215px;
  margin-top: 0;
  padding: 20px 60px 0 60px;
  position: relative;
  width: 290px;
}
.quote p:first-child {
  font-size: 1em;
  margin-bottom: 0.75em;
  line-height: 1.3;
}
.quote-right-bottom {
  background: url("../img/patterns/quote-orange-br-287x287.png") no-repeat;
  color: #fff;
  height: 167px;
  padding: 60px 40px;
  position: absolute;
  right: -2.5em;
  top: -5.625em;
  width: 207px;
}
.audience-consumer .quote-right-top {
  padding: 60px 60px 0 40px;
  background: url("../img/patterns/quote-orange-br-287x287.png") no-repeat;
  height: 287px;
  position: absolute;
  right: -2.5em;
  text-align: left;
  top: -5.625em;
  width: 18.75em -2.5em;
}
.audience-consumer .quote-right-top p {
  font-size: 1em;
  margin-bottom: 0.75em;
  margin: 0.769em;
  padding-bottom: 0;
  color: #fff;
}
.audience-consumer .quote-right-top p cite {
  font-size: 0.75em;
  margin-bottom: 1em;
  color: #fff;
  padding: 0;
}
.audience-consumer .quote-right p a,
.audience-consumer .quote-right-top p a {
  color: #fff;
  ol;
}
.audience-consumer .quote-right {
  font-size: 1.125em;
  margin-bottom: 0.667em;
  color: #fff;
  padding: 50px 100px 0 50px;
  text-indent: -6px;
  background: url("../img/patterns/quote-orange-bl-287x287.png") no-repeat;
  min-height: 287px;
  position: absolute;
  right: -1.25em;
  text-align: left;
  top: -5.625em;
  width: 18.75em -9.375em;
}
.audience-consumer .quote-right-alt {
  background: url(../img/patterns/quote-white-br-360x360.png) 0 -100px no-repeat;
  color: #dd4814;
  padding: 50px 50px 0 50px;
}
.audience-consumer .quote-right-right {
  background: url("../img/patterns/quote-orange-br-287x287.png") no-repeat;
}
.audience-consumer .quote-right cite {
  font-style: normal;
  margin-left: 6px;
}
.quote-bottom-left {
  background: url("../img/patterns/quote-orange-bl-287x287.png") no-repeat;
  color: #fff;
  height: 167px;
  padding: 60px 40px 60px 40px;
  width: 207px;
}
.row-quote {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  background: #fcece7;
  color: #dd4814;
}
.row-quote blockquote {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 1.25em 80px;
  text-indent: -10px;
}
.row-quote blockquote p {
  line-height: 1.2;
  margin-bottom: 0;
}
.row-blockquote {
  border-bottom: 0;
  margin: 0 0 10px 20px;
  padding-bottom: 1.538em;
}
.row-blockquote blockquote, .row-blockquote blockquote p {
  font-size: 1.313em;
  margin-bottom: 0.571em;
  color: inherit;
  margin: 0 0.563em;
  padding: 0;
  top: auto;
  width: auto;
}
.row-blockquote blockquote p {
  text-indent: -12px;
  line-height: 1.3;
}
.row-blockquote blockquote cite {
  font-size: 0.75em;
  margin-bottom: 1em;
  color: #656565;
  font-style: normal;
  margin-left: 12px;
  text-indent: 0;
}
.row-quote .quote-twitter {
  background: #fcece7 url(../img/pictograms/pictogram-twitter-115x139.png) 1.25em bottom no-repeat;
  padding: 2.5em 1.25em 2.5em 7.5em;
}
.row-quote .quote-twitter-small {
  background: #fcece7 url(../img/pictograms/pictogram-twitter-54x63.png) 99% bottom no-repeat;
  padding: 2.5em 1.25em 2.5em 80px;
}
.row-quote .quote-twitter-small p {
  margin: 0;
  padding: 0;
}
.row-quote blockquote cite {
  font-size: 0.75em;
  margin-bottom: 1em;
  color: #333333;
  font-style: normal;
  margin-left: 10px;
}
.pull-wrap {
  padding-right: 23.75em;
  width: 35em;
}
.pull-quote {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #aea79f;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 0 0 8.75em;
  position: absolute;
  right: 1.25em;
  width: 12.5em;
}
.four-col .pull-quote {
  padding: 0;
  width: 7.5em;
}
.tooltip-label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  background: #fff;
  padding: 2px 5px;
  border: 1px solid #aea79f;
  position: absolute;
  top: 30px;
}

@media handheld and (max-width: 760px), screen and (max-device-width: 760px), screen and (max-width: 760px) {

	header.banner .nav-primary li a:hover,
	header.banner .nav-primary li.current a,
	body.category header.banner .nav-primary li#nav-topics a,
	body.tag header.banner .nav-primary li#nav-topics a,
	body.page-team header.banner .nav-primary li#nav-team a,
	body.page-archives header.banner .nav-primary li#nav-archives a {
			-moz-box-shadow:
	    		inset 0 0 2px 0 rgba(131,45,18,.7);
	    		-webkit-box-shadow:
	    		inset 0 0 2px 0 rgba(131,45,18,.7);
	    box-shadow:
	    	inset 0 0 2px 0 rgba(131,45,18,.7);
	    background: rgba(143,32,0,.2);
	    position: relative;
	    	-webkit-border-radius: 4px;
	    	-moz-border-radius: 4px;
	    border-radius: 4px;
	}

}
