/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

.gridster {
  position: relative;
  margin: auto;
  height: 0; }

.gridster > ul {
  margin: 0;
  list-style: none;
  padding: 0; }

.gridster-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  z-index: 2;
  position: absolute;
  display: none; }

.gridster-loaded {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

.gridster-loaded .gridster-item {
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms; }

.gridster-loaded .gridster-preview-holder {
  display: none;
  z-index: 1;
  position: absolute;
  background-color: #ddd;
  border-color: #fff;
  opacity: 0.2; }

.gridster-loaded .gridster-item.gridster-item-moving, .gridster-loaded .gridster-preview-holder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.gridster-mobile {
  height: auto !important; }

.gridster-mobile .gridster-item {
  height: auto;
  position: static;
  float: none; }

.gridster-item.ng-leave.ng-leave-active {
  opacity: 0; }

.gridster-item.ng-enter {
  opacity: 1; }

.gridster-item-moving {
  z-index: 3; }

.gridster-item-resizable-handler {
  position: absolute;
  font-size: 1px;
  display: block;
  z-index: 5; }

.handle-se {
  cursor: se-resize;
  width: 0;
  height: 0;
  right: 1px;
  bottom: 1px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent; }

.handle-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  top: 1px; }

.handle-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  top: 1px; }

.handle-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  bottom: 1px; }

.handle-e {
  cursor: e-resize;
  width: 12px;
  bottom: 0;
  right: 1px;
  top: 0; }

.handle-s {
  cursor: s-resize;
  height: 12px;
  right: 0;
  bottom: 1px;
  left: 0; }

.handle-n {
  cursor: n-resize;
  height: 12px;
  right: 0;
  top: 1px;
  left: 0; }

.handle-w {
  cursor: w-resize;
  width: 12px;
  left: 1px;
  top: 0;
  bottom: 0; }

.gridster .gridster-item:hover .gridster-box {
  border: 1.5px solid #B3B2B3; }

.gridster .gridster-item:hover .handle-se {
  border-color: transparent transparent #ccc; }

.angucomplete-holder {
  position: relative; }

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
    left: 0px;
    */
  margin-top: -6px;
  background-color: #ffffff; }

.angucomplete-searching {
  color: #acacac;
  font-size: 14px; }

.angucomplete-description {
  font-size: 14px; }

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both; }

.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff; }

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px; }

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px; }

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px; }

.datepicker a, [datepicker] a, datepicker a {
  color: inherit;
  text-decoration: none; }

.datepicker a:hover, [datepicker] a:hover, datepicker a:hover {
  text-decoration: none; }

.datepicker select, .datepicker select:focus, .datepicker select:hover [datepicker] select, [datepicker] select:focus, [datepicker] select:hover, datepicker select, datepicker select:focus, datepicker select:hover {
  width: 100%;
  overflow: hidden;
  background: #138EFA;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 30px;
  border-radius: 2px; }

._720kb-datepicker-calendar-body, ._720kb-datepicker-calendar-days-header, ._720kb-datepicker-calendar-header, ._720kb-datepicker-calendar-years-pagination-pages, .datepicker, [datepicker], datepicker {
  font-family: Helvetica Neue;
  font-size: 13.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: right;
  position: relative; }

._720kb-datepicker-calendar {
  background: #fff;
  color: #333;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  margin: 0 auto 0 -0.5%;
  width: 101%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  visibility: hidden;
  overflow: hidden;
  padding: 0 0 2%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

._720kb-datepicker-calendar._720kb-datepicker-open {
  visibility: visible; }

._720kb-datepicker-calendar-header {
  text-align: center;
  font-size: 15px;
  line-height: 40px; }

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #138EFA; }

._720kb-datepicker-calendar-header:nth-child(even) {
  background: #7BC6FC; }

._720kb-datepicker-calendar-header-left, ._720kb-datepicker-calendar-header-middle, ._720kb-datepicker-calendar-header-right {
  width: 15%;
  float: left; }

._720kb-datepicker-calendar-header-middle {
  width: 70%; }

._720kb-datepicker-calendar-body {
  width: 96%;
  margin: 2%;
  text-align: center; }

._720kb-datepicker-calendar-day {
  cursor: pointer;
  font-size: 12.5px;
  width: 12.2%;
  margin: 5px 1%;
  padding: 1.5% 0;
  float: left;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

._720kb-datepicker-calendar-day._720kb-datepicker-active, ._720kb-datepicker-calendar-day:hover {
  background: rgba(0, 0, 0, 0.03); }

._720kb-datepicker-calendar-header a, ._720kb-datepicker-calendar-header a:hover {
  text-decoration: none;
  padding: 3% 9% 4%;
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

._720kb-datepicker-calendar-header a:hover {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.45); }

._720kb-datepicker-calendar-month {
  color: #fff; }

._720kb-datepicker-calendar-month span {
  font-size: 13px;
  margin-left: 1%;
  color: rgba(0, 0, 0, 0.4); }

._720kb-datepicker-calendar-month a span i {
  font-style: normal;
  font-size: 15px; }

._720kb-datepicker-calendar-month a, ._720kb-datepicker-calendar-month a:hover {
  padding: 3px;
  margin-left: 1%; }

._720kb-datepicker-calendar-years-pagination {
  padding: 2% 0 0;
  float: left;
  clear: right;
  width: 100%; }

._720kb-datepicker-calendar-years-pagination a, ._720kb-datepicker-calendar-years-pagination a:hover {
  font-size: 12px;
  padding: 0 7px;
  font-weight: 400;
  margin: 3px 1% 0;
  line-height: 20px;
  display: inline-block; }

._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45); }

._720kb-datepicker-calendar-years-pagination-pages a, ._720kb-datepicker-calendar-years-pagination-pages a:hover {
  padding: 5px 10px; }

._720kb-datepicker-calendar-days-header {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  background: rgba(19, 142, 250, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.02); }

._720kb-datepicker-calendar-days-header div {
  width: 13.2%;
  font-weight: 500;
  font-size: 11.5px;
  padding: 10px 0.5%;
  float: left;
  text-align: center;
  color: rgba(0, 0, 0, 0.7); }

._720kb-datepicker-calendar-days ._720kb-datepicker-default-button {
  font-size: 18.5px;
  position: relative;
  bottom: -0.5px; }

._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item {
  width: 95%;
  float: none;
  margin: 0 auto; }

._720kb-datepicker-item-hidden {
  visibility: hidden; }

._720kb-datepicker-calendar-day._720kb-datepicker-disabled, ._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover, ._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled, ._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover, ._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled, ._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(25, 2, 0, 0.02);
  cursor: default; }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.2 - 2015-10-09T15:34:24.045Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.66667em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled > a, .ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

meta.foundation-version {
  font-family: "/5.3.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

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

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

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

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; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns, .row.collapse > .field-columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns, .field-columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns, .field-columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12, .field-columns {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered, .columns.small-centered, .small-centered.field-columns {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered, .small-uncentered.field-columns {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child, .columns.small-centered:last-child, .small-centered.field-columns:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child, .small-uncentered.field-columns:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite, .small-uncentered.opposite.field-columns {
    float: right; } }

@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns, .field-columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered, .columns.medium-centered, .medium-centered.field-columns {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered, .medium-uncentered.field-columns {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child, .medium-centered.field-columns:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child, .medium-uncentered.field-columns:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite, .medium-uncentered.opposite.field-columns {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .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; } }

@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns, .field-columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered, .columns.large-centered, .large-centered.field-columns {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered, .large-uncentered.field-columns {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child, .columns.large-centered:last-child, .large-centered.field-columns:last-child {
    float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child, .large-uncentered.field-columns:last-child {
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite, .large-uncentered.opposite.field-columns {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .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; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #efefef;
      color: #222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #fff; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #007ba0;
  color: #fff; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: #dcdcdc;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008CBA; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008CBA; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007295;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007295; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a54;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a54; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf280e;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf280e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007295;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    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: #007295; }
    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: #fff; }
    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: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.7;
      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: #b9b9b9; }
      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: #333; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a54;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      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: #368a54; }
      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: #fff; }
      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: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf280e;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      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: #cf280e; }
      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: #fff; }
      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: #f04124; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0;
    float: left; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
    .button-group > li:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
    border-left: 0; }
  .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
    border-radius: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    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 {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
    border-left: 0; }
  .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
    border-radius: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    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 {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .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 {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .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 {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .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 {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .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 {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .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 {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .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 {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333;
  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; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.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: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  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:40.063em) {
  .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 12px; }
      .clearing-main-prev > span:hover, .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }
  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  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 #fff 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.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #fff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 99; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 98; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #fff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 99; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 98; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 99; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 98; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    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; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:after, button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:after, button.dropdown:after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:after, button.dropdown:after {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .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%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column, form .row .row .columns, form .row .row .field-columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns, form .row .row.collapse .field-columns {
      padding: 0; }
    form .row .row.collapse input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row input.field-columns, form .row textarea.column, form .row textarea.columns, form .row textarea.field-columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

/* 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.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* 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.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

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

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

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

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

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

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

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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 {
    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: #ddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #ddd;
    cursor: default; }

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

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem; }
.error label, .error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error, textarea.error, select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 0.0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > *:hover {
    background: #008CBA; }
  .icon-bar > * label {
    color: #fff; }
  .icon-bar > * i {
    color: #fff; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item {
  width: auto; }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item {
  width: auto; }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item {
  width: auto; }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item {
  width: auto; }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item {
  width: auto; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  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.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* 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: 10px solid #333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* 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: #fff; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.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;
  box-shadow: 0 0 15px #ffffff; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width:40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }

.keystroke, kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #fff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #fff; }
  .label.warning {
    background-color: #f08a24;
    color: #fff; }
  .label.success {
    background-color: #43AC6A;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 0 !important; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

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

  to {
    -webkit-transform: rotate(360deg); } }

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

  to {
    -moz-transform: rotate(360deg); } }

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

  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .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;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #fff; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .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: #fff; }
  .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: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #ccc;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999; }
    .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:40.063em) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6efff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .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, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .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 a:not(.button) {
      color: #008CBA; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .bullet-item {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .cta-button {
    background-color: #fff;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008CBA;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007da4; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007da4; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #fafafa;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008CBA;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #007da4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008CBA; }
  .range-slider-handle:hover {
    background: #007da4; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column, dialog .columns, dialog .field-columns, .reveal-modal .column, .reveal-modal .columns, .reveal-modal .field-columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

dialog, .reveal-modal {
  padding: 1.875rem; }
  dialog.radius, .reveal-modal.radius {
    border-radius: 3px; }
  dialog.round, .reveal-modal.round {
    border-radius: 1000px; }
  dialog.collapse, .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width:40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width:40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width:40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width:40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width:40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

dialog.full, .reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important; }
  @media only screen and (min-width:40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008CBA;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #1ccaff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1ccaff;
      font-weight: normal;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #008CBA;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999; }
    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
      text-decoration: none;
      color: #999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #008CBA;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
        background: #007ba0; }

div.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out; }
div.switch input {
  display: none; }
  div.switch input + label {
    margin-left: 0;
    margin-right: 0; }
div.switch label:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
div.switch input:checked + label {
  background: #008CBA; }
div.switch input:checked + label:after {
  left: 2.25rem; }
div.switch label {
  width: 4rem;
  height: 2rem; }
div.switch label:after {
  width: 1.5rem;
  height: 1.5rem; }
div.switch input:checked + label:after {
  left: 2.25rem; }
div.switch label {
  color: transparent;
  background: #ddd; }
div.switch label:after {
  background: #fff; }
div.switch input:checked + label {
  background: #008CBA; }
div.switch.large label {
  width: 5rem;
  height: 2.5rem; }
div.switch.large label:after {
  width: 2rem;
  height: 2rem; }
div.switch.large input:checked + label:after {
  left: 2.75rem; }
div.switch.small label {
  width: 3.5rem;
  height: 1.75rem; }
div.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem; }
div.switch.small input:checked + label:after {
  left: 2rem; }
div.switch.tiny label {
  width: 3rem;
  height: 1.5rem; }
div.switch.tiny label:after {
  width: 1rem;
  height: 1rem; }
div.switch.tiny input:checked + label:after {
  left: 1.75rem; }
div.switch.radius label {
  border-radius: 4px; }
div.switch.radius label:after {
  border-radius: 3px; }
div.switch.round {
  border-radius: 1000px; }
  div.switch.round label {
    border-radius: 2rem; }
  div.switch.round label:after {
    border-radius: 2rem; }

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd; }
  table caption {
    background: transparent;
    color: #222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #f5f5f5; }
    table thead tr th, table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222; }
  table tfoot {
    background: #f5f5f5; }
    table tfoot tr th, table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222; }
  table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* 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; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #007ba0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

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

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

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

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  color: #333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

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

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

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

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

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * 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 {
  @page {
    margin: 0.5cm; }

  * {
    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; }
  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; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background: #efefef;
      color: #222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background: #fff;
      color: #222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #004054;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #004054 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal; }

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 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 #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

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

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.8rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #fff;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 40px 0 15px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 15px;
          box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #fff;
      padding: 12px 0 12px 0;
      padding-left: 15px;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #008CBA;
        border-color: #007295;
        color: #fff; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007295; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a54;
        color: #fff; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a54; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf280e;
        color: #fff; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf280e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #fff; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #008CBA;
      border-color: #007295;
      color: #fff; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007295; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #fff; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a54;
        color: #fff; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a54; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #fff; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf280e;
        color: #fff; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf280e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #fff; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #272727;
      color: #fff; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #fff; }
      .top-bar-section ul li.active > a:hover {
        background: #007ba0;
        color: #fff; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #fff;
          line-height: 22.5px;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input, .top-bar .button, .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333; }
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #272727;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: #fff;
      background: #008CBA; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #007ba0;
        color: #fff; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #fff;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: #fff;
        background-color: #555555;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width:40.063em) {
    .tab-bar-section {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    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 visibility 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) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  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) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  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 visibility 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; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item {
  width: auto; }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item {
  width: auto; }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item {
  width: auto; }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item {
  width: auto; }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item {
  width: auto; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    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 visibility 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) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  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) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  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 visibility 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; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container, .select2-drop, .select2-search, .select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%); }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/assets/img/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%); }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/assets/img/select2.png') no-repeat 0 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('/assets/img/select2.png') no-repeat 100% -22px;
  background: url('/assets/img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('/assets/img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/assets/img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/assets/img/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100%;
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%); }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/assets/img/select2.png') right top no-repeat; }

.select2-container-multi .select2-search-choice-close {
  left: 4px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }

body {
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  line-height: 100%;
  min-height: 100%; }

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

/* Basics */
h1 {
  color: #336699;
  font-size: 0.975rem;
  font-weight: bold; }

h2 {
  font-size: 0.775rem; }

h3, h4 {
  color: #4b4b4b; }

h3 {
  color: #666666;
  font-size: 0.6875rem;
  font-weight: bold; }

h4 {
  font-size: 0.6875rem; }

h5 {
  font-size: 0.8rem; }

h6 {
  font-size: 0.7rem; }

.subheader {
  margin-top: 0;
  margin-bottom: 0; }

h2.subheader {
  color: #4D7BA5;
  font-size: 1rem; }

h3.subheader, h4.subheader {
  color: #4b4b4b;
  padding: 5px 12px; }

h3.subheader {
  background: #c9d0d8; }

h4.subheader {
  background: #e4e7ea; }

a {
  color: #4D7BA5;
  font-weight: bold; }

a:hover, a:focus {
  color: #355571; }

p {
  font-size: 0.9rem; }

p.lead {
  font-size: 1.11875rem; }

ul, ol, dl {
  font-size: 0.9rem; }

ul {
  line-height: 1rem;
  list-style: none;
  margin: 0;
  padding-top: 5px; }

hr {
  background-color: #FBFBFB;
  border-color: #e2e2e2; }

summary {
  outline: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  background-color: #eee;
  padding: 6px 8px 5px;
  -webkit-user-select: none;
  -moz-user-select: none; }

.contain-to-grid {
  background: #ECECEC; }

.top-bar {
  height: 45px;
  line-height: 45px;
  background: #ECECEC; }

.top-bar .name {
  height: 45px; }

.top-bar .name h1 {
  line-height: 35px; }

.top-bar .name h1 a {
  color: #666666;
  padding: 0 10px; }

.top-bar .toggle-topbar a {
  color: #666666;
  padding: 0 10px;
  height: 35px;
  line-height: 35px; }

.top-bar .toggle-topbar.menu-icon a {
  padding: 0 35px 0 10px; }

.top-bar .toggle-topbar.menu-icon a span::after {
  right: 10px; }

.top-bar.expanded .title-area {
  background: #ECECEC; }

.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px #767676; }

.top-bar-section ul li > a {
  color: #666666;
  font-weight: bold;
  padding-left: 10px; }

.top-bar-section ul li > a.button {
  padding-right: 15px;
  padding-left: 10px;
  background-color: #4D7BA5;
  border-color: #4D7BA5; }

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #355571; }

.top-bar-section ul li > a.button.secondary {
  background-color: #F1F1F1;
  border-color: #c1c1c1; }

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #c1c1c1; }

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #355571; }

.top-bar-section ul li > button.secondary {
  background-color: #F1F1F1;
  border-color: #c1c1c1;
  color: #333; }

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #c1c1c1; }

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #E4E6E8;
  background: none;
  color: #666666; }

.top-bar-section li:not(.has-form) a:not(.button) {
  background: none; }

.top-bar-section ul li.active > a {
  background: #E4E6E8;
  color: #666666; }

.top-bar-section ul li.active > a:hover {
  background: #E4E6E8;
  color: #666666; }

.top-bar-section .has-form {
  padding: 10px; }

.top-bar-section ul li > button {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #4D7BA5;
  border-color: #4D7BA5;
  color: #fff; }

.top-bar .context-profile {
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -5px;
  max-width: 240px;
  padding: 0 15px;
  font-size: 1em;
  height: 45px;
  line-height: 47px;
  margin-right: 5px;
  text-align: right;
  background-color: #326b9c; }
  .top-bar .context-profile .show-for-medium-only {
    color: #fff;
    font-size: 1.4em; }
    .top-bar .context-profile .show-for-medium-only img {
      width: 14px;
      margin-right: 5px; }
  .top-bar .context-profile .email-inner {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .top-bar .context-profile .dropdown-label {
    color: #ddd; }
    .top-bar .context-profile .dropdown-label .email-inner {
      float: right;
      color: #fff;
      padding-left: 5px; }
  .top-bar .context-profile .context-profile-dropdown {
    left: auto !important;
    top: 43px !important;
    right: 0;
    min-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0; }
    .top-bar .context-profile .context-profile-dropdown li {
      height: 35px;
      font-size: 0.8em;
      background-color: #fafafa;
      text-align: left; }
    .top-bar .context-profile .context-profile-dropdown .email-inner {
      width: 100%;
      max-width: none; }

.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 35px; }

.full-height {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 4em 0 0 0; }

nav.top-bar.expanded {
  z-index: 1000; }

.full-width {
  max-width: 100%;
  width: 100%; }

/* No padding on columns */
.no-pad {
  padding-left: 0;
  padding-right: 0; }

.no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

/* LiveCapital Classes */
.topo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.header .logo, .header .menu {
  height: 45px; }

.header .logo {
  background-color: #326b9c;
  padding: 0.6em 0;
  text-align: center; }

.header .menu {
  padding: 0.45em 0; }

/* Templates */
.wrap-height {
  height: 100%; }

/* Wraps everything, sets padding for scrolling */
.wrap-content {
  height: 100%;
  padding: 0 0 30px 0; }

.wrap-content .wrap-small {
  height: 100%;
  padding: 0 0 45px 0; }

.wrap-content .wrap-medium {
  padding-bottom: 80px; }

.wrap-content .wrap-large {
  padding-bottom: 130px; }

.overflow-scroll {
  overflow-y: scroll; }

.wrap-content.single {
  padding: 0; }

/* Wraps everything, creates scrolling */
.wrap-content .content {
  height: 100%;
  overflow: auto;
  padding: 0;
  width: 100%; }

.content .wrap {
  padding: 15px; }

.content .wrap .divider {
  margin-bottom: 1.2em; }

.content .wrap .divider p {
  margin: 0; }

.content-top {
  margin-top: 15px; }

.form-align {
  display: inline-block;
  vertical-align: middle; }

.row .row {
  margin-left: auto;
  margin-right: auto; }

/* Space for scrolling */
.wrap-content .content.small:after {
  content: "";
  display: block;
  padding: 0 0 80px 0;
  width: 100%; }

.wrap-content .content.medium:after {
  content: "";
  display: block;
  padding: 0 0 130px 0;
  width: 100%; }

.wrap-content .content.large:after {
  content: "";
  display: block;
  padding: 0 0 220px 0;
  width: 100%; }

.modal-header {
  background: #fff;
  color: #777;
  font-size: 1.1rem;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.footer {
  background: #F7F7F9;
  border-top: 1px solid #CCCCCC;
  color: #4E7CA5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.footer .group {
  float: left;
  padding: 10px; }

.footer .group.odd {
  background: #eaeaea; }

.footer .save {
  float: right;
  padding: 10px 10px 0 0; }

.footer .form-row {
  padding: 0 0 10px 0; }

.footer .form-row-full {
  height: 100%;
  float: left;
  padding: 0 10px 5px 0; }

.footer hr {
  margin: 4.8em 0 0.8em 0; }

.footer .bmf {
  float: left;
  padding: 0.5em 1em;
  width: 100%; }

.footer .group input[type="text"] {
  height: 1.5rem;
  max-width: 110px; }

.footer .group .small input[type="text"] {
  max-width: 60px; }

.footer .group .medium input[type="text"] {
  max-width: 130px; }

.footer .group.bmf .medium input[type="text"] {
  max-width: 115px; }

.bmf-partial {
  float: left;
  width: 50%; }

.footer label {
  color: #4E7CA5;
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase; }

.footer li {
  font-size: 0.7rem;
  list-style: none;
  padding: 0.6em 1em 0.8em 0;
  float: left; }

.footer p {
  color: #4E7CA5;
  font-size: 0.7rem;
  font-weight: bold;
  margin: 0;
  text-align: right;
  text-transform: uppercase; }

.footer p.liquid {
  font-size: 1.3rem;
  font-weight: normal; }

/* Blankslates */
.blankslate {
  margin: 0 auto;
  margin-top: 10%; }

.blankslate.no-form {
  text-align: center; }

.blankslate.no-form a {
  float: none; }

.blankslate h3 {
  color: #878787;
  font-size: 1.8em; }

.blankslate p {
  color: #878787;
  font-size: 1.2em;
  line-height: 1.4em; }

.blankslate input, .blankslate a {
  float: left; }

.blankslate input[type="text"] {
  margin: 0.2em 0 0 0;
  width: 200px; }

.blankslate a {
  margin: 0 0 0 0.4em; }

.blankslate .action {
  padding-top: 0.5em;
  width: 360px;
  margin: 0 auto; }

/* Foundation classes */
/* Buttons */
button, .button {
  border-width: 1px;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 0.8rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
  font-size: 0.8rem;
  background-color: #4D7BA5;
  border-color: #4D7BA5; }

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #355571; }

button.secondary, .button.secondary {
  background-color: #F1F1F1;
  color: #A1A1A1;
  margin: 0; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #e9e9e9;
  color: #4D7BA5; }

button.save, .button.save {
  background-color: #49AC87;
  border-color: #3da17c;
  margin: 0; }

button.save:hover, .button.save:hover {
  background-color: #40a07c;
  border-color: #3da17c; }

button.inner, .button.inner {
  border-radius: 2px 2px 2px 2px;
  padding: 0.5em 1em;
  margin: 0; }

button.disabled, button[disabled], .button.disabled, .button[disabled], .button.disabled.secondary {
  background-color: #cbcbcb;
  border-color: #d9d9d9;
  color: #949494;
  cursor: default;
  opacity: 0.5;
  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, .button.disabled.secondary:hover, .button.disabled.secondary:focus {
  background-color: #cbcbcb;
  color: #949494; }

button.small-button {
  padding: 0.25em 1em; }

button.add, .button.add {
  border-color: #18975a;
  background: #18975a;
  color: #FFFFFF;
  margin: 0; }

button.add:hover, button.add:focus, .button.add:hover, .button.add:focus {
  background: #18975a;
  border-color: #18975a;
  color: #FFFFFF; }

button.large, .button.large {
  padding-top: 0.6rem;
  padding-right: 1.2rem;
  padding-bottom: 0.6625rem;
  padding-left: 1.2rem;
  font-size: 0.9rem; }

button.small, .button.small {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
  font-size: 0.8rem; }

button.tiny, .button.tiny {
  padding-top: 0.4rem;
  padding-right: 0.8rem;
  padding-bottom: 0.4625rem;
  padding-left: 0.8rem;
  font-size: 0.6875rem; }

/* Navigation */
.top-bar {
  background: none; }

.top-bar-section ul {
  padding: 0.5em 0em 0.6em 1.5em; }

.top-bar-section ul li {
  padding: 0 1em; }

.top-bar-section li:not(.has-form) a:not(.button) {
  color: #FFFFFF;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 0;
  padding: 0.7em 0.5em 0.8em; }

.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  background: none;
  background-color: none;
  border-bottom: 2px solid #326b9c;
  color: #FFFFFF;
  line-height: 0;
  padding: 0.7em 0.5em 0.8em; }

.top-bar-section ul li:hover, .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section ul li:hover:not(.has-form) > a {
  color: #FFFFFF; }

.top-bar-section ul li {
  background: none;
  margin-right: 5px; }

.top-bar .toggle-topbar {
  left: 0; }

.top-bar .toggle-topbar.menu-icon a span {
  margin-left: 20px; }

.top-bar .toggle-topbar.menu-icon a span::after {
  left: 10px; }

/* Off Canvas */
.tab-bar {
  background-color: #326b9c; }

.tab-bar .menu-icon span img {
  height: 24px;
  margin-left: 10px;
  max-width: 111px; }

.off-canvas-wrap {
  height: 100%; }

.inner-wrap {
  height: 100%; }

.left-off-canvas-menu {
  background: #36587b; }

ul.off-canvas-list li.second label {
  background: #bababa;
  color: #354a69; }

ul.off-canvas-list li.username {
  background-color: #486f97;
  border-bottom: 1px solid #486f97;
  color: white;
  display: block;
  padding: 0.8em 0.7em; }

ul.off-canvas-list li a {
  border-bottom: 1px solid #486f97;
  color: white;
  display: block;
  padding: 0.7em 1.2em; }

ul.off-canvas-list li a {
  font-size: 0.9rem;
  font-weight: normal; }

ul.off-canvas-list li a:hover {
  background: #23395a; }

.move-right .exit-off-canvas {
  box-shadow: none; }

/* Forms */
label.left {
  padding-right: 0.8em; }

label.inline {
  padding: 0.2rem 0; }

label.big {
  font-weight: bold; }

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 {
  font-size: 0.8rem;
  height: 2.2375em; }

input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius {
  border-radius: 2px; }

input[type="text"] {
  box-shadow: none;
  height: 1.7rem;
  font-size: 0.8rem;
  margin: 0;
  padding: 0.2em 0.5em; }

input[type="text"].big {
  box-shadow: none;
  height: 2.3rem;
  font-size: 0.8rem;
  margin: 0; }

input[type="checkbox"] {
  margin: 0; }

input[type="button"] {
  background-color: #4D7BA5;
  border: none;
  color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0;
  padding: 0.7rem 0.9rem; }

div .input {
  padding-right: 0.6em; }

div .input-lined {
  padding-left: 2em; }

select {
  background-color: #FFFFFF;
  background-image: url('/assets/img/ico-select.png');
  font-size: 0.65rem;
  font-weight: bold;
  line-height: 14px;
  height: 1.5rem;
  padding: 0 23px 0 8px;
  text-transform: uppercase;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select.radius {
  border-radius: 2px; }

select:hover {
  background-color: #F7F7F7; }

select .global {
  padding: 0.2em 0 0 0.5em; }

select .institution {
  padding: 0.2em 0 0 1.5em; }

select .account {
  padding: 0.2em 0 0 2.5em; }

input[type="text"].transparent {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0; }

input[readonly] {
  background: #E3E3E3;
  border: none;
  box-shadow: none;
  opacity: 0.8; }

textarea {
  min-height: 180px;
  resize: none; }

.error > label > small {
  color: #7d7d7d; }

.icon-bar > *:hover {
  background-color: #4D7BA5; }

.form-vertical input[type="text"].big, .form-vertical select, .form-vertical textarea {
  margin: 0.3em 0 1.5em 0; }

.form-vertical .button.secondary {
  border: 1px solid #b0b0b0;
  color: #666666;
  margin-bottom: 10px; }

.form-horizontal td {
  vertical-align: top; }

.error-messages p {
  color: #c04345;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: none; }

/* Filters */
.filters-wrap {
  background-color: #FFFFFF;
  min-height: 100px;
  padding: 30px 25px; }

/* Header */
.user-info {
  height: 63px;
  position: absolute;
  right: 0.4em;
  top: 0;
  text-align: right; }

.user-info .username {
  color: #FFFFFF;
  float: left;
  font-size: 0.7rem;
  padding: 20px 10px; }

.user-info .credits {
  background: url('/assets/img/credits-bg.png') repeat-x 0 0;
  border-radius: 4px;
  box-shadow: 0 2px 1px #202C3F, 0 0 2px #43638C inset;
  height: 33px;
  float: left;
  margin: 13px 10px;
  min-width: 100px; }

.user-info .credits a {
  background: url('/assets/img/ico-credits.png') no-repeat 0 0;
  width: 24px;
  height: 23px;
  float: left;
  display: inline-block;
  margin: 6px 0 6px 8px;
  text-indent: -9999px; }

.user-info .credits span {
  color: #9DADC3;
  display: inline-block;
  font-size: 0.6rem;
  margin: 0;
  padding: 3px 10px 4px 10px; }

.user-info .credits p {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 0;
  margin: 0;
  padding: 7px 0 0;
  text-align: center; }

.menu {
  background: #355571; }

.wrap-header-actions {
  background: #F4F4F4; }

.wrap-header-actions.intern {
  background: none;
  padding: 0.5em 0 0 1em; }

.wrap-header-actions.single {
  background: none;
  padding: 1em 1.5em 0 1.5em; }

.wrap-header-actions.single h4 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.6em; }

.wrap-header-actions .content-actions, .wrap-header-actions .full-width-content {
  background: #F4F4F4;
  border-bottom: 1px solid #E0E0E0;
  min-height: 38px;
  width: 100%; }

.wrap-header-actions .reports-filters {
  background: #FFFFFF;
  border-bottom: 1px solid #BABABA;
  min-height: 70px;
  margin-bottom: -1px;
  max-height: 130px;
  padding: 10px;
  width: 100%; }

.wrap-header-actions .side-links li {
  float: left;
  max-width: 200px;
  padding: 0.3em 1em; }

.wrap-header-actions .side-links {
  padding: 0.5em 1em; }

.wrap-header-actions .side-links button {
  margin: 0; }

.wrap-header-actions .content-actions input {
  height: 2.1em; }

.wrap-header-actions .content-actions select {
  min-width: 140px; }

/* Full width content */
.full-width-content a {
  font-size: 1.2em;
  line-height: 2em;
  padding: 0 1em; }

/* Sidebar */
.sidebar {
  background: #fbfbfb;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  float: left;
  height: 100%;
  padding-bottom: 115px;
  position: relative; }

.sidebar.small {
  padding-bottom: 85px; }

.sidebar .top-section {
  border-bottom: 1px solid #E0E0E0;
  color: #4D7BA5;
  padding: 0;
  text-align: left; }

.sidebar .top-section span {
  color: #4D7BA5;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left; }

.sidebar .broker-logo {
  background: #FFFFFF;
  border-top: 1px solid #D3D6D8;
  border-bottom: 1px solid #D3D6D8;
  padding: 4px 0;
  text-align: center; }

.sidebar .broker-logo img {
  height: 50px; }

.sidebar .results {
  background: #FFFFFF;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  text-align: center; }

.sidebar .results .icons {
  margin-left: 10px; }

.sidebar .results .icons .spot a {
  background-color: #d9eef5; }

.sidebar .results .icons .option a {
  background-color: #cee4e5; }

.sidebar .results .icons .fund a {
  background-color: #daf0de; }

.sidebar .results .icons .event a {
  background-color: #efefef; }

.sidebar .results .icons .fixed-income a {
  background-color: #b8c3e0; }

.sidebar .results .icons .otc a {
  background-color: #eae4c5; }

/* Menu */
ul.menu-sidebar {
  background: #f7f7f7;
  font-size: 0.9rem;
  padding: 0;
  height: 100%;
  overflow-y: scroll; }

ul.menu-sidebar li {
  border-bottom: 1px solid #b5b5b5; }

ul.menu-sidebar li a {
  color: #666666;
  display: block;
  font-weight: normal;
  text-shadow: 1px 1px 0 #FFFFFF;
  padding: 14px 5px 14px 12px; }

ul.menu-sidebar li:hover {
  background: #e9edf0; }

ul.menu-sidebar li.active {
  background: #FFFFFF; }

ul.menu-sidebar li.active a {
  color: #2f6faf;
  font-weight: bold; }

/* Accordion for general use */
.wrap-accordion {
  height: 100%;
  padding: 0 0 85px; }

.accordion .loading {
  padding: 0.5em 0 0.5em 3.8em; }

.accordion {
  text-align: left; }

.accordion:before, .accordion:after {
  content: " ";
  display: table; }

.accordion:after {
  clear: both; }

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important; }

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #FFFFFF;
  color: #666666;
  font-size: 0.8rem;
  padding: 0;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding-left: 25px; }

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #FFFFFF; }

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #FFFFFF; }

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0; }

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF; }

.accordion-close {
  background: url('/assets/img/arrow-left.png') no-repeat 4px;
  display: block;
  float: left;
  padding: 10px; }

.accordion-open {
  background: url('/assets/img/arrow-bottom.png') no-repeat 4px;
  display: block;
  float: left;
  padding: 10px; }

/* Open/close Accordion */
.accordion-control {
  background: #F2F2F2;
  font-size: 0.7rem;
  padding: 10px 5px;
  text-align: right; }

.accordion-control a {
  padding-left: 5px;
  text-decoration: underline; }

/* Year, month and day */
.accordion dd.year > a {
  background-color: #E5E5E5;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: #6b6b6b;
  margin-top: -1px; }

.accordion dd.year > a > div {
  padding: 3px 5px; }

.accordion dd.month > a > div {
  color: #4D7BA5;
  padding: 4px 25px; }

.accordion dd > .content .day {
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 50px; }

.accordion dd > .content .day:hover {
  background-color: #dfe8f0; }

.accordion dd > .content .day .icons a {
  border-radius: 2px 2px 2px 2px;
  color: #859093;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0;
  padding: 2px 6px; }

/* Change style for day in returns */
.accordion.returns dd > .content .day {
  font-weight: normal; }

.accordion.returns dd > .content .day a {
  color: #666666;
  font-weight: normal; }

.accordion.returns dd > .content .day:hover {
  background-color: #f3f3f3; }

.accordion.returns dd > .content .day.with-data {
  font-weight: bold; }

.accordion.returns dd > .content .day.with-data:hover {
  background-color: #dfe8f0; }

.accordion.returns dd > .content .day.with-data a {
  color: #336699;
  font-weight: bold; }

.accordion.returns dd > .content .day.future a {
  color: #be5355; }

/* Day and Balance for Portfolios */
.date-portfolio {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: table;
  margin-top: -1px;
  width: 100%; }

.date-portfolio:hover {
  background: #dfe8f0; }

.date-portfolio .data {
  font-size: 0.7rem;
  font-weight: normal;
  float: left;
  padding: 4px;
  text-align: center;
  width: 50%; }

.date-portfolio .balance {
  border-left: 1px solid #CCCCCC; }

.date-accordion-active {
  background: #dfe8f0; }

/* Accordion for Reports on off canvas menu */
.reports .accordion {
  margin-bottom: 0;
  text-align: left; }

.reports .accordion:before, .reports .accordion:after {
  content: " ";
  display: table; }

.reports .accordion:after {
  clear: both; }

.reports .accordion .accordion-navigation, .reports .accordion dd {
  display: block;
  margin-bottom: 0 !important; }

.reports .accordion .accordion-navigation.active > a, .reports .accordion dd.active > a {
  background: #3e5782 no-repeat 10px; }

.reports .accordion .accordion-navigation > a, .reports .accordion dd > a {
  background: #354a69 no-repeat 10px;
  color: #FFFFFF;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  padding: 8px 0 9px 10px; }

.reports .accordion .accordion-navigation > a:hover, .reports .accordion dd > a:hover {
  background: #23395a no-repeat 10px; }

.reports .accordion .accordion-navigation > .content, .reports .accordion dd > .content {
  display: none;
  padding: 0; }

.reports .accordion .accordion-navigation > .content.active, .reports .accordion dd > .content.active {
  display: block;
  background: #4a638c; }

.reports .accordion .accordion-navigation.active > a:hover, .reports .accordion dd.active > a:hover {
  background: #3e5782; }

.reports .accordion dd.active > a.reports-open {
  position: relative; }

.reports .accordion dd.active > a.reports-open:after {
  top: 100%;
  left: 9%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(62, 87, 130, 0);
  border-top-color: #3e5782;
  border-width: 10px;
  margin-left: -10px; }

.reports ul {
  margin-left: 0;
  padding: 0; }

.reports ul li a {
  padding: 12px 0 10px 30px; }

.reports ul li a:hover {
  background: #2f4873; }

/* Content */
/* Basics */
.positive {
  color: #5A975A; }

.negative {
  color: #BE5355; }

.neutral {
  color: #D2D2D2; }

.quote-up {
  background: url('/assets/img/arrow-green.png') no-repeat 4px 1px;
  color: #5A975A;
  padding: 0 0 0 20px; }

.quote-down {
  background: url('/assets/img/arrow-red.png') no-repeat 4px 2px;
  color: #BE5355;
  padding: 0 0 0 20px; }

/* Dropdown */
.button.sheet {
  background: #FFFFFF url('/assets/img/ico-menu.png') no-repeat center center;
  width: 16px;
  height: 16px;
  padding: 1em;
  margin: 0 0.5em 0 0;
  border: none; }

.widget-dropdown {
  background-color: #f5f5f5;
  border: 1px solid #CCCCCC;
  width: 300px;
  padding: 0;
  left: auto !important;
  position: absolute;
  right: 0;
  z-index: 99; }

.content-dropdown {
  background-color: #f5f5f5;
  border: 1px solid #CCCCCC;
  width: 300px;
  padding: 0;
  left: 2.2em !important;
  position: absolute;
  right: 0;
  z-index: 99; }

.wrap-header-actions .side-links .content-dropdown li {
  float: none;
  max-width: 100%;
  padding: 0; }

.wrap-header-actions .side-links .content-dropdown li a {
  text-decoration: none; }

button.dropdown .menu-user, .button.dropdown.menu-user {
  background-color: transparent;
  border-color: transparent;
  padding: 1em 2em 1.4em 1em;
  font-size: 0.8em;
  top: -0.6em; }

button.dropdown.menu-user::after, .button.dropdown.menu-user::after {
  right: 0.6em; }

button.dropdown.menu-user:after, .button.dropdown.menu-user:after {
  border-width: 0.355rem;
  margin-top: -0.39em; }

.dropdown.button, button.dropdown {
  border-radius: 0;
  padding: 0.6em 1.5em 0.6em 0.5em;
  z-index: 9; }

.dropdown.button::after, button.dropdown::after {
  right: auto; }

.f-dropdown:before {
  left: auto;
  right: 10px; }

.f-dropdown:after {
  left: auto;
  right: 9px; }

.f-dropdown.f-user {
  margin-top: -2px;
  margin-right: 8px;
  width: 145px; }

.f-dropdown.f-user li {
  line-height: 1.3em;
  font-size: 0.8em; }

.f-dropdown.f-user::before, .f-dropdown.f-user::after {
  border: none; }

.f-dropdown li a {
  border-bottom: 1px solid #CCCCCC; }

/* Spinner */
.spinner-opacity {
  background-color: rgba(213, 213, 213, 0.5);
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 4; }

.spinner-full {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 4; }

.spinner-text {
  width: 600px;
  text-align: center;
  margin-left: -300px;
  margin-top: 25px;
  left: 50%;
  top: 44%;
  position: absolute; }

/* Loading */
.loading-page {
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9;
  position: absolute;
  text-align: center; }

.loading-page img {
  margin-top: 12%;
  position: relative; }

.loading-page.medium img {
  margin-top: 15%;
  position: relative; }

.loading-page p {
  font-size: 1.3em;
  font-weight: bold;
  color: #336699;
  text-align: center;
  padding: 2em 0; }

/* Datepicker */
.above-datepicker ._720kb-datepicker-calendar {
  bottom: 1.5rem; }

._720kb-datepicker-calendar-body, ._720kb-datepicker-calendar-days-header, ._720kb-datepicker-calendar-header, ._720kb-datepicker-calendar-years-pagination-pages, .datepicker, [datepicker], datepicker {
  font-family: Helvetica, Arial, sans-serif; }

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #4D7BA5; }

._720kb-datepicker-calendar-header:nth-child(even) {
  background: #E9E9E9; }

._720kb-datepicker-calendar-days-header {
  background: #F2F2F2; }

._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: #49AC87;
  color: #FFFFFF; }

._720kb-datepicker-calendar-day:hover {
  background: #e1e1e1; }

@media screen and (min-width: 40em) {
  .field-columns {
    float: left;
    width: auto;
    padding: 0 10px;
    height: 52px;
    margin-bottom: 15px; }
    .field-columns.inline-label label {
      display: inline;
      padding-right: 5px; }
    .field-columns.inline-label .dropdown, .field-columns.inline-label datepicker {
      display: inline-block;
      width: auto !important;
      float: none; }
    .field-columns.inline-label input {
      display: inline-block; }
  input[date-input] {
    width: 86px; }
  input[currency-input] {
    width: 86px; }
  .field-input-column {
    padding: 0 10px 0 0; }
  label.vertical-label {
    padding-top: 3px; } }

/* Alerts */
.wrap-alerts {
  position: absolute;
  z-index: 99999;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.alert-box.radius {
  border-radius: 2px; }

.alert-box {
  background-color: #4D7BA5;
  border-color: #355571;
  border-radius: 2px 2px 2px 2px;
  border: none;
  margin: 0.94em 0; }

.alert-box.info {
  background-color: #b9b9b9;
  color: #ffffff; }

.alert-box.secondary {
  background-color: #F1F1F1;
  border-color: #cfcfcf;
  color: #525252; }

.alert-box.info {
  color: #525252; }

/* Modal */
dialog, .reveal-modal {
  width: 50%;
  margin-left: -25%;
  padding: 1em 1.6em;
  top: 35%; }

dialog, .reveal-modal h3 {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0.2em;
  margin-bottom: 1.2em; }

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  top: 0em; }

dialog, .reveal-modal input[type="text"] {
  height: 2.2375rem; }

/* Tables */
table {
  border: 1px solid #E7E7E7;
  border-spacing: 0;
  margin-bottom: 0;
  width: 100%; }

table tr th, table tr td, table caption {
  color: #666666;
  font-size: 0.8rem; }

table thead tr th {
  text-align: center;
  font-size: 1em;
  text-shadow: 1px 1px 0 #FFFFFF; }

table tr td {
  text-align: center; }

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
  color: #666666;
  font-size: 0.8rem; }

.report table thead tr th, table tr th {
  line-height: 1.1em; }

.report table tbody tr td, table tr td {
  line-height: 1em;
  padding: 0.4em; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #FFFFFF; }

/* Small */
table.small thead tr th {
  background: url('/assets/img/small-table_ziqw6q.jpg') repeat-x; }

table.small tr th, table.small tr td {
  border: 1px solid #BABABA;
  padding: 0.5rem 0.7rem 0.5rem; }

table.small.clean tr th {
  border: none;
  padding: 0.7em;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  padding: 0.9em; }

table.small.clean tr th.edge {
  border-left: none; }

table.small.clean tr td {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 0.9em 0.7em; }

/* Big */
table.big thead tr th {
  text-transform: uppercase; }

/* Footer */
table.second-footer {
  left: auto;
  margin-bottom: 0; }

table.second-footer thead tr th, table.second-footer tr td {
  background: #D9E2EB;
  border: none;
  padding: 4px 2px; }

table.second-footer thead tr th {
  font-size: 0.7rem; }

/* Table sizes (width) */
table .smaller {
  width: 1%;
  text-align: center; }

table .small {
  width: 5%;
  text-align: center; }

table .default {
  width: 8%; }

table .normal {
  width: 11%; }

table .medium {
  width: 15%; }

table .large {
  width: 25%; }

table.text-left tr th, table.text-left tr td {
  text-align: left;
  padding: 1em; }

table .text-center tr th, table .text-center tr td {
  text-align: center; }

table.text-left-first tr th, table.text-left-first tr td:first-child {
  text-align: left; }

table.text-right-last tr th, table.text-right-last tr td:last-child {
  text-align: right; }

table.text-center-first tr th, table.text-center-first tr td:first-child {
  text-align: center; }

table select {
  width: 80%;
  margin: 0; }

table .button, table .button.small {
  margin: 0;
  width: auto; }

table .button.small {
  padding: 0.4rem 0.8rem 0.4rem; }

table input[type="text"] {
  height: 1.55rem;
  margin: 0; }

.fixed-table-container {
  height: 100%;
  position: initial; }

.fixed-table-container-inner {
  overflow-y: auto;
  height: 100%; }

div.fixed-table-container div table thead tr th {
  padding: 0;
  border: 0; }

.th-inner {
  position: absolute;
  top: 0;
  text-align: left;
  z-index: 1; }

.hidden-header .th-inner {
  position: static;
  overflow-y: hidden;
  height: 0; }

.table-small .fixed-table-container {
  padding-top: 0; }

.table-small .fixedheader div.center-text {
  margin: 0 auto;
  width: 0; }

.table-small .fixedheader div.th-inner {
  height: 29px;
  margin-left: -50%;
  text-align: center;
  top: 36px;
  width: 100%;
  z-index: 1; }

.table-small .header-background {
  background: url('/assets/img/table-small-bg.png') repeat;
  border-bottom: 1px solid #BABABA;
  position: absolute;
  height: 31px;
  top: 30px;
  right: 0;
  left: 0; }

.table-big {
  height: 100%; }

.table-big .fixed-table-container {
  padding-top: 0; }

.table-big .fixedheader div.center-text {
  margin: 0;
  width: 0; }

.table-big .fixedheader div.th-inner {
  text-align: left;
  top: 13px;
  margin-left: 16px;
  width: auto; }

.table-big .header-background {
  background: url('/assets/img/table-big-bg.png') repeat;
  height: 45px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 98%; }

.table-big .hidden-header {
  height: 45px; }

/* Autocomplete */
.angucomplete-searching {
  padding: 12px; }

.angucomplete-row {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: -1px;
  padding: 12px; }

.angucomplete-dropdown {
  background-color: #f5f5f5;
  margin-top: -1px;
  padding: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 247px; }

.angucomplete-selected-row {
  background-color: #5f85aa;
  padding: 12px; }

/* Login */
.head-login {
  background: url('/assets/img/bg-funcionalidades-new.jpg') no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative; }

.head-login h1 {
  background: url("/assets/img/logo_lc_02.png") no-repeat center;
  width: 288px;
  height: 72px;
  background-size: 288px 72px;
  margin: 0 auto;
  text-indent: -999px;
  top: 30px;
  position: relative; }

.wrap-login {
  position: relative;
  top: 25%; }

.login {
  text-align: center;
  padding: 20px;
  margin-top: 60px; }

.login span {
  background: rgba(0, 0, 0, 0) url("/assets/img/btn-login.png") repeat-x scroll left top;
  display: block;
  height: 49px;
  text-indent: -9999px;
  width: 302px;
  margin: 0 auto;
  margin-bottom: 30px; }

.other-connection {
  display: inline-block;
  margin-top: 15px; }

.login a.connection {
  position: relative;
  height: 49px;
  text-indent: -9999px;
  width: 302px;
  float: left;
  margin: 10px; }

.login a.connection.facebook {
  background: url("/assets/img/login-fb.png") no-repeat;
  display: block; }

.login a.connection.google {
  background: url("/assets/img/login-google.png") no-repeat;
  display: block; }

/* Dashboards */
.wrap-page, .dashboard {
  height: 100%; }

.wrap-content .inner-dashboard {
  background-color: #ededed;
  padding: 10px;
  text-align: center; }

.inner-dashboard .row.row {
  margin: 0; }

.wrap-content .inner-import {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center; }

.card {
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 1.5em;
  min-height: 465px; }

.card .title {
  background-color: #c5c6c7;
  border-radius: 3px 3px 0 0;
  color: #4d4d4d;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: bold;
  padding: 2.5em 2em 1em 2em; }

.card .label-title {
  position: absolute;
  top: 0;
  left: 1.5em;
  right: 1.5em;
  background-color: #acacac;
  color: #ffffff;
  font-size: 0.85em;
  font-weight: normal;
  padding: 0.3em 0.6em;
  border-radius: 2px 2px 0 0; }

.card .content a {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E9E9E9;
  display: block;
  font-size: 0.8rem;
  padding: 0.7em; }

.card .content a:hover {
  background-color: #4D7BA5;
  color: #FFFFFF; }

.box {
  background: #FFFFFF;
  height: 245px;
  margin: 5px; }

.gridster-item .row {
  width: 100%;
  margin: 0; }

.gridster-loaded .gridster-item {
  background: #FFFFFF;
  border: 1px solid #dadada; }

.gridster-item p {
  margin: 0; }

.gridster-item .title {
  color: #666666;
  font-size: 0.9em;
  padding: 0.2em 0.3em;
  text-align: left;
  font-weight: bold; }

.gridster-item .title a {
  font-size: 0.8em; }

.gridster-item .inner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52%;
  margin: auto; }

.gridster-item-moving iframe {
  pointer-events: none; }

.gridster-item .quote-down {
  padding: 3px 0 0 20px; }

.gridster-item .top {
  padding: 25px 25px 5px 25px; }

.gridster-item .main {
  color: #527ca2;
  font-size: 2rem;
  font-weight: bold; }

.gridster-item .top .border {
  border-bottom: 1px solid #d3d6d7;
  padding: 5px 25px; }

.gridster-item .middle-wrapper {
  padding: 12px 25px; }

.gridster-item .info {
  color: #527ca2;
  padding: 5px 15px;
  width: 50%; }

.gridster-item .info.left {
  text-align: right;
  border-right: 1px solid #d3d6d7; }

.gridster-item .info.right {
  text-align: left; }

.gridster-item .info p.value {
  font-size: 1.3rem; }

.gridster-item .info p.subtitle {
  color: #a8a8a8;
  font-size: 0.5rem;
  margin: 0 0 0.3rem 0;
  text-transform: uppercase; }

.gridster-item table {
  margin: 0;
  empty-cells: show; }

.gridster-item table thead {
  background: none; }

.gridster-item table .subtitle {
  background: none;
  color: #666666; }

.gridster-item table thead .subtitle {
  text-align: center; }

.gridster-item tr {
  border-bottom: 1px solid #dcdcdc; }

.gridster-item tr td {
  padding: 0.1em; }

.gridster-item table .value {
  font-weight: bold; }

.gridster-item .first-header {
  background-color: #dcdcdc; }

.gridster-item .first-header.odd {
  background-color: #ffffff; }

.gridster-item .second-header th.subtitle {
  background-color: #f1f1f1;
  text-align: center;
  padding: 0.1em; }

.gridster-item tr.total td, .gridster-item tr.second-header {
  background-color: #f1f1f1; }

.gridster-item tr.total td:first-child {
  text-align: left; }

.gridster-item tr.total td:last-child {
  text-align: right; }

.gridster-item table.expanded-info th, .gridster-item table.expanded-info td {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  font-size: 0.7em;
  text-shadow: none;
  padding: 0.1em; }

.gridster-item table.expanded-info td.subtitle.last, .gridster-item table.expanded-info td.value.last {
  width: 10%; }

.gridster-item table.expanded-info td {
  text-align: center; }

.gridster-item table.expanded-info.micro-calc-log th:first-child, .gridster-item table.expanded-info.micro-calc-log td:first-child {
  width: 50%; }

.gridster-item table.expanded-info.micro-calc-log th:last-child, .gridster-item table.expanded-info.micro-calc-log td:last-child {
  width: 50%; }

.gridster-item table.expanded-info.medium-calc-log td {
  width: 30%; }

.gridster-item table.expanded-info .empty {
  background-color: #FFFFFF; }

.gridster-item table.expanded-info .operations {
  background-color: #f5f5f5; }

.gridster-item table.expanded-info .positions {
  background-color: #f8f8f8; }

/* expanded info portfolio */
.gridster-item table.expanded-info.portfolio th {
  background-color: #e7e7e7;
  border: none;
  padding: 0.5em; }

.gridster-item table.expanded-info.portfolio tr, .gridster-item table.expanded-info.portfolio td {
  border: 0; }

.gridster-item table.expanded-info.portfolio .small, .gridster-item table.expanded-info.portfolio .medium {
  width: auto; }

.gridster-item .table-return table thead th:last-child, .gridster-item .table-return table tbody td:last-child, .gridster-item .table-return table tbody tr:last-child {
  background: #f5f5f5; }

.gridster-item .table-return table tbody tr.total td:last-child {
  background: #dcdcdc; }

.gridster-item table th.subtitle.note, .gridster-item table td.note {
  text-align: left;
  background-color: #dbe1e6;
  padding: 3px 10px; }

.gridster-item .footer {
  background: #f5f5f5;
  border-top: 1px solid #d6d6d6;
  color: #6893b9;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 10px;
  z-index: 0; }

.gridster-item .footer a {
  background: url("/assets/img/plus.png") no-repeat left;
  color: #6893b9;
  font-size: 0.9em;
  padding: 8px 6px 6px 30px; }

.add-widget, .add-button {
  background: #e2e2e2;
  border: 1px solid #b6b6b6;
  border-style: dashed;
  padding: 2.8em 0;
  text-align: center;
  position: relative;
  margin: 1em auto 2em; }

.add-widget a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px; }

.add-widget a .btn {
  background: url("/assets/img/operations-add.png") no-repeat left;
  font-size: 0.9rem;
  padding: 10px 20px 10px 45px; }

.remove-widget {
  background: url("/assets/img/removewidget.png") no-repeat;
  margin-top: 10px;
  right: 10px;
  padding: 5px;
  position: absolute; }

/* Import */
.import p {
  margin-bottom: 0; }

.upload {
  margin-top: 5%;
  min-height: 140px; }

.upload .choose-files, .upload .status {
  background-color: #f6f6f6;
  min-height: 140px; }

.upload .equalizer-wrapper {
  margin: 0;
  padding: 0; }

.upload .choose-files {
  padding: 0; }

.upload .status {
  border-left: 1px solid #d1d1d1; }

.upload .choose-files p {
  font-size: 0.7rem; }

.upload .status p {
  font-size: 0.8rem;
  padding: 10px;
  text-align: left; }

.upload .status span {
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1rem;
  padding: 12px 0 10px 50px;
  text-align: center;
  margin: 7% auto; }

.upload .status span.status-default {
  padding: 0; }

.upload .status span.status-default p {
  padding: 0; }

.choose-files .button {
  margin: 7% auto; }

.choose-files .button input[type="file"] {
  left: 0;
  top: 0;
  height: 32px; }

.upload .status.conflict-message {
  border-left: none; }

.status .error span {
  background: url("/assets/img/status-error.png") no-repeat 8px center;
  color: #c04345; }

.status .loading span {
  background: url("/assets/img/status-loading.gif") no-repeat 8px center;
  color: #626262; }

.status .success {
  color: #626262;
  margin: 0 auto;
  width: 80%; }

.status .success span {
  background: url("/assets/img/status-success.png") no-repeat center;
  display: block;
  float: left;
  padding: 32px; }

.status .success p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1rem;
  text-align: center;
  padding: 7% 0; }

.status .success a {
  margin: 12px 5px 0 5px; }

.status .conflict-action p {
  color: #6b6b6b;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 20px;
  text-align: center; }

.status .conflict-action a {
  margin: 10px 12px 0 0; }

.files {
  margin: 10px auto; }

.files table thead {
  background-color: #ebebeb; }

.files table thead tr th {
  background-color: #ebebeb;
  color: #8a8a8a;
  padding: 12px 10px;
  text-transform: uppercase; }

.files tr {
  background-color: #fafafa; }

.files tr:nth-child(even) {
  background-color: #ffffff; }

.files .file {
  width: 50%; }

.files .status {
  width: 25%; }

.conflict.files .status {
  font-weight: bold; }

.files td.file {
  border-right: 1px solid #d1d1d1;
  text-align: left;
  padding: 17px 15px; }

.file-icon {
  background: url("/assets/img/file-icon.png") no-repeat left;
  float: left;
  display: block;
  width: 22px;
  height: 27px;
  padding: 17px; }

p.name {
  color: #3d3d3d;
  font-size: 0.8rem;
  font-weight: bold; }

p.size {
  color: #929292;
  font-size: 0.7rem; }

.files td.status span {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto; }

.files .success {
  background: url("/assets/img/import-ok.png") no-repeat center; }

.files .error {
  background: url("/assets/img/import-error.png") no-repeat center; }

.files .loading {
  background: url("/assets/img/import-loading-animated.gif") no-repeat center; }

.files .error-message td {
  background-color: #eccfcf; }

.files .error-message p {
  color: #c04345;
  font-weight: bold;
  font-size: 0.7rem;
  text-align: left;
  padding: 0 0 0 6px; }

.files .error-message p.warning {
  color: #ae696a; }

.files .error-message a {
  color: #c04345; }

/* Accordion for Warnings */
.error-message .accordion .accordion-navigation > a, .accordion dd > a {
  background: none;
  padding-left: 0;
  font-size: 0.7rem;
  color: #ae696a; }

.error-message .accordion p {
  color: #ae696a; }

.error-message .accordion .accordion-navigation.active > a, .accordion dd.active > a, .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: none; }

.error-message .accordion-close, .error-message .accordion-open {
  padding: 10px 10px 8px 7px; }

/* Operations */
.add-transactions {
  text-align: center;
  padding: 12px 0 0; }

table th a {
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 2px 22px 6px;
  text-shadow: none; }

table th.add a {
  background: url("/assets/img/operacoes-btn-add.png") no-repeat center #4D7BA5; }

table th.delete a {
  background: url("/assets/img/operacoes-btn-delete.png") no-repeat center #df4141;
  text-indent: -9999px; }

table th.delete a.disabled {
  background-color: #e5b5b5;
  pointer-events: none;
  cursor: default; }

table td.delete a {
  background: url("/assets/img/operacoes-delete.png") no-repeat center;
  display: block;
  height: 10px; }

.importNote {
  background: #95b3cf;
  color: #FFFFFF;
  padding: 11px 5px; }

/* Transactions - Funds */
.funds-form input[type="radio"] {
  margin-bottom: 0; }
.funds-form label.inline-form {
  display: inline-block;
  padding-right: 0.4em;
  margin-bottom: 5px; }
.funds-form .fund-values-calculated {
  display: block;
  padding: 5px 0;
  font-size: 0.8rem;
  font-weight: 300;
  color: #ccc; }
.funds-form .angucomplete-holder .angucomplete-title {
  font-size: 14px;
  line-height: 18px; }
.funds-form .angucomplete-holder .angucomplete-description {
  font-size: 11px; }

/* Transactions - Securities */
.top-info {
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  min-height: 51px;
  border-bottom: 0;
  margin: 0;
  padding-top: 0.9em;
  padding-bottom: 0.9em; }

.top-info input {
  margin: 0; }

.top-info label.inline {
  margin: 0 0 0.5em; }

.top-info input[type="text"] {
  max-width: 100px; }

/* Operations - Fixed Income */
.examples-wrapper {
  background-color: #eee;
  padding: 15px; }
  .examples-wrapper ol {
    margin-top: 10px;
    margin-bottom: 0; }
    .examples-wrapper ol li {
      font-style: italic;
      font-size: 0.9em; }

.dynamic-form {
  background: #fcfcfc;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px; }

.dynamic-form label {
  margin-bottom: 5px; }

.dynamic-form select {
  margin: 0; }

.dynamic-form .close {
  background: url("/assets/img/operations-close.png") no-repeat top right;
  padding: 10px;
  position: relative;
  float: right;
  right: 8px;
  top: 8px;
  width: 20px; }

.dynamic-form .header {
  background: #dbdbdb;
  padding: 1em 1em 4.2em 1em; }

.dynamic-form .header .data {
  float: left;
  padding: 0.4em 0; }

.dynamic-form .header .data div {
  margin-right: 10px; }

.dynamic-form .dynamic-content {
  padding: 20px 15px; }

.dynamic-input > .columns, .dynamic-input > .field-columns {
  padding: 0; }

.dynamic-input {
  padding-bottom: 1em; }

.header input[type="submit"] {
  margin: 0 1.5em 0em 0; }

.dynamic-input input[type="checkbox"] + label {
  margin-left: 0; }

.dynamic-input input[type="radio"] + label {
  margin-left: 0.3em;
  margin-right: 0.1em; }

.dynamic-input textarea {
  min-height: 120px; }

.dynamic-form .category {
  padding: 15px 0 0px 0; }

.dynamic-form .subtitle {
  width: 100%;
  background: #efefef;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 8px 0;
  padding: 10px; }

.dynamic-form .taxes {
  padding: 25px 0 0 0; }

.dynamic-form .save {
  margin: 1.5em 0 0 0; }

.dynamic-form .dynamic-content.new {
  color: #b9b9b9;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 50px 20px; }

.dynamic-form.add {
  background: #f0f4f8;
  border: 1px solid #b6cde4;
  border-style: dashed;
  padding: 45px;
  text-align: center;
  position: relative;
  margin-top: 1.5em; }

.dynamic-form.add a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px; }

.dynamic-form.add.securities {
  margin-top: 1.5em; }

.dynamic-form a .btn {
  background: url("/assets/img/operations-add.png") no-repeat left;
  font-size: 0.9rem;
  padding: 10px 20px 10px 45px; }

.action-wrap {
  margin: 1.5em 0;
  padding: 0.4em; }

.action-wrap.left {
  padding-left: 0; }

.action-wrap.right {
  padding-right: 0; }

.action {
  text-align: center;
  position: relative;
  display: block; }

.action.add {
  background: #f0f4f8;
  border: 1px solid #b6cde4;
  border-style: dashed;
  padding: 40px; }

.action.edit {
  background: #f0f4f8;
  border: 1px solid #b6cde4;
  border-style: dashed;
  padding: 15px;
  margin: 0 0 0.4em 0; }

.action.medium {
  background: #f0f4f8;
  border: 1px solid #b6cde4;
  border-style: dashed;
  padding: 25px; }

.action.delete {
  background: #e3e3e3;
  border: 1px solid #cacaca;
  border-style: dashed;
  padding: 15px;
  margin: 0 0 0.4em 0;
  color: #808080; }

.action .btn {
  background: url("/assets/img/operations-add.png") no-repeat left;
  font-size: 1.1em;
  padding: 10px 20px 10px 45px; }

.action .btn.edit {
  background: url("/assets/img/ico-edit.png") no-repeat left;
  font-size: 1.1em;
  padding: 10px 20px 6px 25px; }

.action .btn.delete {
  background: url("/assets/img/ico-delete02.png") no-repeat left;
  font-size: 1.1em;
  padding: 10px 20px 6px 25px; }

.add-account .action-wrap {
  margin: 0 0 1.5em 0; }

.dynamic-input .row-title {
  background: transparent; }

.row-title p {
  border-bottom: 1px solid #898989;
  color: #898989;
  font-size: 1.1em;
  margin-bottom: 0;
  margin-top: 1em; }

p.info {
  border-bottom: none;
  color: #898989;
  font-size: 1.1em;
  font-style: italic;
  margin-top: 0;
  padding-left: 1.1em;
  padding-bottom: 0.5em; }

/* Operations - Dynamic Form Small */
.dynamic-form-small {
  background-color: #ffffff;
  position: relative; }

.dynamic-form-small .dynamic-content {
  background-color: #fbfbfb;
  border: 1px solid #ececec;
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 1em 0.8em 0;
  width: 100%; }

.dynamic-form-small .dynamic-content .actions-wrap {
  position: relative;
  height: 12em; }

.dynamic-form-small .dynamic-content .actions {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.dynamic-form-small .dynamic-content .actions a.button {
  margin-bottom: 1em;
  padding: 0.7em 1.2em; }

.dynamic-form-small .dynamic-content input[type="checkbox"] {
  margin-top: 0.5em; }

/* Add button */
.add-button.add {
  background: #f2f2f2;
  border: 1px solid #b6b6b6;
  border-style: dashed;
  padding: 35px;
  text-align: center;
  position: relative;
  width: 98%;
  margin: 1em auto 0; }

.add-button.add:hover {
  background-color: #eeeeee; }

.add-button.add a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 28px; }

.add-button a .btn {
  background: url("/assets/img/operations-add.png") no-repeat left;
  font-size: 0.9rem;
  padding: 10px 20px 10px 45px; }

/* Returns */
.gridster-item .inner-content.wrap-return {
  height: auto;
  overflow-y: auto; }

.wrap-return.basic {
  top: 20%; }

.wrap-return.table-return {
  top: 19%; }

.wrap-return.table-expanded {
  top: 1.7em; }

.table-expanded .widget-taxes {
  padding: 0 0.4em; }

.wrap-return.no-footer {
  margin: 0 0 30px 0; }

.wrap-return.has-footer {
  margin: 0 0 60px 0; }

tr.total.returns td:first-child, tr.total.returns td:last-child {
  text-align: center; }

.return {
  border-bottom: 1px solid #dcdcdc; }

.return p {
  padding: 5px 0; }

.return p.title {
  color: #a8a8a8;
  font-size: 0.75rem;
  margin: 0.8em 0;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold; }

.return p.value {
  font-size: 1.6em;
  font-weight: bold;
  text-align: right; }

.date-filter {
  background-color: #f5f5f5;
  color: #4f7ca3;
  font-size: 0.8em;
  padding: 0.4em 0.8em;
  position: absolute;
  left: 0;
  top: 0.5em;
  text-transform: uppercase; }

/* Capital Gain widget */
.widget-center {
  height: 100%;
  padding: 0; }

.widget-error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.widget-error p {
  text-align: center;
  line-height: 18px;
  padding: 8px 0; }

/* Dynamic Table */
.dynamic_table table {
  border: 1px solid #f5f5f5; }

.dynamic_table thead th {
  background-color: #cbd2d8; }

.dynamic_table thead th, .dynamic_table tbody td {
  border: 1px solid #eeeeee; }

.dynamic_table td:nth-child(2) {
  background-color: #f5f5f5; }

.dynamic_table.extra-header thead th:first-child {
  border-bottom: 1px solid #cbd2d8; }

.dynamic_table.extra-header tbody td:first-child {
  border-top: 1px solid #cbd2d8; }

.dataTables_scroll {
  margin: 2em 0; }

.column-header {
  background-color: #cbd2d8;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF;
  border-top: 1px solid #cbd2d8; }

/* Small */
.wrap-widget {
  position: relative; }

.widget-size-small, .widget-size-medium, .widget-size-large {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.widget-size-medium {
  width: 90%;
  margin: 0 auto; }

.widget-size-small p.subtitle {
  color: #a8a8a8;
  font-size: 0.5em;
  text-align: center;
  text-transform: uppercase; }

.widget-size-small p.value {
  font-size: 2em;
  text-align: center;
  font-weight: bold; }

.widget-chart-wrapper {
  height: calc(100% - 30px);
  width: 100%; }

/* Widget Reports */
.widget-reports .title {
  padding: 0em 0.3em;
  font-weight: bold; }

.widget-reports .title-reports {
  padding: 0.5em;
  font-weight: bold;
  text-align: center; }

.widget-reports a {
  border-radius: 3px 3px 3px 3px;
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 0.8em 1.5em;
  text-transform: uppercase; }

.widget-reports a.widget-portfolio-refresh {
  position: absolute;
  text-transform: none;
  right: 3em;
  padding: 0 0 0.15em 2em;
  z-index: 9;
  top: 0.28em; }

.gridster-item .footer.footer-reports {
  padding: 15px 10px; }

.gridster-item .footer.footer-reports a {
  background: rgba(0, 0, 0, 0) url("/assets/img/ico-config.png") no-repeat scroll right center;
  padding: 8px 28px 6px 5px;
  color: #888888;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: normal; }

/* Portfolios */
table tr.empty {
  height: 30px; }

table tr.title td {
  background: #E5E5E5;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 10px;
  text-transform: uppercase; }

table tr.title a {
  background: url("/assets/img/arrow-link.png") no-repeat 10px 1px;
  padding: 0 15px; }

table tr td.bigtitle {
  color: #336699;
  font-weight: bold;
  font-size: 1.1rem; }

table tr.tipo td {
  padding: 0; }

table tr.tipo h5 {
  color: #aaaaaa;
  font-size: 0.5rem;
  margin: 0.4em 0 0 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  z-index: 1; }

table tr.tipo h5:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 98%;
  z-index: -1; }

table tr.tipo h5 span {
  background: #FFFFFF;
  padding: 0 15px; }

table.big.portfolio {
  position: relative; }

table.big.portfolio tr td {
  border-top: none; }

.back {
  margin: 8px 0; }

.back a {
  background: url("/assets/img/arrow-link-02.png") no-repeat left 0px;
  color: #4D7BA5;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 25px; }

.side-links li a {
  font-size: 0.7rem;
  text-decoration: underline; }

.side-links li a.delete {
  color: #6B6B6B;
  font-size: 0.7rem;
  text-decoration: none; }

.side-links label.inline, .wrap-header-actions .side-links select {
  margin: 0; }

.export {
  background: url("/assets/img/ico-portfolio-export.png") no-repeat top left;
  padding: 0 0 4px 20px; }

.refresh {
  background: url("/assets/img/ico-portfolio-refresh.png") no-repeat top left;
  padding: 0 0 4px 20px; }

.switch-portfolio {
  float: left;
  margin: 0;
  border: 1px solid #bdbdbd;
  border-radius: 3px 3px 3px 3px; }

.side-links .switch-portfolio li {
  background-color: #ffffff;
  padding: 0.3em 0.9em; }

.side-links .switch-portfolio li a {
  color: #888888;
  font-weight: normal;
  text-decoration: none; }

.side-links .switch-portfolio li.active {
  background-color: #356796;
  box-shadow: 1px 1px 6px #053057 inset; }

.side-links .switch-portfolio li.active a {
  color: #ffffff;
  font-weight: bold; }

.side-links .switch-portfolio li:first-child {
  border-right: 1px solid #bdbdbd; }

/* Reports */
.reports-filters label, .reports-filters input[type="text"], .reports-filters select {
  margin: 0; }

.reports-filters div {
  min-height: 40px; }

/* Fixed thead */
.floatThead-wrapper {
  height: 100%;
  position: absolute; }

.floatThead-container {
  top: 0 !important;
  z-index: 999 !important; }

/* Sheet */
.sheet .columns, .sheet .field-columns {
  padding: 1px 5px 0 5px; }

.sheet-1 div, .sheet-2 div, .sheet-3 div {
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  margin: 3px 0;
  padding: 10px; }

/* Reports */
.report table tr.even, table tr.alt, .report table tr:nth-of-type(even) {
  background: transparent; }

.calc-log th:first-child, .calc-log td:first-child {
  text-align: center;
  width: 4%; }

.taxes th:first-child, .taxes td:first-child {
  text-align: center;
  width: 15%; }

.report.horizontal-table table thead tr.month-list {
  background-color: #9cb3c6; }

.report.horizontal-table table thead tr.month-list th {
  color: #F5F5F5;
  text-shadow: none; }

.report.horizontal-table table thead tr.month-list th:first-child {
  background-color: #d8dfe5; }

.report.horizontal-table table thead tr.second-header th, .report.horizontal-table table tbody tr.second-header th {
  background-color: #dde1e4;
  text-align: center; }

.report.horizontal-table table {
  width: 100%; }

.report.horizontal-table th {
  border: 1px solid #CCCCCC; }

.report th:first-child {
  border-right: 1px solid #CCCCCC; }

.report td {
  border: 1px solid #CCCCCC; }

.report .no-data td {
  width: auto;
  text-align: center; }

.report table {
  margin: 1em 0; }

.report table thead {
  background-color: #d8dfe5; }

.report.statement th.description, .report.statement td.description {
  width: 30%; }

/* Context */
.context span {
  background-color: #c5d3dc;
  display: block;
  padding: 12px 5px 12px 12px;
  width: 100%;
  font-weight: bold; }

/* Configurations */
.institution {
  padding-top: 1em;
  border-bottom: 1px solid #e9e9e9; }

.institution > p {
  font-size: 1.2em;
  margin-bottom: 0.4em; }

.institution h3 {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 0.5em 0; }

.config.institution {
  border-bottom: none; }

.institution label {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0.2em 0; }

.institution label:first-child {
  margin: 0 0 0.2em 0; }

.institution.account {
  margin-top: 1em;
  border-bottom: none; }

.institution input, .institution select {
  height: 2.3em; }

.institution.account input[type="text"] {
  height: 2.3em; }

.institution.account table {
  border: 0; }

.institution.account th {
  padding: 0.6em 0.9em;
  text-align: center; }

.institution.account select {
  width: 100%; }

#institutions-current {
  background-color: #fff;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/ico-select.png);
  border: 1px solid #ccc;
  color: #333;
  font-size: 0.9em;
  padding: 6px 23px 0 8px;
  width: 100%;
  height: 2.5em;
  text-align: left;
  text-transform: uppercase;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  #institutions-current:after {
    display: none; }

#inputInstitutions {
  padding: 0;
  width: 110%;
  box-shadow: 0px 2px 3px rgba(102, 102, 102, 0.3); }
  #inputInstitutions:after {
    display: none; }
  #inputInstitutions:before {
    display: none; }
  #inputInstitutions li {
    padding: 5px 24px 5px 12px;
    color: #666;
    font-size: 0.8rem;
    position: relative; }
    #inputInstitutions li.is-selected {
      background-color: #4D7BA5;
      color: #fff; }
      #inputInstitutions li.is-selected:after {
        content: '';
        display: block;
        background-image: url(/assets/img/check.png);
        position: absolute;
        width: 12px;
        height: 8px;
        right: 8px;
        top: 10px; }
      #inputInstitutions li.is-selected:hover {
        background-color: #4D7BA5; }
    #inputInstitutions li.is-blocked {
      cursor: not-allowed;
      color: #bbb; }
  #inputInstitutions .institution-user {
    font-weight: bold;
    color: #3a3a3a;
    background-color: #eaeaea; }
    #inputInstitutions .institution-user:hover {
      background-color: #eaeaea; }
  #inputInstitutions .institution-institution {
    background-color: #f7f7f7; }
    #inputInstitutions .institution-institution:hover {
      background-color: #f7f7f7; }
  #inputInstitutions .institution-trading_account {
    padding-left: 24px; }
    #inputInstitutions .institution-trading_account:hover {
      background-color: #fff; }
    #inputInstitutions .institution-trading_account + .institution-trading_account {
      border-top: solid 1px #eaeaea; }

.institution.account select:disabled {
  opacity: 0.5; }

.institution.account input[type="text"] {
  margin: 0; }

.institution input[type="text"] {
  margin: 0 0 1rem; }

.account.read {
  background-color: #f5f5f5;
  min-height: 2.6em;
  padding: 0.8em 0.6em; }

.institution.info {
  background-color: #f5f5f5;
  padding: 1.4em;
  margin-bottom: 2em; }

.institution.info p {
  font-size: 1.1em; }

/* Custom Assets */
.custom_assets table a.save {
  background-color: #336699;
  color: #FFFFFF;
  border: none; }

.custom_assets table a.manual {
  background-color: #e8e8e8;
  color: #666666;
  border: none; }

.custom_assets table a.auto {
  background-color: #5a975a;
  color: #FFFFFF;
  border: none; }

.custom_assets table a.delete {
  color: #646464;
  padding: 0 10px; }

.custom_assets_create span {
  padding: 0 10px; }

.custom_assets .add-quote {
  padding: 0 0 20px 0; }

.custom_assets .connect {
  margin: 0 0 2em 0; }

.custom_assets .connect-on {
  display: inline-block; }

.custom_assets .connect-on img {
  width: 25px;
  margin: 0 0 0 10px; }

.custom_assets .connect-on span {
  font-weight: bold;
  font-size: 1.1em;
  vertical-align: middle; }

/* Services */
.content-search {
  background-color: #f9f9f9;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 10px 0 10px; }

.content-search .filter {
  padding: 0.7em 1em;
  font-size: 1.1em; }

.product {
  background-color: #FFFFFF;
  float: left;
  margin: 0 1.5em 2em 0.5em;
  height: 270px;
  width: 250px; }

.product p {
  font-size: 1.1em;
  margin-bottom: 0; }

.product .header {
  background-color: #97aec8; }

.product .title h3 {
  color: #FFFFFF;
  font-size: 0.95em;
  margin: 0;
  padding: 2em 0;
  text-transform: uppercase; }

.product .about {
  text-align: left;
  height: 140px;
  padding: 1em 2em 0.5em; }

p.format {
  border-top: 1px solid #4D4D4D;
  color: #4D4D4D;
  margin-top: 0.8em;
  padding-top: 0.3em; }

.product .action {
  background-color: #FFFFFF;
  float: left;
  padding: 1em 2em 2em;
  width: 100%; }

.product .action a {
  border-radius: 2px 2px 2px 2px;
  display: block;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: normal;
  margin: 0 auto;
  padding: 1em 2em;
  text-transform: uppercase;
  width: 130px; }

.product .action .more {
  background-color: #c5c5c5;
  float: left; }

.product .action .activate {
  background-color: #2d649d; }

.product .action .active {
  background-color: #49AC87; }

.product .info {
  border-top: 1px solid #e9e9e9;
  float: left;
  margin-top: 2em;
  padding: 0.5em 1em;
  width: 100%; }

.product .info p {
  text-align: left;
  font-size: 1em;
  float: left;
  font-weight: normal; }

.product .info img {
  float: right; }

span.more {
  background: url("/assets/img/ico-more.png") no-repeat right;
  padding: 0.5em 1.8em 0.5em 0; }

span.config {
  background: url("/assets/img/ico-config-02.png") no-repeat right;
  color: #20c091;
  padding: 0.5em 1.8em 0.5em 0; }

.add-widgets-options {
  padding: 1em; }

.add-widgets-options h3.title {
  color: #666666;
  font-weight: bold;
  text-align: left; }

/* DARF */
.go-back {
  margin-bottom: 3em;
  padding: 1.2em 1em;
  position: absolute; }

.darf-wrap .darf {
  border: 1px solid #CCCCCC;
  box-shadow: 1px 2px 6px #CCCCCC;
  width: 690px;
  margin: 0 auto; }

.darf-single {
  width: 690px;
  margin: 0 auto;
  padding: 2.5em 0 1.5em 0; }

.darf .darf-row {
  border-bottom: 1px solid #CCCCCC;
  padding: 1em 0; }

.darf .darf-left {
  border-right: 1px solid #CCCCCC; }

.darf .darf-right {
  background-color: #F5F5F5; }

.darf .darf-main {
  padding: 1.05em 2em; }

.darf-single .darf-warning {
  background-color: #f8efd0; }

p.darf-value {
  color: #c04345;
  line-height: 1.2em;
  text-align: right; }

.darf img {
  float: left;
  margin-right: 0.8em; }

.darf p, .darf-single p {
  font-size: 1em;
  margin-bottom: 0.5em; }

.darf p.title {
  font-size: 0.8em;
  padding-top: 1em; }

.darf label {
  font-size: 1.1em; }

.darf textarea {
  height: 180px; }

.darf-warning p {
  font-weight: bold;
  padding-top: 1em; }

.darf-warning span {
  background: url("/assets/img/ico-warning.png") no-repeat center center;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: -5px 5px -4px 0; }

.darf-warning .button {
  font-size: 0.8em;
  margin-left: 0.8em; }

.darf-single .darf-title p {
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0; }

.darf .name {
  background-color: #E4E4E4; }

.darf .name span {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 0.6em; }

/* notifications box */
.notifications {
  background-color: #f7f7f7;
  border: 1px solid #cecece;
  border-width: 1px 0 0 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99; }

.notifications .header, .notifications fieldset {
  width: 540px; }

.notifications .header {
  background-color: #6790b6;
  margin: 0;
  padding: 0.4em 1em;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.15em; }

.notifications-container {
  height: 0;
  max-height: 212px;
  overflow: auto;
  transition: height 200ms linear; }

#toggle {
  display: none; }

#toggle:checked ~ .notifications-container {
  height: auto; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFFFFF;
  margin: 0.5em 1.6em 0 0.4em;
  float: right; }

.arrow-dn {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  margin: 0.5em 1.6em 0 0.4em;
  float: right; }

label .arrow-dn {
  display: inline-block; }

label .arrow-up {
  display: none; }

#toggle:checked ~ label .arrow-dn {
  display: none; }

#toggle:checked ~ label .arrow-up {
  display: inline-block; }

.close-box {
  background-image: url("../../img/ico-delete.png");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  padding: 1.1em 1.5em 1.1em 1.1em;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  z-index: 99; }

.notifications fieldset {
  border: none;
  background-color: #f7f7f7;
  font-size: 1.1em;
  margin: 0;
  padding: 0; }

.notifications ul {
  padding: 0; }

.notifications ul li {
  border-bottom: 1px solid #cecece;
  display: block;
  float: left;
  font-size: 0.9em;
  padding: 0.4em 0.5em;
  width: 100%;
  position: relative; }

.task {
  color: #ffffff;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  float: left;
  padding: 0.3em 0 0.4em 0;
  position: absolute;
  left: 1em; }

.progress {
  background-color: #d2d2d2;
  border: none;
  border-radius: 3px 3px 3px 3px;
  float: left;
  height: 1.49rem;
  margin: 0 1.5em 0 0;
  padding: 0;
  width: 82%; }

.notifications .status {
  display: block;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 2em;
  width: auto; }

.progress .meter {
  background-color: #7ca2c6;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out; }

.progress .meter span {
  color: #FFFFFF;
  display: block;
  line-height: 2.4em;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  padding-left: 1em; }

.progress.positive .meter {
  background-color: #5A975A; }

.progress.negative .meter {
  background-color: #BE5355; }

/* Media queries */
/* Small screens */
@media only screen and (max-width: 52.813em) {
  /* Sidebar */
  /* Tables for mobile */
  /* Force table to not be like tables anymore */
  /* Hide table headers (but not display: none;, for accessibility) */
  /*
  Label the data
  */
  /* Services */
  /* Data de Vencimento */
  .full-height {
    padding: 44px 0 0px 0; }
  .topo {
    height: 100%; }
  .off-canvas-wrap {
    height: 100%;
    overflow-y: scroll;
    z-index: 1; }
  .header {
    height: 100%; }
  .header .menu {
    padding: 0; }
  .header .logo, .header .menu {
    height: auto; }
  .wrap-content {
    padding: 0; }
  .wrap-content .content {
    height: auto;
    min-height: 100%;
    padding: 0;
    width: 100%; }
  .wrap-content.medium {
    padding: 0 0 113px 0; }
  .wrap-content.large {
    padding: 0; }
  .mobile-left {
    float: left; }
  .mobile-right {
    float: right; }
  .sidebar {
    border-right: 0;
    height: auto;
    padding-bottom: 0; }
  .head-login h1 {
    background: url("/assets/img/logo_lc_02.png") no-repeat center;
    width: 250px;
    height: 63px;
    background-size: 250px 63px;
    margin: 0 auto;
    text-indent: -999px;
    top: 30px;
    position: relative; }
  .login span {
    background: rgba(0, 0, 0, 0) url("/assets/img/btn-login-small.png") repeat-x scroll left top;
    display: block;
    height: 36px;
    text-indent: -9999px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .mobile-table {
    padding: 0; }
  .hide-column-table {
    display: none; }
  .wrap-accordion {
    padding: 0; }
  table tr td {
    padding: 6px 4px; }
  table thead tr th, table tbody tr td {
    font-size: 0.6rem; }
  table.second-footer thead tr th, table.second-footer tr td {
    font-size: 0.6rem; }
  table.big.portfolio tr th {
    border-bottom: 1px solid #cecece; }
  .table-big .fixedheader div.th-inner {
    top: 13px; }
  .table-small .fixedheader div.th-inner {
    top: 60px !important; }
  .wrap-header-actions .reports-filters {
    border-bottom: none; }
  .sidebar .top-section {
    padding: 0; }
  .sidebar .broker-logo {
    border-top: none;
    border-left: 1px solid #D3D6D8;
    border-bottom: none; }
  .importNote {
    text-align: center; }
  .importNote a {
    display: block;
    float: none !important;
    padding: 10px 0 0 0;
    text-align: center; }
  .footer .group {
    display: none; }
  .footer {
    position: relative; }
  .footer .save {
    float: right;
    padding: 10px;
    width: 100%; }
  .gridster-item .top {
    padding: 25px 15px 12px; }
  .gridster-item .row {
    margin: 0 0 1em 0; }
  .wrap-return.table-expanded {
    margin: 0 0 21px 0;
    top: 21%;
    padding: 0 20px 1px 20px; }
  .date-filter {
    position: relative;
    float: left; }
  .return p.title, .return p.value {
    text-align: center;
    padding: 0.2em 0 0.5em 0; }
  .return p.title {
    margin: 0;
    padding: 0; }
  .form-group {
    float: left;
    padding: 0.5em 0; }
  .side-links .form-group button {
    margin-top: 0.6em; }
  div .input-lined {
    padding-left: 0; }
  .wrap-header-actions .side-links {
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.5em 3em; }
  .institution label {
    padding: 0; }
  table.is-mobile, table.is-mobile thead, table.is-mobile tbody, table.is-mobile th, table.is-mobile td, table.is-mobile tr {
    display: block; }
  table.is-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table.is-mobile tr {
    border: 1px solid #ccc; }
  table.is-mobile td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    display: block; }
  table.is-mobile td:before {
    /* Now like a table header */
    font-weight: bold;
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    padding-right: 10px;
    white-space: nowrap; }
  .gridster-item table.expanded-info th, .gridster-item table.expanded-info td {
    border-top: 0;
    border-bottom: 1px solid #f5f5f5; }
  .gridster-item table.expanded-info.portfolio tr {
    border-bottom: 3px solid #d3d3d3; }
  .gridster-item table.expanded-info.portfolio td {
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.85em;
    padding: 0.5em;
    text-align: right; }
  .gridster-item table.expanded-info.portfolio tr.bottom-info td {
    font-size: 0.8em; }
  .wrap-return.table-expanded {
    padding: 0; }
  .widget-reports a {
    font-size: 0.9em;
    padding: 0; }
  table.is-mobile thead tr th, table.is-mobile tfoot tr th, table.is-mobile tfoot tr td, table.is-mobile tbody tr th, table.is-mobile tbody tr td, table.is-mobile tr td {
    display: block; }
  .main-info td:nth-of-type(1):before {
    content: "N˚"; }
  .main-info td:nth-of-type(2):before {
    content: "Ativo"; }
  .main-info td:nth-of-type(3):before {
    content: "Quantidade"; }
  .main-info td:nth-of-type(4):before {
    content: "Preço (BRL)"; }
  .main-info td:nth-of-type(5):before {
    content: "Saldo Inicial (BRL)"; }
  .main-info td:nth-of-type(6):before {
    content: "Cotação"; }
  .main-info td:nth-of-type(7):before {
    content: "Saldo Atual (BRL)"; }
  .main-info td:nth-of-type(8):before {
    content: "Variação (BRL)"; }
  .main-info td:nth-of-type(9):before {
    content: "IOF + IRRF (BRL)"; }
  .main-info td:nth-of-type(10):before {
    content: "Saldo Líquido"; }
  .main-info td:nth-of-type(11):before {
    content: "Variação Líquida (BRL)"; }
  .bottom-info td:nth-of-type(3):before {
    content: "Saldo Inicial (BRL)"; }
  .bottom-info td:nth-of-type(5):before {
    content: "Saldo Atual (BRL)"; }
  .bottom-info td:nth-of-type(6):before {
    content: "Variação (BRL)"; }
  table tr.tipo h5 span {
    background-color: #f5f5f5; }
  .content-search {
    background-color: #ffffff;
    padding: 10px 0; }
  .services .product p {
    font-size: 1.1em;
    margin-bottom: 0; }
  .product .header {
    height: auto; }
  .product {
    margin: 1em 1.5em 1em 0.5em;
    width: auto; }
  .services .product-title h3 {
    background-color: #FFFFFF;
    color: #336699;
    margin-bottom: 0;
    padding: 0.7em 0; }
  .services .product-owner {
    border-bottom: 1px solid #ededed;
    text-align: center;
    font-weight: bold; }
  .services .product-avaliation {
    text-align: center; }
  .services .product-about {
    background-color: #f7f7f7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    text-align: left;
    padding: 1.5em 2em; }
  .services .product-action {
    background-color: #FFFFFF;
    padding: 1.8em 1em; }
  .services .product-action a {
    color: #8c8c8c;
    font-size: 1.1em;
    text-transform: uppercase; }
  .services .product-action.buy {
    background-color: #336699; }
  .services .product-action.buy a {
    color: #ffffff; }
  .services .product-action.active {
    background-color: #20c091; }
  .services .product-action.active a {
    color: #ffffff; }
  .services .product-action a.more {
    background: url("/assets/img/ico-more.png") no-repeat right;
    padding: 0.2em 1.8em 0 0; }
  .services .product-action a.config {
    background: url("/assets/img/ico-config-02.png") no-repeat right;
    color: #20c091;
    padding: 0.2em 1.8em 0 0; }
  table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #F5F5F5;
    box-shadow: 1px 2px 6px #CCCCCC; }
  .active {
    background: #E4E4E4; }
  td {
    margin: 0;
    padding: 8px;
    border: 1px solid #CCC;
    vertical-align: middle; }
  td p {
    margin: 2px 0 3px 0;
    line-height: 1.3em; }
  td img {
    margin: 0 12px 0 0; }
  label {
    color: #666666;
    display: block;
    float: left;
    font-size: 0.8rem;
    padding: 7px 3px 0 0; }
  label small {
    color: #676767; }
  input {
    float: right;
    padding: 4px;
    border: 1px solid #CCCCCC;
    width: 120px;
    border-radius: 3px 3px 3px 3px; }
  textarea {
    padding: 4px;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px; }
  p {
    font-size: 11px; }
  .errorlist {
    clear: left;
    margin: 0;
    padding: 0;
    color: #900; }
  .errorlist li {
    font-weight: bold;
    list-style: none;
    padding: 4px 0; }
  .prefix, .postfix {
    font-size: 0.8rem;
    height: 2.2375rem;
    line-height: 2.2375rem; }
  .disabledSubmitButton {
    font-size: 12px;
    background: url("../images/form-submit-footer_module-bkg.png") repeat-x scroll left top #e1e1e1;
    border: 1px solid #cacaca;
    border-radius: 6px 6px 6px 6px;
    height: 32px;
    line-height: 1em;
    width: 100px;
    margin: 10px auto;
    color: #b2b2b2 !important;
    text-shadow: 1px 1px 0 #F5F5F5;
    text-transform: uppercase;
    box-shadow: 2px 2px 7px #CCCCCC;
    cursor: pointer; }
  .disabledSubmitButton.submitButton {
    background: url("../images/form-submit-footer_module-bkg.png") repeat-x scroll left top #678CAC;
    border: 1px solid #6486A4;
    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px #55718D; }
  textarea {
    width: 330px;
    height: 85px; }
  .noFloar {
    display: block; }
  .dInline input {
    display: inline; }
  .noFloat input {
    float: none; }
  #id_nome {
    width: 220px; }
  #id_telefone {
    width: 75px; }
  .darfDisclaimer {
    width: 540px;
    margin: 14px 0 0 5px;
    color: #666666; }
  .darfCheckbox {
    width: 300px;
    color: #666666;
    font-weight: bold;
    line-height: 15px;
    margin: 8px 0 0 5px; }
  .darfCheckbox input {
    float: left;
    width: 16px;
    margin: 0 6px 0 -1px;
    height: 13px; }
  .rightAlign input {
    text-align: right; }
  .darfVencimento {
    float: right;
    margin-top: -40px; }
  .darfVencimento div {
    float: left; }
  .darfVencimento label {
    float: none;
    height: 16px;
    padding: 0; }
  .darfVencimento input[type="text"] {
    float: left;
    margin-right: 5px; }
  .darfVencimento input[type="button"] {
    background: #f0f0f0;
    font-size: 11px;
    width: 155px; }
  .darfVencimento .vencimentoErro {
    width: 210px;
    margin-top: 30px;
    font-size: 11px;
    color: #990000;
    font-weight: bold; }
  .darfVencimento .wrapWarning {
    background: #f8efd0;
    padding: 10px; }
  .darfVencimento .warning {
    float: none;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 12px; }
  .darfVencimento .warning span {
    background: url('../static/images/ico-importar-atencao.png') no-repeat center center;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -5px 5px -4px 0; }
  .help-icon {
    background: url('../static/images/ico-help.png') no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-top: -5px;
    position: relative;
    top: 3px; } }

/* Small and Medium screens */
@media only screen and (max-width: 64em) {
  .content div {
    /* padding: 0; */
    overflow-x: hidden; }
  table tr td {
    padding: 0.5625rem 0; }
  .upload .status {
    border-left: none;
    border-top: 1px solid #d1d1d1; }
  .upload .status.conflict-message {
    border-top: none; }
  .dynamic-form .header {
    padding: 15px 15px 15px 15px; }
  .top-bar-section ul li {
    padding: 0 0.6em; }
  .widget-large table thead tr th, table thead tr td, .widget-large table tr th, table tr td {
    font-size: 0.65rem;
    padding: 0.3em; }
  .return p.title {
    margin: 0; }
  .return p.value {
    font-size: 1em; }
  .wrap-return.table-expanded {
    top: 2.5em;
    bottom: 0.5em; }
  .dynamic-form .save {
    margin: 1.5em 0 0 0; }
  .widget-reports a.widget-portfolio-refresh {
    text-indent: -9999px;
    padding: 0 0 0.15em 1.8em; }
  .widget-error {
    position: relative;
    top: auto;
    left: auto;
    transform: none; } }

/* Small screens */
@media only screen and (max-width: 37.5em) {
  .gridster-item .inner-content {
    position: relative; }
  .widget-size-small, .widget-size-medium, .widget-size-large {
    position: relative;
    left: auto;
    top: auto;
    transform: none; }
  .gridster-item .footer {
    display: none; }
  .dropdown.button, button.dropdown {
    display: none; }
  .widget-reports a.widget-portfolio-refresh {
    text-indent: -9999px;
    padding: 0 0 0.15em 1.8em;
    float: right;
    position: relative;
    right: 0;
    height: 1.5em; }
  .sidebar .results, .sidebar.small {
    padding-bottom: 0; }
  .wrap-return.table-expanded {
    top: 0.5em;
    margin: 0 0 8px; } }

/* Medium screens */
@media only screen and (min-width: 37.5em) and (max-width: 70.625em) {
  .wrap-height {
    height: 100%; }
  .widget-size-small p.value {
    font-size: 1em;
    padding-top: 0; }
  .return p.value {
    font-size: 1em; }
  .gridster-item .title {
    font-size: 0.8em; }
  .gridster-item .footer {
    padding: 3px; }
  .gridster-item .footer a {
    background: none;
    padding: 0;
    font-size: 0.8em; }
  .widget-reports a {
    padding: 0.2em 0.5em;
    font-size: 0.6em; }
  .gridster-item .footer.footer-reports {
    padding: 10px; }
  .gridster-item .footer.footer-reports a {
    font-size: 0.7em; }
  .top-bar-section li:not(.has-form) a:not(.button) {
    color: #FFFFFF;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 0;
    padding: 0.7em 0em 0.8em; }
  .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: none;
    background-color: none;
    border-bottom: 2px solid #326b9c;
    color: #FFFFFF;
    line-height: 0;
    padding: 0.7em 0em 0.8em; } }

@media only screen and (min-width: 52.875em) and (max-width: 64em) {
  /* Footer */
  .floatThead-container {
    margin-left: 0 !important; }
  .footer .date {
    width: 15%;
    float: left;
    padding: 10px; }
  .footer .comission {
    width: 25%;
    float: left;
    padding: 10px; }
  .footer .group.odd {
    width: 36%; }
  .footer .group.odd .form-row-full {
    width: 50%; }
  .footer .save {
    width: 20%; }
  .footer .bmf {
    padding: 0.1em; }
  .footer .form-row-full {
    padding: 0 5px 5px 0;
    max-width: 75px; }
  .footer .bmf label {
    height: 5em; } }

/* Medium and large screens */
@media only screen and (min-width: 52.875em) {
  /* Breadcrumbs */
  h1 {
    font-size: 1.6rem; }
  h2 {
    font-size: 1.4rem; }
  h3 {
    font-size: 1rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.8rem; }
  h6 {
    font-size: 0.7rem; }
  label {
    padding: 0;
    font-size: 0.8rem; }
  .label.radius {
    border-radius: 2px; }
  .label.secondary {
    background-color: #F1F1F1;
    color: #666666; }
  .breadcrumbs {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    border-radius: 0;
    border-width: 0;
    float: left;
    max-height: 30px;
    padding: 0 15px 0 0; }
  .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
    text-decoration: none; }
  .breadcrumbs li {
    background: #E5E5E5;
    padding: 0.6rem 1.5rem 0.6rem; }
  .breadcrumbs > *:before {
    content: "";
    margin: 0; }
  .breadcrumbs > * a {
    color: #4D7BA5;
    font-size: 1rem;
    text-transform: none;
    display: block;
    font-weight: normal;
    float: left;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF; }
  .breadcrumbs li:last-child {
    background: #d8d8d8;
    color: #4D7BA5; }
  .breadcrumbs > * a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 25px solid #E5E5E5;
    position: absolute;
    margin-top: -46px;
    margin-left: 8px;
    z-index: 2;
    left: 100%; }
  .breadcrumbs > * a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 25px solid #FFFFFF;
    position: absolute;
    margin-top: -35px;
    margin-left: 10px;
    z-index: 2;
    left: 100%; }
  .breadcrumbs li:last-child a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 25px solid #d8d8d8;
    position: absolute;
    margin-top: -46px;
    margin-left: 8px;
    z-index: 2;
    left: 100%; } }

/* Medium and large screens */
@media only screen and (min-width: 85.375em) {
  dialog, .reveal-modal {
    width: 30%;
    margin-left: -15%; } }

@media print {
  /* breadcrumbs */
  /* widgets */
  * {
    overflow: visible !important; }
  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    float: none !important;
    overflow: visible !important; }
  .wrap-content .content {
    height: auto; }
  .header {
    border-bottom: 1px solid #000; }
  .logo {
    width: 240px;
    margin: 0 auto; }
  a, a:visited {
    color: #000000 !important;
    text-decoration: none; }
  a:link:after, a:visited:after {
    content: ""; }
  .full-height {
    padding: 80px 0 0 0; }
  .wrap-header-actions .content-actions, .wrap-header-actions .full-width-content {
    border-top: none;
    border-bottom: 1px solid #E0E0E0; }
  .breadcrumbs {
    border: none;
    padding-bottom: 2.5em; }
  .breadcrumbs > * {
    font-size: 1em; }
  .wrap-return.table-expanded {
    top: auto;
    padding: 10px 0; }
  .widget-center {
    padding: 10px 0 50px 0; }
  .gridster-item-resizable-handler {
    display: none; }
  .gridster-item .inner-content.wrap-return {
    position: relative; }
  .widget-size-small, .widget-size-medium, .widget-size-large {
    position: relative;
    top: auto;
    left: auto;
    transform: none; }
  .gridster-loaded .gridster-item {
    float: none;
    margin: 10px 0 !important;
    position: static;
    width: 100% !important;
    page-break-inside: avoid;
    background-color: #FFFFFF !important;
    border: 3px solid #ededed !important;
    height: auto !important; }
  .gridster-item .footer.footer-reports, .gridster-item .footer {
    display: none; }
  .gridster-item table.expanded-info.portfolio th, .gridster-item table.expanded-info.portfolio tr, .gridster-item table.expanded-info.portfolio td {
    border: 1px solid #d3d3d3; }
  .gridster-item table.expanded-info.portfolio th {
    background-color: #d1d1d1 !important; }
  table tr.tipo h5 {
    margin: 0.5em 0; }
  table tr.tipo h5:before {
    border-top: none; }
  .widget-size-small, .widget-size-medium, .widget-size-large {
    position: relative; } }

/* User Context */
.user-context {
  margin: 20px 0;
  font-size: 1.2em; }
  .user-context:last-child {
    border-bottom: solid 1px #ccc; }
  .user-context .title {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 1.6em; }
  .user-context .header {
    padding: 10px 0;
    font-weight: bold; }
    .user-context .header .email {
      padding-left: 40px; }
  .user-context .user-row {
    border-top: solid 1px #ccc;
    color: #4D7BA5;
    padding: 12px 0; }
    .user-context .user-row .email {
      padding-left: 40px; }
    .user-context .user-row:nth-child(odd) {
      background-color: #fafaff; }

/* Tour Modal */
.tour-wrapper .carousel .slide {
  padding: 30px 0;
  text-align: center; }
  .tour-wrapper .carousel .slide p {
    color: #777; }
  .tour-wrapper .carousel .slide .title {
    font-size: 1.2rem; }
    .tour-wrapper .carousel .slide .title strong {
      font-size: 2rem;
      display: block;
      color: #4D7BA5; }
  .tour-wrapper .carousel .slide .tour-image {
    margin-bottom: 15px; }
  .tour-wrapper .carousel .slide button {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0.7rem 2.4rem; }
  .tour-wrapper .carousel .slide .row {
    margin: 25px 0 40px; }
.tour-wrapper .footer .steps {
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem; }
.tour-wrapper .footer button {
  margin: 0.5rem;
  font-weight: normal; }
  .tour-wrapper .footer button.prev {
    float: left; }
  .tour-wrapper .footer button.next {
    float: right; }

.permissions-wrapper .select2-container {
  width: 100%; }
.permissions-wrapper .ui-select-dropdown {
  display: none !important; }
.permissions-wrapper .select2-container-multi .select2-search-choice-close {
  top: 3px;
  right: 3px;
  left: auto; }
.permissions-wrapper .select2-container-multi .select2-choices {
  max-height: 75px;
  overflow: scroll; }
  .permissions-wrapper .select2-container-multi .select2-choices .select2-search-choice {
    background-image: none;
    box-shadow: none;
    background-color: #eee;
    padding: 4px 20px 3px 6px;
    border-color: #c4c4c4;
    font-size: 0.75rem; }
    .permissions-wrapper .select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus {
      background-color: #ccc;
      border-color: #888; }
.permissions-wrapper .select2-container-active .select2-choices {
  border: 1px solid #aaa;
  box-shadow: none; }
.permissions-wrapper .header {
  padding: 1em 0; }
  .permissions-wrapper .header .data {
    display: inline-block;
    width: 100%;
    float: none; }
    .permissions-wrapper .header .data div {
      margin: 0; }

.permissions-group-inner {
  font-size: 0.8rem; }
  .permissions-group-inner .wrap-content {
    padding-bottom: 0; }
    .permissions-group-inner .wrap-content > .row:nth-child(odd) {
      background-color: #f7f7f7; }
    .permissions-group-inner .wrap-content .institution-row {
      border-top: solid 1px #eee;
      padding: 10px 0; }
      .permissions-group-inner .wrap-content .institution-row:nth-child(odd) {
        background-color: #f7f7f7; }
  .permissions-group-inner .row {
    width: 100%;
    display: table;
    margin: 0; }
    .permissions-group-inner .row .columns, .permissions-group-inner .row .field-columns {
      height: 40px;
      display: table-cell;
      vertical-align: middle;
      float: none; }
    .permissions-group-inner .row .institution-name-label {
      font-weight: bold; }
      .permissions-group-inner .row .institution-name-label span {
        display: inline-block;
        width: 110px;
        color: #aaa; }

.switch-checkbox-wrapper {
  background-color: white;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  font-size: 0;
  border-bottom: solid 1px #ddd;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  white-space: nowrap;
  -webkit-user-select: none;
  border-radius: 3px; }
  .switch-checkbox-wrapper .switch-checkbox-input {
    display: none; }
  .switch-checkbox-wrapper .check-area {
    display: inline-block;
    width: 24px;
    height: 100%;
    position: relative;
    vertical-align: top; }
    .switch-checkbox-wrapper .check-area .check-active, .switch-checkbox-wrapper .check-area .check-disable {
      opacity: 0;
      position: absolute;
      top: 7px;
      left: 7px;
      -webkit-transform: scale(2.5);
      -webkit-transition: all 200ms cubic-bezier(0.2, 1.45, 0.95, 1.2); }
  .switch-checkbox-wrapper .text-area {
    display: inline-block;
    padding: 6px 12px 5px;
    font-size: 0.75rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: solid 1px #ddd;
    background-color: rgba(73, 172, 135, 0);
    -webkit-transition: all 200ms ease; }
  .switch-checkbox-wrapper:not(.is-disabled):hover .text-area {
    background-color: rgba(73, 172, 135, 0.3); }
  .switch-checkbox-wrapper.is-checked .text-area {
    background-color: #49ac87 !important;
    color: white;
    border-left-color: rgba(0, 0, 0, 0); }
  .switch-checkbox-wrapper.is-checked .check-active, .switch-checkbox-wrapper.is-checked .check-disable {
    opacity: 1;
    -webkit-transform: scale(1); }
  .switch-checkbox-wrapper.is-disabled {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.05); }
    .switch-checkbox-wrapper.is-disabled .text-area {
      background-color: rgba(0, 0, 0, 0.1) !important;
      color: #fff;
      border-left-color: rgba(0, 0, 0, 0); }
    .switch-checkbox-wrapper.is-disabled .check-active {
      opacity: 0; }
  .switch-checkbox-wrapper.is-hidden {
    visibility: hidden; }
