@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Inlander";
  src: url("../../fonts/inlander/Inlander-Regular.otf") format("opentype");
  font-style: normal;
}
.paragraph--type--right-image-body-text {
  overflow: hidden;
}
.paragraph--type--right-image-body-text .paragraph-image-content-right {
  width: 100%;
}
@media (min-width: 666px) {
  .paragraph--type--right-image-body-text .paragraph-image-content-right {
    width: 30%;
    min-width: 295px;
    float: right;
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
.paragraph--type--right-image-body-text .paragraph-image-content-right img {
  padding: 0.5rem;
  background-color: #EEEEEE;
}

.paragraph--type--left-image-body-text {
  overflow: hidden;
}
.paragraph--type--left-image-body-text .paragraph-image-content-left {
  width: 100%;
}
@media (min-width: 666px) {
  .paragraph--type--left-image-body-text .paragraph-image-content-left {
    width: 30%;
    min-width: 295px;
    float: left;
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
.paragraph--type--left-image-body-text .paragraph-image-content-left img {
  padding: 0.5rem;
  background-color: #EEEEEE;
}

.paragraph--type--contact-info-body-text .paragraph-contact-content-right {
  width: 100%;
  padding: 1rem;
  background-color: #EEEEEE;
  margin-bottom: 1rem;
}
@media (min-width: 666px) {
  .paragraph--type--contact-info-body-text .paragraph-contact-content-right {
    width: 30%;
    min-width: 295px;
    float: right;
    margin: 0 0 0.5rem 0.5rem;
  }
}
.paragraph--type--contact-info-body-text .field--name-field-name {
  font-size: 1.5rem;
  line-height: 1.65rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.paragraph--type--contact-info-body-text .field--name-field-email,
.paragraph--type--contact-info-body-text .field--name-field-phone {
  font-style: italic;
}
.paragraph--type--contact-info-body-text .field--name-field-address .organization {
  font-size: 1.5rem;
  line-height: 1.65rem;
  font-weight: bold;
  margin: 0.5rem 0;
  display: inline-block;
}

.paragraph--type--center-contact-info .paragraph-contact-content {
  width: 100%;
  padding: 1rem;
  background-color: #EEEEEE;
  max-width: 500px;
  margin: 0 auto;
}
.paragraph--type--center-contact-info .field--name-field-name {
  font-size: 1.5rem;
  line-height: 1.65rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.paragraph--type--center-contact-info .field--name-field-email,
.paragraph--type--center-contact-info .field--name-field-phone {
  font-style: italic;
}
.paragraph--type--center-contact-info .field--name-field-address .organization {
  font-size: 1.5rem;
  line-height: 1.65rem;
  font-weight: bold;
  margin: 0.5rem 0;
  display: inline-block;
}

.paragraph--type--center-image {
  text-align: center;
}
.paragraph--type--center-image img {
  max-width: 950px;
  width: 100%;
  padding: 0.5rem;
  background-color: #EEEEEE;
}

.paragraph--type--center-video .field--name-field-video {
  max-width: 900px;
  margin: 0 auto;
}

.paragraph {
  margin: 1.5rem 0;
}
.paragraph p:first-of-type {
  margin-top: 0;
}
.paragraph p:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=paragraphs.css.map */
