
/*!
	Portal Global Style
*/
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

iframe {
  border: 0; }

/*Clearfix*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

/*Box-sizing*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.assistive-text,
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/**New Colors**/
.btn {
  display: inline-block;
  padding: 0.5em 1.25em;
  border-radius: 0.25em;
  font-size: 0.875em;
  text-align: center;
  background: #082EB4;
  color: #fff;
  border: 1px solid #082EB4; }
  .btn:hover {
    color: #fff;
    background: #062283;
    border-color: #062283;
    text-decoration: none; }
  .btn .fa {
    margin-right: 1em; }
  .btn.hidden {
    display: none; }
  .btn.danger, .btn.red {
    background: #d9534f;
    border-color: #d9534f; }
    .btn.danger:hover, .btn.red:hover {
      background: #c9302c;
      border-color: #c9302c; }
  .btn.success, .btn.green {
    background: #5cb85c;
    border-color: #5cb85c; }
    .btn.success:hover, .btn.green:hover {
      background: #449d44;
      border-color: #449d44; }
  .btn.warning, .btn.yellow {
    background: #F6B327;
    border-color: #F6B327; }
    .btn.warning:hover, .btn.yellow:hover {
      background: #e19b09;
      border-color: #e19b09; }
  .btn.border {
    background: none;
    border-color: #082EB4;
    color: #082EB4; }
    .btn.border:hover {
      background: rgba(8, 46, 180, 0.1);
      border-color: #082EB4; }
  .btn.gray {
    background: #e6e6e6;
    color: #404040;
    border-color: #e6e6e6; }
    .btn.gray:hover {
      background: #cdcdcd;
      border-color: #cdcdcd; }

.btn-green {
  display: inline-block;
  padding: 0.5em 1.25em;
  border-radius: 0.25em;
  font-size: 0.875em;
  text-align: center;
  background: #5cb85c;
  color: #fff;
  border: 1px solid #5cb85c; }
  .btn-green:hover {
    color: #fff;
    background: #449d44;
    border-color: #449d44;
    text-decoration: none; }

.btn-yellow {
  display: inline-block;
  padding: 0.5em 1.25em;
  border-radius: 0.25em;
  font-size: 0.875em;
  text-align: center;
  background: #F6B327;
  color: #fff;
  border: 1px solid #F6B327; }
  .btn-yellow:hover {
    color: #fff;
    background: #e19b09;
    border-color: #e19b09;
    text-decoration: none; }

input.btn,
button.btn,
input.btn-green,
button.btn-green,
input.btn-yellow,
button.btn-yellow {
  border: 0;
  padding: 1em 1.5em;
  line-height: 1.8; }

.maintenance-notification {
  background: #faffbd;
  padding: 10px;
  text-align: center; }

/*Basic Grid*/
.full-width-container {
  padding: 0 5%; }

.four-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .four-list > li {
    float: left;
    width: 46%;
    margin: 0 8% 1em 0; }
    .four-list > li:last-child, .four-list > li:nth-child(even) {
      margin: 0; }
  @media (min-width: 50em) {
    .four-list > li {
      width: 22%;
      margin: 0 4% 1em 0; }
      .four-list > li:nth-child(even) {
        margin: 0 4% 1em 0; }
      .four-list > li:last-child, .four-list > li:nth-child(4n) {
        margin: 0 0 1em; } }

.three-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .three-list > li {
    display: block;
    margin-bottom: 1em; }
  @media (min-width: 44em) {
    .three-list > li {
      float: left;
      width: 30%;
      margin: 0 5% 1em 0; }
      .three-list > li:last-child, .three-list > li:nth-child(3n) {
        margin: 0 0 1em; }
      .three-list > li:nth-child(4n) {
        clear: left; } }

.two-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .two-list > li {
    display: block;
    margin-bottom: 1em; }
  @media (min-width: 44em) {
    .two-list > li {
      float: left;
      width: 45%;
      margin: 0 10% 1em 0; }
      .two-list > li:last-child, .two-list > li:nth-child(even) {
        margin: 0 0 1em; } }
  .two-list.stay > li {
    float: left;
    width: 47%;
    margin: 0 6% 1em 0; }
    .two-list.stay > li:last-child, .two-list.stay > li:nth-child(even) {
      margin: 0 0 1em; }
  @media (min-width: 44em) {
    .two-list.stay > li {
      float: left;
      width: 45%;
      margin: 0 10% 1em 0; }
      .two-list.stay > li:last-child, .two-list.stay > li:nth-child(even) {
        margin: 0 0 1em; } }

.centered-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .centered-list li {
    display: inline-block;
    max-width: 47%;
    margin: 0 6% 1em 0;
    vertical-align: top; }
    .centered-list li:nth-child(even) {
      margin: 0 0 1em; }
  @media (min-width: 44em) {
    .centered-list li {
      max-width: 30%;
      margin: 0 5% 1em 0; }
      .centered-list li:nth-child(even) {
        margin: 0 5% 1em 0; }
      .centered-list li:last-child, .centered-list li:nth-child(3n) {
        margin: 0 0 1em; } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.page-breadcrumbs {
  margin: 0 0 0.25em; }
  .page-breadcrumbs a {
    color: #ccc;
    font-size: 0.8125em;
    text-transform: uppercase;
    line-height: 1; }
    .page-breadcrumbs a:hover {
      color: #aaa; }
  .page-breadcrumbs span {
    color: #ccc;
    margin: 0 0.3125em; }

.alt-link {
  margin-top: 1em; }
  @media (min-width: 44em) {
    .alt-link {
      float: right;
      margin: 0; } }
  .alt-link a {
    display: inline-block;
    padding: 0.5em 1.25em;
    border-radius: 0.25em;
    font-size: 0.875em;
    text-align: center;
    background: #e6e6e6;
    color: #404040;
    border: 1px solid #e6e6e6; }
    .alt-link a:hover {
      color: #404040;
      background: #cdcdcd;
      border-color: #cdcdcd;
      text-decoration: none; }

.header-actions {
  margin: 1em 0 0;
  width: 10em; }
  .header-actions.btns {
    width: auto; }
  .header-actions .dd-toggle {
    display: block; }
  @media (min-width: 44em) {
    .header-actions {
      position: absolute;
      right: 0;
      top: -0.25em;
      margin: 0; } }

.help {
  position: absolute;
  right: 0;
  top: -0.25em; }
  .help p {
    display: none;
    background: #F6B327;
    color: #fff;
    margin: 0;
    padding: 1.25em 1em;
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    min-width: 25em;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.175);
    font-size: 0.875em; }
    .help p a {
      color: #fff;
      text-decoration: underline; }
      .help p a:hover {
        text-decoration: none; }
  .help.visible .helpTrigger {
    background: #F6B327;
    color: #fff; }
    .help.visible .helpTrigger .icon-cancel {
      display: inline-block; }
    .help.visible .helpTrigger .icon-help {
      display: none; }
  .help.visible p {
    display: block; }

.helpTrigger {
  display: block;
  font-size: 2em;
  line-height: 1;
  color: #F6B327;
  padding: 0.25em 0.25em 0; }
  .helpTrigger .icon-cancel {
    display: none; }
  .helpTrigger .icon-help {
    display: inline-block; }
  .helpTrigger:hover {
    color: #e19b09; }
  .helpTrigger span {
    vertical-align: middle; }

.submit {
  margin: 1em 0; }
  .submit a {
    padding: 1em 1.5em; }
  .submit input, .submit a {
    margin: 0 1em 1em 0; }
  .submit .cancel {
    margin: 0;
    padding: 1em 0; }
  .submit .notification {
    text-align: center; }
  @media (min-width: 44em) {
    .submit {
      text-align: right; }
      .submit .cancel {
        float: left; }
      .submit input, .submit a {
        margin: 0 0 0 1em; } }

.list {
  list-style: none;
  margin: 0 0 2em;
  padding: 0; }
  .list > li {
    display: block;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5); }
    @media (min-width: 44em) {
      .list > li .center {
        text-align: center; } }
    .list > li.divider {
      border: 0;
      background: #151616;
      font-size: 0.75em;
      color: #fff;
      font-weight: bold;
      padding: 0.5rem 1rem;
      border-top-left-radius: 0.25em;
      border-top-right-radius: 0.25em; }
      .list > li.divider a {
        float: right;
        color: #fff; }
        .list > li.divider a:hover {
          background: none; }
    .list > li.heading {
      display: none;
      font-size: 0.75em;
      color: rgba(64, 64, 64, 0.5);
      font-weight: bold;
      border-bottom: 1px solid #b3b3b3;
      text-transform: uppercase; }
      .list > li.heading > div {
        overflow-wrap: normal; }
      .list > li.heading.list-footer {
        border-top: 1px solid #151616;
        background: #b3b3b3;
        color: #fff;
        border-bottom: 1px solid rgba(230, 230, 230, 0.5); }
    .list > li.related {
      background: #efefef;
      padding-left: 0.5em; }
      @media (min-width: 44em) {
        .list > li.related {
          padding-left: 0; } }
    .list > li.list-footer {
      background: #cdcdcd; }
      .list > li.list-footer > div b {
        left: 0.5rem; }
      .list > li.list-footer > div .fa {
        color: #8d8d8d; }
    .list > li.totals {
      font-weight: 600;
      border-bottom: 0 !important;
      border-top: 1px solid #b3b3b3; }
    .list > li.new {
      position: relative; }
      .list > li.new:before {
        content: '';
        display: block;
        height: 0.5em;
        width: 0.5em;
        line-height: 1.8;
        background: #082EB4;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.25em; }
    .list > li > a {
      display: block;
      color: #404040;
      position: relative; }
      .list > li > a:after {
        content: "";
        display: table;
        clear: both; }
      .list > li > a:hover {
        background: #082EB4;
        background: rgba(8, 46, 180, 0.2);
        text-decoration: none; }
      .list > li > a.warning {
        background: #F6B327;
        color: #fff; }
        .list > li > a.warning:before {
          content: '';
          display: block;
          position: absolute;
          left: -0.5em;
          top: 0;
          bottom: 0;
          background: #F6B327;
          width: 0.5em; }
          @media (min-width: 44em) {
            .list > li > a.warning:before {
              display: none; } }
        .list > li > a.warning > div b {
          color: rgba(0, 0, 0, 0.25); }
      .list > li > a > div {
        position: relative;
        padding: 0.25rem 0 0.25rem 28%;
        min-height: 1.5em; }
        .list > li > a > div b {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          width: 25%;
          color: #b3b3b3;
          font-weight: bold;
          margin-right: 1em; }
    .list > li > div {
      overflow-wrap: break-word;
      padding: 0.25rem 0;
      font-size: 0.8125em;
      position: relative;
      padding-left: 21%;
      min-height: 1.5em; }
      .list > li > div.no-break {
        white-space: nowrap;
        overflow: hidden; }
      .list > li > div b {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0.5rem;
        width: 20%;
        color: #8d8d8d;
        font-weight: bold;
        margin-right: 1em; }
      .list > li > div.actions {
        padding-left: 0; }
        .list > li > div.actions .btn {
          margin: 0 0.5em 0.5em 0;
          line-height: 1; }
          @media (min-width: 50em) {
            .list > li > div.actions .btn {
              margin: 0 0.5em 0 0; } }
    .list > li.list-footer:after {
      content: "";
      display: table;
      clear: both; }
    .list > li.list-footer > a > div {
      float: left;
      padding: 0.5rem 1rem; }
      .list > li.list-footer > a > div b {
        display: none; }
    .list > li.list-footer > div {
      float: left;
      padding: 0.5rem 1rem; }
      .list > li.list-footer > div b {
        display: none; }
    .list > li.list-footer.heading {
      display: block; }
    .list > li.list-footer .five {
      width: 5%; }
    .list > li.list-footer .ten {
      width: 10%; }
    .list > li.list-footer .fifteen {
      width: 15%; }
    .list > li.list-footer .twenty {
      width: 20%; }
    .list > li.list-footer .twentyfive {
      width: 25%; }
    .list > li.list-footer .thirty {
      width: 30%; }
    .list > li.list-footer .thirtyfive {
      width: 35%; }
    .list > li.list-footer .forty {
      width: 40%; }
    .list > li.list-footer .fortyfive {
      width: 45%; }
    .list > li.list-footer .fifty {
      width: 50%; }
    .list > li.list-footer .sixty {
      width: 60%; }
    .list > li.list-footer .seventy {
      width: 70%; }
    .list > li.list-footer .eighty {
      width: 80%; }
    .list > li.list-footer .ninety {
      width: 90%; }
  .list.small-list > li > div {
    text-align: right; }
    .list.small-list > li > div b {
      text-align: left; }
    .list.small-list > li > div.actions {
      text-align: center; }
  @media (min-width: 44em) {
    .list > li > a:before {
      font-size: 1.5em; }
    .list > li:after {
      content: "";
      display: table;
      clear: both; }
    .list > li > a > div {
      float: left;
      padding: 0.5rem 2.5%; }
      .list > li > a > div b {
        display: none; }
    .list > li > div {
      float: left;
      padding: 0.5rem 2.5%; }
      .list > li > div b {
        display: none; }
    .list > li.heading {
      display: block; }
    .list.small-list > li > div {
      text-align: left; }
      .list.small-list > li > div.actions {
        text-align: left; } }
  @media (min-width: 50em) {
    .list > li > a:before {
      display: none; }
    .list > li > a > div {
      padding: 0.5rem 1.75%; }
    .list > li > div {
      font-size: 1em;
      padding: 0.5rem 1.75%; } }

.footnote {
  font-size: 0.75em; }
  .footnote p {
    margin: 0 0 0.25em; }

.list-footer.heading {
  background: #b3b3b3; }

.status-container {
  position: relative; }
  .status-container .fa-check {
    color: #5cb85c; }
  .status-container .fa-times {
    color: #d9534f; }
  .status-container .fa-ban {
    color: #e6e6e6; }
  .status-container .fa {
    font-size: 1.25em; }
    .status-container .fa:hover + .status-detail {
      opacity: 1;
      visibility: visible; }
  @media (min-width: 44em) {
    .status-container {
      text-align: center; } }

@media (min-width: 44em) {
  .status-icon .status-detail {
    left: 50%;
    margin-left: -5em; } }

.status-detail {
  display: inline-block; }
  @media (min-width: 44em) {
    .status-detail {
      display: block;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      padding: 0.5em;
      position: absolute;
      z-index: 100;
      bottom: 100%;
      left: -2em;
      width: 10em;
      font-size: 0.5em;
      color: #404040;
      background-color: #fff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      text-align: center; } }

.status {
  background: #e6e6e6;
  display: inline-block;
  height: 0.75em;
  width: 0.75em;
  line-height: 1.8;
  border-radius: 60%; }
  .status.danger {
    background: #d9534f; }
  .status.success {
    background: #5cb85c; }
  .status.warning {
    background: #F6B327; }
  .status.new {
    background: #082EB4; }
  .status:hover + .status-detail {
    opacity: 1;
    visibility: visible; }

/**
	Simple Grid - Must add up to 100
**/
.full {
  width: 100%; }

.btn-group {
  margin-bottom: 2em; }
  .btn-group a {
    display: inline-block;
    padding: 0.5em 1.25em;
    font-size: 0.875em;
    text-align: center;
    background: #fff;
    color: #082EB4;
    border: 1px solid #082EB4;
    border-right: 0;
    margin-left: -0.3em; }
    .btn-group a:hover {
      color: #fff;
      background: #062283;
      border-color: #062283;
      text-decoration: none; }
    .btn-group a:first-of-type {
      border-top-left-radius: 0.25em;
      border-bottom-left-radius: 0.25em; }
    .btn-group a:last-of-type {
      border-top-right-radius: 0.25em;
      border-bottom-right-radius: 0.25em;
      border-right: 1px solid #082EB4; }

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

.hide {
  display: none; }

.acknowledge {
  background: #e6e6e6;
  padding: 1em 1.5em;
  max-width: 35em;
  margin: 1em auto;
  text-align: center;
  font-size: 0.9375em; }
  .acknowledge input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
    .acknowledge input[type=checkbox]:checked + label {
      background: #5cb85c;
      color: #fff; }
  .acknowledge label {
    font-weight: bold;
    color: #5a5a5a;
    background: silver;
    padding: 0.5em 1.5em;
    font-size: 0.8125em; }
    .acknowledge label:hover {
      cursor: pointer; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 2em auto;
  border: 0; }

.footnote {
  font-size: 0.75em;
  color: #666666; }

.nothing {
  color: #666666;
  margin: 0;
  font-size: 0.8125em; }

.page-actions input[type="submit"],
.page-actions input[type=button] {
  display: inline-block;
  padding: 0.5em 1.25em;
  border-radius: 0.25em;
  font-size: 0.875em;
  text-align: center;
  background: #082EB4;
  color: #fff;
  border: 1px solid #082EB4;
  font: bold 0.875em/1.8 "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-right: 1em; }
  .page-actions input[type="submit"]:hover,
  .page-actions input[type=button]:hover {
    color: #fff;
    background: #062283;
    border-color: #062283;
    text-decoration: none; }

.big-button {
  display: grid;
  border: 1px solid #e0e0e0;
  padding: 10% 1.25em;
  text-align: center;
  font-size: 1.1em;
  color: #b9b9b9;
  justify-self: stretch;
  align-self: stretch;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold; }
  .big-button:hover {
    background: #082EB4;
    color: #fff;
    text-decoration: none;
    border-color: #082EB4; }
  .big-button svg {
    display: block;
    margin: 0 auto;
    font-size: 3em; }
  .big-button aside {
    display: block;
    font-size: 0.75em;
    color: #b9b9b9; }
  .big-button.green {
    color: #5cb85c; }
    .big-button.green:hover {
      background: #5cb85c;
      color: #fff;
      border-color: #5cb85c; }
      .big-button.green:hover aside {
        color: #fff; }
  .big-button.yellow {
    color: #F6B327; }
    .big-button.yellow:hover {
      background: #F6B327;
      color: #fff;
      border-color: #F6B327; }
      .big-button.yellow:hover aside {
        color: #fff; }
  .big-button.red {
    color: #d9534f; }
    .big-button.red:hover {
      background: #d9534f;
      color: #fff;
      border-color: #d9534f; }
      .big-button.red:hover aside {
        color: #fff; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #333;
  background: rgba(41, 41, 41, 0.9);
  transition: all 0.3s; }

.overlay-content {
  position: fixed;
  top: 2em;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%);
  background: #fff;
  max-height: 100%;
  overflow: auto; }
  .overlay-content header {
    padding: 1em;
    background: #e6e6e6; }
    .overlay-content header h2 {
      display: inline-block;
      margin: 0;
      line-height: 1; }
    .overlay-content header .overlay-close {
      color: #404040;
      font-size: 1.5em;
      line-height: 1;
      float: right; }
      .overlay-content header .overlay-close:hover {
        color: #d9534f;
        text-decoration: none; }
  @media (min-width: 44em) {
    .overlay-content {
      top: 50%;
      transform: translateX(-50%) translateY(-50%); } }

.overlay-container {
  padding: 2em 1em; }

.overlay-show {
  visibility: visible; }

.overlay-show ~ .overlay {
  opacity: 1;
  visibility: visible; }

.radio-buttons input[type="radio"] {
  position: absolute;
  opacity: 0; }
  .radio-buttons input[type="radio"]:checked + label {
    background: #5cb85c;
    color: #fff; }
.radio-buttons label {
  padding: 0.25em 1em;
  background: #e6e6e6;
  font-weight: normal;
  border-radius: 0.25em; }
  .radio-buttons label:hover {
    background: #cdcdcd;
    cursor: pointer; }

.small-list {
  padding: 1em 0 0;
  /*&.grid {
  	grid-row-gap: 2em;
  	grid-column-gap: 2em;
  	grid-auto-columns: minmax(10em, auto);
  	grid-auto-flow:  dense;
  }*/ }
  .small-list .overlay-toggle {
    display: inline-block;
    padding: 0.5em 1.25em;
    border-radius: 0.25em;
    font-size: 0.875em;
    text-align: center;
    background: #082EB4;
    color: #fff;
    border: 1px solid #082EB4;
    margin: 0 0 2em; }
    .small-list .overlay-toggle:hover {
      color: #fff;
      background: #062283;
      border-color: #062283;
      text-decoration: none; }
    @media (min-width: 44em) {
      .small-list .overlay-toggle {
        float: right;
        margin: 0; } }
  @media (min-width: 50em) {
    .small-list .small-list-container {
      width: 50%; } }

.gray-container {
  background: #f2f2f2;
  border-bottom: 1px solid #404040;
  padding: 3em 0; }

.site-header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  background: #fff; }
  .site-header .wrap {
    padding: 1em 0;
    width: 94%; }
    @media (min-width: 44em) {
      .site-header .wrap {
        width: 90%; } }

.main-nav {
  text-align: center; }
  .main-nav > a {
    font-size: 0.8125em;
    font-weight: 600;
    color: #404040;
    margin: 0 1em 0 0;
    padding: 0 0 0.25em;
    border-bottom: 0.15em solid transparent; }
    .main-nav > a.active {
      color: #082EB4;
      border-color: #082EB4; }
    .main-nav > a:hover {
      color: #082EB4;
      text-decoration: none; }
  .main-nav .edit-profile {
    position: absolute;
    top: 1em;
    right: 0.75em;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    background: #F6B327;
    line-height: 1;
    padding: 0.5em 1.25em;
    vertical-align: middle;
    margin: 0;
    border: 0;
    letter-spacing: 1px; }
    .main-nav .edit-profile:hover {
      color: #fff;
      background: #e19b09; }
    .main-nav .edit-profile svg {
      position: relative;
      top: 2px; }
  @media (min-width: 44em) {
    .main-nav .edit-profile {
      top: 1.5em; } }
  @media (min-width: 50em) {
    .main-nav {
      float: right;
      text-align: left; }
      .main-nav > a {
        margin: 0 1em; }
      .main-nav .edit-profile {
        position: static; } }

.acting-as {
  position: relative;
  background: #F6B327;
  color: #4b4b4b;
  padding: 0.125em 1em;
  text-align: center;
  /*a {
      color: transparentize($drawer-text, 0.2);
      font-size: 1.5em;
      position: absolute;
      right: 1em;
      top: 50%;
      margin-top: -0.5em;
      line-height: 1;
      &:hover {
          color: #fff;
          text-decoration: none;
      }
  }*/ }
  .acting-as + .wrap {
    position: static; }
    .acting-as + .wrap .edit-profile {
      top: 2.75em; }
      @media (min-width: 44em) {
        .acting-as + .wrap .edit-profile {
          top: 3.25em; } }
  .acting-as > span {
    font-size: 0.8125em; }

.drawer {
  position: absolute;
  left: 110%;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 90%;
  background: #F6B327;
  box-shadow: -0.25em 0 0.25em 1px rgba(0, 0, 0, 0.3);
  transition: left 200ms ease-in-out;
  text-align: left; }
  .drawer.visible {
    left: 10%; }
  @media (min-width: 44em) {
    .drawer {
      width: 45%; }
      .drawer.visible {
        left: 55%; } }
  @media (min-width: 50em) {
    .drawer {
      width: 25%; }
      .drawer.visible {
        left: 75%; } }
  .drawer header {
    padding: 1.25em 2em 1.25em 1em;
    border-bottom: 1px solid #fff;
    color: #4b4b4b; }
    .drawer header h4 {
      font-weight: normal;
      margin: 0;
      font-size: 1.5em; }
    .drawer header span {
      display: block;
      line-height: 1;
      font-size: 0.75em; }

.close-drawer {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #4b4b4b;
  font-size: 1.5em; }
  .close-drawer:hover {
    color: #323232; }

.drawer-nav a {
  color: #fff;
  display: block;
  padding: 1.25em 1em; }
  .drawer-nav a svg {
    font-size: 2em;
    color: #4b4b4b;
    vertical-align: middle;
    margin-right: 0.25em; }
  .drawer-nav a:hover {
    background: #082EB4;
    text-decoration: none; }
    .drawer-nav a:hover svg {
      color: #fff; }

.site-content {
  padding: 3em 0 2em;
  background: #fff; }

.tagline {
  text-align: center;
  background: #003466;
  color: #fff;
  padding: 0.5em; }
  .tagline h4 {
    margin: 0;
    line-height: 1;
    font-weight: normal;
    font-size: 0.8125em; }

/**New Colors**/
.site-footer {
  background: #F2F2F2;
  padding: 2em 1em;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.32em; }
  .site-footer a {
    display: inline-block; }
    .site-footer a.footer-logo img {
      width: 15em;
      opacity: 0.7; }
  .site-footer .tagline {
    background: none;
    padding: 0; }
    .site-footer .tagline h4 {
      color: #404040;
      margin: 0 0 2em; }
  .site-footer hr {
    margin: 1em auto;
    width: 45%; }

.footer-links {
  font-size: 0.875em; }
  .footer-links h4 {
    color: #404040;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 1.3em; }
  .footer-links a {
    color: #082EB4; }

[v-cloak] {
  display: none;
  opacity: 0;
  animation-name: none !important; }

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

body.dragging, body.dragging * {
  cursor: move !important; }

.avatar {
  border-radius: 100%;
  background-color: #eee;
  width: 30px;
  height: 30px; }
  html.dark-mode .avatar {
    background-color: #000; }
  .avatar.med {
    width: 40px;
    height: 40px; }
  .avatar.large {
    width: 80px;
    height: 80px; }
  .avatar.huge {
    width: 120px;
    height: 120px; }
  .avatar.square {
    border-radius: 3px; }
  html.dark-mode .avatar[src$="user_avatar.png"] {
    filter: invert(1); }

.loading-container {
  position: relative;
  display: block;
  margin: 32px auto; }
  .loading-container > div {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    transform: translate3d(-10px, 0, 0);
    margin-top: 6px;
    animation-name: loadingBob;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.62, 0.28, 0.23, 0.99);
    margin-inline-end: 4px;
    background-color: var(--color-page);
    animation-delay: 0.3s; }
  .loading-container > div:first-child {
    left: -16px;
    background-color: var(--color-book);
    animation-delay: 0s; }
  .loading-container > div:last-of-type {
    left: 16px;
    background-color: var(--color-chapter);
    animation-delay: 0.6s; }
  .loading-container > span {
    margin-inline-start: 12px;
    font-style: italic;
    color: #888;
    vertical-align: top; }

[back-to-top] {
  background-color: var(--color-primary);
  position: fixed;
  bottom: 16px;
  right: 24px;
  padding: 5px 7px;
  cursor: pointer;
  color: #FFF;
  fill: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all ease-in-out 180ms;
  opacity: 0;
  z-index: 999;
  overflow: hidden; }
  [back-to-top] svg {
    width: 26.6666666667px;
    height: 26.6666666667px;
    margin-inline-end: 4px; }
  [back-to-top]:hover {
    width: 136px;
    opacity: 1 !important; }
  [back-to-top] .inner {
    width: 136px; }
  [back-to-top] span {
    position: relative;
    vertical-align: top;
    line-height: 2; }

.contained-search-box {
  display: flex; }
  .contained-search-box input, .contained-search-box button {
    border-radius: 0;
    border-color: #ddd;
    margin-inline-start: -1px; }
    html.dark-mode .contained-search-box input, html.dark-mode .contained-search-box button {
      border-color: #000; }
  .contained-search-box input {
    flex: 5;
    padding: 6px 12px; }
    .contained-search-box input:focus, .contained-search-box input:active {
      outline: 0; }
  .contained-search-box button {
    width: 60px; }
  .contained-search-box button i {
    padding: 0; }
  .contained-search-box button.cancel.active {
    background-color: #ab0f0e;
    color: #EEE; }

.entity-selector {
  border: 1px solid #DDD;
  border-color: #ddd;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0.8em; }
  html.dark-mode .entity-selector {
    border-color: #111; }
  .entity-selector input[type="text"] {
    width: 100%;
    display: block;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    padding: 12px 16px; }
  .entity-selector .entity-list {
    overflow-y: scroll;
    height: 400px;
    background-color: #eee;
    margin-inline-end: 0;
    margin-inline-start: 0; }
    html.dark-mode .entity-selector .entity-list {
      background-color: #222; }
  .entity-selector .entity-list-item {
    background-color: #fff; }
    html.dark-mode .entity-selector .entity-list-item {
      background-color: #222; }
  .entity-selector .entity-list-item p {
    margin-bottom: 0; }
  .entity-selector .entity-list-item.selected {
    background-color: rgba(0, 0, 0, 0.05) !important; }
  .entity-selector .loading {
    height: 400px;
    padding-top: 24px; }
  .entity-selector .entity-selector-add button {
    margin: 0;
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #DDD; }
  .entity-selector.compact {
    font-size: 10px; }
    .entity-selector.compact .entity-item-snippet {
      display: none; }

.scroll-box {
  max-height: 250px;
  overflow-y: scroll;
  border: 1px solid #DDD;
  border-radius: 3px; }
  .scroll-box .scroll-box-item {
    padding: 6px 16px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    margin-top: -1px; }
    .scroll-box .scroll-box-item:last-child {
      border-bottom: 0; }

.scroll-box[data-instruction]:before {
  content: attr(data-instruction);
  padding: 6px 16px;
  border-bottom: 1px solid #DDD;
  display: block;
  font-size: 0.75rem;
  color: #666; }

.fullscreen {
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 150; }

.list-sort-container {
  display: inline-block; }
  .list-sort-container form {
    display: inline-block; }
  .list-sort-container .list-sort {
    display: inline-grid;
    margin-inline-start: 12px;
    grid-template-columns: minmax(120px, max-content) 40px;
    font-size: 0.9rem;
    border: 2px solid #DDD;
    border-color: #ddd;
    border-radius: 4px; }
    html.dark-mode .list-sort-container .list-sort {
      border-color: #444; }
  .list-sort-container .list-sort-label {
    font-weight: bold;
    display: inline-block;
    color: #555; }
    html.dark-mode .list-sort-container .list-sort-label {
      color: #888; }
  .list-sort-container .list-sort-type {
    text-align: start; }
  .list-sort-container .list-sort-type, .list-sort-container .list-sort-dir {
    padding: 6px 12px;
    cursor: pointer; }
  .list-sort-container .list-sort-dir {
    border-inline-start: 2px solid #DDD;
    color: #888;
    border-color: #ddd; }
    html.dark-mode .list-sort-container .list-sort-dir {
      border-color: #444; }
    .list-sort-container .list-sort-dir .svg-icon {
      transition: transform ease-in-out 120ms; }
    .list-sort-container .list-sort-dir:hover .svg-icon {
      transform: rotate(180deg); }