/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blockquote/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.blockquote-section {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow-x: hidden;
  position: relative;
}
.blockquote-section:before, .blockquote-section:after {
  content: "";
  border: 1px solid #fa4616;
  position: absolute;
  width: 90%;
  height: 1px;
  z-index: 99;
}
@media (min-width: 800px) {
  .blockquote-section:before, .blockquote-section:after {
    width: 50%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
}
.blockquote-section::before {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media (min-width: 800px) {
  .blockquote-section::before {
    left: 8%;
    right: unset;
  }
}
.blockquote-section::after {
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 800px) {
  .blockquote-section::after {
    right: 8%;
    left: unset;
  }
}
.blockquote-section .card {
  border: none;
  border-radius: 0;
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 0;
}
.blockquote-section .card .blockquote {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .blockquote-section .card .blockquote {
    text-align: center;
  }
}
.blockquote-section .card .blockquote .quote {
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  color: #0021a5;
  font-family: "gentonamedium";
}
@media (min-width: 800px) {
  .blockquote-section .card .blockquote .quote {
    text-align: left;
  }
}
.blockquote-section .card .blockquote .quote p {
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  color: #0021a5;
  font-family: "gentonamedium";
}
@media (min-width: 800px) {
  .blockquote-section .card .blockquote .quote p {
    text-align: left;
  }
}
.blockquote-section .card .blockquote .quotee {
  font-size: 19px;
  line-height: 48px;
  text-align: center;
  color: #0021a5;
  margin-left: 10px;
  display: inline-block;
}
@media (min-width: 800px) {
  .blockquote-section .card .blockquote .quotee {
    text-align: left;
  }
}

.faculty-blockquote-section .card {
  background-color: transparent;
}

.editor-styles-wrapper .wp-block-freeform .has-advanced-toolbar {
  display: block !important;
}

.editor-styles-wrapper .blockquote-section .card .blockquote {
  width: 100%;
  flex-direction: column !important;
}

/*# sourceMappingURL=style-index.css.map*/