/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 14px; }

body {
  background: url("../img/main-bg.gif");
  color: #575654;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 73.14286em;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.71429em;
    margin-right: -0.71429em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.71429em;
  padding-right: 0.71429em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small, .highlights .button.primary.expand,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.highlights .actions,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, .highlights table.button.primary.expand, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, .highlights thead.button.primary.expand, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, .highlights tbody.button.primary.expand, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, .highlights tr.button.primary.expand, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, .highlights td.button.primary.expand, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
.highlights th.button.primary.expand,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up,
  .highlights .actions {
    display: inherit !important; }

  .show-for-small, .highlights .button.primary.expand {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, .highlights table.actions, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, .highlights thead.actions, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, .highlights tbody.actions, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, .highlights tr.actions, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, .highlights td.actions, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  .highlights th.actions,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.71429em 1.42857em; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
p.lead {
  font-size: 1.25em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #a4a3a0;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #3497bf;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #207ba1; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.42857em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 1em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-style: normal;
  color: #575654;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.18571em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #a4a3a0;
    line-height: 0; }

h1 {
  font-size: 2.42857em; }

h2 {
  font-size: 1.92857em; }

h3 {
  font-size: 1.57143em; }

h4 {
  font-size: 1.28571em; }

h5 {
  font-size: 1.28571em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857em 0 1.35714em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.42857em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.42857em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.85714em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #575654;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.42857em;
  padding: 0.64286em 1.42857em 0 1.35714em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.92857em;
    color: #8b8986; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #8b8986; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #a4a3a0; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.42857em 0;
  border: 1px solid #dddddd;
  padding: 0.71429em 0.85714em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 1.07143em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07143em; }

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 3.14286em; }

  h2 {
    font-size: 2.64286em; }

  h3 {
    font-size: 1.92857em; }

  h4 {
    font-size: 1.64286em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

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

  a[href]:after {
    content: " (" attr(href) ")"; }

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

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

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

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.42857em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.85714em;
  padding-right: 1.71429em;
  padding-bottom: 0.92857em;
  padding-left: 1.71429em;
  font-size: 1.14286em;
  background-color: #204a65;
  border-color: #142e3e;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #142e3e; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #3f809b;
    border-color: #306277;
    color: white; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #306277; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: white; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.14286em;
    padding-right: 2.28571em;
    padding-bottom: 1.21429em;
    padding-left: 2.28571em;
    font-size: 1.42857em; }
  button.small, .button.small {
    padding-top: 0.64286em;
    padding-right: 1.28571em;
    padding-bottom: 0.71429em;
    padding-left: 1.28571em;
    font-size: 0.92857em; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.57143em;
    padding-left: 1em;
    font-size: 0.78571em; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.85714em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.85714em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #204a65;
    border-color: #142e3e;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #142e3e; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #204a65; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #3f809b;
      border-color: #306277;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #306277; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: white; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #3f809b; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

button, .button {
  padding-top: 0.92857em;
  padding-bottom: 0.85714em;
  -webkit-appearance: none; }
  button.tiny, .button.tiny {
    padding-top: 0.57143em;
    padding-bottom: 0.5em;
    -webkit-appearance: none; }
  button.small, .button.small {
    padding-top: 0.71429em;
    padding-bottom: 0.64286em;
    -webkit-appearance: none; }
  button.large, .button.large {
    padding-top: 1.17857em;
    padding-bottom: 1.17857em;
    -webkit-appearance: none; }

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1.14286em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.57143em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.57143em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.57143em; }

/* Label Styles */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.21429em;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1.14286em 0;
    padding: 0.71429em 0; }
  label small {
    text-transform: capitalize;
    color: #666666; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.64286em;
  line-height: 2.64286em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fafaf8;
  font-family: inherit;
  border: 1px solid #f6f6f1;
  -webkit-box-shadow: inset 0 1px 2px #7a7b77;
  box-shadow: inset 0 1px 2px #7a7b77;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1.14286em 0;
  padding: 0.57143em;
  height: 2.64286em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafaf8;
    border-color: #f6f6f1;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.14286em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.42857em;
  margin: 1.28571em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.21429em;
    margin: 0;
    margin-left: -0.21429em; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: 0;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: 0;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #fafaf8;
    border-color: #f6f6f1; }
.error label,
.error label.error {
  color: #c60f13; }
.error > small,
.error small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: 0;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  input.error:focus,
  textarea.error:focus {
    background: #fafaf8;
    border-color: #f6f6f1; }

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error select:focus {
    background: #fafaf8;
    border-color: #f6f6f1; }

label.error {
  color: #c60f13; }

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden; }
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white; }
  form.custom .custom.checkbox {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 3px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: white; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.64286em;
    margin-bottom: 1.42857em;
    margin-top: 0;
    padding: 0;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear, to bottom, white 0%, #f3f3f3 100%;
    box-shadow: none;
    font-size: 1em;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.57143em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.57143em;
      margin-right: 2.64286em; }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.85714em;
      height: 2.64286em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #aaaaaa transparent transparent transparent;
        border-top-style: solid;
        position: absolute;
        left: 1.07143em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #222222 transparent transparent transparent;
      border-top-style: solid; }
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .error .custom.dropdown {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    background: rgba(198, 15, 19, 0.1);
    margin-bottom: 0; }
    form.custom .error .custom.dropdown:focus {
      background: #fafaf8;
      border-color: #f6f6f1; }
  form.custom .error .custom.dropdown + small.error {
    margin-top: 0; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 14px; }
    form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 1em;
      cursor: default;
      padding-top: 0.28571em;
      padding-bottom: 0.28571em;
      padding-left: 0.42857em;
      padding-right: 2.71429em;
      min-height: 1.71429em;
      line-height: 1.71429em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background: #dddddd; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid, .page-nav {
  width: 100%;
  background: white; }
  .contain-to-grid .top-bar, .page-nav .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 34px; }

.top-bar, .page-nav .top-bar {
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  position: relative;
  background: white;
  margin-bottom: 0; }
  .top-bar ul, .page-nav .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .page-nav .top-bar form,
  .top-bar input,
  .page-nav .top-bar input {
    margin-bottom: 0; }
  .top-bar input, .page-nav .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 34px;
    margin: 0;
    font-size: 14px; }
    .top-bar .name h1 {
      line-height: 34px;
      font-size: 1.21429em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: #636260;
        width: 50%;
        display: block;
        padding: 0 11.33333px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #636260;
      text-transform: uppercase;
      font-size: 0.92857em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 11.33333px;
      height: 34px;
      line-height: 34px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 11.33333px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: #7a7b77; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px #7a7b77, 0 16px 0 1px #7a7b77, 0 22px 0 1px #7a7b77;
          box-shadow: 0 10px 0 1px #7a7b77, 0 16px 0 1px #7a7b77, 0 22px 0 1px #7a7b77; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: white; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
    font-size: 14px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-bottom: solid 1px white;
    border-top: solid 1px #e6e6e6;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #636260;
    padding: 12px 0 12px 0;
    padding-left: 11.33333px;
    font-size: 0.92857em;
    font-weight: 700;
    background: transparent; }
    .top-bar-section ul li > a.button {
      background: #204a65;
      font-size: 0.92857em;
      padding-right: 11.33333px;
      padding-left: 11.33333px; }
      .top-bar-section ul li > a.button:hover {
        background: #142e3e; }
    .top-bar-section ul li > a.button.secondary {
      background: #3f809b; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #306277; }
    .top-bar-section ul li > a.button.success {
      background: #5da423; }
      .top-bar-section ul li > a.button.success:hover {
        background: #457a1a; }
    .top-bar-section ul li > a.button.alert {
      background: #c60f13; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #970b0e; }
  .top-bar-section ul li:hover > a {
    background: #f6f6f1;
    color: #636260; }
  .top-bar-section ul li.active > a {
    background: #f6f6f1;
    color: #636260; }
  .top-bar-section .has-form {
    padding: 11.33333px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent #575654;
      border-left-style: solid;
      margin-right: 11.33333px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 11.33333px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: 700; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #636260;
          line-height: 17px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 11.33333px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.71429em; }

.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 940px) {
  .top-bar, .page-nav .top-bar {
    background: white;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .page-nav .top-bar:before, .top-bar:after, .page-nav .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after, .page-nav .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input, .page-nav .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 1em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: white; }

  .contain-to-grid .top-bar, .page-nav .top-bar {
    max-width: 71.71429em;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section ul li.hover > a {
      background: #f6f6f1;
      color: #636260; }
    .top-bar-section ul li > a {
      padding: 0 11.33333px;
      line-height: 34px;
      background: white; }
      .top-bar-section ul li > a:hover {
        background: #f6f6f1; }
    .top-bar-section .has-dropdown > a {
      padding-right: 31.33333px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #575654 transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 17px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1em;
      margin-top: -7px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #575654;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 11.33333px;
        background: #f6f6f1; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: white; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px white;
      border-left: solid 1px #e6e6e6;
      clear: none;
      height: 34px;
      width: 0; }
    .top-bar-section .has-form {
      background: white;
      padding: 0 11.33333px;
      height: 34px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background: #f6f6f1;
    color: #636260; }
  .no-js .top-bar-section ul li:active > a {
    background: #f6f6f1;
    color: #636260; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        width: 100%;
        padding: 10px 14px;
        font-size: 1em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.35714em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.6); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: white; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #cccccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: white;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #cccccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 0.85714em;
    height: 0.85714em;
    background: #999999;
    float: left;
    margin-right: 6px;
    border: solid 1px #555555;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #555555; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 768px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 768px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
/* Inline Lists */
.inline-list {
  margin: 0 auto 1.21429em auto;
  margin-left: -1.57143em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.57143em;
    display: block; }
    .inline-list > li > * {
      display: block; }

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 14px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 1em;
    cursor: pointer;
    line-height: 1.28571em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5em;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.42857em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 14px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

.date.full strong small {
  font-weight: 400;
  font-size: 0.7em; }
.date.stacked {
  background-color: #e7e8e2;
  color: #575654;
  margin-bottom: 0;
  text-align: center; }
  .date.stacked time {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle; }
    .date.stacked time .month, .date.stacked time .day, .date.stacked time .year {
      display: block;
      line-height: 1em; }
    .date.stacked time .month {
      font-weight: 600;
      letter-spacing: 0.07143em;
      text-transform: uppercase; }
    .date.stacked time .day {
      font-weight: 700; }
    .date.stacked time .year {
      font-weight: 400; }
    .date.stacked time .tba {
      font-weight: 400;
      font-style: italic; }
  .date.stacked, .date.stacked.large {
    height: 7.85714em;
    line-height: 7.85714em;
    width: 5.71429em; }
    .date.stacked time .month, .date.stacked.large time .month {
      font-size: 1.42857em; }
    .date.stacked time .day, .date.stacked.large time .day {
      font-size: 3.28571em;
      margin: 0.03571em 0 0.07143em; }
    .date.stacked time .year, .date.stacked.large time .year {
      font-size: 1.28571em; }
    .date.stacked time .tba, .date.stacked.large time .tba {
      font-size: 2.28571em;
      margin: 0.03571em 0 0.07143em; }
    @media only screen and (max-width: 769px) {
      .date.stacked, .date.stacked.large {
        height: 4.28571em;
        line-height: 4.28571em;
        width: 2.85714em; }
        .date.stacked time .month, .date.stacked.large time .month {
          font-size: 0.71429em; }
        .date.stacked time .day, .date.stacked.large time .day {
          font-size: 1.64286em;
          margin: 0.03571em 0 0.07143em; }
        .date.stacked time .year, .date.stacked.large time .year {
          font-size: 0.64286em; }
        .date.stacked time .tba, .date.stacked.large time .tba {
          font-size: 1.14286em;
          margin: 0.03571em 0 0.07143em; } }
  .date.stacked.small, .synopsis .date.stacked {
    height: 5em;
    line-height: 5em;
    width: 3.57143em; }
    .date.stacked.small time .month, .synopsis .date.stacked time .month {
      font-size: 0.64286em; }
    .date.stacked.small time .day, .synopsis .date.stacked time .day {
      font-size: 1.57143em;
      margin: 0.07143em 0 0.14286em; }
    .date.stacked.small time .year, .synopsis .date.stacked time .year {
      font-size: 0.64286em; }
    .date.stacked.small time .tba, .synopsis .date.stacked time .tba {
      font-size: 1.28571em;
      margin: 0.07143em 0 0.14286em; }
    @media only screen and (max-width: 769px) {
      .date.stacked.small, .synopsis .date.stacked {
        height: 2.14286em;
        line-height: 2.14286em;
        width: 1.42857em; }
        .date.stacked.small time .month, .synopsis .date.stacked time .month {
          font-size: 0.35714em; }
        .date.stacked.small time .day, .synopsis .date.stacked time .day {
          font-size: 0.82143em;
          margin: 0.03571em 0 0.07143em; }
        .date.stacked.small time .year, .synopsis .date.stacked time .year {
          font-size: 0.32143em; }
        .date.stacked.small time .tba, .synopsis .date.stacked time .tba {
          font-size: 0.57143em;
          margin: 0.03571em 0 0.07143em; } }

.synopses {
  position: relative; }

.synopsis, .internal-ad {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 20px;
  display: table;
  position: relative;
  width: 100%; }
  .synopsis .identifier, .internal-ad .identifier {
    background: #e7e8e2;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 50px; }
    .synopsis .identifier .icon, .internal-ad .identifier .icon {
      font-size: 26px;
      text-align: center; }
    .synopsis .identifier .recently-updated.icon, .internal-ad .identifier .recently-updated.icon {
      font-size: 16px;
      left: 0;
      position: absolute;
      top: 15px;
      text-align: center;
      width: 50px; }
  .synopsis.mini.grid, .internal-ad.mini.grid {
    margin-bottom: 20px; }
    .synopsis.mini.grid .content .content-body, .internal-ad.mini.grid .content .content-body {
      height: 90px; }
  .synopsis.presenter .content, .internal-ad.presenter .content {
    margin-left: 9.28571em; }
    .synopsis.presenter .content .content-body, .internal-ad.presenter .content .content-body {
      height: 130px;
      overflow: hidden; }
  .synopsis .content, .internal-ad .content {
    display: table-cell;
    padding: 20px 0 0;
    vertical-align: middle; }
    .synopsis .content .content-body, .internal-ad .content .content-body {
      display: table; }
    .synopsis .content .figure, .synopsis .content .details, .internal-ad .content .figure, .internal-ad .content .details {
      display: table-cell;
      vertical-align: top; }
    .synopsis .content .details, .internal-ad .content .details {
      padding-bottom: 10px; }
      .synopsis .content .details a, .internal-ad .content .details a {
        color: #575654; }
    .synopsis .content .figure, .internal-ad .content .figure {
      padding-bottom: 20px;
      padding-left: 20px;
      width: 110px; }
      .synopsis .content .figure .photo, .internal-ad .content .figure .photo {
        border: 4px solid #f6f6f1;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        /* Firefox 10+, Firefox on Android */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(100%);
        /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        width: 100%; }
        .synopsis .content .figure .photo:hover, .internal-ad .content .figure .photo:hover {
          filter: none;
          -webkit-filter: none; }
      .synopsis .content .figure .icon, .internal-ad .content .figure .icon {
        font-size: 80px;
        text-align: center; }
    .synopsis .content p, .synopsis .content h1, .internal-ad .content p, .internal-ad .content h1 {
      line-height: 1.1em;
      margin: 0 0 6px; }
    .synopsis .content p, .internal-ad .content p {
      font-size: 0.85714em;
      padding: 0 20px; }
      .synopsis .content p.date.resource, .internal-ad .content p.date.resource {
        margin-bottom: 8px; }
      .synopsis .content p.achievements, .internal-ad .content p.achievements {
        font-size: 11px;
        text-transform: uppercase; }
      .synopsis .content p.job-title, .internal-ad .content p.job-title {
        font-weight: 600;
        font-style: italic; }
    .synopsis .content header h1, .internal-ad .content header h1 {
      font-size: 1.14286em;
      padding: 0 20px; }
      .synopsis .content header h1, .synopsis .content header h1 a, .internal-ad .content header h1, .internal-ad .content header h1 a {
        color: #575654; }
    .synopsis .content header p, .internal-ad .content header p {
      font-size: 1em; }
  .synopsis footer, .internal-ad footer {
    line-height: 30px; }
    .synopsis footer a, .internal-ad footer a {
      display: inline-block;
      line-height: 16px;
      margin-top: 7px; }
    .synopsis footer .categorization, .internal-ad footer .categorization {
      display: inline; }
      .synopsis footer .categorization ul, .internal-ad footer .categorization ul {
        display: inline;
        float: left;
        list-style-type: none;
        margin: 0; }
      .synopsis footer .categorization li, .internal-ad footer .categorization li {
        display: inline-block;
        float: left;
        line-height: 16px;
        position: relative;
        margin-top: 7px;
        z-index: 9; }
        .synopsis footer .categorization li label, .internal-ad footer .categorization li label {
          color: #575654;
          font-size: 0.78571em;
          float: left;
          margin-right: 20px;
          text-align: left;
          text-transform: uppercase;
          vertical-align: bottom; }
          .synopsis footer .categorization li label:before, .internal-ad footer .categorization li label:before {
            content: "View "; }
          .synopsis footer .categorization li label:after, .internal-ad footer .categorization li label:after {
            content: "\002b";
            color: #7a7b77;
            font-size: 12px;
            margin-left: 5px; }
        .synopsis footer .categorization li ul, .internal-ad footer .categorization li ul {
          background: white;
          background: rgba(255, 255, 255, 0.95);
          border: 1px solid #7a7b77;
          border-radius: 5px;
          padding-bottom: 4px;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 8px;
          display: none;
          float: none;
          position: absolute;
          top: 17px;
          left: -2px;
          width: 200px; }
          .synopsis footer .categorization li ul li, .internal-ad footer .categorization li ul li {
            font-size: 0.85714em;
            line-height: 1.21429em;
            margin-bottom: 4px;
            margin-top: 0;
            display: block;
            text-align: left;
            float: none; }
          .synopsis footer .categorization li ul a, .internal-ad footer .categorization li ul a {
            margin: 0; }
        .synopsis footer .categorization li:hover, .internal-ad footer .categorization li:hover {
          z-index: 10; }
          .synopsis footer .categorization li:hover label, .synopsis footer .categorization li:hover label:after, .internal-ad footer .categorization li:hover label, .internal-ad footer .categorization li:hover label:after {
            color: #232322; }
          .synopsis footer .categorization li:hover ul, .internal-ad footer .categorization li:hover ul {
            display: block; }
      .synopsis footer .categorization .icon, .internal-ad footer .categorization .icon {
        color: #7a7b77;
        font-size: 10px;
        margin-left: 5px; }
    .synopsis footer a.meta-list, .internal-ad footer a.meta-list {
      color: #575654;
      font-size: 0.78571em;
      float: left;
      margin-right: 20px;
      text-align: left;
      text-transform: uppercase;
      vertical-align: bottom; }
    .synopsis footer a.more, .internal-ad footer a.more {
      font-size: 0.85714em;
      font-style: italic; }
      .synopsis footer a.more .selector, .internal-ad footer a.more .selector {
        font: normal normal 12px dialogue-icons; }
  .synopsis.mini, .internal-ad.mini {
    margin-bottom: 10px; }

.synopsis footer {
  border-top: 1px solid #e7e8e2;
  padding-left: 20px;
  padding-right: 15px;
  text-align: right; }
@media only screen and (min-width: 768px) {
  .synopsis.slide, .synopsis.project, .synopsis.sponsor {
    margin-bottom: 0; } }
.synopsis.slide .content, .synopsis.project .content, .synopsis.sponsor .content {
  padding-top: 0; }
  .synopsis.slide .content .details, .synopsis.project .content .details, .synopsis.sponsor .content .details {
    padding: 4px; }
    .synopsis.slide .content .details img, .synopsis.project .content .details img, .synopsis.sponsor .content .details img {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      box-shadow: 0 0 38px rgba(0, 0, 0, 0.1) inset;
      margin: 0 0 10px; }
      @media only screen and (min-width: 768px) {
        .synopsis.slide .content .details img, .synopsis.project .content .details img, .synopsis.sponsor .content .details img {
          margin: 0 0 20px; } }
    .synopsis.slide .content .details h3, .synopsis.project .content .details h3, .synopsis.sponsor .content .details h3 {
      font-size: 12px;
      height: 3.6em;
      line-height: 1.2em;
      padding: 0 5px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .synopsis.slide .content .details h3, .synopsis.project .content .details h3, .synopsis.sponsor .content .details h3 {
          font-size: 16px;
          padding: 0 20px; } }
  .synopsis.slide .content footer, .synopsis.project .content footer, .synopsis.sponsor .content footer {
    padding-left: 10px; }
    .synopsis.slide .content footer .meta-list .icon, .synopsis.project .content footer .meta-list .icon, .synopsis.sponsor .content footer .meta-list .icon {
      font-size: 16px;
      color: #7a7b77; }
.synopsis.project .content .details, .synopsis.sponsor .content .details {
  display: block;
  position: relative;
  text-align: center;
  padding: 30px; }
  .synopsis.project .content .details img, .synopsis.sponsor .content .details img {
    margin: 0;
    box-shadow: none; }
.synopsis .context-header {
  font: 500 normal 10px/32px "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }
  .synopsis .context-header .icon {
    font-size: 13px;
    margin-right: 2px; }
  @media only screen and (min-width: 768px) {
    .synopsis .context-header {
      font: 700 normal 11px/44px "Open Sans", sans-serif;
      letter-spacing: 0.1em; }
      .synopsis .context-header .icon {
        font-size: 16px;
        margin-right: 4px; } }
.synopsis .tags {
  background-color: #f6f6f1;
  border-top: 1px solid #e7e8e2;
  padding: 15px; }
  .synopsis .tags h1 {
    color: #7a7b77;
    float: left;
    font-size: 16px;
    margin: -2px 0 0; }
    .synopsis .tags h1 .text {
      display: none; }
  .synopsis .tags ul {
    line-height: 14px;
    list-style-type: none;
    margin-left: 18px; }
    .synopsis .tags ul li {
      color: #575654;
      display: inline;
      font-size: 12px; }
      .synopsis .tags ul li:after {
        content: ", "; }
      .synopsis .tags ul li:last-of-type:after {
        content: ""; }
      .synopsis .tags ul li a {
        font-size: 12px;
        color: #575654; }

aside .synopsis.presenter .content .content-body {
  height: auto; }

.internal-ad .content p {
  font-style: italic;
  font-size: 0.85714em;
  line-height: 1.28571em; }
.internal-ad footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  text-align: center; }

.block-grid .synopsis {
  margin-bottom: 0; }

.features {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 20px;
  padding: 40px; }

.feature {
  width: auto;
  margin-left: -0.71429em;
  margin-right: -0.71429em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
  position: relative; }
  .feature:before, .feature:after {
    content: " ";
    display: table; }
  .feature:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .feature .feature-content {
      position: relative;
      padding-left: 0.71429em;
      padding-right: 0.71429em;
      width: 58.33333%;
      float: left; } }
  .feature .feature-content h1 {
    font: 700 normal 1.28571em "Open Sans", sans-serif;
    margin-bottom: 0.75em;
    text-transform: uppercase; }
    .feature .feature-content h1 .icon {
      font-size: 24px;
      margin-right: 10px; }
  .feature .feature-content p {
    line-height: 1.3; }
  .feature .feature-content .date.full {
    font-size: 1.28571em;
    margin-bottom: 0.5em; }
  .feature .feature-content .publish-date {
    font-size: 1em;
    margin-bottom: 0.7em; }
  .feature .feature-content .title {
    font: 300 normal 30px/1.2em "museo-slab", serif;
    height: 3.6em;
    margin-bottom: 0.25em; }
  @media only screen and (min-width: 768px) {
    .feature .feature-content .title {
      height: auto;
      line-height: 1.1em; } }
  .feature .feature-content .presenters, .feature .feature-content .publish-author {
    font-size: 1.14286em;
    margin-bottom: 0.5em; }
  .feature .feature-content .actions .button {
    float: left;
    margin-bottom: 0;
    margin-right: 15px; }
  @media only screen and (max-width: 769px) {
    .feature .feature-content {
      font-size: 13px; }
      .feature .feature-content h1 {
        font-size: 1em;
        margin-bottom: 165px; }
        .feature .feature-content h1 .icon {
          font-size: 18px;
          margin-right: 4px; }
      .feature .feature-content .publish-date, .feature .feature-content .date.full {
        font-size: 12px; }
      .feature .feature-content .title {
        font-size: 18px;
        height: auto; }
      .feature .feature-content .presenters, .feature .feature-content .publish-author {
        font-size: 1em; }
      .feature .feature-content .actions .button {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%; } }
  @media only screen and (min-width: 768px) {
    .feature .feature-image {
      position: relative;
      padding-left: 0.71429em;
      padding-right: 0.71429em;
      width: 41.66667%;
      float: left; } }
  @media only screen and (max-width: 769px) {
    .feature .feature-image {
      position: absolute;
      left: 0;
      right: 0;
      top: 30px; } }

.connect .feature .feature-content {
  position: relative;
  padding-left: 0.71429em;
  padding-right: 0.71429em;
  width: 100%;
  float: left; }

.page-header .feature {
  text-align: left; }
  .page-header .feature .feature-content {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 768px) {
      .page-header .feature .feature-content {
        position: relative;
        padding-left: 0.71429em;
        padding-right: 0.71429em;
        width: 66.66667%;
        float: left; } }
    .page-header .feature .feature-content .date.stacked, .page-header .feature .feature-content .icon {
      float: left; }
    .page-header .feature .feature-content .date.stacked {
      color: white; }
    .page-header .feature .feature-content .icon.resource-icon {
      font-size: 60px;
      height: 110px;
      line-height: 110px;
      margin-bottom: 0;
      text-align: center;
      width: 80px; }
      @media only screen and (max-width: 769px) {
        .page-header .feature .feature-content .icon.resource-icon {
          width: 40px;
          font-size: 30px;
          height: 55px;
          line-height: 55px; } }
    @media only screen and (min-width: 768px) {
      .page-header .feature .feature-content .forum-info, .page-header .feature .feature-content .resource-info, .page-header .feature .feature-content .info {
        margin-left: 106px; } }
    .page-header .feature .feature-content .date.full, .page-header .feature .feature-content .publish-date {
      font-size: 12px;
      margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .page-header .feature .feature-content .publish-date, .page-header .feature .feature-content .date.full {
        font-size: 18px; } }
    .page-header .feature .feature-content .title {
      font-size: 20px; }
      @media only screen and (min-width: 768px) {
        .page-header .feature .feature-content .title {
          font-size: 34px; } }
    .page-header .feature .feature-content, .page-header .feature .feature-content p, .page-header .feature .feature-content p.title, .page-header .feature .feature-content p.date.full {
      color: white; }
    .page-header .feature .feature-content .actions {
      margin-top: 20px; }
      @media only screen and (max-width: 769px) {
        .page-header .feature .feature-content .actions {
          height: 92px; } }
      .page-header .feature .feature-content .actions .button.primary {
        border-color: white;
        color: white; }
        @media only screen and (max-width: 769px) {
          .page-header .feature .feature-content .actions .button.primary {
            display: block;
            float: none;
            margin-bottom: 10px;
            margin-right: 0; } }
        .page-header .feature .feature-content .actions .button.primary:hover {
          background-color: white; }
    @media only screen and (max-width: 769px) {
      .page-header .feature .feature-content h1 {
        margin-left: 50px; } }
  .page-header .feature .feature-image {
    float: left; }
    @media only screen and (min-width: 768px) {
      .page-header .feature .feature-image {
        position: relative;
        padding-left: 0.71429em;
        padding-right: 0.71429em;
        width: 33.33333%;
        float: left; } }
    @media only screen and (max-width: 769px) {
      .page-header .feature .feature-image {
        margin-left: 60px;
        width: 60%; } }

.default .homepage-features .page-header {
  padding: 0;
  background: transparent;
  z-index: inherit; }
  @media only screen and (max-width: 769px) {
    .default .homepage-features .page-header {
      margin-bottom: 30px; } }
  .default .homepage-features .page-header .feature {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 73.14286em;
    width: 100%;
    *zoom: 1; }
    .default .homepage-features .page-header .feature:before, .default .homepage-features .page-header .feature:after {
      content: " ";
      display: table; }
    .default .homepage-features .page-header .feature:after {
      clear: both; }
    @media only screen and (max-width: 769px) {
      .default .homepage-features .page-header .feature {
        padding: 20px 10px 10px;
        position: relative; }
        .default .homepage-features .page-header .feature .feature-content h1 {
          font-size: 12px;
          line-height: 30px;
          margin-bottom: 182px;
          text-align: center; }
          .default .homepage-features .page-header .feature .feature-content h1 .icon {
            font-size: 14px;
            float: none; }
        .default .homepage-features .page-header .feature .feature-image {
          position: absolute;
          top: 52px;
          width: 280px;
          left: 20px; } }
    @media only screen and (min-width: 768px) {
      .default .homepage-features .page-header .feature {
        padding: 40px 0; } }
    @media only screen and (min-width: 768px) {
      .default .homepage-features .page-header .feature .feature-content, .default .homepage-features .page-header .feature .feature-image {
        position: relative;
        padding-left: 0.71429em;
        padding-right: 0.71429em;
        width: 50%;
        float: left; } }

@media only screen and (min-width: 768px) {
  .slideshow-wrapper.homepage-features {
    height: 435px; } }

.slideshow-wrapper .orbit-bullets {
  padding-top: 5px;
  text-align: center; }
  .slideshow-wrapper .orbit-bullets li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    float: none;
    border-radius: 0;
    border-width: 0;
    background: transparent url("../img/orbit-bullet.png") no-repeat -16px 0;
    height: 16px;
    margin: 0 2px;
    width: 16px; }
    .slideshow-wrapper .orbit-bullets li.active {
      background-position: 0 0; }

.button {
  background: transparent;
  box-shadow: none; }
  .button.expand {
    padding-left: 10px;
    padding-right: 10px; }
  .button.small {
    letter-spacing: 0.05em;
    line-height: 16px;
    padding: 9px 20px;
    text-transform: uppercase; }

.filter {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 20px;
  padding-top: 12px; }
  @media only screen and (min-width: 768px) {
    .filter .sort {
      padding-left: 30px; }
    .filter .filters {
      padding-right: 30px; } }
  @media only screen and (max-width: 769px) {
    .filter .sort, .filter .filters {
      padding-left: 20px;
      padding-right: 20px; } }
  .filter .clear-filter {
    text-transform: none; }
  .filter .filter-toggle {
    display: none; }
  @media only screen and (max-width: 769px) {
    .filter {
      padding-bottom: 18px;
      position: relative; }
      .filter .row {
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.75s;
        transition: height 0.75s; }
      .filter .filter-toggle {
        display: block;
        position: absolute;
        border-top: 1px solid #f6f6f1;
        bottom: 0;
        left: 0;
        line-height: 30px;
        right: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0;
        margin: 0;
        text-align: center;
        background-color: white;
        -webkit-transition: all 0.75s;
        transition: all 0.75s; }
        .filter .filter-toggle:before {
          content: "Show "; }
      .filter.open {
        padding-bottom: 30px; }
        .filter.open .row {
          height: 250px; }
        .filter.open .filter-toggle {
          background-color: #f6f6f1;
          border-top-color: #e7e8e2;
          color: #7a7b77; }
          .filter.open .filter-toggle:before {
            content: "Hide "; } }
  .filter input.keywords {
    border: 1px solid #7a7b77;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    width: 200px;
    margin-right: 20px;
    font-size: 0.92857em; }
    .filter input.keywords::-webkit-input-placeholder {
      color: #7a7b77;
      opacity: 1;
      font-size: 0.92857em;
      text-transform: uppercase;
      font-weight: 700; }
    .filter input.keywords:-moz-placeholder {
      color: #7a7b77;
      opacity: 1;
      font-size: 0.92857em;
      text-transform: uppercase;
      font-weight: 700; }
    .filter input.keywords::-moz-placeholder {
      color: #7a7b77;
      opacity: 1;
      font-size: 0.92857em;
      text-transform: uppercase;
      font-weight: 700; }
    .filter input.keywords:-ms-input-placeholder {
      color: #7a7b77;
      opacity: 1;
      font-size: 0.92857em;
      text-transform: uppercase;
      font-weight: 700; }
  .filter button.button.small {
    float: right; }
  .filter input.keywords, .filter button.button.small {
    height: 30px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 769px) {
      .filter input.keywords, .filter button.button.small {
        clear: left;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%; } }
  .filter .filter-group {
    margin-right: 0;
    white-space: nowrap; }
    .filter .filter-group h2 {
      border-bottom: 1px solid #7a7b77;
      color: #7a7b77;
      font-family: "Open Sans", sans-serif;
      font-size: 0.78571em;
      line-height: 1.6em;
      text-transform: uppercase;
      margin-bottom: 0.4em; }
    .filter .filter-group .custom.dropdown {
      background: transparent;
      border-width: 0;
      cursor: pointer;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      margin-bottom: 20px;
      vertical-align: middle;
      width: auto; }
      @media only screen and (max-width: 769px) {
        .filter .filter-group .custom.dropdown {
          display: block;
          margin-bottom: 4px;
          width: 50%;
          float: left; } }
      .filter .filter-group .custom.dropdown .current {
        color: #7a7b77;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.92857em;
        font-weight: 700;
        line-height: 20px;
        margin-left: 15px;
        margin-right: 15px;
        text-transform: uppercase; }
      .filter .filter-group .custom.dropdown .selector {
        cursor: pointer;
        height: 32px;
        left: 0;
        right: auto; }
        .filter .filter-group .custom.dropdown .selector:after {
          left: 0; }
      .filter .filter-group .custom.dropdown.last .current, .filter .filter-group .custom.dropdown.sort .current {
        margin-right: 0; }
      .filter .filter-group .custom.dropdown:hover .current {
        color: #575654; }
      .filter .filter-group .custom.dropdown:hover .selector:after {
        border-top-color: #575654; }
    @media only screen and (max-width: 769px) {
      .filter .filter-group .f-dropdown.content.open:after {
        position: fixed;
        left: 3%;
        top: 3%;
        right: 6%;
        content: "x";
        display: block;
        padding: 0;
        border-width: 0;
        text-align: right;
        width: auto;
        height: auto; } }
    .filter .filter-group .f-dropdown.content, .filter .filter-group .custom.dropdown.sort ul {
      background: white;
      background: rgba(255, 255, 255, 0.95);
      border-color: #7a7b77;
      border-radius: 5px;
      margin-top: -22px;
      padding-bottom: 0;
      padding-left: 0.35714em;
      padding-right: 1.42857em;
      padding-top: 0.71429em;
      white-space: normal; }
      @media only screen and (max-width: 769px) {
        .filter .filter-group .f-dropdown.content.open, .filter .filter-group .custom.dropdown.sort ul.open {
          bottom: 2.5% !important;
          margin: 0;
          position: fixed !important;
          top: 2.5% !important;
          left: 2.5% !important;
          right: 2.5% !important;
          overflow: scroll; }
          .filter .filter-group .f-dropdown.content.open label, .filter .filter-group .custom.dropdown.sort ul.open label {
            font-size: 14px; } }
      .filter .filter-group .f-dropdown.content label, .filter .filter-group .custom.dropdown.sort ul label {
        font-size: 0.85714em;
        line-height: 1.21429em;
        margin-bottom: 8px; }
      .filter .filter-group .f-dropdown.content#channel, .filter .filter-group .custom.dropdown.sort ul#channel {
        max-width: 160px; }
      .filter .filter-group .f-dropdown.content:before, .filter .filter-group .f-dropdown.content:after, .filter .filter-group .custom.dropdown.sort ul:before, .filter .filter-group .custom.dropdown.sort ul:after {
        display: none; }
      .filter .filter-group .f-dropdown.content li.selected, .filter .filter-group .f-dropdown.content li:hover, .filter .filter-group .custom.dropdown.sort ul li.selected, .filter .filter-group .custom.dropdown.sort ul li:hover {
        background: transparent; }
      .filter .filter-group .f-dropdown.content li:hover label, .filter .filter-group .custom.dropdown.sort ul li:hover label {
        color: black; }
    .filter .filter-group .custom.dropdown.sort {
      cursor: default; }
      .filter .filter-group .custom.dropdown.sort li {
        cursor: pointer;
        font-size: 0.85714em;
        line-height: 1.21429em;
        min-height: 1.21429em;
        margin-bottom: 8px;
        padding: 0 0 0 20px;
        position: relative; }
        .filter .filter-group .custom.dropdown.sort li.selected, .filter .filter-group .custom.dropdown.sort li:hover {
          cursor: pointer;
          background: transparent; }
        .filter .filter-group .custom.dropdown.sort li.selected:before {
          content: "\2713";
          font-family: "dialogue-icons";
          font-size: 16px;
          left: 0;
          margin-top: -1px;
          margin-left: 4px;
          position: absolute;
          top: 0;
          height: 16px;
          width: 16px; }
    .filter .filter-group label.checkbox {
      padding-left: 20px; }
      .filter .filter-group label.checkbox .icon {
        color: #7a7b77;
        display: inline-block;
        font-size: 1em;
        text-align: center;
        float: right;
        text-align: center;
        width: 16px; }
      .filter .filter-group label.checkbox .custom.checkbox {
        border-width: 0;
        display: block;
        float: left;
        margin-left: -20px; }
        .filter .filter-group label.checkbox .custom.checkbox.checked:before {
          content: "\2713";
          font-family: "dialogue-icons";
          font-size: 16px;
          margin-top: 8px;
          margin-left: -4px; }
  .filter .search {
    margin-top: 11px;
    margin-right: 1.42857em;
    margin-bottom: 20px; }

form.search-box {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 20px;
  padding: 1.42857em 1.07143em; }

.search {
  position: relative; }
  .search .input {
    margin-right: 45px; }
    .search .input input {
      margin-bottom: 0; }
  .search button {
    background: transparent;
    border-color: #e7e8e2;
    color: #7a7b77;
    font: normal normal 16px/32px dialogue-icons;
    height: 34px;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 35px; }

body.search .features form {
  margin-bottom: 0;
  position: relative; }
  body.search .features form input {
    font-size: 1.25em; }
  body.search .features form .input {
    margin-right: 54px; }
  body.search .features form button {
    font-size: 18px;
    height: 42px;
    width: 44px; }

.pagination {
  margin: 20px 0;
  text-align: right; }
  .pagination .pagination-text {
    float: left;
    line-height: 24px; }
  .pagination a {
    display: inline-block;
    border: 1px solid #575654;
    font-size: 0.928em;
    font-weight: 600;
    padding: 3px;
    line-height: 18px;
    width: 24px;
    text-align: center;
    vertical-align: bottom; }
    .pagination a:hover {
      color: white;
      background: #575654; }
    .pagination a.page-next, .pagination a.page-previous, .pagination a.page-first, .pagination a.page-last {
      line-height: 18px;
      padding: 2px 1px 4px; }

@font-face {
  font-family: 'dialogue-icons';
  src: url("../fonts/dialogue-icons.eot");
  src: url("../fonts/dialogue-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/dialogue-icons.ttf") format("truetype"); }
.default .top-bar-section ul li > a.current, .default .top-bar-section ul li > a.current-parent, body .default .top-bar-section ul li > a.current, body .default .top-bar-section ul li > a.current-parent {
  background: #3f809b;
  color: #fff; }
  .default .top-bar-section ul li > a.current:after, .default .top-bar-section ul li > a.current-parent:after, body .default .top-bar-section ul li > a.current:after, body .default .top-bar-section ul li > a.current-parent:after {
    border-top-color: white; }
.default .top-bar .name h1 a .four, body .default .top-bar .name h1 a .four {
  color: #3f809b; }
.default a.button.primary:hover, body .default a.button.primary:hover {
  background-color: #204a65; }
.default .top-bar-section .default .dropdown, body .default .top-bar-section .default .dropdown, .default .top-bar-section body .default .dropdown, body .default .top-bar-section body .default .dropdown {
  background-color: #3f809b; }
  .default .top-bar-section .default .dropdown a, body .default .top-bar-section .default .dropdown a, .default .top-bar-section body .default .dropdown a, body .default .top-bar-section body .default .dropdown a {
    background-color: #3f809b;
    color: white; }
    .default .top-bar-section .default .dropdown a:hover, body .default .top-bar-section .default .dropdown a:hover, .default .top-bar-section body .default .dropdown a:hover, body .default .top-bar-section body .default .dropdown a:hover {
      background-color: #528ca5; }
.default .page-header, .page-header .default, body .default .page-header, .page-header body .default {
  background: #204a65; }
.default.feature.home, body .default.feature.home {
  background: #204a65;
  color: #e7e8e2; }
  .default.feature.home h2, body .default.feature.home h2 {
    color: #3f809b; }
  .default.feature.home h3, .default.feature.home .date, .default.feature.home small, body .default.feature.home h3, body .default.feature.home .date, body .default.feature.home small {
    color: #e7e8e2; }
.default .feature p.title, .default .feature p.title a,
.default .feature .date.full, body .default .feature p.title, body .default .feature p.title a,
body .default .feature .date.full {
  color: #204a65; }
.default .feature h1, body .default .feature h1 {
  color: #3f809b; }
@media only screen and (max-width: 769px) {
  .default .homepage-features .feature h1, body .default .homepage-features .feature h1 {
    background-color: #3f809b;
    color: #204a65; } }
.default .page-header .feature p.title, .default .page-header .feature p.title a, .default .page-header .feature a, body .default .page-header .feature p.title, body .default .page-header .feature p.title a, body .default .page-header .feature a {
  color: white; }
.default .context-header, body .default .context-header {
  background: #204a65;
  color: white; }
.default .date.stacked, body .default .date.stacked {
  background-color: #3f809b;
  color: #e7e8e2; }
.default .button, body .default .button {
  background-color: transparent;
  border-color: #204a65;
  color: #204a65;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .default .button:hover, body .default .button:hover {
    background-color: #204a65;
    color: white; }
  .default .button.secondary, body .default .button.secondary {
    background-color: transparent;
    border-color: #3f809b;
    color: #3f809b; }
    .default .button.secondary:hover, body .default .button.secondary:hover {
      background: #3f809b;
      border-color: #3f809b;
      color: #fff; }
  .default .button.tertiary, body .default .button.tertiary {
    background-color: transparent;
    border-color: #7a7b77;
    color: #7a7b77; }
    .default .button.tertiary:hover, body .default .button.tertiary:hover {
      border-color: #575654;
      color: #575654; }
  .default .button.reversed, body .default .button.reversed {
    background-color: transparent;
    border-color: #e7e8e2;
    color: #e7e8e2; }
    .default .button.reversed:hover, body .default .button.reversed:hover {
      background: #e7e8e2;
      color: #204a65; }
.page-header .default .feature .feature-content .actions .button.primary:hover, .page-header body .default .feature .feature-content .actions .button.primary:hover {
  color: #204a65; }
.default .page-content header.content-header .nav-bg, .default .page-content header.content-header nav, body .default .page-content header.content-header .nav-bg, body .default .page-content header.content-header nav {
  background-color: #3f809b; }
.default .page-content header.content-header nav li.active, body .default .page-content header.content-header nav li.active {
  background-color: #204a65; }
.default .page-content header.content-header nav li a, body .default .page-content header.content-header nav li a {
  background-color: transparent;
  color: white; }
  .default .page-content header.content-header nav li a:hover, body .default .page-content header.content-header nav li a:hover {
    background-color: #6f9fb4; }
  .default .page-content header.content-header nav li a.icon:hover, body .default .page-content header.content-header nav li a.icon:hover {
    background-color: transparent; }
.default .page-content aside .content-header, body .default .page-content aside .content-header {
  background-color: #55a2c3; }
.default .page-content aside .categorization ul li, body .default .page-content aside .categorization ul li {
  background-color: #204a65; }
.default .synopsis .identifier .date.stacked, .default.synopsis .identifier .date.stacked, body .default .synopsis .identifier .date.stacked, body .default.synopsis .identifier .date.stacked {
  color: #7a7b77;
  background: transparent; }
.default .synopsis .identifier .icon, .default.synopsis .identifier .icon, body .default .synopsis .identifier .icon, body .default.synopsis .identifier .icon {
  color: #204a65; }
  .default .synopsis .identifier .icon.recently-updated, .default.synopsis .identifier .icon.recently-updated, body .default .synopsis .identifier .icon.recently-updated, body .default.synopsis .identifier .icon.recently-updated {
    color: #3f809b; }
.default.internal-ad .figure .icon, .default.internal-ad h1, .default.internal-ad footer a, body .default.internal-ad .figure .icon, body .default.internal-ad h1, body .default.internal-ad footer a {
  color: #204a65; }
.default .feature-content .icon.resource-icon, body .default .feature-content .icon.resource-icon {
  background-color: #3f809b;
  color: #204a65; }
.default .pagination a, body .default .pagination a {
  border-color: #204a65;
  color: #204a65; }
  .default .pagination a:hover, .default .pagination a.active, body .default .pagination a:hover, body .default .pagination a.active {
    background-color: #204a65;
    color: white; }

.page-nav {
  border-bottom: 1px solid #e7e8e2;
  padding: 10px 0 5px;
  position: relative;
  z-index: 101; }
  @media only screen and (min-width: 768px) {
    .page-nav {
      padding: 33px 0 20px; } }
  .page-nav .top-bar .title-area .name h1 a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .page-nav .top-bar .title-area .name h1 a {
        font-size: 32px;
        height: 34px;
        line-height: 34px;
        padding: 0; } }
  .page-nav .top-bar ul li a.button {
    background-color: white;
    height: 34px;
    line-height: 16px;
    padding: 9px 20px;
    position: relative;
    top: 0; }
    @media only screen and (min-width: 768px) {
      .page-nav .top-bar ul li a.button {
        margin-left: 10px; } }
  .page-nav .top-bar .has-dropdown:hover li a {
    box-shadow: none; }
  .page-nav .top-bar .phi-logo-container {
    padding-left: 15px;
    margin-left: 25px;
    height: 31px;
    position: relative;
    bottom: -2px;
    display: inline-block; }
  .page-nav .top-bar .donate {
    margin-left: 10px;
    margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .page-nav .top-bar .donate {
        margin-left: 0;
        margin-right: 0; } }
  .page-nav .top-bar .phi-logo {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 31px;
    text-indent: -99999px;
    background: url("../img/phi-header.png") no-repeat center center; }
  .page-nav .top-bar .dropdown {
    background-color: #f6f6f1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    margin-right: -50px;
    padding: 10px 0; }
    .page-nav .top-bar .dropdown a {
      box-shadow: none;
      font-weight: 400;
      padding-left: 15px;
      padding-right: 15px; }
      .page-nav .top-bar .dropdown a:hover {
        background-color: #ddddd8;
        font-weight: 400; }

.top-bar .toggle-topbar.menu-icon a span {
  -moz-box-shadow: 0 10px 0 1px #7a7b77, 0 16px 0 1px #7a7b77, 0 22px 0 1px #7a7b77; }

.page-header {
  padding-bottom: 90px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  z-index: 95; }
  .page-header h1, .page-header p {
    color: #e7e8e2;
    margin: 0; }
  .page-header h1 {
    font-size: 2.42857em; }
  .page-header p {
    font-size: 1.28571em; }
  @media only screen and (max-width: 769px) {
    .page-header {
      padding-top: 20px;
      padding-bottom: 50px; }
      .page-header h1 {
        font-size: 1.42857em; }
      .page-header p {
        font-size: 0.92857em; } }

.page-content {
  margin-top: -50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100; }
  @media only screen and (max-width: 769px) {
    .page-content {
      margin-top: -30px; } }
  .page-content h1.content-section-header {
    font-size: 1.85714em;
    margin-top: 35px; }
  .page-content header.content-header {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .page-content header.content-header.sticky {
      height: 62px; }
      .page-content header.content-header.sticky .nav-bg {
        display: block;
        height: 50px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 90; }
      .page-content header.content-header.sticky nav {
        max-width: 71.71429em;
        position: fixed;
        top: 0;
        width: 71.71429em; }
    .page-content header.content-header .nav-bg {
      display: none; }
    .page-content header.content-header nav {
      height: 50px;
      line-height: 34px;
      position: relative;
      z-index: 100; }
      .page-content header.content-header nav li {
        display: block;
        float: left;
        margin: 0; }
        .page-content header.content-header nav li a, .page-content header.content-header nav li span {
          display: inline-block;
          padding: 0 18px;
          font-size: 0.92857em;
          font-weight: 700;
          height: 34px;
          line-height: 34px;
          background-color: transparent;
          border-color: #f6f6f1;
          color: #f6f6f1;
          text-transform: uppercase; }
          .page-content header.content-header nav li a.button, .page-content header.content-header nav li span.button {
            margin-right: 16px;
            line-height: 32px; }
          .page-content header.content-header nav li a.share-title, .page-content header.content-header nav li span.share-title {
            padding-right: 6px; }
          .page-content header.content-header nav li a.icon, .page-content header.content-header nav li span.icon {
            font-size: 20px;
            padding: 0 6px; }
            .page-content header.content-header nav li a.icon:hover, .page-content header.content-header nav li span.icon:hover {
              background-color: transparent; }
        .page-content header.content-header nav li ul {
          display: inline-block;
          vertical-align: middle; }
        .page-content header.content-header nav li.share {
          float: right; }
    @media only screen and (max-width: 769px) {
      .page-content header.content-header {
        padding-left: 0;
        padding-right: 0; }
        .page-content header.content-header nav {
          padding: 0; }
          .page-content header.content-header nav li {
            margin: 0;
            padding: 0;
            position: relative;
            height: 50px;
            width: 64px; }
            .page-content header.content-header nav li a, .page-content header.content-header nav li a.button {
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              padding: 3px;
              font-size: 8px;
              line-height: 11px;
              margin: 0;
              font-weight: 400;
              text-align: center;
              width: auto;
              height: auto; } }
  .page-content .category-header {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: white;
    margin-bottom: 20px;
    padding: 20px; }
    .page-content .category-header h2 {
      font-size: 2em;
      margin: 0; }
  .page-content .main {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: white;
    margin-bottom: 20px;
    padding: 15px 15px 10px; }
    @media only screen and (min-width: 768px) {
      .page-content .main {
        padding: 30px 30px 10px; } }
    .page-content .main h2 {
      font-size: 26px;
      margin-bottom: 10px; }
    .page-content .main ul.list li {
      margin-left: 40px; }
    .page-content .main article p:first-child:first-letter {
      float: left;
      font-size: 43px;
      font-weight: 700;
      line-height: 1em;
      padding: 0 5px 0 0;
      vertical-align: top; }
    .page-content .main article img {
      border: 1px solid #7a7b77;
      margin-bottom: 20px;
      width: 60%; }
      .page-content .main article img.right {
        margin-left: 20px; }
      .page-content .main article img.left {
        margin-right: 20px; }
    .page-content .main article h2 {
      font-size: 1.42857em; }
    .page-content .main article h3 {
      font-size: 1.14286em; }
    .page-content .main footer {
      background-color: #f6f6f1;
      border-top: 1px solid #e7e8e2;
      margin: 30px -30px -10px;
      padding: 30px; }
      .page-content .main footer h2 {
        font-size: 1.71429em; }
      .page-content .main footer h3 {
        font: 400 normal 13px/18px "Open Sans", sans-serif;
        letter-spacing: 1px;
        margin: 0 0 10px;
        text-transform: uppercase; }
      .page-content .main footer p {
        font-style: italic;
        line-height: 20px;
        margin-bottom: 0; }
  .page-content aside h1 {
    font-size: 1.28571em; }
  .page-content aside section {
    margin-bottom: 10px; }
  .page-content aside .content-header {
    margin-bottom: 20px; }
  .page-content aside .resources {
    margin-bottom: 0px; }
    .page-content aside .resources ul {
      list-style-type: none;
      margin-bottom: 0px; }
      .page-content aside .resources ul li {
        margin-bottom: 0; }
        .page-content aside .resources ul li .button {
          font-size: 0.92857em;
          margin-bottom: 10px;
          text-transform: uppercase;
          vertical-align: middle; }
          .page-content aside .resources ul li .button .icon {
            font-family: "dialogue-icons";
            font-size: 16px;
            text-transform: lowercase; }
  .page-content aside .categorization {
    margin-bottom: 20px; }
    .page-content aside .categorization > ul {
      list-style-type: none; }
      .page-content aside .categorization > ul > li {
        color: white;
        margin-bottom: 1px;
        padding: 7px 10px; }
        .page-content aside .categorization > ul > li label {
          color: white;
          font-size: 0.78571em;
          line-height: 1.2em;
          margin-bottom: 1px;
          text-transform: uppercase; }
    .page-content aside .categorization ul ul {
      display: block; }
      .page-content aside .categorization ul ul li {
        font-size: 14px;
        line-height: 1.2em; }
        .page-content aside .categorization ul ul li a {
          color: white; }
    .page-content aside .categorization.top {
      margin-bottom: 0; }
      .page-content aside .categorization.top > ul {
        margin-bottom: 0; }
  .page-content aside .card {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: white;
    margin-bottom: 20px;
    padding: 20px; }
    .page-content aside .card h2 {
      font-size: 20px; }
    .page-content aside .card p {
      margin-bottom: 0.8em; }
    .page-content aside .card a {
      font-style: italic; }
    .page-content aside .card.donate a {
      font-style: normal;
      margin: 10px 0 0; }
    .page-content aside .card .slideshow-wrapper li {
      background-color: white; }
    .page-content aside .card .orbit-bullets {
      line-height: 16px;
      margin-bottom: 0;
      overflow: visible;
      top: auto; }

ul.comma-separated, .page-content aside .categorization ul ul {
  list-style-type: none;
  margin: 0;
  display: inline;
  padding: 0; }
  ul.comma-separated li, .page-content aside .categorization ul ul li {
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: none; }
    ul.comma-separated li:after, .page-content aside .categorization ul ul li:after {
      content: ","; }
    ul.comma-separated li:last-child:after, .page-content aside .categorization ul ul li:last-child:after {
      content: ""; }

.page-footer {
  background: #204a65;
  color: #e7e8e2;
  padding-top: 20px;
  font-size: 0.92857em;
  line-height: 1.14286em; }
  .page-footer .mailing-list input {
    border-color: white;
    box-shadow: none;
    height: 2.28571em;
    line-height: 1em;
    padding-top: 0.64286em; }
  .page-footer .mailing-list .button.small {
    display: block; }
    @media only screen and (min-width: 768px) {
      .page-footer .mailing-list .button.small {
        display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .page-footer {
      font-size: 1em;
      line-height: 1.42857em; } }
  .page-footer a {
    color: #e7e8e2; }
  .page-footer ul.social-links {
    margin: 0 auto 1.21429em auto;
    margin-left: -1.57143em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .page-footer ul.social-links > li {
      list-style: none;
      float: left;
      margin-left: 1.57143em;
      display: block; }
      .page-footer ul.social-links > li > * {
        display: block; }
    .page-footer ul.social-links a.icon {
      text-shadow: 0 0 5px 0 black;
      font: normal normal 18px "dialogue-icons";
      display: block; }
      @media only screen and (min-width: 768px) {
        .page-footer ul.social-links a.icon {
          font: normal normal 28px "dialogue-icons"; } }
  .page-footer p .phi-logo {
    float: left;
    margin: 5px 10px 0 0; }
    .page-footer p .phi-logo img {
      width: 60px; }
    @media only screen and (min-width: 768px) {
      .page-footer p .phi-logo {
        margin: 5px 15px 20px 0; }
        .page-footer p .phi-logo img {
          width: 90px; } }
  .page-footer ul.funder-links {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    list-style-type: none; }
    .page-footer ul.funder-links li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      margin: 10px; }
      .page-footer ul.funder-links li a {
        display: block;
        width: 120px; }
        @media only screen and (min-width: 768px) {
          .page-footer ul.funder-links li a {
            width: auto; } }
  .page-footer h1 {
    color: #e7e8e2;
    font-family: "Open Sans", sans-serif;
    font-size: 0.92857em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .page-footer li {
    list-style-type: none; }
  .page-footer section.funders, .page-footer section.legal {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    width: 100%;
    float: left; }
    .page-footer section.funders .content, .page-footer section.legal .content {
      border-top: 1px solid #3f809b;
      text-align: center; }
  .page-footer section.funders .content {
    padding-top: 20px;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .page-footer section.funders .content {
        padding-bottom: 20px; } }
  .page-footer section.legal .content {
    font-size: 12px;
    line-height: 1.6em;
    padding-top: 15px;
    padding-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .page-footer section.legal .content {
        font-size: inherit;
        line-height: inherit;
        padding-top: 30px;
        padding-bottom: 80px; } }

body.resource-library .section-container.auto > section > .title {
  background: #e7e8e2;
  text-align: center; }
  body.resource-library .section-container.auto > section > .title a {
    color: #637b37; }
    body.resource-library .section-container.auto > section > .title a .icon {
      display: block;
      font: normal normal 48px/60px "dialogue-icons"; }
body.resource-library .section-container.auto > section.active > .title {
  background: #9ebe47; }
  body.resource-library .section-container.auto > section.active > .title a {
    color: white; }
  body.resource-library .section-container.auto > section.active > .title:after {
    content: "";
    display: block;
    border-top: 15px solid #9ebe47;
    border-left: 80px solid white;
    border-right: 80px solid white;
    border-bottom: 0 solid white;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0; }

.testimonials blockquote {
  border-left-width: 0;
  color: #575654;
  font-style: italic;
  padding: 0; }
  .testimonials blockquote footer {
    font-style: normal;
    font-size: 0.85714em;
    text-align: right;
    text-transform: uppercase; }

.content-header.socialization {
  background-color: black;
  height: 50px;
  padding: 10px;
  text-align: center; }
  .content-header.socialization h1, .content-header.socialization a {
    color: white; }
  .content-header.socialization h1 {
    font: 600 normal 13px/30px "Open Sans", sans-serif;
    margin: 0;
    display: inline;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .content-header.socialization ul {
    list-style-type: none; }
    .content-header.socialization ul, .content-header.socialization ul li {
      display: inline; }
      .content-header.socialization ul a.icon, .content-header.socialization ul li a.icon {
        font-size: 20px;
        line-height: 30px;
        margin-left: 13px; }

body.about.category-entries .block-grid {
  margin-bottom: 0; }

body.about.category-index .main li.category {
  margin-left: 20px;
  margin-bottom: 10px; }
  body.about.category-index .main li.category a {
    font-size: 1.3em;
    font-family: "museo-slab", serif;
    font-style: italic;
    font-weight: 300; }

form.mailing-list ul {
  list-style: none; }
form.mailing-list .input-group label {
  display: inline-block;
  margin-left: 8px; }
form.mailing-list .input-group strong {
  display: block;
  margin-bottom: 15px; }

.web-forums .top-bar-section ul li > a.current, .web-forums .top-bar-section ul li > a.current-parent, body .web-forums .top-bar-section ul li > a.current, body .web-forums .top-bar-section ul li > a.current-parent {
  background: #8c668d;
  color: #fff; }
  .web-forums .top-bar-section ul li > a.current:after, .web-forums .top-bar-section ul li > a.current-parent:after, body .web-forums .top-bar-section ul li > a.current:after, body .web-forums .top-bar-section ul li > a.current-parent:after {
    border-top-color: white; }
.web-forums .top-bar .name h1 a .four, body .web-forums .top-bar .name h1 a .four {
  color: #8c668d; }
.web-forums a.button.primary:hover, body .web-forums a.button.primary:hover {
  background-color: #5f3a60; }
.web-forums .top-bar-section .web-forums .dropdown, body .web-forums .top-bar-section .web-forums .dropdown, .web-forums .top-bar-section body .web-forums .dropdown, body .web-forums .top-bar-section body .web-forums .dropdown {
  background-color: #8c668d; }
  .web-forums .top-bar-section .web-forums .dropdown a, body .web-forums .top-bar-section .web-forums .dropdown a, .web-forums .top-bar-section body .web-forums .dropdown a, body .web-forums .top-bar-section body .web-forums .dropdown a {
    background-color: #8c668d;
    color: white; }
    .web-forums .top-bar-section .web-forums .dropdown a:hover, body .web-forums .top-bar-section .web-forums .dropdown a:hover, .web-forums .top-bar-section body .web-forums .dropdown a:hover, body .web-forums .top-bar-section body .web-forums .dropdown a:hover {
      background-color: #977598; }
.web-forums .page-header, .page-header .web-forums, body .web-forums .page-header, .page-header body .web-forums {
  background: #5f3a60; }
.web-forums.feature.home, body .web-forums.feature.home {
  background: #5f3a60;
  color: #e7e8e2; }
  .web-forums.feature.home h2, body .web-forums.feature.home h2 {
    color: #8c668d; }
  .web-forums.feature.home h3, .web-forums.feature.home .date, .web-forums.feature.home small, body .web-forums.feature.home h3, body .web-forums.feature.home .date, body .web-forums.feature.home small {
    color: #e7e8e2; }
.web-forums .feature p.title, .web-forums .feature p.title a,
.web-forums .feature .date.full, body .web-forums .feature p.title, body .web-forums .feature p.title a,
body .web-forums .feature .date.full {
  color: #5f3a60; }
.web-forums .feature h1, body .web-forums .feature h1 {
  color: #8c668d; }
@media only screen and (max-width: 769px) {
  .web-forums .homepage-features .feature h1, body .web-forums .homepage-features .feature h1 {
    background-color: #8c668d;
    color: #5f3a60; } }
.web-forums .page-header .feature p.title, .web-forums .page-header .feature p.title a, .web-forums .page-header .feature a, body .web-forums .page-header .feature p.title, body .web-forums .page-header .feature p.title a, body .web-forums .page-header .feature a {
  color: white; }
.web-forums .context-header, body .web-forums .context-header {
  background: #5f3a60;
  color: white; }
.web-forums .date.stacked, body .web-forums .date.stacked {
  background-color: #8c668d;
  color: #e7e8e2; }
.web-forums .button, body .web-forums .button {
  background-color: transparent;
  border-color: #5f3a60;
  color: #5f3a60;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .web-forums .button:hover, body .web-forums .button:hover {
    background-color: #5f3a60;
    color: white; }
  .web-forums .button.secondary, body .web-forums .button.secondary {
    background-color: transparent;
    border-color: #8c668d;
    color: #8c668d; }
    .web-forums .button.secondary:hover, body .web-forums .button.secondary:hover {
      background: #8c668d;
      border-color: #8c668d;
      color: #fff; }
  .web-forums .button.tertiary, body .web-forums .button.tertiary {
    background-color: transparent;
    border-color: #7a7b77;
    color: #7a7b77; }
    .web-forums .button.tertiary:hover, body .web-forums .button.tertiary:hover {
      border-color: #575654;
      color: #575654; }
  .web-forums .button.reversed, body .web-forums .button.reversed {
    background-color: transparent;
    border-color: #e7e8e2;
    color: #e7e8e2; }
    .web-forums .button.reversed:hover, body .web-forums .button.reversed:hover {
      background: #e7e8e2;
      color: #5f3a60; }
.page-header .web-forums .feature .feature-content .actions .button.primary:hover, .page-header body .web-forums .feature .feature-content .actions .button.primary:hover {
  color: #5f3a60; }
.web-forums .page-content header.content-header .nav-bg, .web-forums .page-content header.content-header nav, body .web-forums .page-content header.content-header .nav-bg, body .web-forums .page-content header.content-header nav {
  background-color: #8c668d; }
.web-forums .page-content header.content-header nav li.active, body .web-forums .page-content header.content-header nav li.active {
  background-color: #5f3a60; }
.web-forums .page-content header.content-header nav li a, body .web-forums .page-content header.content-header nav li a {
  background-color: transparent;
  color: white; }
  .web-forums .page-content header.content-header nav li a:hover, body .web-forums .page-content header.content-header nav li a:hover {
    background-color: #a88ca9; }
  .web-forums .page-content header.content-header nav li a.icon:hover, body .web-forums .page-content header.content-header nav li a.icon:hover {
    background-color: transparent; }
.web-forums .page-content aside .content-header, body .web-forums .page-content aside .content-header {
  background-color: #8c668d; }
.web-forums .page-content aside .categorization ul li, body .web-forums .page-content aside .categorization ul li {
  background-color: #5f3a60; }
.web-forums .synopsis .identifier .date.stacked, .web-forums.synopsis .identifier .date.stacked, body .web-forums .synopsis .identifier .date.stacked, body .web-forums.synopsis .identifier .date.stacked {
  color: #7a7b77;
  background: transparent; }
.web-forums .synopsis .identifier .icon, .web-forums.synopsis .identifier .icon, body .web-forums .synopsis .identifier .icon, body .web-forums.synopsis .identifier .icon {
  color: #5f3a60; }
  .web-forums .synopsis .identifier .icon.recently-updated, .web-forums.synopsis .identifier .icon.recently-updated, body .web-forums .synopsis .identifier .icon.recently-updated, body .web-forums.synopsis .identifier .icon.recently-updated {
    color: #8c668d; }
.web-forums.internal-ad .figure .icon, .web-forums.internal-ad h1, .web-forums.internal-ad footer a, body .web-forums.internal-ad .figure .icon, body .web-forums.internal-ad h1, body .web-forums.internal-ad footer a {
  color: #5f3a60; }
.web-forums .feature-content .icon.resource-icon, body .web-forums .feature-content .icon.resource-icon {
  background-color: #8c668d;
  color: #5f3a60; }
.web-forums .pagination a, body .web-forums .pagination a {
  border-color: #5f3a60;
  color: #5f3a60; }
  .web-forums .pagination a:hover, .web-forums .pagination a.active, body .web-forums .pagination a:hover, body .web-forums .pagination a.active {
    background-color: #5f3a60;
    color: white; }

body.web-forums .features {
  position: relative;
  height: 403px;
  padding: 40px 30px; }
  body.web-forums .features .feature-nav {
    position: absolute;
    left: 0;
    top: 0; }
    body.web-forums .features .feature-nav .feature-nav-prev, body.web-forums .features .feature-nav .feature-nav-next {
      display: block;
      font-size: 24px;
      line-height: 39px;
      text-align: center;
      width: 50px; }
    body.web-forums .features .feature-nav .feature-nav-prev, body.web-forums .features .feature-nav .feature-nav-next, body.web-forums .features .feature-nav .date.stacked.small, body.web-forums .features .feature-nav .synopsis .date.stacked, .synopsis body.web-forums .features .feature-nav .date.stacked {
      background-color: #e7e8e2;
      color: #8c668d; }
      body.web-forums .features .feature-nav .feature-nav-prev:hover, body.web-forums .features .feature-nav .feature-nav-next:hover, body.web-forums .features .feature-nav .date.stacked.small:hover, body.web-forums .features .feature-nav .synopsis .date.stacked:hover, .synopsis body.web-forums .features .feature-nav .date.stacked:hover {
        color: #5f3a60; }
    body.web-forums .features .feature-nav .feature-nav-prev {
      margin-bottom: 1px; }
    body.web-forums .features .feature-nav .feature-nav-next {
      margin-top: 1px; }
    body.web-forums .features .feature-nav .list-offset-wrapper {
      height: 323px;
      overflow: hidden;
      position: relative;
      width: 80px; }
      @media only screen and (max-width: 769px) {
        body.web-forums .features .feature-nav .list-offset-wrapper {
          width: 50px; } }
      body.web-forums .features .feature-nav .list-offset-wrapper .list-offset {
        position: absolute;
        top: 0; }
      body.web-forums .features .feature-nav .list-offset-wrapper ul {
        display: block;
        list-style-type: none;
        margin: 0; }
        body.web-forums .features .feature-nav .list-offset-wrapper ul li {
          overflow: hidden;
          margin-bottom: 1px;
          padding-top: 5em;
          height: 5em; }
          body.web-forums .features .feature-nav .list-offset-wrapper ul li .date.stacked {
            margin-top: 0; }
          body.web-forums .features .feature-nav .list-offset-wrapper ul li .date.stacked.small, body.web-forums .features .feature-nav .list-offset-wrapper ul li .synopsis .date.stacked, .synopsis body.web-forums .features .feature-nav .list-offset-wrapper ul li .date.stacked {
            margin-top: -5em; }
          body.web-forums .features .feature-nav .list-offset-wrapper ul li.active {
            height: 7.85714em;
            padding: 0; }
          @media only screen and (max-width: 769px) {
            body.web-forums .features .feature-nav .list-offset-wrapper ul li {
              padding-top: 2.14286em;
              height: 2.14286em; }
              body.web-forums .features .feature-nav .list-offset-wrapper ul li .date.stacked.small, body.web-forums .features .feature-nav .list-offset-wrapper ul li .synopsis .date.stacked, .synopsis body.web-forums .features .feature-nav .list-offset-wrapper ul li .date.stacked {
                margin-top: -2.14286em; }
              body.web-forums .features .feature-nav .list-offset-wrapper ul li.active {
                height: 4.28571em; } }
  body.web-forums .features .feature {
    display: none;
    padding-left: 5em; }
    body.web-forums .features .feature.active {
      display: block; }
  @media only screen and (max-width: 769px) {
    body.web-forums .features {
      height: auto;
      padding: 15px 20px; }
      body.web-forums .features .feature {
        padding-left: 2.85714em; }
        body.web-forums .features .feature .feature-image {
          left: 2.85714em; } }

.page-content nav {
  padding: 9px 9px 0 9px; }
  .page-content nav ul {
    margin: 0;
    padding: 0; }
.page-content .video-player {
  margin-bottom: 40px; }

.main article li {
  margin-left: 30px; }

aside .sponsors {
  display: block;
  padding: 0;
  margin: 0 -0.71429em;
  *zoom: 1; }
  aside .sponsors:before, aside .sponsors:after {
    content: " ";
    display: table; }
  aside .sponsors:after {
    clear: both; }
  aside .sponsors > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em; }
  aside .sponsors > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em; }
    aside .sponsors > li:nth-of-type(n) {
      clear: none; }
    aside .sponsors > li:nth-of-type(2n+1) {
      clear: both; }

.sponsor-card a.card-content {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 0;
  padding: 19px; }
  .sponsor-card a.card-content:hover {
    filter: none;
    -webkit-filter: grayscale(0); }

img.bio-photo {
  border: 4px solid #f6f6f1; }

a img.bio-photo {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  a img.bio-photo:hover {
    filter: none;
    -webkit-filter: none; }

.participant-detail {
  width: auto;
  margin-left: -0.71429em;
  margin-right: -0.71429em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
  padding-bottom: 20px; }
  .participant-detail:before, .participant-detail:after {
    content: " ";
    display: table; }
  .participant-detail:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .participant-detail aside {
      position: relative;
      padding-left: 0.71429em;
      padding-right: 0.71429em;
      width: 33.33333%;
      float: left; } }
  .participant-detail aside .partner-photo, .participant-detail aside .project-photo, .participant-detail aside img.bio-photo {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px; }
  .participant-detail aside .partner-photo, .participant-detail aside .project-photo {
    padding: 20px; }
  .participant-detail aside ul.social {
    list-style-type: none; }
    .participant-detail aside ul.social li {
      display: inline; }
      .participant-detail aside ul.social li a {
        font-size: 1.42857em;
        color: #7a7b77;
        padding: 4px; }
        .participant-detail aside ul.social li a:hover {
          color: #575654; }
  .participant-detail aside .contact-info h4 {
    font: 600 normal 12px/18px "Open Sans", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase; }
  .participant-detail aside .contact-info ul {
    list-style-type: none; }
    .participant-detail aside .contact-info ul li {
      margin: 0;
      font: 300 normal 12px/18px "Open Sans", sans-serif; }
  .participant-detail aside .websites a {
    display: block;
    font-size: 13px;
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .participant-detail .details {
      position: relative;
      padding-left: 0.71429em;
      padding-right: 0.71429em;
      width: 66.66667%;
      float: left; } }
  .participant-detail .details h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
    .participant-detail .details h3 a {
      color: #575654; }
  .participant-detail .details p {
    line-height: 24px;
    margin-bottom: 10px; }
  .participant-detail .details .title {
    font-weight: 600;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 2px; }
  .participant-detail .details .organization {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0; }
  .participant-detail .details .location {
    font-size: 13px;
    margin-bottom: 8px; }
  .participant-detail .details .additional-positions {
    border-top: 1px solid #e7e8e2;
    list-style-type: none;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .participant-detail .details .additional-positions li {
      padding-top: 4px; }

.archives-notice {
  border-top: 1px solid #e7e8e2;
  color: #7a7b77;
  font-style: italic;
  margin-top: 40px;
  padding: 30px 10px 0;
  text-align: center; }

.resource-library .top-bar-section ul li > a.current, .resource-library .top-bar-section ul li > a.current-parent, body .resource-library .top-bar-section ul li > a.current, body .resource-library .top-bar-section ul li > a.current-parent {
  background: #9ebe47;
  color: #fff; }
  .resource-library .top-bar-section ul li > a.current:after, .resource-library .top-bar-section ul li > a.current-parent:after, body .resource-library .top-bar-section ul li > a.current:after, body .resource-library .top-bar-section ul li > a.current-parent:after {
    border-top-color: white; }
.resource-library .top-bar .name h1 a .four, body .resource-library .top-bar .name h1 a .four {
  color: #9ebe47; }
.resource-library a.button.primary:hover, body .resource-library a.button.primary:hover {
  background-color: #637b37; }
.resource-library .top-bar-section .resource-library .dropdown, body .resource-library .top-bar-section .resource-library .dropdown, .resource-library .top-bar-section body .resource-library .dropdown, body .resource-library .top-bar-section body .resource-library .dropdown {
  background-color: #9ebe47; }
  .resource-library .top-bar-section .resource-library .dropdown a, body .resource-library .top-bar-section .resource-library .dropdown a, .resource-library .top-bar-section body .resource-library .dropdown a, body .resource-library .top-bar-section body .resource-library .dropdown a {
    background-color: #9ebe47;
    color: white; }
    .resource-library .top-bar-section .resource-library .dropdown a:hover, body .resource-library .top-bar-section .resource-library .dropdown a:hover, .resource-library .top-bar-section body .resource-library .dropdown a:hover, body .resource-library .top-bar-section body .resource-library .dropdown a:hover {
      background-color: #a7c459; }
.resource-library .page-header, .page-header .resource-library, body .resource-library .page-header, .page-header body .resource-library {
  background: #637b37; }
.resource-library.feature.home, body .resource-library.feature.home {
  background: #637b37;
  color: #e7e8e2; }
  .resource-library.feature.home h2, body .resource-library.feature.home h2 {
    color: #9ebe47; }
  .resource-library.feature.home h3, .resource-library.feature.home .date, .resource-library.feature.home small, body .resource-library.feature.home h3, body .resource-library.feature.home .date, body .resource-library.feature.home small {
    color: #e7e8e2; }
.resource-library .feature p.title, .resource-library .feature p.title a,
.resource-library .feature .date.full, body .resource-library .feature p.title, body .resource-library .feature p.title a,
body .resource-library .feature .date.full {
  color: #637b37; }
.resource-library .feature h1, body .resource-library .feature h1 {
  color: #9ebe47; }
@media only screen and (max-width: 769px) {
  .resource-library .homepage-features .feature h1, body .resource-library .homepage-features .feature h1 {
    background-color: #9ebe47;
    color: #637b37; } }
.resource-library .page-header .feature p.title, .resource-library .page-header .feature p.title a, .resource-library .page-header .feature a, body .resource-library .page-header .feature p.title, body .resource-library .page-header .feature p.title a, body .resource-library .page-header .feature a {
  color: white; }
.resource-library .context-header, body .resource-library .context-header {
  background: #637b37;
  color: white; }
.resource-library .date.stacked, body .resource-library .date.stacked {
  background-color: #9ebe47;
  color: #e7e8e2; }
.resource-library .button, body .resource-library .button {
  background-color: transparent;
  border-color: #637b37;
  color: #637b37;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .resource-library .button:hover, body .resource-library .button:hover {
    background-color: #637b37;
    color: white; }
  .resource-library .button.secondary, body .resource-library .button.secondary {
    background-color: transparent;
    border-color: #9ebe47;
    color: #9ebe47; }
    .resource-library .button.secondary:hover, body .resource-library .button.secondary:hover {
      background: #9ebe47;
      border-color: #9ebe47;
      color: #fff; }
  .resource-library .button.tertiary, body .resource-library .button.tertiary {
    background-color: transparent;
    border-color: #7a7b77;
    color: #7a7b77; }
    .resource-library .button.tertiary:hover, body .resource-library .button.tertiary:hover {
      border-color: #575654;
      color: #575654; }
  .resource-library .button.reversed, body .resource-library .button.reversed {
    background-color: transparent;
    border-color: #e7e8e2;
    color: #e7e8e2; }
    .resource-library .button.reversed:hover, body .resource-library .button.reversed:hover {
      background: #e7e8e2;
      color: #637b37; }
.page-header .resource-library .feature .feature-content .actions .button.primary:hover, .page-header body .resource-library .feature .feature-content .actions .button.primary:hover {
  color: #637b37; }
.resource-library .page-content header.content-header .nav-bg, .resource-library .page-content header.content-header nav, body .resource-library .page-content header.content-header .nav-bg, body .resource-library .page-content header.content-header nav {
  background-color: #9ebe47; }
.resource-library .page-content header.content-header nav li.active, body .resource-library .page-content header.content-header nav li.active {
  background-color: #637b37; }
.resource-library .page-content header.content-header nav li a, body .resource-library .page-content header.content-header nav li a {
  background-color: transparent;
  color: white; }
  .resource-library .page-content header.content-header nav li a:hover, body .resource-library .page-content header.content-header nav li a:hover {
    background-color: #b6ce75; }
  .resource-library .page-content header.content-header nav li a.icon:hover, body .resource-library .page-content header.content-header nav li a.icon:hover {
    background-color: transparent; }
.resource-library .page-content aside .content-header, body .resource-library .page-content aside .content-header {
  background-color: #9ebe47; }
.resource-library .page-content aside .categorization ul li, body .resource-library .page-content aside .categorization ul li {
  background-color: #637b37; }
.resource-library .synopsis .identifier .date.stacked, .resource-library.synopsis .identifier .date.stacked, body .resource-library .synopsis .identifier .date.stacked, body .resource-library.synopsis .identifier .date.stacked {
  color: #7a7b77;
  background: transparent; }
.resource-library .synopsis .identifier .icon, .resource-library.synopsis .identifier .icon, body .resource-library .synopsis .identifier .icon, body .resource-library.synopsis .identifier .icon {
  color: #637b37; }
  .resource-library .synopsis .identifier .icon.recently-updated, .resource-library.synopsis .identifier .icon.recently-updated, body .resource-library .synopsis .identifier .icon.recently-updated, body .resource-library.synopsis .identifier .icon.recently-updated {
    color: #9ebe47; }
.resource-library.internal-ad .figure .icon, .resource-library.internal-ad h1, .resource-library.internal-ad footer a, body .resource-library.internal-ad .figure .icon, body .resource-library.internal-ad h1, body .resource-library.internal-ad footer a {
  color: #637b37; }
.resource-library .feature-content .icon.resource-icon, body .resource-library .feature-content .icon.resource-icon {
  background-color: #9ebe47;
  color: #637b37; }
.resource-library .pagination a, body .resource-library .pagination a {
  border-color: #637b37;
  color: #637b37; }
  .resource-library .pagination a:hover, .resource-library .pagination a.active, body .resource-library .pagination a:hover, body .resource-library .pagination a.active {
    background-color: #637b37;
    color: white; }

@media only screen and (max-width: 769px) {
  body.resource-library .page-header .feature .resource-info {
    margin-left: 50px; }
    body.resource-library .page-header .feature .resource-info p a {
      display: block;
      max-width: 100%;
      overflow: hidden; } }
body.resource-library .feature-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  body.resource-library .feature-nav ul {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    width: 100%;
    float: left;
    list-style-type: none;
    width: 100%; }
    body.resource-library .feature-nav ul li {
      background: #e7e8e2;
      float: left;
      padding: 8px;
      position: relative;
      text-align: center;
      width: 12.5%; }
      body.resource-library .feature-nav ul li a {
        color: #637b37;
        font: 300 normal 16px/1.3em "museo-slab", serif;
        letter-spacing: 0;
        text-transform: capitalize; }
        body.resource-library .feature-nav ul li a .icon {
          display: block;
          font: normal normal 48px/60px dialogue-icons; }
      body.resource-library .feature-nav ul li.active {
        background: #9ebe47; }
        body.resource-library .feature-nav ul li.active a {
          color: white; }
        body.resource-library .feature-nav ul li.active:after {
          content: "";
          display: block;
          border-top: 15px solid #9ebe47;
          border-left: 62px solid white;
          border-right: 62px solid white;
          border-bottom: 0 solid white;
          position: absolute;
          bottom: -15px;
          left: 0;
          right: 0; }
      @media only screen and (max-width: 769px) {
        body.resource-library .feature-nav ul li {
          padding: 0; }
          body.resource-library .feature-nav ul li a {
            font-size: 12px;
            line-height: 40px; }
            body.resource-library .feature-nav ul li a .icon {
              font-size: 24px; }
            body.resource-library .feature-nav ul li a .channel-name {
              display: none; } }
body.resource-library .features .feature {
  display: none;
  margin-top: 90px; }
  body.resource-library .features .feature .feature-content {
    height: 325px; }
  @media only screen and (max-width: 769px) {
    body.resource-library .features .feature .feature-content {
      height: auto; } }
  body.resource-library .features .feature .feature-image .icon {
    color: #637b37;
    font-size: 200px;
    line-height: 220px;
    text-align: center; }
  body.resource-library .features .feature.active {
    display: block; }
  body.resource-library .features .feature .actions {
    position: absolute;
    bottom: 0; }
    @media only screen and (max-width: 769px) {
      body.resource-library .features .feature .actions {
        position: relative; } }
@media only screen and (max-width: 769px) {
  body.resource-library .features {
    padding: 40px 20px 10px; }
    body.resource-library .features .feature {
      margin-top: 40px; }
      body.resource-library .features .feature h1 {
        margin-bottom: 240px; } }

.connect .top-bar-section ul li > a.current, .connect .top-bar-section ul li > a.current-parent, body .connect .top-bar-section ul li > a.current, body .connect .top-bar-section ul li > a.current-parent {
  background: #d0642c;
  color: #fff; }
  .connect .top-bar-section ul li > a.current:after, .connect .top-bar-section ul li > a.current-parent:after, body .connect .top-bar-section ul li > a.current:after, body .connect .top-bar-section ul li > a.current-parent:after {
    border-top-color: white; }
.connect .top-bar .name h1 a .four, body .connect .top-bar .name h1 a .four {
  color: #d0642c; }
.connect a.button.primary:hover, body .connect a.button.primary:hover {
  background-color: #a04a25; }
.connect .top-bar-section .connect .dropdown, body .connect .top-bar-section .connect .dropdown, .connect .top-bar-section body .connect .dropdown, body .connect .top-bar-section body .connect .dropdown {
  background-color: #d0642c; }
  .connect .top-bar-section .connect .dropdown a, body .connect .top-bar-section .connect .dropdown a, .connect .top-bar-section body .connect .dropdown a, body .connect .top-bar-section body .connect .dropdown a {
    background-color: #d0642c;
    color: white; }
    .connect .top-bar-section .connect .dropdown a:hover, body .connect .top-bar-section .connect .dropdown a:hover, .connect .top-bar-section body .connect .dropdown a:hover, body .connect .top-bar-section body .connect .dropdown a:hover {
      background-color: #d47341; }
.connect .page-header, .page-header .connect, body .connect .page-header, .page-header body .connect {
  background: #a04a25; }
.connect.feature.home, body .connect.feature.home {
  background: #a04a25;
  color: #e7e8e2; }
  .connect.feature.home h2, body .connect.feature.home h2 {
    color: #d0642c; }
  .connect.feature.home h3, .connect.feature.home .date, .connect.feature.home small, body .connect.feature.home h3, body .connect.feature.home .date, body .connect.feature.home small {
    color: #e7e8e2; }
.connect .feature p.title, .connect .feature p.title a,
.connect .feature .date.full, body .connect .feature p.title, body .connect .feature p.title a,
body .connect .feature .date.full {
  color: #a04a25; }
.connect .feature h1, body .connect .feature h1 {
  color: #d0642c; }
@media only screen and (max-width: 769px) {
  .connect .homepage-features .feature h1, body .connect .homepage-features .feature h1 {
    background-color: #d0642c;
    color: #a04a25; } }
.connect .page-header .feature p.title, .connect .page-header .feature p.title a, .connect .page-header .feature a, body .connect .page-header .feature p.title, body .connect .page-header .feature p.title a, body .connect .page-header .feature a {
  color: white; }
.connect .context-header, body .connect .context-header {
  background: #a04a25;
  color: white; }
.connect .date.stacked, body .connect .date.stacked {
  background-color: #d0642c;
  color: #e7e8e2; }
.connect .button, body .connect .button {
  background-color: transparent;
  border-color: #a04a25;
  color: #a04a25;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .connect .button:hover, body .connect .button:hover {
    background-color: #a04a25;
    color: white; }
  .connect .button.secondary, body .connect .button.secondary {
    background-color: transparent;
    border-color: #d0642c;
    color: #d0642c; }
    .connect .button.secondary:hover, body .connect .button.secondary:hover {
      background: #d0642c;
      border-color: #d0642c;
      color: #fff; }
  .connect .button.tertiary, body .connect .button.tertiary {
    background-color: transparent;
    border-color: #7a7b77;
    color: #7a7b77; }
    .connect .button.tertiary:hover, body .connect .button.tertiary:hover {
      border-color: #575654;
      color: #575654; }
  .connect .button.reversed, body .connect .button.reversed {
    background-color: transparent;
    border-color: #e7e8e2;
    color: #e7e8e2; }
    .connect .button.reversed:hover, body .connect .button.reversed:hover {
      background: #e7e8e2;
      color: #a04a25; }
.page-header .connect .feature .feature-content .actions .button.primary:hover, .page-header body .connect .feature .feature-content .actions .button.primary:hover {
  color: #a04a25; }
.connect .page-content header.content-header .nav-bg, .connect .page-content header.content-header nav, body .connect .page-content header.content-header .nav-bg, body .connect .page-content header.content-header nav {
  background-color: #d0642c; }
.connect .page-content header.content-header nav li.active, body .connect .page-content header.content-header nav li.active {
  background-color: #a04a25; }
.connect .page-content header.content-header nav li a, body .connect .page-content header.content-header nav li a {
  background-color: transparent;
  color: white; }
  .connect .page-content header.content-header nav li a:hover, body .connect .page-content header.content-header nav li a:hover {
    background-color: #db8a60; }
  .connect .page-content header.content-header nav li a.icon:hover, body .connect .page-content header.content-header nav li a.icon:hover {
    background-color: transparent; }
.connect .page-content aside .content-header, body .connect .page-content aside .content-header {
  background-color: #d0642c; }
.connect .page-content aside .categorization ul li, body .connect .page-content aside .categorization ul li {
  background-color: #a04a25; }
.connect .synopsis .identifier .date.stacked, .connect.synopsis .identifier .date.stacked, body .connect .synopsis .identifier .date.stacked, body .connect.synopsis .identifier .date.stacked {
  color: #7a7b77;
  background: transparent; }
.connect .synopsis .identifier .icon, .connect.synopsis .identifier .icon, body .connect .synopsis .identifier .icon, body .connect.synopsis .identifier .icon {
  color: #a04a25; }
  .connect .synopsis .identifier .icon.recently-updated, .connect.synopsis .identifier .icon.recently-updated, body .connect .synopsis .identifier .icon.recently-updated, body .connect.synopsis .identifier .icon.recently-updated {
    color: #d0642c; }
.connect.internal-ad .figure .icon, .connect.internal-ad h1, .connect.internal-ad footer a, body .connect.internal-ad .figure .icon, body .connect.internal-ad h1, body .connect.internal-ad footer a {
  color: #a04a25; }
.connect .feature-content .icon.resource-icon, body .connect .feature-content .icon.resource-icon {
  background-color: #d0642c;
  color: #a04a25; }
.connect .pagination a, body .connect .pagination a {
  border-color: #a04a25;
  color: #a04a25; }
  .connect .pagination a:hover, .connect .pagination a.active, body .connect .pagination a:hover, body .connect .pagination a.active {
    background-color: #a04a25;
    color: white; }

.quick-connect {
  background-color: #d0642c;
  color: white;
  padding: 30px; }
  .quick-connect p {
    margin-bottom: 10px; }
    .quick-connect p a {
      color: white;
      line-height: 1.4em; }
      .quick-connect p a strong {
        font-size: 1.14286em; }
  .quick-connect p.social {
    font: 300 normal 18px "museo-slab", serif; }
    .quick-connect p.social a {
      color: white; }
      .quick-connect p.social a.facebook {
        font-size: 20px;
        margin-left: 8px; }
      .quick-connect p.social a.twitter {
        font-size: 25px;
        margin-left: 15px;
        position: relative;
        top: 1px; }
      .quick-connect p.social a.vimeo {
        margin-left: 12px; }
  .quick-connect form.subscribe {
    margin-bottom: 0; }
    .quick-connect form.subscribe input {
      border-width: 0;
      border: 1px solid #a04a25;
      border-width: 1px 0 0 0;
      box-shadow: none;
      margin-bottom: 8px; }
    .quick-connect form.subscribe p {
      font-size: 14px; }
    .quick-connect form.subscribe button {
      margin-bottom: 0; }

.about .top-bar-section ul li > a.current, .about .top-bar-section ul li > a.current-parent, body .about .top-bar-section ul li > a.current, body .about .top-bar-section ul li > a.current-parent {
  background: #3f809b;
  color: #fff; }
  .about .top-bar-section ul li > a.current:after, .about .top-bar-section ul li > a.current-parent:after, body .about .top-bar-section ul li > a.current:after, body .about .top-bar-section ul li > a.current-parent:after {
    border-top-color: white; }
.about .top-bar .name h1 a .four, body .about .top-bar .name h1 a .four {
  color: #3f809b; }
.about a.button.primary:hover, body .about a.button.primary:hover {
  background-color: #204a65; }
.about .top-bar-section .about .dropdown, body .about .top-bar-section .about .dropdown, .about .top-bar-section body .about .dropdown, body .about .top-bar-section body .about .dropdown {
  background-color: #3f809b; }
  .about .top-bar-section .about .dropdown a, body .about .top-bar-section .about .dropdown a, .about .top-bar-section body .about .dropdown a, body .about .top-bar-section body .about .dropdown a {
    background-color: #3f809b;
    color: white; }
    .about .top-bar-section .about .dropdown a:hover, body .about .top-bar-section .about .dropdown a:hover, .about .top-bar-section body .about .dropdown a:hover, body .about .top-bar-section body .about .dropdown a:hover {
      background-color: #528ca5; }
.about .page-header, .page-header .about, body .about .page-header, .page-header body .about {
  background: #204a65; }
.about.feature.home, body .about.feature.home {
  background: #204a65;
  color: #e7e8e2; }
  .about.feature.home h2, body .about.feature.home h2 {
    color: #3f809b; }
  .about.feature.home h3, .about.feature.home .date, .about.feature.home small, body .about.feature.home h3, body .about.feature.home .date, body .about.feature.home small {
    color: #e7e8e2; }
.about .feature p.title, .about .feature p.title a,
.about .feature .date.full, body .about .feature p.title, body .about .feature p.title a,
body .about .feature .date.full {
  color: #204a65; }
.about .feature h1, body .about .feature h1 {
  color: #3f809b; }
@media only screen and (max-width: 769px) {
  .about .homepage-features .feature h1, body .about .homepage-features .feature h1 {
    background-color: #3f809b;
    color: #204a65; } }
.about .page-header .feature p.title, .about .page-header .feature p.title a, .about .page-header .feature a, body .about .page-header .feature p.title, body .about .page-header .feature p.title a, body .about .page-header .feature a {
  color: white; }
.about .context-header, body .about .context-header {
  background: #204a65;
  color: white; }
.about .date.stacked, body .about .date.stacked {
  background-color: #3f809b;
  color: #e7e8e2; }
.about .button, body .about .button {
  background-color: transparent;
  border-color: #204a65;
  color: #204a65;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .about .button:hover, body .about .button:hover {
    background-color: #204a65;
    color: white; }
  .about .button.secondary, body .about .button.secondary {
    background-color: transparent;
    border-color: #3f809b;
    color: #3f809b; }
    .about .button.secondary:hover, body .about .button.secondary:hover {
      background: #3f809b;
      border-color: #3f809b;
      color: #fff; }
  .about .button.tertiary, body .about .button.tertiary {
    background-color: transparent;
    border-color: #7a7b77;
    color: #7a7b77; }
    .about .button.tertiary:hover, body .about .button.tertiary:hover {
      border-color: #575654;
      color: #575654; }
  .about .button.reversed, body .about .button.reversed {
    background-color: transparent;
    border-color: #e7e8e2;
    color: #e7e8e2; }
    .about .button.reversed:hover, body .about .button.reversed:hover {
      background: #e7e8e2;
      color: #204a65; }
.page-header .about .feature .feature-content .actions .button.primary:hover, .page-header body .about .feature .feature-content .actions .button.primary:hover {
  color: #204a65; }
.about .page-content header.content-header .nav-bg, .about .page-content header.content-header nav, body .about .page-content header.content-header .nav-bg, body .about .page-content header.content-header nav {
  background-color: #3f809b; }
.about .page-content header.content-header nav li.active, body .about .page-content header.content-header nav li.active {
  background-color: #204a65; }
.about .page-content header.content-header nav li a, body .about .page-content header.content-header nav li a {
  background-color: transparent;
  color: white; }
  .about .page-content header.content-header nav li a:hover, body .about .page-content header.content-header nav li a:hover {
    background-color: #6f9fb4; }
  .about .page-content header.content-header nav li a.icon:hover, body .about .page-content header.content-header nav li a.icon:hover {
    background-color: transparent; }
.about .page-content aside .content-header, body .about .page-content aside .content-header {
  background-color: #55a2c3; }
.about .page-content aside .categorization ul li, body .about .page-content aside .categorization ul li {
  background-color: #204a65; }
.about .synopsis .identifier .date.stacked, .about.synopsis .identifier .date.stacked, body .about .synopsis .identifier .date.stacked, body .about.synopsis .identifier .date.stacked {
  color: #7a7b77;
  background: transparent; }
.about .synopsis .identifier .icon, .about.synopsis .identifier .icon, body .about .synopsis .identifier .icon, body .about.synopsis .identifier .icon {
  color: #204a65; }
  .about .synopsis .identifier .icon.recently-updated, .about.synopsis .identifier .icon.recently-updated, body .about .synopsis .identifier .icon.recently-updated, body .about.synopsis .identifier .icon.recently-updated {
    color: #3f809b; }
.about.internal-ad .figure .icon, .about.internal-ad h1, .about.internal-ad footer a, body .about.internal-ad .figure .icon, body .about.internal-ad h1, body .about.internal-ad footer a {
  color: #204a65; }
.about .feature-content .icon.resource-icon, body .about .feature-content .icon.resource-icon {
  background-color: #3f809b;
  color: #204a65; }
.about .pagination a, body .about .pagination a {
  border-color: #204a65;
  color: #204a65; }
  .about .pagination a:hover, .about .pagination a.active, body .about .pagination a:hover, body .about .pagination a.active {
    background-color: #204a65;
    color: white; }

body.default .page-header, body.about .page-header {
  background-image: url("../img/about-header-bg.gif");
  background-repeat: no-repeat;
  background-position: top center; }

body.about .main h2 a {
  color: #575654; }
body.about .main ul.brag-stats {
  list-style-type: none; }
  body.about .main ul.brag-stats li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-size: 17px;
    font-weight: 400;
    margin-right: 25px;
    white-space: nowrap; }
    body.about .main ul.brag-stats li:last-of-type {
      margin-right: 0; }
    body.about .main ul.brag-stats li em {
      color: #55a2c3;
      display: block;
      font-size: 45px;
      font-style: normal;
      font-weight: 300;
      line-height: 65px; }
      body.about .main ul.brag-stats li em strong {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        font-size: 57px;
        font-weight: 760;
        line-height: 62px;
        vertical-align: bottom; }
body.about .page-header .actions {
  padding-top: 25px; }
body.about .page-header .button {
  border-color: #55a2c3;
  color: #55a2c3;
  font-size: 13px;
  letter-spacing: 0.025em;
  margin: 0 6px;
  padding-left: 10px;
  padding-right: 10px;
  width: 335px; }
  @media only screen and (max-width: 769px) {
    body.about .page-header .button {
      width: 100%;
      margin: 0 0 10px; } }
  body.about .page-header .button:hover {
    background-color: #55a2c3;
    color: #204a65; }
body.about [class*="block-grid-"] {
  margin-bottom: 40px; }
body.about .bio .show-more {
  font-style: italic; }
  body.about .bio .show-more:after {
    content: "\002b";
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
    position: relative;
    bottom: -1px; }
body.about .bio .show-less {
  font-style: italic; }
  body.about .bio .show-less:after {
    content: "\2212";
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
    position: relative;
    bottom: -1px; }
body.about .contact-form textarea {
  height: 300px; }

.search .top-bar-section ul li > a.current, .search .top-bar-section ul li > a.current-parent, body .search .top-bar-section ul li > a.current, body .search .top-bar-section ul li > a.current-parent {
  background: #3f809b;
  color: #fff; }
  .search .top-bar-section ul li > a.current:after, .search .top-bar-section ul li > a.current-parent:after, body .search .top-bar-section ul li > a.current:after, body .search .top-bar-section ul li > a.current-parent:after {
    border-top-color: white; }
.search .top-bar .name h1 a .four, body .search .top-bar .name h1 a .four {
  color: #3f809b; }
.search a.button.primary:hover, body .search a.button.primary:hover {
  background-color: #204a65; }
.search .top-bar-section .search .dropdown, body .search .top-bar-section .search .dropdown, .search .top-bar-section body .search .dropdown, body .search .top-bar-section body .search .dropdown {
  background-color: #3f809b; }
  .search .top-bar-section .search .dropdown a, body .search .top-bar-section .search .dropdown a, .search .top-bar-section body .search .dropdown a, body .search .top-bar-section body .search .dropdown a {
    background-color: #3f809b;
    color: white; }
    .search .top-bar-section .search .dropdown a:hover, body .search .top-bar-section .search .dropdown a:hover, .search .top-bar-section body .search .dropdown a:hover, body .search .top-bar-section body .search .dropdown a:hover {
      background-color: #528ca5; }
.search .page-header, .page-header .search, body .search .page-header, .page-header body .search {
  background: #204a65; }
.search.feature.home, body .search.feature.home {
  background: #204a65;
  color: #e7e8e2; }
  .search.feature.home h2, body .search.feature.home h2 {
    color: #3f809b; }
  .search.feature.home h3, .search.feature.home .date, .search.feature.home small, body .search.feature.home h3, body .search.feature.home .date, body .search.feature.home small {
    color: #e7e8e2; }
.search .feature p.title, .search .feature p.title a,
.search .feature .date.full, body .search .feature p.title, body .search .feature p.title a,
body .search .feature .date.full {
  color: #204a65; }
.search .feature h1, body .search .feature h1 {
  color: #3f809b; }
@media only screen and (max-width: 769px) {
  .search .homepage-features .feature h1, body .search .homepage-features .feature h1 {
    background-color: #3f809b;
    color: #204a65; } }
.search .page-header .feature p.title, .search .page-header .feature p.title a, .search .page-header .feature a, body .search .page-header .feature p.title, body .search .page-header .feature p.title a, body .search .page-header .feature a {
  color: white; }
.search .context-header, body .search .context-header {
  background: #204a65;
  color: white; }
.search .date.stacked, body .search .date.stacked {
  background-color: #3f809b;
  color: #e7e8e2; }
.search .button, body .search .button {
  background-color: transparent;
  border-color: #204a65;
  color: #204a65;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .search .button:hover, body .search .button:hover {
    background-color: #204a65;
    color: white; }
  .search .button.secondary, body .search .button.secondary {
    background-color: transparent;
    border-color: #3f809b;
    color: #3f809b; }
    .search .button.secondary:hover, body .search .button.secondary:hover {
      background: #3f809b;
      border-color: #3f809b;
      color: #fff; }
  .search .button.tertiary, body .search .button.tertiary {
    background-color: transparent;
    border-color: #7a7b77;
    color: #7a7b77; }
    .search .button.tertiary:hover, body .search .button.tertiary:hover {
      border-color: #575654;
      color: #575654; }
  .search .button.reversed, body .search .button.reversed {
    background-color: transparent;
    border-color: #e7e8e2;
    color: #e7e8e2; }
    .search .button.reversed:hover, body .search .button.reversed:hover {
      background: #e7e8e2;
      color: #204a65; }
.page-header .search .feature .feature-content .actions .button.primary:hover, .page-header body .search .feature .feature-content .actions .button.primary:hover {
  color: #204a65; }
.search .page-content header.content-header .nav-bg, .search .page-content header.content-header nav, body .search .page-content header.content-header .nav-bg, body .search .page-content header.content-header nav {
  background-color: #3f809b; }
.search .page-content header.content-header nav li.active, body .search .page-content header.content-header nav li.active {
  background-color: #204a65; }
.search .page-content header.content-header nav li a, body .search .page-content header.content-header nav li a {
  background-color: transparent;
  color: white; }
  .search .page-content header.content-header nav li a:hover, body .search .page-content header.content-header nav li a:hover {
    background-color: #6f9fb4; }
  .search .page-content header.content-header nav li a.icon:hover, body .search .page-content header.content-header nav li a.icon:hover {
    background-color: transparent; }
.search .page-content aside .content-header, body .search .page-content aside .content-header {
  background-color: #55a2c3; }
.search .page-content aside .categorization ul li, body .search .page-content aside .categorization ul li {
  background-color: #204a65; }
.search .synopsis .identifier .date.stacked, .search.synopsis .identifier .date.stacked, body .search .synopsis .identifier .date.stacked, body .search.synopsis .identifier .date.stacked {
  color: #7a7b77;
  background: transparent; }
.search .synopsis .identifier .icon, .search.synopsis .identifier .icon, body .search .synopsis .identifier .icon, body .search.synopsis .identifier .icon {
  color: #204a65; }
  .search .synopsis .identifier .icon.recently-updated, .search.synopsis .identifier .icon.recently-updated, body .search .synopsis .identifier .icon.recently-updated, body .search.synopsis .identifier .icon.recently-updated {
    color: #3f809b; }
.search.internal-ad .figure .icon, .search.internal-ad h1, .search.internal-ad footer a, body .search.internal-ad .figure .icon, body .search.internal-ad h1, body .search.internal-ad footer a {
  color: #204a65; }
.search .feature-content .icon.resource-icon, body .search .feature-content .icon.resource-icon {
  background-color: #3f809b;
  color: #204a65; }
.search .pagination a, body .search .pagination a {
  border-color: #204a65;
  color: #204a65; }
  .search .pagination a:hover, .search .pagination a.active, body .search .pagination a:hover, body .search .pagination a.active {
    background-color: #204a65;
    color: white; }

.donate .top-bar-section ul li > a.current, .donate .top-bar-section ul li > a.current-parent, body .donate .top-bar-section ul li > a.current, body .donate .top-bar-section ul li > a.current-parent {
  background: #d0642c;
  color: #fff; }
  .donate .top-bar-section ul li > a.current:after, .donate .top-bar-section ul li > a.current-parent:after, body .donate .top-bar-section ul li > a.current:after, body .donate .top-bar-section ul li > a.current-parent:after {
    border-top-color: white; }
.donate .top-bar .name h1 a .four, body .donate .top-bar .name h1 a .four {
  color: #d0642c; }
.donate a.button.primary:hover, body .donate a.button.primary:hover {
  background-color: #a04a25; }
.donate .top-bar-section .donate .dropdown, body .donate .top-bar-section .donate .dropdown, .donate .top-bar-section body .donate .dropdown, body .donate .top-bar-section body .donate .dropdown {
  background-color: #d0642c; }
  .donate .top-bar-section .donate .dropdown a, body .donate .top-bar-section .donate .dropdown a, .donate .top-bar-section body .donate .dropdown a, body .donate .top-bar-section body .donate .dropdown a {
    background-color: #d0642c;
    color: white; }
    .donate .top-bar-section .donate .dropdown a:hover, body .donate .top-bar-section .donate .dropdown a:hover, .donate .top-bar-section body .donate .dropdown a:hover, body .donate .top-bar-section body .donate .dropdown a:hover {
      background-color: #d47341; }
.donate .page-header, .page-header .donate, body .donate .page-header, .page-header body .donate {
  background: #a04a25; }
.donate.feature.home, body .donate.feature.home {
  background: #a04a25;
  color: #e7e8e2; }
  .donate.feature.home h2, body .donate.feature.home h2 {
    color: #d0642c; }
  .donate.feature.home h3, .donate.feature.home .date, .donate.feature.home small, body .donate.feature.home h3, body .donate.feature.home .date, body .donate.feature.home small {
    color: #e7e8e2; }
.donate .feature p.title, .donate .feature p.title a,
.donate .feature .date.full, body .donate .feature p.title, body .donate .feature p.title a,
body .donate .feature .date.full {
  color: #a04a25; }
.donate .feature h1, body .donate .feature h1 {
  color: #d0642c; }
@media only screen and (max-width: 769px) {
  .donate .homepage-features .feature h1, body .donate .homepage-features .feature h1 {
    background-color: #d0642c;
    color: #a04a25; } }
.donate .page-header .feature p.title, .donate .page-header .feature p.title a, .donate .page-header .feature a, body .donate .page-header .feature p.title, body .donate .page-header .feature p.title a, body .donate .page-header .feature a {
  color: white; }
.donate .context-header, body .donate .context-header {
  background: #a04a25;
  color: white; }
.donate .date.stacked, body .donate .date.stacked {
  background-color: #d0642c;
  color: #e7e8e2; }
.donate .button, body .donate .button {
  background-color: transparent;
  border-color: #a04a25;
  color: #a04a25;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .donate .button:hover, body .donate .button:hover {
    background-color: #a04a25;
    color: white; }
  .donate .button.secondary, body .donate .button.secondary {
    background-color: transparent;
    border-color: #d0642c;
    color: #d0642c; }
    .donate .button.secondary:hover, body .donate .button.secondary:hover {
      background: #d0642c;
      border-color: #d0642c;
      color: #fff; }
  .donate .button.tertiary, body .donate .button.tertiary {
    background-color: transparent;
    border-color: #7a7b77;
    color: #7a7b77; }
    .donate .button.tertiary:hover, body .donate .button.tertiary:hover {
      border-color: #575654;
      color: #575654; }
  .donate .button.reversed, body .donate .button.reversed {
    background-color: transparent;
    border-color: #e7e8e2;
    color: #e7e8e2; }
    .donate .button.reversed:hover, body .donate .button.reversed:hover {
      background: #e7e8e2;
      color: #a04a25; }
.page-header .donate .feature .feature-content .actions .button.primary:hover, .page-header body .donate .feature .feature-content .actions .button.primary:hover {
  color: #a04a25; }
.donate .page-content header.content-header .nav-bg, .donate .page-content header.content-header nav, body .donate .page-content header.content-header .nav-bg, body .donate .page-content header.content-header nav {
  background-color: #d0642c; }
.donate .page-content header.content-header nav li.active, body .donate .page-content header.content-header nav li.active {
  background-color: #a04a25; }
.donate .page-content header.content-header nav li a, body .donate .page-content header.content-header nav li a {
  background-color: transparent;
  color: white; }
  .donate .page-content header.content-header nav li a:hover, body .donate .page-content header.content-header nav li a:hover {
    background-color: #db8a60; }
  .donate .page-content header.content-header nav li a.icon:hover, body .donate .page-content header.content-header nav li a.icon:hover {
    background-color: transparent; }
.donate .page-content aside .content-header, body .donate .page-content aside .content-header {
  background-color: #d0642c; }
.donate .page-content aside .categorization ul li, body .donate .page-content aside .categorization ul li {
  background-color: #a04a25; }
.donate .synopsis .identifier .date.stacked, .donate.synopsis .identifier .date.stacked, body .donate .synopsis .identifier .date.stacked, body .donate.synopsis .identifier .date.stacked {
  color: #7a7b77;
  background: transparent; }
.donate .synopsis .identifier .icon, .donate.synopsis .identifier .icon, body .donate .synopsis .identifier .icon, body .donate.synopsis .identifier .icon {
  color: #a04a25; }
  .donate .synopsis .identifier .icon.recently-updated, .donate.synopsis .identifier .icon.recently-updated, body .donate .synopsis .identifier .icon.recently-updated, body .donate.synopsis .identifier .icon.recently-updated {
    color: #d0642c; }
.donate.internal-ad .figure .icon, .donate.internal-ad h1, .donate.internal-ad footer a, body .donate.internal-ad .figure .icon, body .donate.internal-ad h1, body .donate.internal-ad footer a {
  color: #a04a25; }
.donate .feature-content .icon.resource-icon, body .donate .feature-content .icon.resource-icon {
  background-color: #d0642c;
  color: #a04a25; }
.donate .pagination a, body .donate .pagination a {
  border-color: #a04a25;
  color: #a04a25; }
  .donate .pagination a:hover, .donate .pagination a.active, body .donate .pagination a:hover, body .donate .pagination a.active {
    background-color: #a04a25;
    color: white; }

.tagline {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 73.14286em;
  width: 100%;
  *zoom: 1; }
  .tagline:before, .tagline:after {
    content: " ";
    display: table; }
  .tagline:after {
    clear: both; }
  .tagline p {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    width: 100%;
    float: left;
    font: 300 normal 18px/20px "museo-slab", serif;
    text-align: center;
    margin: 15px 0 60px; }
    @media only screen and (min-width: 768px) {
      .tagline p {
        font: 300 normal 34px/36px "museo-slab", serif; } }
    @media only screen and (max-width: 769px) {
      .tagline p {
        margin: 0 0 30px; } }

.popular-topics {
  position: relative; }
  .popular-topics h1 {
    font-size: 26px;
    text-align: center; }
  .popular-topics h2 a {
    color: white; }
  .popular-topics .topic-fullwidth-wrap {
    background: url("../img/main-bg-dark.gif"); }
  .popular-topics .topic-header-bk {
    background: url("../img/main-bg-dark.gif");
    border-top: 1px solid #7a7b77;
    margin-top: 50px; }
    .popular-topics .topic-header-bk h2 {
      background: url("../img/main-bg-dark.gif");
      border-top: 1px solid #7a7b77;
      font: 500 normal 16px/47px "Open Sans", sans-serif;
      margin: -48px auto 0;
      text-align: center; }
    @media only screen and (min-width: 768px) {
      .popular-topics .topic-header-bk h2 {
        border: 1px solid #7a7b77;
        border-bottom-width: 0;
        width: 600px; } }
  .popular-topics .orbit-container {
    background-color: transparent;
    margin-top: -45px; }
  .popular-topics .orbit-prev,
  .popular-topics .orbit-next {
    background-color: transparent;
    margin-top: -10px;
    top: 0%; }
    @media only screen and (min-width: 1280px) {
      .popular-topics .orbit-prev,
      .popular-topics .orbit-next {
        margin-top: -15px; }
        .popular-topics .orbit-prev span,
        .popular-topics .orbit-next span {
          border-width: 16px;
          margin-top: -10px; } }
    .popular-topics .orbit-prev span,
    .popular-topics .orbit-next span {
      border-width: 10px;
      margin-top: -5px; }
  .popular-topics .orbit-prev:hover,
  .popular-topics .orbit-next:hover {
    background-color: transparent; }
  .popular-topics .orbit-prev {
    left: 0; }
    .popular-topics .orbit-prev span {
      border-right-color: #575654; }
    .popular-topics .orbit-prev:hover span {
      border-right-color: #204a65; }
    @media only screen and (min-width: 1280px) {
      .popular-topics .orbit-prev {
        left: 160px; } }
  .popular-topics .orbit-next {
    right: 0; }
    @media only screen and (min-width: 1280px) {
      .popular-topics .orbit-next {
        right: 160px; } }
    .popular-topics .orbit-next:hover span {
      border-left-color: #204a65; }
    .popular-topics .orbit-next span {
      border-left-color: #575654; }
  .popular-topics .topic.active {
    display: block; }
  .popular-topics .topic h2.topic-title {
    font: 500 normal 16px/47px "Open Sans", sans-serif;
    text-align: center; }
    .popular-topics .topic h2.topic-title a {
      color: #575654; }
  .popular-topics .topic .cards {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 73.14286em;
    width: 100%;
    *zoom: 1;
    margin-top: 26px; }
    .popular-topics .topic .cards:before, .popular-topics .topic .cards:after {
      content: " ";
      display: table; }
    .popular-topics .topic .cards:after {
      clear: both; }
    .popular-topics .topic .cards ul {
      list-style-type: none; }
    .popular-topics .topic .cards .preview {
      width: 100%; }
    .popular-topics .topic .cards .card {
      position: relative;
      padding-left: 0.71429em;
      padding-right: 0.71429em;
      width: 50%;
      float: left; }
      @media only screen and (min-width: 768px) {
        .popular-topics .topic .cards .card {
          position: relative;
          padding-left: 0.71429em;
          padding-right: 0.71429em;
          width: 25%;
          float: left; } }
      .popular-topics .topic .cards .card .card-content {
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        background: white;
        margin-bottom: 20px; }
  .popular-topics .topic footer {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center; }
    .popular-topics .topic footer a {
      color: #575654;
      margin: 0 5px; }

.highlights {
  background: #33576d url("../img/index-highlights-bg.gif") no-repeat top center;
  color: #e7e8e2;
  padding: 40px 0 40px; }
  @media only screen and (min-width: 768px) {
    .highlights .column {
      position: relative;
      padding-left: 0.71429em;
      padding-right: 0.71429em;
      width: 33.33333%;
      float: left; } }
  .highlights .column.tweets a {
    color: #e7e8e2; }
  .highlights .column.tweets li {
    font-size: 12px; }
  .highlights h2 {
    color: #e7e8e2;
    font-size: 1.85714em;
    text-align: center; }
  .highlights h3 {
    color: #e7e8e2;
    font: normal normal 1em "Open Sans", sans-serif;
    margin-bottom: 0; }
  .highlights ul {
    list-style-type: none; }
  .highlights .button.primary {
    border-color: #e7e8e2;
    padding-left: 10px;
    padding-right: 10px;
    color: white; }
  .highlights .actions .column {
    text-align: center; }
    .highlights .actions .column .button.primary {
      width: 130px;
      color: white; }

.page-content .main .captcha img {
  width: auto; }

.about.site-map .main {
  padding-left: 40px; }

.icon {
  font-family: "dialogue-icons";
  font-style: normal;
  font-weight: normal; }
  .icon.forums:after, .icon.forum:after {
    content: "\ea00"; }
  .icon.resources:after, .icon.resource:after {
    content: "\eb00"; }
  .icon.connect:after {
    content: "\ec00"; }
  .icon.sponsors:after {
    content: "\ed00"; }
  .icon.articles:after {
    content: "\eb01"; }
  .icon.books:after {
    content: "\eb02"; }
  .icon.factsheets:after {
    content: "\eb03"; }
  .icon.infographics:after {
    content: "\eb04"; }
  .icon.presentations:after {
    content: "\eb05"; }
  .icon.reports:after {
    content: "\eb06"; }
  .icon.videos:after {
    content: "\eb07"; }
  .icon.websites:after {
    content: "\eb08"; }
  .icon.facebook:after {
    content: "\e301"; }
  .icon.twitter:after {
    content: "\e302"; }
  .icon.email:after {
    content: "\e306"; }
