@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700;900&display=swap");
.text-formatted ul {
  list-style: none;
  padding-left: 1.5rem;
}
.text-formatted ul ul {
  padding-left: 2rem;
}
.text-formatted ul li {
  position: relative;
  padding-left: 1rem;
}
.text-formatted ul > li:before {
  content: "•";
  color: #20AEC5;
  margin-left: -1rem;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -4px;
  height: 100%;
}
.text-formatted ul > li > ul > li:before {
  content: "◦";
}
.text-formatted ul > li > ul > li > ul > li:before {
  content: "■";
  font-size: 12px;
  font-weight: bold;
  top: 2px;
}
.text-formatted ul > li > ul > li > ul > li > ul > li:before {
  content: "□";
}
.text-formatted ol {
  padding-left: 1.5rem;
}
.text-formatted ol ol {
  padding-left: 2rem;
}
.text-formatted ol li {
  padding-left: 0.75rem;
}
.text-formatted ol > li::marker {
  font-weight: bold;
}
.text-formatted ul.checklist {
  margin-bottom: 2rem;
}
.text-formatted ul.checklist li {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.text-formatted ul.checklist > li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #20AEC5;
  content: "\f058";
  font-size: 18px;
  top: 6px;
}
.text-formatted p.sub-head {
  font-size: 20px;
}
.text-formatted p.sub-head-italic {
  font-size: 20px;
  font-style: italic;
}

blockquote {
  color: #003057;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  position: relative;
  padding: 34px 50px;
  margin: 50px 0;
}
blockquote p {
  margin: 0;
}
blockquote .quote-author, blockquote .quote-attribution {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
  font-family: "open sans", Arial, sans-serif;
  font-style: initial;
}
blockquote:before {
  content: "";
  width: 67px;
  height: 67px;
  border-left: 3px solid #20AEC5;
  border-top: 3px solid #20AEC5;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "";
  width: 67px;
  height: 67px;
  border-right: 3px solid #20AEC5;
  border-bottom: 3px solid #20AEC5;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  blockquote {
    margin: 50px 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding: 24px 30px;
  }
}

.quote-wrapper {
  color: #003057;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  position: relative;
  padding: 34px 50px;
  margin: 50px 0;
  max-width: 386px;
}
.quote-wrapper p {
  margin: 0;
}
.quote-wrapper .quote-author, .quote-wrapper .quote-attribution {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
  font-family: "open sans", Arial, sans-serif;
  font-style: initial;
}
.quote-wrapper:before {
  content: "";
  width: 67px;
  height: 67px;
  border-left: 3px solid #20AEC5;
  border-top: 3px solid #20AEC5;
  position: absolute;
  left: 0;
  top: 0;
}
.quote-wrapper:after {
  content: "";
  width: 67px;
  height: 67px;
  border-right: 3px solid #20AEC5;
  border-bottom: 3px solid #20AEC5;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .quote-wrapper {
    margin: 50px 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding: 24px 30px;
  }
}
.quote-wrapper.quote-left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .quote-wrapper.quote-left {
    margin: 20px 5px;
    width: 100%;
    float: none;
  }
}
.quote-wrapper.quote-right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .quote-wrapper.quote-right {
    margin: 20px 5px;
    width: 100%;
    float: none;
  }
}

.embed-responsive,
.field--name-field-media-oembed-video .field--item,
.field--name-field-media-oembed-video .field__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before,
.field--name-field-media-oembed-video .field--item::before,
.field--name-field-media-oembed-video .field__item::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.field--name-field-media-oembed-video .field--item .embed-responsive-item,
.field--name-field-media-oembed-video .field--item iframe,
.field--name-field-media-oembed-video .field--item embed,
.field--name-field-media-oembed-video .field--item object,
.field--name-field-media-oembed-video .field--item video,
.field--name-field-media-oembed-video .field__item .embed-responsive-item,
.field--name-field-media-oembed-video .field__item iframe,
.field--name-field-media-oembed-video .field__item embed,
.field--name-field-media-oembed-video .field__item object,
.field--name-field-media-oembed-video .field__item video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive ul.upper-alpha,
.embed-responsive ol.upper-alpha,
.field--name-field-media-oembed-video .field--item ul.upper-alpha,
.field--name-field-media-oembed-video .field--item ol.upper-alpha,
.field--name-field-media-oembed-video .field__item ul.upper-alpha,
.field--name-field-media-oembed-video .field__item ol.upper-alpha {
  list-style: upper-alpha;
}
.embed-responsive ul.lower-alpha,
.embed-responsive ol.lower-alpha,
.field--name-field-media-oembed-video .field--item ul.lower-alpha,
.field--name-field-media-oembed-video .field--item ol.lower-alpha,
.field--name-field-media-oembed-video .field__item ul.lower-alpha,
.field--name-field-media-oembed-video .field__item ol.lower-alpha {
  list-style: lower-alpha;
}
.embed-responsive ul.decimal,
.embed-responsive ol.decimal,
.field--name-field-media-oembed-video .field--item ul.decimal,
.field--name-field-media-oembed-video .field--item ol.decimal,
.field--name-field-media-oembed-video .field__item ul.decimal,
.field--name-field-media-oembed-video .field__item ol.decimal {
  list-style: decimal;
}
.embed-responsive ul.upper-roman,
.embed-responsive ol.upper-roman,
.field--name-field-media-oembed-video .field--item ul.upper-roman,
.field--name-field-media-oembed-video .field--item ol.upper-roman,
.field--name-field-media-oembed-video .field__item ul.upper-roman,
.field--name-field-media-oembed-video .field__item ol.upper-roman {
  list-style: upper-roman;
}
.embed-responsive ul.lower-roman,
.embed-responsive ol.lower-roman,
.field--name-field-media-oembed-video .field--item ul.lower-roman,
.field--name-field-media-oembed-video .field--item ol.lower-roman,
.field--name-field-media-oembed-video .field__item ul.lower-roman,
.field--name-field-media-oembed-video .field__item ol.lower-roman {
  list-style: lower-roman;
}

.media--type-remote-video .media-content {
  width: 100%;
}

#settings-block-form-field-component-add-more-wrapper table table table table .paragraph-type--accordion-item .field--type-entity-reference-revisions.field--name-field-paragraph ul.dropbutton li:first-child,
#settings-block-form-field-component-add-more-wrapper table table table table .paragraph-type--accordion-item .field--type-entity-reference-revisions.field--name-field-paragraph ul.dropbutton li:nth-child(3) {
  display: none;
}
#settings-block-form-field-component-add-more-wrapper table table table table .paragraph-type--accordion-item .field--type-entity-reference-revisions.field--name-field-paragraph ul.dropbutton li:nth-child(4) {
  border: none;
  display: block;
}

#layout-builder-modal .ck a {
  margin-bottom: 5px;
}
#layout-builder-modal .ck a.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  background-image: none;
}
#layout-builder-modal .ck a.button:hover, #layout-builder-modal .ck a.button:focus, #layout-builder-modal .ck a.button.tabfocus, #layout-builder-modal .ck a.button:active {
  background: none;
  color: #003057;
}
#layout-builder-modal .ck a.cta-button {
  font-family: "open sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
  color: #003057;
}
#layout-builder-modal .ck a.cta-button:hover, #layout-builder-modal .ck a.cta-button:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
#layout-builder-modal .ck a.button-hollow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  color: #003057;
}
#layout-builder-modal .ck a.button-hollow:hover, #layout-builder-modal .ck a.button-hollow:focus, #layout-builder-modal .ck a.button-hollow.tabfocus, #layout-builder-modal .ck a.button-hollow:active {
  background: none;
  color: #003057;
}
#layout-builder-modal .ck a.button-hollow:hover, #layout-builder-modal .ck a.button-hollow:focus, #layout-builder-modal .ck a.button-hollow.tabfocus, #layout-builder-modal .ck a.button-hollow:active {
  background: #20AEC5;
}
#layout-builder-modal .ck a.cta-button-hallow {
  font-family: "open sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003057;
  padding: 15px;
  border: 2px solid #20AEC5;
  display: inline-block;
  text-decoration: none;
}
#layout-builder-modal .ck a.cta-button-hallow:hover, #layout-builder-modal .ck a.cta-button-hallow:focus {
  background: #20AEC5;
  color: #003057;
  border: 2px solid #20AEC5;
}
#layout-builder-modal .ck a.evms-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  background: #20AEC5;
  border-color: #20AEC5;
  color: #fff;
}
#layout-builder-modal .ck a.evms-button:hover, #layout-builder-modal .ck a.evms-button:focus, #layout-builder-modal .ck a.evms-button.tabfocus, #layout-builder-modal .ck a.evms-button:active {
  background: none;
  color: #003057;
}
#layout-builder-modal .ck a.evms-button-hollow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003057;
  border: 2px solid #003057;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10.5px 50px;
  color: #fff;
  border-color: #20AEC5;
  background: none;
  background: none;
  border-color: #20AEC5;
  color: #003057;
}
#layout-builder-modal .ck a.evms-button-hollow:hover, #layout-builder-modal .ck a.evms-button-hollow:focus, #layout-builder-modal .ck a.evms-button-hollow.tabfocus, #layout-builder-modal .ck a.evms-button-hollow:active {
  background: none;
  color: #003057;
}
#layout-builder-modal .ck a.evms-button-hollow:hover, #layout-builder-modal .ck a.evms-button-hollow:focus, #layout-builder-modal .ck a.evms-button-hollow.tabfocus, #layout-builder-modal .ck a.evms-button-hollow:active {
  background: #20AEC5;
}
#layout-builder-modal .ck a.evms-button-hollow:hover, #layout-builder-modal .ck a.evms-button-hollow:focus {
  background: #20AEC5;
  color: #fff;
}
/*# sourceMappingURL=custom-module-theme.css.map */

/*# sourceMappingURL=custom-module-theme.css.map */
