.pds-input-radio > ul, .pds-input-checkbox > ul, .pds-select-search > ul, .pds-menu-dropdown, .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu, .pds-button-stack, .result-blocks, .payment-totals, .school-locator .map-keys {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none; }

.pds-select-search li a:hover, .pds-side-nav a:hover, .pds-app .pds-main-forms .pds-side-nav-forms a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms a:hover, .pds-app .pds-nav-tier-2 a:hover, .pds-app-constrain .pds-nav-tier-2 a:hover, .pds-app-full .pds-nav-tier-2 a:hover, .pds-top-bar a:hover, .pds-global-tabs .pds-tabs li > a:hover, .pds-scoped-tabs .pds-tabs li > a:hover, .pds-button-stack a:hover, .pds-select-search li a:focus, .pds-side-nav a:focus, .pds-app .pds-main-forms .pds-side-nav-forms a:focus, .pds-app-constrain .pds-main-forms .pds-side-nav-forms a:focus, .pds-app .pds-nav-tier-2 a:focus, .pds-app-constrain .pds-nav-tier-2 a:focus, .pds-app-full .pds-nav-tier-2 a:focus, .pds-top-bar a:focus, .pds-global-tabs .pds-tabs li > a:focus, .pds-scoped-tabs .pds-tabs li > a:focus, .pds-button-stack a:focus {
  text-decoration: none; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=30em&large=48em&xlarge=80em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px; }

select {
  width: 100%;
  border-radius: 4px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 4px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: "Open Sans";
  src: url("../../dist/fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../../dist/fonts/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../../dist/fonts/OpenSans-Semibold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../../dist/fonts/OpenSans-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../../dist/fonts/OpenSans-Italic.ttf");
  font-weight: normal;
  font-style: italic; }

html, body {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333; }

@-o-viewport {
  zoom: 1.0;
  width: device-width; }

@viewport {
  zoom: 1.0;
  width: device-width; }

p {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 24px;
  line-height: 24px;
  padding: 21px 0; }
  @media screen and (min-width: 30em) {
    h1 {
      font-size: 40px;
      line-height: 40px;
      padding: 30px 0; } }

h2 {
  font-size: 20px;
  line-height: 20px;
  padding: 20px 0; }
  @media screen and (min-width: 30em) {
    h2 {
      font-size: 32px;
      line-height: 32px;
      padding: 28px 0; } }

h3 {
  font-size: 18px;
  line-height: 18px;
  padding: 19px 0; }
  @media screen and (min-width: 30em) {
    h3 {
      font-size: 26px;
      line-height: 26px;
      padding: 25px 0; } }

h4 {
  font-size: 16px;
  line-height: 16px;
  padding: 18px 0; }
  @media screen and (min-width: 30em) {
    h4 {
      font-size: 22px;
      line-height: 22px;
      padding: 22px 0; } }

h5 {
  font-size: 14px;
  line-height: 14px;
  padding: 17px 0; }
  @media screen and (min-width: 30em) {
    h5 {
      font-size: 18px;
      line-height: 18px;
      padding: 20px 0; } }

h6 {
  font-size: 12px;
  line-height: 12px;
  padding: 16px 0; }
  @media screen and (min-width: 30em) {
    h6 {
      font-size: 16px;
      line-height: 16px;
      padding: 18px 0; } }

a {
  cursor: pointer;
  color: #137ABB;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline;
    cursor: pointer;
    color: #042D40; }

ul, ol, li {
  line-height: 1.5em; }

ul, ol {
  margin: 0 0 1rem 2rem;
  list-style-position: outside; }

ul {
  list-style-type: disc; }

ul, ol {
  margin-left: 2rem; }

hr {
  border: 0;
  height: 1px;
  background: #E0E0E0;
  margin-bottom: 1.5em; }

.pds-is-hidden {
  display: none !important; }

.pds-is-invisible {
  visibility: hidden; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 30em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 30em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 30em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 30em) and (min-width: 30em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 30em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 30em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 48em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 48em) and (min-width: 48em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 48em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 48em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5625rem;
  padding: 0.5rem;
  border: 1px solid #EEEEEE;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1.125rem;
  color: #333333;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #333333;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #b5b5b5;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b5b5b5; }

input::placeholder,
textarea::placeholder {
  color: #b5b5b5; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #EEEEEE;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333333; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #686868; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child > * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #EEEEEE;
  color: #000000;
  border: 1px solid #b5b5b5;
  white-space: nowrap;
  flex: 0 0 auto;
  display: flex;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  width: auto;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #b5b5b5;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.5625rem;
  padding: 0.5rem;
  border: 1px solid #EEEEEE;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-family: inherit;
  line-height: normal;
  color: #333333;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #EEEEEE;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(228, 23, 0, 0.1);
  border-color: #E41700; }

.is-invalid-label {
  color: #E41700; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #E41700; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #042D40;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #032636;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #042D40;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #032433;
      color: #ffffff; }
  .button.secondary {
    background-color: #075B7F;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #064966;
      color: #ffffff; }
  .button.success {
    background-color: #7DB556;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #639541;
      color: #ffffff; }
  .button.warning {
    background-color: #F7A81E;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #d68b08;
      color: #ffffff; }
  .button.alert {
    background-color: #E41700;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #b61200;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #042D40;
    color: #042D40; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #021720;
      color: #021720; }
    .button.hollow.primary {
      border: 1px solid #042D40;
      color: #042D40; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #021720;
        color: #021720; }
    .button.hollow.secondary {
      border: 1px solid #075B7F;
      color: #075B7F; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #042e40;
        color: #042e40; }
    .button.hollow.success {
      border: 1px solid #7DB556;
      color: #7DB556; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #3e5d29;
        color: #3e5d29; }
    .button.hollow.warning {
      border: 1px solid #F7A81E;
      color: #F7A81E; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #865705;
        color: #865705; }
    .button.hollow.alert {
      border: 1px solid #E41700;
      color: #E41700; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #720c00;
        color: #720c00; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #042D40;
      color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.badge {
  display: inline-block;
  padding: 0em 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  color: #000000; }
  .badge.secondary {
    background: #075B7F;
    color: #ffffff; }
  .badge.success {
    background: #7DB556;
    color: #ffffff; }
  .badge.warning {
    background: #F7A81E;
    color: #ffffff; }
  .badge.alert {
    background: #E41700;
    color: #ffffff; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #ffffff;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 40px;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 100%; }
  input:checked ~ .switch-paddle {
    background: #5FC560; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 30em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 29.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 29.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media screen and (min-width: 30em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 48em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #ffffff;
  color: #137ABB;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 44px;
  border: 1px #E0E0E0 solid;
  font-size: 18px;
  padding: 9px 20px; }
  [data-whatinput='mouse'] button {
    outline: 0; }
  button:hover, button:focus {
    background-color: #ffffff;
    color: #137ABB; }
  @media screen and (min-width: 30em) {
    button {
      display: inline-block;
      width: auto;
      margin: 0 0 1rem 0; } }
  button.pds-button-square {
    padding: 9px;
    width: 44px; }
    button.pds-button-square i {
      margin-left: 0; }
  button[disabled] {
    color: #C3DDEE;
    border-color: #f7f7f7; }
  button.pds-primary {
    color: #ffffff;
    background-color: #2b9e12;
    border: 1px transparent solid; }
    button.pds-primary[disabled] {
      background-color: #C8E6C2; }
    button.pds-primary:hover:not([disabled]) {
      background-color: #287218; }
  button.pds-active {
    color: #ffffff;
    background-color: #1d7bb9;
    border: 1px transparent solid; }
    button.pds-active:hover:not([disabled]) {
      background-color: #1e5b9b; }
  button:hover:not([disabled]) {
    background-color: #f7f7f7; }

.pds-input-text .pds-help-text, .pds-input-select .pds-help-text, .pds-input-date .pds-help-text, .pds-input-upload .pds-help-text, .pds-input-textarea .pds-help-text, .pds-input-radio .pds-help-text, .pds-input-checkbox .pds-help-text, .pds-input-search .pds-help-text, .pds-input-search-block .pds-help-text, .pds-select-search .pds-help-text {
  padding: 0.5rem 0 0 0.5rem;
  margin-bottom: 0.3125rem;
  font-style: italic;
  font-size: 12px;
  color: #686868;
  display: block; }
  @media screen and (min-width: 30em) {
    .pds-input-text .pds-help-text, .pds-input-select .pds-help-text, .pds-input-date .pds-help-text, .pds-input-upload .pds-help-text, .pds-input-textarea .pds-help-text, .pds-input-radio .pds-help-text, .pds-input-checkbox .pds-help-text, .pds-input-search .pds-help-text, .pds-input-search-block .pds-help-text, .pds-select-search .pds-help-text {
      font-size: 14px; } }

fieldset:focus, label:focus {
  outline: none; }

.pds-input-text, .pds-input-select, .pds-input-date, .pds-input-upload, .pds-input-textarea, .pds-input-radio, .pds-input-checkbox, .pds-input-search, .pds-input-search-block, .pds-select-search {
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column; }
  .pds-input-text:focus, .pds-input-select:focus, .pds-input-date:focus, .pds-input-upload:focus, .pds-input-textarea:focus, .pds-input-radio:focus, .pds-input-checkbox:focus, .pds-input-search:focus, .pds-input-search-block:focus, .pds-select-search:focus {
    outline: none; }
  .pds-input-text label, .pds-input-select label, .pds-input-date label, .pds-input-upload label, .pds-input-textarea label, .pds-input-radio label, .pds-input-checkbox label, .pds-input-search label, .pds-input-search-block label, .pds-select-search label {
    line-height: 1.5;
    margin-bottom: 0.5rem; }
    .pds-input-text label:focus, .pds-input-select label:focus, .pds-input-date label:focus, .pds-input-upload label:focus, .pds-input-textarea label:focus, .pds-input-radio label:focus, .pds-input-checkbox label:focus, .pds-input-search label:focus, .pds-input-search-block label:focus, .pds-select-search label:focus {
      outline: none; }
  .pds-input-text .pds-help-text, .pds-input-select .pds-help-text, .pds-input-date .pds-help-text, .pds-input-upload .pds-help-text, .pds-input-textarea .pds-help-text, .pds-input-radio .pds-help-text, .pds-input-checkbox .pds-help-text, .pds-input-search .pds-help-text, .pds-input-search-block .pds-help-text, .pds-select-search .pds-help-text {
    padding-top: 0; }
    .pds-input-text .pds-help-text:focus, .pds-input-select .pds-help-text:focus, .pds-input-date .pds-help-text:focus, .pds-input-upload .pds-help-text:focus, .pds-input-textarea .pds-help-text:focus, .pds-input-radio .pds-help-text:focus, .pds-input-checkbox .pds-help-text:focus, .pds-input-search .pds-help-text:focus, .pds-input-search-block .pds-help-text:focus, .pds-select-search .pds-help-text:focus {
      outline: none; }
  .pds-input-text label ~ .pds-help-text, .pds-input-select label ~ .pds-help-text, .pds-input-date label ~ .pds-help-text, .pds-input-upload label ~ .pds-help-text, .pds-input-textarea label ~ .pds-help-text, .pds-input-radio label ~ .pds-help-text, .pds-input-checkbox label ~ .pds-help-text, .pds-input-search label ~ .pds-help-text, .pds-input-search-block label ~ .pds-help-text, .pds-select-search label ~ .pds-help-text {
    margin-top: -0.5rem; }
  .pds-input-text input, .pds-input-select input, .pds-input-date input, .pds-input-upload input, .pds-input-textarea input, .pds-input-radio input, .pds-input-checkbox input, .pds-input-search input, .pds-input-search-block input, .pds-select-search input, .pds-input-text select, .pds-input-select select, .pds-input-date select, .pds-input-upload select, .pds-input-textarea select, .pds-input-radio select, .pds-input-checkbox select, .pds-input-search select, .pds-input-search-block select, .pds-select-search select {
    height: 44px; }
  .pds-input-text input, .pds-input-select input, .pds-input-date input, .pds-input-upload input, .pds-input-textarea input, .pds-input-radio input, .pds-input-checkbox input, .pds-input-search input, .pds-input-search-block input, .pds-select-search input, .pds-input-text textarea, .pds-input-select textarea, .pds-input-date textarea, .pds-input-upload textarea, .pds-input-textarea textarea, .pds-input-radio textarea, .pds-input-checkbox textarea, .pds-input-search textarea, .pds-input-search-block textarea, .pds-select-search textarea, .pds-input-text select, .pds-input-select select, .pds-input-date select, .pds-input-upload select, .pds-input-textarea select, .pds-input-radio select, .pds-input-checkbox select, .pds-input-search select, .pds-input-search-block select, .pds-select-search select {
    border: 1px solid #e0e0e0;
    margin-bottom: 0; }
  .pds-input-text input, .pds-input-select input, .pds-input-date input, .pds-input-upload input, .pds-input-textarea input, .pds-input-radio input, .pds-input-checkbox input, .pds-input-search input, .pds-input-search-block input, .pds-select-search input, .pds-input-text textarea, .pds-input-select textarea, .pds-input-date textarea, .pds-input-upload textarea, .pds-input-textarea textarea, .pds-input-radio textarea, .pds-input-checkbox textarea, .pds-input-search textarea, .pds-input-search-block textarea, .pds-select-search textarea {
    font-weight: 600; }
    .pds-input-text input::-moz-placeholder, .pds-input-select input::-moz-placeholder, .pds-input-date input::-moz-placeholder, .pds-input-upload input::-moz-placeholder, .pds-input-textarea input::-moz-placeholder, .pds-input-radio input::-moz-placeholder, .pds-input-checkbox input::-moz-placeholder, .pds-input-search input::-moz-placeholder, .pds-input-search-block input::-moz-placeholder, .pds-select-search input::-moz-placeholder, .pds-input-text textarea::-moz-placeholder, .pds-input-select textarea::-moz-placeholder, .pds-input-date textarea::-moz-placeholder, .pds-input-upload textarea::-moz-placeholder, .pds-input-textarea textarea::-moz-placeholder, .pds-input-radio textarea::-moz-placeholder, .pds-input-checkbox textarea::-moz-placeholder, .pds-input-search textarea::-moz-placeholder, .pds-input-search-block textarea::-moz-placeholder, .pds-select-search textarea::-moz-placeholder {
      font-weight: 400; }
    .pds-input-text input::placeholder, .pds-input-select input::placeholder, .pds-input-date input::placeholder, .pds-input-upload input::placeholder, .pds-input-textarea input::placeholder, .pds-input-radio input::placeholder, .pds-input-checkbox input::placeholder, .pds-input-search input::placeholder, .pds-input-search-block input::placeholder, .pds-select-search input::placeholder, .pds-input-text textarea::placeholder, .pds-input-select textarea::placeholder, .pds-input-date textarea::placeholder, .pds-input-upload textarea::placeholder, .pds-input-textarea textarea::placeholder, .pds-input-radio textarea::placeholder, .pds-input-checkbox textarea::placeholder, .pds-input-search textarea::placeholder, .pds-input-search-block textarea::placeholder, .pds-select-search textarea::placeholder {
      font-weight: 400; }
  @media screen and (min-width: 30em) {
    .pds-input-text input, .pds-input-select input, .pds-input-date input, .pds-input-upload input, .pds-input-textarea input, .pds-input-radio input, .pds-input-checkbox input, .pds-input-search input, .pds-input-search-block input, .pds-select-search input, .pds-input-text .pds-input, .pds-input-select .pds-input, .pds-input-date .pds-input, .pds-input-upload .pds-input, .pds-input-textarea .pds-input, .pds-input-radio .pds-input, .pds-input-checkbox .pds-input, .pds-input-search .pds-input, .pds-input-search-block .pds-input, .pds-select-search .pds-input, .pds-input-text textarea, .pds-input-select textarea, .pds-input-date textarea, .pds-input-upload textarea, .pds-input-textarea textarea, .pds-input-radio textarea, .pds-input-checkbox textarea, .pds-input-search textarea, .pds-input-search-block textarea, .pds-select-search textarea, .pds-input-text select, .pds-input-select select, .pds-input-date select, .pds-input-upload select, .pds-input-textarea select, .pds-input-radio select, .pds-input-checkbox select, .pds-input-search select, .pds-input-search-block select, .pds-select-search select, .pds-input-text .pds-readonly-data, .pds-input-select .pds-readonly-data, .pds-input-date .pds-readonly-data, .pds-input-upload .pds-readonly-data, .pds-input-textarea .pds-readonly-data, .pds-input-radio .pds-readonly-data, .pds-input-checkbox .pds-readonly-data, .pds-input-search .pds-readonly-data, .pds-input-search-block .pds-readonly-data, .pds-select-search .pds-readonly-data, .pds-input-text .pds-readonly-data-long, .pds-input-select .pds-readonly-data-long, .pds-input-date .pds-readonly-data-long, .pds-input-upload .pds-readonly-data-long, .pds-input-textarea .pds-readonly-data-long, .pds-input-radio .pds-readonly-data-long, .pds-input-checkbox .pds-readonly-data-long, .pds-input-search .pds-readonly-data-long, .pds-input-search-block .pds-readonly-data-long, .pds-select-search .pds-readonly-data-long {
      width: 50%;
      max-width: 470px; }
      .pds-fields .pds-input-text input, .pds-fields .pds-input-select input, .pds-fields .pds-input-date input, .pds-fields .pds-input-upload input, .pds-fields .pds-input-textarea input, .pds-fields .pds-input-radio input, .pds-fields .pds-input-checkbox input, .pds-fields .pds-input-search input, .pds-fields .pds-input-search-block input, .pds-fields .pds-select-search input, .pds-fields .pds-input-text .pds-input, .pds-fields .pds-input-select .pds-input, .pds-fields .pds-input-date .pds-input, .pds-fields .pds-input-upload .pds-input, .pds-fields .pds-input-textarea .pds-input, .pds-fields .pds-input-radio .pds-input, .pds-fields .pds-input-checkbox .pds-input, .pds-fields .pds-input-search .pds-input, .pds-fields .pds-input-search-block .pds-input, .pds-fields .pds-select-search .pds-input, .pds-fields .pds-input-text textarea, .pds-fields .pds-input-select textarea, .pds-fields .pds-input-date textarea, .pds-fields .pds-input-upload textarea, .pds-fields .pds-input-textarea textarea, .pds-fields .pds-input-radio textarea, .pds-fields .pds-input-checkbox textarea, .pds-fields .pds-input-search textarea, .pds-fields .pds-input-search-block textarea, .pds-fields .pds-select-search textarea, .pds-fields .pds-input-text select, .pds-fields .pds-input-select select, .pds-fields .pds-input-date select, .pds-fields .pds-input-upload select, .pds-fields .pds-input-textarea select, .pds-fields .pds-input-radio select, .pds-fields .pds-input-checkbox select, .pds-fields .pds-input-search select, .pds-fields .pds-input-search-block select, .pds-fields .pds-select-search select, .pds-fields .pds-input-text .pds-readonly-data, .pds-fields .pds-input-select .pds-readonly-data, .pds-fields .pds-input-date .pds-readonly-data, .pds-fields .pds-input-upload .pds-readonly-data, .pds-fields .pds-input-textarea .pds-readonly-data, .pds-fields .pds-input-radio .pds-readonly-data, .pds-fields .pds-input-checkbox .pds-readonly-data, .pds-fields .pds-input-search .pds-readonly-data, .pds-fields .pds-input-search-block .pds-readonly-data, .pds-fields .pds-select-search .pds-readonly-data, .pds-fields .pds-input-text .pds-readonly-data-long, .pds-fields .pds-input-select .pds-readonly-data-long, .pds-fields .pds-input-date .pds-readonly-data-long, .pds-fields .pds-input-upload .pds-readonly-data-long, .pds-fields .pds-input-textarea .pds-readonly-data-long, .pds-fields .pds-input-radio .pds-readonly-data-long, .pds-fields .pds-input-checkbox .pds-readonly-data-long, .pds-fields .pds-input-search .pds-readonly-data-long, .pds-fields .pds-input-search-block .pds-readonly-data-long, .pds-fields .pds-select-search .pds-readonly-data-long {
        width: 100%;
        max-width: 100%; } }
  .pds-input-text input:disabled, .pds-input-select input:disabled, .pds-input-date input:disabled, .pds-input-upload input:disabled, .pds-input-textarea input:disabled, .pds-input-radio input:disabled, .pds-input-checkbox input:disabled, .pds-input-search input:disabled, .pds-input-search-block input:disabled, .pds-select-search input:disabled, .pds-input-text .pds-input:disabled, .pds-input-select .pds-input:disabled, .pds-input-date .pds-input:disabled, .pds-input-upload .pds-input:disabled, .pds-input-textarea .pds-input:disabled, .pds-input-radio .pds-input:disabled, .pds-input-checkbox .pds-input:disabled, .pds-input-search .pds-input:disabled, .pds-input-search-block .pds-input:disabled, .pds-select-search .pds-input:disabled, .pds-input-text textarea:disabled, .pds-input-select textarea:disabled, .pds-input-date textarea:disabled, .pds-input-upload textarea:disabled, .pds-input-textarea textarea:disabled, .pds-input-radio textarea:disabled, .pds-input-checkbox textarea:disabled, .pds-input-search textarea:disabled, .pds-input-search-block textarea:disabled, .pds-select-search textarea:disabled, .pds-input-text select:disabled, .pds-input-select select:disabled, .pds-input-date select:disabled, .pds-input-upload select:disabled, .pds-input-textarea select:disabled, .pds-input-radio select:disabled, .pds-input-checkbox select:disabled, .pds-input-search select:disabled, .pds-input-search-block select:disabled, .pds-select-search select:disabled, .pds-input-text .pds-readonly-data:disabled, .pds-input-select .pds-readonly-data:disabled, .pds-input-date .pds-readonly-data:disabled, .pds-input-upload .pds-readonly-data:disabled, .pds-input-textarea .pds-readonly-data:disabled, .pds-input-radio .pds-readonly-data:disabled, .pds-input-checkbox .pds-readonly-data:disabled, .pds-input-search .pds-readonly-data:disabled, .pds-input-search-block .pds-readonly-data:disabled, .pds-select-search .pds-readonly-data:disabled, .pds-input-text .pds-readonly-data-long:disabled, .pds-input-select .pds-readonly-data-long:disabled, .pds-input-date .pds-readonly-data-long:disabled, .pds-input-upload .pds-readonly-data-long:disabled, .pds-input-textarea .pds-readonly-data-long:disabled, .pds-input-radio .pds-readonly-data-long:disabled, .pds-input-checkbox .pds-readonly-data-long:disabled, .pds-input-search .pds-readonly-data-long:disabled, .pds-input-search-block .pds-readonly-data-long:disabled, .pds-select-search .pds-readonly-data-long:disabled {
    opacity: 0.45;
    background-color: transparent; }
  .pds-is-readonly.pds-input-text input, .pds-is-readonly.pds-input-select input, .pds-is-readonly.pds-input-date input, .pds-is-readonly.pds-input-upload input, .pds-is-readonly.pds-input-textarea input, .pds-is-readonly.pds-input-radio input, .pds-is-readonly.pds-input-checkbox input, .pds-is-readonly.pds-input-search input, .pds-is-readonly.pds-input-search-block input, .pds-is-readonly.pds-select-search input, .pds-is-readonly.pds-input-text textarea, .pds-is-readonly.pds-input-select textarea, .pds-is-readonly.pds-input-date textarea, .pds-is-readonly.pds-input-upload textarea, .pds-is-readonly.pds-input-textarea textarea, .pds-is-readonly.pds-input-radio textarea, .pds-is-readonly.pds-input-checkbox textarea, .pds-is-readonly.pds-input-search textarea, .pds-is-readonly.pds-input-search-block textarea, .pds-is-readonly.pds-select-search textarea, .pds-is-readonly.pds-input-text select, .pds-is-readonly.pds-input-select select, .pds-is-readonly.pds-input-date select, .pds-is-readonly.pds-input-upload select, .pds-is-readonly.pds-input-textarea select, .pds-is-readonly.pds-input-radio select, .pds-is-readonly.pds-input-checkbox select, .pds-is-readonly.pds-input-search select, .pds-is-readonly.pds-input-search-block select, .pds-is-readonly.pds-select-search select {
    display: none; }
  .pds-is-readonly.pds-input-text input[type="checkbox"], .pds-is-readonly.pds-input-select input[type="checkbox"], .pds-is-readonly.pds-input-date input[type="checkbox"], .pds-is-readonly.pds-input-upload input[type="checkbox"], .pds-is-readonly.pds-input-textarea input[type="checkbox"], .pds-is-readonly.pds-input-radio input[type="checkbox"], .pds-is-readonly.pds-input-checkbox input[type="checkbox"], .pds-is-readonly.pds-input-search input[type="checkbox"], .pds-is-readonly.pds-input-search-block input[type="checkbox"], .pds-is-readonly.pds-select-search input[type="checkbox"] {
    display: inline-block; }
  .pds-is-readonly.pds-input-text .pds-readonly-data, .pds-is-readonly.pds-input-select .pds-readonly-data, .pds-is-readonly.pds-input-date .pds-readonly-data, .pds-is-readonly.pds-input-upload .pds-readonly-data, .pds-is-readonly.pds-input-textarea .pds-readonly-data, .pds-is-readonly.pds-input-radio .pds-readonly-data, .pds-is-readonly.pds-input-checkbox .pds-readonly-data, .pds-is-readonly.pds-input-search .pds-readonly-data, .pds-is-readonly.pds-input-search-block .pds-readonly-data, .pds-is-readonly.pds-select-search .pds-readonly-data, .pds-is-readonly.pds-input-text .pds-readonly-data-long, .pds-is-readonly.pds-input-select .pds-readonly-data-long, .pds-is-readonly.pds-input-date .pds-readonly-data-long, .pds-is-readonly.pds-input-upload .pds-readonly-data-long, .pds-is-readonly.pds-input-textarea .pds-readonly-data-long, .pds-is-readonly.pds-input-radio .pds-readonly-data-long, .pds-is-readonly.pds-input-checkbox .pds-readonly-data-long, .pds-is-readonly.pds-input-search .pds-readonly-data-long, .pds-is-readonly.pds-input-search-block .pds-readonly-data-long, .pds-is-readonly.pds-select-search .pds-readonly-data-long {
    display: block; }
  @media screen and (min-width: 30em) {
    .pds-input-text textarea, .pds-input-select textarea, .pds-input-date textarea, .pds-input-upload textarea, .pds-input-textarea textarea, .pds-input-radio textarea, .pds-input-checkbox textarea, .pds-input-search textarea, .pds-input-search-block textarea, .pds-select-search textarea {
      width: 50%;
      max-width: 100%; } }
  .pds-input-text .pds-validation, .pds-input-select .pds-validation, .pds-input-date .pds-validation, .pds-input-upload .pds-validation, .pds-input-textarea .pds-validation, .pds-input-radio .pds-validation, .pds-input-checkbox .pds-validation, .pds-input-search .pds-validation, .pds-input-search-block .pds-validation, .pds-select-search .pds-validation {
    color: #E41700;
    font-size: 16px;
    padding: 0.3125rem 0 0 0.5rem; }

.pds-readonly-data, .pds-readonly-data-long {
  display: none;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5rem;
  border: 1px solid transparent;
  background: #f7f7f7; }

.pds-readonly-data-long {
  height: 124px;
  position: relative;
  overflow: hidden;
  padding: 9px;
  padding-bottom: 2.75rem;
  border: none; }
  .pds-readonly-data-long .pds-readonly-controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    height: 2rem;
    background: #ffffff;
    font-size: 18px;
    font-weight: 400; }
    .pds-readonly-data-long .pds-readonly-controls:before {
      content: ' ';
      position: absolute;
      height: 9px;
      background: #f7f7f7;
      left: 0;
      right: 0;
      top: -9px; }
    .pds-readonly-data-long .pds-readonly-controls .pds-readonly-more, .pds-readonly-data-long .pds-readonly-controls .pds-readonly-less {
      padding: 0.25rem 0; }
  .pds-readonly-data-long .pds-readonly-more {
    display: block; }
  .pds-readonly-data-long .pds-readonly-less {
    display: none; }
  .pds-readonly-data-long.pds-is-expanded {
    height: auto; }
    .pds-readonly-data-long.pds-is-expanded .pds-readonly-controls:before {
      content: none; }
    .pds-readonly-data-long.pds-is-expanded .pds-readonly-more {
      display: none; }
    .pds-readonly-data-long.pds-is-expanded .pds-readonly-less {
      display: block; }

textarea {
  min-height: 7rem;
  resize: auto; }

select {
  background-image: url("../../dist/img/select.svg");
  background-size: 44px 44px;
  background-position: 100% 100%;
  background-origin: border-box;
  cursor: pointer;
  font-weight: 600;
  height: 44px;
  padding-right: 44px;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:focus {
    box-shadow: 0 0 5px #b5b5b5; }

label {
  color: #333333;
  padding-left: 0.5rem; }

.pds-input-textarea {
  display: flex;
  flex-direction: column;
  position: relative; }
  .pds-input-textarea label, .pds-input-textarea .pds-help-text, .pds-input-textarea .pds-textarea-characters {
    flex: 1 0 auto; }
  .pds-input-textarea textarea + .pds-textarea-characters {
    align-self: flex-start;
    margin-top: 0.3125rem;
    padding: 0 0.625rem;
    border-radius: 4px;
    background: #f7f7f7;
    color: #666666;
    font-size: 12px; }

.pds-input-radio, .pds-input-checkbox {
  margin-bottom: 1.875rem; }
  .pds-input-radio legend, .pds-input-checkbox legend {
    padding-left: 0.5rem; }
  .pds-input-radio li, .pds-input-checkbox li {
    min-height: 44px;
    display: flex;
    flex-direction: column; }
    .pds-input-radio li .pds-label-text, .pds-input-checkbox li .pds-label-text {
      padding: 8px 0 8px 35px; }
  .pds-input-radio label, .pds-input-checkbox label {
    padding-left: 0;
    width: 100%;
    margin-bottom: 0; }
    @media screen and (min-width: 30em) {
      .pds-fields .pds-input-radio label, .pds-fields .pds-input-checkbox label {
        width: 100%;
        max-width: 100%; } }
  .pds-input-radio label ~ .pds-help-text, .pds-input-checkbox label ~ .pds-help-text {
    margin: -15px 0 0 1.8rem; }

.pds-input-radio.pds-is-readonly label {
  display: none; }

.pds-field-help {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  background: url("../../dist/img/help-s.svg") no-repeat center center;
  background-size: 20px;
  vertical-align: middle; }

.pds-input-search, .pds-input-search-block {
  position: relative;
  height: 44px; }
  @media screen and (min-width: 30em) {
    .pds-input-search, .pds-input-search-block {
      width: 50%;
      max-width: 470px; } }
  .pds-input-search > input, .pds-input-search-block > input {
    width: 100%; }
  .pds-input-search > label, .pds-input-search-block > label, .pds-input-search .pds-help-text, .pds-input-search-block .pds-help-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .pds-input-search > [type="text"], .pds-input-search-block > [type="text"] {
    border-radius: 40px;
    height: 28px;
    padding: 0 44px 0 44px;
    font-size: 16px;
    width: 100%; }
  .pds-input-search:before, .pds-input-search-block:before {
    content: "\e618";
    font-family: 'Pe-icon-7-stroke';
    position: absolute;
    left: 0.5rem;
    color: #999999;
    font-size: 16px;
    line-height: 28px; }
  .pds-input-search > .pds-reset-search, .pds-input-search-block > .pds-reset-search {
    display: none;
    border: none;
    position: absolute;
    width: 44px;
    text-align: center;
    background: no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'694.342%20393%2026%2026'%3E%0A%20%20%20%20%3Cg%20id%3D'close'%20transform%3D'translate(693.672%20390.328)'%3E%0A%20%20%20%20%3Cpath%20id%3D'path'%20fill%3D'%23ccc'%20d%3D'M22.863%2C6.48a13%2C13%2C0%2C1%2C0%2C0%2C18.385A13%2C13%2C0%2C0%2C0%2C22.863%2C6.48ZM19.53%2C20.8l-.735.735-5.123-5.124L8.548%2C21.531%2C7.812%2C20.8l5.123-5.124L7.788%2C10.524l.735-.735%2C5.148%2C5.148%2C5.148-5.148.735.735-5.148%2C5.148Z'%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fsvg%3E");
    background-size: 18px 18px;
    height: 28px;
    right: -0.5rem;
    color: #b5b5b5;
    line-height: 28px; }
    .pds-input-search > .pds-reset-search.pds-has-search-content, .pds-input-search-block > .pds-reset-search.pds-has-search-content {
      display: block; }
    .pds-input-search > .pds-reset-search:hover, .pds-input-search-block > .pds-reset-search:hover {
      background-color: transparent; }

.pds-input-search-block {
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  padding: 0.5rem 1rem;
  height: 44px; }
  .pds-input-search-block:before {
    left: 1.5rem; }
  .pds-input-search-block .pds-reset-search {
    right: 0.5rem; }

.pds-select-search {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0px 6px 7px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 30em) {
    .pds-select-search {
      width: 50%;
      max-width: 470px; } }
  .pds-select-search .pds-input-search-block {
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0; }
  .pds-select-search li {
    height: 44px;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e0e0e0; }
    .pds-select-search li:last-child {
      border: none; }

.pds-badge, .pds-button-stack a.paynow div, .pds-button-stack a.edit div, .pds-button-stack a.editbutton div, .pds-field-badge {
  display: inline-block;
  padding: 0em 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  padding: 1px 4px;
  color: #666666; }
  .pds-badge.pds-is-elevated, .pds-button-stack a.paynow div, .pds-button-stack a.edit div, .pds-button-stack a.editbutton div, .pds-field-badge.pds-is-elevated, .pds-button-stack a.paynow div.pds-field-badge, .pds-button-stack a.edit div.pds-field-badge, .pds-button-stack a.editbutton div.pds-field-badge {
    background: #E41700;
    border: 1px solid #E41700;
    color: #fff; }

.pds-field-badge {
  margin-left: 10px; }

/* Base for label styling */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked ~ .pds-label-text:first-of-type,
[type="radio"]:not(:checked) ~ .pds-label-text:first-of-type {
  position: relative;
  padding: 8px 0 8px 35px;
  cursor: pointer;
  min-height: 44px; }

[type="radio"]:checked ~ .pds-label-text:first-of-type {
  font-weight: 700; }

/* radio circle aspect */
[type="radio"]:checked ~ .pds-label-text:first-of-type:before,
[type="radio"]:not(:checked) ~ .pds-label-text:first-of-type:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: none; }

[type="radio"]:checked ~ .pds-label-text:first-of-type:before {
  background: #137ABB;
  border-color: #137ABB; }

/* radio filled aspect */
[type="radio"]:checked ~ .pds-label-text:first-of-type:after,
[type="radio"]:not(:checked) ~ .pds-label-text:first-of-type:after {
  content: ' ';
  position: absolute;
  top: 17px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-weight: 600;
  background: #ffffff;
  transition: all 0.2s; }

/* radio aspect changes */
[type="radio"]:not(:checked) ~ .pds-label-text:first-of-type:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked ~ .pds-label-text:first-of-type:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="radio"]:disabled:checked ~ .pds-label-text:first-of-type:before,
[type="radio"]:disabled:not(:checked) ~ .pds-label-text:first-of-type:before {
  box-shadow: none;
  background: transparent;
  border-color: #999999;
  opacity: 0.45; }

[type="radio"]:disabled:checked ~ .pds-label-text:first-of-type:after {
  color: #999999;
  background: #999999;
  opacity: 0.45; }

[type="radio"]:disabled ~ .pds-label-text:first-of-type {
  color: #AAAAAA; }

/* accessibility */
[type="radio"]:checked:focus ~ .pds-label-text:first-of-type:before,
[type="radio"]:not(:checked):focus ~ .pds-label-text:first-of-type:before {
  border: 1px solid #00F5FF;
  box-shadow: 0 0 5px #b5b5b5;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

/* hover style just for information */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:checked ~ .pds-label-text:first-of-type,
[type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type {
  position: relative;
  padding: 8px 0 8px 35px;
  cursor: pointer;
  min-height: 44px; }

[type="checkbox"]:checked ~ .pds-label-text:first-of-type {
  font-weight: 700; }

[type="checkbox"]:checked ~ .pds-label-text:first-of-type:before,
[type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: none; }
  .pds-is-readonly [type="checkbox"]:checked ~ .pds-label-text:first-of-type:before, .pds-is-readonly
  [type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type:before {
    background: #efefef;
    border: none; }

[type="checkbox"]:checked ~ .pds-label-text:first-of-type:before {
  background: #137ABB;
  border-color: #137ABB; }

[type="checkbox"]:checked ~ .pds-label-text:first-of-type:after,
[type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type:after {
  content: '';
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'699.97%20640.77%2014.06%2010.46'%3E%0A%20%20%20%20%3Cpath%20fill%3D'%23ffffff'%20d%3D'M704.64%20651.23l-4.67-4.67%201.06-1.06%203.61%203.6%208.33-8.33%201.06%201.06z'%2F%3E%0A%20%20%3C%2Fsvg%3E");
  background-size: 14px 10px;
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 14px;
  left: 4px;
  font-size: 16px;
  line-height: 0.8;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.2s; }

[type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked ~ .pds-label-text:first-of-type:after {
  opacity: 1;
  transform: scale(1); }

[type="checkbox"]:disabled:checked ~ .pds-label-text:first-of-type:before,
[type="checkbox"]:disabled:not(:checked) ~ .pds-label-text:first-of-type:before {
  box-shadow: none;
  background-color: transparent;
  opacity: 0.45;
  border-color: #999999; }
  .pds-is-readonly [type="checkbox"]:disabled:checked ~ .pds-label-text:first-of-type:before, .pds-is-readonly
  [type="checkbox"]:disabled:not(:checked) ~ .pds-label-text:first-of-type:before {
    background: #efefef;
    border: none; }

[type="checkbox"]:disabled:checked ~ .pds-label-text:first-of-type:after {
  color: #999999;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'699.97%20640.77%2014.06%2010.46'%3E%0A%20%20%20%20%3Cpath%20fill%3D'%23999999'%20d%3D'M704.64%20651.23l-4.67-4.67%201.06-1.06%203.61%203.6%208.33-8.33%201.06%201.06z'%2F%3E%0A%20%20%3C%2Fsvg%3E"); }
  .pds-is-readonly [type="checkbox"]:disabled:checked ~ .pds-label-text:first-of-type:after {
    color: #333333;
    opacity: 1.0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'699.97%20640.77%2014.06%2010.46'%3E%0A%20%20%20%20%3Cpath%20fill%3D'%23333333'%20d%3D'M704.64%20651.23l-4.67-4.67%201.06-1.06%203.61%203.6%208.33-8.33%201.06%201.06z'%2F%3E%0A%20%20%3C%2Fsvg%3E"); }

[type="checkbox"]:disabled ~ .pds-label-text:first-of-type {
  color: #AAAAAA; }
  .pds-is-readonly [type="checkbox"]:disabled ~ .pds-label-text:first-of-type {
    color: #333333; }

[type="checkbox"]:checked:focus ~ .pds-label-text:first-of-type:before,
[type="checkbox"]:not(:checked):focus ~ .pds-label-text:first-of-type:before {
  border: 1px solid #00F5FF;
  box-shadow: 0 0 5px #b5b5b5;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

.pds-input-checkbox.pds-is-readonly li label, .pds-input-checkbox.pds-is-readonly li .pds-help-text, .pds-input-checkbox.pds-is-readonly li .pds-label-text {
  display: none; }

.pds-input-checkbox.pds-is-readonly li .pds-readonly-data, .pds-input-checkbox.pds-is-readonly li .pds-readonly-data-long {
  margin-bottom: 0; }

.pds-input-rating-star {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 170px;
  height: 34px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg%20width%3D'50'%20height%3D'50'%20viewBox%3D'0%200%2050%2050'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ctitle%3EShape%3C%2Ftitle%3E%3Cpath%20d%3D'M25%205.015l4.5%2014.62.324%201.062h15.764l-11.912%208.97-.852.65.323%201.03%204.515%2014.608-11.765-9.09-.882-.683-.883.666-11.764%209.09%204.485-14.65.323-1.03-.852-.652-11.912-8.924h15.764l.324-1.06L25%205.014zM25%200l-5.882%2019.167H0l15.456%2011.727L9.574%2049.94%2025%2038.105%2040.456%2050l-5.882-19.106L50%2019.167H30.882L25%200z'%20fill%3D'%23137ABB'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
  background-size: contain; }
  .pds-input-rating-star label {
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 0px; }
    .pds-input-rating-star label div {
      display: none; }
    .pds-input-rating-star label i {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 20%;
      z-index: 1;
      background: url("data:image/svg+xml,%3Csvg%20width%3D'50'%20height%3D'50'%20viewBox%3D'0%200%2050%2050'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ctitle%3Efill%3C%2Ftitle%3E%3Cpath%20d%3D'M25%200l-5.882%2019.167H0l15.456%2011.727L9.574%2049.94%2025%2038.105%2040.456%2050l-5.882-19.106L50%2019.167H30.882'%20fill%3D'%23137ABB'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
      background-size: contain; }
    .pds-input-rating-star label input[type="radio"] {
      opacity: 0;
      display: inline-block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      z-index: 2;
      position: relative;
      left: auto; }
      .pds-input-rating-star label input[type="radio"]:hover {
        cursor: pointer; }
      .pds-input-rating-star label input[type="radio"]:hover + i,
      .pds-input-rating-star label input[type="radio"]:checked + i {
        opacity: 1; }
  .pds-input-rating-star label ~ label i {
    width: 40%; }
  .pds-input-rating-star label ~ label ~ label i {
    width: 60%; }
  .pds-input-rating-star label ~ label ~ label ~ label i {
    width: 80%; }
  .pds-input-rating-star label ~ label ~ label ~ label ~ label i {
    width: 100%; }

.pds-menu-dropdown {
  display: none;
  top: 100%;
  left: calc(50% - 100px);
  right: auto;
  position: absolute;
  min-width: 200px;
  max-width: 250px;
  padding: 5px;
  background-color: #FFFFFF;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  box-shadow: -2px 10px 15px rgba(0, 0, 0, 0.2); }
  .pds-menu-dropdown.pds-is-open {
    display: block; }
  .pds-menu-dropdown > li > a {
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 15px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .pds-menu-dropdown > li > a:hover, .pds-menu-dropdown > li > a:focus {
      background-color: #F7F7F7; }
  .pds-menu-dropdown > li > div {
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 15px 0; }

.pds-switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.pds-input-switch {
  opacity: 0;
  position: absolute; }

.pds-switch-paddle {
  background: #ffffff;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 40px;
  color: inherit;
  font-weight: inherit; }
  input + .pds-switch-paddle {
    margin: 0; }
  .pds-switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 100%; }
  input:checked ~ .pds-switch-paddle {
    background: #5FC560; }
    input:checked ~ .pds-switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .pds-switch-paddle {
    outline: 0; }

.pds-switch-paddle::after {
  box-shadow: 0 0 0 1px #EEEEEE, 0 3px 4px 1px rgba(0, 0, 0, 0.35);
  height: 1.7rem;
  width: 1.7rem;
  left: .14rem;
  top: .14rem; }

input ~ .pds-switch-paddle {
  box-shadow: 0 0 0 1px #DDDDDD; }

input:checked ~ .pds-switch-paddle {
  box-shadow: 0 0 0 1px #5FC560; }

.pds-button-group, .pds-button-group-primary {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-wrap: wrap; }
  .pds-button-group::before, .pds-button-group-primary::before, .pds-button-group::after, .pds-button-group-primary::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .pds-button-group::after, .pds-button-group-primary::after {
    clear: both; }
  .pds-button-group button, .pds-button-group-primary button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .pds-button-group button:last-child, .pds-button-group-primary button:last-child {
      margin-right: 0; }
  @media screen and (min-width: 30em) {
    .pds-button-group button + button, .pds-button-group-primary button + button {
      margin-left: 10px; } }
  .pds-button-group button, .pds-button-group-primary button {
    font-size: 18px;
    margin-bottom: 0.33rem; }

.pds-button-group-primary button {
  color: #666666;
  min-width: 100px; }
  .pds-button-group-primary button[disabled] {
    color: #D8D8D8; }
  .pds-button-group-primary button.pds-primary {
    color: #ffffff; }

.pds-overlay-panel pds-date-picker-dialog {
  position: fixed;
  left: calc(50% - 140px);
  top: calc(50% - 140px);
  z-index: 9000; }

pds-date-picker-dialog {
  display: block;
  border-radius: 4px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 1rem;
  opacity: 1;
  width: 360px; }

pds-date-widget {
  display: block; }
  pds-date-widget input[type='text'] {
    flex: 1 1 auto;
    height: 100%; }
  pds-date-widget button.date-picker-button {
    margin-bottom: 3px;
    flex: 0 0 auto;
    background-color: #1d7bb9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none; }
    pds-date-widget button.date-picker-button:hover {
      background-color: #1e5b9b; }
  pds-date-widget .pds-input {
    display: flex; }
    pds-date-widget .pds-input input {
      width: 100%; }

.pds-calendar-selectors {
  display: flex; }

.pds-calendar-selectors * {
  flex: 1 1 auto;
  margin: 5px 2px; }

.pds-change-month-button {
  height: 44px;
  width: 44px;
  flex: 0 0 auto; }

.pds-calendar-days {
  display: flex;
  flex-wrap: wrap; }

.pds-date-picker-day-label, .pds-datepicker-day {
  flex: 1 0 44px;
  border-radius: 100%;
  height: 44px;
  width: 44px;
  text-align: center;
  overflow: hidden;
  font-weight: bold; }

.pds-date-picker-day-label {
  height: 44px;
  line-height: 44px;
  color: #999999; }

.pds-datepicker-day {
  border: none;
  margin: 1px;
  background-color: transparent;
  padding: 5px;
  color: black; }
  .pds-datepicker-day:focus {
    outline: none;
    box-shadow: 0 0 0 1px #00F5FF; }
  .pds-datepicker-day.pds-date-picker-today {
    color: #137ABB; }
  .pds-datepicker-day.pds-selected-day {
    background-color: #137ABB;
    color: #ffffff;
    border-radius: 100%; }
    .pds-datepicker-day.pds-selected-day:hover {
      background-color: #137ABB; }

.pds-selectable-day.pds-disabled-day {
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
  cursor: default; }

.pds-selectable-day {
  cursor: pointer; }

.pds-invisible {
  visibility: hidden; }

.pds-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 8000; }

.pds-footer, .pds-app .pds-footer-plus-buttons, .pds-app-constrain .pds-footer-plus-buttons, div.pds-footer-centered {
  background: #ffffff; }
  .pds-footer .pds-copyright, .pds-app .pds-footer-plus-buttons .pds-copyright, .pds-app-constrain .pds-footer-plus-buttons .pds-copyright, div.pds-footer-centered .pds-copyright {
    font-size: 10px;
    padding: 0.5rem;
    text-align: right; }

.pds-modal {
  display: none;
  top: 15vh;
  left: 0;
  margin: 0 1rem;
  position: fixed;
  max-height: 75vh;
  width: calc(100vw - 2rem);
  max-width: 560px;
  z-index: 9000;
  background: #fff;
  box-shadow: 0 0 20px 200vh rgba(0, 0, 0, 0.25), 0 5px 8px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  border-radius: 4px; }
  .pds-modal.pds-is-open {
    display: flex; }
  @media screen and (min-width: 36.375em) {
    .pds-modal {
      width: 560px;
      margin: 0 calc(50vw - 280px); } }
  .pds-modal > header, .pds-modal .pds-modal-header {
    background: #f7f7f7;
    padding: 8px 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    min-height: 44px;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 4px 4px 0 0; }
  .pds-modal > footer, .pds-modal .pds-modal-footer {
    border-top: 1px solid #e0e0e0;
    padding: 0.5rem;
    min-height: 44px;
    flex: 0 1 auto; }

.pds-modal-title {
  color: #333333;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600; }

.pds-modal-body {
  padding: 20px;
  overflow-y: auto; }
  .pds-modal-body p:last-child {
    margin-bottom: 0; }

.pds-modal-actions, .pds-modal-actions-binary, .pds-app .pds-footer-plus-buttons .pds-button-group-forms, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms {
  display: flex;
  flex-direction: column-reverse; }
  .pds-modal-actions button, .pds-modal-actions-binary button, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button {
    width: 100%;
    min-width: 100px;
    height: 30px;
    padding: 5px 10px;
    margin: 0 0 10px 0; }
    .pds-modal-actions button:first-child, .pds-modal-actions-binary button:first-child, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button:first-child, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button:first-child {
      margin-bottom: 0; }
  @media screen and (min-width: 30em) {
    .pds-modal-actions, .pds-modal-actions-binary, .pds-app .pds-footer-plus-buttons .pds-button-group-forms, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms {
      width: auto;
      flex-direction: row;
      justify-content: flex-end; }
      .pds-modal-actions button, .pds-modal-actions-binary button, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button {
        width: auto;
        margin: 0 0.25rem; }
        .pds-modal-actions button:first-child, .pds-modal-actions-binary button:first-child, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button:first-child, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button:first-child {
          margin-left: 0; }
        .pds-modal-actions button:last-child, .pds-modal-actions-binary button:last-child, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button:last-child, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button:last-child {
          margin-right: 0; } }

.pds-modal-actions-binary, .pds-app .pds-footer-plus-buttons .pds-button-group-forms, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms {
  width: auto;
  flex-direction: row; }
  .pds-modal-actions-binary button, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button {
    width: 100%;
    margin: 0 0.25rem; }
    .pds-modal-actions-binary button:first-child, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button:first-child, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button:first-child {
      margin-left: 0; }
    .pds-modal-actions-binary button:last-child, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button:last-child, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button:last-child {
      margin-right: 0; }
  @media screen and (min-width: 30em) {
    .pds-modal-actions-binary, .pds-app .pds-footer-plus-buttons .pds-button-group-forms, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms {
      justify-content: flex-end; }
      .pds-modal-actions-binary button, .pds-app .pds-footer-plus-buttons .pds-button-group-forms button, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button {
        width: auto; } }

.pds-main, .pds-main-forms {
  padding: 1rem; }

.pds-menu,
.pds-menu-vertical,
.pds-menu-icon-top,
.pds-menu-nested,
.pds-menu-vertical-nested {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-wrap: nowrap; }
  .pds-menu > li,
  .pds-menu-vertical > li,
  .pds-menu-icon-top > li,
  .pds-menu-nested > li,
  .pds-menu-vertical-nested > li {
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .pds-menu > li, [data-whatinput='mouse']
    .pds-menu-vertical > li, [data-whatinput='mouse']
    .pds-menu-icon-top > li, [data-whatinput='mouse']
    .pds-menu-nested > li, [data-whatinput='mouse']
    .pds-menu-vertical-nested > li {
      outline: 0; }
  .pds-menu > li > a,
  .pds-menu-vertical > li > a,
  .pds-menu-icon-top > li > a,
  .pds-menu-nested > li > a,
  .pds-menu-vertical-nested > li > a {
    display: block;
    padding: 15px 15px;
    line-height: 1; }
  .pds-menu input,
  .pds-menu a,
  .pds-menu button,
  .pds-menu-vertical input,
  .pds-menu-vertical a,
  .pds-menu-vertical button,
  .pds-menu-icon-top input,
  .pds-menu-icon-top a,
  .pds-menu-icon-top button,
  .pds-menu-nested input,
  .pds-menu-nested a,
  .pds-menu-nested button,
  .pds-menu-vertical-nested input,
  .pds-menu-vertical-nested a,
  .pds-menu-vertical-nested button {
    margin-bottom: 0; }
  .pds-menu > li > a,
  .pds-menu-vertical > li > a,
  .pds-menu-icon-top > li > a,
  .pds-menu-nested > li > a,
  .pds-menu-vertical-nested > li > a {
    display: flex; }
  .pds-menu > li > a,
  .pds-menu-vertical > li > a,
  .pds-menu-icon-top > li > a,
  .pds-menu-nested > li > a,
  .pds-menu-vertical-nested > li > a {
    flex-flow: row nowrap; }
    .pds-menu > li > a img,
    .pds-menu > li > a i,
    .pds-menu > li > a svg,
    .pds-menu-vertical > li > a img,
    .pds-menu-vertical > li > a i,
    .pds-menu-vertical > li > a svg,
    .pds-menu-icon-top > li > a img,
    .pds-menu-icon-top > li > a i,
    .pds-menu-icon-top > li > a svg,
    .pds-menu-nested > li > a img,
    .pds-menu-nested > li > a i,
    .pds-menu-nested > li > a svg,
    .pds-menu-vertical-nested > li > a img,
    .pds-menu-vertical-nested > li > a i,
    .pds-menu-vertical-nested > li > a svg {
      margin-right: 0.25rem; }
  .pds-menu > li,
  .pds-menu-vertical > li,
  .pds-menu-icon-top > li,
  .pds-menu-nested > li,
  .pds-menu-vertical-nested > li {
    flex: 0 0 auto; }
  .pds-menu .pds-is-active > a,
  .pds-menu-vertical .pds-is-active > a,
  .pds-menu-icon-top .pds-is-active > a,
  .pds-menu-nested .pds-is-active > a,
  .pds-menu-vertical-nested .pds-is-active > a {
    background: #D9EBF4; }
  .pds-menu > li > div,
  .pds-menu-vertical > li > div,
  .pds-menu-icon-top > li > div,
  .pds-menu-nested > li > div,
  .pds-menu-vertical-nested > li > div {
    line-height: 1;
    padding: 15px 15px; }

.pds-menu-vertical {
  flex-wrap: wrap; }
  .pds-menu-vertical > li {
    flex: 0 0 100%;
    max-width: 100%; }
  .pds-menu-vertical > li > a {
    align-items: flex-start;
    justify-content: flex-start; }

.pds-menu-icon-top > li > a {
  flex-flow: column nowrap; }
  .pds-menu-icon-top > li > a img,
  .pds-menu-icon-top > li > a i,
  .pds-menu-icon-top > li > a svg {
    align-self: stretch;
    text-align: center;
    margin-bottom: 0.25rem; }

.pds-menu-nested {
  margin-left: 15px; }

.pds-menu-vertical-nested {
  flex-wrap: wrap;
  margin-left: 15px; }
  .pds-menu-vertical-nested > li {
    flex: 0 0 100%;
    max-width: 100%; }
  .pds-menu-vertical-nested > li > a {
    align-items: flex-start;
    justify-content: flex-start; }

.pds-side-nav, .pds-app .pds-main-forms .pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-side-nav-forms, .pds-app .pds-nav-tier-2, .pds-app-constrain .pds-nav-tier-2, .pds-app-full .pds-nav-tier-2 {
  width: 0;
  left: 100%;
  background: #000000; }
  .pds-side-nav.pds-nav-transition, .pds-app .pds-main-forms .pds-nav-transition.pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-nav-transition.pds-side-nav-forms, .pds-app .pds-nav-transition.pds-nav-tier-2, .pds-app-constrain .pds-nav-transition.pds-nav-tier-2, .pds-app-full .pds-nav-transition.pds-nav-tier-2 {
    transition: width .5s ease, left .5s ease; }
  .pds-side-nav > *, .pds-app .pds-main-forms .pds-side-nav-forms > *, .pds-app-constrain .pds-main-forms .pds-side-nav-forms > *, .pds-app .pds-nav-tier-2 > *, .pds-app-constrain .pds-nav-tier-2 > *, .pds-app-full .pds-nav-tier-2 > * {
    transition: opacity .1s ease;
    opacity: 0; }
  .pds-side-nav.pds-is-open, .pds-app .pds-main-forms .pds-is-open.pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-is-open.pds-side-nav-forms, .pds-app .pds-is-open.pds-nav-tier-2, .pds-app-constrain .pds-is-open.pds-nav-tier-2, .pds-app-full .pds-is-open.pds-nav-tier-2 {
    width: calc(100% - 50px);
    left: 50px; }
    .pds-side-nav.pds-is-open > *, .pds-app .pds-main-forms .pds-is-open.pds-side-nav-forms > *, .pds-app-constrain .pds-main-forms .pds-is-open.pds-side-nav-forms > *, .pds-app .pds-is-open.pds-nav-tier-2 > *, .pds-app-constrain .pds-is-open.pds-nav-tier-2 > *, .pds-app-full .pds-is-open.pds-nav-tier-2 > * {
      transition: opacity .1s ease .4s;
      opacity: 1; }
  @media screen and (min-width: 40em) {
    .pds-side-nav, .pds-app .pds-main-forms .pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-side-nav-forms, .pds-app .pds-nav-tier-2, .pds-app-constrain .pds-nav-tier-2, .pds-app-full .pds-nav-tier-2 {
      width: 0;
      left: 275px; }
      .pds-side-nav.pds-is-open, .pds-app .pds-main-forms .pds-is-open.pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-is-open.pds-side-nav-forms, .pds-app .pds-is-open.pds-nav-tier-2, .pds-app-constrain .pds-is-open.pds-nav-tier-2, .pds-app-full .pds-is-open.pds-nav-tier-2 {
        width: 225px; } }
  @media screen and (min-width: 48em) {
    .pds-side-nav, .pds-app .pds-main-forms .pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-side-nav-forms, .pds-app .pds-nav-tier-2, .pds-app-constrain .pds-nav-tier-2, .pds-app-full .pds-nav-tier-2 {
      width: 250px;
      left: 0; }
      .pds-side-nav.pds-nav-transition, .pds-app .pds-main-forms .pds-nav-transition.pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-nav-transition.pds-side-nav-forms, .pds-app .pds-nav-transition.pds-nav-tier-2, .pds-app-constrain .pds-nav-transition.pds-nav-tier-2, .pds-app-full .pds-nav-transition.pds-nav-tier-2 {
        transition: none; }
      .pds-side-nav.pds-is-open, .pds-app .pds-main-forms .pds-is-open.pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-is-open.pds-side-nav-forms, .pds-app .pds-is-open.pds-nav-tier-2, .pds-app-constrain .pds-is-open.pds-nav-tier-2, .pds-app-full .pds-is-open.pds-nav-tier-2 {
        width: 250px;
        left: 0; }
      .pds-side-nav > *, .pds-app .pds-main-forms .pds-side-nav-forms > *, .pds-app-constrain .pds-main-forms .pds-side-nav-forms > *, .pds-app .pds-nav-tier-2 > *, .pds-app-constrain .pds-nav-tier-2 > *, .pds-app-full .pds-nav-tier-2 > * {
        transition: none;
        opacity: 1; } }
  .pds-side-nav *, .pds-app .pds-main-forms .pds-side-nav-forms *, .pds-app-constrain .pds-main-forms .pds-side-nav-forms *, .pds-app .pds-nav-tier-2 *, .pds-app-constrain .pds-nav-tier-2 *, .pds-app-full .pds-nav-tier-2 * {
    color: #ffffff; }
  .pds-side-nav a.pds-main-category, .pds-app .pds-main-forms .pds-side-nav-forms a.pds-main-category, .pds-app-constrain .pds-main-forms .pds-side-nav-forms a.pds-main-category, .pds-app .pds-nav-tier-2 a.pds-main-category, .pds-app-constrain .pds-nav-tier-2 a.pds-main-category, .pds-app-full .pds-nav-tier-2 a.pds-main-category {
    padding: 17px 0 17px 50px;
    line-height: 1;
    width: 100%;
    border-bottom: 1px solid #666666;
    background-image: url("../../dist/img/pointer-left-white.svg");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: left center;
    font-weight: 700;
    color: #ffffff; }
    .pds-side-nav a.pds-main-category:hover, .pds-app .pds-main-forms .pds-side-nav-forms a.pds-main-category:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms a.pds-main-category:hover, .pds-app .pds-nav-tier-2 a.pds-main-category:hover, .pds-app-constrain .pds-nav-tier-2 a.pds-main-category:hover, .pds-app-full .pds-nav-tier-2 a.pds-main-category:hover, .pds-side-nav a.pds-main-category:focus, .pds-app .pds-main-forms .pds-side-nav-forms a.pds-main-category:focus, .pds-app-constrain .pds-main-forms .pds-side-nav-forms a.pds-main-category:focus, .pds-app .pds-nav-tier-2 a.pds-main-category:focus, .pds-app-constrain .pds-nav-tier-2 a.pds-main-category:focus, .pds-app-full .pds-nav-tier-2 a.pds-main-category:focus {
      transition: all .3s ease;
      background-color: #262626; }
  @media screen and (min-width: 48em) {
    .pds-side-nav, .pds-app .pds-main-forms .pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-side-nav-forms, .pds-app .pds-nav-tier-2, .pds-app-constrain .pds-nav-tier-2, .pds-app-full .pds-nav-tier-2 {
      padding: 15px 0;
      border-right: 1px solid #DDDDDD;
      background: none; }
      .pds-side-nav *, .pds-app .pds-main-forms .pds-side-nav-forms *, .pds-app-constrain .pds-main-forms .pds-side-nav-forms *, .pds-app .pds-nav-tier-2 *, .pds-app-constrain .pds-nav-tier-2 *, .pds-app-full .pds-nav-tier-2 * {
        color: #000000; }
      .pds-side-nav .pds-main-category, .pds-app .pds-main-forms .pds-side-nav-forms .pds-main-category, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-main-category, .pds-app .pds-nav-tier-2 .pds-main-category, .pds-app-constrain .pds-nav-tier-2 .pds-main-category, .pds-app-full .pds-nav-tier-2 .pds-main-category {
        display: none; } }
  .pds-side-nav .pds-is-active > a, .pds-app .pds-main-forms .pds-side-nav-forms .pds-is-active > a, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-is-active > a, .pds-app .pds-nav-tier-2 .pds-is-active > a, .pds-app-constrain .pds-nav-tier-2 .pds-is-active > a, .pds-app-full .pds-nav-tier-2 .pds-is-active > a {
    background: #3e3e3e; }
    @media screen and (min-width: 48em) {
      .pds-side-nav .pds-is-active > a, .pds-app .pds-main-forms .pds-side-nav-forms .pds-is-active > a, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-is-active > a, .pds-app .pds-nav-tier-2 .pds-is-active > a, .pds-app-constrain .pds-nav-tier-2 .pds-is-active > a, .pds-app-full .pds-nav-tier-2 .pds-is-active > a {
        background: #D9EBF4; } }
  @media screen and (max-width: 47.9375em) {
    .pds-side-nav .pds-menu-vertical.hide-medium-down > *, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical.hide-medium-down > *, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical.hide-medium-down > *, .pds-app .pds-nav-tier-2 .pds-menu-vertical.hide-medium-down > *, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical.hide-medium-down > *, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical.hide-medium-down > * {
      display: none; } }
  .pds-side-nav .pds-menu-vertical > li > .pds-category-header, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > .pds-category-header, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > .pds-category-header, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0 10px 10px; }
    .pds-side-nav .pds-menu-vertical > li > .pds-category-header:after, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > .pds-category-header:after, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > .pds-category-header:after, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header:after, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header:after, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header:after {
      content: '';
      position: absolute;
      left: 10px;
      right: 0;
      bottom: 0;
      height: 1px;
      border-bottom: 1px solid #666666; }
    @media screen and (min-width: 48em) {
      .pds-side-nav .pds-menu-vertical > li > .pds-category-header:after, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > .pds-category-header:after, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > .pds-category-header:after, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header:after, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header:after, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li > .pds-category-header:after {
        content: none; } }
  .pds-side-nav .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category) {
    position: relative;
    padding: 17px 0 17px 10px;
    color: #ffffff; }
    .pds-side-nav .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category):after {
      content: '';
      position: absolute;
      left: 10px;
      right: 0;
      bottom: 0;
      height: 1px;
      border-bottom: 1px solid #666666; }
    @media screen and (min-width: 48em) {
      .pds-side-nav .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category):after, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category):after {
        content: none; } }
    @media screen and (min-width: 48em) {
      .pds-side-nav .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category), .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li > a:not(.pds-main-category) {
        padding-left: 30px;
        color: #000000; } }
  .pds-side-nav .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-side-nav .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:focus {
    transition: all .3s ease;
    background-color: #262626; }
    @media screen and (min-width: 48em) {
      .pds-side-nav .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:hover, .pds-side-nav .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:focus, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical > li:not(.pds-is-active) > a:focus {
        color: #000000;
        background-color: #F7F7F7; } }
  .pds-side-nav .pds-menu-vertical-nested, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested {
    margin-left: 0; }
    .pds-side-nav .pds-menu-vertical-nested > li > a, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li > a, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li > a, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested > li > a, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested > li > a, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested > li > a {
      position: relative;
      padding: 17px 0 17px 10px;
      color: #fff; }
      .pds-side-nav .pds-menu-vertical-nested > li > a:after, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li > a:after, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li > a:after, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested > li > a:after, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested > li > a:after, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested > li > a:after {
        content: '';
        position: absolute;
        left: 10px;
        right: 0;
        bottom: 0;
        height: 1px;
        border-bottom: 1px solid #666666; }
      @media screen and (min-width: 48em) {
        .pds-side-nav .pds-menu-vertical-nested > li > a:after, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li > a:after, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li > a:after, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested > li > a:after, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested > li > a:after, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested > li > a:after {
          content: none; } }
      @media screen and (min-width: 48em) {
        .pds-side-nav .pds-menu-vertical-nested > li > a, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li > a, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li > a, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested > li > a, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested > li > a, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested > li > a {
          padding-left: 30px;
          color: #000000; } }
    .pds-side-nav .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-side-nav .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus {
      transition: all .3s ease;
      background-color: #262626; }
      @media screen and (min-width: 48em) {
        .pds-side-nav .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:hover, .pds-side-nav .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app-constrain .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus, .pds-app-full .pds-nav-tier-2 .pds-menu-vertical-nested > li:not(.pds-is-active) > a:focus {
          color: #000000;
          background-color: #F7F7F7; } }

.pds-top-bar {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 0 0 15px; }
  @media screen and (min-width: 48em) {
    .pds-top-bar {
      font-size: 12px; } }
  .pds-top-bar a {
    color: #ffffff; }
  .pds-top-bar,
  .pds-top-bar ul {
    background-color: #f7f7f7; }
  .pds-top-bar ul ul {
    background-color: #ffffff; }
  .pds-top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .pds-top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .pds-top-bar input.button {
    width: auto; }
  @media screen and (max-width: 47.9375em) {
    .pds-top-bar {
      padding-left: 0; } }
  .pds-top-bar .pds-top-bar-hamburger {
    flex: 0 0 50px;
    height: 60px;
    display: flex;
    align-items: center; }
    .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu {
      display: flex;
      flex-direction: row;
      background: none; }
      @media screen and (min-width: 48em) {
        .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu {
          width: 100%;
          flex-wrap: nowrap;
          align-items: center; } }
      .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li {
        flex: 0 0 auto; }
        .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li a.pds-top-bar-menu-link {
          display: flex;
          width: 100%;
          flex-flow: column nowrap;
          align-items: center; }
        @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:focus {
            transition: all .3s ease;
            color: #ffffff;
            background-color: #EEEEEE; } }
        @media screen and (max-width: 47.9375em) {
          .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:focus {
            transition: all .3s ease;
            color: #ffffff;
            background-color: #EEEEEE; } }
        @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link {
            background-color: #086C97; }
            .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link .pds-blank-icon-sm {
              background-color: #ffffff;
              border: none; } }
        @media screen and (max-width: 47.9375em) {
          .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link {
            background-color: #086C97; }
            .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link .pds-blank-icon-sm {
              background-color: #ffffff;
              border: none; } }
    @media screen and (min-width: 48em) {
      .pds-top-bar .pds-top-bar-hamburger {
        display: none; } }
    .pds-top-bar .pds-top-bar-hamburger > a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px; }
      .pds-top-bar .pds-top-bar-hamburger > a:hover, .pds-top-bar .pds-top-bar-hamburger > a:focus {
        transition: all .3s ease;
        color: #ffffff;
        background-color: #EEEEEE; }
      .pds-top-bar .pds-top-bar-hamburger > a .pds-hamburger-icon {
        background: #ffffff;
        height: 3px;
        position: relative;
        width: 100%;
        transition: height .1s linear .4s; }
        .pds-top-bar .pds-top-bar-hamburger > a .pds-hamburger-icon:before, .pds-top-bar .pds-top-bar-hamburger > a .pds-hamburger-icon:after {
          content: '';
          width: 100%;
          position: absolute;
          background: #ffffff;
          height: 3px;
          transition: transform .3s linear, top .2s linear .3s; }
        .pds-top-bar .pds-top-bar-hamburger > a .pds-hamburger-icon:before {
          top: 9px;
          transform: rotate(0deg); }
        .pds-top-bar .pds-top-bar-hamburger > a .pds-hamburger-icon:after {
          top: -9px;
          transform: rotate(0deg); }
    .pds-top-bar .pds-top-bar-hamburger.pds-is-open > a .pds-hamburger-icon {
      height: 0;
      transition: height .1s linear; }
      .pds-top-bar .pds-top-bar-hamburger.pds-is-open > a .pds-hamburger-icon:before, .pds-top-bar .pds-top-bar-hamburger.pds-is-open > a .pds-hamburger-icon:after {
        top: 0;
        transition: top .2s linear, transform .3s linear .2s; }
      .pds-top-bar .pds-top-bar-hamburger.pds-is-open > a .pds-hamburger-icon:before {
        transform: rotate(45deg); }
      .pds-top-bar .pds-top-bar-hamburger.pds-is-open > a .pds-hamburger-icon:after {
        transform: rotate(-45deg); }
  .pds-top-bar .pds-top-bar-title {
    flex: 1 0 auto; }
    @media screen and (min-width: 48em) {
      .pds-top-bar .pds-top-bar-title {
        flex: 0 0 auto;
        margin-right: 15px; } }
    @media screen and (max-width: 40em) {
      .pds-top-bar .pds-top-bar-title {
        display: flex;
        align-items: center; } }
    .pds-top-bar .pds-top-bar-title .pds-powerschool-logo {
      display: block;
      width: 220px;
      height: 60px;
      padding: 0;
      margin: 0;
      background-image: url("../../dist/img/powerschool.png");
      background-image: url("../../dist/img/powerschool.svg"), none;
      background-position: 0 center;
      background-repeat: no-repeat;
      background-size: 220px 40px;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden; }
      @media screen and (max-width: 40em) {
        .pds-top-bar .pds-top-bar-title .pds-powerschool-logo {
          flex: 1 1 auto;
          background-position: center;
          width: 180px;
          background-size: 180px 35px; } }
  .pds-top-bar .pds-top-bar-left, .pds-top-bar .pds-nav-tier-1 {
    flex: 1 0 auto;
    position: fixed;
    top: 60px;
    left: -100%;
    height: calc(100vh - 60px);
    width: 100%;
    z-index: 6000;
    background: #333333; }
    .pds-top-bar .pds-top-bar-left.pds-nav-transition, .pds-top-bar .pds-nav-transition.pds-nav-tier-1 {
      transition: left .5s ease, width .5s ease; }
    .pds-top-bar .pds-top-bar-left .pds-top-bar-menu, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu {
      display: flex;
      flex-direction: row;
      background: none; }
      @media screen and (min-width: 48em) {
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu {
          width: 100%;
          flex-wrap: nowrap;
          align-items: center; } }
      .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li {
        flex: 0 0 auto; }
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link {
          display: flex;
          width: 100%;
          flex-flow: column nowrap;
          align-items: center; }
        @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:focus, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:focus {
            transition: all .3s ease;
            color: #ffffff;
            background-color: #404040; } }
        @media screen and (max-width: 47.9375em) {
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:focus, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:focus {
            transition: all .3s ease;
            color: #ffffff;
            background-color: #404040; } }
        @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link {
            background-color: #5f5f5f; }
            .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link .pds-blank-icon-sm, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link .pds-blank-icon-sm {
              background-color: #ffffff;
              border: none; } }
        @media screen and (max-width: 47.9375em) {
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link {
            background-color: #5f5f5f; }
            .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link .pds-blank-icon-sm, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link .pds-blank-icon-sm {
              background-color: #ffffff;
              border: none; } }
    .pds-top-bar .pds-top-bar-left.pds-is-open, .pds-top-bar .pds-is-open.pds-nav-tier-1 {
      left: 0; }
    @media screen and (min-width: 40em) {
      .pds-top-bar .pds-top-bar-left, .pds-top-bar .pds-nav-tier-1 {
        left: -275px;
        width: 275px; } }
    @media screen and (min-width: 48em) {
      .pds-top-bar .pds-top-bar-left, .pds-top-bar .pds-nav-tier-1 {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: auto;
        background: none; }
        .pds-top-bar .pds-top-bar-left.pds-nav-transition, .pds-top-bar .pds-nav-transition.pds-nav-tier-1 {
          transition: none; }
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu {
          display: flex;
          flex-direction: row;
          background: none; } }
    @media screen and (min-width: 48em) and (min-width: 48em) {
      .pds-top-bar .pds-top-bar-left .pds-top-bar-menu, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu {
        width: 100%;
        flex-wrap: nowrap;
        align-items: center; } }
    @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li {
            flex: 0 0 auto; }
            .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link {
              display: flex;
              width: 100%;
              flex-flow: column nowrap;
              align-items: center; } }
      @media screen and (min-width: 48em) and (min-width: 48em) {
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:focus, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:focus {
          transition: all .3s ease;
          color: #ffffff;
          background-color: #EEEEEE; } }
      @media screen and (min-width: 48em) and (max-width: 47.9375em) {
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:focus, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:focus {
          transition: all .3s ease;
          color: #ffffff;
          background-color: #EEEEEE; } }
      @media screen and (min-width: 48em) and (min-width: 48em) {
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link {
          background-color: #086C97; }
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link .pds-blank-icon-sm, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link .pds-blank-icon-sm {
            background-color: #ffffff;
            border: none; } }
      @media screen and (min-width: 48em) and (max-width: 47.9375em) {
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link {
          background-color: #086C97; }
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link .pds-blank-icon-sm, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link .pds-blank-icon-sm {
            background-color: #ffffff;
            border: none; } }
    @media screen and (max-width: 47.9375em) {
      .pds-top-bar .pds-top-bar-left .pds-top-bar-menu, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu {
        flex-direction: column; } }
    .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li {
      display: flex;
      position: relative; }
      .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:after, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:after {
        content: '';
        position: absolute;
        left: 50px;
        right: 0;
        bottom: 0;
        height: 1px;
        border-bottom: 1px solid #666666; }
      @media screen and (min-width: 48em) {
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li:after, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li:after {
          content: none; } }
      @media screen and (min-width: 48em) {
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li {
          width: 15%;
          min-width: 80px;
          max-width: 120px; } }
      .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link {
        height: 50px;
        flex-flow: row;
        background-image: url("../../dist/img/pointer-right-white.svg");
        background-repeat: no-repeat;
        background-size: 50px 50px;
        background-position: right center; }
        @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link {
            justify-content: center;
            flex-flow: column nowrap;
            padding: 0;
            height: 60px;
            background: none; } }
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link img, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link img, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link i, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link i, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link svg, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link svg {
          margin: 15px;
          align-self: center; }
          @media screen and (min-width: 48em) {
            .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link img, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link img, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link i, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link i, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link svg, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link svg {
              margin: 2px 0; } }
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link span, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link span {
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          padding: 2px; }
        .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link.pds-is-open, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link.pds-is-open {
          position: relative; }
          .pds-top-bar .pds-top-bar-left .pds-top-bar-menu > li a.pds-top-bar-menu-link.pds-is-open:before, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link.pds-is-open:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: calc(50% - 7px);
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #FFFFFF; }
  .pds-top-bar .pds-top-bar-right {
    flex: 0 0 auto; }
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu {
      display: flex;
      flex-direction: row;
      background: none; }
      @media screen and (min-width: 48em) {
        .pds-top-bar .pds-top-bar-right .pds-top-bar-menu {
          width: 100%;
          flex-wrap: nowrap;
          align-items: center; } }
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li {
        flex: 0 0 auto; }
        .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li a.pds-top-bar-menu-link {
          display: flex;
          width: 100%;
          flex-flow: column nowrap;
          align-items: center; }
        @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li:not(.pds-is-active) a.pds-top-bar-menu-link:focus {
            transition: all .3s ease;
            color: #ffffff;
            background-color: #EEEEEE; } }
        @media screen and (max-width: 47.9375em) {
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:focus {
            transition: all .3s ease;
            color: #ffffff;
            background-color: #EEEEEE; } }
        @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link {
            background-color: #086C97; }
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li.pds-is-active a.pds-top-bar-menu-link .pds-blank-icon-sm {
              background-color: #ffffff;
              border: none; } }
        @media screen and (max-width: 47.9375em) {
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link {
            background-color: #086C97; }
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li.pds-is-active-medium a.pds-top-bar-menu-link .pds-blank-icon-sm {
              background-color: #ffffff;
              border: none; } }
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu {
      position: relative; }
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li {
        width: 60px; }
        @media screen and (max-width: 40em) {
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li:not(.pds-top-bar-right-for-small) {
            display: none; } }
        .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li a.pds-top-bar-menu-link {
          padding: 0;
          height: 60px; }
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li a.pds-top-bar-menu-link img, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li a.pds-top-bar-menu-link i, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li a.pds-top-bar-menu-link svg {
            margin: auto; }
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li a.pds-top-bar-menu-link.pds-is-open {
            position: relative; }
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li a.pds-top-bar-menu-link.pds-is-open:before {
              content: '';
              position: absolute;
              bottom: 0;
              left: calc(50% - 7px);
              border-left: 7px solid transparent;
              border-right: 7px solid transparent;
              border-bottom: 7px solid #FFFFFF; }
    .pds-top-bar .pds-top-bar-right .pds-menu-dropdown {
      left: auto;
      right: 0; }
  .pds-top-bar .pds-profile-icon {
    border-radius: 50%;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #f7f7f7; }

pds-grid-widget {
  /* This is the container that holds the entirety of the filters that show up.*/
  /* This is for the pagination controls container that shows at the bottom of
     the grid widget. */
  /* This is for the tags that get the sortable up/down arrows */
  /* Landscape phone to portrait tablet */
  /* @media screen and (max-width:767px) { */
  /* Landscape phones and down */
  /* @media screen and (max-width:480px) { */
  /* End of Media Query */
  /**
  * END of GridWidget styles
  */ }
  pds-grid-widget .pds-filter-controls {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 4px;
    /*The big grey bar*/
    /* The box that holds all of the filter rows*/ }
    pds-grid-widget .pds-filter-controls .pds-filter-bar {
      flex: 1;
      align-self: flex-start;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      background-color: #f7f7f7;
      line-height: 2rem;
      height: 44px;
      max-height: 44px;
      border-radius: 4px;
      padding: 5px 10px; }
      pds-grid-widget .pds-filter-controls .pds-filter-bar button:not(.pds-reset-search) {
        margin-left: 10px;
        height: 34px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
        line-height: 1rem;
        min-width: 34px;
        color: #666666; }
      pds-grid-widget .pds-filter-controls .pds-filter-bar button.pds-button-square {
        padding: 5px;
        width: 34px; }
      pds-grid-widget .pds-filter-controls .pds-filter-bar .pds-header-filter {
        border: 0;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-right: 25px; }
        pds-grid-widget .pds-filter-controls .pds-filter-bar .pds-header-filter .pds-input-search, pds-grid-widget .pds-filter-controls .pds-filter-bar .pds-header-filter .pds-input-search-block {
          max-width: none;
          flex: 1 1 auto;
          height: 28px;
          margin-top: 3px;
          margin-bottom: 3px; }
          pds-grid-widget .pds-filter-controls .pds-filter-bar .pds-header-filter .pds-input-search input, pds-grid-widget .pds-filter-controls .pds-filter-bar .pds-header-filter .pds-input-search-block input {
            max-width: none;
            padding-left: 10px; }
          pds-grid-widget .pds-filter-controls .pds-filter-bar .pds-header-filter .pds-input-search::before, pds-grid-widget .pds-filter-controls .pds-filter-bar .pds-header-filter .pds-input-search-block::before {
            content: initial; }
        pds-grid-widget .pds-filter-controls .pds-filter-bar .pds-header-filter label {
          margin: 4px 10px 0 0;
          white-space: nowrap; }
    pds-grid-widget .pds-filter-controls .pds-filter-box {
      border: none;
      padding: 10px 5px 5px 10px;
      /* Each Div Represents 1 filter */ }
      pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container {
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        /* The label or select that shows up first in each row*/
        /* Individual styles for each of the filter types*/ }
        pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container > button {
          margin: 0;
          border: none; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container > button:hover {
            border: none; }
        pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container .pds-filter-description {
          flex: 0 0 25%;
          margin-right: 10px;
          margin-bottom: 0;
          margin-top: 0; }
        pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container label.pds-filter-description {
          line-height: 44px; }
        pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container > button:last-of-type {
          margin-left: 32px; }
        pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component {
          flex: 1 1 auto;
          display: flex;
          align-items: center; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component > * {
            flex: 1 1 100%; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component .pds-input-checkbox, pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component button, pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component input, pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component select {
            margin-bottom: 0; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component input[type="text"] {
            height: 44px; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-text-filter {
            display: flex; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-text-filter input {
              flex: 1 1 auto; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-number-filter {
            display: flex;
            height: 100%; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-number-filter select {
              flex: 0 0 125px; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-number-filter pds-number-widget {
              flex: 1 1 auto; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-number-filter pds-number-widget, pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-number-filter select:not(:first-of-type), pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-number-filter label {
              margin-left: 10px; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-date-filter {
            display: flex; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-date-filter > select {
              flex: 0 0 125px; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-date-filter pds-date-widget {
              flex: 1 1 auto; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-date-filter pds-date-widget, pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-date-filter label {
              margin-left: 10px; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter {
            position: relative; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter button {
              color: #666666; }
              pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter button.pds-button-multiselect {
                background-image: url("../../dist/img/select.svg");
                background-repeat: no-repeat;
                background-position: 100% 52%;
                background-size: 44px 44px;
                padding-right: 55px;
                padding-left: 10px;
                width: 125px; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter .pds-input-checkbox {
              flex-direction: row;
              flex-wrap: wrap; }
              pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter .pds-input-checkbox label {
                display: inline-block;
                width: auto; }
                pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter .pds-input-checkbox label .pds-label-text {
                  padding-right: 35px; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter .pds-vertical-multiselect {
              border: 1px solid lightgrey;
              position: absolute;
              top: 44px;
              left: 0;
              background-color: white;
              max-height: 220px;
              z-index: 1000;
              overflow-y: auto;
              overflow-x: hidden; }
              pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter .pds-vertical-multiselect label {
                margin-left: 10px; }
            pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-multi-select-filter button.pds-remove-option {
              padding-right: 5px;
              padding-left: 10px; }
          pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container pds-autonomous-component pds-select-filter select {
            display: block;
            width: 100%; }
        pds-grid-widget .pds-filter-controls .pds-filter-box > .pds-filter-container input[type="checkbox"] {
          flex: 0 0 auto;
          flex-grow: 0;
          margin-right: 10px; }
    pds-grid-widget .pds-filter-controls .pds-button-group-primary {
      justify-content: flex-end;
      padding-right: 10px;
      margin-bottom: 0;
      padding: 5px; }
      pds-grid-widget .pds-filter-controls .pds-button-group-primary button {
        margin-left: 10px; }
  pds-grid-widget .pds-pagination-controls {
    display: flex; }
    pds-grid-widget .pds-pagination-controls > div {
      /* Shows the X out of Y message after the filter box, and before the injected content.*/ }
      pds-grid-widget .pds-pagination-controls > div.pds-grid-header {
        display: flex;
        align-items: center; }
        pds-grid-widget .pds-pagination-controls > div.pds-grid-header label {
          padding: 5px;
          flex: 1; }
      pds-grid-widget .pds-pagination-controls > div:last-child, pds-grid-widget .pds-pagination-controls > div:first-child {
        flex: 0 1 150px; }
      pds-grid-widget .pds-pagination-controls > div:nth-child(2) {
        text-align: center;
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        align-items: center; }
      pds-grid-widget .pds-pagination-controls > div pds-numbered-slider {
        width: 300px;
        margin: 0 10px;
        display: inline-block; }
      pds-grid-widget .pds-pagination-controls > div button {
        margin: 0; }
  pds-grid-widget .pds-sortable {
    color: #0e5c8d; }
    pds-grid-widget .pds-sortable span {
      display: block;
      position: relative;
      padding: 0 18px 0 0; }
    pds-grid-widget .pds-sortable.left span {
      padding: 0 18px 0 0; }
    pds-grid-widget .pds-sortable:hover {
      cursor: pointer;
      color: #99DCCe; }
    pds-grid-widget .pds-sortable ::-moz-selection {
      background: transparent; }
    pds-grid-widget .pds-sortable ::selection {
      background: transparent; }
    pds-grid-widget .pds-sortable.pds-sort-ascending i {
      padding: 0px 1px 0px 2px; }
    pds-grid-widget .pds-sortable.pds-sort-descending i {
      padding: 0px 1px 0px 2px; }
    pds-grid-widget .pds-sortable i {
      position: absolute;
      top: calc(50% - 10px);
      right: 1px; }
  @media screen and (max-width: 768px) {
    pds-grid-widget header:after {
      content: "Landscape phone to portrait tablet";
      margin: 8px; } }
  @media screen and (max-width: 767px) {
    pds-grid-widget header:after {
      content: "Landscape phones and down";
      margin: 8px; }
    pds-grid-widget fieldset.filterBox div:first-of-type label {
      display: inline-block; }
    pds-grid-widget fieldset.filterBox > div > label {
      margin: 0;
      padding: 0;
      width: 22%;
      vertical-align: top; }
    pds-grid-widget fieldset.filterBox > div > div {
      border-top: 1px solid #DDD; }
      pds-grid-widget fieldset.filterBox > div > div:first-of-type {
        border-top: none; }
        pds-grid-widget fieldset.filterBox > div > div:first-of-type input {
          width: calc(78% - 14px); }
      pds-grid-widget fieldset.filterBox > div > div:nth-of-type(4) div {
        width: 78%;
        display: inline-block;
        padding: 0; }
    pds-grid-widget fieldset.filterBox label.toLabel {
      margin: 0;
      padding: 0 5px;
      width: calc(6% - 10px); } }

.sr-only {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

:focus {
  outline: #00F5FF 1px solid; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border-color: #00F5FF; }

pds-app-switcher {
  display: block; }
  pds-app-switcher .pds-pointer {
    position: relative; }
    pds-app-switcher .pds-pointer i {
      position: absolute;
      bottom: -10px;
      left: calc(50% - 10px); }
  pds-app-switcher .pds-apps-dropdown {
    flex-direction: column;
    display: block;
    position: fixed;
    z-index: 9000;
    top: 60px;
    right: calc(50% - 161px);
    background-color: #ffffff;
    width: 322px;
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.4);
    max-height: calc(100% - 130px);
    overflow-x: hidden;
    overflow-y: auto; }
    @media screen and (min-width: 30em) {
      pds-app-switcher .pds-apps-dropdown {
        right: 0; } }
    pds-app-switcher .pds-apps-dropdown hr {
      width: calc(100% - 40px);
      margin-bottom: 0; }
    pds-app-switcher .pds-apps-dropdown .pds-apps {
      display: flex;
      flex-wrap: wrap; }
      pds-app-switcher .pds-apps-dropdown .pds-apps a {
        display: flex;
        flex: 0 0 150px;
        max-width: 150px;
        height: 130px;
        max-height: 130px;
        overflow: hidden;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-size: 12px; }
        pds-app-switcher .pds-apps-dropdown .pds-apps a i {
          margin-bottom: 10px; }
        pds-app-switcher .pds-apps-dropdown .pds-apps a span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          width: 140px;
          display: block;
          text-align: center; }
    pds-app-switcher .pds-apps-dropdown .pds-plugins a {
      line-height: 50px;
      color: #137ABB;
      font-size: 16px;
      margin-left: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 290px;
      display: block; }
      pds-app-switcher .pds-apps-dropdown .pds-plugins a:hover {
        color: #075B7F; }

.pds-app-switcher-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/application-launcher-icon.svg"); }
  button .pds-app-switcher-icon {
    margin-left: 10px; }

.pds-pt-icon-xxl {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 75px;
  width: 75px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/app1.svg"); }
  button .pds-pt-icon-xxl {
    margin-left: 10px; }

.pds-ptp-icon-xxl {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 75px;
  width: 75px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/app2.svg"); }
  button .pds-ptp-icon-xxl {
    margin-left: 10px; }

.pds-learning-icon-xxl {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 75px;
  width: 75px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/app3.svg"); }
  button .pds-learning-icon-xxl {
    margin-left: 10px; }

.pds-assessment-icon-xxl {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 75px;
  width: 75px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/app4.svg"); }
  button .pds-assessment-icon-xxl {
    margin-left: 10px; }

.pds-sped-icon-xxl {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 75px;
  width: 75px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/app5.svg"); }
  button .pds-sped-icon-xxl {
    margin-left: 10px; }

.pds-icon-plus {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/add.svg"); }
  button .pds-icon-plus {
    margin-left: 10px; }

.pds-pointer-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/pointer.svg"); }
  button .pds-pointer-icon {
    margin-left: 10px; }

.pds-blank-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-color: transparent;
  border: 2px solid #ffffff; }
  button .pds-blank-icon {
    margin-left: 10px; }

.pds-blank-icon-sm {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0;
  background-color: transparent;
  border: 2px solid #ffffff; }
  button .pds-blank-icon-sm {
    margin-left: 10px; }

.pds-icon-pointer-up {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/pointer-up.svg"); }
  button .pds-icon-pointer-up {
    margin-left: 10px; }

.pds-icon-pointer-right {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/pointer-right.svg"); }
  button .pds-icon-pointer-right {
    margin-left: 10px; }

.pds-icon-pointer-down {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/pointer-down.svg"); }
  button .pds-icon-pointer-down {
    margin-left: 10px; }

.pds-icon-pointer-left {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/pointer-left.svg"); }
  button .pds-icon-pointer-left {
    margin-left: 10px; }

.pds-icon-triangle-down {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/pointer-down.svg"); }
  button .pds-icon-triangle-down {
    margin-left: 10px; }

.pds-icon-triangle-up {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/pointer-up.svg"); }
  button .pds-icon-triangle-up {
    margin-left: 10px; }

.pds-icon-calendar-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/calendar-s-white.svg"); }
  button .pds-icon-calendar-white {
    margin-left: 10px; }

.pds-icon-close-sm {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/close-circle-grey.svg"); }
  button .pds-icon-close-sm {
    margin-left: 10px; }
  button:hover .pds-icon-close-sm, button:focus .pds-icon-close-sm {
    background-image: url("../../dist/img/close-circle-grey-dark.svg"); }

.pds-analysis-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-size: 150%;
  background-image: url("../../dist/img/analysis.svg"); }
  button .pds-analysis-icon {
    margin-left: 10px; }

.pds-communication-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-size: 150%;
  background-image: url("../../dist/img/communication.svg"); }
  button .pds-communication-icon {
    margin-left: 10px; }

.pds-create-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0;
  background-size: 125%;
  background-image: url("../../dist/img/create.svg"); }
  button .pds-create-icon {
    margin-left: 10px; }

.pds-grading-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-size: 150%;
  background-image: url("../../dist/img/grading.svg"); }
  button .pds-grading-icon {
    margin-left: 10px; }

.pds-library-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-size: 150%;
  background-image: url("../../dist/img/library.svg"); }
  button .pds-library-icon {
    margin-left: 10px; }

.pds-planning-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-size: 140%;
  background-image: url("../../dist/img/planning.svg"); }
  button .pds-planning-icon {
    margin-left: 10px; }

.pds-search-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0;
  background-size: 125%;
  background-image: url("../../dist/img/search.svg"); }
  button .pds-search-icon {
    margin-left: 10px; }

.pds-search-icon-grey {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0;
  background-size: 125%;
  background-image: url("../../dist/img/search-grey.svg"); }
  button .pds-search-icon-grey {
    margin-left: 10px; }

.pds-settings-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/settings-s.svg"); }
  button .pds-settings-icon {
    margin-left: 10px; }

.pds-above-icon-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/above-icon-white.svg"); }
  button .pds-above-icon-white {
    margin-left: 10px; }

.pds-above-icon-grey {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/above-icon-grey.svg"); }
  button .pds-above-icon-grey {
    margin-left: 10px; }

.pds-below-icon-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/below-icon-white.svg"); }
  button .pds-below-icon-white {
    margin-left: 10px; }

.pds-below-icon-grey {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/below-icon-grey.svg"); }
  button .pds-below-icon-grey {
    margin-left: 10px; }

.pds-assignments-asc-icon-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/assignments-asc-icon-white.svg"); }
  button .pds-assignments-asc-icon-white {
    margin-left: 10px; }

.pds-assignments-asc-icon-grey {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/assignments-asc-icon-grey.svg"); }
  button .pds-assignments-asc-icon-grey {
    margin-left: 10px; }

.pds-assignments-dsc-icon-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/assignments-dsc-icon-white.svg"); }
  button .pds-assignments-dsc-icon-white {
    margin-left: 10px; }

.pds-assignments-dsc-icon-grey {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/assignments-dsc-icon-grey.svg"); }
  button .pds-assignments-dsc-icon-grey {
    margin-left: 10px; }

.pds-list-icon-white {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/list-icon-white.svg"); }
  button .pds-list-icon-white {
    margin-left: 10px; }

.pds-list-icon-grey {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/list-icon-grey.svg"); }
  button .pds-list-icon-grey {
    margin-left: 10px; }

.pds-app .pds-main, .pds-app-constrain .pds-main, .pds-app .pds-main-forms, .pds-app-constrain .pds-main-forms,
.pds-app-full .pds-main,
.pds-app-full .pds-main-forms {
  margin-left: 0;
  margin-top: 60px;
  margin-bottom: 30px; }

.pds-app .pds-top-bar, .pds-app-constrain .pds-top-bar,
.pds-app-full .pds-top-bar {
  height: 60px;
  z-index: 6000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

.pds-app .pds-side-nav, .pds-app-constrain .pds-side-nav, .pds-app .pds-main-forms .pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-side-nav-forms, .pds-app .pds-nav-tier-2, .pds-app .pds-app-constrain .pds-nav-tier-2, .pds-app-constrain .pds-app .pds-nav-tier-2, .pds-app-constrain .pds-nav-tier-2, .pds-app-constrain .pds-app-full .pds-nav-tier-2, .pds-app-full .pds-app-constrain .pds-nav-tier-2,
.pds-app-full .pds-side-nav,
.pds-app-full .pds-app .pds-main-forms .pds-side-nav-forms,
.pds-app .pds-main-forms .pds-app-full .pds-side-nav-forms,
.pds-app-full .pds-app-constrain .pds-main-forms .pds-side-nav-forms,
.pds-app-constrain .pds-main-forms .pds-app-full .pds-side-nav-forms,
.pds-app-full .pds-app-constrain .pds-nav-tier-2,
.pds-app-constrain .pds-app-full .pds-nav-tier-2,
.pds-app-full .pds-nav-tier-2 {
  display: block;
  position: fixed;
  z-index: 6001;
  height: calc(100vh - 60px);
  top: 60px;
  overflow-y: auto;
  overflow-x: hidden; }

.pds-app .pds-footer, .pds-app-constrain .pds-footer, .pds-app .pds-footer-plus-buttons, .pds-app .pds-app-constrain .pds-footer-plus-buttons, .pds-app-constrain .pds-app .pds-footer-plus-buttons, .pds-app-constrain .pds-footer-plus-buttons, .pds-app div.pds-footer-centered, .pds-app-constrain div.pds-footer-centered,
.pds-app-full .pds-footer,
.pds-app-full .pds-app .pds-footer-plus-buttons,
.pds-app .pds-app-full .pds-footer-plus-buttons,
.pds-app-full .pds-app-constrain .pds-footer-plus-buttons,
.pds-app-constrain .pds-app-full .pds-footer-plus-buttons,
.pds-app-full div.pds-footer-centered {
  left: 0;
  height: 30px;
  position: fixed;
  bottom: 0;
  right: 0; }

@media screen and (min-width: 48em) {
  .pds-app, .pds-app-constrain {
    margin-left: 250px; } }

.pds-app .pds-main, .pds-app-constrain .pds-main, .pds-app .pds-main-forms, .pds-app-constrain .pds-main-forms {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 960px; }

@media screen and (min-width: 48em) {
  .pds-app .pds-footer, .pds-app-constrain .pds-footer, .pds-app .pds-footer-plus-buttons, .pds-app .pds-app-constrain .pds-footer-plus-buttons, .pds-app-constrain .pds-app .pds-footer-plus-buttons, .pds-app-constrain .pds-footer-plus-buttons, .pds-app div.pds-footer-centered, .pds-app-constrain div.pds-footer-centered {
    left: 250px; } }

.pds-app-full {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 960px; }
  @media screen and (min-width: 48em) {
    
    .pds-app-full .pds-side-nav,
    .pds-app-full .pds-app .pds-main-forms .pds-side-nav-forms,
    .pds-app .pds-main-forms .pds-app-full .pds-side-nav-forms,
    .pds-app-full .pds-app-constrain .pds-main-forms .pds-side-nav-forms,
    .pds-app-constrain .pds-main-forms .pds-app-full .pds-side-nav-forms,
    .pds-app-full .pds-app-constrain .pds-nav-tier-2,
    .pds-app-constrain .pds-app-full .pds-nav-tier-2,
    .pds-app-full .pds-nav-tier-2 {
      display: none; } }

.pds-app-constrain .pds-main, .pds-app-constrain .pds-main-forms {
  max-width: 960px; }

.pds-message-success, .pds-message-info, .pds-message-error, .smartform-validation, .pds-message-warning {
  min-height: 50px;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 15px 15px 50px;
  background: no-repeat 10px 10px/30px 30px;
  border-radius: 4px;
  margin-bottom: 0.5rem; }
  .pds-message-success a, .pds-message-info a, .pds-message-error a, .smartform-validation a, .pds-message-warning a {
    text-decoration: underline; }

.pds-message-success {
  background-image: url("../../dist/img/icon-success.svg");
  background-color: #eff8ed;
  color: #1a9f30;
  border: 1px solid #1a9f30; }

.pds-message-info {
  background-image: url("../../dist/img/icon-information.svg");
  background-color: #ecf6fa;
  color: #018db6;
  border: 1px solid #018db6; }

.pds-message-error, .smartform-validation {
  background-image: url("../../dist/img/icon-error.svg");
  background-color: #faefef;
  color: #e90000;
  border: 1px solid #e90000; }

.pds-message-warning {
  background-image: url("../../dist/img/icon-warning.svg");
  background-color: #fefcf2;
  color: #e73c14;
  border: 1px solid #e73c14; }

.pds-messages-docked {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem; }
  .pds-messages-docked .pds-message-success, .pds-messages-docked .pds-message-info, .pds-messages-docked .pds-message-error, .pds-messages-docked .smartform-validation, .pds-messages-docked .pds-message-warning {
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0;
    border-radius: 0; }

.pds-messages-floating {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  padding: 10px 1rem 0 1rem; }
  @media screen and (min-width: 48em) {
    .pds-messages-floating {
      left: 250px; } }
  .pds-messages-floating .pds-message-success, .pds-messages-floating .pds-message-info, .pds-messages-floating .pds-message-error, .pds-messages-floating .smartform-validation, .pds-messages-floating .pds-message-warning {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25); }

.pds-global-tabs {
  background: #ffffff;
  margin: 0 -1rem; }
  .pds-global-tabs .pds-tabs {
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    display: block;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .pds-global-tabs .pds-tabs li {
      display: inline-block; }
      .pds-global-tabs .pds-tabs li > a {
        color: #666;
        display: block;
        padding: 0 20px;
        line-height: 48px;
        font-size: 16px;
        font-weight: 400; }
      .pds-global-tabs .pds-tabs li:focus, .pds-global-tabs .pds-tabs li:hover {
        background: #F7F7F7;
        color: #85B9D9;
        transition: all .3s ease; }
      .pds-global-tabs .pds-tabs li.pds-is-active {
        background: linear-gradient(to top, #137ABB 3px, transparent -3px); }
        .pds-global-tabs .pds-tabs li.pds-is-active > a {
          color: #137ABB;
          font-weight: 600; }
  .pds-global-tabs .pds-tabs-panel {
    display: none;
    padding: 1rem; }
    .pds-global-tabs .pds-tabs-panel.pds-is-active {
      display: block; }

.pds-scoped-tabs {
  background: #ffffff;
  border: 1px solid #E0E0E0; }
  .pds-scoped-tabs .pds-tabs {
    margin: 0;
    list-style-type: none;
    background: linear-gradient(to top, #E0E0E0 1px, #F7F7F7 -1px);
    border-top: none;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0; }
    .pds-scoped-tabs .pds-tabs li {
      border-right: 1px solid #E0E0E0;
      display: inline-block; }
      .pds-scoped-tabs .pds-tabs li > a {
        color: #666;
        display: block;
        padding: 0 20px;
        line-height: 42px;
        font-size: 16px;
        font-weight: 400; }
      .pds-scoped-tabs .pds-tabs li:focus, .pds-scoped-tabs .pds-tabs li:hover {
        background: #E0E0E0;
        color: #666;
        transition: all .3s ease; }
      .pds-scoped-tabs .pds-tabs li.pds-is-active {
        background: #ffffff; }
        .pds-scoped-tabs .pds-tabs li.pds-is-active > a {
          color: #333;
          font-weight: 400; }
  .pds-scoped-tabs .pds-tabs-panel {
    display: none;
    padding: 1rem; }
    .pds-scoped-tabs .pds-tabs-panel.pds-is-active {
      display: block; }

table {
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  padding: 0; }
  table button {
    margin-bottom: 0; }
  table td, table th {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #e0e0e0; }
    table td:first-child, table th:first-child {
      border-left: 1px solid #e0e0e0; }
    table td:last-child, table th:last-child {
      border-right: 1px solid #e0e0e0; }
  table th {
    text-transform: uppercase;
    font-weight: bold; }
  table thead th {
    background-color: #f7f7f7;
    height: 40px; }
  table td {
    height: 53px; }
  table > thead:first-child tr:first-child th, table > thead:first-child tr:first-child td, table > tbody:first-child tr:first-child th, table > tbody:first-child tr:first-child td, table > tfoot:first-child tr:first-child th, table > tfoot:first-child tr:first-child td {
    border-top: 1px solid #e0e0e0; }
    table > thead:first-child tr:first-child th:first-child, table > thead:first-child tr:first-child td:first-child, table > tbody:first-child tr:first-child th:first-child, table > tbody:first-child tr:first-child td:first-child, table > tfoot:first-child tr:first-child th:first-child, table > tfoot:first-child tr:first-child td:first-child {
      border-top-left-radius: 4px; }
    table > thead:first-child tr:first-child th:last-child, table > thead:first-child tr:first-child td:last-child, table > tbody:first-child tr:first-child th:last-child, table > tbody:first-child tr:first-child td:last-child, table > tfoot:first-child tr:first-child th:last-child, table > tfoot:first-child tr:first-child td:last-child {
      border-top-right-radius: 4px; }
  table > thead:last-child tr:last-child th:first-child, table > thead:last-child tr:last-child td:first-child, table > tbody:last-child tr:last-child th:first-child, table > tbody:last-child tr:last-child td:first-child, table > tfoot:last-child tr:last-child th:first-child, table > tfoot:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 4px; }
  table > thead:last-child tr:last-child th:last-child, table > thead:last-child tr:last-child td:last-child, table > tbody:last-child tr:last-child th:last-child, table > tbody:last-child tr:last-child td:last-child, table > tfoot:last-child tr:last-child th:last-child, table > tfoot:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 4px; }

pds-numbered-slider {
  display: block;
  width: 100%;
  position: relative;
  height: 34px;
  line-height: 34px; }
  pds-numbered-slider span {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    text-align: center;
    color: white;
    height: 34px;
    line-height: 34px;
    pointer-events: none; }
    pds-numbered-slider span.pds-dot-background {
      background-color: #e0e0e0;
      border-radius: 50%; }
  pds-numbered-slider input {
    position: absolute;
    top: 0;
    left: 0; }
    pds-numbered-slider input[type=range] {
      -webkit-appearance: none;
      /* Hides the slider so that custom slider can be made */
      width: 100%;
      /* Specific width is required for Firefox. */
      background: transparent;
      /* Otherwise white in Chrome */
      height: 34px;
      border: none;
      margin: 0;
      padding: 0;
      /* Styles the slider */
      /* All the same stuff for Firefox */
      /* All the same stuff for IE */ }
      pds-numbered-slider input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none; }
      pds-numbered-slider input[type=range]:focus {
        outline: none;
        /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }
      pds-numbered-slider input[type=range]::-ms-track {
        width: 100%;
        cursor: pointer;
        /* Hides the slider so custom styles can be added */
        background: transparent;
        border-color: transparent;
        color: transparent; }
      pds-numbered-slider input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 34px;
        width: 34px;
        border-radius: 50%;
        background: #137abb;
        cursor: pointer;
        margin-top: -14px;
        /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
        border: none; }
      pds-numbered-slider input[type=range]::-moz-range-thumb {
        height: 34px;
        width: 34px;
        border-radius: 50%;
        background: #137abb;
        cursor: pointer;
        border: none; }
      pds-numbered-slider input[type=range]::-ms-thumb {
        height: 34px;
        width: 34px;
        border-radius: 50%;
        background: #137abb;
        cursor: pointer;
        border: none; }
      pds-numbered-slider input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: #e0e0e0;
        border-radius: 3px; }
      pds-numbered-slider input[type=range]:focus::-webkit-slider-runnable-track {
        background: #e0e0e0;
        border-radius: 3px; }
      pds-numbered-slider input[type=range]::-moz-range-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: #e0e0e0;
        border-radius: 3px;
        padding: 0;
        margin: 0; }
      pds-numbered-slider input[type=range]::-ms-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
        border-radius: 3px; }
      pds-numbered-slider input[type=range]::-ms-fill-lower {
        background: #e0e0e0; }
      pds-numbered-slider input[type=range]:focus::-ms-fill-lower {
        background: #e0e0e0; }
      pds-numbered-slider input[type=range]::-ms-fill-upper {
        background: #e0e0e0; }
      pds-numbered-slider input[type=range]:focus::-ms-fill-upper {
        background: #e0e0e0; }

/*
* This nasty little bit is to make VoiceOver read validation
* messages properly.
* See: Method 4 in this: https://developer.paciellogroup.com/blog/2012/06/html5-accessibility-chops-aria-rolealert-browser-support/
*/
.pds-is-hidden-hack {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #042D40;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #032433;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #075B7F;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #064966;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #7DB556;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #639541;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #F7A81E;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #d68b08;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #E41700;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #b61200;
      color: #ffffff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 30em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 29.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.has-tip {
  border-bottom: dotted 1px #333333;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #000000;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 4px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #000000;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #000000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #000000;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #000000 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.pds-app .pds-footer-plus-buttons, .pds-app-constrain .pds-footer-plus-buttons {
  height: 50px; }
  @media screen and (min-width: 48em) {
    .pds-app .pds-footer-plus-buttons, .pds-app-constrain .pds-footer-plus-buttons {
      left: 250px; } }
  .pds-app .pds-footer-plus-buttons .pds-copyright, .pds-app-constrain .pds-footer-plus-buttons .pds-copyright {
    margin-bottom: 0px; }
  .pds-app .pds-footer-plus-buttons .pds-button-group-forms, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms {
    background-color: #fafafa;
    bottom: 0px;
    height: 50px;
    border-top: 1px solid #E0E0E0;
    justify-content: center;
    padding-top: 9px;
    justify-content: center; }
    .pds-app .pds-footer-plus-buttons .pds-button-group-forms button, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button {
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px;
      width: 100%; }
    .pds-app .pds-footer-plus-buttons .pds-button-group-forms button:first-child, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button:first-child {
      margin-right: 10px; }
    @media screen and (min-width: 48em) {
      .pds-app .pds-footer-plus-buttons .pds-button-group-forms, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms {
        justify-content: flex-start; }
        .pds-app .pds-footer-plus-buttons .pds-button-group-forms button, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms button {
          width: auto; } }
    .pds-app .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group {
      width: 100%;
      display: flex;
      flex-direction: row;
      padding-left: 16px;
      padding-right: 16px; }
      @media screen and (min-width: 48em) {
        .pds-app .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group {
          margin: 0 auto;
          min-width: 960px;
          width: auto; } }
      .pds-app .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group .pds-primary, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group .pds-primary {
        background-color: #0066A5; }
      .pds-app .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group .pds-primary:hover, .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group .pds-primary:hover {
        background-color: #005184; }
      .pds-app .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group .pds-primary[disabled], .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group .pds-primary[disabled] {
        background-color: #a4d6f6; }
      .pds-app .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group button:not(.pds-primary), .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group button:not(.pds-primary) {
        border-color: #757575;
        color: #333; }
      .pds-app .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group button:not(.pds-primary)[disabled], .pds-app-constrain .pds-footer-plus-buttons .pds-button-group-forms div.secure-button-group button:not(.pds-primary)[disabled] {
        opacity: .3; }

div.pds-copyright {
  font-size: 10px;
  /*padding: .5rem;*/
  text-align: center;
  background: none;
  max-width: 960px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 30em) {
    div.pds-copyright {
      text-align: right; } }

.is-static {
  position: static;
  margin-bottom: 15px; }

.is-above-footer {
  margin-bottom: 65px; }

.is-fixed {
  margin-bottom: 15px; }

.pds-app.full-screen footer.pds-footer, .full-screen.pds-app-constrain footer.pds-footer, .pds-app.full-screen footer.pds-footer-plus-buttons, .full-screen.pds-app-constrain footer.pds-footer-plus-buttons, .pds-app.full-screen footer.pds-footer-plus-buttons, .full-screen.pds-app-constrain footer.pds-footer-plus-buttons, .pds-app.full-screen footer.pds-footer .pds-button-group-primary, .full-screen.pds-app-constrain footer.pds-footer .pds-button-group-primary, .pds-app.full-screen footer.pds-footer-plus-buttons .pds-button-group-primary, .full-screen.pds-app-constrain footer.pds-footer-plus-buttons .pds-button-group-primary, .pds-app.full-screen footer.pds-footer-plus-buttons .pds-button-group-primary, .full-screen.pds-app-constrain footer.pds-footer-plus-buttons .pds-button-group-primary {
  left: 0; }

div.pds-footer-centered {
  text-align: center; }
  @media screen and (max-width: 47.9375em) {
    div.pds-footer-centered {
      height: auto !important; } }

/*
    This mixin applies the same styles as used in the pds-input > pds-validaiton styles.
    However, it can be used for elements not tied to a pds-input-[type] parent element.
*/
.field-validation-error {
  color: #E41700;
  font-size: 16px;
  padding: 0.3125rem 0 0 0.5rem; }
  .field-validation-error.text-widget-outer-error {
    position: relative;
    bottom: 30px; }

.smartform-validation {
  font-size: 16px;
  background-size: 24px;
  line-height: 14px;
  padding: 15px 15px 15px 40px;
  min-height: 30px; }

.forms-top-menu {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  padding: 15px 16px;
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #E0E0E0;
  z-index: 5000; }
  @media screen and (min-width: 48em) {
    .forms-top-menu {
      display: none !important; } }
  .forms-top-menu select {
    width: 100%;
    margin: 0px; }
  .forms-top-menu h1 {
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 1.1em; }
  .forms-top-menu .form-title {
    margin-top: 0px; }

.pds-main-forms {
  border-bottom: none;
  margin-bottom: 3rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin-top: 60px; }
  .pds-main-forms table th {
    border-top: 1px solid #e0e0e0; }
  .pds-main-forms table th:first-child {
    border-top-left-radius: 4px; }
  .pds-main-forms table th:last-child {
    border-top-right-radius: 4px; }
  .pds-main-forms .pds-input-select {
    margin-bottom: 1.5rem; }
    .pds-main-forms .pds-input-select label {
      margin-bottom: 0.3125rem; }
  .pds-main-forms form {
    padding-left: 16px;
    padding-right: 16px; }
  .pds-main-forms p {
    text-overflow: ellipsis; }
  .pds-main-forms button {
    height: 32px;
    padding-top: 0.4rem; }
  .pds-main-forms button.pds-primary {
    background-color: #0066A5; }
  .pds-main-forms button.pds-primary:hover {
    background-color: #005184; }
  .pds-main-forms button:not(.pds-primary) {
    border-color: #757575;
    color: #333; }
  .pds-main-forms button:not(.pds-primary)[disabled] {
    opacity: .3; }
  .pds-main-forms button.address-validation-button {
    min-width: 182px; }
  .pds-main-forms .school-locator-preview-test {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-color: #757575;
    border-style: dashed;
    border-radius: 4px;
    margin-top: 24px;
    display: flex; }
    .pds-main-forms .school-locator-preview-test tr {
      border: none; }
    .pds-main-forms .school-locator-preview-test td {
      border: none;
      height: 38px; }
    .pds-main-forms .school-locator-preview-test .td-padding-text {
      padding-left: 13px; }
    .pds-main-forms .school-locator-preview-test .right-text {
      text-align: right; }
    .pds-main-forms .school-locator-preview-test .trRowSpacer {
      height: 5px; }
    .pds-main-forms .school-locator-preview-test .school-locator-preview-info-icon {
      background: url("../../dist/img/information-circle-s.svg") no-repeat center center;
      width: 25px; }
    .pds-main-forms .school-locator-preview-test .school-locator-preview-checkmark-icon {
      background: url("../../dist/img/checkmark-green.svg") no-repeat;
      width: 25px;
      height: 25px;
      display: inline-block;
      margin-top: 10px;
      margin-left: 13px; }
    .pds-main-forms .school-locator-preview-test .school-locator-preview-notfound-icon {
      background: url("../../dist/img/no-sign.svg") no-repeat;
      width: 28px;
      height: 28px;
      display: inline-block;
      margin-top: 5px;
      margin-left: 13px; }
  .pds-main-forms .pds-input-upload div {
    border-color: #f7f7f7; }
    .pds-main-forms .pds-input-upload div .action-forms-delete-document-img {
      height: 22px; }
    .pds-main-forms .pds-input-upload div .action-forms-delete-image-img {
      height: 22px; }
  .pds-main-forms .pds-input-upload button {
    height: 32px;
    font-size: 16px;
    padding-top: 0.4rem; }
  .pds-main-forms .pds-input-upload p {
    font-size: 14px; }
  .pds-main-forms .pds-input-upload div.action-forms-delete-image.pds-readonly-data p span, .pds-main-forms .pds-input-upload div.action-forms-delete-image.pds-readonly-data-long p span {
    margin-top: 0.3rem; }
  .pds-main-forms .pds-input-upload div.action-forms-delete-image.pds-readonly-data p img, .pds-main-forms .pds-input-upload div.action-forms-delete-image.pds-readonly-data-long p img {
    height: 30px; }
  .pds-main-forms .pds-input-upload div.action-forms-delete-image.pds-readonly-data-long p span {
    margin-top: 0.3rem; }
  .pds-main-forms .pds-input-upload div.action-forms-delete-image.pds-readonly-data-long p img {
    height: 30px; }
  .pds-main-forms .pds-input-upload .action-forms-delete-image-img {
    margin-top: 0.2rem; }
  @media screen and (min-width: 48em) {
    .pds-main-forms input.pds-text-widget {
      width: 75%; }
    .pds-main-forms .pds-input-select select {
      width: 75%; }
    .pds-main-forms textarea {
      width: 75%;
      max-width: 470px; }
    .pds-main-forms .school-locator-preview-test {
      width: 75%;
      max-width: 470px; } }
  @media screen and (max-width: 47.9375em) {
    .pds-main-forms input.pds-text-widget {
      width: 100%;
      max-width: none; }
    .pds-main-forms .pds-input-select select {
      width: 100%;
      max-width: none; }
    .pds-main-forms textarea {
      width: 100%;
      max-width: none; }
    .pds-main-forms .school-locator-preview-test {
      width: 100%;
      max-width: none; } }
  .pds-main-forms .pds-readonly-data, .pds-main-forms .pds-readonly-data-long {
    padding: 0.2rem 0.5rem; }
    @media screen and (min-width: 48em) {
      .pds-main-forms .pds-readonly-data, .pds-main-forms .pds-readonly-data-long {
        width: 75%; } }
    @media screen and (max-width: 47.9375em) {
      .pds-main-forms .pds-readonly-data, .pds-main-forms .pds-readonly-data-long {
        width: 100%;
        max-width: none; } }
  .pds-main-forms .button-delete:hover {
    color: #e41700; }
  .pds-main-forms h1,
  .pds-main-forms h2,
  .pds-main-forms h3,
  .pds-main-forms h4:not(.school-results-panel-results-item-heading),
  .pds-main-forms h5,
  .pds-main-forms h6 {
    padding: 0; }
  .pds-main-forms h1 {
    margin: 30px 0; }
  .pds-main-forms h2 {
    margin: 28px 0; }
  .pds-main-forms h3 {
    margin: 25px 0; }
  .pds-main-forms h4 {
    margin: 22px 0; }
  .pds-main-forms h5 {
    margin: 20px 0; }
  .pds-main-forms h6 {
    margin: 18px 0; }

.secure-forms-preview-legend {
  display: none;
  padding-top: 14px;
  margin-bottom: 30px; }
  .secure-forms-preview-legend.secure-public-form {
    padding-top: 0px; }
  .secure-forms-preview-legend.in-form {
    padding-top: 30px; }
  .secure-forms-preview-legend .secure-preview-legend {
    max-width: 600px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
    .secure-forms-preview-legend .secure-preview-legend .legend-description {
      width: 100%;
      padding: 0px;
      text-align: center; }
    .secure-forms-preview-legend .secure-preview-legend .legend-items {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 0px; }
      @media screen and (min-width: 48em) {
        .secure-forms-preview-legend .secure-preview-legend .legend-items {
          flex-wrap: nowrap; } }
      .secure-forms-preview-legend .secure-preview-legend .legend-items div {
        width: 100%;
        margin-top: 10px;
        min-height: 32px;
        padding: 0.2rem 0.5rem;
        font-weight: 700;
        flex-basis: 100%; }
        @media screen and (min-width: 48em) {
          .secure-forms-preview-legend .secure-preview-legend .legend-items div {
            flex-basis: 48%; } }
        .secure-forms-preview-legend .secure-preview-legend .legend-items div.legend-readonly {
          margin-right: 0px;
          border-radius: 4px;
          height: 32px;
          font-size: 14px;
          border-color: #757575; }
          @media screen and (min-width: 48em) {
            .secure-forms-preview-legend .secure-preview-legend .legend-items div.legend-readonly {
              margin-right: 15px; } }

.secure-forms-preview-legend .secure-preview-legend .legend-items .legend-hidden,
.preview-override-hidden pds-text-widget .pds-is-readonly.pds-input-text input,
.preview-override-hidden.pds-is-readonly.pds-input-select select {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-color: #757575;
  border-style: dashed;
  border-radius: 4px;
  height: 32px;
  font-size: 14px; }

.secure-forms-preview-legend .secure-preview-legend .legend-items .legend-readonly,
.preview-override pds-text-widget .pds-is-readonly.pds-input-text input,
.preview-override.pds-is-readonly.pds-input-select select {
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-color: #f7f7f7; }

.preview-override pds-text-widget .pds-is-readonly.pds-input-text input {
  border-color: #757575;
  display: block; }

.preview-override pds-text-widget .pds-is-readonly.pds-input-text .pds-readonly-data, .preview-override pds-text-widget .pds-is-readonly.pds-input-text .pds-readonly-data-long {
  display: none; }

.preview-override.pds-is-readonly.pds-input-select select {
  display: block;
  border-color: #757575; }

.preview-override-hidden pds-text-widget .pds-is-readonly.pds-input-text input {
  display: block; }

.preview-override-hidden pds-text-widget .pds-is-readonly.pds-input-text .pds-readonly-data, .preview-override-hidden pds-text-widget .pds-is-readonly.pds-input-text .pds-readonly-data-long {
  display: none; }

.preview-override-hidden.pds-is-readonly.pds-input-select select {
  display: block; }

.preview-override-review pds-text-widget .pds-is-readonly.pds-input-text input {
  display: none;
  background-color: #f7f7f7; }

.preview-override-review pds-text-widget .pds-is-readonly.pds-input-text .pds-readonly-data, .preview-override-review pds-text-widget .pds-is-readonly.pds-input-text .pds-readonly-data-long {
  display: block; }

.preview-override-review.pds-is-readonly.pds-input-select select {
  display: none;
  background-color: #757575; }

.pds-top-bar-title select, .pds-top-bar-title .pds-input-select {
  margin-bottom: 0px; }

.pds-app .pds-main-forms .pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-side-nav-forms {
  /* 
        This forces a space at the bottom of the side nav so that forms with many pages
        will not push the last items below the visible/scrollable range.
    */ }
  @media screen and (max-width: 47.9375em) {
    .pds-app .pds-main-forms .pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-side-nav-forms {
      display: none !important; } }
  .pds-app .pds-main-forms .pds-side-nav-forms .sidebar-form-name, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .sidebar-form-name {
    text-transform: initial;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    padding: 0px 10px 15px 10px;
    border-bottom: 1px solid #E0E0E0; }
  .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical {
    /*
            This style is used when a action forms sidebar menu item needs to be disabled,
            primarily to disable the payment page when there is an invalid form element.
        */ }
    .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li.pds-is-active > a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li.pds-is-active > a:hover {
      background: #D9EBF4; }
    .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li {
      /*  Fix for SECURE-6115:
                This is a nasty little thing to force iOS Safari to play nice.
                iOS Safari does some wierd stuff with fixed element visiblity when 
                scrolling. When viewing a form with many form pages that extend 
                past the viewport on an iPad, the hidden nav elements would not become 
                visible until after any scrolling was complete. This make it look like it was
                loading slowly. 
                The fix forces the iPad to use hardware acceleration to render the nav elements
                when scrolling. This makes is work like normal.
            */
      -webkit-transform: translate3d(0, 0, 0);
      /*This overrides a PDS style that makes the focused link on the side nav look SUPER dark.*/ }
      .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li a:hover {
        background-color: #fff; }
      .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li a.pds-main-category, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li a.pds-main-category {
        color: inherit;
        padding-left: 10px;
        border-bottom-width: 0px;
        display: block;
        background-image: none;
        /*Override PDS style that puts a left chevron in the background.*/ }
      .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li a.pds-main-category:focus, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li a.pds-main-category:focus {
        background-color: #D9EBF4; }
      .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li a.menu-item-disabled, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li a.menu-item-disabled {
        opacity: .25;
        cursor: default; }
      .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li .pds-menu-vertical-nested > li.menu-item-disabled, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li .pds-menu-vertical-nested > li.menu-item-disabled {
        opacity: .25; }
        .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li .pds-menu-vertical-nested > li.menu-item-disabled > a, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li .pds-menu-vertical-nested > li.menu-item-disabled > a {
          cursor: default; }
      .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li .pds-menu-vertical-nested > li.pds-is-active > a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li .pds-menu-vertical-nested > li.pds-is-active > a:hover {
        background: #D9EBF4; }
      .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li .pds-menu-vertical-nested .pds-menu-title-link a, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical li .pds-menu-vertical-nested .pds-menu-title-link a {
        padding-top: 17px;
        padding-bottom: 17px; }
    .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li.menu-item-disabled, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li.menu-item-disabled {
      opacity: .25; }
      .pds-app .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li.menu-item-disabled > a, .pds-app-constrain .pds-main-forms .pds-side-nav-forms .pds-menu-vertical > li.menu-item-disabled > a {
        cursor: default; }
  .pds-app .pds-main-forms .pds-side-nav-forms div.long-menu-spacer, .pds-app-constrain .pds-main-forms .pds-side-nav-forms div.long-menu-spacer {
    min-height: 94px; }

.pds-app.is-mode-preview .action-forms-delete-document p, .is-mode-preview.pds-app-constrain .action-forms-delete-document p,
.pds-app-full.is-mode-preview .action-forms-delete-document p {
  display: flex;
  margin-bottom: 0px; }

.pds-app.is-mode-preview .action-forms-delete-image p, .is-mode-preview.pds-app-constrain .action-forms-delete-image p,
.pds-app-full.is-mode-preview .action-forms-delete-image p {
  display: flex;
  margin-bottom: 0px; }

.pds-app.is-mode-preview .pds-side-nav-forms, .is-mode-preview.pds-app-constrain .pds-side-nav-forms,
.pds-app-full.is-mode-preview .pds-side-nav-forms {
  height: calc(100vh - 100px); }

.pds-app .pds-input-text, .pds-app-constrain .pds-input-text, .pds-app .pds-input-textarea, .pds-app-constrain .pds-input-textarea,
.pds-app-full .pds-input-text,
.pds-app-full .pds-input-textarea {
  margin-bottom: 1.5rem; }

.action-forms-delete-document {
  margin-bottom: 10px; }
  .action-forms-delete-document p {
    display: flex;
    margin-bottom: 0px; }
    .action-forms-delete-document p span {
      padding-right: 15px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.pds-is-readonly div.action-forms-delete-image.pds-readonly-data, .pds-is-readonly div.action-forms-delete-image.pds-readonly-data-long {
  margin-bottom: 10px;
  display: block;
  padding: 0px;
  width: 100%; }
  .pds-is-readonly div.action-forms-delete-image.pds-readonly-data p, .pds-is-readonly div.action-forms-delete-image.pds-readonly-data-long p {
    display: flex;
    margin-bottom: 0px;
    width: inherit; }
    .pds-is-readonly div.action-forms-delete-image.pds-readonly-data p span, .pds-is-readonly div.action-forms-delete-image.pds-readonly-data-long p span {
      padding-right: 15px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-top: 9px;
      margin-left: 10px; }
    .pds-is-readonly div.action-forms-delete-image.pds-readonly-data p img, .pds-is-readonly div.action-forms-delete-image.pds-readonly-data-long p img {
      max-width: 90px;
      max-height: 44px; }

.action-forms-delete-document-img {
  min-width: 25px;
  margin-left: auto; }
  .action-forms-delete-document-img:focus {
    border-color: transparent;
    border-style: solid;
    border-width: .01px; }
  .action-forms-delete-document-img.trashcan {
    background: url("../../dist/img/trash-s.svg");
    background-repeat: no-repeat; }
    .action-forms-delete-document-img.trashcan:hover {
      background: url("../../dist/img/trash-s-hover.svg");
      background-repeat: no-repeat; }

.action-forms-delete-image-img {
  min-width: 25px;
  max-height: 23.75px;
  margin-top: 8px;
  margin-left: auto;
  padding-left: 10px;
  margin-right: 10px; }
  .action-forms-delete-image-img:focus {
    border-color: transparent;
    border-style: solid;
    border-width: .01px; }
  .action-forms-delete-image-img.trashcan {
    background: url("../../dist/img/trash-s.svg");
    background-repeat: no-repeat; }
    .action-forms-delete-image-img.trashcan:hover {
      background: url("../../dist/img/trash-s-hover.svg");
      background-repeat: no-repeat; }

.image-field-review {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px 0 0; }
  .image-field-review img {
    max-height: 44px;
    max-width: 90px;
    margin-right: 10px; }

.document-field-review {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@media screen and (min-width: 30em) {
  .no-js #secure-side-nav {
    display: none; } }

@media screen and (min-width: 48em) {
  .no-js .forms-top-menu {
    display: none; } }

.pds-edit {
  margin-left: 10px;
  font-weight: normal; }

.pds-app.is-mode-preview .pds-top-bar, .is-mode-preview.pds-app-constrain .pds-top-bar,
.pds-app-full.is-mode-preview .pds-top-bar {
  top: 40px;
  z-index: 5000; }

.pds-app.is-mode-preview .pds-side-nav, .is-mode-preview.pds-app-constrain .pds-side-nav, .pds-app.is-mode-preview .pds-main-forms .pds-side-nav-forms, .pds-app .pds-main-forms .is-mode-preview.pds-app-constrain .pds-side-nav-forms, .pds-app-constrain .pds-main-forms .pds-app.is-mode-preview .pds-side-nav-forms, .is-mode-preview.pds-app-constrain .pds-main-forms .pds-side-nav-forms, .pds-app.is-mode-preview .pds-nav-tier-2, .is-mode-preview.pds-app-constrain .pds-nav-tier-2,
.pds-app-full.is-mode-preview .pds-side-nav,
.pds-app-full.is-mode-preview .pds-app .pds-main-forms .pds-side-nav-forms,
.pds-app .pds-main-forms .pds-app-full.is-mode-preview .pds-side-nav-forms,
.pds-app-full.is-mode-preview .pds-app-constrain .pds-main-forms .pds-side-nav-forms,
.pds-app-constrain .pds-main-forms .pds-app-full.is-mode-preview .pds-side-nav-forms,
.pds-app-full.is-mode-preview .pds-nav-tier-2 {
  top: 100px; }

.pds-app.is-mode-preview .pds-main, .is-mode-preview.pds-app-constrain .pds-main, .pds-app.is-mode-preview .pds-main-forms, .is-mode-preview.pds-app-constrain .pds-main-forms,
.pds-app-full.is-mode-preview .pds-main,
.pds-app-full.is-mode-preview .pds-main-forms {
  margin-top: 100px; }

.pds-app.is-mode-preview .pds-nav-tier-1, .is-mode-preview.pds-app-constrain .pds-nav-tier-1,
.pds-app-full.is-mode-preview .pds-nav-tier-1 {
  top: 100px; }

.pds-app .pds-input-text, .pds-app-constrain .pds-input-text, .pds-app .pds-input-textarea, .pds-app-constrain .pds-input-textarea,
.pds-app-full .pds-input-text,
.pds-app-full .pds-input-textarea {
  margin-bottom: 1.5rem; }

.error-message {
  color: #e41700; }

.preview-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  background: #e41700;
  z-index: 6000; }
  .is-mode-preview .preview-banner {
    display: flex; }
  .preview-banner .preview-title {
    text-align: center;
    padding-left: 10px;
    flex: 1; }
    @media screen and (min-width: 30em) {
      .preview-banner .preview-title {
        padding-left: 0px; } }
    .preview-banner .preview-title h4 {
      margin: 0;
      padding: 0;
      line-height: 0px;
      margin-top: 10px;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .preview-banner .preview-title span {
      color: #fff;
      margin: 0;
      padding: 0;
      line-height: 14px;
      font-size: 12px;
      font-weight: 400; }
  .preview-banner .preview-buttons {
    position: fixed;
    right: 0;
    top: 0px;
    outline: none; }
    .preview-banner .preview-buttons a {
      display: inline-block;
      background-color: blue;
      width: 44px;
      height: 40px;
      outline: none;
      margin-left: -2px;
      margin-right: -2px; }
      .preview-banner .preview-buttons a.chevron {
        background: url("../../dist/img/refresh.svg");
        background-repeat: no-repeat;
        color: #FFFFFF;
        background-size: 17px 20px;
        background-position: center;
        flex: 1; }
      .preview-banner .preview-buttons a.settings {
        background: url("../../dist/img/settings.svg");
        background-repeat: no-repeat;
        color: #FFFFFF;
        background-size: 20px 20px;
        background-position: center;
        flex: 1; }
    .preview-banner .preview-buttons a:hover, .preview-banner .preview-buttons a:active {
      background-color: #c71f16; }
    .preview-banner .preview-buttons .preview-dropdown.preview-dropdown-is-open {
      display: block;
      z-index: 6000; }
    .preview-banner .preview-buttons .preview-settings-menu {
      display: none;
      top: 40px;
      left: auto;
      right: 0;
      position: absolute;
      padding: 0;
      background-color: #ffffff;
      border-right: 1px solid #DDDDDD;
      border-bottom: 1px solid #DDDDDD;
      border-left: 1px solid #DDDDDD;
      box-shadow: -2px 10px 15px rgba(0, 0, 0, 0.2);
      margin: 0;
      min-width: 275px; }
    .preview-banner .preview-buttons .settings-menu-items {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      margin-top: 10px;
      padding-left: 15px;
      padding-right: 15px; }
    .preview-banner .preview-buttons .settings-menu-item {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      height: 44px; }
      .preview-banner .preview-buttons .settings-menu-item label.menu-item-label {
        min-width: 100px;
        margin-right: 30px;
        padding: 0px;
        font-size: 16px; }
      .preview-banner .preview-buttons .settings-menu-item.pds-switch > .menu-item-label {
        margin-top: 9px; }
      .preview-banner .preview-buttons .settings-menu-item.field-attribute-item > .menu-item-label {
        margin-top: 2px; }
      .preview-banner .preview-buttons .settings-menu-item button {
        height: 30px;
        padding: 5px 10px 5px 10px;
        margin-bottom: 0px;
        font-size: 16px;
        width: initial; }
  .preview-banner .preview-back {
    position: fixed;
    left: 0;
    top: 0px;
    padding: 0px;
    height: 40px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    outline: none; }
    .preview-banner .preview-back:hover {
      background-color: #c71f16; }
    .preview-banner .preview-back a {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 7px;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      height: 40px;
      outline: none; }
      .preview-banner .preview-back a:hover, .preview-banner .preview-back a:active {
        background-color: #c71f16; }
      .preview-banner .preview-back a img {
        width: 10px;
        margin-right: 0px; }
      .preview-banner .preview-back a span {
        display: inline-block;
        width: auto;
        position: relative;
        top: 2px; }

.preview-switch-menu {
  height: 44px; }
  .preview-switch-menu .pds-switch-paddle {
    right: -45px;
    top: 6px; }
    .preview-switch-menu .pds-switch-paddle span {
      color: black;
      position: fixed;
      right: 100px;
      top: 56px;
      font-weight: normal;
      font-size: 16px; }

.preview-image-has-background {
  background-color: #c71f16 !important; }

.preview-field-name {
  display: none;
  margin-left: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #cf00d6; }

.force-inline-block {
  display: inline-block; }

.submit-button-container {
  display: flex;
  padding: 0px; }
  .submit-button-container button:first-child {
    margin-right: 5px; }
  .submit-button-container button:last-child {
    margin-left: 5px; }
  @media screen and (min-width: 30em) {
    .submit-button-container .pds-primary {
      order: -1;
      margin-right: 10px;
      margin-left: 0px; } }

p.pds-readonly-data, p.pds-readonly-data-long {
  margin-bottom: 0px; }

.print-field-upload {
  border: 1px dashed #CCCCCC;
  padding: 5px; }

/* Mimic PDS validation for file input types */
.pds-input-file span.pds-validation {
  color: #e41700;
  font-size: 16px;
  /* padding: 0.3125rem 0 0 0.5rem;*/ }

/* Add a space between the Previous and Submit buttons for public forms.*/
@media screen and (min-width: 30em) {
  #public-form-submit {
    margin-top: 1.5rem; } }

/* Aligned Previous button as Submit button for public forms.*/
@media screen and (min-width: 30em) {
  #public-form-previous {
    margin-top: 1.5rem; } }

/* Aligned cancel button as Submit button for public YRU forms.*/
@media screen and (min-width: 30em) {
  #yru-form-cancel {
    margin-top: 1.5rem; } }

.pds-app-full.validation-report .form-title-container {
  flex: 1 1 none;
  justify-content: center; }
  .pds-app-full.validation-report .form-title-container .form-title {
    text-align: center;
    padding-top: 0px; }

.pds-app-full.validation-report main.pds-main-forms {
  margin-top: 0px; }

.pds-app-full.validation-report .validation-report-body {
  margin-bottom: 7rem; }

.pds-app-full.validation-report .validation-report-container {
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 30.0625em) {
  .pds-app .pds-main-forms, .pds-app-constrain .pds-main-forms {
    margin-top: 80px; } }

@media screen and (min-width: 75em) {
  .pds-app .pds-main-forms, .pds-app-constrain .pds-main-forms {
    margin-top: 80px; } }

@media screen and (min-width: 30.0625em) {
  .pds-app.is-mode-preview .pds-main-forms, .is-mode-preview.pds-app-constrain .pds-main-forms {
    margin-top: 120px; } }

@media screen and (min-width: 75em) {
  .pds-app.is-mode-preview .pds-main-forms, .is-mode-preview.pds-app-constrain .pds-main-forms {
    margin-top: 120px; } }

.pds-app-full .pds-main-forms {
  margin-top: 80px; }

.pds-app-full.is-mode-preview .pds-main-forms {
  margin-top: 120px; }

.pds-messages-floating {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  padding: 10px 1rem 0 1rem; }

.pds-messages-floating.pds-messages-floating-preview {
  top: 100px; }

@media screen and (min-width: 48em) {
  .pds-messages-floating {
    left: 250px; }
  .pds-messages-floating.no-nav {
    left: 0px; } }

.pds-messages-floating .pds-message-success, .pds-messages-floating .pds-message-info, .pds-messages-floating .pds-message-error, .pds-messages-floating .smartform-validation, .pds-messages-floating .pds-message-warning {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative; }

.pds-message-success a.pds-message-dismiss, .pds-message-info a.pds-message-dismiss, .pds-message-error a.pds-message-dismiss, .smartform-validation a.pds-message-dismiss, .pds-message-warning a.pds-message-dismiss, .pds-message-bland a.pds-message-dismiss {
  text-decoration: none;
  position: absolute;
  right: 10px;
  color: inherit; }

[type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type:before {
  top: 8px;
  border-color: #757575; }

[type="checkbox"]:checked ~ .pds-label-text:first-of-type,
[type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type {
  padding-top: 10px;
  display: inline;
  pointer-events: all; }

[type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type:after,
[type="checkbox"]:not(:checked):focus ~ .pds-label-text:first-of-type:before {
  top: 12px;
  border-color: #757575; }

[type="checkbox"]:checked ~ .pds-label-text:first-of-type:after,
[type="checkbox"]:checked:focus ~ .pds-label-text:first-of-type:before {
  border-color: #137abb; }

[type="radio"]:not(:checked) ~ .pds-label-text:first-of-type:before,
[type="radio"]:not(:checked) ~ .pds-label-text:first-of-type:after {
  border-color: #757575; }

[type="radio"]:checked ~ .pds-label-text:first-of-type:before,
[type="radio"]:checked ~ .pds-label-text:first-of-type:after {
  border-color: #137abb; }

[type="radio"]:checked ~ .pds-label-text:first-of-type,
[type="radio"]:not(:checked) ~ .pds-label-text:first-of-type {
  padding-top: 12px;
  pointer-events: all; }

p.pds-label-text {
  margin-bottom: 0px;
  font-size: 14px; }

.requiredBadgeVisibilityOverride pds-text-widget .pds-field-badge {
  display: none !important; }

.requiredBadgeVisibilityOverride .pds-field-badge.pds-is-elevated, .requiredBadgeVisibilityOverride .pds-button-stack a.paynow div.pds-field-badge, .pds-button-stack a.paynow .requiredBadgeVisibilityOverride div.pds-field-badge, .requiredBadgeVisibilityOverride .pds-button-stack a.edit div.pds-field-badge, .pds-button-stack a.edit .requiredBadgeVisibilityOverride div.pds-field-badge, .requiredBadgeVisibilityOverride .pds-button-stack a.editbutton div.pds-field-badge, .pds-button-stack a.editbutton .requiredBadgeVisibilityOverride div.pds-field-badge {
  display: none !important; }

button[disabled],
html input[disabled] {
  cursor: default; }

form li {
  margin: 0 0 10px 0; }

fieldset.pds-is-readonly ul {
  display: none; }

fieldset.pds-is-readonly .pds-readonly-data, fieldset.pds-is-readonly .pds-readonly-data-long {
  display: initial; }

.secure-is-hidden {
  display: none !important; }

@media screen and (min-width: 30em) {
  .button-stack {
    width: 75%;
    max-width: 470px; } }

.button-stack .pds-button-stack li {
  margin: 0px; }

@media screen and (min-width: 30em) {
  .choose-student {
    width: 75%;
    max-width: 470px; } }

@media screen and (min-width: 30em) {
  .add-student input.pds-text-widget {
    width: 75%;
    max-width: 470px; } }

.body-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.pds-two-column-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  @media screen and (min-width: 40em) {
    .pds-two-column-row {
      flex: 0 0 100%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 100%; } }
  @media screen and (min-width: 40em) and (min-width: 30em) {
    .pds-two-column-row {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .pds-two-column-row .pds-fields.left-column, .pds-two-column-row .pds-fields.right-column {
    width: 100%; }
    @media screen and (min-width: 40.0625em) {
      .pds-two-column-row .pds-fields.left-column, .pds-two-column-row .pds-fields.right-column {
        flex: 0 0 50%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 50%; } }
  @media screen and (min-width: 40.0625em) and (min-width: 30em) {
    .pds-two-column-row .pds-fields.left-column, .pds-two-column-row .pds-fields.right-column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .pds-two-column-row .pds-fields.left-column {
    padding-left: 0px; }

div[class^='pds-message']:last-of-type {
  margin-bottom: 1.25rem; }

body:focus {
  outline: none; }

.pds-main .pds-readonly-data, .pds-main-forms .pds-readonly-data, .pds-main .pds-readonly-data-long, .pds-main-forms .pds-readonly-data-long {
  min-height: 32px; }
  @media screen and (min-width: 48em) {
    .pds-main .pds-readonly-data, .pds-main-forms .pds-readonly-data, .pds-main .pds-readonly-data-long, .pds-main-forms .pds-readonly-data-long {
      width: 75%;
      height: 32px;
      font-size: 14px;
      border-color: #f7f7f7; } }
  @media screen and (max-width: 47.9375em) {
    .pds-main .pds-readonly-data, .pds-main-forms .pds-readonly-data, .pds-main .pds-readonly-data-long, .pds-main-forms .pds-readonly-data-long {
      width: 100%;
      max-width: none;
      height: 32px;
      font-size: 14px;
      border-color: #f7f7f7; } }

.pds-main input.pds-text-widget, .pds-main-forms input.pds-text-widget {
  height: 32px;
  font-size: 14px;
  border-color: #757575;
  border-radius: 4px; }

.pds-main .pds-input-select select, .pds-main-forms .pds-input-select select {
  height: 32px;
  font-size: 14px;
  border-color: #757575;
  padding: 0.2rem 0.5rem; }

.pds-main .pds-input-radio .pds-label-text, .pds-main-forms .pds-input-radio .pds-label-text {
  font-size: 14px; }

.pds-main .pds-input-radio label, .pds-main-forms .pds-input-radio label {
  width: -moz-fit-content;
  width: fit-content; }

.pds-main .pds-input-radio li, .pds-main-forms .pds-input-radio li {
  margin-bottom: 0px; }

.pds-main .pds-readonly-data-long, .pds-main-forms .pds-readonly-data-long {
  font-size: 14px;
  height: 7rem; }

.pds-main textarea, .pds-main-forms textarea {
  height: 32px;
  font-size: 14px;
  border-color: #757575;
  border-radius: 4px; }

.pds-main .forms-top-menu select, .pds-main-forms .forms-top-menu select {
  height: 32px;
  font-size: 14px;
  border-color: #757575;
  padding: 0.2rem 0.5rem; }

.pds-main select, .pds-main-forms select {
  background-size: 32px 32px;
  background-position: 100% 40%; }

.pds-main div .pds-input-text, .pds-main-forms div .pds-input-text, .pds-main div .pds-input-textarea, .pds-main-forms div .pds-input-textarea, .pds-main div .pds-input-select, .pds-main-forms div .pds-input-select, .pds-main div .pds-input-upload, .pds-main-forms div .pds-input-upload, .pds-main div .pds-message-error, .pds-main-forms div .pds-message-error, .pds-main div .smartform-validation, .pds-main-forms div .smartform-validation {
  margin-bottom: 1.5rem; }
  .pds-main div .pds-input-text label, .pds-main-forms div .pds-input-text label, .pds-main div .pds-input-textarea label, .pds-main-forms div .pds-input-textarea label, .pds-main div .pds-input-select label, .pds-main-forms div .pds-input-select label, .pds-main div .pds-input-upload label, .pds-main-forms div .pds-input-upload label, .pds-main div .pds-message-error label, .pds-main-forms div .pds-message-error label, .pds-main div .smartform-validation label, .pds-main-forms div .smartform-validation label {
    margin-bottom: 0.3125rem; }

.pds-main div .pds-input-text .pds-help-text:empty, .pds-main-forms div .pds-input-text .pds-help-text:empty, .pds-main div .pds-input-textarea .pds-help-text:empty, .pds-main-forms div .pds-input-textarea .pds-help-text:empty {
  margin-top: -0.29rem; }

.pds-main div .pds-input-text .pds-validation:empty, .pds-main-forms div .pds-input-text .pds-validation:empty, .pds-main div .pds-input-textarea .pds-validation:empty, .pds-main-forms div .pds-input-textarea .pds-validation:empty {
  padding-top: 0rem; }

.pds-main div .pds-input-checkbox, .pds-main-forms div .pds-input-checkbox, .pds-main div .pds.pds-input-radio, .pds-main-forms div .pds.pds-input-radio {
  pointer-events: none; }

.pds-main div .pds-input-radio, .pds-main-forms div .pds-input-radio {
  margin-bottom: 0.9325rem; }
  .pds-main div .pds-input-radio legend, .pds-main-forms div .pds-input-radio legend {
    margin-bottom: -0.3125rem; }
  .pds-main div .pds-input-radio .pds-help-text, .pds-main-forms div .pds-input-radio .pds-help-text {
    margin-bottom: -0.5rem;
    margin-top: 4px; }

.pds-main div .pds-input-checkbox, .pds-main-forms div .pds-input-checkbox {
  margin-top: 1.815rem;
  margin-bottom: 1.56rem; }
  .pds-main div .pds-input-checkbox .pds-help-text, .pds-main-forms div .pds-input-checkbox .pds-help-text {
    margin-top: -8px;
    margin-bottom: -3px; }

.pds-main div .pds-input-checkbox + .pds-input-checkbox, .pds-main-forms div .pds-input-checkbox + .pds-input-checkbox {
  margin-top: -0.25rem; }

.pds-main div .pds-input-checkbox + .pds-input-radio, .pds-main-forms div .pds-input-checkbox + .pds-input-radio {
  margin-top: 1.25rem; }

.pds-main div .pds-input-radio + .pds-input-select, .pds-main-forms div .pds-input-radio + .pds-input-select {
  margin-top: 0px; }

.pds-main div .pds-input-upload button, .pds-main-forms div .pds-input-upload button {
  margin-bottom: 0px; }

.pds-main button.pds-primary, .pds-main-forms button.pds-primary {
  background-color: #0066A5; }

.pds-main button.pds-primary:hover, .pds-main-forms button.pds-primary:hover {
  background-color: #005184; }

.pds-main button.pds-primary[disabled], .pds-main-forms button.pds-primary[disabled] {
  background-color: #a4d6f6; }

.pds-main button, .pds-main-forms button {
  height: 32px;
  padding-top: 0.4rem; }

.pds-main button:not(.pds-primary), .pds-main-forms button:not(.pds-primary) {
  border-color: #757575;
  color: #333; }

.pds-main button:not(.pds-primary)[disabled], .pds-main-forms button:not(.pds-primary)[disabled] {
  opacity: .3; }

.pds-main .pds-modal-title, .pds-main-forms .pds-modal-title {
  padding: 0px;
  margin: 0px; }

body .link-is-disabled {
  pointer-events: none; }

.home-forms.pds-two-column-row {
  padding-left: 0px; }

@media screen and (max-width: 40em) {
  .home-forms section:first-of-type div:first-of-type h2:first-of-type {
    padding-top: 0px; } }

@media screen and (max-width: 40em) {
  .home-forms div.submitted-forms-buttons {
    flex-direction: column; } }

@media screen and (min-width: 40.0625em) {
  .home-forms section div:first-of-type h2:first-of-type {
    padding-top: 0px; } }

.home-forms h2 {
  padding-top: 2.5rem;
  padding-bottom: 0.625rem; }

.home-forms div.pds-button-stack-note.outstanding-fees {
  font-size: 0.875rem;
  color: #e41700; }

@media screen and (min-width: 30em) {
  .home-forms .pds-title-bar.mobile {
    display: none !important; } }

.home-forms .pds-title-bar.desktop {
  display: none !important;
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%; }
  @media screen and (min-width: 30em) {
    .home-forms .pds-title-bar.desktop {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.home-forms .pds-recommendation-text {
  margin: 0 0 10px 0; }

.home-forms .button-delete:hover {
  color: #e41700; }

.pds-input-radio > ul, .pds-input-checkbox > ul, .pds-select-search > ul, .pds-menu-dropdown, .pds-top-bar .pds-top-bar-hamburger .pds-top-bar-menu, .pds-top-bar .pds-top-bar-left .pds-top-bar-menu, .pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu, .pds-button-stack, .result-blocks, .payment-totals, .school-locator .map-keys {
  margin: 0;
  padding: 0;
  list-style: none; }

.pds-select-search li a, .pds-side-nav a, .pds-app .pds-main-forms .pds-side-nav-forms a, .pds-app-constrain .pds-main-forms .pds-side-nav-forms a, .pds-app .pds-nav-tier-2 a, .pds-app-constrain .pds-nav-tier-2 a, .pds-app-full .pds-nav-tier-2 a, .pds-top-bar a, .pds-global-tabs .pds-tabs li > a, .pds-scoped-tabs .pds-tabs li > a, .pds-button-stack a {
  text-decoration: none; }
  .pds-select-search li a:hover, .pds-side-nav a:hover, .pds-app .pds-main-forms .pds-side-nav-forms a:hover, .pds-app-constrain .pds-main-forms .pds-side-nav-forms a:hover, .pds-app .pds-nav-tier-2 a:hover, .pds-app-constrain .pds-nav-tier-2 a:hover, .pds-app-full .pds-nav-tier-2 a:hover, .pds-top-bar a:hover, .pds-global-tabs .pds-tabs li > a:hover, .pds-scoped-tabs .pds-tabs li > a:hover, .pds-button-stack a:hover, .pds-select-search li a:focus, .pds-side-nav a:focus, .pds-app .pds-main-forms .pds-side-nav-forms a:focus, .pds-app-constrain .pds-main-forms .pds-side-nav-forms a:focus, .pds-app .pds-nav-tier-2 a:focus, .pds-app-constrain .pds-nav-tier-2 a:focus, .pds-app-full .pds-nav-tier-2 a:focus, .pds-top-bar a:focus, .pds-global-tabs .pds-tabs li > a:focus, .pds-scoped-tabs .pds-tabs li > a:focus, .pds-button-stack a:focus {
    text-decoration: none; }

.pds-button-stack {
  border: 1px solid #ccc;
  border-radius: 4px; }
  .pds-button-stack.has-detail-notes li {
    min-height: 3.5rem; }
  .pds-button-stack li {
    display: flex;
    flex: 1;
    align-items: stretch;
    border-bottom: 1px solid #ccc; }
    .pds-button-stack li .button {
      flex: 1 1 0px; }
    .pds-button-stack li:hover {
      background: #f7f7f7; }
    .pds-button-stack li:last-of-type {
      border-bottom: none; }
    .pds-button-stack li:first-of-type:hover {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .pds-button-stack li:last-of-type:hover {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pds-button-stack .submitted-forms-buttons {
    display: flex;
    flex-direction: row; }
  .pds-button-stack a {
    display: flex;
    margin: 0;
    padding: 0.9375rem;
    justify-content: center; }
    .pds-button-stack a > span:first-of-type {
      color: #137ABB;
      font-size: 1rem;
      font-weight: bold;
      width: 100%; }
    .pds-button-stack a.button {
      background-color: initial;
      flex-direction: column;
      text-align: left;
      align-items: flex-start;
      line-height: 1.2rem;
      background-color: transparent; }
    .pds-button-stack a span.student-name {
      font-weight: normal;
      margin-left: 5px;
      color: #137ABB;
      word-break: break-word; }
    .pds-button-stack a .pds-button-stack-note {
      font-size: 0.875rem;
      color: #666; }
    .pds-button-stack a .pds-button-rejected-note {
      font-size: 0.875rem;
      font-weight: 400;
      color: #D80000; }
    .pds-button-stack a .pds-pending-status {
      font-size: 14px;
      font-weight: 500;
      color: #00427C; }
    .pds-button-stack a .pds-approved-status {
      color: #218900;
      font-size: 14px;
      font-weight: 500; }
    .pds-button-stack a.trashcan {
      background: url(../../dist/img/trash-s.svg);
      background-repeat: no-repeat;
      background-position: right 7.5px center;
      background-size: 1.5rem; }
      .pds-button-stack a.trashcan:hover {
        background: url(../../dist/img/trash-s-hover.svg);
        background-repeat: no-repeat;
        background-position: right 7.5px center;
        background-size: 1.5rem; }
    .pds-button-stack a.paynow {
      max-width: none;
      justify-content: center;
      padding: 0px; }
      .pds-button-stack a.paynow div {
        white-space: nowrap;
        padding: 3px, 12px, 3px, 12px;
        font-size: 16px;
        color: white;
        align-self: center; }
        .pds-button-stack a.paynow div:hover {
          color: white;
          background-color: #ae0000;
          border: 1px solid #ae0000; }
    .pds-button-stack a.edit {
      max-width: none;
      justify-content: center;
      padding: 0px; }
      .pds-button-stack a.edit div {
        white-space: nowrap;
        padding: 3px, 12px, 3px, 12px;
        font-size: 16px;
        color: white;
        align-self: center;
        background-color: #0075DB;
        border: 1px solid #0075DB; }
        .pds-button-stack a.edit div:hover {
          color: white;
          background-color: #00427C;
          border: 1px solid #00427C; }
    .pds-button-stack a.editbutton {
      max-width: none;
      justify-content: center;
      padding: 0px; }
      .pds-button-stack a.editbutton div {
        white-space: nowrap;
        padding: 3px, 12px, 3px, 12px;
        font-size: 16px;
        background: white;
        color: #0075DB;
        align-self: center;
        border: 1px solid #0075DB; }
    .pds-button-stack a.pds-split-button-right-icon {
      flex: 1;
      align-content: stretch;
      max-width: 40px; }
    .pds-button-stack a.chevron {
      background: url("../../dist/img/pointer-right-grey.svg");
      background-repeat: no-repeat;
      color: #D3D3D3;
      font-size: 1.25rem;
      padding-right: 15px;
      align-items: center;
      background-size: 8px 15px;
      background-position: 20px, 50%;
      flex: 1;
      border: 1px solid transparent;
      border-radius: 4px; }

.pds-nav-tier-1 {
  display: block; }
  @media screen and (min-width: 48em) {
    .pds-nav-tier-1 {
      display: none; } }
  .pds-nav-tier-1 .secure-user-identifier {
    border-radius: 50%;
    background-color: #137ABB;
    text-align: center;
    color: white;
    margin: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    display: block; }

.pds-app .pds-nav-tier-2, .pds-app-constrain .pds-nav-tier-2, .pds-app-full .pds-nav-tier-2 {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .pds-app .pds-nav-tier-2.pds-is-open, .pds-app-constrain .pds-nav-tier-2.pds-is-open, .pds-app-full .pds-nav-tier-2.pds-is-open {
      display: block !important; } }
  .pds-app .pds-nav-tier-2 .pds-top-bar, .pds-app-constrain .pds-nav-tier-2 .pds-top-bar, .pds-app .pds-nav-tier-2 .pds-top-bar ul, .pds-app-constrain .pds-nav-tier-2 .pds-top-bar ul, .pds-app-full .pds-nav-tier-2 .pds-top-bar, .pds-app-full .pds-nav-tier-2 .pds-top-bar ul {
    background-color: transparent; }

#secure-side-nav {
  display: none;
  background-color: rgba(255, 255, 255, 0.95); }
  @media screen and (min-width: 48em) {
    #secure-side-nav {
      display: block; } }

.pds-top-bar {
  border-bottom: 1px solid #e0e0e0; }
  .pds-top-bar .pds-top-bar-title {
    justify-content: center; }
    @media screen and (min-width: 48em) {
      .pds-top-bar .pds-top-bar-title {
        justify-content: left; } }
  .pds-top-bar .pds-top-bar-hamburger {
    flex: 0 0 50px;
    height: 60px; }
    .pds-top-bar .pds-top-bar-hamburger > a {
      padding: 10px; }
      .pds-top-bar .pds-top-bar-hamburger > a:focus {
        outline: none; }
  .pds-top-bar .pds-top-bar-hamburger > a .pds-hamburger-icon {
    background: #666; }
    .pds-top-bar .pds-top-bar-hamburger > a .pds-hamburger-icon:before, .pds-top-bar .pds-top-bar-hamburger > a .pds-hamburger-icon:after {
      background: #666; }
  .pds-top-bar #language-select-button {
    flex-flow: row nowrap; }
    .pds-top-bar #language-select-button .secure-lang {
      display: none; }
    .pds-top-bar #language-select-button .secure-lang-abbr {
      padding: 0 0 0 4px;
      font-size: 16px; }
    @media screen and (min-width: 48em) {
      .pds-top-bar #language-select-button {
        flex-flow: column nowrap; }
        .pds-top-bar #language-select-button .secure-lang {
          display: inline-block; }
        .pds-top-bar #language-select-button .secure-lang-abbr {
          display: none; } }
  .pds-top-bar .pds-top-bar-right {
    outline: none; }
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link {
      background-color: #EEEEEE; }
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link i {
        margin-bottom: 2px;
        margin-top: 10px; }
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li,
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active),
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active-medium),
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active,
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active-medium {
      width: auto; }
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li a.pds-top-bar-menu-link,
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active) a.pds-top-bar-menu-link,
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active-medium) a.pds-top-bar-menu-link,
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link,
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active-medium a.pds-top-bar-menu-link {
        display: none; }
        .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li a.pds-top-bar-menu-link .i-dashboard-desktop,
        .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active) a.pds-top-bar-menu-link .i-dashboard-desktop,
        .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active-medium) a.pds-top-bar-menu-link .i-dashboard-desktop,
        .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link .i-dashboard-desktop,
        .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active-medium a.pds-top-bar-menu-link .i-dashboard-desktop {
          height: 24px;
          margin-top: 11px; }
        @media screen and (min-width: 48em) {
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li a.pds-top-bar-menu-link,
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active) a.pds-top-bar-menu-link,
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active-medium) a.pds-top-bar-menu-link,
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link,
          .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active-medium a.pds-top-bar-menu-link {
            display: flex;
            outline: none; }
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li a.pds-top-bar-menu-link:active, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li a.pds-top-bar-menu-link:focus,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active) a.pds-top-bar-menu-link:hover,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active) a.pds-top-bar-menu-link:active,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active) a.pds-top-bar-menu-link:focus,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:hover,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:active,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active-medium) a.pds-top-bar-menu-link:focus,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link:hover,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link:active,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link:focus,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active-medium a.pds-top-bar-menu-link:hover,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active-medium a.pds-top-bar-menu-link:active,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active-medium a.pds-top-bar-menu-link:focus {
              background-color: #EEEEEE; }
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li a.pds-top-bar-menu-link i,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active) a.pds-top-bar-menu-link i,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li:not(.pds-is-active-medium) a.pds-top-bar-menu-link i,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active a.pds-top-bar-menu-link i,
            .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-is-active-medium a.pds-top-bar-menu-link i {
              margin-bottom: 2px;
              margin-top: 10px; } }
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-top-bar-right-for-small a.pds-top-bar-menu-link {
      display: flex !important;
      outline: none; }
      .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-top-bar-right-for-small a.pds-top-bar-menu-link:hover, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-top-bar-right-for-small a.pds-top-bar-menu-link:active, .pds-top-bar .pds-top-bar-right .pds-top-bar-menu li.pds-top-bar-right-for-small a.pds-top-bar-menu-link:focus {
        background-color: #EEEEEE; }
    .pds-top-bar .pds-top-bar-right .pds-top-bar-menu .pds-menu-dropdown {
      top: calc(100% + 1px);
      max-width: 400px;
      max-height: 85vh;
      overflow: auto; }
    .pds-top-bar .pds-top-bar-right .secure-user-identifier {
      border-radius: 50%;
      background-color: #137ABB;
      width: 42px;
      height: 42px;
      text-align: center;
      color: white;
      margin: auto;
      line-height: 42px;
      font-size: 18px;
      font-weight: 600;
      display: block; }

.pds-top-bar-menu-text {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #666; }

@media screen and (max-height: 51em) {
  #language-select {
    max-height: 60vh;
    overflow: auto; } }

.pds-menu-dropdown {
  box-shadow: -2px 10px 15px rgba(0, 0, 0, 0.2); }
  .pds-menu-dropdown > li > a {
    padding: 15px; }

.pds-top-bar .pds-top-bar-right .pds-top-bar-menu > li a.pds-top-bar-menu-link {
  padding: 0px 10px;
  border-bottom: 1px solid #e0e0e0; }

.solution-logo {
  max-width: 200px;
  max-height: 40px; }
  @media screen and (min-width: 30em) {
    .solution-logo {
      max-height: 40px;
      max-width: 230px; } }

.pds-top-bar .pds-nav-tier-1 .pds-top-bar-menu > li a.pds-top-bar-menu-link {
  background-size: 28px; }

.pds-nav-tier-2 .pds-menu-vertical a.pds-main-category {
  background-size: 28px; }

.pds-menu-selected {
  background-color: #EEEEEE; }

@media screen and (max-width: 47.9375em) {
  .no-language-selector {
    margin-right: 50px; } }

.language-selector {
  margin-left: 20px;
  margin-right: 0px; }
  @media screen and (min-width: 26.5625em) {
    .language-selector {
      margin-left: 70px;
      margin-right: 50px; } }
  @media screen and (min-width: 40em) {
    .language-selector {
      margin-left: 0px;
      margin-right: 0px; } }

.hide-for-screenreader {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 0px;
  line-height: 0px;
  padding: 0px; }

/*.signin {
    @include flex-grid-row();
    @include breakpoint(small) {
        @include flex-grid-column(12);     
    }
   
}

.pds-fields {
    &.login, &.create-account {
        @include breakpoint(medium) {
            @include flex-grid-column(6);
        }
    }
    &.create-account {
        width: 100%;
    }
}


.pds-two-column-row {
    @include flex-grid-row();
    @include breakpoint(small) {
        @include flex-grid-column(12);     
    }
   
}

.pds-fields {
    &.left-column, &.right-column {
        @include breakpoint(medium) {
            @include flex-grid-column(6);
        }
    }
    &.right-column {
        width: 100%;
    }
}*/
.login-list li {
  margin: 0 0 10px 0; }

.version-number {
  display: inline-block;
  margin-left: 10px; }

.copyright-footer {
  color: #757575;
  font-size: 10px;
  text-align: center; }

.accounts-profile, .accounts-security, .accounts-family-members {
  padding-top: 100px; }
  @media screen and (min-width: 48em) {
    .accounts-profile, .accounts-security, .accounts-family-members {
      padding-top: 0px; }
      .accounts-profile .pds-input-select select, .accounts-security .pds-input-select select, .accounts-family-members .pds-input-select select {
        width: 75%;
        height: 32px;
        font-size: 14px;
        border-color: #757575;
        padding: 0.2rem 0.5rem; }
      .accounts-profile input.pds-text-widget, .accounts-security input.pds-text-widget, .accounts-family-members input.pds-text-widget {
        width: 75%;
        height: 32px;
        font-size: 14px;
        border-color: #757575;
        border-radius: 4px; } }
  @media screen and (max-width: 47.9375em) {
    .accounts-profile, .accounts-security, .accounts-family-members {
      padding-top: 0px; }
      .accounts-profile .pds-input-select select, .accounts-security .pds-input-select select, .accounts-family-members .pds-input-select select {
        width: 100%;
        max-width: none;
        height: 32px;
        font-size: 14px;
        border-color: #757575;
        padding: 0.2rem 0.5rem; }
      .accounts-profile input.pds-text-widget, .accounts-security input.pds-text-widget, .accounts-family-members input.pds-text-widget {
        width: 100%;
        max-width: none;
        height: 32px;
        font-size: 14px;
        border-color: #757575;
        border-radius: 4px; }
      .accounts-profile button, .accounts-security button, .accounts-family-members button {
        width: 100%; } }
  .accounts-profile .pds-readonly-data, .accounts-security .pds-readonly-data, .accounts-family-members .pds-readonly-data, .accounts-profile .pds-readonly-data-long, .accounts-security .pds-readonly-data-long, .accounts-family-members .pds-readonly-data-long {
    min-height: 32px;
    font-size: 14px;
    padding: 0.2rem 0.5rem; }
    @media screen and (min-width: 48em) {
      .accounts-profile .pds-readonly-data, .accounts-security .pds-readonly-data, .accounts-family-members .pds-readonly-data, .accounts-profile .pds-readonly-data-long, .accounts-security .pds-readonly-data-long, .accounts-family-members .pds-readonly-data-long {
        width: 75%; } }
    @media screen and (max-width: 47.9375em) {
      .accounts-profile .pds-readonly-data, .accounts-security .pds-readonly-data, .accounts-family-members .pds-readonly-data, .accounts-profile .pds-readonly-data-long, .accounts-security .pds-readonly-data-long, .accounts-family-members .pds-readonly-data-long {
        max-width: none;
        width: 100%; } }

.accounts-header {
  position: fixed;
  top: 60px;
  width: 100%;
  left: 0px; }
  @media screen and (min-width: 30em) {
    .accounts-header {
      position: relative;
      top: auto;
      left: auto;
      display: flex;
      align-items: center; }
      .accounts-header button {
        margin: 0px; } }

.accounts-sub-header {
  text-align: center; }
  @media screen and (min-width: 30em) {
    .accounts-sub-header {
      display: flex;
      align-items: center; }
      .accounts-sub-header button {
        margin: 0px; } }

.accounts-title {
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #e0e0e0; }
  @media screen and (min-width: 30em) {
    .accounts-title {
      text-align: left;
      background: none;
      border-bottom: none; } }

.accounts-content .accounts-controls {
  display: flex;
  padding: 0px; }
  .accounts-content .accounts-controls button:first-child {
    margin-right: 5px; }
  .accounts-content .accounts-controls button:last-child {
    margin-left: 5px; }
  @media screen and (min-width: 30em) {
    .accounts-content .accounts-controls .pds-primary {
      order: -1;
      margin-right: 10px;
      margin-left: 0px; } }

.accounts-content .field-validation-error {
  font-size: inherit; }
  .accounts-content .field-validation-error p {
    margin-bottom: 6px; }

.accounts-controls {
  background: #ffffff;
  padding: 0.5rem; }
  @media screen and (min-width: 30em) {
    .accounts-controls {
      margin-bottom: 0; } }

.accounts-profile {
  padding-top: 150px; }
  @media screen and (min-width: 30em) {
    .accounts-profile {
      padding-top: 0px; } }

.pds-field-help {
  background: url("../../dist/img/help-s-blue.svg");
  cursor: auto;
  border-bottom: none; }

#create-account-button {
  margin-right: 10px; }

.field-validation-error.text-widget-outer-error {
  position: relative;
  bottom: 14px; }

@media screen and (min-width: 48em) {
  pds-text-widget.max-width-auto-field div.pds-readonly-data.pds-text-widget, pds-text-widget.max-width-auto-field div.pds-text-widget.pds-readonly-data-long {
    max-width: -moz-max-content;
    max-width: max-content;
    width: auto;
    min-width: 470px; } }

.pds-icon, .i-dashboard-desktop, .i-dashboard-mobile, .i-help-desktop, .i-help-mobile, .i-langswitcher-desktop, .i-langswitcher-mobile, .i-save-sign-out-mobile, .i-checkmark-circle-green, .i-checkmark-alt, .custom-checkmark-alt {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat; }
  .pds-icon.trash-can, .trash-can.i-dashboard-desktop, .trash-can.i-dashboard-mobile, .trash-can.i-help-desktop, .trash-can.i-help-mobile, .trash-can.i-langswitcher-desktop, .trash-can.i-langswitcher-mobile, .trash-can.i-save-sign-out-mobile, .trash-can.i-checkmark-circle-green, .trash-can.i-checkmark-alt, .trash-can.custom-checkmark-alt {
    background: url("../../dist/img/trash-s.svg"); }
    .pds-icon.trash-can:hover, .trash-can.i-dashboard-desktop:hover, .trash-can.i-dashboard-mobile:hover, .trash-can.i-help-desktop:hover, .trash-can.i-help-mobile:hover, .trash-can.i-langswitcher-desktop:hover, .trash-can.i-langswitcher-mobile:hover, .trash-can.i-save-sign-out-mobile:hover, .trash-can.i-checkmark-circle-green:hover, .trash-can.i-checkmark-alt:hover, .trash-can.custom-checkmark-alt:hover {
      background: url("../../dist/img/trash-s-hover.svg"); }

.i-dashboard-desktop {
  background-image: url("../../dist/img/dashboard-s-grey-p.svg"); }
  .pds-is-active .i-dashboard-desktop {
    background-image: url("../../dist/img/dashboard-f-grey-p.svg"); }

.i-dashboard-mobile {
  background-image: url("../../dist/img/dashboard-s-mobile.svg"); }
  .pds-is-active .i-dashboard-mobile {
    background-image: url("../../dist/img/dashboard-f-mobile.svg"); }

.i-help-desktop {
  background-image: url("../../dist/img/help-s-grey-p.svg"); }
  .pds-is-active .i-help-desktop {
    background-image: url("../../dist/img/help-f-grey-p.svg"); }

.i-help-mobile {
  background-image: url("../../dist/img/help-s-mobile.svg"); }
  .pds-is-active .i-help-mobile {
    background-image: url("../../dist/img/help-s.svg"); }

.i-langswitcher-desktop {
  background-image: url("../../dist/img/global-s-grey-p.svg"); }
  .pds-is-active .i-langswitcher-desktop {
    background-image: url("../../dist/img/global-f-grey-p.svg"); }

.i-langswitcher-mobile {
  background-image: url("../../dist/img/global-s.svg"); }
  .pds-is-active .i-langswitcher-mobile {
    background-image: url("../../dist/img/global-f.svg"); }

.i-save-sign-out-mobile {
  background-image: url("../../dist/img/close-circle-s-mobile.svg"); }
  .pds-is-active .i-save-sign-out-mobile {
    background-image: url("../../dist/img/close-circle-f.svg"); }

.i-icon-tooltip, .i-tooltip, .i-field-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 0 0 10px;
  background-size: 20px;
  vertical-align: middle; }

.i-tooltip {
  background: url("../../dist/img/help-s-blue.svg") no-repeat center center; }

.i-field-info {
  background: url("../../dist/img/information-circle-s.svg") no-repeat center center; }

.FormViewSection > :nth-child(-n+2).i-field-info, .FormViewSection > :nth-child(-n+2).i-tooltip, .FormViewPage > :nth-child(-n+2).i-field-info, .FormViewPage > :nth-child(-n+2).i-tooltip, .FormViewGroup > :nth-child(-n+2).i-field-info, .FormViewGroup > :nth-child(-n+2).i-tooltip {
  vertical-align: baseline; }

pds-text-widget .i-field-info {
  margin-left: 6px; }

.credit-card-logos {
  display: flex;
  height: 40px; }
  .credit-card-logos .amex-logo {
    width: 42px;
    background: url("../../dist/img/creditcard-amex.svg");
    margin-left: 15px; }
  .credit-card-logos .visa-logo {
    width: 75px;
    background: url("../../dist/img/creditcard-visa.svg");
    margin-left: 15px; }
  .credit-card-logos .mastercard-logo {
    width: 63px;
    background: url("../../dist/img/creditcard-mastercard.svg");
    margin-left: 15px; }
  .credit-card-logos .discover-logo {
    width: 63px;
    background: url("../../dist/img/creditcard-discover.svg");
    margin-left: 15px; }

.i-checkmark-circle-green {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url("../../dist/img/checkmark-circle-s-green.svg") no-repeat center center; }

.i-checkmark-alt {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url("../../dist/img/pds-icon-checkmark-alt.svg") no-repeat center center; }

.custom-checkmark-alt {
  display: inline-block;
  background-size: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  background: url("../../dist/img/pds_icon_checkmark_alt.svg") no-repeat center center; }

.pds-loader, .pds-loader-sm, .pds-loader-lg, .pds-loader-sm, .pds-loader-lg {
  height: 40px;
  text-align: center; }

button > .pds-loader, button > .pds-loader-sm, button > .pds-loader-lg {
  height: 32px; }

.pds-loader .pds-loader-bar, .pds-loader-sm .pds-loader-bar, .pds-loader-lg .pds-loader-bar, .pds-loader-sm .pds-loader-bar, .pds-loader-lg .pds-loader-bar {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin: 16px 2px;
  border-radius: 50%;
  animation: pds-loader-animation 1s ease-in-out infinite; }

.pds-loader .pds-loader-bar:nth-child(1), .pds-loader-sm .pds-loader-bar:nth-child(1), .pds-loader-lg .pds-loader-bar:nth-child(1), .pds-loader-sm .pds-loader-bar:nth-child(1), .pds-loader-lg .pds-loader-bar:nth-child(1) {
  background-color: #EB1313;
  animation-delay: 0s; }

.pds-loader .pds-loader-bar:nth-child(2), .pds-loader-sm .pds-loader-bar:nth-child(2), .pds-loader-lg .pds-loader-bar:nth-child(2), .pds-loader-sm .pds-loader-bar:nth-child(2), .pds-loader-lg .pds-loader-bar:nth-child(2) {
  background-color: #F5691D;
  animation-delay: 0.09s; }

.pds-loader .pds-loader-bar:nth-child(3), .pds-loader-sm .pds-loader-bar:nth-child(3), .pds-loader-lg .pds-loader-bar:nth-child(3), .pds-loader-sm .pds-loader-bar:nth-child(3), .pds-loader-lg .pds-loader-bar:nth-child(3) {
  background-color: #52BA2B;
  animation-delay: 0.18s; }

.pds-loader .pds-loader-bar:nth-child(4), .pds-loader-sm .pds-loader-bar:nth-child(4), .pds-loader-lg .pds-loader-bar:nth-child(4), .pds-loader-sm .pds-loader-bar:nth-child(4), .pds-loader-lg .pds-loader-bar:nth-child(4) {
  background-color: #12B19F;
  animation-delay: 0.27s; }

.pds-loader-sm {
  height: 20px; }

.pds-loader-sm .pds-loader-bar {
  width: 6px;
  height: 6px;
  margin: 7px 0px; }

.pds-loader-lg {
  height: 70px; }

.pds-loader-lg .pds-loader-bar {
  width: 18px;
  height: 18px;
  margin: 25px 4px; }

@keyframes pds-loader-animation {
  0% {
    transform: scale(1) translate(0, 0); }
  20% {
    transform: scale(1.8, 1.8) translate(0, -3px); }
  40% {
    transform: scale(1) translate(0, 0); } }

.snap-options label {
  width: 100%;
  max-width: none; }

@media screen and (min-width: 30em) {
  .directaction-choose-student {
    width: 75%;
    max-width: 470px; } }

@media screen and (min-width: 30em) {
  #add-familymember-form input {
    width: 75%;
    max-width: 470px; } }

.add-family-member-error {
  color: #E41700;
  font-size: 16px;
  display: none; }

.message-forms {
  max-width: 75rem !important; }
  @media screen and (max-width: 30em) {
    .message-forms button {
      max-width: 100%;
      flex: inherit;
      margin-left: 0px; } }
  .message-forms .pds-message-warning {
    margin-bottom: 20px; }
  .message-forms .field-validation-error {
    font-size: inherit; }
    .message-forms .field-validation-error p {
      margin-bottom: 6px; }
  @media screen and (min-width: 40.0625em) {
    .message-forms .left-column {
      border-right: 1px solid #DDDDDD;
      padding-right: 30px !important; }
    .message-forms .right-column {
      padding-left: 30px !important; } }
  @media screen and (min-width: 56.25em) {
    .message-forms input {
      width: 50% !important; } }

.pds-message-centered {
  text-align: center; }

.pds-message {
  margin-left: 10px; }
  .pds-message .pds-message-error, .pds-message .smartform-validation {
    margin-top: 20px; }
  @media screen and (max-width: 30em) {
    .pds-message .pds-button-group, .pds-message .pds-button-group-primary {
      display: block; } }
  .pds-message .pds-has-top-margin {
    margin-top: 1.5rem; }

.pds-message-warning.is-sanitized-warning {
  position: relative;
  top: -25px; }
  @media screen and (min-width: 30em) {
    .pds-message-warning.is-sanitized-warning {
      width: 50%;
      max-width: 470px; } }

.result-blocks {
  padding-top: 30px; }

.result-block {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .result-block:last-child {
    margin-bottom: 0; }

.result-block {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-align: center;
  padding: 0 0 10px 0; }
  .result-block .block-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #f7f7f7;
    padding: 0 3px;
    margin-bottom: 20px;
    min-height: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .result-block h3 {
    color: #333333;
    margin-bottom: 4px;
    padding: 0; }
  .result-block .result-subtitle {
    margin-bottom: 4px;
    color: #767676;
    font-size: 26px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px; }
  .result-block .result-subhead {
    margin-bottom: 25px;
    color: #767676;
    font-size: 22px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px; }
  .result-block .result-icon {
    display: inline-block;
    width: 55px;
    height: 55px; }
  .result-block label {
    margin: 0;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding-left: 0;
    line-height: 1em; }
  .result-block .waitlist-position {
    font-style: italic;
    color: #767676;
    margin-bottom: 0; }
  .result-block .result-actions {
    justify-content: center;
    margin: 25px 25px 0 25px;
    display: flex;
    justify-content: center; }
    .result-block .result-actions button {
      width: auto;
      margin-left: 10px; }
      .result-block .result-actions button:first-child {
        margin-left: 0; }
    @media screen and (min-width: 30em) {
      .result-block .result-actions {
        margin: 0;
        margin-top: 25px; } }
  .result-block .result-actions-empty {
    margin-bottom: 1rem; }

.result-icon i {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: no-repeat center center;
  background-size: contain; }

.result-icon .seated {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'55'%20height%3D'55'%20viewBox%3D'0%200%2055%2055'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%232b9e12%7D.b%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eseated%3C%2Ftitle%3E%3Ccircle%20class%3D'a'%20cx%3D'27.5'%20cy%3D'27.5'%20r%3D'27.5'%2F%3E%3Cpath%20class%3D'b'%20d%3D'M40.85%2022.88v-2h-12v2h6.95l-2.28%208H21.7l-3.09-18.23-1.97.41%203.16%2018.92-1.07%209%201.99.08.96-8.18h11.67l.7%208.16%202-.09-.77-8.86%202.6-9.21h2.97z'%2F%3E%3C%2Fsvg%3E"); }

.result-icon .not-available {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'55'%20height%3D'55'%20viewBox%3D'0%200%2055%2055'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23cbcbcb%7D.b%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Enot-available%3C%2Ftitle%3E%3Ccircle%20class%3D'a'%20cx%3D'27.5'%20cy%3D'27.5'%20r%3D'27.5'%2F%3E%3Ccircle%20class%3D'b'%20cx%3D'14.67'%20cy%3D'28.59'%20r%3D'3'%2F%3E%3Ccircle%20class%3D'b'%20cx%3D'28.36'%20cy%3D'28.59'%20r%3D'3'%2F%3E%3Ccircle%20class%3D'b'%20cx%3D'42.05'%20cy%3D'28.59'%20r%3D'3'%2F%3E%3C%2Fsvg%3E"); }

.result-icon .removed {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'56'%20height%3D'56'%20viewBox%3D'0%200%2056%2056'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23e41700%7D.b%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eremoved%3C%2Ftitle%3E%3Ccircle%20class%3D'a'%20cx%3D'28'%20cy%3D'28'%20r%3D'28'%2F%3E%3Cpath%20class%3D'b'%20d%3D'M13%2026.75h30v3H13z'%2F%3E%3C%2Fsvg%3E"); }

.result-icon .pending {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'55'%20height%3D'55'%20viewBox%3D'0%200%2055%2055'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23cbcbcb%7D.b%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epending-eligibility%3C%2Ftitle%3E%3Ccircle%20class%3D'a'%20cx%3D'27.5'%20cy%3D'27.5'%20r%3D'27.5'%2F%3E%3Cpath%20class%3D'b'%20d%3D'M28.35%2013.13c-5.68%200-8.86%203.51-8.9%209.08h2.47c-.08-4%202-7%206.31-7a5.34%205.34%200%200%201%205.61%205.29%207%207%200%200%201-2.55%205.06c-3%202.76-3.81%204.07-4%207.85h2.5C30%2030%2029.9%2030%2032.9%2027c2-1.88%203.41-3.76%203.41-6.67%200-4.55-3.61-7.25-8-7.25zM28.44%2037.89a2.24%202.24%200%201%200%202.24%202.24%202.24%202.24%200%200%200-2.24-2.24z'%2F%3E%3C%2Fsvg%3E"); }

.result-icon .waitlist {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'55'%20height%3D'55'%20viewBox%3D'0%200%2055%2055'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23ffc764%7D.b%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ewaitlist%3C%2Ftitle%3E%3Ccircle%20class%3D'a'%20cx%3D'27.5'%20cy%3D'27.5'%20r%3D'27.5'%2F%3E%3Cpath%20class%3D'b'%20d%3D'M28.09%2030.58h-14v2.33h16.34V9.68h-2.34z'%2F%3E%3C%2Fsvg%3E"); }

.submission-confirmation-family-survey-rater {
  padding: 10px; }

.submission-confirmation-family-survey {
  border-radius: 4px;
  background-color: #f7f7f7;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #E0E0E0; }
  .submission-confirmation-family-survey button {
    display: inline-block;
    width: auto;
    margin: 0 0 .5rem 0; }

.submission-confirmation-family-survey-thankyou {
  border-radius: 4px;
  background-color: #f7f7f7;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #E0E0E0; }

.submission-confirmation-family-survey-thankyou-label {
  text-align: center; }

.submission-confirmation-family-survey-thankyou-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/check-mark-circle.svg");
  padding: 10px; }

.submission-confirmation-family-survey-thankyou {
  font-weight: 300;
  font-size: 20px;
  color: #333; }

.submission-confirmation-auto-log-out {
  text-align: center;
  font-style: italic; }

.submission-confirmation.pds-message-warning, .submission-confirmation.pds-message-info, .submission-confirmation.pds-message-error, .submission-confirmation.smartform-validation {
  display: flex;
  margin-top: auto;
  margin-bottom: 1.5em;
  background-position-y: center; }
  .submission-confirmation.pds-message-warning .pds-button-stack, .submission-confirmation.pds-message-info .pds-button-stack, .submission-confirmation.pds-message-error .pds-button-stack, .submission-confirmation.smartform-validation .pds-button-stack {
    border: 0px;
    border-radius: 0px;
    margin-left: auto;
    display: inline-block;
    padding-left: 15px; }
    .submission-confirmation.pds-message-warning .pds-button-stack a.paynow div, .submission-confirmation.pds-message-warning .pds-button-stack a.editbutton div, .submission-confirmation.pds-message-info .pds-button-stack a.paynow div, .submission-confirmation.pds-message-info .pds-button-stack a.editbutton div, .submission-confirmation.pds-message-error .pds-button-stack a.paynow div, .submission-confirmation.smartform-validation .pds-button-stack a.paynow div, .submission-confirmation.pds-message-error .pds-button-stack a.editbutton div, .submission-confirmation.smartform-validation .pds-button-stack a.editbutton div {
      padding: 4px 8px; }
  .submission-confirmation.pds-message-warning p, .submission-confirmation.pds-message-info p, .submission-confirmation.pds-message-error p, .submission-confirmation.smartform-validation p {
    line-height: 1.2;
    margin-top: auto;
    margin-bottom: auto; }

.submission-confirmation.pds-message-info {
  color: #333333; }

.loading-animation-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh; }

.loading-animation-child {
  flex: 1;
  text-align: center; }

.loading-animation-graphic {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/ajax-loader.gif");
  padding: 10px; }

.loading-animation-label {
  font-size: 16pt;
  color: #333;
  text-align: center; }

.loading-noauth-animation-companylogo {
  background-color: transparent;
  background-image: url("../../dist/img/Logo_Enrollment.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  padding: 10px; }

@keyframes pds-loader-animation {
  0% {
    transform: scale(1) translate(0, 0); }
  20% {
    transform: scale(1.8, 1.8) translate(0, -3px); }
  40% {
    transform: scale(1) translate(0, 0); } }

.pds-loader, .pds-loader-sm, .pds-loader-lg {
  height: 40px;
  text-align: center; }
  .pds-loader .pds-loader-bar, .pds-loader-sm .pds-loader-bar, .pds-loader-lg .pds-loader-bar {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
    margin: 16px 2px;
    border-radius: 50%;
    animation: pds-loader-animation 1s ease-in-out infinite; }
  .pds-loader .pds-loader-bar:nth-child(1), .pds-loader-sm .pds-loader-bar:nth-child(1), .pds-loader-lg .pds-loader-bar:nth-child(1) {
    background-color: #e14854;
    animation-delay: 0s; }
  .pds-loader .pds-loader-bar:nth-child(2), .pds-loader-sm .pds-loader-bar:nth-child(2), .pds-loader-lg .pds-loader-bar:nth-child(2) {
    background-color: #f7a81e;
    animation-delay: 0.09s; }
  .pds-loader .pds-loader-bar:nth-child(3), .pds-loader-sm .pds-loader-bar:nth-child(3), .pds-loader-lg .pds-loader-bar:nth-child(3) {
    background-color: #7db556;
    animation-delay: 0.18s; }
  .pds-loader .pds-loader-bar:nth-child(4), .pds-loader-sm .pds-loader-bar:nth-child(4), .pds-loader-lg .pds-loader-bar:nth-child(4) {
    background-color: #62bab8;
    animation-delay: 0.27s; }

.pds-loader-sm {
  height: 20px; }
  .pds-loader-sm .pds-loader-bar {
    width: 6px;
    height: 6px;
    margin: 7px 0px; }

.pds-loader-lg {
  height: 70px; }
  .pds-loader-lg .pds-loader-bar {
    width: 18px;
    height: 18px;
    margin: 25px 4px; }

.pds-main-loader {
  position: fixed;
  display: block;
  top: calc(50vh - 35px);
  z-index: 10000;
  left: calc(50vw - 100px); }
  .pds-main-loader:after {
    position: fixed;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
  .pds-main-loader pds-loader {
    z-index: 9001;
    position: absolute;
    width: 200px;
    height: 70px; }
  .pds-main-loader pds-overlay {
    z-index: 8999; }

@media screen and (min-width: 30em) {
  .onlinedecision-choose-student {
    width: 75%;
    max-width: 470px; } }

@media screen and (min-width: 30em) {
  .onlinedecision-add-student input.pds-text-widget {
    width: 75%;
    max-width: 470px; } }

.onlinedecision-choose-student .pds-button-stack li {
  margin: 0px; }

.payment-summary [type="checkbox"]:checked ~ .pds-label-text:first-of-type:before,
.payment-summary [type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type:before {
  top: 10px; }

.payment-summary [type="checkbox"]:checked ~ .pds-label-text:first-of-type:after,
.payment-summary [type="checkbox"]:not(:checked) ~ .pds-label-text:first-of-type:after {
  top: 14px; }

.payment-summary [type="checkbox"]:disabled:checked ~ .pds-label-text:first-of-type:before {
  background: #137ABB;
  border-color: #137ABB; }

.payment-summary [type="checkbox"]:disabled:checked ~ .pds-label-text:first-of-type:after {
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'699.97%20640.77%2014.06%2010.46'%3E%0A%20%20%20%20%3Cpath%20fill%3D'%23ffffff'%20d%3D'M704.64%20651.23l-4.67-4.67%201.06-1.06%203.61%203.6%208.33-8.33%201.06%201.06z'%2F%3E%0A%20%20%3C%2Fsvg%3E");
  background-size: 14px 10px; }

.payment-summary th {
  padding: 5px 12px; }

.payment-summary .row-total {
  text-align: right;
  padding-right: 12px; }

.payment-totals li {
  text-align: right;
  padding: 5px 12px;
  margin-bottom: 0px; }
  @media screen and (max-width: 29.9375em) {
    .payment-totals li {
      font-size: 12px; } }

.payment-totals .row-total {
  display: inline-block;
  margin-left: 12px;
  font-weight: 700; }
  @media screen and (min-width: 30em) {
    .payment-totals .row-total {
      min-width: 60px; } }

.payment-totals .grand-total {
  margin-top: 5px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }
  .payment-totals .grand-total span {
    display: inline-block;
    padding: 5px 12px;
    background: #1a9f30;
    font-weight: 700;
    color: #fff; }

.TaxTotalTooltip p {
  margin-bottom: 10px; }

.TaxTotalTooltip ul {
  font-weight: bold; }

.fee-is-selected {
  font-weight: 700; }

#fees-are-selected-text-widget {
  margin-bottom: 10px; }

#ui-datepicker-div {
  border: 1px solid #E0E0E0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
  #ui-datepicker-div .ui-datepicker-calendar {
    margin-top: 10px; }
    #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
      vertical-align: middle;
      padding: 4px; }
  #ui-datepicker-div .ui-datepicker-prev {
    background: url("../../dist/img/previous-month.svg");
    background-repeat: no-repeat;
    border: 1px solid transparent; }
    #ui-datepicker-div .ui-datepicker-prev span {
      background-image: none; }
  #ui-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
    top: 2px;
    left: 2px; }
  #ui-datepicker-div .ui-datepicker-prev:active {
    background-repeat: no-repeat;
    border: 1px solid; }
  #ui-datepicker-div .ui-datepicker-next {
    background: url("../../dist/img/next-month.svg");
    background-repeat: no-repeat;
    border: 1px solid transparent; }
    #ui-datepicker-div .ui-datepicker-next span {
      background-image: none; }
  #ui-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
    top: 2px;
    right: 2px; }
  #ui-datepicker-div .ui-datepicker-next:active {
    background-repeat: no-repeat;
    border: 1px solid; }
  #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default {
    border-radius: 100%; }
  #ui-datepicker-div thead:first-child tr:first-child th {
    border-top: none; }
  #ui-datepicker-div td:first-child {
    border-left: none; }
  #ui-datepicker-div table td:last-child {
    border-right: none; }
  #ui-datepicker-div table th:first-child {
    border-left: none; }
  #ui-datepicker-div table th:last-child {
    border-right: none; }
  #ui-datepicker-div .ui-state-default {
    text-align: center; }
  #ui-datepicker-div .ui-datepicker td {
    border: 0;
    padding: 4px; }

/*! jQuery UI - v1.12.1 - 2017-03-31
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=5px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=5&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23137abb&borderColorHighlight=%23ffffff&bgTextureHighlight=flat&bgColorHighlight=%23ffffff&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23ffffff&bgTextureActive=flat&bgColorActive=%23333&iconColorHover=%23555555&fcHover=%23000000&borderColorHover=%23ffffff&bgTextureHover=flat&bgColorHover=%23f7f7f7&iconColorDefault=%23777777&fcDefault=%23000000&borderColorDefault=%23ffffff&bgTextureDefault=flat&bgColorDefault=%23ffffff&iconColorContent=%23444444&fcContent=%23999&borderColorContent=%23ffffff&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23000000&fcHeader=%23000000&borderColorHeader=%23ffffff&bgTextureHeader=flat&bgColorHeader=%23ffffff&cornerRadius=3px&fwDefault=bold&fsDefault=1em&ffDefault=open-sans
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #ffffff; }

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #999; }

.ui-widget-content a {
  color: #999; }

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  font-weight: bold; }

.ui-widget-header a {
  color: #000000; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: bold;
  color: #000000; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #000000;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ffffff;
  background: #f7f7f7;
  font-weight: bold;
  color: #000000; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #000000;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ffffff;
  background: #333;
  font-weight: bold;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #ffffff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #137abb; }

.ui-state-checked {
  border: 1px solid #ffffff;
  background: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #137abb; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_000000_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 5px 5px #666666; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=5px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=5&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23137abb&borderColorHighlight=%23ffffff&bgTextureHighlight=flat&bgColorHighlight=%23ffffff&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23ffffff&bgTextureActive=flat&bgColorActive=%23333&iconColorHover=%23555555&fcHover=%23000000&borderColorHover=%23ffffff&bgTextureHover=flat&bgColorHover=%23f7f7f7&iconColorDefault=%23777777&fcDefault=%23000000&borderColorDefault=%23ffffff&bgTextureDefault=flat&bgColorDefault=%23ffffff&iconColorContent=%23444444&fcContent=%23999&borderColorContent=%23ffffff&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23000000&fcHeader=%23000000&borderColorHeader=%23ffffff&bgTextureHeader=flat&bgColorHeader=%23ffffff&cornerRadius=3px&fwDefault=bold&fsDefault=1em&ffDefault=open-sans
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #ffffff; }

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #999; }

.ui-widget-content a {
  color: #999; }

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  font-weight: bold; }

.ui-widget-header a {
  color: #000000; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: bold;
  color: #000000; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #000000;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ffffff;
  background: #f7f7f7;
  font-weight: bold;
  color: #000000; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #000000;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ffffff;
  background: #333;
  font-weight: bold;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #ffffff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #137abb; }

.ui-state-checked {
  border: 1px solid #ffffff;
  background: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #137abb; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_000000_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 5px 5px #666666; }

/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

.ui-widget .fc-disabled-day {
  /* themed */
  background-image: none; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item:hover td {
  background-color: #f5f5f5; }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

#calendar .fc-list-item:hover {
  cursor: pointer; }

#calendar .fc-list-heading td {
  background: #f7f7f7; }

#calendar table td {
  height: auto; }

#calendar .fc-list-heading-alt {
  float: left;
  margin-left: 5px; }

#calendar .fc-listWeek-view table td {
  border-width: 0px; }

#calendar .fc-head-container.fc-widget-header {
  height: 24px; }

#calendar table {
  margin-bottom: 0px; }
  #calendar table .fc-row .fc-content-skeleton {
    padding-bottom: 0px; }
  #calendar table thead tr {
    margin-bottom: 0px; }
    #calendar table thead tr th {
      height: 24px; }
  #calendar table .fc-list-item-time {
    white-space: pre-wrap;
    width: 100%; }

#calendar .fc-list-view {
  border-style: none; }

#calendar .fc-day-grid-event .fc-content {
  text-overflow: ellipsis; }

#calendar td.fc-today {
  background: #f7f7f7;
  border-color: #ddd; }
  #calendar td.fc-today .fc-day-number {
    color: #137abb;
    font-weight: 600; }

#calendar .fc-left button[disabled] {
  color: #C3DDEE;
  border-color: #f7f7f7;
  background-color: #ffffff; }

#calendar .fc-left .fc-state-hover {
  background-color: #F1F1F1; }

#calendar .fc-left button {
  color: #137abb;
  background-color: #ffffff;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #E0E0E0;
  margin-left: 0px;
  margin-right: 5px; }

#calendar .fc-center h2 {
  color: #333;
  font-family: "Open Sans";
  line-height: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 3.3vw; }
  @media screen and (min-width: 30.0625em) {
    #calendar .fc-center h2 {
      font-size: 2.5vw; } }
  @media screen and (min-width: 75em) {
    #calendar .fc-center h2 {
      font-size: 30px; } }

#calendar .fc-prev-button {
  background: url("../../dist/img/previous-month.svg");
  background-repeat: no-repeat;
  border: 1px solid transparent;
  height: 34px;
  width: 34px;
  box-shadow: none;
  margin-right: se(calendar, arrow-button-margin); }
  #calendar .fc-prev-button .fc-icon-left-single-arrow:after {
    content: none; }

#calendar .fc-prev-button.fc-state-down {
  background-repeat: no-repeat;
  border: 1px solid; }

#calendar .fc-next-button {
  background: url("../../dist/img/next-month.svg");
  background-repeat: no-repeat;
  border: 1px solid transparent;
  height: 34px;
  width: 34px;
  box-shadow: none;
  margin-left: 2px; }
  #calendar .fc-next-button .fc-icon-right-single-arrow:after {
    content: none; }

#calendar .fc-next-button.fc-state-down {
  background-repeat: no-repeat;
  border: 1px solid; }

@media screen and (min-width: 30.0625em) {
  .center-header-for-month {
    margin-right: 53.3px; } }

@media screen and (min-width: 30.0625em) {
  .center-header-for-list {
    margin-right: 77.063px; } }

#appointment-details .button-delete:hover {
  color: #e41700; }

#appointment-details button {
  height: auto; }

.loading-animation-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh; }

.loading-animation-child {
  flex: 1;
  text-align: center; }

.loading-animation-graphic {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0;
  background-image: url("../../dist/img/ajax-loader.gif");
  padding: 10px; }

.loading-animation-label {
  font-size: 16pt;
  color: #333;
  text-align: center; }

.loading-noauth-animation-companylogo {
  background-color: transparent;
  background-image: url("../../dist/img/Logo_Enrollment.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  padding: 10px; }

@keyframes pds-loader-animation {
  0% {
    transform: scale(1) translate(0, 0); }
  20% {
    transform: scale(1.8, 1.8) translate(0, -3px); }
  40% {
    transform: scale(1) translate(0, 0); } }

.pds-loader, .pds-loader-sm, .pds-loader-lg {
  height: 40px;
  text-align: center; }
  .pds-loader .pds-loader-bar, .pds-loader-sm .pds-loader-bar, .pds-loader-lg .pds-loader-bar {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
    margin: 16px 2px;
    border-radius: 50%;
    animation: pds-loader-animation 1s ease-in-out infinite; }
  .pds-loader .pds-loader-bar:nth-child(1), .pds-loader-sm .pds-loader-bar:nth-child(1), .pds-loader-lg .pds-loader-bar:nth-child(1) {
    background-color: #e14854;
    animation-delay: 0s; }
  .pds-loader .pds-loader-bar:nth-child(2), .pds-loader-sm .pds-loader-bar:nth-child(2), .pds-loader-lg .pds-loader-bar:nth-child(2) {
    background-color: #f7a81e;
    animation-delay: 0.09s; }
  .pds-loader .pds-loader-bar:nth-child(3), .pds-loader-sm .pds-loader-bar:nth-child(3), .pds-loader-lg .pds-loader-bar:nth-child(3) {
    background-color: #7db556;
    animation-delay: 0.18s; }
  .pds-loader .pds-loader-bar:nth-child(4), .pds-loader-sm .pds-loader-bar:nth-child(4), .pds-loader-lg .pds-loader-bar:nth-child(4) {
    background-color: #62bab8;
    animation-delay: 0.27s; }

.pds-loader-sm {
  height: 20px; }
  .pds-loader-sm .pds-loader-bar {
    width: 6px;
    height: 6px;
    margin: 7px 0px; }

.pds-loader-lg {
  height: 70px; }
  .pds-loader-lg .pds-loader-bar {
    width: 18px;
    height: 18px;
    margin: 25px 4px; }

.pds-main-loader {
  position: fixed;
  display: block;
  top: calc(50vh - 35px);
  z-index: 10000;
  left: calc(50vw - 100px); }
  .pds-main-loader:after {
    position: fixed;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
  .pds-main-loader pds-loader {
    z-index: 9001;
    position: absolute;
    width: 200px;
    height: 70px; }
  .pds-main-loader pds-overlay {
    z-index: 8999; }

#ui-datepicker-div {
  border: 1px solid #E0E0E0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
  #ui-datepicker-div .ui-datepicker-calendar {
    margin-top: 10px; }
    #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
      vertical-align: middle;
      padding: 4px; }
  #ui-datepicker-div .ui-datepicker-prev {
    background: url("../../dist/img/previous-month.svg");
    background-repeat: no-repeat;
    border: 1px solid transparent; }
    #ui-datepicker-div .ui-datepicker-prev span {
      background-image: none; }
  #ui-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
    top: 2px;
    left: 2px; }
  #ui-datepicker-div .ui-datepicker-prev:active {
    background-repeat: no-repeat;
    border: 1px solid; }
  #ui-datepicker-div .ui-datepicker-next {
    background: url("../../dist/img/next-month.svg");
    background-repeat: no-repeat;
    border: 1px solid transparent; }
    #ui-datepicker-div .ui-datepicker-next span {
      background-image: none; }
  #ui-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
    top: 2px;
    right: 2px; }
  #ui-datepicker-div .ui-datepicker-next:active {
    background-repeat: no-repeat;
    border: 1px solid; }
  #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default {
    border-radius: 100%; }
  #ui-datepicker-div thead:first-child tr:first-child th {
    border-top: none; }
  #ui-datepicker-div td:first-child {
    border-left: none; }
  #ui-datepicker-div table td:last-child {
    border-right: none; }
  #ui-datepicker-div table th:first-child {
    border-left: none; }
  #ui-datepicker-div table th:last-child {
    border-right: none; }
  #ui-datepicker-div .ui-state-default {
    text-align: center; }
  #ui-datepicker-div .ui-datepicker td {
    border: 0;
    padding: 4px; }

/*! jQuery UI - v1.12.1 - 2017-03-31
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=5px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=5&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23137abb&borderColorHighlight=%23ffffff&bgTextureHighlight=flat&bgColorHighlight=%23ffffff&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23ffffff&bgTextureActive=flat&bgColorActive=%23333&iconColorHover=%23555555&fcHover=%23000000&borderColorHover=%23ffffff&bgTextureHover=flat&bgColorHover=%23f7f7f7&iconColorDefault=%23777777&fcDefault=%23000000&borderColorDefault=%23ffffff&bgTextureDefault=flat&bgColorDefault=%23ffffff&iconColorContent=%23444444&fcContent=%23999&borderColorContent=%23ffffff&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23000000&fcHeader=%23000000&borderColorHeader=%23ffffff&bgTextureHeader=flat&bgColorHeader=%23ffffff&cornerRadius=3px&fwDefault=bold&fsDefault=1em&ffDefault=open-sans
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #ffffff; }

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #999; }

.ui-widget-content a {
  color: #999; }

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  font-weight: bold; }

.ui-widget-header a {
  color: #000000; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: bold;
  color: #000000; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #000000;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ffffff;
  background: #f7f7f7;
  font-weight: bold;
  color: #000000; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #000000;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ffffff;
  background: #333;
  font-weight: bold;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #ffffff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #137abb; }

.ui-state-checked {
  border: 1px solid #ffffff;
  background: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #137abb; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_000000_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 5px 5px #666666; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=5px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=5&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23137abb&borderColorHighlight=%23ffffff&bgTextureHighlight=flat&bgColorHighlight=%23ffffff&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23ffffff&bgTextureActive=flat&bgColorActive=%23333&iconColorHover=%23555555&fcHover=%23000000&borderColorHover=%23ffffff&bgTextureHover=flat&bgColorHover=%23f7f7f7&iconColorDefault=%23777777&fcDefault=%23000000&borderColorDefault=%23ffffff&bgTextureDefault=flat&bgColorDefault=%23ffffff&iconColorContent=%23444444&fcContent=%23999&borderColorContent=%23ffffff&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23000000&fcHeader=%23000000&borderColorHeader=%23ffffff&bgTextureHeader=flat&bgColorHeader=%23ffffff&cornerRadius=3px&fwDefault=bold&fsDefault=1em&ffDefault=open-sans
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #ffffff; }

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #999; }

.ui-widget-content a {
  color: #999; }

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  font-weight: bold; }

.ui-widget-header a {
  color: #000000; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: bold;
  color: #000000; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #000000;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ffffff;
  background: #f7f7f7;
  font-weight: bold;
  color: #000000; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #000000;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ffffff;
  background: #333;
  font-weight: bold;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #ffffff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #137abb; }

.ui-state-checked {
  border: 1px solid #ffffff;
  background: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #137abb; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_000000_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/../../resources/jquery-ui-datepicker/images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 5px 5px #666666; }

.school-locator .zoned-school, .school-locator .selected-school, .school-locator .student-home {
  display: inline-block;
  height: 40px;
  width: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 5px; }
  @media screen and (min-width: 30em) {
    .school-locator .zoned-school, .school-locator .selected-school, .school-locator .student-home {
      margin-right: 10px;
      margin-bottom: 0px; } }

.school-locator {
  margin-bottom: 1.875rem; }
  .school-locator label {
    line-height: 1.5;
    margin-bottom: 0.5rem; }
    .school-locator label:focus {
      outline: none; }
  .school-locator button {
    margin-bottom: 0; }
  .school-locator .warn {
    color: #E41700;
    font-size: 16px;
    padding: 0.3125rem 0 0 0.5rem; }
    .school-locator .warn a {
      color: #E41700;
      text-decoration: underline; }
  .school-locator .map-keys {
    display: flex;
    margin-bottom: 5px;
    margin-top: 30px; }
    .school-locator .map-keys li {
      font-size: 14px;
      padding-right: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1.2em; }
      @media screen and (min-width: 30em) {
        .school-locator .map-keys li {
          flex-direction: row;
          text-align: left; } }
      .school-locator .map-keys li:last-child {
        padding-right: 0; }
  .school-locator .map-object {
    background: #efefef;
    height: 50vh; }
    @media screen and (min-width: 30em) {
      .school-locator .map-object {
        height: 300px; } }
  .school-locator .zoned-school {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20id%3D'Layer_1'%20width%3D'28.98'%20height%3D'40.06'%20data-name%3D'Layer%201'%20viewBox%3D'0%200%2028.98%2040.06'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23dddd58%3B%20fill-rule%3A%20evenodd%3B%20%7D%20.cls-1%2C%20.cls-3%20%7B%20stroke%3A%20%23aaa544%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-3%20%7B%20fill%3A%20none%3B%20%7D%20.cls-4%20%7B%20fill%3A%20%23aaa544%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D'Zoned_School_Marker'%20data-name%3D'Zoned%20School%20Marker'%3E%3Cpath%20d%3D'M14.49.5a13.63%2013.63%200%200%201%2014%2014.09c0%207.54-12.66%2024-12.7%2024.08s-.65.89-.83.89-1-.85-1-.85S.5%2023.42.5%2014.59A13.63%2013.63%200%200%201%2014.49.5z'%20class%3D'cls-1'%2F%3E%3Ccircle%20cx%3D'14.55'%20cy%3D'14.42'%20r%3D'11.06'%20class%3D'cls-2'%2F%3E%3Cpath%20d%3D'M14.49%203.29a11.13%2011.13%200%201%200%2011.13%2011.13A11.13%2011.13%200%200%200%2014.49%203.29z'%20class%3D'cls-3'%2F%3E%3Cpath%20d%3D'M23.69%2012.18L14.5%207.76l-9.21%204.42%201.26.82v6.63h.59v-6.29l1.78%201v3.45L14.53%2021l6.21-3.58V14c1.19-.81%202.95-1.82%202.95-1.82zm-17.06.06l7.86-3.78%207.86%203.78L14.49%2017zm13.52%204.88l-5.62%203.24-5-2.93v-2.75l5%203s2.66-1.78%205.62-3.39z'%20class%3D'cls-4'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .school-locator .selected-school {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'29'%20height%3D'40'%20viewBox%3D'0%200%2029%2040'%3E%3Cg%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cpath%20fill%3D'%238ABF95'%20d%3D'M14.49.5c3.76-.104%207.396%201.35%2010.047%204.018%202.65%202.668%204.08%206.313%203.953%2010.072%200%207.54-12.66%2024-12.7%2024.08-.04.08-.65.89-.83.89-.18%200-1-.85-1-.85S.5%2023.42.5%2014.59c-.128-3.757%201.3-7.4%203.95-10.068C7.1%201.854%2010.732.4%2014.49.5z'%2F%3E%3Ccircle%20cx%3D'14.55'%20cy%3D'14.42'%20r%3D'11.06'%20fill%3D'%23FFF'%2F%3E%3Cpath%20stroke%3D'%234C8459'%20d%3D'M14.49%203.29c-6.147%200-11.13%204.983-11.13%2011.13%200%206.147%204.983%2011.13%2011.13%2011.13%206.147%200%2011.13-4.983%2011.13-11.13%200-2.952-1.173-5.783-3.26-7.87-2.087-2.087-4.918-3.26-7.87-3.26z'%2F%3E%3Cpath%20fill%3D'%234C8459'%20d%3D'M23.69%2012.18L14.5%207.76l-9.21%204.42%201.26.82v6.63h.59v-6.29l1.78%201v3.45L14.53%2021l6.21-3.58V14c1.19-.81%202.95-1.82%202.95-1.82zm-17.06.06l7.86-3.78%207.86%203.78L14.49%2017l-7.86-4.76zm13.52%204.88l-5.62%203.24-5-2.93v-2.75l5%203s2.66-1.78%205.62-3.39v2.83z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .school-locator .student-home {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'29'%20height%3D'41'%20viewBox%3D'0%200%2029%2041'%3E%3Cg%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cpath%20fill%3D'%23E88267'%20stroke%3D'%23BF5830'%20d%3D'M14.49.5c7.725%200%2013.988%205.63%2013.988%2014.095%200%207.536-12.655%2024.026-12.702%2024.08-.004.005-.655.886-.828.888-.227.002-.957-.847-.957-.847S.5%2023.416.5%2014.596C.5%206.13%206.763.5%2014.49.5z'%2F%3E%3Ccircle%20cx%3D'14.555'%20cy%3D'14.423'%20r%3D'11.064'%20fill%3D'%23FFF'%2F%3E%3Cpath%20fill%3D'%23BF5830'%20d%3D'M14.49%202.434C7.866%202.434%202.5%207.8%202.5%2014.424c0%206.62%205.367%2011.988%2011.99%2011.988%206.62%200%2011.988-5.367%2011.988-11.99%200-6.62-5.367-11.988-11.99-11.988zm0%201c6.06%200%2010.99%204.93%2010.99%2010.99%200%202.665-.956%205.112-2.54%207.017-1.096-.456-3.684-1.354-5.284-1.827-.137-.043-.158-.05-.158-.618%200-.47.193-.942.38-1.342.205-.435.447-1.166.534-1.822.243-.28.573-.838.786-1.897.186-.934.1-1.274-.024-1.593-.013-.034-.026-.067-.037-.1-.047-.22.018-1.357.177-2.24.11-.606-.028-1.895-.863-2.96-.526-.674-1.534-1.5-3.375-1.615h-1.01c-1.81.115-2.82.942-3.345%201.616-.834%201.065-.972%202.354-.862%202.96.16.884.224%202.02.18%202.237-.01.037-.024.07-.038.104-.123.32-.21.66-.023%201.594.212%201.06.543%201.616.786%201.898.086.656.328%201.387.533%201.822.15.318.22.75.22%201.362%200%20.57-.023.575-.15.616-1.656.49-4.29%201.44-5.274%201.87-1.616-1.912-2.594-4.383-2.594-7.078%200-6.06%204.93-10.99%2010.99-10.99zM6.815%2022.28c1.125-.458%203.368-1.258%204.842-1.693.856-.27.856-.99.856-1.57%200-.482-.033-1.19-.314-1.79-.193-.41-.414-1.113-.463-1.663-.01-.128-.07-.248-.17-.333-.14-.123-.428-.576-.612-1.492-.145-.724-.083-.883-.024-1.036.026-.066.05-.13.07-.202.12-.44-.014-1.88-.16-2.678-.063-.348.018-1.334.667-2.165.583-.745%201.465-1.16%202.59-1.232h.947c1.155.072%202.037.487%202.62%201.232.65.83.73%201.818.666%202.166-.144.798-.28%202.24-.16%202.677.022.073.045.138.07.203.06.153.12.312-.023%201.036-.184.914-.472%201.368-.614%201.492-.097.085-.157.204-.17.333-.047.55-.267%201.254-.46%201.664-.22.47-.476%201.096-.476%201.766%200%20.58%200%201.302.866%201.574%201.41.417%203.664%201.19%204.854%201.66-1.987%201.967-4.718%203.185-7.73%203.185-2.982%200-5.69-1.197-7.67-3.132v-.002z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.school-results-panel-header {
  margin-top: 20px;
  line-height: 40px;
  height: 40px;
  background-color: #666;
  border-radius: 4px 4px 0px 0px;
  vertical-align: middle; }

.school-results-panel-header-heading {
  padding: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-size: 20px; }

.school-results-panel-results-list {
  border: 1px solid #e0e0e0;
  border-radius: 0 0 4px 4px;
  list-style-type: none;
  margin: 0; }

.school-results-panel-results-item {
  display: inline-block;
  float: left;
  padding: 10px 10px 0 20px; }
  @media screen and (min-width: 30em) {
    .school-results-panel-results-item {
      width: 50%; } }

.school-results-panel-results-item-heading {
  padding-top: 0;
  color: #333;
  padding-bottom: 5px; }

.float-clear {
  clear: both; }

/* San Diego Customizations */
.option-red {
  font-weight: bold;
  color: #e41700; }

.option-green {
  font-weight: bold;
  color: #2b9e12; }

/* SECURE-3532 - Moved this css out of SmartyStrets */
.smarty-ui {
  position: absolute;
  z-index: 999;
  text-shadow: none;
  text-align: left;
  text-decoration: none; }

.smarty-popup {
  padding: 20px 30px;
  background: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.smarty-popup-header {
  text-transform: uppercase;
  font: bold 10pt/1em "Helvetica", sans-serif;
  color: #CEA737;
  padding: 12px 0px 0px;
  text-align: center; }

.smarty-popup-ambiguous-header {
  color: #CEA737; }

.smarty-popup-invalid-header {
  color: #D0021B; }

.smarty-popup-missing-input-header {
  color: #CEA737; }

.smarty-popup-typed-address {
  font-family: sans-serif;
  font-size: 10pt;
  font-style: italic;
  text-align: center;
  margin: 15px 0px; }

.smarty-popup-secondary-number-form {
  font-family: sans-serif;
  margin: 10px auto 20px;
  padding: 0;
  border: none;
  float: none;
  background: none;
  width: auto;
  text-align: center; }

#smarty-popup-secondary-number-input-box {
  width: 200px;
  font-size: 11pt;
  margin-bottom: 10px;
  text-align: center; }

#smarty-popup-secondary-number-form-submit-button {
  line-height: 23px;
  background: #606060;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 2px 15px;
  font-size: 11pt;
  width: 215px; }

#smarty-popup-secondary-number-form-submit-button:hover {
  background: #333; }

.smarty-choice-list .smarty-choice {
  background: #FFF;
  padding: 10px 15px;
  color: #9B9B9B;
  margin-bottom: 10px; }

.smarty-choice {
  display: block;
  font: 300 10pt/1em sans-serif;
  text-decoration: none !important;
  border: 1px solid #D4D4D4; }

.smarty-choice-list .smarty-choice:hover {
  color: #333 !important;
  background: #F7F7F7;
  text-decoration: none !important;
  border: 1px solid #333; }

.smarty-choice-alt {
  background: inherit !important;
  clear: both; }

.smarty-choice-alt .smarty-choice-abort, .smarty-choice-override {
  padding: 8px 10px;
  color: #FFF !important;
  font-size: 10pt;
  text-decoration: none !important;
  background: #606060;
  border-radius: 3px;
  border: none; }

.smarty-choice-override {
  float: right; }

.smarty-choice-abort {
  float: left; }

.smarty-choice-alt .smarty-choice:first-child {
  border-top: 0; }

.smarty-choice-abort:hover {
  background: #333 !important; }

.smarty-choice-override:hover {
  background: #333 !important; }

.smarty-tag {
  position: absolute;
  display: block;
  overflow: hidden;
  font: 15px/1.2em sans-serif;
  text-decoration: none !important;
  width: 20px;
  height: 18px;
  border-radius: 25px;
  transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  -o-transition: all .25s; }

.smarty-tag:hover {
  width: 70px;
  text-decoration: none !important;
  color: #999; }

.smarty-tag:hover .smarty-tag-text {
  color: #000 !important; }

.smarty-tag-grayed {
  border: 1px solid #B4B4B4 !important;
  color: #999 !important;
  background: #DDD !important;
  box-shadow: inset 0 9px 15px #FFF; }

.smarty-tag-green {
  border: 1px solid #407513 !important;
  color: #407513 !important;
  background: #A6D187 !important;
  box-shadow: inset 0 9px 15px #E3F6D5; }

.smarty-tag-grayed:hover {
  border-color: #333 !important; }

.smarty-tag-check {
  padding-left: 4px;
  text-decoration: none !important; }

.smarty-tag-text {
  font-size: 12px !important;
  position: absolute;
  top: 0;
  left: 16px;
  width: 50px !important;
  text-align: center !important; }

.smarty-autocomplete {
  border: 1px solid #e0e0e0;
  background: white;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15); }

.smarty-no-suggestions {
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  color: #AAA;
  font-style: italic;
  line-height: 44px; }

.smarty-no-suggestions:last-child {
  border-bottom: 0px; }

.smarty-suggestion {
  display: block;
  color: #666;
  text-decoration: none !important;
  font-size: 14px;
  padding: 9px 10px 10px 11px;
  border: 1px solid #e0e0e0;
  line-height: 16px;
  height: 55px; }

.smarty-suggestion:last-child {
  border-bottom: 0px; }

.smarty-active-suggestion {
  background: #137abb;
  color: #ffffff !important;
  border: none;
  outline: none; }

.smarty-suggestion-text-street-line {
  color: #137abb;
  font-size: 16px;
  line-height: 16px;
  pointer-events: none; }

.smarty-suggestion-text {
  color: #666;
  font-size: 14px;
  line-height: 14px;
  display: block;
  pointer-events: none;
  padding-top: 5px; }

.smarty-active-suggestion-text-street-line {
  color: #fff;
  pointer-events: none; }

.smarty-active-suggestion-text {
  color: #fff;
  display: block;
  pointer-events: none;
  padding-top: 5px; }

/*SECURE-3532 - Make address show as one line on anything greater than 480px. Anything lower, it should be street on line one, city/state on line two */
@media screen and (min-width: 30em) {
  .smarty-suggestion {
    padding: 14px 10px 10px 14px;
    height: 44px; }
  .smarty-suggestion-text {
    display: inline;
    padding-top: 0px; }
  .smarty-active-suggestion-text {
    color: #fff;
    display: inline;
    padding-top: 0px; } }

#payment-error-message-modal.pds-modal {
  /*Override the default width for modals so that it resizes with a margin correctly in small viewports.*/
  width: auto; }

#documentmodalform, #imagemodalform {
  padding-left: 0;
  padding-right: 0; }

.pds-modal button.pds-primary {
  background-color: #0066A5; }

.pds-modal button.pds-primary:hover {
  background-color: #005184; }

.pds-modal button.pds-primary[disabled] {
  background-color: #a4d6f6; }

.pds-modal button {
  height: 32px;
  padding-top: 0.4rem; }

.pds-modal button:not(.pds-primary) {
  border-color: #757575;
  color: #333; }

.pds-modal button:not(.pds-primary)[disabled] {
  opacity: .3; }

.pds-modal.wait-modal {
  /* Setup a small modal in the center of the view. */
  width: 225px;
  margin: 25vh calc(50vw - 120px);
  padding-top: 26px;
  padding-bottom: 24px; }
  .pds-modal.wait-modal .pds-modal-body {
    padding-top: 0px;
    padding-bottom: 0px; }
    .pds-modal.wait-modal .pds-modal-body div {
      display: flex;
      justify-content: center;
      text-align: center; }

.italic-font {
  font-style: italic; }

.margin-bottom {
  margin-bottom: 2px; }

.tooltip {
  max-width: 30em !important;
  /* Prevent tooltip from displaying underneath left nav separator line*/
  z-index: 8000; }

.pds-field-help {
  background: url("../../dist/img/help-s-blue.svg");
  cursor: auto;
  border-bottom: none;
  margin-top: -3px; }

.tooltip li {
  margin: 0 0 10px 0; }

.tooltip p {
  margin-bottom: .5em; }

.tooltip .tooltip-list-item {
  margin: 10px; }

/* 
    This is here to hide the pointy thingy on tooltips when the screen is in small mode. 
    We need to do this because foundation can't calculate where to point it when real estate gets tight.
*/
.tooltip::before,
.tooltip.top::before,
.tooltip.left::before,
.tooltip.right::before,
.tooltip.bottom::before {
  display: none; }
  @media screen and (min-width: 30em) {
    .tooltip::before,
    .tooltip.top::before,
    .tooltip.left::before,
    .tooltip.right::before,
    .tooltip.bottom::before {
      display: block; } }

@media screen and (min-width: 40em) {
  .task-completed {
    width: 205px; } }

.task-padding, .task-name, .task-information {
  padding-bottom: 5px; }

.task-name {
  font-size: 16pt;
  color: #333333; }

.task-information {
  font-size: 14pt;
  color: #666666; }

.task-note {
  font-style: italic; }

.task-table {
  width: auto; }

.task-table-padding td, .task-table td {
  padding: 5px 10px; }

.task-table-padding th, .task-table th {
  padding: 5px 10px; }

.task-completed-center-checkmark {
  text-align: center; }

.page-column {
  width: 85%;
  height: 0px;
  padding: 10px;
  cursor: pointer; }

.status-column {
  width: 15%;
  height: 0px;
  padding: 10px;
  cursor: pointer;
  text-align: center; }

.summary-table {
  margin-top: 25px;
  margin-bottom: 25px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  padding: 0;
  max-width: 700px; }

table.summary-table thead th {
  background-color: #f1f1f1; }

.summary-table tr:hover {
  background-color: #f7f7f7; }

.custom-error-position {
  font-size: 12px;
  font-weight: 600;
  height: 18px;
  min-width: 24px;
  padding: 1px 5px;
  line-height: 15px;
  border-radius: 9px;
  margin-left: 0px; }

.address-validation {
  margin-bottom: 1.875rem; }
  .address-validation button {
    margin-bottom: 0; }
  .address-validation .warn {
    margin-bottom: 1em;
    color: #E41700;
    font-size: 16px;
    padding: 0.3125rem 0 0 0.5rem; }
    .address-validation .warn a {
      color: #E41700;
      text-decoration: underline; }

.address-suggestion {
  white-space: pre-line; }

pds-text-widget input#VerificationCode {
  letter-spacing: 17px;
  padding-inline-start: 17px;
  padding-inline-end: 0px;
  margin-block-start: 4px;
  height: 40px;
  width: 205px;
  font-size: 24px; }

.mfe-header-heading-container {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 12px;
  height: 56px;
  border-bottom: 1px solid #C4C9CA;
  border-radius: 0px;
  z-index: 6000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #FFFFFF; }

.mfe-header-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mfe-header-student-name {
  font-size: 14px;
  font-weight: bold;
  margin-inline-start: auto;
  color: #333333;
  margin-block: auto;
  margin-inline-start: 11px;
  display: none; }
  @media screen and (min-width: 30em) {
    .mfe-header-student-name {
      display: block; } }

.mfe-header-right-group {
  margin-inline-start: auto;
  display: flex; }

.mfe-header-left-group {
  margin-inline-end: auto;
  display: flex;
  flex-shrink: 1;
  min-width: 0; }

.mfe-header-icon {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: auto;
  display: flex;
  margin-inline-end: 10px; }

.mfe-i-arrow-backward {
  background-image: url("../../dist/img/arrow-backward.svg");
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: invert(35%) sepia(8%) saturate(477%) hue-rotate(145deg) brightness(84%) contrast(86%); }

.mfe-i-circle-help {
  background-image: url("../../dist/img/circle-help.svg");
  width: 24px;
  height: 24px;
  filter: invert(35%) sepia(8%) saturate(477%) hue-rotate(145deg) brightness(84%) contrast(86%); }

.mfe-i-web-language {
  background-image: url("../../dist/img/web-language.svg");
  width: 24px;
  height: 24px;
  filter: invert(35%) sepia(8%) saturate(477%) hue-rotate(145deg) brightness(84%) contrast(86%); }

.mfe-i-circle-account {
  background-image: url("../../dist/img/circle-account.svg");
  width: 24px;
  height: 24px;
  filter: invert(35%) sepia(8%) saturate(477%) hue-rotate(145deg) brightness(84%) contrast(86%); }

.mfe-user-account-button:hover, .mfe-user-account-button:active, .mfe-user-account-button:focus {
  text-decoration: none; }

.mfe-user-account-button span {
  border-radius: 50%;
  background-color: #1162ee;
  width: 24px;
  height: 24px;
  text-align: center;
  color: white;
  margin: auto;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
  display: block; }

.mfe-menu-dropdown.mfe-menu-is-open {
  display: block; }

.mfe-menu-dropdown {
  display: none;
  top: 105%;
  right: 5px;
  position: absolute;
  min-width: 200px;
  max-width: 250px;
  padding: 5px;
  background-color: #fff;
  margin: 0;
  list-style: none;
  max-height: 85vh;
  overflow: auto;
  border: 1px solid #dfe2e2;
  border-radius: 8px;
  box-sizing: border-box;
  filter: drop-shadow(8px 0 16px rgba(0, 0, 0, 0.08)); }

@media screen and (max-height: 51em) {
  #mfe-language-select-menu {
    max-height: 60vh;
    overflow: auto; } }

.mfe-menu-dropdown > li > a {
  font: 400 14px/20px Roboto,Arial,Helvetica,sans-serif;
  display: block;
  color: #000000;
  padding: 15px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
