.teaser-right .section-teaser .section-teaser-body {

}

.paragraph--type--teaser .section-teaser {
  justify-content: flex-start;
}

.paragraph--type--teaser .section-teaser .section-teaser-body {
  padding: 2rem;
  background: radial-gradient(at top left, rgba(0,0,0,0.1) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

.paragraph--type--teaser .section-teaser.section-teaser--aligned-left .section-teaser-body {
  padding: 2rem 2rem 0 0;
  background: radial-gradient(at top right, rgba(0,0,0,0.1) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

.paragraph--type--teaser .section-teaser.section-teaser--aligned-right .section-teaser-body {
  background: radial-gradient(at top left, rgba(0,0,0,0.1) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

@media (min-width: 768px) {
  /*.tabs-section .tabs-section__teaser + .tabs-section__tabs {
    padding-right: 3rem;
    max-width: 66.66667%;
  }*/
  .paragraph--type--bp-tabs.tabs-section__tabs {
    padding-right: 3rem;
    max-width: 66.66667%;
  }
}

.wysiwyg figcaption {
  margin-top: 1rem;
  font-size: 90%;
  color: #6c757d;
  font-style: italic;
  line-height: 1.5em;
}

.wysiwyg img {
  height: auto;
}

/** Ordered List Overrides **/
.paragraph--type--three-column .ordered-list-section-list,
.paragraph--type--two-column .ordered-list-section-list {
  padding: 3rem 2rem 1rem;
}

@media (min-width: 768px) {
  .paragraph--type--three-column .ordered-list-section-list,
  .paragraph--type--two-column .ordered-list-section-list {
    margin-top: 0;
    padding-top: 0;
  }
}

/** Teammates **/
@media (min-width: 1200px) {
  .teammate .teammate-info {

  }
}

/** Alert notification **/
.sitewide-alert.alert {
  margin-bottom: 0;
}

.sitewide-alert .inner-alert p:last-child {
  margin-bottom: 0;
}

/** Webforms **/
.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(https://adkcommunityfoundation.org/themes/custom/adkfoundation/assets/i/svg/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

.StripeElement {
  width: 100%;
  /*height: calc(1.5em + 0.75rem + 2px);*/
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.StripeElement:focus {
  color: #495057;
  background-color: #fafafa;
  border-color: #64c2d8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 129, 150, 0.25);
}

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

.form-item--error-message {
  margin: .5rem .25rem;
  font-weight: bold;
}

/* .mapouter{position:relative;text-align:right;height:500px;width:900px;} */

/* .gmap_canvas {overflow:hidden;background:none!important;height:500px;width:900px;} */

.gmap_canvas iframe {
  width: 100%;
}
