@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Ubuntu+Condensed:300,400,500,700|Gentium+Basic:300,400,500,700);
/* ==========================================================================
/* 0.0 - Table of Contents
   ==========================================================================

	1.0  - Variables, fonts, imports and mixins
	2.0  - Basic structures and wrappers
	3.0  - Basic font styles
	4.0  - Top of page header & primary navigation
	5.0  - Breadcrumbs
	6.0  - Primary Content Area
	7.0  - Sidebars and Asides
	8.0  - Common Shared Elements
	9.0  - Page & Section Specific Elements
	10.0 - Footer

/* ==========================================================================
/* 1.0 - Variables, fonts, imports and mixins
   ========================================================================== */
/* ==========================================================================

  Base Stylesheet - http://git.io/base
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.6 - Last Updated: 31st of January, 2014

========================================================================== */
/* Resets */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html, button, input, select, textarea {
  font-family: Helvetica, Arial, sans-serif; }

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0; }

html {
  font-size: 100%; }

/* ==========================================================================
/* 1.0 - Document Setup (typography, links, paragraph, etc)
   ========================================================================== */
/* Body */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #4d4d4d;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 0.455; }

/* Strong and Italic */
/* Links */
a {
  color: #0071bc; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

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

/* Paragraph and Small */
p {
  margin: 0 0 1em 0; }

pre {
  margin: 1em 0; }

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

small {
  font-size: 80%; }

/* Abbreviations */
abbr[title] {
  border-bottom: 1px dotted; }

/* Audio */
audio:not([controls]) {
  height: 0; }

/* Small,
Sub and Sup */
small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Definition */
/* Images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%; }

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

figure {
  margin: 0; }

.image-left {
  margin-right: 20px; }

.image-right {
  margin-left: 20px; }

/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 .33em 0; }

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 32px;
  font-size: 2rem; }

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem; }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }

/* Reset Heading */
.no-style-heading {
  margin: 0;
  font-size: 100%; }

/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 1em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px; }

/* 1.2 Quotes and Code - block quotes, quotes, code, pre, etc
   ========================================================================== */
/* Block Quotes and Quotes */
blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #4d4d4d;
  margin: 1em 0; }
  blockquote p {
    margin: 1em 0; }

cite {
  color: #4d4d4d;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

/* Mark */
mark {
  background: #ff0;
  color: #111; }

/* Code */
code, kbd, pre, samp {
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px; }

code {
  color: #111; }

/* 1.3 Lists
   ========================================================================== */
dl, menu, ol, ul {
  margin: 1em 0; }

dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0; }

dd {
  margin-bottom: 1em; }

menu, ol, ul {
  padding: 0 0 0 22px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  nav ul li, nav ol li {
    margin: 0;
    padding: 0; }

/* Remove Styling from List */
.no-bullets {
  list-style: none;
  list-style-image: none; }
  .no-bullets li {
    margin-top: 6px;
    margin-bottom: 6px; }

.unstyled-list, .inline-list, ul.pagination, dl.sub-nav {
  list-style: none;
  padding: 0;
  margin: 0; }
  .unstyled-list li, .inline-list li, ul.pagination li, dl.sub-nav li {
    margin-top: 0;
    margin-bottom: 0; }

/* 1.4 Tables
   ========================================================================== */
table {
  width: 100%;
  margin: 1em 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal; }

table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee; }

table thead th,
table tfoot th {
  vertical-align: bottom;
  background-color: #f1f1f1;
  color: #333; }

table caption {
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0; }

/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
fieldset {
  border: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

label {
  margin: 0;
  cursor: pointer; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle; }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
  border: 1px solid #ccc; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px; }

.checkbox {
  margin: .2em 0; }
  .checkbox input[type=checkbox],
  .checkbox input[type=radio] {
    margin-top: .05em; }
  .checkbox label {
    padding-left: 5px;
    overflow: hidden;
    display: table;
    *zoom: 1; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

/* Buttons */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

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-cancel-button,
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;
  resize: none; }

/* Custom Buttons */
.button {
  border: 0;
  padding: 1em 3em;
  background-color: black;
  color: white;
  text-decoration: none;
  position: relative; }

.button.small {
  padding: .5em .8em;
  font-size: 80%;
  margin: 1px 0;
  vertical-align: top; }

.button.tiny {
  padding: .2em .8em;
  font-size: 70%;
  margin: 1px 0;
  vertical-align: top; }

.button:hover {
  background-color: black; }

.button:active {
  top: 1px; }

.grey-button {
  background-color: #eee;
  color: #4d4d4d; }

.grey-button:hover {
  background-color: #f1f1f1; }

.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1; }

/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }

.container-full {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto; }

/* Fluid Grid */
.col, .article-filter, .article-family {
  margin-left: 2%;
  float: left; }

.col:first-child, .article-filter:first-child, .article-family:first-child {
  margin-left: 0; }

/* Columns */
.col-1 {
  width: 6.5%;
  *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-2 {
  width: 15%;
  *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-3, .col-1-4 {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-4, .col-1-3, .article-family {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-5 {
  width: 40.5%;
  *width: expression(Math.floor(0.40.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-6, .col-1-2 {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-7 {
  width: 57.5%;
  *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-8, .article-filter {
  width: 66%;
  *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-9 {
  width: 74.5%;
  *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-10 {
  width: 83%;
  *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-11 {
  width: 91.5%;
  *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-12 {
  width: 100%; }

/* Desktop Rows */
.row-0, header .upper, header .lower {
  padding-top: 0em;
  padding-bottom: 0em; }

.row {
  padding-top: .5em;
  padding-bottom: .5em; }

.row-1 {
  padding-top: 1em;
  padding-bottom: 1em; }

.row-2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.row-3 {
  padding-top: 3em;
  padding-bottom: 3em; }

.row-4 {
  padding-top: 4em;
  padding-bottom: 4em; }

.row-5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.row-6 {
  padding-top: 6em;
  padding-bottom: 6em; }

.row-7 {
  padding-top: 7em;
  padding-bottom: 7em; }

/* ==========================================================================
/* 3.0 - CSS Helpers / Extras
   ========================================================================== */
.clear, .section, .container, .container-full, .row-0, header .upper, header .lower, .row, .row-1, .row-2, .row-3, .row-4, .row-5, .row-6, .row-7 {
  zoom: 1; }
  .clear:before, .section:before, .container:before, .container-full:before, .row-0:before, header .upper:before, header .lower:before, .row:before, .row-1:before, .row-2:before, .row-3:before, .row-4:before, .row-5:before, .row-6:before, .row-7:before, .clear:after, .section:after, .container:after, .container-full:after, .row-0:after, header .upper:after, header .lower:after, .row:after, .row-1:after, .row-2:after, .row-3:after, .row-4:after, .row-5:after, .row-6:after, .row-7:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clear:after, .section:after, .container:after, .container-full:after, .row-0:after, header .upper:after, header .lower:after, .row:after, .row-1:after, .row-2:after, .row-3:after, .row-4:after, .row-5:after, .row-6:after, .row-7:after {
    clear: both; }

/* Floats */
.left, .checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left; }

.right {
  float: right; }

/* Display */
.block, .checkbox {
  display: block; }

.inline {
  display: inline; }

.inline-block, audio, canvas, video, .inline-list, ul.pagination, dl.sub-nav, .inline-list li, ul.pagination li, dl.sub-nav li, .button {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

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

/* Font Weights */
.heavy {
  font-weight: 900; }

.strong, b, strong {
  font-weight: 700; }

.normal, cite, dt, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: normal; }

.thin {
  font-weight: 300; }

.italic, i, em, .em, dfn, blockquote, q {
  font-style: italic; }

/* Font Styles */
.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

/* Text Position */
.left-text, table caption, .text-left {
  text-align: left; }

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

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

/* Accessibility (offscreen text for screen readers) */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em; }

.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0; }

/* Margin and Padding Reset */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

@media only screen and (min-width: 985px) {
  .col-6:nth-child(2n+3), .col-1-2:nth-child(2n+3) {
    margin-left: 0; }

  .col-4:nth-child(3n+4), .col-1-3:nth-child(3n+4), .article-family:nth-child(3n+4) {
    margin-left: 0; }

  .col-3:nth-child(4n+5), .col-1-4:nth-child(4n+5) {
    margin-left: 0; }

  .no-desktop {
    display: none !important; } }
/* End Desktop Media Query */
@media only screen and (min-width: 985px) and (max-width: 1260px) {
  .container {
    max-width: 980px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .container:first-child {
      margin-left: auto; }
    .container .no-desktop {
      display: none !important; }
    .container .no-legacy {
      display: none !important; } }
/* End Legacy Desktop Media Query */
/* ==========================================================================
/* -- 5.0 Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 985px) {
  .container, .tablet-container {
    width: 720px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .container:first-child, .tablet-container:first-child {
      margin-left: auto; }

  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .tablet-container-full:first-child {
      margin-left: auto; }

  /* Tablet Grid */
  .tablet-col-1 {
    width: 6.5%; }

  .tablet-col-2 {
    width: 15%; }

  .tablet-col-3, .tablet-col-1-4 {
    width: 23.5%; }

  .tablet-col-4, .tablet-col-1-3 {
    width: 32%; }

  .tablet-col-5 {
    width: 40.5%; }

  .tablet-col-6, .tablet-col-1-2 {
    width: 49.0%; }

  .tablet-col-7 {
    width: 57.5%; }

  .tablet-col-8 {
    width: 66%; }

  .tablet-col-9 {
    width: 74.5%; }

  .tablet-col-10 {
    width: 83%; }

  .tablet-col-11 {
    width: 91.5%; }

  .tablet-col-12 {
    width: 100%; }

  .tablet-col-6:nth-child(2n+3), .tablet-col-1-2:nth-child(2n+3) {
    margin-left: 0; }

  .tablet-col-4:nth-child(3n+4), .tablet-col-1-3:nth-child(3n+4) {
    margin-left: 0; }

  .tablet-col-3:nth-child(4n+5), .tablet-col-1-4:nth-child(4n+5) {
    margin-left: 0; }

  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block; }

  .tablet-full:first-child {
    margin-top: 0; }

  .tablet-left-text {
    text-align: left; }

  .tablet-right-text {
    text-align: right; }

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

  .tablet-left {
    float: left; }

  .tablet-right {
    float: right; }

  .tablet-no-float {
    float: none; }

  /* Margin and Padding Reset */
  .tablet-no-margin {
    margin: 0; }

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

  /* Tablet Rows */
  .tablet-row {
    padding-top: .5em;
    padding-bottom: .5em; }

  .tablet-row-1 {
    padding-top: 1em;
    padding-bottom: 1em; }

  .tablet-row-2 {
    padding-top: 2em;
    padding-bottom: 2em; }

  .tablet-row-3 {
    padding-top: 3em;
    padding-bottom: 3em; }

  .tablet-row-4 {
    padding-top: 4em;
    padding-bottom: 4em; }

  .tablet-row-5 {
    padding-top: 5em;
    padding-bottom: 5em; }

  .tablet-row-6 {
    padding-top: 6em;
    padding-bottom: 6em; }

  .tablet-row-7 {
    padding-top: 7em;
    padding-bottom: 7em; }

  .no-tablet {
    display: none !important; }

  .show-tablet {
    display: block; } }
/* End Tablet Media Query */
/* ==========================================================================
/* -- 7.0 Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 480px) {
  .container, .mobile-container {
    width: 300px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .container:first-child, .mobile-container:first-child {
      margin-left: auto; }

  .mobile-container-full {
    width: 320px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .mobile-container-full:first-child {
      margin-left: auto; }

  /* Mobile Grid */
  .mobile-col-1 {
    width: 6.5%; }

  .mobile-col-2 {
    width: 15%; }

  .mobile-col-3 {
    width: 23.5%; }

  .mobile-col-4 {
    width: 32%; }

  .mobile-col-5 {
    width: 40.5%; }

  .mobile-col-6 {
    width: 49.0%; }

  .mobile-col-7 {
    width: 57.5%; }

  .mobile-col-8 {
    width: 66%; }

  .mobile-col-9 {
    width: 74.5%; }

  .mobile-col-10 {
    width: 83%; }

  .mobile-col-11 {
    width: 91.5%; }

  .mobile-col-12 {
    width: 100%; }

  /* When switching from something like a 4x1 desktop layout to a 2x2 mobile layout
     these selects will help remove extra margins on the shifted columns */
  .mobile-col-6:nth-child(2n+3) {
    margin-left: 0; }

  .mobile-col-4:nth-child(3n+4) {
    margin-left: 0; }

  .mobile-col-3:nth-child(4n+5) {
    margin-left: 0; }

  /* Mobile Grid */
  .mobile-1-2 {
    width: 49.0%; }

  .mobile-1-3 {
    width: 32%; }

  .mobile-1-4 {
    width: 23.5%; }

  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: .2em 0 0 0;
    display: block; }

  .mobile-full:first-child {
    margin: 0; }

  .mobile-left-text {
    text-align: left; }

  .mobile-right-text {
    text-align: right; }

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

  .mobile-left {
    float: left; }

  .mobile-right {
    float: right; }

  .mobile-no-float {
    float: none; }

  /* Margin and Padding Reset */
  .mobile-no-margin {
    margin: 0; }

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

  /* Mobile Rows */
  .mobile-row {
    padding-top: .5em;
    padding-bottom: .5em; }

  .mobile-row-1 {
    padding-top: 1em;
    padding-bottom: 1em; }

  .mobile-row-2 {
    padding-top: 2em;
    padding-bottom: 2em; }

  .mobile-row-3 {
    padding-top: 3em;
    padding-bottom: 3em; }

  .mobile-row-4 {
    padding-top: 4em;
    padding-bottom: 4em; }

  .mobile-row-5 {
    padding-top: 5em;
    padding-bottom: 5em; }

  .mobile-row-6 {
    padding-top: 6em;
    padding-bottom: 6em; }

  .mobile-row-7 {
    padding-top: 7em;
    padding-bottom: 7em; }

  /* Mobile Tables */
  table th,
  table td {
    padding: 4px; }

  .no-mobile {
    display: none !important; }

  .show-mobile {
    display: block; } }
/* End Mobile Media Query */
@media print {
  * {
    background: transparent; }

  a, a:visited {
    text-decoration: underline; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100%; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* ==========================================================================
/* 2.0 - Basic structures and wrappers
   ========================================================================== */
/* ==========================================================================
/* 3.0 - Basic font styles
   ========================================================================== */
/* ==========================================================================
/* 4.0 - Top of page header & primary navigation
   ========================================================================== */
header {
  margin-top: 0em;
  padding-bottom: 22px;
  /* top right menu */
  /* search box */
  /* dropdown navigation */ }
  header .upper {
    text-align: right;
    margin-top: 16px; }
    header .upper ul.social {
      float: right;
      margin: 0;
      padding: 0 0 0 20px;
      list-style: none outside none; }
      header .upper ul.social li {
        display: inline-block;
        padding: 0;
        margin: 1px 0 0 5px;
        list-style: none outside none; }
        header .upper ul.social li a {
          height: 16px;
          width: 16px;
          display: block;
          margin: 0 auto 5px;
          background-size: contain; }
    header .upper ul.utility {
      float: right;
      margin: 4px 0 0 0;
      padding: 0;
      list-style: none outside none;
      font-size: 11px;
      line-height: 11px; }
      header .upper ul.utility li {
        display: inline-block;
        list-style: none outside none;
        margin: 0 0 0 8px;
        padding: 0 0 0 10px;
        border-left: 1px solid #ddd; }
        header .upper ul.utility li:first-child {
          border: none; }
        header .upper ul.utility li a {
          color: #888;
          text-decoration: none; }
          header .upper ul.utility li a:hover, header .upper ul.utility li a:focus {
            color: #ea7f1e; }
  header .lower {
    position: relative;
    margin-top: -20px; }
  header .search {
    position: absolute;
    bottom: .1em;
    margin-bottom: 0;
    height: 22px;
    right: 10px; }
    header .search form {
      padding: 0;
      margin: 0; }
    header .search .submit {
      display: block;
      float: right;
      height: 20px;
      width: 20px; }
    header .search .search-border {
      border: 1px solid #939598;
      padding: 0;
      margin: 0;
      overflow: hidden; }
    header .search input .page-search {
      border: 0;
      height: 20px;
      font-size: 13px;
      width: 80px;
      display: block;
      margin: 0;
      padding: 2px !important;
      border-radius: 0;
      float: left;
      -webkit-transition: all 0.7s ease 0s;
      -moz-transition: all 0.7s ease 0s;
      -o-transition: all 0.7s ease 0s;
      transition: all 0.7s ease 0s; }
  header .nav-bar {
    font-family: 'Ubuntu Condensed';
    position: absolute;
    bottom: .1em;
    margin-bottom: 0;
    height: 20px; }
    header .nav-bar li > ul {
      background: #fff;
      padding: .5em;
      border: 1px solid #a8a9ad;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
      position: absolute;
      margin: 0;
      list-style: none outside none;
      z-index: 100;
      display: none;
      top: 23px;
      min-width: 180px;
      margin-top: 10px;
      overflow: visible; }
      header .nav-bar li > ul:before {
        content: ' ';
        height: 19px;
        z-index: 4000;
        position: absolute;
        top: -20px;
        left: 20px;
        width: 0;
        height: 0;
        border: 10px solid;
        border-color: transparent transparent #a8a9ad transparent; }
    header .nav-bar > li {
      line-height: 20px;
      padding: 0 7px 0 7px !important;
      display: inline-block; }
      header .nav-bar > li.alpha {
        padding-right: 7px !important;
        padding-left: 0px !important; }
        header .nav-bar > li.alpha > a {
          padding-left: 0 !important; }
      header .nav-bar > li > a {
        color: #636365;
        text-transform: uppercase; }
        header .nav-bar > li > a:first-child {
          padding: 0 4px 15px 4px !important;
          display: block;
          text-decoration: none;
          font-size: 20px;
          position: relative; }
  header .nav-bar ul li.marketing a {
    color: #7ac142 !important;
    white-space: nowrap; }
  header .nav-bar ul li.marketing a:hover {
    background: #7ac142 !important;
    color: #212121 !important; }
  header .nav-bar ul li.sales a {
    color: #ee3124 !important;
    white-space: nowrap; }
  header .nav-bar ul li.sales a:hover {
    background: #ee3124 !important;
    color: #212121 !important; }
  header .nav-bar ul li.management a {
    color: #fdb813 !important;
    white-space: nowrap; }
  header .nav-bar ul li.management a:hover {
    background: #fdb813 !important;
    color: #212121 !important; }
  header .nav-bar ul li.leadership a {
    color: #005288 !important;
    white-space: nowrap; }
  header .nav-bar ul li.leadership a:hover {
    background: #005288 !important;
    color: #ffffff !important; }
  header .nav-bar ul li.small-business a {
    color: #008fc5 !important;
    white-space: nowrap; }
  header .nav-bar ul li.small-business a:hover {
    background: #008fc5 !important;
    color: #ffffff !important; }
  header .nav-bar ul li.leadership-women a {
    color: #7d4199 !important;
    white-space: nowrap; }
  header .nav-bar ul li.leadership-women a:hover {
    background: #7d4199 !important;
    color: #ffffff !important; }
  header .nav-bar ul li a span {
    display: block;
    font-size: 14px !important;
    color: #636365 !important; }
  header .nav-bar ul li a:hover span {
    color: #ffffff !important; }
  header .nav-bar .bubble {
    width: 19px;
    height: 20px;
    background: url(/assets/images/site/bg/navigation-bubble.png) no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 0px 0 0 6px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 11px;
    line-height: 18px; }
  header body.microsite-marketing .nav-bar > li.active > a {
    border-color: #7ac142; }
  header body.microsite-leadership .nav-bar > li.active > a {
    border-color: #005288; }
  header body.microsite-small-business .nav-bar > li.active > a {
    border-color: #008fc5; }
  header body.microsite-leadership-women .nav-bar > li.active > a {
    border-color: #7d4199; }

/* ==========================================================================
/* 5.0 - Breadcrumbs
   ========================================================================== */
/* ==========================================================================
/* 6.0 - Primary Content Area
   ========================================================================== */
#content {
  padding-top: 18px;
  min-height: 700px; }

.home-slider {
  background: #000; }

/* ==========================================================================
/* 7.0 - Sidebars and Asides
   ========================================================================== */
#social-links {
  top: 0px;
  width: 100%; }
  #social-links div.social {
    border: 1px solid #dbdbdb;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1em 0;
    color: #939598;
    font-size: .9em;
    min-height: 400px; }
    #social-links div.social dl {
      margin: 1em 0 0 0; }
      #social-links div.social dl dt {
        font-size: 0.8em;
        margin-bottom: 2em;
        line-height: 1.2em;
        font-family: 'Gentium Basic', serif; }
        #social-links div.social dl dt b {
          font-size: 1.9em;
          font-family: 'Ubuntu', sans-serif; }
    #social-links div.social .icon {
      height: 40px;
      width: 40px;
      display: block;
      margin: 0 auto 5px;
      background-size: contain; }

/* ==========================================================================
/* 8.0 - Common Shared Elements
   ========================================================================== */
.social .icon-facebook {
  background: url(/assets/images/site/icons/facebook.png) no-repeat; }
  .social .icon-facebook:hover {
    background: url(/assets/images/site/icons/facebook-colour.png) no-repeat;
    background-size: contain; }
.social .icon-youtube {
  background: url(/assets/images/site/icons/youtube.png) no-repeat; }
  .social .icon-youtube:hover {
    background: url(/assets/images/site/icons/youtube-colour.png) no-repeat;
    background-size: contain; }
.social .icon-twitter {
  background: url(/assets/images/site/icons/twitter.png) no-repeat; }
  .social .icon-twitter:hover {
    background: url(/assets/images/site/icons/twitter-colour.png) no-repeat;
    background-size: contain; }
.social .icon-linkedin {
  background: url(/assets/images/site/icons/linkedin.png) no-repeat; }
  .social .icon-linkedin:hover {
    background: url(/assets/images/site/icons/linkedin-colour.png) no-repeat;
    background-size: contain; }
.social .icon-rss {
  background: url(/assets/images/site/icons/rss.png) no-repeat; }
  .social .icon-rss:hover {
    background: url(/assets/images/site/icons/rss-colour.png) no-repeat;
    background-size: contain; }
.social .icon-mail {
  background: url(/assets/images/site/icons/mail.png) no-repeat; }
  .social .icon-mail:hover {
    background: url(/assets/images/site/icons/mail-colour.png) no-repeat;
    background-size: contain; }
.social .icon-star {
  background: url(/assets/images/site/icons/star.png) no-repeat; }
  .social .icon-star:hover {
    background: url(/assets/images/site/icons/star-colour.png) no-repeat;
    background-size: contain; }

ul.pagination {
  display: inline-block;
  height: 24px;
  margin-left: -5px; }
  ul.pagination li {
    display: inline-block;
    height: 24px;
    color: #999;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0 0 0 5px; }
    ul.pagination li.unavailable span {
      cursor: default;
      color: #999;
      display: inline-block;
      padding: 4px 7px; }
    ul.pagination li.current {
      color: white;
      cursor: default;
      text-decoration: none;
      background: #ea7f1e;
      padding: 4px 7px; }
    ul.pagination li a {
      display: block;
      color: #555;
      text-decoration: none;
      padding: 4px 7px; }
      ul.pagination li a:hover, ul.pagination li a:focus {
        background: #dfdfdf; }

article h2 {
  font-size: 17px;
  line-height: 23px;
  color: #000;
  font-family: Ubuntu;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px; }
article h4 {
  font-size: 11px;
  line-height: 18px;
  color: #474747;
  font-family: Ubuntu;
  font-weight: 400;
  margin: 0;
  text-transform: none; }
article p {
  font-family: 'Gentium Basic', serif;
  font-size: 15px;
  line-height: 22px; }
article .summary {
  border: 1px solid #eaeaea;
  padding: 1em;
  position: relative;
  font-size: 12px; }
  article .summary p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0px; }
  article .summary .read-more {
    position: absolute;
    bottom: 10px;
    width: 90%;
    text-align: center; }
  article .summary .image img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
    filter: alpha(opacity=8);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8; }
  article .summary .blockquote {
    margin: -1em -1em .2em -1em;
    padding: 1em 1em 1em 1em; }
    article .summary .blockquote.marketing-highlight {
      background: #7ac142 url(/assets/images/site/bg/stripes/white.png); }
    article .summary .blockquote.management-highlight {
      background: #fdb813 url(/assets/images/site/bg/stripes/white.png); }
    article .summary .blockquote.leadership-highlight {
      background: #005288 url(/assets/images/site/bg/stripes/white.png); }
    article .summary .blockquote.small-business-highlight {
      background: #008fc5 url(/assets/images/site/bg/stripes/light-blue.png); }
    article .summary .blockquote.leadership-women-highlight {
      background: #008fc5 url(/assets/images/site/bg/stripes/purple.png); }
    article .summary .blockquote.sales-highlight {
      background: #ee3124 url(/assets/images/site/bg/stripes/white.png); }
article .summary-bottom {
  height: 16px;
  background: url(/assets/images/site/bg/article-summary-bottom.png) no-repeat;
  background-position: center top;
  background-size: contain; }

div.stripes, footer .upcoming-speakers div {
  height: 17px;
  margin-bottom: .8em; }
  div.stripes strong, footer .upcoming-speakers div strong {
    padding: 0em .4em 0em .4em;
    float: left;
    display: block;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px; }
  div.stripes.orange, footer .upcoming-speakers div.orange, div.stripes.general, footer .upcoming-speakers div.general {
    background: url(/assets/images/site/bg/stripes/orange.png) repeat-x transparent; }
    div.stripes.orange strong, footer .upcoming-speakers div.orange strong, div.stripes.general strong, footer .upcoming-speakers div.general strong {
      background: #ea7f1e;
      color: #fff; }
  div.stripes.management, footer .upcoming-speakers div.management {
    background: url(/assets/images/site/bg/stripes/yellow.png) repeat-x transparent; }
    div.stripes.management strong, footer .upcoming-speakers div.management strong {
      background: #fdb813;
      color: #222; }
  div.stripes.sales, footer .upcoming-speakers div.sales {
    background: url(/assets/images/site/bg/stripes/red.png) repeat-x transparent; }
    div.stripes.sales strong, footer .upcoming-speakers div.sales strong {
      background: #ee3124;
      color: #fff; }
  div.stripes.marketing, footer .upcoming-speakers div.marketing {
    background: url(/assets/images/site/bg/stripes/green.png) repeat-x transparent; }
    div.stripes.marketing strong, footer .upcoming-speakers div.marketing strong {
      background: #7ac142;
      color: #fff; }
  div.stripes.leadership, footer .upcoming-speakers div.leadership {
    background: url(/assets/images/site/bg/stripes/blue.png) repeat-x transparent; }
    div.stripes.leadership strong, footer .upcoming-speakers div.leadership strong {
      background: #005288;
      color: #fff; }
  div.stripes.small-business, footer .upcoming-speakers div.small-business {
    background: url(/assets/images/site/bg/stripes/light-blue.png) repeat-x transparent; }
    div.stripes.small-business strong, footer .upcoming-speakers div.small-business strong {
      background: #008fc5;
      color: #fff; }
  div.stripes.leadership-women, footer .upcoming-speakers div.leadership-women {
    background: url(/assets/images/site/bg/stripes/purple.png) repeat-x transparent; }
    div.stripes.leadership-women strong, footer .upcoming-speakers div.leadership-women strong {
      background: #7d4199;
      color: #fff; }
  div.stripes.innovation, footer .upcoming-speakers div.innovation {
    background: url(/assets/images/site/bg/stripes/purple.png) repeat-x transparent; }
    div.stripes.innovation strong, footer .upcoming-speakers div.innovation strong {
      background: #6d2c91;
      color: #fff; }
  div.stripes.grey, footer .upcoming-speakers div.grey {
    background: url(/assets/images/site/bg/stripes/grey.png) repeat-x transparent; }
  div.stripes.black, footer .upcoming-speakers div {
    background: url(/assets/images/site/bg/stripes/black.png) repeat-x transparent; }
  div.stripes strong.white, footer .upcoming-speakers div strong.white {
    background: #fff !important;
    color: #282828 !important;
    padding: 0 .4em 0 0 !important;
    font-size: 17px;
    line-height: 14px;
    height: 17px;
    font-weight: normal; }
  div.stripes strong.grey, footer .upcoming-speakers div strong {
    background: #202324 !important;
    color: #ffffff !important;
    padding: 0 .4em 0 0 !important;
    font-size: 17px;
    line-height: 14px;
    height: 17px;
    font-weight: normal; }

.article-filter {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 1em 0; }

dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px;
  margin-right: 0;
  margin-left: -9px;
  padding-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  padding-bottom: 3px; }
  dl.sub-nav dt, dl.sub-nav dd {
    float: left;
    display: inline;
    margin-left: 0px;
    margin-bottom: 6px; }
  dl.sub-nav dd a {
    text-decoration: none;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    color: #666;
    padding: 3px 9px; }
  dl.sub-nav dd.general.active a, dl.sub-nav dd.general a:hover {
    background-color: #ea7f1e;
    color: #fff; }
  dl.sub-nav dd.marketing.active a, dl.sub-nav dd.marketing a:hover {
    background-color: #7ac142;
    color: #fff; }
  dl.sub-nav dd.management.active a, dl.sub-nav dd.management a:hover {
    background-color: #fdb813;
    color: #444; }
  dl.sub-nav dd.sales.active a, dl.sub-nav dd.sales a:hover {
    background-color: #ee3124;
    color: #fff; }
  dl.sub-nav dd.leadership.active a, dl.sub-nav dd.leadership a:hover {
    background-color: #005288;
    color: #fff; }
  dl.sub-nav dd.small-business.active a, dl.sub-nav dd.small-business a:hover {
    background-color: #008fc5;
    color: #fff; }
  dl.sub-nav dd.leadership-women.active a, dl.sub-nav dd.leadership-women a:hover {
    background-color: #7d4199;
    color: #fff; }
  dl.sub-nav dd.innovation.active a, dl.sub-nav dd.innovation a:hover {
    background-color: #7d4199;
    color: #fff; }
  dl.sub-nav dd.active a {
    background: #ea7f1e;
    color: #fff;
    cursor: default;
    margin-left: 6px;
    margin-right: 6px; }
  dl.sub-nav dd:first-child.active a {
    margin-left: 0; }

dl.tabs {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin: 0;
  white-space: nowrap; }
  dl.tabs dd, dl.tabs li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 50%; }
    dl.tabs dd:first-child, dl.tabs li:first-child {
      margin-left: 0; }
    dl.tabs dd.active, dl.tabs li.active {
      border-top: 3px solid #ea7f1e;
      margin-top: -3px; }
      dl.tabs dd.active a, dl.tabs li.active a {
        cursor: default;
        color: #ea7f1e;
        background: #fff;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        font-weight: bold; }
    dl.tabs dd a, dl.tabs li a {
      padding: 0 17px;
      text-align: center;
      overflow: hidden;
      color: #6f6f6f;
      display: block;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      text-decoration: none; }
      dl.tabs dd a:hover, dl.tabs li a:hover {
        color: #ea7f1e;
        font-weight: bold; }

/* ==========================================================================
/* 9.0 - Page & Section Specific Elements
   ========================================================================== */
/* ==========================================================================
/* 10.0 - Footer
   ========================================================================== */
footer {
  background: #202324; }
  footer .upcoming-speakers {
    padding: 0 20px; }
