/*	
UTMB Modern Web Responsive Framework
UTMB Health, The University of Texas Medical Branch at Galveston
Built with HTML5, Foundation 4.2.0 and a pinch of love
v1.5 4/25/2014
*/
/* 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%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* clearfix / floatcontainer (for floats) - @mgcooper */
.clearfix,
.floatcontainer {
  *zoom: 1;
}
.clearfix:before, .clearfix:after,
.floatcontainer:before,
.floatcontainer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.floatcontainer:after {
  clear: both;
}

html,
body,
form {
  margin: 0 !important;
  padding: 0 !important;
}

form#aspnetForm {
  height: 100% !important;
}

html {
  top: 0;
  bottom: 0;
  background: #e4e4e4;
}

form,
body {
  height: 100% !important;
}

body {
  background: #e4e4e4;
  height: 100% !important;
  min-height: 100% !important;
  color: #222222;
  font-family: "Helvetica Neue 2", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  cursor: "default";
}

a:hover {
  cursor: "pointer";
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:active {
  outline: none;
}

.button:hover,
.button:focus,
.title:hover,
.title:focus {
  text-decoration: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.show {
  display: '';
}

.center {
  text-align: center !important;
}

.block {
  display: block;
}

.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: 62.5em;
  *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-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 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-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.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;
}

p.lead {
  font-size: 1.21875em !important;
  line-height: 1.6 !important;
}

.subheader {
  line-height: 1;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

/* 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: #3d7edb;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #2870d7;
}
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 2", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.625em;
  line-height: 1.25em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 75%;
  font-weight: 60%;
  color: #999999;
  line-height: 0;
}

h1 {
  font-size: 1.5125em;
}

h2 {
  font-size: 1.3125em;
}

h3 {
  font-size: 1.1875em;
}

h4 {
  font-size: 1.1125em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1.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: 75%;
  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;
}

ul, ol {
  margin-left: 1.25em;
}

/* 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;
}

/* Mike's list fix - Do we need this - @mgcooper
ul, ol {
  margin-left: 1.5em;
  }
ul.no-bullet, ol.no-bullet {
  margin-left: 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: $microformat-margin;
    border: $microformat-border-width $microformat-border-style $microformat-border-color;
    padding: $microformat-padding;

    li {
      margin: 0;
      display: block;
    }
    .fn {
      font-weight: $microformat-fullname-font-weight;
      font-size: $microformat-fullname-font-size;
    }
  }

  .vevent {
    .summary { font-weight: $microformat-summary-font-weight; }

    abbr {
      cursor: $cursor-default-value;
      text-decoration: $microformat-abbr-font-decoration;
      font-weight: $microformat-abbr-font-weight;
      border: none;
      padding: $microformat-abbr-padding;
    }
  }
*/
@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.25em;
  }

  h1 {
    font-size: 1.7em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }

  h4 {
    font-size: 1.175em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: "pointer";
  font-family: inherit;
  font-weight: bold;
  line-height: 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: #ec7a08;
  border-color: #bb6106;
  color: white;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #bb6106;
}
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.red, .button.red {
  background-color: #ea2839;
  border-color: #cb1424;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.red:hover, button.red:focus, .button.red:hover, .button.red:focus {
  background-color: #cb1424;
}
button.red:hover, button.red:focus, .button.red:hover, .button.red:focus {
  color: white;
}
button.gray, .button.gray {
  background-color: #616365;
  border-color: #484a4b;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.gray:hover, button.gray:focus, .button.gray:hover, .button.gray:focus {
  background-color: #484a4b;
}
button.gray:hover, button.gray:focus, .button.gray:hover, .button.gray:focus {
  color: white;
}
button.blue, .button.blue {
  background-color: #3d7edb;
  border-color: #2465c1;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.blue:hover, button.blue:focus, .button.blue:hover, .button.blue:focus {
  background-color: #2465c1;
}
button.blue:hover, button.blue:focus, .button.blue:hover, .button.blue:focus {
  color: white;
}
button.green, .button.green {
  background-color: #879637;
  border-color: #657129;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.green:hover, button.green:focus, .button.green:hover, .button.green:focus {
  background-color: #657129;
}
button.green:hover, button.green:focus, .button.green:hover, .button.green:focus {
  color: white;
}
button.green-bright, .button.green-bright {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.green-bright:hover, button.green-bright:focus, .button.green-bright:hover, .button.green-bright:focus {
  background-color: #457a1a;
}
button.green-bright:hover, button.green-bright:focus, .button.green-bright:hover, .button.green-bright:focus {
  color: white;
}
button.green-light, .button.green-light {
  background-color: #8dc63f;
  border-color: #72a230;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.green-light:hover, button.green-light:focus, .button.green-light:hover, .button.green-light:focus {
  background-color: #72a230;
}
button.green-light:hover, button.green-light:focus, .button.green-light:hover, .button.green-light:focus {
  color: white;
}
button.yellow, .button.yellow {
  background-color: #ffc40d;
  border-color: #d9a400;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.yellow:hover, button.yellow:focus, .button.yellow:hover, .button.yellow:focus {
  background-color: #d9a400;
}
button.yellow:hover, button.yellow:focus, .button.yellow:hover, .button.yellow:focus {
  color: white;
}
button.orange, .button.orange {
  background-color: #ec7a08;
  border-color: #bb6106;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus {
  background-color: #bb6106;
}
button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus {
  color: white;
}
button.purple, .button.purple {
  background-color: #641f45;
  border-color: #3d132a;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.purple:hover, button.purple:focus, .button.purple:hover, .button.purple:focus {
  background-color: #3d132a;
}
button.purple:hover, button.purple:focus, .button.purple:hover, .button.purple:focus {
  color: white;
}
button.pink, .button.pink {
  background-color: #c3325f;
  border-color: #9a284b;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.pink:hover, button.pink:focus, .button.pink:hover, .button.pink:focus {
  background-color: #9a284b;
}
button.pink:hover, button.pink:focus, .button.pink:hover, .button.pink:focus {
  color: white;
}
button.teal, .button.teal {
  background-color: #4e7c8c;
  border-color: #3c5f6b;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.teal:hover, button.teal:focus, .button.teal:hover, .button.teal:focus {
  background-color: #3c5f6b;
}
button.teal:hover, button.teal:focus, .button.teal:hover, .button.teal:focus {
  color: white;
}
button.coolgray3, .button.coolgray3 {
  background-color: #c9cac8;
  border-color: #b0b1ae;
  color: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.coolgray3:hover, button.coolgray3:focus, .button.coolgray3:hover, .button.coolgray3:focus {
  background-color: #b0b1ae;
}
button.coolgray3:hover, button.coolgray3:focus, .button.coolgray3:hover, .button.coolgray3:focus {
  color: #333333;
}
button.tan, .button.tan {
  background-color: #dcd6b2;
  border-color: #ccc38f;
  color: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.tan:hover, button.tan:focus, .button.tan:hover, .button.tan:focus {
  background-color: #ccc38f;
}
button.tan:hover, button.tan:focus, .button.tan:hover, .button.tan:focus {
  color: #333333;
}
button.beige, .button.beige {
  background-color: #ecdebb;
  border-color: #e1cb93;
  color: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.beige:hover, button.beige:focus, .button.beige:hover, .button.beige:focus {
  background-color: #e1cb93;
}
button.beige:hover, button.beige:focus, .button.beige:hover, .button.beige:focus {
  color: #333333;
}
button.black, .button.black {
  background-color: black;
  border-color: black;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.black:hover, button.black:focus, .button.black:hover, .button.black:focus {
  background-color: black;
}
button.black:hover, button.black:focus, .button.black:hover, .button.black:focus {
  color: white;
}
button.white, .button.white {
  background-color: white;
  border-color: #e6e6e6;
  color: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.white:hover, button.white:focus, .button.white:hover, .button.white:focus {
  background-color: #e6e6e6;
}
button.white:hover, button.white:focus, .button.white:hover, .button.white:focus {
  color: #333333;
}
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: #3d7edb;
  border-color: #2465c1;
  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: #2465c1;
}
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: #3d7edb;
}
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 {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
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: #999999;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 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: #999999;
}

.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;
}

label,
.form-label,
.formlabel {
  font-size: .8em;
  font-weight: bold;
  color: #222;
}

.tip {
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 10px;
}

.ddl {
  font-size: .8em;
  padding: 3px;
  color: #444;
}

.lbx {
  font-size: .9em;
  padding: 3px;
  color: #444;
}
.lbx option {
  font-size: .9em;
  padding: 2px;
  color: #444;
}

.checkbox input {
  float: left;
}
.checkbox label {
  float: left;
  display: inline-block;
  margin: 0 5px 0 5px;
  font-weight: bold;
}

.rbl {
  display: block;
  vertical-align: middle;
  line-height: normal;
  font-weight: bold;
}
.rbl input {
  float: left;
}
.rbl label {
  float: left;
  display: inline-block;
  margin: 0 5px 0 5px;
  font-weight: bold;
}

.datefield {
  width: 55px !important;
  margin-left: 4px;
  font-size: 10px !important;
  margin-right: 4px;
  height: 13px;
  float: left;
  padding: 1px !important;
}

.timefield {
  width: 61px !important;
  margin-left: 4px;
  font-size: 10px !important;
  height: 13px;
  padding: 1px !important;
  position: absolute;
}

.timelist {
  width: 86px !important;
  margin-left: 4px;
  font-size: 10px !important;
  line-height: 19px;
  height: 19px;
  border: 0px;
  background: transparent;
  padding: 1px !important;
}

.no-results {
  border: 1px solid #a1acc3;
  background: #fff;
  padding: 0.1875em;
}

.no-results div {
  border: 1px dotted #c3d0de;
  background: #fff;
  padding: 2.5em;
  text-align: center;
  color: #EA2839;
  color: #EC7A08;
  font-weight: bold;
}

/*
@media only screen and (min-width: 48em) {
  fieldset.fieldset-responisve {
    
    label {
      float:left;
      width:20%;
      text-align:right;
      display:block;
    }

    input {
      float:left;
      display:block;
    }
  }
}
*/
/* 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: 0px;
}
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 14px;
  color: white;
}
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222222;
  position: relative;
}
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  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;
  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;
  margin: 0;
  left: -1px;
  top: none;
  -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;
}

/* 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;
  }
}
.no-js .section-container.auto, .no-js .section-container.accordion, .no-js .section-container.tabs, .no-js .section-container.vertical-tabs, .no-js .section-container.vertical-nav, .no-js .section-container.horizontal-nav {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #cccccc;
  border-top: none;
}
.no-js .section-container.auto > section, .no-js .section-container.auto > .section, .no-js .section-container.accordion > section, .no-js .section-container.accordion > .section, .no-js .section-container.tabs > section, .no-js .section-container.tabs > .section, .no-js .section-container.vertical-tabs > section, .no-js .section-container.vertical-tabs > .section, .no-js .section-container.vertical-nav > section, .no-js .section-container.vertical-nav > .section, .no-js .section-container.horizontal-nav > section, .no-js .section-container.horizontal-nav > .section {
  position: relative;
}
.no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
  background-color: #efefef;
  cursor: "pointer";
  margin-bottom: 0;
}
.no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333333;
  font-size: 0.875em;
  white-space: nowrap;
}
.no-js .section-container.auto > section > .title:hover, .no-js .section-container.auto > .section > .title:hover, .no-js .section-container.accordion > section > .title:hover, .no-js .section-container.accordion > .section > .title:hover, .no-js .section-container.tabs > section > .title:hover, .no-js .section-container.tabs > .section > .title:hover, .no-js .section-container.vertical-tabs > section > .title:hover, .no-js .section-container.vertical-tabs > .section > .title:hover, .no-js .section-container.vertical-nav > section > .title:hover, .no-js .section-container.vertical-nav > .section > .title:hover, .no-js .section-container.horizontal-nav > section > .title:hover, .no-js .section-container.horizontal-nav > .section > .title:hover {
  background-color: #e2e2e2;
}
.no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: white;
}
.no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
  margin-bottom: 0;
}
.no-js .section-container.auto > section .content > *:first-child, .no-js .section-container.auto > .section .content > *:first-child, .no-js .section-container.accordion > section .content > *:first-child, .no-js .section-container.accordion > .section .content > *:first-child, .no-js .section-container.tabs > section .content > *:first-child, .no-js .section-container.tabs > .section .content > *:first-child, .no-js .section-container.vertical-tabs > section .content > *:first-child, .no-js .section-container.vertical-tabs > .section .content > *:first-child, .no-js .section-container.vertical-nav > section .content > *:first-child, .no-js .section-container.vertical-nav > .section .content > *:first-child, .no-js .section-container.horizontal-nav > section .content > *:first-child, .no-js .section-container.horizontal-nav > .section .content > *:first-child {
  padding-top: 0;
}
.no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
  padding-bottom: 0;
}
.no-js .section-container.auto > section.active > .content, .no-js .section-container.auto > .section.active > .content, .no-js .section-container.accordion > section.active > .content, .no-js .section-container.accordion > .section.active > .content, .no-js .section-container.tabs > section.active > .content, .no-js .section-container.tabs > .section.active > .content, .no-js .section-container.vertical-tabs > section.active > .content, .no-js .section-container.vertical-tabs > .section.active > .content, .no-js .section-container.vertical-nav > section.active > .content, .no-js .section-container.vertical-nav > .section.active > .content, .no-js .section-container.horizontal-nav > section.active > .content, .no-js .section-container.horizontal-nav > .section.active > .content {
  display: block;
}
.no-js .section-container.auto > section.active > .title, .no-js .section-container.auto > .section.active > .title, .no-js .section-container.accordion > section.active > .title, .no-js .section-container.accordion > .section.active > .title, .no-js .section-container.tabs > section.active > .title, .no-js .section-container.tabs > .section.active > .title, .no-js .section-container.vertical-tabs > section.active > .title, .no-js .section-container.vertical-tabs > .section.active > .title, .no-js .section-container.vertical-nav > section.active > .title, .no-js .section-container.vertical-nav > .section.active > .title, .no-js .section-container.horizontal-nav > section.active > .title, .no-js .section-container.horizontal-nav > .section.active > .title {
  background: #d5d5d5;
}
.no-js .section-container.auto > section.active > .title a, .no-js .section-container.auto > .section.active > .title a, .no-js .section-container.accordion > section.active > .title a, .no-js .section-container.accordion > .section.active > .title a, .no-js .section-container.tabs > section.active > .title a, .no-js .section-container.tabs > .section.active > .title a, .no-js .section-container.vertical-tabs > section.active > .title a, .no-js .section-container.vertical-tabs > .section.active > .title a, .no-js .section-container.vertical-nav > section.active > .title a, .no-js .section-container.vertical-nav > .section.active > .title a, .no-js .section-container.horizontal-nav > section.active > .title a, .no-js .section-container.horizontal-nav > .section.active > .title a {
  color: #333333;
}
.no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
  top: 0;
  width: 100%;
  margin: 0;
  border-top: solid 1px #cccccc;
}
.no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
  width: 100%;
}
.no-js .section-container.auto > section .title, .no-js .section-container.auto > .section .title, .no-js .section-container.accordion > section .title, .no-js .section-container.accordion > .section .title, .no-js .section-container.tabs > section .title, .no-js .section-container.tabs > .section .title, .no-js .section-container.vertical-tabs > section .title, .no-js .section-container.vertical-tabs > .section .title, .no-js .section-container.vertical-nav > section .title, .no-js .section-container.vertical-nav > .section .title, .no-js .section-container.horizontal-nav > section .title, .no-js .section-container.horizontal-nav > .section .title {
  position: static;
  width: 100%;
  border-left: 0;
  border-right: 0;
}
.no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
  position: static;
  display: block;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.orbit-container .orbit-slides-container img {
  display: block;
}
.orbit-container .orbit-slides-container > * {
  position: relative;
  float: left;
  height: auto;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
.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 #000;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: 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;
  }
}
/* @mgcooper */
.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;
  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: 3.75em;
  }
  .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%;
  }
}
  /*// Tablet+ Screen Styles @mgcooper
  @media only screen and (min-width: 48em) {
    @include reveal-modal-base(false, 10%);
  }
*/
@media only screen and (min-width: 61.25em) {
  .reveal-modal {
    margin-left: -30%;
    width: 60%;
  }
}
@media only screen and (min-width: 80em) {
  .reveal-modal {
    margin-left: -30%;
    width: 60%;
  }
}
@media print {
  .reveal-modal {
    background: #fff !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: .5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !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 #ffffff;
  -webkit-box-shadow: 0px 0px 15px #ffffff;
  box-shadow: 0px 0px 15px #ffffff;
}

.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;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@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-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: #3d7edb;
  border-color: #2465c1;
  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.375em 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: #3d7edb;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #3d7edb;
}
.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: #3d7edb;
  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: #3d7edb;
  color: white;
  font-weight: bold;
  cursor: "default";
}
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #3d7edb;
}

.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.red {
  border-style: solid;
  border-width: 1px;
  border-color: #cb1424;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ea2839;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.red h1, .panel.red h2, .panel.red h3, .panel.red h4, .panel.red h5, .panel.red h6, .panel.red p {
  color: #333333;
}
.panel.red > :first-child {
  margin-top: 0;
}
.panel.red > :last-child {
  margin-bottom: 0;
}
.panel.red h1, .panel.red h2, .panel.red h3, .panel.red h4, .panel.red h5, .panel.red h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.red h1.subheader, .panel.red h2.subheader, .panel.red h3.subheader, .panel.red h4.subheader, .panel.red h5.subheader, .panel.red h6.subheader {
  line-height: 1.4;
}
.panel.red h1, .panel.red h2, .panel.red h3, .panel.red h4, .panel.red h5, .panel.red h6, .panel.red p {
  color: white !important;
}
.panel.gray {
  border-style: solid;
  border-width: 1px;
  border-color: #484a4b;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #616365;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.gray h1, .panel.gray h2, .panel.gray h3, .panel.gray h4, .panel.gray h5, .panel.gray h6, .panel.gray p {
  color: white;
}
.panel.gray > :first-child {
  margin-top: 0;
}
.panel.gray > :last-child {
  margin-bottom: 0;
}
.panel.gray h1, .panel.gray h2, .panel.gray h3, .panel.gray h4, .panel.gray h5, .panel.gray h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.gray h1.subheader, .panel.gray h2.subheader, .panel.gray h3.subheader, .panel.gray h4.subheader, .panel.gray h5.subheader, .panel.gray h6.subheader {
  line-height: 1.4;
}
.panel.gray h1, .panel.gray h2, .panel.gray h3, .panel.gray h4, .panel.gray h5, .panel.gray h6, .panel.gray p {
  color: white !important;
}
.panel.blue {
  border-style: solid;
  border-width: 1px;
  border-color: #2465c1;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #3d7edb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.blue h1, .panel.blue h2, .panel.blue h3, .panel.blue h4, .panel.blue h5, .panel.blue h6, .panel.blue p {
  color: #333333;
}
.panel.blue > :first-child {
  margin-top: 0;
}
.panel.blue > :last-child {
  margin-bottom: 0;
}
.panel.blue h1, .panel.blue h2, .panel.blue h3, .panel.blue h4, .panel.blue h5, .panel.blue h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.blue h1.subheader, .panel.blue h2.subheader, .panel.blue h3.subheader, .panel.blue h4.subheader, .panel.blue h5.subheader, .panel.blue h6.subheader {
  line-height: 1.4;
}
.panel.blue h1, .panel.blue h2, .panel.blue h3, .panel.blue h4, .panel.blue h5, .panel.blue h6, .panel.blue p {
  color: white !important;
}
.panel.green {
  border-style: solid;
  border-width: 1px;
  border-color: #657129;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #879637;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.green h1, .panel.green h2, .panel.green h3, .panel.green h4, .panel.green h5, .panel.green h6, .panel.green p {
  color: white;
}
.panel.green > :first-child {
  margin-top: 0;
}
.panel.green > :last-child {
  margin-bottom: 0;
}
.panel.green h1, .panel.green h2, .panel.green h3, .panel.green h4, .panel.green h5, .panel.green h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.green h1.subheader, .panel.green h2.subheader, .panel.green h3.subheader, .panel.green h4.subheader, .panel.green h5.subheader, .panel.green h6.subheader {
  line-height: 1.4;
}
.panel.green h1, .panel.green h2, .panel.green h3, .panel.green h4, .panel.green h5, .panel.green h6, .panel.green p {
  color: white !important;
}
.panel.green-bright {
  border-style: solid;
  border-width: 1px;
  border-color: #457a1a;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #5da423;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.green-bright h1, .panel.green-bright h2, .panel.green-bright h3, .panel.green-bright h4, .panel.green-bright h5, .panel.green-bright h6, .panel.green-bright p {
  color: white;
}
.panel.green-bright > :first-child {
  margin-top: 0;
}
.panel.green-bright > :last-child {
  margin-bottom: 0;
}
.panel.green-bright h1, .panel.green-bright h2, .panel.green-bright h3, .panel.green-bright h4, .panel.green-bright h5, .panel.green-bright h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.green-bright h1.subheader, .panel.green-bright h2.subheader, .panel.green-bright h3.subheader, .panel.green-bright h4.subheader, .panel.green-bright h5.subheader, .panel.green-bright h6.subheader {
  line-height: 1.4;
}
.panel.green-bright h1, .panel.green-bright h2, .panel.green-bright h3, .panel.green-bright h4, .panel.green-bright h5, .panel.green-bright h6, .panel.green-bright p {
  color: white !important;
}
.panel.green-light {
  border-style: solid;
  border-width: 1px;
  border-color: #72a230;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #8dc63f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.green-light h1, .panel.green-light h2, .panel.green-light h3, .panel.green-light h4, .panel.green-light h5, .panel.green-light h6, .panel.green-light p {
  color: #333333;
}
.panel.green-light > :first-child {
  margin-top: 0;
}
.panel.green-light > :last-child {
  margin-bottom: 0;
}
.panel.green-light h1, .panel.green-light h2, .panel.green-light h3, .panel.green-light h4, .panel.green-light h5, .panel.green-light h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.green-light h1.subheader, .panel.green-light h2.subheader, .panel.green-light h3.subheader, .panel.green-light h4.subheader, .panel.green-light h5.subheader, .panel.green-light h6.subheader {
  line-height: 1.4;
}
.panel.green-light h1, .panel.green-light h2, .panel.green-light h3, .panel.green-light h4, .panel.green-light h5, .panel.green-light h6, .panel.green-light p {
  color: #000 !important;
}
.panel.yellow {
  border-style: solid;
  border-width: 1px;
  border-color: #d9a400;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ffc40d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.yellow h1, .panel.yellow h2, .panel.yellow h3, .panel.yellow h4, .panel.yellow h5, .panel.yellow h6, .panel.yellow p {
  color: #333333;
}
.panel.yellow > :first-child {
  margin-top: 0;
}
.panel.yellow > :last-child {
  margin-bottom: 0;
}
.panel.yellow h1, .panel.yellow h2, .panel.yellow h3, .panel.yellow h4, .panel.yellow h5, .panel.yellow h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.yellow h1.subheader, .panel.yellow h2.subheader, .panel.yellow h3.subheader, .panel.yellow h4.subheader, .panel.yellow h5.subheader, .panel.yellow h6.subheader {
  line-height: 1.4;
}
.panel.yellow h1, .panel.yellow h2, .panel.yellow h3, .panel.yellow h4, .panel.yellow h5, .panel.yellow h6, .panel.yellow p {
  color: #000 !important;
}
.panel.orange {
  border-style: solid;
  border-width: 1px;
  border-color: #bb6106;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ec7a08;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.orange h1, .panel.orange h2, .panel.orange h3, .panel.orange h4, .panel.orange h5, .panel.orange h6, .panel.orange p {
  color: white;
}
.panel.orange > :first-child {
  margin-top: 0;
}
.panel.orange > :last-child {
  margin-bottom: 0;
}
.panel.orange h1, .panel.orange h2, .panel.orange h3, .panel.orange h4, .panel.orange h5, .panel.orange h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.orange h1.subheader, .panel.orange h2.subheader, .panel.orange h3.subheader, .panel.orange h4.subheader, .panel.orange h5.subheader, .panel.orange h6.subheader {
  line-height: 1.4;
}
.panel.orange h1, .panel.orange h2, .panel.orange h3, .panel.orange h4, .panel.orange h5, .panel.orange h6, .panel.orange p {
  color: white !important;
}
.panel.purple {
  border-style: solid;
  border-width: 1px;
  border-color: #3d132a;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #641f45;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.purple h1, .panel.purple h2, .panel.purple h3, .panel.purple h4, .panel.purple h5, .panel.purple h6, .panel.purple p {
  color: white;
}
.panel.purple > :first-child {
  margin-top: 0;
}
.panel.purple > :last-child {
  margin-bottom: 0;
}
.panel.purple h1, .panel.purple h2, .panel.purple h3, .panel.purple h4, .panel.purple h5, .panel.purple h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.purple h1.subheader, .panel.purple h2.subheader, .panel.purple h3.subheader, .panel.purple h4.subheader, .panel.purple h5.subheader, .panel.purple h6.subheader {
  line-height: 1.4;
}
.panel.purple h1, .panel.purple h2, .panel.purple h3, .panel.purple h4, .panel.purple h5, .panel.purple h6, .panel.purple p {
  color: white !important;
}
.panel.pink {
  border-style: solid;
  border-width: 1px;
  border-color: #9a284b;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #c3325f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.pink h1, .panel.pink h2, .panel.pink h3, .panel.pink h4, .panel.pink h5, .panel.pink h6, .panel.pink p {
  color: white;
}
.panel.pink > :first-child {
  margin-top: 0;
}
.panel.pink > :last-child {
  margin-bottom: 0;
}
.panel.pink h1, .panel.pink h2, .panel.pink h3, .panel.pink h4, .panel.pink h5, .panel.pink h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.pink h1.subheader, .panel.pink h2.subheader, .panel.pink h3.subheader, .panel.pink h4.subheader, .panel.pink h5.subheader, .panel.pink h6.subheader {
  line-height: 1.4;
}
.panel.pink h1, .panel.pink h2, .panel.pink h3, .panel.pink h4, .panel.pink h5, .panel.pink h6, .panel.pink p {
  color: white !important;
}
.panel.teal {
  border-style: solid;
  border-width: 1px;
  border-color: #3c5f6b;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #4e7c8c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.teal h1, .panel.teal h2, .panel.teal h3, .panel.teal h4, .panel.teal h5, .panel.teal h6, .panel.teal p {
  color: white;
}
.panel.teal > :first-child {
  margin-top: 0;
}
.panel.teal > :last-child {
  margin-bottom: 0;
}
.panel.teal h1, .panel.teal h2, .panel.teal h3, .panel.teal h4, .panel.teal h5, .panel.teal h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.teal h1.subheader, .panel.teal h2.subheader, .panel.teal h3.subheader, .panel.teal h4.subheader, .panel.teal h5.subheader, .panel.teal h6.subheader {
  line-height: 1.4;
}
.panel.teal h1, .panel.teal h2, .panel.teal h3, .panel.teal h4, .panel.teal h5, .panel.teal h6, .panel.teal p {
  color: white !important;
}
.panel.coolgray3 {
  border-style: solid;
  border-width: 1px;
  border-color: #b0b1ae;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #c9cac8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.coolgray3 h1, .panel.coolgray3 h2, .panel.coolgray3 h3, .panel.coolgray3 h4, .panel.coolgray3 h5, .panel.coolgray3 h6, .panel.coolgray3 p {
  color: #333333;
}
.panel.coolgray3 > :first-child {
  margin-top: 0;
}
.panel.coolgray3 > :last-child {
  margin-bottom: 0;
}
.panel.coolgray3 h1, .panel.coolgray3 h2, .panel.coolgray3 h3, .panel.coolgray3 h4, .panel.coolgray3 h5, .panel.coolgray3 h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.coolgray3 h1.subheader, .panel.coolgray3 h2.subheader, .panel.coolgray3 h3.subheader, .panel.coolgray3 h4.subheader, .panel.coolgray3 h5.subheader, .panel.coolgray3 h6.subheader {
  line-height: 1.4;
}
.panel.coolgray3 h1, .panel.coolgray3 h2, .panel.coolgray3 h3, .panel.coolgray3 h4, .panel.coolgray3 h5, .panel.coolgray3 h6, .panel.coolgray3 p {
  color: #000 !important;
}
.panel.tan {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc38f;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #dcd6b2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.tan h1, .panel.tan h2, .panel.tan h3, .panel.tan h4, .panel.tan h5, .panel.tan h6, .panel.tan p {
  color: #333333;
}
.panel.tan > :first-child {
  margin-top: 0;
}
.panel.tan > :last-child {
  margin-bottom: 0;
}
.panel.tan h1, .panel.tan h2, .panel.tan h3, .panel.tan h4, .panel.tan h5, .panel.tan h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.tan h1.subheader, .panel.tan h2.subheader, .panel.tan h3.subheader, .panel.tan h4.subheader, .panel.tan h5.subheader, .panel.tan h6.subheader {
  line-height: 1.4;
}
.panel.tan h1, .panel.tan h2, .panel.tan h3, .panel.tan h4, .panel.tan h5, .panel.tan h6, .panel.tan p {
  color: #000 !important;
}
.panel.beige {
  border-style: solid;
  border-width: 1px;
  border-color: #e1cb93;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ecdebb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.beige h1, .panel.beige h2, .panel.beige h3, .panel.beige h4, .panel.beige h5, .panel.beige h6, .panel.beige p {
  color: #333333;
}
.panel.beige > :first-child {
  margin-top: 0;
}
.panel.beige > :last-child {
  margin-bottom: 0;
}
.panel.beige h1, .panel.beige h2, .panel.beige h3, .panel.beige h4, .panel.beige h5, .panel.beige h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.beige h1.subheader, .panel.beige h2.subheader, .panel.beige h3.subheader, .panel.beige h4.subheader, .panel.beige h5.subheader, .panel.beige h6.subheader {
  line-height: 1.4;
}
.panel.beige h1, .panel.beige h2, .panel.beige h3, .panel.beige h4, .panel.beige h5, .panel.beige h6, .panel.beige p {
  color: #000 !important;
}
.panel.black {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.black h1, .panel.black h2, .panel.black h3, .panel.black h4, .panel.black h5, .panel.black h6, .panel.black p {
  color: white;
}
.panel.black > :first-child {
  margin-top: 0;
}
.panel.black > :last-child {
  margin-bottom: 0;
}
.panel.black h1, .panel.black h2, .panel.black h3, .panel.black h4, .panel.black h5, .panel.black h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.black h1.subheader, .panel.black h2.subheader, .panel.black h3.subheader, .panel.black h4.subheader, .panel.black h5.subheader, .panel.black h6.subheader {
  line-height: 1.4;
}
.panel.black h1, .panel.black h2, .panel.black h3, .panel.black h4, .panel.black h5, .panel.black h6, .panel.black p {
  color: white !important;
}
.panel.white {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.white h1, .panel.white h2, .panel.white h3, .panel.white h4, .panel.white h5, .panel.white h6, .panel.white p {
  color: #333333;
}
.panel.white > :first-child {
  margin-top: 0;
}
.panel.white > :last-child {
  margin-bottom: 0;
}
.panel.white h1, .panel.white h2, .panel.white h3, .panel.white h4, .panel.white h5, .panel.white h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.white h1.subheader, .panel.white h2.subheader, .panel.white h3.subheader, .panel.white h4.subheader, .panel.white h5.subheader, .panel.white h6.subheader {
  line-height: 1.4;
}
.panel.white h1, .panel.white h2, .panel.white h3, .panel.white h4, .panel.white h5, .panel.white h6, .panel.white p {
  color: #000 !important;
}
.panel.gray-bold {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.gray-bold h1, .panel.gray-bold h2, .panel.gray-bold h3, .panel.gray-bold h4, .panel.gray-bold h5, .panel.gray-bold h6, .panel.gray-bold p {
  color: white;
}
.panel.gray-bold > :first-child {
  margin-top: 0;
}
.panel.gray-bold > :last-child {
  margin-bottom: 0;
}
.panel.gray-bold h1, .panel.gray-bold h2, .panel.gray-bold h3, .panel.gray-bold h4, .panel.gray-bold h5, .panel.gray-bold h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.gray-bold h1.subheader, .panel.gray-bold h2.subheader, .panel.gray-bold h3.subheader, .panel.gray-bold h4.subheader, .panel.gray-bold h5.subheader, .panel.gray-bold h6.subheader {
  line-height: 1.4;
}
.panel.gray-bold h1, .panel.gray-bold h2, .panel.gray-bold h3, .panel.gray-bold h4, .panel.gray-bold h5, .panel.gray-bold h6, .panel.gray-bold p {
  color: white !important;
}
.panel.gray-smooth {
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #eeeeee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.panel.gray-smooth h1, .panel.gray-smooth h2, .panel.gray-smooth h3, .panel.gray-smooth h4, .panel.gray-smooth h5, .panel.gray-smooth h6, .panel.gray-smooth p {
  color: #333333;
}
.panel.gray-smooth > :first-child {
  margin-top: 0;
}
.panel.gray-smooth > :last-child {
  margin-bottom: 0;
}
.panel.gray-smooth h1, .panel.gray-smooth h2, .panel.gray-smooth h3, .panel.gray-smooth h4, .panel.gray-smooth h5, .panel.gray-smooth h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.gray-smooth h1.subheader, .panel.gray-smooth h2.subheader, .panel.gray-smooth h3.subheader, .panel.gray-smooth h4.subheader, .panel.gray-smooth h5.subheader, .panel.gray-smooth h6.subheader {
  line-height: 1.4;
}
.panel.gray-smooth p {
  color: #616365 !important;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #bb6106;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ec7a08;
  -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;
  color: #fff;
}
.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.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff !important;
}
.panel.callout.red {
  border-style: solid;
  border-width: 1px;
  border-color: #cb1424;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ea2839;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.red h1, .panel.callout.red h2, .panel.callout.red h3, .panel.callout.red h4, .panel.callout.red h5, .panel.callout.red h6, .panel.callout.red p {
  color: #333333;
}
.panel.callout.red > :first-child {
  margin-top: 0;
}
.panel.callout.red > :last-child {
  margin-bottom: 0;
}
.panel.callout.red h1, .panel.callout.red h2, .panel.callout.red h3, .panel.callout.red h4, .panel.callout.red h5, .panel.callout.red h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.red h1.subheader, .panel.callout.red h2.subheader, .panel.callout.red h3.subheader, .panel.callout.red h4.subheader, .panel.callout.red h5.subheader, .panel.callout.red h6.subheader {
  line-height: 1.4;
}
.panel.callout.red h1, .panel.callout.red h2, .panel.callout.red h3, .panel.callout.red h4, .panel.callout.red h5, .panel.callout.red h6, .panel.callout.red p {
  color: white !important;
}
.panel.callout.gray {
  border-style: solid;
  border-width: 1px;
  border-color: #484a4b;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #616365;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.gray h1, .panel.callout.gray h2, .panel.callout.gray h3, .panel.callout.gray h4, .panel.callout.gray h5, .panel.callout.gray h6, .panel.callout.gray p {
  color: white;
}
.panel.callout.gray > :first-child {
  margin-top: 0;
}
.panel.callout.gray > :last-child {
  margin-bottom: 0;
}
.panel.callout.gray h1, .panel.callout.gray h2, .panel.callout.gray h3, .panel.callout.gray h4, .panel.callout.gray h5, .panel.callout.gray h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.gray h1.subheader, .panel.callout.gray h2.subheader, .panel.callout.gray h3.subheader, .panel.callout.gray h4.subheader, .panel.callout.gray h5.subheader, .panel.callout.gray h6.subheader {
  line-height: 1.4;
}
.panel.callout.gray h1, .panel.callout.gray h2, .panel.callout.gray h3, .panel.callout.gray h4, .panel.callout.gray h5, .panel.callout.gray h6, .panel.callout.gray p {
  color: white !important;
}
.panel.callout.blue {
  border-style: solid;
  border-width: 1px;
  border-color: #2465c1;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #3d7edb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.blue h1, .panel.callout.blue h2, .panel.callout.blue h3, .panel.callout.blue h4, .panel.callout.blue h5, .panel.callout.blue h6, .panel.callout.blue p {
  color: #333333;
}
.panel.callout.blue > :first-child {
  margin-top: 0;
}
.panel.callout.blue > :last-child {
  margin-bottom: 0;
}
.panel.callout.blue h1, .panel.callout.blue h2, .panel.callout.blue h3, .panel.callout.blue h4, .panel.callout.blue h5, .panel.callout.blue h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.blue h1.subheader, .panel.callout.blue h2.subheader, .panel.callout.blue h3.subheader, .panel.callout.blue h4.subheader, .panel.callout.blue h5.subheader, .panel.callout.blue h6.subheader {
  line-height: 1.4;
}
.panel.callout.blue h1, .panel.callout.blue h2, .panel.callout.blue h3, .panel.callout.blue h4, .panel.callout.blue h5, .panel.callout.blue h6, .panel.callout.blue p {
  color: white !important;
}
.panel.callout.green {
  border-style: solid;
  border-width: 1px;
  border-color: #657129;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #879637;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.green h1, .panel.callout.green h2, .panel.callout.green h3, .panel.callout.green h4, .panel.callout.green h5, .panel.callout.green h6, .panel.callout.green p {
  color: white;
}
.panel.callout.green > :first-child {
  margin-top: 0;
}
.panel.callout.green > :last-child {
  margin-bottom: 0;
}
.panel.callout.green h1, .panel.callout.green h2, .panel.callout.green h3, .panel.callout.green h4, .panel.callout.green h5, .panel.callout.green h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.green h1.subheader, .panel.callout.green h2.subheader, .panel.callout.green h3.subheader, .panel.callout.green h4.subheader, .panel.callout.green h5.subheader, .panel.callout.green h6.subheader {
  line-height: 1.4;
}
.panel.callout.green h1, .panel.callout.green h2, .panel.callout.green h3, .panel.callout.green h4, .panel.callout.green h5, .panel.callout.green h6, .panel.callout.green p {
  color: white !important;
}
.panel.callout.green-bright {
  border-style: solid;
  border-width: 1px;
  border-color: #457a1a;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #5da423;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.green-bright h1, .panel.callout.green-bright h2, .panel.callout.green-bright h3, .panel.callout.green-bright h4, .panel.callout.green-bright h5, .panel.callout.green-bright h6, .panel.callout.green-bright p {
  color: white;
}
.panel.callout.green-bright > :first-child {
  margin-top: 0;
}
.panel.callout.green-bright > :last-child {
  margin-bottom: 0;
}
.panel.callout.green-bright h1, .panel.callout.green-bright h2, .panel.callout.green-bright h3, .panel.callout.green-bright h4, .panel.callout.green-bright h5, .panel.callout.green-bright h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.green-bright h1.subheader, .panel.callout.green-bright h2.subheader, .panel.callout.green-bright h3.subheader, .panel.callout.green-bright h4.subheader, .panel.callout.green-bright h5.subheader, .panel.callout.green-bright h6.subheader {
  line-height: 1.4;
}
.panel.callout.green-bright h1, .panel.callout.green-bright h2, .panel.callout.green-bright h3, .panel.callout.green-bright h4, .panel.callout.green-bright h5, .panel.callout.green-bright h6, .panel.callout.green-bright p {
  color: white !important;
}
.panel.callout.green-light {
  border-style: solid;
  border-width: 1px;
  border-color: #72a230;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #8dc63f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.callout.green-light h1, .panel.callout.green-light h2, .panel.callout.green-light h3, .panel.callout.green-light h4, .panel.callout.green-light h5, .panel.callout.green-light h6, .panel.callout.green-light p {
  color: #333333;
}
.panel.callout.green-light > :first-child {
  margin-top: 0;
}
.panel.callout.green-light > :last-child {
  margin-bottom: 0;
}
.panel.callout.green-light h1, .panel.callout.green-light h2, .panel.callout.green-light h3, .panel.callout.green-light h4, .panel.callout.green-light h5, .panel.callout.green-light h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.green-light h1.subheader, .panel.callout.green-light h2.subheader, .panel.callout.green-light h3.subheader, .panel.callout.green-light h4.subheader, .panel.callout.green-light h5.subheader, .panel.callout.green-light h6.subheader {
  line-height: 1.4;
}
.panel.callout.green-light h1, .panel.callout.green-light h2, .panel.callout.green-light h3, .panel.callout.green-light h4, .panel.callout.green-light h5, .panel.callout.green-light h6, .panel.callout.green-light p {
  color: #000 !important;
}
.panel.callout.yellow {
  border-style: solid;
  border-width: 1px;
  border-color: #d9a400;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ffc40d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.callout.yellow h1, .panel.callout.yellow h2, .panel.callout.yellow h3, .panel.callout.yellow h4, .panel.callout.yellow h5, .panel.callout.yellow h6, .panel.callout.yellow p {
  color: #333333;
}
.panel.callout.yellow > :first-child {
  margin-top: 0;
}
.panel.callout.yellow > :last-child {
  margin-bottom: 0;
}
.panel.callout.yellow h1, .panel.callout.yellow h2, .panel.callout.yellow h3, .panel.callout.yellow h4, .panel.callout.yellow h5, .panel.callout.yellow h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.yellow h1.subheader, .panel.callout.yellow h2.subheader, .panel.callout.yellow h3.subheader, .panel.callout.yellow h4.subheader, .panel.callout.yellow h5.subheader, .panel.callout.yellow h6.subheader {
  line-height: 1.4;
}
.panel.callout.yellow h1, .panel.callout.yellow h2, .panel.callout.yellow h3, .panel.callout.yellow h4, .panel.callout.yellow h5, .panel.callout.yellow h6, .panel.callout.yellow p {
  color: #000 !important;
}
.panel.callout.orange {
  border-style: solid;
  border-width: 1px;
  border-color: #bb6106;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ec7a08;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.orange h1, .panel.callout.orange h2, .panel.callout.orange h3, .panel.callout.orange h4, .panel.callout.orange h5, .panel.callout.orange h6, .panel.callout.orange p {
  color: white;
}
.panel.callout.orange > :first-child {
  margin-top: 0;
}
.panel.callout.orange > :last-child {
  margin-bottom: 0;
}
.panel.callout.orange h1, .panel.callout.orange h2, .panel.callout.orange h3, .panel.callout.orange h4, .panel.callout.orange h5, .panel.callout.orange h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.orange h1.subheader, .panel.callout.orange h2.subheader, .panel.callout.orange h3.subheader, .panel.callout.orange h4.subheader, .panel.callout.orange h5.subheader, .panel.callout.orange h6.subheader {
  line-height: 1.4;
}
.panel.callout.orange h1, .panel.callout.orange h2, .panel.callout.orange h3, .panel.callout.orange h4, .panel.callout.orange h5, .panel.callout.orange h6, .panel.callout.orange p {
  color: white !important;
}
.panel.callout.purple {
  border-style: solid;
  border-width: 1px;
  border-color: #3d132a;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #641f45;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.purple h1, .panel.callout.purple h2, .panel.callout.purple h3, .panel.callout.purple h4, .panel.callout.purple h5, .panel.callout.purple h6, .panel.callout.purple p {
  color: white;
}
.panel.callout.purple > :first-child {
  margin-top: 0;
}
.panel.callout.purple > :last-child {
  margin-bottom: 0;
}
.panel.callout.purple h1, .panel.callout.purple h2, .panel.callout.purple h3, .panel.callout.purple h4, .panel.callout.purple h5, .panel.callout.purple h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.purple h1.subheader, .panel.callout.purple h2.subheader, .panel.callout.purple h3.subheader, .panel.callout.purple h4.subheader, .panel.callout.purple h5.subheader, .panel.callout.purple h6.subheader {
  line-height: 1.4;
}
.panel.callout.purple h1, .panel.callout.purple h2, .panel.callout.purple h3, .panel.callout.purple h4, .panel.callout.purple h5, .panel.callout.purple h6, .panel.callout.purple p {
  color: white !important;
}
.panel.callout.pink {
  border-style: solid;
  border-width: 1px;
  border-color: #9a284b;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #c3325f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.pink h1, .panel.callout.pink h2, .panel.callout.pink h3, .panel.callout.pink h4, .panel.callout.pink h5, .panel.callout.pink h6, .panel.callout.pink p {
  color: white;
}
.panel.callout.pink > :first-child {
  margin-top: 0;
}
.panel.callout.pink > :last-child {
  margin-bottom: 0;
}
.panel.callout.pink h1, .panel.callout.pink h2, .panel.callout.pink h3, .panel.callout.pink h4, .panel.callout.pink h5, .panel.callout.pink h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.pink h1.subheader, .panel.callout.pink h2.subheader, .panel.callout.pink h3.subheader, .panel.callout.pink h4.subheader, .panel.callout.pink h5.subheader, .panel.callout.pink h6.subheader {
  line-height: 1.4;
}
.panel.callout.pink h1, .panel.callout.pink h2, .panel.callout.pink h3, .panel.callout.pink h4, .panel.callout.pink h5, .panel.callout.pink h6, .panel.callout.pink p {
  color: white !important;
}
.panel.callout.teal {
  border-style: solid;
  border-width: 1px;
  border-color: #3c5f6b;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #4e7c8c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.teal h1, .panel.callout.teal h2, .panel.callout.teal h3, .panel.callout.teal h4, .panel.callout.teal h5, .panel.callout.teal h6, .panel.callout.teal p {
  color: white;
}
.panel.callout.teal > :first-child {
  margin-top: 0;
}
.panel.callout.teal > :last-child {
  margin-bottom: 0;
}
.panel.callout.teal h1, .panel.callout.teal h2, .panel.callout.teal h3, .panel.callout.teal h4, .panel.callout.teal h5, .panel.callout.teal h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.teal h1.subheader, .panel.callout.teal h2.subheader, .panel.callout.teal h3.subheader, .panel.callout.teal h4.subheader, .panel.callout.teal h5.subheader, .panel.callout.teal h6.subheader {
  line-height: 1.4;
}
.panel.callout.teal h1, .panel.callout.teal h2, .panel.callout.teal h3, .panel.callout.teal h4, .panel.callout.teal h5, .panel.callout.teal h6, .panel.callout.teal p {
  color: white !important;
}
.panel.callout.coolgray3 {
  border-style: solid;
  border-width: 1px;
  border-color: #b0b1ae;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #c9cac8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.callout.coolgray3 h1, .panel.callout.coolgray3 h2, .panel.callout.coolgray3 h3, .panel.callout.coolgray3 h4, .panel.callout.coolgray3 h5, .panel.callout.coolgray3 h6, .panel.callout.coolgray3 p {
  color: #333333;
}
.panel.callout.coolgray3 > :first-child {
  margin-top: 0;
}
.panel.callout.coolgray3 > :last-child {
  margin-bottom: 0;
}
.panel.callout.coolgray3 h1, .panel.callout.coolgray3 h2, .panel.callout.coolgray3 h3, .panel.callout.coolgray3 h4, .panel.callout.coolgray3 h5, .panel.callout.coolgray3 h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.coolgray3 h1.subheader, .panel.callout.coolgray3 h2.subheader, .panel.callout.coolgray3 h3.subheader, .panel.callout.coolgray3 h4.subheader, .panel.callout.coolgray3 h5.subheader, .panel.callout.coolgray3 h6.subheader {
  line-height: 1.4;
}
.panel.callout.coolgray3 h1, .panel.callout.coolgray3 h2, .panel.callout.coolgray3 h3, .panel.callout.coolgray3 h4, .panel.callout.coolgray3 h5, .panel.callout.coolgray3 h6, .panel.callout.coolgray3 p {
  color: #000 !important;
}
.panel.callout.tan {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc38f;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #dcd6b2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.callout.tan h1, .panel.callout.tan h2, .panel.callout.tan h3, .panel.callout.tan h4, .panel.callout.tan h5, .panel.callout.tan h6, .panel.callout.tan p {
  color: #333333;
}
.panel.callout.tan > :first-child {
  margin-top: 0;
}
.panel.callout.tan > :last-child {
  margin-bottom: 0;
}
.panel.callout.tan h1, .panel.callout.tan h2, .panel.callout.tan h3, .panel.callout.tan h4, .panel.callout.tan h5, .panel.callout.tan h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.tan h1.subheader, .panel.callout.tan h2.subheader, .panel.callout.tan h3.subheader, .panel.callout.tan h4.subheader, .panel.callout.tan h5.subheader, .panel.callout.tan h6.subheader {
  line-height: 1.4;
}
.panel.callout.tan h1, .panel.callout.tan h2, .panel.callout.tan h3, .panel.callout.tan h4, .panel.callout.tan h5, .panel.callout.tan h6, .panel.callout.tan p {
  color: #000 !important;
}
.panel.callout.beige {
  border-style: solid;
  border-width: 1px;
  border-color: #e1cb93;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #ecdebb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.callout.beige h1, .panel.callout.beige h2, .panel.callout.beige h3, .panel.callout.beige h4, .panel.callout.beige h5, .panel.callout.beige h6, .panel.callout.beige p {
  color: #333333;
}
.panel.callout.beige > :first-child {
  margin-top: 0;
}
.panel.callout.beige > :last-child {
  margin-bottom: 0;
}
.panel.callout.beige h1, .panel.callout.beige h2, .panel.callout.beige h3, .panel.callout.beige h4, .panel.callout.beige h5, .panel.callout.beige h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.beige h1.subheader, .panel.callout.beige h2.subheader, .panel.callout.beige h3.subheader, .panel.callout.beige h4.subheader, .panel.callout.beige h5.subheader, .panel.callout.beige h6.subheader {
  line-height: 1.4;
}
.panel.callout.beige h1, .panel.callout.beige h2, .panel.callout.beige h3, .panel.callout.beige h4, .panel.callout.beige h5, .panel.callout.beige h6, .panel.callout.beige p {
  color: #000 !important;
}
.panel.callout.black {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.black h1, .panel.callout.black h2, .panel.callout.black h3, .panel.callout.black h4, .panel.callout.black h5, .panel.callout.black h6, .panel.callout.black p {
  color: white;
}
.panel.callout.black > :first-child {
  margin-top: 0;
}
.panel.callout.black > :last-child {
  margin-bottom: 0;
}
.panel.callout.black h1, .panel.callout.black h2, .panel.callout.black h3, .panel.callout.black h4, .panel.callout.black h5, .panel.callout.black h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.black h1.subheader, .panel.callout.black h2.subheader, .panel.callout.black h3.subheader, .panel.callout.black h4.subheader, .panel.callout.black h5.subheader, .panel.callout.black h6.subheader {
  line-height: 1.4;
}
.panel.callout.black h1, .panel.callout.black h2, .panel.callout.black h3, .panel.callout.black h4, .panel.callout.black h5, .panel.callout.black h6, .panel.callout.black p {
  color: white !important;
}
.panel.callout.white {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.callout.white h1, .panel.callout.white h2, .panel.callout.white h3, .panel.callout.white h4, .panel.callout.white h5, .panel.callout.white h6, .panel.callout.white p {
  color: #333333;
}
.panel.callout.white > :first-child {
  margin-top: 0;
}
.panel.callout.white > :last-child {
  margin-bottom: 0;
}
.panel.callout.white h1, .panel.callout.white h2, .panel.callout.white h3, .panel.callout.white h4, .panel.callout.white h5, .panel.callout.white h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.white h1.subheader, .panel.callout.white h2.subheader, .panel.callout.white h3.subheader, .panel.callout.white h4.subheader, .panel.callout.white h5.subheader, .panel.callout.white h6.subheader {
  line-height: 1.4;
}
.panel.callout.white h1, .panel.callout.white h2, .panel.callout.white h3, .panel.callout.white h4, .panel.callout.white h5, .panel.callout.white h6, .panel.callout.white p {
  color: #000 !important;
}
.panel.callout.gray-bold {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
.panel.callout.gray-bold h1, .panel.callout.gray-bold h2, .panel.callout.gray-bold h3, .panel.callout.gray-bold h4, .panel.callout.gray-bold h5, .panel.callout.gray-bold h6, .panel.callout.gray-bold p {
  color: white;
}
.panel.callout.gray-bold > :first-child {
  margin-top: 0;
}
.panel.callout.gray-bold > :last-child {
  margin-bottom: 0;
}
.panel.callout.gray-bold h1, .panel.callout.gray-bold h2, .panel.callout.gray-bold h3, .panel.callout.gray-bold h4, .panel.callout.gray-bold h5, .panel.callout.gray-bold h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.gray-bold h1.subheader, .panel.callout.gray-bold h2.subheader, .panel.callout.gray-bold h3.subheader, .panel.callout.gray-bold h4.subheader, .panel.callout.gray-bold h5.subheader, .panel.callout.gray-bold h6.subheader {
  line-height: 1.4;
}
.panel.callout.gray-bold h1, .panel.callout.gray-bold h2, .panel.callout.gray-bold h3, .panel.callout.gray-bold h4, .panel.callout.gray-bold h5, .panel.callout.gray-bold h6, .panel.callout.gray-bold p {
  color: white !important;
}
.panel.callout.gray-smooth {
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #eeeeee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
}
.panel.callout.gray-smooth h1, .panel.callout.gray-smooth h2, .panel.callout.gray-smooth h3, .panel.callout.gray-smooth h4, .panel.callout.gray-smooth h5, .panel.callout.gray-smooth h6, .panel.callout.gray-smooth p {
  color: #333333;
}
.panel.callout.gray-smooth > :first-child {
  margin-top: 0;
}
.panel.callout.gray-smooth > :last-child {
  margin-bottom: 0;
}
.panel.callout.gray-smooth h1, .panel.callout.gray-smooth h2, .panel.callout.gray-smooth h3, .panel.callout.gray-smooth h4, .panel.callout.gray-smooth h5, .panel.callout.gray-smooth h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout.gray-smooth h1.subheader, .panel.callout.gray-smooth h2.subheader, .panel.callout.gray-smooth h3.subheader, .panel.callout.gray-smooth h4.subheader, .panel.callout.gray-smooth h5.subheader, .panel.callout.gray-smooth h6.subheader {
  line-height: 1.4;
}
.panel.callout.gray-smooth h1, .panel.callout.gray-smooth h2, .panel.callout.gray-smooth h3, .panel.callout.gray-smooth h4, .panel.callout.gray-smooth h5, .panel.callout.gray-smooth h6, .panel.callout.gray-smooth p {
  color: #000 !important;
}
.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: #3d7edb;
  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: #3d7edb;
}
.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: #3d7edb;
  padding: 0.1875em 0.5625em;
  cursor: "default";
  color: white;
}

[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;
}

/* Mobile View Handling */
@media only screen and (max-width: 48em) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned table td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
/* 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(61, 126, 219, 0.5);
  box-shadow: 0 0 6px 1px rgba(61, 126, 219, 0.5);
}
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.th {
  display: inline-block;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: normal;
  color: #3d7edb;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #1c4e96;
  color: #333333;
}
.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: #333333 !important;
  border-bottom: dotted 1px #1c4e96 !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;
  width: 100%;
  max-height: none;
  height: auto;
  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 Stack */
.serif {
  font-family: "Minion Pro", "Minion", "Georgia", "Times New Roman", "Times", serif;
}

.sans-serif {
  font-family: "Helvetica Neue 2", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* Branding */
.red, .red-text {
  color: #ea2839;
}

.red-bg {
  background: #ea2839;
}

.gray, .gray-text {
  color: #616365;
}

.gray-bg {
  background: #616365;
}

.blue, .blue-text {
  color: #3d7edb;
}

.blue-bg {
  background: #3d7edb;
}

.blue-mid, .blue-mid-text {
  color: #3366cc;
}

.blue-mid-bg {
  background: #3366cc;
}

.blue-navy, .blue-navy-text {
  color: #46628f;
}

.blue-navy-bg {
  background: #46628f;
}

.blue-dark, .blue-dark-text {
  color: #29446f;
}

.blue-dark-bg {
  background: #29446f;
}

.green, .green-text {
  color: #879637;
}

.green-bg {
  background: #879637;
}

.green-bright, .green-bright-text {
  color: #5da423;
}

.green-bright-bg {
  background: #5da423;
}

.green-light, .green-light-text {
  color: #8dc63f;
}

.green-light-bg {
  background: #8dc63f;
}

.yellow, .yellow-text {
  color: #ffc40d;
}

.yellow-bg {
  background: #ffc40d;
}

.orange, .orange-text {
  color: #ec7a08;
}

.orange-bg {
  background: #ec7a08;
}

.purple, .purple-text {
  color: #641f45;
}

.purple-bg {
  background: #641f45;
}

.pink, .pink-text {
  color: #c3325f;
}

.pink-bg {
  background: #c3325f;
}

.teal, .teal-text {
  color: #4e7c8c;
}

.teal-bg {
  background: #4e7c8c;
}

.coolgray3, .coolgray3-text {
  color: #c9cac8;
}

.coolgray3-bg {
  background: #c9cac8;
}

.tan, .tan-text {
  color: #dcd6b2;
}

.tan-bg {
  background: #dcd6b2;
}

.beige, .beige-text {
  color: #ecdebb;
}

.beige-bg {
  background: #ecdebb;
}

.black, .black-text {
  color: black;
}

.black-bg {
  background: black;
}

.white, .white-text {
  color: white;
}

.white-bg {
  background: white;
}

/* text overrides */
.red-text {
  color: #ea2839 !important;
}

.gray-text {
  color: #616365 !important;
}

.blue-text {
  color: #3d7edb !important;
}

.blue-mid-text {
  color: #3366cc !important;
}

.blue-navy-text {
  color: #46628f !important;
}

.blue-dark-text {
  color: #29446f !important;
}

.green-text {
  color: #879637 !important;
}

.green-bright-text {
  color: #5da423 !important;
}

.green-light-text {
  color: #8dc63f !important;
}

.yellow-text {
  color: #ffc40d !important;
}

.orange-text {
  color: #ec7a08 !important;
}

.purple-text {
  color: #641f45 !important;
}

.pink-text {
  color: #c3325f !important;
}

.teal-text {
  color: #4e7c8c !important;
}

.coolgray3-text {
  color: #c9cac8 !important;
}

.tan-text {
  color: #dcd6b2 !important;
}

.beige-text {
  color: #ecdebb !important;
}

.black-text {
  color: black !important;
}

.white-text {
  color: white !important;
}

/* System colors */
.primary {
  color: #3d7edb;
}

.primary-bg {
  background: #3d7edb;
}

.secondary {
  color: #e9e9e9;
}

.secondary-bg {
  background: #e9e9e9;
}

.alert {
  color: #c60f13;
}

.alert-bg {
  background: #c60f13;
}

.success {
  color: #5da423;
}

.success-bg {
  background: #5da423;
}

.detail {
  color: #ec7a08;
}

.detail-bg {
  background: #ec7a08;
}

/* Gray text helpers */
.gray-1 {
  color: #111111 !important;
}

.gray-2 {
  color: #222222 !important;
}

.gray-3 {
  color: #333333 !important;
}

.gray-4 {
  color: #444444 !important;
}

.gray-5 {
  color: #555555 !important;
}

.gray-6 {
  color: #666666 !important;
}

.gray-7 {
  color: #777777 !important;
}

.gray-8 {
  color: #888888 !important;
}

.gray-9 {
  color: #999999 !important;
}

.gray-a {
  color: #aaaaaa !important;
}

.gray-b {
  color: #bbbbbb !important;
}

.gray-c {
  color: #cccccc !important;
}

.gray-d {
  color: #dddddd !important;
}

.gray-e {
  color: #eeeeee !important;
}

/* <i> hook - like <span> element, but cleaner
   usage: <i class='red'>Hello</i> */
i {
  font-style: normal;
}

/* Headline <i> hook / add .detail color (ie: orange) without presentational classes
   usage: <h1>Hello, <i>World!</i></h1> */
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  color: #ec7a08;
  font-style: normal;
}

/* Headline .subtitle class - drops below headline in smaller font
   usage: <h1>Hello, World!
            <i class="subtitle">It's a small world after all.</i></h1> */
.subtitle {
  display: block;
  color: #888888;
  font-family: "Helvetica Neue 2", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 75%;
  line-height: 1.125em;
  font-weight: normal;
  margin-top: 0.3125em;
  margin-bottom: 0;
}
.serif .subtitle {
  font-size: 65%;
}

/* article headline wrapper */
.headline-wrapper {
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.headline-wrapper:before, .headline-wrapper:after {
  content: " ";
  display: table;
}
.headline-wrapper:after {
  clear: both;
}
.headline-wrapper .btn-list li {
  float: left;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 48em) {
  .headline-wrapper h1, .headline-wrapper h2, .headline-wrapper h3, .headline-wrapper h4, .headline-wrapper h5, .headline-wrapper h6 {
    float: left !important;
  }
  .headline-wrapper .btn-list {
    float: right !important;
    margin-bottom: 0 !important;
  }
}

/* Radius - $global-radius for all */
.radius {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -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;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -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;
}

.radius-top {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.radius-right {
  -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;
}

.radius-bottom {
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.radius-left {
  -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;
}

/* Round - $global-round for all */
.round {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-top-left-radius: 1000px;
  -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;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  -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;
}

.round-top {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-top-left-radius: 1000px;
}

.round-right {
  -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;
}

.round-bottom {
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
}

.round-left {
  -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;
}

/* No Radius - override inherited radius or round corners */
.no-corners {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* CSS3 Column Count - Screens that are at least 768px (48em) */
@media only screen and (min-width: 48em) {
  .column-count-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .column-count-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .column-count-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .column-count-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }

  .column-count-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }

  .column-count-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }

  .column-count-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
  }

  .column-count-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
  }

  .column-count-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
  }

  .column-count-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
  }

  .column-count-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
  }

  .column-count-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
  }
}
/* Handy inline classes */
.show {
  display: '';
}

.hide {
  display: none;
}

.floatleft, .float-left {
  float: left;
}

.floatright, .float-right {
  float: right;
}

.clear {
  clear: both !important;
}

.clearleft, .clear-left {
  clear: left !important;
}

.clearright, .clear-right {
  clear: right !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/* required */
.required {
  color: #c60f13;
  font-weight: bold;
  font-size: .8em;
}

/* icon font sizes (based on Font Awesome sizing) */
.icon-large {
  font-size: 133%;
  line-height: auto;
}

.icon-2x {
  font-size: 200%;
  line-height: auto;
}

.icon-3x {
  font-size: 300%;
  line-height: auto;
}

.icon-4x {
  font-size: 400%;
  line-height: auto;
}

/* padding - optional inner div.padding for fluid grid - instead of using "box-sizing: border-box;" (See below)
   A polyfill is in place for fixing border-box padding in old ie, but "box-sizing: border-box;" breaks the layout in most IDE's 
   by using an old school inner div approach, the design view is pretty good in Dreamweaver  */
.padding {
  padding: 15px;
  width: auto;
}

/* BOX-SIZING -- OPTIONAL:
   ================================================================ */
/* Uncomment and change "YOURSITE" url to the absolute path for your web site:
   box-sizing (ie: box-sizing: border-box) polyfill fix for ie6+7 
   !NOTE: path to HTC file must be relative to document, not CSS - use absolute path!
   !star hack is used so only ie6 and ie7 are affected
   !this does cause an additional performance hit to already lousy browsers
   see: github.com/Schepp/box-sizing-polyfill 

  *,
  *:before,
  *:after,
  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,
  form.custom .custom.dropdown.open.small ul,
  form.custom .custom.dropdown.open.medium ul,
  form.custom .custom.dropdown.open.large ul  {
    *behavior: url(/YOURSITE/assets/js/boxsizing.htc);
    }

*/
/* content wrappers */
#page,
#header,
#content,
#kudos,
#footer {
  *zoom: 1;
  clear: both;
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#page:before, #page:after,
#header:before,
#header:after,
#content:before,
#content:after,
#kudos:before,
#kudos:after,
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#page:after,
#header:after,
#content:after,
#kudos:after,
#footer:after {
  clear: both;
}

/* content containers */
#header .head,
#breadcrumbs,
#main,
#footer .foot {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
#header .head:before, #header .head:after,
#breadcrumbs:before,
#breadcrumbs:after,
#main:before,
#main:after,
#footer .foot:before,
#footer .foot:after {
  content: " ";
  display: table;
}
#header .head:after,
#breadcrumbs:after,
#main:after,
#footer .foot:after {
  clear: both;
}

/* relative positioning for responsive layout  */
.foot {
  position: relative;
}

/* Mobile Menu Fix - @mgcooper 4/25/2014 */
@media only screen and (min-width: 61.25em) {
  #content,
  #header .head {
    position: relative;
  }
}
/* some intitial IE handling */
.js .skip,
.title-area,
.back-link {
  *display: none;
  _display: none;
}

/* Header Region 
  ======================================== */
#header {
  background: white;
  /* Styles for screens that are at least 768px; */
  /* Styles for screens that are at least 768px; */
}
#header .head {
  padding: 0.5em;
}
#header a.branding {
  overflow: hidden;
  display: block;
  margin-bottom: 0.125em;
  float: left;
  color: #fff;
  width: 157px;
  height: 55px;
}
#header a.branding span {
  display: block;
  width: 157px;
  height: 75px;
  background-image: url("../img/logos/utmbhealth_logo.png");
}
.svg #header a.branding span {
  background-image: url("../img/logos/utmbhealth_logo.svg");
}
#header hgroup {
  clear: left;
  display: block;
  padding: .5em 0 0;
  border-top: 1px solid #eee;
}
#header hgroup h1, #header hgroup h2, #header hgroup h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
}
#header hgroup h2 {
  color: #616365;
  font-size: 1.5em;
}
#header hgroup h3 {
  color: #999;
  font-size: 1.15em;
  margin-top: 0.1875em;
}
@media only screen and (min-width: 48em) {
  #header {
    padding-bottom: 10px;
  }
  #header a.branding {
    width: 157px;
    height: 75px;
    margin-bottom: 0.4em;
    margin: 12px 0 0 0;
  }
  #header hgroup {
    clear: none;
    float: left !important;
    margin: 12px 0 0 20px;
    padding: 20px 0 12px 20px;
    border-left: 1px solid #eee;
    border-top: 0;
  }
  #header hgroup h3 {
    margin-top: 0.3125em;
  }
}
@media only screen and (min-width: 61.25em) {
  #header hgroup {
    max-width: 31.25em;
  }
}

/* Content Region 
  ======================================== */
#content {
  padding: 0 0.5em;
}
#content #breadcrumbs {
  color: #616365;
  line-height: normal;
  padding: .5em 0;
  *padding: 5px 0px 5px 0px !important;
  _padding: 5px 0px 5px 0px !important;
}
#content #breadcrumbs small {
  font-size: .7em;
}
#content #breadcrumbs small a {
  color: #616365;
  line-height: normal;
}
#content #breadcrumbs small.todays-date {
  display: none;
  float: right;
  padding-top: 2px;
  /* For screens that are at least 768px */
}
@media only screen and (min-width: 48em) {
  #content #breadcrumbs small.todays-date {
    display: block;
  }
}
#content #breadcrumbs small .sep {
  display: inline-block;
  padding: 0 .25em 0 .25em;
}
#content #main #article,
#content #main #aside,
#content p {
  color: #616365;
  font-size: 0.9375em;
  line-height: 1.5em;
}
#content #main {
  background: white;
}
#content #main #main-grid #aside {
  display: none;
}
.aside #content #main #main-grid #aside {
  display: block;
}
@media only screen and (min-width: 61.25em) {
  #content #main #main-grid {
    /* #article */
    /* #aside */
  }
  #content #main #main-grid #article {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    right: auto;
    top: 0;
  }
  #content #main #main-grid #article .padding {
    padding: 25px 30px 15px 30px;
  }
  .aside #content #main #main-grid #article {
    position: relative;
    display: inline;
    float: left;
    width: 72%;
    left: 0;
    right: auto;
    top: 0;
  }
  .aside #content #main #main-grid #article .padding {
    padding: 25px 30px 15px 30px;
  }
  .aside #content #main #main-grid #aside {
    position: relative;
    display: inline;
    float: left;
    width: 28%;
    left: 0;
    right: auto;
    top: 0;
  }
  .aside #content #main #main-grid #aside .padding {
    padding: 25px 15px 15px 15px;
  }
}
#content #main #kudos {
  clear: both;
  float: none;
  font-size: .65em;
  padding: 5px 0 8px 0;
  color: #999;
  text-align: center;
  border-top: 1px solid #eee;
}
#content #main #kudos a {
  color: #999;
}

/* Footer Region
  ======================================== */
#footer {
  color: #616365;
  padding: 0 0.5em;
  /* Styles for screens that are at least 768px; */
}
#footer .foot {
  padding: .75em .5em;
  line-height: normal;
  text-align: center;
}
#footer .foot a {
  color: #616365;
}
#footer .foot a:hover {
  color: #3d7edb;
}
#footer .foot .footer-links {
  font-size: .75em;
  margin-bottom: 0.3125em;
}
#footer .foot .footer-addy {
  font-size: .7em;
}
#footer .foot .footer-copy {
  font-size: .7em;
}
@media only screen and (min-width: 48em) {
  #footer .footer-links {
    float: right;
    display: inline;
    text-align: right;
    font-size: .7em;
    margin-bottom: 0 !important;
  }
  #footer .footer-addy {
    clear: right;
    float: right;
    text-align: right;
  }
  #footer .footer-copy {
    position: absolute;
    float: left;
    text-align: left;
    *top: 0;
    *left: 0;
    *padding: .75em .5em;
  }
}

/* Dummy class for firing Javascript based on CSS media query changes */
.css-mediaquery {
  position: static;
}

@media only screen and (min-width: 48em) {
  .css-mediaquery {
    position: relative;
  }
}
@media only screen and (min-width: 61.25em) {
  .css-mediaquery {
    position: absolute;
  }
}
/* Overrides
  ======================================== */
/* DO NOT use artboard - ie: no background color on #main */
.no-artboard #main {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none;
}

/* DO NOT use .padding class ie: #main-grid > #article > .padding - AND - #main-grid > #aside > .padding */
.no-padding .padding {
  padding: 0 !important;
}

/* SNAP grid-row() back to grid-row() (i.e. 1000px wide) - if [DEFAULT] overidden site wide */
body.snap #header .head,
body.snap #breadcrumbs,
body.snap #main,
body.snap .navigate-section,
body.snap .explore-section,
body.snap #footer .foot,
body.snap .row {
  max-width: 62.5em !important;
}

/* EXPAND grid-row() to Page (ie 100% of container) */
body.full #header .head,
body.full #breadcrumbs,
body.full #main,
body.full .navigate-section,
body.full .explore-section,
body.full #footer .foot,
body.full .row {
  max-width: 100% !important;
}

/* SNAP Page to grid-row() (i.e. 1000px wide) */
body.snap-page #page {
  max-width: 62.5em;
}

/* EXPAND #page wrapper to full width (i.e. 100% wide) - if [DEFAULT] overidden site wide */
body.full-page #page {
  max-width: 100% !important;
}

/* foundation icon fonts 2 - accessibility */
@font-face {
  font-family: "AccessibilityFoundicons";
  src: url("../fonts/foundation-2/accessibility_foundicons.eot");
  src: url("../fonts/foundation-2/accessibility_foundicons.eot?iefix") format("embedded-opentype"), url("../fonts/foundation-2/accessibility_foundicons.woff") format("woff"), url("../fonts/foundation-2/accessibility_foundicons.ttf") format("truetype"), url("../fonts/foundation-2/accessibility_foundicons.svg#AccessibilityFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.foundicon-wheelchair,
.foundicon-speaker,
.foundicon-fontsize,
.foundicon-eject,
.foundicon-view-mode,
.foundicon-eyeball,
.foundicon-asl,
.foundicon-person,
.foundicon-question,
.foundicon-adult,
.foundicon-child,
.foundicon-glasses,
.foundicon-cc,
.foundicon-blind,
.foundicon-braille,
.foundicon-iphone-home,
.foundicon-w3c,
.foundicon-css,
.foundicon-key,
.foundicon-hearing-impaired,
.foundicon-male,
.foundicon-female,
.foundicon-network,
.foundicon-guidedog,
.foundicon-universal-access,
.foundicon-elevator {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

.foundicon-wheelchair:before,
.foundicon-speaker:before,
.foundicon-fontsize:before,
.foundicon-eject:before,
.foundicon-view-mode:before,
.foundicon-eyeball:before,
.foundicon-asl:before,
.foundicon-person:before,
.foundicon-question:before,
.foundicon-adult:before,
.foundicon-child:before,
.foundicon-glasses:before,
.foundicon-cc:before,
.foundicon-blind:before,
.foundicon-braille:before,
.foundicon-iphone-home:before,
.foundicon-w3c:before,
.foundicon-css:before,
.foundicon-key:before,
.foundicon-hearing-impaired:before,
.foundicon-male:before,
.foundicon-female:before,
.foundicon-network:before,
.foundicon-guidedog:before,
.foundicon-universal-access:before,
.foundicon-elevator:before {
  font-family: "AccessibilityFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

.foundicon-wheelchair:before {
  content: "\f000";
}

.foundicon-speaker:before {
  content: "\f001";
}

.foundicon-fontsize:before {
  content: "\f002";
}

.foundicon-eject:before {
  content: "\f003";
}

.foundicon-view-mode:before {
  content: "\f004";
}

.foundicon-eyeball:before {
  content: "\f005";
}

.foundicon-asl:before {
  content: "\f006";
}

.foundicon-person:before {
  content: "\f007";
}

.foundicon-question:before {
  content: "\f008";
}

.foundicon-adult:before {
  content: "\f009";
}

.foundicon-child:before {
  content: "\f00a";
}

.foundicon-glasses:before {
  content: "\f00b";
}

.foundicon-cc:before {
  content: "\f00c";
}

.foundicon-blind:before {
  content: "\f00d";
}

.foundicon-braille:before {
  content: "\f00e";
}

.foundicon-iphone-home:before {
  content: "\f00f";
}

.foundicon-w3c:before {
  content: "\f010";
}

.foundicon-css:before {
  content: "\f011";
}

.foundicon-key:before {
  content: "\f012";
}

.foundicon-hearing-impaired:before {
  content: "\f013";
}

.foundicon-male:before {
  content: "\f014";
}

.foundicon-female:before {
  content: "\f015";
}

.foundicon-network:before {
  content: "\f016";
}

.foundicon-guidedog:before {
  content: "\f017";
}

.foundicon-universal-access:before {
  content: "\f018";
}

.foundicon-elevator:before {
  content: "\f019";
}

/*
.lt-ie9 {
  
  .foundicon-wheelchair {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf000;");
  }

  .foundicon-speaker {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf001;");
  }

  .foundicon-fontsize {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf002;");
  }

  .foundicon-eject {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf003;");
  }

  .foundicon-view-mode {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf004;");
  }

  .foundicon-eyeball {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf005;");
  }

  .foundicon-asl {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf006;");
  }

  .foundicon-person {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf007;");
  }

  .foundicon-question {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf008;");
  }

  .foundicon-adult {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf009;");
  }

  .foundicon-child {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00a;");
  }

  .foundicon-glasses {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00b;");
  }

  .foundicon-cc {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00c;");
  }

  .foundicon-blind {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00d;");
  }

  .foundicon-braille {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00e;");
  }

  .foundicon-iphone-home {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00f;");
  }

  .foundicon-w3c {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf010;");
  }

  .foundicon-css {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf011;");
  }

  .foundicon-key {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf012;");
  }

  .foundicon-hearing-impaired {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf013;");
  }

  .foundicon-male {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf014;");
  }

  .foundicon-female {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf015;");
  }

  .foundicon-network {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf016;");
  }

  .foundicon-guidedog {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf017;");
  }

  .foundicon-universal-access {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf018;");
  }

  .foundicon-elevator {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf019;");
  }
}
*/
.lt-ie9 .foundicon-wheelchair,
.lt-ie9 .foundicon-speaker,
.lt-ie9 .foundicon-fontsize,
.lt-ie9 .foundicon-eject,
.lt-ie9 .foundicon-view-mode,
.lt-ie9 .foundicon-eyeball,
.lt-ie9 .foundicon-asl,
.lt-ie9 .foundicon-person,
.lt-ie9 .foundicon-question,
.lt-ie9 .foundicon-adult,
.lt-ie9 .foundicon-child,
.lt-ie9 .foundicon-glasses,
.lt-ie9 .foundicon-cc,
.lt-ie9 .foundicon-blind,
.lt-ie9 .foundicon-braille,
.lt-ie9 .foundicon-iphone-home,
.lt-ie9 .foundicon-w3c,
.lt-ie9 .foundicon-css,
.lt-ie9 .foundicon-key,
.lt-ie9 .foundicon-hearing-impaired,
.lt-ie9 .foundicon-male,
.lt-ie9 .foundicon-female,
.lt-ie9 .foundicon-network,
.lt-ie9 .foundicon-guidedog,
.lt-ie9 .foundicon-universal-access,
.lt-ie9 .foundicon-elevator {
  display: none;
}

/* foundation icon fonts 2 - general */
@font-face {
  font-family: "GeneralFoundicons";
  src: url("../fonts/foundation-2/general_foundicons.eot");
  src: url("../fonts/foundation-2/general_foundicons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-2/general_foundicons.woff") format("woff"), url("../fonts/foundation-2/general_foundicons.ttf") format("truetype"), url("../fonts/foundation-2/general_foundicons.svg#GeneralFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles 
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "GeneralFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}*/
.foundicon-settings,
.foundicon-heart,
.foundicon-star,
.foundicon-plus,
.foundicon-minus,
.foundicon-checkmark,
.foundicon-remove,
.foundicon-mail,
.foundicon-calendar,
.foundicon-page,
.foundicon-tools,
.foundicon-globe,
.foundicon-home,
.foundicon-quote,
.foundicon-people,
.foundicon-monitor,
.foundicon-laptop,
.foundicon-phone,
.foundicon-cloud,
.foundicon-error,
.foundicon-right-arrow,
.foundicon-left-arrow,
.foundicon-up-arrow,
.foundicon-down-arrow,
.foundicon-trash,
.foundicon-add-doc,
.foundicon-edit,
.foundicon-lock,
.foundicon-unlock,
.foundicon-refresh,
.foundicon-paper-clip,
.foundicon-video,
.foundicon-photo,
.foundicon-graph,
.foundicon-idea,
.foundicon-mic,
.foundicon-cart,
.foundicon-address-book,
.foundicon-compass,
.foundicon-flag,
.foundicon-location,
.foundicon-clock,
.foundicon-folder,
.foundicon-inbox,
.foundicon-website,
.foundicon-smiley,
.foundicon-search {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

.foundicon-settings:before,
.foundicon-heart:before,
.foundicon-star:before,
.foundicon-plus:before,
.foundicon-minus:before,
.foundicon-checkmark:before,
.foundicon-remove:before,
.foundicon-mail:before,
.foundicon-calendar:before,
.foundicon-page:before,
.foundicon-tools:before,
.foundicon-globe:before,
.foundicon-home:before,
.foundicon-quote:before,
.foundicon-people:before,
.foundicon-monitor:before,
.foundicon-laptop:before,
.foundicon-phone:before,
.foundicon-cloud:before,
.foundicon-error:before,
.foundicon-right-arrow:before,
.foundicon-left-arrow:before,
.foundicon-up-arrow:before,
.foundicon-down-arrow:before,
.foundicon-trash:before,
.foundicon-add-doc:before,
.foundicon-edit:before,
.foundicon-lock:before,
.foundicon-unlock:before,
.foundicon-refresh:before,
.foundicon-paper-clip:before,
.foundicon-video:before,
.foundicon-photo:before,
.foundicon-graph:before,
.foundicon-idea:before,
.foundicon-mic:before,
.foundicon-cart:before,
.foundicon-address-book:before,
.foundicon-compass:before,
.foundicon-flag:before,
.foundicon-location:before,
.foundicon-clock:before,
.foundicon-folder:before,
.foundicon-inbox:before,
.foundicon-website:before,
.foundicon-smiley:before,
.foundicon-search:before {
  font-family: "GeneralFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

.foundicon-settings:before {
  content: "\f000";
}

.foundicon-heart:before {
  content: "\f001";
}

.foundicon-star:before {
  content: "\f002";
}

.foundicon-plus:before {
  content: "\f003";
}

.foundicon-minus:before {
  content: "\f004";
}

.foundicon-checkmark:before {
  content: "\f005";
}

.foundicon-remove:before {
  content: "\f006";
}

.foundicon-mail:before {
  content: "\f007";
}

.foundicon-calendar:before {
  content: "\f008";
}

.foundicon-page:before {
  content: "\f009";
}

.foundicon-tools:before {
  content: "\f00a";
}

.foundicon-globe:before {
  content: "\f00b";
}

.foundicon-home:before {
  content: "\f00c";
}

.foundicon-quote:before {
  content: "\f00d";
}

.foundicon-people:before {
  content: "\f00e";
}

.foundicon-monitor:before {
  content: "\f00f";
}

.foundicon-laptop:before {
  content: "\f010";
}

.foundicon-phone:before {
  content: "\f011";
}

.foundicon-cloud:before {
  content: "\f012";
}

.foundicon-error:before {
  content: "\f013";
}

.foundicon-right-arrow:before {
  content: "\f014";
}

.foundicon-left-arrow:before {
  content: "\f015";
}

.foundicon-up-arrow:before {
  content: "\f016";
}

.foundicon-down-arrow:before {
  content: "\f017";
}

.foundicon-trash:before {
  content: "\f018";
}

.foundicon-add-doc:before {
  content: "\f019";
}

.foundicon-edit:before {
  content: "\f01a";
}

.foundicon-lock:before {
  content: "\f01b";
}

.foundicon-unlock:before {
  content: "\f01c";
}

.foundicon-refresh:before {
  content: "\f01d";
}

.foundicon-paper-clip:before {
  content: "\f01e";
}

.foundicon-video:before {
  content: "\f01f";
}

.foundicon-photo:before {
  content: "\f020";
}

.foundicon-graph:before {
  content: "\f021";
}

.foundicon-idea:before {
  content: "\f022";
}

.foundicon-mic:before {
  content: "\f023";
}

.foundicon-cart:before {
  content: "\f024";
}

.foundicon-address-book:before {
  content: "\f025";
}

.foundicon-compass:before {
  content: "\f026";
}

.foundicon-flag:before {
  content: "\f027";
}

.foundicon-location:before {
  content: "\f028";
}

.foundicon-clock:before {
  content: "\f029";
}

.foundicon-folder:before {
  content: "\f02a";
}

.foundicon-inbox:before {
  content: "\f02b";
}

.foundicon-website:before {
  content: "\f02c";
}

.foundicon-smiley:before {
  content: "\f02d";
}

.foundicon-search:before {
  content: "\f02e";
}

/*
.lt-ie9 {
  
  .foundicon-settings {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf000;");
  }

  .foundicon-heart {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf001;");
  }

  .foundicon-star {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf002;");
  }

  .foundicon-plus {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf003;");
  }

  .foundicon-minus {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf004;");
  }

  .foundicon-checkmark {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf005;");
  }

  .foundicon-remove {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf006;");
  }

  .foundicon-mail {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf007;");
  }

  .foundicon-calendar {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf008;");
  }

  .foundicon-page {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf009;");
  }

  .foundicon-tools {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00a;");
  }

  .foundicon-globe {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00b;");
  }

  .foundicon-home {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00c;");
  }

  .foundicon-quote {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00d;");
  }

  .foundicon-people {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00e;");
  }

  .foundicon-monitor {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00f;");
  }

  .foundicon-laptop {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf010;");
  }

  .foundicon-phone {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf011;");
  }

  .foundicon-cloud {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf012;");
  }

  .foundicon-error {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf013;");
  }

  .foundicon-right-arrow {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf014;");
  }

  .foundicon-left-arrow {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf015;");
  }

  .foundicon-up-arrow {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf016;");
  }

  .foundicon-down-arrow {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf017;");
  }

  .foundicon-trash {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf018;");
  }

  .foundicon-add-doc {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf019;");
  }

  .foundicon-edit {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf01a;");
  }

  .foundicon-lock {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf01b;");
  }

  .foundicon-unlock {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf01c;");
  }

  .foundicon-refresh {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf01d;");
  }

  .foundicon-paper-clip {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf01e;");
  }

  .foundicon-video {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf01f;");
  }

  .foundicon-photo {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf020;");
  }

  .foundicon-graph {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf021;");
  }

  .foundicon-idea {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf022;");
  }

  .foundicon-mic {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf023;");
  }

  .foundicon-cart {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf024;");
  }

  .foundicon-address-book {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf025;");
  }

  .foundicon-compass {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf026;");
  }

  .foundicon-flag {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf027;");
  }

  .foundicon-location {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf028;");
  }

  .foundicon-clock {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf029;");
  }

  .foundicon-folder {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf02a;");
  }

  .foundicon-inbox {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf02b;");
  }

  .foundicon-website {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf02c;");
  }

  .foundicon-smiley {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf02d;");
  }

  .foundicon-search {
    *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf02e;");
  }
}
*/
.lt-ie9 .foundicon-settings,
.lt-ie9 .foundicon-heart,
.lt-ie9 .foundicon-star,
.lt-ie9 .foundicon-plus,
.lt-ie9 .foundicon-minus,
.lt-ie9 .foundicon-checkmark,
.lt-ie9 .foundicon-remove,
.lt-ie9 .foundicon-mail,
.lt-ie9 .foundicon-calendar,
.lt-ie9 .foundicon-page,
.lt-ie9 .foundicon-tools,
.lt-ie9 .foundicon-globe,
.lt-ie9 .foundicon-home,
.lt-ie9 .foundicon-quote,
.lt-ie9 .foundicon-people,
.lt-ie9 .foundicon-monitor,
.lt-ie9 .foundicon-laptop,
.lt-ie9 .foundicon-phone,
.lt-ie9 .foundicon-cloud,
.lt-ie9 .foundicon-error,
.lt-ie9 .foundicon-right-arrow,
.lt-ie9 .foundicon-left-arrow,
.lt-ie9 .foundicon-up-arrow,
.lt-ie9 .foundicon-down-arrow,
.lt-ie9 .foundicon-trash,
.lt-ie9 .foundicon-add-doc,
.lt-ie9 .foundicon-edit,
.lt-ie9 .foundicon-lock,
.lt-ie9 .foundicon-unlock,
.lt-ie9 .foundicon-refresh,
.lt-ie9 .foundicon-paper-clip,
.lt-ie9 .foundicon-video,
.lt-ie9 .foundicon-photo,
.lt-ie9 .foundicon-graph,
.lt-ie9 .foundicon-idea,
.lt-ie9 .foundicon-mic,
.lt-ie9 .foundicon-cart,
.lt-ie9 .foundicon-address-book,
.lt-ie9 .foundicon-compass,
.lt-ie9 .foundicon-flag,
.lt-ie9 .foundicon-location,
.lt-ie9 .foundicon-clock,
.lt-ie9 .foundicon-folder,
.lt-ie9 .foundicon-inbox,
.lt-ie9 .foundicon-website,
.lt-ie9 .foundicon-smiley,
.lt-ie9 .foundicon-search {
  display: none;
}

html {
  background: #dbd5cd;
}

body.utmb-light {
  background: #dbd5cd !important;
}
body.utmb-light #header {
  background: white;
}
@media only screen and (max-width: 47.99em) {
  body.utmb-light #header hgroup {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(238, 238, 238, 0)), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(-45deg, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    background: -o-linear-gradient(-45deg, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    background: -ms-linear-gradient(-45deg, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    background: linear-gradient(135deg, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeeee', endColorstr='#eeeeee',GradientType=1 );
  }
}
@media only screen and (min-width: 61.25em) {
  body.utmb-light #header hgroup {
    background: transparent;
  }
}
body.utmb-light #header hgroup h2 {
  color: #333333;
}
body.utmb-light #header hgroup h2 .accent {
  color: #111;
}
body.utmb-light #header hgroup h3 {
  color: #888888;
}
body.utmb-light #content {
  background: url(../img/themes/utmb-light/content-bg.jpg) 0 0 repeat-x;
}
body.utmb-light #breadcrumbs {
  color: #fff !important;
}
body.utmb-light #breadcrumbs a {
  color: #fff !important;
}
body.utmb-light #breadcrumbs .sep {
  color: Yellow;
}
body.utmb-light #main {
  background: #fff;
  min-height: 400px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px #777;
  -webkit-box-shadow: 0 0 5px #777;
  box-shadow: 0 0 5px #777;
}
@media only screen and (min-width: 61.25em) {
  body.utmb-light #explore {
    z-index: 90;
    background: #e0e0e0;
    background: #e0e0e0 \9  !important;
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(50%, #e8e8e8), color-stop(100%, #cfcfcf));
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    background: -o-linear-gradient(top, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    background: -ms-linear-gradient(top, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    background: linear-gradient(to bottom, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    -moz-box-shadow: 0px 4px 4px #666666;
    -webkit-box-shadow: 0px 4px 4px #666666;
    box-shadow: 0px 4px 4px #666666;
  }
  body.utmb-light #explore ul.nav-primary > li > a {
    color: #111111 !important;
  }
  body.utmb-light #explore ul.nav-primary > li > a:hover,
  body.utmb-light #explore ul.nav-primary > li:hover > a {
    color: #fff !important;
  }
}
@media only screen and (min-width: 61.25em) {
  body.nav-main.utmb-light #explore {
    -moz-box-shadow: 0px 2px 2px 0 #666666;
    -webkit-box-shadow: 0px 2px 2px 0 #666666;
    box-shadow: 0px 2px 2px 0 #666666;
  }
  body.nav-main.utmb-light #navigate {
    -moz-box-shadow: 0px 4px 4px #777;
    -webkit-box-shadow: 0px 4px 4px #777;
    box-shadow: 0px 4px 4px #777;
  }
  body.nav-top.utmb-light #navigate {
    -moz-box-shadow: 0px 2px 2px #777;
    -webkit-box-shadow: 0px 2px 2px #777;
    box-shadow: 0px 2px 2px #777;
  }
  body.nav-sub.utmb-light #navigate {
    -moz-box-shadow: 0px 2px 2px #777;
    -webkit-box-shadow: 0px 2px 2px #777;
    box-shadow: 0px 2px 2px #777;
  }
}
body.no-artboard #main, body.no-artboard #main {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none;
}

@media only screen and (max-width: 47.99em) {
  .ie9 body.utmb-light #header hgroup {
    filter: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .ie9 body.utmb-light #header hgroup {
    background: transparent;
  }
}
body.utmb-dark {
  background: #dbd5cd !important;
}
body.utmb-dark #header {
  background: #5b5b5b url(../img/themes/utmb-dark/header-bg.jpg) 0 0 repeat-x;
}
body.utmb-dark #header a.branding span {
  background-image: url("../img/logos/utmbhealth_logo_white.png");
}
.svg body.utmb-dark #header a.branding span {
  background-image: url("../img/logos/utmbhealth_logo_white.svg");
}
@media only screen and (max-width: 61.25em) {
  body.utmb-dark #header .skip ul li a {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 5px #222;
  }
  body.utmb-dark #header .skip ul li a.skip-nav-active-orig {
    border-color: #444;
  }
  body.utmb-dark #header .skip ul li a.skip-nav-active {
    border-color: #444;
  }
  body.utmb-dark #header .skip ul li.skip-navigate a {
    background-image: url("../img/nav/skip-nav-icons.png");
    background-repeat: none;
    background-position: 0px -40px;
  }
  body.utmb-dark #header .skip ul li.skip-navigate a.skip-nav-active {
    background-position: 0px -40px;
  }
  body.utmb-dark #header .skip ul li.skip-explore a {
    background-image: url("../img/nav/skip-nav-icons.png");
    background-repeat: none;
    background-position: -40px -40px;
  }
  body.utmb-dark #header .skip ul li.skip-explore a.skip-nav-active {
    background-position: -40px -40px;
  }
  body.utmb-dark #header .skip ul li.skip-search a {
    background-image: url("../img/nav/skip-nav-icons.png");
    background-repeat: none;
    background-position: -80px -40px;
  }
  body.utmb-dark #header .skip ul li.skip-search a.skip-nav-active {
    background-position: -80px -40px;
  }
  .svg body.utmb-dark #header .skip ul li.skip-navigate a {
    background: url(../img/nav/skip-nav-navigate-white.svg) left top no-repeat;
  }
  .svg body.utmb-dark #header .skip ul li.skip-navigate a.skip-nav-active {
    background: url(../img/nav/skip-nav-navigate-white.svg) left top no-repeat;
    background-color: #ec7a08;
  }
  .svg body.utmb-dark #header .skip ul li.skip-explore a {
    background: url(../img/nav/skip-nav-explore-white.svg) left top no-repeat;
  }
  .svg body.utmb-dark #header .skip ul li.skip-explore a.skip-nav-active {
    background: url(../img/nav/skip-nav-explore-white.svg) left top no-repeat;
    background-color: #ec7a08;
  }
  .svg body.utmb-dark #header .skip ul li.skip-search a {
    background: url(../img/nav/skip-nav-search-white.svg) left top no-repeat;
  }
  .svg body.utmb-dark #header .skip ul li.skip-search a.skip-nav-active {
    background: url(../img/nav/skip-nav-search-white.svg) left top no-repeat;
    background-color: #ec7a08;
  }
}
body.utmb-dark #header hgroup {
  border-top: 1px solid #777777;
}
@media only screen and (max-width: 47.99em) {
  body.utmb-dark #header hgroup {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzc3Nzc3IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgba(119, 119, 119, 0) 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(119, 119, 119, 0)), color-stop(100%, #222222));
    background: -webkit-linear-gradient(-45deg, rgba(119, 119, 119, 0) 0%, #222222 100%);
    background: -o-linear-gradient(-45deg, rgba(119, 119, 119, 0) 0%, #222222 100%);
    background: -ms-linear-gradient(-45deg, rgba(119, 119, 119, 0) 0%, #222222 100%);
    background: linear-gradient(135deg, rgba(119, 119, 119, 0) 0%, #222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00777777', endColorstr='#222222',GradientType=1 );
  }
}
body.utmb-dark #header hgroup h2 {
  color: white;
}
body.utmb-dark #header hgroup h3 {
  color: #cccccc;
}
body.utmb-dark #content {
  background: url(../img/themes/utmb-dark/content-bg.jpg) 0 0 repeat-x;
}
body.utmb-dark #breadcrumbs {
  color: white !important;
}
body.utmb-dark #breadcrumbs a {
  color: white !important;
}
body.utmb-dark #breadcrumbs .sep {
  color: yellow;
}
body.utmb-dark #main {
  background: #fff;
  min-height: 400px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px #777;
  -webkit-box-shadow: 0 0 5px #777;
  box-shadow: 0 0 5px #777;
}
@media only screen and (min-width: 48em) {
  body.utmb-dark hgroup {
    border-left: 1px solid #777 !important;
    border-top: 0 !important;
  }
}
@media only screen and (min-width: 61.25em) {
  body.utmb-dark #explore {
    z-index: 90;
    background: #e0e0e0;
    background: #e0e0e0 \9  !important;
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(50%, #e8e8e8), color-stop(100%, #cfcfcf));
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    background: -o-linear-gradient(top, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    background: -ms-linear-gradient(top, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    background: linear-gradient(to bottom, #e0e0e0 0%, #e8e8e8 50%, #cfcfcf 100%);
    /**/
    -moz-box-shadow: 0px 4px 4px #666666;
    -webkit-box-shadow: 0px 4px 4px #666666;
    box-shadow: 0px 4px 4px #666666;
  }
  body.utmb-dark #explore ul.nav-primary > li > a {
    color: #222 !important;
  }
  body.utmb-dark #explore ul.nav-primary > li > a:hover,
  body.utmb-dark #explore ul.nav-primary > li:hover > a {
    color: #fff !important;
  }
  body.utmb-dark #search {
    width: 280px;
    position: absolute;
    top: 40px;
    right: 25px;
  }
  body.utmb-dark #search .search-section {
    padding: 0px !important;
    margin: 0px !important;
    width: auto;
  }
  body.utmb-dark #search .search-section .search-form {
    width: 100%;
    margin: 0;
    max-width: 62.5em;
    *zoom: 1;
  }
  body.utmb-dark #search .search-section .search-form:before, body.utmb-dark #search .search-section .search-form:after {
    content: " ";
    display: table;
  }
  body.utmb-dark #search .search-section .search-form:after {
    clear: both;
  }
  body.utmb-dark #search .search-section .search-form .search-field {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    float: left;
  }
  body.utmb-dark #search .search-section .search-form .search-field input {
    border-color: #555;
  }
  body.utmb-dark #search .search-section .search-form .search-button {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
  }
  body.utmb-dark #search .search-section .search-form .search-button input,
  body.utmb-dark #search .search-section .search-form .search-button button {
    margin-top: 0px;
    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.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
    background-color: #555555;
    border-color: #3b3b3b;
    color: white;
    -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;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-weight: normal;
    font-size: 0.8em;
    height: 2.5em;
    line-height: 2.5em;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.utmb-dark #search .search-section .search-form .search-button input:hover, body.utmb-dark #search .search-section .search-form .search-button input:focus,
  body.utmb-dark #search .search-section .search-form .search-button button:hover,
  body.utmb-dark #search .search-section .search-form .search-button button:focus {
    background-color: #3b3b3b;
  }
  body.utmb-dark #search .search-section .search-form .search-button input:hover, body.utmb-dark #search .search-section .search-form .search-button input:focus,
  body.utmb-dark #search .search-section .search-form .search-button button:hover,
  body.utmb-dark #search .search-section .search-form .search-button button:focus {
    color: white;
  }
  body.utmb-dark #search .search-section .search-options {
    *zoom: 1;
    position: relative;
    top: -16px;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    line-height: normal;
    background: #444444;
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 100%);
    *background: transparent !important;
    _background: transparent !important;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  body.utmb-dark #search .search-section .search-options:before, body.utmb-dark #search .search-section .search-options:after {
    content: " ";
    display: table;
  }
  body.utmb-dark #search .search-section .search-options:after {
    clear: both;
  }
  body.utmb-dark #search .search-section .search-options a {
    position: absolute;
    top: -26px;
    left: 285px;
    display: block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    background: url(../img/nav/options-toggle.png) top left no-repeat;
    *display: none !important;
    _display: none !important;
  }
  body.utmb-dark #search .search-section .search-options a.search-options-collpase {
    background-position: bottom left;
  }
  body.utmb-dark #search .search-section .search-options .search-options-toggle {
    display: none;
    *display: block !important;
    _display: block !important;
  }
  body.utmb-dark #search .search-section .search-options .search-options-toggle input {
    float: left;
    display: block;
    margin: 7px 0 7px 7px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 0.75em;
  }
  body.utmb-dark #search .search-section .search-options .search-options-toggle label {
    float: left;
    display: block;
    margin: 7px 7px 7px 7px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 0.7em;
    color: #ccc;
  }
  body.utmb-dark #search .search-section .search-options .search-options-toggle label.search-options-active {
    font-weight: bold !important;
    color: #ec7a08;
  }
}
@media only screen and (min-width: 61.25em) {
  body.nav-main.utmb-dark #explore {
    -moz-box-shadow: 0px 2px 2px 0 #666666;
    -webkit-box-shadow: 0px 2px 2px 0 #666666;
    box-shadow: 0px 2px 2px 0 #666666;
  }
  body.nav-main.utmb-dark #navigate {
    -moz-box-shadow: 0px 4px 4px #777;
    -webkit-box-shadow: 0px 4px 4px #777;
    box-shadow: 0px 4px 4px #777;
  }
  body.nav-top.utmb-dark #navigate {
    -moz-box-shadow: 0px 2px 2px #777;
    -webkit-box-shadow: 0px 2px 2px #777;
    box-shadow: 0px 2px 2px #777;
  }
}
body.no-artboard #main, body.no-artboard #main {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none;
}

@media only screen and (max-width: 47.99em) {
  .ie9 body.utmb-dark #header hgroup {
    filter: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .ie9 body.utmb-dark #header hgroup {
    background: transparent;
  }
}
/* Skip Navigation - mobile buttons */
/* tyles for screens that are less than 980px */
.skip {
  display: none;
}

@media only screen and (max-width: 61.25em) {
  .skip {
    display: block;
  }
  .skip ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 0 0;
    display: block;
    float: right;
  }
  .skip ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .skip ul li a {
    margin: 0 0 0 4px;
    padding: 0;
    display: block !important;
    height: 40px !important;
    width: 40px !important;
    font-size: 0.7em;
    text-indent: -9999px !important;
    line-height: 1;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
  }
  .skip ul li a.skip-nav-active-orig {
    border-color: rgba(82, 168, 236, 0.6);
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  }
  .skip ul li a.skip-nav-active {
    border-color: rgba(82, 168, 236, 0.6);
    outline: 0 !important;
    background-color: #ec7a08;
    -webkit-box-shadow: inset 0 0 5px #a75402;
    -moz-box-shadow: inset 0 0 5px #a75402;
    box-shadow: inset 0 0 5px #a75402;
  }
  .skip ul li.skip-navigate a {
    background-image: url("../img/nav/skip-nav-icons.png");
    background-repeat: none;
    background-position: 0px 0px;
  }
  .skip ul li.skip-navigate a.skip-nav-active {
    background-position: 0px -40px;
  }
  .skip ul li.skip-explore a {
    background-image: url("../img/nav/skip-nav-icons.png");
    background-repeat: none;
    background-position: -40px 0px;
  }
  .skip ul li.skip-explore a.skip-nav-active {
    background-position: -40px -40px;
  }
  .skip ul li.skip-search a {
    background-image: url("../img/nav/skip-nav-icons.png");
    background-repeat: none;
    background-position: -80px 0px;
  }
  .skip ul li.skip-search a.skip-nav-active {
    background-position: -80px -40px;
  }
  .svg .skip ul li.skip-navigate a {
    background: url(../img/nav/skip-nav-navigate.svg) left top no-repeat;
  }
  .svg .skip ul li.skip-navigate a.skip-nav-active {
    background: url(../img/nav/skip-nav-navigate-white.svg) left top no-repeat;
    background-color: #ec7a08;
  }
  .svg .skip ul li.skip-explore a {
    background: url(../img/nav/skip-nav-explore.svg) left top no-repeat;
  }
  .svg .skip ul li.skip-explore a.skip-nav-active {
    background: url(../img/nav/skip-nav-explore-white.svg) left top no-repeat;
    background-color: #ec7a08;
  }
  .svg .skip ul li.skip-search a {
    background: url(../img/nav/skip-nav-search.svg) left top no-repeat;
  }
  .svg .skip ul li.skip-search a.skip-nav-active {
    background: url(../img/nav/skip-nav-search-white.svg) left top no-repeat;
    background-color: #ec7a08;
  }
}
@media only screen and (min-width: 61.25em) {
  .js .skip {
    display: none;
  }
}
/* "Mobile First" Navigation */
/* #navigate + #explore - Styles for screens that are less than 980px (61.25em) */
/*@mixin mobile-button-base($style:true, $display:$button-display) {
  @if $style {
    border-style: $button-border-style;
    border-width: $button-border-width;
    cursor: $cursor-pointer-value;
    font-family: $button-font-family;
    font-weight: $button-font-weight;
    line-height: 1;
    margin: 0 0 $button-margin-bottom;
    position: relative;
    text-decoration: none;
    text-align: $button-font-align;
  }
  @if $display { display: $display; }
}*/
#navigate h3,
#explore h3,
#search h3 {
  display: none;
}

ul.title-area,
li.name {
  display: none !important;
}

/**/
@media only screen and (max-width: 61.249em) {
  #navigate {
    overflow: hidden;
    height: 0px;
    position: absolute;
    top: 3.875em !important;
    left: 0;
    width: 100%;
    background: #111;
    z-index: 90;
    display: block !important;
  }
  #navigate h3 {
    display: block;
    color: white;
    font-size: 0.75em;
    font-weight: bold;
    background: #ec7a08;
    margin: 0;
    padding: 0.75em;
    text-align: right;
    line-height: 1;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 2px solid #ea2839;
  }
  #navigate ul.back-link li a {
    color: #ecdebb;
  }
  #navigate ul {
    margin: 0;
    margin-bottom: 0;
    list-style: none;
  }
  #navigate ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigate ul li a {
    padding: 12px 6px 12px 12px;
    display: block;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid #111;
  }
  #navigate ul li a:hover {
    background-color: #000;
  }
  #navigate .row {
    max-width: none;
  }
  #navigate form,
  #navigate input {
    margin-bottom: 0;
  }
  #navigate input {
    height: 2.45em;
  }
  #navigate input[type='text'],
  #navigate input[type='number'],
  #navigate textarea {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
  #navigate .button {
    margin-bottom: 0;
  }
  #navigate .title-area {
    position: relative;
    margin: 0;
    display: none;
  }
  #navigate .name {
    height: 0;
    margin: 0;
    font-size: 16px;
  }
  #navigate .name h1 {
    line-height: 0;
    font-size: 1.0625em;
    margin: 0;
  }
  #navigate .name h1 a {
    font-weight: bold;
    color: white;
    width: 50%;
    display: block;
    padding: 0 15px;
  }
  #navigate.expanded {
    height: 100%;
    bottom: -100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: 500ms ease-in;
    -moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
  }

  .navigate-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
  }
  .navigate-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333333;
    font-size: 16px;
    margin: 0;
  }
  .navigate-section .divider,
  .navigate-section [role="separator"] {
    border-bottom: solid 1px #4d4d4d;
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
  }
  .navigate-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-color: #333333;
  }
  .navigate-section ul li > a.hover {
    background-color: #000;
  }
  .navigate-section ul li.active > a {
    background-color: #000;
  }
  .navigate-section .has-form {
    padding: 15px;
  }
  .navigate-section .has-dropdown {
    position: relative;
  }
  .navigate-section .has-dropdown > a {
    background-image: url(../img/nav/nav-icon-arrow-white.png);
    background-position: 98% center;
    background-repeat: no-repeat;
  }
  .navigate-section .has-dropdown > a:hover, .navigate-section .has-dropdown > a:active {
    background-color: #000;
  }
  .navigate-section .has-dropdown.moved {
    position: static;
  }
  .navigate-section .has-dropdown.moved > .dropdown {
    visibility: visible;
  }
  .navigate-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99;
    width: 100%;
  }
  .navigate-section .dropdown li {
    width: 100%;
  }
  .navigate-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px;
  }
  .navigate-section .dropdown li a.nav-title {
    font-weight: bold !important;
    color: #EC7A08 !important;
  }
  .navigate-section .dropdown li.title h5 {
    margin-bottom: 0;
  }
  .navigate-section .dropdown li.title h5 a {
    color: #999;
    background: #111111;
    font-size: 0.725em;
    line-height: 22.5px;
    display: block;
  }
  .navigate-section .dropdown li.no-link a, .navigate-section .dropdown li.no-link a:hover {
    text-decoration: none;
    cursor: default;
  }
  .navigate-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    font-size: 0.625em;
  }

  #explore {
    overflow: hidden;
    height: 0px;
    position: absolute;
    top: 3.875em !important;
    left: 0;
    width: 100%;
    background: #111;
    z-index: 90;
    display: block !important;
  }
  #explore h3 {
    display: block;
    color: white;
    font-size: 0.75em;
    font-weight: bold;
    background: #ec7a08;
    margin: 0;
    padding: 0.75em;
    text-align: right;
    line-height: 1;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 2px solid #ea2839;
  }
  #explore ul.back-link li a {
    color: #ecdebb;
  }
  #explore ul {
    margin: 0;
    margin-bottom: 0;
    list-style: none;
  }
  #explore ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #explore ul li a {
    padding: 12px 6px 12px 12px;
    display: block;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid #111;
  }
  #explore ul li a:hover {
    background-color: #000;
  }
  #explore .row {
    max-width: none;
  }
  #explore form,
  #explore input {
    margin-bottom: 0;
  }
  #explore input {
    height: 2.45em;
  }
  #explore input[type='text'],
  #explore input[type='number'],
  #explore textarea {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
  #explore .button {
    margin-bottom: 0;
  }
  #explore .title-area {
    position: relative;
    margin: 0;
    display: none;
  }
  #explore .name {
    height: 0;
    margin: 0;
    font-size: 16px;
  }
  #explore .name h1 {
    line-height: 0;
    font-size: 1.0625em;
    margin: 0;
  }
  #explore .name h1 a {
    font-weight: bold;
    color: white;
    width: 50%;
    display: block;
    padding: 0 15px;
  }
  #explore.expanded {
    height: 100%;
    bottom: -100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: 500ms ease-in;
    -moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
  }

  .explore-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
  }
  .explore-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333333;
    font-size: 16px;
    margin: 0;
  }
  .explore-section .divider,
  .explore-section [role="separator"] {
    border-bottom: solid 1px #4d4d4d;
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
  }
  .explore-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-color: #333333;
  }
  .explore-section ul li > a.hover {
    background-color: #000;
  }
  .explore-section ul li.active > a {
    background-color: #000;
  }
  .explore-section .has-form {
    padding: 15px;
  }
  .explore-section .has-dropdown {
    position: relative;
  }
  .explore-section .has-dropdown > a {
    background-image: url(../img/nav/nav-icon-arrow-white.png);
    background-position: 98% center;
    background-repeat: no-repeat;
  }
  .explore-section .has-dropdown > a:hover, .explore-section .has-dropdown > a:active {
    background-color: #000;
  }
  .explore-section .has-dropdown.moved {
    position: static;
  }
  .explore-section .has-dropdown.moved > .dropdown {
    visibility: visible;
  }
  .explore-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99;
    width: 100%;
  }
  .explore-section .dropdown li {
    width: 100%;
  }
  .explore-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px;
  }
  .explore-section .dropdown li a.nav-title {
    font-weight: bold !important;
    color: #EC7A08 !important;
  }
  .explore-section .dropdown li.title h5 {
    margin-bottom: 0;
  }
  .explore-section .dropdown li.title h5 a {
    color: #999;
    background: #111111;
    font-size: 0.725em;
    line-height: 22.5px;
    display: block;
  }
  .explore-section .dropdown li.no-link a, .explore-section .dropdown li.no-link a:hover {
    text-decoration: none;
    cursor: default;
  }
  .explore-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    font-size: 0.625em;
  }

  #search {
    overflow: hidden;
    height: 0px;
    position: absolute;
    top: 3.875em !important;
    left: 0;
    width: 100%;
    background: #111;
    z-index: 90;
    display: block !important;
  }
  #search h3 {
    display: block;
    color: white;
    font-size: 0.75em;
    font-weight: bold;
    background: #ec7a08;
    margin: 0;
    padding: 0.75em;
    text-align: right;
    line-height: 1;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 2px solid #ea2839;
  }
  #search ul.back-link li a {
    color: #ecdebb;
  }
  #search ul {
    margin: 0;
    margin-bottom: 0;
    list-style: none;
  }
  #search ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #search ul li a {
    padding: 12px 6px 12px 12px;
    display: block;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid #111;
  }
  #search ul li a:hover {
    background-color: #000;
  }
  #search .row {
    max-width: none;
  }
  #search form,
  #search input {
    margin-bottom: 0;
  }
  #search input {
    height: 2.45em;
  }
  #search input[type='text'],
  #search input[type='number'],
  #search textarea {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
  #search .button {
    margin-bottom: 0;
  }
  #search .title-area {
    position: relative;
    margin: 0;
    display: none;
  }
  #search .name {
    height: 0;
    margin: 0;
    font-size: 16px;
  }
  #search .name h1 {
    line-height: 0;
    font-size: 1.0625em;
    margin: 0;
  }
  #search .name h1 a {
    font-weight: bold;
    color: white;
    width: 50%;
    display: block;
    padding: 0 15px;
  }
  #search.expanded {
    height: 100%;
    bottom: -100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: 500ms ease-in;
    -moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
  }

  .search-section {
    padding: 10px !important;
    background: #111111;
  }

  .nav-spacer {
    display: none !important;
  }

  .navigate-js-breakpoint {
    width: 61.25em !important;
    visibility: hidden;
  }

  .explore-js-breakpoint {
    width: 61.25em !important;
    visibility: hidden;
  }

  .search-js-breakpoint {
    width: 61.25em !important;
    visibility: hidden;
  }

  .js-breakpoint {
    width: 61.25em !important;
    visibility: hidden;
  }

  .js-generated {
    display: block;
  }
}
/* Drop mobile menu down for larger header while in tablet view
	 Tablet 768px (ie 48em) - Desktop 980px (61.25em) */
@media only screen and (min-width: 48em) and (max-width: 61.249em) {
  #explore,
  #navigate,
  #search {
    top: 7.5em !important;
  }
}
/* Styles for screens that are at least 980px; */
@media only screen and (min-width: 61.25em) {
  #navigate {
    display: none;
  }
  #navigate h3 {
    display: none !important;
  }
  #navigate ul.title-area {
    display: none !important;
  }
  #navigate li.name {
    display: none !important;
  }
  #navigate ul.back-link {
    display: none !important;
  }
}
/* Styles for screens that are at least 980px; */
@media only screen and (min-width: 61.25em) {
  /* - Side Nav (body.nav-side) - vertical - works with .main-grid as left column */
  .nav-side #navigate h3 {
    display: none !important;
  }
  .nav-side #navigate ul.title-area {
    display: none !important;
  }
  .nav-side #navigate ul.title-area li.name {
    display: none !important;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary {
    margin: 15px;
    width: auto;
    position: relative;
    line-height: normal;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li a {
    display: block;
    margin: 0;
    padding: 0.65em 1.2em 0.65em 0.8em;
    color: #222222;
    font-size: 0.85em;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    border-top: 1px solid #eeeeee;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li a:hover {
    color: white;
    background: black;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li a.current {
    color: white;
    background: #555555;
    font-size: 0.85em;
    font-weight: normal;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li:first-child a {
    border: 0;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown {
    margin: 0;
    padding: 0;
    width: auto;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul {
    margin: 0;
    width: auto;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li a {
    display: block;
    margin: 0;
    padding: 0.65em 1.2em 0.65em 0.8em;
    border-top: 1px solid #dddddd;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-weight: normal;
    background: #eeeeee;
    font-size: 0.8em;
    font-weight: normal;
    color: #222222;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li a.current {
    color: white;
    background: black;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li a:hover {
    color: white;
    background: black;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li:hover a {
    color: white;
    background: black;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown a {
    background: #eeeeee url(../img/nav/nav-icon-arrow-gray.png) no-repeat 100% center;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown a:hover {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover a {
    color: white;
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown .dropdown {
    position: absolute;
    left: -9999px;
    width: 180px;
    border: 0;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown {
    display: block;
    margin-top: -33px;
    left: 100%;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li a {
    font-size: 0.8em;
    font-weight: normal;
    color: white;
    background: #333333;
    border-top: 0;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li a:hover {
    color: white;
    background: black;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li:first-child a {
    border-top: 1px solid #222222;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li:hover a {
    color: white;
    background: black;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown a {
    background: #333333 url(../img/nav/nav-icon-arrow-gray.png) no-repeat 100% center;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown a:hover {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover a {
    color: white;
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown .dropdown {
    position: absolute;
    left: -9999px;
    width: 180px;
    border: 0;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover .dropdown {
    left: 100%;
    margin-top: -34px;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover .dropdown ul li a {
    color: white;
    background: #333333;
    font-size: 0.8em;
    border-top: 0;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover .dropdown ul li a:hover {
    color: white;
    background: black;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover .dropdown ul li:first-child a {
    border-top: 1px solid #222222;
  }
  .nav-side #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul.back-link {
    display: none !important;
  }
  .nav-side.nav-accordion .dropdown {
    display: none;
  }

  .nav-side #main-grid #article {
    position: relative;
    display: inline;
    float: left;
    width: 77% !important;
    left: 23% !important;
    right: auto;
    top: 0;
  }
  .nav-side #main-grid #article .padding {
    padding: 25px 30px 15px 30px;
  }
  .nav-side #main-grid #aside {
    display: none;
  }
  .nav-side #main-grid #navigate {
    background: transparent;
    position: relative;
    display: inline;
    float: left;
    width: 23% !important;
    right: 77% !important;
    left: auto;
    top: 0;
  }

  .nav-side.aside #main-grid #article {
    position: relative;
    display: inline;
    float: left;
    width: 52% !important;
    left: 23% !important;
    right: auto;
    top: 0;
  }
  .nav-side.aside #main-grid #article .padding {
    padding: 15px;
  }
  .nav-side.aside #main-grid #aside {
    position: relative;
    display: inline;
    float: left;
    width: 25% !important;
    left: 23% !important;
    right: auto;
    top: 0;
  }
  .nav-side.aside #main-grid #aside .padding {
    padding: 15px;
  }
  .nav-side.aside #main-grid #navigate {
    background: transparent;
    position: relative;
    display: inline;
    float: left;
    width: 23% !important;
    right: 77% !important;
    left: auto;
    top: 0;
  }
}
/* Styles for screens that are at least 980px; */
@media only screen and (min-width: 61.25em) {
  /* - Right Side Nav (body.nav-side-right) - vertical - works with .main-grid as right column */
  .nav-side-right #navigate h3 {
    display: none !important;
  }
  .nav-side-right #navigate ul.title-area {
    display: none !important;
  }
  .nav-side-right #navigate ul.title-area li.name {
    display: none;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary {
    margin: 15px;
    width: auto;
    position: relative;
    line-height: normal;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li a {
    display: block;
    margin: 0;
    padding: 0.65em 1.2em 0.65em 0.8em;
    color: #222222;
    font-size: 0.85em;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    border-top: 1px solid #eeeeee;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li a:hover {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li a.current {
    color: white;
    background: #555555;
    font-size: 0.85em;
    font-weight: normal;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li:first-child a {
    border: 0;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown {
    margin: 0;
    padding: 0;
    width: auto;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul {
    margin: 0;
    width: auto;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li a {
    display: block;
    margin: 0;
    padding: 0.65em 1.2em 0.65em 0.8em;
    border-top: 1px solid #dddddd;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-weight: normal;
    background: #eeeeee;
    font-size: 0.8em;
    font-weight: normal;
    color: #222222;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li a.current {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li a:hover {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li:hover a {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown a {
    background: #eeeeee;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown a:hover {
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover a {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown .dropdown {
    position: absolute;
    right: -9999px;
    width: 180px;
    border: 0;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover {
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown {
    display: block;
    margin-top: -33px;
    right: 100%;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li a {
    font-size: 0.8em;
    font-weight: normal;
    color: white;
    background: #333333;
    border-top: 0;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li a:hover {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li:first-child a {
    border-top: 1px solid #222222;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li:hover a {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown a {
    background: #333333;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown a:hover {
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover a {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown .dropdown {
    position: absolute;
    right: -9999px;
    width: 180px;
    border: 0;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover {
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover .dropdown {
    right: 100%;
    margin-top: -34px;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover .dropdown ul li a {
    color: white;
    background: #333333;
    font-size: 0.8em;
    border-top: 0;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover .dropdown ul li a:hover {
    color: white;
    background: black;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul li.has-dropdown:hover .dropdown ul li.has-dropdown:hover .dropdown ul li:first-child a {
    border-top: 1px solid #222222;
  }
  .nav-side-right #navigate .navigate-section ul.nav-secondary li.has-dropdown .dropdown ul.back-link {
    display: none !important;
  }
  .nav-side-right.nav-accordion .dropdown {
    display: none;
  }

  .nav-side-right #main-grid #article {
    position: relative;
    display: inline;
    float: left;
    width: 77% !important;
    left: auto;
    right: auto;
    top: 0;
  }
  .nav-side-right #main-grid #article .padding {
    padding: 25px 30px 15px 30px;
  }
  .nav-side-right #main-grid #aside {
    display: none;
  }
  .nav-side-right #main-grid #navigate {
    background: transparent;
    position: relative;
    display: inline;
    float: left;
    width: 23% !important;
    right: auto;
    left: auto;
    top: 0;
  }

  .nav-side-right.aside #main-grid #article {
    position: relative;
    display: inline;
    float: left;
    width: 52% !important;
    left: 25% !important;
    right: auto;
    top: 0;
  }
  .nav-side-right.aside #main-grid #article .padding {
    padding: 15px;
  }
  .nav-side-right.aside #main-grid #aside {
    position: relative;
    display: inline;
    float: left;
    width: 25% !important;
    left: -52% !important;
    right: auto;
    top: 0;
  }
  .nav-side-right.aside #main-grid #aside .padding {
    padding: 15px;
  }
  .nav-side-right.aside #main-grid #navigate {
    background: transparent;
    position: relative;
    display: inline;
    float: left;
    width: 23% !important;
    right: auto;
    left: auto;
    top: 0;
  }
}
/* Styles for screens that are at least 980px; */
@media only screen and (min-width: 61.25em) {
  .nav-sub #content {
    padding-top: 60px;
  }

  .exp-mega.nav-sub #content,
  .exp-dropdown.nav-sub #content {
    padding-top: 101px;
  }

  .nav-sub #navigate,
  .nav-sub #navigate {
    position: absolute;
    z-index: 89;
    top: 0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .exp-mega.nav-sub #navigate,
  .exp-dropdown.nav-sub #navigate {
    top: 41px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .nav-sub #navigate {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1;
    height: 60px;
    background-color: #444444 !important;
  }
  .nav-sub #navigate:before, .nav-sub #navigate:after {
    content: " ";
    display: table;
  }
  .nav-sub #navigate:after {
    clear: both;
  }
  .nav-sub #navigate h3 {
    display: none !important;
  }
  .nav-sub #navigate ul.back-link {
    display: none !important;
  }
  .nav-sub #navigate ul.title-area {
    display: none !important;
  }
  .nav-sub #navigate ul.title-area li.name {
    display: none;
  }
  .nav-sub #navigate ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  .nav-sub #navigate ul > li {
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .nav-sub #navigate ul > li > a {
    display: block;
    background: transparent;
    border-top: 0;
    border-right: 1px solid #333333;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    padding: 0px 20px 0px 20px;
    color: white;
    line-height: 60px;
    height: 60px;
    font-weight: normal;
    font-size: 0.9375em;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-sub #navigate ul > li > a:hover {
    color: white;
    background: #ea2839;
    text-decoration: none;
  }
  .nav-sub #navigate ul > li:hover > a {
    color: white;
    background: #ea2839;
  }
  .nav-sub #navigate ul > li.current > a {
    color: white;
    background: #ec7a08;
    text-decoration: none;
  }

  .nav-sub #navigate ul > li .dropdown {
    position: absolute;
    left: -9999px;
    width: 200px;
    margin: 0;
    padding: 0;
  }
  .nav-sub #navigate ul > li:hover .dropdown {
    left: 0;
    top: 60px;
    border: 0;
  }
  .nav-sub #navigate ul .dropdown ul {
    margin: 0;
    width: auto;
    float: none;
  }
  .nav-sub #navigate ul .dropdown ul li > a {
    float: none;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    height: auto !important;
    line-height: normal !important;
    margin: 0;
    padding: 0.7em 1.125em !important;
    font-size: 75%;
    width: 200px;
    background: #333333;
    color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-sub #navigate ul .dropdown ul li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-sub #navigate ul .dropdown ul li > a:hover,
  .nav-sub #navigate ul .dropdown ul li:hover > a {
    color: white;
    background: black;
  }
  .nav-sub #navigate ul .dropdown ul li.has-dropdown a {
    background: #333333 url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-sub #navigate ul .dropdown ul li.has-dropdown a:hover,
  .nav-sub #navigate ul .dropdown ul li.has-dropdown:hover > a {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }

  .nav-sub #navigate ul li .dropdown ul li .dropdown {
    position: absolute;
    left: -9999px;
    width: 180px;
    display: none;
  }
  .nav-sub #navigate ul li .dropdown ul li:hover .dropdown {
    margin: 0;
    top: 0;
    left: 100%;
    display: block;
  }
  .nav-sub #navigate ul .dropdown ul li:hover .dropdown ul > li > a {
    margin: 0;
    color: white;
    background: #333333;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-sub #navigate ul .dropdown ul li:hover .dropdown ul > li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-sub #navigate ul .dropdown ul li:hover .dropdown ul > li > a:hover,
  .nav-sub #navigate ul .dropdown ul li:hover .dropdown ul > li:hover > a {
    background: black;
  }
  .nav-sub #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown > a {
    background: #333333 url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-sub #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown > a:hover,
  .nav-sub #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown:hover > a {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }

  .nav-sub #navigate ul li .dropdown ul li .dropdown ul li .dropdown {
    position: absolute;
    left: -9999px;
  }
  .nav-sub #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown {
    top: 0;
    left: 100%;
  }
  .nav-sub #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li > a {
    margin: 0;
    color: white;
    background: #333333;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-sub #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-sub #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li > a:hover {
    color: white;
    background: black;
  }
}
/* Styles for screens that are at least 980px; */
@media only screen and (min-width: 61.25em) {
  .nav-top #content {
    padding-top: 0;
  }

  .exp-mega.nav-top #content,
  .exp-dropdown.nav-top #content {
    padding-top: 41px;
  }

  .nav-top #navigate {
    position: absolute;
    z-index: 89;
    top: 35px;
  }

  .exp-mega.nav-top #navigate,
  .exp-dropdown.nav-top #navigate {
    top: 77px;
  }

  .nav-top #breadcrumbs {
    margin-bottom: 51px;
  }

  .nav-top #navigate {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1;
    height: 41px;
    background-color: #444444 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-top #navigate:before, .nav-top #navigate:after {
    content: " ";
    display: table;
  }
  .nav-top #navigate:after {
    clear: both;
  }
  .nav-top #navigate h3 {
    display: none !important;
  }
  .nav-top #navigate ul.back-link {
    display: none !important;
  }
  .nav-top #navigate ul.title-area {
    display: none !important;
  }
  .nav-top #navigate ul.title-area li.name {
    display: none;
  }
  .nav-top #navigate ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .nav-top #navigate ul > li {
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .nav-top #navigate ul > li > a {
    display: block;
    background: transparent;
    border-top: 0;
    border-right: 1px solid #333333;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    padding: 0 0.95em;
    color: white;
    height: 41px;
    line-height: 41px;
    font-size: 0.8em;
    font-weight: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-top #navigate ul > li > a:hover {
    color: white;
    background: #ea2839;
    text-decoration: none;
  }
  .nav-top #navigate ul > li:hover > a {
    color: white;
    background: #ea2839;
    text-decoration: none;
  }
  .nav-top #navigate ul > li.current > a {
    color: white;
    background: #ec7a08;
    text-decoration: none;
  }

  body.full #navigate {
    width: auto;
    padding: 0;
    margin: 0;
    max-width: 100%;
    left: 0.5em;
    right: 0.5em;
  }

  .nav-top #navigate ul > li .dropdown {
    position: absolute;
    left: -9999px;
    width: 200px;
    margin: 0;
    padding: 0;
  }
  .nav-top #navigate ul > li:hover .dropdown {
    left: 0;
    top: 41px;
    border: 0;
  }
  .nav-top #navigate ul .dropdown ul {
    margin: 0;
    width: auto;
    float: none;
  }
  .nav-top #navigate ul .dropdown ul li > a {
    float: none;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    height: auto !important;
    line-height: normal !important;
    margin: 0;
    padding: 0.7em 1.125em !important;
    font-size: 75%;
    width: 200px;
    background: #333333;
    color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-top #navigate ul .dropdown ul li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-top #navigate ul .dropdown ul li > a:hover,
  .nav-top #navigate ul .dropdown ul li:hover > a {
    color: white;
    background: black;
  }
  .nav-top #navigate ul .dropdown ul li.has-dropdown a {
    background: #333333 url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-top #navigate ul .dropdown ul li.has-dropdown a:hover,
  .nav-top #navigate ul .dropdown ul li.has-dropdown:hover > a {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }

  .nav-top #navigate ul li .dropdown ul li .dropdown {
    position: absolute;
    left: -9999px;
    width: 180px;
    display: none;
  }
  .nav-top #navigate ul li .dropdown ul li:hover .dropdown {
    margin: 0;
    top: 0;
    left: 100%;
    display: block;
  }
  .nav-top #navigate ul .dropdown ul li:hover .dropdown ul > li > a {
    margin: 0;
    color: white;
    background: #333333;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-top #navigate ul .dropdown ul li:hover .dropdown ul > li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-top #navigate ul .dropdown ul li:hover .dropdown ul > li > a:hover,
  .nav-top #navigate ul .dropdown ul li:hover .dropdown ul > li:hover > a {
    background: black;
  }
  .nav-top #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown > a {
    background: #333333 url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-top #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown > a:hover,
  .nav-top #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown:hover > a {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }

  .nav-top #navigate ul li .dropdown ul li .dropdown ul li .dropdown {
    position: absolute;
    left: -9999px;
  }
  .nav-top #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown {
    top: 0;
    left: 100%;
  }
  .nav-top #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li > a {
    margin: 0;
    color: white;
    background: #333333;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-top #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-top #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li > a:hover {
    color: white;
    background: black;
  }
}
/* Styles for screens that are at least 980px; */
@media only screen and (min-width: 61.25em) {
  .nav-main #content {
    padding-top: 41px;
  }

  .exp-mega.nav-main #content,
  .exp-dropdown.nav-main #content {
    padding-top: 82px;
  }

  .nav-main #navigate {
    position: absolute;
    z-index: 89;
    top: 0;
  }

  .exp-mega.nav-main #navigate,
  .exp-dropdown.nav-main #navigate {
    top: 41px;
  }

  .nav-main #navigate {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1;
    height: 41px;
    background-color: #444444 !important;
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .nav-main #navigate:before, .nav-main #navigate:after {
    content: " ";
    display: table;
  }
  .nav-main #navigate:after {
    clear: both;
  }
  .nav-main #navigate h3 {
    display: none !important;
  }
  .nav-main #navigate ul.back-link {
    display: none !important;
  }
  .nav-main #navigate ul.title-area {
    display: none !important;
  }
  .nav-main #navigate ul.title-area li.name {
    display: none;
  }
  .nav-main #navigate .navigate-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1;
  }
  .nav-main #navigate .navigate-section:before, .nav-main #navigate .navigate-section:after {
    content: " ";
    display: table;
  }
  .nav-main #navigate .navigate-section:after {
    clear: both;
  }
  .nav-main #navigate .navigate-section ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .nav-main #navigate .navigate-section ul > li {
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .nav-main #navigate .navigate-section ul > li > a {
    display: block;
    background: transparent;
    border-top: 0;
    border-right: 1px solid #333333;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    padding: 0 0.95em;
    color: white;
    height: 41px;
    line-height: 41px;
    font-size: 0.875em;
    font-weight: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-main #navigate .navigate-section ul > li > a:hover {
    color: white;
    background: #ea2839;
    text-decoration: none;
  }
  .nav-main #navigate .navigate-section ul > li:hover > a {
    color: white;
    background: #ea2839;
    text-decoration: none;
  }
  .nav-main #navigate .navigate-section ul > li.current > a {
    color: white;
    background: #ec7a08;
    text-decoration: none;
  }

  .nav-main #navigate ul > li .dropdown {
    position: absolute;
    left: -9999px;
    width: 200px;
    margin: 0;
    padding: 0;
  }
  .nav-main #navigate ul > li:hover .dropdown {
    left: 0;
    top: 41px;
    border: 0;
  }
  .nav-main #navigate ul .dropdown ul {
    margin: 0;
    width: auto;
    float: none;
  }
  .nav-main #navigate ul .dropdown ul li > a {
    float: none;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    height: auto !important;
    line-height: normal !important;
    margin: 0;
    padding: 0.7em 1.125em !important;
    font-size: 75%;
    width: 200px;
    background: #333333;
    color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-main #navigate ul .dropdown ul li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-main #navigate ul .dropdown ul li > a:hover,
  .nav-main #navigate ul .dropdown ul li:hover > a {
    color: white;
    background: black;
  }
  .nav-main #navigate ul .dropdown ul li.has-dropdown a {
    background: #333333 url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-main #navigate ul .dropdown ul li.has-dropdown a:hover,
  .nav-main #navigate ul .dropdown ul li.has-dropdown:hover > a {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }

  .nav-main #navigate ul li .dropdown ul li .dropdown {
    position: absolute;
    left: -9999px;
    width: 180px;
    display: none;
  }
  .nav-main #navigate ul li .dropdown ul li:hover .dropdown {
    margin: 0;
    top: 0;
    left: 100%;
    display: block;
  }
  .nav-main #navigate ul .dropdown ul li:hover .dropdown ul > li > a {
    margin: 0;
    color: white;
    background: #333333;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-main #navigate ul .dropdown ul li:hover .dropdown ul > li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-main #navigate ul .dropdown ul li:hover .dropdown ul > li > a:hover,
  .nav-main #navigate ul .dropdown ul li:hover .dropdown ul > li:hover > a {
    background: black;
  }
  .nav-main #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown > a {
    background: #333333 url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .nav-main #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown > a:hover,
  .nav-main #navigate ul .dropdown ul li:hover .dropdown ul li.has-dropdown:hover > a {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }

  .nav-main #navigate ul li .dropdown ul li .dropdown ul li .dropdown {
    position: absolute;
    left: -9999px;
  }
  .nav-main #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown {
    top: 0;
    left: 100%;
  }
  .nav-main #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li > a {
    margin: 0;
    color: white;
    background: #333333;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .nav-main #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li:first-child > a {
    border-top: 1px solid #222222;
  }
  .nav-main #navigate ul li .dropdown ul li .dropdown ul > li:hover .dropdown li > a:hover {
    color: white;
    background: black;
  }
}
/* Styles for screens that are at least 980px - desktop view */
@media only screen and (min-width: 61.25em) {
  #explore {
    display: none;
  }
  #explore h3 {
    display: none !important;
  }
  #explore ul.title-area {
    display: none !important;
  }
  #explore li.name {
    display: none !important;
  }
  #explore ul.back-link {
    display: none !important;
  }
}
/* Styles for screens that are at least 980px */
@media only screen and (min-width: 61.25em) {
  .exp-mega #content {
    padding-top: 40px;
  }

  .exp-mega #explore {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 41px;
    z-index: 90;
    background: #555;
    *zoom: 1;
  }
  .exp-mega #explore:before, .exp-mega #explore:after {
    content: " ";
    display: table;
  }
  .exp-mega #explore:after {
    clear: both;
  }
  .exp-mega #explore h3 {
    display: none !important;
  }
  .exp-mega #explore ul.back-link {
    display: none !important;
  }
  .exp-mega #explore ul.title-area {
    display: none !important;
  }
  .exp-mega #explore ul.title-area li.name {
    display: none;
  }
  .exp-mega #explore .explore-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1;
  }
  .exp-mega #explore .explore-section:before, .exp-mega #explore .explore-section:after {
    content: " ";
    display: table;
  }
  .exp-mega #explore .explore-section:after {
    clear: both;
  }
  .exp-mega #explore .explore-section ul.nav-primary {
    margin: 0;
    padding: 0;
  }
  .exp-mega #explore .explore-section ul.nav-primary li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .exp-mega #explore .explore-section ul.nav-primary li a {
    margin: 0;
    padding: 0 .95em;
    height: 41px;
    line-height: 41px;
    background: transparent;
    font-size: 0.875em;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: block;
  }
  .exp-mega #explore .explore-section ul.nav-primary li a:hover {
    color: #fff !important;
    background: #333;
  }
  .exp-mega #explore .explore-section ul.nav-primary li a.current {
    color: #fff !important;
    background: #444;
  }
  .exp-mega #explore .explore-section ul.nav-primary li a.current:hover {
    color: #fff !important;
    background: #333;
  }
  .exp-mega #explore .explore-section ul.nav-primary li:hover {
    color: #fff !important;
    background: #333;
  }
  .exp-mega #explore .explore-section ul.nav-primary li:hover a.current {
    color: #fff !important;
    background: #222;
  }
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown {
    display: none;
    float: left;
    position: absolute;
    top: 38px;
    left: 0;
    padding: 20px 20px 20px;
    background: #333;
    width: auto;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul {
    list-style: none;
    line-height: normal;
    margin: 0 10px 0 0;
    padding: 0;
    width: 150px;
    float: left;
    display: block;
  }
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul li {
    float: none;
    width: 150px;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul li a {
    display: block;
    font-size: 0.775em;
    margin: 0;
    padding: 7px 5px 7px 15px;
    height: auto;
    line-height: normal;
    width: 100%;
    background: url(../img/nav/nav-icon-arrow-yellow.png) no-repeat 5px 12px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, Sans-Serif;
    color: #fff;
  }
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul li a:hover {
    text-decoration: underline;
  }
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul li a.nav-title,
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul li.nav-spacer a {
    background-image: none;
    padding: 7px 0 7px 0;
    font-weight: bold;
    font-style: normal;
    color: #EC7A08;
  }
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul li.no-link a,
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul li.no-link a:hover,
  .exp-mega #explore .explore-section ul.nav-primary li.has-dropdown .dropdown ul li.nav-spacer a:hover {
    text-decoration: none;
    cursor: default;
  }
  .exp-mega #explore .explore-section ul.nav-primary li.nav-last .dropdown {
    left: -350px;
  }
}
/* Styles for screens that are at least 980px */
@media only screen and (min-width: 61.25em) {
  .exp-dropdown #content {
    padding-top: 40px;
  }

  .exp-dropdown #explore {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 41px;
    z-index: 90;
    background: #555555;
    *zoom: 1;
  }
  .exp-dropdown #explore:before, .exp-dropdown #explore:after {
    content: " ";
    display: table;
  }
  .exp-dropdown #explore:after {
    clear: both;
  }
  .exp-dropdown #explore h3 {
    display: none !important;
  }
  .exp-dropdown #explore ul.back-link {
    display: none !important;
  }
  .exp-dropdown #explore li.nav-spacer {
    display: none !important;
  }
  .exp-dropdown #explore ul.title-area {
    display: none !important;
  }
  .exp-dropdown #explore ul.title-area li.name {
    display: none;
  }
  .exp-dropdown #explore li a.nav-title {
    background-image: none;
    padding: 7px 0 7px 0;
    font-weight: bold;
    font-style: normal;
    color: #EC7A08;
  }
  .exp-dropdown #explore li.no-link a,
  .exp-dropdown #explore li.no-link a:hover {
    text-decoration: none;
    cursor: default;
    display: none !important;
  }
  .exp-dropdown #explore .explore-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1;
  }
  .exp-dropdown #explore .explore-section:before, .exp-dropdown #explore .explore-section:after {
    content: " ";
    display: table;
  }
  .exp-dropdown #explore .explore-section:after {
    clear: both;
  }
  .exp-dropdown #explore .explore-section ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .exp-dropdown #explore .explore-section ul > li {
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .exp-dropdown #explore .explore-section ul > li > a {
    margin: 0;
    padding: 0 0.95em;
    height: 41px;
    line-height: 41px;
    background: transparent;
    font-size: 0.875em;
    font-weight: normal;
    color: white;
    text-decoration: none;
    display: block;
  }
  .exp-dropdown #explore .explore-section ul > li > a:hover {
    color: white;
    background: #333333;
  }
  .exp-dropdown #explore .explore-section ul > li:hover > a {
    color: white;
    background: #333333;
  }
  .exp-dropdown #explore .explore-section ul > li.current > a {
    color: white !important;
    background: #444444;
    text-decoration: none;
  }

  .exp-dropdown #explore ul > li .dropdown {
    position: absolute;
    left: -9999px;
    width: 200px;
    margin: 0;
    padding: 0;
    display: block;
  }
  .exp-dropdown #explore ul > li:hover .dropdown {
    left: 0;
    top: 41px;
    border: 0;
  }
  .exp-dropdown #explore ul .dropdown ul {
    margin: 0;
    width: auto;
    float: none;
  }
  .exp-dropdown #explore ul .dropdown ul li > a {
    float: none;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    height: auto !important;
    line-height: normal !important;
    margin: 0;
    padding: 0.7em 1.125em !important;
    font-size: 75%;
    width: 200px;
    background: #333333;
    color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .exp-dropdown #explore ul .dropdown ul li:first-child > a {
    border-top: 1px solid #222222;
  }
  .exp-dropdown #explore ul .dropdown ul li > a:hover,
  .exp-dropdown #explore ul .dropdown ul li:hover > a {
    color: white;
    background: black;
  }
  .exp-dropdown #explore ul .dropdown ul li.has-dropdown a {
    background: #333333 url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .exp-dropdown #explore ul .dropdown ul li.has-dropdown a:hover,
  .exp-dropdown #explore ul .dropdown ul li.has-dropdown:hover > a {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }

  .exp-dropdown #explore ul li .dropdown ul li .dropdown {
    position: absolute;
    left: -9999px;
    width: 180px;
    display: none;
  }
  .exp-dropdown #explore ul li .dropdown ul li:hover .dropdown {
    margin: 0;
    top: 0;
    left: 100%;
    display: block;
  }
  .exp-dropdown #explore ul .dropdown ul li:hover .dropdown ul > li > a {
    margin: 0;
    color: white;
    background: #333333;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .exp-dropdown #explore ul .dropdown ul li:hover .dropdown ul > li:first-child > a {
    border-top: 1px solid #222222;
  }
  .exp-dropdown #explore ul .dropdown ul li:hover .dropdown ul > li > a:hover,
  .exp-dropdown #explore ul .dropdown ul li:hover .dropdown ul > li:hover > a {
    background: black;
  }
  .exp-dropdown #explore ul .dropdown ul li:hover .dropdown ul li.has-dropdown > a {
    background: #333333 url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }
  .exp-dropdown #explore ul .dropdown ul li:hover .dropdown ul li.has-dropdown > a:hover,
  .exp-dropdown #explore ul .dropdown ul li:hover .dropdown ul li.has-dropdown:hover > a {
    background: black url(../img/nav/nav-icon-arrow-white.png) no-repeat 100% center;
  }

  .exp-dropdown #explore ul li .dropdown ul li .dropdown ul li .dropdown {
    position: absolute;
    left: -9999px;
  }
  .exp-dropdown #explore ul li .dropdown ul li .dropdown ul > li:hover .dropdown {
    top: 0;
    left: 100%;
  }
  .exp-dropdown #explore ul li .dropdown ul li .dropdown ul > li:hover .dropdown li > a {
    margin: 0;
    color: white;
    background: #333333;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .exp-dropdown #explore ul li .dropdown ul li .dropdown ul > li:hover .dropdown li:first-child > a {
    border-top: 1px solid #222222;
  }
  .exp-dropdown #explore ul li .dropdown ul li .dropdown ul > li:hover .dropdown li > a:hover {
    color: white;
    background: black;
  }
}
#search {
  display: none;
}
#search ul.title-area {
  display: none !important;
}
#search ul.title-area li.name {
  display: none !important;
}

/* Styles for screens that are less than 980px */
@media only screen and (max-width: 61.249em) {
  #search {
    display: block;
  }
  #search .search-section {
    padding-top: 5px;
  }
  #search .search-section .search-form {
    width: 100%;
    margin: 0;
    max-width: 62.5em;
    *zoom: 1;
  }
  #search .search-section .search-form:before, #search .search-section .search-form:after {
    content: " ";
    display: table;
  }
  #search .search-section .search-form:after {
    clear: both;
  }
  #search .search-section .search-form .search-button button,
  #search .search-section .search-form .search-button input {
    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;
    padding-top: 0.75em;
    padding-bottom: 0.8125em;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    background-color: #ec7a08;
    border-color: #bb6106;
    color: white;
  }
  #search .search-section .search-form .search-button button:hover, #search .search-section .search-form .search-button button:focus,
  #search .search-section .search-form .search-button input:hover,
  #search .search-section .search-form .search-button input:focus {
    background-color: #bb6106;
  }
  #search .search-section .search-form .search-button button:hover, #search .search-section .search-form .search-button button:focus,
  #search .search-section .search-form .search-button input:hover,
  #search .search-section .search-form .search-button input:focus {
    color: white;
  }
  #search .search-section .search-options a {
    display: none;
  }
  #search .search-section .search-options .search-options-toggle {
    *zoom: 1;
    margin: 0 auto;
  }
  #search .search-section .search-options .search-options-toggle:before, #search .search-section .search-options .search-options-toggle:after {
    content: " ";
    display: table;
  }
  #search .search-section .search-options .search-options-toggle:after {
    clear: both;
  }
  #search .search-section .search-options .search-options-toggle input {
    float: left;
    display: block;
    margin: 0 0 10px 7px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 0.85em;
  }
  #search .search-section .search-options .search-options-toggle label {
    float: left;
    display: block;
    margin: 0 7px 10px 7px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 0.85em;
    color: #ecdebb;
  }
  #search .search-section .search-options .search-options-toggle label.search-options-active {
    font-weight: bold !important;
    color: #ec7a08;
  }
}
/* Styles for screens that are at least 980px - desktop view */
@media only screen and (min-width: 61.25em) {
  #search {
    display: block;
    width: 280px;
    position: absolute;
    top: 40px;
    right: 25px;
  }
  #search h3 {
    display: none !important;
  }
  #search ul.title-area {
    display: none !important;
  }
  #search li.name {
    display: none !important;
  }
  #search ul.back-link {
    display: none !important;
  }
  #search .search-section {
    padding: 0px !important;
    margin: 0px !important;
    width: auto;
  }
  #search .search-section .search-form {
    width: 100%;
    margin: 0;
    max-width: 62.5em;
    *zoom: 1;
  }
  #search .search-section .search-form:before, #search .search-section .search-form:after {
    content: " ";
    display: table;
  }
  #search .search-section .search-form:after {
    clear: both;
  }
  #search .search-section .search-form .search-field {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    float: left;
  }
  #search .search-section .search-form .search-field input {
    *height: auto !important;
    _height: auto !important;
  }
  #search .search-section .search-form .search-button {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
  }
  #search .search-section .search-form .search-button button,
  #search .search-section .search-form .search-button input {
    margin-top: 0px;
    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.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333;
    -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;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-weight: normal;
    font-size: 0.8em;
    height: 2.5em;
    line-height: 2.5em;
    padding-top: 0;
    padding-bottom: 0;
  }
  #search .search-section .search-form .search-button button:hover, #search .search-section .search-form .search-button button:focus,
  #search .search-section .search-form .search-button input:hover,
  #search .search-section .search-form .search-button input:focus {
    background-color: #d0d0d0;
  }
  #search .search-section .search-form .search-button button:hover, #search .search-section .search-form .search-button button:focus,
  #search .search-section .search-form .search-button input:hover,
  #search .search-section .search-form .search-button input:focus {
    color: #333333;
  }
  #search .search-section .search-options {
    *zoom: 1;
    position: relative;
    top: -16px;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    line-height: normal;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 0)), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  #search .search-section .search-options:before, #search .search-section .search-options:after {
    content: " ";
    display: table;
  }
  #search .search-section .search-options:after {
    clear: both;
  }
  #search .search-section .search-options a {
    position: absolute;
    top: -26px;
    left: 285px;
    display: block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    background: url(../img/nav/options-toggle.png) top left no-repeat;
    *display: none !important;
    _display: none !important;
  }
  #search .search-section .search-options a.search-options-collpase {
    background-position: bottom left;
  }
  #search .search-section .search-options .search-options-toggle {
    display: none;
    *display: block !important;
    _display: block !important;
  }
  #search .search-section .search-options .search-options-toggle input {
    float: left;
    display: block;
    margin: 7px 0 7px 7px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 0.75em;
  }
  #search .search-section .search-options .search-options-toggle label {
    float: left;
    display: block;
    margin: 7px 7px 7px 7px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 0.7em;
    color: #888888;
  }
  #search .search-section .search-options .search-options-toggle label.search-options-active {
    font-weight: bold !important;
    color: #ec7a08;
  }
}
/* Styles for screens that are at least 980px; */
/* Sidebar */
.sidebar {
  *zoom: 1;
  padding-top: 20px;
}
.sidebar:before, .sidebar:after {
  content: " ";
  display: table;
}
.sidebar:after {
  clear: both;
}
.sidebar ul.title-area {
  display: none !important;
}
.sidebar li.name {
  display: none !important;
}
.sidebar ul.back-link {
  display: none !important;
}
.sidebar h2, .sidebar h3 {
  margin: 0 15px 20px 15px;
}
.sidebar ul {
  margin: 15px;
  width: auto;
  position: relative;
  line-height: normal;
}
.sidebar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul li a {
  display: block;
  margin: 0;
  padding: 0.65em 1.2em 0.65em 0.8em;
  color: #222222;
  font-size: 0.85em;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  border-top: 1px solid #eeeeee;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sidebar ul li a.current {
  color: white;
  background: #555555;
  font-size: 0.85em;
  font-weight: normal;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.sidebar ul li:first-child a {
  border: 0;
}

.sidebar ul li.has-dropdown .dropdown {
  margin: 0;
  padding: 0;
  width: auto;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sidebar ul li.has-dropdown .dropdown ul {
  margin: 0;
  width: auto;
}
.sidebar ul li.has-dropdown .dropdown ul li a {
  display: block;
  margin: 0;
  padding: 0.65em 1.2em 0.65em 0.8em;
  border-top: 1px solid #dddddd;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  font-weight: normal;
  background: #eeeeee;
  font-size: 0.8em;
  font-weight: normal;
  color: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sidebar ul li.has-dropdown .dropdown ul li a.current {
  color: white;
  background: #000;
}

.sidebar ul ul li.has-dropdown .dropdown {
  display: block;
}
.sidebar ul ul li.has-dropdown .dropdown ul {
  margin: 0;
  width: auto;
}
.sidebar ul ul li.has-dropdown .dropdown ul li a {
  font-size: 0.8em;
  font-weight: normal;
  color: white;
  background: #333333;
  border-top: 0;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.sidebar ul ul li.has-dropdown .dropdown ul li a.current {
  color: white;
  background: #000;
}

.sidebar ul ul ul li.has-dropdown .dropdown {
  display: block;
}
.sidebar ul ul ul li.has-dropdown .dropdown ul {
  margin: 0;
  width: auto;
}
.sidebar ul ul ul li.has-dropdown .dropdown ul li a {
  font-size: 0.8em;
  font-weight: normal;
  color: white;
  background: #555555;
  border-top: 0;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.sidebar ul ul ul li.has-dropdown .dropdown ul li a.current {
  color: white;
  background: black;
}

ul.btn-list,
ul.btnlist {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
ul.btn-list li,
ul.btnlist li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.btn-list li a,
ul.btnlist li a {
  margin: 0 0.125em !important;
  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: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
}
ul.btn-list li a:hover, ul.btn-list li a:focus,
ul.btnlist li a:hover,
ul.btnlist li a:focus {
  background-color: #d0d0d0;
}
ul.btn-list li a:hover, ul.btn-list li a:focus,
ul.btnlist li a:hover,
ul.btnlist li a:focus {
  color: #333333;
}
ul.btn-list li a.secondary,
ul.btnlist li a.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
}
ul.btn-list li a.secondary:hover, ul.btn-list li a.secondary:focus,
ul.btnlist li a.secondary:hover,
ul.btnlist li a.secondary:focus {
  background-color: #d0d0d0;
}
ul.btn-list li a.secondary:hover, ul.btn-list li a.secondary:focus,
ul.btnlist li a.secondary:hover,
ul.btnlist li a.secondary:focus {
  color: #333333;
}
ul.btn-list li a.success,
ul.btnlist li a.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
ul.btn-list li a.success:hover, ul.btn-list li a.success:focus,
ul.btnlist li a.success:hover,
ul.btnlist li a.success:focus {
  background-color: #457a1a;
}
ul.btn-list li a.success:hover, ul.btn-list li a.success:focus,
ul.btnlist li a.success:hover,
ul.btnlist li a.success:focus {
  color: white;
}
ul.btn-list li a.alert,
ul.btnlist li a.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
ul.btn-list li a.alert:hover, ul.btn-list li a.alert:focus,
ul.btnlist li a.alert:hover,
ul.btnlist li a.alert:focus {
  background-color: #970b0e;
}
ul.btn-list li a.alert:hover, ul.btn-list li a.alert:focus,
ul.btnlist li a.alert:hover,
ul.btnlist li a.alert:focus {
  color: white;
}
ul.btn-list li a.red,
ul.btnlist li a.red {
  background-color: #ea2839;
  border-color: #cb1424;
  color: white;
}
ul.btn-list li a.red:hover, ul.btn-list li a.red:focus,
ul.btnlist li a.red:hover,
ul.btnlist li a.red:focus {
  background-color: #cb1424;
}
ul.btn-list li a.red:hover, ul.btn-list li a.red:focus,
ul.btnlist li a.red:hover,
ul.btnlist li a.red:focus {
  color: white;
}
ul.btn-list li a.gray,
ul.btnlist li a.gray {
  background-color: #616365;
  border-color: #484a4b;
  color: white;
}
ul.btn-list li a.gray:hover, ul.btn-list li a.gray:focus,
ul.btnlist li a.gray:hover,
ul.btnlist li a.gray:focus {
  background-color: #484a4b;
}
ul.btn-list li a.gray:hover, ul.btn-list li a.gray:focus,
ul.btnlist li a.gray:hover,
ul.btnlist li a.gray:focus {
  color: white;
}
ul.btn-list li a.blue,
ul.btnlist li a.blue {
  background-color: #3d7edb;
  border-color: #2465c1;
  color: white;
}
ul.btn-list li a.blue:hover, ul.btn-list li a.blue:focus,
ul.btnlist li a.blue:hover,
ul.btnlist li a.blue:focus {
  background-color: #2465c1;
}
ul.btn-list li a.blue:hover, ul.btn-list li a.blue:focus,
ul.btnlist li a.blue:hover,
ul.btnlist li a.blue:focus {
  color: white;
}
ul.btn-list li a.green,
ul.btnlist li a.green {
  background-color: #879637;
  border-color: #657129;
  color: white;
}
ul.btn-list li a.green:hover, ul.btn-list li a.green:focus,
ul.btnlist li a.green:hover,
ul.btnlist li a.green:focus {
  background-color: #657129;
}
ul.btn-list li a.green:hover, ul.btn-list li a.green:focus,
ul.btnlist li a.green:hover,
ul.btnlist li a.green:focus {
  color: white;
}
ul.btn-list li a.green-bright,
ul.btnlist li a.green-bright {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
ul.btn-list li a.green-bright:hover, ul.btn-list li a.green-bright:focus,
ul.btnlist li a.green-bright:hover,
ul.btnlist li a.green-bright:focus {
  background-color: #457a1a;
}
ul.btn-list li a.green-bright:hover, ul.btn-list li a.green-bright:focus,
ul.btnlist li a.green-bright:hover,
ul.btnlist li a.green-bright:focus {
  color: white;
}
ul.btn-list li a.green-light,
ul.btnlist li a.green-light {
  background-color: #8dc63f;
  border-color: #72a230;
  color: white;
}
ul.btn-list li a.green-light:hover, ul.btn-list li a.green-light:focus,
ul.btnlist li a.green-light:hover,
ul.btnlist li a.green-light:focus {
  background-color: #72a230;
}
ul.btn-list li a.green-light:hover, ul.btn-list li a.green-light:focus,
ul.btnlist li a.green-light:hover,
ul.btnlist li a.green-light:focus {
  color: white;
}
ul.btn-list li a.yellow,
ul.btnlist li a.yellow {
  background-color: #ffc40d;
  border-color: #d9a400;
  color: white;
}
ul.btn-list li a.yellow:hover, ul.btn-list li a.yellow:focus,
ul.btnlist li a.yellow:hover,
ul.btnlist li a.yellow:focus {
  background-color: #d9a400;
}
ul.btn-list li a.yellow:hover, ul.btn-list li a.yellow:focus,
ul.btnlist li a.yellow:hover,
ul.btnlist li a.yellow:focus {
  color: white;
}
ul.btn-list li a.orange,
ul.btnlist li a.orange {
  background-color: #ec7a08;
  border-color: #bb6106;
  color: white;
}
ul.btn-list li a.orange:hover, ul.btn-list li a.orange:focus,
ul.btnlist li a.orange:hover,
ul.btnlist li a.orange:focus {
  background-color: #bb6106;
}
ul.btn-list li a.orange:hover, ul.btn-list li a.orange:focus,
ul.btnlist li a.orange:hover,
ul.btnlist li a.orange:focus {
  color: white;
}
ul.btn-list li a.purple,
ul.btnlist li a.purple {
  background-color: #641f45;
  border-color: #3d132a;
  color: white;
}
ul.btn-list li a.purple:hover, ul.btn-list li a.purple:focus,
ul.btnlist li a.purple:hover,
ul.btnlist li a.purple:focus {
  background-color: #3d132a;
}
ul.btn-list li a.purple:hover, ul.btn-list li a.purple:focus,
ul.btnlist li a.purple:hover,
ul.btnlist li a.purple:focus {
  color: white;
}
ul.btn-list li a.pink,
ul.btnlist li a.pink {
  background-color: #c3325f;
  border-color: #9a284b;
  color: white;
}
ul.btn-list li a.pink:hover, ul.btn-list li a.pink:focus,
ul.btnlist li a.pink:hover,
ul.btnlist li a.pink:focus {
  background-color: #9a284b;
}
ul.btn-list li a.pink:hover, ul.btn-list li a.pink:focus,
ul.btnlist li a.pink:hover,
ul.btnlist li a.pink:focus {
  color: white;
}
ul.btn-list li a.teal,
ul.btnlist li a.teal {
  background-color: #4e7c8c;
  border-color: #3c5f6b;
  color: white;
}
ul.btn-list li a.teal:hover, ul.btn-list li a.teal:focus,
ul.btnlist li a.teal:hover,
ul.btnlist li a.teal:focus {
  background-color: #3c5f6b;
}
ul.btn-list li a.teal:hover, ul.btn-list li a.teal:focus,
ul.btnlist li a.teal:hover,
ul.btnlist li a.teal:focus {
  color: white;
}
ul.btn-list li a.coolgray3,
ul.btnlist li a.coolgray3 {
  background-color: #c9cac8;
  border-color: #b0b1ae;
  color: #333333;
}
ul.btn-list li a.coolgray3:hover, ul.btn-list li a.coolgray3:focus,
ul.btnlist li a.coolgray3:hover,
ul.btnlist li a.coolgray3:focus {
  background-color: #b0b1ae;
}
ul.btn-list li a.coolgray3:hover, ul.btn-list li a.coolgray3:focus,
ul.btnlist li a.coolgray3:hover,
ul.btnlist li a.coolgray3:focus {
  color: #333333;
}
ul.btn-list li a.tan,
ul.btnlist li a.tan {
  background-color: #dcd6b2;
  border-color: #ccc38f;
  color: #333333;
}
ul.btn-list li a.tan:hover, ul.btn-list li a.tan:focus,
ul.btnlist li a.tan:hover,
ul.btnlist li a.tan:focus {
  background-color: #ccc38f;
}
ul.btn-list li a.tan:hover, ul.btn-list li a.tan:focus,
ul.btnlist li a.tan:hover,
ul.btnlist li a.tan:focus {
  color: #333333;
}
ul.btn-list li a.beige,
ul.btnlist li a.beige {
  background-color: #ecdebb;
  border-color: #e1cb93;
  color: #333333;
}
ul.btn-list li a.beige:hover, ul.btn-list li a.beige:focus,
ul.btnlist li a.beige:hover,
ul.btnlist li a.beige:focus {
  background-color: #e1cb93;
}
ul.btn-list li a.beige:hover, ul.btn-list li a.beige:focus,
ul.btnlist li a.beige:hover,
ul.btnlist li a.beige:focus {
  color: #333333;
}
ul.btn-list li a.black,
ul.btnlist li a.black {
  background-color: black;
  border-color: black;
  color: white;
}
ul.btn-list li a.black:hover, ul.btn-list li a.black:focus,
ul.btnlist li a.black:hover,
ul.btnlist li a.black:focus {
  background-color: black;
}
ul.btn-list li a.black:hover, ul.btn-list li a.black:focus,
ul.btnlist li a.black:hover,
ul.btnlist li a.black:focus {
  color: white;
}
ul.btn-list li a.white,
ul.btnlist li a.white {
  background-color: white;
  border-color: #e6e6e6;
  color: #333333;
}
ul.btn-list li a.white:hover, ul.btn-list li a.white:focus,
ul.btnlist li a.white:hover,
ul.btnlist li a.white:focus {
  background-color: #e6e6e6;
}
ul.btn-list li a.white:hover, ul.btn-list li a.white:focus,
ul.btnlist li a.white:hover,
ul.btnlist li a.white:focus {
  color: #333333;
}
ul.btn-list li a.tiny,
ul.btnlist li a.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
}
ul.btn-list li a.small,
ul.btnlist li a.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
}
ul.btn-list li a.large,
ul.btnlist li a.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
}
ul.btn-list li a.expand,
ul.btnlist li a.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
ul.btn-list li a.left-align,
ul.btnlist li a.left-align {
  text-align: left;
  text-indent: 0.75em;
}
ul.btn-list li a.right-align,
ul.btnlist li a.right-align {
  text-align: right;
  padding-right: 0.75em;
}
ul.btn-list li a.disabled, ul.btn-list li a[disabled],
ul.btnlist li a.disabled,
ul.btnlist li a[disabled] {
  background-color: #3d7edb;
  border-color: #2465c1;
  color: white;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.btn-list li a.disabled:hover, ul.btn-list li a.disabled:focus, ul.btn-list li a[disabled]:hover, ul.btn-list li a[disabled]:focus,
ul.btnlist li a.disabled:hover,
ul.btnlist li a.disabled:focus,
ul.btnlist li a[disabled]:hover,
ul.btnlist li a[disabled]:focus {
  background-color: #2465c1;
}
ul.btn-list li a.disabled:hover, ul.btn-list li a.disabled:focus, ul.btn-list li a[disabled]:hover, ul.btn-list li a[disabled]:focus,
ul.btnlist li a.disabled:hover,
ul.btnlist li a.disabled:focus,
ul.btnlist li a[disabled]:hover,
ul.btnlist li a[disabled]:focus {
  color: white;
}
ul.btn-list li a.disabled:hover, ul.btn-list li a.disabled:focus, ul.btn-list li a[disabled]:hover, ul.btn-list li a[disabled]:focus,
ul.btnlist li a.disabled:hover,
ul.btnlist li a.disabled:focus,
ul.btnlist li a[disabled]:hover,
ul.btnlist li a[disabled]:focus {
  background-color: #3d7edb;
}
ul.btn-list li a.disabled.secondary, ul.btn-list li a[disabled].secondary,
ul.btnlist li a.disabled.secondary,
ul.btnlist li a[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.btn-list li a.disabled.secondary:hover, ul.btn-list li a.disabled.secondary:focus, ul.btn-list li a[disabled].secondary:hover, ul.btn-list li a[disabled].secondary:focus,
ul.btnlist li a.disabled.secondary:hover,
ul.btnlist li a.disabled.secondary:focus,
ul.btnlist li a[disabled].secondary:hover,
ul.btnlist li a[disabled].secondary:focus {
  background-color: #d0d0d0;
}
ul.btn-list li a.disabled.secondary:hover, ul.btn-list li a.disabled.secondary:focus, ul.btn-list li a[disabled].secondary:hover, ul.btn-list li a[disabled].secondary:focus,
ul.btnlist li a.disabled.secondary:hover,
ul.btnlist li a.disabled.secondary:focus,
ul.btnlist li a[disabled].secondary:hover,
ul.btnlist li a[disabled].secondary:focus {
  color: #333333;
}
ul.btn-list li a.disabled.secondary:hover, ul.btn-list li a.disabled.secondary:focus, ul.btn-list li a[disabled].secondary:hover, ul.btn-list li a[disabled].secondary:focus,
ul.btnlist li a.disabled.secondary:hover,
ul.btnlist li a.disabled.secondary:focus,
ul.btnlist li a[disabled].secondary:hover,
ul.btnlist li a[disabled].secondary:focus {
  background-color: #e9e9e9;
}
ul.btn-list li a.disabled.success, ul.btn-list li a[disabled].success,
ul.btnlist li a.disabled.success,
ul.btnlist li a[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.btn-list li a.disabled.success:hover, ul.btn-list li a.disabled.success:focus, ul.btn-list li a[disabled].success:hover, ul.btn-list li a[disabled].success:focus,
ul.btnlist li a.disabled.success:hover,
ul.btnlist li a.disabled.success:focus,
ul.btnlist li a[disabled].success:hover,
ul.btnlist li a[disabled].success:focus {
  background-color: #457a1a;
}
ul.btn-list li a.disabled.success:hover, ul.btn-list li a.disabled.success:focus, ul.btn-list li a[disabled].success:hover, ul.btn-list li a[disabled].success:focus,
ul.btnlist li a.disabled.success:hover,
ul.btnlist li a.disabled.success:focus,
ul.btnlist li a[disabled].success:hover,
ul.btnlist li a[disabled].success:focus {
  color: white;
}
ul.btn-list li a.disabled.success:hover, ul.btn-list li a.disabled.success:focus, ul.btn-list li a[disabled].success:hover, ul.btn-list li a[disabled].success:focus,
ul.btnlist li a.disabled.success:hover,
ul.btnlist li a.disabled.success:focus,
ul.btnlist li a[disabled].success:hover,
ul.btnlist li a[disabled].success:focus {
  background-color: #5da423;
}
ul.btn-list li a.disabled.alert, ul.btn-list li a[disabled].alert,
ul.btnlist li a.disabled.alert,
ul.btnlist li a[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.btn-list li a.disabled.alert:hover, ul.btn-list li a.disabled.alert:focus, ul.btn-list li a[disabled].alert:hover, ul.btn-list li a[disabled].alert:focus,
ul.btnlist li a.disabled.alert:hover,
ul.btnlist li a.disabled.alert:focus,
ul.btnlist li a[disabled].alert:hover,
ul.btnlist li a[disabled].alert:focus {
  background-color: #970b0e;
}
ul.btn-list li a.disabled.alert:hover, ul.btn-list li a.disabled.alert:focus, ul.btn-list li a[disabled].alert:hover, ul.btn-list li a[disabled].alert:focus,
ul.btnlist li a.disabled.alert:hover,
ul.btnlist li a.disabled.alert:focus,
ul.btnlist li a[disabled].alert:hover,
ul.btnlist li a[disabled].alert:focus {
  color: white;
}
ul.btn-list li a.disabled.alert:hover, ul.btn-list li a.disabled.alert:focus, ul.btn-list li a[disabled].alert:hover, ul.btn-list li a[disabled].alert:focus,
ul.btnlist li a.disabled.alert:hover,
ul.btnlist li a.disabled.alert:focus,
ul.btnlist li a[disabled].alert:hover,
ul.btnlist li a[disabled].alert:focus {
  background-color: #c60f13;
}
ul.btn-list.center,
ul.btnlist.center {
  position: relative;
  float: left;
  left: 50% !important;
}
ul.btn-list.center li,
ul.btnlist.center li {
  position: relative;
  float: left;
  right: 50% !important;
}
ul.btn-list.right,
ul.btnlist.right {
  float: right;
}

.content-box .title,
.content-box .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: #555555;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: white;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box .title:before, .content-box .title:after,
.content-box .header:before,
.content-box .header:after {
  content: " ";
  display: table;
}
.content-box .title:after,
.content-box .header:after {
  clear: both;
}
.content-box a.title,
.content-box a.header,
.content-box .title a,
.content-box .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box a.title:hover,
.content-box a.header:hover,
.content-box .title a:hover,
.content-box .header a:hover {
  text-decoration: underline;
}
.content-box .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box .content.inner-border {
  padding: 8px;
}
.content-box .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.red .title,
.content-box.red .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #ea2839;
  background: #ea2839;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.red .title:before, .content-box.red .title:after,
.content-box.red .header:before,
.content-box.red .header:after {
  content: " ";
  display: table;
}
.content-box.red .title:after,
.content-box.red .header:after {
  clear: both;
}
.content-box.red a.title,
.content-box.red a.header,
.content-box.red .title a,
.content-box.red .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.red a.title:hover,
.content-box.red a.header:hover,
.content-box.red .title a:hover,
.content-box.red .header a:hover {
  text-decoration: underline;
}
.content-box.red .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.red .content.inner-border {
  padding: 8px;
}
.content-box.red .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.gray .title,
.content-box.gray .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #616365;
  background: #616365;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.gray .title:before, .content-box.gray .title:after,
.content-box.gray .header:before,
.content-box.gray .header:after {
  content: " ";
  display: table;
}
.content-box.gray .title:after,
.content-box.gray .header:after {
  clear: both;
}
.content-box.gray a.title,
.content-box.gray a.header,
.content-box.gray .title a,
.content-box.gray .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.gray a.title:hover,
.content-box.gray a.header:hover,
.content-box.gray .title a:hover,
.content-box.gray .header a:hover {
  text-decoration: underline;
}
.content-box.gray .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.gray .content.inner-border {
  padding: 8px;
}
.content-box.gray .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.blue .title,
.content-box.blue .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #3d7edb;
  background: #3d7edb;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.blue .title:before, .content-box.blue .title:after,
.content-box.blue .header:before,
.content-box.blue .header:after {
  content: " ";
  display: table;
}
.content-box.blue .title:after,
.content-box.blue .header:after {
  clear: both;
}
.content-box.blue a.title,
.content-box.blue a.header,
.content-box.blue .title a,
.content-box.blue .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.blue a.title:hover,
.content-box.blue a.header:hover,
.content-box.blue .title a:hover,
.content-box.blue .header a:hover {
  text-decoration: underline;
}
.content-box.blue .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.blue .content.inner-border {
  padding: 8px;
}
.content-box.blue .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.green .title,
.content-box.green .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #879637;
  background: #879637;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.green .title:before, .content-box.green .title:after,
.content-box.green .header:before,
.content-box.green .header:after {
  content: " ";
  display: table;
}
.content-box.green .title:after,
.content-box.green .header:after {
  clear: both;
}
.content-box.green a.title,
.content-box.green a.header,
.content-box.green .title a,
.content-box.green .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.green a.title:hover,
.content-box.green a.header:hover,
.content-box.green .title a:hover,
.content-box.green .header a:hover {
  text-decoration: underline;
}
.content-box.green .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.green .content.inner-border {
  padding: 8px;
}
.content-box.green .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.green-bright .title,
.content-box.green-bright .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #5da423;
  background: #5da423;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.green-bright .title:before, .content-box.green-bright .title:after,
.content-box.green-bright .header:before,
.content-box.green-bright .header:after {
  content: " ";
  display: table;
}
.content-box.green-bright .title:after,
.content-box.green-bright .header:after {
  clear: both;
}
.content-box.green-bright a.title,
.content-box.green-bright a.header,
.content-box.green-bright .title a,
.content-box.green-bright .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.green-bright a.title:hover,
.content-box.green-bright a.header:hover,
.content-box.green-bright .title a:hover,
.content-box.green-bright .header a:hover {
  text-decoration: underline;
}
.content-box.green-bright .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.green-bright .content.inner-border {
  padding: 8px;
}
.content-box.green-bright .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.green-light .title,
.content-box.green-light .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: black;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #8dc63f;
  background: #8dc63f;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.green-light .title:before, .content-box.green-light .title:after,
.content-box.green-light .header:before,
.content-box.green-light .header:after {
  content: " ";
  display: table;
}
.content-box.green-light .title:after,
.content-box.green-light .header:after {
  clear: both;
}
.content-box.green-light a.title,
.content-box.green-light a.header,
.content-box.green-light .title a,
.content-box.green-light .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.green-light a.title:hover,
.content-box.green-light a.header:hover,
.content-box.green-light .title a:hover,
.content-box.green-light .header a:hover {
  text-decoration: underline;
}
.content-box.green-light .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.green-light .content.inner-border {
  padding: 8px;
}
.content-box.green-light .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.yellow .title,
.content-box.yellow .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: black;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #ffc40d;
  background: #ffc40d;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.yellow .title:before, .content-box.yellow .title:after,
.content-box.yellow .header:before,
.content-box.yellow .header:after {
  content: " ";
  display: table;
}
.content-box.yellow .title:after,
.content-box.yellow .header:after {
  clear: both;
}
.content-box.yellow a.title,
.content-box.yellow a.header,
.content-box.yellow .title a,
.content-box.yellow .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.yellow a.title:hover,
.content-box.yellow a.header:hover,
.content-box.yellow .title a:hover,
.content-box.yellow .header a:hover {
  text-decoration: underline;
}
.content-box.yellow .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.yellow .content.inner-border {
  padding: 8px;
}
.content-box.yellow .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.orange .title,
.content-box.orange .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #ec7a08;
  background: #ec7a08;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.orange .title:before, .content-box.orange .title:after,
.content-box.orange .header:before,
.content-box.orange .header:after {
  content: " ";
  display: table;
}
.content-box.orange .title:after,
.content-box.orange .header:after {
  clear: both;
}
.content-box.orange a.title,
.content-box.orange a.header,
.content-box.orange .title a,
.content-box.orange .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.orange a.title:hover,
.content-box.orange a.header:hover,
.content-box.orange .title a:hover,
.content-box.orange .header a:hover {
  text-decoration: underline;
}
.content-box.orange .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.orange .content.inner-border {
  padding: 8px;
}
.content-box.orange .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.purple .title,
.content-box.purple .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #641f45;
  background: #641f45;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.purple .title:before, .content-box.purple .title:after,
.content-box.purple .header:before,
.content-box.purple .header:after {
  content: " ";
  display: table;
}
.content-box.purple .title:after,
.content-box.purple .header:after {
  clear: both;
}
.content-box.purple a.title,
.content-box.purple a.header,
.content-box.purple .title a,
.content-box.purple .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.purple a.title:hover,
.content-box.purple a.header:hover,
.content-box.purple .title a:hover,
.content-box.purple .header a:hover {
  text-decoration: underline;
}
.content-box.purple .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.purple .content.inner-border {
  padding: 8px;
}
.content-box.purple .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.pink .title,
.content-box.pink .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #c3325f;
  background: #c3325f;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.pink .title:before, .content-box.pink .title:after,
.content-box.pink .header:before,
.content-box.pink .header:after {
  content: " ";
  display: table;
}
.content-box.pink .title:after,
.content-box.pink .header:after {
  clear: both;
}
.content-box.pink a.title,
.content-box.pink a.header,
.content-box.pink .title a,
.content-box.pink .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.pink a.title:hover,
.content-box.pink a.header:hover,
.content-box.pink .title a:hover,
.content-box.pink .header a:hover {
  text-decoration: underline;
}
.content-box.pink .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.pink .content.inner-border {
  padding: 8px;
}
.content-box.pink .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.teal .title,
.content-box.teal .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #4e7c8c;
  background: #4e7c8c;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.teal .title:before, .content-box.teal .title:after,
.content-box.teal .header:before,
.content-box.teal .header:after {
  content: " ";
  display: table;
}
.content-box.teal .title:after,
.content-box.teal .header:after {
  clear: both;
}
.content-box.teal a.title,
.content-box.teal a.header,
.content-box.teal .title a,
.content-box.teal .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.teal a.title:hover,
.content-box.teal a.header:hover,
.content-box.teal .title a:hover,
.content-box.teal .header a:hover {
  text-decoration: underline;
}
.content-box.teal .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.teal .content.inner-border {
  padding: 8px;
}
.content-box.teal .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.coolgray3 .title,
.content-box.coolgray3 .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: black;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #c9cac8;
  background: #c9cac8;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.coolgray3 .title:before, .content-box.coolgray3 .title:after,
.content-box.coolgray3 .header:before,
.content-box.coolgray3 .header:after {
  content: " ";
  display: table;
}
.content-box.coolgray3 .title:after,
.content-box.coolgray3 .header:after {
  clear: both;
}
.content-box.coolgray3 a.title,
.content-box.coolgray3 a.header,
.content-box.coolgray3 .title a,
.content-box.coolgray3 .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.coolgray3 a.title:hover,
.content-box.coolgray3 a.header:hover,
.content-box.coolgray3 .title a:hover,
.content-box.coolgray3 .header a:hover {
  text-decoration: underline;
}
.content-box.coolgray3 .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.coolgray3 .content.inner-border {
  padding: 8px;
}
.content-box.coolgray3 .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.tan .title,
.content-box.tan .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: black;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #dcd6b2;
  background: #dcd6b2;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.tan .title:before, .content-box.tan .title:after,
.content-box.tan .header:before,
.content-box.tan .header:after {
  content: " ";
  display: table;
}
.content-box.tan .title:after,
.content-box.tan .header:after {
  clear: both;
}
.content-box.tan a.title,
.content-box.tan a.header,
.content-box.tan .title a,
.content-box.tan .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.tan a.title:hover,
.content-box.tan a.header:hover,
.content-box.tan .title a:hover,
.content-box.tan .header a:hover {
  text-decoration: underline;
}
.content-box.tan .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.tan .content.inner-border {
  padding: 8px;
}
.content-box.tan .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.beige .title,
.content-box.beige .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: black;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #ecdebb;
  background: #ecdebb;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.beige .title:before, .content-box.beige .title:after,
.content-box.beige .header:before,
.content-box.beige .header:after {
  content: " ";
  display: table;
}
.content-box.beige .title:after,
.content-box.beige .header:after {
  clear: both;
}
.content-box.beige a.title,
.content-box.beige a.header,
.content-box.beige .title a,
.content-box.beige .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.beige a.title:hover,
.content-box.beige a.header:hover,
.content-box.beige .title a:hover,
.content-box.beige .header a:hover {
  text-decoration: underline;
}
.content-box.beige .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.beige .content.inner-border {
  padding: 8px;
}
.content-box.beige .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.black .title,
.content-box.black .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid black;
  background: black;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.black .title:before, .content-box.black .title:after,
.content-box.black .header:before,
.content-box.black .header:after {
  content: " ";
  display: table;
}
.content-box.black .title:after,
.content-box.black .header:after {
  clear: both;
}
.content-box.black a.title,
.content-box.black a.header,
.content-box.black .title a,
.content-box.black .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.black a.title:hover,
.content-box.black a.header:hover,
.content-box.black .title a:hover,
.content-box.black .header a:hover {
  text-decoration: underline;
}
.content-box.black .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.black .content.inner-border {
  padding: 8px;
}
.content-box.black .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.white .title,
.content-box.white .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: black;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: white;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.white .title:before, .content-box.white .title:after,
.content-box.white .header:before,
.content-box.white .header:after {
  content: " ";
  display: table;
}
.content-box.white .title:after,
.content-box.white .header:after {
  clear: both;
}
.content-box.white a.title,
.content-box.white a.header,
.content-box.white .title a,
.content-box.white .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.white a.title:hover,
.content-box.white a.header:hover,
.content-box.white .title a:hover,
.content-box.white .header a:hover {
  text-decoration: underline;
}
.content-box.white .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.white .content.inner-border {
  padding: 8px;
}
.content-box.white .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.gray-bold .title,
.content-box.gray-bold .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #333333;
  background: #333333;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.gray-bold .title:before, .content-box.gray-bold .title:after,
.content-box.gray-bold .header:before,
.content-box.gray-bold .header:after {
  content: " ";
  display: table;
}
.content-box.gray-bold .title:after,
.content-box.gray-bold .header:after {
  clear: both;
}
.content-box.gray-bold a.title,
.content-box.gray-bold a.header,
.content-box.gray-bold .title a,
.content-box.gray-bold .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.gray-bold a.title:hover,
.content-box.gray-bold a.header:hover,
.content-box.gray-bold .title a:hover,
.content-box.gray-bold .header a:hover {
  text-decoration: underline;
}
.content-box.gray-bold .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.gray-bold .content.inner-border {
  padding: 8px;
}
.content-box.gray-bold .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.gray-smooth .title,
.content-box.gray-smooth .header {
  *zoom: 1;
  margin: 0 0 2px 0;
  padding: 6px 12px;
  color: #555555;
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #eeeeee;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.content-box.gray-smooth .title:before, .content-box.gray-smooth .title:after,
.content-box.gray-smooth .header:before,
.content-box.gray-smooth .header:after {
  content: " ";
  display: table;
}
.content-box.gray-smooth .title:after,
.content-box.gray-smooth .header:after {
  clear: both;
}
.content-box.gray-smooth a.title,
.content-box.gray-smooth a.header,
.content-box.gray-smooth .title a,
.content-box.gray-smooth .header a {
  text-decoration: none;
  cursor: pointer;
}
.content-box.gray-smooth a.title:hover,
.content-box.gray-smooth a.header:hover,
.content-box.gray-smooth .title a:hover,
.content-box.gray-smooth .header a:hover {
  text-decoration: underline;
}
.content-box.gray-smooth .content {
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.content-box.gray-smooth .content.inner-border {
  padding: 8px;
}
.content-box.gray-smooth .inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #616365;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

/* Auto collapse/toggle content in tablet view and below */
.content-toggle .header {
  display: block;
  cursor: pointer !important;
  position: relative;
}
.content-toggle .header .status-icon {
  display: block;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0.3125em;
}
.content-toggle.no-icon .header .status-icon {
  display: none;
}
.content-toggle .container {
  display: none;
}
@media only screen and (min-width: 48em) {
  .content-toggle .container {
    display: block;
  }
}

.no-js .content-toggle .container {
  display: block;
}

.hero-box {
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #111;
  color: #fff;
  -moz-border-radius-topright: 0.375em;
  -moz-border-radius-topleft: 0.375em;
  -webkit-border-top-right-radius: 0.375em;
  -webkit-border-top-left-radius: 0.375em;
  border-top-right-radius: 0.375em;
  border-top-left-radius: 0.375em;
}
.hero-box:before, .hero-box:after {
  content: " ";
  display: table;
}
.hero-box:after {
  clear: both;
}
.hero-box img {
  -moz-border-radius-topright: 0.375em;
  -moz-border-radius-topleft: 0.375em;
  -webkit-border-top-right-radius: 0.375em;
  -webkit-border-top-left-radius: 0.375em;
  border-top-right-radius: 0.375em;
  border-top-left-radius: 0.375em;
}
.hero-box h1, .hero-box h2, .hero-box h3, .hero-box h4, .hero-box h5, .hero-box h6, .hero-box p {
  color: #fff;
}

/**
 * Example Image: <img class="photo-right" src="photo.jpg" title="This is the photo caption" alt="my photo" />
 * Automated Output Example: 
 * <figure class="photo-right">
 *    <img src="photo.jpg" title="This is the photo caption" alt="my photo" />
 *    <figcaption>This is the photo caption</figcaption>
 * </figure>
*/
/* Image classes */
.photo {
  display: inline;
}

.photo-left {
  float: left;
  margin: 0 14px 10px 0;
}

.photo-right {
  float: right;
  margin: 0 0 10px 14px;
}

/* Figure wrapper */
figure {
  display: inline-block;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
figure img {
  margin: 0px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
}
figure figcaption {
  padding: 6px;
  font-size: .8em;
  background: #eee;
  line-height: normal;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.bot-links,
.botlinks {
  clear: both;
  display: block;
  width: auto;
  text-align: center;
  padding: 1.25em 0;
  font-size: .8em;
}
.bot-links a,
.botlinks a {
  color: #555;
}
.bot-links a:hover,
.botlinks a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 61.25em) {
  .top-links,
  .toplinks {
    display: inline-block;
    float: right;
    padding-right: 0.6875em;
    font-size: .8em;
  }
  .top-links a,
  .toplinks a {
    color: #555;
  }
  .top-links a:hover,
  .toplinks a:hover {
    text-decoration: underline;
  }

  .bot-links,
  .botlinks {
    clear: both;
    display: block;
    width: auto;
    text-align: center;
    padding: 2.5em 0;
    font-size: .8em;
  }
  .bot-links a,
  .botlinks a {
    color: #555;
  }
  .bot-links a:hover,
  .botlinks a:hover {
    text-decoration: underline;
  }
}
@media print {
  .no-print,
  #header,
  #breadcrumbs,
  #explore,
  #navigate,
  #search,
  #kudos,
  #footer {
    display: none !important;
  }

  #aside {
    display: none;
  }

  .aside #aside {
    display: block;
  }
}
