@import url("https://fonts.googleapis.com/css?family=Nunito:400,600|Work+Sans:400,600|Roboto:400,600|Roboto+Slab:400,600|Raleway:400,600|Lato:400,600|Oswald:400,600|Dosis:400,600");
:root {
  --main-color: #42424F;
  --hover-color: #23527C;
  --main-text-color: rgb(64, 64, 78);
  --main-bg: rgb(235, 235, 235);
  --main-font-family: Lato, sans-serif;
}

:root {
  --highlight-base-color: var(--main-color);
  --header-font-family: var(--main-font-family);
  --header-text-color: var(--main-text-color);
  --feature-color: var(--main-color);
  --button-color: var(--main-color);
}

.BigIconButton {
  text-align: center;
}
.BigIconButton .card-header {
  height: 8em;
  padding-top: 2em;
}
.BigIconButton .card-header img {
  width: 64px;
}
.BigIconButton .card-footer {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}
.BigIconButton.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

span.disabled {
  cursor: not-allowed;
}

span.phone-number {
  display: block;
}

span.email-address {
  display: block;
}

.tag {
  display: inline-block;
  position: relative;
  background-color: #eeeeee;
  border-radius: 2px;
  padding: 10px 50px 10px 20px;
  margin: 0 1em 1em 0;
  font-weight: bold;
}
.tag a {
  font-size: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 24px;
  right: 12px;
  top: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAECSURBVGhD7ZLbCsJAEEP7h17BvxfxQbx9gqCJOCDLbrFt6s7CHMiDFSYn2i4IgiAIgkbYIjfkhKz4QAxvnhF2bPhAzR15fvJAdogK3uJNu88Rcq6IFShHpPLMBZGzRtKiqSNy8vw8xyv6plQ4ZoTy1iAUxdXkjSkC1eWNMSJu5I0hQu7kjV/E3MobfYLu5Y2SaBPyRm7Ed1zLG6URTciTpgeU5C2uR+Tk+Tn3zN2Ikjyf933ngl8E3Y4YIuZuxBghNyOmiFQfoRCoNkJZ/PcRC0RdWBrBLjkHJC1S/Fq5EeySc0TU8kY6gl1ylggP75E5/mLe5G12zPIKBUEQBEGgpetePA4XZUSuZl0AAAAASUVORK5CYII=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.tip {
  border-top: 2px solid #eeeeee;
  padding: 5em 2em 0;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tip p {
  margin: 0;
}
.tip.alert {
  border-top: 4px solid #d9534f;
}
@media screen and (max-width: 992px) {
  .tip {
    padding: 2em 1em 1em;
  }
}

.avatar img {
  max-height: 200px;
  max-width: 200px;
}

.box {
  background-color: #eeeeee;
  margin: 1.66%;
  overflow-wrap: break-word;
  padding: 1em;
  position: relative;
  flex-shrink: 0;
}

.big-box {
  background-color: #eeeeee;
  margin: 1.66%;
  flex-basis: 46%;
  flex-shrink: 0;
  height: auto;
  overflow-wrap: break-word;
  position: relative;
  text-align: center;
}
.big-box:before {
  /* The psuedo-element's padding-top percentage is based on the element's width. */
  content: "";
  float: left;
  padding-top: 100%;
}
@media screen and (max-width: 540px) {
  .big-box {
    flex-basis: 100%;
  }
}
.big-box .text-square {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 0 3em 3em;
}
.big-box .text-square .btn {
  position: relative;
  bottom: auto;
  left: auto;
}
.big-box.medium {
  flex-basis: 30%;
  min-width: 200px;
}
.big-box.medium:nth-last-of-type(1) {
  flex-grow: 0;
}
.big-box.square {
  background-size: cover;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.5s;
}
.big-box.square:hover {
  border-color: #23527C;
  border-color: var(--hover-color);
}
.big-box.square:hover .image-square {
  transform: scale(1.2, 1.2);
}
.big-box.square:hover .btn-full-width {
  background-color: #23527C;
  border-color: #23527C;
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}
.big-box.plan {
  padding: 1em;
}
.big-box p {
  margin: 5px 0 0;
}
.big-box .btn {
  bottom: 1em;
  left: 1em;
  position: absolute;
}
.big-box .btn.btn-full-width {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}

.wide-box {
  background-color: #eeeeee;
  margin: 1.66%;
  padding: 1em;
}

.file-drop-area {
  border: 1px dashed #42424F;
  border: 1px dashed var(--main-color);
  border-radius: 2px;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 26px 20px 30px;
  position: relative;
  transition: 0.2s;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.file-drop-area > span.btn {
  margin: 0;
}
.file-drop-area.is-active {
  background-color: #89a3df;
}
@media screen and (max-width: 540px) {
  .file-drop-area {
    padding: 15px 10px;
  }
  .file-drop-area > span.btn {
    padding: 10px;
    font-size: 0.8em;
    display: block;
  }
  .file-drop-area .file-msg {
    display: none;
  }
}
.file-drop-area .button.btn {
  display: flex;
  align-items: center;
}
.file-drop-area .button.btn i {
  margin-right: 10px;
}

.file-msg {
  display: inline-block;
  font-size: small;
  font-weight: 300;
  max-width: calc(100% - 130px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.file-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.file-input:focus {
  outline: none;
}

ul.file-list {
  display: flex;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  flex-wrap: wrap;
}

.file-container {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
  margin: 0 20px 30px 0;
  padding: 10px;
}

.file-thumb {
  border: 1px solid #eeeeee;
  height: 115px;
  min-height: 115px;
  overflow: hidden;
  position: relative;
  width: 160px;
}

.file-thumb-info {
  background: linear-gradient(to top, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  bottom: -10%;
  color: #fff;
  left: 0;
  padding: 6px 10px;
  position: absolute;
  opacity: 0;
  transition: all 0.12s;
  width: 100%;
  z-index: 9;
}
.file-thumb:hover .file-thumb-info {
  bottom: 0;
  opacity: 1;
}
.file-thumb-info.danger {
  background: #d9534f;
}

.file-title {
  display: block;
  font-weight: bold;
  line-height: 1;
  word-break: break-all;
}

.file-subtitle {
  display: inline-block;
  font-size: 10px;
}

.file-thumb-image {
  height: 100%;
  text-align: center;
  width: 100%;
}
.file-thumb-image img {
  max-width: none;
  max-height: 100%;
}

.notification {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 2em;
  position: fixed;
  text-align: center;
  top: 100px;
  width: calc(100% - 4em);
  z-index: 3;
}
.notification > div {
  padding: 1em;
}
.notification.info {
  background-color: rgba(92, 198, 159, 0.93);
}
.notification.warning {
  background-color: #f0ad4e;
}
.notification.danger, .notification.error {
  background-color: #d9534f;
}

.alert-line {
  padding: 1em;
  color: white;
  margin-top: 1em;
}
.alert-line.blank {
  color: black;
}
.alert-line.info {
  background-color: rgba(92, 198, 159, 0.93);
}
.alert-line.warning {
  background-color: #f0ad4e;
}
.alert-line.danger, .alert-line.error {
  background-color: #d9534f;
}
.alert-line.btn {
  text-transform: none;
  border: none;
}
.alert-line.btn.warning:hover {
  background-color: #c77c11;
}
.alert-line.btn.danger:hover {
  background-color: #a02622;
}
.alert-line.btn.btn-full-width {
  min-height: auto;
}

/* File Icons */
.file-thumb-icon {
  border-radius: 3px;
  box-shadow: 42px -55px 0 0 #A4A7AC inset;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 57px;
}
.file-thumb-icon:after {
  border-color: transparent transparent transparent #DADDE1;
  border-style: solid;
  border-width: 16px 0 0 16px;
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -1px;
}
.file-thumb-icon.file-ext-pdf {
  box-shadow: #f23c0f 42px -55px 0 0 inset;
}
.file-thumb-icon.file-ext-doc, .file-thumb-icon.file-ext-docx {
  box-shadow: #0064b4 42px -55px 0 0 inset;
}
.file-thumb-icon.file-ext-xls, .file-thumb-icon.file-ext-xlsx {
  box-shadow: #00a03c 42px -55px 0 0 inset;
}

/*
span.jFiler-icon-file i[class*="icon-jfi-"] {
    font-size: 24px;
}

span.jFiler-icon-file.f-image {
    box-shadow: 42px -55px 0 0 #e15955 inset;
}

span.jFiler-icon-file.f-image:after {
    border-left-color: #c6393f;
}

span.jFiler-icon-file.f-video {
    box-shadow: 42px -55px 0 0 #4183d7 inset;
}

span.jFiler-icon-file.f-video:after {
    border-left-color: #446cb3;
}

span.jFiler-icon-file.f-audio {
    box-shadow: 42px -55px 0 0 #5bab6e inset;
}

span.jFiler-icon-file.f-audio:after {
    border-left-color: #448353;
}

*/
.MembershipConfirm {
  text-align: left;
}

.PriceSpan {
  white-space: nowrap;
}
.PriceSpan .currency {
  display: inline-block;
}
.PriceSpan .amount {
  display: inline-block;
}

.contact-image {
  align-self: center;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  position: relative;
}
.contact-image img {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-image.contain img {
  object-fit: contain;
  background: #fff;
}
.contact-image.busy {
  cursor: wait;
}
.contact-image.busy:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--main-color-lighter);
  opacity: 0.5;
}

.asset-image {
  align-self: center;
  border: 1px transparent #fff;
  width: 800px;
}
.asset-image img {
  border: 2px solid #fff;
  height: 100%;
  width: 100%;
}

.thumb-image {
  align-self: center;
  border: 1px transparent #fff;
  width: 50px;
}
.thumb-image img {
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
}

.form-card.card,
.info-card.card {
  border: 2px solid #eeeeee;
  border-radius: 2px;
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto 3em;
  padding: 3em 2em 1em;
  box-shadow: none;
}
.form-card .form-card.title,
.form-card .info-card.title,
.info-card .form-card.title,
.info-card .info-card.title {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
.form-card .form-card.title span,
.form-card .info-card.title span,
.info-card .form-card.title span,
.info-card .info-card.title span {
  background-color: #fff;
  padding: 1px 20px;
}
.form-card .card-body,
.info-card .card-body {
  padding: 0;
}
.form-card .info-group,
.info-card .info-group {
  padding: 0 1em 1em;
}
.form-card .form-group,
.info-card .form-group {
  padding: 0 1em;
  flex-basis: 50%;
}
.form-card .form-group-full,
.info-card .form-group-full {
  flex-basis: 100%;
}
.form-card .form-group-full > label,
.info-card .form-group-full > label {
  margin: 0 0 1em;
}
.form-card .form-group-full .form-group,
.info-card .form-group-full .form-group {
  padding: 0;
}

.question-list {
  width: 100%;
  max-width: 600px;
}

.question .flex-line .btn {
  flex: 1;
}

.plan-options {
  border: 1px solid #eeeeee;
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.plan-options > .flex-line {
  border: 1px solid #eeeeee;
  padding: 3em;
}
@media screen and (max-width: 992px) {
  .plan-options > .flex-line {
    padding: 2em;
  }
}
.plan-options .infobar {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.plan-options .infobar span {
  background-color: #fff;
  padding: 1px 20px;
}

.org-box {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 30px;
  border-radius: 4px;
  background: #eeeeee;
}
.org-box .avatar {
  border-radius: 4px;
  margin-right: 30px;
}
.org-box .org-title {
  font-weight: 600;
}
.org-box p {
  margin-top: 0;
}

.info-box {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background: #eeeeee;
}

.info-row {
  border-bottom: 2px solid #eeeeee;
}
.info-row:last-child {
  border-bottom: 0;
}
.info-row.submission .flex-line > * {
  flex: 1;
  text-align: center;
}
.info-row.submission .row-heading {
  flex: 3;
  text-align: left;
}
.info-row.submission .row-link {
  text-align: right;
}

.info-line {
  display: flex;
  align-items: center;
}
.info-line i {
  padding-right: 5px;
}

.info-panel {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.info-panel.no-border, .info-panel.featured {
  border: none;
}
.info-panel.no-border .body, .info-panel.featured .body {
  border: none;
}
.info-panel .body {
  padding: 40px;
  border: 2px solid #eeeeee;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  .info-panel .body {
    padding: 20px 20px;
  }
}
.info-panel .body .info-group {
  padding: 0 1em 1em;
}
.info-panel .body .info-title {
  padding: 0.75em;
  font-weight: 600;
  text-align: left;
  flex: 0 0 35%;
}
.info-panel .body .info-value {
  padding: 0.75em;
  text-align: left;
  flex: 0 0 35%;
}
.info-panel .body .info-action {
  padding: 0.75em;
  text-align: left;
  flex: 0 0 25%;
}
.info-panel .body.hide {
  display: block !important;
  padding: 0;
  border: 1px solid #eeeeee;
}
.info-panel .body.hide > div {
  display: none;
}
.info-panel .body.truncated {
  height: 200px;
  overflow-y: hidden;
}
.info-panel .body.membership {
  padding: 20px 40px;
}
@media screen and (max-width: 992px) {
  .info-panel .body.membership {
    padding: 0px 20px;
  }
}
.info-panel .title, .info-panel .footer {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.info-panel .title span, .info-panel .footer span {
  background-color: #fff;
  padding: 1px 40px 0;
}
.info-panel .title .title-icons, .info-panel .footer .title-icons {
  padding-left: 0;
  padding-right: 30px;
  margin-left: -20px;
}
.info-panel .title .title-icons img, .info-panel .footer .title-icons img {
  height: 30px;
  margin-top: -3px;
  margin-right: 10px;
}
.info-panel .title.link span, .info-panel .footer.link span {
  text-decoration: underline;
}
.info-panel .title.link span:hover, .info-panel .footer.link span:hover {
  cursor: pointer;
}
.info-panel .title.with-header span, .info-panel .footer.with-header span {
  background-color: #42424F;
  background-color: var(--feature-color);
  color: #fff;
  border-radius: 2px;
}
.info-panel .title .form-group, .info-panel .footer .form-group {
  margin-top: -8px;
}
.info-panel .title .form-group input, .info-panel .title .form-group select, .info-panel .footer .form-group input, .info-panel .footer .form-group select {
  max-width: 240px;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
}
.info-panel .title {
  top: 0px;
}
.info-panel .header {
  background-color: #42424F;
  background-color: var(--feature-color);
  color: #fff;
  padding: 15px 40px;
  border-radius: 2px 2px 0 0;
}
.info-panel .header h1, .info-panel .header h2, .info-panel .header.h1, .info-panel .header.h2 {
  color: #fff;
}
.info-panel > .footer {
  bottom: 0px;
}
.info-panel .form-group {
  padding: 0 1em;
  flex-basis: 50%;
}
@media screen and (max-width: 540px) {
  .info-panel .form-group {
    flex-basis: 100%;
  }
}
.info-panel .form-group.form-single {
  padding: 0;
}
.info-panel .form-group-full {
  flex-basis: 100%;
}
.info-panel .form-group-full .form-group {
  padding: 0;
}
.info-panel.with-form {
  padding-top: 24px;
}
.info-panel.featured {
  padding: 0;
}
.info-panel.featured .body {
  background-color: #42424F;
  border-color: #42424F;
  background-color: var(--feature-color);
  border-color: var(--feature-color);
  color: #fff;
}
.info-panel.featured .body h1, .info-panel.featured .body h2, .info-panel.featured .body h3, .info-panel.featured .body h4, .info-panel.featured .body .h1, .info-panel.featured .body .h2, .info-panel.featured .body .h3, .info-panel.featured .body .h4 {
  color: #fff;
}

table, .table {
  border-collapse: separate;
  border-spacing: 0 1em;
}
table.full-width, .table.full-width {
  width: 100%;
}

.infobar.clickable span {
  cursor: pointer;
}
.infobar.clickable span:hover {
  color: #23527C;
  color: var(--hover-color);
}
.infobar.reset {
  font-size: 12px;
  text-transform: uppercase;
}

.text-introduction {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.text-introduction.left {
  text-align: left;
}
.text-introduction.info {
  border: double 5px #A2A2AF;
}
.text-introduction.warning {
  border: double 5px #f0ad4e;
}
.text-introduction.danger {
  border: double 5px #d9534f;
}
.text-introduction.solid {
  border: none;
  color: #fff;
  background-color: var(--main-color);
  padding: 0.25em;
}

.payment-string {
  background-color: #eeeeee;
}

.membership-steps {
  max-width: 550px;
  margin: 0 auto;
  font-size: 2em;
  font-weight: 500;
}
.membership-steps p {
  font-size: 0.5em;
  font-weight: 300;
}

.step.step-divider {
  height: 1px;
  width: 10%;
  margin-top: 14px;
  background-color: #eeeeee;
}
.step .step-block {
  background: #777777;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  padding-top: 4px;
}
.step .step-text {
  color: #777777;
  padding-left: 20px;
}
.step.active .step-block {
  background: #23527C;
  background: var(--hover-color);
}
.step.active .step-text {
  color: #23527C;
  color: var(--hover-color);
}
.step.done .step-block {
  background: #23527C;
  background: var(--hover-color);
}

.cover {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cover.disabled {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #eeeeee 80%);
}
.cover .text-bottom {
  bottom: 0;
  color: black;
  font-weight: 500;
  position: absolute;
  text-align: center;
  width: 100%;
}

.full-viewport {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  font-size: 14px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  visibility: visible;
  z-index: 10;
}
.full-viewport.off {
  opacity: 0;
  visibility: hidden;
}
.full-viewport.off .inner {
  top: 100%;
}
.full-viewport.closing .full-viewport-inner {
  animation: drop-out 0.5s ease-out forwards;
}
.full-viewport .full-viewport-inner {
  animation: drop-in 0.5s ease-in;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 80px auto;
  max-width: 840px;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: top 0.3s ease-in-out, margin 0.3s ease-in-out;
}
@media screen and (max-height: 767px) {
  .full-viewport .full-viewport-inner {
    margin: 90px auto 10px;
  }
}
.full-viewport .full-viewport-inner .full-viewport-inner-body {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 100%;
}
.full-viewport .full-viewport-inner .full-viewport-inner-body .card {
  box-shadow: none;
}
.full-viewport .full-viewport-inner .full-viewport-inner-body .card:hover {
  box-shadow: none;
  transform: none;
}
.full-viewport .full-viewport-inner .h-list .flex-row {
  flex-wrap: wrap;
  margin-right: 0;
  overflow-x: unset;
  padding-top: 3px;
}
.full-viewport .full-viewport-inner .viewport-close {
  font-size: 45px;
  position: absolute;
  right: 8px;
  top: -2px;
}
.full-viewport .full-viewport-inner .full-viewport-inner-header {
  border-bottom: 1px solid #eeeeee;
  display: flex;
  flex: 0 0 55px;
  margin-bottom: 20px;
}
.full-viewport .full-viewport-inner .full-viewport-inner-header .title_block {
  flex-grow: 1;
}
.full-viewport .full-viewport-inner .full-viewport-inner-header .topbar-control {
  flex-basis: 40px;
  padding-top: 10px;
}
.full-viewport .full-viewport-inner .full-viewport-inner-footer {
  border-top: 1px solid #eeeeee;
  flex: 0 0 55px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.full-viewport .full-viewport-inner .full-viewport-loading {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgb(83, 121, 208);
  display: flex;
  font-size: 10vw;
  height: calc(100% - 75px);
  justify-content: center;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.full-viewport .full-viewport-inner .full-viewport-loading i {
  align-self: center;
}
.full-viewport .title_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.full-viewport .title_text .title {
  color: rgb(83, 121, 208);
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-left: 15px;
  padding-top: 15px;
  margin: 0;
  width: 100%;
  pointer-events: none;
}
.full-viewport .resource-icon {
  float: left;
  width: 50px;
}
.full-viewport .title {
  position: relative;
  float: left;
  font-size: 0.7em;
  font-weight: 300;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-left: 15px;
  padding-top: 10px;
  width: calc(100% - 50px);
}
.full-viewport .subtitle {
  position: relative;
  float: left;
  font-weight: 300;
  line-height: 18px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-left: 15px;
  width: 100%;
}
.full-viewport .btn {
  font-size: 12px;
  margin-left: 1em;
}
.full-viewport .btn .first {
  margin-left: 0;
}
.full-viewport blockquote.actions {
  border-left: 5px solid #89a3df;
  font-size: 12px;
  margin: 0;
  margin-bottom: 1em;
}
.full-viewport .message-preview {
  font-size: 16px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
}
.full-viewport .message-preview .message-header {
  padding: 0;
  font-size: 16px;
}
.full-viewport .message-preview .message-header label {
  width: 100px;
}
.full-viewport .message-preview .message-body {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.full-viewport .message-preview h3 {
  font-size: 1.25em;
  line-height: 2em;
}
.full-viewport .message-preview h4 {
  font-size: 1.1em;
  line-height: 1.75em;
}
.full-viewport .message-preview table {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.full-viewport .message-preview table tr {
  padding-top: 3px;
  padding-bottom: 2px;
}
.full-viewport .message-preview table th {
  border-bottom: 1px solid #ccc;
  padding-right: 10px;
  padding-left: 10px;
}
.full-viewport .message-preview table td {
  padding-right: 10px;
  padding-left: 10px;
}

.image-square {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  transition: transform 0.5s;
  width: 100%;
}

.membership-button {
  background-image: url("/images/membership.png");
}

.consent-button {
  background-image: url("/images/consent.png");
}

.giving-button {
  background-image: url("/images/giving.png");
}

.teams-button {
  background-image: url("/images/teamwork.png");
}

.Home .btn-full-width {
  min-height: 6em;
}

.member-benefit .benefit-image {
  height: 100px;
  width: 100px;
  border-radius: 6px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.member-benefit .benefit-icon {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #42424F;
  background-color: var(--feature-color);
  color: #fff;
}

.document-list td span, .document-list td strong {
  display: block;
}

.stripeInput {
  min-width: 400px;
}
@media screen and (max-width: 490px) {
  .stripeInput {
    min-width: auto;
  }
}
.stripeInput form {
  text-align: center;
}
.stripeInput label:after {
  display: none;
}
.stripeInput button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.StripeElement {
  display: block;
  margin: 10px auto 20px auto;
  max-width: 500px;
  padding: 10px 14px;
  font-size: 1em;
  font-family: "Source Code Pro", monospace;
  border: solid 2px #eeeeee;
  outline: 0;
  border-radius: 4px;
  background: #eeeeee;
}
.StripeElement:placeholder {
  color: #aab7c4;
}

.StripeElement--focus {
  background: #fff;
  transition: background 0.4s ease;
}

.MessageStatus {
  display: flex;
  gap: 0.5em;
}
.MessageStatus.acknowledged {
  color: #59B381;
}
.MessageStatus.action-required {
  color: #CB414F;
}

.MessageListItem {
  cursor: pointer;
  padding: 0.75em;
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .MessageListItem {
    padding: 0.75em 0;
    gap: 3.5%;
  }
}
.MessageListItem.with-border:not(:last-of-type) {
  border-bottom: 1px solid var(--main-color-lighter);
}
.MessageListItem:hover {
  background-color: var(--grey-lighter);
}
.MessageListItem-name {
  flex: 0 0 63%;
}
@media screen and (max-width: 767px) {
  .MessageListItem-name {
    flex: 0 1 60%;
    margin-right: auto;
  }
}
.MessageListItem-name.read {
  font-weight: 400;
}
.MessageListItem-name.unread {
  font-weight: 600;
}
.MessageListItem-date {
  flex: 0 0 23%;
}
@media screen and (max-width: 767px) {
  .MessageListItem-date {
    align-self: flex-start;
    flex: 0 1 30%;
    font-size: 12px;
    text-align: end;
  }
}
@media screen and (max-width: 767px) {
  .MessageListItem-date-desktop {
    display: none;
  }
}
.MessageListItem-date-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .MessageListItem-date-mobile {
    display: block;
  }
}
.MessageListItem-status {
  flex: 0 0 4%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .MessageListItem-status {
    flex: 0 1 3%;
    justify-content: flex-start;
    order: -1;
  }
  .MessageListItem-status i {
    font-size: 18px;
  }
}
.MessageListItem.with-status-text .MessageListItem-name {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .MessageListItem.with-status-text .MessageListItem-name {
    flex: 0 1 60%;
    margin-right: auto;
  }
}
.MessageListItem.with-status-text .MessageListItem-date {
  flex: 0 0 15%;
}
@media screen and (max-width: 767px) {
  .MessageListItem.with-status-text .MessageListItem-date {
    flex: 0 1 35%;
    font-size: 12px;
    text-align: end;
  }
}
.MessageListItem.with-status-text .MessageListItem-status {
  flex: 0 1 35%;
}
@media screen and (max-width: 767px) {
  .MessageListItem.with-status-text .MessageListItem-status {
    flex: 0 1 5%;
    justify-content: flex-start;
    order: -1;
  }
  .MessageListItem.with-status-text .MessageListItem-status i {
    font-size: 18px;
  }
  .MessageListItem.with-status-text .MessageListItem-status span {
    display: none;
  }
}
.MessageListItem.column-direction {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2em;
}
.MessageListItem.column-direction .MessageListItem-date {
  order: 1;
}
@media screen and (max-width: 767px) {
  .MessageListItem.column-direction .MessageListItem-status {
    order: 0;
  }
  .MessageListItem.column-direction .MessageListItem-status span {
    display: block;
  }
}

.DropdownMenu.mobile-menu-container {
  text-align: right;
}
@media (max-width: 767px) {
  .DropdownMenu.mobile-menu-container {
    text-align: right;
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 5;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid;
    border-color: #42424F;
    border-color: var(--main-color);
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.12);
  }
  .DropdownMenu.mobile-menu-container:after, .DropdownMenu.mobile-menu-container:before {
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .DropdownMenu.mobile-menu-container:after {
    top: -30px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
  }
  .DropdownMenu.mobile-menu-container:before {
    top: -32px;
    border-color: transparent;
    border-bottom-color: #42424F;
    border-bottom-color: var(--main-color);
    border-width: 16px;
    margin-left: -16px;
  }
  .DropdownMenu.mobile-menu-container .btn {
    color: #42424F;
    color: var(--main-color);
    text-transform: none;
    padding: 5px 10px;
    display: block;
    width: 100%;
    margin: 5px 0;
    border: 0;
    background-color: transparent;
  }
  .DropdownMenu.mobile-menu-container .btn.with-badge .number {
    color: #fff;
  }
}
.DropdownMenu.badge-dropdown {
  width: 250px;
  text-align: right;
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 5;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #42424F;
  border-color: var(--main-color);
  border-radius: 4px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.12);
}
.DropdownMenu.badge-dropdown:after, .DropdownMenu.badge-dropdown:before {
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.DropdownMenu.badge-dropdown:after {
  top: -30px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.DropdownMenu.badge-dropdown:before {
  top: -32px;
  border-color: transparent;
  border-bottom-color: #42424F;
  border-bottom-color: var(--main-color);
  border-width: 16px;
  margin-left: -16px;
}
.DropdownMenu.badge-dropdown .btn {
  color: #42424F;
  color: var(--main-color);
  text-transform: none;
  padding: 5px 10px;
  display: block;
  width: 100%;
  margin: 5px 0;
  border: 0;
  background-color: transparent;
}
.DropdownMenu.badge-dropdown .btn.with-badge .number {
  color: #fff;
}
.DropdownMenu.badge-dropdown .MessageListItem-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
}
.DropdownMenu.badge-dropdown .donation-action {
  display: flex;
  gap: 0.7em;
  height: 2em;
  padding-top: 0.25em;
}
.DropdownMenu.badge-dropdown .donation-action:hover {
  background-color: var(--main-color-lightest);
}
.DropdownMenu.badge-dropdown .donation-action i {
  color: var(--main-color-new);
}
.DropdownMenu.badge-dropdown.align-left {
  text-align: left;
}
.DropdownMenu.badge-dropdown.badge-only {
  right: -25px;
  display: block;
}
@media screen and (min-width: 767px) {
  .DropdownMenu.badge-dropdown.badge-only {
    display: none;
  }
}
.DropdownMenu.menu-open {
  display: block;
}

.NoticeSection {
  display: flex;
  gap: 1em;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  overflow-wrap: break-word;
}
.modal-content .NoticeSection {
  font-size: 12px;
}
.NoticeSection.positive-lightest-bg {
  background-color: var(--main-color-lightest);
}
.NoticeSection.warning-lightest-bg {
  background-color: var(--amber-color-lightest);
}
.NoticeSection.danger-lightest-bg {
  background-color: var(--red-color-lightest);
}
.NoticeSection.info-lightest-bg {
  background-color: var(--main-color-lightest);
}
.NoticeSection-icon {
  align-self: flex-start;
}
.NoticeSection-icon.positive {
  color: var(--main-color-new);
}
.NoticeSection-icon.warning {
  color: var(--amber-color);
}
.NoticeSection-icon.danger {
  color: var(--red-color);
}
.NoticeSection-icon.info {
  color: var(--main-color);
}
.NoticeSection-content *:first-child {
  margin-top: 0;
  margin-block: 0;
}
.NoticeSection.mb-0 {
  margin-bottom: 0;
}
.NoticeSection.pb-0 {
  padding-bottom: 0;
}

.skeleton-card {
  height: 300px;
  background-color: var(--white-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid var(--main-color-lighter);
  border-radius: 4px;
  max-width: 500px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 50% 1fr;
  grid-template-areas: "image" "content";
}
.skeleton-card__image {
  grid-area: image;
  margin: -1px -1px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.skeleton-card__content {
  grid-area: content;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.skeleton-card__content-details {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.skeleton-card.no-image {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "content";
}
.skeleton-card.full-width {
  width: 100%;
  max-width: 100%;
}
.skeleton-card.short {
  height: 200px;
}

.skeleton-text {
  width: 100%;
  height: 1em;
  border-radius: 3px;
}
.skeleton-text--large {
  height: 2.5em;
}
.skeleton-text--xl {
  height: 8em;
}
.skeleton-text--short-width {
  width: 25%;
}
.skeleton-text--half-width {
  width: 50%;
}
.skeleton-text--title-width {
  width: 75%;
}

.skeleton-avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.skeleton-avatar.medium {
  height: 80px;
  width: 80px;
}
.skeleton-avatar.square {
  border-radius: 4px;
}

.skeleton-form {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: 100%;
}

.skeleton-form-element {
  width: 100%;
}

.skeleton-table__row:not(:last-of-type) {
  border-bottom: 1px solid var(--main-color-lighter);
}

.new-card__content {
  display: grid;
  grid-template-areas: "header" "body" "footer";
  gap: 2em;
}
.new-card__content-header {
  grid-area: header;
}
.new-card__content-body {
  grid-area: body;
}
.new-card__content-footer {
  grid-area: footer;
}

.new-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}
.new-form .form-group {
  flex: 1;
  min-width: 285px;
  flex-basis: 100%;
}
.new-form .form-group.half-width {
  flex-basis: 47%;
}
.new-form .form-group.half-width.no-grow {
  flex-grow: 0;
}
@media screen and (max-width: 1023px) {
  .new-form .form-group.half-width.no-grow {
    flex-grow: 1;
  }
}