/*! normalize.css v2.1.1 | 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 styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */

  color: #000;
  /* 2 */

  font-family: sans-serif;
  /* 3 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 4 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 2px 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;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
}
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}
a:focus {
  outline: 2px dotted;
}
img,
embed {
  max-width: 100%;
}
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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  *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 .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  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.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    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-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: 48em) {
  .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-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;
  }
  .small-push-1 {
    left: inherit;
  }
  .small-pull-1 {
    right: inherit;
  }
  .small-push-2 {
    left: inherit;
  }
  .small-pull-2 {
    right: inherit;
  }
  .small-push-3 {
    left: inherit;
  }
  .small-pull-3 {
    right: inherit;
  }
  .small-push-4 {
    left: inherit;
  }
  .small-pull-4 {
    right: inherit;
  }
  .small-push-5 {
    left: inherit;
  }
  .small-pull-5 {
    right: inherit;
  }
  .small-push-6 {
    left: inherit;
  }
  .small-pull-6 {
    right: inherit;
  }
  .small-push-7 {
    left: inherit;
  }
  .small-pull-7 {
    right: inherit;
  }
  .small-push-8 {
    left: inherit;
  }
  .small-pull-8 {
    right: inherit;
  }
  .small-push-9 {
    left: inherit;
  }
  .small-pull-9 {
    right: inherit;
  }
  .small-push-10 {
    left: inherit;
  }
  .small-pull-10 {
    right: inherit;
  }
  .small-push-11 {
    left: inherit;
  }
  .small-pull-11 {
    right: inherit;
  }
  .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: none;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}
.show-for-medium,
.show-for-medium-up,
.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,
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,
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,
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,
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,
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,
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: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }
  .show-for-small {
    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,
  table.hide-for-small {
    display: table;
  }
  thead.show-for-medium,
  thead.show-for-medium-up,
  thead.hide-for-small {
    display: table-header-group !important;
  }
  tbody.show-for-medium,
  tbody.show-for-medium-up,
  tbody.hide-for-small {
    display: table-row-group !important;
  }
  tr.show-for-medium,
  tr.show-for-medium-up,
  tr.hide-for-small {
    display: table-row !important;
  }
  td.show-for-medium,
  td.show-for-medium-up,
  td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 80em) {
  .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: 90em) {
  .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 -10px;
    *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 10px 10px;
  }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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: 48em) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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 10px 10px;
  }
  .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.21875em;
  line-height: 1.6;
}
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  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: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}
a:hover,
a:focus {
  color: #0068c0;
}
a img {
  border: none;
}
/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}
h1 {
  font-size: 2.125em;
}
h2 {
  font-size: 1.6875em;
}
h3 {
  font-size: 1.375em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 1em;
}
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  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.25em;
  list-style-position: outside;
  font-family: inherit;
}
/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  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.25em;
  margin-bottom: 0;
}
/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75em;
}
/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}
abbr {
  text-transform: none;
}
/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}
.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}
@media only screen and (min-width: 48em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2.3125em;
  }
  h3 {
    font-size: 1.6875em;
  }
  h4 {
    font-size: 1.4375em;
  }
}
/*
 * 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: black !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 #999999;
    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: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #2284a1;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: white;
}
button.secondary,
.button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #d0d0d0;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #333333;
}
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: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
button.small,
.button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
button.tiny,
.button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
button.expand,
.button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  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: #2284a1;
}
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: #2ba6cb;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
  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: #d0d0d0;
}
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: #333333;
}
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: #e9e9e9;
}
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.8125em;
  padding-bottom: 0.75em;
}
button.tiny,
.button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
}
button.small,
.button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
}
button.large,
.button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
}
@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: 48em) {
  button,
  .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1em;
}
/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}
/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}
/* 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: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}
/* 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.125em;
}
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}
.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 so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.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 {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
span.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 {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
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 {
  border-color: #003E87;
}
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: #fafafa;
  border-color: #003E87;
  outline: 1px solid #003E87;
}
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 1em 0;
}
/* Normalize file input width */
input[type="file"] {
  width: 100%;
}
/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}
/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #C9001A;
}
.error label,
label.error {
  color: #c60f13;
}
.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}
/* 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;
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}
form.custom .custom.checkbox {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: -3px;
}
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 20px;
  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: "\2A2F";
  color: #222222;
  margin-top: -8px;
  margin-left: 2px;
}
/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.875em;
  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.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaaaaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  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 .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
}
form.custom .custom.dropdown ul li {
  color: #555555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  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;
}
/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
.button-group > *:first-child {
  margin-left: 0;
}
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -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;
}
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -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;
}
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  -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;
}
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  -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;
}
.button-group.even-2 li {
  width: 50%;
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  width: 33.33333%;
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  width: 25%;
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  width: 20%;
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  width: 16.66667%;
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  width: 14.28571%;
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  width: 12.5%;
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
  width: 100%;
}
.button-bar {
  *zoom: 1;
}
.button-bar:before,
.button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}
.button-bar .button-group div {
  overflow: hidden;
}
/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.tiny {
  padding-right: 2.1875em;
}
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.small {
  padding-right: 2.8125em;
}
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.large {
  padding-right: 4em;
}
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.secondary:before {
  border-color: #333333 transparent transparent transparent;
}
/* Split Buttons */
.split.button {
  position: relative;
  padding-right: 4.8em;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: #1e728c;
}
.split.button span {
  width: 3em;
}
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}
.split.button span:before {
  border-color: white transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: #c3c3c3;
}
.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: #7f0a0c;
}
.split.button.success span {
  border-left-color: #396516;
}
.split.button.tiny {
  padding-right: 3.9375em;
}
.split.button.tiny span {
  width: 2.84375em;
}
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
.split.button.small {
  padding-right: 3.9375em;
}
.split.button.small span {
  width: 2.8125em;
}
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
.split.button.large {
  padding-right: 6em;
}
.split.button.large span {
  width: 3.75em;
}
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
.split.button.expand {
  padding-left: 2em;
}
.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span {
  -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;
}
.split.button.round span {
  -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;
}
/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Sections */
.section-container,
.section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #cccccc;
  border-top: none;
}
.section-container > section,
.section-container > .section,
.section-container.auto > section,
.section-container.auto > .section {
  position: relative;
}
.section-container > section > .title,
.section-container > .section > .title,
.section-container.auto > section > .title,
.section-container.auto > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  margin-bottom: 0;
}
.section-container > section > .title a,
.section-container > .section > .title a,
.section-container.auto > section > .title a,
.section-container.auto > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333333;
  font-size: 0.875em;
  white-space: nowrap;
}
.section-container > section > .title:hover,
.section-container > .section > .title:hover,
.section-container.auto > section > .title:hover,
.section-container.auto > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container > section .content,
.section-container > .section .content,
.section-container.auto > section .content,
.section-container.auto > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: white;
}
.section-container > section .content > *:last-child,
.section-container > .section .content > *:last-child,
.section-container.auto > section .content > *:last-child,
.section-container.auto > .section .content > *:last-child {
  margin-bottom: 0;
}
.section-container > section .content > *:first-child,
.section-container > .section .content > *:first-child,
.section-container.auto > section .content > *:first-child,
.section-container.auto > .section .content > *:first-child {
  padding-top: 0;
}
.section-container > section .content > *:last-child,
.section-container > .section .content > *:last-child,
.section-container.auto > section .content > *:last-child,
.section-container.auto > .section .content > *:last-child {
  padding-bottom: 0;
}
.section-container > section.active > .content,
.section-container > .section.active > .content,
.section-container.auto > section.active > .content,
.section-container.auto > .section.active > .content {
  display: block;
}
.section-container > section.active > .title,
.section-container > .section.active > .title,
.section-container.auto > section.active > .title,
.section-container.auto > .section.active > .title {
  background: #d5d5d5;
}
.section-container > section.active > .title a,
.section-container > .section.active > .title a,
.section-container.auto > section.active > .title a,
.section-container.auto > .section.active > .title a {
  color: #333333;
}
.section-container > section > .title,
.section-container > .section > .title,
.section-container.auto > section > .title,
.section-container.auto > .section > .title {
  top: 0;
  width: 100%;
  margin: 0;
  border-top: solid 1px #cccccc;
}
.section-container > section > .title a,
.section-container > .section > .title a,
.section-container.auto > section > .title a,
.section-container.auto > .section > .title a {
  width: 100%;
}
.section-container.tabs {
  border: 0;
  position: relative;
}
.section-container.tabs > section,
.section-container.tabs > .section {
  border: 0;
  position: static;
}
.section-container.tabs > section > .title,
.section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  margin-bottom: 0;
}
.section-container.tabs > section > .title a,
.section-container.tabs > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333333;
  font-size: 0.875em;
  white-space: nowrap;
}
.section-container.tabs > section > .title:hover,
.section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.tabs > section .content,
.section-container.tabs > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: white;
}
.section-container.tabs > section .content > *:last-child,
.section-container.tabs > .section .content > *:last-child {
  margin-bottom: 0;
}
.section-container.tabs > section .content > *:first-child,
.section-container.tabs > .section .content > *:first-child {
  padding-top: 0;
}
.section-container.tabs > section .content > *:last-child,
.section-container.tabs > .section .content > *:last-child {
  padding-bottom: 0;
}
.section-container.tabs > section.active > .content,
.section-container.tabs > .section.active > .content {
  display: block;
}
.section-container.tabs > section.active > .title,
.section-container.tabs > .section.active > .title {
  background: white;
}
.section-container.tabs > section.active > .title a,
.section-container.tabs > .section.active > .title a {
  color: #333333;
}
.section-container.tabs > section > .title,
.section-container.tabs > .section > .title {
  width: auto;
  border: solid 1px #cccccc;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.section-container.tabs > section > .title a,
.section-container.tabs > .section > .title a {
  width: 100%;
}
.section-container.tabs > section:last-child .title,
.section-container.tabs > .section:last-child .title {
  border-right: solid 1px #cccccc;
}
.section-container.tabs > section .content,
.section-container.tabs > .section .content {
  border: solid 1px #cccccc;
  position: absolute;
  z-index: 10;
  display: none;
  top: -1px;
}
.section-container.tabs > section.active > .title,
.section-container.tabs > .section.active > .title {
  z-index: 11;
  border-bottom: 0;
  background-color: white;
}
.section-container.tabs > section.active > .content,
.section-container.tabs > .section.active > .content {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .section-container.auto {
    border: 0;
    position: relative;
  }
  .section-container.auto > section,
  .section-container.auto > .section {
    border: 0;
    position: static;
  }
  .section-container.auto > section > .title,
  .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 0;
  }
  .section-container.auto > section > .title a,
  .section-container.auto > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  .section-container.auto > section > .title:hover,
  .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.auto > section .content,
  .section-container.auto > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  .section-container.auto > section .content > *:last-child,
  .section-container.auto > .section .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.auto > section .content > *:first-child,
  .section-container.auto > .section .content > *:first-child {
    padding-top: 0;
  }
  .section-container.auto > section .content > *:last-child,
  .section-container.auto > .section .content > *:last-child {
    padding-bottom: 0;
  }
  .section-container.auto > section.active > .content,
  .section-container.auto > .section.active > .content {
    display: block;
  }
  .section-container.auto > section.active > .title,
  .section-container.auto > .section.active > .title {
    background: white;
  }
  .section-container.auto > section.active > .title a,
  .section-container.auto > .section.active > .title a {
    color: #333333;
  }
  .section-container.auto > section > .title,
  .section-container.auto > .section > .title {
    width: auto;
    border: solid 1px #cccccc;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .section-container.auto > section > .title a,
  .section-container.auto > .section > .title a {
    width: 100%;
  }
  .section-container.auto > section:last-child .title,
  .section-container.auto > .section:last-child .title {
    border-right: solid 1px #cccccc;
  }
  .section-container.auto > section .content,
  .section-container.auto > .section .content {
    border: solid 1px #cccccc;
    position: absolute;
    z-index: 10;
    display: none;
    top: -1px;
  }
  .section-container.auto > section.active > .title,
  .section-container.auto > .section.active > .title {
    z-index: 11;
    border-bottom: 0;
    background-color: white;
  }
  .section-container.auto > section.active > .content,
  .section-container.auto > .section.active > .content {
    position: relative;
  }
  .section-container.accordion .section {
    padding-top: 0 !important;
  }
  .section-container.vertical-tabs {
    border: 1px solid #cccccc;
    position: relative;
  }
  .section-container.vertical-tabs section,
  .section-container.vertical-tabs .section {
    padding-top: 0 !important;
    border: 0;
    position: static;
  }
  .section-container.vertical-tabs section > .title,
  .section-container.vertical-tabs .section > .title {
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 0;
  }
  .section-container.vertical-tabs section > .title a,
  .section-container.vertical-tabs .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  .section-container.vertical-tabs section > .title:hover,
  .section-container.vertical-tabs .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-tabs section .content,
  .section-container.vertical-tabs .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  .section-container.vertical-tabs section .content > *:last-child,
  .section-container.vertical-tabs .section .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-tabs section .content > *:first-child,
  .section-container.vertical-tabs .section .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-tabs section .content > *:last-child,
  .section-container.vertical-tabs .section .content > *:last-child {
    padding-bottom: 0;
  }
  .section-container.vertical-tabs section.active > .content,
  .section-container.vertical-tabs .section.active > .content {
    display: block;
  }
  .section-container.vertical-tabs section.active > .title,
  .section-container.vertical-tabs .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-tabs section.active > .title a,
  .section-container.vertical-tabs .section.active > .title a {
    color: #333333;
  }
  .section-container.vertical-tabs section > .title,
  .section-container.vertical-tabs .section > .title {
    position: absolute;
    border-top: solid 1px #cccccc;
    width: 12.5em;
  }
  .section-container.vertical-tabs section:first-child .title,
  .section-container.vertical-tabs .section:first-child .title {
    border-top: 0;
  }
  .section-container.vertical-tabs section .content,
  .section-container.vertical-tabs .section .content {
    display: block;
    position: relative;
    left: 12.5em;
    border-left: solid 1px #cccccc;
    z-index: 10;
  }
  .section-container.vertical-tabs section.active > .title,
  .section-container.vertical-tabs .section.active > .title {
    background-color: #d5d5d5;
    width: 12.5625em;
    border-right: solid 0 transparent;
    z-index: 11;
  }
  .section-container.vertical-tabs section.active:last-child .title,
  .section-container.vertical-tabs .section.active:last-child .title {
    border-bottom: 0;
  }
  .section-container.vertical-nav {
    border: 0;
    position: relative;
  }
  .section-container.vertical-nav > section,
  .section-container.vertical-nav > .section {
    padding-top: 0 !important;
    position: relative;
  }
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section > .title a,
  .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  .section-container.vertical-nav > section > .title:hover,
  .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-nav > section .content,
  .section-container.vertical-nav > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  .section-container.vertical-nav > section .content > *:last-child,
  .section-container.vertical-nav > .section .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section .content > *:first-child,
  .section-container.vertical-nav > .section .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-nav > section .content > *:last-child,
  .section-container.vertical-nav > .section .content > *:last-child {
    padding-bottom: 0;
  }
  .section-container.vertical-nav > section.active > .content,
  .section-container.vertical-nav > .section.active > .content {
    display: block;
  }
  .section-container.vertical-nav > section.active > .title,
  .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-nav > section.active > .title a,
  .section-container.vertical-nav > .section.active > .title a {
    color: #333333;
  }
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title {
    border-top: none;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-nav > section > .title a,
  .section-container.vertical-nav > .section > .title a {
    display: block;
    width: 100%;
  }
  .section-container.vertical-nav > section .content,
  .section-container.vertical-nav > .section .content {
    display: none;
  }
  .section-container.vertical-nav > section:first-child .title,
  .section-container.vertical-nav > .section:first-child .title {
    border-bottom: none;
  }
  .section-container.vertical-nav > section.active > .content,
  .section-container.vertical-nav > .section.active > .content {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 999;
    min-width: 12.5em;
    border: solid 1px #cccccc;
  }
  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #cccccc;
  }
  .section-container.horizontal-nav > section,
  .section-container.horizontal-nav > .section {
    padding-top: 0;
    border: 0;
    position: static;
  }
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section > .title a,
  .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  .section-container.horizontal-nav > section > .title:hover,
  .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.horizontal-nav > section .content,
  .section-container.horizontal-nav > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  .section-container.horizontal-nav > section .content > *:last-child,
  .section-container.horizontal-nav > .section .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section .content > *:first-child,
  .section-container.horizontal-nav > .section .content > *:first-child {
    padding-top: 0;
  }
  .section-container.horizontal-nav > section .content > *:last-child,
  .section-container.horizontal-nav > .section .content > *:last-child {
    padding-bottom: 0;
  }
  .section-container.horizontal-nav > section.active > .content,
  .section-container.horizontal-nav > .section.active > .content {
    display: block;
  }
  .section-container.horizontal-nav > section.active > .title,
  .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.horizontal-nav > section.active > .title a,
  .section-container.horizontal-nav > .section.active > .title a {
    color: #333333;
  }
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title {
    width: auto;
    border: solid 1px #cccccc;
    border-left: 0;
    top: -1px;
    position: absolute;
    z-index: 1;
  }
  .section-container.horizontal-nav > section > .title a,
  .section-container.horizontal-nav > .section > .title a {
    width: 100%;
  }
  .section-container.horizontal-nav > section .content,
  .section-container.horizontal-nav > .section .content {
    display: none;
  }
  .section-container.horizontal-nav > section.active > .content,
  .section-container.horizontal-nav > .section.active > .content {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -2px;
    min-width: 12.5em;
    border: solid 1px #cccccc;
  }
}
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #111111;
}
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 1.875em;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 2.45em;
}
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
.top-bar .title-area {
  position: relative;
}
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}
.top-bar .name h1 a {
  font-weight: bold;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  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: white;
}
.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 white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #111111;
}
.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: #333333;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #4d4d4d;
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #333333;
}
.top-bar-section ul li > a:hover {
  background: #2b2b2b;
}
.top-bar-section ul li > a.button {
  background: #2ba6cb;
  font-size: 0.8125em;
}
.top-bar-section ul li > a.button:hover {
  background: #2284a1;
}
.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9;
}
.top-bar-section ul li > a.button.secondary:hover {
  background: #d0d0d0;
}
.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.active > a {
  background: #2b2b2b;
}
.top-bar-section .has-form {
  padding: 15px;
}
.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 rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 22px;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
.top-bar-section .dropdown li {
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.625em;
}
.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden;
}
.js-generated {
  display: block;
}
@media only screen and (min-width: 58.75em) {
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible;
  }
  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }
  .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,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  .top-bar.expanded {
    background: #111111;
  }
  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 1.875em;
  }
  .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 li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111111;
  }
  .top-bar-section li a:not(.button):hover {
    background: black;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  .top-bar-section .has-dropdown:hover > .dropdown,
  .top-bar-section .has-dropdown:active > .dropdown {
    visibility: visible;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -15px;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  .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 #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0px;
  }
  .top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px;
  }
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}
.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;
}
.orbit-container .orbit-slides-container > * {
  position: relative;
  float: left;
  height: 100%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
.orbit-container .orbit-slides-container > * .orbit-caption * {
  color: white;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px black;
  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 black;
}
.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: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
}
.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: #fff;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
.orbit-bullets li {
  display: block;
  width: 18px;
  height: 18px;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 2px #222222;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #222222;
}
.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: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  background-color: #fff;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: white !important;
  }
}
/* Foundation Joyride */
.joyride-list {
  display: none;
}
/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}
/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}
.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important;
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
  color: #eeeeee !important;
}
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0px 0px 30px white;
  -webkit-box-shadow: 0px 0px 15px white;
  box-shadow: 0px 0px 15px white;
}
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  list-style: none;
}
[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}
[data-clearing]:after {
  clear: both;
}
[data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}
.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none;
}
.clearing-close:hover,
.clearing-close:focus {
  color: #ccc;
}
.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}
@media only screen and (min-width: 48em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: white;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: white;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }
  .clearing-feature ~ li {
    display: none;
  }
  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white;
}
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333333;
  opacity: 0.3;
}
.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
.alert-box.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #505050;
}
/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
  color: #2ba6cb;
}
.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #2ba6cb;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}
/* Keystroke Characters */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.9375em;
  padding: 0.125em 0.25em 0em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  color: white;
}
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.label.alert {
  background-color: #c60f13;
  color: white;
}
.label.success {
  background-color: #5da423;
  color: white;
}
.label.secondary {
  background-color: #e9e9e9;
  color: #333333;
}
/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.inline-list > li > * {
  display: block;
}
/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
.pagination li {
  display: block;
  float: left;
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999999;
}
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
.pagination li.unavailable:hover a,
.pagination li.unavailable a:focus {
  background: transparent;
}
.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination li.current a:hover,
.pagination li.current a:focus {
  background: #2ba6cb;
}
.pagination-centered {
  text-align: center;
}
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}
/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #2284a1;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #2ba6cb;
  -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;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
  color: white;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #dddddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 1em;
}
.pricing-table .price {
  background-color: #eeeeee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 1.25em;
}
.pricing-table .description {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #777777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #333333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 1.25em 1.25em 0;
}
/* Progress Bar */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}
.progress .meter {
  background: #2ba6cb;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #e9e9e9;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}
.side-nav li a {
  display: block;
  color: #2ba6cb;
}
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}
/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}
.sub-nav dt,
.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}
.sub-nav dt a,
.sub-nav dd a {
  color: #999999;
  text-decoration: none;
}
.sub-nav dt.active a,
.sub-nav dd.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #2ba6cb;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: white;
}
/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: white;
    border-color: #cccccc;
  }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  div.switch input:hover,
  div.switch input:focus {
    cursor: pointer;
  }
  div.switch > span {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  div.switch input:checked {
    display: none !important;
  }
  div.switch input {
    left: 0;
    display: block !important;
  }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  div.switch span.custom {
    display: none !important;
  }
  div.switch label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  div.switch input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.1875em;
  }
  div.switch > span {
    width: 2.25em;
    height: 2.25em;
  }
  div.switch > span {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  div.switch:hover > span,
  div.switch:focus > span {
    background: white;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  }
  div.switch:active {
    background: transparent;
  }
  div.switch.large {
    height: 44px;
  }
  div.switch.large label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  div.switch.large input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.6875em;
  }
  div.switch.large > span {
    width: 2.75em;
    height: 2.75em;
  }
  div.switch.small {
    height: 28px;
  }
  div.switch.small label {
    padding: 0 0.375em;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  div.switch.small input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.6875em;
  }
  div.switch.small > span {
    width: 1.75em;
    height: 1.75em;
  }
  div.switch.tiny {
    height: 22px;
  }
  div.switch.tiny label {
    padding: 0 0.375em;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  div.switch.tiny input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.3125em;
  }
  div.switch.tiny > span {
    width: 1.375em;
    height: 1.375em;
  }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  div.switch.radius > span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  div.switch.round > span {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  div.switch.round label {
    padding: 0 0.5625em;
  }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}
/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
}
table thead,
table tfoot {
  background: whitesmoke;
  font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222222;
  text-align: left;
}
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222222;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}
/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.th:hover,
.th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
a.th {
  display: block;
}
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  top: -10px;
}
.tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal;
}
@media only screen and (min-width: 48em) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
@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;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  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: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.3125em 0.625em;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  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;
}
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.1.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*========================== Variables ===========================*/
/*========================== Helpers =============================*/
.select2-container--default {
  margin-bottom: .8em;
}
.select2-container--default .select2-selection--single {
  background: #00539a url(../img/searchbar-submit-arrow.png) 98% center no-repeat;
  border: 0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 39px;
  padding-left: 0;
}
.select2-container .select2-selection--single {
  height: 35px;
  padding: 0 0 0 12px;
  line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00539a;
  color: white;
}
.select2-dropdown {
  border-color: #00539a;
  border-radius: 0;
}
.select2-container {
  width: 100%!important;
}
.video-js {
  visibility: hidden;
}
.page-est-project .video-js,
.page-est-article .video-js,
.page-est-project .as-table,
.page-est-article .as-table {
  margin-left: auto;
  margin-right: auto;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*========================== Elements ============================*/
html {
  overflow-y: scroll;
  min-height: 100%;
}
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  background: #ffffff url(../img/bg-tile-grid.png) center 91px repeat-x;
  min-height: 100%;
}
a {
  color: #00539a;
}
a:hover {
  text-decoration: underline;
}
a:focus img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a img:focus,
a:focus,
button:focus {
  outline: 3px black dotted !important;
}
footer a img:focus,
footer a:focus,
footer button:focus {
  outline: 3px white dotted !important;
}
/*========================== Nav state ===========================*/
.page-custom-pages-about .nav-about,
.page-biographies-topic .nav-biographies,
.page-biography .nav-biographies,
.page-briefings .nav-briefings,
.page-briefings-topic .nav-briefings,
.page-video-bio .nav-biographies,
.page-image-galleries .nav-media,
.page-video .nav-media,
.page-est-image-gallery .nav-media,
.page-project .nav-projects,
.page-custom-pages-admins .nav-librarians,
.page-topics .nav-articles,
.page-home .nav-home,
.page-about .nav-about,
.page-articles .nav-articles,
.page-biographies .nav-biographies,
.page-faculty .nav-faculty,
.page-curriculum .nav-faculty {
  background: #e4f6ff;
  color: black;
}
.page-media .nav-media {
  background: #e4f6ff;
  color: black;
}
.page-projects .nav-projects {
  background: #e4f6ff;
  color: black;
}
.page-home .nav-home {
  border-left: 1px solid #e4f6ff;
}
.page-projects .result-item .result-title {
  margin-bottom: 5px;
}
/*========================== Citation popup ======================*/
.p13n-citation-popup {
  max-width: 500px;
  margin: 0 auto;
}
.p13n-citation-popup .p13n-cite-export {
  width: 183px;
  height: 35px;
  margin-bottom: 5px;
  text-align: center;
  display: block;
  cursor: pointer;
  background: #00539a;
  color: #fff;
  padding: 8px;
  border: 1px solid #00539a;
}
.p13n-citation-popup .p13n-cite-export:hover {
  text-decoration: none;
}
.p13n-citation-popup .p13n-modal-window {
  padding: 10px;
  position: relative;
  display: block;
  border: 4px solid #e4f6ff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 500px;
  z-index: 10001;
  background: #bfe0f7;
  background: linear-gradient(#bfe0f7, #e4f6ff);
}
.p13n-citation-popup .p13n-modal-window .cite-header {
  margin: 10px 0 5px;
  font-weight: bold;
}
.p13n-citation-popup .p13n-modal-window #citation-type {
  width: 70%;
  margin-right: 2%;
}
.p13n-citation-popup .p13n-modal-window .cite-format {
  white-space: nowrap;
}
.p13n-citation-popup .p13n-modal-window .cite-format abbr,
.p13n-citation-popup .p13n-modal-window .cite-format acronym {
  font-size: 100%;
}
.p13n-citation-popup .p13n-modal-window .p13n-modal-close-small {
  position: absolute;
  top: 10px;
  right: 10px;
}
.p13n-citation-popup .p13n-modal-window .mfp-close {
  font-size: 16px;
  cursor: pointer;
}
.p13n-citation-popup .p13n-modal-window .mfp-close:hover {
  text-decoration: none;
}
.p13n-citation-popup .p13n-modal-window .p13n-modal-heading {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  margin-top: 0px;
  line-height: 30px;
}
.p13n-citation-popup .p13n-modal-window .p13n-btn-export-ris {
  padding-bottom: 10px;
  display: block;
}
.p13n-citation-popup .p13n-modal-window .cite-format-label {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.p13n-citation-popup .p13n-modal-window .p13n-citation-url {
  vertical-align: top;
  word-break: break-all;
  word-wrap: break-word;
  display: inline-block;
}
/*========================== Base layout =========================*/
.skiplink {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.skiplink:focus {
  display: inline-block;
  padding: 4px 8px;
  margin: 10px;
  background-color: #00539a;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.header {
  width: 100%;
  height: 91px;
  background: #fff;
}
.header #as-link {
  position: relative;
  top: 10px;
}
.header #institution-logo {
  position: relative;
  top: 13px;
  float: right;
  display: block;
  max-width: 65px;
  max-height: 65px;
}
.header .large-4 {
  height: 78px;
  position: relative;
}
.header .institution-details {
  position: absolute;
  bottom: 0;
  right: 95px;
  font-size: 12px;
  text-align: right;
  float: right;
}
.header .institution-details p {
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 1.25em;
}
.main-nav {
  background-color: #00539a;
  background: linear-gradient(180deg, #00539a, #0068c0);
  position: relative;
  z-index: 100;
}
.main-nav .nav-wrapper {
  display: table;
  width: 100%;
  height: 40px;
}
.main-nav a {
  text-align: center;
  display: table-cell;
  box-sizing: border;
  padding: 13px 8px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  white-space: nowrap;
}
.main-nav a + a {
  border-left: 1px solid #3e8fc4;
}
.main-nav a + a.nav-home:hover {
  border-left: 1px solid #e4f6ff;
}
.main-nav a.active,
.main-nav a:hover {
  background: #e4f6ff;
  color: black;
  text-decoration: none;
}
.main-nav a:focus {
  background: #e4f6ff;
  color: black;
}
.main-content {
  background: #015fb7 url(../img/content-header-banner.png) no-repeat;
  padding: 20px;
  padding-top: 2px;
  position: relative;
}
.main-content .page-info {
  height: 86px;
  padding-left: 14px;
}
.main-content .page-info h1,
.main-content .page-info h2 {
  color: #fff;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3125em;
}
.main-content .page-info .breadcrumb {
  padding-bottom: 0px;
  margin-top: 0px;
}
.main-content .page-info .breadcrumb li a {
  color: #fff;
  font-weight: normal;
}
.main-content .page-info .breadcrumb li:before {
  color: #fff;
  content: ">";
  font-size: 0.75em;
  margin: 0 3px;
  font-weight: normal;
  vertical-align: baseline;
}
.main-content .page-info .breadcrumb li:first-child:before {
  content: "";
  margin: 0px 3px 0px 0px;
}
.main-content .page-info .breadcrumb li:last-child a {
  color: #fff;
}
.main-content .section-author {
  font-weight: bold;
  text-align: right;
  font-size: 12px;
  margin-bottom: 0;
}
.main-content .section-author:last-of-type {
  margin-bottom: 10px;
}
.main-content .breadcrumb {
  *zoom: 1;
  clear: both;
  list-style: none;
  margin-top: -10px;
  margin-bottom: 0;
}
.main-content .breadcrumb:before,
.main-content .breadcrumb:after {
  content: " ";
  display: table;
}
.main-content .breadcrumb:after {
  clear: both;
}
.main-content .breadcrumb li {
  float: left;
  display: inline-block;
}
.main-content .breadcrumb li a {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.main-content .breadcrumb li a:hover {
  text-decoration: underline;
}
.main-content .breadcrumb li:before {
  content: " \00BB ";
  display: inline-block;
  width: auto;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 0.6em;
  font-weight: bold;
  color: #6a6a6a;
}
.main-content .breadcrumb li:first-child:before {
  content: "";
  margin: 0px 5px 0px 0px;
}
.main-content .breadcrumb li span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #6a6a6a;
}
.main-content .content {
  background: #fff;
  padding: 20px;
  min-height: 480px;
}
.main-content .content .content-wrap {
  padding: 20px;
}
.main-content .content ul.unuml li,
.main-content .content ol.unuml li,
.main-content .content ul.numl li,
.main-content .content ol.numl li {
  padding-top: 10px;
}
.main-content .content ul.unuml ul,
.main-content .content ol.unuml ul,
.main-content .content ul.numl ul,
.main-content .content ol.numl ul,
.main-content .content ul.unuml ol,
.main-content .content ol.unuml ol,
.main-content .content ul.numl ol,
.main-content .content ol.numl ol {
  padding: 3px 5px 3px 5px;
}
.main-content .content ul.unuml,
.main-content .content ol.unuml {
  margin-left: 22px;
}
.main-content .content ul.numl,
.main-content .content ol.numl {
  list-style-type: none;
  counter-reset: item;
}
.main-content .content ul.numl li.numli,
.main-content .content ol.numl li.numli {
  display: table;
  counter-increment: item;
}
.main-content .content ul.numl li.numli:before,
.main-content .content ol.numl li.numli:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.main-content .content ul.numl li ol.numl li.numl:before,
.main-content .content ol.numl li ol.numl li.numl:before {
  content: counters(item, ".") " ";
}
.main-content .sidebar-wrap {
  position: relative;
}
.main-content--personalisation {
  background: #002a4d!important;
}
.page-image-galleries .main-content,
.page-media .main-content,
.page-video .main-content,
.page-est-image-gallery .main-content {
  background-image: url(../img/content-header-banner-media.png);
}
.page-image-galleries .content {
  background: #e8f4fb;
}
.page-image-galleries .topics-tabs {
  border: 2px solid #fff;
  border-bottom: 0;
  height: 44px;
  margin-left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.page-briefings .main-content,
.page-briefings-topic .main-content,
.as-type-briefing .main-content {
  background-image: url(../img/content-header-banner-briefings.png);
}
#biography-copyright,
.legal-notice {
  color: #6a6a6a;
}
.page-biographies .main-content,
.page-biography .main-content,
.page-video-bio .main-content {
  background-image: url(../img/content-header-banner-biographies.png);
}
.a-z {
  border-top: 6px solid white;
  background: #fff;
  background: linear-gradient(180deg, #e6e6e6, #ffffff);
  padding-top: 25px;
}
.a-z .topics-footer {
  clear: both;
}
.a-z .topics-footer .column {
  width: 25%;
}
.a-z .topics-footer .column li {
  padding-left: 8px;
  text-indent: -8px;
}
.a-z ul {
  font-size: 0.75em;
  list-style: none;
}
.a-z ul:first-of-type {
  padding-left: 35px;
}
.a-z ul:first-of-type.alphabet {
  padding-left: 0px;
}
.a-z ul li a {
  color: #00539a;
}
.a-z ul li a:hover {
  text-decoration: none;
}
.a-z .alphabet {
  text-align: center;
  clear: both;
}
.a-z .alphabet li {
  background: #dedede;
  color: black;
  padding: 2px 18px;
  font-size: 14px;
  display: inline-block;
  height: 25px;
  position: relative;
  top: -2px;
  text-align: center;
  margin-bottom: 2px;
  margin-right: 2px;
}
.a-z .alphabet li a {
  color: #007cc1;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  left: -8px;
}
.a-z .alphabet li + li {
  width: 25px;
  padding-left: 8px;
}
.a-z .alphabet li + li:hover {
  background: #007cc1;
}
.a-z .alphabet li + li:hover a {
  color: #fff;
}
.sidebar-wrap {
  background-color: #d9edf8;
  border: 2px solid #fff;
}
.sidebar-wrap .sidebar,
.sidebar-wrap .content {
  position: relative;
}
.sidebar-wrap .content {
  min-height: 600px;
}
.content {
  font-size: 14px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
  color: #00539a;
  margin-top: 20px;
}
.content h3 {
  font-size: 22px;
}
.content h4 {
  font-size: 18px;
}
.content h2 {
  font-size: 18px;
}
.content h2.search-result-term {
  margin-bottom: 0px;
  font-weight: 200;
  font-size: 34px;
  color: #961218;
  display: inline-block;
}
.content h1,
.content .large-heading {
  margin-bottom: 0px;
  font-weight: 200;
  font-size: 34px;
  color: #961218;
}
.content .p13n-manage-account input[type="email"][disabled] {
  border: none;
  background-color: #fff;
  box-shadow: none;
}
.content .p13n-manage-account h2,
.content .p13n-manage-account h3,
.content .p13n-manage-account h4,
.content .p13n-manage-account h5,
.content .p13n-manage-account h6 {
  color: #000;
  font-weight: 500;
}
.content .as-article-meta {
  margin-bottom: 0;
}
.content .figure-wrapper {
  padding: 5px;
  border: 5px solid #e8e8e8;
  margin-bottom: 5px;
  text-align: center;
}
.page-est-project .content .figure-wrapper {
  padding: 10px;
}
.content .figure-wrapper .figure-number {
  color: #961218;
}
.content .figure-wrapper .figure-legend {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 15px;
  text-align: left;
}
.content .figure-wrapper img.width-calculated {
  width: inherit;
  max-width: 100%;
}
.content .figure-wrapper img.height-calculated {
  height: auto;
}
.content .as-math-block {
  text-align: center;
  margin: 10px 0;
  position: relative;
}
.content .as-math-block .figure-number {
  float: right;
  position: absolute;
  top: 45%;
  right: 0;
}
.content .key-concepts,
.content .test-understanding {
  margin: 10px 0;
  padding: 10px 10px 0px 10px;
  background: #f0f8fc;
  *zoom: 1;
}
.content .key-concepts:before,
.content .test-understanding:before,
.content .key-concepts:after,
.content .test-understanding:after {
  content: " ";
  display: table;
}
.content .key-concepts:after,
.content .test-understanding:after {
  clear: both;
}
.content .key-concepts h2,
.content .test-understanding h2 {
  margin: 0px 0px 10px 0px;
  float: left;
  *zoom: 1;
}
.content .key-concepts h2:before,
.content .test-understanding h2:before,
.content .key-concepts h2:after,
.content .test-understanding h2:after {
  content: " ";
  display: table;
}
.content .key-concepts h2:after,
.content .test-understanding h2:after {
  clear: both;
}
.content .key-concepts .hide-show-concepts-panel,
.content .test-understanding .hide-show-concepts-panel,
.content .key-concepts .hide-show-test-understanding-panel,
.content .test-understanding .hide-show-test-understanding-panel {
  padding: 0px 10px;
}
.content .key-concepts .hide-show-concepts-panel ul.unuml,
.content .test-understanding .hide-show-concepts-panel ul.unuml,
.content .key-concepts .hide-show-test-understanding-panel ul.unuml,
.content .test-understanding .hide-show-test-understanding-panel ul.unuml,
.content .key-concepts .hide-show-concepts-panel ol.unuml,
.content .test-understanding .hide-show-concepts-panel ol.unuml,
.content .key-concepts .hide-show-test-understanding-panel ol.unuml,
.content .test-understanding .hide-show-test-understanding-panel ol.unuml,
.content .key-concepts .hide-show-concepts-panel ul.numl,
.content .test-understanding .hide-show-concepts-panel ul.numl,
.content .key-concepts .hide-show-test-understanding-panel ul.numl,
.content .test-understanding .hide-show-test-understanding-panel ul.numl,
.content .key-concepts .hide-show-concepts-panel ol.numl,
.content .test-understanding .hide-show-concepts-panel ol.numl,
.content .key-concepts .hide-show-test-understanding-panel ol.numl,
.content .test-understanding .hide-show-test-understanding-panel ol.numl {
  list-style-position: outside;
  margin-left: 12px;
}
.content .hide-show-concepts,
.content .hide-show-test-understanding,
.content .hide-show-toc {
  float: right;
  cursor: pointer;
  padding-top: 3px;
  font-size: 12px;
  padding-right: 20px;
  background-repeat: no-repeat;
  display: block;
  *zoom: 1;
}
.content .hide-show-concepts:before,
.content .hide-show-test-understanding:before,
.content .hide-show-toc:before,
.content .hide-show-concepts:after,
.content .hide-show-test-understanding:after,
.content .hide-show-toc:after {
  content: " ";
  display: table;
}
.content .hide-show-concepts:after,
.content .hide-show-test-understanding:after,
.content .hide-show-toc:after {
  clear: both;
}
.content .hide-show-toc {
  padding-top: 0px;
}
.content .hide-show-concepts-panel,
.content .hide-show-test-understanding-panel,
.content .hide-show-toc-panel {
  width: 100%;
  clear: both;
}
.content .hide-show-toc-panel {
  padding-right: 5px;
  margin-top: 5px;
}
.content .show-less {
  background-image: url("../img/arrow-up.png");
  background-position: 92% 4px;
}
.content .show-more {
  background-image: url("../img/arrow-down.png");
  background-position: right 4px;
}
.content .toc .show-less {
  background-position: 92% 2px;
}
.content .toc .show-more {
  background-position: right 2px;
}
.content .chemical-wrapper {
  text-align: center;
  margin: 10px 0;
  position: relative;
}
.content .chemical-wrapper .chemical-number {
  float: right;
  position: absolute;
  top: 45%;
  right: 0;
}
.content .ig-image {
  text-align: center;
}
.content .as-article {
  line-height: 1.5em;
}
.content .ig-abstract {
  color: #0058a2;
}
.content .ig-abstract .ig-link {
  font-weight: bold;
}
.content .generic-doi-fulltext {
  background-color: #00623A;
  color: white;
  white-space: nowrap;
  background-image: url('../img/doi-fulltext-14.png');
  background-position: 4px center;
  background-repeat: no-repeat;
  margin-left: 4px;
  padding: 4px 4px 4px 20px;
  font-size: 11px;
}
.content .generic-doi-fulltext:hover {
  background-color: #00834E;
}
.content .generic-doi-fulltext img {
  margin: -2px 3px 0px 4px;
}
a.as-reaction-link,
a.as-math-link,
a.as-table-link,
a.as-figure-link {
  font-weight: bold;
}
.caption-wrapper,
.figure-wrapper {
  position: relative;
}
.caption-wrapper .p13n-item-img,
.figure-wrapper .p13n-item-img {
  line-height: 1;
  position: absolute;
  bottom: -8px !important;
  right: -6px;
  background: transparent;
  color: #e4f6ff;
}
.page-est-project .caption-wrapper .p13n-item-img,
.page-est-project .figure-wrapper .p13n-item-img {
  bottom: 0;
}
.caption-wrapper .p13n-item-img .p13n-cite,
.figure-wrapper .p13n-item-img .p13n-cite,
.caption-wrapper .p13n-item-img .p13n-email,
.figure-wrapper .p13n-item-img .p13n-email,
.caption-wrapper .p13n-item-img .p13n-print,
.figure-wrapper .p13n-item-img .p13n-print,
.caption-wrapper .p13n-item-img .p13n-link,
.figure-wrapper .p13n-item-img .p13n-link,
.caption-wrapper .p13n-item-img .icon-minus,
.figure-wrapper .p13n-item-img .icon-minus,
.caption-wrapper .p13n-item-img .p13n-share,
.figure-wrapper .p13n-item-img .p13n-share {
  display: none ;
}
.caption-wrapper .p13n-item-img .p13n-save,
.figure-wrapper .p13n-item-img .p13n-save,
.caption-wrapper .p13n-item-img .p13n-remove,
.figure-wrapper .p13n-item-img .p13n-remove {
  background: transparent;
  color: #00539a;
  padding-left: 18px;
  font-weight: bold;
  width: auto;
}
.caption-wrapper .p13n-item-img .p13n-save:hover,
.figure-wrapper .p13n-item-img .p13n-save:hover,
.caption-wrapper .p13n-item-img .p13n-remove:hover,
.figure-wrapper .p13n-item-img .p13n-remove:hover {
  color: #0068c0;
}
.caption-wrapper .p13n-item-img .p13n-save,
.figure-wrapper .p13n-item-img .p13n-save {
  background: url("../img/save-icon-blue.png") no-repeat left center;
}
.caption-wrapper .p13n-item-img .p13n-remove,
.figure-wrapper .p13n-item-img .p13n-remove {
  background: url("../img/remove-icon-blue.png") no-repeat left center;
}
.caption-wrapper .p13n-item-img .percy-options,
.figure-wrapper .p13n-item-img .percy-options {
  margin: 0;
}
.figure-wrapper .p13n-item-img {
  bottom: -4px !important;
  right: 5px;
}
.figure-wrapper .caption-wrapper .p13n-item-img {
  bottom: -8px !important;
  right: -6px;
}
.footer {
  background: #262626;
  background: linear-gradient(180deg, #1d1d1d, #262626);
  padding-top: 20px;
  color: #fff;
}
.footer .small-10 a {
  color: #aaa;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  margin-bottom: 0;
  height: 18px;
}
.footer ul li.break-height {
  height: auto;
}
.footer ul li a {
  font-size: 0.75em;
  color: #6acbff;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li .get-as {
  font-size: 0.95em;
}
.footer .mhp-logo {
  margin-right: 5px;
}
.footer a:focus .mhp-logo {
  outline: 2px dashed;
}
.footer .copyright {
  color: #959595;
  font-size: 0.75em;
}
.footer .copyright.first {
  padding-top: 36px;
  margin-bottom: -4px;
}
.footer .copyright a {
  color: white;
}
.footer .footer-p13n-acc,
.footer .footer-p13n-login {
  font-size: 0.75em;
  color: #6acbff;
}
.footer .footer-p13n-acc:hover,
.footer .footer-p13n-login:hover {
  text-decoration: underline;
}
.footer .connect img {
  margin-left: 13px;
}
.footer .connect a {
  display: inline-block;
}
.footer .columns {
  padding-left: 0;
}
.footer .small-offset-right {
  margin-right: 8.333%;
  text-align: right;
  padding-right: 60px;
  float: right;
}
.footer .semantico-credit {
  font-size: 0.75em;
  font-weight: bold;
  background-color: #333333;
  color: #cccccc;
}
.footer .semantico-credit p {
  margin-top: 8px;
  margin-bottom: 5px;
}
.footer .semantico-logo {
  max-width: 170px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.sidebar {
  padding: 10px;
  font-size: 12px;
  background: #d9edf8;
}
.sidebar h2 {
  font-size: 16px;
  color: #0058a2;
}
.sidebar h2 ~ h2 {
  margin-top: 30px;
}
.sidebar .sidebar-contentbox {
  background: #e4f6ff;
  border: 1px solid #8bd3fa;
  padding: 5px;
  line-height: normal;
}
.sidebar .sidebar-contentbox .related-content-hidden {
  display: none;
}
.sidebar .sidebar-contentbox .related-content-link > a {
  font-weight: bold;
}
.sidebar .sidebar-contentbox a {
  font-weight: bold;
}
.sidebar .sidebar-contentbox > a {
  display: block;
  line-height: 1.5em;
}
.sidebar .sidebar-contentbox p {
  margin-bottom: 5px;
}
.sidebar .sidebar-contentbox .more {
  text-align: right;
  position: relative;
}
.sidebar .sidebar-contentbox .sidebar-related-down,
.sidebar .sidebar-contentbox .sidebar-related-up {
  width: 13px;
  height: 13px;
  display: inline-block;
}
.sidebar .sidebar-contentbox .sidebar-related-down {
  background: url('../img/sidebar-more-arrow-down.png');
}
.sidebar .sidebar-contentbox .sidebar-related-up {
  background: url('../img/sidebar-more-arrow-up.png');
}
.sidebar .sidebar-contentbox .related-media-link {
  color: #961218;
  padding: 5px 0 0 35px;
  display: block;
}
.sidebar .sidebar-contentbox .related-media-link:before {
  background: url('../img/sidebar-media-icon.png');
  width: 20px;
  content: '';
  position: absolute;
  left: 24px;
  height: 15px;
  display: inline-block;
}
.sidebar .sidebar-contentbox .related-projects-link {
  color: #961218;
  padding: 5px 0 0 0px;
  display: block;
}
.sidebar .sidebar-contentbox .pdf-reader-download {
  width: 100%;
}
.sidebar .trending-topics {
  background: #e4f6ff;
  border: 1px solid #c9eafc;
  font-size: 13px;
  color: #00539a;
  font-weight: bold;
  padding: 0 10px;
  line-height: 2.5;
}
.sidebar .trending-topics p {
  padding: 5px 0;
  line-height: 1.25;
}
.pagination {
  margin-top: 50px;
}
.pagination:first-of-type {
  margin-top: 0;
}
.pagination .pagination-nav {
  float: right;
  display: block;
}
.pagination .pagination-nav a {
  color: #00539a;
}
.pagination .pagination-nav a:hover {
  text-decoration: none;
  background: #00539a;
  color: #fff;
}
.pagination .pagination-nav .selected a {
  background: #00539a;
  color: #fff;
}
.pagination .paginationQuantity {
  float: right;
  display: block;
  text-align: right;
}
.pagination .paginationQuantity a {
  color: #00539a;
  padding: 5px;
}
.pagination .paginationQuantity a:hover {
  text-decoration: none;
  background: #00539a;
  color: #fff;
}
.pagination .paginationQuantity a.displaying {
  background: #00539a;
  color: #fff;
}
h1.search-result-term {
  display: inline-block;
  padding-right: 5px;
}
.results-list-top {
  clear: both;
}
.results-list-top .paginationQuantity {
  display: none;
}
h3.as-result-count {
  display: inline-block;
}
/*========================== Article pages =======================*/
.as-bibliography,
.as-article-meta,
.as-additional-reading,
.as-primary-lit {
  list-style: none;
}
.as-bibliography li,
.as-article-meta li,
.as-additional-reading li,
.as-primary-lit li {
  margin-bottom: 8px;
}
.news-byline {
  margin-bottom: 15px;
}
.news-byline .news-author-name,
.news-byline .news-publish-date {
  display: block;
}
.news-byline .news-author-name {
  font-weight: bold;
}
.news-byline .news-publish-date {
  color: #6a6a6a;
}
.toc {
  border: 4px solid #e8e8e8;
  padding: 5px 5px 10px 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 11px;
  clear: both;
}
.toc .toc-title {
  color: #6a6a6a;
  font-style: italic;
  display: inline;
  margin-bottom: 5px;
}
.toc .toc-title i {
  margin-left: 10px;
}
.toc .toc-title:hover {
  text-decoration: none;
  color: #6a6a6a;
}
.toc .toc-list {
  margin-bottom: 0.75em;
  box-sizing: border-box;
  padding-left: 15px;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.toc .toc-list .toc_sec2 {
  margin-left: 20px;
}
.as-article-text table {
  margin-top: 15px;
}
.as-table-container {
  margin: auto;
  display: table;
}
.as-table {
  border-bottom: solid 6px #e8e8e8;
  margin-bottom: 10px;
}
.as-table:first-child {
  border-top: solid 6px #e8e8e8;
}
.as-table p {
  margin-bottom: 0px;
}
.as-table caption {
  color: black;
  padding: 6px 8px;
  font-weight: bold;
  background-color: white;
  border: none;
  text-align: left;
}
.as-table caption:first-child {
  border-top: solid 6px #e8e8e8;
}
.as-table caption,
.as-table tr {
  border-left: solid 6px #e8e8e8;
  border-right: solid 6px #e8e8e8;
}
.as-table thead:first-child {
  border-top: solid 6px #e8e8e8;
}
.as-table thead th {
  padding: 6px 8px;
  vertical-align: top;
  color: white;
  background-color: #00539a;
  font-weight: bold;
  border-left: solid 2px #e8e8e8;
  border-top: solid 2px #e8e8e8;
}
.as-table thead th:first-child {
  border-left: none;
}
.as-table thead th p {
  font-weight: bold;
}
.as-table tbody:first-child {
  border-top: solid 6px #e8e8e8;
}
.as-table tbody tr:nth-child(even) {
  background-color: #E4F6FF;
}
.as-table tbody td {
  padding: 6px 8px;
  border: solid 2px #e8e8e8;
  vertical-align: top;
}
.as-table tbody td:first-child {
  border-left: none;
}
.indent-1 {
  padding-left: 15px;
}
.indent-2 {
  padding-left: 30px;
}
.indent-3 {
  padding-left: 45px;
}
.indent-4 {
  padding-left: 60px;
}
.indent-5 {
  padding-left: 75px;
}
.footnote {
  margin-top: -0.3em;
}
.footnote p {
  font-size: 0.875em;
  /* Don't have space between footnotes. */

  margin-bottom: 0;
}
.footnote p:last-child {
  margin-bottom: 1.25em;
}
#gallery-slider {
  position: relative;
  background-color: #00539a;
  margin-bottom: 20px;
  color: #FFFFFF;
}
#gallery-slider li .ig-image-title,
#gallery-slider li .ig-image-legend {
  padding: 2px 40px;
}
#gallery-slider li .ig-image-title {
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
}
#gallery-slider .ig-image {
  padding: 10px 5%;
  text-align: center;
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 10px;
}
#gallery-slider .ig-thumb {
  max-height: 125px;
}
#gallery-slider .slides {
  margin-top: 40px;
}
#gallery-slider .slides img {
  max-height: 400px;
  width: auto;
  margin: auto;
  max-width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#gallery-slider .flex-control-nav {
  top: 15px;
  bottom: auto;
}
#gallery-slider .flex-control-nav li {
  margin: 0 10px;
}
#gallery-slider .flex-control-paging li a {
  background: #8eb1d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#gallery-slider .flex-control-paging li a.flex-active {
  background: #FCFDFD;
  background: #fcfdfd;
}
#gallery-slider a {
  color: #FFFFFF;
}
#gallery-slider a:hover,
#gallery-slider a:focus {
  color: #C6E7F8;
}
#gallery-slider .flex-direction-nav a {
  top: 260px;
}
#gallery-slider .flex-prev,
#gallery-slider .flex-next {
  opacity: 1;
}
#gallery-slider .flex-prev {
  left: 10px;
  background: url(../img/bg-dir-nav-red-left.png) no-repeat center center;
}
#gallery-slider .flex-next {
  background: url(../img/bg-dir-nav-red-right.png) no-repeat center center;
  right: 10px;
}
#gallery-slider > a {
  background: url(../img/gallery-link-arrow.png) no-repeat right center;
  text-align: right;
  display: block;
  padding: 5px 25px 5px 5%;
  margin-right: 5%;
  color: #fff;
}
#gallery-slider > a:hover {
  color: #C6E7F8;
}
.author {
  line-height: 1.6em;
  font-weight: bold;
}
.author-institution {
  line-height: 1.6em;
}
.author-institution + p {
  margin-top: 1.25em;
}
.slides .flex-control-nav .flex-direction-nav {
  margin-bottom: 18px;
}
h3.as-text-section-level-1-title {
  font-size: 25px;
  font-weight: bold;
  color: #0058a2;
}
h4.as-text-section-level-2-title {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #0058a2;
}
h5.as-text-section-level-3-title {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #000;
}
img[src$="getcopy.gif"] {
  margin-left: 5px;
}
.halign-center {
  text-align: center;
}
.halign-left {
  text-align: left;
}
.halign-right {
  text-align: right;
}
/*========================== P13n ================================*/
.result-item:hover .mark {
  display: block;
}
.p13n-l-error,
.p13n-r-error {
  color: red;
  text-align: center;
  margin-bottom: 0;
}
.mark {
  width: 60px;
  height: 20px;
  position: relative;
  right: -20px;
  float: right;
  background: #00539a;
  display: none;
  z-index: 10000;
  color: #fff;
  padding: 3px 8px;
}
.mark:before {
  content: '+ save';
  color: #fff;
}
.mark.marked {
  width: 75px;
}
.mark.marked:before {
  content: '- remove';
}
.empty-list .data-p13n-filter-section {
  visibility: hidden;
}
.empty-list .p13n-bulk-actions {
  display: none;
}
.hidden-addthis,
#hidden-addthis {
  position: absolute;
  left: -1000000px;
  top: 0;
}
.page-search-results .percy-options .p13n-share,
.page-search-results .percy-options .p13n-print,
.page-search-results .percy-options .p13n-cite,
.page-search-results .percy-options .p13n-link,
.page-search-results .percy-options .p13n-email {
  display: none;
}
.page-search-results .percy-options .p13n-save,
.page-search-results .percy-options .p13n-remove {
  background: transparent;
  color: #6a6a6a;
}
.page-search-results .percy-options .p13n-save {
  background: url("../img/save-icon-blue.png") no-repeat left center;
}
.page-search-results .percy-options .p13n-remove {
  background: url("../img/remove-icon-blue.png") no-repeat left center;
}
.percy-options {
  float: right;
  clear: both;
  margin-bottom: 10px;
  margin-left: 10px;
}
.percy-options .p13n-save {
  background: url("../img/save-icon.png") no-repeat left center;
}
.percy-options .p13n-cite {
  background: url("../img/cite-icon.png") no-repeat left center;
}
.percy-options .p13n-share {
  background: url("../img/share-icon.png") no-repeat left center;
}
.percy-options .p13n-print {
  background: url("../img/print-icon.png") no-repeat left center;
}
.percy-options .p13n-email {
  background: url("../img/email-icon.png") no-repeat left center;
}
.percy-options .p13n-link {
  background: url("../img/link-icon.png") no-repeat 4px center;
}
.percy-options .percy-button {
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 8px 5px 27px;
  background-color: #00539a;
  width: 68px;
  height: 20px;
  font-size: 11px;
  margin-bottom: 1px;
}
.percy-options .p13n-remove {
  padding: 5px 8px 5px 5px;
}
.percy-options .p13n-remove .icon-minus {
  padding-right: 2px;
}
.p13n-footer-bar {
  clear: both;
  border: 4px solid #e8e8e8;
}
.p13n-footer-bar .p13n-footer-cite {
  background: url("../img/cite-icon-blue.png") no-repeat left center;
}
.p13n-footer-bar .p13n-footer-save {
  background: url("../img/save-icon-blue.png") no-repeat left center;
}
.p13n-footer-bar .p13n-footer-remove {
  background: url("../img/remove-icon-blue.png") no-repeat left center;
}
.p13n-footer-bar .p13n-footer-download {
  background: url("../img/download-icon.png") no-repeat left center;
}
.p13n-footer-bar .image-policy {
  margin-top: -6px;
  font-style: italic;
}
.p13n-footer-bar ul {
  list-style: none;
  padding: 15px;
}
.p13n-footer-bar ul li {
  float: left;
  width: 33.333%;
}
.p13n-footer-bar ul li.p13n-footer-images {
  width: 27%;
  float: right;
}
.p13n-footer-bar ul li a {
  font-size: 12px;
  display: block;
  padding-left: 25px;
}
.p13n-abstract {
  line-height: normal;
  font-size: 12px;
}
.content-page .percy-options {
  position: relative;
  top: -5px;
}
.personalized .mark {
  right: -34px;
  top: 67px;
  display: block;
}
div[data-p13n-bulk] {
  float: left;
}
div[data-p13n-bulk] .p13n-selected-actions {
  float: right;
}
div[data-p13n-bulk] .p13n-selected-actions .btn-delete,
div[data-p13n-bulk] .p13n-selected-actions .btn-cite,
div[data-p13n-bulk] .p13n-selected-actions .btn-email {
  background: none;
  border: none;
  color: #00539a;
  padding: 0 5px 0 0;
}
div[data-p13n-bulk] .p13n-selected-actions .btn-delete:focus,
div[data-p13n-bulk] .p13n-selected-actions .btn-cite:focus,
div[data-p13n-bulk] .p13n-selected-actions .btn-email:focus {
  outline: 2px dashed;
  outline: -webkit-focus-ring-color auto 5px;
}
.save-search {
  background: transparent;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
[data-p13n-bulk] .btn-all,
[data-p13n-item-list] .btn-all,
[data-p13n-search-list] .btn-all,
[data-p13n-bulk] .btn-alert-off,
[data-p13n-item-list] .btn-alert-off,
[data-p13n-search-list] .btn-alert-off,
[data-p13n-bulk] .btn-alert-on,
[data-p13n-item-list] .btn-alert-on,
[data-p13n-search-list] .btn-alert-on,
[data-p13n-bulk] .btn-del,
[data-p13n-item-list] .btn-del,
[data-p13n-search-list] .btn-del,
[data-p13n-bulk] .btn-cite,
[data-p13n-item-list] .btn-cite,
[data-p13n-search-list] .btn-cite,
[data-p13n-bulk] .btn-download,
[data-p13n-item-list] .btn-download,
[data-p13n-search-list] .btn-download,
[data-p13n-bulk] .btn-email,
[data-p13n-item-list] .btn-email,
[data-p13n-search-list] .btn-email,
[data-p13n-bulk] .btn-none,
[data-p13n-item-list] .btn-none,
[data-p13n-search-list] .btn-none {
  background: none;
  border: none;
  box-shadow: none;
  color: #e4f6ff;
  padding: 0 5px 0 0;
}
[data-p13n-bulk] .btn-all:focus,
[data-p13n-item-list] .btn-all:focus,
[data-p13n-search-list] .btn-all:focus,
[data-p13n-bulk] .btn-alert-off:focus,
[data-p13n-item-list] .btn-alert-off:focus,
[data-p13n-search-list] .btn-alert-off:focus,
[data-p13n-bulk] .btn-alert-on:focus,
[data-p13n-item-list] .btn-alert-on:focus,
[data-p13n-search-list] .btn-alert-on:focus,
[data-p13n-bulk] .btn-del:focus,
[data-p13n-item-list] .btn-del:focus,
[data-p13n-search-list] .btn-del:focus,
[data-p13n-bulk] .btn-cite:focus,
[data-p13n-item-list] .btn-cite:focus,
[data-p13n-search-list] .btn-cite:focus,
[data-p13n-bulk] .btn-download:focus,
[data-p13n-item-list] .btn-download:focus,
[data-p13n-search-list] .btn-download:focus,
[data-p13n-bulk] .btn-email:focus,
[data-p13n-item-list] .btn-email:focus,
[data-p13n-search-list] .btn-email:focus,
[data-p13n-bulk] .btn-none:focus,
[data-p13n-item-list] .btn-none:focus,
[data-p13n-search-list] .btn-none:focus {
  outline: 2px dashed;
  outline: -webkit-focus-ring-color auto 5px;
}
[data-p13n-bulk] .btn-all,
[data-p13n-bulk] .btn-alert-off,
[data-p13n-bulk] .btn-alert-on,
[data-p13n-bulk] .btn-del,
[data-p13n-bulk] .btn-cite,
[data-p13n-bulk] .btn-download,
[data-p13n-bulk] .btn-email,
[data-p13n-bulk] .btn-none,
[data-p13n-bulk] .btn-delete,
[data-p13n-bulk] .btn-link {
  color: #00539a;
}
[data-p13n-password],
[data-p13n-options] {
  clear: both;
}
[data-p13n-password] .check-row label,
[data-p13n-options] .check-row label {
  margin-top: 10px;
}
.form-row {
  *zoom: 1;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
label[for='r-terms'] a {
  font-weight: bold;
}
.form-row input[type=submit] {
  width: 183px;
  height: 35px;
  margin: 7px auto;
  display: block;
  background: #00539a;
  color: white;
  padding: 8px;
  border: 1px solid white;
  float: right;
}
.form-row input[type=submit]:hover {
  text-decoration: none;
}
.p13n-citation-popup input[type=submit] {
  height: 23px;
  padding: 0;
  border: 1px solid #fff;
  background: #e4f6ff;
  float: right;
  color: white;
}
.p13n-citation-popup input[type=submit]:hover {
  text-decoration: none;
}
.data-p13n-filter-section {
  border: 4px solid #dce1e5;
  padding: 10px;
  overflow: hidden;
}
.data-p13n-filter-section h2 {
  margin-top: 0;
}
.data-p13n-filter-section .p13n-item-filter input {
  position: relative;
  left: -50px;
  padding-left: 5px;
}
.data-p13n-filter-section .p13n-item-filter {
  position: relative;
  padding-left: 20px;
}
.data-p13n-filter-section .p13n-item-filter label {
  text-transform: capitalize;
}
.data-p13n-filter-section label {
  display: block;
  margin-top: -25px;
  padding-left: 15px;
  height: inherit;
  min-height: 20px;
  padding-bottom: 15px;
  line-height: 1.35em;
}
.data-p13n-filter-section label:before {
  position: absolute;
  left: 0;
  top: 4px;
  top: -4px;
  display: block;
  content: " ";
  width: 20px;
  height: 20px;
  background: url(/static/img/search-facets-unchecked.png);
}
.data-p13n-filter-section .p13n-item-filter input:focus ~ label:before {
  outline: 1px solid #003E87;
}
.data-p13n-filter-section .p13n-item-filter input:checked ~ label:before {
  position: absolute;
  left: 0;
  top: 4px;
  top: -4px;
  display: block;
  content: " ";
  width: 20px;
  height: 20px;
  background: url(/static/img/search-facets-checked.png);
}
.p13n-search-list,
.p13n-item-list {
  list-style: none;
  float: left;
  width: 100%;
  border: 4px solid #dce1e5;
}
.p13n-search-list h2.error,
.p13n-item-list h2.error {
  text-align: center;
  margin: 10px 0;
}
.p13n-search-list .ago,
.p13n-item-list .ago {
  margin-right: 20px;
}
.p13n-search-list .ago,
.p13n-item-list .ago,
.p13n-search-list .badge,
.p13n-item-list .badge {
  color: #6a6a6a;
  font-style: italic;
  font-size: 12px;
}
.p13n-search-list .large-1,
.p13n-item-list .large-1 {
  background: white;
  border-top: solid 2px #e9eef2;
  height: 125px !important;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 125px;
  text-align: center;
  vertical-align: middle;
  overflow: visible;
}
.p13n-search-list .large-1 input,
.p13n-item-list .large-1 input {
  font-size: 12px;
}
.p13n-search-list .p13n-search-controls,
.p13n-item-list .p13n-search-controls,
.p13n-search-list .p13n-item-controls,
.p13n-item-list .p13n-item-controls {
  position: absolute;
  right: -113px;
  top: 10px;
}
.p13n-search-list .p13n-search-controls .btn-del,
.p13n-item-list .p13n-search-controls .btn-del,
.p13n-search-list .p13n-item-controls .btn-del,
.p13n-item-list .p13n-item-controls .btn-del {
  background: url("../img/delete-icon.png") no-repeat left center;
  background-color: #00539a;
}
.p13n-search-list .p13n-search-controls .btn-download,
.p13n-item-list .p13n-search-controls .btn-download,
.p13n-search-list .p13n-item-controls .btn-download,
.p13n-item-list .p13n-item-controls .btn-download {
  color: #fff;
  font-size: 12px;
  background: #00539a url("../img/icon-download.png") no-repeat left center;
  padding: 4px 8px 4px 20px;
  margin-bottom: 2px;
}
.p13n-search-list .p13n-search-controls .btn-download:hover,
.p13n-item-list .p13n-search-controls .btn-download:hover,
.p13n-search-list .p13n-item-controls .btn-download:hover,
.p13n-item-list .p13n-item-controls .btn-download:hover {
  text-decoration: none;
}
.p13n-search-list .p13n-search-controls .btn-email,
.p13n-item-list .p13n-search-controls .btn-email,
.p13n-search-list .p13n-item-controls .btn-email,
.p13n-item-list .p13n-item-controls .btn-email {
  background: #00539a url("../img/email-icon.png") no-repeat left center;
}
.p13n-search-list .p13n-search-controls .btn-cite,
.p13n-item-list .p13n-search-controls .btn-cite,
.p13n-search-list .p13n-item-controls .btn-cite,
.p13n-item-list .p13n-item-controls .btn-cite {
  background: url("../img/cite-icon.png") no-repeat left center;
  background-color: #00539a;
}
.p13n-search-list .p13n-search-controls button,
.p13n-item-list .p13n-search-controls button,
.p13n-search-list .p13n-item-controls button,
.p13n-item-list .p13n-item-controls button {
  display: block;
  background-color: black;
  padding: 4px 8px 4px 20px;
  width: 101px;
  height: 24px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  margin: 0 0 2px;
}
.p13n-search-list .p13n-search-controls .btn:focus,
.p13n-item-list .p13n-search-controls .btn:focus,
.p13n-search-list .p13n-item-controls .btn:focus,
.p13n-item-list .p13n-item-controls .btn:focus {
  outline: 2px dashed #e4f6ff;
  outline: -webkit-focus-ring-color auto 5px;
}
.p13n-search-list .p13n-search-detail,
.p13n-item-list .p13n-search-detail,
.p13n-search-list .p13n-item-detail,
.p13n-item-list .p13n-item-detail {
  position: relative;
}
.p13n-search-list .p13n-search-detail > .row,
.p13n-item-list .p13n-search-detail > .row,
.p13n-search-list .p13n-item-detail > .row,
.p13n-item-list .p13n-item-detail > .row {
  margin: 0;
}
.p13n-search-list .p13n-search-detail .large-11,
.p13n-item-list .p13n-search-detail .large-11,
.p13n-search-list .p13n-item-detail .large-11,
.p13n-item-list .p13n-item-detail .large-11 {
  padding: 10px 20px;
  min-height: 125px;
  background: #fff;
  border-left: solid 2px #e9eef2;
}
.p13n-search-list .p13n-search-detail img,
.p13n-item-list .p13n-search-detail img,
.p13n-search-list .p13n-item-detail img,
.p13n-item-list .p13n-item-detail img {
  max-height: 150px;
  max-width: 150px;
  float: left;
}
.p13n-search-list .p13n-search-detail a,
.p13n-item-list .p13n-search-detail a,
.p13n-search-list .p13n-item-detail a,
.p13n-item-list .p13n-item-detail a {
  clear: both;
  display: block;
}
.p13n-search-list .p13n-search-detail,
.p13n-item-list .p13n-search-detail {
  *zoom: 1;
}
.p13n-search-list .p13n-search-detail:before,
.p13n-item-list .p13n-search-detail:before,
.p13n-search-list .p13n-search-detail:after,
.p13n-item-list .p13n-search-detail:after {
  content: " ";
  display: table;
}
.p13n-search-list .p13n-search-detail:after,
.p13n-item-list .p13n-search-detail:after {
  clear: both;
}
.p13n-search-list .p13n-search-detail .large-1,
.p13n-item-list .p13n-search-detail .large-1 {
  height: 45px;
}
.p13n-search-list .p13n-search-detail input,
.p13n-item-list .p13n-search-detail input {
  top: 40%;
}
.p13n-search-list .large-1,
.p13n-item-list .large-1 {
  background: white;
  border-top: solid 2px #e9eef2;
}
.p13n-search-list .p13n-search-detail:nth-of-type(even) .large-11,
.p13n-item-list .p13n-search-detail:nth-of-type(even) .large-11,
.p13n-search-list .p13n-item-detail:nth-of-type(even) .large-11,
.p13n-item-list .p13n-item-detail:nth-of-type(even) .large-11 {
  background: #f1f1f1;
}
.p13n-search label {
  display: inline-block;
}
.mfp-content #p13n-dd,
.mfp-content #p13n-ddemnu {
  width: 300px;
}
.mfp-close {
  opacity: 1;
}
.mfp-close img {
  pointer-events: none;
}
#p13n-dd,
#p13n-ddmenu {
  position: relative;
  margin: 0 auto;
}
#p13n-dd .mfp-close,
#p13n-ddmenu .mfp-close {
  display: none;
}
#p13n-dd .p13n-form-row,
#p13n-ddmenu .p13n-form-row {
  *zoom: 1;
}
#p13n-dd .p13n-form-row:before,
#p13n-ddmenu .p13n-form-row:before,
#p13n-dd .p13n-form-row:after,
#p13n-ddmenu .p13n-form-row:after {
  content: " ";
  display: table;
}
#p13n-dd .p13n-form-row:after,
#p13n-ddmenu .p13n-form-row:after {
  clear: both;
}
#p13n-dd label[for=remember-me],
#p13n-ddmenu label[for=remember-me] {
  float: left;
}
#p13n-dd .forgotten-password,
#p13n-ddmenu .forgotten-password {
  float: right;
  font-size: 12px;
}
#p13n-dd .p13n-dd-nav,
#p13n-ddmenu .p13n-dd-nav {
  display: block;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu {
  padding: 6px 8px;
  display: block;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu h6,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu h6 {
  font-size: 13px;
  color: #0058a2;
  font-weight: bold;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu .p13n-menu,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu .p13n-menu {
  list-style: none;
  margin-bottom: 0;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools {
  display: inline-block;
  list-style: none;
  width: 100%;
  *zoom: 1;
  margin-bottom: 0;
  text-align: right;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools:before,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools:before,
#p13n-dd .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools:after,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools:after {
  content: " ";
  display: table;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools:after,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools:after {
  clear: both;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools li,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools li {
  text-align: right;
  display: inline-block;
  margin-left: 8px;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools li a,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu .p13n-menu-tools li a {
  font-size: 11px;
}
#p13n-dd .p13n-dd-nav .p13n-dd-menu .p13n-count,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu .p13n-count,
#p13n-dd .p13n-dd-nav .p13n-dd-menu a,
#p13n-ddmenu .p13n-dd-nav .p13n-dd-menu a {
  font-size: 12px;
}
#p13n-dd .close,
#p13n-ddmenu .close {
  color: #e8e8e8;
}
#p13n-dd .close:hover,
#p13n-ddmenu .close:hover {
  text-decoration: none;
}
#p13n-dd .btn-cancel,
#p13n-ddmenu .btn-cancel,
#p13n-dd input[type="submit"],
#p13n-ddmenu input[type="submit"] {
  width: 183px;
  height: 35px;
  margin: 7px auto;
  display: block;
  background: #00539a;
  color: white;
  padding: 8px;
  border: 1px solid white;
}
#p13n-dd .btn-cancel:hover,
#p13n-ddmenu .btn-cancel:hover,
#p13n-dd input[type="submit"]:hover,
#p13n-ddmenu input[type="submit"]:hover {
  text-decoration: none;
}
#p13n-dd .btn-cancel,
#p13n-ddmenu .btn-cancel {
  width: 183px;
  text-align: center;
}
#p13n-dd h1,
#p13n-ddmenu h1,
#p13n-dd h2,
#p13n-ddmenu h2 {
  font-weight: 200;
  font-size: 22px;
  text-align: center;
  color: #0058a2;
}
#p13n-dd .p13n-dd-signin .p13n-dd-menu,
#p13n-ddmenu .p13n-dd-signin .p13n-dd-menu,
#p13n-dd .p13n-dd-signup .p13n-dd-menu,
#p13n-ddmenu .p13n-dd-signup .p13n-dd-menu {
  display: none;
}
.mfp-content .p13n-dd-signin .p13n-dd-login,
.mfp-content .p13n-dd-signup .p13n-dd-register,
.mfp-content .p13n-dd-topics .p13n-dd-topic-select,
.mfp-content .p13n-dd-forgot .p13n-dd-forgotten {
  display: block;
}
.mfp-content .p13n-inner,
.mfp-content .p13n-footer {
  padding: 0 15px;
}
#p13n-dd .p13n-inner .topics-title {
  margin-top: .8em;
  color: #961218;
  font-weight: 500;
  font-size: 18px;
}
#p13n-dd .p13n-inner input[type="checkbox"] {
  margin: 0 .4em .5em 0;
}
#p13n-dd .p13n-inner p {
  margin-bottom: .4em;
  font-size: 16px;
}
#p13n-dd .p13n-inner hr {
  margin: .5em 0;
}
.p13n-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: capitalize;
}
.p13n-institution-name {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #dde1e2;
  text-transform: capitalize;
  padding-bottom: 6px;
}
.p13n-dd-register,
.p13n-dd-login,
.p13n-dd-topic-select,
.sidebar-percy {
  border: 4px solid #002a4d;
  background: #002a4d;
}
.p13n-dd-register header,
.p13n-dd-login header,
.p13n-dd-topic-select header,
.sidebar-percy header {
  min-height: 1px;
  background: #002a4d;
  text-align: center;
  padding: 1em 0;
}
.p13n-dd-register p.percy-explanation,
.p13n-dd-login p.percy-explanation,
.p13n-dd-topic-select p.percy-explanation,
.sidebar-percy p.percy-explanation {
  background: #002a4d;
  text-align: center;
  padding-top: 6px;
  display: block;
  width: 100%;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}
.sidebar-percy {
  background-color: #f2f2f2;
}
.p13n-login-button {
  display: block;
  padding: 10px;
}
.p13n-login-button img {
  display: block;
  margin: 0 auto;
}
body[data-p13n="yes"] .copy-link.p13n-style {
  top: 105px;
}
body[data-p13n="yes"] .sidebar-percy header:after {
  border-top: 10px solid #002a4d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: relative;
  bottom: -10px;
  left: 10px;
  content: '';
  display: block;
  width: 10px;
}
body[data-p13n="yes"] .percy-explanation {
  color: #fff;
  font-size: 12px;
  margin: .5em 0 0 0;
}
body[data-p13n="no"] .percy-explanation {
  cursor: pointer;
}
body[data-p13n="no"] .p13n-footer-disabled {
  opacity: 0.85;
}
.feedback-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 5px;
}
.feedback-popup .feedback-title {
  position: absolute;
  top: -30px;
  left: 15;
}
.feedback-popup .feedback-title .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.feedback-popup .mfp-close {
  background: rgba(0, 0, 0, 0);
  background: #000;
  color: #FFF;
  height: 28px;
  width: 28px;
  line-height: 26px;
  font-size: 24px;
  font-weight: normal;
  border-radius: 20px;
  border: 2px solid #FFF;
  top: -17px;
  right: -17px;
  -moz-box-shadow: -1px 1px 5px #222222;
  -webkit-box-shadow: -1px 1px 5px #222222;
  box-shadow: -1px 1px 5px #222222;
}
.row form .row {
  margin: 0 -0.9375em;
}
[data-loggedinsgk="no"] .p13n-save {
  display: none;
}
/*========================== Media pages =========================*/
.video {
  margin-bottom: 1.25em;
}
.flash-message {
  font-size: 12px;
}
.video-js .vjs-big-play-button {
  visibility: hidden;
}
.video-container {
  margin: auto;
  display: table;
}
.video-caption {
  font-weight: bold;
  font-size: 12px;
  margin-top: -6px;
}
/*====================== Video biographies =======================*/
.video-bio .video-object .video,
.video-bio .image-object {
  margin-right: 10px;
  margin-bottom: 1.5em;
  min-width: 50%;
  min-height: 300px;
}
.video-bio .video-caption {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0px;
  padding-left: 30px;
  overflow: hidden;
  background: url(../img/medal_franklin_small.gif) no-repeat 0px 0px;
  height: 28px;
  line-height: 28px;
}
.video-bio .award > p {
  clear: both;
  margin-bottom: 2px;
  padding-left: 40px;
}
.video-bio .award > p.award-citation {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 0px;
}
.video-bio .award .person p:first-child {
  text-indent: 2px;
  color: #900;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0px;
}
.video-bio .award .person p {
  padding-left: 40px;
  line-height: 1.3 em;
  margin-bottom: 2px;
}
.video-bio .text-section .section-title {
  font-weight: bold;
}
.page-video-bio .image-object img {
  cursor: pointer;
}
.as-video {
  margin-bottom: 25px;
}
.download-video {
  display: block;
  background: url("../img/gallery-link-arrow.png") no-repeat left center;
  padding-left: 27px;
  padding-top: 3px;
  height: 23px;
  line-height: 20px;
  margin-bottom: 1.25em;
}
/*========================== Full search bar =====================*/
.full-searchbar {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.full-searchbar .as-link:focus {
  outline: 0;
}
.full-searchbar .as-link:focus img {
  outline: 1px dashed;
}
.full-searchbar .as-link img {
  position: absolute;
  bottom: 5px;
}
.full-searchbar .institution {
  padding: 5px;
  position: relative;
  height: auto;
}
@media (min-width: 766px) {
  .full-searchbar .institution {
    padding: 5px 0 5px 5px;
  }
}
.full-searchbar .institution h2 {
  margin-top: 0;
}
.full-searchbar .institution > img {
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.full-searchbar .institution .institution-logo {
  height: auto;
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
.full-searchbar .institution .institution-logo img {
  max-width: 65px;
  max-height: 65px;
}
.full-searchbar.searcharea,
.full-searchbar .searcharea {
  border: 5px solid #fff;
  background: #F5F3F3;
  background: linear-gradient(180deg, #e6e6e6, #ffffff);
  padding: 5px 5px 0;
}
.full-searchbar.searcharea .search-label,
.full-searchbar .searcharea .search-label {
  font-size: 18px;
  font-weight: bold;
  color: #0058a2;
  margin: 0 0 0.1875em;
  line-height: 18px;
}
.full-searchbar.searcharea #advanced-search-link,
.full-searchbar .searcharea #advanced-search-link {
  font-size: 12px;
  color: #00539a;
  height: 17px;
  padding: 3px 2px 0 0;
}
.full-searchbar.searcharea .advanced-search-help,
.full-searchbar .searcharea .advanced-search-help {
  background: rgba(0, 0, 0, 0);
  background: url(../img/searchbar-advanced-help.png) no-repeat left top;
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-top: 0px;
  cursor: pointer;
}
.full-searchbar.searcharea .advanced-search-help:hover,
.full-searchbar .searcharea .advanced-search-help:hover {
  background-position: right top;
}
.full-searchbar.searcharea #search-form,
.full-searchbar .searcharea #search-form {
  background: #ccc;
  padding: 4px;
  margin-bottom: 5px;
}
.full-searchbar.searcharea .search-input,
.full-searchbar .searcharea .search-input {
  width: 79%;
  float: left;
  margin-bottom: 0;
  font-weight: bold;
}
.full-searchbar.searcharea #search-go,
.full-searchbar .searcharea #search-go {
  width: 20%;
  border-radius: 4px;
  background: #00539a;
  border: 1px solid white;
  color: white;
  height: 33px;
  margin-bottom: 0;
}
.full-searchbar.searcharea #search-form,
.full-searchbar .searcharea #search-form {
  text-align: right;
}
.full-searchbar.searcharea .searchbar-form,
.full-searchbar .searcharea .searchbar-form,
.full-searchbar.searcharea #search-form button#search-go button,
.full-searchbar .searcharea #search-form button#search-go button {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.full-searchbar.searcharea #search-form button#search-go,
.full-searchbar .searcharea #search-form button#search-go {
  padding: 0 1.2em;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 765px) {
  .full-searchbar.searcharea #search-form button#search-go span,
  .full-searchbar .searcharea #search-form button#search-go span {
    margin-left: .4em;
  }
}
.full-searchbar .topics .column {
  float: left;
  width: 25%;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
}
.full-searchbar .topics .column ul {
  list-style: none;
}
.full-searchbar .topics .column ul li {
  padding-left: 8px;
  text-indent: -8px;
}
.full-searchbar .alphabet {
  list-style: none;
  font-size: 12px;
  color: black;
  clear: left;
}
.full-searchbar .alphabet li {
  float: left;
  background: #e2e2e2;
  margin-left: 1px;
  margin-bottom: 1px;
  text-align: center;
  padding: 2px 8px;
}
.full-searchbar .alphabet li + li {
  padding: 0;
}
.full-searchbar .alphabet li + li:hover {
  background: #007cc1;
}
.full-searchbar .alphabet li + li:hover a {
  color: #fff;
}
.full-searchbar .alphabet a {
  position: relative;
  left: 0;
  display: inline-block;
  width: 23.9px;
  height: 23px;
  padding-top: 3px;
}
.full-searchbar .alphabet a:hover {
  text-decoration: none;
}
.help-content {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.25em;
}
.help-content .help-title {
  position: absolute;
  top: -30px;
  left: 15;
}
.help-content .help-title .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background-color: #111;
  background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.help-content .mfp-close {
  background: rgba(0, 0, 0, 0);
  background: #000;
  color: #FFF;
  height: 28px;
  width: 28px;
  line-height: 26px;
  font-size: 24px;
  font-weight: normal;
  border-radius: 20px;
  border: 2px solid #FFF;
  top: -17px;
  right: -17px;
  -moz-box-shadow: -1px 1px 5px #222222;
  -webkit-box-shadow: -1px 1px 5px #222222;
  box-shadow: -1px 1px 5px #222222;
}
.oldie .help-content .mfp-close {
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  color: #222;
  border: none;
}
.mfp-title {
  padding-right: 0;
}
/*========================== Search bar ==========================*/
.browse-select-wrapper {
  border: 1px solid #858585;
  height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #9d9c9c url(../img/searchbar-browse-arrow-up.png) 260px center no-repeat;
}
.browse-select-wrapper select {
  display: none;
}
.search-bar {
  background: #e6e6e6;
  background: linear-gradient(180deg, #e6e6e6, #ffffff);
  border: 4px solid #fff;
}
.search-bar #search-form,
.search-bar #browse-form {
  background: #d0d0d0;
  padding: 6px;
  width: 100%;
  height: 46px;
}
.search-bar .search-label {
  font-size: 18px;
  font-weight: bold;
  color: #0058a2;
  float: left;
  margin: 0;
  padding: 5px;
}
.search-bar #advanced-search-link {
  font-size: 12px;
  color: #00539a;
  height: 17px;
  padding: 3px 2px 0 0;
  margin-top: 9px;
}
.search-bar .advanced-search-help {
  background: rgba(0, 0, 0, 0);
  background: url(../img/searchbar-advanced-help.png) no-repeat right top;
  display: inline-block;
  height: 17px;
  width: 17px;
  cursor: pointer;
  margin-top: 9px;
}
.search-bar #search-go {
  width: 20%;
  float: right;
  border-radius: 4px;
  text-align: left;
  background-color: #00539a;
  border: 1px solid white;
  color: white;
  height: 35px;
}
.search-bar .search-input {
  border: 1px solid #858585;
  background: #fff;
  height: 35px;
  margin-bottom: 0;
  float: left;
  width: 79%;
}
.search-bar .search,
.search-bar .browse {
  padding: 5px;
}
.search-bar .search {
  float: left;
}
.search-bar .browse {
  float: right;
}
#q {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
}
.topics-browse {
  position: relative;
}
.topics-browse .select-handle {
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.4em;
  top: -5px;
  left: -1px;
  height: 34px;
  width: 100.7%;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #858585;
  margin: 0.2em 0 0.5em;
  padding: 5px 40px 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #9d9c9c url(../img/searchbar-browse-arrow-up.png) 260px center no-repeat;
}
.topics-browse .select-handle:focus {
  outline: 1px solid #003E87;
}
.topics-browse .topics-browse-list {
  overflow-y: scroll;
  background: #fafafa;
  border: 1px solid #999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 100;
  list-style: none;
  font-size: 12px;
}
.topics-browse .topics-browse-list li {
  padding: 5px 5px 0 5px;
}
.topics-browse .topics-browse-list li.current a {
  outline: 3px black dotted !important;
}
.browse-list-hidden .select-handle {
  background: #6a6a6a url(../img/searchbar-browse-arrow-down.png) 260px center no-repeat;
}
.browse-list-hidden .topics-browse-list {
  display: none;
}
.articles-sidebar .topics-browse-list {
  width: 150%;
}
.search-type {
  position: relative;
  top: -1px;
  left: -1px;
  width: 100.7%;
}
.search-type .select-handle {
  text-decoration: none;
  display: block;
  position: relative;
  height: 35px;
  line-height: 35px;
  width: 100%;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  border: 1px solid #858585;
  padding: 0px 40px 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #9d9c9c url(../img/searchbar-browse-arrow-up.png) 98% center no-repeat;
  background: #9d9c9c url(../img/searchbar-browse-arrow-up.png) right 3px center no-repeat;
}
.search-type .select-handle:focus {
  outline: 1px solid #003E87;
}
.search-type .search-type-list {
  overflow-y: scroll;
  width: 100%;
  background: #fafafa;
  border: 1px solid #999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  list-style: none;
  font-size: 12px;
}
.search-type .search-type-list li {
  padding: 5px 5px 0 5px;
  cursor: pointer;
}
.search-type .search-type-list li:hover,
.search-type .search-type-list li:focus {
  background-color: #9d9c9c;
  color: #ffffff;
  outline: none;
}
.type-list-hidden .select-handle {
  background: #6a6a6a url(../img/searchbar-browse-arrow-down.png) 98% center no-repeat;
  background: #6a6a6a url(../img/searchbar-browse-arrow-down.png) right 3px center no-repeat;
}
.type-list-hidden .search-type-list {
  display: none;
}
.articles-sidebar .topics-browse .select-handle {
  font-size: 14px;
  color: #262626;
  top: 0;
  background-position: 112px center;
  background-color: #d8d7d7;
  margin-bottom: 1px;
  border: 1px solid #cecece;
}
/*========================== Home page ===========================*/
.hero-panel {
  height: 371px;
}
.hero-panel .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero-panel .carousel img {
  width: 100%;
}
.hero-panel .caption-box {
  position: absolute;
  top: 0;
  background: #7ec2ed;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-sizing: border;
  padding: 15px;
  height: 371px;
  text-align: center;
  color: #003e87;
  line-height: 1.2em;
  z-index: 15;
}
.hero-panel .caption-box .contact-button {
  padding: 13px 45px 10px 25px;
  border: 1px solid #fff;
  background: #00539a url(../img/hero-panel-contact-button.png) 90% center no-repeat;
  color: #fff;
  display: inline-block;
}
.hero-panel .caption-box .contact-button:hover {
  text-decoration: none;
}
.hero-panel .caption-box h2 {
  margin-top: 10%;
  font-size: 24px;
  color: #003e87;
  font-weight: normal;
  line-height: normal;
}
.hero-panel .caption-box p {
  font-size: 18px;
  line-height: 1.2em;
}
.home-searchbar .full-searchbar {
  z-index: 1001;
  position: relative;
  top: -67px;
}
.home-content .explore {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F8C8C8C,endColorstr=#3F8C8C8C)";
  zoom: 1;
  background: rgba(140, 140, 140, 0.25);
  padding: 100px 30px 30px;
}
.home-content .explore h2 {
  font-size: 36px;
  font-weight: normal;
  color: #0058a2;
}
.home-content .explore img {
  width: 100%;
}
.home-content .explore article {
  margin-bottom: 20px;
}
.home-content .tools {
  background: rgba(0, 165, 255, 0.4);
  padding-top: 100px;
}
.page-home .carousel {
  height: 370px;
}
.page-home .carousel .slides {
  overflow: hidden;
  max-height: 371px;
  position: absolute;
}
.page-home .carousel .slides li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.page-home .carousel .slides li:first-of-type {
  display: list-item;
}
.page-home .carousel .carousel-header {
  position: absolute;
  top: 10%;
  left: 8%;
  color: #fff;
  font-weight: 100;
  font-size: 52px;
  width: 50%;
  line-height: normal;
}
.page-home .carousel .carousel-link {
  position: absolute;
  left: 8%;
  top: 50%;
  padding-right: 30px;
  color: #4bbdff;
  font-size: 18px;
  max-width: 300px;
  line-height: normal;
  z-index: 100;
}
.page-home .carousel .carousel-link a:after {
  content: '';
  background: url(../img/home-carousel-link.png);
  width: 25px;
  height: 25px;
  position: relative;
  left: 5px;
  top: 5px;
  display: inline-block;
  margin-top: -5px;
}
.page-home .carousel .carousel-link a {
  color: #4bbdff;
}
.page-home .carousel .carousel-link a:hover {
  color: #ffffff;
}
.page-home .carousel .flex-viewport {
  width: 100%;
}
.page-home .carousel .flex-prev,
.page-home .carousel .flex-next {
  width: 55px;
  height: 55px;
  opacity: 1;
  top: 40%;
  z-index: 15 !important;
}
.page-home .carousel .slide {
  width: 100% !important;
}
.page-home .carousel .flex-prev {
  background: url(../img/home-carousel-left.png);
}
.page-home .carousel .flex-next {
  background: url(../img/home-carousel-right.png);
  right: 22%;
}
.page-home .carousel .flex-control-paging {
  height: 32px;
  padding: 9px 10px;
  width: auto;
  border: 1px solid rgba(129, 128, 128, 0.8);
  background: rgba(76, 76, 76, 0.8);
  position: absolute;
  bottom: 25%;
  left: 8%;
  z-index: 100;
}
.page-home .carousel .flex-control-paging a {
  background: #818080;
}
.page-home .carousel .flex-control-paging a.flex-active {
  background: #e4f6ff;
}
.page-home .carousel .flex-direction-nav {
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-home .carousel .flex-control-paging {
  margin-bottom: 0;
}
.page-home .carousel ul {
  width: 100%;
}
.page-home .carousel ul li {
  margin-right: 0;
  width: 100%;
  height: auto;
}
.page-home .home-explore-item {
  margin-bottom: 25px;
}
.page-home .home-explore-item img {
  width: 100%;
}
.page-home .home-explore-item .home-explore-images {
  height: 170px;
  overflow: hidden;
}
.page-home .home-explore-item .home-explore-images a {
  display: block;
}
.page-home .home-explore-item p a,
.page-home .home-explore-item p a:hover {
  color: #000;
}
.page-home .home-explore-copy {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: normal;
  font-size: 12px;
}
.page-home .home-explore-link {
  text-align: right;
}
.page-home .home-explore-link a {
  padding-right: 28px;
  font-size: 12px;
  position: relative;
  font-weight: bold;
}
.page-home .home-explore-link a:after {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  right: 0px;
  top: -6px;
  background: url(../img/home-explore-link.png);
}
.page-home .sidebar-wrap {
  border: none;
  margin-bottom: 0;
}
.page-home .explore-box {
  overflow: hidden;
  background: transparent;
  background: rgba(140, 140, 140, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F8C8C8C,endColorstr=#3F8C8C8C)";
  zoom: 1;
}
.page-home .explore-box.explore-loggedout {
  position: relative;
  top: -130px;
  margin-bottom: -130px;
}
.page-home .explore-box.explore-loggedout .large-8,
.page-home .explore-box.explore-loggedout .large-4 {
  padding-top: 70px;
}
.page-home .explore-box h2 {
  color: #0058a2;
  font-size: 36px;
}
.page-home .explore-box .sidebar {
  background: transparent;
  background: rgba(0, 165, 255, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6600A5FF,endColorstr=#6600A5FF)";
  zoom: 1;
}
.page-home .explore-box .sidebar h2 {
  font-size: 30px;
  margin-bottom: 8px;
}
.page-home .home-hero-panel {
  z-index: 10 !important;
}
.page-home .sidebar .sidebar-contentbox {
  background: #e4f6ff;
  border: 1px solid #c9eafc;
  font-size: 13px;
}
.page-home .sidebar .sidebar-contentbox a {
  font-weight: bold;
}
.page-home .sidebar .sidebar-contentbox #did-you-know-question {
  color: black;
}
.page-home .sidebar .sidebar-contentbox #did-you-know-question h1,
.page-home .sidebar .sidebar-contentbox #did-you-know-question h2,
.page-home .sidebar .sidebar-contentbox #did-you-know-question h3,
.page-home .sidebar .sidebar-contentbox #did-you-know-question h4,
.page-home .sidebar .sidebar-contentbox #did-you-know-question h5,
.page-home .sidebar .sidebar-contentbox #did-you-know-question p,
.page-home .sidebar .sidebar-contentbox #did-you-know-question li,
.page-home .sidebar .sidebar-contentbox #did-you-know-question a {
  color: black;
}
.ui-autocomplete a.ui-state-focus {
  color: black;
}
.carousel {
  margin: 0 !important;
  z-index: 0 !important;
}
/*========================== For Faculty =========================*/
.page-faculty a:focus {
  outline: thin dotted;
}
.page-faculty .content {
  min-height: 800px;
  background: #ffffff url(../img/faculty-content-background.png) bottom left no-repeat;
  font-size: 18px;
}
.page-faculty .faculty-wrap h1,
.page-faculty .faculty-wrap .red-heading {
  color: #d60423;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  padding: 0 0 5px 35px;
}
.page-faculty .faculty-header {
  width: 670px;
  background-color: #d60423;
  background: linear-gradient(90deg, #d60423, #a2020e);
  text-align: center;
  color: #fff;
  font-size: 34;
  font-weight: 200;
  padding: 10px;
}
.page-faculty .articles-sidebar {
  width: 80%;
  margin: 150px auto;
}
.page-faculty .articles-sidebar h2 {
  background: #cddde6;
}
.page-faculty .articles-sidebar .chunked-results li a {
  padding: 15px;
}
.page-faculty .articles-sidebar li:hover {
  background: #e4f6ff;
  position: relative;
}
.page-faculty .articles-sidebar li:hover a {
  background: #e4f6ff;
  position: relative;
}
.page-faculty .articles-sidebar li:hover:after {
  border-right: 8px solid #e4f6ff;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  width: 15px;
  height: 38px;
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
}
.page-faculty ul {
  list-style-position: inside;
  list-style-type: none;
}
.page-faculty .faculty-list {
  padding: 20px 20px 1px;
  background-color: #D9EDF9;
  margin-bottom: 40px;
}
.page-faculty .faculty-list li {
  background-color: #005DB6;
  padding: 10px 10px 10px 15px;
  margin-bottom: 4px;
}
.page-faculty .faculty-list li a {
  color: #fff;
}
.page-faculty .faculty-list-header {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.page-faculty .faculty-list-header p {
  margin: 0;
}
.page-faculty .faculty-header-text,
.page-faculty .faculty-list-header {
  margin-bottom: 20px;
}
.page-faculty .faculty-header-text {
  margin-bottom: 20px;
  line-height: 1.3;
}
.page-faculty .faculty-list-category {
  background-color: #E00000;
  color: #fff;
  padding: 7px 7px 4px 10px;
  margin-left: -30px;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: bold;
}
.page-faculty .faculty-back-to-top {
  position: relative;
  top: 10px;
  right: -20px;
  font-weight: bold;
}
.page-faculty .faculty-wrap {
  padding: 20px 0;
}
.page-faculty .faculty-wrap .faculty-top-links,
.page-faculty .faculty-wrap .faculty-header-text {
  padding-left: 10px;
}
.page-faculty .sidebar-wrap {
  border: none;
}
.page-faculty .faculty-sidebar {
  padding: 10px;
}
.page-faculty .faculty-ngss-heading {
  color: #d60423;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  padding: 0 0 5px 0;
}
.page-faculty .faculty-ngss-context {
  font-weight: normal;
  font-size: 18px;
  color: #00539a;
}
.page-faculty .faculty-dci-topic-type {
  font-style: italic;
  color: #ffd53e;
  font-size: 14px;
  font-weight: normal;
}
.page-faculty .faculty-dci-topic-type:before {
  content: ' [';
}
.page-faculty .faculty-dci-topic-type:after {
  content: ']';
}
.page-faculty .faculty-search-widget {
  clear: both;
  margin-top: 20px;
}
.page-faculty .faculty-search-widget .search {
  text-align: center;
  display: block;
}
.page-faculty .faculty-search-widget p {
  padding-left: 35px;
}
.page-faculty .faculty-search-widget .faculty-section {
  padding-bottom: 100px;
}
.page-faculty .back-to-faculty {
  position: relative;
  top: -25px;
  font-weight: bold;
}
.page-faculty .back-to-faculty .search {
  text-align: center;
}
/*========================== Curriculum Map ======================*/
#curriculum-map h2 {
  color: #961218;
  font-style: italic;
  font-size: 22px;
}
#curriculum-map h2.large-heading {
  font-size: 34px;
  font-style: normal;
  margin-top: 6px;
}
#curriculum-map ul {
  list-style: none;
}
#curriculum-map ul li {
  position: relative;
  padding-left: 15px;
}
#curriculum-map ul li a {
  color: #222;
}
#curriculum-map ul li a:hover {
  color: #0064b4;
}
#curriculum-map ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 7px;
  height: 13px;
  background: #000;
}
#curriculum-map ul li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
#curriculum-map table {
  border: 0;
  margin-bottom: 25px;
  border-collapse: collapse;
  width: 100%;
}
#curriculum-map table a {
  color: #222;
  text-decoration: underline;
  cursor: pointer;
}
#curriculum-map table a:hover {
  color: #0064b4;
}
#curriculum-map table * {
  border: 0;
  background: transparent;
}
#curriculum-map table thead {
  padding: 15px;
  background: #00539a;
}
#curriculum-map table thead tr td {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
#curriculum-map table thead tr td:first-child {
  padding-left: 25px;
}
#curriculum-map table thead tr:first-child th {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  padding-left: 25px;
}
#curriculum-map table tbody tr {
  border-bottom: 1px solid #eee;
  height: 30px !important;
}
#curriculum-map table tbody tr .copy-link {
  display: none;
  background-color: #0064b4;
  color: #ffffff;
  padding: 3px 5px;
  margin: 0 10px;
  text-decoration: none;
}
#curriculum-map table tbody tr .copy-link:hover {
  color: #ffffff;
}
#curriculum-map table tbody tr:hover .copy-link {
  display: inline-block;
}
#curriculum-map table tbody tr td:first-child {
  width: 20%;
  color: #fff;
  padding: 15px 20px 15px 15px;
}
#curriculum-map table tbody tr td:first-child span {
  padding: 10px;
  margin: 0 5px 0 0;
  position: relative;
  display: inline-block;
  width: 180px;
  background: #00539a;
}
#curriculum-map table tbody tr td:first-child span:before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 20px;
  height: 33px;
  background: #00539a;
}
#curriculum-map table tbody tr td:first-child span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 17px solid #fff;
  border-left: 17px solid transparent;
  border-bottom: 16px solid #fff;
}
#curriculum-map ul > li:nth-of-type(odd):before {
  background: #0064b4;
  background: linear-gradient(90deg, #004881, #0064b4);
}
#curriculum-map ul > li:nth-of-type(odd) a:hover {
  color: #0064b4;
}
#curriculum-map table:nth-of-type(odd) thead {
  background: #0064b4;
}
#curriculum-map table:nth-of-type(odd) tbody tr td span,
#curriculum-map table:nth-of-type(odd) tbody tr td span:before {
  background: #0064b4;
  background: linear-gradient(90deg, #004881, #0064b4);
}
#curriculum-map table:nth-of-type(odd) a:hover {
  color: #0064b4;
}
#curriculum-map table:nth-of-type(odd) tbody tr .copy-link {
  background-color: #0064b4;
}
#curriculum-map ul > li:nth-of-type(even):before {
  background: #d13133;
  background: linear-gradient(90deg, #a92627, #d13133);
}
#curriculum-map ul > li:nth-of-type(even) a:hover {
  color: #d13133;
}
#curriculum-map table:nth-of-type(even) thead {
  background: #d13133;
}
#curriculum-map table:nth-of-type(even) tbody tr td span,
#curriculum-map table:nth-of-type(even) tbody tr td span:before {
  background: #d13133;
  background: linear-gradient(90deg, #a92627, #d13133);
}
#curriculum-map table:nth-of-type(even) a:hover {
  color: #d13133;
}
#curriculum-map table:nth-of-type(even) tbody tr .copy-link {
  background-color: #d13133;
}
/*========================== Search results ======================*/
.as-search-number {
  font-weight: 200;
}
.video-thumbnail {
  margin-top: 5px;
}
.result-image {
  float: left;
  margin-right: 10px;
}
.parent-article-link {
  margin-bottom: 2px;
}
.parent-article-link a {
  font-weight: bold;
}
.page-search-results .large-9.right {
  padding-left: 15px;
}
.page-search-results .content h1 {
  font-size: 26px;
  margin-bottom: 0;
  clear: both;
  margin-top: 0px;
  padding-top: 0.2em;
}
.page-search-results .content h2.search-result-term {
  font-size: 26px;
  margin-bottom: 0;
  clear: both;
  margin-top: 0px;
  padding-top: 0.2em;
}
.page-search-results .content h3 {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #000;
  margin-top: 0;
}
.page-search-results .search-suggest h3 {
  margin-bottom: 25px;
}
.page-search-results .search-suggest ul {
  list-style-position: inside;
}
.page-search-results .as-result-count-none {
  margin-bottom: 25px;
}
.result-definition .result-title {
  color: #961218;
}
.result-contents em {
  background-color: #fff200;
  font-weight: bold;
  font-style: normal;
}
.result-item {
  padding: 15px 0;
}
.result-item.result-definition {
  border: 4px solid #e8e8e8;
  padding: 10px;
}
.result-item .result-type {
  margin-bottom: 0;
  font-style: italic;
  color: #6a6a6a;
  font-size: 12px;
}
.result-item .result-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.result-item .result-title .video-icon {
  position: absolute;
  left: -25px;
  top: 2px;
}
.result-item .search-result-video-icon {
  margin: -4px 5px 0 0;
}
.result-item .result-abstract {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5em;
}
.result-item .result-contents .image-abstract {
  margin-top: 1.25em;
}
.result-item .result-contents .image-abstract .large-3 {
  padding-right: 0px;
}
.result-item .result-authors {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.result-item .result-authors li {
  display: inline-block;
  font-style: italic;
  padding-right: 5px;
}
.result-item .result-authors li + li {
  border-left: 1px solid #eee;
  padding-left: 5px;
}
.result-item .term-definition .literal {
  margin-bottom: 15px;
}
.result-item .term-definition .literal p {
  margin-bottom: 5px;
}
.result-item .pronunciation:last-of-type {
  margin-bottom: 0;
}
.result-item .search-result-pub-year {
  font-size: 0.75em;
  color: #6a6a6a;
  margin-bottom: 0;
  display: block;
  font-weight: normal;
}
.oldie .image-abstract .large-3 {
  padding-left: 0;
}
.page-image-galleries .content h2 {
  font-size: 27px;
}
.page-image-galleries .result-item {
  padding: 15px 10px;
}
.page-image-galleries .result-item .result-title .result-img-holder {
  height: 170px;
  overflow: hidden;
  display: block;
}
.page-image-galleries .result-item .result-title .result-img-holder img {
  display: block;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
.page-image-galleries .result-item .result-title .result-img-holder .continue-icon {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 137px;
  right: 5px;
  z-index: 900;
  background: url("../img/gallery-link-arrow.png") no-repeat center center;
}
.page-image-galleries .result-item .result-title p {
  padding-top: 5px;
  font-size: 14px;
  line-height: normal;
}
.facets {
  background: #fff;
}
.facets .facet-expander {
  display: block;
}
.facets .facet-expander i {
  float: right;
}
.facets .facet-expander:hover {
  color: #0058a2;
  text-decoration: none;
}
.facets .refine {
  color: #0058a2;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0px 0 7px;
}
.facets .refine .icon-chevron-down {
  font-size: 13px;
  padding-left: 5px;
}
.facets h3 {
  color: #0058a2;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  padding: 10px;
}
.facets .title {
  color: #00539a;
  font-weight: bold;
  font-size: 16px;
  background: #e8e8e8;
  padding: 5px 10px 0;
  margin: 0 auto;
  width: 90%;
}
.facets .facet {
  border: 4px solid #e8e8e8;
  width: 90%;
  margin: 0 auto 20px;
  list-style: none;
  padding: 5px;
}
.facets .facet a,
.facets .facet strong {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #007cc1;
  display: block;
  padding-left: 24px;
  margin-bottom: 3px;
  min-height: 20px;
}
.facets .facet a:before,
.facets .facet strong:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}
.facets .facet a {
  padding-left: 32px;
  text-indent: -8px;
}
.facets .facet .facet-link:before {
  background: url(../img/search-facets-unchecked.png) no-repeat;
}
.facets .facet .facet-selected {
  background: url(../img/search-facets-checked.png) no-repeat;
}
.facets .facet .facet-count {
  font-weight: normal;
}
#advanced-search-return {
  font-size: 14px;
  padding: 5px 10px 16px 22px;
  position: relative;
  top: 10px;
  display: inline-block;
  text-indent: -12px;
}
/*========================== Topics Pages ========================*/
.p13n-nav-tabs,
.topics-tabs {
  list-style: none;
  width: 100%;
  background: #fff;
  background: linear-gradient(#e5e5e5, #ffffff);
  height: 42px;
  position: relative;
  top: -13px;
}
.p13n-nav-tabs .a-z-ls,
.topics-tabs .a-z-ls {
  letter-spacing: 2px;
}
.p13n-nav-tabs li,
.topics-tabs li {
  height: 42px;
  float: left;
  border-right: 2px solid #fff;
}
.p13n-nav-tabs li a,
.topics-tabs li a {
  display: inline-block;
  height: 42px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #004d8e;
  background: linear-gradient(#004d8e, #0060b2);
  padding: 7px 15px;
}
.p13n-nav-tabs li a:hover,
.topics-tabs li a:hover {
  text-decoration: none;
}
.p13n-nav-tabs {
  width: auto;
  margin: 0px -0.9375em;
  max-width: none;
}
.p13n-nav-tabs li {
  width: 33.33%;
  height: 50px;
  background: #004d8e;
  background: linear-gradient(#004d8e, #0060b2);
}
.p13n-nav-tabs li a {
  display: block;
  padding: 12px 15px;
  height: 50px;
  text-align: center;
}
.p13n-nav-tabs li a:focus {
  background: #e4f6ff;
  color: black;
  outline: 2px dashed #e4f6ff;
}
.p13n-nav-tabs li img {
  padding: 7px 15px;
}
.p13n-nav-tabs .p13n-active:after {
  top: 100% !important;
  display: none !important;
}
.p13n-item-abstract,
.p13n-manage-title {
  display: none;
}
.p13n-item-active {
  border: 1px solid #98d2ea;
  background: #d6e8f6 !important;
}
.p13n-item-active .large-1 {
  background: #d6e8f6 !important;
}
.p13n-item-active .large-11 {
  background: #edf8fe !important;
}
.page-topics .tab-topic,
.page-articles .tab-az,
.page-briefings .tab-az,
.page-media .tab-media,
.page-image-galleries .tab-ig,
.page-biographies .tab-az,
.page-biographies-topic .tab-topic,
.page-briefings-topic .tab-topic,
.p13n-nav-tabs .p13n-active {
  background: none;
  background-color: #e4f6ff;
  position: relative;
}
.page-topics .tab-topic a,
.page-articles .tab-az a,
.page-briefings .tab-az a,
.page-media .tab-media a,
.page-image-galleries .tab-ig a,
.page-biographies .tab-az a,
.page-biographies-topic .tab-topic a,
.page-briefings-topic .tab-topic a,
.p13n-nav-tabs .p13n-active a {
  background: transparent;
}
.page-topics .tab-topic:after,
.page-articles .tab-az:after,
.page-briefings .tab-az:after,
.page-media .tab-media:after,
.page-image-galleries .tab-ig:after,
.page-biographies .tab-az:after,
.page-biographies-topic .tab-topic:after,
.page-briefings-topic .tab-topic:after,
.p13n-nav-tabs .p13n-active:after {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  border-top: 10px solid #e4f6ff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  top: 42px;
  left: 40%;
}
.page-topics .tab-topic,
.page-articles .tab-az,
.page-briefings .tab-az,
.page-media .tab-media,
.page-image-galleries .tab-ig,
.page-biographies .tab-az,
.page-biographies-topic .tab-topic,
.page-briefings-topic .tab-topic {
  background-color: #d60423;
}
.page-topics .tab-topic:after,
.page-articles .tab-az:after,
.page-briefings .tab-az:after,
.page-media .tab-media:after,
.page-image-galleries .tab-ig:after,
.page-biographies .tab-az:after,
.page-biographies-topic .tab-topic:after,
.page-briefings-topic .tab-topic:after {
  border-top: 10px solid #d60423;
}
.p13n-nav-tabs .p13n-active a {
  color: black;
}
.topic-header-bar {
  background-color: #d20421;
  background: linear-gradient(to right, #d20421, #a2020e);
  height: 79px;
}
.topic-header-bar .topic-copy {
  float: left;
}
.topic-header-bar .topic-image {
  float: left;
  margin-right: 17px;
}
.topic-header-bar h2,
.topic-header-bar h3 {
  color: #fff;
  font-weight: normal;
  margin: 0;
  position: relative;
}
.topic-header-bar h2 {
  font-size: 30px;
}
.topic-header-bar h3 {
  top: 5px;
  font-size: 21px;
}
.topics-list-header h5,
.topics-list-header h6 {
  font-weight: normal;
  color: #961218;
  margin: 0;
  line-height: normal;
}
.topics-list-header h6 {
  font-size: 18px;
}
.topics-list-header h5 {
  font-size: 28px;
  margin-bottom: 15px;
}
.a-z-list {
  background: #e5e5e5;
  padding: 5px;
  list-style: none;
  text-transform: uppercase;
}
.a-z-list li {
  float: left;
  min-width: 23px;
  width: 3.7%;
}
.a-z-list li:last-of-type a {
  border-right: 0;
}
.a-z-list li a {
  background: #6a6a6a;
  margin-bottom: 1px;
  padding: 3px 8px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  height: 25px;
  border-right: 1px solid #fff;
}
.a-z-list li a:hover {
  text-decoration: none;
}
.a-z-list li a.selected {
  padding: 3px 6px;
  color: #fff;
  background: #d60423;
}
.a-z-list li a.letter-disabled {
  pointer-events: none;
  cursor: default;
  background: #e5e5e5;
  color: black;
}
.page-biographies .a-z-list li {
  width: 3.84%;
}
#article-list {
  padding-top: 20px;
  /*over writing style set in vendor/foundation.less*/

}
#article-list .result-item {
  padding: 0;
}
#article-list .result-item:last-of-type {
  margin-bottom: 25px;
}
#article-list .result-title {
  font-size: 14px;
  padding-left: 8px;
  text-indent: -8px;
  display: inline-block;
}
#article-list .result-difficulty-title {
  font-weight: bold;
  padding-left: 8px;
}
#article-list .result-type {
  font-style: italic;
  color: #6a6a6a;
  font-weight: normal;
}
#article-list .muted {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
#article-list small {
  color: #6a6a6a;
}
.articles-sidebar h2 {
  display: block;
  margin: 0;
  font-size: 18px;
  color: #0058a2;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  height: 41px;
  padding: 16px 0 0 14px;
  background: #ebebeb;
}
.articles-sidebar .form-row-topics {
  margin-bottom: 2px;
}
.articles-sidebar #selectedLetter {
  width: 100%;
  background: #d60423;
  text-align: center;
}
.articles-sidebar #selectedLetter h3 {
  margin-bottom: 9px;
  font-size: 77px;
  font-weight: bold;
  color: #fff;
}
.articles-sidebar .chunked-results {
  list-style: none;
  font-size: 13px;
  font-weight: bold;
}
.articles-sidebar .chunked-results ul {
  list-style: none;
}
.articles-sidebar .chunked-results li a {
  background-color: #00539a;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  text-align: left;
  padding-top: 8px;
  padding: 9px;
}
.articles-sidebar .chunked-results li a:hover {
  text-decoration: none;
}
.articles-sidebar .chunked-results .selected {
  background: #d60423;
  color: white;
  position: relative;
}
.articles-sidebar .chunked-results .selected a {
  background: #d60423;
  position: relative;
  color: white;
}
.articles-sidebar .chunked-results .selected:after {
  border-left: 8px solid #d60423;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  width: 15px;
  height: 38px;
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
}
.back-to-top-link a {
  float: right;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 30px;
  background: url('../img/back-to-top-link.png') right 3px center no-repeat;
}
/*========================== Advanced Search Page ================*/
#advanced-search-form h2 {
  margin-bottom: 15px;
}
#advanced-search-form .form-row-as {
  margin-bottom: 15px;
}
#advanced-search-form .form-row-as > div > input {
  height: 36px;
  border: 1px solid #aaa;
}
#advanced-search-form .form-row-as > label {
  font-weight: bold;
  text-align: right;
}
#advanced-search-form .form-row-as .checkboxes-label {
  font-weight: bold;
  text-align: right;
  font-size: 0.875em;
  color: #4D4D4D;
  cursor: pointer;
  display: block;
  margin-bottom: 0.1875em;
}
#advanced-search-form .form-row-as #q {
  margin-bottom: 0;
}
#advanced-search-form .form-row-as input[type='checkbox'] {
  margin-right: 8px;
}
#advanced-search-form .form-row-as .large-2,
#advanced-search-form .form-row-as .large-3 {
  padding-left: 15px;
  padding-right: 15px;
}
#advanced-search-form .form-row-as label.large-2 {
  padding-top: 10px;
}
#advanced-search-form .form-row-as label.checkboxes-label,
#advanced-search-form .form-row-as .checkboxes-label {
  padding-top: 0;
}
#advanced-search-form .form-row-as .right:last-child,
#advanced-search-form .form-row-as .left:last-child {
  padding-right: 15px;
}
#advanced-search-form .form-row-as .search-go {
  width: 20%;
  border-radius: 4px;
  text-align: left;
  background: #00539a url(../img/searchbar-submit-arrow.png) 94% center no-repeat;
  border: 1px solid white;
  color: white;
  height: 35px;
  margin-right: 15px;
}
#advanced-search-form .checkbox-label {
  display: inline-block;
}
/*========================== SGK login box =======================*/
.p13n-dd-register,
.p13n-dd-topic-select,
.p13n-dd-login,
.p13n-dd-forgotten,
.sgk-logout-popup,
.sgk-login-popup,
.barcode-login-popup {
  border: 4px solid #002a4d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  background: #f2f2f2;
  display: none;
}
.p13n-dd-register .close,
.p13n-dd-topic-select .close,
.p13n-dd-login .close,
.p13n-dd-forgotten .close,
.sgk-logout-popup .close,
.sgk-login-popup .close,
.barcode-login-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.p13n-dd-register h1,
.p13n-dd-topic-select h1,
.p13n-dd-login h1,
.p13n-dd-forgotten h1,
.sgk-logout-popup h1,
.sgk-login-popup h1,
.barcode-login-popup h1,
.p13n-dd-register h3.form-heading,
.p13n-dd-topic-select h3.form-heading,
.p13n-dd-login h3.form-heading,
.p13n-dd-forgotten h3.form-heading,
.sgk-logout-popup h3.form-heading,
.sgk-login-popup h3.form-heading,
.barcode-login-popup h3.form-heading {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin: 10px 0 0;
  padding: 0;
  color: #00539a;
}
.p13n-dd-register .large-2,
.p13n-dd-topic-select .large-2,
.p13n-dd-login .large-2,
.p13n-dd-forgotten .large-2,
.sgk-logout-popup .large-2,
.sgk-login-popup .large-2,
.barcode-login-popup .large-2 {
  color: #0065ba;
  text-align: center;
}
.p13n-dd-register .large-2 .or,
.p13n-dd-topic-select .large-2 .or,
.p13n-dd-login .large-2 .or,
.p13n-dd-forgotten .large-2 .or,
.sgk-logout-popup .large-2 .or,
.sgk-login-popup .large-2 .or,
.barcode-login-popup .large-2 .or {
  position: relative;
  top: 59px;
}
.p13n-dd-register .large-2 .or:before,
.p13n-dd-topic-select .large-2 .or:before,
.p13n-dd-login .large-2 .or:before,
.p13n-dd-forgotten .large-2 .or:before,
.sgk-logout-popup .large-2 .or:before,
.sgk-login-popup .large-2 .or:before,
.barcode-login-popup .large-2 .or:before,
.p13n-dd-register .large-2 .or:after,
.p13n-dd-topic-select .large-2 .or:after,
.p13n-dd-login .large-2 .or:after,
.p13n-dd-forgotten .large-2 .or:after,
.sgk-logout-popup .large-2 .or:after,
.sgk-login-popup .large-2 .or:after,
.barcode-login-popup .large-2 .or:after {
  display: block;
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  left: 7px;
}
.p13n-dd-register .large-2 .or:after,
.p13n-dd-topic-select .large-2 .or:after,
.p13n-dd-login .large-2 .or:after,
.p13n-dd-forgotten .large-2 .or:after,
.sgk-logout-popup .large-2 .or:after,
.sgk-login-popup .large-2 .or:after,
.barcode-login-popup .large-2 .or:after {
  border-left: 1px solid #a5c0d3;
  bottom: -20px;
}
.p13n-dd-register .large-2 .or:before,
.p13n-dd-topic-select .large-2 .or:before,
.p13n-dd-login .large-2 .or:before,
.p13n-dd-forgotten .large-2 .or:before,
.sgk-logout-popup .large-2 .or:before,
.sgk-login-popup .large-2 .or:before,
.barcode-login-popup .large-2 .or:before {
  border-left: 1px solid #a5c0d3;
  top: -20px;
}
.p13n-dd-register .password-forgot,
.p13n-dd-topic-select .password-forgot,
.p13n-dd-login .password-forgot,
.p13n-dd-forgotten .password-forgot,
.sgk-logout-popup .password-forgot,
.sgk-login-popup .password-forgot,
.barcode-login-popup .password-forgot,
.p13n-dd-register .barcode-login-button,
.p13n-dd-topic-select .barcode-login-button,
.p13n-dd-login .barcode-login-button,
.p13n-dd-forgotten .barcode-login-button,
.sgk-logout-popup .barcode-login-button,
.sgk-login-popup .barcode-login-button,
.barcode-login-popup .barcode-login-button {
  font-size: 12px;
}
.p13n-dd-register form > .form-row-as,
.p13n-dd-topic-select form > .form-row-as,
.p13n-dd-login form > .form-row-as,
.p13n-dd-forgotten form > .form-row-as,
.sgk-logout-popup form > .form-row-as,
.sgk-login-popup form > .form-row-as,
.barcode-login-popup form > .form-row-as {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
.p13n-dd-register input[type="submit"],
.p13n-dd-topic-select input[type="submit"],
.p13n-dd-login input[type="submit"],
.p13n-dd-forgotten input[type="submit"],
.sgk-logout-popup input[type="submit"],
.sgk-login-popup input[type="submit"],
.barcode-login-popup input[type="submit"] {
  width: 183px;
  height: 35px;
  margin: 7px auto;
  display: block;
  background: #00539a;
  color: white;
  padding: 8px;
  border: 1px solid white;
}
.p13n-dd-register input[type="password"],
.p13n-dd-topic-select input[type="password"],
.p13n-dd-login input[type="password"],
.p13n-dd-forgotten input[type="password"],
.sgk-logout-popup input[type="password"],
.sgk-login-popup input[type="password"],
.barcode-login-popup input[type="password"],
.p13n-dd-register input[type="text"],
.p13n-dd-topic-select input[type="text"],
.p13n-dd-login input[type="text"],
.p13n-dd-forgotten input[type="text"],
.sgk-logout-popup input[type="text"],
.sgk-login-popup input[type="text"],
.barcode-login-popup input[type="text"],
.p13n-dd-register input[type="email"],
.p13n-dd-topic-select input[type="email"],
.p13n-dd-login input[type="email"],
.p13n-dd-forgotten input[type="email"],
.sgk-logout-popup input[type="email"],
.sgk-login-popup input[type="email"],
.barcode-login-popup input[type="email"] {
  margin-bottom: 0.5em;
}
.p13n-dd-register label,
.p13n-dd-topic-select label,
.p13n-dd-login label,
.p13n-dd-forgotten label,
.sgk-logout-popup label,
.sgk-login-popup label,
.barcode-login-popup label {
  color: black;
  margin-top: 0.5em;
}
.p13n-dd-register .cf label,
.p13n-dd-topic-select .cf label,
.p13n-dd-login .cf label,
.p13n-dd-forgotten .cf label,
.sgk-logout-popup .cf label,
.sgk-login-popup .cf label,
.barcode-login-popup .cf label,
.p13n-dd-register .error,
.p13n-dd-topic-select .error,
.p13n-dd-login .error,
.p13n-dd-forgotten .error,
.sgk-logout-popup .error,
.sgk-login-popup .error,
.barcode-login-popup .error {
  margin-top: 0px;
}
.p13n-dd-register .barcode,
.p13n-dd-topic-select .barcode,
.p13n-dd-login .barcode,
.p13n-dd-forgotten .barcode,
.sgk-logout-popup .barcode,
.sgk-login-popup .barcode,
.barcode-login-popup .barcode {
  position: relative;
  top: 35px;
}
.p13n-dd-register .login-options,
.p13n-dd-topic-select .login-options,
.p13n-dd-login .login-options,
.p13n-dd-forgotten .login-options,
.sgk-logout-popup .login-options,
.sgk-login-popup .login-options,
.barcode-login-popup .login-options {
  background: #bce6fc;
  height: 84px;
}
.p13n-dd-register .login-options a,
.p13n-dd-topic-select .login-options a,
.p13n-dd-login .login-options a,
.p13n-dd-forgotten .login-options a,
.sgk-logout-popup .login-options a,
.sgk-login-popup .login-options a,
.barcode-login-popup .login-options a {
  width: 117px;
  height: 44px;
  display: block;
  padding: 8px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 20px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #5e9dcc;
}
.p13n-dd-register .login-options a:hover,
.p13n-dd-topic-select .login-options a:hover,
.p13n-dd-login .login-options a:hover,
.p13n-dd-forgotten .login-options a:hover,
.sgk-logout-popup .login-options a:hover,
.sgk-login-popup .login-options a:hover,
.barcode-login-popup .login-options a:hover {
  background: #00539a;
  color: #fff;
  text-decoration: none;
}
.mfp-content .sgk-login-popup,
.mfp-content .sgk-logout-popup,
.mfp-content .barcode-login-popup {
  display: block;
  position: relative;
  margin: 20px auto;
  width: auto;
  max-width: 450px;
  top: auto;
  right: auto;
}
.mfp-content .sgk-login-popup .close,
.mfp-content .sgk-logout-popup .close,
.mfp-content .barcode-login-popup .close {
  height: 22px;
  width: 22px;
  line-height: 22px;
}
.mfp-content .sgk-login-popup .mfp-close,
.mfp-content .sgk-logout-popup .mfp-close,
.mfp-content .barcode-login-popup .mfp-close {
  height: 22px;
  width: 22px;
  cursor: pointer;
  padding: 0;
}
.mfp-content .sgk-login-popup .mfp-close img,
.mfp-content .sgk-logout-popup .mfp-close img,
.mfp-content .barcode-login-popup .mfp-close img {
  vertical-align: top;
}
.sgk-logout-popup .large-6 {
  text-align: center;
}
.p13n-dd-register input[type="checkbox"] {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.percy-signin-popup {
  height: 365px;
  top: 5px;
  right: 38px;
}
.percy-signin-popup p {
  margin-bottom: 0;
}
.sidebar-wrap .sgk-login-popup {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
}
.sidebar-wrap .sgk-login-popup .close {
  display: none;
}
.sidebar-wrap .sgk-login-popup .login-options {
  height: auto;
  padding: 5px;
}
.sidebar-wrap .sgk-login-popup .login-options a {
  top: 0;
}
.sgk-no-auth {
  margin-bottom: 5px;
}
/*=================== About AccessScience Section ================*/
.as-about {
  width: 100%;
  border: 4px solid #e8e8e8;
  padding: 0px;
  overflow: hidden;
  margin-top: 5px;
  background-color: #f1f7fb;
  background: -webkit-linear-gradient(#ffffff, #e8f0f5);
  background: -moz-linear-gradient(#ffffff, #e8f0f5);
  background: -o-linear-gradient(#ffffff, #e8f0f5);
  background: linear-gradient(#ffffff, #e8f0f5);
}
.as-about .about-bg {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  background: url("../img/article-about-bg.png") no-repeat center right;
}
.as-about .column {
  width: 50%;
  box-sizing: border-box;
  padding: 5px 5px 10px 15px;
}
.as-about .column h2 {
  color: #961218;
  font-size: 24px;
}
.as-about .column h3 {
  color: #961218;
  font-size: 18px;
  margin-top: 0px;
  padding: 5px 5px 5px 10px;
  background-color: #F3F3F3;
  margin-left: -10px;
}
.as-about .column .intro,
.as-about .column strong {
  color: #00539a;
}
.as-about .column .intro {
  font-size: 16px;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
}
.as-about .column p:last-of-type {
  margin-bottom: 0px;
}
.as-about .column img {
  margin: 0 auto;
  display: block;
  padding: 10px;
  max-width: 75%;
}
.disclaimer {
  color: #961218;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.sgk-login-section {
  background-color: #daf2ff;
  background: linear-gradient(#bfe0f7, #e4f6ff);
  border: 5px solid #e4f6ff;
  padding: 15px;
  line-height: 1.6em;
  margin-top: 5px;
}
.sgk-login-section .section-title {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #0065ba;
}
.sgk-login-section .sub-section {
  background-color: #b8e3fb;
  padding: 10px 5px 8px;
  margin-top: 10px;
}
.sgk-login-section .sub-section .first {
  border-right: 1px solid #9dbed4;
}
.sgk-login-section .sub-section p {
  font-size: 12px;
  margin-bottom: 0px;
}
.sgk-login-section button,
.sgk-login-section .login-options a {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  width: 183px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  margin: 7px auto;
  display: block;
  background: #00539a;
  color: #fff;
  padding: 0px 8px;
  border: 1px solid #00559c;
}
.sgk-login-section button:hover,
.sgk-login-section .login-options a:hover {
  text-decoration: none;
}
.sgk-logout-popup .sgk-logout-ok,
.sgk-logout-popup .sgk-logout-cancel {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  width: 183px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  margin: 7px auto;
  display: block;
  background: #00539a;
  color: white;
  padding: 0px 8px;
  border: 1px solid white;
}
.sgk-logout-popup .sgk-logout-ok:hover,
.sgk-logout-popup .sgk-logout-cancel:hover {
  text-decoration: none;
}
.article-contributor-title {
  margin-bottom: 0px;
  margin-top: -5px;
  font-size: 12px;
  font-weight: bold;
}
.article-contributor-details {
  font-size: 12px;
  margin-bottom: 5px;
}
.article-contributor-details .article-contributor-name {
  font-weight: bold;
  padding-right: 5px;
}
.article-contributor-details + .as-article-text {
  margin-top: 20px;
}
.article-doi-title {
  margin-bottom: 0px;
  margin-top: -5px;
  font-size: 12px;
  font-weight: bold;
  padding-right: 6px;
}
.article-doi {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0;
}
.article-doi + .as-article-text {
  margin-top: 20px;
}
.article-pub-year-title {
  margin-bottom: 0px;
  margin-top: -5px;
  font-size: 12px;
  font-weight: bold;
  padding-right: 6px;
}
.article-pub-year {
  font-size: 12px;
  margin-bottom: 0;
}
.article-pub-year + .as-article-text {
  margin-top: 20px;
}
.article-revisions-title {
  margin: 0 0 3px;
  border-bottom: 2px solid #E8E8E8;
  color: #00539a;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
}
.article-revisions {
  list-style-position: inside;
  list-style-type: none;
  display: none;
}
.article-revision-item {
  background-color: #f0f8fc;
  margin-bottom: 2px;
  padding: 3px 3px 3px 6px;
  font-size: 12px;
}
p.article-revisions {
  display: block;
  margin-top: -4px;
}
.article-revision-link {
  font-weight: bold;
}
.article-revision {
  padding-right: 6px;
}
.content .as-article > p,
.content .as-article-preview > p {
  margin-bottom: 2px;
}
[data-loggedinsgk="no"] .as-biography h1 {
  margin-bottom: 40px;
}
.oldie .mfp-figure:after {
  display: none;
}
/*========================= Nobel pages ==========================*/
.page-custom-pages-nobel-chemistry .main-content,
.page-custom-pages-nobel-physics .main-content,
.page-custom-pages-nobel-medicine .main-content,
.page-custom-pages-nobel-economics .main-content,
.page-custom-pages-nobel-literature .main-content,
.page-custom-pages-nobel-peace .main-content,
.page-custom-pages-fields-medal .main-content {
  background-image: url(../img/content-header-banner-biographies.png);
}
.page-custom-pages-nobel-chemistry .content,
.page-custom-pages-nobel-physics .content,
.page-custom-pages-nobel-medicine .content,
.page-custom-pages-nobel-economics .content,
.page-custom-pages-nobel-literature .content,
.page-custom-pages-nobel-peace .content,
.page-custom-pages-fields-medal .content {
  background: url(../img/header_nobel_medal.jpg) no-repeat 5px 20px #ffffff;
  padding-left: 60px;
}
.page-custom-pages-nobel-chemistry .content a,
.page-custom-pages-nobel-physics .content a,
.page-custom-pages-nobel-medicine .content a,
.page-custom-pages-nobel-economics .content a,
.page-custom-pages-nobel-literature .content a,
.page-custom-pages-nobel-peace .content a,
.page-custom-pages-fields-medal .content a {
  font-weight: bold;
  line-height: 1.6em;
}
.page-custom-pages-nobel-chemistry .content h3,
.page-custom-pages-nobel-physics .content h3,
.page-custom-pages-nobel-medicine .content h3,
.page-custom-pages-nobel-economics .content h3,
.page-custom-pages-nobel-literature .content h3,
.page-custom-pages-nobel-peace .content h3,
.page-custom-pages-fields-medal .content h3 {
  font-size: 16px;
  margin-top: 10px;
}
.page-custom-pages-nobel-chemistry .content .year,
.page-custom-pages-nobel-physics .content .year,
.page-custom-pages-nobel-medicine .content .year,
.page-custom-pages-nobel-economics .content .year,
.page-custom-pages-nobel-literature .content .year,
.page-custom-pages-nobel-peace .content .year,
.page-custom-pages-fields-medal .content .year {
  font-weight: bold;
}
.page-custom-pages-nobel-chemistry .content table,
.page-custom-pages-nobel-physics .content table,
.page-custom-pages-nobel-medicine .content table,
.page-custom-pages-nobel-economics .content table,
.page-custom-pages-nobel-literature .content table,
.page-custom-pages-nobel-peace .content table,
.page-custom-pages-fields-medal .content table {
  border: none;
}
.page-custom-pages-nobel-chemistry .content table tr td,
.page-custom-pages-nobel-physics .content table tr td,
.page-custom-pages-nobel-medicine .content table tr td,
.page-custom-pages-nobel-economics .content table tr td,
.page-custom-pages-nobel-literature .content table tr td,
.page-custom-pages-nobel-peace .content table tr td,
.page-custom-pages-fields-medal .content table tr td,
.page-custom-pages-nobel-chemistry .content table tr th,
.page-custom-pages-nobel-physics .content table tr th,
.page-custom-pages-nobel-medicine .content table tr th,
.page-custom-pages-nobel-economics .content table tr th,
.page-custom-pages-nobel-literature .content table tr th,
.page-custom-pages-nobel-peace .content table tr th,
.page-custom-pages-fields-medal .content table tr th {
  font-size: 14px;
}
.contribAwardBox {
  clear: left;
  padding-top: 20px;
}
.contribAwardBox .imageLink {
  float: left;
}
/*======================== Contact Page ==========================*/
.page-contact form {
  line-height: 1.6em;
}
.page-contact .content input[type=text],
.page-contact .content input[type="email"],
.page-contact .content textarea {
  width: 100%;
}
.page-contact .key {
  color: red;
  font-size: 1.15em;
}
.page-contact .form-row,
.page-contact .check-row {
  margin: 0 40px 5px;
  position: relative;
}
.page-contact .check-row input[type=radio] {
  margin: -5px 10px 0 -28px;
  vertical-align: middle;
}
.page-contact .check-row label {
  color: #222;
  font-size: 1em;
}
.page-contact .form-row label {
  font-weight: bold;
  font-size: 1em;
  margin-top: 5px;
}
.page-contact .form-row input[type="submit"] {
  width: 20%;
  border-radius: 4px;
  text-align: left;
  background: #e4f6ff url(../img/searchbar-submit-arrow.png) 94% center no-repeat;
  border: 1px solid white;
  color: black;
  height: 35px;
  padding: 0 10px;
}
.page-contact .form-row .error {
  margin-top: 3px;
  margin-bottom: 3px;
}
.page-contact .required-msg,
.page-contact .required,
.page-contact .check-row b {
  color: #00539a;
  font-weight: bold;
}
.page-contact .brand {
  color: #d60423;
}
/*========================== FragR pages =========================*/
[class^='page-custom-pages'] .content ul {
  list-style-position: outside;
}
[class^='page-custom-pages'] .content ul p {
  margin: 0;
}
[class^='page-custom-pages'] .content ul li {
  padding-left: 10px;
  margin-left: 15px;
}
[class^='page-custom-pages'] .content ul li p {
  display: inline;
}
.page-mobile ul,
.page-mobile ol {
  list-style-position: inside;
}
.page-mobile .no-ip-auth {
  color: #d60423;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}
.page-custom-pages-privacy h2 {
  color: #961218;
  font-size: 24px;
  margin-bottom: 1.25em;
}
.page-custom-pages-privacy h3 {
  color: #222;
  font-weight: bold;
  font-size: 1em;
}
.page-custom-pages-privacy ul,
.page-custom-pages-privacy .indent-paragraph {
  padding-left: 40px;
}
.anchor-link,
.anchor-link:link,
.anchor-link:hover,
.anchor-link:visited {
  color: #222;
  text-decoration: none;
}
.awards .award-icon {
  position: absolute;
  left: -25px;
  height: 70px;
  width: 70px;
  display: block;
}
.awards .sidebar-contentbox {
  padding-left: 35px;
  margin-bottom: 20px;
}
.awards.nobel .award-icon {
  background: url(../img/awards-nobel.png) no-repeat left top;
}
.awards.field .award-icon {
  background: url(../img/awards-fields.png) no-repeat left top;
}
.page-home .sidebar-contentbox.did-you-know {
  padding: 5px;
}
.page-home .sidebar-contentbox.did-you-know font {
  color: #fff !important;
}
.page-home .sidebar-contentbox.did-you-know h3 {
  font-size: 18px;
  color: #fff;
}
#home-sidebar-didyouknow {
  padding: 0px 5px 5px;
}
#home-sidebar-didyouknow p {
  font-size: 18px;
  margin: 8px 5px;
}
#home-sidebar-didyouknow a {
  font-size: 12px;
  padding: 2px 30px 2px 5px;
  line-height: 30px;
  background: url(../img/gallery-link-arrow.png) right 5px center no-repeat;
  width: 100%;
  text-align: right;
  display: block;
}
#home-trending-topics p {
  margin-bottom: 10px;
}
#home-trending-topics p a {
  display: block;
}
.mfp-restrictive .mfp-content,
.page-custom-pages-subscribe .mfp-content {
  width: 640px;
  height: auto;
}
.mfp-restrictive .mfp-close,
.page-custom-pages-subscribe .mfp-close {
  top: 2px;
  right: 10px;
  color: #222;
}
.recommendation-form {
  background-color: #fff;
  padding: 25px;
  width: 100%;
  font-size: 14px;
}
.recommendation-form .error {
  color: red;
  list-style-type: none;
}
.recommendation-form .sub-title {
  font-weight: bold;
  color: #6a6a6a;
}
.recommendation-form label {
  width: 250px;
  display: inline-block;
  color: #222;
  font-size: 14px;
}
.recommendation-form input[type="text"],
.recommendation-form input[type="email"],
.recommendation-form select {
  max-width: 300px;
  display: inline-block;
}
.subscription-form label {
  line-height: 1.5em;
}
.subscription-form .required-text {
  padding: 10px 10px 0;
}
.subscription-form h1 {
  padding: 0 10px;
}
.subscription-form .foot-note {
  padding: 0 10px;
}
.subscription-form,
.recommendation-form {
  background-color: #fff;
  padding: 25px;
}
.subscription-form h1,
.recommendation-form h1 {
  color: #0058A2;
  font-size: 18px;
}
.subscription-form .foot-note,
.recommendation-form .foot-note {
  font-size: 10px;
}
.subscription-form .required-text,
.recommendation-form .required-text {
  color: #961218;
  margin-bottom: 15px;
}
.subscription-form .required-text span,
.recommendation-form .required-text span {
  font-size: 16px;
}
#subscription-form label span,
#recommendation-form label span {
  color: #961218;
  font-size: 16px;
}
#subscription-form .column-left,
#recommendation-form .column-left {
  width: 49%;
  display: inline-block;
  padding: 0 10px;
}
#subscription-form .column-right,
#recommendation-form .column-right {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
#subscription-form .column-left label,
#recommendation-form .column-left label,
#subscription-form .column-right label,
#recommendation-form .column-right label,
#subscription-form .column-left input,
#recommendation-form .column-left input,
#subscription-form .column-right input,
#recommendation-form .column-right input {
  font-weight: bold;
  display: block;
  color: #222;
}
#subscription-form input[type="button"],
#recommendation-form input[type="button"],
#subscription-form input[type="submit"],
#recommendation-form input[type="submit"] {
  width: 183px;
  height: 35px;
  margin: 10px auto;
  display: block;
  background: #00539a;
  color: white;
  padding: 8px;
  border: 1px solid white;
  float: right;
}
#subscription-form input[type="button"],
#recommendation-form input[type="button"] {
  float: left;
}
#subscription-form input[type="checkbox"],
#recommendation-form input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 0px;
  vertical-align: top;
}
#subscription-form .recommendation-types label,
#recommendation-form .recommendation-types label {
  width: 100%;
  line-height: 1.35em;
  margin-bottom: 10px;
}
#subscription-form .recommendation-types label span,
#recommendation-form .recommendation-types label span {
  color: #222;
  display: inline-block;
  width: 90%;
  font-size: 14px;
}
.no-iframe #subscription-form .column-left,
.no-iframe #recommendation-form .column-left,
.no-iframe #subscription-form .column-right,
.no-iframe #recommendation-form .column-right {
  width: 100%;
  display: block;
}
.mobile-header {
  display: none;
}
.top-link {
  display: inline;
}
.top-link-mobile {
  display: none;
}
@media (max-width: 766px) {
  .data-p13n-filter-section {
    margin-bottom: 15px;
  }
  #subscription-form input[type="button"],
  #recommendation-form input[type="button"],
  #subscription-form input[type="submit"],
  #recommendation-form input[type="submit"] {
    text-align: center;
    float: none;
  }
  .page-faculty .faculty-wrap {
    padding: 10px 0;
  }
  .page-faculty .faculty-wrap .faculty-top-links,
  .page-faculty .faculty-wrap .faculty-header-text {
    padding-left: 0;
  }
  .page-faculty .main-content .content {
    padding: 5px;
  }
  .sidebar-wrap .large-3 {
    background: white;
  }
  .content .large-9 {
    width: 100%;
  }
}
.mfp-iframe-scaler {
  padding-top: 80%;
}
.mfp-iframe-scaler iframe {
  overflow-x: hidden;
}
/*========================== Error pages =========================*/
ul.error {
  list-style-position: inside;
}
/*========================== Link copying ========================*/
.copy-link {
  cursor: pointer;
  float: right;
}
.copy-link.p13n-style {
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 8px 5px 5px;
  background-color: #e4f6ff;
  width: 75px;
  height: 20px;
  font-size: 11px;
  margin-bottom: 1px;
  margin-left: 10px;
  font-weight: bold;
  top: 84px;
}
.copy-link .icon-copy {
  height: 20px;
  width: 20px;
}
.copy-btn-over {
  position: absolute;
  background: #fafafa !important;
  border: 1px solid #999;
  padding: 10px;
  width: 330px;
  right: 0;
  top: 20px;
  z-index: 20000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
/*========================== jQueryUI ============================*/
.ui-autocomplete {
  list-style: none;
  background: #fafafa;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -2px;
  left: 0;
  cursor: default;
  z-index: 3000;
}
.ui-autocomplete .ui-menu-item a {
  padding: 5px;
  display: block;
  width: 100%;
  text-decoration: none;
  min-height: 0;
}
.ui-autocomplete .ui-state-focus {
  background: #e4f6ff;
  color: #fff;
  cursor: pointer;
}
.ui-helper-hidden-accessible {
  display: none;
}
.as-logo-gradient {
  padding: 12px 0;
}
.as-logo-gradient img {
  width: 100%;
  max-width: 200px;
}
.close {
  padding: 0 !important;
}
/*========================== New & Noteworthy ====================*/
.page-custom-pages-new-and-noteworthy {
  line-height: normal;
}
.page-custom-pages-new-and-noteworthy .content ul li {
  padding-left: 0;
  margin-left: 0;
}
.page-custom-pages-new-and-noteworthy .sidebar {
  display: none;
}
.page-custom-pages-new-and-noteworthy .content.large-9 {
  width: 100%;
}
.page-custom-pages-new-and-noteworthy .content.large-9 .Noteworthy-tab {
  line-height: 18px;
}
.page-custom-pages-new-and-noteworthy .content.large-9 h2 {
  font-size: 26px;
  font-weight: normal;
  line-height: 110%;
}
.page-custom-pages-new-and-noteworthy .grayrule {
  border-bottom: 1px solid #ccc;
  height: 1px;
}
.page-custom-pages-new-and-noteworthy .font16 {
  font-size: 16px;
}
.page-custom-pages-new-and-noteworthy .font16 > a {
  font-weight: bold;
}
.page-custom-pages-new-and-noteworthy .lb10 {
  height: 10px;
}
.page-custom-pages-new-and-noteworthy .lb15 {
  height: 15px;
}
.page-custom-pages-new-and-noteworthy .lb30 {
  height: 30px;
}
.page-custom-pages-new-and-noteworthy .lb25 {
  height: 25px;
}
.page-custom-pages-new-and-noteworthy aside.large-3.right {
  display: none;
}
/*========================== jQuery plugins ======================*/
.result-abstract .read-more,
.result-abstract .read-less {
  display: block;
  margin-top: 5px;
}
.select2-container {
  width: 100%;
}
.topics-select-wrapper {
  margin-top: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
}
.topics-select-wrapper h3 {
  margin-top: 0;
  top: -1px !important;
  margin-bottom: -2px !important;
  width: 100.7%;
}
.topics-select-wrapper select {
  display: none;
}
/*=================== FRAGR ===========================*/
.as-project .video-object {
  text-align: center;
}
.project {
  margin-bottom: 40px;
}
.page-est-project h2,
.page-est-project h3 {
  clear: both;
}
.page-projects .topic-header-bar {
  margin-top: -13px;
}
.as-text-section-source {
  font-size: 12px;
  margin-bottom: 35px;
}
.as-text-section-warning {
  color: #FF0000;
}
.as-text-section-warning .as-text-section-warning-title,
.as-text-section-warning blockquote,
.as-text-section-warning blockquote p {
  color: #FF0000;
}
.as-text-section-warning blockquote {
  margin-top: -15px;
}
.project-difficulty {
  border-collapse: collapse;
  font-size: 12px;
  margin: 10px 10px 10px 0;
  line-height: 1;
  margin-top: 5px;
}
.project-difficulty img {
  vertical-align: baseline;
}
.project-difficulty-title {
  display: inline-block;
}
.project-difficulty-level {
  display: inline;
  padding-left: 5px;
  margin-bottom: 5px;
}
.project-result {
  margin-bottom: 10px;
}
.project-result .result-title {
  text-indent: 0px !important;
}
.project-result .result-img {
  padding-right: 0px;
  margin-bottom: 5px;
  max-height: 100px;
  max-width: 100px;
  vertical-align: top;
}
.project-result .result-difficulty-level img {
  vertical-align: baseline;
}
.project-result .result-difficulty-title {
  font-size: 12px;
  color: black;
}
.project-result .result-details {
  display: inline-block;
}
.project-related-content h2 {
  font-size: 18px;
  color: #0058a2;
}
.project-related-list {
  line-height: 1.3;
  list-style-type: none;
}
.project-source {
  font-size: 10px;
  padding: 5px 0;
  line-height: normal;
}
.project-body h1,
.project-body h2 {
  color: #00539a;
}
.project-body h1 {
  font-size: 18px;
  font-weight: bold;
}
.project-body h2 {
  font-weight: 700;
  font-size: 14px;
}
.project-header-image,
.project-step-image {
  padding-top: 22px;
  margin-left: 5px;
  display: table;
  max-width: 100%;
}
.project-header-image figcaption,
.project-step-image figcaption {
  padding: 5px;
  background-color: #F9F9F9;
  border: 1px solid #CCC;
  text-align: left;
  border-top: none;
  display: table-caption;
  caption-side: bottom;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6em;
}
.project-header-image {
  margin: 0 auto;
}
html.oldie .project-step-image.right img,
html.oldie .project-step-image.left img {
  float: left;
}
html.oldie .project-step-image img {
  max-width: 615px !important;
}
html.oldie .project-step-image .figure-legend {
  max-width: 620px;
}
.project-step-image {
  clear: both;
  padding-top: 0;
  margin: 0 0 15px;
  display: block;
}
.project-step-image.left {
  margin-right: 15px;
  clear: left;
  margin-bottom: 15px;
  float: left;
}
.project-step-image.left img {
  float: left;
  *zoom: 1;
}
.project-step-image.left img:before,
.project-step-image.left img:after {
  content: " ";
  display: table;
}
.project-step-image.left img:after {
  clear: both;
}
.project-step-image.right {
  float: right;
  margin-left: 15px;
  clear: right;
  margin-bottom: 15px;
}
.project-step-image.right img {
  float: right;
  *zoom: 1;
}
.project-step-image.right img:before,
.project-step-image.right img:after {
  content: " ";
  display: table;
}
.project-step-image.right img:after {
  clear: both;
}
.project-step-image.center .caption-wrapper,
.project-step-image.middle .caption-wrapper {
  margin: auto;
}
.project-step-image.right .figure-legend,
.project-step-image.left .figure-legend {
  display: block;
  clear: both;
}
.project-step-image.centre {
  margin: 0 auto 15px;
  clear: both;
}
.project-author {
  margin-bottom: 10px;
  line-height: 1.6;
}
.project-header {
  box-sizing: border-box;
}
.project-header-left-col {
  padding-right: 10px;
}
.project-header-right-col {
  text-align: center;
}
.project-warning {
  color: red;
}
.assembly-step-heading {
  font-size: 1em;
}
.project-body ul {
  list-style-position: inside;
}
/*========================== Media queries =======================*/
@media (max-width: 766px) {
  .p13n-footer-images {
    display: none;
  }
  .page-home .carousel {
    height: auto;
  }
  .topics-select-wrapper {
    background: transparent;
    border: transparent;
  }
  #curriculum-map table tbody tr td:first-of-type {
    vertical-align: top;
  }
  .browse-select-wrapper select,
  .topics-select-wrapper select {
    display: block;
  }
  .as-project .video-object iframe,
  .as-project .video-object object,
  .as-video object,
  .as-video iframe,
  .video-bio object,
  .video-bio iframe,
  #custom-pages-about object,
  #custom-pages-about iframe {
    max-width: 100%;
    height: auto;
  }
  .video-bio .video-caption {
    line-height: normal;
    height: auto;
    overflow: normal;
  }
  .video {
    min-height: 0px !important;
  }
  .video-bio .award p {
    padding-left: 0 !important;
  }
  .copy-btn-over {
    width: 200px;
  }
  .a-z ul:first-of-type {
    padding-left: 0;
  }
  .a-z .topics-footer .column {
    width: 100%;
    padding-left: 25px;
  }
  .toc .toc-list {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .page-image-galleries .topics-tabs li,
  .content .topics-tabs li {
    width: 100%;
    border-right: 0;
  }
  .page-image-galleries .topics-tabs li a,
  .content .topics-tabs li a {
    width: 100%;
  }
  .page-image-galleries .topics-tabs .tab-az,
  .content .topics-tabs .tab-az,
  .page-image-galleries .topics-tabs .tab-topic,
  .content .topics-tabs .tab-topic {
    width: 100%;
  }
  .page-image-galleries .topics-tabs .tab-az:after,
  .content .topics-tabs .tab-az:after {
    content: none;
  }
  .page-image-galleries .large-12 {
    width: 100%;
  }
  .page-image-galleries .topics-tabs {
    height: auto;
  }
  .footer .columns {
    padding-left: 35px;
  }
  .hero-panel {
    height: auto;
  }
  .hero-panel .caption-box {
    position: static;
    height: auto;
  }
  .hero-panel .caption-box h2 {
    margin-top: 0.2em;
  }
  .main-content {
    background-image: none;
  }
  .main-content header {
    height: auto !important;
    padding: 5px 0 10px;
  }
  .sidebar-percy-signedout,
  .sidebar-percy {
    width: 100%;
    position: relative;
  }
  .sidebar-percy-signedout img,
  .sidebar-percy img {
    max-width: 100%;
    max-height: 150px;
  }
  .sidebar-percy-signedout header {
    height: 67px;
  }
  .page-faculty .large-4,
  .page-faculty .articles-sidebar {
    width: 100%;
    margin: 0;
  }
  .page-faculty .content {
    background: #fff;
    min-height: 0;
    height: auto;
  }
  .page-faculty .content h1 {
    width: 100%;
  }
  .sidebar {
    top: 0;
    border: 0;
    position: relative;
    width: 100%;
  }
  .facets {
    position: relative;
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .full-searchbar .institution {
    width: 100%;
    position: relative;
    height: auto;
  }
  .full-searchbar .institution > img {
    bottom: 0;
  }
  .searcharea.full-searchbar {
    position: relative;
    float: none;
    top: 0;
    box-shadow: none;
  }
  .full-searchbar #search-form #search-go,
  .search-bar #search-go {
    background-image: none;
    text-align: center;
  }
  .search-bar .browse,
  .search-bar .search {
    float: none;
  }
  .select2-container {
    width: 100%;
  }
  .topic-header-bar {
    height: auto;
  }
  .topic-header-bar .topic-copy {
    float: none;
  }
  .large-3 {
    width: 100%;
  }
  #masthead .large-8 {
    width: 50%;
    float: left;
  }
  #masthead .large-8 img {
    max-width: 100%;
  }
  #masthead .large-4,
  #masthead .institution-details {
    width: 225px;
    float: right;
  }
  #masthead .large-4 #sgk-institution-name,
  #masthead .institution-details #sgk-institution-name {
    display: block !important;
  }
  #masthead .large-4 {
    width: 50%;
  }
  .home-searchbar {
    top: 0;
  }
  .home-content .explore {
    padding-top: 30px;
  }
  .hero-panel .carousel {
    position: relative;
    width: 100%;
  }
  .hero-panel .carousel .carousel-link a {
    color: #fefefe !important;
  }
  .page-home .flex-prev,
  .page-home .flex-next {
    display: none;
  }
  .page-home .carousel .flex-control-paging {
    bottom: 50%;
    left: 3%;
  }
  .page-home .carousel .carousel-link {
    top: auto;
    position: relative;
    margin-top: 5px;
  }
  .page-home .carousel .slides li {
    padding-bottom: 10px;
    background-color: #020202;
  }
  .page-home .hero-panel .caption-box {
    margin-top: -20px;
  }
  [data-p13n-password],
  [data-p13n-search-list],
  [data-p13n-item-list],
  [data-p13n-options] {
    width: 100%;
    margin: 0;
  }
  .as-about .column {
    width: 100%;
    float: none;
  }
  .result-item .result-title .video-icon {
    position: relative;
    left: 0px;
  }
  .full-searchbar .topics .column {
    width: 50%;
  }
  .full-searchbar .topics .column ul {
    margin-bottom: 0px;
  }
  .full-searchbar .alphabet {
    margin-top: 1em;
  }
  .full-searchbar.searcharea .search-input {
    width: 75%;
  }
  .full-searchbar.searcharea #search-go {
    width: 24%;
  }
  .page-advanced-search .large-10,
  .page-advanced-search .large-7,
  .page-advanced-search .large-3 {
    position: relative;
    width: 100%;
    padding-right: 0 !important;
  }
  .page-advanced-search .search-type {
    margin: 15px 0px 0px;
  }
  .page-advanced-search #advanced-search-form .form-row-as .large-3 {
    margin-left: 95px;
    padding: 0px;
  }
  #advanced-search-form .form-row-as .search-go {
    width: 100%;
  }
  .help-content .mfp-close {
    right: -5px;
    top: -10px;
  }
  .awards .sidebar-contentbox {
    padding-left: 5px;
  }
  .awards .award-icon {
    position: relative;
    display: none;
  }
  .awards.nobel .award-icon,
  .awards.field .award-icon {
    background: none;
  }
  .login-options .columns {
    margin-bottom: 15px;
    border-right: 0 !important;
  }
  .login-options .columns a {
    width: 100%;
  }
  .page-contact .form-row {
    margin: 0 5px 5px;
  }
  .page-contact .form-row input[type=submit] {
    width: 100%;
  }
  #curriculum-map table td {
    float: left;
    width: 100%;
  }
  #curriculum-map table thead tr {
    display: none;
  }
  #curriculum-map table thead tr:first-of-type {
    display: block;
  }
  #curriculum-map table tbody tr td:first-of-type {
    padding: 5px 5px 0;
    width: 100%;
  }
  #curriculum-map table tbody tr td:first-of-type span {
    width: 100%;
  }
  #curriculum-map table tbody tr td:first-of-type span:before {
    width: 0;
    height: 0;
  }
  .sgk-login-section .sub-section {
    background: transparent;
  }
  .sgk-login-section .sub-section .large-6 {
    background: #b8e3fb;
    padding: 10px 10px;
    border: 1px solid #a0d9fa !important;
  }
  .sgk-login-section .sub-section .large-6 .section-title {
    text-align: left;
  }
  .sgk-login-section .sub-section .large-6 .section-title br {
    display: none;
  }
  .login-options {
    height: auto !important;
  }
  .login-options .large-6 {
    padding: 15px;
    *zoom: 1;
  }
  .login-options .large-6:before,
  .login-options .large-6:after {
    content: " ";
    display: table;
  }
  .login-options .large-6:after {
    clear: both;
  }
  .login-options .large-6 a {
    top: 0;
  }
  .p13n-footer-bar {
    height: auto !important;
    *zoom: 1;
  }
  .p13n-footer-bar:before,
  .p13n-footer-bar:after {
    content: " ";
    display: table;
  }
  .p13n-footer-bar:after {
    clear: both;
  }
  .p13n-footer-bar li {
    width: 100% !important;
    float: left !important;
    margin-bottom: 5px;
  }
  .topics-footer .column ul {
    margin-bottom: 0;
  }
  .topics-footer .column:last-of-type ul {
    margin-bottom: 15px;
  }
  .p13n-modal-window table td {
    width: 100%;
    display: block;
    float: none;
  }
  .form-row-topics {
    margin: 15px 0;
  }
  .p13n-nav-tabs li {
    width: 100%;
    display: block;
  }
  .p13n-nav-tabs li img {
    width: 60%;
    top: 10%;
    position: relative;
  }
  .flex-control-paging,
  .flex-direction-nav {
    display: none;
  }
  .page-home .carousel .slides {
    position: relative;
  }
  .browse-select-wrapper {
    border: none;
    height: auto;
    background: transparent;
    padding-top: 10px;
  }
  .footer-end .columns {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .footer-end .footer-p13n-login,
  .footer-end .footer-p13n-acc {
    margin: 10px 0;
  }
  .semantico-credit .small-offset-1 {
    margin-left: 0;
    float: none;
    padding-left: 35px;
  }
  .mobile-header {
    display: block;
    background: #015fb7;
  }
  .reorder-for-mobile {
    display: table;
  }
  .reorder-for-mobile .one {
    display: table-header-group;
    float: none !important;
  }
  .reorder-for-mobile .two {
    float: none !important;
  }
  .reorder-for-mobile .three {
    display: table-footer-group;
    float: none !important;
  }
  .top-link {
    display: none;
  }
  .top-link-mobile {
    display: inline;
  }
  .desktop-header {
    display: none;
  }
  .main-content {
    padding: 3px;
  }
  .sidebar-wrap {
    border: 0;
  }
  .page-search-results .large-9.right {
    padding-left: 0;
  }
  .page-faculty .faculty-wrap {
    padding: 10px;
  }
  .sidebar-home {
    padding: 0;
  }
  .page-biographies .main-content,
  .page-biography .main-content,
  .page-video-bio .main-content {
    background-image: none;
  }
}
/* ======= calipsible nav ======= */
.main-nav .main-nav-toggle {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.main-nav .main-nav-toggle:hover .icon-bar,
.main-nav .main-nav-toggle:focus .icon-bar {
  background: black;
}
.icon-bar {
  display: block !important;
  height: 2px;
  background: white;
  margin-bottom: 5px;
}
@media (max-width: 660px) {
  .nav-wrapper {
    display: block;
  }
  .main-nav-toggle {
    border-left: solid 1px #00539a;
  }
  .main-nav a {
    display: none;
    height: 40px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-nav a.nav-home {
    display: block;
    margin-right: 40px;
  }
  .main-nav a.main-nav-toggle {
    display: block;
  }
  .main-nav.view-nav a {
    display: block;
  }
}
/* ======= searchbar on mob ======= */
@media (max-width: 660px) {
  #search-form #search-go {
    width: 110px;
    float: right;
  }
  .search-input-wrapper {
    width: auto;
    margin-right: 100px;
  }
  #search-form .search-input {
    width: 100%;
  }
  .institution-link {
    display: none;
  }
  .header .institution-details {
    position: static;
    width: auto !important;
    padding: 10px 0;
    float: none !important;
  }
  .searcharea {
    width: 100%;
  }
  .topic-name,
  form {
    margin: 0;
  }
  .is-mob {
    margin-top: 10px;
  }
  .hero-panel .caption-box {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .hero-panel .caption-box h2,
  .hero-panel .caption-box p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hero-panel .caption-box .contact-button {
    display: inline-block;
  }
  .row,
  .row .row {
    margin-left: 0;
    margin-right: 0;
  }
  .p13n-search-list .p13n-search-detail:nth-of-type(2n),
  .p13n-manage-items .p13n-item-detail:nth-of-type(2n) {
    background: #f1f1f1;
  }
  .p13n-search-list .p13n-search-detail:nth-of-type(2n) .large-1,
  .p13n-manage-items .p13n-item-detail:nth-of-type(2n) .large-1 {
    background: #f1f1f1 !important;
  }
  .search-bar #browse-form {
    padding: 0;
    background: none;
  }
  .content .breadcrumb {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #advanced-search-form .form-row-as > label {
    display: block;
    text-align: left;
    padding: 0 !important;
  }
  #advanced-search-form .form-row-as input,
  #advanced-search-form .form-row-as select {
    display: block;
  }
  #advanced-search-form .checkbox input {
    display: inline-block;
  }
  #advanced-search-form .left,
  #advanced-search-form .right {
    float: none !important;
  }
  #advanced-search-form .row,
  #advanced-search-form .large-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #advanced-search-form .search-go {
    padding: 2px 15px 3px !important;
  }
  #p13n-dd > div > div,
  #p13n-ddmenu > div > div {
    max-width: 100%;
  }
  .p13n-item-list .p13n-item-controls,
  .p13n-search-list .p13n-search-controls,
  .p13n-search-list .large-1 input,
  .p13n-item-list .large-1 input {
    position: static;
  }
  .p13n-item-list .large-1 input {
    margin-top: 20px;
  }
  .p13n-search-list .large-1 input {
    margin-bottom: 0;
  }
  .p13n-search-list .p13n-search-controls,
  .p13n-item-list .p13n-item-controls {
    float: right;
  }
  .p13n-search-detail a.btn,
  .p13n-item-detail a.btn {
    position: relative;
    top: 1px;
  }
  .p13n-search-detail .btn,
  .p13n-item-detail .btn {
    background: none !important;
    padding: 2px !important;
    text-align: left !important;
    float: left !important;
    text-transform: lowercase !important;
    width: auto !important;
    color: #00539a !important;
    font-weight: bold !important;
    clear: none !important;
    display: inline-block !important;
    margin-bottom: 0;
  }
  .p13n-search-detail .btn:after,
  .p13n-item-detail .btn:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
  }
  .p13n-search-controls,
  .p13n-item-controls {
    right: 0 !important;
    position: absolute !important;
  }
  .p13n-item-list .p13n-item-detail .large-11 {
    border-left: none;
  }
  .p13n-search-list .large-1,
  .p13n-item-list .large-1 {
    float: left;
    width: 20% !important;
    text-align: left;
    height: auto !important;
    line-height: inherit;
    border-top: none;
  }
  .p13n-search-list .large-1 input,
  .p13n-item-list .large-1 input {
    top: 0px;
    left: 10px;
    position: relative;
  }
  .p13n-item-list .large-1 input {
    margin-top: 16px;
  }
  .p13n-search-controls {
    top: 0px !important;
  }
  div[data-p13n-bulk] {
    float: none;
  }
  div[data-p13n-bulk] .p13n-selected-actions {
    float: none;
  }
  .p13n-search-list .p13n-search-detail .large-11,
  .p13n-item-list .p13n-search-detail .large-11,
  .p13n-search-list .p13n-item-detail .large-11,
  .p13n-item-list .p13n-item-detail .large-11 {
    min-height: 1px;
  }
  .page-home .carousel .flex-control-paging {
    bottom: 63%;
  }
}
.is-mob {
  display: none;
}
@media (max-width: 550px) {
  .page-faculty .faculty-ngss-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 465px) {
  #gallery-slider .ig-image {
    margin-bottom: 70px;
  }
  #advanced-search-link {
    float: none !important;
    display: block;
    margin-bottom: 5px;
  }
  .search-label {
    float: none !important;
  }
  .is-mob {
    display: block;
  }
  .is-desktop {
    display: none;
  }
  #masthead .columns {
    *zoom: 1;
    float: none;
    width: auto;
  }
  #masthead .columns:before,
  #masthead .columns:after {
    content: " ";
    display: table;
  }
  #masthead .columns:after {
    clear: both;
  }
  .header {
    height: auto;
  }
  .header .as-link {
    position: static;
    display: inline-block;
    padding: 10px 0;
  }
  .header .institution-details {
    text-align: left;
  }
  .header .institution-details a,
  .header .institution-details p {
    display: inline-block;
    margin: 0;
  }
  .header .logout-button {
    float: right;
  }
  .header .large-3 {
    height: auto;
  }
  .header .institution-link {
    display: none;
  }
}
/*========================== Sprites =============================*/
.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.sprite-article-toc-expander-closed,
.up-arrow {
  width: 12px;
  height: 7px;
  background-position: -5px -5px;
}
.sprite-article-toc-expander-open,
.down-arrow {
  width: 12px;
  height: 7px;
  background-position: -27px -5px;
}
.sprite-footer-icons-facebook {
  width: 27px;
  height: 27px;
  background-position: -49px -5px;
}
.sprite-footer-icons-tumblr {
  width: 27px;
  height: 27px;
  background-position: -5px -42px;
}
.sprite-footer-icons-twitter {
  width: 27px;
  height: 27px;
  background-position: -42px -42px;
}
.sprite-search-facets-checked {
  width: 20px;
  height: 20px;
  background-position: -79px -42px;
}
.sprite-search-facets-unchecked {
  width: 20px;
  height: 20px;
  background-position: -79px -72px;
}
.sprite-searchbar-advanced-question {
  width: 17px;
  height: 17px;
  background-position: -86px -5px;
}
.sprite-searchbar-browse-arrow-down {
  width: 23px;
  height: 23px;
  background-position: -5px -102px;
}
.sprite-searchbar-browse-arrow-up {
  width: 23px;
  height: 23px;
  background-position: -38px -102px;
}
.sprite-searchbar-submit-arrow {
  width: 23px;
  height: 23px;
  background-position: -71px -102px;
}
.sprite-sidebar-more-arrow {
  width: 13px;
  height: 13px;
  background-position: -113px -5px;
}
@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) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .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;
  }
  #masthead .large-4,
  .main-nav,
  .full-searchbar,
  .sidebar-wrap .right,
  .search-bar,
  .breadcrumb,
  .a-z,
  .a-z-list,
  .topics-tabs,
  .articles-sidebar,
  #page-footer,
  .back-to-top-link {
    display: none;
  }
  .columns {
    float: none !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .a-z,
  .sidebar-percy,
  .percy-options,
  .copy-link,
  #search-bar,
  .page-info,
  .footer-top {
    display: none !important;
  }
  .main-content {
    padding-left: 0;
    padding-right: 0;
  }
  .page-info {
    padding-left: 0 !important;
  }
  .as-link:after {
    content: '';
  }
  #as-logo {
    width: 269px;
    height: 75px;
    max-width: 269px !important;
  }
  .header {
    height: auto;
  }
  .main-content .content {
    padding: 0;
    width: 100%;
  }
  .sgk-login-section,
  .as-about,
  .p13n-footer-bar {
    display: none;
  }
  .sidebar-wrap {
    border: none;
  }
}
img[data-p13n="Image"] {
  margin-bottom: 15px;
}
.figure-wrapper {
  position: relative;
}
.figure-wrapper .figure-legend {
  margin-right: 60px;
}
.p13n-manage label.error {
  position: relative;
  top: -10px;
}
.p13n-manage-account input[type="checkbox"] {
  margin: 0 .5em .8em 0;
}
.p13n-account ul {
  list-style: none;
}
.p13n-account h2 {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  color: #000;
}
.p13n-account p {
  font-size: 16px;
  margin-bottom: .4em;
}
#author {
  margin-bottom: 0;
}
#within-subject {
  height: 36px;
  margin-bottom: 0;
}
[data-loggedinsgk="no"].page-video-bio .video-bio .image-object {
  min-height: 0;
}
.didyouknow-hidden {
  display: none;
}
#did-you-know-image {
  margin-bottom: 15px;
}
#did-you-know-answer {
  margin-top: 15px;
}
.didyouknow-reveal {
  margin: 10px 0 0;
  text-align: right;
}
.didyouknow-hidden[contenteditable="true"] {
  display: block !important;
}
.in-iframe #subscription-form #subscribe-form-cancel,
.in-iframe #recommendation-form #subscribe-form-cancel {
  display: none;
}
.small-caps {
  font-variant: small-caps;
  text-transform: lowercase;
}
.pipe-separator {
  padding: 0 6px;
}
.nobel-table span {
  display: inline-block;
}
.defsource {
  padding-top: 10px;
}
.js .no-js {
  display: none;
}
input[type="submit"]:focus {
  outline: 2px solid #0068C0;
}
.emailrow p span input:focus {
  outline: 2px solid #DDD;
}
.pdf-reader-download {
  display: block;
  clear: both;
  padding: 5px 0px;
  text-align: center;
  margin: 5px 0px;
  border: solid 1px #961218;
  width: 220px;
}
/*override vendor stylesheets */
.subheader,
blockquote,
blockquote p,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6a6a6a;
}
.list-bare {
  margin: 0;
  padding: 0;
  list-style: none;
}
.support-form .support-label {
  text-align: right;
  margin-right: .5rem;
  font-weight: bold;
}
.support-form .input {
  text-align: left;
  margin-left: .5rem;
}
.support-form .label-row {
  margin-bottom: 1em;
  font-size: 14px;
  display: block;
}
.support-form .half {
  display: inline-block;
  width: 45%;
}
.support-form label {
  cursor: auto;
}
.support-form input {
  border: 0;
  width: 100%;
}
.support-form input[type="text"] {
  width: auto;
}
.support-form input[name="email"] {
  min-height: 25px;
}
.support-form input[type="submit"] {
  padding: .7em;
  width: auto;
  text-align: center;
}
.trendmd-widget-list-item__link {
  color: #00539a!important;
  font-weight: 400!important;
}
h3.trendmd-widget-header__heading {
  color: #0058a2!important;
}
.trendmd-widget-header {
  margin: 0;
  display: none!important;
}
#js-cookies-status,
#js-browser-size,
#js-screen-resolution,
#js-flash,
#javascriptStatus {
  display: none;
}
.bg--lightblue {
  background-color: #e4f6ff;
}
.bg--blue-dark {
  background-color: #002a4d;
}
.p13n-left img {
  width: 100%;
  height: auto;
  max-width: 160px;
}
@media (min-width: 766px) {
  .p13n-left img {
    max-width: 135px;
  }
}
.as-logo-container {
  padding: .5em .6em;
  text-align: center;
}
@media (min-width: 766px) {
  .as-logo-container {
    margin: 0;
  }
}
.my-as {
  padding: .5em;
  height: 100%;
}
.my-as .strap-line {
  margin: .3em 0 .5em 0;
  font-size: 14px;
  text-align: center;
}
.btn-p13n {
  background-color: #00539a;
  padding: 1em .5em;
  position: relative;
  width: auto;
  text-align: center;
}
@media (min-width: 766px) {
  .btn-p13n {
    width: 100%;
    min-width: unset;
  }
}
.btn-p13n img {
  display: none;
  vertical-align: middle;
  right: 10px;
  position: absolute;
  top: 19px;
}
@media (min-width: 766px) {
  .btn-p13n img {
    display: inline-block;
  }
}
.btn-p13n .fa {
  margin-left: .5em;
}
.btn-p13n span {
  color: #fff!important;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
@media (min-width: 766px) {
  .btn-p13n span.home-percy {
    max-width: 119px;
  }
}
.color--blue {
  color: #00539a;
  font-weight: 400;
  font-style: italic;
}
.color--red {
  color: #d20423;
}
.clear {
  clear: both;
  height: 0;
}
.text--center {
  text-align: center;
}
@media (min-width: 767px) {
  .sidebar--home {
    height: 100%;
    position: absolute!important;
    right: 0;
  }
}
