@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Lato");
.block-ui-message {
  background: none;
  width: 100px;
  height: 100px;
  position: relative;
  background-color: transparent !important;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #19a6df;
  }
  66% {
    stroke: #006a98;
  }
  /*66% {
  	stroke: $green;
  }*/
  80%, 90% {
    stroke: #51B848;
  }
}
.btn {
  transition: all 0.5s;
  cursor: pointer;
}

.btn-default {
  color: #000000;
  background-color: #FFFFFF;
}
.btn-default:hover {
  background-color: #E6E6E6;
}

.btn-link {
  color: #FFFFFF;
  border: none !important;
  background-color: transparent !important;
}
.btn-link:hover {
  text-decoration: underline;
  color: #0275D8;
}

.btn-primary {
  color: #FFFFFF !important;
  background-color: #0275D8;
}
.btn-primary:hover {
  background-color: #025AA5;
}

.btn-secondary:focus {
  color: #0275D8;
  background-color: #FFFFFF !important;
}

.btn-outline, .btn-outline-primary {
  background: transparent;
  border-radius: 0px !important;
  background-image: none;
  transition: all 0.3s;
}

.btn-save-layout {
  min-width: 120px;
  background-color: #FF8C0F;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
.btn-save-layout:hover {
  color: #FF8C0F;
}

.btn-outline-primary {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background: #0275d8;
}
.btn-outline-primary.active {
  color: #FFFFFF;
  background: #0275d8;
}
.btn-outline-primary[disabled]:hover {
  color: #0275d8;
  background: initial;
}

.btn-overlay {
  width: 60px;
  height: 60px;
  outline: none !important;
  border-radius: 100%;
  border: none;
  background-color: #FFFFFF;
  color: #0671A1;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-sidebar:hover {
  color: #FFFFFF;
  background-color: rgba(0, 119, 173, 0.85);
}

.btn-post {
  color: #0077AD;
  border: 1px solid #0077AD;
}

.btn-main-save {
  background-color: #FF8C0F;
  color: #FFFFFF;
  min-width: 94px;
  min-height: 36px;
}
.btn-main-save:focus {
  box-shadow: none;
}
.btn-main-save:disabled {
  cursor: no-drop;
}
.btn-main-save:hover:disabled {
  color: #FFFFFF;
}

.widget__btn {
  height: 2.25rem;
  min-width: 5.875rem;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.15rem;
}
.widget__btn:focus {
  box-shadow: none;
}

.widget__btn-remove {
  color: #027CB1;
  background-color: #FFFFFF;
  border: 1.4px solid #027CB1;
}
.widget__btn-remove--link {
  outline: none !important;
  text-decoration: none !important;
  color: #027CB1;
  border: 1.4px solid #027CB1 !important;
}
.widget__btn-remove:focus {
  box-shadow: none;
}

.widget__btn-add {
  background-color: #0077AD;
  color: #FFFFFF;
  text-decoration: none !important;
}
.widget__btn-add:focus {
  box-shadow: none;
}

.btn-hover {
  height: 2rem;
}

.btn-settings-group > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-settings-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.btn-radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-settings {
  height: 3.125rem;
  font-size: 1.25rem;
}

.btn-settings-single {
  border-radius: 0.75rem;
}

.btn-tab {
  width: 45%;
}

.btn-add-mobile {
  padding: 0;
}

.payment-processing__modal {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.payment-processing__content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.79);
}
.payment-processing__title {
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  color: #3C3C3C;
}
.payment-processing__biggertitle {
  font-size: 2rem;
  padding-bottom: 0.4rem;
  font-weight: 600;
  color: #3C3C3C;
}
.payment-processing__text {
  font-size: 1.14rem;
  padding-bottom: 2rem;
}
.payment-processing__button {
  background-color: #337ab7;
  color: white !important;
  font-family: "Roboto" !important;
  border-radius: 10px;
  font-weight: 400;
  outline: none !important;
  font-size: 0.875rem;
  padding: 1.5rem 0.325rem;
  line-height: 0.675rem;
}

.ball-loader {
  width: 4.9rem;
  height: 1.0083333333rem;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.ball-loader-ball {
  will-change: transform;
  height: 1.0083333333rem;
  width: 1.0083333333rem;
  border-radius: 50%;
  position: absolute;
  animation: grow 1s ease-in-out infinite alternate;
}
.ball-loader-ball.ball1 {
  left: 0;
  transform-origin: 100% 50%;
  background-color: #918E8E;
}
.ball-loader-ball.ball2 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  animation-delay: 0.33s;
  background-color: #7E7B7B;
}
.ball-loader-ball.ball3 {
  right: 0;
  animation-delay: 0.66s;
  background-color: #585858;
}

@keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}
.search-dropdown {
  overflow: auto;
  border-color: #AEA7A6;
  padding: 1rem;
  border-style: solid;
  border-width: 0.0625rem;
  z-index: 500;
  position: absolute;
  opacity: 1;
  background-color: #FFFFFF;
  width: 100%;
}
.search-dropdown .message {
  color: #717070;
}
.search-dropdown .list-view {
  overflow-y: auto;
  max-height: 20em;
  min-height: 1.5em;
}
.search-dropdown .image-view {
  overflow-y: auto;
  max-height: 27.5em;
  min-height: 6em;
}

.control-label {
  font-weight: 700;
}
.control-label__editable {
  width: 100%;
  outline: none !important;
}
.control-label__editable:focus, .control-label__editable:hover {
  outline: 1px solid #000 !important;
}

.suggestion-text {
  margin: 10px 0;
  font-size: 12px;
  color: #333333;
  font-style: italic;
  line-height: 20px;
}

.top-save {
  color: #FFFFFF;
}

.no-resize {
  resize: none;
}

.w-100 {
  width: 100% !important;
}

.w-70 {
  width: 70% !important;
}

.text-right {
  text-align: right !important;
}

.no-line-height {
  line-height: unset !important;
}

.form-style {
  margin-left: auto;
  margin-right: auto;
  max-width: 796px;
}

.question-mark {
  vertical-align: middle;
  color: #aaa;
  pointer-events: all;
  cursor: pointer;
}

.cc-brand {
  color: #A4A4A4!important;
}

.cc-active {
  color: #3379B7!important;
}

.pointer-none {
  pointer-events: none;
}

.main-heading {
  color: #333333;
  font-size: 36px;
  font-weight: 600;
}

.btn-fs-active {
  background: #93A0A2;
  color: #fff;
}

.round-outline {
  border-radius: 100%!important;
  padding: 4px !important;
  border: 1px solid #CED9DD;
  font-size: 18px;
  box-sizing: border-box;
  color: #a0a0a0;
}

.has-feedback {
  position: relative;
}

.btn-media {
  border-radius: 4px!important;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
}

.fa-1-5x {
  font-size: 1.5em;
}

.cursor-pointer {
  cursor: pointer;
}

.disabled-element {
  color: #C8C8C8;
}

.with-min-height-initial {
  min-height: initial !important;
}

.checkbox-label-container {
  width: 100% !important;
}

.checkbox label,
.radio label {
  padding-left: 0px !important;
}
.checkbox label.custom-question,
.radio label.custom-question {
  padding-left: 0.5rem !important;
}

.donation-amount-input {
  border-radius: 0.125rem;
  width: 100%;
}
.donation-amount-input .donation-input {
  min-height: 2.8125rem;
  height: 100%;
}
.donation-amount-input .donation-input-edit {
  min-width: 10rem;
}
.donation-amount-input .currency-id {
  border: 1px solid #ccc;
  background-color: #fff;
}
.donation-amount-input .text-position {
  text-align: left;
}

.donation-custom-amount {
  width: 14rem;
  position: relative;
  margin-left: 2rem;
  float: right;
}
.donation-custom-amount--single {
  margin: 0 !important;
  float: left;
}

.donation-amount__checkbox {
  margin-bottom: 2.4375rem;
}

.add-button-gallery {
  width: 100%;
  margin-bottom: 1rem;
  height: 8.024375rem;
}

.item-image-gallery {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn-edit-sponsor {
  width: 24px;
  height: 24px;
  line-height: 0 !important;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -5px;
  transition: all 0.3s;
  cursor: pointer !important;
  z-index: 88888;
  outline: none;
  padding: 0.1875rem 0.25rem 0 0 !important;
}

.btn-edit-sponsor:hover {
  background-color: #3379B7;
  color: #FFFFFF;
  border-color: #3379B7;
}

.btn-add-sponsor {
  color: #807F7F;
  border-radius: 0;
  width: 100%;
  height: 100%;
  border-color: #ccc;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.add-image-message {
  font-size: 0.9rem;
  margin: 0;
}

.image-gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

.container-sponsor-left {
  position: absolute;
  width: 235%;
  z-index: 99999 !important;
  left: 18% !important;
  box-shadow: rgba(21, 19, 19, 0.61) 0px 0px 32px 0px !important;
  top: 0;
}

.container-sponsor-right {
  position: absolute;
  width: 235%;
  z-index: 99999 !important;
  left: -82% !important;
  box-shadow: rgba(21, 19, 19, 0.61) 0px 0px 32px 0px !important;
  top: 0;
}

.content-images {
  margin-bottom: 1rem;
}
.content-images__icon {
  position: absolute;
  right: 0.0625rem;
  top: 0.0625rem;
  height: 1.25rem;
  width: 1.25rem;
}

.content-images__item {
  padding-left: 0;
  padding-right: 0;
  height: 8.024375rem;
  width: 100%;
}

content-new-images {
  height: 5rem;
  width: 6.46rem;
}

.not-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-margin-padding-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.negative-margin-30 {
  margin-left: -30px;
}

.normal-font-weight {
  font-weight: normal !important;
}

.add-image-button-rectangle {
  width: 10rem;
  height: 3rem;
  margin: auto;
  padding-top: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  color: #bfbfbf !important;
  background-color: #fff !important;
  border-color: #ccc;
}

.line-container {
  display: flex;
}
.line-container .line {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #C8C8C8;
  margin-top: 0.7rem;
}
.line-container .or {
  padding: 0rem 1rem 0rem 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  color: #4A4A4A;
}

.icon-button-sponsor {
  max-width: 35px;
  padding-bottom: 0.5rem;
}

.admin-sponsor__header {
  border: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.admin-sponsor__heading {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.admin-sponsor__icon {
  font-size: 0.75rem;
  cursor: pointer;
}
.admin-sponsor__footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
  border: none;
  margin-top: 1.5rem;
}
.admin-sponsor__field {
  font-size: 0.875rem;
}

.button-disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
}

.padding-button-image {
  width: 100%;
  height: 3rem;
}

.btn-close-sponsor {
  position: absolute;
  right: 15px;
  top: 3px;
}

.input-group .label-input-mask {
  background-color: #fff;
  background-image: none;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  color: #000;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 1.42857143;
  margin-bottom: 0px;
  padding: 6px 12px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.full-width {
  width: 100%;
}

.push-top-5 {
  margin-top: 5px;
}

.push-top-7 {
  margin-top: 7px;
}

.push-top-10 {
  margin-top: 10px;
}

.push-top-15 {
  margin-top: 15px;
}

.push-top-20 {
  margin-top: 20px;
}

.push-top-25 {
  margin-top: 25px;
}

.push-bottom-10 {
  margin-bottom: 10px;
}

.push-bottom-20 {
  margin-bottom: 20px;
}

.push-bottom-5 {
  margin-bottom: 5px;
}

.push-left-10 {
  margin-left: 10px;
}

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-right-0 {
  padding-right: 0px;
}

.pad-left-0 {
  padding-left: 0px !important;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-left-5 {
  padding-left: 5px !important;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-bottom-5 {
  padding-bottom: 5px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.white-background {
  background: #ffffff;
}

.tabs-section ul {
  border-bottom: 1px solid lightgray!important;
}
.tabs-section ul .tab-link {
  cursor: pointer;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.language-section {
  height: 73px;
  padding: 12px;
  background: rgba(237, 237, 237, 0.85);
  margin: 0 -20px -20px -20px;
  bottom: 0px;
  width: 350px;
  margin-top: 15px;
}
.language-section button, .language-section button:hover, .language-section button:focus {
  height: 30px !important;
  width: 60px !important;
  font-weight: 600;
  line-height: 24px;
  font-size: 12px;
  color: rgb(0, 119, 173);
  border: 0.5px solid rgb(0, 119, 173);
}
.language-section button.active, .language-section button:hover.active, .language-section button:focus.active {
  background: #215d91 !important;
  color: #FFFFFF !important;
  border: 0.5px solid rgb(0, 119, 173) !important;
  box-shadow: none;
  outline: none;
}
.language-section .english-button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.language-section .french-button {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.language-section .language-buttons {
  margin: 9px 8px 0 0;
}
.language-section.single-location-margin {
  position: absolute;
}

.sidebar-vertical-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 575px;
  width: 350px;
}

.content-width {
  width: 350px;
}

.collapse-toggle {
  font-size: 26px;
  font-weight: 700;
  margin-top: -0.2rem !important;
}

.header-node {
  color: #0B70A6;
  cursor: pointer;
  outline: none;
  padding: 8px 12px;
  border-radius: 0.2rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e3e1e1;
  font-size: 1rem;
}
.header-node .title {
  font-size: 16px;
  color: rgb(0, 119, 173);
  line-height: 24px;
  font-weight: normal;
}
.header-node .title-donation {
  font-size: 1.1rem;
  color: rgb(0, 119, 173);
  line-height: 24px;
  font-weight: 600;
}

.header-node-rearrange {
  color: #0B70A6;
  padding: 0;
  border-bottom: none;
}
.header-node-rearrange--donation {
  padding: 0.25rem 0;
}
.header-node-rearrange--donation .admin-donation__collapse-toggle {
  top: 0.875rem;
  right: 0.75rem;
}

.body-node {
  padding: 12px;
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 0.2rem 0.2rem;
}
.body-node--rearrange {
  border-top: 1.75px solid #e3e1e1;
}

.nodes-container {
  width: 310px;
  margin-top: 8px;
}

.add-container {
  padding: 10px;
  text-align: left;
  border-radius: 0.2rem !important;
  height: 3rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.add-container i {
  margin-right: 5px;
}

.editor-heading-link {
  height: 24px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.editor-subheading {
  color: #333333;
  font-weight: bold;
}

.admin-link {
  color: #3379B7;
  position: relative;
  top: -16px;
}

.editor-switch-text {
  color: #333333;
}

.donation-heading {
  min-height: 48px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 28px;
  line-height: 48px;
  padding: 0 !important;
}

.donation-type,
.employer-search {
  height: 32px;
  border: 1px solid #93A0A2;
  border-radius: 0 4px 4px 0;
  background-color: #FFFFFF;
}

.matching-gift-search {
  color: #999 !important;
  font-weight: 400;
}

.donation-type.active-donation-type,
.employer-search.employer-search-result {
  background-color: #93A0A2;
}

.suggested-donation-amount {
  border-radius: 4px;
  background-color: #93A0A2;
}
.suggested-donation-amount .amount-details {
  font-family: "Open Sans";
  color: #FFFFFF;
}
.suggested-donation-amount .amount {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.suggested-donation-amount .amount-title {
  font-size: 16px;
  line-height: 24px;
}
.suggested-donation-amount .amount-description {
  font-size: 14px;
  line-height: 24px;
}

.custom-amount-container {
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  padding: 20px 40px;
}
.custom-amount-container .donation-input {
  height: 24px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.custom-amount-container #customDonationLabel {
  border: none;
  font-weight: bold;
  padding: 5px 0px 0px 90px;
}
.custom-amount-container label[for=custom-donation] {
  padding-top: 5px;
  text-align: center;
}
.custom-amount-container .cover-processing-fee-container {
  position: absolute;
}
.custom-amount-container .cover-processing-fee-container .cover-processing-fee-container-text {
  padding-left: 20px;
}
.custom-amount-container .standard-text {
  font-size: 16px;
}
.custom-amount-container .checkbox-spacing {
  padding-left: 20px;
}

.donation-subheading {
  color: #333333;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

.donation-desc {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 24px;
}

.panel-default > .panel-heading {
  color: inherit;
}

.container-panel {
  background-color: transparent;
  border-radius: 3px;
}

.widget-container .widgetsBlock {
  line-height: 100% !important;
  min-height: 100% !important;
}

.widget-container .imageGalleryWidgetsBlock {
  line-height: 100% !important;
}

.widget-container-style:hover .btn-edit {
  opacity: 1;
}

.widget-row {
  display: flex;
}
.widget-row__wrapper {
  width: 100%;
}

.btn-edit {
  width: 24px;
  height: 24px;
  line-height: 0;
  border: none;
  opacity: 0;
  padding: 4px 6px;
  border-radius: 50%;
  background-color: #939598;
  position: relative;
  color: #FFFFFF;
  right: 36px;
  top: -12px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 99;
  outline: none;
}
.btn-edit:hover {
  background-color: #3379B7;
  opacity: 0.75;
}

.input-style {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
}

.dropdown-style {
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/
  padding-left: 0.5rem;
  background-color: #FFF;
  border: 1px solid #D2D2D2;
}

.dropdown-style::-ms-expand {
  display: none;
}

.dropdown-default {
  color: gray;
}

.dropdown-black {
  color: black;
}

.row-style {
  display: block !important;
}

.editable-text {
  outline: none;
  padding: 10px 0;
}
.editable-text_content {
  padding: 0 0;
  font-size: 14px;
}
.editable-text:focus, .editable-text:hover {
  outline: 1px solid #D2D2D2;
}

.editable-text-event-details {
  outline: none;
}
.editable-text-event-details:focus, .editable-text-event-details:hover {
  outline: 1px solid #D2D2D2;
}

.bolded {
  font-weight: bold;
}

.btn-toggle {
  width: 10rem;
  margin-bottom: 10px;
  background-color: #FFF;
  color: #000;
  border: 1px solid #93A0A2;
}
.btn-toggle:focus {
  background-color: #93A0A2;
}
.btn-toggle:focus div {
  background-color: #FFF;
}

.btn-toggle-active {
  background-color: #5B6263 !important;
  color: #fff !important;
}

.btn-toggle-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.btn-toggle-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.div-btn {
  border-radius: 3px;
  margin: 0 5%;
}

.dropdown-icon {
  font-size: 26px;
}

.footer-style {
  margin-top: 10px;
}

.footer__link {
  white-space: normal;
  font-size: 0.875rem;
}
.footer__link[disabled] {
  cursor: not-allowed;
  pointer-events: inherit;
}
.footer__link[disabled]:hover {
  color: #6c757d !important;
  cursor: not-allowed;
}

.btn-donate-now {
  height: 64px;
  border-radius: 4px;
  background-color: #4398A4;
  color: #ffffff;
}
.btn-donate-now:focus {
  color: #ffffff;
}
.btn-donate-now:hover {
  color: #ffffff;
}

.suggested-amounts-container {
  padding: 1.25rem;
  margin: 0 15%;
  display: contents;
}

.btn-amount {
  width: 8.375rem;
}
.btn-amount--active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 105%;
  border-left: 0.875rem solid transparent;
  border-right: 0.875rem solid transparent;
  border-bottom-width: 1.125rem;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  clear: both;
  transform: translateX(-50%);
}

.btn-notext::after {
  content: none;
}

.amount-tooltip {
  margin-top: 0.5rem;
  padding: 0;
  float: left;
  width: 70%;
}
.amount-tooltip__text {
  border-radius: 0.25rem;
}

.btn-toggle-amounts {
  margin: 0.9375rem 0;
  text-align: center;
  width: 22%;
  margin-left: -0.3125rem;
  border: 1px solid gray;
}
.btn-toggle-amounts label {
  white-space: normal;
  word-break: break-word;
  width: 100%;
  background-color: #93A0A2;
  border: none;
  padding: 0.625rem;
  font-size: 1.125rem;
  color: #000;
  float: none;
  border-radius: 0;
}
.btn-toggle-amounts label:hover {
  background-color: #707B7D;
  color: #000;
}
.btn-toggle-amounts .active {
  background-color: #707B7D;
  color: #000;
}

.other-amounts-container {
  padding: 1.25rem;
  margin: 0 15%;
  display: contents;
}
.other-amounts-container .btn-toggle-amounts {
  margin: 0.9375rem 0;
  text-align: center;
  width: 100%;
}
.other-amounts-container .btn-toggle-amounts label {
  white-space: normal;
  word-break: break-word;
  width: 100%;
  background-color: #93A0A2;
  border: none;
  padding: 0.625rem;
  font-size: 1.125rem;
  color: #FFF;
  float: none;
}
.other-amounts-container .btn-toggle-amounts label:hover {
  background-color: #707B7D;
  color: #FFF;
}
.other-amounts-container .btn-toggle-amounts .active {
  background-color: #707B7D;
  color: #FFF;
}

.suggested-amounts-row {
  width: 100%;
  display: flex;
  padding-top: 1.25rem;
}

.suggested-buttons-row {
  width: 80%;
}

.other-amount-row {
  width: 20%;
}

.other-amount-row-large {
  margin-top: 1rem;
}

.title-suggested-button {
  font-size: 0.875rem;
  color: #000;
}

.description-suggested-button {
  font-size: 0.875rem;
  color: #FFF;
}

.amount-description-section {
  max-width: 180px;
  width: 50%;
}

.admin-links {
  color: #3379B7;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: 100;
}

.donation-type-toggle .btn-toggle-overrides {
  padding-left: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popoverStyle {
  color: #333;
  background-color: #f1f1f1;
}

.nopadding {
  padding: 0 !important;
}

.one-line {
  white-space: nowrap;
}

.no-padding-all {
  padding: 0 !important;
}

/* ******** IE10+ CSS styles go here ********* */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .suggested-amounts-container {
    padding: 0px;
    margin: 0;
  }
}
.text-overflow-wrap {
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

.participant-team-searchbox {
  height: 40px;
  font-size: 16px;
}

.searchbox-icon {
  margin-top: 2px;
  pointer-events: all;
  position: absolute;
  right: 0.625rem;
  font-size: 1.25rem;
  top: 0.5rem;
}

.search-card--container {
  margin-top: 3.125rem;
  margin-bottom: 3rem;
  padding: 1.25rem 1.4375rem 0.5rem 1.4375rem !important;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
}

.search-list {
  position: absolute;
  width: 100%;
  z-index: 10;
  max-height: 290px;
  overflow-y: auto;
}
.search-list li {
  cursor: pointer;
  border: 1px solid #cdcdcd;
  border-radius: 0 !important;
  padding: 0;
}
.search-list li .search-result-item {
  display: block;
  padding: 10px 15px;
}
.search-list li .search-result-item:focus, .search-list li .search-result-item:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}
.search-list li:hover, .search-list li:focus {
  background-color: #f1f1f1;
}
.search-list .option-name {
  margin: 0;
  font-size: 18px;
}
.search-list .option-location {
  margin: 7px 0 0 0;
}
.search-list .search-fail {
  font-style: italic;
}

.static-settings {
  padding: 12px;
  background-color: #EAEAEA;
  border: 1px solid #A2BAC4;
}
.static-settings:nth-child(1) {
  margin-top: 80px;
}

.content-link:hover {
  color: #FFFFFF;
}
.content-link:focus {
  color: #FFFFFF;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 334px) {
  .searchbox-icon {
    pointer-events: all;
  }
}
.content-block {
  padding-left: 15px;
  padding-right: 15px;
}

.add-image-button {
  width: 9rem;
  height: 3rem;
  margin: auto;
  padding-top: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  color: #bfbfbf !important;
  background-color: #fff !important;
  border-color: #ccc;
}

.widget__title {
  color: #027CB1;
}

.hover-style-text {
  margin: 0 0 0.55rem 0;
  font-size: 0.875rem;
}

.hover-font {
  margin-top: 0.44rem;
}

.hover-row {
  margin: 0 0 1rem 0;
}

.corners-row {
  margin: 0 0 0 0.18rem;
}

.custom-picker__list {
  width: 11rem;
  font-size: 0.7rem;
  overflow: visible;
}

.donation-editor__link {
  text-decoration: none !important;
  font-weight: normal;
  color: #000 !important;
}
.donation-editor__link__:visited, .donation-editor__link__:hover {
  text-decoration: none !important;
  font-weight: normal;
  color: #000 !important;
}
.donation-editor__link-icon {
  font-size: 1.3rem;
  transform: translateY(0.2rem);
}
.donation-editor__paypal-tag {
  margin: 0.65rem 0;
}
.donation-editor__giftaid-tag {
  margin: 0.6rem 0 0 0;
}
.donation-editor__tax-receipt-text {
  padding-right: 3rem;
}
.donation-editor__tax-receipt-label {
  padding-right: 1.125rem !important;
  padding-left: 0 !important;
}
.donation-editor__tax-receipt-tag {
  margin: 0;
}

.media-widget__thumbnail-image {
  padding: 0;
  border-radius: 0;
}
.media-widget__remove-button {
  font-size: 1rem;
  border-radius: 0;
  border: 0.0625rem solid #ccc;
  border-top: none;
}
.media-widget__thumbnail {
  width: 10rem !important;
  margin: auto;
}
.media-widget__input {
  border-radius: 0;
}
.media-widget__input-addon {
  background-color: #ffffff;
  font-size: 0.875rem;
  border-radius: 0.125rem;
}

.amount-rounded-corner__left {
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.amount-rounded-corner__right {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

.header-link-editable {
  line-height: 4rem;
  margin-bottom: 0;
}
.header-link-editable:before {
  position: relative;
  content: attr(placeholder);
  color: grey;
}

.hero-editable-text {
  outline: none;
  margin-bottom: 5px !important;
}
.hero-editable-text:focus, .hero-editable-text:hover {
  outline: 1px solid #D2D2D2;
}
.hero-editable-text--error {
  outline: 1px solid #e61713;
}
.hero-editable-text--error:focus, .hero-editable-text--error:hover {
  outline: 1px solid #e61713;
}

.rearrange--node {
  opacity: 0.3;
}
.rearrange:hover .rearrange--node {
  opacity: 1;
}
.rearrange:hover .arrow-circle {
  background-color: #D8D8D8;
  color: #4A4A4A;
}

.arrow-circle {
  position: absolute;
  right: 0.5rem;
  top: 0.625rem;
  border-radius: 100%;
  background-color: transparent;
  font-size: 1.2rem;
}

.node-disabled:hover .rearrange--node {
  opacity: 0.3 !important;
}

.rearrange-display {
  display: inline-block;
}
.rearrange-display:focus {
  outline: none !important;
}

.rearrange-border {
  color: #0B70A6;
  cursor: pointer;
  outline: none;
  background-color: #FFFFFF;
  border-bottom: 0.0625rem solid #D1D1D1;
  border-radius: 0.2rem;
}
.rearrange-border--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rearrange-border--container:hover .conatiner-name-pencil {
  opacity: 1;
}

.rearrange-border-bottom {
  border-bottom: 0.0625rem solid #D1D1D1;
}

.rearrange-padding {
  padding: 0.5rem;
}

.rearrange-container {
  width: 100%;
  padding: 0.5rem 0.375rem 0.375rem 0;
  display: flex;
  justify-content: space-between;
  outline: none;
  font-weight: 700;
}

.rearrange-widget {
  padding-left: 1rem;
}

.rearrange-container-widget {
  width: 80%;
  padding: 0.5rem 0.375rem 0.375rem 0;
  display: inline-block;
  outline: none;
  font-weight: 700;
}

.rearrange-container-widget-wide {
  width: 95% !important;
  padding: 0.5rem 0 0.375rem 1rem !important;
}

.non-fixed-widget {
  padding-top: 0 !important;
}

.rearrange-padding-widget {
  padding: 0.5rem;
  padding-left: 1.25rem;
}

.rearrange-widget-content {
  padding-left: 0.5rem;
  background-color: #FFFFFF;
}

.new-widget-button {
  text-align: left;
  border: 1px solid #565656;
  border-radius: 0.2rem;
  padding: 0.55rem;
  font-weight: 600;
  height: 3rem;
  font-size: 1.125rem;
}
.new-widget-button i {
  margin-right: 5px;
}

.donation-form-container {
  margin: 10rem 20vw 6rem 20vw !important;
}

.donation-form-container--shrink {
  margin: 19rem 20vw 6rem 20vw !important;
}

.donate-button {
  min-width: 12rem !important;
  max-width: 100% !important;
  font-size: 1.5rem !important;
  white-space: normal !important;
}

.upload-image-icon {
  font-size: 0.5rem;
  display: inline-block;
}
.upload-image-icon__image {
  width: 1.2rem;
  margin: -0.5rem 0.3rem 0 0;
}

.header-container {
  padding-top: 2.3rem;
}

.charge-confirm {
  margin: 1rem 0;
}

.records-label {
  font-weight: normal;
}

.expiry-year-select {
  margin-top: 2rem;
}

.single-input {
  margin: 0;
  width: 100%;
}

.recaptcha-message {
  margin-top: 1.5rem;
}

.cvv-help-message {
  font-size: 0.8rem;
}

.cvv-card {
  padding-left: 0;
}

.payment-infromation-cvv {
  position: absolute;
  float: right;
  width: 16rem;
}
.payment-infromation-cvv .popover-content {
  text-align: center;
}
.payment-infromation-cvv .row {
  margin-left: 0.25rem;
  margin-right: 0;
}
.payment-infromation-cvv .cvv-card {
  float: right;
}

.cvv-popover {
  border: none;
  background-color: #f4f9f7;
}
.cvv-popover .popover-content {
  padding-right: 0;
}
.cvv-popover .arrow {
  border-color: transparent !important;
}
.cvv-popover .arrow::after {
  background-color: transparent;
  border-bottom-color: #f4f9f7 !important;
}

.btn-orange {
  background-color: #FF8C0F;
  color: #FFFFFF;
}

.btn-shared {
  border-color: #0077AD;
  color: #0077AD;
}

.participant__btn {
  min-height: 3.75rem;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  font-size: 1.5rem !important;
  white-space: normal;
  word-wrap: break-word;
}

.participant__btn > p {
  margin: 0px;
  font-size: 1.4375rem;
  font-weight: 500;
}

.fundraising-section__btn {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: "Open Sans";
  border-radius: 0.1875rem;
}

.fundraising-section {
  width: 100%;
  max-height: 100%;
  position: relative !important;
}
.fundraising-section--top {
  margin-top: 0.625rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
.fundraising-section--bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}
.fundraising-section--ellipsis {
  margin: auto;
}

.fundraising-section__container {
  padding: 1rem 1.5rem 0.1rem 1.5rem;
}

.fundraising-section__container-btn:first-child {
  padding: 1.5rem 0.5rem;
}

.fundraising-section__container-btn {
  padding: 0 0.5rem 1.5rem 0.5rem;
}

.border-025rem {
  border-radius: 0.25rem 0.25rem 0 0;
}

.padding-fundraising {
  padding-top: 1.125rem;
}

.social-share--center {
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.social-share--top {
  padding-top: 100px;
}
.social-share--top * {
  color: white !important;
}
.social-share--top h4 {
  font-weight: bold;
  font-size: 30px;
  color: white !important;
}

.modal--close {
  position: fixed;
  right: 2rem;
  top: 2rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
}

.maestro-card-img {
  width: 2.57226875rem;
  height: 2.063rem;
  margin-top: -0.125rem;
}

.tax-receipt-checkbox {
  margin-top: 0 !important;
}

.donation-amount-error-icon {
  padding: 0.35rem 0 0 0.625rem;
  z-index: 1;
}

.word-break {
  word-break: break-word !important;
}

.content-wrap {
  word-break: normal;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.donation-panel {
  margin: 3.5rem auto;
  width: 100%;
  max-width: 61.9375rem;
  padding: 3rem !important;
}

.participation-panel {
  padding: 2.2rem 2.85rem 2.2rem 2.85rem !important;
}
.participation-panel__heading {
  font-weight: 600;
}
.participation-panel .fix-dropdown {
  margin-top: -3.5rem;
  width: 25%;
  float: right;
}
.participation-panel .fix-dropdown .title {
  font-weight: 600;
}
.participation-panel .fsi-edit {
  font-size: 2.5rem;
}
.participation-panel .fsi-person {
  font-size: 2.5rem;
}
.participation-panel .fsi-add-square {
  font-size: 2.5rem;
}
.participation-panel .form-select-dropdown__arrow {
  top: 0.5rem;
}
.participation-panel__span {
  float: right;
  margin-right: 0.625rem;
  margin-top: 0.25rem;
}
.participation-panel-dropdown-size {
  min-width: 14.5rem;
}
.participation-panel .participate-options .box {
  box-sizing: border-box;
  height: 11.125rem;
  border: 1px solid #D2D2D2;
  border-radius: 0.25rem;
  padding-top: 2.9375rem;
  cursor: pointer;
}
.participation-panel .participate-options .horizontal-box {
  box-sizing: border-box;
  border: 1px solid #D2D2D2;
  border-radius: 0.25rem;
  cursor: pointer;
}
.participation-panel .participate-options h4 {
  font-weight: 500;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.participation-panel .participate-options__individual--bottom {
  padding-left: 0;
  padding-right: 0;
}
.participation-panel .participate-options__individual--side {
  padding-right: 0;
}
.participation-panel .participate-options__join-team {
  margin-bottom: 1.5625rem;
  padding-left: 0;
}
.participation-panel .participate-options__create-team {
  margin-bottom: 1.5625rem;
}
.participation-panel .buttons {
  display: flow-root;
}
.participation-panel .form {
  float: none;
  display: table-cell;
}
.participation-panel .create-team .create-team-name {
  min-width: 4rem;
}
.participation-panel .create-team .row {
  padding-top: 0.9375rem;
}
.participation-panel .create-team .permission-title {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  min-width: 20rem;
}
.participation-panel .create-team__label {
  min-width: 4rem;
  font-weight: 600;
}
.participation-panel .create-team__field {
  font-size: 0.875rem;
}
.participation-panel .create-team__footer {
  margin-top: 3rem;
}

.fundraising-section__progress-bar {
  height: 30px;
  border-radius: 10px;
}

.fundraising-section__team-members {
  height: 0.9375rem;
  border-radius: 10px;
  width: 100%;
  margin-bottom: unset;
  margin-top: 0.75rem;
}

.fundraising-section__raised-text {
  height: unset !important;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: unset !important;
}

.fundraising-section__goal-text {
  font-weight: 400;
  font-size: 2.125rem;
  line-height: unset !important;
}

.fundraising-section__raised-text--padding {
  padding-left: 0.25rem;
}

.fundraising-section__raised-text--editable {
  min-width: 76px;
  max-width: 332px;
}

.fundraising-section__goal-text--padding {
  padding-left: 0.625rem;
}

.fundraising-section__benefiting-text {
  margin-top: -0.9375rem;
}

.lock-checkbox__container {
  padding-bottom: 2rem;
}
.lock-checkbox__text {
  padding-right: 1rem;
}

.focused-widget {
  outline: -webkit-focus-ring-color auto 5px;
}

.no-outline {
  outline: none !important;
}

.editable-widget:hover {
  outline: 2px dotted #ccc;
  outline-offset: -1px;
}

.headings-no-margin h1 {
  margin: 0;
  padding: 20px 0 10px 0;
}
.headings-no-margin h2 {
  margin: 0;
  padding: 20px 0 10px 0;
}
.headings-no-margin h3 {
  margin: 0;
  padding: 20px 0 10px 0;
}
.headings-no-margin h4 {
  margin: 0;
  padding: 10px 0 10px 0;
}
.headings-no-margin h5 {
  margin: 0;
  padding: 10px 0 10px 0;
}
.headings-no-margin h6 {
  margin: 0;
  padding: 10px 0 10px 0;
}

.content-block-padding {
  padding: 1.25rem;
  line-height: normal;
}

.image-gallery__heading {
  word-wrap: break-word;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: -0.625rem;
}

.container-heading-editable {
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
  width: auto;
  max-width: 13.25rem;
  font-size: 1.125rem;
  position: relative;
}

.container-name-text {
  line-height: 1.5rem;
  margin: 0 0.625rem 0 0;
  padding: 0 0.3125rem;
  word-break: break-word;
}
.container-name-text:hover, .container-name-text:focus {
  outline: #0B70A6 solid 0.0625rem;
}

.error-popover {
  border: 1px solid #e61713;
  color: #e61713;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
}
.error-popover .arrow {
  border-bottom-color: #e61713 !important;
}
.error-popover--search-heading {
  top: 4.375rem !important;
}

.error-popover-button {
  border: 1px solid #e61713;
  color: #e61713;
  position: absolute;
}
.error-popover-button .arrow {
  border-bottom-color: #e61713 !important;
}

.error-popover-without-position {
  border: 1px solid #e61713;
  color: #e61713;
  position: absolute;
}
.error-popover-without-position__container {
  left: 0 !important;
}
.error-popover-without-position .arrow {
  border-bottom-color: #e61713 !important;
}

.break-public-text {
  word-wrap: break-word;
}

.social-share-inline {
  margin-bottom: 1rem;
}

.back-share {
  font-weight: bold;
}

.footer-live {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
  min-height: 0.625rem;
  word-wrap: break-word;
}

.messgae-board-colorpicker {
  margin-bottom: 5px;
}
.messgae-board-colorpicker label {
  margin-left: 0 !important;
}

.participant-editor-settings {
  margin-top: 0.5rem;
}

.participant-video__placeholder {
  background-color: #dfdfdf;
  text-align: center;
}
.participant-video__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  font-size: 4rem;
}

.participant__containers-group:last-child {
  margin-bottom: 2rem !important;
}
.participant__widgets-group {
  margin-bottom: 1rem !important;
}

page-message {
  position: relative;
}
page-message .participant-message .ckeditor-message {
  min-height: 25vw;
}
page-message .team-message .ckeditor-message {
  min-height: 13rem;
}
page-message .parent-team-message {
  min-height: 13rem;
}
page-message .parent-participant-message {
  height: auto;
  min-height: 25vw !important;
}
page-message .parent-height-unset {
  min-height: auto !important;
}

.page-message .content-block-padding {
  min-height: unset;
  padding: unset;
}
.page-message .cke_editable {
  padding: unset !important;
  margin: 0;
  background: #FFFFFF;
}
.page-message__head {
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  font-weight: bold;
  font-size: 2.125rem;
  word-break: break-word;
}

.page-message__message-section {
  margin-bottom: 1.375rem;
  margin-top: 1rem;
  position: relative;
}

.page-message__placeholder {
  margin-bottom: 0;
  color: #9B9B9B;
  padding: 0;
  height: 100%;
}
.page-message__placeholder__image {
  padding: 10.25vw 0;
  width: 4rem;
  font-size: 4rem;
}
.page-message__placeholder:hover {
  outline: dotted 2px;
}

.page-message__placeholder-team {
  padding-bottom: 0 !important;
  height: 100%;
}
.page-message__placeholder-team span {
  padding: 0;
  line-height: 13rem;
}

.fundraiser-page__container {
  position: relative;
}
.fundraiser-page__container--hub {
  border: 0.0625rem solid #979797;
}
.fundraiser-page__mobile {
  display: none;
}

.team-information {
  display: flex;
  flex-direction: column;
  margin-top: 1.6875rem;
}
.team-information__head {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.team-information__content {
  margin-bottom: 0.9375rem;
  display: flex;
  flex-direction: row;
}

.team-information__icon-user {
  display: inline !important;
  width: auto;
}

.team-information__list {
  margin-left: 1.3rem;
  padding-top: 1.125rem;
}
.team-information__list p {
  margin-top: 0;
}

.team-information__list .raised {
  display: inline;
}
.team-information__list embed {
  position: absolute;
  margin: 4px 0 0 5px;
}

.team-information p {
  font-size: 1rem;
}

.image-gallery-placeholder {
  padding-top: 25%;
  padding-bottom: 25%;
  text-align: center;
  background-color: #dfdfdf;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-bottom {
  margin: 20px 0;
}

.margin-left-3 {
  margin-left: 0.1875rem;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.rem-width-4 {
  width: 4rem;
}

.margin-bottom-1-2 {
  margin-bottom: 1.5rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-2-5 {
  margin-bottom: 2.5rem;
}

.page__element-padding {
  padding: 20px !important;
}

.page__element-margin {
  margin: 10px !important;
}

.page__container-parent {
  margin: 0 10px;
}

.page__containers-full {
  margin: 0 0 10px 0 !important;
}

.buttons-settings-container {
  padding: 0.5rem 1rem 0.375rem 1rem !important;
}

.buttons-settings__hover {
  display: -ms-grid;
  display: grid;
  transition: all 0.5s;
  margin-bottom: 1.5rem;
}
.buttons-settings__hover--brighten {
  -ms-grid-columns: 4fr 3fr 3fr;
  grid-template-columns: 4fr 3fr 3fr;
}
.buttons-settings__hover--darken {
  -ms-grid-columns: 3fr 4fr 3fr;
  grid-template-columns: 3fr 4fr 3fr;
}
.buttons-settings__hover--custom {
  -ms-grid-columns: 3fr 3fr 4fr;
  grid-template-columns: 3fr 3fr 4fr;
}
.buttons-settings__hover__button {
  font-size: 0.875rem;
  font-weight: 600;
  border: 0.0625rem solid #ced4da;
  color: #333333;
  width: 100%;
  transition: all 0s;
}
.buttons-settings__hover__button:focus {
  box-shadow: none;
}
.buttons-settings__hover__button--active {
  width: calc(100% - 2rem);
  border-left: none;
  border-radius: 0 0.125rem 0.125rem 0;
}

.darken-button-option {
  margin: 0 3px;
}

.corner-toggle-button {
  padding: 5px 12px;
}

.list-separator {
  border-bottom: 1px solid #dbd8d8;
}

.top-button {
  width: 116px;
  height: 116px;
  line-height: 0;
  border: none;
  padding: 4px 6px;
  border-radius: 50%;
  background-color: rgba(185, 185, 185, 0.4705882353);
  color: #4A4A4A;
  position: absolute;
  right: -7.3rem;
  bottom: -1rem;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 8888;
  outline: none;
  font-size: 1.625rem;
}

.margin-left-negative-15 {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.show-more-button {
  display: inline-block;
  outline: none;
}
.show-more-button__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.show-more-button__chevron {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
}

.round-top-button {
  font-size: 3.7rem;
  margin-bottom: 0.5rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.group-image-gallery {
  border-color: #0B70A6;
  color: #0B70A6;
  font-weight: bold;
}
.group-image-gallery:hover {
  color: #0B70A6;
}

.grup-image-primary {
  background-color: #0B70A6;
}
.grup-image-primary:hover {
  background-color: #0B70A6;
}

.selected-state-color-picker {
  margin-bottom: 0.3rem;
}

.selected-font-color-picker {
  margin-bottom: 0.55rem;
}

.font-size-1-625 {
  font-size: 1.625rem;
}

.join-editable-text {
  margin: 0;
  word-wrap: break-word;
  white-space: normal;
  font-size: 1.4375rem;
  font-weight: 500;
  outline: none;
  padding: 0 !important;
}
.join-editable-text--error {
  outline: 1px solid #e61713;
}
.join-editable-text--error:focus, .join-editable-text--error:hover {
  outline: 1px solid #e61713;
}

.join-button-text {
  margin: 0px !important;
  min-width: 136px;
  max-width: 100% !important;
  word-wrap: break-word !important;
  white-space: normal;
  font-size: 1.4375rem !important;
  font-weight: 500;
  float: right;
  height: unset !important;
  outline: none;
  position: relative;
  padding: 15px 20px !important;
}
.join-button-text--error {
  outline: 1px solid #e61713;
}
.join-button-text--error:focus, .join-button-text--error:hover {
  outline: 1px solid #e61713;
}

.conatiner-name-pencil {
  margin: 0.125rem 0 0 0;
  color: #4a4a4a;
  opacity: 0;
  vertical-align: middle;
}

.container-arrow {
  margin-top: 0.03125rem;
}

.hero-button {
  white-space: normal;
  height: unset !important;
  max-width: 500px;
}

.widget-settings-container {
  padding: 1rem 0;
}
.widget-settings-container select {
  color: #6b6565;
  font-size: 0.875rem;
}
.widget-settings-container select:focus {
  box-shadow: none;
}

.color-picker-wrapper label {
  font-size: 0.875rem;
}
.color-picker-wrapper .color-picker-panel {
  width: 11.875rem;
}
.color-picker-wrapper .color-picker-panel-left {
  left: 5rem !important;
}

.checkbox-text {
  font-size: 0.875rem;
}

.admin-hero-section {
  font-size: 0.875rem;
  padding: 1rem;
}

.text-bold {
  font-weight: bold !important;
}

.custom-label {
  font-weight: normal;
  font-size: 0.875rem;
}

.widget-section-title {
  font-weight: 400;
  font-size: 1rem;
}

.fourteen-pixels-text {
  font-size: 0.875rem;
}

.buttons-settings-label {
  font-size: 16px;
}

.toggle-wrapper {
  margin-bottom: 10px;
}
.toggle-wrapper .toggle-text {
  margin-bottom: 0;
  line-height: 25px;
}

.color-picker-group {
  margin-bottom: 10px;
}

.center-icon::before {
  display: table-cell;
  vertical-align: middle;
}

.captain-icon-wrapper {
  display: inline-flex;
}
.captain-icon-wrapper:after {
  content: "C";
  margin-left: -13.5px;
  font-size: 0.8rem;
}

.event-details {
  background-color: #F7F7F7;
  padding: 0.65rem 1.4375rem 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.event-details--event-name {
  color: #4398A4;
  font-size: 20px;
  line-height: 2.625rem;
  font-weight: 400 !important;
  margin-top: 0;
  margin-bottom: 0;
}

.event-details--calendar-section {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.event-details--section {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  padding-left: 1rem !important;
  width: 100%;
}

.event-details--circle {
  width: 4.125rem;
  display: inline-block;
  vertical-align: middle;
}

.event-details--icon {
  background-color: #C1C1C1;
  color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  display: table;
  vertical-align: middle;
}

.event-details--text {
  font-size: 16px;
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
  flex: 1 1 auto;
  max-width: 67%;
}

.event-details--bottom {
  background-color: #F7F7F7;
}
.event-details--bottom__break {
  padding: 0;
}

.event-details--map {
  width: 100%;
  height: 13.25rem;
  object-fit: cover;
}
.event-details--map__break {
  margin: 0;
}

.icon-table-cell {
  display: table-cell !important;
}

.color-1D86B6 {
  color: #1D86B6;
}

.calendar-section-full {
  flex-direction: unset;
}

.min-width-19rem {
  min-width: 19rem !important;
}

.message-board-heading {
  margin-top: 0.1875rem;
}

.message-board__circle {
  width: 4rem;
}

.message-board__content {
  width: calc(100% - 4rem);
}

.popover-text {
  color: black !important;
}

.editable-link-wrarpper {
  position: relative;
  margin-bottom: 0;
}

.message-board-error {
  color: red;
}

.event-home-content-block h1 {
  font-weight: 400;
}
.event-home-content-block .cke_editable {
  padding: 20px !important;
}

.scoreboards-pagination {
  margin: 20px 0 0 0;
}

.widget-content-wrapper {
  padding: 1.25rem !important;
}

.no-border {
  border: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0;
}

.sponsors-padding {
  padding: 20px 20px 20px 10px !important;
}

.white-background {
  background-color: #FFFFFF;
}

.color-white {
  color: #FFFFFF;
}

.height-2rem {
  height: 2rem;
}

.image-gallery-content--live {
  padding-top: 10px;
}

.team-members {
  margin-bottom: 0.8125rem;
}
.team-members__title {
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #000;
  padding-left: 1.25rem;
}

.team-members__dropdown {
  background: none;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  outline: none;
}
.team-members__dropdown--corporate-team {
  margin-top: 0.6875rem;
}

.team-members__separator {
  padding-bottom: 1.875rem;
}

.team-members__alignment {
  align-items: center;
  display: flex;
  background-color: #f7f7f7;
  padding-top: 1.5625rem;
  padding-bottom: 1.625rem;
  border-radius: 0.25rem;
}

.team-members__full-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5625rem;
  margin-left: 1.5625rem;
}

.team-members__raised-section {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.team-members__participant-name {
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-right: 0.3125rem;
}

.team-members__goal-text {
  font-size: 1rem;
  line-height: 1.6875rem;
  display: flex;
  justify-content: space-between;
}

.team-members__raised-overflow {
  padding-right: 0.2rem;
}

.team-members__pagination {
  display: flex !important;
  justify-content: center;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.team-members__pagination-bottom {
  padding-bottom: 0.3125rem;
}

.pagination > li:first-child > a {
  font-size: 1.5rem;
  margin: -0.5rem 0;
}

.pagination > li:last-child > a {
  font-size: 1.5rem;
  margin: -0.5rem 0;
}

.pagination-next > a, .pagination-prev > a {
  font-size: 1.5rem;
  margin: -0.5rem 0;
}

.pagination > li > a:hover {
  text-decoration: underline;
}

.pagination > .disabled > a {
  opacity: 0.5;
  background-color: transparent;
  cursor: not-allowed;
}

.dot {
  height: 0.625rem;
  width: 0.625rem;
  background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.25rem;
}

.dot-active {
  background-color: #9b9b9b;
}

.margin-right {
  margin-right: 0.9375rem;
}

.margin-right-1-25 {
  margin-right: 1.25rem;
}

.team-members-tabs .nav-link {
  color: black;
}
.team-members-tabs .nav-link.active {
  border: none !important;
  border-bottom: 0.25rem solid black !important;
  font-weight: bold;
}
.team-members-tabs li.active > .member-tab {
  border: none !important;
  border-bottom: 0.25rem solid #0077AD !important;
}
.team-members-tabs .nav-link {
  border-bottom: 0.25rem solid transparent;
}
.team-members-tabs .nav-link:hover {
  border-color: transparent !important;
  background-color: unset !important;
  border-bottom: 0.25rem solid #ECECEC !important;
}
.team-members-tabs .nav-link:focus {
  background: none;
}
.team-members-tabs .nav-link.active {
  cursor: default;
}
.team-members-tabs .nav-link.active:hover {
  border: none !important;
  border-bottom: 0.25rem solid black !important;
  font-weight: bold;
}
.team-members-tabs .nav-link.active:focus {
  background: none;
}

.margin-right-100 {
  margin-right: 100%;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.fundraiser-results {
  margin: 1.5625rem 0 3.125rem 0;
  border: 0.0625rem solid #ddd;
  border-radius: 0.3125rem;
}
.fundraiser-results__heading {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0.6875rem 1rem;
  align-items: center;
}
.fundraiser-results__heading-text {
  vertical-align: middle;
  margin: 0.3rem 0 0px 0.625rem;
  display: inline-block;
  min-width: 8rem;
  word-wrap: break-word;
  white-space: normal;
  position: relative;
  padding: 0;
  max-width: 100%;
}
.fundraiser-results__heading-text--error {
  outline: 1px solid #e61713;
}
.fundraiser-results__heading-text--error:focus, .fundraiser-results__heading-text--error:hover {
  outline: 1px solid #e61713;
}
.fundraiser-results__heading--editable {
  position: relative;
  line-height: normal;
  width: 90%;
}
.fundraiser-results__see-more-link {
  background-color: #fff;
  text-align: center;
  line-height: 3.125rem;
  padding: 0 0.9375rem;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fundraiser-results__see-more-link--a {
  text-decoration: none !important;
  font-weight: 600;
}
.fundraiser-results__content {
  padding: 0.6875rem 1rem 1.625rem 0.875rem;
}

.search-results__container {
  margin-top: -1rem;
}

.fundraiser-summary {
  align-items: center;
  display: flex;
}
.fundraiser-summary__affiliated-team {
  font-size: 0.75rem;
  text-decoration: none !important;
  line-height: 1rem;
}
.fundraiser-summary__button {
  height: 2.25rem;
  float: right;
  line-height: normal;
  position: relative;
}
.fundraiser-summary__button--join {
  margin-left: 0;
}
.fundraiser-summary__button--join--fr {
  min-width: 9rem !important;
  font-size: 0.75rem !important;
  padding: 0.6875rem 0 !important;
}
.fundraiser-summary__button--donate {
  margin-left: 0.8125rem;
}
.fundraiser-summary__button--donate--fr {
  font-size: 0.75rem !important;
  padding: 0.6875rem 0 !important;
}
.fundraiser-summary__button--editable {
  margin: 0;
  cursor: text;
  padding: 0;
  min-width: 2.9rem !important;
}
.fundraiser-summary__button p {
  line-height: inherit !important;
  font-size: 0.875rem !important;
}
.fundraiser-summary__initials {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8125rem;
}
.fundraiser-summary__full-name {
  font-weight: 600;
}
.fundraiser-summary__amount {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5rem;
}
.fundraiser-summary__info {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 0.625rem;
}
.fundraiser-summary__team-info {
  padding-right: 0.875rem;
}

.summary-item .fundraiser-summary {
  align-items: center;
  display: flex;
  padding-bottom: 1.6875rem;
}
.summary-item:last-child .fundraiser-summary {
  align-items: center;
  display: flex;
  padding-bottom: 0;
}

.team-icon {
  margin: 0.5rem 0.0625rem 0 0;
  font-size: 1.1rem;
}
.team-icon-container {
  height: 2.0625rem;
  width: 2.0625rem;
  float: left;
  border-radius: 100%;
  text-align: center;
}
.team-icon::before {
  vertical-align: middle;
}

.individual-icon {
  margin-top: 0.25rem;
  font-size: 1.26rem;
}
.individual-icon-container {
  height: 2.0625rem;
  width: 2.0625rem;
  float: left;
  border-radius: 100%;
  text-align: center;
}
.individual-icon::before {
  vertical-align: middle;
}

.search-page {
  background-color: white;
}
.search-page__content-page {
  width: 83.33% !important;
}

.search-page__heading {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.search-page__searchBox {
  height: 2.5rem;
}

.search-page__container-filters {
  padding: 0 1.5rem;
}

.fundraiser-filter {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.fundraiser-filter__form {
  float: right;
  text-align: right;
  width: 100%;
}
.fundraiser-filter__list {
  margin-bottom: 1.5rem;
  width: 100%;
  display: flex;
}
.fundraiser-filter__list__option {
  color: #000 !important;
  font-size: 1rem;
  padding: 0;
  line-height: 2rem !important;
  outline: none !important;
  text-decoration: none !important;
  margin-top: 2rem;
  margin-right: 0.3125rem;
  text-align: left;
  float: left;
  white-space: normal;
  font-weight: normal !important;
}
.fundraiser-filter__list__option:hover {
  cursor: pointer;
}
.fundraiser-filter__list__option--active {
  font-weight: bold !important;
}
.fundraiser-filter__select {
  max-width: 9.375rem;
}
.fundraiser-filter__select--arrow {
  margin: 0.25rem 0 0 8rem !important;
}
.fundraiser-filter .location-filter {
  padding-right: 0;
}

.locations-list__container {
  position: relative;
}
.locations-list__label {
  font-weight: normal;
  float: right;
  margin-left: 1rem;
}
.locations-list__select {
  font-size: 0.75rem;
  font-weight: 600;
  float: right;
  height: 2rem;
  width: 12.5rem;
  padding: 0.25rem 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.5rem;
}
.locations-list__select--arrow {
  position: absolute;
  margin: 0.25rem 0 0 11rem;
  pointer-events: none;
}
.locations-list__item {
  border: 1px solid #ced4da;
  padding: 0.75rem 2.625rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  cursor: pointer;
}
.locations-list__item__name, .locations-list__item__date {
  flex: 1;
}
.locations-list__heading {
  margin-bottom: 1.75rem;
}

.cropper-modal__header {
  margin: 1.5rem;
}
.cropper-modal__footer {
  margin: 1.5rem;
  text-align: right;
}
.cropper-modal__title {
  font-size: 1.5rem;
}
.cropper-modal__close {
  height: 1.375rem;
  width: 1.375rem;
  font-size: 2.125rem;
  margin-top: -0.25rem;
}

.expiration-modal {
  color: #4A4A4A;
  z-index: 99999;
}
.expiration-modal__body {
  padding: 0.25rem 1.5rem 1.5rem 1.5rem;
}
.expiration-modal__heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.expiration-modal__message {
  font-size: 0.875rem;
  margin-bottom: 3.125rem;
}
.expiration-modal__buttons--continue {
  float: right;
  background-color: #0077ad;
  min-width: 8.8125rem;
  height: 2.25rem;
  color: #fff;
  font-weight: 600;
}
.expiration-modal__buttons--logout {
  float: right;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #0077AD;
  min-width: 5.875rem;
  height: 2.25rem;
  margin-right: 1.5rem;
  border: 1px solid #006b9b;
}

.search-heading__wrapper {
  position: relative;
}
.search-heading--error {
  outline: 1px solid #e61713;
}

.fundraising-results__pagination-mobile {
  display: none;
}

.search-widget__wrapper {
  padding: 1.25rem;
}
.search-widget__wrapper .dropdown-menu {
  width: 100%;
  margin: 0px;
  max-height: 20.625rem;
  overflow-y: auto;
  padding: 0;
}

.no-results {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.0625rem solid #979797;
  min-height: 15rem;
  margin-bottom: 5.125rem;
}
.no-results__container {
  max-width: 100%;
  word-break: break-word;
}

.no-results__heading {
  font-size: 1.625rem;
  line-height: 2.5625rem;
}

.no-results__subheading {
  font-size: 1rem;
  line-height: 1.75rem;
}

.no-results__mobile-pagination {
  margin-bottom: 1.25rem;
}

.no-results-container {
  margin-top: 4.1875rem;
}

.no-underline:hover {
  text-decoration: none;
  color: inherit;
}

.fundraiser-user-icon {
  display: flex;
  margin: 0.3125rem 0;
}

.location-icon {
  margin: 0.3125rem 0;
}

.search-list-option {
  display: block;
}
.search-list-option__padding {
  padding: 0 0.9375rem !important;
}

.fundraising-hub__menu {
  padding: 0;
  width: 18.75rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
.fundraising-hub__menu__navbar {
  height: 100%;
  top: 0;
  width: 100%;
  padding: 2.5rem 0 0 1.875rem;
}
.fundraising-hub__menu__navbar__container-texts {
  list-style-type: none;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-left: 2rem;
  padding-top: 0.125rem;
}
.fundraising-hub__menu__navbar__container__logo {
  position: relative;
  margin-right: 1.875rem;
}
.fundraising-hub__menu__navbar__container__logo--image {
  max-width: 100%;
  height: auto;
}
.fundraising-hub__menu__navbar__container__user {
  display: flex;
  margin: 4.0625rem 0 4.75rem 0.4375rem;
}
.fundraising-hub__menu__navbar__container__user-icon--desktop {
  display: inline-block;
}
.fundraising-hub__menu__navbar__container__user-icon--mobile {
  display: none;
}
.fundraising-hub__menu__navbar__container__user-image {
  width: 4.1875rem;
  height: 4.1875rem;
}
.fundraising-hub__menu__navbar__container__user-text {
  display: inline-block;
  margin-left: 1.1875rem;
  margin-top: 0.125rem;
  font-size: 1rem;
}
.fundraising-hub__menu__navbar__container__user-text a {
  margin-left: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.fundraising-hub__menu__navbar__container__user-text--name {
  font-weight: bold;
  display: inline;
}
.fundraising-hub__menu__navbar__container__user-text--link {
  margin-top: 0.375rem;
}
.fundraising-hub__menu__navbar__container__list {
  margin-top: 4.75rem;
  margin-left: 1.125rem;
}
.fundraising-hub__menu__navbar__container__list__icon {
  height: 1.625rem;
  width: 1.625rem;
}
.fundraising-hub__menu__navbar__container__list__item {
  margin-top: 1.625rem;
  display: flex;
}
.fundraising-hub__menu__navbar__container__list__container-icon {
  font-size: 1.375rem;
}
.fundraising-hub__menu__navbar__logout {
  top: 100%;
  position: sticky;
  bottom: 0;
  display: flex;
  width: 18.75rem;
  padding-top: 1.25rem;
  justify-content: center;
  margin-left: -1.875rem;
}
.fundraising-hub__menu__navbar__logout-texts {
  list-style-type: none;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1.9375rem;
  cursor: pointer;
}
.fundraising-hub__page {
  padding: 5rem;
}
.fundraising-hub__page__content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.fundraising-hub__page__container {
  margin-left: 18.75rem;
  width: calc(100% - 18.75rem);
  padding: 0;
}
.fundraising-hub__page__container__body {
  flex-grow: 1;
  padding: 1.875rem;
  background-color: #EDEDED;
}
.fundraising-hub__footer {
  width: 100%;
  min-height: 4.0625rem;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
}
.fundraising-hub__message {
  display: flex;
  width: 100%;
  margin: 0 0 1.4375rem 0;
  justify-content: space-between;
  align-items: flex-end;
}
.fundraising-hub__button-group {
  display: inline-block;
  position: relative;
}
.fundraising-hub__button {
  min-width: 5.875rem;
  font-weight: 600;
  font-size: 0.875rem;
  outline: none !important;
}
.fundraising-hub__button:last-child {
  margin-left: 0.75rem;
}
.fundraising-hub__share {
  width: 100%;
  margin-top: 3.375rem;
}
.fundraising-hub__share__copy-button {
  width: 8.25rem;
  background-color: #D8D8D8;
  color: black !important;
  cursor: pointer;
  padding-top: 0.4375rem;
}
.fundraising-hub__share__link-input {
  background-color: #FFF;
  width: 30.8125rem;
  color: black !important;
}

.fundraiser-wrapper {
  position: relative;
}

.login--background {
  background-color: #EDEDED;
  padding-top: 4.4375rem;
}

.login__page {
  margin: 0 auto 13.5rem auto;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  padding-top: 3.125rem;
  max-width: 35%;
  height: auto;
}

.login__container-buttons {
  display: flex;
  padding-bottom: 4.375rem;
}

.login__form {
  max-width: 28.875rem;
  margin: auto;
  padding: 0 0.625rem;
}

.login__form_subscription {
  max-width: 30.5rem;
  margin: auto;
  padding: 0 0.625rem;
}

.login__form-modal {
  max-width: 28.875rem;
  margin: auto;
  padding: 2.25rem 1.875rem;
}

.login__title {
  text-align: center;
  min-height: 1.875rem;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  margin-top: 0;
}

.login__label {
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

.login__input {
  height: 2.25rem;
  width: 100%;
  border-radius: 0.125rem;
  border: 0.0625rem solid #CBCBCB;
  text-indent: 0.5rem;
}

.login__username {
  margin-bottom: 1.3125rem;
}

.login__password {
  margin-bottom: 0.75rem;
}

.login__checkbox::before {
  margin-left: -1.2rem;
  border: 0.125rem solid #4A4A4A !important;
}

.login__keep {
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem !important;
  padding-left: 0.5rem !important;
}

.login__login-button {
  height: 2.25rem;
  min-width: 5.875rem;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}

.login__login-button-modal {
  height: 2.25rem;
  min-width: 5.875rem;
  font-size: 0.875rem;
}

.login__forgot {
  height: 1.125rem;
  line-height: 1.125rem;
  font-size: 0.8125rem;
  margin: 0 0 2.8125rem 0;
  cursor: pointer;
}

.login__alt-login {
  height: 2.5rem;
  width: 13.125rem;
  border-radius: 0.125rem;
  box-shadow: 0 2px 0.125rem 0 rgba(0, 0, 0, 0.24);
}

.login__fb {
  background-color: #3B5998;
  margin-right: 1.375rem;
  cursor: pointer;
  position: relative;
}

.login__gm {
  border: 0.0625rem solid #E6E6E6;
  background-color: white;
  cursor: pointer;
}

.login__icon {
  width: 1.7rem;
  position: absolute;
  top: 0.45rem;
  left: 0.25rem;
}

.login__icon-gm {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 1rem 0 0.6875rem;
}

.login__fb-text {
  height: 1.1875rem;
  line-height: 1.1875rem;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 0.875rem;
  letter-spacing: 0.01375rem;
  display: inline-block;
  margin-top: 0.6875rem;
  width: 100%;
  text-align: center;
  padding-left: 0.75rem;
}

.login__gm-text {
  height: 1.1875rem;
  color: rgba(0, 0, 0, 0.54);
  font-family: Roboto;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.22px;
  display: inline-block;
  margin-top: 0.625rem;
}

.login__fr {
  margin-left: -0.625rem;
}

.login__error {
  max-width: 28.5625rem;
  height: 6.4375rem;
  margin: -0.625rem auto 1.875rem auto;
  padding: 0 0.625rem;
}

.login__error-box {
  height: 6.4375rem;
  vertical-align: middle;
  border-radius: 0.25rem;
  background-color: rgba(208, 2, 27, 0.2);
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.login--error {
  color: red;
  font-size: 0.875rem;
}

.icon-tooltip {
  display: none;
}

.hub-heading {
  margin: 0;
}

.hub-message {
  margin: 0;
  width: 70%;
}

.close-privacy {
  position: fixed;
  right: -2.5rem;
}

.scoreboard-card {
  margin-bottom: 1.3125rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(218, 218, 218, 0.5);
}

.image-icon--tm {
  width: 5rem;
  height: 5rem;
}
.image-icon--ml {
  width: 4.3125rem;
  height: 4.3125rem;
}

.uib-typeahead-match .search-widget__see-more {
  display: none;
}
.uib-typeahead-match:last-child .search-widget__see-more {
  font-weight: 600;
  height: 1.5625rem;
  background-color: inherit !important;
  text-align: center;
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 0.5rem;
}

.hub-break {
  width: 100%;
  margin-bottom: 0.9375rem;
}

.hub-margin--outer {
  padding: 2%;
}

.hub-margin--inner {
  padding: 4%;
}

.cash-and-checks__table {
  margin-bottom: 0.625rem;
}
.cash-and-checks__header {
  padding-bottom: 1.375rem;
}
.cash-and-checks__header--no-donations {
  border-bottom: 0.0625rem solid #979797;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.cash-and-checks__headings {
  display: inline-block;
}
.cash-and-checks__headings--main {
  margin: 0 0 0.3125rem;
  font-weight: bolder;
  font-size: 1.75rem;
}
.cash-and-checks__headings--instructions {
  font-size: 0.875rem;
  margin: 0;
}
.cash-and-checks__button {
  outline: none !important;
}
.cash-and-checks__button--export-csv, .cash-and-checks__button--add-donation {
  height: 2.25rem;
  min-width: 8rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.cash-and-checks--no-donations {
  text-align: center;
}
.cash-and-checks--no-donations__text {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
.cash-and-checks__sub-heading {
  font-size: 1.25rem;
  color: #4a4a4a;
  margin-bottom: 0.875rem;
  line-height: 1.6875;
}
.cash-and-checks__table-row {
  display: grid;
  grid-template-columns: 2.5rem 45% 20% 15% 1fr;
  width: 100%;
}
.cash-and-checks__table-row:hover, .cash-and-checks__table-row--selected {
  background-color: #ececec !important;
}
.cash-and-checks__table-row--paid {
  grid-template-columns: calc(45% + 2.5rem) 20% 15% 1fr;
}
.cash-and-checks__table-row--paid:hover {
  background-color: #fff !important;
  pointer-events: none;
}
.cash-and-checks__table-row--clickable {
  pointer-events: all;
}
.cash-and-checks__table-row--clickable:hover {
  background-color: #ececec !important;
}
.cash-and-checks__table-row--headings {
  background-color: #ececec;
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 2.5rem 45% 20% 15% 1fr;
  width: 100%;
  border-bottom: 0.0625rem solid #808285;
}
.cash-and-checks__table-row--headings:hover {
  background-color: #ececec !important;
}
.cash-and-checks__table-row--headings--paid {
  grid-template-columns: calc(45% + 2.5rem) 20% 15% 1fr;
}
.cash-and-checks__table-row__checkbox--label::before {
  margin-top: 0.215rem;
  border-radius: 0.125rem !important;
  height: 1.167rem !important;
}
.cash-and-checks__table-row__checkbox--label--some-selected::after {
  font-family: "FontAwesome";
  content: "\f068";
  color: #fff !important;
  margin-top: 0.2rem;
}
.cash-and-checks__table-row__checkbox input[type=checkbox]:checked + label::after {
  margin-top: 0.25rem;
}
.cash-and-checks__table-row__heading {
  padding: 0.61rem !important;
  line-height: 1rem !important;
  vertical-align: middle !important;
  border-top: none !important;
}
.cash-and-checks__table-row__heading--checkbox {
  width: 2.5rem;
  padding: 0.375rem !important;
}
.cash-and-checks__table-row__heading--checkbox .cash-and-checks__table-row__checkbox--label:before {
  margin-top: 0.135rem;
}
.cash-and-checks__table-row__heading--checkbox input[type=checkbox]:checked + label::after {
  margin-top: 0.2rem;
}
.cash-and-checks__table-row__heading--name {
  width: 41%;
}
.cash-and-checks__table-row__heading--donation {
  text-align: right;
}
.cash-and-checks__table-row__record {
  padding: 0.4375rem 0.6185rem !important;
  outline: none !important;
  pointer-events: all;
  border-bottom: 0.0625rem solid #ddd;
  border-top: none !important;
}
.cash-and-checks__table-row__record--name {
  margin: 0;
  max-width: 35vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cash-and-checks__table-row__record--donation {
  text-align: right;
}
.cash-and-checks__table-row__record--mobile {
  display: none;
}
.cash-and-checks__table-row__record--checkbox {
  width: 2.5rem;
  padding: 0.375rem !important;
}
.cash-and-checks__table-row__record--paid {
  pointer-events: none;
}
.cash-and-checks__grand-total {
  text-align: right;
  font-size: 1.25rem;
  font-weight: bold;
  color: #4a4a4a;
  margin: 0.3125rem 0 0 0;
}

.main-block-ui {
  min-height: 100%;
}
.main-block-ui .block-ui-container {
  z-index: 200000;
  position: fixed;
}

.custom-questions-block-ui {
  min-height: 100%;
}
.custom-questions-block-ui .block-ui-container {
  z-index: 200020;
}

.auth-card {
  padding-bottom: 4.125rem;
}
.auth-card--title {
  text-align: unset;
  margin-bottom: 0;
}
.auth-card--title-newPassword {
  text-align: unset;
  margin-bottom: 1rem;
}
.auth-card-red-text {
  color: red;
}
.auth-card-red-input {
  border-color: red;
}
.auth-card-success {
  color: #A3CD3B;
}
.auth-card__container-rules {
  margin-bottom: 1.625rem;
}
.auth-card--subtitle {
  margin-bottom: 1rem;
}
.auth-card__continer-login {
  margin-top: 1.3125rem;
}
.auth-card__container-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 2.875rem;
}
.auth-card__icon-circle {
  width: 7.5625rem;
  height: 7.5625rem;
  border: solid #A3CD3B;
  border-radius: 7.5625rem;
  display: flex;
  justify-content: center;
  font-size: 2.4375rem;
}

.profile__info {
  display: flex;
}

.profile__heading {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 1.875rem;
  margin-top: 0;
}

.profile__picture {
  height: 8.75rem;
  width: 8.75rem;
  margin-bottom: 3.1875rem;
}

.profile__label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
}

.profile__element {
  height: 2.25rem;
  border: 0.0625rem solid #C8C8C8;
  border-radius: 0.125rem;
  background-color: #FFFFFF;
  padding: 0 0.5rem;
}

.profile__element-dropdown {
  padding-right: 1.875rem;
}

.profile__save-btn {
  height: 2.25rem;
  font-size: 0.875rem;
}

.profile__info-row {
  margin-bottom: 2.9375rem;
}

.profile__job-row {
  margin-bottom: 2.25rem;
}

.profile__address-row {
  margin-bottom: 2.375rem;
}

.profile__province-row {
  margin-bottom: 2.4375rem;
}

.profile__toggle {
  margin-bottom: 2rem;
}
.profile__toggle__button {
  height: 2.875rem;
  width: 8.3125rem;
}

.profile__section-title {
  margin-right: 1.3125rem;
}

.profile__title {
  width: 5.4375rem;
}

.profile__first-name {
  width: 12.25rem;
}

.profile__section-middle-name {
  margin-left: 0.9375rem;
}

.profile__middle-name {
  width: 6.4375rem;
}

.profile__section-last-name {
  margin-left: 1rem;
}

.profile__last-name {
  width: 12.25rem;
}

.profile__job {
  width: 19.375rem;
  margin-right: 1rem;
}

.profile__company {
  width: 19.375rem;
}

.profile__address {
  width: 24.5rem;
}

.profile__section-city {
  margin-left: 1.25rem;
}

.profile__city {
  width: 14rem;
}

.profile__state {
  width: 17.8125rem;
}

.profile__section-country {
  margin-left: 0.875rem;
}

.profile__country {
  width: 9.25rem;
}

.profile__section-postal {
  margin-left: 1.0625rem;
}

.profile__postal {
  width: 10.625rem;
}

.profile__email {
  width: 19.125rem;
}

.profile__section-phone {
  margin-left: 1.5625rem;
}

.profile__phone {
  width: 19rem;
}

.profile__language {
  width: 39.6875rem;
}

.profile--required {
  color: red;
}

.profile__angle-down {
  font-size: 1.3125rem;
  font-weight: bold;
}

.margin-bottom-checkbox {
  margin-bottom: 1.25rem;
}

.affiliate {
  margin-bottom: 1.5625rem;
}
.affiliate__corporate {
  display: grid;
}
.affiliate__corporate--label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.affiliate__corporate--select {
  padding: 0;
  margin-top: 0.625rem;
}

.affiliate__sub-heading {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.25rem;
}

.permission-question-team {
  display: inline-flex;
}

.permission-question {
  margin-bottom: 2.375rem;
}

.button-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.donor-information__field {
  position: relative;
  padding: 0 0.625rem;
  float: left;
}
.donor-information__field--name {
  width: 28.33%;
}
.donor-information__field--name:first-child {
  width: 15%;
}
.donor-information__field--newname {
  width: 42.33%;
}
.donor-information__field--newname:first-child {
  width: 15%;
}
.donor-information__field--newpanorama {
  width: 49.73%;
}
.donor-information__field--address {
  width: 45%;
}
.donor-information__field--address:first-child {
  width: 55%;
}
.donor-information__field--country:first-child {
  padding-left: 0;
}
.donor-information__field--country:last-child {
  padding-right: 0;
}
.donor-information__field--contact, .donor-information__field--work {
  width: 50%;
}
.donor-information__field--language-preference {
  width: 100%;
  padding: 0 !important;
}
.donor-information__field:first-child {
  padding: 0 0.625rem 0 0;
}
.donor-information__field:last-child {
  padding: 0 0 0 0.625rem;
}
.donor-information__field__input, .donor-information__field__select {
  height: 2.25rem;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.donor-information__field__input {
  padding: 0.375rem 0.75rem !important;
}
.donor-information__field__select {
  padding-right: 1.7rem;
}
.donor-information__field__error-message {
  position: relative;
  font-size: 0.875rem;
  color: #a94442;
}
.donor-information__field__select-label {
  line-height: 2;
  margin-right: 0.5rem;
}
.donor-information__toggle--home-work {
  margin: 1.25rem 0 0 0;
}
.donor-information__row {
  margin-top: 1.25rem;
}

.required-symbol {
  color: #ff0000 !important;
  font-weight: 700;
}

.add-donation-modal {
  padding: 0 !important;
}
.add-donation-modal__close {
  position: absolute;
  right: -1.5rem;
  color: #fff;
  font-size: 1.5rem;
  outline: none !important;
  line-height: 1rem;
  height: auto;
}
.add-donation-modal__close-mobile {
  font-size: 2em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.add-donation-modal__container .modal-lg {
  width: 50rem;
}
.add-donation-modal__header {
  padding: 2.25rem 2.25rem 1.5rem 2.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2509803922);
  position: relative;
}
.add-donation-modal__header__heading {
  font-size: 1.625rem;
  font-weight: bold;
  color: #4a4a4a;
  margin: 0;
}
.add-donation-modal__body {
  padding: 1rem 2.25rem 2.25rem 2.25rem;
}
.add-donation-modal__body .offline-donation-type-toggle {
  font-size: 0.8125rem;
  margin: 0 0 0.5rem 0;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
}
.add-donation-modal__body .offline-donation-type-toggle__label {
  font-size: 0.8125rem;
  margin: 0 0 0.5rem 0;
}
.add-donation-modal__body .offline-donation-type-toggle__button {
  font-size: 0.8425rem;
  height: 2.875rem;
  min-width: 10.0625rem;
  padding: 0.625rem 0.5rem;
}
.add-donation-modal__body .offline-donation-amount {
  position: relative;
  display: inline-block;
  margin: 0 0 0 3.75rem;
  float: left;
}
.add-donation-modal__body .offline-donation-amount__input-wrapper {
  max-width: 8rem;
}
.add-donation-modal__body .offline-donation-amount__input {
  height: 2.25rem;
  width: 8rem;
}
.add-donation-modal__body .offline-donation-amount__checkbox {
  margin: 1.125rem 0 0 0.125rem;
  color: #000 !important;
}
.add-donation-modal__body .offline-donation-amount__checkbox input[type=checkbox]:checked + label::after {
  margin-top: 0.032rem;
}
.add-donation-modal__body .offline-donation-amount__checkbox__text {
  margin: -1.6rem 0 0.625rem 0;
}
.add-donation-modal__body .offline-donation-amount__error-message {
  max-width: 18rem;
  font-size: 0.875rem;
  white-space: normal;
}
.add-donation-modal__body .offline-donor-information {
  display: inline-block;
  margin-top: 2rem;
  width: 100%;
}
.add-donation-modal__body .offline-donor-permission-questions {
  margin: 1.25rem 0 1.25rem 0.25rem;
  display: inline-block;
}
.add-donation-modal__lump-sum-note {
  margin: 0 0 1.25rem 0;
}
.add-donation-modal__lump-sum-note__text {
  color: #4a4a4a;
  font-size: 0.875rem;
}
.add-donation-modal__lump-sum-name {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.add-donation-modal__lump-sum-name__label {
  margin-top: 2.5rem;
}
.add-donation-modal__lump-sum-name__input-wrapper {
  margin-bottom: 0.625rem;
  width: auto;
}
.add-donation-modal__lump-sum-name__place-text {
  padding: 0 0.875rem;
  font-size: 0.875rem;
  color: transparent;
  user-select: none;
}

.pay-donation-modal {
  margin: 1.375rem 0;
}
.pay-donation-modal__modal-body {
  position: relative;
  padding: 1rem 1.625rem 1.625rem 1.625rem;
}
.pay-donation-modal__table-style {
  margin-bottom: 0.9475rem;
}
.pay-donation-modal__open-modal-button {
  height: 2.25rem;
  width: 5.0625rem;
}
.pay-donation-modal__calculete-style {
  margin: 0 0 1.0625rem 0.625rem;
}
.pay-donation-modal__calculete-style--calculate-div {
  margin-top: 0;
}
.pay-donation-modal__calculete-style--total-div {
  margin-top: 0.8225rem;
  text-align: right;
}
.pay-donation-modal__close {
  position: absolute;
  top: 0;
  right: -1.5rem;
  color: #fff;
  font-size: 1.5rem;
  outline: none !important;
  line-height: 1rem;
  height: auto;
}
.pay-donation-modal__border-table {
  border-top: none !important;
  border-bottom: 0.1rem solid #ddd;
}
.pay-donation-modal__border-table--col-last {
  vertical-align: middle !important;
  text-align: right;
  margin-right: 1.3125rem;
}
.pay-donation-modal__total-style {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6875rem !important;
  text-align: right;
}
.pay-donation-modal__pay-button {
  z-index: 1;
  font-size: 0.875rem;
  font-weight: 600;
  float: right;
  position: relative;
  margin-top: 1.75rem;
}
.pay-donation-modal__pay-button--button {
  display: block;
  height: 2.25rem;
  width: 5.875rem;
  float: right;
}
.pay-donation-modal__pay-button--cancel {
  display: none;
}
.pay-donation-modal__pay-button--span {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.0625rem;
  margin: 0;
}
.pay-donation-modal__pay-button__group {
  height: 2.25rem;
  margin-bottom: 0.675rem;
}

.permission-questions__display-name {
  margin: 0 0 1rem 0.625rem;
  width: 8rem;
}
.permission-questions__input-label {
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
.permission-questions__error-message {
  position: relative;
  font-size: 0.875rem;
  width: 15rem;
}
.permission-questions__checkbox-label {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.permission-questions__checkbox-label--security {
  font-weight: 500;
}
.permission-questions__check-option {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
.permission-questions__check-option--cover-fee {
  margin-top: 1.1rem;
}

.profile-facebook-connect {
  display: flex;
  align-items: center;
}
.profile-facebook-connect__container {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.profile-facebook-connect__icon {
  width: 1.5rem;
  height: auto;
}
.profile-facebook-connected {
  display: flex;
  margin: 1rem 0 1.5rem 0;
}
.profile-facebook-connected__text {
  margin-top: 0.2rem;
  font-weight: bold;
  outline: none;
  cursor: default;
}
.profile-facebook-link {
  margin-top: 0.5rem;
  display: block;
}
.profile-facebook-link--disconnected {
  margin: 0;
}

.profile-google {
  margin-top: 1.5rem;
}
.profile-google-connect {
  display: flex;
  align-items: center;
}
.profile-google-connect__container {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.profile-google-connect__icon {
  width: 1.5rem;
  height: auto;
  margin-right: 1.3rem;
  position: static;
}
.profile-google-connected {
  display: flex;
  align-items: flex-start;
}
.profile-google-connected__text {
  margin-top: 0.2rem;
  font-weight: bold;
  outline: none;
  cursor: default;
}
.profile-google-link {
  cursor: pointer;
}

.update-password {
  margin-bottom: 1.25rem;
}
.update-password__title {
  margin: 2.6875rem 0 0.6875rem 0;
}

.update-password__error {
  padding-top: 1.25rem;
}

.payment-information {
  padding: 0;
}
.payment-information__heading {
  margin: 1.25rem 0;
}
.payment-information__heading--checkout {
  display: inline-block;
  width: 100%;
}
.payment-information__field {
  position: relative;
  float: left;
  margin-bottom: 1.25rem;
}
.payment-information__field--card-type {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.3rem;
}
.payment-information__field--cardholder-name {
  width: 100%;
  padding: 0;
}
.payment-information__field--card-number {
  width: 70%;
  padding: 0 0.625rem 0 0;
}
.payment-information__field--card-number__input-wrapper {
  margin-bottom: 0.2rem;
}
.payment-information__field--cvv {
  width: 30%;
  padding: 0 0 0 0.625rem;
}
.payment-information__field--expiration {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  z-index: 5;
}
.payment-information__field--expiration--month {
  width: 25%;
  padding-right: 0.625rem;
  float: left;
}
.payment-information__field--expiration--year {
  width: 25%;
  padding-left: 0.625rem;
  float: left;
}
.payment-information__field--expiration__label {
  white-space: nowrap;
  font-size: 1.25rem;
}
.payment-information__field__error-message {
  position: relative;
  font-size: 0.875rem;
}
.payment-information__field-group {
  width: 100%;
  display: inline-block;
}
.payment-information__recaptcha {
  display: inline-block;
  position: relative;
  margin-top: 0.3125rem;
}

.dashboard-container {
  padding: 0.5rem 4% 0 4%;
  margin-left: 0;
  margin-right: 0;
}

.teams-details {
  padding: 1.25rem !important;
}
.teams-details--heading {
  padding-bottom: 0.75rem !important;
}
.teams-details h2 {
  font-size: 1.625rem;
  outline: none;
  cursor: pointer !important;
}
.teams-details--default-text {
  max-width: 72%;
  margin: 0;
}
.teams-details__captain-container--no-goal {
  padding-top: 1.625rem !important;
}
.teams-details__captain-container--goal {
  padding-top: 2.625rem;
}
.teams-details__captain-container--report {
  margin-bottom: 1.25rem !important;
}
.teams-details__captain-container--report img {
  margin-top: -0.375rem;
  margin-left: 0.3125rem;
}
.teams-details__member-container {
  padding-top: 1.75rem;
}
.teams-details__member-container--icon {
  position: absolute;
  margin: 0.15rem 0 0 0.5rem;
}

.self-sponsor-modal__modal-header {
  padding: 1.625rem 1.625rem 0.625rem 1.625rem;
  border: none;
}
.self-sponsor-modal__field {
  position: relative;
  float: left;
  margin-bottom: 1.75rem;
}
.self-sponsor-modal__field--name {
  width: 60%;
  padding: 0;
}
.self-sponsor-modal__field--name__input {
  background-color: #fff !important;
}
.self-sponsor-modal__permission-questions {
  margin: 0.75rem 0 0 0.1875rem;
}
.self-sponsor-modal__permission-questions--fee {
  margin: 0 1.75rem 0 0.1875rem;
}

.suggested-amounts__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.suggested-amounts__btn-container {
  width: 100%;
}
.suggested-amounts__btn-group {
  display: inline-grid;
  grid-template-columns: repeat(4, 25%);
  width: 70%;
}
.suggested-amounts__btn {
  width: 100%;
  transition: none;
}

.clearfix {
  display: none;
}

.processing-container {
  display: flex;
}

@keyframes hide-tool {
  0% {
    transform: translateX(100%);
    transform-origin: left;
  }
  100% {
    transform: translateX(0);
    transform-origin: right;
  }
}
@keyframes hide-select {
  0% {
    transform: translateX(1000%);
    transform-origin: left;
  }
  100% {
    transform: translateX(0);
    transform-origin: right;
  }
}
.coaching-tips__header {
  margin-bottom: 2.96875rem;
}
.coaching-tips__header--circle {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.375rem;
  border-radius: 100%;
}
.coaching-tips__header--inactive {
  background-color: #d8d8d8;
}
.coaching-tips__content-center {
  display: flex;
  justify-content: center;
}
.coaching-tips__body {
  display: block;
}
.coaching-tips__body--circle-child {
  height: 6.3125rem;
  width: 6.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: auto auto 2.34375rem auto;
}
.coaching-tips__body--child-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  margin-bottom: 0.8125rem;
  text-align: center;
}
.coaching-tips__body--description {
  line-height: 1.5625rem;
  margin-bottom: 1.375rem;
}
.coaching-tips__body--description-content {
  width: 30.5rem;
  text-align: center;
  font-size: 1rem;
}
.coaching-tips__body--checkbox {
  font-size: 0.875rem;
  margin: 0 0 1.1875rem 0;
}
.coaching-tips__body--action {
  height: 2.25rem;
  min-width: 5.875rem;
  margin-right: 0.6875rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  outline: none;
}
.coaching-tips__svg-styles {
  width: 2.0625rem;
  height: 2.0625rem;
}

.processing-date__input-addon {
  border-radius: inherit;
}

.donation-type__toggle {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.donation-monthly-settings {
  margin-top: 0.625rem;
}

.donation-amounts__amount-input {
  border-radius: 0 !important;
}
.donation-amounts__amount-input--disabled {
  background-color: transparent !important;
}
.donation-amounts__amount-input__error-icon {
  top: 0.3rem;
}

.font-size-1rem {
  font-size: 1rem;
}

.dashboard-results__goal-align {
  display: flex;
  justify-content: flex-end;
}
.dashboard-results__goal-input {
  border: 0.0625rem solid black;
  margin-bottom: 0.6875rem;
  padding-left: 0.3125rem;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dashboard-results__disable-goal {
  pointer-events: none;
}
.dashboard-results__left-sign {
  margin-bottom: 0;
  margin-right: 1rem;
}
.dashboard-results__right-sign {
  margin-bottom: 0;
  margin-left: 1rem;
}

.input-error {
  border-color: #D0021B;
}

.error-text {
  color: #D0021B;
}

.dashboard-results {
  padding: 0 0.3125rem 0 0.9375rem;
}
.dashboard-results__cards {
  display: flex;
  padding-top: 2.625rem;
}
.dashboard-results__individual-card {
  background-color: #EEEEEE;
  border: 0.0625rem solid #D0D0D0;
  min-height: 5.5625rem;
  padding: 0 1.125rem;
}
.dashboard-results__individual-card:nth-last-child(n+2) {
  margin-right: 1.6875rem;
}
.dashboard-results__individual-card:first-child {
  padding-left: 0.875rem;
}
.dashboard-results__individual-card--donations {
  width: 25%;
}
.dashboard-results__individual-card--average {
  width: 35%;
}
.dashboard-results__individual-card--event {
  width: 40%;
}
.dashboard-results__individual-card__title {
  font-size: 150%;
  font-family: "Open Sans";
  font-weight: bold;
  margin-top: 0.625rem;
}
.dashboard-results__individual-card__label {
  font-size: 84%;
}
.dashboard-results__donate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
}
.dashboard-results__donate__text {
  font-size: 1rem;
  color: #4A4A4A;
  line-height: 1.5rem;
  margin-right: 0.625rem !important;
}
.dashboard-results__donate__button {
  height: 2.25rem;
  width: initial;
}
.dashboard-results__donate__button-en {
  min-width: 5.875rem;
}

.registration-details__text {
  margin: 0;
  display: inline-block;
  margin-right: 1rem;
}
.registration-details__name-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.panel-modal .modal-dialog {
  margin: -0.0625rem -0.0625rem 0 0;
  float: right;
  min-height: 100%;
  width: 50rem;
}
.panel-modal .modal-lg {
  height: auto !important;
}
.panel-modal .modal-content {
  border-radius: 0.25rem;
  min-height: 100vh;
}
.panel-modal__close {
  color: #888;
  float: right;
  font-size: 1.5rem;
  line-height: 2.5rem;
  outline: none !important;
}

.vertical-centered-modal {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.vertical-centered-modal .modal-dialog {
  margin: 0;
  margin-right: 9.25rem;
  width: 30rem;
}
.vertical-centered-modal--contacts {
  z-index: 2000013 !important;
}

.join-team-result {
  padding: 1.25rem 0;
}
.join-team--instructions {
  margin-top: 1.3125rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.join-team__corporate {
  width: 40%;
}
.join-team__footer {
  position: absolute;
  bottom: 0;
  padding: 0.9375rem 0;
  background-color: #FFF;
  width: 100%;
  display: none;
  left: 0;
  justify-content: center;
  z-index: 3;
}

.waiver-modal {
  overflow-y: hidden;
}
.waiver-modal .modal-lg {
  width: 50rem;
}
.waiver-modal .modal-lg .modal-content {
  padding: 1.65rem;
}
.waiver-modal__content {
  max-height: 85vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 1.25rem 0 0;
  box-shadow: none;
}
.waiver-modal__body {
  padding: 0;
  white-space: pre-line;
}
.waiver-modal__header {
  padding: 0 0 1.65rem 0;
}
.waiver-modal__bottom {
  display: none;
}
.waiver-modal__close {
  position: absolute;
  right: -1.5rem;
  color: #fff;
  font-size: 1.5rem;
  outline: none !important;
  line-height: 1rem;
  height: auto;
  top: 0;
}
.waiver-modal__close--button {
  display: none;
}

.underlined-hover:hover {
  text-decoration: underline !important;
}

.charity-messages__comment-icon {
  width: 1.5rem;
  margin: -0.3152rem 0.785rem 0 1.75rem;
}
.charity-messages__comment-icon--single {
  margin-left: 0;
}
.charity-messages__message {
  padding: 0 2rem;
}
.charity-messages__gallery {
  margin-top: 1rem;
}
.charity-messages__gallery .slick-prev, .charity-messages__gallery .slick-next {
  box-shadow: none;
  font-size: 1.5rem;
  font-weight: bold;
  top: calc(50% - 2rem);
}
.charity-messages__gallery slick {
  height: inherit;
}
.charity-messages__gallery slick .slick-list {
  padding: 0 !important;
}

.participan-reults-list {
  margin-top: 2.6875rem;
}
.participan-reults-list__card {
  box-shadow: none !important;
}
.participan-reults-list--title {
  margin-top: 0;
  margin-bottom: 0.8125rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.participan-reults-list__align-dots {
  display: flex;
  justify-content: center;
}
.participan-reults-list .user-card--container {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.participan-reults-list .user-card--image {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.participan-reults-list .team-members__participant-name {
  color: #337ab7;
  cursor: default;
}

.activity-feed {
  display: flex;
}
.activity-feed__align-item {
  align-items: center;
}
.activity-feed__title-style {
  font-size: 1.625rem;
  height: 2.4375rem;
  line-height: 2.25rem;
}
.activity-feed__container {
  margin-bottom: 0.75rem;
}
.activity-feed__container--line-height {
  line-height: 1.5rem;
}
.activity-feed__container--maring-between-activity {
  margin-bottom: 1.3rem;
}
.activity-feed__activity--date-style {
  color: #9B9B9B;
  margin-right: 0.3125rem;
}
.activity-feed__svg-container {
  margin-right: 0.875rem;
}
.activity-feed__svg-dimensions {
  width: 1.5rem;
  height: 1.5rem;
}
.activity-feed__fill-color {
  fill: #4a4a4a;
}
.activity-feed__card {
  height: auto;
  overflow: scroll;
}

.copy-page {
  display: flex;
}
.copy-page__align-item {
  align-items: center;
  padding-bottom: 0.75rem;
}
.copy-page__title-style {
  font-size: 1.625rem;
  height: 2.4375rem;
  line-height: 2.25rem;
}
.copy-page__icon-style {
  font-size: 2rem;
  margin-right: 0.875rem;
}
.copy-page__link-container {
  margin-bottom: 1.25rem;
}
.copy-page__default-text {
  max-width: 72%;
  margin: 0;
}
.copy-page__copy-container {
  align-items: center;
}

.team-results-list {
  color: #4A4A4A;
  margin-bottom: 0.75rem;
}
.team-results-list__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 2.6875rem 0 1.25rem 0;
}
.team-results-list__table {
  width: 100%;
  table-layout: fixed;
}
.team-results-list__row {
  border-bottom: 0.0625rem solid #C8C8C8;
}
.team-results-list__row__cell {
  padding: 0.5625rem 0 0.5rem 0.75rem;
  font-size: 1rem;
}
.team-results-list__name-row {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-results-list__icon {
  width: 1.25rem;
  margin-left: 0.375rem;
  margin-top: -0.25rem;
}
.team-results-list__down {
  margin-left: 0.25rem;
  margin-top: -0.125rem;
  font-size: 1.6875rem;
}
.team-results-list__expand {
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 1.125rem;
  margin-bottom: -0.25rem;
}

input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.emails__center-content {
  margin: 0 2.625rem 0 2.875rem;
}
.emails__center-content--display-paging {
  display: flex;
}
.emails__center-content--display-paging--resend {
  justify-content: space-between;
}
.emails__center-content--display-paging--no-resend {
  justify-content: flex-end;
}
.emails__email-table {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.emails__email-footer--resend-button {
  width: 7.5rem;
  height: 2.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.875rem;
  text-align: center;
  margin-bottom: 3.6875rem;
}
.emails__emails-header {
  display: flex;
  justify-content: space-between;
  margin: 0 2.625rem 0 2.875rem;
}
.emails__emails-header--title {
  margin-top: 3.3125rem !important;
  margin-bottom: 1.75rem !important;
  line-height: 3rem;
  font-size: 2.25rem;
  height: 3rem;
}
.emails__emails-header--email-dropdown {
  margin-top: 3.6875rem;
  margin-bottom: 2.125rem;
}
.emails__emails-header--dropdown-button {
  height: 2.25rem;
  min-width: 9.375rem;
  text-align: left;
  padding-left: 0.670625rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.emails__emails-header--dropdown-button:focus {
  box-shadow: none;
}
.emails__emails-header--no-drop-button {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.emails__emails-header--dropdown-ul {
  left: auto;
  right: 0;
  margin-right: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 0.4375rem;
}
.emails__emails-header--dropdown-li-text {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  cursor: pointer;
  padding-left: 0.6875rem !important;
  padding-right: 0.6875rem !important;
}
.emails__custom-caret {
  font-size: 1.25rem;
  line-height: 0.875rem;
  padding-left: 1.985625rem;
}
.emails__adding-line {
  width: 100%;
  height: 0.0625rem;
  border: 0.0625rem solid #C8C8C8;
  margin-bottom: 3.0625rem;
}
.emails__no-emails--text {
  text-align: center;
  margin-bottom: 2.5625rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.emails__no-emails--master-container {
  margin: 0 auto 19.875rem auto;
  max-width: 52.3125rem;
}
.emails__no-emails--button-container {
  text-align: center;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.emails__no-emails--button {
  width: 100%;
  max-width: 15.6875rem;
  white-space: normal;
  min-height: 9.625rem;
  height: auto;
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  border: solid;
  border-color: #979797;
  color: #4A4A4A;
  background: #FFFFFF;
  border-width: 0.0625rem;
  border-radius: 0;
}
.emails__email-settings {
  margin-bottom: 1rem;
}
.emails__email-settings--content {
  margin: 0 2.625rem 0 2.875rem;
}
.emails__email-settings--content--text {
  text-align: left;
  margin-bottom: 2.5625rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.emails__email-settings--content p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.emails__email-settings--content span {
  font-size: 12px;
}

.import-contacts__header {
  padding: 1.5rem;
}
.import-contacts__header--text {
  font-size: 1.5rem;
}
.import-contacts__social-option {
  width: 49%;
  padding: 0;
  margin-bottom: 1.5rem;
}
.import-contacts__social-option--icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
.import-contacts__social-option--item {
  display: flex;
  align-items: center;
}
.import-contacts__container-options {
  padding: 1.5rem;
}
.import-contacts__container-options--panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem;
  border: solid 1px #C8C8C8;
}
.import-contacts__container-options--text {
  font-weight: bold;
}
.import-contacts__footer {
  padding: 1.5rem;
  padding-top: 2.0625rem;
  display: flex;
  justify-content: flex-end;
}
.import-contacts__footer--button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.emails-modal__heading {
  display: inline-block;
  line-height: 2rem;
  font-size: 1.625rem;
  font-weight: bold;
  color: #4a4a4a;
  margin: 0;
}
.emails-modal__header, .emails-modal__body {
  padding: 1rem 1.5rem;
}

.recipients-input__tags .tags .tag-list .tag-item {
  background: #d9d9d9;
  border: none;
  margin: 0.25rem;
  max-width: calc(100% - 0.5rem);
}
.recipients-input__tags .tags .tag-list .tag-item .remove-button {
  height: 100%;
  text-decoration: none;
  float: right;
  display: flex;
  align-items: center;
}
.recipients-input__tags .tags .tag-list .tag-item--error {
  background: #ffd9d9;
}
.recipients-input__tags .tags--error {
  border-color: #a94442 !important;
  background: #F6CCD1 !important;
}
.recipients-input__tags__tags-input {
  box-shadow: none !important;
  min-height: 2.375rem;
}
.recipients-input__tags__tags-input--error {
  border: 0.0625rem #a94442 solid !important;
  background: #F6CCD1 !important;
}
.recipients-input__tags__tags-input--error--no-background {
  border: 0.0625rem #a94442 solid !important;
}
.recipients-input__label {
  float: left;
}
.recipients-input__label-right {
  float: right;
}
.recipients-input__address-book-button {
  float: right;
  margin-left: 0.625rem;
  height: 1.75rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.recipients-input--import-icon {
  width: 1.375rem;
  height: 1.375rem;
}
.recipients-input__label-container {
  height: 30px;
}
.recipients-input__contact-display {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.recipients-input__clear-icon {
  height: 1.2rem;
}

.uib-tab-set-style .nav-tabs {
  display: flex;
  text-align: center;
}
.uib-tab-set-style li.active > .link-tab {
  border: none !important;
  border-bottom: 0.25rem solid black !important;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
}
.uib-tab-set-style .link-tab {
  border-bottom: 0.25rem solid transparent;
}
.uib-tab-set-style .link-tab:hover {
  border-color: transparent !important;
  background-color: unset !important;
  border-bottom: 0.25rem solid #ECECEC !important;
}

.table-container {
  width: 100%;
}
.table-container__remove-margin-bottom {
  margin-bottom: 0;
}
.table-container__header-style {
  background-color: #ececec;
  font-size: 0.875rem;
  border-bottom: 0.0625rem solid #808285;
}
.table-container__row-center {
  vertical-align: middle !important;
}
.table-container__checkbox-style {
  display: flex;
  align-items: center;
  height: 2.375rem;
}
.table-container__checkbox-style--check-bottom {
  margin-bottom: 2rem;
}
.table-container__checkbox-style--heading {
  margin-bottom: 1.625rem;
}
.table-container__checkbox-style--label-style input[type=checkbox]:checked + label::after {
  margin-top: 0.2rem;
}
.table-container__right-text {
  text-align: right;
}
.table-container__heading {
  padding: 0 0.61rem !important;
  line-height: 1rem !important;
  vertical-align: middle !important;
  border-top: none !important;
}
.table-container__record {
  padding: 0.2rem 0.6185rem !important;
  outline: none !important;
  pointer-events: all;
  border-bottom: 0.0625rem solid #ddd;
  border-top: none !important;
}
.table-container__record--center {
  vertical-align: middle !important;
}
.table-container__record--email-record {
  padding: 0 0.6185rem !important;
}
.table-container__checkbox--label::before {
  margin-top: 0.215rem;
  border-radius: 0.125rem !important;
  height: 1.167rem !important;
}
.table-container__checkbox--label--some-selected::after {
  font-family: "FontAwesome";
  content: "\f068";
  color: #fff !important;
  margin: 0 !important;
  font-weight: 200;
}
.table-container__checkbox input[type=checkbox]:checked + label::after {
  margin-top: 0.25rem;
}

.email-modal__top {
  border-bottom: 0.0625rem solid #C8C8C8;
  padding: 1.5rem;
}
.email-modal__title {
  margin: 0;
  display: inline;
  width: 80%;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.email-modal__content {
  margin: 1.5rem;
}
.email-modal__label {
  margin-bottom: 0.4375rem;
  height: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.email-modal__label--message {
  margin-bottom: 0.8125rem;
}
.email-modal__form-group {
  margin-bottom: 1.5rem;
}
.email-modal__input {
  width: 100%;
  height: 2.375rem;
  border: 0.0625rem solid #C8C8C8;
  border-radius: 0.125rem;
  background-color: #FFFFFF;
}
.email-modal__input--to {
  margin-bottom: 3.125rem;
}
.email-modal__input--template {
  height: auto !important;
}
.email-modal__input--subject {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0.625rem;
  height: 2.25rem !important;
}
.email-modal__input--message {
  border: 0.0625rem solid #979797;
}
.email-modal__email-team__container {
  margin-top: 0.625rem;
}
.email-modal__email-team__container--option {
  margin-right: 0.5rem !important;
}
.email-modal__dropdown--button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  height: 2.125rem !important;
  border: 0;
  text-align: left;
  background-color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 2.5rem;
  padding-left: 0.625rem;
}
.email-modal__dropdown--chevron {
  position: absolute;
  right: 0.9375rem;
  top: auto;
  font-weight: 700 !important;
  font-size: 1.25rem;
}
.email-modal__dropdown--ul {
  width: 100%;
  margin-right: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 0.4375rem;
}
.email-modal__dropdown--li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  cursor: pointer;
  white-space: normal !important;
  padding-left: 0.6875rem !important;
  padding-right: 0.6875rem !important;
}
.email-modal__save {
  text-align: right;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.email-modal__send-button {
  min-width: 5.875rem;
  height: 2.25rem;
  margin-top: 1.5rem;
}
.email-modal__cancel-button {
  min-width: 5.875rem;
  height: 2.25rem;
  float: left;
}
.email-modal__checkbox-save {
  margin-top: 1.625rem;
  margin-bottom: 0;
}
.email-modal__checkbox-save--label-text {
  font-weight: 600 !important;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.125rem;
}

.remove-contact-modal {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  transition: all linear 0.5s;
}
.remove-contact-modal .modal-body {
  padding: 1.5rem;
}
.remove-contact-modal .modal-dialog {
  margin: auto;
  width: auto;
  max-width: 37.5rem;
}
.remove-contact-modal .modal-content {
  border-radius: 0.25rem;
}

#cloudsponge-overlay {
  z-index: 2000023 !important;
}

#cloudsponge-address-book {
  z-index: 2000024 !important;
}

.close-emails-modal {
  position: absolute;
  right: 1.5rem;
  font-size: 1.5rem;
  outline: none !important;
  line-height: 1.5rem;
  height: auto;
  top: 1.5rem;
  font-weight: bold;
}

.thank-list {
  max-height: 16.25rem;
  overflow: auto;
  border: 0.0625rem solid #C8C8C8;
  border-radius: 0.125rem;
  margin-bottom: 1.75rem;
}
.thank-list__title {
  margin-bottom: 0.625rem;
}
.thank-list__table {
  table-layout: fixed;
  width: 100%;
}
.thank-list__headers {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #4A4A4A;
  border-bottom: 0.125rem solid #979797;
}
.thank-list__headers-col {
  padding: 0.625rem 0 0.375rem 0;
}
.thank-list__rows {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4A4A4A;
  word-break: break-all;
}
.thank-list__row {
  padding: 0.5rem 0;
}
.thank-list__check-col {
  width: 3.125rem;
}
.thank-list__name-col {
  width: 36%;
}
.thank-list__email-col {
  width: 38%;
}
.thank-list__amount-col {
  text-align: right;
  width: 26%;
  padding-right: 2.8125rem;
}
.thank-list__align-checkbox {
  text-align: center;
}
.thank-list__align-right {
  padding-right: 2.8125rem;
  text-align: right;
}
.thank-list__check-label::after, .thank-list__check-label::before {
  margin-top: 0.25rem;
}
.thank-list__error {
  margin-top: -1.25rem;
  margin-bottom: 1rem;
}

.tax-receipt-container {
  position: relative;
}
.tax-receipt-container__self-sponsor {
  margin-top: 1.75rem;
}
.tax-receipt-container__offline-donation {
  margin-top: 2.3125rem;
  margin-bottom: 1.5625rem;
}
.tax-receipt-container--title {
  font-weight: bold;
  margin-top: 0;
}

.form-select-dropdown__button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  height: 2.125rem !important;
  border: 0.0625rem solid lightgrey;
  text-align: left;
  background-color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 2rem;
  padding-left: 0.625rem;
  position: relative;
}
.form-select-dropdown__list {
  width: 100%;
  margin-right: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  max-height: 15rem;
  overflow-y: scroll;
  min-width: inherit;
}
.form-select-dropdown__arrow {
  position: absolute;
  right: 0.625rem;
  top: auto;
  font-weight: 700 !important;
  font-size: 1.25rem;
}
.form-select-dropdown__view-page {
  padding-right: 0;
}

.disabled-image {
  cursor: not-allowed !important;
}
.disabled-image input {
  pointer-events: none;
}

.sticky-shadow {
  box-shadow: 0 0.5rem 1.25rem -0.5625rem rgba(0, 0, 0, 0.3);
}
.sticky-shadow .sticky-straight-corners {
  border-radius: 0;
}

.no-box-shadow {
  box-shadow: none !important;
}

.input-group .btn {
  padding: 0.375rem 0.625rem;
  min-width: unset;
}

.uib-daypicker:focus {
  outline: none;
}

.select-month {
  width: 5rem;
  font-size: 0.75rem;
  margin-bottom: 0.8rem;
}
.select-month__list {
  position: absolute;
  max-width: 5rem;
  top: 3.25rem;
  max-height: 80%;
  cursor: pointer;
}
.select-month__list--year {
  display: inline;
  left: 10.1rem;
}
.select-month__list--month {
  display: inline;
  left: 3rem;
}

.date-picker-field {
  width: 100% !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.date-picker-field--icon {
  z-index: 100;
  width: 0;
  border: none;
  position: absolute;
  right: 2.625rem;
  top: 0.02rem;
  outline: none;
  padding: 0;
}
.date-picker-field--icon__img {
  margin: 0.3125rem 0 0.3125rem 0.75rem;
  width: 1.375rem;
}

.input-group-date {
  position: relative;
  border-collapse: separate;
}

.fixed-section {
  justify-content: space-between;
  padding-right: 0.5rem !important;
}

.fixed-single {
  width: 91% !important;
}

.lock-icon {
  margin-right: -0.1875rem;
}

.full-container-width {
  width: 100%;
}

.donation-page__leave-a-comment__label {
  font-size: 1rem;
  font-weight: normal;
  margin: 0.625rem 0;
}
.donation-page__leave-a-comment__label--editable {
  padding: 0;
}
.donation-page__leave-a-comment__field {
  resize: none;
  width: 75%;
}

.registration__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  width: 100%;
}
.registration__body {
  flex: 1 1 auto;
}
.registration__body .donor-information__field__error-message, .registration__body has-error, .registration__body .has-error .control-label, .registration__body .has-error .help-block, .registration__body .has-error .form-control, .registration__body .required-symbol {
  color: #D0021B !important;
}
.registration__body .form-style {
  max-width: initial;
}
.registration__body .force-black-color {
  color: #000;
}
.registration__content {
  margin: 4.375rem auto;
  width: 53rem;
  padding: 3.375rem 5.4375rem;
  border-radius: 0.375rem;
}
.registration__heading {
  margin-top: 0;
  margin-bottom: 2.25rem;
  padding: 0.25rem 0;
  font-weight: 600;
  font-size: 2.25rem;
}
.registration__sub-heading {
  padding: 0.25rem 0;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.registration__widget {
  position: relative;
}
.registration__container-errors-color .donor-information__field__error-message, .registration__container-errors-color has-error, .registration__container-errors-color .has-error .control-label, .registration__container-errors-color .has-error .help-block, .registration__container-errors-color .has-error .form-control, .registration__container-errors-color .required-symbol {
  color: #D0021B !important;
}
.registration__container-errors-color .formElement--error {
  background-color: white !important;
}

.account-creation .body {
  max-width: 25.1875rem;
  width: 100%;
  padding: 3rem 0 3rem 0;
  display: flex;
}
.account-creation__content {
  width: 100%;
}
.account-creation .panel-container {
  background-color: white;
}
.account-creation .login__fb-text {
  padding-left: 1.75rem;
}
.account-creation .reg-text {
  padding-top: 0.8125rem;
}
.account-creation__forgot-password {
  float: right;
  font-size: 0.75rem;
}
.account-creation__forgot-password__wrapper {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.contact-information__content {
  width: 100%;
}
.contact-information .contact-information-container {
  padding: 3rem;
}
.contact-information .panel-container {
  background-color: white;
}
.contact-information .continue-button {
  float: right;
}
.contact-information .continue-button:focus {
  box-shadow: none;
}
.contact-information .buttons-continue-container {
  display: flow-root;
  margin-top: 1rem;
}
.contact-information .back-button {
  float: left;
}
.contact-information .back-button:focus {
  box-shadow: none;
}
.contact-information .pl-0 {
  padding-left: 0 !important;
}
.contact-information .pr-0 {
  padding-right: 0 !important;
}
.contact-information .names-container {
  margin-top: 1rem;
}
.contact-information .contact-information-header {
  margin-top: 1rem;
}
.contact-information .subtitle {
  font-size: 1.25rem;
}
.contact-information__disabled-regtypes-dropdown {
  -webkit-appearance: none;
}
.contact-information__disabled-regtypes-dropdown::-ms-expand {
  display: none;
}
.contact-information__label {
  font-weight: 600;
}

.submitted-request .main-container {
  margin-top: 6%;
}
.submitted-request .btn-section {
  margin-top: 5%;
}

.locations-search__search-box {
  position: relative;
  margin-bottom: 1.625rem;
}
.locations-search__search-box__input {
  font-size: 1rem;
  padding-right: 2.5rem;
  height: 2.5rem;
}
.locations-search__search-box__icon {
  position: absolute;
  bottom: 0.65rem;
  right: 0.65rem;
  font-size: 1.25rem;
  pointer-events: all;
}
.locations-search__pagination {
  text-align: center;
}
.locations-search__pagination__pages {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.9375rem;
}
.locations-search__pagination__pages li > a {
  padding: 0.375rem;
}
.locations-search__pagination__pages li:nth-child(-n+2) > a {
  margin-bottom: -0.3125rem;
}
.locations-search__pagination__pages li:nth-last-child(-n+2) > a {
  margin-bottom: -0.3125rem;
}

.checkout-content__panel {
  margin: 3.5rem auto;
  width: 100%;
  max-width: 61.9375rem;
  padding: 3rem !important;
}
.checkout-content__admin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-content__admin--label {
  height: 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: normal;
}
.checkout-content__admin--input {
  height: 2.25rem;
  width: 3.9375rem;
}
.checkout-content__heading {
  font-size: 2.25rem;
  line-height: 3rem;
  margin: 0 0 1.875rem 0;
  font-weight: 600;
}
.checkout-content__buttons {
  outline: none !important;
  margin-top: 1.5625rem;
}
.checkout-content__buttons:focus {
  box-shadow: none;
}
.checkout-content__live {
  display: flex;
  flex-direction: column;
}

.checkout-admin__checkbox-label {
  max-width: 13rem;
}
.checkout-admin__extra-gap {
  margin-left: 1rem;
}
.checkout-admin__text {
  color: #333 !important;
}
.checkout-admin__icon {
  color: #333 !important;
  margin-left: 0.75rem;
}

.checkout-self-sponsor__editable {
  font-weight: bold;
  padding: 0.25rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.checkout-registration-type__text {
  font-size: 0.875rem;
}
.checkout-registration-type__text--bold {
  font-weight: bold;
  line-height: 2rem;
}
.checkout-registration-type__text--total {
  font-size: 1.25rem;
  font-weight: bold;
}
.checkout-registration-type__text--right {
  text-align: right;
}
.checkout-registration-type__table-row {
  min-height: 2.375rem;
  padding: 0.6875rem 0;
}
.checkout-registration-type__header {
  background: #ECECEC;
  border-bottom: 0.0625rem solid;
  border-color: #808285;
  margin-top: 2.0625rem;
  padding: 0.1875rem 0;
}
.checkout-registration-type__footer {
  border-top: 0.0625rem solid;
  border-color: #808285;
  height: 4.25rem;
  padding: 1.125rem 0;
  margin-bottom: 2.0625rem;
}
.checkout-registration-type__text-coupon-code {
  font-size: 0.875rem;
  font-weight: 200 !important;
}
.checkout-registration-type__into-coupon-code {
  display: flex;
  font-size: 0.875rem;
}
.checkout-registration-type__into-coupon-code .buttons-contain {
  display: flex;
  align-items: center;
  max-height: 2.5rem;
}
.checkout-registration-type__into-coupon-code .buttons-contain a {
  height: 2.2rem;
  align-self: flex-start;
}
.checkout-registration-type__into-coupon-code .input-contain {
  display: flex;
  align-items: center;
}
.checkout-registration-type__into-coupon-code .input-contain {
  display: flex;
  align-items: center;
}
.checkout-registration-type__into-coupon-code .input-contain {
  display: flex;
  align-items: center;
}

.location-selection-settings {
  margin-top: 1.25rem;
  background-color: #ffffff;
}
.location-selection-settings__header {
  padding: 0.6875rem 0.6875rem 0.8125rem 0.6875rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.location-selection-settings__header__heading {
  margin: 0;
  font-weight: 600;
  color: #0B70A6;
  font-size: 1.125rem;
}
.location-selection-settings__body {
  padding: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.location-selection-settings__view-option {
  font-size: 0.875rem;
  outline: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0.6875rem 0.4125rem 0 0.4125rem;
}
.location-selection-settings__view-option__toggle {
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
}
.location-selection-settings__view-option__toggle--active {
  border: 0.0625rem solid #0077ad;
}
.location-selection-settings__view-option__list {
  padding: 0.75rem 0.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 #C8C8C8;
  box-shadow: 0 0.125rem 0.25rem 0 #C8C8C8;
}
.location-selection-settings__view-option__list__item {
  border-radius: 0.125rem;
  background-color: #c8c8c8;
  height: 0.5rem;
  margin: 0.4125rem;
}
.location-selection-settings__view-option__grid {
  padding: 0.625rem 0.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 #C8C8C8;
  box-shadow: 0 0.125rem 0.25rem 0 #C8C8C8;
}
.location-selection-settings__view-option__grid__row {
  border-radius: 0.125rem;
  background-color: #c8c8c8;
  height: 0.5rem;
  margin: 0.3125rem 0.3125rem 1rem 0.3125rem;
}
.location-selection-settings__view-option__grid__list {
  display: -ms-grid;
  display: grid;
  display: -moz-grid;
  -ms-grid-columns: 1.625rem 0.75rem 1.625rem 0.75rem 1.625rem;
  grid-template-columns: repeat(3, 1.625rem);
  -ms-grid-rows: 1.625rem 0.75rem 1.625rem;
  grid-template-rows: repeat(2, 1.625rem);
  grid-gap: 0.75rem;
  margin: 0.3125rem;
}
.location-selection-settings__view-option__grid__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.location-selection-settings__view-option__grid__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.location-selection-settings__view-option__grid__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.location-selection-settings__view-option__grid__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.location-selection-settings__view-option__grid__list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.location-selection-settings__view-option__grid__list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.location-selection-settings__view-option__grid__square {
  border-radius: 0.125rem;
  background-color: #c8c8c8;
}
.location-selection-settings__view-option__text {
  text-align: center;
  margin: 0.625rem !important;
}
.location-selection-settings__details {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.locations-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 13rem 2.125rem 13rem;
  -ms-grid-columns: 8.5rem 2.125rem 8.5rem 2.125rem 8.5rem 2.125rem 8.5rem;
  grid-template-columns: repeat(4, 10rem);
  grid-gap: 2.125rem;
  row-gap: 1rem;
  grid-template-rows: auto;
}
.locations-grid__item {
  padding: 0.625rem;
}
.locations-grid__arrow {
  background: transparent;
  box-shadow: none;
  font-size: 1.5rem;
}
.locations-grid__arrow-disabled, .locations-grid__arrow-disabled:hover {
  color: #c2c9d0;
}
.locations-grid__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.locations-grid__wrapper .block-ui-container {
  position: absolute;
}
.locations-grid__image {
  border-radius: 0.375rem;
  text-align: center;
  display: block;
  margin: 0 auto 1.0625rem auto;
}
.locations-grid__image__wrapper {
  width: 8.5rem;
  height: 8.5rem;
  margin: 0 auto 1.0625rem auto;
}

.locations-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.locations-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.locations-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.locations-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.locations-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.locations-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.locations-grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.locations-grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.confirm-action-modal .modal-dialog {
  margin: auto;
  top: 40%;
  min-width: 19rem;
}

.confirm-action {
  padding: 2rem 1rem 0 1rem;
  width: auto;
}
.confirm-action--buttons {
  color: rgb(63, 81, 181);
  text-decoration: none;
  outline: none;
  margin: 8px 0 8px 8px;
  background: transparent;
}
.confirm-action--buttons:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
.confirm-action--container-buttons {
  margin-top: 2rem;
}
.confirm-action--title {
  font-size: 1.25rem;
  margin-top: 0;
}

.indented-toggle {
  margin-left: 1.75rem;
}

.waiver__title {
  font-weight: 600;
  padding-bottom: 0;
}
.waiver__description {
  font-size: 0.875rem;
  padding-top: 0.125rem;
}
.waiver__description--live {
  padding: 0.375rem 0 0.75rem;
}
.waiver__text {
  background: #FFFFFF;
  outline: 0.0625rem solid #D2D2D2;
  padding: 0.5rem;
  height: 10rem;
  overflow-y: scroll;
  margin-bottom: 1rem;
  width: 100%;
  white-space: normal;
  word-break: break-word;
}
.waiver__checkbox {
  font-size: 0.875rem;
}
.waiver__top {
  margin-top: 1rem;
}

.img-container {
  max-height: 31.25rem;
}

.contact-information-goal__label {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.contact-information-goal__editable {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-information-goal__editable--view {
  padding-bottom: 0.375rem;
}
.contact-information-goal__amount {
  margin-top: 0;
}

.outline-none, .outline-none:focus, .outline-none:active {
  outline: none;
}

.registrant-login__content {
  padding: 2.875rem;
}
.registrant-login__content-modal {
  padding: 2.875rem;
  border-radius: 0.3rem;
}
.registrant-login__heading {
  margin: 0 0 2rem 0;
  text-align: center;
  font-weight: 600;
}
.registrant-login__button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 2rem;
}
.registrant-login__button {
  padding: 0.5rem 1rem;
}
.registrant-login__facebook-button {
  padding: 0 !important;
  margin-top: -0.5rem;
}
.registrant-login__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.auth-card-red-text {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.password-rule__check {
  padding-right: 0.25rem;
}

.registration-confirmation-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3.75rem 7.6rem;
  padding: 0;
}
.registration-confirmation-modal__container-icon {
  margin-bottom: 2.25rem;
}
.registration-confirmation-modal__container-title {
  margin-bottom: 2rem;
}
.registration-confirmation-modal__container-title--text {
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
}
.registration-confirmation-modal__container-message {
  margin-bottom: 3.75rem;
}
.registration-confirmation-modal__container-message--text {
  margin: 0;
  font-size: 1.25rem;
}
.registration-confirmation-modal--button {
  padding: 1rem;
  height: auto;
  line-height: 1.5rem;
  font-size: 1.5rem;
  outline: none !important;
}
.registration-confirmation-modal--dialog .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  margin: auto;
  width: 50rem;
}

.required-password-update-modal {
  display: flex;
  flex-direction: column;
  margin: 0 3.75rem 3.75rem 3.75rem;
  padding: 0;
}
.required-password-update-modal--button {
  padding: 1rem;
  height: auto;
  line-height: 1.5rem;
  font-size: 1.5rem;
  outline: none !important;
}
.required-password-update-modal--dialog .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  margin: auto;
  width: 50rem;
}

.registration-types__heading {
  font-size: 2.25rem;
  margin-bottom: 0;
}
.registration-types__sub-heading {
  margin-bottom: 2.125rem;
}
.registration-types__table {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.registration-types__table__headings {
  background-color: #ececec;
}
.registration-types__table__heading {
  font-weight: 600;
  color: #6E6E6E;
  vertical-align: middle !important;
  border: none !important;
}
.registration-types__table__heading:last-child {
  text-align: right;
}
.registration-types__table__cell {
  border: none !important;
  position: relative;
}
.registration-types__table__cell:first-child {
  padding: 1rem 0.75rem 0.5rem 0 !important;
}
.registration-types__table__cell:last-child {
  padding: 1rem 0 0.5rem 0.75rem !important;
}
.registration-types__table__cell__quantity-select {
  float: right;
  border: 0.0625rem solid #C8C8C8;
  -webkit-appearance: none;
  padding: 0.375rem 1.25rem 0.375rem 0.375rem;
  min-width: 2.625rem;
  line-height: 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.125rem;
  outline: none !important;
}
.registration-types__table__cell__quantity-select::-ms-expand {
  display: none;
}
.registration-types__table__cell__quantity-select__icon {
  right: 0.125rem;
  position: absolute;
  top: 1.3125rem;
  font-size: 1rem;
  pointer-events: none;
}
.registration-types__table__col {
  min-width: 4.5rem;
}
.registration-types__table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 2fr 1fr 1fr auto;
  grid-template-columns: 4fr 2fr 1fr 1fr auto;
}
.registration-types__table__row--headings {
  border-bottom: 0.0625rem solid #808285 !important;
}
.registration-types__table__row--width-fundraising-minimum {
  -ms-grid-columns: 5fr 3fr 1fr 3.5fr 2fr;
  grid-template-columns: 5fr 3fr 1fr 3.5fr 2fr;
}
.registration-types__table__row--width-fundraising-minimum {
  -ms-grid-columns: 4fr 2fr 1fr auto;
  grid-template-columns: 4fr 2fr 1fr auto;
}
.registration-types__table__body-heading {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.registration-types__table .fund_min {
  padding-right: 1.25rem !important;
}
.registration-types__table--disabled {
  pointer-events: none;
}

.not-allowed-section {
  cursor: not-allowed;
  opacity: 0.5;
}

.regTypePage__card {
  padding-top: 0.75rem;
  padding-right: 1.375rem;
  padding-bottom: 1.1875rem;
  padding-left: 1.375rem;
  margin-bottom: 0.625rem;
  display: flex;
  border: 0.0625rem solid transparent;
}
.regTypePage__card--selected {
  border: 0.0625rem solid #4398A4;
  border-radius: 0.3125rem;
}
.regTypePage__card input[type=radio]:checked,
.regTypePage__card input[type=radio]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
.regTypePage__card input[type=radio]:checked + label,
.regTypePage__card input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  line-height: 1.25rem;
  display: inline-block;
}
.regTypePage__card input[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #4398A4;
  border-radius: 100%;
  background: #fff;
}
.regTypePage__card input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #808285;
  border-radius: 100%;
  background: #fff;
}
.regTypePage__card input[type=radio]:checked + label:after,
.regTypePage__card input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #4398A4;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.regTypePage__card input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.regTypePage__card input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.regTypePage__radio {
  margin-right: 1.1875rem !important;
  margin-top: 0;
  color: #f3f;
}
.regTypePage__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.regTypePage__text--label {
  white-space: pre-line;
}
.regTypePage__text--semibold {
  font-weight: 600;
}
.regTypePage__text__members-description, .regTypePage__text__team-goal {
  margin-top: 1rem;
  padding-left: 2.5rem;
  white-space: pre;
}
.regTypePage__dropdown {
  margin-top: -6.125rem !important;
  z-index: 100;
}
.regTypePage__title {
  margin-bottom: 0.625rem;
}
.regTypePage__title-mobile {
  margin-bottom: 0.3125rem;
}
.regTypePage__pay-mobile {
  margin-top: -0.3125rem;
}

.hub-overlay {
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.high-lighted-section {
  z-index: 200;
}

.customize-fundraising-page-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3.75rem 9.6rem;
  padding: 0;
}
.customize-fundraising-page-modal__heading {
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
  width: 22rem;
  line-height: 3rem;
  font-size: 2.25rem;
}
.customize-fundraising-page-modal__message {
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
}
.customize-fundraising-page-modal__buttons {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  padding: 0 1.75rem;
}
.customize-fundraising-page-modal__button {
  width: 11.25rem;
  padding: 1rem !important;
  height: auto;
  line-height: 1.5rem !important;
  font-size: 1.5rem !important;
  outline: none !important;
}
.customize-fundraising-page-modal__icon-wrapper {
  width: 7.5625rem;
  height: 7.5625rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  font-size: 2.4375rem;
  border: 0.1225rem solid #9B9B9B;
  margin-bottom: 2.5rem;
}
.customize-fundraising-page-modal__icon {
  align-self: center;
  color: #9B9B9B;
}

.vertical-centered-modal-account-creation {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vertical-centered-modal-account-creation .modal-dialog {
  margin: auto;
  max-width: 30rem;
  height: auto;
}

.hub-overlay {
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.high-lighted-section {
  z-index: 200;
}
.profile-picture-wrapper {
  position: relative;
  width: auto;
  display: block;
}

.customize-next-step-button {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: calc(100% + 1rem);
  height: 3.625rem;
  font-size: 1.5rem;
  outline: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.captcha__bottom {
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.team-search__heading {
  margin-bottom: 0.75rem;
  font-size: 2rem;
}
.team-search__message {
  margin-bottom: 1rem;
}
.team-search__results {
  margin-top: 1.6875rem;
  border-radius: 0.125rem !important;
  border: 0.0625rem solid #d2d2d2 !important;
  border-bottom: none !important;
}
.team-search__results__empty {
  padding: 1.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 0.0625rem solid #d2d2d2;
}
.team-search__results__item {
  padding: 1.125rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #d2d2d2;
}
.team-search__results__item__join-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-search__results__item__join-button-container span {
  cursor: pointer;
  font-size: 0.75rem;
}
.team-search__results__item__team-name {
  margin-bottom: 0;
  font-weight: 600;
}
.team-search__results__item__team-name--full {
  color: #9B9B9B !important;
}
.team-search__results__item__captain {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.team-search__results__item__join {
  font-size: 0.625rem;
  margin: 0 0.25rem;
  display: flex;
  align-self: center;
  color: #9B9B9B;
}
.team-search__results__item--see-more {
  padding: 0.625rem;
  justify-content: center;
}
.team-search__results__item--see-more__text {
  margin: 0 auto;
  font-weight: 600;
}
.team-search__results__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-search__results__item__content--full {
  color: #9B9B9B;
  pointer-events: none;
  width: calc(100% - 4rem);
}
.team-search__results__no-found {
  margin-top: 1em;
  text-align: center;
  width: 100%;
  margin-bottom: 13em;
}
.team-search__input {
  height: 2.5rem;
  font-size: 0.875rem;
  box-shadow: none !important;
  border: 0.0625rem solid #d2d2d2 !important;
  padding-right: 2.5rem;
}

.close-button-coupon {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-left: 1rem;
  line-height: normal !important;
  height: auto;
  bottom: 0;
  cursor: pointer;
}
.close-button-coupon--bottom {
  bottom: 0.9375rem;
}

.alert-coupon-code {
  font-weight: 300;
  margin-top: -0.25rem;
}

.remove-coupon {
  padding-left: 0.625rem;
  font-weight: 300 !important;
  padding-top: 0.1875rem;
}

.add-coupon-code {
  font-weight: 300 !important;
}

.disabled-coupon-code {
  height: 2rem;
  display: inline-block;
  color: #8a8a8a;
}

.coupon-code-arrow .arrow {
  margin-left: calc(50% - 1rem);
}

.teamInfoFParticipant {
  margin: 0 1.4375rem !important;
}

.event-details-reg {
  padding: 0;
}
.event-details-reg--title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  padding-bottom: 0.5rem;
  margin: 0;
}
.event-details-reg--section {
  margin: 1.3125rem 0;
  display: flex;
  padding: 0;
}
.event-details-reg--text {
  margin-left: 1rem;
  line-height: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-details-reg--circle {
  width: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-details-reg--map {
  padding-top: 0.75rem;
  width: 100%;
  height: 11.25rem;
  object-fit: cover;
}

.pgf-payment {
  margin: 2.5rem 0 1.5rem;
}

.pgf-footer {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.pgf-footer--bottom {
  margin-bottom: 1.125rem;
}

.facebook-fundraising-modal__buttons {
  display: flex;
  width: 150%;
  justify-content: space-evenly;
  padding: 0 1.75rem;
}
.facebook-fundraising-modal__fbbutton {
  height: 3.625rem;
  line-height: 1.5rem !important;
  border-radius: 0.25rem !important;
  letter-spacing: 0.0625rem;
  font-size: 1.2rem !important;
  font-weight: 100 !important;
}
.facebook-fundraising-modal__fb-skip-button {
  min-width: 11.25rem !important;
}
.facebook-fundraising-modal__fb-create-button {
  min-width: 20.31rem !important;
}

.right-panel {
  width: 67%;
  margin: 0 3rem !important;
}
.right-panel--left {
  padding: 3rem;
  max-width: 53rem;
  margin: 0 auto;
}
.right-panel--right {
  padding: 0;
  width: 100%;
}
.right-panel--content {
  padding: 2.25rem;
  min-height: calc(100vh + 9.025rem);
}
.right-panel--titles {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  opacity: 0.5;
}
.right-panel--participation-title {
  margin-top: 0.75rem;
}
.right-panel--participant-title {
  margin-bottom: 1rem;
}
.right-panel--participant {
  margin-bottom: 2rem;
  line-height: 1.75rem;
}
.right-panel--participant-mobile {
  margin-bottom: 1.5rem;
  line-height: 1.25rem;
}
.right-panel--remove {
  padding: 0 0 0 0.25rem;
  margin-top: -0.135rem;
}
.right-panel--section {
  margin-bottom: 2rem;
}
.right-panel--price {
  float: right;
  font-size: 0.875rem;
}
.right-panel--checkout-title {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
.right-panel--checkout {
  line-height: 2rem;
}
.right-panel--price-checkout {
  margin-right: 2.5rem;
}
.right-panel--total {
  margin-top: 1.625rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  margin-right: 2.5rem;
  padding-bottom: 2rem;
}
.right-panel--total-ammount {
  float: right;
}
.right-panel--delete-registrant {
  float: right;
  font-size: 2.125rem;
  margin-left: 1.25rem;
  margin-top: -0.1875rem;
  visibility: hidden;
}
.right-panel--show-delete {
  visibility: visible;
}
.right-panel--navbar {
  position: absolute;
  width: 100% !important;
  top: 0;
}
.right-panel--navbar--header {
  height: 5rem;
}
.right-panel--navbar--header-open {
  height: 3.625rem;
  border-bottom: 0.0625rem solid #DADADA;
}
.right-panel--navbar--align {
  margin-left: 1.375rem;
}
.right-panel--navbar--title {
  position: absolute;
  font-weight: 600;
  margin: 1.0625rem 0 0 1.375rem;
}
.right-panel--navbar--cart {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  width: 3.125rem;
  float: right;
  margin-top: 1.375rem;
  margin-right: 0.75rem;
}
.right-panel--navbar--cart--icon {
  font-size: 3rem;
  vertical-align: bottom;
  line-height: 1rem;
}
.right-panel--navbar--cart--circle {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  position: absolute;
  background-color: white;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5625rem;
  margin-top: -0.25rem;
  color: black;
}
.right-panel--navbar--cart:focus {
  outline: none;
}
.right-panel--navbar--close {
  font-size: 2.3125rem;
  margin: -0.625rem;
  width: 3.125rem;
}
.right-panel--list {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 1rem 1.6rem 1.375rem 1.375rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.16);
}
.right-panel--list--exceeds {
  max-height: 22.5rem;
  overflow: scroll;
}
.right-panel--list--total {
  margin-right: 0;
  font-size: 1.5rem;
}
.right-panel--top {
  margin: 5rem auto auto;
}
.right-panel__summary {
  width: 33%;
}

.tooltip.tooltip-personalize-steps .tooltip-inner {
  color: black;
  background-color: white !important;
  background: white;
  box-shadow: white;
  text-align: left;
  padding: 0.625rem;
  opacity: 1 !important;
  max-width: 100%;
}

.tooltip.tooltip-personalize-steps.bs-tooltip-bottom .arrow::before {
  border-bottom-color: white !important;
}

.btn-tooltip {
  border-radius: 0.25rem !important;
  background-color: rgb(0, 119, 173) !important;
  font-family: Open Sans, open-sans, sans-serif;
  color: white;
}

.tooltip.tooltip-personalize-steps.show {
  opacity: 1 !important;
  top: 100% !important;
}

.margin-hero-button {
  margin-bottom: 0.15625rem !important;
  margin-top: 0.15625rem !important;
  word-break: break-all;
}

.page-header__navbar-collapse {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.page-header__nav-link {
  max-width: 22%;
  word-break: break-all;
}

.single-image__wrapper {
  display: flex;
  height: 100%;
  padding: 1.25rem;
}
.single-image__image {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.atc-btn-group > span {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.peer-to-peer-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 100%;
}
.peer-to-peer-page__content {
  flex-basis: 100%;
}

.editor-header {
  background-color: #F7F7F7;
  padding: 0.9375rem 1.75rem;
  color: #0077ad;
  width: 100%;
  height: 5rem;
  z-index: 5556;
  position: fixed;
  top: 0;
}
.editor-header__logo {
  margin-right: 0.5rem;
  display: flex;
  flex-basis: 3.125rem;
}
.editor-header__logo--image-size {
  border-width: 0;
  height: 100%;
}

.editor-header__breadcrumb {
  font-family: "Open Sans", sans-serif;
  background-color: transparent !important;
  font-size: 1rem;
  margin-bottom: 0;
}
.editor-header__breadcrumb li > a {
  color: #0077ad;
}
.editor-header__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "> ";
}

.editor-header__editor-actions {
  margin-right: 1.0625rem !important;
}
.editor-header__editor-actions:last-child {
  margin-right: 0 !important;
}

.editor-header__placeholder {
  height: 6‬rem;
  width: 100%;
}

.editor-header__navigation {
  display: flex;
  flex-basis: 100%;
}
.editor-header__actions {
  display: flex;
  align-items: center;
}

.language-dropdown {
  color: #0B70A6 !important;
  border: none !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  line-height: 1rem !important;
  margin-right: 1rem !important;
  -webkit-appearance: none;
}
.language-dropdown:hover {
  color: #0B70A6;
}
.language-dropdown:focus {
  color: #0B70A6;
}
.language-dropdown__option {
  padding: 0 1.5rem;
}
.language-dropdown__option__text {
  color: #000;
  font-size: 0.875rem;
}
.language-dropdown__option__text:hover {
  text-decoration: none;
}

.view-toggle {
  border: none;
  background: transparent;
}

.view-toggle--active {
  background: #0B70A6;
}

.view-mode-toggle {
  border-color: #0B70A6;
  color: #0B70A6;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.view-mode-toggle--selected {
  background-color: #0B70A6;
  color: #FFFFFF;
}
.view-mode-toggle--selected:hover {
  background-color: #0B70A6;
  color: #FFFFFF;
}
.view-mode-toggle--selected:focus {
  background-color: #0B70A6;
  color: #FFFFFF;
}

.sidebar-scrollbar {
  overflow-x: hidden;
  margin-top: 1.25rem;
}

.overlay-menu {
  position: fixed;
  background: rgba(0, 0, 0, 0.05);
  width: 100px;
  height: auto;
  z-index: 5556;
  padding: 10px;
}

.overlay-menu-content {
  padding: 20px;
  min-height: 400px;
  opacity: 0;
  position: fixed;
  background-color: rgba(0, 119, 173, 0.85);
}

.active-menu {
  color: #FFFFFF;
  background-color: #0671A1;
}
.active-menu:hover {
  background-color: transparent;
}

.tab-overlay {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-tab {
  background: rgba(0, 119, 173, 0.85);
  border-radius: 60px 0px 0px 60px;
  margin: 10px 0;
  margin-right: -10px;
  box-shadow: none;
  border: none;
  transition: all 0.2s;
  outline: none;
}
.active-tab .btn-overlay {
  color: #FFFFFF;
  background-color: transparent;
  outline: none;
}
.active-tab .btn-overlay:hover {
  background-color: transparent;
}
.active-tab .btn-overlay:focus {
  outline: none !important;
}

.menu-opened {
  width: 350px;
  left: 100px;
  z-index: 106000;
  opacity: 1;
  min-height: 400px;
  border-radius: 0.25rem;
}

.menu-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: white;
}

.menu-content {
  margin-top: 1.25rem;
}

.close-menu-btn {
  color: white;
  font-size: 1.25rem;
  padding-right: 1rem;
}

.pages-tab,
.content-tab,
.theme-tab {
  padding-right: 1rem;
}

.menu-opening {
  position: fixed;
  -webkit-animation-name: opening; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.2s; /* Safari 4.0 - 8.0 */
  animation-name: opening;
  animation-duration: 0.2s;
}

.default-container {
  background: #FFFFFF;
  padding: 20px;
  margin-top: 10px;
  border-radius: 0.2rem;
}

.menu-header {
  cursor: pointer;
  outline: none;
  position: relative;
}

.menu-element {
  outline: none !important;
}

.active-page, .sub-active-page {
  color: #A3CD3B !important;
}
.active-page::before, .sub-active-page::before {
  content: "";
  width: 1.4375rem;
  height: 1rem;
  border-left: 0.1875rem solid #A3CD3B;
  position: absolute;
  left: -3.75rem;
  color: #292b2c;
}

.sub-active-page::before {
  left: -6.25rem;
}

.custom-list {
  list-style: none;
}
.custom-list > li {
  margin: 5px 0;
}
.custom-list a {
  color: #000000;
  text-decoration: none;
}
.custom-list a:hover {
  color: #A3CD3B;
  text-decoration: none;
}

.list-disabled {
  color: gray !important;
  pointer-events: none;
  cursor: not-allowed;
}
.list-disabled a {
  color: gray;
}

.list-dis {
  color: gray !important;
}
.list-dis a {
  color: gray;
}

.theme-icon__left {
  opacity: 0.5;
}
.theme-icon__right {
  margin-left: -1rem;
  opacity: 0.8;
}

.editor-scrollbar {
  overflow-y: scroll;
  height: 100%;
  width: 20.625rem;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes opening {
  0% {
    background-color: transparent;
    left: 0px;
    height: 50px;
    opacity: 0.5;
  }
  75% {
    background-color: #0077AD;
    left: 100px;
  }
}
/* Standard syntax */
@keyframes opening {
  0% {
    background-color: transparent;
    left: 0px;
    height: 50px;
    opacity: 0.5;
  }
  75% {
    background-color: #0077AD;
    left: 100px;
  }
}
@media screen and (max-height: 750px) {
  .sidebar-scrollbar {
    max-height: 400px;
  }
}
.widget-size {
  position: relative;
}

.admin-select__icon {
  position: absolute;
  right: 0.25rem;
  top: 0;
  font-size: 1.5rem;
  line-height: 2.125rem !important;
  pointer-events: none;
}

.date-picker-table {
  margin: 0.5rem;
  font-size: 0.75rem !important;
  display: grid;
}
​ .date-picker-table__body--btn {
  border: none !important;
  border-radius: 50% !important;
  min-width: unset !important;
  background-color: #ffffff !important;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  width: 1.5rem !important;
  height: 1.5rem !important;
  font-weight: normal !important;
  line-height: 1.625rem !important;
  font-size: 0.75rem !important;
  padding: 0 !important;
}
​ .date-picker-table__date {
  text-align: center;
}
​ .date-picker-table__selects {
  width: 9rem !important;
  margin: auto;
  position: relative;
  justify-content: space-around;
  display: flex;
}
​ .date-picker-table__week-days-labels {
  display: inline-grid !important;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
​ .date-picker-table__week-days {
  width: 15rem !important;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.date-picker-table ​ .text-muted {
  color: #dddddd !important;
}

.date-picker-table__selects {
  width: 9rem !important;
  margin: auto;
  position: relative;
  justify-content: space-around;
  display: flex;
}

.date-picker-table__week-days-labels {
  display: inline-grid !important;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}

.gallery-mode-option {
  flex-basis: 50% !important;
  font-size: 0.875rem;
  font-weight: 600;
  outline: none;
  box-shadow: none;
}

.form-control-feedback {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: block;
  text-align: center;
  padding: 0.6rem;
}

.h-0 {
  height: 0;
}

.container-body-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.pages-menu__collapser {
  line-height: 0.875rem;
  top: 0.25rem;
  right: 0;
}

.page-header-fundraiser {
  z-index: 5555;
}

.admin-donation__collapse-toggle {
  height: 1.5rem;
  display: flex;
}

.message-board-title {
  font-size: 1.125rem !important;
}

.message-board-time {
  font-size: 85% !important;
}

.account-creation-heading {
  font-size: 1.5rem;
}

.have-an-account-label {
  font-size: 1.125rem;
  margin: 0;
}

.label-margin {
  margin: 0 0 0.625rem !important;
}

.no-margin-row {
  margin: 0 !important;
}

.peer-to-peer-modal form {
  display: flex;
  flex-direction: column;
}
.peer-to-peer-modal .reg-type__heading, .peer-to-peer-modal .reg-type__row {
  display: flex;
}
.peer-to-peer-modal .expiration-modal__body {
  display: flex;
  flex-direction: column;
}
.peer-to-peer-modal .expiration-modal__window {
  z-index: 2000025 !important;
}
.peer-to-peer-modal__backdrop {
  z-index: 2000001 !important;
}

.expiration-modal__window {
  z-index: 2000050 !important;
}

.navbar-menu-btn-font {
  font-size: 1rem !important;
}

.create-account-content {
  padding: 2.875rem;
}
.create-account-content__have-an-account {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.create-account-content__have-an-account__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.donation-subhead {
  font-size: 1.5rem !important;
}

.disable-animation {
  -webkit-transition: none !important;
  transition: none !important;
}

.align-checkbox {
  margin: -2.25rem -1.1875rem 0 0;
}

.align-checkbox-heading {
  margin: -1rem -0.1875rem 0 0;
}

.align-checkbox-mobile {
  margin: -2.85rem -0.1875rem 0 0;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-text__names__desktop {
  width: 10.3125rem;
}
.truncate-text__email__desktop {
  width: 15.625rem;
}

.align-checkbox-send-emails-header {
  margin: -2rem -1.1875rem 0 0.25rem;
}

.wysiwyg {
  margin-top: 5rem;
}

.align-checkbox-send-emails-body {
  margin: -2.3rem 0 0 0.2rem;
}

.cke_dialog_background_cover {
  z-index: 2000004 !important;
}

.cke_notifications_area {
  z-index: 2000005 !important;
}

.share-modal-content {
  pointer-events: auto;
}

.header-node-arrow {
  font-size: 1em !important;
}

.minimun-donation .content-minimum-donation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.minimun-donation .content-minimum-donation p {
  margin: 0;
}
.minimun-donation .content-minimum-donation input {
  width: 5.2rem;
  height: 2.2rem;
}

.admin-edit-pencil {
  position: absolute;
  right: 0;
}

.custom-amounts-smodal-container .custom-amounts-smodal-header {
  padding: 1.5rem;
  border-bottom: 0.125rem solid #e3e3e3;
}
.custom-amounts-smodal-container .custom-amounts-smodal-header h3 {
  color: #4a4a4a;
}
.custom-amounts-smodal-container .custom-amounts-smodal-content {
  padding: 1em;
}
.custom-amounts-smodal-container .custom-amounts-smodal-content__dollar-icon {
  position: absolute;
  left: 0.375rem;
  z-index: 4;
  top: 0.3725rem;
  pointer-events: none;
}
.custom-amounts-smodal-container .custom-amounts-smodal-content__amount-field {
  padding-left: 1rem;
}
.custom-amounts-smodal-container .custom-amounts-smodal-content .form-group {
  position: relative;
}
.custom-amounts-smodal-container .custom-amounts-smodal-content .control-label {
  font-weight: 600;
}
.custom-amounts-smodal-container .custom-amounts-smodals-footer {
  padding: 1em;
  display: flex;
  justify-content: flex-end;
}
.custom-amounts-smodal-container .remove-input {
  position: absolute;
  right: 0;
  background: transparent;
  color: #0077ad;
  font-size: 0.9rem;
  cursor: pointer;
  z-index: 2;
}

.fundraiser-results__see-more-link {
  background: none !important;
}

.wizard__text {
  margin-top: 0;
  margin-bottom: 1.4375rem;
  margin-left: 3.4375rem;
  margin-right: 2.6875rem;
  display: flex;
}
.wizard__text > p {
  margin-bottom: 0;
}
.wizard__subtitle {
  margin-top: 0;
  margin-bottom: 1.4375rem;
  margin-left: 3.4375rem;
}
.wizard__title {
  color: #333333;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2rem;
  margin-left: 3.4375rem;
}
.wizard__dot {
  height: 1.25rem;
  width: 1.25rem;
  background-color: #D8D8D8;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.875rem;
  margin-top: 0.125rem;
}
.wizard__check {
  height: 1.375rem;
  width: 1.375rem;
  margin-right: 0.875rem;
  margin-top: 0.0625rem;
}
.wizard__check:before {
  color: #A3CD3B;
  font-size: 1.375rem;
}
.wizard__button {
  margin-right: 2.6875rem;
  margin-bottom: 2.375rem;
  margin-top: 0.0625rem;
  background-color: #0077AD !important;
  font: Open Sans SemiBold;
}
.wizard__container {
  height: 18.6875rem;
  margin-top: 3.625rem;
}
.wizard__modal-backdrop {
  text-align: center;
  padding: 0 !important;
}
.wizard__modal-window .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 804px;
}

.list-matching-gift {
  overflow-y: auto;
  max-height: 23em;
  min-height: 7em;
}
.list-matching-gift .list-group-item:hover {
  background-color: #eefbff;
}
.list-matching-gift .list-group-item.active {
  background-color: #0077AD;
}
.list-matching-gift .list-group-item.active:hover {
  background-color: #0077AD;
  color: #FFFFFF;
}

.matching-gift-block {
  border: 1px solid #ced4da;
  height: 7rem;
}

.progress-bar-widget {
  padding: 1.5rem 1.25rem;
}
.progress-bar-widget--text {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.progress-bar-widget--bar-height {
  height: 1.75rem;
}
.progress-bar-widget--right-text {
  font-size: 0.75rem;
  line-height: 1.6875rem;
}

.custom-questions-add {
  max-height: 85vh;
  overflow-y: scroll;
}
.custom-questions-add__question {
  display: inline-block;
  width: 100%;
  border-radius: 0.25rem;
  border: 0.0625rem solid #c8c8c8;
  padding: 0.85rem;
  position: relative;
  cursor: pointer;
}
.custom-questions-add__question--active, .custom-questions-add__question:hover {
  border: 0.0625rem solid #0077ad;
  background-color: #eefbff;
}
.custom-questions-add__question__content {
  display: inline-block;
  margin-left: 1.5rem;
}
.custom-questions-add__question__icon {
  position: absolute;
  color: #0077ad;
  top: 1.25rem;
  font-size: 1rem !important;
}
.custom-questions-add__question__show-answers {
  font-size: 0.75rem;
  color: #0077AD;
  margin: 0;
  position: relative;
}
.custom-questions-add__question__show-answers__icon {
  position: absolute;
  top: 0;
}
.custom-questions-add__question__show-answers__text {
  margin-left: 0.9rem;
}
.custom-questions-add__question__show-answers__answer {
  padding: 0.125rem 0.5rem;
}
.custom-questions-add__buttons {
  display: inline-block;
  width: 100%;
}
.custom-questions-add__backdrop {
  background-color: #000 !important;
  opacity: 0.6 !important;
}
.custom-questions-add__window {
  z-index: 2000002 !important;
}
.custom-questions-add__window--over {
  z-index: 2000033 !important;
}
.custom-questions-add__window--over ~ .custom-questions-add__backdrop {
  z-index: 2000032 !important;
}
.custom-questions-add__modal-header, .custom-questions-add__modal-body {
  padding: 1.5rem;
}
.custom-questions-add__new-question-button {
  display: block;
  margin: 2.25rem auto 1.5rem auto;
}

.custom-question-list {
  padding: 0.5rem 0.8125rem 0rem 0.1875rem;
}
.custom-question-list ol {
  list-style: none;
  padding-left: 0;
}
.custom-question-list--add {
  padding: 0rem 1.4375rem;
}

.custom-question-list__add {
  background-color: #ffffff;
  border: 0.0625rem solid #0077ad;
  color: #0077ad;
}

.custom-question-list__wrapper {
  margin-left: -0.5rem;
}
.custom-question-list__wrapper .fsi {
  opacity: 0.3;
}
.custom-question-list__wrapper:hover .fsi {
  opacity: 1;
}

.custom-question-list__item {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-right: 1rem;
}
.custom-question-list__item__rearrange-icon {
  font-size: 1.25rem;
}
.custom-question-list__item__edit-icon {
  margin-left: 0.25rem;
  font-size: 1.25rem !important;
}
.custom-question-list__item__question-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}

.custom-question-manager__title {
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0 !important;
}

.custom-question-manager__input-label {
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  font-size: 1rem;
}

.custom-question-manager__buttons {
  display: flex;
  justify-content: space-between;
}
.custom-question-manager__buttons .btn.action {
  height: 2.25rem;
  width: 5.875rem;
  padding: 0;
}
.custom-question-manager__buttons--remove {
  position: relative;
  padding-left: 2rem !important;
}
.custom-question-manager__buttons--remove__icon {
  position: absolute;
  left: 0.5rem;
  top: 0.625rem;
}

.custom-question-manager__window {
  z-index: 2000013 !important;
}
.custom-question-manager__window--sub-question {
  z-index: 2000023 !important;
}
.custom-question-manager__header, .custom-question-manager__body {
  padding: 1rem 1.5rem;
}
.custom-question-manager__checkbox {
  font-size: 0.875rem;
}
.custom-question-manager__error-message {
  font-size: 0.875rem;
}

.answers-wrapper {
  border: 0.0625rem solid #C8C8C8;
  border-radius: 0.25rem;
  padding-top: 0.8125rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.answers-wrapper ol {
  list-style: none;
  padding-left: 0;
}

.answer__add {
  text-align: center;
  color: #0077AD;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans";
  cursor: pointer;
}

.answer__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}
.answer__item .fsi {
  color: #ECECEC;
  font-size: 1.375rem;
}
.answer__item:hover .fsi {
  color: #6E6E6E;
}
.answer__item .fsi-reorder, .answer__item .fsi-subquestion {
  margin-right: 0.6875rem;
}
.answer__item .fsi-trash {
  margin-left: 0.6875rem;
}

.sub-question-section {
  padding-left: 4.125rem;
  padding-right: 2.375rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}

.custom-question-warning {
  margin-bottom: 1.75rem;
  border-left: 0.25rem solid #FFBD4B !important;
}
.custom-question-warning .fsi::before {
  color: #FFBD4B;
}

.custom-question-display__label {
  line-height: 1.25rem;
}

.wizard__text {
  height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.4375rem;
  margin-left: 3.4375rem;
  display: flex;
}
.wizard__subtitle {
  height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.4375rem;
  margin-left: 3.4375rem;
}
.wizard__title {
  color: #333333;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2rem;
  margin-left: 3.4375rem;
}
.wizard__dot {
  height: 1.25rem;
  width: 1.25rem;
  background-color: #D8D8D8;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.875rem;
  margin-top: 0.125rem;
}
.wizard__check {
  height: 1.375rem;
  width: 1.375rem;
  margin-right: 0.875rem;
  margin-top: 0.0625rem;
}
.wizard__check:before {
  color: #a3cd3b;
  font-size: 1.375rem;
}
.wizard__button {
  margin-right: 2.6875rem;
  margin-bottom: 2.375rem;
  margin-top: 0.0625rem;
}
.wizard__container {
  height: 18.6875rem;
  margin-top: 3.625rem;
}
.wizard__select-template {
  padding: 1.5rem 0;
}
.wizard__select-template__header {
  border-bottom: 0.125rem solid #e3e3e3;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.wizard__select-template__header__heading {
  height: 2rem;
  margin: 0 !important;
}
.wizard__select-template__body {
  padding: 1rem 1.625rem 0 1.625rem;
}
.wizard__select-template__body__isntructions {
  font-size: 0.875rem;
}
.wizard__select-template__body__warning-message {
  padding: 0.75rem;
  width: 100%;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.2);
  border-left: 0.25rem solid #C55D00;
  margin-top: 0.75rem;
  display: inline-block;
}
.wizard__select-template__body__warning-message--icon {
  font-size: 1.5rem !important;
  margin-right: 0.5rem;
  float: left;
}
.wizard__select-template__body__warning-message--icon:before {
  color: #C55D00;
}
.wizard__select-template__body__warning-message__close {
  font-size: 1rem !important;
  margin-top: 0.25rem;
  float: right;
  cursor: pointer;
}
.wizard__select-template__body__warning-message__close:before {
  color: #000000 !important;
}
.wizard__select-template__body__warning-message--text {
  float: left;
}
.wizard__select-template__close {
  position: absolute;
  right: -2rem;
  top: 0;
  cursor: pointer;
}
.wizard__select-template__close:before {
  color: #fff;
}
.wizard__select-template__options {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-top: 2rem;
}
.wizard__select-template__option {
  height: 13.25rem;
  width: 12.1875rem;
  border-radius: 0.1875rem;
  background-color: #FFFFFF;
  box-shadow: 0.0625rem 0.0625rem 0.375rem 0 rgba(213, 213, 213, 0.5);
  text-align: center;
  display: block;
  color: inherit;
  text-decoration: none !important;
}
.wizard__select-template__option__image {
  margin-top: 0.375rem;
}
.wizard__select-template__option__text {
  margin-top: 1rem;
}
.wizard__select-template__option--active {
  outline: 0.0625rem solid #0077AD;
  color: #0077AD;
  text-decoration: none !important;
}
.wizard__select-template__option--theme {
  border-radius: 0.1875rem;
  background-color: #FFFFFF;
  box-shadow: 0.0625rem 0.0625rem 0.375rem 0 rgba(213, 213, 213, 0.5);
  width: 7.875rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.375rem 0;
}
.wizard__select-template__option--theme__image {
  width: 6.125rem;
}
.wizard__select-template__option--theme__text {
  margin: 0;
}
.wizard__select-template__option--theme__button {
  margin-top: 1rem;
  width: 85%;
}
.wizard__select-template__option:hover, .wizard__select-template__option:focus {
  color: #0077AD !important;
}
.wizard__select-template__button {
  float: right;
}
.wizard__select-template__button__wrapper {
  display: inline-block;
  margin-top: 4rem;
  padding: 0;
}
.wizard__select-template__button--cancel {
  margin-right: 1rem;
  float: right;
}
.wizard__select-template__error-message {
  font-size: 0.875rem;
  text-align: right;
}
.wizard__modal-backdrop {
  background: #000000 !important;
  opacity: 0.6 !important;
}
.wizard__modal-window {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.modal__wrapper {
  padding: 1.5rem;
}

.confirm-changes__heading {
  margin-top: 0 !important;
}

.confirm-changes__buttons {
  display: flex;
  justify-content: flex-end;
}

.angular-ui-tree-drag-node {
  position: absolute;
  pointer-events: none;
  z-index: 106001;
  opacity: 0.8;
}

.radio-button-option {
  padding-top: 0.75rem;
  padding-right: 1.375rem;
  padding-bottom: 1.1875rem;
  padding-left: 1.375rem;
  display: flex;
  border: 0.0625rem solid transparent;
  width: 50%;
}
.radio-button-option:first-child {
  margin-bottom: 0.625rem;
}
.radio-button-option--selected {
  border: 0.0625rem solid #4398A4;
  border-radius: 0.3125rem;
}
.radio-button-option input[type=radio]:checked,
.radio-button-option input[type=radio]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
.radio-button-option input[type=radio]:checked + label,
.radio-button-option input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  line-height: 1.25rem;
  display: inline-block;
}
.radio-button-option input[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #4398A4;
  border-radius: 100%;
  background: #fff;
}
.radio-button-option input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #808285;
  border-radius: 100%;
  background: #fff;
}
.radio-button-option input[type=radio]:checked + label:after,
.radio-button-option input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #4398A4;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-button-option input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-button-option input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio-button-option__input {
  margin-right: 1.1875rem !important;
  margin-top: 0;
  color: #f3f;
}
.radio-button-option__label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 100;
}
.radio-button-option__error-message {
  font-size: 0.875rem;
  color: #D0021B !important;
  margin-top: -1rem;
}
.radio-button-option__wrapper {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.disable-row {
  opacity: 0.4;
  cursor: not-allowed;
}

.cta-buttons-widget {
  padding: 1.125rem;
  text-align: center;
  padding-bottom: 1.5rem;
}
.cta-buttons-widget--donate {
  margin-bottom: 0.75rem;
}
.cta-buttons-widget--button {
  width: 100%;
  max-width: 21rem;
  height: 3.625rem !important;
}

.initial-justify-content {
  justify-content: initial !important;
}

.upgrade-browser-container {
  max-width: 31.25rem;
}
.upgrade-browser-container .upgrade-browser-card {
  margin: 2.5rem 0;
  padding: 1.25rem;
}
.upgrade-browser-container a {
  color: #000000;
}

/* 
	CheckBoxes
*/
.checkbox {
  padding-left: 0;
}

.checkbox label {
  display: table-cell !important;
  position: relative;
  padding: 0 0.3125rem 0 1.75rem !important;
  display: flex;
  align-items: flex-start;
}

.checkbox label::before {
  content: "";
  display: table-cell !important;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  left: 0;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.125rem;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-dark label::before {
  border: 0.0625rem solid #000000;
}

.checkbox label::after {
  display: table-cell;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 0.9rem !important;
  left: 0;
  top: 0.125rem;
  font-size: 0.9rem;
  color: #555555;
  text-align: center;
}

.checkbox.minus-sign input[type=checkbox]:checked + label::after {
  font-family: "fsicons";
  content: "\e90e";
  color: #fff !important;
  margin-top: 0.3rem !important;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -0.125rem;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: "fsicons";
  content: "\e90e";
  line-height: 1;
}

.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #4398A4;
  border-color: #27737C;
}

.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-dark input[type=checkbox]:checked + label::before {
  background-color: #000;
  border-color: #000;
}

.checkbox-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-dark input[type=checkbox] + label::after {
  border-color: #000;
}

.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

/*
	Radio Buttons
*/
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 0.3125rem;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.0625rem;
  height: 1.0625rem;
  left: 0;
  margin-left: -1.25rem;
  margin-top: 0.1875rem;
  border: 0.0625rem solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 0.6875rem;
  height: 0.6875rem;
  left: 0.1875rem;
  top: 0.1875rem;
  margin-left: -1.25rem;
  margin-top: 0.1875rem;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
  opacity: 0;
}

.radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto transparent;
  outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #4398A4;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #4398A4;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #4398A4;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

.header-link-field {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: black;
  width: 3.5rem;
  text-align: center;
  padding: 0;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 2.0125rem;
  height: 1.3125rem;
  margin: 0;
}
.toggle-switch__handle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #888;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.75rem;
  border: 0.03125rem solid #888;
}

.toggle-switch__handle:before {
  position: absolute;
  content: "";
  height: 1.3125rem;
  width: 1.3125rem;
  bottom: -0.0125rem;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 1.25rem;
  border: 0.03125rem solid #888;
}

.toggle-switch input:checked {
  background-color: #ccc;
}
input:checked + .toggle-switch__handle {
  background-color: rgba(0, 119, 173, 0.85);
  border: 0.03125rem solid rgba(0, 119, 173, 0.85);
}
input:checked + .toggle-switch__handle:before {
  -webkit-transform: translateX(0.7rem);
  -ms-transform: translateX(0.7rem);
  transform: translateX(0.7rem);
  background-color: #fff;
  border: 0.03125rem solid rgba(0, 119, 173, 0.85);
}

.donation-checkbox {
  margin: 0 -0.1875rem 0 0;
}
.donation-checkbox__text {
  margin-left: 1.7rem;
}

.scoreboards-checkbox {
  margin: 0;
  display: flex;
  padding: 0;
}
.scoreboards-checkbox__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.scoreboards-checkbox label {
  padding: 0 !important;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
}
.scoreboards-checkbox label::before {
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 0.125rem;
  height: 100%;
  width: 100%;
}
.scoreboards-checkbox label::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1.125rem !important;
  font-size: 0.9rem;
  color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.admin-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.admin-checkbox__input-wrapper {
  display: flex;
  padding: 0 !important;
  margin: 0;
}
.admin-checkbox label {
  padding: 0 !important;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
}
.admin-checkbox label::before {
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 0.125rem;
  height: 100%;
  width: 100%;
}
.admin-checkbox label::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1.125rem !important;
  font-size: 0.9rem;
  color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.paypal-toggle {
  margin-top: 0.4rem;
}

.form-field {
  border-radius: 0.125rem !important;
  color: #4A4A4A;
  font-size: 0.875rem;
  height: 2.25rem;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-clip: padding-box;
  outline: none;
  box-shadow: none;
}
.form-field:focus {
  border-color: #c8c8c8;
}
.form-field--select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-field--select--small {
  height: 1.5rem;
  width: 3.75rem;
  font-size: 0.75rem;
  padding: 0.125rem 0.35rem;
  border: 0.0625rem solid #c8c8c8 !important;
}
.form-field--select--small__icon {
  top: 0.25rem;
  right: 0.25rem;
  font-size: 1.1rem;
  font-weight: 100 !important;
  position: absolute;
  pointer-events: none;
}
.form-field--select--small__icon::before {
  color: #4A4A4A;
}
.form-field--select__icon {
  position: absolute;
  pointer-events: none;
  top: 0.5rem;
  right: 0.25rem;
}
.form-field--select:hover {
  border: 0.0625rem solid #4A4A4A;
}
.form-field--checkbox.ng-invalid.ng-dirty {
  border: 0.0625rem solid #D0021B;
}
.form-field--textarea {
  height: auto;
}
.form-field--currency {
  padding-left: 1.5rem;
}
.form-field.ng-invalid.ng-touched, .form-field--invalid {
  border: 0.0625rem solid #D0021B;
  border-bottom: 0.0625rem solid #D0021B !important;
}
.form-field.ng-not-empty, .form-field--not-empty {
  border: 0.0625rem solid #d2d2d2;
}
.form-field__error-message {
  color: #D0021B;
  margin: 0;
  font-size: 0.875rem;
}
.form-field__inline-icon {
  position: absolute;
  top: 2.4rem;
  right: 1.125rem;
  font-size: 1.5rem !important;
  pointer-events: none;
}
.form-field__inline-icon--no-label {
  top: 0.4rem;
  right: 0.5rem;
}
.form-field__inline-icon--clickable {
  pointer-events: all;
  cursor: pointer;
}
.form-field:disabled, .form-field .disabled {
  background-color: #ececec;
  cursor: not-allowed;
}
.form-field__addon {
  position: absolute;
  top: 2.4rem;
  left: 0.5rem;
}
.form-field__append {
  position: absolute;
  top: 3.5rem;
  right: 0;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.form-label {
  font-weight: 600;
  color: #4A4A4A;
}
.form-label--helper {
  font-size: 0.875rem;
  color: #808285;
  margin-bottom: 0.5rem;
}

.project-goal-field {
  padding-left: 1.25rem;
}

/*
* Social Buttons for Bootstrap
*
* Copyright 2013-2016 Panayiotis Lipiridis
* Licensed under the MIT License
*
* https://github.com/lipis/bootstrap-social
*/
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
  padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social.btn-sm {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
  margin-right: 5px;
}

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
  padding-left: 61px;
}

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social-icon.btn-sm {
  padding-left: A38px;
}

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social-icon.btn-xs {
  padding-left: 30px;
}

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none;
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none;
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none;
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
  color: #444;
  background-color: #fff;
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none;
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none;
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none;
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none;
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none;
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

.btn-email {
  color: #fff;
  background-color: #666666;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-email:focus, .btn-email.focus {
  color: #fff;
  background-color: #5d5d5d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-email:hover {
  color: #fff;
  background-color: #5d5d5d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-email:active, .btn-email.active, .open > .dropdown-toggle.btn-email {
  color: #fff;
  background-color: #5d5d5d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-email:active:hover, .btn-email.active:hover, .open > .dropdown-toggle.btn-email:hover, .btn-email:active:focus, .btn-email.active:focus, .open > .dropdown-toggle.btn-email:focus, .btn-email:active.focus, .btn-email.active.focus, .open > .dropdown-toggle.btn-email.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-email:active, .btn-email.active, .open > .dropdown-toggle.btn-email {
  background-image: none;
}

.btn-email.disabled:hover, .btn-email[disabled]:hover, fieldset[disabled] .btn-email:hover, .btn-email.disabled:focus, .btn-email[disabled]:focus, fieldset[disabled] .btn-email:focus, .btn-email.disabled.focus, .btn-email[disabled].focus, fieldset[disabled] .btn-email.focus {
  background-color: #666666;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-email .badge {
  color: #666666;
  background-color: #fff;
}

.btn-email.btn-lg > :first-child {
  line-height: 41px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes openingNav {
  0% {
    opacity: 0;
    height: 5px;
  }
  10% {
    opacity: 0.1;
    height: 10px;
  }
  20% {
    opacity: 0.2;
    height: 20px;
  }
  30% {
    opacity: 0.3;
    height: 30px;
  }
  40% {
    opacity: 0.4;
    height: 40px;
  }
  50% {
    opacity: 0.5;
    height: 50px;
  }
  60% {
    opacity: 0.6;
    height: 60px;
  }
  70% {
    opacity: 0.7;
    height: 70px;
  }
  80% {
    opacity: 0.8;
    height: 80px;
  }
  90% {
    opacity: 0.9;
    height: 90px;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@-webkit-keyframes closingNav {
  0% {
    opacity: 1;
    height: auto;
  }
  10% {
    opacity: 0.9;
    height: 90px;
  }
  20% {
    opacity: 0.8;
    height: 80px;
  }
  30% {
    opacity: 0.7;
    height: 70px;
  }
  40% {
    opacity: 0.6;
    height: 60px;
  }
  50% {
    opacity: 0.5;
    height: 50px;
  }
  60% {
    opacity: 0.4;
    height: 40px;
  }
  70% {
    opacity: 0.3;
    height: 30px;
  }
  80% {
    opacity: 0.2;
    height: 20px;
  }
  90% {
    opacity: 0.1;
    height: 10px;
  }
  100% {
    opacity: 0;
    height: 0px;
    display: none;
  }
}
@-webkit-keyframes slideInFromRight {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes movingBackToRight {
  0% {
    top: 25%;
    right: 25%;
  }
  100% {
    top: 75%;
    right: 4.0625rem;
    transform: translateX(10%);
  }
}
@-webkit-keyframes movingBackToCenter {
  0% {
    top: 75%;
    right: 4.0625rem;
  }
  100% {
    top: 25%;
    right: 25%;
    transform: translateX(10%);
  }
}
@-webkit-keyframes openingMobileModal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes openingMobileModalManage {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes closingMobileModalManage {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes expandTable {
  from {
    display: none;
  }
  to {
    display: grid;
    height: auto;
  }
}
@-webkit-keyframes collapseTable {
  from {
    display: grid;
    height: auto;
  }
  to {
    display: none;
  }
}
/* Standard syntax */
@keyframes openingNav {
  0% {
    opacity: 0;
    height: 0px;
  }
  10% {
    opacity: 0.1;
    height: 10px;
  }
  20% {
    opacity: 0.2;
    height: 20px;
  }
  30% {
    opacity: 0.3;
    height: 30px;
  }
  40% {
    opacity: 0.4;
    height: 40px;
  }
  50% {
    opacity: 0.5;
    height: 50px;
  }
  60% {
    opacity: 0.6;
    height: 60px;
  }
  70% {
    opacity: 0.7;
    height: 70px;
  }
  80% {
    opacity: 0.8;
    height: 80px;
  }
  90% {
    opacity: 0.9;
    height: 90px;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@keyframes closingNav {
  0% {
    opacity: 1;
    height: auto;
  }
  10% {
    opacity: 0.9;
    height: 90px;
  }
  20% {
    opacity: 0.8;
    height: 80px;
  }
  30% {
    opacity: 0.7;
    height: 70px;
  }
  40% {
    opacity: 0.6;
    height: 60px;
  }
  50% {
    opacity: 0.5;
    height: 50px;
  }
  60% {
    opacity: 0.4;
    height: 40px;
  }
  70% {
    opacity: 0.3;
    height: 30px;
  }
  80% {
    opacity: 0.2;
    height: 20px;
  }
  90% {
    opacity: 0.1;
    height: 10px;
  }
  100% {
    opacity: 0;
    height: 0px;
    display: none;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movingBackToRight {
  0% {
    top: 25%;
    right: 25%;
  }
  100% {
    top: 75%;
    right: 4.0625rem;
    transform: translateX(10%);
  }
}
@keyframes movingBackToCenter {
  0% {
    top: 75%;
    right: 4.0625rem;
  }
  100% {
    top: 25%;
    right: 25%;
    transform: translateX(10%);
  }
}
@keyframes openingMobileModal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes openingMobileModalManage {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes closingMobileModalManage {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes expandTable {
  from {
    display: none;
  }
  to {
    display: grid;
    height: auto;
  }
}
@keyframes collapseTable {
  from {
    display: grid;
    height: auto;
  }
  to {
    display: none;
  }
}
/**
* angular.custom-growl-v2 - v0.7.8 - 2015-10-25
* http://janstevens.github.io/angular.custom-growl-2
* Copyright (c) 2015 Marco Rinck,Jan Stevens,Silvan van Leeuwen; Licensed MIT
*/
/*
 * .custom-growl-container styles
 */
.custom-growl-container.custom-growl-fixed {
  position: fixed;
  float: right;
  width: 90%;
  min-width: 300px;
  max-width: 450px;
  z-index: 999999999999999;
}

.custom-growl-container.custom-growl-fixed.top-right {
  top: 10px;
  right: 175px;
}

.custom-growl-container.custom-growl-fixed.bottom-right {
  bottom: 10px;
  right: 175px;
}

.custom-growl-container.custom-growl-fixed.middle-right {
  top: 49%;
  right: 175px;
}

.custom-growl-container.custom-growl-fixed.top-left {
  top: 10px;
  left: 175px;
}

.custom-growl-container.custom-growl-fixed.bottom-left {
  bottom: 10px;
  left: 175px;
}

.custom-growl-container.custom-growl-fixed.middle-left {
  top: 49%;
  left: 175px;
}

.custom-growl-container.custom-growl-fixed.top-center {
  top: 10px;
  left: 50%;
  margin-left: -200px;
}

.custom-growl-container.custom-growl-fixed.bottom-center {
  bottom: 10px;
  left: 50%;
  margin-left: -200px;
}

.custom-growl-container.custom-growl-fixed.middle-center {
  top: 49%;
  left: 50%;
  margin-left: -200px;
}

/*
 *.custom-growl-item styles
 */
.custom-growl-container > .custom-growl-item {
  padding: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  width: auto;
  height: auto;
}

.custom-growl-close {
  font-size: 40px !important;
  line-height: 24px;
  font-weight: 100;
  outline: none !important;
  opacity: 1;
}

.custom-growl-container > button {
  border: none;
  outline: none;
}

.custom-growl-container > .custom-growl-item.ng-enter,
.custom-growl-container > .custom-growl-item.ng-leave {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}

.custom-growl-container > .custom-growl-item.ng-enter,
.custom-growl-container > .custom-growl-item.ng-leave.ng-leave-active {
  opacity: 0;
}

.custom-growl-container > .custom-growl-item.ng-leave,
.custom-growl-container > .custom-growl-item.ng-enter.ng-enter-active {
  opacity: 1;
}

.custom-growl-container > div.custom-growl-item {
  background-position: 12px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.custom-growl-text-container {
  display: flex;
}

/*
 *.custom-growl-title styles
 */
.custom-growl-item.icon > .custom-growl-title {
  margin: 0 0 0 40px;
}

.custom-growl-title {
  font-size: 16px;
  margin-top: -4px;
  color: #4A4A4A;
}

/*
 *.custom-growl-message styles
 */
.custom-growl-item.icon > .custom-growl-message {
  margin: 0 0 0 40px;
  color: #4A4A4A;
}

.custom-growl-message {
  color: #4A4A4A;
}

.custom-growl-message-title {
  font-size: 14px;
}

.custom-growl-only-text {
  display: flex;
  flex-flow: column;
  padding-left: 10px;
}

.custom-growl-fsi-icon.fsi-check-circle:before {
  color: #A3CD3B;
}

.custom-growl-fsi-icon.fsi-error:before {
  color: #D0021B;
}

.custom-growl-fsi-icon.fsi-info:before {
  color: #0077AD;
}

.custom-growl-fsi-icon.fsi-warning:before {
  color: #EBCD00;
}

/*
 *.custom-growl background images
 */
.custom-growl-container > .alert-info.icon {
  border-left: 4px solid #0077AD;
  color: #0077AD;
}

.custom-growl-container > .alert-error.icon {
  border-left: 4px solid #D0021B;
  color: #D0021B;
}

.custom-growl-container > .alert-success.icon {
  border-left: 4px solid #A3CD3B;
  color: #A3CD3B;
}

.custom-growl-container > .alert-warning.icon {
  border-left: 4px solid #EBCD00;
  color: #EBCD00;
}

.alert-success {
  color: #387a47;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #285733;
}

.alert-info {
  color: #2f7883;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #22565d;
}

.alert-warning {
  color: #9e8e24;
  background-color: #fbf5cc;
  border-color: #f9f1b8;
}

.alert-warning hr {
  border-top-color: #f7eca0;
}

.alert-warning .alert-link {
  color: #74691b;
}

.alert-danger {
  color: #9e2929;
  background-color: #fbcece;
  border-color: #fabbbb;
}

.alert-danger hr {
  border-top-color: #f8a3a3;
}

.alert-danger .alert-link {
  color: #761e1e;
}

@font-face {
  font-family: "fsicons";
  src: url("https://www.mygiving.net/global/css/core/fonts/fsicons.eot?umtwi9");
  src: url("https://www.mygiving.net/global/css/core/fonts/fsicons.eot?umtwi9#iefix") format("embedded-opentype"), url("https://www.mygiving.net/global/css/core/fonts/fsicons.ttf?umtwi9") format("truetype"), url("https://www.mygiving.net/global/css/core/fonts/fsicons.woff?umtwi9") format("woff"), url("https://www.mygiving.net/global/css/core/fonts/fsicons.svg?umtwi9#fsicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fsi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fsicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fsi-cc-amex:before {
  content: "\e956";
}

.fsi-cc-discover:before {
  content: "\e957";
}

.fsi-cc-mastercard:before {
  content: "\e958";
}

.fsi-cc-visa-copy:before {
  content: "\e959";
}

.fsi-cc-visa:before {
  content: "\e95a";
}

.fsi-draggable:before {
  content: "\e955";
}

.fsi-academy:before {
  content: "\e900";
}

.fsi-add:before {
  content: "\e901";
}

.fsi-add-circle:before {
  content: "\e902";
}

.fsi-address-book:before {
  content: "\e903";
}

.fsi-add-square:before {
  content: "\e904";
}

.fsi-apps:before {
  content: "\e905";
}

.fsi-arrow-back:before {
  content: "\e906";
}

.fsi-at:before {
  content: "\e907";
}

.fsi-calendar:before {
  content: "\e908";
}

.fsi-camera:before {
  content: "\e909";
}

.fsi-carat-down:before {
  content: "\e90a";
}

.fsi-caret-up:before {
  content: "\e90b";
}

.fsi-chart:before {
  content: "\e90c";
}

.fsi-chatbubble:before {
  content: "\e90d";
}

.fsi-check:before {
  content: "\e90e";
}

.fsi-check-circle:before {
  content: "\e90f";
}

.fsi-city:before {
  content: "\e910";
}

.fsi-clear:before {
  content: "\e911";
}

.fsi-comment:before {
  content: "\e912";
}

.fsi-creditcard:before {
  content: "\e913";
}

.fsi-document:before {
  content: "\e914";
}

.fsi-dollar:before {
  content: "\e915";
}

.fsi-download:before {
  content: "\e916";
}

.fsi-edit:before {
  content: "\e917";
}

.fsi-envelope-closed:before {
  content: "\e918";
}

.fsi-envelope-open:before {
  content: "\e919";
}

.fsi-error:before {
  content: "\e91a";
}

.fsi-external:before {
  content: "\e91b";
}

.fsi-facebook:before {
  content: "\e91c";
}

.fsi-feedback:before {
  content: "\e91d";
}

.fsi-filter:before {
  content: "\e91e";
}

.fsi-first:before {
  content: "\e91f";
}

.fsi-gift:before {
  content: "\e920";
}

.fsi-hamburger:before {
  content: "\e921";
}

.fsi-help:before {
  content: "\e922";
}

.fsi-home:before {
  content: "\e923";
}

.fsi-inbox:before {
  content: "\e924";
}

.fsi-info:before {
  content: "\e925";
}

.fsi-last:before {
  content: "\e926";
}

.fsi-layout:before {
  content: "\e927";
}

.fsi-left:before {
  content: "\e928";
}

.fsi-library:before {
  content: "\e929";
}

.fsi-lightbulb:before {
  content: "\e92a";
}

.fsi-link:before {
  content: "\e92b";
}

.fsi-list:before {
  content: "\e92c";
}

.fsi-list-thick:before {
  content: "\e92d";
}

.fsi-more-horizontal:before {
  content: "\e92e";
}

.fsi-more-vertical:before {
  content: "\e92f";
}

.fsi-pages:before {
  content: "\e930";
}

.fsi-paint:before {
  content: "\e931";
}

.fsi-panorama:before {
  content: "\e932";
}

.fsi-people:before {
  content: "\e933";
}

.fsi-person:before {
  content: "\e934";
}

.fsi-phone:before {
  content: "\e935";
}

.fsi-refresh:before {
  content: "\e936";
}

.fsi-renew:before {
  content: "\e937";
}

.fsi-reorder:before {
  content: "\e938";
}

.fsi-review:before {
  content: "\e939";
}

.fsi-right:before {
  content: "\e93a";
}

.fsi-ruler:before {
  content: "\e93b";
}

.fsi-search:before {
  content: "\e93c";
}

.fsi-send:before {
  content: "\e93d";
}

.fsi-settings:before {
  content: "\e93e";
}

.fsi-smartlist:before {
  content: "\e93f";
}

.fsi-sort-az:before {
  content: "\e940";
}

.fsi-star-empty:before {
  content: "\e941";
}

.fsi-star-filled:before {
  content: "\e942";
}

.fsi-subquestion:before {
  content: "\e943";
}

.fsi-success:before {
  content: "\e944";
}

.fsi-task:before {
  content: "\e945";
}

.fsi-teamcaptain:before {
  content: "\e946";
}

.fsi-theme:before {
  content: "\e947";
}

.fsi-time-lapsed:before {
  content: "\e948";
}

.fsi-tour:before {
  content: "\e949";
}

.fsi-trash:before {
  content: "\e94a";
}

.fsi-triangle-down:before {
  content: "\e94b";
}

.fsi-triangle-up:before {
  content: "\e94c";
}

.fsi-twitter:before {
  content: "\e94d";
}

.fsi-updownarrow:before {
  content: "\e94e";
}

.fsi-upload:before {
  content: "\e94f";
}

.fsi-volunteering:before {
  content: "\e950";
}

.fsi-warning:before {
  content: "\e951";
}

.fsi-webinar:before {
  content: "\e952";
}

.fsi-website:before {
  content: "\e953";
}

.fsi-wrench:before {
  content: "\e954";
}

/* RESET VALUES*/
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  background-color: transparent;
  font-family: "Open Sans";
}

html {
  font-size: 16px !important;
  font-family: "Open Sans";
  height: 100%;
}

.content-placeholder {
  color: transparent;
  background: transparent;
  opacity: 0;
}

.f-weight-600 {
  font-weight: 600;
}

.link {
  cursor: pointer;
}

.progress {
  border-radius: 1.75rem !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.space-between {
  justify-content: space-around !important;
}

.no-animation {
  transition: none !important;
}

/* END RESET VALUES*/
/* Scrollbar styles*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(241, 241, 241, 0);
}

::-webkit-scrollbar-track {
  background-color: rgba(241, 241, 241, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 0px;
}

/* END Scrollbar styles*/
/* General Styles */
.rem-width-3 {
  width: 3rem;
}

.h-100 {
  height: 100%;
}

.l-h-normal {
  line-height: normal;
}

.search-input .dropdown-menu {
  width: 100%;
}

.bold-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.h-auto {
  min-height: initial !important;
  height: auto !important;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.p-bottom-5 {
  padding-bottom: 0.3125rem;
}

.p-top-0 {
  padding-top: 0;
}

.p-top-10 {
  padding-top: 0.625rem;
}

.m-bottom-0 {
  margin-bottom: 0;
}

.m-bottom-10 {
  margin-bottom: 0.625rem;
}

.inline {
  display: inline-block;
}

.no-pointer-events {
  pointer-events: none;
}

.icon-design {
  height: 3rem;
  width: 3rem;
}

/* General Styles */
/* Utilities styles */
.vertical-center {
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Utilities styles */
.placeholder-editable {
  color: rgb(161, 161, 161);
  padding: 0;
  margin: 0.18rem 0 0 0;
  white-space: nowrap;
  overflow-x: clip;
}
.placeholder-editable:hover, .placeholder-editable:focus {
  outline: 1px solid #a8a8a8;
}

.swatch--off .color-picker-swatch-left {
  display: none !important;
}

.row .no-padding, .no-padding {
  padding-right: 0;
  padding-left: 0;
}

.color-picker-input {
  padding: 0.625rem !important;
}

.page-sticky {
  padding-top: 70px;
}

.header-placeholder {
  color: transparent !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.error-state {
  color: #e61713 !important;
  outline: 0.0625rem solid #e61032;
}

.has-error {
  color: #e61713 !important;
}

.hover-span {
  padding: 6px 8px;
  border-radius: 0.125rem 0 0 0.125rem;
  width: 2rem !important;
  border: 0.0625rem solid #ced4da;
  height: 2rem;
  transition: all 0s;
}

.font-require {
  font-size: 12px;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
  border-radius: 20px !important;
}

.toggle.ios .toggle-handle {
  border-radius: 20px !important;
}

.toggle.btn.btn-xs.ios.off, .toggle.btn.btn-xs.ios.on {
  min-width: 22px !important;
  min-height: 13px !important;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 4px 8px;
  font-size: 8px;
}

.toggle.btn-xs {
  min-width: 22px;
  min-height: 13px;
}

.nested-colorpicker {
  min-width: auto !important;
}

.ui-tree-widgets {
  padding-left: 0 !important;
}

.widgetChild-header {
  background-color: #FFFFFF;
  cursor: pointer !important;
  border-bottom: 1px solid #e3e1e1;
  padding: 10px 12px 10px 20px;
  outline: none;
  cursor: pointer;
  font-size: 0.9rem;
}

.blocked-area {
  width: 100%;
  padding: 8px 12px;
}

.P2P__accion-buttons > .error-state, .P2P__secondary-buttons > .error-state {
  outline: 0.0625rem solid #e61032;
}
.P2P__accion-buttons > .error-state:hover, .P2P__secondary-buttons > .error-state:hover {
  outline: 0.0625rem solid #e61032 !important;
}
.P2P__accion-buttons > .error-state:focus, .P2P__secondary-buttons > .error-state:focus {
  outline: 0.0625rem solid #e61032 !important;
}

.P2P__profile-subhead {
  color: #4A4A4A;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.25rem;
}

.error-page {
  display: flex;
  justify-content: center;
}
.error-page__container {
  height: 12.25rem;
  width: 30rem;
  background-color: #FFFFFF;
  padding: 1.4375rem 1.375em 2.4375rem 1.4375rem;
}
.error-page__container h4 {
  font-size: 1.25rem;
  color: #3A3A3A;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2rem;
}
.error-page__container--content {
  color: #757575;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.error-page__container--content a {
  color: #0F00FF;
}
.error-page__container--here {
  color: #007bff;
  cursor: pointer;
}
.error-page__space {
  margin-top: 10px;
}
.error-page.fundraising-content {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

.P2P__donation-form input[type=text] {
  font-family: "Open Sans";
}

.P2P__donation-form input[type=search] {
  font-family: "Open Sans";
}

.P2P__donation-form select {
  font-family: "Open Sans";
  padding-left: 0.5rem;
}

.P2P__donation-form textarea {
  font-family: "Open Sans";
}

.P2P__donation-form input[type=email] {
  font-family: "Open Sans";
}

.P2P-nav {
  height: auto;
}

.P2P-nav:hover .btn-round__header {
  opacity: 1;
}

.btn-round__header {
  top: 4.6875rem;
}

.P2P-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 5rem !important;
  position: relative !important;
  width: 100%;
}
.P2P-navbar .navbar-nav {
  display: inherit !important;
}
.P2P-navbar__links {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex: 0 100%;
}

.P2P-navbar__toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 3rem;
}

.P2P-navbar__logo {
  max-height: 5rem;
  width: auto;
  padding: 0.75rem 0;
}

.P2P-footer {
  min-height: 4.0625rem;
  z-index: 4;
  display: flex;
  align-items: center;
}

.P2P-footer-login {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.P2P-footer-login__buttons {
  max-width: 100%;
  word-break: break-all;
  white-space: normal;
}

.P2P-footer--edit {
  display: block;
}

.P2P-footer:hover .btn-round__footer {
  opacity: 1;
}

.P2P-footer > .btn-round__footer {
  top: auto;
}

.footer-container {
  padding-top: 1.25rem;
}

.fundraising-content {
  width: 83%;
  background-color: #fff;
  margin: 5rem auto;
  z-index: 3;
  min-height: 500px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.54);
}

.pp-main-image {
  min-height: 250px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 32.75rem;
}

.amounts-group {
  min-height: 5rem;
}

.box-image {
  width: 100%;
}

.add-image-icon {
  padding-top: 2.875rem;
}

.box-image:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.content-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-fit_contain {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.paypal-container {
  height: 38px;
  width: 35%;
  margin: 0 auto;
}

.circle-name {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  width: 1.6em;
  font-size: 42px;
}
.circle-name__message::before {
  font-size: 34px;
  line-height: 1.6rem;
}

.team-captain-section {
  display: flex;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
}

.circle-container {
  margin-top: 0px;
}

.camera-icon {
  transition: all 0.5s;
  text-align: center;
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  color: #6E6E6E;
  bottom: 0.5rem;
  right: 0.5625rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}

.images-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.25rem;
}
.images-mobile__image {
  position: relative;
  height: calc((100vw - 6.25rem) / 2);
}

.setting-icon {
  transition: all 0.5s ease;
  text-align: center;
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  color: #6E6E6E;
  bottom: 1rem;
  right: 0.5625rem;
  font-size: 1.5rem;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
}
.setting-icon:hover, .setting-icon:hover .overlay-img {
  opacity: 1 !important;
}
.setting-icon.active {
  opacity: 1;
}
.setting-icon .image-setting {
  width: 1.604375rem;
  height: 1.604375rem;
}
.setting-icon--profile-add {
  right: 4rem;
}

.setting-icon--profile-remove {
  right: 0.5625rem;
}

.setting-icon--pencil {
  right: 0.5625rem;
  bottom: 0.45rem;
}

.setting-icon--image {
  bottom: 2rem;
}

.setting-icon__profile {
  width: 2rem;
  height: 2rem;
  bottom: 0.625rem;
}

.setting-icon--profile-edit {
  right: 3rem;
}

.setting-icon--profile-pic {
  padding: 0;
  border: 0.0625rem solid #CBCBCB;
  border-radius: 0;
}

.back-icon-settings {
  width: 1.833125rem;
  height: 1.833125rem;
  display: inline-block;
  border-radius: 100%;
  background-color: #cccccc;
  text-align: center;
  margin-right: 0.625rem;
}
.back-icon-settings--xl {
  width: 2.520625rem;
  height: 2.520625rem;
}

.back-icon-settings img {
  height: 100%;
}

.mobile-back {
  display: block;
  margin-right: 0.9375rem;
}

.mobile-ckeditor {
  border: 0.0625rem solid #EDEDED;
  min-height: 6.25rem !important;
}

.mobile-settings {
  padding: 0.9375rem;
}
.mobile-settings--xs {
  padding: 0.3125rem;
}

.mobile-settings__heading {
  font-size: 1.375rem;
}

.mobile-settings__body {
  padding-top: 0.9375rem;
}

.widget-settings {
  position: absolute;
  z-index: 3;
  box-shadow: rgba(21, 19, 19, 0.61) 0 0 2rem 0;
  background-color: #FFFFFF;
  top: 75%;
  right: 4.0625rem;
  width: 17.75rem;
  max-width: 18rem;
  border-radius: 0.25rem;
}
.widget-settings--no-content {
  right: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget-settings__close {
  font-size: 1.5rem;
  color: #4A4A4A;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}
.widget-settings__close__align {
  margin: 0 auto;
}

.widget-settings__title {
  padding: 1.3125rem 1rem 1.5rem 1rem;
}

.widget-settings__panel {
  padding: 0 1rem;
}

.moving-back-right {
  animation-name: movingBackToRight;
  animation-duration: 0.2s;
}

.moving-back-center {
  animation-name: movingBackToCenter;
  animation-duration: 0.2s;
}

.lockedLocation {
  pointer-events: none;
}

.location-block {
  min-height: 13.4375rem;
}
.location-block__widget {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.location-block__upload {
  padding: 0;
  border: none;
}
.location-block__upload:hover .camera-icon {
  opacity: 1;
}
.location-block__upload:hover .overlay-img {
  background-color: rgba(22, 166, 223, 0.25);
}
.location-block__upload:hover {
  background-color: transparent;
}

.location-block__image {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 0.375rem;
  text-align: center;
  display: block;
  margin: 0 auto 1.0625rem auto;
}

.location-block__no-image {
  font-size: 5rem;
  line-height: 8.5rem;
}

.location-block__title {
  margin-bottom: 1.875rem;
}

.location-block__name {
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.25rem;
}

.location-block__address {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1.25rem;
}

.location-block .upload-image {
  background-color: #D8D8D8;
  border-radius: 0.375rem;
}
.location-block .upload-image .btn-file {
  padding: 0;
}
.location-block .location-thumbnail {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 0.375rem;
}
.location-block__loc_prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  font-size: 1.375rem;
  width: 1.375rem;
  text-align: center;
}

.location-block__loc_next {
  position: absolute;
  bottom: 50%;
  right: 0;
  font-size: 1.375rem;
  width: 1.375rem;
  text-align: center;
}

.location-block__pagination {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.9375rem;
}
.location-block__pagination li > a {
  padding: 0.375rem;
}

.location-block__pagination li:nth-child(-n+2) > a {
  margin-bottom: -0.3125rem;
}

.location-block__pagination li:nth-last-child(-n+2) > a {
  margin-bottom: -0.3125rem;
}

.location-block__container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.location-block__element {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 25%;
  max-width: 50%;
}

.location_image_placeholder {
  padding: 0 !important;
}

.profile-picture {
  position: relative;
}
.profile-picture--thumbnail {
  border-radius: 100%;
}

.overlay-img {
  transition: all 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-img:hover {
  background-color: rgba(22, 166, 223, 0.25);
}
.overlay-img:hover .setting-icon {
  opacity: 1;
}
.overlay-img__location {
  height: 8.5rem;
  width: 8.5rem;
  margin: 0 auto;
  border-radius: 0.375rem;
  background-color: rgba(22, 166, 223, 0);
}

.overlay-img--image-gallery {
  top: 1.25rem;
  bottom: 1.25rem;
}

.edit-mobile {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 0.625rem 0;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  font-size: 2.1875rem;
  color: #4A4A4A;
  display: none;
  cursor: pointer;
}
.edit-mobile span {
  padding: 0 0.3125rem;
}
.edit-mobile .icon {
  height: 2.375rem;
}
.edit-mobile--dashed {
  position: relative;
  margin-top: 0.625rem;
  background-image: linear-gradient(to right, #979797 50%, transparent 50%), linear-gradient(to right, #979797 50%, transparent 50%), linear-gradient(to bottom, #979797 50%, transparent 50%), linear-gradient(to bottom, #979797 50%, transparent 50%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 30px 2px, 30px 2px, 2px 25px, 2px 25px;
}

.edit-mobile--image {
  font-size: 0.875rem;
  padding: 0.375rem;
}

.edit-mobile--bottom-align {
  bottom: 1.25rem;
}

.mobile-modal {
  position: fixed;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 0.625rem;
  animation: openingMobileModal 0.5s;
  -webkit-animation: openingMobileModal 0.5s;
}

.P2P__mobile-modal--manage {
  background-color: #FFFFFF;
  animation: openingMobileModalManage 0.5s;
  -webkit-animation: openingMobileModalManage 0.5s;
}
.P2P__mobile-modal--manage > .mobile-modal {
  bottom: auto;
  animation: none;
  -webkit-animation: none;
  -webkit-transform: none!important;
  -ms-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}

.P2P__mobile-modal--manage .in-remove .in-remove-active {
  animation: closingMobileModalManage 0.5s;
  -webkit-animation: closingMobileModalManage 0.5s;
}

.is-sticky .btn-round__fundraising {
  top: 0.9375rem;
}

.form-group.no-margin {
  margin-bottom: 0;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.form-group.no-margin .font-style {
  font-weight: normal;
  height: 1.5rem;
  width: 14.1875rem;
  color: #333333;
  font-family: "Open Sans";
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.form-group.no-margin.ng-hide {
  opacity: 0;
}

.error-message {
  color: #e61713;
  padding: 0 0.625rem;
}

.well {
  margin-bottom: 0 !important;
  border-radius: none !important;
}

.customLinks {
  cursor: pointer;
  color: #007bff !important;
  text-decoration: none;
}

.customLinks:hover {
  text-decoration: underline !important;
}

.img-preview {
  height: auto;
  width: 100%;
  margin-bottom: 0.625rem !important;
}

.sponsor__link {
  display: inline-block;
  margin: 0.625rem;
}
.sponsor__image {
  max-height: 6.875rem;
  min-height: 6.875rem;
  width: auto;
  max-width: 100%;
}
.sponsor__heading {
  padding-left: 0.625rem;
  margin: 0;
}
.sponsor__heading--live {
  padding-left: 0.625rem;
  margin-bottom: 0.625rem !important;
}

.small-btn {
  padding: 0.25rem 0.5rem !important;
}

.btn-group-justified {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.btn-group-justified button, .btn-group-justified a {
  font-size: 0.875rem;
  font-weight: 600;
  border: 0.0625rem solid #ced4da;
}
.btn-group-justified button:focus, .btn-group-justified a:focus {
  box-shadow: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  padding: 0 0.3125rem;
}

.linkDisabled {
  cursor: not-allowed;
  pointer-events: none;
}

.disabledColor {
  color: #C8C8C8;
}

.locationDisabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
  color: #333 !important;
}

.widget-container:hover .buttonRoundDisabled {
  opacity: 0.5 !important;
  background: #969696 !important;
  cursor: not-allowed !important;
}

.content-editable:hover {
  cursor: pointer;
}

.cke_editable {
  min-height: 16px;
  line-height: normal;
}
.cke_editable:hover {
  outline: 2px dotted #ccc;
}

.addthis_toolbox {
  float: right;
  min-width: 100px;
}
.addthis_toolbox .custom_images {
  position: absolute;
  z-index: 9999999999;
  padding-right: 20px;
}

.customHtmlContainer {
  line-height: 1.5rem;
}
.customHtmlContainer p {
  margin: 0 !important;
}

.widgetsBlock {
  position: relative;
}

.responsiveHeaderButtons {
  display: none;
}

.customHtmlContent {
  height: 100%;
  position: absolute;
  width: 100%;
  outline: none;
}

.headerHidden {
  display: none !important;
}

.img-thumbnail {
  width: 100%;
  min-height: 50px;
}

.btn-file {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
}
.btn-file__profile-picture {
  background-color: #CCCCCC;
  width: 100%;
  height: 0;
  padding-bottom: 98.19%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-file__profile-picture__conainer-icon-image {
  position: absolute;
  margin: auto;
  height: 6.25rem;
  width: 31.25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-file__profile-picture__profile {
  width: 2.875rem;
}

.btn-file__profile-picture__container {
  border: 0.0625rem solid #CBCBCB;
  border-radius: 0;
  background-color: #D8D8D8;
}

.img-size {
  font-size: 12px;
  color: #969696;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  background-color: transparent;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active, .pagination > li > a:visited, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > li > span:active, .pagination > li > span:visited {
  background-color: transparent !important;
}

.pagination > .disabled > a, .pagination > .disabled > span {
  border: none;
  background-color: transparent;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination > .disabled > a:active, .pagination > .disabled > a:visited, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > span:active, .pagination > .disabled > span:visited {
  background-color: transparent !important;
}

.pagination > .active > a, .pagination > .active > span {
  border: none;
  background-color: transparent;
  font-weight: bold;
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > a:active, .pagination > .active > a:visited, .pagination > .active > span:hover, .pagination > .active > span:focus, .pagination > .active > span:active, .pagination > .active > span:visited {
  background-color: transparent !important;
  font-weight: bold;
}

.sponsorEditing {
  top: 5rem;
  right: 0.5rem;
  left: 0.5rem;
  position: absolute;
  width: 18rem;
  background-color: #fff;
  padding: 1rem;
  box-shadow: rgba(21, 19, 19, 0.61) 0px 0px 32px 0px !important;
  z-index: 200000;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.add-icon-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.location-header {
  padding: 0 5px;
  cursor: pointer;
}

a.location-link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border: none;
}
a.location-link i, a.location-link label, a.location-link span {
  cursor: pointer;
}

.location-dropdown {
  width: 100%;
}

.header-container:hover .btn-round {
  opacity: 1;
}

.widget-header:hover,
.widgetChild-header:hover {
  color: #31383C;
}

.actions-standard {
  display: inline-block;
}

.custom-content {
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

.widget-container:hover .btn-round {
  opacity: 1;
}

.btn-round {
  width: 24px;
  height: 24px;
  line-height: 0;
  border: none;
  opacity: 0;
  padding: 4px 6px;
  border-radius: 50%;
  background-color: #939598;
  position: absolute;
  color: #FFFFFF;
  right: 3px;
  top: -15px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 8888;
  outline: none;
}
.btn-round:hover {
  background-color: #3379B7;
  opacity: 0.75;
}
.btn-round--hover {
  background-color: #3379B7;
  opacity: 1;
}
.btn-round--registration {
  right: -0.625rem !important;
}

.singleImageWidget {
  width: 100%;
  min-height: 1px;
  height: auto;
}

.actions-mobile {
  display: none;
}

.ng-hide {
  height: 0;
}
.ng-hide.ng-animate {
  height: auto !important;
}

.widget-style, .admin-widget div.widget-header,
.admin-widget div.widget-body {
  background: #fff;
  font-weight: normal !important;
  cursor: inherit !important;
  padding: 10px;
  outline: none;
}

div.widgetChild-body {
  font-weight: normal !important;
  cursor: inherit !important;
  outline: none;
}

.panel {
  margin-bottom: 0px;
}

md-content,
md-tabs,
md-tab-content {
  overflow: visible !important;
}

.panel-open {
  background-color: #FFFFFF !important;
}

.panel-header-open {
  font-weight: bold;
}

.fs-admin {
  height: 100%;
  min-height: 100%;
  width: 300px;
  background: #e1e2e3;
}

.nested-colorpicker .color-picker-wrapper .color-picker-panel {
  left: -115% !important;
  border: solid 1px #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding-right: 1px;
}

.color-picker-wrapper .color-picker-panel {
  border: solid 1px #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding-right: 1px;
}

.sticky-wrapper {
  width: 300px;
}

.widget-container .jumbotron {
  background: transparent;
}
.widget-container .jumbotron h1 {
  font-size: 4.5rem;
  word-wrap: break-word;
  margin-bottom: 1rem;
}
.widget-container .jumbotron .hero-container {
  padding: 4rem;
  margin-bottom: 2rem;
}

.widget-container-parent {
  min-height: 5.25rem;
}
.widget-container-parent .banner-container {
  background-position: top !important;
  background-repeat: no-repeat !important;
  min-height: 35.4375rem;
  display: flex;
  align-items: center;
  background-size: cover;
}

.widget-container-parent:hover .btn-round {
  background-color: #3379B7;
  opacity: 0.75;
}

.widget-container-parent .jumbotron {
  background: transparent;
}
.widget-container-parent .jumbotron h1 {
  font-size: 4.5rem;
  word-wrap: break-word;
  margin-bottom: 1rem;
  line-height: 4.5rem;
}
.widget-container-parent .jumbotron .hero-container {
  padding: 4rem 20%;
  margin-bottom: 2rem;
}

.sticky-wrapper > .admin-side > .admin-side-item {
  overflow-y: auto;
  overflow-x: hidden;
  height: 68vh;
  width: 100%;
}

.sticky-wrapper.is-sticky > .admin-side.is-sticky > .admin-side-item {
  overflow-y: auto;
  height: 88vh;
  width: 100%;
}

.admin-side {
  background: #e1e2e3;
  min-width: 300px;
  min-height: 100%;
  height: 100vh;
}
.admin-side .sidebar-footer {
  position: fixed;
  bottom: 0;
  z-index: 900;
  width: 300px;
  left: 0;
  padding: 0.5rem;
  height: 45px;
  border-top: 1px solid #939598;
  background-color: #e1e2e3;
}
.admin-side .sidebar-footer .btn-sm {
  font-size: 15px;
  font-weight: 500;
}
.admin-side .sidebar-footer .btn-sm.french-button {
  margin-left: 5px;
}
.admin-side .sidebar-buttons {
  padding: 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  height: 50px;
}
.admin-side .sidebar-buttons .btn-link {
  font-size: 15px;
}
.admin-side .sidebar-buttons .btn-outline-primary {
  font-size: 15px;
}
.admin-side .sidebar-buttons .sidebar-btn {
  float: right;
  padding: 10px 0;
}
.admin-side .sidebar-buttons .nav > li > a {
  padding: 15px 10px;
  color: #0275d8;
  background: transparent;
  border: none;
  transition: all 0.2s;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  height: 50px;
}
.admin-side .sidebar-buttons .nav > li > a::after {
  transition: all 0.2s;
}
.admin-side .sidebar-buttons .nav > li > a:hover {
  cursor: pointer;
  transition: all 0.2s;
  color: #014c8c;
}
.admin-side .sidebar-buttons .nav > li > a:hover::after {
  content: "";
  width: 42px;
  height: 0;
  border-bottom: 3px solid #fc440f;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  transition: all 0.2s;
}
.admin-side .panel .panel-body.content-container {
  font-family: "Open Sans", sans-serif;
  padding: 7px;
}
.admin-side .panel .panel-body.content-container select.custom-font-picker {
  border-radius: 0;
}
.admin-side .panel .panel-body.content-container legend.custom-label-lg {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: inherit;
  color: #333;
  border: 0;
}
.admin-side .panel .panel-body.content-container label.custom-label {
  margin-top: 7px;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
}
.admin-side .panel .panel-body.content-container label.custom-hover-label {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
}
.admin-side .panel .panel-body.content-container .form-group legend.custom-label-lg {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px !important;
  font-size: 18px;
  line-height: inherit;
  color: #333;
  border: 0;
}
.admin-side .panel .panel-body.content-container .checkbox {
  padding-left: 20px;
}
.admin-side .panel .panel-body.content-container .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.admin-side .panel .panel-body.content-container .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.admin-side .panel .panel-body.content-container .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.admin-side .panel .panel-body.content-container .checkbox input[type=checkbox] {
  opacity: 0;
  z-index: -1;
}
.admin-side .panel .panel-body.content-container .checkbox input[type=checkbox]:focus + label::before {
  outline: thin dotted;
  outline-offset: -2px;
}
.admin-side .panel .panel-body.content-container .checkbox input[type=checkbox]:checked + label::after {
  font-family: FontAwesome;
  content: "\f00c";
}
.admin-side .panel .panel-body.content-container .checkbox .customtext-container label::before {
  display: none;
  width: 0px;
  height: 0px;
}
.admin-side .panel .panel-body.content-container .input-group {
  margin-right: 5px;
}
.admin-side .panel .panel-body.content-container .input-group button {
  height: 25px;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  outline: 0px;
  box-shadow: none;
  -webkit-appearance: none;
}
.admin-side .panel .panel-body.content-container .input-group button:hover {
  background-color: #fff;
}
.admin-side .panel .panel-body.content-container .input-group button.active {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  background-color: #fff;
}
.admin-side .panel .panel-body.content-container .dropdown .dropdown-toggle {
  height: 25px;
  border-radius: 0;
}

.admin-widget:first-child {
  margin-top: 0;
}

.admin-widget {
  background-color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: initial;
  border-radius: 0.2rem;
  font-size: 0.875rem;
}
.admin-widget div.widget-header {
  background-color: #FFFFFF;
  cursor: pointer !important;
}
.admin-widget div.widget-header,
.admin-widget div.widget-body {
  border-radius: 0 0 0.2rem 0.2rem;
}

.md-padding {
  padding: 20px 0 !important;
}

md-content.md-default-theme,
md-content {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e1e2e3;
}

md-tab-data {
  opacity: 1;
  display: table;
  right: 0;
  left: initial;
  z-index: 20;
}

.heroButtonSection {
  margin-top: 25px;
}

.actionButtons {
  text-align: center;
  margin-bottom: 20px;
}
.actionButtons button {
  margin-top: 0.625rem;
  min-width: 15.9375rem !important;
  height: auto;
  padding: 0.875rem 1rem !important;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.actionButtons__text {
  margin-bottom: 0 !important;
  font-weight: 200;
  word-break: break-all;
}

.actionButtonsLabels .progressbar-label-left {
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1.6;
}
.actionButtonsLabels .progressbar-label-right {
  margin-right: 10px;
  font-size: 2rem;
}
.actionButtonsLabels .progressbar-small {
  font-size: 1rem;
  font-weight: bold;
  line-height: 3;
}

.testProgressBar {
  height: 16px;
  margin-top: -5px;
}
.testProgressBar small {
  flex-direction: row;
  margin-left: auto;
  align-self: flex-end;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

.locationName {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 0;
}

.scoreboard-container {
  padding: 20px;
}
.scoreboard-container .scoreboard-header {
  display: flex;
  margin-bottom: 1.3125rem;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; /* Sólo WebKit -NO DOCUMENTADO */
  -ms-hyphens: auto; /* Guiones para separar en sílabas */
  -moz-hyphens: auto; /*  depende de lang en <html>      */
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
  font-size: 1.625rem;
  line-height: 2rem;
}
.scoreboard-container .scoreboard-header h4 {
  float: left;
  flex-direction: row;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 0;
}
.scoreboard-container .scoreboard-header small {
  flex-direction: row;
  margin-left: auto;
  align-self: flex-end;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
.scoreboard-container .scoreboard-body a {
  margin-bottom: 10px;
}
.scoreboard-container .scoreboard-body a h5.label-amount {
  font-size: 15px;
  line-height: 1.7;
}
.scoreboard-container .scoreboard-body a h5.label-helper {
  font-size: 13px;
  margin-left: 5px;
  line-height: 2;
}

.navbar-container {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.navbar-container .navbar-nav {
  margin-left: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
  margin-right: 0px !important;
  padding-right: 25px;
}
.navbar-container .navbar-nav .nav-link {
  padding: 0 0.5rem 0 0.5rem;
}
.navbar-container .navbar-nav .nav-link.social-link {
  margin-top: -5px;
}
.navbar-container .navbar-nav .nav-link.social-link a {
  text-decoration: none;
}
.navbar-container .navbar-nav .nav-link.social-link a span i {
  font-size: 28px;
}

div.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
  height: 16px;
  margin-top: -10px;
}
div.navbar.navbar-toggleable-md {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  width: 100%;
  min-height: 50px;
  height: auto;
  margin-top: 10px;
}
div.navbar.navbar-toggleable-md .navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  min-height: 60px;
  height: auto;
}
div.navbar.navbar-toggleable-md .navbar-brand .navbar-logo {
  min-height: 50px;
  min-width: 50px;
}
div.navbar.navbar-toggleable-md .navbar-collapse {
  display: flex !important;
  width: 100%;
  padding-right: 150px;
}

.dashboard {
  padding: 0 !important;
}
.dashboard__heading {
  padding: 4%;
}
.dashboard__heading--left {
  width: 50%;
  display: inline-block;
}

.dashboard__heading--right .btn-social-icon.btn-lg:nth-last-child(1) {
  margin-right: 0;
}

.dashboard__reg-message {
  text-align: center;
  padding: 2.5rem 4% 0 4%;
}

.dashboard__content {
  padding-bottom: 2.5rem;
}

.dashboard__card {
  margin: 2.5rem 0;
  padding: 1.25rem;
  border: 0.0625rem solid #D0D0D0;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(84, 84, 84, 0.5);
}

.goal__heading-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.25rem;
}
.goal__heading-section > .P2P__accion-buttons {
  height: 2.9rem;
  width: 12.6375rem;
  margin-left: 0.9375rem;
}

.actions-section__group {
  margin-top: 0.5rem;
}

/* Start media queries */
@media (max-width: 400px) and (min-width: 250px) {
  .color-picker-wrapper .color-picker-panel {
    left: 50px !important;
  }
  .admin-side .sidebar-footer {
    position: initial !important;
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) and (min-width: 575px) {
  div.navbar.navbar-toggleable-md {
    margin-top: 20px;
    margin-bottom: 82px;
    flex-direction: column;
  }
  #ctaBar {
    width: 100%;
  }
  .navbar-nav > li {
    float: none !important;
  }
}
/* Small Devices */
@media (max-width: 575px) and (min-width: 250px) {
  html {
    font-size: 10px;
  }
  .list-inline > li {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .widget-container .jumbotron h1 {
    font-size: 3.5rem !important;
  }
  .widget-container-parent .jumbotron h1 {
    font-size: 2.25rem !important;
    margin-bottom: 1rem;
    line-height: 2.7rem;
  }
  .actionButtonsLabels .progressbar-label-left {
    font-size: 1.5rem !important;
  }
  .actionButtonsLabels .progressbar-label-right {
    font-size: 1.5rem !important;
  }
  .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .ulNoImage {
    padding-top: 0 !important;
  }
  .ulNoImage .navbar-nav {
    display: inline-block;
    position: absolute;
    padding-top: 10% !important;
  }
  .hero-container {
    padding: 0 2rem !important;
  }
  div.navbar.navbar-toggleable-md {
    margin-top: 20px;
    margin-bottom: 82px;
  }
  .navbar-header {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-container {
    position: relative;
    padding-top: 0px;
    left: 0px;
  }
  .navbar-container .navbar-nav {
    display: inline-block;
    position: absolute;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .navbar-container .navbar-nav .nav-link {
    padding-bottom: 6px;
  }
  .navbar-container .addthis_toolbox {
    position: absolute;
    top: 240px;
    left: calc(50% - 50px);
  }
  .navbar-logo {
    max-width: 280px !important;
  }
  .responsiveHeaderButtons {
    display: none;
  }
  .widgetsBlock {
    padding-top: 0;
    padding-bottom: 0;
    float: none !important;
  }
  div.navbar.navbar-toggleable-md .navbar-collapse {
    display: none !important;
  }
  .is-sticky {
    width: 100% !important;
    top: 0px !important;
  }
  .fs-admin,
  .sticky-wrapper {
    width: 100% !important;
    height: auto;
    min-height: auto;
  }
  .admin-side {
    height: auto;
    min-height: auto;
  }
  .actions-standard {
    display: inline-block;
  }
  .admin-side-item {
    height: auto !important;
  }
  .actions-mobile {
    display: none;
  }
  .color-picker-wrapper .color-picker-panel {
    position: fixed !important;
    border: solid 1px #ccc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding-right: 1px;
    left: 150px !important;
  }
  .navbar-container .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .admin-side .sidebar-footer {
    position: initial !important;
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* Mainly for small devices in landscape mode */
@media (min-width: 575px) and (max-width: 767px), (max-width: 575px) and (min-width: 250px) and (orientation: landscape) {
  .navbar-container .addthis_toolbox {
    top: 30px;
    left: calc(100% - 100px);
  }
}
@media (max-width: 1600px) and (min-width: 575px) {
  .sticky-wrapper > .admin-side > .admin-side-item {
    height: 60vh;
  }
}
.cke_combo__font {
  display: none !important;
}

.create-team__instructions {
  font-size: 1.25rem;
}

.join-captain {
  margin-top: 0.1875rem;
}

.sticky {
  position: sticky !important;
}

.reg-type__heading {
  font-size: 0.875rem;
  color: #4a4a4a;
  margin-bottom: 1rem;
}

.reg-type__row {
  padding: 0.875rem 1.375rem;
}
.reg-type__row .radio {
  padding-left: 2.25rem;
}
.reg-type__row .radio label::before, .reg-type__row .radio label::after {
  margin-left: -2.25rem;
}

.reg-type__description {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  margin-left: 0;
}

.reg-type__row:nth-last-child(1) {
  margin-bottom: 1rem;
}

.reg-active {
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0.25rem;
}

.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

.team-full * {
  cursor: not-allowed;
}
.team-full * * {
  color: #8f8f8f !important;
}
.team-full * .fundraiser-summary__initials {
  color: black;
}

.team-full-option {
  cursor: not-allowed !important;
}

.fundraiser-option {
  cursor: pointer;
}

.panel-modal.address-book .modal-dialog {
  width: 50.625rem;
}
.panel-modal.address-book .modal-content {
  max-height: 100vh;
  overflow: auto;
}

.address-book {
  z-index: 2000013 !important;
}
.address-book__add-header {
  padding: 1.5rem;
}
.address-book__add-header h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

.address-book__add-body {
  padding: 1.5rem;
  padding-top: 1.25rem;
}
.address-book__add-body .email-modal__form-group {
  margin-bottom: 4rem;
}

.address-book__header {
  padding: 0.9375rem 1.5rem;
  border-bottom: 0.0625rem solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-book__enter-emails {
  display: flex;
  justify-content: center;
  padding: 2.8125rem 0;
}

.address-book__contacts {
  margin-bottom: 3.125rem;
}

.address-book__contact-actions {
  margin-bottom: 0.625rem;
}

.address-book__footer {
  width: 100%;
  position: fixed;
  text-align: right;
  background-color: white;
  bottom: 0.6875rem;
  justify-content: flex-start;
  display: flex;
  flex-direction: row-reverse;
}
.address-book__footer .P2P__accion-buttons {
  margin-right: 2.125rem !important;
  margin-bottom: 1.3125rem;
  margin-top: 1.3125rem !important;
}

.address-book__footer.footer-w-lg {
  max-width: 47rem;
}

.address-book__delete-contact-actions {
  display: flex;
  justify-content: flex-end;
}

.address-book__delete-contact-container {
  margin-bottom: 1.5rem;
}

.address-book-tags .tags {
  min-height: 7.6875rem;
}

.add-group__new-group {
  margin-bottom: 1.6875rem;
}

.add-group__list {
  margin-bottom: 1.875rem;
  margin-top: 0.75rem;
}
.add-group__list .radio {
  margin-bottom: 1.25rem;
}

.enter-emails__section {
  display: flex;
  flex-direction: column;
  padding: 0 1.875rem;
  max-width: 16.4375rem;
  text-align: center;
}

.enter-emails__button {
  height: 2.125rem;
  max-width: 10.25rem;
  min-width: 10.25rem;
  margin: 0 auto;
}

.enter-emails__footer {
  display: flex;
  justify-content: flex-end;
}

.contacts__button {
  min-width: 5.875rem;
}

.contacts__button:first-child {
  margin-right: 0.8125rem;
}

.contacts--editing {
  width: 100%;
  max-width: 100%;
}

.contacts__names {
  font-weight: bold;
  font-size: 1.125rem;
  color: #4A4A4A;
}

.contacts__email {
  font-weight: 300;
  font-size: 1.125rem;
  color: #4A4A4A;
}

.table-row {
  display: grid;
  grid-template-columns: 2.5rem 25% 25% 1fr 5rem;
  width: 100%;
  align-items: center;
  border-bottom: 0.0625rem solid #ddd;
  border-top: none !important;
  min-height: 2.5rem;
}
.table-row--heading {
  background-color: #ececec;
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 2.5rem 25% 25% 1fr;
  width: 100%;
  border-bottom: 0.0625rem solid #808285;
}

.table-row--heading-sponsors {
  grid-template-columns: 2rem 12.5% 12.5% 12.5% 12.5% 1fr;
}

.table-row--heading-group {
  background-color: #FFF;
  grid-template-columns: 1fr 5rem;
  min-height: 2.75rem;
  border-bottom: none;
}
.table-row--heading-group .group-title {
  font-size: 1.25rem;
}

.table-row--heading-group__titles {
  border-top: 0.0625rem solid #808285;
}

.table-row__heading {
  padding: 0.61rem !important;
  line-height: 1rem !important;
  vertical-align: middle !important;
  border-top: none !important;
}

.table-row__record {
  padding: 0.4375rem 0.6185rem !important;
  outline: none !important;
  pointer-events: all;
  border-top: 0 !important;
}

.table-row--checkbox {
  width: 2.5rem;
  padding: 0.375rem !important;
}
.table-row--checkbox input[type=checkbox]:checked + label::after {
  margin-top: 0.2rem;
}

.table-row__actions {
  display: flex;
  justify-content: flex-end;
}
.table-row__actions .action-icon {
  display: none;
  cursor: pointer;
}

.table-row__actions-edit {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.table-row__actions-edit .action-icon {
  cursor: pointer;
}

.table-row-sponsors {
  grid-template-columns: 2rem 12.5% 12.5% 12.5% 12.5% 1fr 5rem;
}

.table-row:hover .action-icon, .table-row--heading:hover .action-icon {
  display: flex;
}

.table-row:hover .contact-editing > .action-icon {
  display: none;
}

.table-expanded {
  /*animation: expandTable 0.3s;
  -webkit-animation: expandTable 0.3s;*/
  display: grid;
  height: auto;
}
.table-expanded * {
  height: auto;
}

.table-collapsed {
  /*animation: collapseTable 0.3s;
  -webkit-animation: collapseTable 0.3s;*/
  display: none;
  height: 0;
}
.table-collapsed * {
  height: 0;
}

.contacts-record {
  word-break: break-all;
  margin: 0;
}

.sponsors-record {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
}

.items-start {
  align-items: flex-start !important;
}

.create-team .fundraiser-results {
  margin: 1.25rem 0 0 0 !important;
}

.form-url {
  font-size: 14px;
}

.input-group .form-url-input {
  border-radius: 0 4px 4px 0 !important;
}

.validate-form-url-icon {
  position: absolute;
  top: 22%;
  right: 10px;
}

.rotate {
  animation: rotate-renew 2s infinite linear;
  right: 13px;
}

@keyframes rotate-renew {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fundraiser-results .panel-body table tbody tr td {
  border-top: 0 !important;
  border-bottom: 0.0625rem solid #ddd !important;
}

.fundraiser-results .panel-body table tbody tr td .fundraiser-summary__amount {
  font-size: 0.875rem !important;
}

.fundraiser-results table tbody tr td {
  padding: 1.3125rem 1.125rem !important;
  vertical-align: middle !important;
}

.fundraiser-results table tbody tr td p {
  margin: 0 !important;
}

.fundraiser-results .form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 991px) {
  .P2P-navbar {
    height: inherit !important;
  }
  .menu-element {
    min-width: 100%;
  }
}
.no-arrow.dropdown-toggle::after {
  display: none;
}

.banner-preview {
  width: 8.625rem;
  padding-right: 0.688rem;
  padding-left: 0.688rem;
}
.banner-preview-icon {
  top: -4px;
  right: 8px;
  background-color: rgb(22, 166, 223);
  width: 16px;
  height: 16px;
  padding: 1px 1px;
  font-size: 10px;
  opacity: 1;
  transition: all 0s;
}
.banner-preview-selected {
  border: 0.125rem solid #16A6DF;
  box-sizing: border-box;
}
.banner-preview-not-selected {
  border: 0.125rem solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.banner-preview-row {
  background-color: #F1F1F1;
  margin: 0.25rem;
  height: 4.875rem !important;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2), 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.19);
}
.banner-preview-column {
  background: #ffffff;
}
.banner-preview-image {
  width: 100%;
  height: auto;
  max-height: 4.75rem !important;
  top: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.banner-preview-box-shadow-half {
  box-shadow: 2rem 0 rgb(231, 242, 246), 3.125rem 0 rgb(231, 242, 246);
}
.banner-preview-box-shadow-one-third {
  box-shadow: 1.5rem 0 rgb(231, 242, 246), 3rem 0 rgb(231, 242, 246), 4.4rem 0 rgb(231, 242, 246);
}
.banner-preview-box-shadow-two-thirds {
  box-shadow: 2.5rem 0 rgb(231, 242, 246);
}
.banner-preview-image-shadow {
  width: 100%;
  height: auto;
  max-height: 4.75rem !important;
  top: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-preview-text {
  color: #808080;
  font-size: 0.75rem;
  text-align: center;
  height: 1rem;
}

.admin-banner-text {
  color: #616161;
  font-family: "Open Sans";
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.188rem;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes openingNav {
  0% {
    opacity: 0;
    height: 5px;
  }
  10% {
    opacity: 0.1;
    height: 10px;
  }
  20% {
    opacity: 0.2;
    height: 20px;
  }
  30% {
    opacity: 0.3;
    height: 30px;
  }
  40% {
    opacity: 0.4;
    height: 40px;
  }
  50% {
    opacity: 0.5;
    height: 50px;
  }
  60% {
    opacity: 0.6;
    height: 60px;
  }
  70% {
    opacity: 0.7;
    height: 70px;
  }
  80% {
    opacity: 0.8;
    height: 80px;
  }
  90% {
    opacity: 0.9;
    height: 90px;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@-webkit-keyframes closingNav {
  0% {
    opacity: 1;
    height: auto;
  }
  10% {
    opacity: 0.9;
    height: 90px;
  }
  20% {
    opacity: 0.8;
    height: 80px;
  }
  30% {
    opacity: 0.7;
    height: 70px;
  }
  40% {
    opacity: 0.6;
    height: 60px;
  }
  50% {
    opacity: 0.5;
    height: 50px;
  }
  60% {
    opacity: 0.4;
    height: 40px;
  }
  70% {
    opacity: 0.3;
    height: 30px;
  }
  80% {
    opacity: 0.2;
    height: 20px;
  }
  90% {
    opacity: 0.1;
    height: 10px;
  }
  100% {
    opacity: 0;
    height: 0px;
    display: none;
  }
}
@-webkit-keyframes slideInFromRight {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes movingBackToRight {
  0% {
    top: 25%;
    right: 25%;
  }
  100% {
    top: 75%;
    right: 4.0625rem;
    transform: translateX(10%);
  }
}
@-webkit-keyframes movingBackToCenter {
  0% {
    top: 75%;
    right: 4.0625rem;
  }
  100% {
    top: 25%;
    right: 25%;
    transform: translateX(10%);
  }
}
@-webkit-keyframes openingMobileModal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes openingMobileModalManage {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes closingMobileModalManage {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes expandTable {
  from {
    display: none;
  }
  to {
    display: grid;
    height: auto;
  }
}
@-webkit-keyframes collapseTable {
  from {
    display: grid;
    height: auto;
  }
  to {
    display: none;
  }
}
/* Standard syntax */
@keyframes openingNav {
  0% {
    opacity: 0;
    height: 0px;
  }
  10% {
    opacity: 0.1;
    height: 10px;
  }
  20% {
    opacity: 0.2;
    height: 20px;
  }
  30% {
    opacity: 0.3;
    height: 30px;
  }
  40% {
    opacity: 0.4;
    height: 40px;
  }
  50% {
    opacity: 0.5;
    height: 50px;
  }
  60% {
    opacity: 0.6;
    height: 60px;
  }
  70% {
    opacity: 0.7;
    height: 70px;
  }
  80% {
    opacity: 0.8;
    height: 80px;
  }
  90% {
    opacity: 0.9;
    height: 90px;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@keyframes closingNav {
  0% {
    opacity: 1;
    height: auto;
  }
  10% {
    opacity: 0.9;
    height: 90px;
  }
  20% {
    opacity: 0.8;
    height: 80px;
  }
  30% {
    opacity: 0.7;
    height: 70px;
  }
  40% {
    opacity: 0.6;
    height: 60px;
  }
  50% {
    opacity: 0.5;
    height: 50px;
  }
  60% {
    opacity: 0.4;
    height: 40px;
  }
  70% {
    opacity: 0.3;
    height: 30px;
  }
  80% {
    opacity: 0.2;
    height: 20px;
  }
  90% {
    opacity: 0.1;
    height: 10px;
  }
  100% {
    opacity: 0;
    height: 0px;
    display: none;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movingBackToRight {
  0% {
    top: 25%;
    right: 25%;
  }
  100% {
    top: 75%;
    right: 4.0625rem;
    transform: translateX(10%);
  }
}
@keyframes movingBackToCenter {
  0% {
    top: 75%;
    right: 4.0625rem;
  }
  100% {
    top: 25%;
    right: 25%;
    transform: translateX(10%);
  }
}
@keyframes openingMobileModal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes openingMobileModalManage {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes closingMobileModalManage {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes expandTable {
  from {
    display: none;
  }
  to {
    display: grid;
    height: auto;
  }
}
@keyframes collapseTable {
  from {
    display: grid;
    height: auto;
  }
  to {
    display: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
  .participan-reults-list .user-card--container--left {
    margin-left: 0.9375rem;
  }
  .participan-reults-list .user-card--container--right {
    margin-right: 0.9375rem;
  }
  .dashboard-container__column-left {
    padding-right: 1.875rem !important;
  }
  .paddings-0625 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .team-members-tabs--mobile {
    display: none !important;
  }
  .join-button-wrapper {
    width: 30%;
  }
  .fundraiser-filter--mobile {
    display: none;
  }
  .disabled-overlay {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .disabled-overlay div, .disabled-overlay button, .disabled-overlay a {
    pointer-events: none;
  }
  .page-fundraiser-page {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 1.875rem;
  }
  .fundriaser-panel-left-column {
    width: 25rem;
  }
  .fundriaser-panel-right-column {
    width: calc(100% - 25rem);
  }
  .fundraiser-font {
    font-size: 1.5vw;
    line-height: 2.875rem;
  }
  .margin-negative-15 {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .margin-0625 {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
  .padding-image-gallery {
    padding: 1.25rem 0 !important;
  }
  .add-donation-modal__body .offline-donation-type-toggle__button {
    height: 2.875rem !important;
  }
  .charity-messages__gallery slick .slick-list {
    height: auto !important;
  }
  .container-maccabi .fundraiser-font {
    font-size: 1.1vw;
  }
}
/* Tablet View */
@media only screen and (max-width: 1199px) {
  .page-fundraiser-page {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .P2P-navbar__toggle--hub {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 25%;
    outline: none;
  }
  .closing-menu {
    opacity: 0;
    height: 0;
    -webkit-animation-name: closingNav; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.1s; /* Safari 4.0 - 8.0 */
    animation-name: closingNav;
    animation-duration: 0.1s;
  }
  .closing-menu * {
    height: 0;
    margin: 0 !important;
  }
  .visible-menu {
    opacity: 1;
    height: auto;
    -webkit-animation-name: openingNav; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.1s; /* Safari 4.0 - 8.0 */
    animation-name: openingNav;
    animation-duration: 0.1s;
  }
  .fundraising-hub__menu {
    padding: 0;
    width: 100vw;
    height: 5rem;
    position: absolute;
    overflow-x: visible;
  }
  .fundraising-hub__menu--no-buttons {
    position: relative;
    margin: 0;
  }
  .fundraising-hub__menu__navbar-mobile {
    display: flex;
    height: 100%;
    padding: 1rem;
    align-items: center;
  }
  .fundraising-hub__menu__navbar-mobile__container__user {
    margin-top: 1rem;
    display: flex;
  }
  .fundraising-hub__menu__navbar-mobile__container__logo {
    position: relative;
  }
  .fundraising-hub__menu__navbar-mobile__container__logo--image {
    max-height: 60%;
  }
  .fundraising-hub__menu__navbar-mobile__container__list-content {
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 100vw;
    left: 0;
    padding: 0 2rem;
  }
  .fundraising-hub__menu__navbar-mobile__container__list {
    margin-top: 3.125rem;
  }
  .fundraising-hub__menu__navbar-mobile__container__list__icon {
    height: 2.005rem;
    width: 2.005rem;
  }
  .fundraising-hub__menu__navbar-mobile__container__list__item {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
  }
  .fundraising-hub__menu__navbar-mobile__container__list__container-icon span {
    position: absolute;
  }
  .fundraising-hub__menu__navbar-mobile__container__logout {
    margin-bottom: 2.375rem;
  }
  .fundraising-hub__page {
    padding: 0 !important;
  }
  .fundraising-hub__page__container {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .fundraising-hub__page__container--no-buttons {
    margin-top: 0;
  }
  .fundraising-hub__message {
    padding: 0;
    margin: 0 !important;
  }
  .fundraising-hub__button-group {
    padding: 0 1.25rem;
  }
  .hub-heading {
    margin-top: 2rem;
    margin-bottom: 1.375rem;
  }
  .page-message__placeholder-team {
    padding-bottom: 0 !important;
    height: 13rem;
  }
  .page-message__placeholder-team__image {
    width: 4rem;
    font-size: 4rem;
  }
  .cash-and-checks {
    padding: 1.25rem 1.25rem 5rem 1.25rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .tooltip.tooltip-personalize-steps.add-profile-pic .tooltip-inner {
    max-width: 56vw !important;
    width: 56vw !important;
  }
  .page-fundraiser-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .join-button-wrapper {
    margin: 0 auto;
  }
  .participation-panel .form {
    float: left;
  }
  .participation-panel .participate-options__individual--side {
    margin-top: 1.5625rem;
    padding-left: 0;
  }
  .email-modal__top {
    border-bottom: none;
  }
  .email-modal--close {
    line-height: 2rem;
  }
  .email-modal__title {
    display: block;
    width: 90%;
  }
  .email-modal__send-button {
    width: 100%;
    margin-top: 0;
  }
  .email-modal__save {
    margin-top: 1.75rem !important;
  }
  .email-modal__input--message img {
    max-width: 100%;
    height: auto !important;
  }
  .email-modal__checkbox-save {
    margin-top: 0.6875rem;
  }
  .emails-modal__body {
    padding-top: 0;
  }
  .import-contacts__header {
    padding: 1.5rem !important;
    padding-bottom: 1rem !important;
    border-bottom: none !important;
  }
  .import-contacts__header--text {
    font-size: 1.375rem;
  }
  .import-contacts__social-option {
    width: 100%;
    display: flex;
    justify-content: center;
    border: solid 0.0625rem #337ab7;
    padding: 0.75rem;
  }
  .import-contacts__container-options {
    padding-top: 0 !important;
  }
  .import-contacts__container-options--panel {
    border: none;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }
  .import-contacts__container-options--text {
    margin: 0;
  }
  .mobile-modal-import {
    display: block !important;
  }
  .mobile-modal-import .modal-content {
    width: 100vw;
    height: 100%;
  }
  .mobile-modal-import-regFlow {
    display: block !important;
  }
  .mobile-modal-import-regFlow .modal-content {
    max-width: 100%;
    height: 100%;
  }
  .participan-reults-list .user-card--container {
    margin-bottom: 1.875rem;
  }
  .img-container {
    max-height: 21.875rem;
  }
  .join-team-modal .modal-dialog {
    min-height: 100vh;
  }
  .join-team-modal .modal-dialog .modal-content {
    min-height: 100vh;
  }
  .join-team__corporate {
    margin-top: 1.5rem;
    width: 19.1rem !important;
    max-width: 100%;
  }
  .join-team__footer {
    display: flex;
  }
  .dashboard__heading {
    display: flex;
    flex-direction: column-reverse;
  }
  .dashboard__heading--left {
    width: 100%;
  }
  .dashboard__heading--right {
    float: none !important;
    text-align: center;
    margin-bottom: 0.875rem;
  }
  .dashboard__heading--right .btn-social-icon.btn-lg {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.9375rem;
  }
  .goal__heading-section {
    display: block;
    text-align: center;
  }
  .goal__heading-section h2 {
    margin-bottom: 1.5rem !important;
  }
  .profile-page {
    padding-bottom: 4.6875rem !important;
  }
  .navbar-logo {
    height: auto !important;
    padding: 0.5rem 0;
  }
  .fundraising-section-wrapper {
    width: 100%;
  }
  .fundraising-section-wrapper--hub {
    width: 100vw;
    margin-left: -0.9375rem;
  }
  .container-responsive {
    padding-right: 0px !important;
    padding-left: 0px !important;
    display: flex;
    justify-content: space-between;
  }
  .login__page {
    max-width: 100%;
  }
  .fundraising-results__pagination {
    display: none !important;
  }
  .fundraising-results__pagination-mobile {
    display: inline;
  }
  .donation-panel {
    margin: 0;
  }
  .fundraiser-page__mobile {
    display: inline;
  }
  .fundraiser-page__no-mobile {
    display: none;
  }
  .fundraising-section__container-donate {
    padding: 1.25rem 0.625rem 1.25rem 0.3125rem;
  }
  .fundraising-section__container-share {
    padding: 1.25rem 0.3125rem 1.25rem 0.625rem;
  }
  .fundraising-section__container {
    padding-bottom: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .fundraising-section__container-btn {
    padding: 1.5rem 0.5rem;
  }
  .fundraising-section--ellipsis {
    max-width: 9.375rem;
    margin: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
  }
  .fundraising-section__benefiting-bottom {
    margin-bottom: 0;
  }
  .text-team-page {
    text-align: center;
    float: none !important;
  }
  .join-button-text {
    margin: auto;
  }
  .P2P-navbar {
    height: auto;
    min-height: 5rem;
  }
  .P2P-navbar__links {
    flex-direction: column;
    text-align: center;
  }
  .P2P-navbar__links > li {
    display: block;
    padding: 5px 0;
    font-size: 20px;
  }
  .P2P-navbar__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    outline: none !important;
  }
  .P2P-navbar__logo {
    max-width: 12.5rem !important;
  }
  .nav-link {
    max-width: 100% !important;
  }
  .event-details {
    padding: 0.65rem 1.25rem 0;
  }
  .event-details--event-name {
    text-align: center;
  }
  .event-details--text {
    font-size: 0.875rem;
  }
  .event-details--section {
    padding-left: 15px !important;
  }
  .event-details--bottom {
    padding: 0;
  }
  .event-details--map {
    margin-bottom: 0;
    height: 19rem;
  }
  .hub-message {
    display: none;
  }
  .hub-heading {
    display: none;
  }
  .fundraising-content {
    width: 100% !important;
  }
  .profile-picture-space {
    margin-top: 12.5rem !important;
  }
  .participation-panel__layout {
    width: 100% !important;
  }
  .fundraising-section {
    width: 100%;
    border-radius: 0rem;
    position: static;
    padding: 0px;
  }
  .is-sticky {
    max-width: 61.9375rem !important;
    top: 0px !important;
    left: 0px !important;
  }
  .team-members-container {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .team-members--card {
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 1.25rem 0 !important;
  }
  .team-members__full-name {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
  }
  .margin-right-1-25 {
    margin-right: -0.9375rem;
  }
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-padding {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .no-side-margin {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .mobile-padding-3125 {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
  .mobile-padding-9375 {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .margin-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .no-side-margin-625 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .padding-3125 {
    padding: 0.3125rem !important;
  }
  .sponsors-padding {
    padding: 1.25rem !important;
  }
  .sponsor__heading--live {
    padding-left: 0;
  }
  .sponsor__link {
    margin: 0.625rem 0;
    width: 100%;
    height: auto;
  }
  .sponsor__image {
    width: 100%;
    height: auto;
    max-width: inherit;
    max-height: inherit;
  }
  .team-members-tabs--mobile li {
    width: 100%;
    text-align: center;
  }
  .team-members-tabs--not-mobile {
    display: none;
  }
  .team-members__dropdown {
    font-size: 0.75rem;
  }
  .team-members__title {
    font-size: 1.4375rem;
  }
  .team-members-tabs--mobile li {
    width: 100%;
    text-align: center;
  }
  .team-members-tabs--not-mobile {
    display: none;
  }
  .padding-right-0 {
    padding-right: 0.9375rem;
  }
  .search-page__content-page {
    width: 100% !important;
  }
  .fundraiser-summary__button {
    display: none;
  }
  .locations-list__select {
    font-size: 0.875rem;
    font-weight: 600;
    float: right;
    height: 2.4375rem;
    width: 100%;
    padding: 0.25rem 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.5rem;
  }
  .locations-list__select--arrow {
    position: absolute;
    margin: 0;
    right: 1rem;
    top: 0.54rem;
  }
  .suggested-amounts-row {
    display: block;
  }
  .suggested-amounts-column {
    width: 9.375rem;
  }
  .amounts-group {
    margin-bottom: 0.75rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
  .amounts-group .btn {
    display: block;
    float: none;
  }
  .donation-amount-input {
    margin: 1rem 0 0 0;
  }
  .amount-tooltip {
    margin: 0;
    height: initial;
    width: 100%;
    max-width: 100%;
    padding-left: 20px !important;
    animation: hide-tool 0.2s;
    float: right !important;
    grid-area: tooltip;
  }
  .amount-tooltip__text {
    padding: 0.625rem;
  }
  .form-element-tooltip {
    height: 100%;
  }
  .btn-amount--active::after {
    border-top: 0.875rem solid transparent;
    border-bottom: 0.875rem solid transparent;
    border-right-width: 1.125rem;
    border-right-style: solid;
    border-right-color: inherit;
    left: 91%;
    top: 50%;
    transform: translateY(-50%);
  }
  .fundraiser-filter {
    display: none;
  }
  .fundraiser-filter__list__option {
    text-align: right;
    float: right;
    margin: 1.375rem 1.25rem 0 0;
    line-height: 1.375rem;
  }
  .fundraiser-filter__select-wrapper {
    position: relative;
  }
  .sticky-filters {
    padding: 0 1.25rem;
  }
  .individual-icon-container {
    display: none;
  }
  .fundraiser-results {
    margin: 0;
    border: none;
  }
  .fundraiser-results__content {
    padding: 0;
  }
  .fundraiser-results__heading {
    border: none;
    padding: 0 0 1.875rem 0;
  }
  .fundraiser-results__heading-text {
    font-size: 1.5rem;
    margin: 0;
  }
  .fundraiser-results__see-more-link {
    border: none;
    height: 5.625rem;
    line-height: normal;
  }
  .fundraiser-results__see-more-link--a {
    padding: 1.875rem 0 2.75rem 0;
    display: inline-block;
  }
  .fundraiser-results__no-see-more-link {
    border: none;
    height: 2.625rem;
    line-height: normal;
  }
  .fundraiser-results__no-see-more-link--a {
    padding: 1.875rem 0 2.75rem 0;
    display: inline-block;
  }
  .fundraiser-summary {
    padding-bottom: 1.5625rem;
  }
  .fundraiser-filter--mobile__panel {
    padding: 0 1.25rem;
  }
  .fundraiser-filter--mobile__panel__heading {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.0625rem;
    margin-top: 0.9375rem;
  }
  .fundraiser-filter--mobile__panel__exit {
    float: right;
    margin-top: 0.8rem;
    vertical-align: middle;
  }
  .fundraiser-filter--mobile__panel__label {
    font-weight: normal;
  }
  .fundraiser-filter--mobile__panel__label--location {
    margin-top: 0.9375rem;
  }
  .fundraiser-filter--mobile__button {
    margin: 1.4375rem 0 1.0625rem 0;
    float: right;
    height: 2.25rem;
    width: 7.5rem;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
  }
  .fundraiser-filter--mobile__select {
    font-weight: 600;
    font-size: 0.875rem;
    float: right;
    height: 2.4375rem;
    padding: 0.25rem 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .search-results__container {
    padding: 1.1875rem 1.25rem 0 1.25rem;
    margin-top: 0;
  }
  .search-card--container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .search-page__container-filters {
    padding: 0;
  }
  .location-block__element {
    min-width: 50% !important;
  }
  .edit-mobile {
    display: flex !important;
  }
  .only-desktop {
    display: none !important;
  }
  .profile-picture {
    margin-top: -10rem;
    margin-right: auto;
    margin-left: auto;
    width: 56vw !important;
    height: 56vw;
  }
  .btn-file__profile-picture {
    margin-top: -10rem;
    margin-right: auto;
    margin-left: auto;
    width: 56vw !important;
    padding-bottom: 56vw !important;
  }
  .profile-picture--xs {
    margin-top: 0;
    width: auto !important;
    padding-bottom: 98.19% !important;
  }
  .participant__btn--hub,
  .team-information--hub,
  .event-details--hub,
  .message-board--hub,
  .admin-content--hub,
  .fundraising-section--hidden {
    display: none;
  }
  .fundraising-section__container--hub {
    padding: 0.625rem;
  }
  .fundraising-hub__button-group {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    padding: 1.25rem;
    width: 100%;
    top: 0;
    margin-top: -10rem;
    left: 0;
  }
  .fundraising-hub__button {
    width: 45%;
    float: left;
    height: 44px;
  }
  .fundraising-hub__button:last-child {
    float: right;
    text-align: center;
    line-height: 1.875rem;
  }
  .fundraising-hub__menu {
    margin-top: 5rem;
  }
  .fundraising-hub__menu--no-buttons {
    position: relative;
    margin: 0;
  }
  .fundraising-hub__menu--fundraising-page {
    position: relative;
  }
  .fundraising-hub__page__content {
    min-height: calc(100vh - 5rem);
  }
  .fundraising-hub__page__container--no-buttons {
    margin-top: 0;
  }
  .fundraising-hub__share__copy-button {
    width: 4.125rem;
  }
  .fundraising-hub__message {
    margin: 0 !important;
  }
  .page-message__placeholder {
    padding: 0;
    height: 100%;
  }
  .page-message__placeholder__image {
    padding: 9vw 0;
  }
  .parent-participant-message {
    height: 100% !important;
  }
  .cash-and-checks {
    padding: 0 !important;
  }
  .cash-and-checks__content-wrapper {
    padding: 0 1.25rem !important;
    margin-bottom: 5rem;
  }
  .cash-and-checks__header {
    padding-bottom: 0;
  }
  .cash-and-checks__header--no-donations {
    border: none;
    margin-bottom: 1.8125rem;
  }
  .cash-and-checks__headings {
    padding: 1.25rem;
    margin: 0 0 0.3125rem 0;
  }
  .cash-and-checks__headings--main {
    font-size: 1.5rem;
  }
  .cash-and-checks__headings--instructions {
    margin: 0 0 0.3125rem 0;
  }
  .cash-and-checks__button--add-donation {
    float: none !important;
    margin: 0 auto;
    display: block;
  }
  .cash-and-checks__button--add-donation--confirm {
    float: right !important;
  }
  .cash-and-checks__button--cancel-donation {
    height: 2.25rem;
    min-width: 8rem;
    font-size: 0.875rem;
    font-weight: 600;
    float: left !important;
  }
  .cash-and-checks__buttons {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 2.25rem;
  }
  .cash-and-checks__buttons__container {
    background-color: #fff;
    bottom: 0.0625rem;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
    position: sticky;
    z-index: 5;
    margin-left: -1.25rem;
    width: 100vw;
    box-shadow: 0 -0.125rem 0.25rem #a7a7a7;
  }
  .cash-and-checks__buttons__container--lump-sum {
    top: 100%;
  }
  .cash-and-checks--no-donations__text {
    margin: 0;
  }
  .cash-and-checks__table-row {
    display: table-row;
  }
  .cash-and-checks__table-row:last-child {
    border-bottom: 0.0625rem solid #dddddd !important;
  }
  .cash-and-checks__table-row__record {
    padding: 0.75rem !important;
    width: 100% !important;
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 1fr auto;
    -ms-grid-template-columns: auto 1fr auto;
    border-top: 0.0625rem solid #ddd !important;
    border-bottom: none;
  }
  .cash-and-checks__table-row__record--donation {
    text-align: right;
  }
  .cash-and-checks__table-row__record--checkbox {
    width: 2.5rem;
    padding: 0.75rem 0.375rem !important;
  }
  .cash-and-checks__table-row__record--paid {
    grid-template-columns: 1fr auto;
    -ms-grid-template-columns: 1fr auto;
    pointer-events: all;
  }
  .cash-and-checks__table-row__checkbox {
    float: left;
  }
  .cash-and-checks__table-row__checkbox--label {
    margin: 0;
  }
  .cash-and-checks__table-row__donation-summary {
    display: inline-block;
    font-size: 0.875rem;
    margin: 0 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    outline: none;
  }
  .cash-and-checks__table-row__donation-summary__amount {
    display: inline-block;
    float: right;
  }
  .cash-and-checks__table-row__donation-summary__type {
    margin: 0;
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
  }
  .cash-and-checks__table-row__donation-summary--paid {
    margin: 0 0.75rem 0 0;
  }
  .add-donation-modal__container::-webkit-scrollbar {
    display: none !important;
  }
  .add-donation-modal__container .modal-lg {
    width: inherit;
    margin: 0;
  }
  .add-donation-modal__container .modal-lg .modal-content {
    border-radius: 0;
  }
  .add-donation-modal__header {
    padding: 1rem;
  }
  .add-donation-modal__body {
    padding: 1rem 1rem 0 1rem;
  }
  .add-donation-modal__body .offline-donation-type-toggle .container-toggles {
    width: 100%;
  }
  .add-donation-modal__body .offline-donation-type-toggle__button {
    font-size: 0.75rem;
  }
  .add-donation-modal__body .offline-donation-type-toggle__button:first-child {
    min-width: 50%;
  }
  .add-donation-modal__body .offline-donation-type-toggle__button:last-child {
    max-width: 50%;
    min-width: 50%;
    white-space: normal;
  }
  .add-donation-modal__body .offline-donation-amount__checkbox {
    position: relative;
  }
  .add-donation-modal__body .offline-donor-permission-questions {
    margin: 1.25rem 0 0 0.25rem;
  }
  .add-donation-modal__form {
    position: relative;
  }
  .add-donation-modal__form--lump-sum {
    height: calc(100vh - 5.0625rem);
  }
  .add-donation-modal__close {
    display: none;
  }
  .add-donation-modal__lump-sum-name {
    width: 100%;
  }
  .pay-donation-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .pay-donation-modal__form {
    position: relative;
  }
  .pay-donation-modal__modal-body {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
  .pay-donation-modal__calculete-style__label {
    font-size: 0.875rem;
  }
  .pay-donation-modal__calculete-style--total-div {
    margin: 0.8225rem 0.5rem 0 0;
  }
  .pay-donation-modal__close {
    display: none;
  }
  .pay-donation-modal__total-style {
    text-align: right;
  }
  .pay-donation-modal__pay-button {
    text-align: center;
    padding: 1.25rem 1.25rem 0.5125rem 1.2rem;
    background-color: #fff;
    position: sticky;
    bottom: 0;
    margin: 0 -1.3125rem 0 0;
    left: 1.25rem;
    box-shadow: 0 -0.125rem 0.25rem #a7a7a7;
    z-index: 5;
    width: 100vw;
  }
  .pay-donation-modal__pay-button--button {
    display: inline-block;
    height: 2.25rem;
    width: 8rem;
    float: right;
  }
  .pay-donation-modal__pay-button--cancel {
    display: inline-block;
    float: left;
    height: 2.25rem;
    width: 8rem;
    padding: 0 !important;
  }
  .pay-donation-modal__pay-button__group {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0.625rem;
    height: 2.25rem;
  }
  .payment-infromation-cvv .row {
    display: flex;
  }
  .payment-information__heading {
    font-size: 1.65rem;
  }
  .payment-information__field {
    width: 100%;
    padding: 0;
  }
  .payment-information__field--expiration--month {
    width: 50%;
    display: block;
    padding-right: 0.5rem;
  }
  .payment-information__field--expiration--year {
    width: 50%;
    display: block;
    padding-left: 0.5rem;
  }
  .payment-information__recaptcha-container {
    text-align: -webkit-center;
  }
  .suggested-amounts__btn-container {
    width: 100%;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-areas: "buttons tooltip" "input tooltip";
    grid-template-columns: 8rem auto;
  }
  .suggested-amounts__btn-container .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .suggested-amounts__btn-container .btn-group > .btn:last-child:not(:first-child), .suggested-amounts__btn-container .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .suggested-amounts__btn-group {
    flex-direction: column;
    display: flex;
  }
  .processing-container {
    flex-direction: column;
  }
  .processing-installments {
    padding: 0;
  }
  .processing-date {
    padding: 0;
  }
  .teams-details {
    margin-top: 1.5rem;
  }
  .teams-details--heading {
    text-align: initial !important;
    padding: 0;
  }
  .teams-details h2 {
    font-size: 1rem;
    margin-bottom: 0.75rem !important;
  }
  .teams-details--default-text {
    max-width: 100%;
    font-size: 0.75rem;
  }
  .teams-details__captain-container {
    font-size: 0.75rem;
  }
  .donation-custom-amount {
    position: relative !important;
    padding-bottom: 0 !important;
    width: 100%;
    margin: 0;
    grid-area: input;
  }
  .coaching-tips__header {
    margin-bottom: 1.84375rem;
  }
  .coaching-tips__header--child-title {
    width: 100%;
  }
  .coaching-tips__body--circle-child {
    height: 4.625rem;
    width: 4.625rem;
    margin: auto auto 1.34375rem auto;
  }
  .coaching-tips__body--child-title {
    margin-bottom: 0.8125rem;
    font-size: 0.875rem;
  }
  .coaching-tips__body--description {
    margin-bottom: 1.5rem;
  }
  .coaching-tips__body--description-content {
    width: 28.166875rem;
    font-size: 0.875rem;
    text-align: left;
  }
  .coaching-tips__body--checkbox {
    margin: 0 0 1.25rem 0;
  }
  .coaching-tips__svg-styles {
    width: 1.833125rem;
    height: 1.833125rem;
  }
  .dashboard-results {
    padding: 0;
    margin: 0 -0.625rem;
  }
  .dashboard-results__cards {
    flex-flow: column;
    padding-top: 0.6875rem;
  }
  .dashboard-results__individual-card {
    text-align: center;
  }
  .dashboard-results__individual-card:nth-last-child(n+2) {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
  .dashboard-results__individual-card:first-child {
    padding-left: 1.125rem;
  }
  .dashboard-results__individual-card--donations {
    width: 100%;
  }
  .dashboard-results__individual-card--average {
    width: 100%;
  }
  .dashboard-results__individual-card--event {
    width: 100%;
  }
  .dashboard-results__individual-card__title {
    font-size: 2.75rem;
  }
  .dashboard-results__individual-card__label {
    font-size: 0.875rem;
  }
  .dashboard-results__donate {
    justify-content: center;
  }
  .dashboard-results__donate__text {
    font-size: 0.875rem;
  }
  .panel-modal::-webkit-scrollbar {
    display: none;
  }
  .panel-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: 100%;
  }
  .registration-details__text__wrapper {
    font-size: 0.75rem;
  }
  .waiver-modal {
    overflow-y: auto;
  }
  .waiver-modal::-webkit-scrollbar {
    display: none !important;
  }
  .waiver-modal .modal-lg {
    margin: 0;
    width: 100%;
  }
  .waiver-modal .modal-lg .modal-content {
    border-radius: 0;
    padding-bottom: 0;
  }
  .waiver-modal__content {
    max-height: inherit;
    padding: 0;
    overflow: unset;
  }
  .waiver-modal__body {
    height: calc(100vh - 10rem);
    overflow: auto;
  }
  .waiver-modal__body::-webkit-scrollbar {
    display: none !important;
  }
  .waiver-modal__bottom {
    display: block;
    text-align: center;
    padding: 1.25rem 0 0.5125rem 0;
    background-color: #fff;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 5;
  }
  .waiver-modal__bottom__group {
    height: 2.25rem;
    margin-bottom: 0.675rem;
  }
  .waiver-modal__close {
    display: none;
  }
  .waiver-modal__close--button {
    display: block;
    height: 2.25rem;
    width: 5.875rem;
    margin: auto;
  }
  .charity-messages__comment-icon {
    margin-left: 0;
  }
  .charity-messages__gallery {
    margin-top: 0;
    min-height: inherit;
    font-size: 0.75rem;
    height: auto;
  }
  .charity-messages__gallery .slick-next, .charity-messages__gallery .slick-prev {
    display: none !important;
  }
  .charity-messages__gallery .slick-dots {
    top: -4.5rem;
    height: 1rem;
  }
  .charity-messages__gallery .slick-dots li {
    margin: 0;
    width: auto;
    height: 0;
  }
  .charity-messages__gallery .slick-dots li button {
    width: 0.85rem;
  }
  .charity-messages__gallery .slick-dots li button:before {
    width: 0;
    height: 0;
    font-size: 2rem;
    background-color: #d8d8d8 !important;
    color: #d8d8d8 !important;
    opacity: 1;
  }
  .charity-messages__gallery .slick-dots .slick-active button:before {
    background-color: #9b9b9b !important;
    color: #9b9b9b !important;
    opacity: 1;
  }
  .charity-messages__heading {
    margin-top: 1rem;
  }
  .dashboard__card {
    margin: 1.5rem 0;
  }
  .dashboard-container__column-right .dashboard__card:first-child {
    margin-top: 0;
  }
  .dashboard-container {
    padding-top: 0;
  }
  .dashboard__reg-message {
    padding-top: 1.5rem;
  }
  .reg-type__row {
    font-size: 0.875rem;
  }
  .emails__page-content {
    min-height: calc(100vh - 5rem) !important;
    margin-bottom: 2rem;
  }
  .emails__emails-header {
    margin-left: 1.5rem !important;
  }
  .emails__emails-header--title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    height: 1.875rem;
    margin-bottom: 0.75rem !important;
    margin-top: 1.625rem !important;
  }
  .emails__no-emails--button {
    min-height: 3rem;
    max-height: none;
    height: auto;
    max-width: none;
    margin-top: 0.8125rem;
    margin-bottom: 0.8125rem;
    font-size: 0.875rem;
    border: solid;
    border-width: 0.0625rem;
    border-color: #0077AD;
    color: #0077AD;
    border-radius: 0.1875rem;
  }
  .emails__no-emails--button-container {
    padding: 0;
  }
  .emails__no-emails--master-container {
    margin: 0 auto 1.75rem auto;
    max-width: none;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
  .email-modal__save {
    margin: 1.5rem 0 0.5rem 0;
  }
  .recipients-input__contact-display {
    max-width: calc(100% - 1.25rem);
  }
  .thank-list__amount-col, .thank-list__align-right {
    padding-right: 0.875rem;
  }
  .panel-modal.address-book .modal-dialog {
    width: 100%;
  }
  .address-book__header {
    border-bottom: none;
    padding: 1.875rem 1.375rem;
  }
  .address-book__add-body {
    padding: 1.375rem;
    padding-top: 0;
  }
  .address-book__footer .P2P__accion-buttons {
    width: 45%;
  }
  .address-book__footer .P2P__secondary-buttons {
    width: 45%;
    margin-bottom: 1.3125rem;
  }
  .table.address-book-table .table-row:first-child {
    border-top: 0.0625rem solid #ddd;
  }
  .table-row {
    grid-template-columns: 2.5rem 1fr;
  }
  .table-row--heading-group {
    border-bottom: 0.0625rem solid #ddd;
  }
  .table-row--heading-group .group-title {
    padding-left: 0 !important;
  }
  .table-row--checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .add-donation-modal__header__heading.address-title {
    font-size: 1.375rem;
    font-weight: bold;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: rgba(241, 241, 241, 0);
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(145, 145, 145, 0.5098039216);
  }
  .registration__content, account-creation__content {
    margin: 0;
    width: 100%;
    padding: 1.25rem !important;
  }
  .registration__heading, account-creation__heading {
    font-size: 1.5rem;
  }
  .registration__body {
    display: flex;
  }
  .registration__heading {
    margin-bottom: 1rem;
  }
  .registration__sub-heading {
    font-size: 1.25rem;
  }
  .error-page__container {
    width: 100%;
  }
  .participate__body {
    display: initial;
  }
  .locations-list__item {
    padding: 1rem 1.625rem;
  }
  .locations-list__item__name {
    flex-basis: 50%;
    order: 2;
  }
  .locations-list__item__date {
    flex-basis: 50%;
    order: 1;
  }
  .registration-confirmation-modal {
    margin: 2rem;
  }
  .registration-confirmation-modal__container-icon {
    margin-bottom: 1.25rem;
  }
  .registration-confirmation-modal__container-icon .auth-card__icon-circle {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .registration-confirmation-modal__container-title {
    margin-bottom: 0.875rem;
  }
  .registration-confirmation-modal__container-title--text {
    font-size: 0.75rem;
  }
  .registration-confirmation-modal__container-message {
    margin-bottom: 2rem;
  }
  .registration-confirmation-modal__container-message--text {
    font-size: 0.75rem;
  }
  .registration-confirmation-modal--button {
    width: 7.75rem;
    font-size: 0.75rem;
    padding: 0.5rem;
  }
  .registration-confirmation-modal--dialog .modal-dialog {
    width: 13.875rem;
  }
  .registration-confirmation-modal--dialog .modal-dialog .modal-content {
    max-width: 100%;
  }
  .customize-fundraising-page-modal {
    margin: 2rem 1rem 2rem 1rem;
  }
  .customize-fundraising-page-modal__heading {
    margin: 0 0 0.875rem 0;
    font-size: 0.75rem;
    line-height: 1.375rem;
    width: 10rem;
  }
  .customize-fundraising-page-modal__message {
    margin-bottom: 2rem;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.375rem;
  }
  .customize-fundraising-page-modal__icon-wrapper {
    margin-bottom: 1.75rem;
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .customize-fundraising-page-modal__icon {
    font-size: 1.25rem;
  }
  .customize-fundraising-page-modal__buttons {
    flex-direction: column-reverse;
    padding: 0;
  }
  .customize-fundraising-page-modal__button {
    height: auto;
    padding: 0.5rem;
    line-height: 0.75rem;
    margin: auto;
    font-size: 0.75rem;
    border: 0.09375rem solid !important;
  }
  .customize-fundraising-page-modal__button:last-child {
    margin-bottom: 0.5rem;
  }
  .customize-next-step-button--profile-picture {
    width: 56vw;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .team-search__heading {
    font-size: 1.5rem;
  }
  .team-search__results__item {
    padding: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
    overflow-x: hidden;
  }
  .team-search__results__item__team-name, .team-search__results__item__captain {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .team-search__results__item__content {
    flex: 0 100%;
    padding-right: 1rem;
  }
  .team-search__results__item__content--full {
    width: calc(100% - 4rem);
  }
  .team-search__results__item__join-button-container {
    align-items: flex-end;
    flex: 0 auto;
  }
  .team-search__results__item__join-button {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .checkout-content__panel {
    margin: 0;
    padding: 1.25rem !important;
  }
  .checkout-content__heading {
    font-size: 1.5rem;
    line-height: initial;
    margin-bottom: 1.25rem;
  }
  .vertically-centered-modal {
    display: block !important;
  }
  .vertically-centered-modal__modal-open {
    padding-right: 0 !important;
  }
  .navbar-brand {
    padding: 0;
  }
  .widget-row {
    max-width: inherit !important;
    padding: 0;
  }
  .widget-row__wrapper {
    margin: 0;
  }
  .image-gallery__heading {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .participation-panel .participate-options .box {
    box-sizing: border-box;
    height: auto;
    padding-top: inherit;
  }
  .participation-panel .participate-options__join-team, .participation-panel .participate-options__create-team {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.5625rem;
    flex: 0 100%;
    max-width: 100%;
  }
  .participation-panel__heading {
    margin-bottom: 1.25rem;
  }
  .participation-panel__sub-heading {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 200;
  }
  .registration-types__table {
    margin-top: 0;
  }
  .registration-types__heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .registration-types__sub-heading {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .regTypePage__mobile {
    padding: 0.75rem 0 1.125rem 0;
    margin: 0;
    display: flex;
    border: 0.0625rem solid transparent;
    font-size: 0.875rem;
  }
  .regTypePage__mobile input[type=radio]:checked + label,
  .regTypePage__mobile input[type=radio]:not(:checked) + label {
    padding-left: 2.5rem;
    font-weight: 100;
    line-height: 1.5rem;
  }
  .regTypePage__text__members-description, .regTypePage__text__team-goal {
    padding: 0;
  }
  .checkout-registration-type__text {
    font-size: 0.875rem;
    font-weight: 200 !important;
    flex: 0 25%;
    padding: 0 0.5rem;
  }
  .checkout-registration-type__text:first-child {
    flex: 0 50%;
  }
  .checkout-registration-type__footer {
    padding-top: 1.125rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .content-placeholder {
    display: none;
  }
  .content-placeholder {
    display: none;
  }
  .truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .truncate-text__names__mobile {
    width: 28.75rem;
  }
  .truncate-text__email__mobile {
    width: 28.75rem;
  }
  .donation-checkbox-mobile {
    margin: -1rem -0.1875rem 0 1rem;
  }
  .button-mobile-width {
    width: 8rem !important;
    font-size: 0.8rem !important;
  }
  .center-content-mobile {
    margin-left: 30% !important;
  }
  .radio-button-option {
    width: 100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .zmdi-comment-alt-text:before {
    content: "\f25b";
    font-size: 2.125rem !important;
  }
  .circle-name {
    font-size: 2.125rem !important;
  }
}
@media only screen and (max-width: 1442px) and (min-width: 992px) {
  .formElementToggle__small-view {
    min-width: 3.5rem !important;
  }
  .donation-custom-amount {
    position: relative;
  }
  .login__page {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1440px) {
  .hub-margin--outer {
    padding: 1%;
  }
  .hub-margin--inner {
    padding: 3%;
  }
}
@media only screen and (max-width: 1340px) {
  .hub-margin--inner {
    padding: 4% 2%;
  }
  .profile-outer {
    padding: 2% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .hub-margin--outer {
    padding: 0;
  }
  .hub-margin--inner {
    padding: 4% 20px;
  }
  .profile-outer {
    padding: 2% !important;
  }
}
@media only screen and (max-width: 1140px) {
  .text-team-page {
    width: 100% !important;
  }
  .join-button-wrapper {
    display: flex;
    float: none !important;
    width: 155px;
    text-align: center;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 769px) {
  .no-pointer-events--accept-mobile {
    pointer-events: all !important;
  }
  .paddind-top-mobile {
    padding-top: 1rem;
  }
  .team-information-fix {
    margin-right: 1px !important;
  }
  .btn-post-container {
    display: flex;
    justify-content: flex-end;
  }
  .btn-post-container .btn-post {
    width: 35%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 575px) {
  .no-margin-placeholder {
    margin-right: 0 !important;
  }
  .fundraising-section {
    width: 100%;
    border-radius: 0rem;
    position: static;
    padding: 0px;
  }
  .is-sticky {
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-7 {
    width: 58.33%;
  }
  .col-xs-5 {
    width: 41.66%;
  }
}
/* Big phones media responsive */
@media (max-width: 575px) and (min-width: 250px) {
  .responsive-sticky {
    width: 100% !important;
    position: static !important;
    z-index: 10 !important;
    top: 0px !important;
  }
  .no-margin-placeholder {
    margin-right: 0 !important;
  }
  .fundraising-section {
    width: 100%;
    border-radius: 0rem;
    position: static;
    padding: 0px;
  }
  .participant__btn > p {
    font-size: 1rem !important;
  }
  .payment-information__card-type-icon-ul {
    display: contents;
  }
  .payment-information__card-type-icon-ul--card-type-icon-li {
    margin-right: 8px;
  }
  .pay-donation-modal__calculete-style {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .pay-donation-modal__calculete-style--total-div {
    margin: 0 0.45rem 0 0;
  }
  .participation-panel .form {
    float: left;
  }
  .popover-no-mobile {
    visibility: hidden !important;
  }
  .margin-y {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .widget-content-wrapper-mobile {
    padding: 1.25rem !important;
  }
  .banner-container-mobile {
    min-height: 24.9375rem !important;
    background-size: cover;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .account-creation .body {
    max-width: unset;
    padding: 0;
  }
  .account-creation__content {
    border-radius: 0;
  }
  .account-creation .login__fb-text {
    padding-left: 2.9rem;
  }
  .join-team__corporate select {
    font-size: 80%;
  }
  .growl-container.growl-fixed.top-center {
    top: 0.625rem;
    left: 5%;
    margin: 0 auto;
  }
  .responsive-content {
    min-height: 100px;
  }
  .responsive-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: 5;
  }
  .page-header__navbar-collapse {
    z-index: 5;
  }
  .closing-menu {
    opacity: 0;
    height: 0;
    -webkit-animation-name: closingNav; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.1s; /* Safari 4.0 - 8.0 */
    animation-name: closingNav;
    animation-duration: 0.1s;
  }
  .closing-menu * {
    height: 0;
    margin: 0 !important;
  }
  .visible-menu {
    opacity: 1;
    height: auto;
    -webkit-animation-name: openingNav; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.1s; /* Safari 4.0 - 8.0 */
    animation-name: openingNav;
    animation-duration: 0.1s;
  }
  .fundraising-section {
    width: 100%;
    border-radius: 0rem;
    position: static;
    padding: 0px;
  }
  .participant__btn {
    min-height: 3.75rem;
    min-width: 100%;
    font-size: 1.5rem;
    white-space: normal;
  }
  .no-padding-left {
    padding: 0 !important;
  }
  .no-padding-right {
    padding: 0 !important;
  }
  .message-board__content {
    width: 100%;
  }
  .auth-card--title {
    margin-bottom: 1rem;
  }
  .waiver__title {
    font-size: 1.2rem;
  }
  .waiver__description--live {
    font-size: 0.75rem;
  }
  .waiver__text {
    font-size: 0.8rem;
  }
  .waiver__checkbox {
    font-size: 0.8rem;
  }
  .waiver__top {
    margin-top: 1rem;
  }
  .responsive-title {
    font-size: 1.63rem;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 350px) {
  .input-group-date {
    width: 100%;
  }
  .date-picker-field {
    width: 100% !important;
  }
  .uib-datepicker-popup.dropdown-menu {
    left: calc((100% - 289.59px) / 2) !important;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .fundriaser-panel-left-column-hub {
    width: 50% !important;
  }
  .fundriaser-panel-right-column-hub {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1300px) {
  .fundraiser-font {
    font-size: 1.6vw;
    line-height: 2.875rem;
  }
  .container-maccabi .fundraiser-font {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 300px) {
  .message-board__content {
    width: 100%;
  }
  .text-modal-mobile {
    text-align: left;
    line-height: 1.75rem;
  }
  .modal-dialog {
    margin: 0.625rem 0.625rem 0 0.625rem;
  }
  .expiration-modal__body {
    padding: 0 1rem 1rem 1rem;
  }
  .expiration-modal__heading {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .expiration-modal__buttons--logout {
    margin-right: 1rem;
  }
  .expiration-modal__message {
    margin-bottom: 1.5rem;
  }
  .add-donation-modal__body .offline-donation-amount {
    margin: 0;
  }
  .add-donation-modal__body .offline-donation-type-toggle {
    display: block;
    float: none;
    margin: 0 0 1rem 0;
  }
  .container {
    flex-direction: column;
  }
  .team-search__heading {
    font-size: 1.5rem;
  }
  .team-search__input {
    text-overflow: ellipsis;
  }
  .team-search__results {
    width: 100%;
    overflow: hidden;
  }
  .team-search__results__item {
    overflow: hidden;
    width: 100%;
    white-space: normal;
  }
  .team-search__results__item__content {
    overflow: hidden;
    white-space: nowrap;
  }
  .team-search__results__item--see-more {
    display: flex !important;
  }
  .locations-grid {
    grid-template-columns: repeat(2, 10rem);
  }
}
@media only screen and (max-width: 580px) {
  .fundraising-section__raised-text {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.875rem;
  }
  .fundraising-section__goal-text {
    font-size: 1.25rem !important;
    line-height: 2.875rem;
  }
  .overlay-img--message {
    top: 12rem !important;
  }
  .locations-grid {
    grid-template-columns: repeat(2, 40vw);
    grid-gap: 0.5rem;
  }
  .locations-grid__image__wrapper {
    width: 33vw;
    height: 33vw;
  }
  .location-block__no-image {
    line-height: 33vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-left-9375 {
    padding-left: 0.9375rem !important;
  }
  .add-donation-modal__body .offline-donation-type-toggle__button {
    height: 2.875rem !important;
  }
}
@media only screen and (max-width: 491px) {
  .profile-facebook-connect__container {
    margin: auto 1rem auto 0 !important;
  }
  .login__alt-login {
    float: unset;
    margin: auto;
    margin-bottom: 1rem;
  }
  .login__container-buttons {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .profile {
    width: 47.625rem;
    margin-left: 2.875rem;
    padding: 2.375rem 3.875rem 6.0625rem 3.875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .profile-page {
    padding: 0.9375rem 1.375rem 1.5625rem 1.375rem;
  }
  .donor-information__field {
    padding: 0;
  }
  .donor-information__field--name {
    width: 100%;
  }
  .donor-information__field--name:first-child {
    width: 100%;
  }
  .donor-information__field--address {
    width: 100%;
  }
  .donor-information__field--address:first-child {
    width: 100%;
  }
  .donor-information__field--country {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .donor-information__field--country:first-child {
    width: 100%;
  }
  .donor-information__field--contact, .donor-information__field--work {
    width: 100%;
  }
  .donor-information__field:first-child {
    padding: 0;
  }
  .donor-information__field:last-child {
    padding: 0;
  }
  .donor-information__field__error-message {
    position: relative;
  }
  .donor-information__row {
    margin: 0;
  }
  .donor-information__toggle {
    width: 100%;
  }
  .donor-information__toggle__button {
    min-width: 50% !important;
    max-width: 50% !important;
  }
  .donor-information__toggle--home-work {
    margin: 1.25rem 0;
  }
  .donor-information__toggle--home-work__wrapper {
    width: 100%;
  }
  .permission-questions__display-name {
    margin: 0 0 2rem 0;
  }
  .first-password {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fundraising-hub__page__content {
    min-height: calc(100vh - 80px);
  }
  .fundraising-hub__message {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .account-creation .login__fb-text {
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 435px) and (min-width: 250px) {
  .btn-group, .btn-group-vertical {
    display: flex;
  }
  .formElementToggle {
    min-width: 6.95rem !important;
    font-size: 0.75rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .modal-dialog-force-responsive .modal-dialog {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .personalize-steps {
    height: 1rem;
  }
  .personalize-steps-margin {
    margin-top: -25rem;
  }
  .modal-open-widget-settings {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .inline-container-lg {
    display: flex !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-image-editable-width .modal-lg {
    max-width: 600px !important;
  }
}
@media only screen and (min-width: 991px) {
  .modal-image-editable-width .modal-lg {
    max-width: 900px !important;
  }
}
@media only screen and (max-width: 991px) {
  .footer-w-sm {
    max-width: 29.25rem;
  }
  .container-maccabi .fundraiser-font {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .footer-w-lg {
    max-width: 48rem;
  }
}
@media only screen and (max-width: 424px) {
  .align-on-mobile {
    display: flex !important;
    justify-content: space-around !important;
  }
  .mobile-width {
    min-width: 7rem !important;
  }
}
@media only screen and (max-width: 450px) {
  .title-mobile-size {
    font-size: 1.5rem !important;
  }
  .checkbox-label-mobile-size {
    font-size: 0.75rem !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .container-maccabi .fundraiser-font {
    font-size: 1.4vw;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
  }
  .panel-modal.address-book .modal-content {
    max-height: 100%;
  }
  .panel-modal .modal-content {
    min-height: 100%;
  }
  .address-book__footer {
    position: relative !important;
  }
}

/*# sourceMappingURL=styles.css.map */

