@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

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

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  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; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

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

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button, .dataTables_wrapper .paginate_button, .media-pagination li, .media-pagination .paginate_button, .dataTables_wrapper li, .jobs-page .table-section .report-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .dataTables_wrapper .paginate_button, .dataTables_wrapper [data-whatinput='mouse'] .paginate_button, [data-whatinput='mouse'] .media-pagination li, .media-pagination [data-whatinput='mouse'] li, [data-whatinput='mouse'] .media-pagination .paginate_button, .media-pagination [data-whatinput='mouse'] .paginate_button, [data-whatinput='mouse'] .dataTables_wrapper li, .dataTables_wrapper [data-whatinput='mouse'] li, [data-whatinput='mouse'] .jobs-page .table-section .report-button, .jobs-page .table-section [data-whatinput='mouse'] .report-button {
    outline: 0; }
  .button:hover, .dataTables_wrapper .paginate_button:hover, .media-pagination li:hover, .media-pagination .paginate_button:hover, .dataTables_wrapper li:hover, .jobs-page .table-section .report-button:hover, .button:focus, .dataTables_wrapper .paginate_button:focus, .media-pagination li:focus, .media-pagination .paginate_button:focus, .dataTables_wrapper li:focus, .jobs-page .table-section .report-button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny, .dataTables_wrapper .tiny.paginate_button, .media-pagination li.tiny, .media-pagination .tiny.paginate_button, .dataTables_wrapper li.tiny, .jobs-page .table-section .tiny.report-button {
    font-size: 0.6rem; }
  .button.small, .dataTables_wrapper .small.paginate_button, .media-pagination li.small, .media-pagination .small.paginate_button, .dataTables_wrapper li.small, .jobs-page .table-section .small.report-button {
    font-size: 0.75rem; }
  .button.large, .dataTables_wrapper .large.paginate_button, .media-pagination li.large, .media-pagination .large.paginate_button, .dataTables_wrapper li.large, .jobs-page .table-section .large.report-button {
    font-size: 1.25rem; }
  .button.expanded, .dataTables_wrapper .expanded.paginate_button, .media-pagination li.expanded, .media-pagination .expanded.paginate_button, .dataTables_wrapper li.expanded, .jobs-page .table-section .expanded.report-button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, .dataTables_wrapper .primary.paginate_button, .media-pagination li.primary, .media-pagination .primary.paginate_button, .dataTables_wrapper li.primary, .jobs-page .table-section .primary.report-button {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .dataTables_wrapper .primary.paginate_button:hover, .media-pagination li.primary:hover, .media-pagination .primary.paginate_button:hover, .dataTables_wrapper li.primary:hover, .jobs-page .table-section .primary.report-button:hover, .button.primary:focus, .dataTables_wrapper .primary.paginate_button:focus, .media-pagination li.primary:focus, .media-pagination .primary.paginate_button:focus, .dataTables_wrapper li.primary:focus, .jobs-page .table-section .primary.report-button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary, .dataTables_wrapper .secondary.paginate_button, .media-pagination li.secondary, .media-pagination .secondary.paginate_button, .dataTables_wrapper li.secondary, .jobs-page .table-section .secondary.report-button {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .dataTables_wrapper .secondary.paginate_button:hover, .media-pagination li.secondary:hover, .media-pagination .secondary.paginate_button:hover, .dataTables_wrapper li.secondary:hover, .jobs-page .table-section .secondary.report-button:hover, .button.secondary:focus, .dataTables_wrapper .secondary.paginate_button:focus, .media-pagination li.secondary:focus, .media-pagination .secondary.paginate_button:focus, .dataTables_wrapper li.secondary:focus, .jobs-page .table-section .secondary.report-button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success, .dataTables_wrapper .success.paginate_button, .media-pagination li.success, .media-pagination .success.paginate_button, .dataTables_wrapper li.success, .jobs-page .table-section .success.report-button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .dataTables_wrapper .success.paginate_button:hover, .media-pagination li.success:hover, .media-pagination .success.paginate_button:hover, .dataTables_wrapper li.success:hover, .jobs-page .table-section .success.report-button:hover, .button.success:focus, .dataTables_wrapper .success.paginate_button:focus, .media-pagination li.success:focus, .media-pagination .success.paginate_button:focus, .dataTables_wrapper li.success:focus, .jobs-page .table-section .success.report-button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning, .dataTables_wrapper .warning.paginate_button, .media-pagination li.warning, .media-pagination .warning.paginate_button, .dataTables_wrapper li.warning, .jobs-page .table-section .warning.report-button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .dataTables_wrapper .warning.paginate_button:hover, .media-pagination li.warning:hover, .media-pagination .warning.paginate_button:hover, .dataTables_wrapper li.warning:hover, .jobs-page .table-section .warning.report-button:hover, .button.warning:focus, .dataTables_wrapper .warning.paginate_button:focus, .media-pagination li.warning:focus, .media-pagination .warning.paginate_button:focus, .dataTables_wrapper li.warning:focus, .jobs-page .table-section .warning.report-button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert, .dataTables_wrapper .alert.paginate_button, .media-pagination li.alert, .media-pagination .alert.paginate_button, .dataTables_wrapper li.alert, .jobs-page .table-section .alert.report-button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .dataTables_wrapper .alert.paginate_button:hover, .media-pagination li.alert:hover, .media-pagination .alert.paginate_button:hover, .dataTables_wrapper li.alert:hover, .jobs-page .table-section .alert.report-button:hover, .button.alert:focus, .dataTables_wrapper .alert.paginate_button:focus, .media-pagination li.alert:focus, .media-pagination .alert.paginate_button:focus, .dataTables_wrapper li.alert:focus, .jobs-page .table-section .alert.report-button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow, .dataTables_wrapper .hollow.paginate_button, .media-pagination li.hollow, .media-pagination .hollow.paginate_button, .dataTables_wrapper li.hollow, .jobs-page .table-section .hollow.report-button {
    border: 1px solid #004995;
    color: #004995; }
    .button.hollow, .dataTables_wrapper .hollow.paginate_button, .media-pagination li.hollow, .media-pagination .hollow.paginate_button, .dataTables_wrapper li.hollow, .jobs-page .table-section .hollow.report-button, .button.hollow:hover, .dataTables_wrapper .hollow.paginate_button:hover, .media-pagination li.hollow:hover, .media-pagination .hollow.paginate_button:hover, .dataTables_wrapper li.hollow:hover, .jobs-page .table-section .hollow.report-button:hover, .button.hollow:focus, .dataTables_wrapper .hollow.paginate_button:focus, .media-pagination li.hollow:focus, .media-pagination .hollow.paginate_button:focus, .dataTables_wrapper li.hollow:focus, .jobs-page .table-section .hollow.report-button:focus {
      background-color: transparent; }
    .button.hollow:hover, .dataTables_wrapper .hollow.paginate_button:hover, .media-pagination li.hollow:hover, .media-pagination .hollow.paginate_button:hover, .dataTables_wrapper li.hollow:hover, .jobs-page .table-section .hollow.report-button:hover, .button.hollow:focus, .dataTables_wrapper .hollow.paginate_button:focus, .media-pagination li.hollow:focus, .media-pagination .hollow.paginate_button:focus, .dataTables_wrapper li.hollow:focus, .jobs-page .table-section .hollow.report-button:focus {
      border-color: #00254b;
      color: #00254b; }
    .button.hollow.primary, .dataTables_wrapper .hollow.primary.paginate_button, .media-pagination li.hollow.primary, .media-pagination .hollow.primary.paginate_button, .dataTables_wrapper li.hollow.primary, .jobs-page .table-section .hollow.primary.report-button {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .dataTables_wrapper .hollow.primary.paginate_button:hover, .media-pagination li.hollow.primary:hover, .media-pagination .hollow.primary.paginate_button:hover, .dataTables_wrapper li.hollow.primary:hover, .jobs-page .table-section .hollow.primary.report-button:hover, .button.hollow.primary:focus, .dataTables_wrapper .hollow.primary.paginate_button:focus, .media-pagination li.hollow.primary:focus, .media-pagination .hollow.primary.paginate_button:focus, .dataTables_wrapper li.hollow.primary:focus, .jobs-page .table-section .hollow.primary.report-button:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary, .dataTables_wrapper .hollow.secondary.paginate_button, .media-pagination li.hollow.secondary, .media-pagination .hollow.secondary.paginate_button, .dataTables_wrapper li.hollow.secondary, .jobs-page .table-section .hollow.secondary.report-button {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .dataTables_wrapper .hollow.secondary.paginate_button:hover, .media-pagination li.hollow.secondary:hover, .media-pagination .hollow.secondary.paginate_button:hover, .dataTables_wrapper li.hollow.secondary:hover, .jobs-page .table-section .hollow.secondary.report-button:hover, .button.hollow.secondary:focus, .dataTables_wrapper .hollow.secondary.paginate_button:focus, .media-pagination li.hollow.secondary:focus, .media-pagination .hollow.secondary.paginate_button:focus, .dataTables_wrapper li.hollow.secondary:focus, .jobs-page .table-section .hollow.secondary.report-button:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success, .dataTables_wrapper .hollow.success.paginate_button, .media-pagination li.hollow.success, .media-pagination .hollow.success.paginate_button, .dataTables_wrapper li.hollow.success, .jobs-page .table-section .hollow.success.report-button {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .dataTables_wrapper .hollow.success.paginate_button:hover, .media-pagination li.hollow.success:hover, .media-pagination .hollow.success.paginate_button:hover, .dataTables_wrapper li.hollow.success:hover, .jobs-page .table-section .hollow.success.report-button:hover, .button.hollow.success:focus, .dataTables_wrapper .hollow.success.paginate_button:focus, .media-pagination li.hollow.success:focus, .media-pagination .hollow.success.paginate_button:focus, .dataTables_wrapper li.hollow.success:focus, .jobs-page .table-section .hollow.success.report-button:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, .dataTables_wrapper .hollow.warning.paginate_button, .media-pagination li.hollow.warning, .media-pagination .hollow.warning.paginate_button, .dataTables_wrapper li.hollow.warning, .jobs-page .table-section .hollow.warning.report-button {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .dataTables_wrapper .hollow.warning.paginate_button:hover, .media-pagination li.hollow.warning:hover, .media-pagination .hollow.warning.paginate_button:hover, .dataTables_wrapper li.hollow.warning:hover, .jobs-page .table-section .hollow.warning.report-button:hover, .button.hollow.warning:focus, .dataTables_wrapper .hollow.warning.paginate_button:focus, .media-pagination li.hollow.warning:focus, .media-pagination .hollow.warning.paginate_button:focus, .dataTables_wrapper li.hollow.warning:focus, .jobs-page .table-section .hollow.warning.report-button:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, .dataTables_wrapper .hollow.alert.paginate_button, .media-pagination li.hollow.alert, .media-pagination .hollow.alert.paginate_button, .dataTables_wrapper li.hollow.alert, .jobs-page .table-section .hollow.alert.report-button {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .dataTables_wrapper .hollow.alert.paginate_button:hover, .media-pagination li.hollow.alert:hover, .media-pagination .hollow.alert.paginate_button:hover, .dataTables_wrapper li.hollow.alert:hover, .jobs-page .table-section .hollow.alert.report-button:hover, .button.hollow.alert:focus, .dataTables_wrapper .hollow.alert.paginate_button:focus, .media-pagination li.hollow.alert:focus, .media-pagination .hollow.alert.paginate_button:focus, .dataTables_wrapper li.hollow.alert:focus, .jobs-page .table-section .hollow.alert.report-button:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .dataTables_wrapper .disabled.paginate_button, .media-pagination li.disabled, .media-pagination .disabled.paginate_button, .dataTables_wrapper li.disabled, .jobs-page .table-section .disabled.report-button, .button[disabled], .dataTables_wrapper .paginate_button[disabled], .media-pagination li[disabled], .media-pagination .paginate_button[disabled], .dataTables_wrapper li[disabled], .jobs-page .table-section .report-button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .dataTables_wrapper .disabled.paginate_button, .media-pagination li.disabled, .media-pagination .disabled.paginate_button, .dataTables_wrapper li.disabled, .jobs-page .table-section .disabled.report-button, .button.disabled:hover, .dataTables_wrapper .disabled.paginate_button:hover, .media-pagination li.disabled:hover, .media-pagination .disabled.paginate_button:hover, .dataTables_wrapper li.disabled:hover, .jobs-page .table-section .disabled.report-button:hover, .button.disabled:focus, .dataTables_wrapper .disabled.paginate_button:focus, .media-pagination li.disabled:focus, .media-pagination .disabled.paginate_button:focus, .dataTables_wrapper li.disabled:focus, .jobs-page .table-section .disabled.report-button:focus, .button[disabled], .dataTables_wrapper .paginate_button[disabled], .media-pagination li[disabled], .media-pagination .paginate_button[disabled], .dataTables_wrapper li[disabled], .jobs-page .table-section .report-button[disabled], .button[disabled]:hover, .dataTables_wrapper .paginate_button[disabled]:hover, .media-pagination li[disabled]:hover, .media-pagination .paginate_button[disabled]:hover, .dataTables_wrapper li[disabled]:hover, .jobs-page .table-section .report-button[disabled]:hover, .button[disabled]:focus, .dataTables_wrapper .paginate_button[disabled]:focus, .media-pagination li[disabled]:focus, .media-pagination .paginate_button[disabled]:focus, .dataTables_wrapper li[disabled]:focus, .jobs-page .table-section .report-button[disabled]:focus {
      background-color: #004995;
      color: #fefefe; }
    .button.disabled.primary, .dataTables_wrapper .disabled.primary.paginate_button, .media-pagination li.disabled.primary, .media-pagination .disabled.primary.paginate_button, .dataTables_wrapper li.disabled.primary, .jobs-page .table-section .disabled.primary.report-button, .button[disabled].primary, .dataTables_wrapper .paginate_button[disabled].primary, .media-pagination li[disabled].primary, .media-pagination .paginate_button[disabled].primary, .dataTables_wrapper li[disabled].primary, .jobs-page .table-section .report-button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .dataTables_wrapper .disabled.primary.paginate_button, .media-pagination li.disabled.primary, .media-pagination .disabled.primary.paginate_button, .dataTables_wrapper li.disabled.primary, .jobs-page .table-section .disabled.primary.report-button, .button.disabled.primary:hover, .dataTables_wrapper .disabled.primary.paginate_button:hover, .media-pagination li.disabled.primary:hover, .media-pagination .disabled.primary.paginate_button:hover, .dataTables_wrapper li.disabled.primary:hover, .jobs-page .table-section .disabled.primary.report-button:hover, .button.disabled.primary:focus, .dataTables_wrapper .disabled.primary.paginate_button:focus, .media-pagination li.disabled.primary:focus, .media-pagination .disabled.primary.paginate_button:focus, .dataTables_wrapper li.disabled.primary:focus, .jobs-page .table-section .disabled.primary.report-button:focus, .button[disabled].primary, .dataTables_wrapper .paginate_button[disabled].primary, .media-pagination li[disabled].primary, .media-pagination .paginate_button[disabled].primary, .dataTables_wrapper li[disabled].primary, .jobs-page .table-section .report-button[disabled].primary, .button[disabled].primary:hover, .dataTables_wrapper .paginate_button[disabled].primary:hover, .media-pagination li[disabled].primary:hover, .media-pagination .paginate_button[disabled].primary:hover, .dataTables_wrapper li[disabled].primary:hover, .jobs-page .table-section .report-button[disabled].primary:hover, .button[disabled].primary:focus, .dataTables_wrapper .paginate_button[disabled].primary:focus, .media-pagination li[disabled].primary:focus, .media-pagination .paginate_button[disabled].primary:focus, .dataTables_wrapper li[disabled].primary:focus, .jobs-page .table-section .report-button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .dataTables_wrapper .disabled.secondary.paginate_button, .media-pagination li.disabled.secondary, .media-pagination .disabled.secondary.paginate_button, .dataTables_wrapper li.disabled.secondary, .jobs-page .table-section .disabled.secondary.report-button, .button[disabled].secondary, .dataTables_wrapper .paginate_button[disabled].secondary, .media-pagination li[disabled].secondary, .media-pagination .paginate_button[disabled].secondary, .dataTables_wrapper li[disabled].secondary, .jobs-page .table-section .report-button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .dataTables_wrapper .disabled.secondary.paginate_button, .media-pagination li.disabled.secondary, .media-pagination .disabled.secondary.paginate_button, .dataTables_wrapper li.disabled.secondary, .jobs-page .table-section .disabled.secondary.report-button, .button.disabled.secondary:hover, .dataTables_wrapper .disabled.secondary.paginate_button:hover, .media-pagination li.disabled.secondary:hover, .media-pagination .disabled.secondary.paginate_button:hover, .dataTables_wrapper li.disabled.secondary:hover, .jobs-page .table-section .disabled.secondary.report-button:hover, .button.disabled.secondary:focus, .dataTables_wrapper .disabled.secondary.paginate_button:focus, .media-pagination li.disabled.secondary:focus, .media-pagination .disabled.secondary.paginate_button:focus, .dataTables_wrapper li.disabled.secondary:focus, .jobs-page .table-section .disabled.secondary.report-button:focus, .button[disabled].secondary, .dataTables_wrapper .paginate_button[disabled].secondary, .media-pagination li[disabled].secondary, .media-pagination .paginate_button[disabled].secondary, .dataTables_wrapper li[disabled].secondary, .jobs-page .table-section .report-button[disabled].secondary, .button[disabled].secondary:hover, .dataTables_wrapper .paginate_button[disabled].secondary:hover, .media-pagination li[disabled].secondary:hover, .media-pagination .paginate_button[disabled].secondary:hover, .dataTables_wrapper li[disabled].secondary:hover, .jobs-page .table-section .report-button[disabled].secondary:hover, .button[disabled].secondary:focus, .dataTables_wrapper .paginate_button[disabled].secondary:focus, .media-pagination li[disabled].secondary:focus, .media-pagination .paginate_button[disabled].secondary:focus, .dataTables_wrapper li[disabled].secondary:focus, .jobs-page .table-section .report-button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .dataTables_wrapper .disabled.success.paginate_button, .media-pagination li.disabled.success, .media-pagination .disabled.success.paginate_button, .dataTables_wrapper li.disabled.success, .jobs-page .table-section .disabled.success.report-button, .button[disabled].success, .dataTables_wrapper .paginate_button[disabled].success, .media-pagination li[disabled].success, .media-pagination .paginate_button[disabled].success, .dataTables_wrapper li[disabled].success, .jobs-page .table-section .report-button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .dataTables_wrapper .disabled.success.paginate_button, .media-pagination li.disabled.success, .media-pagination .disabled.success.paginate_button, .dataTables_wrapper li.disabled.success, .jobs-page .table-section .disabled.success.report-button, .button.disabled.success:hover, .dataTables_wrapper .disabled.success.paginate_button:hover, .media-pagination li.disabled.success:hover, .media-pagination .disabled.success.paginate_button:hover, .dataTables_wrapper li.disabled.success:hover, .jobs-page .table-section .disabled.success.report-button:hover, .button.disabled.success:focus, .dataTables_wrapper .disabled.success.paginate_button:focus, .media-pagination li.disabled.success:focus, .media-pagination .disabled.success.paginate_button:focus, .dataTables_wrapper li.disabled.success:focus, .jobs-page .table-section .disabled.success.report-button:focus, .button[disabled].success, .dataTables_wrapper .paginate_button[disabled].success, .media-pagination li[disabled].success, .media-pagination .paginate_button[disabled].success, .dataTables_wrapper li[disabled].success, .jobs-page .table-section .report-button[disabled].success, .button[disabled].success:hover, .dataTables_wrapper .paginate_button[disabled].success:hover, .media-pagination li[disabled].success:hover, .media-pagination .paginate_button[disabled].success:hover, .dataTables_wrapper li[disabled].success:hover, .jobs-page .table-section .report-button[disabled].success:hover, .button[disabled].success:focus, .dataTables_wrapper .paginate_button[disabled].success:focus, .media-pagination li[disabled].success:focus, .media-pagination .paginate_button[disabled].success:focus, .dataTables_wrapper li[disabled].success:focus, .jobs-page .table-section .report-button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .dataTables_wrapper .disabled.warning.paginate_button, .media-pagination li.disabled.warning, .media-pagination .disabled.warning.paginate_button, .dataTables_wrapper li.disabled.warning, .jobs-page .table-section .disabled.warning.report-button, .button[disabled].warning, .dataTables_wrapper .paginate_button[disabled].warning, .media-pagination li[disabled].warning, .media-pagination .paginate_button[disabled].warning, .dataTables_wrapper li[disabled].warning, .jobs-page .table-section .report-button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .dataTables_wrapper .disabled.warning.paginate_button, .media-pagination li.disabled.warning, .media-pagination .disabled.warning.paginate_button, .dataTables_wrapper li.disabled.warning, .jobs-page .table-section .disabled.warning.report-button, .button.disabled.warning:hover, .dataTables_wrapper .disabled.warning.paginate_button:hover, .media-pagination li.disabled.warning:hover, .media-pagination .disabled.warning.paginate_button:hover, .dataTables_wrapper li.disabled.warning:hover, .jobs-page .table-section .disabled.warning.report-button:hover, .button.disabled.warning:focus, .dataTables_wrapper .disabled.warning.paginate_button:focus, .media-pagination li.disabled.warning:focus, .media-pagination .disabled.warning.paginate_button:focus, .dataTables_wrapper li.disabled.warning:focus, .jobs-page .table-section .disabled.warning.report-button:focus, .button[disabled].warning, .dataTables_wrapper .paginate_button[disabled].warning, .media-pagination li[disabled].warning, .media-pagination .paginate_button[disabled].warning, .dataTables_wrapper li[disabled].warning, .jobs-page .table-section .report-button[disabled].warning, .button[disabled].warning:hover, .dataTables_wrapper .paginate_button[disabled].warning:hover, .media-pagination li[disabled].warning:hover, .media-pagination .paginate_button[disabled].warning:hover, .dataTables_wrapper li[disabled].warning:hover, .jobs-page .table-section .report-button[disabled].warning:hover, .button[disabled].warning:focus, .dataTables_wrapper .paginate_button[disabled].warning:focus, .media-pagination li[disabled].warning:focus, .media-pagination .paginate_button[disabled].warning:focus, .dataTables_wrapper li[disabled].warning:focus, .jobs-page .table-section .report-button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .dataTables_wrapper .disabled.alert.paginate_button, .media-pagination li.disabled.alert, .media-pagination .disabled.alert.paginate_button, .dataTables_wrapper li.disabled.alert, .jobs-page .table-section .disabled.alert.report-button, .button[disabled].alert, .dataTables_wrapper .paginate_button[disabled].alert, .media-pagination li[disabled].alert, .media-pagination .paginate_button[disabled].alert, .dataTables_wrapper li[disabled].alert, .jobs-page .table-section .report-button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .dataTables_wrapper .disabled.alert.paginate_button, .media-pagination li.disabled.alert, .media-pagination .disabled.alert.paginate_button, .dataTables_wrapper li.disabled.alert, .jobs-page .table-section .disabled.alert.report-button, .button.disabled.alert:hover, .dataTables_wrapper .disabled.alert.paginate_button:hover, .media-pagination li.disabled.alert:hover, .media-pagination .disabled.alert.paginate_button:hover, .dataTables_wrapper li.disabled.alert:hover, .jobs-page .table-section .disabled.alert.report-button:hover, .button.disabled.alert:focus, .dataTables_wrapper .disabled.alert.paginate_button:focus, .media-pagination li.disabled.alert:focus, .media-pagination .disabled.alert.paginate_button:focus, .dataTables_wrapper li.disabled.alert:focus, .jobs-page .table-section .disabled.alert.report-button:focus, .button[disabled].alert, .dataTables_wrapper .paginate_button[disabled].alert, .media-pagination li[disabled].alert, .media-pagination .paginate_button[disabled].alert, .dataTables_wrapper li[disabled].alert, .jobs-page .table-section .report-button[disabled].alert, .button[disabled].alert:hover, .dataTables_wrapper .paginate_button[disabled].alert:hover, .media-pagination li[disabled].alert:hover, .media-pagination .paginate_button[disabled].alert:hover, .dataTables_wrapper li[disabled].alert:hover, .jobs-page .table-section .report-button[disabled].alert:hover, .button[disabled].alert:focus, .dataTables_wrapper .paginate_button[disabled].alert:focus, .media-pagination li[disabled].alert:focus, .media-pagination .paginate_button[disabled].alert:focus, .dataTables_wrapper li[disabled].alert:focus, .jobs-page .table-section .report-button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after, .dataTables_wrapper .dropdown.paginate_button::after, .media-pagination li.dropdown::after, .media-pagination .dropdown.paginate_button::after, .dataTables_wrapper li.dropdown::after, .jobs-page .table-section .dropdown.report-button::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after, .dataTables_wrapper .arrow-only.paginate_button::after, .media-pagination li.arrow-only::after, .media-pagination .arrow-only.paginate_button::after, .dataTables_wrapper li.arrow-only::after, .jobs-page .table-section .arrow-only.report-button::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group .paginate_button, .button-group .media-pagination li, .media-pagination .button-group li, .button-group .media-pagination .paginate_button, .media-pagination .button-group .paginate_button, .button-group .dataTables_wrapper li, .dataTables_wrapper .button-group li, .button-group .jobs-page .table-section .report-button, .jobs-page .table-section .button-group .report-button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child, .button-group .dataTables_wrapper .paginate_button:last-child, .dataTables_wrapper .button-group .paginate_button:last-child, .button-group .media-pagination li:last-child, .media-pagination .button-group li:last-child, .button-group .media-pagination .paginate_button:last-child, .media-pagination .button-group .paginate_button:last-child, .button-group .dataTables_wrapper li:last-child, .dataTables_wrapper .button-group li:last-child, .button-group .jobs-page .table-section .report-button:last-child, .jobs-page .table-section .button-group .report-button:last-child {
      margin-right: 0; }
  .button-group.tiny .button, .button-group.tiny .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.tiny .paginate_button, .button-group.tiny .media-pagination li, .media-pagination .button-group.tiny li, .button-group.tiny .media-pagination .paginate_button, .media-pagination .button-group.tiny .paginate_button, .button-group.tiny .dataTables_wrapper li, .dataTables_wrapper .button-group.tiny li, .button-group.tiny .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.tiny .report-button {
    font-size: 0.6rem; }
  .button-group.small .button, .button-group.small .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.small .paginate_button, .button-group.small .media-pagination li, .media-pagination .button-group.small li, .button-group.small .media-pagination .paginate_button, .media-pagination .button-group.small .paginate_button, .button-group.small .dataTables_wrapper li, .dataTables_wrapper .button-group.small li, .button-group.small .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.small .report-button {
    font-size: 0.75rem; }
  .button-group.large .button, .button-group.large .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.large .paginate_button, .button-group.large .media-pagination li, .media-pagination .button-group.large li, .button-group.large .media-pagination .paginate_button, .media-pagination .button-group.large .paginate_button, .button-group.large .dataTables_wrapper li, .dataTables_wrapper .button-group.large li, .button-group.large .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.large .report-button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:last-child, .button-group.expanded .media-pagination li:first-child:last-child, .media-pagination .button-group.expanded li:first-child:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:last-child, .button-group.expanded .dataTables_wrapper li:first-child:last-child, .dataTables_wrapper .button-group.expanded li:first-child:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2), .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2), .button-group.expanded .media-pagination li:first-child:nth-last-child(2), .media-pagination .button-group.expanded li:first-child:nth-last-child(2), .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2), .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2), .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2), .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2), .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2), .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .button-group.expanded .media-pagination .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .media-pagination .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .media-pagination .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .media-pagination .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(2):last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(2):last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li:last-child, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .report-button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3), .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3), .button-group.expanded .media-pagination li:first-child:nth-last-child(3), .media-pagination .button-group.expanded li:first-child:nth-last-child(3), .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3), .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3), .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3), .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3), .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3), .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .button-group.expanded .media-pagination .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .media-pagination .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .media-pagination .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .media-pagination .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(3):last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(3):last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li:last-child, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .report-button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4), .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4), .button-group.expanded .media-pagination li:first-child:nth-last-child(4), .media-pagination .button-group.expanded li:first-child:nth-last-child(4), .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4), .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4), .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4), .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4), .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4), .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .button-group.expanded .media-pagination .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .media-pagination .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .media-pagination .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .media-pagination .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(4):last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(4):last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li:last-child, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .report-button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5), .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5), .button-group.expanded .media-pagination li:first-child:nth-last-child(5), .media-pagination .button-group.expanded li:first-child:nth-last-child(5), .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5), .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5), .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5), .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5), .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5), .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .button-group.expanded .media-pagination .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .media-pagination .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .media-pagination .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .media-pagination .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(5):last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(5):last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li:last-child, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .report-button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6), .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6), .button-group.expanded .media-pagination li:first-child:nth-last-child(6), .media-pagination .button-group.expanded li:first-child:nth-last-child(6), .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6), .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6), .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6), .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6), .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6), .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .button-group.expanded .media-pagination .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .media-pagination .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .media-pagination .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .media-pagination .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(6):last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(6):last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .dataTables_wrapper .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .media-pagination .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .media-pagination .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .button-group.expanded .jobs-page .table-section .media-pagination .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .media-pagination .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .paginate_button:last-child, .button-group.expanded .dataTables_wrapper .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .dataTables_wrapper .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .media-pagination .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .dataTables_wrapper .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .media-pagination .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .dataTables_wrapper .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .jobs-page .table-section .dataTables_wrapper .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .dataTables_wrapper .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li:last-child, .button-group.expanded .jobs-page .table-section .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .button-group.expanded .media-pagination .jobs-page .table-section .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .media-pagination .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .media-pagination .button-group.expanded .jobs-page .table-section .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .media-pagination .button-group.expanded .paginate_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .button-group.expanded .dataTables_wrapper .jobs-page .table-section li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .dataTables_wrapper li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .dataTables_wrapper .button-group.expanded .jobs-page .table-section li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .dataTables_wrapper .button-group.expanded li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .button-group.expanded .jobs-page .table-section .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child, .jobs-page .table-section .button-group.expanded .report-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .report-button:last-child {
        margin-right: -6px; }
  .button-group.primary .button, .button-group.primary .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.primary .paginate_button, .button-group.primary .media-pagination li, .media-pagination .button-group.primary li, .button-group.primary .media-pagination .paginate_button, .media-pagination .button-group.primary .paginate_button, .button-group.primary .dataTables_wrapper li, .dataTables_wrapper .button-group.primary li, .button-group.primary .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.primary .report-button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .dataTables_wrapper .paginate_button:hover, .dataTables_wrapper .button-group.primary .paginate_button:hover, .button-group.primary .media-pagination li:hover, .media-pagination .button-group.primary li:hover, .button-group.primary .media-pagination .paginate_button:hover, .media-pagination .button-group.primary .paginate_button:hover, .button-group.primary .dataTables_wrapper li:hover, .dataTables_wrapper .button-group.primary li:hover, .button-group.primary .jobs-page .table-section .report-button:hover, .jobs-page .table-section .button-group.primary .report-button:hover, .button-group.primary .button:focus, .button-group.primary .dataTables_wrapper .paginate_button:focus, .dataTables_wrapper .button-group.primary .paginate_button:focus, .button-group.primary .media-pagination li:focus, .media-pagination .button-group.primary li:focus, .button-group.primary .media-pagination .paginate_button:focus, .media-pagination .button-group.primary .paginate_button:focus, .button-group.primary .dataTables_wrapper li:focus, .dataTables_wrapper .button-group.primary li:focus, .button-group.primary .jobs-page .table-section .report-button:focus, .jobs-page .table-section .button-group.primary .report-button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.secondary .paginate_button, .button-group.secondary .media-pagination li, .media-pagination .button-group.secondary li, .button-group.secondary .media-pagination .paginate_button, .media-pagination .button-group.secondary .paginate_button, .button-group.secondary .dataTables_wrapper li, .dataTables_wrapper .button-group.secondary li, .button-group.secondary .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.secondary .report-button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .dataTables_wrapper .paginate_button:hover, .dataTables_wrapper .button-group.secondary .paginate_button:hover, .button-group.secondary .media-pagination li:hover, .media-pagination .button-group.secondary li:hover, .button-group.secondary .media-pagination .paginate_button:hover, .media-pagination .button-group.secondary .paginate_button:hover, .button-group.secondary .dataTables_wrapper li:hover, .dataTables_wrapper .button-group.secondary li:hover, .button-group.secondary .jobs-page .table-section .report-button:hover, .jobs-page .table-section .button-group.secondary .report-button:hover, .button-group.secondary .button:focus, .button-group.secondary .dataTables_wrapper .paginate_button:focus, .dataTables_wrapper .button-group.secondary .paginate_button:focus, .button-group.secondary .media-pagination li:focus, .media-pagination .button-group.secondary li:focus, .button-group.secondary .media-pagination .paginate_button:focus, .media-pagination .button-group.secondary .paginate_button:focus, .button-group.secondary .dataTables_wrapper li:focus, .dataTables_wrapper .button-group.secondary li:focus, .button-group.secondary .jobs-page .table-section .report-button:focus, .jobs-page .table-section .button-group.secondary .report-button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button, .button-group.success .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.success .paginate_button, .button-group.success .media-pagination li, .media-pagination .button-group.success li, .button-group.success .media-pagination .paginate_button, .media-pagination .button-group.success .paginate_button, .button-group.success .dataTables_wrapper li, .dataTables_wrapper .button-group.success li, .button-group.success .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.success .report-button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .dataTables_wrapper .paginate_button:hover, .dataTables_wrapper .button-group.success .paginate_button:hover, .button-group.success .media-pagination li:hover, .media-pagination .button-group.success li:hover, .button-group.success .media-pagination .paginate_button:hover, .media-pagination .button-group.success .paginate_button:hover, .button-group.success .dataTables_wrapper li:hover, .dataTables_wrapper .button-group.success li:hover, .button-group.success .jobs-page .table-section .report-button:hover, .jobs-page .table-section .button-group.success .report-button:hover, .button-group.success .button:focus, .button-group.success .dataTables_wrapper .paginate_button:focus, .dataTables_wrapper .button-group.success .paginate_button:focus, .button-group.success .media-pagination li:focus, .media-pagination .button-group.success li:focus, .button-group.success .media-pagination .paginate_button:focus, .media-pagination .button-group.success .paginate_button:focus, .button-group.success .dataTables_wrapper li:focus, .dataTables_wrapper .button-group.success li:focus, .button-group.success .jobs-page .table-section .report-button:focus, .jobs-page .table-section .button-group.success .report-button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button, .button-group.warning .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.warning .paginate_button, .button-group.warning .media-pagination li, .media-pagination .button-group.warning li, .button-group.warning .media-pagination .paginate_button, .media-pagination .button-group.warning .paginate_button, .button-group.warning .dataTables_wrapper li, .dataTables_wrapper .button-group.warning li, .button-group.warning .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.warning .report-button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .dataTables_wrapper .paginate_button:hover, .dataTables_wrapper .button-group.warning .paginate_button:hover, .button-group.warning .media-pagination li:hover, .media-pagination .button-group.warning li:hover, .button-group.warning .media-pagination .paginate_button:hover, .media-pagination .button-group.warning .paginate_button:hover, .button-group.warning .dataTables_wrapper li:hover, .dataTables_wrapper .button-group.warning li:hover, .button-group.warning .jobs-page .table-section .report-button:hover, .jobs-page .table-section .button-group.warning .report-button:hover, .button-group.warning .button:focus, .button-group.warning .dataTables_wrapper .paginate_button:focus, .dataTables_wrapper .button-group.warning .paginate_button:focus, .button-group.warning .media-pagination li:focus, .media-pagination .button-group.warning li:focus, .button-group.warning .media-pagination .paginate_button:focus, .media-pagination .button-group.warning .paginate_button:focus, .button-group.warning .dataTables_wrapper li:focus, .dataTables_wrapper .button-group.warning li:focus, .button-group.warning .jobs-page .table-section .report-button:focus, .jobs-page .table-section .button-group.warning .report-button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button, .button-group.alert .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.alert .paginate_button, .button-group.alert .media-pagination li, .media-pagination .button-group.alert li, .button-group.alert .media-pagination .paginate_button, .media-pagination .button-group.alert .paginate_button, .button-group.alert .dataTables_wrapper li, .dataTables_wrapper .button-group.alert li, .button-group.alert .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.alert .report-button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .dataTables_wrapper .paginate_button:hover, .dataTables_wrapper .button-group.alert .paginate_button:hover, .button-group.alert .media-pagination li:hover, .media-pagination .button-group.alert li:hover, .button-group.alert .media-pagination .paginate_button:hover, .media-pagination .button-group.alert .paginate_button:hover, .button-group.alert .dataTables_wrapper li:hover, .dataTables_wrapper .button-group.alert li:hover, .button-group.alert .jobs-page .table-section .report-button:hover, .jobs-page .table-section .button-group.alert .report-button:hover, .button-group.alert .button:focus, .button-group.alert .dataTables_wrapper .paginate_button:focus, .dataTables_wrapper .button-group.alert .paginate_button:focus, .button-group.alert .media-pagination li:focus, .media-pagination .button-group.alert li:focus, .button-group.alert .media-pagination .paginate_button:focus, .media-pagination .button-group.alert .paginate_button:focus, .button-group.alert .dataTables_wrapper li:focus, .dataTables_wrapper .button-group.alert li:focus, .button-group.alert .jobs-page .table-section .report-button:focus, .jobs-page .table-section .button-group.alert .report-button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.stacked .paginate_button, .button-group.stacked .media-pagination li, .media-pagination .button-group.stacked li, .button-group.stacked .media-pagination .paginate_button, .media-pagination .button-group.stacked .paginate_button, .button-group.stacked .dataTables_wrapper li, .dataTables_wrapper .button-group.stacked li, .button-group.stacked .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.stacked .report-button, .button-group.stacked-for-small .button, .button-group.stacked-for-small .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.stacked-for-small .paginate_button, .button-group.stacked-for-small .media-pagination li, .media-pagination .button-group.stacked-for-small li, .button-group.stacked-for-small .media-pagination .paginate_button, .media-pagination .button-group.stacked-for-small .paginate_button, .button-group.stacked-for-small .dataTables_wrapper li, .dataTables_wrapper .button-group.stacked-for-small li, .button-group.stacked-for-small .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.stacked-for-small .report-button, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.stacked-for-medium .paginate_button, .button-group.stacked-for-medium .media-pagination li, .media-pagination .button-group.stacked-for-medium li, .button-group.stacked-for-medium .media-pagination .paginate_button, .media-pagination .button-group.stacked-for-medium .paginate_button, .button-group.stacked-for-medium .dataTables_wrapper li, .dataTables_wrapper .button-group.stacked-for-medium li, .button-group.stacked-for-medium .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.stacked-for-medium .report-button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked .dataTables_wrapper .paginate_button:last-child, .dataTables_wrapper .button-group.stacked .paginate_button:last-child, .button-group.stacked .media-pagination li:last-child, .media-pagination .button-group.stacked li:last-child, .button-group.stacked .media-pagination .paginate_button:last-child, .media-pagination .button-group.stacked .paginate_button:last-child, .button-group.stacked .dataTables_wrapper li:last-child, .dataTables_wrapper .button-group.stacked li:last-child, .button-group.stacked .jobs-page .table-section .report-button:last-child, .jobs-page .table-section .button-group.stacked .report-button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .dataTables_wrapper .paginate_button:last-child, .dataTables_wrapper .button-group.stacked-for-small .paginate_button:last-child, .button-group.stacked-for-small .media-pagination li:last-child, .media-pagination .button-group.stacked-for-small li:last-child, .button-group.stacked-for-small .media-pagination .paginate_button:last-child, .media-pagination .button-group.stacked-for-small .paginate_button:last-child, .button-group.stacked-for-small .dataTables_wrapper li:last-child, .dataTables_wrapper .button-group.stacked-for-small li:last-child, .button-group.stacked-for-small .jobs-page .table-section .report-button:last-child, .jobs-page .table-section .button-group.stacked-for-small .report-button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .dataTables_wrapper .paginate_button:last-child, .dataTables_wrapper .button-group.stacked-for-medium .paginate_button:last-child, .button-group.stacked-for-medium .media-pagination li:last-child, .media-pagination .button-group.stacked-for-medium li:last-child, .button-group.stacked-for-medium .media-pagination .paginate_button:last-child, .media-pagination .button-group.stacked-for-medium .paginate_button:last-child, .button-group.stacked-for-medium .dataTables_wrapper li:last-child, .dataTables_wrapper .button-group.stacked-for-medium li:last-child, .button-group.stacked-for-medium .jobs-page .table-section .report-button:last-child, .jobs-page .table-section .button-group.stacked-for-medium .report-button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.stacked-for-small .paginate_button, .button-group.stacked-for-small .media-pagination li, .media-pagination .button-group.stacked-for-small li, .button-group.stacked-for-small .media-pagination .paginate_button, .media-pagination .button-group.stacked-for-small .paginate_button, .button-group.stacked-for-small .dataTables_wrapper li, .dataTables_wrapper .button-group.stacked-for-small li, .button-group.stacked-for-small .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.stacked-for-small .report-button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.stacked-for-medium .paginate_button, .button-group.stacked-for-medium .media-pagination li, .media-pagination .button-group.stacked-for-medium li, .button-group.stacked-for-medium .media-pagination .paginate_button, .media-pagination .button-group.stacked-for-medium .paginate_button, .button-group.stacked-for-medium .dataTables_wrapper li, .dataTables_wrapper .button-group.stacked-for-medium li, .button-group.stacked-for-medium .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.stacked-for-medium .report-button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .dataTables_wrapper .paginate_button, .dataTables_wrapper .button-group.stacked-for-small.expanded .paginate_button, .button-group.stacked-for-small.expanded .media-pagination li, .media-pagination .button-group.stacked-for-small.expanded li, .button-group.stacked-for-small.expanded .media-pagination .paginate_button, .media-pagination .button-group.stacked-for-small.expanded .paginate_button, .button-group.stacked-for-small.expanded .dataTables_wrapper li, .dataTables_wrapper .button-group.stacked-for-small.expanded li, .button-group.stacked-for-small.expanded .jobs-page .table-section .report-button, .jobs-page .table-section .button-group.stacked-for-small.expanded .report-button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xxlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #004995; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #0052a7; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #b8bfc2; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #9ca5aa; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #89949A; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar .dataTables_wrapper input.paginate_button, .dataTables_wrapper .top-bar input.paginate_button, .top-bar .media-pagination input.paginate_button, .media-pagination .top-bar input.paginate_button, .top-bar .jobs-page .table-section input.report-button, .jobs-page .table-section .top-bar input.report-button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Formatting Helpers
 */
ul {
  margin-bottom: 0; }

.inline-list li {
  display: inline-block; }

.progress {
  background-color: #cacaca;
  height: 24px;
  margin-bottom: 1rem;
  padding-left: 10px;
  border-radius: 0; }
  .progress span.password-verdict {
    font-size: 12px;
    color: #fff;
    font-weight: normal; }

.progress.primary {
  background-color: #2199e8; }

.progress.secondary {
  background-color: #777; }

.progress.success {
  background-color: #3adb76; }

.progress.warning {
  background-color: #ffae00; }

.progress.alert {
  background-color: #ec5840;
  color: #fff; }

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  .datepicker table {
    border: 0;
    margin: 0;
    width: auto; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker td.active.day, .datepicker td.active.year {
      background: #2ba6cb; }
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    .datepicker td span.active {
      background: #2ba6cb; }
    .datepicker td.day.disabled {
      color: #eee; }
    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
      color: #eee; }
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker th.active.day, .datepicker th.active.year {
      background: #2ba6cb; }
    .datepicker th.date-switch {
      width: 145px; }
    .datepicker th span.active {
      background: #2ba6cb; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

#loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("images/loading.gif") 50% 50% no-repeat; }

body.loading {
  overflow: hidden; }

body.loading #loading {
  display: block; }

.mce-tinymce {
  margin-bottom: 1rem !important; }

.selectize-input > input {
  height: auto !important; }

.selectize-control.multi .selectize-input [data-value] {
  background-image: none !important; }

.content .form-global {
  width: 100%;
  float: none !important;
  margin: 25px auto; }
  @media print, screen and (min-width: 64em) {
    .content .form-global {
      margin: 50px auto; } }
  @media screen and (min-width: 75em) {
    .content .form-global {
      width: 1130px; } }
  .content .form-global h3 {
    color: #004995;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0; }
  .content .form-global h5 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem; }
    .content .form-global h5 small {
      color: #89949A;
      font-size: 16px; }
  .content .form-global select, .content .form-global input[type="text"] {
    color: #89949A;
    font-size: 14px;
    height: 45px; }
  .content .form-global .select-div {
    position: relative; }
    .content .form-global .select-div select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: none;
      background-color: #89949A;
      color: #fefefe;
      border: none;
      padding-left: 20px;
      padding-right: 35px; }
      .content .form-global .select-div select:disabled {
        background-color: #e8e6e6; }
    .content .form-global .select-div select::-ms-expand {
      display: none; }
    .content .form-global .select-div:after {
      content: '\f107';
      font: normal normal normal 17px/1 FontAwesome;
      color: #fefefe;
      right: 10px;
      top: 0;
      height: 45px;
      line-height: 45px;
      position: absolute;
      pointer-events: none;
      font-size: 22px; }
  .content .form-global label {
    color: #89949A;
    font-size: 16px;
    font-weight: 400; }
  .content .form-global input {
    box-shadow: none; }
  .content .form-global small.error {
    text-align: center;
    font-weight: bold;
    color: #ba0C2f;
    display: block;
    width: 100%; }
  .content .form-global span.display-span {
    color: #004995;
    display: inline-block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.15; }
    .content .form-global span.display-span.word-break {
      word-wrap: break-word; }
  .content .form-global span.text-area {
    color: #004995 !important;
    font-weight: 500 !important; }
    .content .form-global span.text-area p:last-child {
      margin-bottom: 0; }
  .content .form-global .input-group .input-group-label {
    border-color: #89949A; }

.button-primary {
  background: #004995;
  color: #fefefe;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-radius: 500px;
  height: 57px;
  min-width: 180px;
  text-align: center;
  padding: 1.2rem 1.5rem; }
  .button-primary:hover {
    background: #00356c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .button-primary:active {
    background: #000b16; }
  .button-primary.right-arrow {
    background: #004995;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-primary.right-arrow:hover {
      background: #00356c;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-primary.right-arrow:active {
      background: #000b16; }
    .button-primary.right-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png");
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .button-primary.left-arrow {
    background: #004995;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: right; }
    .button-primary.left-arrow:hover {
      background: #00356c;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-primary.left-arrow:active {
      background: #000b16; }
    .button-primary.left-arrow:before {
      content: '';
      float: left;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-right: 15px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-image: url("/images/icons/download-icon-white.png"); }
  .button-primary.down-arrow {
    background: #004995;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-primary.down-arrow:hover {
      background: #00356c;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-primary.down-arrow:active {
      background: #000b16; }
    .button-primary.down-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png"); }
  .button-primary.up-arrow {
    background: #004995;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-primary.up-arrow:hover {
      background: #00356c;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-primary.up-arrow:active {
      background: #000b16; }
    .button-primary.up-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png");
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
      -webkit-filter: FlipV;
              filter: FlipV;
      -ms-filter: "FlipV"; }
  .button-primary.plus-icon {
    background: #004995;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-primary.plus-icon:hover {
      background: #00356c;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-primary.plus-icon:active {
      background: #000b16; }
    .button-primary.plus-icon:after {
      content: '';
      float: right;
      width: 15px;
      height: 15px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/plus-white.png"); }
  .button-primary.cross-icon {
    background: #004995;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-primary.cross-icon:hover {
      background: #00356c;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-primary.cross-icon:active {
      background: #000b16; }
    .button-primary.cross-icon:after {
      content: '';
      float: right;
      width: 15px;
      height: 15px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/plus-white.png");
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .button-primary.edit-icon {
    background: #004995;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-primary.edit-icon:hover {
      background: #00356c;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-primary.edit-icon:active {
      background: #000b16; }
    .button-primary.edit-icon:after {
      content: '';
      float: right;
      width: 17px;
      height: 17px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/edit-icon-white.png"); }

.button-secondary {
  background: #efefef;
  color: #004995;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-radius: 500px;
  height: 57px;
  min-width: 180px;
  text-align: center;
  padding: 1.2rem 1.5rem; }
  .button-secondary:hover {
    background: #dbdbdb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .button-secondary:active {
    background: #afafaf; }
  .button-secondary.right-arrow {
    background: #efefef;
    color: #004995;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-secondary.right-arrow:hover {
      background: #dbdbdb;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-secondary.right-arrow:active {
      background: #afafaf; }
    .button-secondary.right-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon.png");
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .button-secondary.left-arrow {
    background: #efefef;
    color: #004995;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: right; }
    .button-secondary.left-arrow:hover {
      background: #dbdbdb;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-secondary.left-arrow:active {
      background: #afafaf; }
    .button-secondary.left-arrow:before {
      content: '';
      float: left;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-right: 15px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-image: url("/images/icons/download-icon.png"); }
  .button-secondary.down-arrow {
    background: #efefef;
    color: #004995;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-secondary.down-arrow:hover {
      background: #dbdbdb;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-secondary.down-arrow:active {
      background: #afafaf; }
    .button-secondary.down-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon.png"); }
  .button-secondary.up-arrow {
    background: #efefef;
    color: #004995;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-secondary.up-arrow:hover {
      background: #dbdbdb;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-secondary.up-arrow:active {
      background: #afafaf; }
    .button-secondary.up-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon.png");
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
      -webkit-filter: FlipV;
              filter: FlipV;
      -ms-filter: "FlipV"; }
  .button-secondary.plus-icon {
    background: #efefef;
    color: #004995;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-secondary.plus-icon:hover {
      background: #dbdbdb;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-secondary.plus-icon:active {
      background: #afafaf; }
    .button-secondary.plus-icon:after {
      content: '';
      float: right;
      width: 15px;
      height: 15px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/plus-blue.png"); }
  .button-secondary.cross-icon {
    background: #efefef;
    color: #004995;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-secondary.cross-icon:hover {
      background: #dbdbdb;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-secondary.cross-icon:active {
      background: #afafaf; }
    .button-secondary.cross-icon:after {
      content: '';
      float: right;
      width: 15px;
      height: 15px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/plus-blue.png");
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .button-secondary.edit-icon {
    background: #efefef;
    color: #004995;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-secondary.edit-icon:hover {
      background: #dbdbdb;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-secondary.edit-icon:active {
      background: #afafaf; }
    .button-secondary.edit-icon:after {
      content: '';
      float: right;
      width: 17px;
      height: 17px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/edit-icon-white.png"); }

.button-success {
  background: #2db8c5;
  color: #fefefe;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-radius: 500px;
  height: 57px;
  min-width: 180px;
  text-align: center;
  padding: 1.2rem 1.5rem; }
  .button-success:hover {
    background: #2599a4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .button-success:active {
    background: #15575d; }
  .button-success.right-arrow {
    background: #2db8c5;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-success.right-arrow:hover {
      background: #2599a4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-success.right-arrow:active {
      background: #15575d; }
    .button-success.right-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png");
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .button-success.left-arrow {
    background: #2db8c5;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: right; }
    .button-success.left-arrow:hover {
      background: #2599a4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-success.left-arrow:active {
      background: #15575d; }
    .button-success.left-arrow:before {
      content: '';
      float: left;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-right: 15px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-image: url("/images/icons/download-icon-white.png"); }
  .button-success.down-arrow {
    background: #2db8c5;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-success.down-arrow:hover {
      background: #2599a4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-success.down-arrow:active {
      background: #15575d; }
    .button-success.down-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png"); }
  .button-success.up-arrow {
    background: #2db8c5;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-success.up-arrow:hover {
      background: #2599a4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-success.up-arrow:active {
      background: #15575d; }
    .button-success.up-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png");
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
      -webkit-filter: FlipV;
              filter: FlipV;
      -ms-filter: "FlipV"; }
  .button-success.plus-icon {
    background: #2db8c5;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-success.plus-icon:hover {
      background: #2599a4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-success.plus-icon:active {
      background: #15575d; }
    .button-success.plus-icon:after {
      content: '';
      float: right;
      width: 15px;
      height: 15px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/plus-white.png"); }
  .button-success.cross-icon {
    background: #2db8c5;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-success.cross-icon:hover {
      background: #2599a4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-success.cross-icon:active {
      background: #15575d; }
    .button-success.cross-icon:after {
      content: '';
      float: right;
      width: 15px;
      height: 15px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/plus-white.png");
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .button-success.edit-icon {
    background: #2db8c5;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-success.edit-icon:hover {
      background: #2599a4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-success.edit-icon:active {
      background: #15575d; }
    .button-success.edit-icon:after {
      content: '';
      float: right;
      width: 17px;
      height: 17px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/edit-icon-white.png"); }

.button-alert {
  background: #ba0C2f;
  color: #fefefe;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-radius: 500px;
  height: 57px;
  min-width: 180px;
  text-align: center;
  padding: 1.2rem 1.5rem; }
  .button-alert:hover {
    background: #940a25;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .button-alert:active {
    background: #420411; }
  .button-alert.right-arrow {
    background: #ba0C2f;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-alert.right-arrow:hover {
      background: #940a25;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-alert.right-arrow:active {
      background: #420411; }
    .button-alert.right-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png");
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .button-alert.left-arrow {
    background: #ba0C2f;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: right; }
    .button-alert.left-arrow:hover {
      background: #940a25;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-alert.left-arrow:active {
      background: #420411; }
    .button-alert.left-arrow:before {
      content: '';
      float: left;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-right: 15px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-image: url("/images/icons/download-icon-white.png"); }
  .button-alert.down-arrow {
    background: #ba0C2f;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-alert.down-arrow:hover {
      background: #940a25;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-alert.down-arrow:active {
      background: #420411; }
    .button-alert.down-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png"); }
  .button-alert.up-arrow {
    background: #ba0C2f;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-alert.up-arrow:hover {
      background: #940a25;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-alert.up-arrow:active {
      background: #420411; }
    .button-alert.up-arrow:after {
      content: '';
      float: right;
      width: 14px;
      height: 16px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/download-icon-white.png");
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
      -webkit-filter: FlipV;
              filter: FlipV;
      -ms-filter: "FlipV"; }
  .button-alert.plus-icon {
    background: #ba0C2f;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-alert.plus-icon:hover {
      background: #940a25;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-alert.plus-icon:active {
      background: #420411; }
    .button-alert.plus-icon:after {
      content: '';
      float: right;
      width: 15px;
      height: 15px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/plus-white.png"); }
  .button-alert.cross-icon {
    background: #ba0C2f;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-alert.cross-icon:hover {
      background: #940a25;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-alert.cross-icon:active {
      background: #420411; }
    .button-alert.cross-icon:after {
      content: '';
      float: right;
      width: 15px;
      height: 15px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/plus-white.png");
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .button-alert.edit-icon {
    background: #ba0C2f;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    border-radius: 500px;
    height: 57px;
    min-width: 180px;
    text-align: center;
    padding: 1.2rem 1.5rem;
    text-align: left; }
    .button-alert.edit-icon:hover {
      background: #940a25;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button-alert.edit-icon:active {
      background: #420411; }
    .button-alert.edit-icon:after {
      content: '';
      float: right;
      width: 17px;
      height: 17px;
      background-size: cover;
      margin-left: 15px;
      background-image: url("/images/icons/edit-icon-white.png"); }

table tbody td, table tbody th {
  padding: 0.375rem; }

table tbody .button, table tbody .dataTables_wrapper .paginate_button, .dataTables_wrapper table tbody .paginate_button, table tbody .media-pagination li, .media-pagination table tbody li, table tbody .media-pagination .paginate_button, .media-pagination table tbody .paginate_button, table tbody .dataTables_wrapper li, .dataTables_wrapper table tbody li, table tbody .jobs-page .table-section .report-button, .jobs-page .table-section table tbody .report-button {
  margin-bottom: 0; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  max-width: 300px; }

.dataTables_wrapper .dataTables_info {
  display: none; }

.dataTables_wrapper .dataTables_paginate {
  text-align: center; }

.dataTables_wrapper .dataTable.link-rows tr:hover td {
  position: relative; }
  .dataTables_wrapper .dataTable.link-rows tr:hover td:after {
    content: '\200b';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .dataTables_wrapper .dataTable.link-rows tr:hover td.dataTables_empty:after {
    display: none; }

.dataTables_wrapper .dataTable.link-rows tr td {
  cursor: pointer; }
  .dataTables_wrapper .dataTable.link-rows tr td.dataTables_empty {
    cursor: default; }

.data-table {
  width: 100% !important; }

.dataTables_scrollHeadInner table {
  margin-bottom: 0; }

header {
  margin-bottom: 0; }
  header #headerSection {
    border-bottom: 1px solid #dadada;
    height: 85px; }
    header #headerSection .jonesLogo {
      padding-top: 18px; }
    header #headerSection .user {
      display: table;
      height: 85px; }
      header #headerSection .user .user-icon {
        display: table-cell;
        width: 29px;
        height: 29px;
        position: relative; }
        header #headerSection .user .user-icon img {
          max-height: 100%;
          max-width: 100%;
          width: auto;
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      header #headerSection .user span {
        display: table-cell;
        padding-top: 26px;
        padding-left: 15px; }
      header #headerSection .user span, header #headerSection .user span a {
        color: #004995;
        font-size: 11px;
        font-weight: 600; }
    header #headerSection .adzLogo {
      border-left: 1px solid #dadada;
      height: 85px;
      padding-top: 20px;
      text-align: right; }
  header #topmenu {
    width: 100%;
    border-bottom: 1px solid #dadada; }
    header #topmenu ul {
      max-width: 1920px;
      margin-right: auto;
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-left: 4%;
      padding-right: 4%; }
      header #topmenu ul li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        min-width: initial;
        line-height: 2.5rem;
        display: inline-block;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        padding-top: 18px;
        padding-bottom: 18px;
        text-align: center; }
        @media print, screen and (min-width: 40em) {
          header #topmenu ul li {
            padding-right: 0.9375rem;
            padding-left: 0.9375rem; } }
        @media print, screen and (min-width: 40em) {
          header #topmenu ul li {
            padding-left: 1.25rem;
            padding-right: 1.25rem; } }
        @media print, screen and (min-width: 64em) {
          header #topmenu ul li {
            padding-top: 30px;
            padding-bottom: 30px; } }
        header #topmenu ul li a {
          color: #89949A;
          font-size: 14px; }
        @media print, screen and (min-width: 40em) {
          header #topmenu ul li:first-child {
            padding-left: 0; } }
        header #topmenu ul li.active {
          position: relative; }
          header #topmenu ul li.active:before {
            content: '';
            position: absolute;
            left: calc(50% - 17px);
            bottom: -17px;
            width: 0;
            height: 0;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            border-top: 17px solid #dadada;
            z-index: 1; }
          header #topmenu ul li.active:after {
            content: '';
            position: absolute;
            left: calc(50% - 16px);
            bottom: -16px;
            width: 0;
            height: 0;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-top: 16px solid #fff;
            margin-top: -1px;
            z-index: 2; }
          header #topmenu ul li.active a {
            color: #004995; }
        header #topmenu ul li .iconImages {
          margin-top: -5px; }
          @media print, screen and (min-width: 40em) {
            header #topmenu ul li .iconImages {
              display: none; } }
          @media print, screen and (min-width: 64em) {
            header #topmenu ul li .iconImages {
              display: inline;
              margin-right: 10px; } }

footer {
  padding: 1.25rem; }

html, body {
  font-family: 'Montserrat', sans-serif; }
  html h1, html h2, html h3, html h4, body h1, body h2, body h3, body h4 {
    font-family: 'Montserrat', sans-serif; }

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

.box-link {
  background: url(images/transparent.png) repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 2rem; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.content {
  border-radius: 3px; }

.hidden {
  display: none !important; }

.margin-bottom {
  margin-bottom: 1rem; }

.no-margin-bottom {
  margin-bottom: 0; }

label {
  font-weight: bold; }

.button.tiny, .dataTables_wrapper .tiny.paginate_button, .media-pagination li.tiny, .media-pagination .tiny.paginate_button, .dataTables_wrapper li.tiny, .jobs-page .table-section .tiny.report-button {
  padding: 0.65em 0.8em; }

.container-full {
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .container-full {
      width: 80%; } }

.tabs {
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid #dadada;
  background: none; }
  .tabs .tabs-title {
    background-color: #b8bfc2;
    min-width: 140px;
    font-weight: 400;
    text-align: center;
    border-right: 2px solid #fefefe; }
    .tabs .tabs-title a {
      font-size: 1rem;
      color: #fefefe; }
    .tabs .tabs-title > a {
      padding: 0.8rem 2.2rem; }
      .tabs .tabs-title > a:hover, .tabs .tabs-title > a:focus {
        background: #89949A;
        color: #fefefe;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .tabs .tabs-title > a[aria-selected='true'] {
      background: #89949A;
      color: #fefefe; }
    .tabs .tabs-title.is-active {
      background-color: #89949A;
      position: relative; }

.tabs-content {
  border: none; }

.tabs-panel {
  padding: 1rem 0 0 0; }

.accordion-title {
  background: #fff;
  color: #004995;
  font-size: 18px;
  font-weight: bold; }
  .accordion-title:hover {
    background: #fff; }
  .accordion-title:before {
    margin-top: -0.75rem; }

.is-active .accordion-title {
  border-bottom: none; }
  .is-active .accordion-title:before {
    color: #89949A; }

.is-active .accordion-content {
  border-top: none; }

.media-header {
  border-bottom: 1px solid #89949A;
  padding-bottom: 1.5rem; }
  .media-header > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    .media-header > .columns .download-message {
      color: #89949A;
      float: left;
      font-size: 12px;
      line-height: 18px;
      padding-top: 4px; }
      .media-header > .columns .download-message .selected-media-count {
        display: inline-block;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin: 5px 5px 0 5px;
        padding: 7px 1px;
        background-color: #004995;
        color: #fefefe;
        font-size: 16px;
        font-weight: 600;
        text-align: center; }
    .media-header > .columns .media-buttons {
      float: right;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .media-header > .columns .media-buttons {
          width: auto; } }
      .media-header > .columns .media-buttons .download-media {
        margin: 1rem 0 0 0;
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .media-header > .columns .media-buttons .download-media {
            margin: 0 0 0 1rem;
            width: calc(33% - 2rem); } }
      .media-header > .columns .media-buttons .upload-media {
        margin: 1rem 0 0 0;
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .media-header > .columns .media-buttons .upload-media {
            margin: 0 0 0 1rem;
            width: calc(33% - 2rem); } }
      .media-header > .columns .media-buttons .delete-media-multiple {
        margin: 1rem 0 0 0;
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .media-header > .columns .media-buttons .delete-media-multiple {
            margin: 0 0 0 1rem;
            width: calc(33% - 2rem); } }

#media-library .pos-rel, #archive .pos-rel {
  position: relative; }

#media-library .no-records-message, #archive .no-records-message {
  position: absolute;
  height: 100px;
  top: 130px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  color: #89949A; }

#media-library .media-grid, #archive .media-grid {
  position: relative;
  padding-top: 2rem; }
  #media-library .media-grid .media-item, #archive .media-grid .media-item {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    @media screen and (min-width: 25em) {
      #media-library .media-grid .media-item, #archive .media-grid .media-item {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 25em) and (min-width: 40em) {
    #media-library .media-grid .media-item, #archive .media-grid .media-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 25em) {
        #media-library .media-grid .media-item:last-child:not(:first-child), #archive .media-grid .media-item:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 40em) {
      #media-library .media-grid .media-item, #archive .media-grid .media-item {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #media-library .media-grid .media-item, #archive .media-grid .media-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #media-library .media-grid .media-item:last-child:not(:first-child), #archive .media-grid .media-item:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 75em) {
      #media-library .media-grid .media-item, #archive .media-grid .media-item {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    #media-library .media-grid .media-item, #archive .media-grid .media-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 75em) {
        #media-library .media-grid .media-item:last-child:not(:first-child), #archive .media-grid .media-item:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 90em) {
      #media-library .media-grid .media-item, #archive .media-grid .media-item {
        width: 20%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 90em) and (min-width: 40em) {
    #media-library .media-grid .media-item, #archive .media-grid .media-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 90em) {
        #media-library .media-grid .media-item:last-child:not(:first-child), #archive .media-grid .media-item:last-child:not(:first-child) {
          float: right; } }
    #media-library .media-grid .media-item.end:last-child:last-child, #archive .media-grid .media-item.end:last-child:last-child {
      float: left; }
    #media-library .media-grid .media-item .file, #archive .media-grid .media-item .file {
      float: left;
      position: relative;
      margin-bottom: 25px;
      border-radius: 5px;
      width: 100%;
      position: relative; }
      #media-library .media-grid .media-item .file .filename, #archive .media-grid .media-item .file .filename {
        height: 25px;
        width: 100%;
        font-size: 10px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 5px; }
      #media-library .media-grid .media-item .file .image, #archive .media-grid .media-item .file .image {
        height: 200px;
        width: 100%;
        background-color: #F6F7F7;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      #media-library .media-grid .media-item .file .details, #archive .media-grid .media-item .file .details {
        padding: 10px 5px;
        position: relative; }
        #media-library .media-grid .media-item .file .details ul, #archive .media-grid .media-item .file .details ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          #media-library .media-grid .media-item .file .details ul li, #archive .media-grid .media-item .file .details ul li {
            padding: 0;
            font-size: 10px; }
            #media-library .media-grid .media-item .file .details ul li.title, #archive .media-grid .media-item .file .details ul li.title {
              color: #004995;
              font-weight: bold; }
        #media-library .media-grid .media-item .file .details .download-box, #archive .media-grid .media-item .file .details .download-box {
          display: none; }
        #media-library .media-grid .media-item .file .details .download-box + label, #archive .media-grid .media-item .file .details .download-box + label {
          color: #004995;
          position: absolute;
          top: 10px;
          right: 5px;
          font-size: 1rem;
          height: 15px;
          width: 15px;
          margin: 3px 0 0 0;
          z-index: 3; }
          #media-library .media-grid .media-item .file .details .download-box + label .fa-check, #archive .media-grid .media-item .file .details .download-box + label .fa-check {
            display: none;
            font-size: 0.75em; }
        #media-library .media-grid .media-item .file .details .download-box:checked + label .fa-check, #archive .media-grid .media-item .file .details .download-box:checked + label .fa-check {
          display: inline-block; }
        #media-library .media-grid .media-item .file .details a.download-arrow, #archive .media-grid .media-item .file .details a.download-arrow {
          background: transparent;
          position: absolute;
          top: 10px;
          right: 20px;
          font-size: 1rem;
          z-index: 3;
          padding-top: 0; }

#view-media {
  overflow-y: visible !important; }
  #view-media .close-button, #view-media .close-button.medium {
    right: 1.5rem;
    top: 1.5rem;
    z-index: 2; }

.media-filter-section {
  background-color: #eceff0;
  background: -webkit-linear-gradient(top, #eceff0 0%, #f6f7f7 5%, #f6f7f7 100%);
  background: linear-gradient(to bottom, #eceff0 0%, #f6f7f7 5%, #f6f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff0', endColorstr='#f6f7f7',GradientType=0 );
  height: 100%;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 64em) {
    .media-filter-section {
      margin-bottom: 0; } }
  .media-filter-section .media-filters-reveal {
    cursor: pointer;
    margin: 0; }
    @media print, screen and (min-width: 64em) {
      .media-filter-section .media-filters-reveal {
        display: none; } }
    .media-filter-section .media-filters-reveal > .columns {
      padding: 20px 40px; }
      .media-filter-section .media-filters-reveal > .columns span {
        color: #004995;
        font-weight: 500;
        font-size: 16px; }
        .media-filter-section .media-filters-reveal > .columns span:after {
          content: '>';
          float: right;
          font-size: 20px;
          font-family: "FordAntennaLight", sans-serif;
          line-height: 20px; }
    .media-filter-section .media-filters-reveal.open > .columns span:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .media-filter-section .media-filters {
    max-height: 0;
    padding: 0 20px;
    overflow-y: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    margin: 0; }
    @media print, screen and (min-width: 64em) {
      .media-filter-section .media-filters {
        max-height: none;
        padding: 40px; } }
    .media-filter-section .media-filters.show {
      max-height: none;
      padding: 20px; }
      @media print, screen and (min-width: 64em) {
        .media-filter-section .media-filters.show {
          max-height: none;
          padding: 40px; } }
    .media-filter-section .media-filters input, .media-filter-section .media-filters select {
      height: 50px; }
    .media-filter-section .media-filters select {
      border: none; }
      .media-filter-section .media-filters select:focus {
        box-shadow: none; }
    .media-filter-section .media-filters label {
      color: #004995;
      font-weight: 500;
      font-size: 16px; }
    .media-filter-section .media-filters input[type="search"] {
      border: none;
      padding-left: 15px; }
      .media-filter-section .media-filters input[type="search"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #89949A; }
      .media-filter-section .media-filters input[type="search"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #89949A; }
      .media-filter-section .media-filters input[type="search"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #89949A; }
      .media-filter-section .media-filters input[type="search"]:-moz-placeholder {
        /* Firefox 18- */
        color: #89949A; }
    .media-filter-section .media-filters .accordion-content {
      padding-top: 0; }
    .media-filter-section .media-filters .category-tree {
      background: transparent;
      border: none;
      padding: 0; }
      .media-filter-section .media-filters .category-tree ul {
        padding: 0;
        margin-top: 10px; }
        .media-filter-section .media-filters .category-tree ul li span {
          color: #004995 !important;
          margin-left: 10px !important; }
        .media-filter-section .media-filters .category-tree ul li.jqtree-selected > .jqtree-element {
          text-shadow: none; }
          .media-filter-section .media-filters .category-tree ul li.jqtree-selected > .jqtree-element:hover {
            text-shadow: none; }
        .media-filter-section .media-filters .category-tree ul li .jqtree-element .jqtree-title {
          outline: none; }
        .media-filter-section .media-filters .category-tree ul li .jqtree-element .jqtree-toggler {
          display: inline-block;
          position: relative;
          margin-left: 15px; }
          .media-filter-section .media-filters .category-tree ul li .jqtree-element .jqtree-toggler:after {
            content: '\f107';
            font: normal normal normal 17px/1 FontAwesome;
            color: #004995;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          .media-filter-section .media-filters .category-tree ul li .jqtree-element .jqtree-toggler.jqtree-closed:after {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.page-hidden {
  display: none; }

.media-pagination li, .media-pagination .paginate_button, .dataTables_wrapper li, .dataTables_wrapper .paginate_button {
  background: none;
  color: #89949A;
  padding: 0.85em 0.3em; }
  .media-pagination li:hover, .media-pagination .paginate_button:hover, .dataTables_wrapper li:hover, .dataTables_wrapper .paginate_button:hover {
    background: none;
    color: #738087; }
    .media-pagination li:hover a, .media-pagination .paginate_button:hover a, .dataTables_wrapper li:hover a, .dataTables_wrapper .paginate_button:hover a {
      color: #738087; }
  .media-pagination li:active, .media-pagination .paginate_button:active, .dataTables_wrapper li:active, .dataTables_wrapper .paginate_button:active {
    background: none;
    color: #4b5458; }
    .media-pagination li:active a, .media-pagination .paginate_button:active a, .dataTables_wrapper li:active a, .dataTables_wrapper .paginate_button:active a {
      color: #4b5458; }
  .media-pagination li.current, .media-pagination .paginate_button.current, .dataTables_wrapper li.current, .dataTables_wrapper .paginate_button.current {
    color: #004995; }
    .media-pagination li.current a, .media-pagination .paginate_button.current a, .dataTables_wrapper li.current a, .dataTables_wrapper .paginate_button.current a {
      font-weight: 500;
      color: #004995; }
    .media-pagination li.current:hover, .media-pagination .paginate_button.current:hover, .dataTables_wrapper li.current:hover, .dataTables_wrapper .paginate_button.current:hover {
      color: #00356c; }
      .media-pagination li.current:hover a, .media-pagination .paginate_button.current:hover a, .dataTables_wrapper li.current:hover a, .dataTables_wrapper .paginate_button.current:hover a {
        color: #00356c; }
    .media-pagination li.current:active, .media-pagination .paginate_button.current:active, .dataTables_wrapper li.current:active, .dataTables_wrapper .paginate_button.current:active {
      color: #000b16; }
      .media-pagination li.current:active a, .media-pagination .paginate_button.current:active a, .dataTables_wrapper li.current:active a, .dataTables_wrapper .paginate_button.current:active a {
        color: #000b16; }
  .media-pagination li.next, .media-pagination li.previous, .media-pagination .paginate_button.next, .media-pagination .paginate_button.previous, .dataTables_wrapper li.next, .dataTables_wrapper li.previous, .dataTables_wrapper .paginate_button.next, .dataTables_wrapper .paginate_button.previous {
    background: #efefef;
    padding: 0.85em 1em;
    color: #004995; }
    .media-pagination li.next a, .media-pagination li.previous a, .media-pagination .paginate_button.next a, .media-pagination .paginate_button.previous a, .dataTables_wrapper li.next a, .dataTables_wrapper li.previous a, .dataTables_wrapper .paginate_button.next a, .dataTables_wrapper .paginate_button.previous a {
      color: #004995; }
    .media-pagination li.next:hover, .media-pagination li.previous:hover, .media-pagination .paginate_button.next:hover, .media-pagination .paginate_button.previous:hover, .dataTables_wrapper li.next:hover, .dataTables_wrapper li.previous:hover, .dataTables_wrapper .paginate_button.next:hover, .dataTables_wrapper .paginate_button.previous:hover {
      background: #dbdbdb;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #00356c; }
      .media-pagination li.next:hover a, .media-pagination li.previous:hover a, .media-pagination .paginate_button.next:hover a, .media-pagination .paginate_button.previous:hover a, .dataTables_wrapper li.next:hover a, .dataTables_wrapper li.previous:hover a, .dataTables_wrapper .paginate_button.next:hover a, .dataTables_wrapper .paginate_button.previous:hover a {
        color: #00356c; }
    .media-pagination li.next:active, .media-pagination li.previous:active, .media-pagination .paginate_button.next:active, .media-pagination .paginate_button.previous:active, .dataTables_wrapper li.next:active, .dataTables_wrapper li.previous:active, .dataTables_wrapper .paginate_button.next:active, .dataTables_wrapper .paginate_button.previous:active {
      background: #afafaf;
      color: #000b16; }
      .media-pagination li.next:active a, .media-pagination li.previous:active a, .media-pagination .paginate_button.next:active a, .media-pagination .paginate_button.previous:active a, .dataTables_wrapper li.next:active a, .dataTables_wrapper li.previous:active a, .dataTables_wrapper .paginate_button.next:active a, .dataTables_wrapper .paginate_button.previous:active a {
        color: #000b16; }
  .media-pagination li.previous, .media-pagination .paginate_button.previous, .dataTables_wrapper li.previous, .dataTables_wrapper .paginate_button.previous {
    float: left; }
  .media-pagination li.next, .media-pagination .paginate_button.next, .dataTables_wrapper li.next, .dataTables_wrapper .paginate_button.next {
    float: right; }
  .media-pagination li.disabled a, .media-pagination .paginate_button.disabled a, .dataTables_wrapper li.disabled a, .dataTables_wrapper .paginate_button.disabled a {
    cursor: not-allowed; }
  .media-pagination li a, .media-pagination .paginate_button a, .dataTables_wrapper li a, .dataTables_wrapper .paginate_button a {
    color: #89949A; }

.category-tree {
  background-color: #f6f6f6;
  border: 1px solid #8a8a8a;
  padding: 12px;
  color: black;
  font-weight: 600;
  margin-bottom: 15px; }
  .category-tree.gallery-category-tree {
    font-weight: 400; }
    .category-tree.gallery-category-tree ul.jqtree-tree .jqtree-title {
      color: #004995; }
    .category-tree.gallery-category-tree ul.jqtree-tree li.jqtree-selected > .jqtree-element .jqtree-title,
    .category-tree.gallery-category-tree ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover .jqtree-title {
      color: #0a0a0a; }

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
  margin-left: 1.5em; }

.media-page .media-content-section {
  padding: 5px !important; }
  @media print, screen and (min-width: 40em) {
    .media-page .media-content-section {
      padding: 15px 30px !important; } }
  @media print, screen and (min-width: 64em) {
    .media-page .media-content-section {
      padding: 40px 60px !important; } }

#media-details {
  height: 100%; }
  #media-details > .row {
    height: 100%; }
  #media-details .imageLeft {
    padding: 23px; }
    @media print, screen and (min-width: 40em) {
      #media-details .imageLeft {
        height: 100%; } }
    @media print, screen and (min-width: 64em) {
      #media-details .imageLeft {
        padding: 50px; } }
    @media screen and (min-width: 75em) {
      #media-details .imageLeft {
        padding: 75px; } }
    #media-details .imageLeft img {
      display: block;
      margin: 20px 0;
      max-height: 250px; }
      @media print, screen and (min-width: 64em) {
        #media-details .imageLeft img {
          max-height: 350px; } }
    #media-details .imageLeft .buttons {
      width: 100%; }
      #media-details .imageLeft .buttons .button, #media-details .imageLeft .buttons .dataTables_wrapper .paginate_button, .dataTables_wrapper #media-details .imageLeft .buttons .paginate_button, #media-details .imageLeft .buttons .media-pagination li, .media-pagination #media-details .imageLeft .buttons li, #media-details .imageLeft .buttons .media-pagination .paginate_button, .media-pagination #media-details .imageLeft .buttons .paginate_button, #media-details .imageLeft .buttons .dataTables_wrapper li, .dataTables_wrapper #media-details .imageLeft .buttons li, #media-details .imageLeft .buttons .jobs-page .table-section .report-button, .jobs-page .table-section #media-details .imageLeft .buttons .report-button {
        width: calc(50% - 10px);
        margin-bottom: 0;
        margin-top: 5px;
        height: 50px;
        min-width: 175px;
        padding: 1rem 1.2rem; }
        @media print, screen and (min-width: 64em) {
          #media-details .imageLeft .buttons .button, #media-details .imageLeft .buttons .dataTables_wrapper .paginate_button, .dataTables_wrapper #media-details .imageLeft .buttons .paginate_button, #media-details .imageLeft .buttons .media-pagination li, .media-pagination #media-details .imageLeft .buttons li, #media-details .imageLeft .buttons .media-pagination .paginate_button, .media-pagination #media-details .imageLeft .buttons .paginate_button, #media-details .imageLeft .buttons .dataTables_wrapper li, .dataTables_wrapper #media-details .imageLeft .buttons li, #media-details .imageLeft .buttons .jobs-page .table-section .report-button, .jobs-page .table-section #media-details .imageLeft .buttons .report-button {
            font-size: 14px;
            height: 57px;
            min-width: 145px;
            padding: 1.2rem 1.2rem; } }
        @media screen and (min-width: 75em) {
          #media-details .imageLeft .buttons .button, #media-details .imageLeft .buttons .dataTables_wrapper .paginate_button, .dataTables_wrapper #media-details .imageLeft .buttons .paginate_button, #media-details .imageLeft .buttons .media-pagination li, .media-pagination #media-details .imageLeft .buttons li, #media-details .imageLeft .buttons .media-pagination .paginate_button, .media-pagination #media-details .imageLeft .buttons .paginate_button, #media-details .imageLeft .buttons .dataTables_wrapper li, .dataTables_wrapper #media-details .imageLeft .buttons li, #media-details .imageLeft .buttons .jobs-page .table-section .report-button, .jobs-page .table-section #media-details .imageLeft .buttons .report-button {
            font-size: 16px;
            min-width: 169px;
            padding: 1.2rem 1.5rem; } }
        @media screen and (min-width: 90em) {
          #media-details .imageLeft .buttons .button, #media-details .imageLeft .buttons .dataTables_wrapper .paginate_button, .dataTables_wrapper #media-details .imageLeft .buttons .paginate_button, #media-details .imageLeft .buttons .media-pagination li, .media-pagination #media-details .imageLeft .buttons li, #media-details .imageLeft .buttons .media-pagination .paginate_button, .media-pagination #media-details .imageLeft .buttons .paginate_button, #media-details .imageLeft .buttons .dataTables_wrapper li, .dataTables_wrapper #media-details .imageLeft .buttons li, #media-details .imageLeft .buttons .jobs-page .table-section .report-button, .jobs-page .table-section #media-details .imageLeft .buttons .report-button {
            font-size: 18px;
            min-width: 175px; } }
        #media-details .imageLeft .buttons .button.delete-media, #media-details .imageLeft .buttons .dataTables_wrapper .delete-media.paginate_button, .dataTables_wrapper #media-details .imageLeft .buttons .delete-media.paginate_button, #media-details .imageLeft .buttons .media-pagination li.delete-media, .media-pagination #media-details .imageLeft .buttons li.delete-media, #media-details .imageLeft .buttons .media-pagination .delete-media.paginate_button, .media-pagination #media-details .imageLeft .buttons .delete-media.paginate_button, #media-details .imageLeft .buttons .dataTables_wrapper li.delete-media, .dataTables_wrapper #media-details .imageLeft .buttons li.delete-media, #media-details .imageLeft .buttons .jobs-page .table-section .delete-media.report-button, .jobs-page .table-section #media-details .imageLeft .buttons .delete-media.report-button {
          margin-left: 0; }
          @media screen and (min-width: 90em) {
            #media-details .imageLeft .buttons .button.delete-media, #media-details .imageLeft .buttons .dataTables_wrapper .delete-media.paginate_button, .dataTables_wrapper #media-details .imageLeft .buttons .delete-media.paginate_button, #media-details .imageLeft .buttons .media-pagination li.delete-media, .media-pagination #media-details .imageLeft .buttons li.delete-media, #media-details .imageLeft .buttons .media-pagination .delete-media.paginate_button, .media-pagination #media-details .imageLeft .buttons .delete-media.paginate_button, #media-details .imageLeft .buttons .dataTables_wrapper li.delete-media, .dataTables_wrapper #media-details .imageLeft .buttons li.delete-media, #media-details .imageLeft .buttons .jobs-page .table-section .delete-media.report-button, .jobs-page .table-section #media-details .imageLeft .buttons .delete-media.report-button {
              margin-left: 15px; } }
  #media-details .rightContent {
    background: #eceff0;
    background: -webkit-linear-gradient(top, #eceff0 0%, #f6f7f7 5%, #f6f7f7 100%);
    background: linear-gradient(to bottom, #eceff0 0%, #f6f7f7 5%, #f6f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff0', endColorstr='#f6f7f7',GradientType=0 );
    position: relative;
    padding: 23px; }
    @media print, screen and (min-width: 40em) {
      #media-details .rightContent {
        height: 100%;
        padding: 23px 23px 40px 23px; } }
    @media print, screen and (min-width: 64em) {
      #media-details .rightContent {
        padding: 50px 40px; } }
    @media screen and (min-width: 75em) {
      #media-details .rightContent {
        padding: 75px 50px; } }
    #media-details .rightContent .content {
      position: relative;
      height: 100%; }
      #media-details .rightContent .content label {
        color: #004995; }
      #media-details .rightContent .content span {
        padding: 0.4rem 0 0.45rem 0;
        margin-bottom: 0px;
        min-height: 0; }
        @media print, screen and (min-width: 64em) {
          #media-details .rightContent .content span {
            padding: 0.4rem 0 0.65rem 0; } }
      #media-details .rightContent .content table {
        border-spacing: 0; }
        #media-details .rightContent .content table tbody tr td {
          font-size: 0.65rem;
          min-height: 27px; }
          #media-details .rightContent .content table tbody tr td:first-child {
            width: 120px; }
          #media-details .rightContent .content table tbody tr td:last-child {
            padding: 0; }
            #media-details .rightContent .content table tbody tr td:last-child span {
              padding: 0 0 0 5px; }
          #media-details .rightContent .content table tbody tr td input {
            margin: 0;
            padding: 0 5px;
            height: 100%;
            border: none;
            outline: none;
            background-color: transparent;
            box-shadow: none;
            font-size: 0.65rem;
            -webkit-transition: none;
            transition: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
      #media-details .rightContent .content .selectize-input {
        line-height: 25px;
        margin: 0;
        padding: 0 3px;
        height: 100%;
        outline: none;
        background-color: transparent;
        box-shadow: none;
        font-size: 0.65rem;
        -webkit-transition: none;
        transition: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        #media-details .rightContent .content .selectize-input.has-items {
          line-height: inherit;
          padding: 2px 2px 0; }

.reveal {
  padding: 0;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: 476px; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      height: 475px; } }
  @media print, screen and (min-width: 64em) {
    .reveal {
      height: 633px; } }
  .reveal .success {
    background-color: #004995;
    background-image: url("/images/icons/download-arrow-white.png");
    background-repeat: no-repeat;
    background-position: 126px center;
    color: #fff;
    border-radius: 100px;
    width: 155px;
    height: 50px;
    display: inline-block;
    padding-top: 17px;
    text-align: left;
    margin-right: 10px; }
    @media print, screen and (min-width: 40em) {
      .reveal .success {
        width: 160px; } }
    .reveal .success:hover, .reveal .success:focus {
      background-color: #004995;
      color: #fff; }

#drop-files {
  border: none;
  background: transparent;
  height: calc(100vh - 340px);
  position: relative; }
  #drop-files .dz-default {
    position: absolute;
    height: 55px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 2em;
    text-align: center;
    font-weight: bold; }
  #drop-files span {
    color: #004995; }
  #drop-files .start-upload {
    display: none;
    margin-right: 1rem;
    margin-bottom: 2rem; }
  #drop-files .cancel-upload {
    display: none;
    margin-bottom: 2rem; }
  #drop-files.dz-started .start-upload {
    display: inline-block; }
  #drop-files.dz-started .cancel-upload {
    display: inline-block; }
  #drop-files .file-preview {
    margin-bottom: 15px; }
    #drop-files .file-preview .preview {
      width: 120px; }
    #drop-files .file-preview .details {
      width: calc(100% - 120px);
      padding: 0 1rem; }
      #drop-files .file-preview .details p {
        margin-bottom: 0.5rem; }
      #drop-files .file-preview .details .progress {
        padding-left: 0; }
        #drop-files .file-preview .details .progress .progress-meter {
          background-color: #004995; }
      #drop-files .file-preview .details .error {
        color: #ba0C2f; }
    #drop-files .file-preview .form label {
      color: #89949A; }
    #drop-files .file-preview .form select {
      font-size: 0.9rem;
      padding: 0.3rem;
      padding-right: 1.5rem;
      height: 1.75rem;
      margin-bottom: 0.3rem; }
    #drop-files .file-preview .form .media-tags {
      margin-bottom: 0.3rem; }
      #drop-files .file-preview .form .media-tags .selectize-input {
        line-height: 14px;
        padding: 6px 8px; }
        #drop-files .file-preview .form .media-tags .selectize-input.has-items {
          padding: 3px 8px 0px; }
    #drop-files .file-preview .buttons .button, #drop-files .file-preview .buttons .dataTables_wrapper .paginate_button, .dataTables_wrapper #drop-files .file-preview .buttons .paginate_button, #drop-files .file-preview .buttons .media-pagination li, .media-pagination #drop-files .file-preview .buttons li, #drop-files .file-preview .buttons .media-pagination .paginate_button, .media-pagination #drop-files .file-preview .buttons .paginate_button, #drop-files .file-preview .buttons .dataTables_wrapper li, .dataTables_wrapper #drop-files .file-preview .buttons li, #drop-files .file-preview .buttons .jobs-page .table-section .report-button, .jobs-page .table-section #drop-files .file-preview .buttons .report-button {
      padding: 1rem 1.5rem;
      height: 50px; }

#select-media .tabs-panel {
  padding: 0; }

#select-media .close-button, #select-media .close-button.medium {
  right: 1rem;
  top: 0.5rem; }

#select-media .media-filters {
  padding: 2rem; }

#select-media .media-grid {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem 1rem 1rem; }
  #select-media .media-grid .media-item {
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      #select-media .media-grid .media-item {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #select-media .media-grid .media-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #select-media .media-grid .media-item:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 75em) {
      #select-media .media-grid .media-item {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    #select-media .media-grid .media-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 75em) {
        #select-media .media-grid .media-item:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 90em) {
      #select-media .media-grid .media-item {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 90em) and (min-width: 40em) {
    #select-media .media-grid .media-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 90em) {
        #select-media .media-grid .media-item:last-child:not(:first-child) {
          float: right; } }
    #select-media .media-grid .media-item .download {
      display: none; }

#select-media #drop-files {
  height: calc(100vh - 375px); }

#current-files .media-item .file, #archived-files .media-item .file {
  position: relative;
  margin-top: 15px; }
  #current-files .media-item .file .image, #archived-files .media-item .file .image {
    height: 180px;
    background-repeat: no-repeat; }
  #current-files .media-item .file .filename, #archived-files .media-item .file .filename {
    width: 100%;
    font-size: 10px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 5px 0 5px; }
  #current-files .media-item .file .delete, #archived-files .media-item .file .delete {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 3; }

#upload-media .close-button, #upload-media .close-button.medium {
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2; }

#media-details .rightContent .content table tbody tr td {
  /* IE fixes need to set various elements to 100% height otherwise height 100% is ignored. */ }
  #media-details .rightContent .content table tbody tr td .selectize-control {
    height: 100%; }
  #media-details .rightContent .content table tbody tr td #media-tags-selectized {
    height: 100% !important; }
    #media-details .rightContent .content table tbody tr td #media-tags-selectized::-webkit-input-placeholder {
      padding: 0;
      height: 100% !important; }
    #media-details .rightContent .content table tbody tr td #media-tags-selectized::-moz-placeholder {
      padding: 0;
      height: 100% !important; }
    #media-details .rightContent .content table tbody tr td #media-tags-selectized:-ms-input-placeholder {
      padding: 0;
      height: 100% !important; }
    #media-details .rightContent .content table tbody tr td #media-tags-selectized::placeholder {
      padding: 0;
      height: 100% !important; }

.media-details-edit .project_id {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  height: 30px; }

.loginPage {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .loginPage #login-form .login {
    height: 430px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .loginPage #login-form .login {
        height: 430px;
        width: 560px;
        top: 0; } }
    .loginPage #login-form .login .help {
      margin-bottom: 21px; }
      .loginPage #login-form .login .help.has-message {
        margin-bottom: 11px; }
      @media print, screen and (min-width: 40em) {
        .loginPage #login-form .login .help {
          margin-bottom: 74px; }
          .loginPage #login-form .login .help.has-message {
            margin-bottom: 15px; } }

/**
 * Used on login page and in login modal dialog box.
 */
#login-form form input[type="text"], #login-form form input[type="password"] {
  font-size: 18px;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  padding: 18px 20px;
  font-weight: 300;
  height: auto; }
  #login-form form input[type="text"]::-webkit-input-placeholder, #login-form form input[type="password"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #004995; }
  #login-form form input[type="text"]::-moz-placeholder, #login-form form input[type="password"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #004995; }
  #login-form form input[type="text"]:-ms-input-placeholder, #login-form form input[type="password"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #004995; }
  #login-form form input[type="text"]:-moz-placeholder, #login-form form input[type="password"]:-moz-placeholder {
    /* Firefox 18- */
    color: #004995; }

#login-form .login h1 {
  font-size: 36px;
  line-height: 33.5px;
  color: #004995;
  margin-bottom: 20px;
  letter-spacing: -1px; }
  .modal-body #login-form .login h1 {
    margin-top: 10px; }

#login-form .login .help {
  font-size: 17px;
  font-weight: 300;
  color: #89949A; }

#login-form .login .loginButton input {
  border-radius: 100px;
  background: #004995;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center; }

#login-form .login .forgotPassword a {
  color: #89949A;
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding-bottom: 20px; }
  @media print, screen and (min-width: 40em) {
    #login-form .login .forgotPassword a {
      padding-bottom: 0;
      padding-top: 22px; } }

#login-form.forgotten-password form input {
  border: 1px solid #89949A; }

@media screen and (min-width: 40em) {
  .jobs-page {
    height: calc(100vh - 187px);
    overflow: hidden; } }

.jobs-page.division-selected {
  height: auto; }

.jobs-page .table-section {
  padding: 1rem 1rem 0 1rem; }
  @media print, screen and (min-width: 64em) {
    .jobs-page .table-section {
      padding: 1rem 3rem 0 3rem; } }
  .jobs-page .table-section .dataTables_filter label {
    color: #004995;
    font-size: 16px;
    font-weight: 400; }
  .jobs-page .table-section .report-table {
    font-size: 0.7rem;
    width: 100% !important; }
    .jobs-page .table-section .report-table tbody {
      border-bottom: 1px solid #ddd; }
    .jobs-page .table-section .report-table thead tr th:first-child,
    .jobs-page .table-section .report-table tbody tr td:first-child {
      border-left: 1px solid #ddd; }
    .jobs-page .table-section .report-table thead th,
    .jobs-page .table-section .report-table tbody td {
      border-top: 1px solid #ddd;
      border-right: 1px solid #ddd; }
    .jobs-page .table-section .report-table th {
      white-space: nowrap; }
    .jobs-page .table-section .report-table * {
      -moz-box-sizing: initial;
           box-sizing: initial; }
    .jobs-page .table-section .report-table .button, .jobs-page .table-section .report-table .dataTables_wrapper .paginate_button, .dataTables_wrapper .jobs-page .table-section .report-table .paginate_button, .jobs-page .table-section .report-table .media-pagination li, .media-pagination .jobs-page .table-section .report-table li, .jobs-page .table-section .report-table .media-pagination .paginate_button, .media-pagination .jobs-page .table-section .report-table .paginate_button, .jobs-page .table-section .report-table .dataTables_wrapper li, .dataTables_wrapper .jobs-page .table-section .report-table li, .jobs-page .table-section .report-table .report-button {
      margin-right: 1rem !important; }
  .jobs-page .table-section .report-button {
    margin-right: 1rem; }
  .jobs-page .table-section .dataTables_scrollHeadInner table {
    margin-bottom: 0; }

.jobs-page .job-table, .jobs-page .dataTable {
  border-spacing: 0;
  width: 100% !important; }
  .jobs-page .job-table thead tr th, .jobs-page .dataTable thead tr th {
    background: white;
    color: #004995;
    font-weight: 400;
    white-space: nowrap; }
    .jobs-page .job-table thead tr th:first-child, .jobs-page .dataTable thead tr th:first-child {
      padding-left: 50px; }
    .jobs-page .job-table thead tr th:last-child, .jobs-page .dataTable thead tr th:last-child {
      padding-right: 50px; }
  .jobs-page .job-table tbody tr, .jobs-page .dataTable tbody tr {
    background-color: rgba(67, 121, 146, 0.2);
    height: 60px;
    color: #004995;
    border-bottom: 10px solid #fff;
    font-size: 18px;
    font-weight: 500;
    border-left: none;
    border-right: none; }
    @media print, screen and (min-width: 40em) {
      .jobs-page .job-table tbody tr, .jobs-page .dataTable tbody tr {
        font-size: 14px; } }
    @media screen and (min-width: 68.75em) {
      .jobs-page .job-table tbody tr, .jobs-page .dataTable tbody tr {
        font-size: 18px; } }
    .jobs-page .job-table tbody tr.low-priority td:first-child, .jobs-page .dataTable tbody tr.low-priority td:first-child {
      position: relative; }
      .jobs-page .job-table tbody tr.low-priority td:first-child:before, .jobs-page .dataTable tbody tr.low-priority td:first-child:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 100%;
        background-color: #00c2a2;
        border-right: 5px solid #fefefe; }
    .jobs-page .job-table tbody tr.high-priority td:first-child, .jobs-page .dataTable tbody tr.high-priority td:first-child {
      position: relative; }
      .jobs-page .job-table tbody tr.high-priority td:first-child:before, .jobs-page .dataTable tbody tr.high-priority td:first-child:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 100%;
        background-color: #ba0C2f;
        border-right: 5px solid #fefefe; }
    .jobs-page .job-table tbody tr.in-progress, .jobs-page .dataTable tbody tr.in-progress {
      background-color: #00add4; }
    .jobs-page .job-table tbody tr.on-approval, .jobs-page .dataTable tbody tr.on-approval {
      background-color: #ff9200; }
    .jobs-page .job-table tbody tr td, .jobs-page .dataTable tbody tr td {
      border-bottom: 5px solid #fff; }
      .jobs-page .job-table tbody tr td:first-child, .jobs-page .dataTable tbody tr td:first-child {
        padding-left: 50px; }
      .jobs-page .job-table tbody tr td:last-child, .jobs-page .dataTable tbody tr td:last-child {
        padding-right: 50px; }
      .jobs-page .job-table tbody tr td.dataTables_empty, .jobs-page .dataTable tbody tr td.dataTables_empty {
        vertical-align: middle; }
  @media screen and (max-width: 63.9375em) {
    .jobs-page .job-table.stack tbody tr, .jobs-page .dataTable.stack tbody tr {
      height: auto; } }

.jobs-page .welcome-screen {
  overflow: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .jobs-page .welcome-screen .indiv-region {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
    color: #fff;
    float: left;
    height: calc(100vh - 186px);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden; }
    .jobs-page .welcome-screen .indiv-region.division-selected {
      height: 0; }
    .jobs-page .welcome-screen .indiv-region .text-area {
      margin: 0;
      position: absolute;
      top: 80%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .jobs-page .welcome-screen .indiv-region .text-area h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 15px; }
      .jobs-page .welcome-screen .indiv-region .text-area h3 {
        font-size: 18px;
        text-align: left; }
        .jobs-page .welcome-screen .indiv-region .text-area h3 .job-count {
          display: inline-block;
          border: 1px solid #fefefe;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          margin-right: 10px;
          padding: 8px 1px;
          color: #fefefe;
          font-weight: 600;
          text-align: center; }
          .jobs-page .welcome-screen .indiv-region .text-area h3 .job-count.overdue {
            background-color: #ba0C2f; }

.jobs-page .table-section {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.jobs-page .division-menu {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px; }
  .jobs-page .division-menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: initial;
    line-height: 1rem;
    display: inline-block;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .jobs-page .division-menu li {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .jobs-page .division-menu li a {
      color: #89949A;
      font-size: 16px; }
      .jobs-page .division-menu li a .job-count {
        display: inline-block;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        padding: 8px 1px;
        background-color: #89949A;
        color: #fefefe;
        font-size: 16px;
        font-weight: 600;
        text-align: center; }
        .jobs-page .division-menu li a .job-count.overdue {
          background-color: #ba0C2f; }
    @media print, screen and (min-width: 40em) {
      .jobs-page .division-menu li:first-child {
        padding-left: 0; } }
    .jobs-page .division-menu li.active {
      position: relative; }
      .jobs-page .division-menu li.active:after {
        content: '';
        position: absolute;
        left: calc(50% - 12px);
        bottom: -12px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #efefef;
        margin-top: -1px; }
      .jobs-page .division-menu li.active a {
        color: #004995; }
        .jobs-page .division-menu li.active a .job-count {
          background-color: #004995; }
          .jobs-page .division-menu li.active a .job-count.overdue {
            background-color: #ba0C2f; }
    .jobs-page .division-menu li .iconImages {
      margin-right: 10px;
      margin-top: -5px; }

.jobs-page .job-status-menu {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #89949A;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px; }
  .jobs-page .job-status-menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: initial;
    line-height: 1rem;
    display: inline-block;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .jobs-page .job-status-menu li {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .jobs-page .job-status-menu li a {
      color: #efefef;
      font-size: 16px; }
    @media print, screen and (min-width: 40em) {
      .jobs-page .job-status-menu li:first-child {
        padding-left: 0; } }
    .jobs-page .job-status-menu li.active {
      position: relative; }
      .jobs-page .job-status-menu li.active:after {
        content: '';
        position: absolute;
        left: calc(50% - 12px);
        bottom: -12px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #89949A;
        margin-top: -1px; }
      .jobs-page .job-status-menu li.active a {
        color: #fefefe; }
    .jobs-page .job-status-menu li .iconImages {
      margin-right: 10px;
      margin-top: -5px; }

.job-view .accordion {
  margin-top: 1rem; }
  .job-view .accordion .accordion-title, .job-view .accordion .accordion-content {
    border-left: none;
    border-right: none;
    margin-right: -0.625rem;
    margin-left: -0.625rem; }

.job-view #overview .row {
  background: #f9fafa; }
  @media print, screen and (min-width: 40em) {
    .job-view #overview .row {
      border-bottom: 1px solid #dadada; } }
  @media print, screen and (min-width: 40em) {
    .job-view #overview .row:last-child {
      border-bottom: none; } }
  @media print, screen and (min-width: 40em) {
    .job-view #overview .row:last-child .columns:last-child {
      border-bottom: none; } }
  .job-view #overview .row .columns {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dadada; }
    @media print, screen and (min-width: 40em) {
      .job-view #overview .row .columns {
        border-bottom: none;
        border-left: 1px solid #dadada; } }
    @media print, screen and (min-width: 40em) {
      .job-view #overview .row .columns:first-child {
        border-left: none; } }
    .job-view #overview .row .columns.job-name-column {
      background-color: #fefefe;
      padding-bottom: 5px;
      border-bottom: none; }
      @media print, screen and (min-width: 64em) {
        .job-view #overview .row .columns.job-name-column {
          border-bottom: 1px solid #dadada; } }
      @media print, screen and (min-width: 64em) {
        .job-view #overview .row .columns.job-name-column {
          padding-bottom: 18px; } }
      .job-view #overview .row .columns.job-name-column .display-span {
        font-size: 18px;
        line-height: 1.15; }
        @media print, screen and (min-width: 64em) {
          .job-view #overview .row .columns.job-name-column .display-span {
            line-height: 2.5; } }
    .job-view #overview .row .columns.box-span-column {
      text-align: left;
      padding-top: 5px;
      border-left: none;
      background-color: #fefefe; }
      @media print, screen and (min-width: 64em) {
        .job-view #overview .row .columns.box-span-column {
          padding-top: 18px;
          padding-left: 0;
          padding-right: 0;
          text-align: center; } }
      .job-view #overview .row .columns.box-span-column .box-span {
        display: inline-block;
        padding: 0.5rem 0.75rem;
        color: #fefefe;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        width: 100%;
        margin-bottom: 3px; }
        @media print, screen and (min-width: 40em) {
          .job-view #overview .row .columns.box-span-column .box-span {
            width: auto;
            margin-left: 3px;
            margin-bottom: 0; } }
        @media print, screen and (min-width: 64em) {
          .job-view #overview .row .columns.box-span-column .box-span {
            padding: 0.5rem 1rem; } }
        @media screen and (min-width: 75em) {
          .job-view #overview .row .columns.box-span-column .box-span {
            font-size: 14px;
            padding: 0.5rem;
            width: 190px; } }
        .job-view #overview .row .columns.box-span-column .box-span:first-child {
          margin-left: 0; }
        .job-view #overview .row .columns.box-span-column .box-span.template_number {
          background-color: #a00c93; }
        .job-view #overview .row .columns.box-span-column .box-span.deadline {
          background-color: #004995; }
        .job-view #overview .row .columns.box-span-column .box-span.priority {
          background-color: #89949A; }
          .job-view #overview .row .columns.box-span-column .box-span.priority.high {
            background-color: #ba0C2f; }
          .job-view #overview .row .columns.box-span-column .box-span.priority.low {
            background-color: #00c2a2; }
        .job-view #overview .row .columns.box-span-column .box-span.status {
          background-color: #89949A; }
          .job-view #overview .row .columns.box-span-column .box-span.status.in-progress {
            background-color: #00add4; }
          .job-view #overview .row .columns.box-span-column .box-span.status.on-approval {
            background-color: #ff9200; }
          .job-view #overview .row .columns.box-span-column .box-span.status.third-party {
            background-color: #ff9200; }
          .job-view #overview .row .columns.box-span-column .box-span.status.completed {
            background-color: #00c2a2; }
        .job-view #overview .row .columns.box-span-column .box-span.payment.paid {
          background-color: #a00c93; }
        .job-view #overview .row .columns.box-span-column .box-span.payment.invoiced {
          background-color: #ba0C2f; }

.job-view #notes .note-table {
  border-spacing: 0;
  margin: 0; }
  .job-view #notes .note-table th {
    background: #f9fafa;
    color: #004995;
    border-bottom: 1px solid #dadada;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .job-view #notes .note-table th {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .job-view #notes .note-table th:nth-child(2), .job-view #notes .note-table th:nth-child(3) {
      display: none; }
      @media print, screen and (min-width: 40em) {
        .job-view #notes .note-table th:nth-child(2), .job-view #notes .note-table th:nth-child(3) {
          display: table-cell;
          width: 135px; } }
      @media print, screen and (min-width: 64em) {
        .job-view #notes .note-table th:nth-child(2), .job-view #notes .note-table th:nth-child(3) {
          width: 200px; } }
    .job-view #notes .note-table th:nth-child(4) {
      width: 30px; }
  .job-view #notes .note-table td {
    background-color: #fefefe;
    color: #89949A;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    padding: 27px 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .job-view #notes .note-table td {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .job-view #notes .note-table td:first-child {
      border-right: 1px solid #dadada; }
    .job-view #notes .note-table td:nth-child(2), .job-view #notes .note-table td:nth-child(3) {
      display: none; }
      @media print, screen and (min-width: 40em) {
        .job-view #notes .note-table td:nth-child(2), .job-view #notes .note-table td:nth-child(3) {
          display: table-cell; } }
    .job-view #notes .note-table td .delete-note {
      height: initial;
      border-radius: 50%;
      background-color: #89949A; }

.job-view #notes label {
  color: #004995;
  font-weight: 500;
  padding-top: 1rem; }

.job-view #media {
  padding-top: 1rem; }
  .job-view #media .detach-media {
    height: initial;
    border-radius: 50%;
    background-color: #89949A; }

.job-createEditForm.form-global .job-name-row input[type="text"] {
  height: 55px; }

@media print, screen and (min-width: 64em) {
  .job-createEditForm.form-global .job-name-row .input-group-row .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media screen and (min-width: 75em) {
  .job-createEditForm.form-global .job-name-row .input-group-row .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.job-createEditForm.form-global .job-name-row .input-group-row .columns select:focus {
  box-shadow: none; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .input-group .input-group-label {
  height: 55px; }
  @media print, screen and (min-width: 64em) {
    .job-createEditForm.form-global .job-name-row .input-group-row .columns .input-group .input-group-label {
      padding-left: 10px; } }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .input-group .input-group-field {
  height: 55px; }
  .job-createEditForm.form-global .job-name-row .input-group-row .columns .input-group .input-group-fieldselect {
    margin: 0 0 1rem !important; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .deadline label {
  background-color: #004995;
  border-color: #004995; }
  @media print, screen and (min-width: 64em) {
    .job-createEditForm.form-global .job-name-row .input-group-row .columns .deadline label {
      padding-right: 10px; } }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .deadline input {
  color: #004995; }
  @media print, screen and (min-width: 64em) {
    .job-createEditForm.form-global .job-name-row .input-group-row .columns .deadline input {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 12px; } }
  @media screen and (min-width: 75em) {
    .job-createEditForm.form-global .job-name-row .input-group-row .columns .deadline input {
      font-size: 14px; } }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .priority label {
  padding-right: 3px; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .priority select {
  padding-left: 3px; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .priority.val-3 label {
  background-color: #00c2a2;
  border-color: #00c2a2; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .priority.val-3 select {
  background-color: #00c2a2;
  border-color: #00c2a2; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .priority.val-2 label {
  background-color: #ba0C2f;
  border-color: #ba0C2f; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .priority.val-2 select {
  background-color: #ba0C2f;
  border-color: #ba0C2f; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status.val-2 label {
  background-color: #00add4;
  border-color: #00add4; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status.val-2 select {
  background-color: #00add4;
  border-color: #00add4; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status.val-3 label {
  background-color: #ff9200;
  border-color: #ff9200; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status.val-3 select {
  background-color: #ff9200;
  border-color: #ff9200; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status.val-4 label {
  background-color: #ff9200;
  border-color: #ff9200; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status.val-4 select {
  background-color: #ff9200;
  border-color: #ff9200; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status.val-5 label {
  background-color: #00c2a2;
  border-color: #00c2a2; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status.val-5 select {
  background-color: #00c2a2;
  border-color: #00c2a2; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status label {
  padding-right: 3px; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .status select {
  padding-left: 3px; }

.job-createEditForm.form-global .job-name-row .input-group-row .columns .select-div:after {
  height: 55px;
  line-height: 55px; }

.job-createEditForm.form-global .additional-job-field .select-div select.input-group-field {
  margin: 0 0 1rem; }

.job-createEditForm.form-global select, .job-createEditForm.form-global input[type="text"] {
  color: #89949A;
  font-size: 14px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px; }

.job-createEditForm.form-global select {
  background-color: #89949A;
  color: #fefefe;
  border: none;
  padding-right: 35px; }

.job-createEditForm.form-global label {
  background-color: #89949A;
  color: #fefefe;
  font-size: 14px;
  font-weight: 400; }

.job-createEditForm.form-global input {
  box-shadow: none; }

.job-createEditForm.form-global .button-success.plus-icon, .job-createEditForm.form-global .button-success.edit-icon {
  background: #a00c93;
  color: #fefefe;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-radius: 500px;
  height: 57px;
  min-width: 180px;
  text-align: center;
  padding: 1.2rem 1.5rem;
  text-align: left; }
  .job-createEditForm.form-global .button-success.plus-icon:hover, .job-createEditForm.form-global .button-success.edit-icon:hover {
    background: #7a0970;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .job-createEditForm.form-global .button-success.plus-icon:active, .job-createEditForm.form-global .button-success.edit-icon:active {
    background: #290326; }
  .job-createEditForm.form-global .button-success.plus-icon:after, .job-createEditForm.form-global .button-success.edit-icon:after {
    content: '';
    float: right;
    width: 15px;
    height: 15px;
    background-size: cover;
    margin-left: 15px;
    background-image: url("/images/icons/plus-white.png"); }

#existing-jobs .existing-jobs-container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  #existing-jobs .existing-jobs-container .existing-jobs-tab {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    -moz-user-select: none;
         user-select: none;
    /* Standard syntax */
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    top: -40px;
    left: 50px;
    height: 40px;
    background: #1C4257;
    padding: 10px;
    color: #fff;
    min-width: 200px;
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #existing-jobs .existing-jobs-container .existing-jobs-table {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    background: #ffffff;
    border-top: 2px solid #1C4257;
    padding: 10px; }
    #existing-jobs .existing-jobs-container .existing-jobs-table .headers {
      font-weight: 800; }
    #existing-jobs .existing-jobs-container .existing-jobs-table .headers, #existing-jobs .existing-jobs-container .existing-jobs-table .job-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0px; }
      #existing-jobs .existing-jobs-container .existing-jobs-table .headers div, #existing-jobs .existing-jobs-container .existing-jobs-table .job-row div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    #existing-jobs .existing-jobs-container .existing-jobs-table .loading-container {
      width: 100%;
      text-align: center;
      font-weight: 800;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 40px;
      gap: 5px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #existing-jobs .existing-jobs-container .existing-jobs-table .loading-container .loader:before {
        border: 5px solid #000; }
    #existing-jobs .existing-jobs-container .existing-jobs-table .view-button {
      padding: 8px 20px;
      background: #1C4257;
      color: #fff;
      text-decoration: none; }
      #existing-jobs .existing-jobs-container .existing-jobs-table .view-button :focus, #existing-jobs .existing-jobs-container .existing-jobs-table .view-button :hover {
        color: #fff; }
    #existing-jobs .existing-jobs-container .existing-jobs-table .link-button {
      padding: 8px 20px;
      background: #89949A;
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      border-radius: 0px;
      line-height: 20px;
      position: relative;
      top: -6px;
      font-family: 'Montserrat', sans-serif; }
      #existing-jobs .existing-jobs-container .existing-jobs-table .link-button :focus, #existing-jobs .existing-jobs-container .existing-jobs-table .link-button :hover {
        color: #fff; }
  #existing-jobs .existing-jobs-container.open {
    bottom: 300px; }

@media print {
  p, li {
    font-size: 11px !important; }
    p span, li span {
      font-size: 11px !important; }
  #headerSection, #topmenu, ul.tabs, a.button, .dataTables_wrapper a.paginate_button, .media-pagination a.paginate_button, .jobs-page .table-section a.report-button {
    display: none !important; }
  .content .form-global h5 {
    margin-bottom: 0px !important; }
  .content .form-global label,
  .content .form-global span {
    font-size: 14px !important;
    display: inline; }
  .content .form-global label {
    margin-right: 10px !important; }
  .job-view {
    margin-top: 0px !important; }
    .job-view #overview {
      padding-top: 0px !important; }
      .job-view #overview .row .columns {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        height: initial !important; }
  div.job-name-column {
    width: 100% !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    div.job-name-column label {
      display: inline;
      margin-right: 10px; }
    div.job-name-column span {
      display: inline; } }

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.xdsoft_autocomplete,
.xdsoft_autocomplete div,
.xdsoft_autocomplete span{
/*	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;*/
}

.xdsoft_autocomplete{
display:inline;
position:relative;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
}

.xdsoft_autocomplete .xdsoft_input{
	position:relative;
	z-index:2;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown{
	position:absolute;
	border: 1px solid #ccc;
	border-top-color: #d9d9d9;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	cursor: default;
	display:none;
	z-index: 1001;
	margin-top:-1px;
	background-color:#fff;
	min-width:100%;
	overflow:auto;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint{
	position:absolute;
	z-index:1;
	color:#ccc !important;
	-webkit-text-fill-color:#ccc !important;
	text-fill-color:#ccc  !important;
	overflow:hidden !important;
	white-space: pre  !important;
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint span{
	color:transparent;
	opacity: 0.0;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright{
	color:#ddd;
	font-size:10px;
	text-decoration:none;
	right:5px;
	position:absolute;
	margin-top:-15px;
	z-index:1002;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div{
	background:#fff;
	white-space: nowrap;
	cursor: pointer;
	line-height: 1.5em;
	padding: 2px 0px 2px 0px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active{
	background: #0097CF;
	color: #FFFFFF;
}

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 99999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:400px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}

