/* Minification failed. Returning unminified contents.
(1650,34): run-time error CSS1030: Expected identifier, found '-'
(1650,34): run-time error CSS1031: Expected selector, found '-'
(1650,34): run-time error CSS1025: Expected comma or open brace, found '-'
(1654,36): run-time error CSS1030: Expected identifier, found '-'
(1654,36): run-time error CSS1031: Expected selector, found '-'
(1654,36): run-time error CSS1025: Expected comma or open brace, found '-'
(1658,34): run-time error CSS1030: Expected identifier, found '-'
(1658,34): run-time error CSS1031: Expected selector, found '-'
(1658,34): run-time error CSS1025: Expected comma or open brace, found '-'
(1662,36): run-time error CSS1030: Expected identifier, found '-'
(1662,36): run-time error CSS1031: Expected selector, found '-'
(1662,36): run-time error CSS1025: Expected comma or open brace, found '-'
 */
.external-content::after,
.sortable-rows ul.draggable::after {
  content: "";
  display: table;
  clear: both;
}
#external-wrapper {
  width: 500px;
  margin: 40px auto 0;
}
.nonsited-signin #external-wrapper,
.publicregistrations-event #external-wrapper,
.registrations-registrants #external-wrapper {
  width: 972px;
}
.viewschedule-schedule #external-wrapper {
  width: 1400px;
  text-align: left;
}
.viewschedule-schedule #external-wrapper #copyright {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .registrations-registrants {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  #external-wrapper .toggle-container > .horizontal-fields > li {
    margin-right: 0;
  }
}
.logo-header {
  display: flex;
  flex-direction: row;
  height: 130px;
  align-items: center;
}
.logo-header > div {
  max-width: 264px;
  flex-grow: 1;
}
.logo-header > h2 {
  flex-grow: 10;
  overflow: visible;
}
.logo-header img {
  max-width: 212px;
  margin: 24px;
}
.logo-header .right {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .logo-header img {
    display: none;
  }
}
.external-content {
  position: relative;
  border-radius: 4px;
  margin: 20px 0 30px;
  padding: 40px 50px;
  background-color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.external-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: linear-gradient(135deg, #7ed3f0 0%, #4496ce 70%, #81c0eb 100%);
  content: " ";
}
.nonsited-signin .external-content,
.publicregistrations-event .external-content,
.registrations-registrants .external-content,
.viewschedule-schedule .external-content {
  padding: 0;
}
.nonsited-signin .external-content::before,
.publicregistrations-event .external-content::before,
.registrations-registrants .external-content::before,
.viewschedule-schedule .external-content::before {
  display: none;
}
.external-content h2 {
  margin-bottom: 25px;
}
.external-content p + p {
  margin-top: 8px;
}
.external-content .subtitle {
  margin: -10px 0 20px;
}
.external-content ul:not(.horizontal-fields) > li {
  margin-top: 20px;
}
.external-content ul:not(.horizontal-fields) > li:first-child {
  margin-top: 0;
}
.external-content .dropdown li:not(.divider) {
  margin: 0;
}
.external-content label {
  font-weight: 700;
}
.external-content .footnote {
  margin: 35px -50px -40px;
  padding: 25px 50px;
  background: #f3f3f3;
  border-top: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}
.external-content .check-email {
  margin: 0 0 35px;
  text-align: center;
}
.external-content .check-email img {
  margin: 30px 0 40px;
}
.external-content .check-email h2 {
  line-height: 30px;
  margin-bottom: 20px;
}
.external-content fieldset label {
  float: none;
  width: auto;
  margin-top: 0;
  text-align: left;
  line-height: inherit;
}
.external-content fieldset .fields {
  float: none;
  width: auto;
  margin: 0;
}
.external-content fieldset .fields-aside {
  float: none;
  margin: 0;
  padding-top: 5px;
}
.external-content a.icon-hover,
.external-content a.icon,
.external-content a:not(.button) .icon {
  color: #777;
}
.external-content a.icon-hover:hover,
.external-content a.icon:hover,
.external-content a:not(.button) .icon:hover,
.external-content a.icon-hover:hover::before,
.external-content a.icon:hover::before,
.external-content a:not(.button) .icon:hover::before,
.external-content a.icon-hover:hover .icon,
.external-content a.icon:hover .icon,
.external-content a:not(.button) .icon:hover .icon {
  color: #319acf;
}
.external-content .hover-card.active > .icon {
  color: #319acf;
}
#generic-login {
  position: relative;
  float: right;
  width: 264px;
  height: 379px;
  padding: 50px 50px 0;
}
#generic-login h2 {
  margin-bottom: 28px;
}
#generic-login .footnote {
  border-radius: 0 0 4px 0;
}
#generic-login-aside {
  float: right;
  width: 538px;
  height: 379px;
  padding: 50px 35px 0;
  background: #8dc7e4 linear-gradient(#2585a8 0%, #3d94b7 25%, #65afd0 50%, #8ac7e7 75%, #8dc7e4 100%);
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#generic-login-aside h2 {
  margin: 0 0 35px;
  color: #fff;
}
#generic-login-aside h3 {
  margin: 0 0 15px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #b4f0fb;
}
#generic-login-aside img {
  float: right;
  padding-left: 25px;
}
#generic-login-aside p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 13px;
}
#generic-login-aside a {
  color: #1873ab;
}
#copyright {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .nonsited-signin #external-wrapper {
    width: 362px;
  }
  #generic-login-aside {
    float: none;
    width: auto;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
  }
  #generic-login-aside img {
    display: none;
  }
  #generic-login {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  #external-wrapper {
    width: auto !important;
  }
}
.split-header {
  margin-bottom: 25px;
}
.split-header .header-icon-left {
  display: table-cell;
  width: 40px;
  vertical-align: top;
}
.split-header h2 {
  display: table-cell;
}
@media screen and (max-width: 480px) {
  .account-start .external-content {
    margin: 20px 16px 30px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .account-start .external-content {
    margin: 20px 16px 30px;
  }
}
.c3 .c3-line {
  /* Make lines thicker */
  stroke-width: 2px;
}
.c3 .c3-grid .c3-ygrid {
  /* Make dashed gridlines solid and recolor */
  stroke-dasharray: 0px;
  stroke-opacity: 0.5;
  stroke: #777777;
}
.c3 .c3-shape {
  /* Make shapes render smooth instead of jagged */
  shape-rendering: geometricPrecision;
}
.c3 .c3-legend-item {
  /* Change legend font and font size */
  font-family: "Lato";
  font-size: 13px;
}
.c3 .c3-legend-item .c3-legend-item-tile {
  /* Make legend keys circular */
  shape-rendering: geometricPrecision;
  stroke-linecap: round;
  stroke-dasharray: 0.1 10;
  stroke-width: 8px;
  transform: translate(6px, 1px);
}
.c3 .c3-axis-x path,
.c3 .c3-axis-x line {
  /* Recolor x axis */
  stroke: #777777;
}
.c3 .c3-axis-y path,
.c3 .c3-axis-y line {
  /* Hide y axis and ticks */
  stroke: #FFFFFF;
}
.c3 .c3-axis-x-label,
.c3 .c3-axis-y-label {
  /* Recolor y axis and adjust label size */
  font-size: 10.8px;
  fill: #777777;
}
.c3 .c3-tooltip-container {
  border: 1px;
  border-radius: 1.8px;
}
.c3 .c3-tooltip-container {
  /* Rounded corners and drop shadow */
  border-radius: 1.8px;
  overflow: hidden;
  box-shadow: 0px 0px 16px -9px #777;
}
.c3 .c3-tooltip th {
  background-color: #FFFFFF;
  color: #777777;
  font-weight: bold;
}
.c3 .c3-tooltip tr,
.c3 .c3-tooltip td,
.c3 .c3-tooltip th {
  border: none;
  padding: 4px 10px;
}
.c3 .c3-tooltip .name span {
  /* Circular keys in tooltip */
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
}
.c3 .c3-tooltip .value {
  font-weight: bold;
}
.c3 .tick {
  /* Change tick font size and color */
  font-size: 10.8px;
  fill: #777777;
}
#filter-info-bar li {
  margin: 3px 3px 0 0;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #e6e6e6;
  font-size: 0.9rem;
  cursor: pointer;
}
#filter-info-bar li#filter-info-reset {
  background-color: #fff;
}
#filter-info-bar li:last-child {
  margin-right: 0;
}
.overview-group {
  position: relative;
}
.overview-group-individuals {
  min-height: 312px;
}
.overview-group-families,
.overview-group-groups {
  min-height: 195px;
}
.overview-group-contributions {
  min-height: 156px;
}
.overview-group-ageranges {
  min-height: 234px;
}
.person-toggler {
  margin-top: 10px;
  text-align: center;
}
.person-toggler img {
  transition-duration: 0.5s;
}
.person-toggler .toggled-on img {
  border-color: #79b70e;
}
.duplicate {
  overflow: hidden;
}
.duplicate .flipper,
.duplicate .flipper .front,
.duplicate .flipper .back {
  min-height: 500px;
}
.duplicate .summary-box {
  min-height: 498px;
  padding: 0;
  background: #fff;
}
.duplicate .summary-box dl {
  height: 346px;
  overflow-y: scroll;
  padding: 12px;
}
.duplicate .summary-box dl dt {
  color: #777;
}
.duplicate .summary-box dl .name {
  margin: 0;
}
.duplicate .summary-box dl .hover-card .hover-detail {
  width: inherit;
}
.duplicate .summary-box fieldset {
  margin: 12px;
}
.duplicate .summary-box #duplicateMeter {
  width: 100% !important;
}
.duplicate .back .summary-box p,
.duplicate .back .summary-box div:not(.duplicate-header) {
  margin: 12px 12px 0 12px;
}
.duplicate-header {
  height: 45px;
  background-color: #f3f3f3;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
}
.duplicate-header h4 {
  line-height: 45px;
}
.duplicate-header h4 .prev {
  position: absolute;
  left: 12px;
  top: 15px;
}
.duplicate-header h4 .next {
  position: absolute;
  right: 12px;
  top: 15px;
}
#duplicateMeter.progress-bar {
  height: 10px;
}
.duplicate-status {
  width: 90%;
  min-width: 110px;
}
.duplicate-status .progress-bar {
  height: 10px;
}
.loading-dot {
  animation: fadeIn 2.25s 0.75s infinite;
  animation-timing-function: ease-out;
}
.loading-dot:first-of-type {
  animation-delay: 0;
}
.loading-dot:last-of-type {
  animation-delay: 1.5s;
}
div.excel-like .col:not(.hidden) {
  transition-duration: 1s;
  display: table-cell;
  border: 1px solid #ddd;
  border-bottom: none;
  word-wrap: break-word;
}
div.excel-like .col > div {
  transition-duration: 1s;
  position: relative;
  border-bottom: 1px solid #ddd;
  width: 165px;
  height: 50px;
  padding: 10px;
}
div.excel-like.hide-skipped-cols .skipped:not(.editing) > div {
  padding-left: 0;
  padding-right: 0;
  width: 5px;
  opacity: 0;
}
td.skipped,
th.skipped {
  width: 5px !important;
  opacity: 0;
  overflow: hidden;
}
div.excel-like.hide-skipped-cols .skipped .edit-button {
  display: none;
}
div.excel-like .col > div:nth-child(1) {
  text-align: center;
  height: 100px;
}
div.excel-like .their-field .hide-on-edit {
  height: 20px;
  overflow: hidden;
}
div.excel-like .pairing-status .hide-on-edit {
  margin-top: 15px;
  height: 45px;
  overflow: hidden;
}
div.excel-like .pairing-status .show-on-edit {
  margin-bottom: 15px;
}
div.excel-like .skipped .button-divider,
div.excel-like .skipped .skip-button {
  display: none;
}
div.excel-like .editing .hide-on-edit,
div.excel-like .show-on-edit {
  display: none;
}
div.excel-like .hide-on-edit,
div.excel-like .editing .show-on-edit {
  display: inherit;
}
div.excel-like.has-editing-col .edit-button,
div.excel-like.has-editing-col .button-divider {
  display: none;
}
div.excel-like.has-no-unused-fields .edit-button,
div.excel-like.has-no-unused-fields .button-divider {
  display: none;
}
div.excel-like .skipped {
  background-color: #fef7e9;
}
div.excel-like .unmatched {
  background-color: #faf4f2;
}
div.excel-like .col.editing {
  background-color: #ddeef7;
  border: 1px solid #1873ab;
  border-bottom: none;
}
div.excel-like .skipped .pairing-status {
  color: #f1a421;
}
div.excel-like .unmatched .pairing-status {
  color: #a52001;
}
div.excel-like .matched .pairing-status {
  color: #777;
}
div.excel-like .editing .their-field {
  color: #1873ab;
}
.horizontal-fields > li.profile-image-item {
  margin-right: 20px;
  padding: 24px 0;
}
#photo-selector {
  width: 52px;
  margin: 10px auto 0;
}
#photo-selector > li {
  float: left;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
#photo-selector > li.active {
  opacity: 1;
}
#photo-selector > li > a {
  display: block;
  width: 16px;
  height: 16px;
}
.events .date .text-xlarge {
  display: inline-block;
  width: 30px;
  padding-right: 5px;
  line-height: 1;
  text-align: right;
}
.events .recess {
  margin: 0 -10px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background: #f3f3f3;
  color: #909090;
}
#dates-container {
  height: 475px;
  overflow: auto;
}
#dates-container .dpCalendar {
  margin: 0 20px 20px 0;
}
.transition-page {
  transition-duration: 1s;
}
.transition-page.transitioning {
  opacity: 0.1;
}
.roster-count.positioned {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.roster-count > li {
  margin-right: 10px;
  text-align: center;
  line-height: normal;
}
.roster-count > li h6 {
  font-size: 2.6rem;
  line-height: 44px;
  margin-bottom: 5px;
}
.roster-count > li h6[contenteditable="true"] {
  padding: 0 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.roster-count > li.operator {
  padding-top: 12px;
  font-size: 1.3rem;
  color: #909090;
}
.roster-count > li.count-extra {
  position: relative;
}
.roster-count > li.count-extra h6 {
  margin-right: 16px;
}
.roster-count > li.count-extra .increment {
  position: absolute;
  right: 0;
  top: 6px;
}
.roster-count > li.count-extra .increment li {
  margin-top: 2px;
}
.roster-count > li.count-extra .increment a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #319acf url("/Assets/Images/icon_increment_add.png") no-repeat center center;
  opacity: 0.5;
}
.roster-count > li.count-extra .increment a.subtract {
  background-image: url("/Assets/Images/icon_increment_minus.png");
}
.roster-count > li.count-extra .increment a:hover,
.roster-count > li.count-extra .increment a:focus {
  opacity: 1;
}
.incrementer {
  height: 28px;
  line-height: 26px;
  margin-top: 2px;
  position: relative;
  float: right;
}
.incrementer .increment-button,
.incrementer .decrement-button {
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #777;
  background-color: #e6e6e6;
  display: inherit;
  font-weight: 700;
  float: left;
  text-align: center;
}
.incrementer .increment-button {
  margin-left: -3px;
  border-radius: 5px 0 0 5px;
}
.incrementer .decrement-button {
  margin-right: -3px;
  border-radius: 0 5px 5px 0;
}
.incrementer .increment-field {
  margin-top: 0;
  float: left;
  width: 50px;
  border-width: 1px 0 1px 0;
  text-align: right;
  border-color: #ddd;
}
.incrementer .increment-field:focus-visible {
  box-shadow: none;
  outline: none;
}
.align-incrementor > div:not(.divider) {
  margin-right: 32px;
}
#micr-input {
  width: 1px;
  border: none;
  color: #fff;
}
#micr-input:focus {
  box-shadow: none !important;
}
#micr-status {
  cursor: pointer;
}
.fund-amount-group .amount {
  width: 100px;
}
.fund-amount-group .fund {
  max-width: 200px;
}
#AcsPayments_recurrenceFormInputsSection .fields {
  width: auto;
}
#AcsPayments_recurrenceFormInputsSection label.AcsPayments-inline {
  width: 45px;
  padding: 0 10px;
  text-align: left;
}
#AcsPayments_recurrenceFormInputsSection label.AcsPayments-inline + .fields {
  margin-left: 0;
}
#AcsPayments_recurrenceFormInputsSection input,
#AcsPayments_recurrenceFormInputsSection select {
  width: 160px;
}
#AcsPayments_paymentMethodInformationSection,
.AcsPayments-hoverDetail {
  margin-top: 10px;
}
#AcsPayments_billingCity,
.AcsPayments-inlineInfoLabel {
  display: inline-block;
}
#AcsPayments_creditCardLogos {
  margin-top: 1px;
}
#AcsPayments_creditCardLogos > div {
  display: inline-block;
}
#AcsPayments_vanco_expmonth,
#cxm {
  width: 66px;
}
#AcsPayments_vanco_expyear,
#cxy {
  width: 80px;
}
#AcsPayments_accountNumber,
#AcsPayments_routingNumber {
  position: relative;
}
#AcsPayments_routingNumber .AcsPayments-validation.success {
  display: inline-block;
}
.AcsPayments-hover {
  cursor: pointer;
}
.external-content .AcsPayments-hover {
  position: absolute;
  right: -21px;
  top: 21px;
}
.AcsPayments-validation {
  display: none;
}
#AcsPayments_addFormInputsSection li ~ div,
#AcsPayments_billingSection > li {
  margin-top: 10px;
}
.badge-format-toggles {
  cursor: pointer;
  border: solid 1px #ccc;
  border-right: none;
  text-align: center;
  height: 28px;
  width: 93px;
  line-height: 28px;
  font-weight: bold;
}
.badge-format-toggles > div {
  width: 30px;
  border-right: 1px solid #ccc;
}
.badge-format-toggles .selected {
  color: white;
  background-color: #319acf;
}
#badge-fields,
#parent-fields {
  margin-top: 20px;
}
td.edit-badge-col {
  line-height: 30px;
}
#badge-designer-left {
  width: 516px;
  display: inline-block;
}
#badge-designer-right {
  max-width: 384px;
}
#expanded-badge-preview .left:nth-child(2) {
  margin-left: 10px;
}
.segment-drop-zone {
  float: left;
  width: 156px;
  height: 139px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f3f3f3;
}
.account-segment,
.add-segment {
  float: left;
  width: 156px;
  height: 99px;
  padding: 24px 0;
  border: 1px solid transparent;
  text-align: center;
}
.account-segment-hover,
.account-segment-dragging {
  border-color: #ccc;
  border-radius: 2px;
  background: #fff url("/Assets/Images/drag-handle-horizontal.png") center 98% no-repeat;
  cursor: pointer;
}
.add-segment {
  height: 59px;
  padding-top: 60px;
}
.segment-seperator {
  float: left;
  margin: 0 10px;
  padding-top: 20px;
}
.segment-selection {
  width: 125px;
  margin: 0 auto;
}
.text-expense {
  color: #949ab9;
}
.text-other {
  color: #f1a421;
}
.merge-grid h3,
.merge-grid-header h3 {
  color: #333;
}
.merge-grid-header:not(.show-body) {
  border-bottom: 0;
}
.merge-grid-header:not(.show-body) tr:not(:first-of-type) > th:last-child {
  visibility: hidden;
}
.merge-grid:not(.show-body) tbody {
  display: none;
}
.merge-grid .table-group-header td {
  border-bottom: 0;
  text-align: left !important;
}
.merge-grid .table-group-header + tr > td {
  border-top: 0;
}
.merge-grid td,
.merge-grid-header th {
  width: 25%;
  padding: 6px 5px;
}
.merge-grid td:first-child {
  text-align: right;
  color: #777;
  padding-right: 20px;
}
.merge-grid-header.show-body th:last-child {
  border-left: 1px solid #79b70e;
  border-top: 1px solid #79b70e;
  border-right: 1px solid #79b70e;
}
.merge-grid td:last-child {
  border-left: 1px solid #79b70e;
  border-right: 1px solid #79b70e;
}
.merge-grid tr:last-child td {
  border-top: none;
  line-height: 0;
  padding: 0;
}
.merge-grid tbody tr:last-child td:last-child {
  border-bottom: 1px solid #79b70e;
}
.merge-grid td > div:not(.hover-card) {
  padding: 5px;
  border: 1px dashed transparent;
  min-height: 20px;
}
.merge-grid .selected {
  color: #79b70e;
  background-color: #f8fbf2;
}
.merge-grid .selected:not(.selectable) {
  background-color: inherit;
  border: 1px solid #ddd;
}
.merge-grid .selectable:not(.selected):hover,
.merge-grid .clearable:hover {
  border: 1px dashed #79b70e;
  cursor: pointer;
}
.merge-grid tr.linked-hover-right .selectable[data-selection=right]:not(.selected),
.merge-grid tr.linked-hover-left .selectable[data-selection=left]:not(.selected) {
  border-top: 0px;
  border-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-left: 1px dashed #79b70e;
  border-right: 1px dashed #79b70e;
}
.merge-grid tr.linked-hover-right.linked-hover-top .selectable[data-selection=right]:not(.selected),
.merge-grid tr.linked-hover-left.linked-hover-top .selectable[data-selection=left]:not(.selected) {
  border-top: 1px dashed #79b70e;
  padding-top: 5px;
}
.merge-grid tr.linked-hover-right.linked-hover-bottom .selectable[data-selection=right]:not(.selected),
.merge-grid tr.linked-hover-left.linked-hover-bottom .selectable[data-selection=left]:not(.selected) {
  border-bottom: 1px dashed #79b70e;
  padding-bottom: 5px;
}
.merge-grid tr.linked-selector td {
  padding-top: 0;
  border-top: 0;
  border-bottom: 0;
}
.merge-grid .linked-selector:not(.linked-hover-bottom) td {
  padding-bottom: 0;
}
.merge-action {
  color: #79b70e;
}
.merge-grid td.merge-arrow-container {
  vertical-align: middle;
}
.merge-arrow {
  margin-left: 26px;
  position: relative;
  padding: 5px !important;
  width: 100px;
  height: 20px;
  color: #fff;
  font-weight: bold;
  background: #efa923;
  border: 0 !important;
  border-radius: 0 4px 4px 0;
}
.merge-arrow.optional {
  color: #fff;
  background: #aaa;
}
.merge-arrow.optional:before {
  border-right: 20px solid #aaa;
}
.merge-arrow:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #efa923;
  border-bottom: 15px solid transparent;
}
.merge-grid tr.merge-validation-warning {
  background-color: #fef7e9;
}
/* Tags */

.tag-group {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.tag-group .label-tag {
  margin: 3px 1px;
  cursor: pointer;
}
/* Add Profile Dialog */

.lightbox .left-column {
  position: absolute;
  float: left;
  width: 192px;
}
.lightbox .right-column {
  margin: -20px 0 -20px 192px;
  padding: 20px;
  border-left: 1px solid #e6e6e6;
}
.lightbox .vertical-tabs li.selected {
  margin-right: -1px;
}
/* Calendar/Agenda */

.agenda-view {
  overflow-y: scroll;
  margin-top: 4px;
  height: 65vh;
}
.flex .content {
  position: relative;
}
.flex .content.contained {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.flex .content.contained + .sidebar {
  border-left: 0px;
}
hr {
  border-bottom: none;
}
.divider-right {
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: none;
  border-right: 1px solid #e6e6e6;
}
.divider-middle {
  padding-right: 10px;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: none;
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 1325px) {
  .page.grid-sidebar {
    flex-direction: column;
  }
  .page.grid-sidebar .content + .sidebar {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }
}
.cost-section {
  margin: 0 20px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.question-group {
  position: relative;
  padding-bottom: 10px;
}
.question-group > .question-group-header {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
  border-top: 4px solid #319acf;
  padding: 12px;
  z-index: 1;
  cursor: pointer;
}
.question-group > .question-group-header::before {
  content: "\40";
  font-size: 2.25rem;
  font-family: realm;
  padding-right: 10px;
  color: #319acf;
}
.question-group > .question-group-header.is-collapsible::after {
  content: "\e040";
  font-size: 1.5rem;
  font-family: realm;
  padding-left: 10px;
  color: #777;
}
.question-group > .question-group-header.details-closed::after {
  content: "\e04d";
}
.question-group > .question-group-header > h4 {
  flex: 1 1 0;
  margin: 0;
}
.question-group > .question-group-header.canceled-registration {
  cursor: default;
}
.question-group > .question-group-header.canceled-registration::after {
  content: "";
}
.question-group .question-group-detail h4 {
  margin-top: 20px;
  padding: 10px 0 0 10px;
}
.question-group .question-group-detail h4.additional-information {
  border-top: 1px solid #e6e6e6;
}
.question-group .question-section-header {
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
}
.question-group .question-section-header label {
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
}
.question-group .question-section-header:first-child,
.question-group .question-section-header.no-divider {
  border-top: none;
  margin-top: 0;
}
.section-header-text {
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
}
.registration-details > div.details-heading {
  margin-top: 10px;
  position: relative;
}
.registration-details > div.details-heading::after {
  content: "\e040";
  position: absolute;
  font-family: realm;
  color: #319acf;
  cursor: pointer;
}
.registration-details > div.details-heading.details-closed::after {
  content: "\e04d";
}
.sortable-handle {
  width: 25px;
}
.custom-question-detail-row {
  border-top: none;
}
.custom-question-detail-row > td {
  border-top: none;
}
ul li.custom-question .sortable > td {
  border-top: 1px solid #ddd;
}
ul li.custom-question .sortable > td:first-child {
  width: 8px;
}
ul li.custom-question details summary {
  background: inherit;
  border: none;
  margin-bottom: 0px;
}
ul li.custom-question summary:hover {
  border: none;
}
ul li.custom-question summary::before {
  content: none;
}
ul li.custom-question summary::after {
  display: inline-block;
  margin: 0 5px;
  font-family: realm;
  content: "\e04d";
}
ul li.custom-question details {
  margin: 0px 6px 6px 6px;
}
ul li.custom-question details[open] > summary::before,
ul li.custom-question details.open > summary::before {
  content: none;
}
ul li.custom-question details[open] > summary::after,
ul li.custom-question details.open > summary::after {
  font-family: realm;
  content: "\e040";
}
li .wrapped-label {
  line-height: inherit;
}
.delete-panel {
  background-color: #f7d491;
  color: #fff;
}
.delete-panel td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  vertical-align: middle;
}
.payment-history-table > thead {
  cursor: pointer;
}
.payment-history-table > thead th {
  font-weight: 700;
  color: #333;
  font-size: 1.4rem;
}
.payment-history-table.refund-view .actions-column {
  min-width: 10px;
  width: 10px;
}
#custom-email-editor {
  background-color: #edf3f7;
  padding-top: 10px;
  padding-bottom: 10px;
}
#custom-email-editor .pad-left {
  padding-left: 10px;
}
#custom-email-editor .display-table {
  display: table;
}
#custom-email-editor .sidebar {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
#custom-email-editor #email-form {
  display: table-cell;
  padding-left: 100px;
  width: 500px;
}
.lightbox-content #custom-email-editor #email-form {
  padding-left: 33px;
}
#custom-email-preview p {
  margin: 1em 0em;
}
#custom-email-preview p:first-of-type {
  margin-top: 0em;
}
#custom-email-preview .preview ul {
  list-style-type: disc;
  margin: 10px 25px 0;
}
#custom-email-preview .preview ul ul {
  list-style-type: circle;
}
#custom-email-preview .preview ul ul ul {
  list-style-type: square;
}
.embedded-report {
  margin: 0 -20px -20px -20px;
}
.report-container .report-progress-container {
  padding: 100px 10% 100px 10%;
}
.report-container .report-no-reader {
  padding: 100px 0;
}
.report-container object {
  height: 600px;
  width: 100%;
}
.report-viewer-dialog .report-container {
  height: 500px;
}
.report-viewer-dialog .report-message {
  margin: 20px;
}
.report-viewer-dialog .report-container-sm {
  height: 150px;
  padding: 20px 20px 20px;
}
.report-viewer-dialog object {
  height: 450px;
}
.family-section {
  position: relative;
}
.family-section .actions {
  display: none;
}
.family-section:hover .actions {
  display: block;
}
.family-section:last-of-type .actions {
  display: none !important;
}
.family-section:not(:first-child) {
  border-top: 3px solid #e6e6e6;
  padding-top: 10px;
  margin-top: 15px;
}
.family-section .item-picker-container {
  display: inline-block;
}
.family-section ul.family-members li {
  margin-top: 8px;
}
.family-section .sidenote {
  white-space: nowrap;
  display: inline-block;
  padding: 9px 0px 3px 8px;
}
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: auto;
  display: block;
  border: none;
  background-size: auto;
  background: #ddd;
  border-radius: 50px;
}
progress::-webkit-progress-bar {
  background: #ddd;
  border-radius: 50px;
}
progress::-moz-progress-bar {
  border-radius: 50px;
  background: #319acf;
}
progress::-webkit-progress-value {
  border-radius: 50px;
  background: #319acf;
}
progress.top-progress {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}
progress.top-progress::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0);
}
progress.top-progress::-moz-progress-bar {
  background: #319acf;
}
progress.top-progress::-webkit-progress-value {
  background: #319acf;
}
progress.bottom-progress {
  z-index: 9;
  background: #ddd;
}
progress.bottom-progress::-webkit-progress-bar {
  background: #ddd;
}
progress.bottom-progress::-moz-progress-bar {
  background: #8dc7e4;
}
progress.bottom-progress::-webkit-progress-value {
  background: #8dc7e4;
}
.overlaid-progress-bars progress {
  width: 100%;
}
.overlaid-progress-bars {
  position: relative;
  width: 60%;
  margin: auto;
}
.tokenized-input-dragitem {
  background-color: #fff;
  color: #319acf;
  font-weight: normal;
  display: table;
}
.tokenized-input-dragitem:hover {
  background-color: #fff;
}
.tokenized-input-divider-left {
  padding-left: 20px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: none;
  border-left: 1px solid #e6e6e6;
  width: 65%;
}
.tokenized-input-pad-bottom {
  padding-bottom: 10px;
}
.tokenized-input-pad-top {
  padding-top: 15px;
}
.notification-letter-preview ul {
  list-style-type: disc;
}
.notification-letter-preview ol,
.notification-letter-preview ul,
.notification-letter-preview p {
  margin: 13px 0;
}
.notification-letter-preview ol,
.notification-letter-preview ul {
  padding-left: 40px;
}
.sitesetup-sacrament #preview-pdf .report-message {
  display: none;
}
.sitesetup-sacrament #previewBody {
  position: relative;
}
.sitesetup-sacrament #previewBody img.site-logo {
  position: absolute;
  top: 0;
  right: 0;
}
.report-description {
  overflow: hidden;
  position: relative;
  max-height: 58px;
  max-width: 195px;
  word-wrap: break-word;
}
.report-description .show-more {
  background: white;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.report-item {
  min-height: 156px;
  margin-bottom: 20px;
  position: relative;
}
.report-item a.example {
  position: relative;
  display: block;
  width: 120px;
  height: 156px;
  margin-right: 15px;
}
.report-item a.example span.icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.overlay-disabled {
  opacity: 0.1;
  pointer-events: none;
}
fieldset li.event-selector-item {
  margin-top: 20px;
}
fieldset li.event-selector-item:first-child {
  margin-top: 0px;
}
#scheduling-instructions {
  position: absolute;
  z-index: 10;
  top: 100px;
  right: 40px;
  height: 40px;
}
.calendly-inline-widget {
  min-width: 320px;
  height: 1200px;
}
.sortable-rows ul.draggable {
  position: relative;
  margin: 0 0 1px 0;
  padding: 10px 10px 10px 25px;
}
.sortable-rows ul.draggable:not(.tab-section):not(.selected):not(.disabled) {
  cursor: pointer;
}
.sortable-rows ul.draggable:not(.tab-section):not(.selected):not(.disabled):hover {
  outline: 1px solid #e6e6e6;
  outline-offset: -1px;
}
.sortable-rows ul.draggable.sortable:hover {
  background: url("/Assets/Particle/images/drag-handle.png") 10px center no-repeat;
}
.external-content #custom-recurrence-list li,
.external-content .event-description li {
  margin: 0;
}
.registration-banner {
  position: relative;
  padding-top: 20px;
}
.registration-banner__staff {
  position: absolute;
  left: 50%;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #f1a421;
  width: 220px;
  height: 40px;
  padding: 6px;
  margin-top: -20px;
  margin-left: -110px;
  background: #fff;
  color: #f1a421;
  text-align: center;
}
.registration-banner img {
  display: block;
}
.registration-banner ~ .page {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.registration-logo {
  display: block;
  margin: 20px auto;
}
.event-description ul {
  list-style: initial;
  margin: 10px 25px 0;
}
#sacraments .sidebar .rcia-print-link {
  padding: 10px 10px 10px 25px;
}
fieldset .fields.has-drag-drop {
  margin-left: 51px;
}
fieldset .fields.drag-drop-container {
  width: 470px;
}
.print-sacraments-reports-container .buttons {
  min-height: 30px;
}
.individual-data-step-container .edit-panel {
  padding-top: 0px;
}
.individual-data-step-container .individual-data-step-name {
  background-color: #ddeef7;
  margin: 0 -15px;
  padding: 15px;
  position: sticky;
  top: 52px;
  z-index: 2;
}
.individual-data-step-container .next-individual-content {
  position: relative;
}
.individual-data-step-container .next-individual {
  border: 1px solid #e6e6e6;
  border-radius: 2px 0 0 2px;
  padding: 0px 10px;
}
.individual-data-step-container .individual-data-step-form .buttons {
  min-height: 30px;
}
@media (min-width: 769px) {
  .individual-data-step-container .next-individual-content {
    right: -37px;
  }
  .individual-data-step-container .next-individual-content > .next-individual {
    border-right: none;
    padding: 10px 20px;
  }
}
#individual2Header .select-list {
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  #AcsPayments_recurrenceFormInputsSection input,
  #AcsPayments_recurrenceFormInputsSection select {
    width: 120px;
  }
  .pledge-fields > li {
    float: none;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 850px) {
  #OnlineGivingTableChart td:first-child,
  #OnlineGivingTableChart td:last-child {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .flex .content.contained {
    border: none;
  }
  #privacy-container {
    border: none;
    margin-right: 0;
  }
  #privacy-container .icon + span {
    margin-left: 0;
  }
  #privacy-container .fields.has-icon select {
    max-width: inherit;
  }
  #AcsPayments_recurrenceFormInputsSection .fields,
  #AcsPayments_recurrenceFormInputsSection input,
  #AcsPayments_recurrenceFormInputsSection select {
    width: 100%;
  }
  #AcsPayments_recurrenceFormInputsSection label.AcsPayments-inline {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .roster-count {
    position: relative;
  }
  .roster-count + .toolbar {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .field-width-300 {
    width: 100% !important;
  }
}
.icon-badge {
  background: #319acf;
  color: #fff;
  border-radius: 100%;
  padding: 1.25rem;
}
label.large-label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.pathway-setup-zero-state ol {
  list-style: none;
  margin: 0;
}
.pathway-setup-zero-state__panels {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pathway-setup-zero-state__panels {
    flex-direction: row;
    margin-top: 44px;
  }
}
.pathway-setup-zero-state__panel {
  display: flex;
  flex-direction: column;
  height: 212px;
}
.pathway-setup-zero-state__panel.--ring {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pathway-setup-zero-state__panel.--ring {
    padding-right: 44px;
  }
}
.pathway-setup-zero-state__panel.--steps {
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .pathway-setup-zero-state__panel.--steps {
    border-left: 2px solid #e6e6e6;
    padding-left: 44px;
  }
}
.pathway-setup-zero-state__step .icon {
  font-size: 34px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.pathway-setup-zero-state__step .icon-container {
  background-color: #e6e6e6;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 54px;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  width: 54px;
}
.pathway-setup-zero-state__step .step-label {
  color: #777;
  vertical-align: middle;
}
.pathway-setup-zero-state__step.active .icon-container {
  background-color: transparent;
  border: 3px solid #319acf;
}
.pathway-setup-zero-state__step.active .icon {
  color: #319acf !important;
}
.pathway-setup-zero-state__step.active .icon ::hover {
  color: #319acf !important;
}
.pathway-setup-zero-state__step.active .step-label {
  color: #319acf;
}
@media screen and (min-width: 769px) {
  .pathway-trowser .stepper > div:first-child,
  .pathway-trowser .stepper-steps,
  .pathway-trowser .stepper-step,
  .pathway-trowser .pathway-step-container {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .pathway-trowser .pathway-step-content {
    display: flex;
    flex-direction: row;
  }
  .pathway-trowser .pathway-step-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .pathway-trowser .pathway-add-people__grid-container {
    display: flex;
    flex-direction: column;
  }
  .pathway-trowser .stepper-step {
    overflow: auto;
  }
  .pathway-trowser .stepper > div:first-child,
  .pathway-trowser .stepper-steps,
  .pathway-trowser .stepper-step,
  .pathway-trowser .pathway-step-container,
  .pathway-trowser .pathway-step-content,
  .pathway-trowser .pathway-step-sidebar .sidebar,
  .pathway-trowser .pathway-add-people__grid-container,
  .pathway-trowser .pathway-add-people__grid-container .grid {
    min-height: 0;
    flex: 1;
  }
  .pathway-trowser .pathway-stepper-toolbar {
    min-height: auto;
  }
}
.pathway-step-container {
  min-height: 500px;
}
.field-drag-handle {
  min-width: 16px;
  height: 28px;
  margin-top: 2px;
  background: url("/Assets/Particle/images/drag-handle.png") right center no-repeat;
}
.draggable.dragging label {
  display: none;
}
.draggable.ui-draggable-disabled .field-drag-handle {
  background-image: none;
}
.draggable:not(.ui-draggable-disabled):hover .field-drag-handle {
  background-image: url("/Assets/Particle/images/drag-handle-hover.png");
  cursor: grab;
}
.draggable:not(.ui-draggable-disabled).dragging .field-drag-handle {
  cursor: grabbing;
}
.field-container {
  display: flex;
}
.field-container label {
  float: none;
}
.field-container .field-drag-handle {
  margin-right: 10px;
}
.field-container .field-content {
  width: 100%;
  max-width: 400px;
}
.field-container .field-aside {
  margin: 2px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .field-container .field-content {
    max-width: none;
  }
}
.textnotifications-setup #filterGroupsAndMinistryAreas input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.textnotifications-setup #filterGroupsAndMinistryAreas input::-webkit-input-placeholder {
  color: #333;
}
.textnotifications-setup #filterGroupsAndMinistryAreas input:-ms-input-placeholder {
  color: #333;
}
.acst-thoughtindustries-logo {
  max-width: 650px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.pathway-stepper-sticky-panel {
  position: sticky;
  position: -webkit-sticky;
  top: 51px;
  z-index: 2;
}
.pathway-step-container {
  min-height: 500px;
}
td.additional-item-option-description {
  width: 18.2%;
}
td.additional-item-option-cost {
  width: 13.2%;
}
@media (min-width: 1112px) and (max-width: 1260px) {
  td.additional-item-option-description {
    width: 17.2%;
  }
}
@media (min-width: 1025px) and (max-width: 1111px) {
  td.additional-item-option-description {
    width: 16.2%;
  }
}
@media (min-width: 941px) and (max-width: 1024px) {
  td.additional-item-option-description {
    width: 18.2%;
  }
}
@media (min-width: 821px) and (max-width: 940px) {
  td.additional-item-option-description {
    width: 17.2%;
  }
}
@media only screen and (max-width: 820px) {
  td.additional-item-option-description {
    width: 16.2%;
  }
}
.option-items {
  table-layout: inherit;
}
.option-item-grid {
  padding-left: 1.5rem;
}
.additional-item-supply-description,
.additional-item-supply-reg-type-description,
.additional-item-supply-cost,
.additional-item-supply-max {
  padding-top: 11px !important;
}
.family-directory-image-list {
  padding-top: 14px;
}
.family-directory-image-list > li {
  position: relative;
  height: 164px;
}
.family-directory-image-list > li:first-child {
  width: 13.3%;
}
.family-directory-image-list > li:first-child img {
  height: 50px;
  width: 50px;
}
.family-directory-image-list > li:nth-child(2) {
  width: 19.3%;
}
.family-directory-image-list > li:nth-child(2) img {
  height: 75px;
  width: 75px;
}
.family-directory-image-list > li:nth-child(3) {
  width: 25.3%;
}
.family-directory-image-list > li:nth-child(3) img {
  height: 100px;
  width: 100px;
}
.family-directory-image-list > li:last-child img {
  height: 125px;
  width: 125px;
}
.family-directory-image-list .media {
  position: absolute;
  bottom: 0;
}
.family-directory-image-list .media input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -4px;
  margin-top: -4px;
}
.family-directory-image-list .media .family-directory-image-checked {
  border: 3px solid #139acf;
}
.label-tag-list li {
  margin-right: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 1500px) {
  #sacramentsbyage .halves > li {
    float: none;
    width: auto;
    margin-top: 10px;
  }
}
.schedule th {
  width: calc(83.33% / 3);
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.schedule th:first-child {
  width: 16.67%;
  border-left: none;
}
.schedule th:last-child {
  width: auto;
}
.schedule th > div {
  position: relative;
}
.schedule th > div .actions-dropdown-column {
  position: absolute;
  right: 0;
}
.schedule tbody {
  border-bottom: 1px solid #ddd;
}
.schedule tbody td {
  width: calc(83.33% / 3);
  border-top: none;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.schedule tbody td > div {
  line-height: 16px;
}
.schedule tbody td .icon-empty {
  margin-left: 20px;
}
.schedule tbody td > div .assignment-cell > details summary {
  padding: 0;
  border-top: 0;
}
.schedule tbody td > div .assignment-cell > details summary:hover {
  border-color: transparent;
  background-color: inherit;
}
.schedule tbody td > div .assignment-cell > details summary:hover::after {
  color: #777;
}
.schedule tbody td > div .assignment-cell > details summary::after {
  font-size: 1.2em;
  vertical-align: top;
  line-height: 16px;
  margin: 2px 0 0 0;
}
.schedule tbody td > div .assignment-cell > details summary div.summary--row {
  line-height: 16px;
  vertical-align: middle;
  padding: 0.166rem 0 0.166rem 0;
}
.schedule tbody td > div .assignment-cell > details summary div.summary--row > div span:first-child {
  margin-bottom: 2px;
}
.schedule tbody td > div .assignment-cell > details .assign--row {
  display: flex;
  font-size: 0.8rem;
}
.schedule tbody td > div .assignment-cell > details .assign--row .hover-show {
  display: none;
}
.schedule tbody td > div .assignment-cell > details .assign--row:hover {
  background-color: #f3f3f3;
}
.schedule tbody td > div .assignment-cell > details .assign--row:hover .hover-show {
  color: #777;
  display: block;
}
.schedule tbody td > div .assignment-cell > details .assign--row > span {
  line-height: 16px;
  vertical-align: middle;
}
.schedule tbody td > div .assignment-cell > details .assign--row > div {
  line-height: 28px;
  margin-right: 16px;
  vertical-align: middle;
}
.schedule tbody td > div .assignment-cell > details .assign--row > div:first-child {
  flex-grow: 8;
}
.schedule tbody td:first-child {
  width: 16.67%;
  border-left: none;
}
.schedule tbody td:last-child {
  width: auto;
}
.schedule tbody .schedule-event-header td {
  border-bottom: none;
}
.schedule.schedule-dates-5 th,
.schedule.schedule-dates-5 tbody td {
  width: calc(83.33% / 5);
}
.schedule.schedule-dates-4 th,
.schedule.schedule-dates-4 tbody td {
  width: calc(83.33% / 4);
}
.schedule.schedule-dates-2 th:last-child > div,
.schedule.schedule-dates-1 th:last-child > div,
.schedule.schedule-dates-2 tbody td:last-child > div,
.schedule.schedule-dates-1 tbody td:last-child > div {
  max-width: 361.917px;
}
@media screen and (max-width: 768px) {
  .schedule th,
  .schedule tbody td {
    width: 33.33%;
  }
  .schedule th:first-child,
  .schedule tbody td:first-child {
    width: 33.34%;
  }
}
@media screen and (max-width: 480px) {
  .schedule th,
  .schedule tbody td {
    width: 50%;
  }
  .schedule th:first-child,
  .schedule tbody td:first-child {
    width: 50%;
  }
}
.schedule-nav {
  float: right;
  text-align: center;
}
.schedule-nav li {
  margin-right: 0;
}
.schedule-nav .nav-button {
  width: 30px;
  color: #777;
}
@media screen and (max-width: 768px) {
  .schedule-nav {
    float: none;
    margin-bottom: 10px;
  }
}
.event-header .media {
  height: 108px;
}
.event-header .event-header-title {
  display: table;
  margin: 10px 0;
  height: 108px;
}
.event-header .event-header-title h2 {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .event-header .event-header-title {
    display: block;
    margin: 4px 0;
    height: auto;
  }
  .event-header .event-header-title h2 {
    display: block;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 768px) {
  .schedule-nav {
    float: none;
    margin-bottom: 10px;
  }
}
.set-individual-preferences details {
  padding-bottom: 30px;
}
.set-individual-preferences details summary {
  border: none;
  padding: 0;
}
.set-individual-preferences details summary ~ ul {
  margin-left: 0;
}
.set-individual-preferences details summary::after {
  margin: 0;
}
.set-individual-preferences details summary:not(.dragging):hover {
  background-color: inherit;
}
.set-individual-preferences .role-preferences {
  padding-right: 40px;
}
.set-individual-preferences .role-preferences .secondary-summary {
  border-top: 1px solid #e6e6e6;
  padding-top: 6px;
}
.set-individual-preferences .day-picker li {
  width: 55px;
}
.set-individual-preferences .day-picker li:first-child {
  margin-top: 10px;
}
.event-header + tr td {
  border: none;
}
tr.row-header + tr > td {
  border-top: none;
}
.field-align-text {
  margin-top: -6px;
}
.repeating-panel {
  background-color: #f3f3f3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.repeating-panel details summary:hover,
.repeating-panel .panel-title {
  background-color: transparent;
  border: 1px solid transparent;
  border-top: 1px solid #ccc;
}
.repeating-panel .panel-title {
  padding: 6px 66px 6px 24px;
}
.repeating-panel details summary h6,
.repeating-panel .panel-title h6 {
  margin-bottom: 4px;
}
.repeating-panel .details-content {
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .details-content table > tbody > tr:nth-child(odd) {
    background-color: #fafafa;
  }
}
.col.two-thirds-content {
  flex: 2 1;
  max-width: 100%;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .two-thirds-content {
    max-width: none;
  }
}
.page--row:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .page--row > .col:nth-child(2) {
    max-width: 100%;
    margin-left: 0;
    border-left: 0;
    padding: 1rem 0 0 0;
    border-top: 1px solid #ddd;
  }
}
@media screen and (min-width: 769px) {
  .page--row {
    display: flex;
    padding-top: 1rem;
  }
  .page--row > .col:nth-child(2) {
    max-width: 40%;
  }
}
@media only screen and (max-width: 769px) {
  .publicregistrations-event #external-wrapper,
  .registrations-registrants #external-wrapper,
  .viewschedule-schedule #external-wrapper {
    width: auto !important;
  }
}
.text-giving-bubble {
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
  color: #f3f3f3;
  background: #319acf;
  position: relative;
}
.text-giving-bubble:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -8px;
  height: 20px;
  width: 20px;
  background: #319acf;
  border-bottom-left-radius: 15px;
}
.text-giving-bubble:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: #ddeef7;
  border-bottom-left-radius: 10px;
}
.flex-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex-header > div {
  flex-grow: 1;
}
.flex-header > div:last-child {
  flex-grow: 100;
}
.flex-header h2 {
  overflow: visible;
}
.flex-header .right {
  margin-right: 24px;
}
.flex-header .label-tag {
  display: inline;
}
.external-content.assignment-content {
  padding: 40px 0px;
}
.assignments-grid {
  border-collapse: unset;
  margin-bottom: 15px;
  margin-top: 15px;
}
.assignments-grid .media {
  margin: 0;
}
.assignments-grid td {
  padding-left: 0;
}
.assignments-grid #date-frame {
  box-shadow: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  height: 75px;
  width: 75px;
}
.assignments-grid #date-frame h6 {
  margin-bottom: 0;
  margin-top: 17px;
}
.assignments-grid .bd h6 {
  margin-bottom: 0;
  display: table-cell;
}
.assignments-grid .bd .text-small {
  padding-left: 10px;
}
.assignments-grid .bd div.text-muted {
  font-size: 13px;
}
.assignments-grid .bd .icon-lg {
  margin-right: 5px;
}
.assignment-button {
  color: #777;
  background-color: #FFF;
  border-color: #CCC;
  font-size: 12px;
  font-weight: 300;
}
.assignment-button:hover {
  background-color: #F3F3F3;
  border-color: #CCC;
}
#template-wording-content {
  text-align: center;
}
#template-wording-content .input {
  text-align: left;
  margin: 1em;
  margin-left: auto;
  margin-right: auto;
}
#template-wording-content input {
  text-align: center;
}
#template-wording-content span {
  margin: 0.5em;
  font-size: small;
}
#template-wording-content .field {
  color: #cccccc;
  font-size: medium;
  font-style: italic;
}
/* loading transitions */

#filter-region .fade-enter-active,
#filter-region .fade-leave-active {
  transition: opacity 0.5s;
}
#filter-region .fade-enter,
#filter-region .fade-leave-to {
  opacity: 0;
}
/* email history */

.bordered-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 2px;
}
.horizontal-fields > li.email-detail-stat-item {
  margin-right: 50px;
}
.email-body ol,
.email-body ul,
.email-body dl {
  padding: 0 40px;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.email-body ol {
  list-style-type: decimal;
}
.email-body ul {
  list-style-type: disc;
}
.content .ministry-smart-header-logo {
  width: 400px;
  margin-left: -20px;
}
#ministry-smart-staff-pass .page {
  background-color: transparent;
}
#ministry-smart-staff-pass .header-image {
  width: 674px;
  height: 363px;
  margin: 0 auto 80px;
  padding-left: 240px;
}
#ministry-smart-staff-pass .header-image .free-trial-label {
  position: relative;
  display: block;
  margin-top: -160px;
  margin-left: 440px;
}
#ministry-smart-staff-pass .centered-content {
  padding-left: 180px;
}
#ministry-smart-staff-pass .centered-content .content-text {
  padding-bottom: 40px;
}
#ministry-smart-staff-pass .centered-content .halves {
  padding: 20px;
}
#ministry-smart-staff-pass .centered-content .ministry-smart-logo {
  width: 400px;
}
#ministry-smart-staff-pass .summary-box .upper-section {
  padding: 10px 10px 0;
}
#ministry-smart-staff-pass .summary-box .upper-section .promo-list {
  min-height: 160px;
  padding-bottom: 10px;
}
#ministry-smart-staff-pass .summary-box .lower-section {
  padding: 10px;
  min-height: 150px;
}
#ministry-smart-staff-pass .summary-box .lower-section .contact-admin {
  padding: 20px 10px 0;
}
#ministry-smart-staff-pass .summary-box .lower-section.media .img {
  width: 25px;
  padding-top: 8px;
}
.ministry-smart-summary-box {
  min-height: 320px;
}
.lms-email-message-item {
  margin-right: 100px;
}
.lms-email-message-textarea {
  height: 160px;
  font-size: 16px;
  line-height: 21px;
  padding: 8px;
}
.media.ministry-smart-media {
  display: block;
  margin: 6px 0;
}
.hover-card .hover-detail.hover-detail-lms {
  width: 270px;
  padding: 6px;
}
.hover-card .hover-detail.hover-detail-lms.right-positioned {
  margin-left: -255px;
}
.hover-card .hover-detail.hover-detail-lms .hover-card-close-icon {
  margin-top: -5px;
  margin-right: -5px;
  padding: 5px;
  opacity: 0.4;
  cursor: pointer;
  font-size: 1.25rem;
}
.hover-card .hover-detail.hover-detail-lms .hover-card-close-icon:hover {
  opacity: 0.9;
}
.hover-card .hover-detail.hover-detail-lms .dismiss-hover-card {
  color: inherit;
  text-decoration: none;
}
.hover-card .hover-detail.hover-detail-lms .img.ministry-smart-img {
  width: 40px;
  padding: 5px 2px 0 8px;
}
.hover-card.active .hover-detail.hover-detail-lms.slide-down {
  top: 52px;
}
.engage-detail {
  border: 1px solid #319acf;
  background-color: #ddeef7;
}
.engage-detail > summary {
  border-top-color: transparent;
}
.engage-detail > summary::after {
  color: #319acf;
}
.engage-detail > summary:not(.dragging):hover {
  border-color: transparent;
}
.engage-detail .col--divided {
  border-color: #ccc;
}
.engage-detail[open] > summary > div:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.engage-detail > div.row {
  padding: 6px 66px 6px 24px;
}
.engage-detail > div:last-child {
  margin-bottom: 5px;
}
.edit-div {
  min-height: 24px;
  border: 1px solid #ccc;
  padding: 1px 6px;
  font-size: 0.866667rem;
  background-color: #e6e6e6;
}
.edit-div.active-edit {
  background-color: inherit;
}
.edit-div.active-edit span[contenteditable]:focus {
  outline: 0px solid transparent;
}
.content + .sidebar-promo {
  width: 300px;
  min-width: 300px;
  padding-top: 20px;
  margin-right: -100px;
  overflow: hidden;
}
.content + .sidebar-promo p {
  text-align: left;
}
.content + .sidebar-promo .summary-box {
  background-color: #F8F8F8;
  padding: 16px;
}
.content + .sidebar-promo .summary-box .icon-announcement {
  margin-right: 6px;
}
.content + .sidebar-promo .text-bold {
  color: #319acf;
  text-align: left;
}
.content + .sidebar-promo .promo-close {
  float: right;
  margin-top: -5px;
  margin-right: -5px;
  padding: 7px 5px 5px;
  opacity: 0.4;
  cursor: pointer;
  font-size: 1.25rem;
}
.content + .sidebar-promo .promo-close:hover {
  opacity: 0.9;
}
.content + .sidebar-promo .dismiss-promo {
  color: inherit;
  text-decoration: none;
}
.content + .sidebar-promo .header-image {
  margin-bottom: 10px;
}
.content + .sidebar-promo .footer-image {
  margin-left: -20px;
}
.content + .sidebar-promo .learn-more {
  text-align: left;
}
@media screen and (max-width: 1264px) {
  .content + .sidebar-promo {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .row.row-collapse-sm {
    display: inherit;
  }
  .row.row-collapse-sm > .col {
    padding-left: inherit;
  }
  .row.row-collapse-sm > .col.col--divided {
    margin-left: inherit;
    border-left: none;
  }
}
.spa-overlay {
  display: none;
  z-index: 200;
  opacity: 0.46;
  background-color: #212121;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.widget-config-wrapper {
  background: #fff center top no-repeat;
  height: 100%;
}
.widget-config-wrapper .msg.msg--danger {
  border-left: 1px solid #a52001;
  border-right: 1px solid #a52001;
  margin: 0;
}
.widget-toggles label {
  float: left;
  width: 150px;
  line-height: 28px;
  margin-top: 2px;
}
.widget-toggles .fields.select-field {
  width: 280px;
}
.widget-toggles .fields {
  width: 100px;
  float: right;
}
.widget-toggles .toggle-slider {
  float: right;
}
.widget-toggles .sub-checkbox {
  float: none;
  width: 100%;
}
.widget-toggles .sub-checkbox label {
  font-size: 0.8rem;
}
.loading-widget {
  display: none;
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 1003;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  color: #777;
  border-radius: 10px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
}
.icon-bordered {
  border-color: #ccc;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  padding: 0.25rem;
  font-size: 1.5rem;
}
.chart.selected {
  border-color: #319acf;
  background-color: #fafafa;
}
.media .img .framed.duda-thumbnail {
  width: 200px;
  height: 278px;
}
.selectables .media input[type="radio"] {
  position: absolute;
  left: 10px;
  margin-top: -7px;
  top: 29px;
}
.selectables.always-bordered {
  border: 2px solid #ccc;
  border-radius: 4px;
}
.selectables.always-bordered.unselectable {
  border-color: #e6e6e6;
}
ul li.selectables {
  margin-top: 10px;
}
.preliminary .modal-dialog {
  color: #333;
}
.preliminary .modal-dialog .text-muted {
  opacity: 1;
  color: #777;
}
li.section-header {
  margin-top: 16px;
}
li.section-header h6 {
  margin-bottom: 0px;
}
.fields-aside .icon {
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  .buttons-sticky {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: #fff;
    z-index: 5;
  }
  .buttons-sticky .button {
    width: 80%;
    height: unset;
  }
  .lightbox-container .buttons-sticky .button {
    margin-left: -32px;
  }
  .spacer {
    margin-bottom: 40px;
  }
}
.grid-zero-state {
  text-align: center;
  max-width: 600px;
  margin: auto;
  font-family: 'Lato', sans-serif;
}
.grid-zero-state h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: unset;
  margin-bottom: unset;
}
.grid-zero-state p {
  font-size: 15px;
}
.global-nav a.new-look-link {
  background: #fff;
  color: #319acf;
}
.global-nav a.new-look-link img {
  width: 27.5px;
  height: 27.5px;
  margin-right: 3px;
  vertical-align: -6px;
}
