/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.wp-admin .professor-callout {
  margin-top: -5px;
}

.professor-select-container {
  position: relative;
  z-index: 1;
  padding: 15px;
  background-color: #1B273D;
}
.professor-select-container select {
  width: 100%;
}

.wp-block-ourplugin-featured-professor {
  margin: 14px 0 14px 0;
  background-color: #ebebeb;
  border-radius: 4px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .wp-block-ourplugin-featured-professor {
    display: flex;
  }
}
.wp-block-ourplugin-featured-professor__photo {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  border: 2px solid #efa506;
  max-width: 150px;
  max-height: 150px;
  float: left;
}
@media screen and (min-width: 540px) {
  .wp-block-ourplugin-featured-professor__photo {
    width: 150px;
    height: 150px;
    flex: 2.5;
  }
}
.wp-block-ourplugin-featured-professor__photo img {
  display: block;
}
.wp-block-ourplugin-featured-professor__text {
  flex: 2;
  padding: 10px;
  float: right;
}
@media screen and (min-width: 960px) {
  .wp-block-ourplugin-featured-professor__text {
    flex: 4;
  }
}
.wp-block-ourplugin-featured-professor h5 {
  font-size: 1.5rem !important;
  margin: 0 0 3px 0 !important;
}
.wp-block-ourplugin-featured-professor h4 {
  margin-bottom: 0 !important;
}
.wp-block-ourplugin-featured-professor p {
  font-size: 0.93rem !important;
  margin: 0 0 4px 0 !important;
}
.wp-block-ourplugin-featured-professor .social-group a {
  padding-right: 7px;
}

.editor-styles-wrapper p + h4 {
  margin: 0px !important;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.editor-styles-wrapper i {
  font-style: unset !important;
}

.two-speakers {
  float: left;
  width: 47% !important;
  margin: 10px;
}

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