@charset "UTF-8";
.mail-item-row,
.nav-sidebar .article-holder article,
.button {
  transition: 0.25s background-color;
}

html, head, body {
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "Segoe UI", "Helvetica", sans-serif;
  font-size: 0.95rem;
  color: #212121;
}

body:not(.allow-scroll) {
  overflow-y: hidden;
  max-height: 100%;
}

.no-link-color {
  color: #212121 !important;
}

.top-warning-banner {
  background-color: red;
  text-align: center;
  color: white;
  padding: 0.25rem 0 0.25rem 5rem;
}

.top-warning-banner a {
  color: white !important;
  font-weight: bold;
}

#service-status-banner {
  background-color: #FFBF00;
  text-align: center;
  color: black;
  padding: 0.25rem 0 0.25rem 5rem;
}

#service-status-banner a {
  color: black !important;
  font-weight: bold;
}

body {
  background-color: #fcfcfc;
}

header, h1, h2, h3, h4, h5 {
  font-family: "Questrial", "Segoe UI", "Helvetica", sans-serif;
}

textarea {
  font-family: "Quicksand", "Segoe UI", "Helvetica", sans-serif;
  color: #444;
}

* {
  box-sizing: border-box;
}

.settings-accordion-list .item:last-of-type {
  border-bottom: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.fa-force-width {
  width: 20px;
}

.no-border {
  border: 0 !important;
}

.bold {
  font-weight: bold;
}

.smaller {
  font-size: 0.8rem !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.dropdown-content {
  max-height: 540px;
  overflow: auto;
  background-color: white;
  box-shadow: 0 2px 3px lightgrey;
  min-width: 120px;
  border: 1px solid lightgrey;
}
.dropdown-content .dropdown-item {
  line-height: 28px;
  padding: 0.5rem 1rem;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.dropdown-content .dropdown-item:hover {
  background-color: #ededed;
}

.high-zindex {
  z-index: 9999;
}

.tag-highlight {
  display: inline-block;
  margin-right: 0.1rem;
  padding: 0.1rem 0.25rem;
  border-radius: 5px;
  background-color: #689EB9;
  color: white;
  font-size: 0.8rem;
}
.tag-highlight:hover {
  background-color: #b53a3c;
  cursor: pointer;
}

dl.kv {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}

dl.kv dt {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding-bottom: 0.1rem;
}

dl.kv dd {
  font-size: 0.8rem;
  margin-left: 0;
}
dl.kv dd textarea {
  font-size: 0.8rem;
}

table {
  margin-top: 1rem;
  border-collapse: collapse;
  width: 100%;
}
table.constrained-table {
  width: 55%;
}
table thead td, table thead th {
  font-weight: bold;
}
table.hover-table tr:hover {
  background-color: #dfe8ed;
}

.floating-left-banner {
  display: inline-block;
  height: 30px;
  float: left;
}
.floating-left-banner:after {
  clear: left;
}

.floating-search {
  width: 35%;
  overflow: hidden;
  position: relative;
  float: right;
}
.floating-search .left-icon {
  position: absolute;
  right: 1rem;
  padding-left: 1rem;
  border-left: 1px solid lightgrey;
  top: 0;
  line-height: 30px;
}
.floating-search input {
  height: 30px;
  width: 100%;
  padding: 5px;
  padding-right: 3rem;
  border: 1px solid lightgrey;
}
.floating-search:after {
  display: block;
  content: "";
  clear: both;
}

table td.auto-width {
  width: 60%;
}

table input[type=text], table input[type=email], table input[type=password], table input[type=tel] {
  width: 100%;
}

input[type=text], input[type=date], input[type=datetime], input[type=email], input[type=password], input[type=checkbox], input[type=number], input[type=tel] {
  -moz-appearance: none;
}

input[type=text], input[type=date], input[type=datetime], input[type=email], input[type=password], input[type=checkbox], input[type=number], input[type=tel], select {
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  max-width: 380px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  display: inline-block;
  padding: 0.3rem;
  border: 1px solid gray;
  background-color: white;
  font-size: 0.8rem;
  border-radius: 5px;
  text-decoration: none;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus, input[type=date]:hover, input[type=date]:active, input[type=date]:focus, input[type=datetime]:hover, input[type=datetime]:active, input[type=datetime]:focus, input[type=email]:hover, input[type=email]:active, input[type=email]:focus, input[type=password]:hover, input[type=password]:active, input[type=password]:focus, input[type=checkbox]:hover, input[type=checkbox]:active, input[type=checkbox]:focus, input[type=number]:hover, input[type=number]:active, input[type=number]:focus, input[type=tel]:hover, input[type=tel]:active, input[type=tel]:focus, select:hover, select:active, select:focus {
  outline: none;
  border: 1px solid #3eb4f0;
}

.force-normal-font-size {
  font-size: 0.95rem;
}

input[type=checkbox] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  padding: 0px;
}
input[type=checkbox]:checked {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g><path d="M76,488.3l-66,66l312.3,312.3L990,198.8l-65.4-65.3L324.5,733.6L76,488.3z"/></g></svg>') no-repeat center center;
}

input[type=date] {
  font-family: "Quicksand", "Segoe UI", "Helvetica", sans-serif;
  font-size: 0.8em;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table tr td {
  padding: 0.75rem 0.5rem;
}
table tr td.no-pad {
  padding: 0;
}

table tr {
  border-bottom: 1px solid lightgrey;
}
table tr.no-bottom-border {
  border-bottom: none;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.block-center {
  margin: 0 auto;
}

.panel {
  border: 1px solid lightgrey;
  padding: 1rem;
}

.button {
  display: inline-block;
  padding: 0.5rem;
  border: 1px solid #486d7f;
  background-color: transparent;
  color: #486d7f;
  font-size: 0.8rem;
  border-radius: 5px;
  text-decoration: none;
}
.button.selected, .button:hover {
  background-color: #486d7f;
  color: white;
  cursor: pointer;
}
.button.inverse {
  background-color: #486d7f;
  color: #EEE;
}
.button.alert {
  border: 1px solid #b53a3c;
  color: #b53a3c;
}
.button.alert:hover {
  background-color: #b53a3c;
  color: white;
}
.button.small {
  padding: 0.1rem;
}
.button.medium {
  padding: 0.25rem;
}
.button.disabled, .button:disabled {
  cursor: not-allowed;
  background-color: lightgrey;
  border: 1px solid grey;
  color: grey;
}
.button.joint {
  margin-left: 0;
  margin-right: -6px;
  border-radius: 0px;
}
.button.joint:last-of-type {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 0px;
}
.button.joint:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 0px;
}

.button-rocker {
  margin-bottom: 1rem;
}

.scrollable {
  overflow: auto;
}

.modal {
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}
.modal .modal-content {
  position: relative;
  max-width: 75%;
  max-height: 90vh;
  padding: 2rem;
  overflow: auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 2px 10px 5px grey;
}
.modal .modal-content .modal-close {
  position: absolute;
  right: 1rem;
  top: 15px;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  color: #273b44;
}
.modal .modal-buttons {
  border-top: 1px solid black;
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: right;
}

.flex-central {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-divide {
  display: flex;
  justify-content: space-between;
}
.flex-divide.vertical {
  flex-direction: column;
}
.flex-divide.vertical * {
  width: 100%;
}

.flex-divide.stretch > *, .flex-item-stretch {
  margin: 0 0.5rem;
}
.flex-divide.stretch > *.vertical > *, .flex-item-stretch.vertical > * {
  margin: 0;
}
.flex-divide.stretch > *:first-of-type, .flex-item-stretch:first-of-type {
  margin-left: 0;
}
.flex-divide.stretch > *:last-of-type, .flex-item-stretch:last-of-type {
  margin-right: 0;
}

.flex-divide.stretch * {
  flex-grow: 0;
}

.flex-item-stretch {
  flex-grow: 1;
}

.v-row {
  margin-bottom: 1rem;
}

.hidden {
  display: none !important;
}

.no-link-styles {
  text-decoration: none;
}

.force-right {
  float: right;
}

.pad-item {
  padding: 0 0 0 1rem;
}

.force-right:after {
  content: "";
  display: block;
  clear: both;
}

.small-12 {
  width: 100%;
}

.small-6 {
  width: 48%;
  margin-right: 1%;
}

.state.scrollable {
  max-height: 60vh;
  overflow: auto;
}

.modal .content {
  min-width: 100%;
  min-height: 200px;
  padding: 2.25rem 1rem;
}

.inline-notifier {
  position: relative;
  right: 10px;
  background-color: red;
  color: white;
  font-size: 0.55rem;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  line-height: 16px !important;
  vertical-align: middle !important;
  display: inline-block;
}

.clickable {
  cursor: pointer;
  user-select: none;
}

/* form
*/
.detail-warning--container {
  background-color: rgba(181, 58, 60, 0.3);
  border-left: 4px solid #b53a3c;
  padding: 1rem 0.5rem 1rem 1.5rem;
  margin: 1rem 0;
}
.detail-warning--container .detail-warning--header {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.detail-warning--container .detail-warning--body {
  white-space: pre-line;
}

.site-nav-sidebar {
  height: 100%;
  padding-top: 5rem;
  background-color: #689EB8;
  width: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
.site-nav-sidebar .sidebar-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: calc(100vh - 5rem);
  z-index: 9999;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.site-nav-sidebar .sidebar-container::-webkit-scrollbar {
  display: none;
}
.site-nav-sidebar .sidebar-container .side-nav-icon {
  position: relative;
  height: 64px;
  margin-bottom: 2.5rem;
  line-height: 64px;
  text-align: center;
}
.site-nav-sidebar .sidebar-container .side-nav-icon .nav-image {
  width: 2.24rem;
  cursor: pointer;
}
.site-nav-sidebar .sidebar-container .side-nav-icon .notification {
  position: absolute;
  right: 7px;
  background-color: #b53a3c;
  color: white;
  text-align: center;
  padding: 0.35rem;
  font-size: 10px;
  font-family: "Arial";
  line-height: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.site-nav-sidebar .sidebar-container .side-nav-icon.selected:after {
  display: block;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #E4E5E9;
  position: absolute;
  right: 0;
  top: 24px;
}

.top-user-info-dropdown {
  position: absolute;
  background-color: #fcfcfc;
  z-index: 9999;
  text-align: center;
  border-radius: 5px;
  border: 1px solid lightgrey;
}
.top-user-info-dropdown .top-user-info-dropdown--click:hover {
  cursor: pointer;
  background-color: #dfe8ed;
}

.top-page-stripe {
  display: flex;
  flex-direction: row;
  min-height: 3rem;
  line-height: 3rem;
  width: 100%;
  background-color: #E3E4E9;
  padding: 0 1rem 0 6rem;
  justify-content: space-between;
  vertical-align: top;
  border-bottom: 1px solid lightgrey;
}
.top-page-stripe .right-align {
  text-align: right;
}
.top-page-stripe .left-align {
  text-align: left;
}
.top-page-stripe .site-logo {
  height: 1.8rem;
  width: auto;
  vertical-align: middle;
}
.top-page-stripe .profile-block {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.25rem;
  text-decoration: none;
}
.top-page-stripe .profile-block:hover {
  background-color: #d6d7de;
  cursor: pointer;
}
.top-page-stripe .avatar-block {
  display: inline-block;
  height: 3rem;
  vertical-align: top;
  padding: 0 0 0 1rem;
  text-decoration: none;
}
.top-page-stripe .avatar-block .profile-align, .top-page-stripe .avatar-block .double-decker {
  display: inline-block;
}
.top-page-stripe .avatar-block .profile-align div, .top-page-stripe .avatar-block .double-decker div {
  font-size: 0.7rem;
  line-height: 0.9rem;
}
.top-page-stripe .avatar-block .profile-align {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.25rem;
  border: 1px solid #acafbb;
}
.top-page-stripe .avatar-block .avatar-uploader {
  width: 100%;
  height: 100%;
}
.top-page-stripe .avatar-block .profile-align, .top-page-stripe .avatar-block .double-decker {
  vertical-align: middle;
}

.main-page-container {
  margin-left: 5rem;
  min-height: 100%;
}

.sidebar-interface {
  display: flex;
  height: calc(100vh - 3rem);
}
.sidebar-interface .nav-sidebar {
  display: flex;
  padding-top: 2rem;
  flex-direction: column;
  width: 20%;
  min-width: 240px;
  max-width: 320px;
  flex-grow: 0;
  border-right: 1px solid lightgrey;
  background-color: #E4E5E9;
}
.sidebar-interface .nav-sidebar .article-holder {
  width: 100%;
  flex-grow: 1;
  overflow: auto;
  padding: 0;
}
.sidebar-interface .nav-sidebar .article-holder a {
  display: block;
}
.sidebar-interface .nav-sidebar .article-holder article, .sidebar-interface .nav-sidebar .article-holder header {
  padding: 0.5rem 0.75rem 0.5rem 1.5rem;
  border-bottom: 1px solid lightgrey;
}
.sidebar-interface .nav-sidebar > *, .sidebar-interface .nav-sidebar .article-holder > * {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid lightgrey;
}
.sidebar-interface .nav-sidebar .search {
  padding: 0;
}
.sidebar-interface .nav-sidebar .search input {
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.75rem;
}
.sidebar-interface .nav-sidebar header {
  font-size: 1.25rem;
}
.sidebar-interface .nav-sidebar header > * {
  line-height: 23px;
}
.sidebar-interface .nav-sidebar article .metadata {
  font-size: 0.8rem;
}
.sidebar-interface .nav-sidebar article.unread {
  border-left: 3px solid #3eb4f0;
}
.sidebar-interface .nav-sidebar article:hover {
  background-color: #d5dfe4;
  cursor: pointer;
}
.sidebar-interface .nav-sidebar article:hover .multi-select {
  visibility: visible;
}
.sidebar-interface .nav-sidebar article.selected {
  background-color: #b3cfdc;
}
.sidebar-interface .nav-sidebar article.selected .multi-select {
  visibility: visible;
}
/* Mail interface */
.mail--pdf-viewer-object {
    background-image: url("/Images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    overflow: auto;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-box;
    max-width: 100%;
}

.mail-interface .top-bar-clear {
  margin: 0.5rem 0;
  height: 30px;
}
.mail-interface .top-bar-clear:after {
  clear: both;
}
.mail-interface .nav-sidebar {
  position: relative;
}
.mail-interface .nav-sidebar .end-settings {
  display: flex;
  position: absolute;
  bottom: 0;
  height: 3rem;
  width: 100%;
  line-height: 3rem;
  padding: 0 0.75rem !important;
  justify-content: space-between;
  align-items: center;
}
.mail-interface .nav-sidebar .article-holder {
  flex-grow: 1;
  overflow: auto;
  padding: 0;
}
.mail-interface .nav-sidebar .search {
  padding: 0;
}
.mail-interface .nav-sidebar .search input {
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.75rem;
}
.mail-interface .nav-sidebar article {
  display: flex;
}
.mail-interface .nav-sidebar article:hover, .mail-interface .nav-sidebar article.drag-enter {
  background-color: #c4dae4;
  cursor: pointer;
}
.mail-interface .nav-sidebar article.selected {
  background-color: #B3CFDC;
}
.mail-interface .nav-sidebar .date-divider {
  font-size: 0.7rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ededed;
}

.plus-minus-icon {
  width: 20px;
}

.action {
  display: inline-block;
  margin-right: 0.75rem;
  font-size: 0.8rem;
  cursor: pointer;
}

.droppable-return-to-folder {
  position: fixed;
  width: 100%;
  background-color: #689EB8;
  color: white;
  bottom: 0;
  padding: 1rem 0;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
}

.content {
  flex-grow: 1;
  overflow: auto;
  min-height: 0;
}
.content > * {
  padding: 0.5rem 1rem;
}
.content header {
  background-color: white;
  border-bottom: 1px solid lightgrey;
  font-size: 1.25rem;
}
.content .metadata {
  border-bottom: 1px solid lightgrey;
}
.content .metadata:nth-of-type(2n+1) {
  background-color: #f2f2f4;
}
.content .metadata:last-of-type {
  margin-bottom: 0.5rem;
}
.content .card {
  display: inline-block;
  width: 420px;
  max-width: calc(90vw - 5rem);
  padding: 1rem 0.5rem;
  border: 1px solid lightgrey;
  box-shadow: 0 0 5px lightgrey;
  vertical-align: top;
}
.content .card .card-header {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.content .card .mail-preview {
  height: 360px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Action multiple */
.multi-action-bar {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  background-color: #3eb4f0;
}
.multi-action-bar .action {
  display: inline-block;
  margin-right: 1rem;
  text-align: center;
  color: #e1e1e1;
}
.multi-action-bar .action .fa {
  width: 25px;
  height: 25px;
  padding: 0.25rem;
  border-radius: 100%;
  border: 1px solid white;
}
.multi-action-bar .action span {
  display: block;
}

.mailbox-item-list .mail-item-row {
  height: 5.5rem;
  max-height: 5.5rem;
  position: relative;
}
.mailbox-item-list .mail-item-row td:first-of-type {
  padding: 0;
}
.mailbox-item-list .mail-item-row label {
  display: block;
  line-height: 2.5rem;
  height: 2.5rem;
}
.mailbox-item-list .mail-item-row .small-display {
  min-width: 41px;
  max-width: 4rem;
  height: 64px;
}
.mailbox-item-list .mail-item-row .hover-show:hover {
  border: 1px solid darkgrey;
  filter: contrast(50%);
  cursor: zoom-in;
}
.mailbox-item-list .mail-item-row:hover {
  background-color: #dfe8ed;
  cursor: pointer;
}
.mailbox-item-list .mail-item-row.unread {
  font-weight: bold;
}
.mailbox-item-list .mail-item-row.selected {
  background-color: #b3cfdc;
}
.mailbox-item-list .mail-item-row.selected input[type=checkbox] {
  visibility: visible;
}

/* Action stuff */
.mail-item-list {
  max-height: 360px;
  border-bottom: 1px solid lightgrey;
  overflow: auto;
}

.mail-item-card {
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid lightgrey;
  box-shadow: 0 0 4px lightgrey;
}
.mail-item-card .card-preview {
  display: inline-block;
  max-width: 32px;
  max-height: 64px;
  width: 49%;
  height: 43.5px;
}
.mail-item-card .hover-show:hover {
  border: 1px solid darkgrey;
  filter: contrast(50%);
  cursor: zoom-in;
}

.left-card {
  min-width: 128px;
  padding-right: 1rem;
  border-right: 1px solid lightgrey;
}

.right-card {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  vertical-align: middle;
}
.right-card .idle-mail--action {
  margin: 0 2rem;
}

.right-card * {
  vertical-align: middle;
}

@media screen and (min-width: 1200px) {
  .hide-for-medium-up {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .hide-for-medium-down {
    display: none !important;
  }
}
.generic-thumbnail-display {
  min-width: 41px;
  max-width: 4rem;
  height: 64px;
}

.generic-hover-show:hover {
  position: absolute;
  width: auto !important;
  height: 384px !important;
  max-width: initial;
  top: 0;
  left: 0;
  border: 1px solid #E4E5E9;
  z-index: 999999;
}

.held-mail-notifier {
  padding: 1rem 0.5rem;
  border: 1px solid lightgray;
  background-color: #f2f2f4;
}

.message-pane {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.message-pane .message-row-container {
  flex-grow: 1;
  overflow: auto;
}
.message-pane .message-row-container > * {
  padding: 0 1rem;
}
.message-pane .message-input {
  display: flex;
  position: relative;
  padding: 0;
  flex-grow: 0;
  min-height: 2.5rem;
  max-height: 100%;
}
.message-pane .message-input textarea {
  flex-grow: 1;
  height: 7.5rem;
  padding: 0.5rem 3rem 0.5rem 2rem;
  transition: 1s ease height;
  transition-delay: 0.25s;
}
.message-pane .message-input textarea:focus {
  height: 25rem;
}
.message-pane .message-input .add-attachment {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.5rem;
  height: 100%;
}
.message-pane .message-input .send-message {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  padding: 0 1rem;
  cursor: pointer;
  height: 100%;
}
.message-pane .message-row .message-bubble {
  max-width: 540px;
  display: inline-block;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 10px;
}
.message-pane .message-row .message-bubble.client-convo {
  background-color: #B3CFDC;
}
.message-pane .message-row .message-bubble.admin-convo {
  background-color: #E4E5E9;
}

.messages-interface .new-message-icon {
  width: 20px;
}

.address-holster {
  background-color: #E4E5E9;
  max-width: 40rem;
  position: relative;
  padding: 2.5rem 2rem 2rem 2rem;
  margin-top: 4rem;
  margin-left: 1rem;
}
.address-holster .address-holster-icon {
  position: absolute;
  left: 2rem;
  top: -2.5rem;
  height: 5rem;
  width: 5rem;
  padding: 1rem;
  line-height: 4rem;
  border-radius: 50%;
  background-color: #689EB8;
  text-align: center;
}
.address-holster .address-holster-icon img {
  width: 2.5rem;
  line-height: 5rem;
}

.load-more-button {
  margin-top: 1rem;
}

.clipboard-to-address--copied {
  transition: opacity 0.75s;
  opacity: 0;
}

.cta-panel {
  display: inline-block;
  padding: 1rem;
  background-color: #ededed;
}
.cta-panel .cta-header {
  font-size: 2rem;
}

@media screen and (max-width: 760px) {
  .flex-divide {
    flex-direction: column;
  }

  .flex-divide.stretch *, .flex-item-stretch {
    margin: 0.5rem 0;
  }
}
.login-panel {
  max-width: 40rem;
  margin: 0 auto;
  padding-bottom: 15rem;
  padding-top: 2rem;
}

.tfa-entry .required-code {
  margin: 1rem 0;
  font-size: 4rem;
  text-align: center;
}

.login-page-header .container, .login-page-footer .container {
  display: flex;
  flex-direction: row;
  padding: 1rem 1rem;
}

.login-page-header {
  border-bottom: 3px solid #689EB9;
}
.login-page-header .site-logo {
  height: 2rem;
  width: auto;
  vertical-align: middle;
}
.login-page-header .container {
  justify-content: space-between;
}

.login-page-footer {
  border-top: 3px solid #689EB9;
  margin-top: 2rem;
}
.login-page-footer .container {
  justify-content: center;
}

.no-auth-body {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #E4E5E9;
}

.login-highlight-heading {
  color: #689EB9;
}

.login-highlight-paragraph {
  color: #689EB9;
}

.inline-field {
  padding: 0.25rem;
}

.login-text-box {
  color: #689EB9;
  border: 1px solid #689EB9;
  background-color: #C6D0D9;
}

.login-button {
  width: 10rem;
  color: #E4E5E9;
  text-align: center;
  background-color: #243640;
}

.login-title {
  font-size: 42pt;
  font-family: "Questrial";
}

.login-title, .entry-blurb {
  margin: 2rem 0;
}

.inline-field {
  text-align: center;
}
.inline-field .icon {
  width: 2rem;
}
.inline-field .icon img {
  width: 18px;
}
.inline-field .field {
  width: 25rem;
}
.inline-field .field input {
  width: 100%;
}
.inline-field .icon, .inline-field .field {
  display: inline-block;
  vertical-align: middle;
}

.login-manual-align {
  margin-right: 1.4rem;
}

.regional-login-form {
  max-width: 30rem;
  margin: 0 auto;
}

.forgot-password-blurb {
  margin-top: 0.5rem;
}

#social-network-blurb {
  margin-bottom: 0.25rem;
}

.highlightedDiv {
  background-color: #3eb4f0;
}
.highlightedDiv:hover {
  background-color: #0596DC;
}

.imgSelector:hover {
  cursor: pointer;
}

.headerColumn {
  width: 25%;
}

.dataInputColumn {
  width: 55%;
}

.verificationColumn {
  width: 20%;
}

.leftcheckbox {
  width: auto;
  float: left;
}

.AddressField {
  max-width: 300px;
}

.SmallInputField {
  max-width: 70px;
}

.MediumInputField {
  max-width: 170px;
}

.ErrorDisplay {
  color: red;
}

.smallHyperlink {
  font-size: smaller;
}

table.paymentTable {
  margin-top: 1rem;
  border-collapse: collapse;
  width: 100%;
}
table.paymentTable tr {
  border-bottom: none;
}
table.paymentTable tr td {
  padding: 0.15rem 0.15rem;
}
table.paymentTable thead td, table.paymentTable thead th {
  font-weight: bold;
}

#global-sidebar {
  display: none;
}

.width-scrollable-container {
  overflow-x: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 50rem) {
  .hide-for-small {
    display: none !important;
  }

  .top-page-stripe {
    flex-direction: column;
    height: auto;
  }
  .top-page-stripe * {
    text-align: center !important;
  }

  body.content-view #global-sidebar {
    display: block;
    position: fixed;
    top: 1rem;
    width: 3.5rem;
    color: white;
    text-align: center;
    z-index: 99999999;
  }

  .action {
    line-height: 2rem;
    margin-right: 1rem;
  }

  .sidebar-interface {
    height: calc(100vh - 6rem);
  }
  .sidebar-interface.content-view .content {
    display: block;
  }
  .sidebar-interface.content-view .nav-sidebar {
    display: none;
  }
  .sidebar-interface.side-view .content {
    display: none;
  }
  .sidebar-interface.side-view .nav-sidebar {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  .address-holster {
    max-width: 100%;
  }

  .message-pane .send-message {
    display: none;
  }

  .mail-item-card {
    flex-direction: column;
  }
  .mail-item-card .right-card {
    flex-direction: column;
  }
  .mail-item-card .right-card .button {
    margin-bottom: 1rem;
    min-width: 12em;
    text-align: center;
  }
  .mail-item-card .left-card {
    border-right: initial;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  #show-time {
    display: none;
  }

  .site-nav-sidebar {
    width: 3.5rem;
  }

  .main-page-container {
    margin-left: 3.5rem;
  }

  .side-nav-text {
    display: none;
  }
}
/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.2
 */
#growls {
  z-index: 50000;
  position: fixed;
}

#growls.default {
  top: 10px;
  right: 10px;
}

#growls.tl {
  top: 10px;
  left: 10px;
}

#growls.tr {
  top: 10px;
  right: 10px;
}

#growls.bl {
  bottom: 10px;
  left: 10px;
}

#growls.br {
  bottom: 10px;
  right: 10px;
}

#growls.tc {
  top: 10px;
  right: 10px;
  left: 10px;
}

#growls.bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}

#growls.tc .growl, #growls.bc .growl {
  margin-left: auto;
  margin-right: auto;
}

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}

.growl.growl-default {
  color: #FFF;
  background: #7f8c8d;
}

.growl.growl-error {
  color: #FFF;
  background: #C0392B;
}

.growl.growl-notice {
  color: #FFF;
  background: #2ECC71;
}

.growl.growl-warning {
  color: #FFF;
  background: #F39C12;
}

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}

.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}

.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  transition: none !important;
}

.tippy-popper {
  max-width: 350px;
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4;
}

.tippy-popper[data-html] {
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 90%;
  transform-origin: 0 90%;
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-50%, 25%);
  transform: scale(6) translate(-50%, 25%);
  opacity: 1;
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, 25%);
  transform: scale(1) translate(-50%, 25%);
  opacity: 0;
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -90%;
  transform-origin: 0 -90%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-50%, -125%);
  transform: scale(6) translate(-50%, -125%);
  opacity: 1;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, -125%);
  transform: scale(1) translate(-50%, -125%);
  opacity: 0;
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(40%, -50%);
  transform: scale(6) translate(40%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(40%, -50%);
  transform: scale(1.5) translate(40%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -100% 0;
  transform-origin: -100% 0;
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-140%, -50%);
  transform: scale(6) translate(-140%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(-140%, -50%);
  transform: scale(1.5) translate(-140%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 0.3rem 0.6rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}

.tippy-tooltip[data-size=small] {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
}

.tippy-tooltip[data-size=large] {
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-animatefill] .tippy-content {
  transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98), -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
}

.tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip[data-inertia][data-state=hidden] {
  transition-timing-function: ease;
}

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none;
}

.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 26%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(100% 100% at 50% 50%);
  clip-path: ellipse(100% 100% at 50% 50%);
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(5% 50% at 50% 50%);
  clip-path: ellipse(5% 50% at 50% 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 0 50%);
  clip-path: ellipse(135% 100% at 0 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(40% 100% at 0 50%);
  clip-path: ellipse(40% 100% at 0 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 100% 50%);
  clip-path: ellipse(135% 100% at 100% 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(40% 100% at 100% 50%);
  clip-path: ellipse(40% 100% at 100% 50%);
}

@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}
.tippy-content {
  font-family: "Questrial", "Segoe UI", "Helvetica", sans-serif;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*# sourceMappingURL=site.css.map */
