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

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, #cform a,
#cform button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

td,
th {
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  max-width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    max-width: 800px;
    padding-right: 0;
    padding-left: 0;
  }
}

#navigation {
  width: 100vw;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  overflow-x: hidden;
}
#navigation::after {
  content: "";
  display: block;
  height: 100px;
}
@media (min-width: 768px) {
  #navigation {
    width: 33.33%;
    float: left;
    overflow-y: scroll;
  }
}

main {
  width: calc(100vw - 3em);
  height: calc(100vh - 50px);
  padding-left: 1.5em;
  padding-right: 1.5em;
  overflow-y: scroll;
  overflow-x: hidden;
}
main::after {
  content: "";
  display: block;
  height: 100px;
}
main .extend-outside {
  margin-left: -1em;
  margin-right: -1em;
  transition: margin 0.2s ease-in-out;
}
@media (min-width: 768px) {
  main {
    width: 58.33%;
    float: right;
    padding-left: 4.16%;
    padding-right: 4.16%;
  }
  main .extend-outside {
    margin-left: -4.16%;
    margin-right: -4.16%;
  }
}

#navigation.open + main .extend-outside {
  margin-left: 0;
}

/* Full Page (used in dashboard)*/
.full-page main {
  width: calc(100vw - 2em);
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
  float: none;
}
.full-page section.profile {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .full-page main {
    min-width: calc(800px - 4em);
    width: calc(100vw - 4em);
    padding-right: 2em;
    padding-left: 2em;
  }
}

/* Graceful degredations from http://cssfontstack.com */
*[class*=fa-] {
  opacity: 0;
  transition: opacity ease-in 0.5s;
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-] {
  opacity: 1;
}
.wf-inactive *[class*=fa-] {
  opacity: 1;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.5s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

body {
  color: rgb(3, 78, 161);
  font-size: 16px;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 768px) {
  body {
    line-height: 1.375;
  }
}

body, h1, #cform h1.de-style, h2, #cform h2.de-style, h3, #cform h3.de-style, h4, h5, h6 {
  font-size-adjust: 0.58;
}

.link, a, #cform a,
#cform button {
  color: rgb(236, 28, 36);
  text-decoration: none;
}
.link:visited, a:visited, #cform a:visited,
#cform button:visited {
  color: rgb(236, 28, 36);
}
.link:hover, a:hover, #cform a:hover,
#cform button:hover, .link:visited:hover {
  color: tint(rgb(236, 28, 36), 10%);
  text-decoration: none;
}
.link.blue:link, a.blue:link, #cform a.blue:link,
#cform button.blue:link, .link.blue:visited, a.blue:visited, #cform a.blue:visited,
#cform button.blue:visited, .link.blue:hover, a.blue:hover, #cform a.blue:hover,
#cform button.blue:hover, .link.blue:active, a.blue:active, #cform a.blue:active,
#cform button.blue:active {
  color: rgb(3, 78, 161);
}

.italic, i, em {
  font-style: italic;
}

.bold, b, strong, .h1, h1, #cform h1.de-style, .h2, h2, #cform h2.de-style, .h3, h3, #cform h3.de-style, .h4, h4, .h5, h5, .h6, h6 {
  font-weight: 700;
}

.h1, h1, #cform h1.de-style {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
.wf-active .h1, .wf-active h1, .wf-active #cform h1.de-style, #cform .wf-active h1.de-style {
  opacity: 1;
}
.wf-inactive .h1, .wf-inactive h1, .wf-inactive #cform h1.de-style, #cform .wf-inactive h1.de-style {
  opacity: 1;
}
@media (min-width: 768px) {
  .h1, h1, #cform h1.de-style {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 1024px) {
  .h1, h1, #cform h1.de-style {
    font-size: 3em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.05;
  }
}

.h2, h2, #cform h2.de-style {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
.wf-active .h2, .wf-active h2, .wf-active #cform h2.de-style, #cform .wf-active h2.de-style {
  opacity: 1;
}
.wf-inactive .h2, .wf-inactive h2, .wf-inactive #cform h2.de-style, #cform .wf-inactive h2.de-style {
  opacity: 1;
}
@media (min-width: 768px) {
  .h2, h2, #cform h2.de-style {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .h2, h2, #cform h2.de-style {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

.h3, h3, #cform h3.de-style {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
.wf-active .h3, .wf-active h3, .wf-active #cform h3.de-style, #cform .wf-active h3.de-style {
  opacity: 1;
}
.wf-inactive .h3, .wf-inactive h3, .wf-inactive #cform h3.de-style, #cform .wf-inactive h3.de-style {
  opacity: 1;
}
@media (min-width: 768px) {
  .h3, h3, #cform h3.de-style {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .h3, h3, #cform h3.de-style {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

.h4, h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 768px) {
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */
  }
}

.h5, h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.0625em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111;
}
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1em;
  line-height: 1.11111111;
}
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h1, h1, #cform h1.de-style, .h2, h2, #cform h2.de-style, .h3, h3, #cform h3.de-style, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.block-margins, p, #cform p.de-style, ul, ol, pre, blockquote {
  margin: 1em 0;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

p, #cform p.de-style {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
}
.wf-active p, .wf-active #cform p.de-style, #cform .wf-active p.de-style {
  opacity: 1;
}
.wf-inactive p, .wf-inactive #cform p.de-style, #cform .wf-inactive p.de-style {
  opacity: 1;
}

/* overrides */
.student h1, .student #cform h1.de-style, #cform .student h1.de-style {
  text-align: center;
  font-size: 21px;
  line-height: 22px;
}
.student h1.bigger, .student #cform h1.bigger.de-style, #cform .student h1.bigger.de-style {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 32px;
  line-height: 27px;
  margin-top: 16px;
}
.wf-active .student h1.bigger, .wf-active .student #cform h1.bigger.de-style, #cform .wf-active .student h1.bigger.de-style {
  opacity: 1;
}
.wf-inactive .student h1.bigger, .wf-inactive .student #cform h1.bigger.de-style, #cform .wf-inactive .student h1.bigger.de-style {
  opacity: 1;
}
.student h2, .student #cform h2.de-style, #cform .student h2.de-style {
  text-align: center;
  font-size: 19px;
}
.student h2.status, .student #cform h2.status.de-style, #cform .student h2.status.de-style {
  color: rgb(236, 28, 36);
}
.intro-text {
  font-size: 1.5em;
  line-height: 1.375;
}

#cform h1.de-style {
  color: rgb(3, 78, 161);
}

#cform h2.de-style {
  color: rgb(3, 78, 161);
}

#cform h3.de-style {
  color: rgb(3, 78, 161);
}

#cform p.de-style {
  color: rgb(3, 78, 161);
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.25em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.25em;
}

.blockify {
  display: block !important;
}

.inlinify {
  display: inline-block !important;
}

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

.pie-clearfix {
  *zoom: 1;
}
.pie-clearfix::before, .pie-clearfix::after {
  content: "";
  display: table;
}
.pie-clearfix::after {
  clear: both;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.float-left {
  float: left;
}

img.float-left {
  margin-right: 1em;
}

.float-right {
  float: right;
}

img.float-right {
  margin-left: 1em;
}

.no-float {
  float: none !important;
}

.headroom {
  margin-top: 2em;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

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

.hide {
  display: none;
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.err-wrap {
  display: none;
}

ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.reset li {
  margin: 0;
}

/* striped table */
table.striped {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 2px;
  width: 100%;
}
table.striped th {
  font-weight: 600;
  background-color: rgb(255, 255, 255);
  border-right: 1px solid rgba(150, 147, 140, 0.05);
}
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
table.striped td {
  background-color: rgba(150, 147, 140, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.25em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped th.no-padding,
table.striped td.no-padding {
  padding: 0;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(3, 78, 161, 0.05);
}
table.striped tfoot td {
  background-color: rgba(3, 78, 161, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

div.debug {
  font-size: 10px;
  position: relative;
  background-color: rgb(236, 28, 36);
  border: 1px dotted rgb(236, 28, 36);
  color: rgb(255, 255, 255);
  padding: 2em 1em 1em 1em;
  border-radius: 1em;
  opacity: 0.5;
  transition: opacity ease-in-out 1s;
}
div.debug:hover {
  opacity: 1;
}
div.debug::before {
  content: "debug";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1em;
  color: rgb(236, 28, 36);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dotted rgb(255, 255, 255);
  border-radius: 1em 1em 0 0;
  padding: 0.25em 1em;
}

ul.pagination {
  margin: 0.5em 0;
  height: 25px;
}
ul.pagination a, ul.pagination #cform a, #cform ul.pagination a,
ul.pagination #cform button,
#cform ul.pagination button {
  border: 1px solid rgb(3, 78, 161);
  background-color: none;
  padding: 3px 5px;
  text-decoration: none;
}
ul.pagination a:hover, ul.pagination #cform a:hover, #cform ul.pagination a:hover,
ul.pagination #cform button:hover,
#cform ul.pagination button:hover {
  background-color: rgb(3, 78, 161);
  color: rgb(255, 255, 255);
}
ul.pagination a.page-previous, ul.pagination #cform a.page-previous, #cform ul.pagination a.page-previous,
ul.pagination #cform button.page-previous,
#cform ul.pagination button.page-previous {
  padding: 2px 6px;
}
ul.pagination a.page-next, ul.pagination #cform a.page-next, #cform ul.pagination a.page-next,
ul.pagination #cform button.page-next,
#cform ul.pagination button.page-next {
  padding: 2px 6px;
}
ul.pagination a.active, ul.pagination #cform a.active, #cform ul.pagination a.active,
ul.pagination #cform button.active,
#cform ul.pagination button.active {
  background-color: rgb(3, 78, 161);
  color: rgb(255, 255, 255);
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px rgb(15, 29, 66);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgb(15, 29, 66);
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px rgb(15, 29, 66);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgb(15, 29, 66);
  }
}
form {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 1em;
  font-weight: 400;
  *zoom: 1;
}
form::before, form::after {
  content: "";
  display: table;
}
form::after {
  clear: both;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgba(45, 38, 25, 0.9);
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
textarea:focus,
textarea:target {
  color: rgb(45, 38, 25);
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: rgb(236, 28, 36);
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  outline-color: shade(rgb(3, 78, 161), 10%);
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: rgb(236, 28, 36);
  background-image: none;
  color: rgb(255, 255, 255);
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: tint(rgb(236, 28, 36), 10%);
  background-image: none;
}
input[type=email][readonly],
input[type=date][readonly],
input[type=text][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=email][readonly],
input[type=month][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=time][readonly],
input[type=url][readonly],
input[type=week][readonly],
textarea[readonly] {
  background-color: rgba(242, 242, 241, 0.805);
  color: rgba(54, 47, 34, 0.895);
  font-size: 0.8em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=date],
  input[type=text],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  textarea {
    font-size: 16px !important;
  }
}

input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  line-height: 2em;
  vertical-align: middle;
}
input[type=radio]:not(old) + label::before,
input[type=checkbox]:not(old) + label::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  color: rgb(3, 78, 161);
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
input[type=radio]:not(old):checked + label::before,
input[type=checkbox]:not(old):checked + label::before {
  color: rgb(236, 28, 36);
}
input[type=radio]:not(old):focus + label,
input[type=checkbox]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px shade(rgb(3, 78, 161), 10%);
}

input[type=radio]:not(old) + label::before {
  content: "\f111";
  font-weight: 400;
}
input[type=radio]:not(old):checked + label::before {
  content: "\f192";
  font-weight: 900;
}

input[type=checkbox]:not(old) + label::before {
  content: "\f0c8";
  font-weight: 400;
}
input[type=checkbox]:not(old):checked + label::before {
  content: "\f14a";
  font-weight: 900;
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.85em;
}

/* Group control */
.group {
  margin-top: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .group.sized {
    float: left;
  }
}
@media (min-width: 768px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half:not(.new-row) {
    width: 48%;
    margin-left: 2%;
  }
  .group:not(*[class*=sized]) + .group.sized.half {
    width: 50%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third:not(.new-row) {
    width: 31%;
    margin-left: 2%;
  }
  .group:not(*[class*=sized]) + .group.sized.third {
    width: 33%;
    margin-left: 0;
  }
}
.group.sized.quarter {
  float: left;
  width: 25%;
}
*[class*=sized] ~ .group.sized.quarter:not(.new-row) {
  width: 23%;
  margin-left: 2%;
}
.group:not(*[class*=sized]) + .group.sized.quarter {
  width: 25%;
  margin-left: 0;
}
.group.sized.three-quarter {
  float: left;
  width: 75%;
}
*[class*=sized] ~ .group.sized.three-quarter:not(.new-row) {
  width: 73%;
  margin-left: 2%;
}
.group:not(*[class*=sized]) + .group.sized.three-quarter {
  width: 75%;
  margin-left: 0;
}
.group.sized + .group:not(*[class*=sized])::before {
  content: "";
  display: table;
  clear: left;
  height: 1em;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(45, 38, 25, 0.85);
  font-size: 0.75em;
  line-height: 1em;
}

/* Fancy Stylized Inputs
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=date]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=datetime]:focus,
.group.pulse-on-focus input[type=datetime-local]:focus,
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=month]:focus,
.group.pulse-on-focus input[type=number]:focus,
.group.pulse-on-focus input[type=password]:focus,
.group.pulse-on-focus input[type=tel]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=time]:focus,
.group.pulse-on-focus input[type=url]:focus,
.group.pulse-on-focus input[type=week]:focus,
.group.pulse-on-focus textarea:focus,
.group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal;
}

.group.radio.switcher {
  /*  insipired by http://cssdeck.com/labs/radio-button
    <div class="group radio switcher">
      <!-- #blank is optional, but recommended - it allows users to not answer the question-->
      <label for="blank">So here's the Yes or No Question...</label>
      <input type="radio" name="field_name" id="blank" value="" checked>
      <input type="radio" name="field_name" id="yes"   value="yes">
      <input type="radio" name="field_name" id="no"    value="no">
      <div class="switch">
        <label for="yes">Yes</label>
        <label for="no" >No</label>
        <span></span>
      </div>
    </div>
    */
  position: relative;
}
.group.radio.switcher > label {
  display: block;
  text-align: center;
}
.group.radio.switcher input[type=radio] {
  display: none;
}
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: rgb(236, 28, 36);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative;
}
.group.radio.switcher .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: rgb(255, 255, 255);
  display: block;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.group.radio.switcher .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.group.radio.switcher .switch span:before {
  content: "or";
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 100;
  color: #96938c;
  font-size: 0.8em;
  text-transform: uppercase;
}
.group.radio.switcher .switch label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 50%;
  line-height: 2.3529411765em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.group.radio.switcher .switch label[for*=yes] {
  position: absolute;
  left: 0px;
  height: 20px;
}
.group.radio.switcher .switch label[for*=no] {
  position: absolute;
  right: 0px;
}
.group.radio.switcher label[for*=blank]:after {
  content: " (reset)";
  font-size: 0.8em;
  font-style: italic;
  cursor: pointer;
}
.group.radio.switcher #no:checked ~ .switch {
  background: #96938c;
}
.group.radio.switcher #no:checked ~ .switch span {
  background: rgb(236, 28, 36);
  margin-left: -8px;
}
.group.radio.switcher #no:checked ~ .switch span:after {
  background: rgb(236, 28, 36);
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none;
}
.group.radio.switcher #no:checked ~ .switch label[for*=no] {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none;
}
.group.radio.switcher #yes:checked ~ .switch label[for*=yes] {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.group.radio.switcher #blank:checked ~ .switch {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
}
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgba(45, 38, 25, 0.9);
}

/* embedded labels */
.embedded-labels div.embedded-label {
  position: relative;
}
.embedded-labels div.embedded-label label {
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 2em;
  cursor: text;
  opacity: 0.5;
  transition: all ease-in-out 0.5s;
}
.embedded-labels div.embedded-label input {
  padding: 0.75em 6px;
  min-height: 3em;
}
.embedded-labels div.embedded-label.fn_formFocus-filled label {
  top: 0.25em;
  left: 0.75em;
  font-size: 0.67em;
  line-height: 1em;
  color: rgb(15, 29, 66);
  opacity: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* honey pot */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

/* site specific overrides */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.group.select label {
  display: block;
  font-size: 0.8em;
}

/* GRID */
#cform {
  /* custom file inputs */
}
#cform .grid-publish {
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
#cform.custom-fields input.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#cform.custom-fields input.inputfile + label {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.wf-active #cform.custom-fields input.inputfile + label {
  opacity: 1;
}
.wf-inactive #cform.custom-fields input.inputfile + label {
  opacity: 1;
}
#cform.custom-fields input.inputfile:focus + label {
  outline: 2px solid shade(rgb(3, 78, 161), 10%);
}
#cform.custom-fields .remove-file {
  float: right;
  margin-top: -4px;
}
#cform i {
  font: italic normal 1em "Roboto", Verdana, Geneva, sans-serif !important;
}
#cform b {
  font: normal 700 1em "Roboto", Verdana, Geneva, sans-serif !important;
}
#cform i.fal, #cform i.fas, #cform i.far, #cform i.fa {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
#cform .fa {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  color: currentColor;
  font-style: normal !important;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 768px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

/* body */
body {
  background-color: rgb(240, 239, 237);
  background-image: url(/images/site_images/asfalt-dark.png);
  background-size: 155.3333333333px 116.3333333333px;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
}
/* header */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgb(3, 78, 161);
  height: 42px;
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: 100;
}
header .logo {
  width: 161px;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  float: right;
}
header + a[href="#navigation"], #cform header + a[href="#navigation"],
#cform header + button[href="#navigation"] {
  position: fixed;
  top: 0px;
  left: 0.25em;
  height: 50px;
  z-index: 101;
}
header.open .logo {
  opacity: 0.4;
}
.logo {
  display: block;
  width: 129px;
  height: 43px;
  background-image: url(/images/site_images/logo@2x.png);
  background-size: 129px 43px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

/* Navigation components */
a.skip-navigation, #cform a.skip-navigation,
#cform button.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -86px;
  left: 0px;
  color: rgb(255, 255, 255);
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus, #cform a.skip-navigation:focus,
#cform button.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(236, 28, 36, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

/* hamburger icon */
.svg-menu-toggle {
  fill: rgb(255, 255, 255);
  pointer-events: all;
  cursor: pointer;
}
.svg-menu-toggle .bar {
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transform-origin: 20px 10px;
  -ms-transform-origin: 20px 10px;
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
}
.svg-menu-toggle .bar:nth-of-type(1) {
  -moz-transform-origin: 20px 10px;
  -ms-transform-origin: 20px 10px;
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
}
.svg-menu-toggle .bar:nth-of-type(3) {
  -moz-transform-origin: 20px 20px;
  -ms-transform-origin: 20px 20px;
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
}
.open + * .svg-menu-toggle .bar:nth-of-type(1), .svg-menu-toggle:hover .bar:nth-of-type(1) {
  transform: rotate(-45deg) translateY(0) translateX(0);
}
.open + * .svg-menu-toggle .bar:nth-of-type(2), .svg-menu-toggle:hover .bar:nth-of-type(2) {
  opacity: 0;
}
.open + * .svg-menu-toggle .bar:nth-of-type(3), .svg-menu-toggle:hover .bar:nth-of-type(3) {
  transform: rotate(45deg) translateY(0em) translateX(0em);
}

@media (min-width: 768px) {
  .navburger {
    display: none;
  }
}

/* on/off screen */
#navigation {
  display: block;
  position: fixed;
  top: 50px;
  left: 0;
  padding-top: 1em;
  padding-bottom: 5em;
  height: calc(100vh - 50px - 6em);
  opacity: 0.5;
  z-index: -1;
  transform: translateX(-100vw);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
#navigation:target, #navigation.open {
  transform: translateX(0);
  opacity: 1;
  z-index: 200;
}
@media (min-width: 768px) {
  #navigation {
    transform: translateX(0vw);
    opacity: 1;
    z-index: 0;
  }
}

/* nav items */
#navigation a,
#navigation #cform button,
#cform #navigation button {
  display: block;
  height: 40px;
  margin-bottom: 2px;
  background-color: rgb(99, 114, 150);
  box-shadow: 0px 1px 0px shade(rgb(3, 78, 161), 33%);
  padding: 5px 0 5px 1em;
  width: calc(100vw - 2em);
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 40px;
}
#navigation a.close,
#navigation #cform button.close,
#cform #navigation button.close {
  background-color: transparent;
  width: 100%;
  padding-left: 0;
  opacity: 0;
  position: absolute;
  top: -50px;
}
#navigation a.long-line,
#navigation #cform button.long-line,
#cform #navigation button.long-line {
  line-height: 20px;
}
#navigation a .text,
#navigation #cform button .text,
#cform #navigation button .text {
  float: left;
}
#navigation a .icon,
#navigation #cform button .icon,
#cform #navigation button .icon {
  width: 50px;
  height: 50px;
  margin-top: -5px;
  text-align: center;
  background-color: rgb(236, 28, 36);
  float: right;
  position: relative;
}
#navigation a .icon::after,
#navigation #cform button .icon::after,
#cform #navigation button .icon::after {
  content: "\f00d";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  line-height: 50px;
  margin: 0 0.5em;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
#navigation a.incomplete .icon::after,
#navigation #cform button.incomplete .icon::after,
#cform #navigation button.incomplete .icon::after {
  content: "\f00d";
}
#navigation a.in-progress,
#navigation #cform button.in-progress,
#cform #navigation button.in-progress {
  background-color: tint(rgb(3, 78, 161), 15%);
  cursor: default;
}
#navigation a.in-progress .icon::after,
#navigation #cform button.in-progress .icon::after,
#cform #navigation button.in-progress .icon::after {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAABGdBTUEAALGPC/xhBQAAAVBJREFUSA21lTGOwjAQRTEnoKRNS4dyAIotOAftVihn4Azbcog9AR0NLQUNLXdA2vAfZLQTrSEO8X7pa+x45k/ieMZh9AJ1XZdaXokzsRCn4kU8i0dxG0I4yKZDoktxL6YAv2WnupzG4kb8EfsAf+LG0SQsiN+ix0mTtTgXJ37hyZj4vwn0kMyGqwaVGPyb2GKH3fiYkZzZY9sKhD9aDs2kQ9SW0fn9B5r4n1fFhHlm0Ql2f9eQY+mc2ePWVvhEzi9lWLL5nGPDl85tbZOBdoU4BWLY2SCDnSFeOCEqLxcKxCnp/8AUcXqFwX+FPXvXXhD3W7F4VykSd0ac7mb4fHUUzSnRHikMf845vzmKCB3a9b3yfIUOLX+EHxXaiPvewuKQxtXuLU0C3xVJAPq2XGLaXbERj/VznPsg3s9dgvw3EeIGvWqWOzSYYMwqyaDb/wa/YpcD4mKJmAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}
#navigation a.complete,
#navigation #cform button.complete,
#cform #navigation button.complete {
  background-color: rgb(3, 78, 161);
}
#navigation a.complete[href$=edit],
#navigation #cform button.complete[href$=edit],
#cform #navigation button.complete[href$=edit] {
  cursor: pointer;
}
#navigation a.complete .icon::after,
#navigation #cform button.complete .icon::after,
#cform #navigation button.complete .icon::after {
  content: "\f058";
}
#navigation a.editable .text:before,
#navigation #cform button.editable .text:before,
#cform #navigation button.editable .text:before {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
#navigation a,
#navigation #cform button,
#cform #navigation button,
#navigation a .icon,
#navigation #cform button .icon,
#cform #navigation button .icon {
  border-radius: 0px 2px 2px 0px;
}
#navigation a.further-actions,
#navigation #cform button.further-actions,
#cform #navigation button.further-actions {
  background-color: rgb(236, 28, 36);
}
#navigation a[href*="void(0)"],
#navigation #cform button[href*="void(0)"],
#cform #navigation button[href*="void(0)"] {
  cursor: default;
}
@media (min-width: 768px) {
  #navigation {
    padding-top: 1em;
  }
  #navigation a,
  #navigation #cform button,
  #cform #navigation button {
    width: calc(100% - 1em);
  }
  #navigation a.close,
  #navigation #cform button.close,
  #cform #navigation button.close {
    display: none;
  }
}

/* main */
main {
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  margin-top: 50px;
  padding-top: 1px;
}
main h1, main #cform h1.de-style, #cform main h1.de-style {
  margin-top: 0;
}
#navigation:target + main, #navigation.open + main {
  transform: translateX(100vw);
}

/* page icon */
.page-icon {
  width: 250px;
  height: 250px;
  margin: 16px auto 50px;
  font-size: 250px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.31);
  text-align: center;
  line-height: 1;
}
.page-icon.hold {
  color: rgb(236, 28, 36);
}

/* tablet/desktop page text */
@media (min-width: 768px) {
  h2.status, #cform h2.status.de-style,
  h2.instructions,
  #cform h2.instructions.de-style,
  div.block-text,
  .student form {
    width: 20em;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  h2.status, #cform h2.status.de-style,
  h2.instructions,
  #cform h2.instructions.de-style,
  div.block-text,
  .student form {
    max-width: 52em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Button Definitions */
.button-box {
  overflow: visible;
}
.button-box::after {
  content: "";
  display: table;
  clear: both;
}
.button-box a, .button-box #cform a, #cform .button-box a,
.button-box #cform button,
#cform .button-box button, .button-box button, .button-box input[type=submit] {
  float: right;
}

a.button, #cform a.button,
#cform button.button, button.button, input[type=submit].button, input[type=submit] {
  display: block;
  text-align: center;
  margin: 0.5em 0;
  height: auto;
  padding: 1em;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border: 1px solid rgb(3, 78, 161);
  border-radius: 2px;
  -webkit-appearance: none;
  background-color: rgb(236, 28, 36);
  background-image: linear-gradient(tint(rgb(236, 28, 36), 33%), shade(rgb(236, 28, 36), 10%));
}
a.button:link, #cform a.button:link,
#cform button.button:link, a.button:visited, #cform a.button:visited,
#cform button.button:visited, button.button:link, button.button:visited, input[type=submit].button:link, input[type=submit]:link, input[type=submit].button:visited, input[type=submit]:visited {
  color: rgb(255, 255, 255);
}
a.button:hover, #cform a.button:hover,
#cform button.button:hover, a.button:active, #cform a.button:active,
#cform button.button:active, button.button:hover, button.button:active, input[type=submit].button:hover, input[type=submit]:hover, input[type=submit].button:active, input[type=submit]:active {
  color: rgb(255, 255, 255);
  background-color: rgb(152, 19, 31);
  background-image: none;
}
a.button.small, #cform a.button.small,
#cform button.button.small, button.button.small, input[type=submit].button.small, input[type=submit].small {
  font-size: 0.8em;
}
a.button.medium, #cform a.button.medium,
#cform button.button.medium, button.button.medium, input[type=submit].button.medium, input[type=submit].medium {
  font-size: 1em;
}
a.button.large, #cform a.button.large,
#cform button.button.large, button.button.large, input[type=submit].button.large, input[type=submit].large {
  font-size: 1.33em;
}
a.button.full-width, #cform a.button.full-width,
#cform button.button.full-width, button.button.full-width, input[type=submit].button.full-width, input[type=submit].full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
a.button.white, #cform a.button.white,
#cform button.button.white, button.button.white, input[type=submit].button.white, input[type=submit].white {
  background-color: rgba(255, 255, 255, 0.55);
  background-image: none;
  color: rgb(236, 28, 36);
}
a.button.white:link, #cform a.button.white:link,
#cform button.button.white:link, a.button.white:visited, #cform a.button.white:visited,
#cform button.button.white:visited, a.button.white:hover, #cform a.button.white:hover,
#cform button.button.white:hover, a.button.white:active, #cform a.button.white:active,
#cform button.button.white:active, button.button.white:link, button.button.white:visited, button.button.white:hover, button.button.white:active, input[type=submit].button.white:link, input[type=submit].white:link, input[type=submit].button.white:visited, input[type=submit].white:visited, input[type=submit].button.white:hover, input[type=submit].white:hover, input[type=submit].button.white:active, input[type=submit].white:active {
  color: rgb(236, 28, 36);
}
a.button.blue, #cform a.button.blue,
#cform button.button.blue, button.button.blue, input[type=submit].button.blue, input[type=submit].blue {
  background-color: rgb(3, 78, 161);
  background-image: none;
}
a.button.blue:link, #cform a.button.blue:link,
#cform button.button.blue:link, a.button.blue:visited, #cform a.button.blue:visited,
#cform button.button.blue:visited, a.button.blue:hover, #cform a.button.blue:hover,
#cform button.button.blue:hover, a.button.blue:active, #cform a.button.blue:active,
#cform button.button.blue:active, button.button.blue:link, button.button.blue:visited, button.button.blue:hover, button.button.blue:active, input[type=submit].button.blue:link, input[type=submit].blue:link, input[type=submit].button.blue:visited, input[type=submit].blue:visited, input[type=submit].button.blue:hover, input[type=submit].blue:hover, input[type=submit].button.blue:active, input[type=submit].blue:active {
  color: rgb(255, 255, 255);
}
a.button.orange, #cform a.button.orange,
#cform button.button.orange, button.button.orange, input[type=submit].button.orange, input[type=submit].orange {
  background-color: #DA4D25;
  background-image: none;
}
a.button.orange:link, #cform a.button.orange:link,
#cform button.button.orange:link, a.button.orange:visited, #cform a.button.orange:visited,
#cform button.button.orange:visited, a.button.orange:hover, #cform a.button.orange:hover,
#cform button.button.orange:hover, a.button.orange:active, #cform a.button.orange:active,
#cform button.button.orange:active, button.button.orange:link, button.button.orange:visited, button.button.orange:hover, button.button.orange:active, input[type=submit].button.orange:link, input[type=submit].orange:link, input[type=submit].button.orange:visited, input[type=submit].orange:visited, input[type=submit].button.orange:hover, input[type=submit].orange:hover, input[type=submit].button.orange:active, input[type=submit].orange:active {
  color: rgb(255, 255, 255);
}
a.button.green, #cform a.button.green,
#cform button.button.green, button.button.green, input[type=submit].button.green, input[type=submit].green {
  background-color: #417505;
  background-image: none;
}
a.button.green:link, #cform a.button.green:link,
#cform button.button.green:link, a.button.green:visited, #cform a.button.green:visited,
#cform button.button.green:visited, a.button.green:hover, #cform a.button.green:hover,
#cform button.button.green:hover, a.button.green:active, #cform a.button.green:active,
#cform button.button.green:active, button.button.green:link, button.button.green:visited, button.button.green:hover, button.button.green:active, input[type=submit].button.green:link, input[type=submit].green:link, input[type=submit].button.green:visited, input[type=submit].green:visited, input[type=submit].button.green:hover, input[type=submit].green:hover, input[type=submit].button.green:active, input[type=submit].green:active {
  color: rgb(255, 255, 255);
}
a.float-right, #cform a.float-right,
#cform button.float-right, button.float-right, input[type=submit].float-right {
  margin-left: 1em;
}

#cform a,
#cform button {
  background-image: none;
}
#cform a.blue,
#cform button.blue {
  background-color: rgb(3, 78, 161) !important;
}

/* bottom button */
.bottom-button-wrapper {
  min-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
}

.bottom-button, #cform button.bottom-button, #cform a.bottom-button {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  text-shadow: 1px 1px 1px shade(rgb(3, 78, 161), 33%);
}
.wf-active .bottom-button, .wf-active #cform button.bottom-button, #cform .wf-active button.bottom-button, .wf-active #cform a.bottom-button, #cform .wf-active a.bottom-button {
  opacity: 1;
}
.wf-inactive .bottom-button, .wf-inactive #cform button.bottom-button, #cform .wf-inactive button.bottom-button, .wf-inactive #cform a.bottom-button, #cform .wf-inactive a.bottom-button {
  opacity: 1;
}
.bottom-button[data-button-style=Next], #cform button[data-button-style=Next].bottom-button, #cform a[data-button-style=Next].bottom-button {
  font-size: 16px;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
  min-width: 200px;
  max-width: 340px;
  width: calc(100% - 2em);
  height: 60px;
  border: none;
  background-color: transparent;
  background-image: url(/images/site_images/next-button.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bottom-button[data-button-style=Next]:hover, #cform button[data-button-style=Next].bottom-button:hover, #cform a[data-button-style=Next].bottom-button:hover, .bottom-button[data-button-style=Next]:active, #cform button[data-button-style=Next].bottom-button:active, #cform a[data-button-style=Next].bottom-button:active {
  background-color: transparent;
  background-image: url(/images/site_images/next-button.svg);
  background-size: 100% 100%;
}

/* progress bar */
.progress-bar {
  display: block;
  width: auto;
  height: 26px;
  margin: 1em auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgb(3, 78, 161);
  box-shadow: inset -1px 1px 2px 0px rgba(45, 38, 25, 0.5);
  border-radius: 2px;
}
.progress-bar::after {
  content: "\f0ac ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 8px;
  background-color: rgb(236, 28, 36);
  background-image: linear-gradient(tint(rgb(236, 28, 36), 33%), shade(rgb(236, 28, 36), 10%));
  border-right: 1px solid rgb(3, 78, 161);
  border-radius: 0px 8px 8px 0px;
  box-shadow: 1px 1px 1px 0px rgba(45, 38, 25, 0.2);
  transition: width ease-out 1s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 3px rgba(45, 38, 25, 0.95);
  line-height: 26px;
  text-align: right;
  font-size: 42px;
}
.progress-bar::before {
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  text-align: right;
  font-size: 10px;
  line-height: 26px;
  opacity: 0.5;
}
.progress-bar[data-percent="1"]::after {
  width: 1%;
}
.progress-bar[data-percent="1"]::before {
  content: "1% Complete!";
}
.progress-bar[data-percent="2"]::after {
  width: 2%;
}
.progress-bar[data-percent="2"]::before {
  content: "2% Complete!";
}
.progress-bar[data-percent="3"]::after {
  width: 3%;
}
.progress-bar[data-percent="3"]::before {
  content: "3% Complete!";
}
.progress-bar[data-percent="4"]::after {
  width: 4%;
}
.progress-bar[data-percent="4"]::before {
  content: "4% Complete!";
}
.progress-bar[data-percent="5"]::after {
  width: 5%;
}
.progress-bar[data-percent="5"]::before {
  content: "5% Complete!";
}
.progress-bar[data-percent="6"]::after {
  width: 6%;
}
.progress-bar[data-percent="6"]::before {
  content: "6% Complete!";
}
.progress-bar[data-percent="7"]::after {
  width: 7%;
}
.progress-bar[data-percent="7"]::before {
  content: "7% Complete!";
}
.progress-bar[data-percent="8"]::after {
  width: 8%;
}
.progress-bar[data-percent="8"]::before {
  content: "8% Complete!";
}
.progress-bar[data-percent="9"]::after {
  width: 9%;
}
.progress-bar[data-percent="9"]::before {
  content: "9% Complete!";
}
.progress-bar[data-percent="10"]::after {
  width: 10%;
}
.progress-bar[data-percent="10"]::before {
  content: "10% Complete!";
}
.progress-bar[data-percent="11"]::after {
  width: 11%;
}
.progress-bar[data-percent="11"]::before {
  content: "11% Complete!";
}
.progress-bar[data-percent="12"]::after {
  width: 12%;
}
.progress-bar[data-percent="12"]::before {
  content: "12% Complete!";
}
.progress-bar[data-percent="13"]::after {
  width: 13%;
}
.progress-bar[data-percent="13"]::before {
  content: "13% Complete!";
}
.progress-bar[data-percent="14"]::after {
  width: 14%;
}
.progress-bar[data-percent="14"]::before {
  content: "14% Complete!";
}
.progress-bar[data-percent="15"]::after {
  width: 15%;
}
.progress-bar[data-percent="15"]::before {
  content: "15% Complete!";
}
.progress-bar[data-percent="16"]::after {
  width: 16%;
}
.progress-bar[data-percent="16"]::before {
  content: "16% Complete!";
}
.progress-bar[data-percent="17"]::after {
  width: 17%;
}
.progress-bar[data-percent="17"]::before {
  content: "17% Complete!";
}
.progress-bar[data-percent="18"]::after {
  width: 18%;
}
.progress-bar[data-percent="18"]::before {
  content: "18% Complete!";
}
.progress-bar[data-percent="19"]::after {
  width: 19%;
}
.progress-bar[data-percent="19"]::before {
  content: "19% Complete!";
}
.progress-bar[data-percent="20"]::after {
  width: 20%;
}
.progress-bar[data-percent="20"]::before {
  content: "20% Complete!";
}
.progress-bar[data-percent="21"]::after {
  width: 21%;
}
.progress-bar[data-percent="21"]::before {
  content: "21% Complete!";
}
.progress-bar[data-percent="22"]::after {
  width: 22%;
}
.progress-bar[data-percent="22"]::before {
  content: "22% Complete!";
}
.progress-bar[data-percent="23"]::after {
  width: 23%;
}
.progress-bar[data-percent="23"]::before {
  content: "23% Complete!";
}
.progress-bar[data-percent="24"]::after {
  width: 24%;
}
.progress-bar[data-percent="24"]::before {
  content: "24% Complete!";
}
.progress-bar[data-percent="25"]::after {
  width: 25%;
}
.progress-bar[data-percent="25"]::before {
  content: "25% Complete!";
}
.progress-bar[data-percent="26"]::after {
  width: 26%;
}
.progress-bar[data-percent="26"]::before {
  content: "26% Complete!";
}
.progress-bar[data-percent="27"]::after {
  width: 27%;
}
.progress-bar[data-percent="27"]::before {
  content: "27% Complete!";
}
.progress-bar[data-percent="28"]::after {
  width: 28%;
}
.progress-bar[data-percent="28"]::before {
  content: "28% Complete!";
}
.progress-bar[data-percent="29"]::after {
  width: 29%;
}
.progress-bar[data-percent="29"]::before {
  content: "29% Complete!";
}
.progress-bar[data-percent="30"]::after {
  width: 30%;
}
.progress-bar[data-percent="30"]::before {
  content: "30% Complete!";
}
.progress-bar[data-percent="31"]::after {
  width: 31%;
}
.progress-bar[data-percent="31"]::before {
  content: "31% Complete!";
}
.progress-bar[data-percent="32"]::after {
  width: 32%;
}
.progress-bar[data-percent="32"]::before {
  content: "32% Complete!";
}
.progress-bar[data-percent="33"]::after {
  width: 33%;
}
.progress-bar[data-percent="33"]::before {
  content: "33% Complete!";
}
.progress-bar[data-percent="34"]::after {
  width: 34%;
}
.progress-bar[data-percent="34"]::before {
  content: "34% Complete!";
}
.progress-bar[data-percent="35"]::after {
  width: 35%;
}
.progress-bar[data-percent="35"]::before {
  content: "35% Complete!";
}
.progress-bar[data-percent="36"]::after {
  width: 36%;
}
.progress-bar[data-percent="36"]::before {
  content: "36% Complete!";
}
.progress-bar[data-percent="37"]::after {
  width: 37%;
}
.progress-bar[data-percent="37"]::before {
  content: "37% Complete!";
}
.progress-bar[data-percent="38"]::after {
  width: 38%;
}
.progress-bar[data-percent="38"]::before {
  content: "38% Complete!";
}
.progress-bar[data-percent="39"]::after {
  width: 39%;
}
.progress-bar[data-percent="39"]::before {
  content: "39% Complete!";
}
.progress-bar[data-percent="40"]::after {
  width: 40%;
}
.progress-bar[data-percent="40"]::before {
  content: "40% Complete!";
}
.progress-bar[data-percent="41"]::after {
  width: 41%;
}
.progress-bar[data-percent="41"]::before {
  content: "41% Complete!";
}
.progress-bar[data-percent="42"]::after {
  width: 42%;
}
.progress-bar[data-percent="42"]::before {
  content: "42% Complete!";
}
.progress-bar[data-percent="43"]::after {
  width: 43%;
}
.progress-bar[data-percent="43"]::before {
  content: "43% Complete!";
}
.progress-bar[data-percent="44"]::after {
  width: 44%;
}
.progress-bar[data-percent="44"]::before {
  content: "44% Complete!";
}
.progress-bar[data-percent="45"]::after {
  width: 45%;
}
.progress-bar[data-percent="45"]::before {
  content: "45% Complete!";
}
.progress-bar[data-percent="46"]::after {
  width: 46%;
}
.progress-bar[data-percent="46"]::before {
  content: "46% Complete!";
}
.progress-bar[data-percent="47"]::after {
  width: 47%;
}
.progress-bar[data-percent="47"]::before {
  content: "47% Complete!";
}
.progress-bar[data-percent="48"]::after {
  width: 48%;
}
.progress-bar[data-percent="48"]::before {
  content: "48% Complete!";
}
.progress-bar[data-percent="49"]::after {
  width: 49%;
}
.progress-bar[data-percent="49"]::before {
  content: "49% Complete!";
}
.progress-bar[data-percent="50"]::after {
  width: 50%;
}
.progress-bar[data-percent="50"]::before {
  content: "50% Complete!";
}
.progress-bar[data-percent="51"]::after {
  width: 51%;
}
.progress-bar[data-percent="51"]::before {
  content: "51% Complete!";
}
.progress-bar[data-percent="52"]::after {
  width: 52%;
}
.progress-bar[data-percent="52"]::before {
  content: "52% Complete!";
}
.progress-bar[data-percent="53"]::after {
  width: 53%;
}
.progress-bar[data-percent="53"]::before {
  content: "53% Complete!";
}
.progress-bar[data-percent="54"]::after {
  width: 54%;
}
.progress-bar[data-percent="54"]::before {
  content: "54% Complete!";
}
.progress-bar[data-percent="55"]::after {
  width: 55%;
}
.progress-bar[data-percent="55"]::before {
  content: "55% Complete!";
}
.progress-bar[data-percent="56"]::after {
  width: 56%;
}
.progress-bar[data-percent="56"]::before {
  content: "56% Complete!";
}
.progress-bar[data-percent="57"]::after {
  width: 57%;
}
.progress-bar[data-percent="57"]::before {
  content: "57% Complete!";
}
.progress-bar[data-percent="58"]::after {
  width: 58%;
}
.progress-bar[data-percent="58"]::before {
  content: "58% Complete!";
}
.progress-bar[data-percent="59"]::after {
  width: 59%;
}
.progress-bar[data-percent="59"]::before {
  content: "59% Complete!";
}
.progress-bar[data-percent="60"]::after {
  width: 60%;
}
.progress-bar[data-percent="60"]::before {
  content: "60% Complete!";
}
.progress-bar[data-percent="61"]::after {
  width: 61%;
}
.progress-bar[data-percent="61"]::before {
  content: "61% Complete!";
}
.progress-bar[data-percent="62"]::after {
  width: 62%;
}
.progress-bar[data-percent="62"]::before {
  content: "62% Complete!";
}
.progress-bar[data-percent="63"]::after {
  width: 63%;
}
.progress-bar[data-percent="63"]::before {
  content: "63% Complete!";
}
.progress-bar[data-percent="64"]::after {
  width: 64%;
}
.progress-bar[data-percent="64"]::before {
  content: "64% Complete!";
}
.progress-bar[data-percent="65"]::after {
  width: 65%;
}
.progress-bar[data-percent="65"]::before {
  content: "65% Complete!";
}
.progress-bar[data-percent="66"]::after {
  width: 66%;
}
.progress-bar[data-percent="66"]::before {
  content: "66% Complete!";
}
.progress-bar[data-percent="67"]::after {
  width: 67%;
}
.progress-bar[data-percent="67"]::before {
  content: "67% Complete!";
}
.progress-bar[data-percent="68"]::after {
  width: 68%;
}
.progress-bar[data-percent="68"]::before {
  content: "68% Complete!";
}
.progress-bar[data-percent="69"]::after {
  width: 69%;
}
.progress-bar[data-percent="69"]::before {
  content: "69% Complete!";
}
.progress-bar[data-percent="70"]::after {
  width: 70%;
}
.progress-bar[data-percent="70"]::before {
  content: "70% Complete!";
}
.progress-bar[data-percent="71"]::after {
  width: 71%;
}
.progress-bar[data-percent="71"]::before {
  content: "71% Complete!";
}
.progress-bar[data-percent="72"]::after {
  width: 72%;
}
.progress-bar[data-percent="72"]::before {
  content: "72% Complete!";
}
.progress-bar[data-percent="73"]::after {
  width: 73%;
}
.progress-bar[data-percent="73"]::before {
  content: "73% Complete!";
}
.progress-bar[data-percent="74"]::after {
  width: 74%;
}
.progress-bar[data-percent="74"]::before {
  content: "74% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="75"]::after {
  width: 75%;
}
.progress-bar[data-percent="75"]::before {
  content: "75% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="76"]::after {
  width: 76%;
}
.progress-bar[data-percent="76"]::before {
  content: "76% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="77"]::after {
  width: 77%;
}
.progress-bar[data-percent="77"]::before {
  content: "77% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="78"]::after {
  width: 78%;
}
.progress-bar[data-percent="78"]::before {
  content: "78% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="79"]::after {
  width: 79%;
}
.progress-bar[data-percent="79"]::before {
  content: "79% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="80"]::after {
  width: 80%;
}
.progress-bar[data-percent="80"]::before {
  content: "80% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="81"]::after {
  width: 81%;
}
.progress-bar[data-percent="81"]::before {
  content: "81% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="82"]::after {
  width: 82%;
}
.progress-bar[data-percent="82"]::before {
  content: "82% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="83"]::after {
  width: 83%;
}
.progress-bar[data-percent="83"]::before {
  content: "83% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="84"]::after {
  width: 84%;
}
.progress-bar[data-percent="84"]::before {
  content: "84% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="85"]::after {
  width: 85%;
}
.progress-bar[data-percent="85"]::before {
  content: "85% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="86"]::after {
  width: 86%;
}
.progress-bar[data-percent="86"]::before {
  content: "86% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="87"]::after {
  width: 87%;
}
.progress-bar[data-percent="87"]::before {
  content: "87% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="88"]::after {
  width: 88%;
}
.progress-bar[data-percent="88"]::before {
  content: "88% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="89"]::after {
  width: 89%;
}
.progress-bar[data-percent="89"]::before {
  content: "89% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="90"]::after {
  width: 90%;
}
.progress-bar[data-percent="90"]::before {
  content: "90% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="91"]::after {
  width: 91%;
}
.progress-bar[data-percent="91"]::before {
  content: "91% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="92"]::after {
  width: 92%;
}
.progress-bar[data-percent="92"]::before {
  content: "92% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="93"]::after {
  width: 93%;
}
.progress-bar[data-percent="93"]::before {
  content: "93% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="94"]::after {
  width: 94%;
}
.progress-bar[data-percent="94"]::before {
  content: "94% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="95"]::after {
  width: 95%;
}
.progress-bar[data-percent="95"]::before {
  content: "95% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="96"]::after {
  width: 96%;
}
.progress-bar[data-percent="96"]::before {
  content: "96% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="97"]::after {
  width: 97%;
}
.progress-bar[data-percent="97"]::before {
  content: "97% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="98"]::after {
  width: 98%;
}
.progress-bar[data-percent="98"]::before {
  content: "98% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="99"]::after {
  width: 99%;
}
.progress-bar[data-percent="99"]::before {
  content: "99% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.progress-bar[data-percent="100"]::after {
  width: 100%;
}
.progress-bar[data-percent="100"]::before {
  content: "100% Complete!";
  text-align: left;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}

/* form head */
.form-head {
  display: block;
  width: auto;
  height: 2em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 0em;
  text-align: center;
  background-color: rgb(3, 78, 161);
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .form-head {
    border-radius: 2px;
  }
}

/* profile pic */
.profile-pic {
  display: block;
  box-shadow: 0px 0px 0px 2px rgb(3, 78, 161);
  margin: 1rem auto;
  border-radius: 1px;
  max-height: 200px;
  height: auto;
  width: 100%;
  max-width: 240px;
}
.dashboard .profile-pic {
  max-height: inherit;
}

img.styled {
  box-shadow: 0px 0px 0px 2px rgb(3, 78, 161);
  border-radius: 1px;
}

/* horizontal rule */
hr {
  border: none;
  display: block;
  background-color: transparent;
  height: 1px;
}
hr.bar {
  background-color: rgb(3, 78, 161);
}

/* form submittal overlay */
.page-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 75vh;
  padding-top: 25vh;
  text-align: center;
  z-index: 9999999;
}

/*******
 ADMIN DASHBOARD
 *******/
.dashboard h1, .dashboard #cform h1.de-style, #cform .dashboard h1.de-style {
  text-align: left;
}
.dashboard h2, .dashboard #cform h2.de-style, #cform .dashboard h2.de-style {
  text-align: left;
}

.count {
  color: rgb(255, 255, 255);
  float: right;
  margin: 5px 100px 5px 10px;
  font-size: 1.3em;
}

/* profile pic */
.dashboard .profile-pic {
  float: right;
  margin-right: 2rem;
  margin-left: 1em;
}

/* progress bar */
table.admin .progress-bar {
  height: 0.5rem;
  width: 50px;
}
table.admin .progress-bar::after {
  line-height: 0.5rem;
  font-size: 1rem;
}
table.admin .progress-bar[data-percent="1"]::after {
  width: 1%;
}
table.admin .progress-bar[data-percent="1"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="2"]::after {
  width: 2%;
}
table.admin .progress-bar[data-percent="2"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="3"]::after {
  width: 3%;
}
table.admin .progress-bar[data-percent="3"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="4"]::after {
  width: 4%;
}
table.admin .progress-bar[data-percent="4"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="5"]::after {
  width: 5%;
}
table.admin .progress-bar[data-percent="5"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="6"]::after {
  width: 6%;
}
table.admin .progress-bar[data-percent="6"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="7"]::after {
  width: 7%;
}
table.admin .progress-bar[data-percent="7"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="8"]::after {
  width: 8%;
}
table.admin .progress-bar[data-percent="8"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="9"]::after {
  width: 9%;
}
table.admin .progress-bar[data-percent="9"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="10"]::after {
  width: 10%;
}
table.admin .progress-bar[data-percent="10"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="11"]::after {
  width: 11%;
}
table.admin .progress-bar[data-percent="11"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="12"]::after {
  width: 12%;
}
table.admin .progress-bar[data-percent="12"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="13"]::after {
  width: 13%;
}
table.admin .progress-bar[data-percent="13"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="14"]::after {
  width: 14%;
}
table.admin .progress-bar[data-percent="14"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="15"]::after {
  width: 15%;
}
table.admin .progress-bar[data-percent="15"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="16"]::after {
  width: 16%;
}
table.admin .progress-bar[data-percent="16"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="17"]::after {
  width: 17%;
}
table.admin .progress-bar[data-percent="17"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="18"]::after {
  width: 18%;
}
table.admin .progress-bar[data-percent="18"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="19"]::after {
  width: 19%;
}
table.admin .progress-bar[data-percent="19"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="20"]::after {
  width: 20%;
}
table.admin .progress-bar[data-percent="20"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="21"]::after {
  width: 21%;
}
table.admin .progress-bar[data-percent="21"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="22"]::after {
  width: 22%;
}
table.admin .progress-bar[data-percent="22"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="23"]::after {
  width: 23%;
}
table.admin .progress-bar[data-percent="23"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="24"]::after {
  width: 24%;
}
table.admin .progress-bar[data-percent="24"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="25"]::after {
  width: 25%;
}
table.admin .progress-bar[data-percent="25"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="26"]::after {
  width: 26%;
}
table.admin .progress-bar[data-percent="26"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="27"]::after {
  width: 27%;
}
table.admin .progress-bar[data-percent="27"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="28"]::after {
  width: 28%;
}
table.admin .progress-bar[data-percent="28"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="29"]::after {
  width: 29%;
}
table.admin .progress-bar[data-percent="29"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="30"]::after {
  width: 30%;
}
table.admin .progress-bar[data-percent="30"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="31"]::after {
  width: 31%;
}
table.admin .progress-bar[data-percent="31"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="32"]::after {
  width: 32%;
}
table.admin .progress-bar[data-percent="32"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="33"]::after {
  width: 33%;
}
table.admin .progress-bar[data-percent="33"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="34"]::after {
  width: 34%;
}
table.admin .progress-bar[data-percent="34"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="35"]::after {
  width: 35%;
}
table.admin .progress-bar[data-percent="35"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="36"]::after {
  width: 36%;
}
table.admin .progress-bar[data-percent="36"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="37"]::after {
  width: 37%;
}
table.admin .progress-bar[data-percent="37"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="38"]::after {
  width: 38%;
}
table.admin .progress-bar[data-percent="38"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="39"]::after {
  width: 39%;
}
table.admin .progress-bar[data-percent="39"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="40"]::after {
  width: 40%;
}
table.admin .progress-bar[data-percent="40"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="41"]::after {
  width: 41%;
}
table.admin .progress-bar[data-percent="41"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="42"]::after {
  width: 42%;
}
table.admin .progress-bar[data-percent="42"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="43"]::after {
  width: 43%;
}
table.admin .progress-bar[data-percent="43"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="44"]::after {
  width: 44%;
}
table.admin .progress-bar[data-percent="44"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="45"]::after {
  width: 45%;
}
table.admin .progress-bar[data-percent="45"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="46"]::after {
  width: 46%;
}
table.admin .progress-bar[data-percent="46"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="47"]::after {
  width: 47%;
}
table.admin .progress-bar[data-percent="47"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="48"]::after {
  width: 48%;
}
table.admin .progress-bar[data-percent="48"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="49"]::after {
  width: 49%;
}
table.admin .progress-bar[data-percent="49"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="50"]::after {
  width: 50%;
}
table.admin .progress-bar[data-percent="50"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="51"]::after {
  width: 51%;
}
table.admin .progress-bar[data-percent="51"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="52"]::after {
  width: 52%;
}
table.admin .progress-bar[data-percent="52"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="53"]::after {
  width: 53%;
}
table.admin .progress-bar[data-percent="53"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="54"]::after {
  width: 54%;
}
table.admin .progress-bar[data-percent="54"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="55"]::after {
  width: 55%;
}
table.admin .progress-bar[data-percent="55"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="56"]::after {
  width: 56%;
}
table.admin .progress-bar[data-percent="56"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="57"]::after {
  width: 57%;
}
table.admin .progress-bar[data-percent="57"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="58"]::after {
  width: 58%;
}
table.admin .progress-bar[data-percent="58"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="59"]::after {
  width: 59%;
}
table.admin .progress-bar[data-percent="59"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="60"]::after {
  width: 60%;
}
table.admin .progress-bar[data-percent="60"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="61"]::after {
  width: 61%;
}
table.admin .progress-bar[data-percent="61"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="62"]::after {
  width: 62%;
}
table.admin .progress-bar[data-percent="62"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="63"]::after {
  width: 63%;
}
table.admin .progress-bar[data-percent="63"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="64"]::after {
  width: 64%;
}
table.admin .progress-bar[data-percent="64"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="65"]::after {
  width: 65%;
}
table.admin .progress-bar[data-percent="65"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="66"]::after {
  width: 66%;
}
table.admin .progress-bar[data-percent="66"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="67"]::after {
  width: 67%;
}
table.admin .progress-bar[data-percent="67"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="68"]::after {
  width: 68%;
}
table.admin .progress-bar[data-percent="68"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="69"]::after {
  width: 69%;
}
table.admin .progress-bar[data-percent="69"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="70"]::after {
  width: 70%;
}
table.admin .progress-bar[data-percent="70"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="71"]::after {
  width: 71%;
}
table.admin .progress-bar[data-percent="71"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="72"]::after {
  width: 72%;
}
table.admin .progress-bar[data-percent="72"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="73"]::after {
  width: 73%;
}
table.admin .progress-bar[data-percent="73"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="74"]::after {
  width: 74%;
}
table.admin .progress-bar[data-percent="74"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="75"]::after {
  width: 75%;
}
table.admin .progress-bar[data-percent="75"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="76"]::after {
  width: 76%;
}
table.admin .progress-bar[data-percent="76"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="77"]::after {
  width: 77%;
}
table.admin .progress-bar[data-percent="77"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="78"]::after {
  width: 78%;
}
table.admin .progress-bar[data-percent="78"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="79"]::after {
  width: 79%;
}
table.admin .progress-bar[data-percent="79"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="80"]::after {
  width: 80%;
}
table.admin .progress-bar[data-percent="80"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="81"]::after {
  width: 81%;
}
table.admin .progress-bar[data-percent="81"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="82"]::after {
  width: 82%;
}
table.admin .progress-bar[data-percent="82"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="83"]::after {
  width: 83%;
}
table.admin .progress-bar[data-percent="83"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="84"]::after {
  width: 84%;
}
table.admin .progress-bar[data-percent="84"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="85"]::after {
  width: 85%;
}
table.admin .progress-bar[data-percent="85"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="86"]::after {
  width: 86%;
}
table.admin .progress-bar[data-percent="86"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="87"]::after {
  width: 87%;
}
table.admin .progress-bar[data-percent="87"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="88"]::after {
  width: 88%;
}
table.admin .progress-bar[data-percent="88"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="89"]::after {
  width: 89%;
}
table.admin .progress-bar[data-percent="89"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="90"]::after {
  width: 90%;
}
table.admin .progress-bar[data-percent="90"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="91"]::after {
  width: 91%;
}
table.admin .progress-bar[data-percent="91"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="92"]::after {
  width: 92%;
}
table.admin .progress-bar[data-percent="92"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="93"]::after {
  width: 93%;
}
table.admin .progress-bar[data-percent="93"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="94"]::after {
  width: 94%;
}
table.admin .progress-bar[data-percent="94"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="95"]::after {
  width: 95%;
}
table.admin .progress-bar[data-percent="95"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="96"]::after {
  width: 96%;
}
table.admin .progress-bar[data-percent="96"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="97"]::after {
  width: 97%;
}
table.admin .progress-bar[data-percent="97"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="98"]::after {
  width: 98%;
}
table.admin .progress-bar[data-percent="98"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="99"]::after {
  width: 99%;
}
table.admin .progress-bar[data-percent="99"]::before {
  content: "";
}
table.admin .progress-bar[data-percent="100"]::after {
  width: 100%;
}
table.admin .progress-bar[data-percent="100"]::before {
  content: "";
}

/* search box */
.search-box {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(15, 29, 66);
  border-radius: 2px;
  display: block;
  height: 33px;
  position: relative;
  margin: 2px 2em;
  width: 300px;
}
.search-box input[type=text],
.search-box button,
.search-box #cform a,
#cform .search-box a,
.search-box #cform button,
#cform .search-box button {
  min-height: 32px;
  margin: 0;
  height: 32px;
  border: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-appearance: none; /* to remove inset shadow for iOS */
}
.search-box input[type=text] {
  padding: 6px;
  font-size: 1.25em;
  background-color: transparent;
  left: 0;
  right: 32px;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-weight: 300;
}
.wf-active .search-box input[type=text] {
  opacity: 1;
}
.wf-inactive .search-box input[type=text] {
  opacity: 1;
}
.search-box input[type=text]:focus {
  outline: none;
  background-color: transparent;
  border: none;
}
.search-box button, .search-box #cform a, #cform .search-box a,
.search-box #cform button,
#cform .search-box button {
  height: 32px;
  background-color: transparent;
  color: rgb(3, 78, 161);
  font-size: 20px;
  border-radius: 0 2px 2px 0;
  width: 32px;
  right: 0;
  cursor: default;
}
.search-box button span, .search-box #cform a span, #cform .search-box a span,
.search-box #cform button span,
#cform .search-box button span {
  margin: auto;
}
.search-box button span.fa-times, .search-box #cform a span.fa-times, #cform .search-box a span.fa-times,
.search-box #cform button span.fa-times,
#cform .search-box button span.fa-times {
  cursor: pointer;
}

/* navigation */
nav.dashboard-navigation {
  margin-top: 2em;
}
nav.dashboard-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  clear: both;
  font-size: 16px;
  height: 3em;
  overflow: visible;
}
nav.dashboard-navigation ul li {
  margin: 0;
}
nav.dashboard-navigation ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
  height: 3em;
  width: calc(11.1111111111% - 2px);
}
nav.dashboard-navigation ul li:last-child {
  margin-right: 0px;
  width: 11.1111111111%;
}
nav.dashboard-navigation ul li a,
nav.dashboard-navigation ul li #cform a,
#cform nav.dashboard-navigation ul li a,
nav.dashboard-navigation ul li #cform button,
#cform nav.dashboard-navigation ul li button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 2em;
  text-align: center;
  background-color: rgb(15, 29, 66);
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 14px;
  line-height: 2em;
  color: rgb(255, 255, 255);
  transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
}
.wf-active nav.dashboard-navigation ul li a,
.wf-active nav.dashboard-navigation ul li #cform a,
#cform .wf-active nav.dashboard-navigation ul li a,
.wf-active nav.dashboard-navigation ul li #cform button,
#cform .wf-active nav.dashboard-navigation ul li button {
  opacity: 1;
}
.wf-inactive nav.dashboard-navigation ul li a,
.wf-inactive nav.dashboard-navigation ul li #cform a,
#cform .wf-inactive nav.dashboard-navigation ul li a,
.wf-inactive nav.dashboard-navigation ul li #cform button,
#cform .wf-inactive nav.dashboard-navigation ul li button {
  opacity: 1;
}
nav.dashboard-navigation ul li a:hover,
nav.dashboard-navigation ul li #cform a:hover,
#cform nav.dashboard-navigation ul li a:hover,
nav.dashboard-navigation ul li #cform button:hover,
#cform nav.dashboard-navigation ul li button:hover, nav.dashboard-navigation ul li a:visited,
nav.dashboard-navigation ul li #cform a:visited,
#cform nav.dashboard-navigation ul li a:visited,
nav.dashboard-navigation ul li #cform button:visited,
#cform nav.dashboard-navigation ul li button:visited {
  padding-top: 1em;
  background-color: rgb(15, 29, 66);
  color: rgb(255, 255, 255);
  transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
nav.dashboard-navigation ul li.current a,
nav.dashboard-navigation ul li.current #cform a,
#cform nav.dashboard-navigation ul li.current a,
nav.dashboard-navigation ul li.current #cform button,
#cform nav.dashboard-navigation ul li.current button {
  padding-top: 1em;
  text-decoration: none;
  transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
nav.dashboard-navigation ul li.interviews a,
nav.dashboard-navigation ul li.interviews #cform a,
#cform nav.dashboard-navigation ul li.interviews a,
nav.dashboard-navigation ul li.interviews #cform button,
#cform nav.dashboard-navigation ul li.interviews button {
  background-color: #CC0000;
}
nav.dashboard-navigation ul li.contracts a,
nav.dashboard-navigation ul li.contracts #cform a,
#cform nav.dashboard-navigation ul li.contracts a,
nav.dashboard-navigation ul li.contracts #cform button,
#cform nav.dashboard-navigation ul li.contracts button {
  background-color: #B30000;
}
nav.dashboard-navigation ul li.waivers a,
nav.dashboard-navigation ul li.waivers #cform a,
#cform nav.dashboard-navigation ul li.waivers a,
nav.dashboard-navigation ul li.waivers #cform button,
#cform nav.dashboard-navigation ul li.waivers button {
  background-color: #990000;
}
nav.dashboard-navigation ul li.payments a,
nav.dashboard-navigation ul li.payments #cform a,
#cform nav.dashboard-navigation ul li.payments a,
nav.dashboard-navigation ul li.payments #cform button,
#cform nav.dashboard-navigation ul li.payments button {
  background-color: #800000;
}
nav.dashboard-navigation ul li.trips a,
nav.dashboard-navigation ul li.trips #cform a,
#cform nav.dashboard-navigation ul li.trips a,
nav.dashboard-navigation ul li.trips #cform button,
#cform nav.dashboard-navigation ul li.trips button {
  background-color: #660000;
}
nav.dashboard-navigation ul li.passports a,
nav.dashboard-navigation ul li.passports #cform a,
#cform nav.dashboard-navigation ul li.passports a,
nav.dashboard-navigation ul li.passports #cform button,
#cform nav.dashboard-navigation ul li.passports button {
  background-color: #4F0000;
}

/* table */
table.admin {
  width: 100%;
  background-color: rgb(255, 255, 255);
}
table.admin thead tr th {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 12px;
  border-bottom: 1px solid rgb(3, 78, 161);
}
.wf-active table.admin thead tr th {
  opacity: 1;
}
.wf-inactive table.admin thead tr th {
  opacity: 1;
}
table.admin thead tr th.fn {
  width: 8em;
}
table.admin thead tr th.ln {
  width: calc(9em + 73px);
}
table.admin thead tr th.p {
  width: 9em;
}
table.admin thead tr th.visit {
  width: 7em;
}
table.admin thead tr th.contacts {
  width: 16em;
}
table.admin tbody {
  font-size: 14px;
}
table.admin tbody tr td {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  height: 60px;
}
table.admin tbody tr td.action {
  white-space: inherit;
  background-color: rgb(3, 78, 161);
  text-align: center;
}
table.admin tbody tr td.action a,
table.admin tbody tr td.action #cform a,
#cform table.admin tbody tr td.action a,
table.admin tbody tr td.action #cform button,
#cform table.admin tbody tr td.action button {
  color: rgb(255, 255, 255);
}
table.admin tbody tr td.action, table.admin tbody tr td:last-child {
  min-width: 150px;
  width: 100px;
}
table.admin tbody tr td.blue {
  background-color: rgb(3, 78, 161);
  text-align: center;
}
table.admin tbody tr td.blue a,
table.admin tbody tr td.blue #cform a,
#cform table.admin tbody tr td.blue a,
table.admin tbody tr td.blue #cform button,
#cform table.admin tbody tr td.blue button {
  color: rgb(255, 255, 255);
}
table.admin tbody tr td.orange {
  background-color: #DA4D25;
  text-align: center;
}
table.admin tbody tr td.orange a,
table.admin tbody tr td.orange #cform a,
#cform table.admin tbody tr td.orange a,
table.admin tbody tr td.orange #cform button,
#cform table.admin tbody tr td.orange button {
  color: rgb(255, 255, 255);
}
table.admin tbody tr td.green {
  background-color: #417505;
  text-align: center;
}
table.admin tbody tr td.green a,
table.admin tbody tr td.green #cform a,
#cform table.admin tbody tr td.green a,
table.admin tbody tr td.green #cform button,
#cform table.admin tbody tr td.green button {
  color: rgb(255, 255, 255);
}
table.admin tbody tr td.paid {
  background-color: #417505;
  text-align: center;
}
table.admin tbody tr td.paid a,
table.admin tbody tr td.paid #cform a,
#cform table.admin tbody tr td.paid a,
table.admin tbody tr td.paid #cform button,
#cform table.admin tbody tr td.paid button {
  color: rgb(255, 255, 255);
}
table.admin tbody tr td p, table.admin tbody tr td #cform p.de-style, #cform table.admin tbody tr td p.de-style {
  line-height: 1.3em;
  margin: 0 0 1em 0;
}
table.admin tbody tr th {
  vertical-align: middle;
  text-align: left;
}
table.admin.interviews tr td.action, table.admin.interviews tr td:last-child, table.admin.payments tr td.action, table.admin.payments tr td:last-child {
  width: 200px;
}

/* tablesorter */
table.sorted .header {
  position: relative;
  cursor: pointer;
  height: 2em;
  padding-left: 1em;
}
table.sorted .header::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  width: 16px;
  line-height: 3em;
  content: "\f0dc";
  opacity: 0.5;
}
table.sorted .header.headerSortUp::after {
  content: "\f077";
  opacity: 1;
}
table.sorted .header.headerSortDown::after {
  content: "\f078";
  opacity: 1;
}

/* profile */
section.profile {
  width: calc(75% - 2em - 2px);
  padding: 1em calc(25% - 1em) 1em 1em;
  border: 1px solid rgb(3, 78, 161);
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  margin-top: 1em;
  position: relative;
}
section.profile aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgb(3, 78, 161);
  float: right;
  width: calc(25% - 2em);
  padding: 1em;
  background-color: rgba(3, 78, 161, 0.25);
}
section.profile.closed, section.profile.archived {
  border-color: #DA4D25;
  padding-top: 2em;
}
section.profile.closed::before, section.profile.archived::before {
  content: "archived";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 25%;
  left: 0;
  background-color: #DA4D25;
  color: rgb(255, 255, 255);
  font-size: 0.75em;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(45, 38, 25, 0.5);
  padding: 0.25em 1em;
  border-radius: 0px 0px 0.25em 0px;
}

/* signature */
#signature {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  margin: 1rem auto;
  position: relative;
}
#signature::before {
  content: "Sign Here";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  top: -1px;
  left: -1px;
  background-color: rgba(236, 28, 36, 0.25);
  color: rgb(236, 28, 36);
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  padding: 0.125rem 0.5rem;
  font-size: 0.67rem;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-left: none;
  border-top: none;
}
#signature #reset-signature {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  display: block;
  font-size: 0.75rem;
  margin: 0;
  padding: 0.125rem 0.5rem;
}

.homecard {
  background-color: rgb(255, 255, 255);
  border: 1px solid #b0aea9;
  padding: 1em;
  margin: 0 0 0.5em 0;
}
.homecard h2, .homecard #cform h2.de-style, #cform .homecard h2.de-style {
  margin-top: 0;
}
.homecard ul {
  margin-bottom: 0;
  padding-left: 1em;
}

.initial-login {
  background-color: rgb(255, 255, 255);
  border: 1px solid #b0aea9;
  padding: 1em;
  margin: 1em 0 0.5em 0;
}
.initial-login legend {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
}
.wf-active .initial-login legend {
  opacity: 1;
}
.wf-inactive .initial-login legend {
  opacity: 1;
}
.initial-login a,
.initial-login #cform a,
#cform .initial-login a,
.initial-login #cform button,
#cform .initial-login button {
  font-size: 0.8em;
  color: rgb(3, 78, 161) !important;
  text-decoration: underline;
}

.remember-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fal {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ee-cform button span i, .ee-cform #cform a span i, #cform .ee-cform a span i,
.ee-cform #cform button span i,
#cform .ee-cform button span i,
.ee-cform ico.reorder {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a,
.chosen-container #cform a,
#cform .chosen-container a,
.chosen-container #cform button,
#cform .chosen-container button {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

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

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

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

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

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

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

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

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

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/images/site_images/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/site_images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/site_images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/site_images/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/site_images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/site_images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/images/site_images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button, .xdsoft_datetimepicker #cform a, #cform .xdsoft_datetimepicker a,
.xdsoft_datetimepicker #cform button,
#cform .xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a,
.xdsoft_datetimepicker .xdsoft_copyright #cform a,
#cform .xdsoft_datetimepicker .xdsoft_copyright a,
.xdsoft_datetimepicker .xdsoft_copyright #cform button,
#cform .xdsoft_datetimepicker .xdsoft_copyright button {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover,
.xdsoft_datetimepicker .xdsoft_copyright #cform a:hover,
#cform .xdsoft_datetimepicker .xdsoft_copyright a:hover,
.xdsoft_datetimepicker .xdsoft_copyright #cform button:hover,
#cform .xdsoft_datetimepicker .xdsoft_copyright button:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright #cform a,
#cform .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright #cform button,
#cform .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright button {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright #cform a:hover,
#cform .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright #cform button:hover,
#cform .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright button:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}
