@charset "UTF-8";
/*!
Theme-specific styles to make the Block Editor view as close to the front-end view as possible
*/
/* 5.4 update - Inspector sidebar */
@media (min-width: 600px) {
  .edit-post-sidebar > .components-panel {
    overflow: hidden;
  }
}
.edit-post-sidebar h2.ui-sortable-handle {
  margin-bottom: 1em;
}
/* Imports */
/* Webfonts */
@font-face {
  font-family: 'Mukta Mahee';
  font-style: normal;
  font-weight: 400;
  src: local('Mukta Mahee Regular'), local('MuktaMahee-Regular'), url('fonts/mukta-mahee-v2-latin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/mukta-mahee-v2-latin-regular.woff2') format('woff2'), url('fonts/mukta-mahee-v2-latin-regular.woff') format('woff');
  /* Modern Browsers */
  font-display: swap;
}
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: normal;
  src: local('Passion One'), local('PassionOne'), url('fonts/passion-one.woff2') format('woff2'), url('fonts/passion-one.woff') format('woff');
  font-display: swap;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :not(:empty).edit-post-layout__metaboxes {
    margin-top: 200px;
  }
}
.hide {
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
div.editor-styles-wrapper {
  font-family: 'mukta mahee';
}
div.editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
  color: #036;
  font-family: 'mukta mahee';
}
body, body div.editor-styles-wrapper {
  font-size: 21px;
  line-height: 1.5;
}
body .editor-styles-wrapper {
  color: #000;
}
.editor-post-title__block .editor-post-title__input {
  font-weight: normal;
}
.block-editor .editor-styles-wrapper h1, .block-editor .editor-styles-wrapper h2, .block-editor .editor-styles-wrapper h3, .block-editor .editor-styles-wrapper h4, .block-editor .editor-styles-wrapper h5, .block-editor .editor-styles-wrapper h6 {
  color: #036;
  font-weight: normal;
  line-height: 1.5;
}
.block-editor .editor-styles-wrapper h2 {
  font-size: 1.4em;
}
.block-editor .editor-styles-wrapper h3, .block-editor .editor-styles-wrapper .h3 {
  font-size: 1.35em;
}
.block-editor .editor-styles-wrapper h4, .block-editor .editor-styles-wrapper .h4 {
  font-size: 1.3em;
}
.block-editor .editor-styles-wrapper h5 {
  font-size: 1.25em;
}
.block-editor .editor-styles-wrapper h6 {
  font-size: 1.2em;
}
.block-editor .editor-styles-wrapper .is-style-blue h2, .block-editor .editor-styles-wrapper .is-style-blue h3, .block-editor .editor-styles-wrapper .is-style-blue h4, .block-editor .editor-styles-wrapper .is-style-blue h5, .block-editor .editor-styles-wrapper .is-style-blue h6 {
  color: #fff;
}
.editor-styles-wrapper a {
  color: #05c;
  text-decoration: none;
}
.editor-styles-wrapper a:hover, .editor-styles-wrapper a:focus {
  color: #048;
  text-decoration: underline;
}
.wp-block {
  max-width: 1220px;
}
.post-type-department .block-editor-writing-flow > div > div > div > div > .block-editor-block-list__layout > div:nth-child(odd), .post-type-hall .block-editor-writing-flow > div > div > div > div > .block-editor-block-list__layout > div:nth-child(odd), .post-type-program .block-editor-writing-flow > div > div > div > div > .block-editor-block-list__layout > div:nth-child(odd), .post-type-specialprogram .block-editor-writing-flow > div > div > div > div > .block-editor-block-list__layout > div:nth-child(odd), .tpl-fancy .block-editor-writing-flow > div > div > div > div > .block-editor-block-list__layout > div:nth-child(odd), .tpl-fancy-nav .block-editor-writing-flow > div > div > div > div > .block-editor-block-list__layout > div:nth-child(odd) {
  background: #ddd;
}
.wp-block-button .wp-block-button__link, a.ghost-btn, a.apply-btn, .wp-block-stmu-finder button {
  background-color: #fff;
  color: #036;
  box-shadow: 5px 5px 0 #888;
  text-transform: uppercase;
  border: 1px solid #888;
  border-radius: 4px;
  font-size: 1em;
  line-height: 1em;
  padding: 0.6em 1.9em;
  text-decoration: none;
}
.wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible=true] + .block-editor-rich-text__editable {
  color: #036;
}
.wp-block-button.is-style-primary-cta .wp-block-button__link, a.apply-btn {
  background-color: #f2bf49;
  box-shadow: 5px 5px 0 #c78f0e;
  border: 1px solid #c78f0e;
}
.wp-block-button.is-style-dark-cta .wp-block-button__link {
  background-color: #036;
  box-shadow: 5px 5px 0 #000;
  border: 1px solid #000;
  color: #fff;
}
.block-library-button__inline-link .block-editor-url-input {
  margin-top: 0.5em;
}
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
  flex-direction: column;
}
@media (min-width: 1060px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
    flex-direction: row;
  }
}
blockquote.wp-block-quote {
  position: relative;
  padding: 1em 2.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.wp-block-quote:before {
  position: absolute;
  display: block;
  content: "“";
  font-size: 5em;
  font-family: 'passion one';
  left: 0;
  top: -0.37em;
  color: rgba(20, 20, 20, 0.1);
}
.wp-block-quote:after {
  position: absolute;
  display: block;
  content: "”";
  font-size: 5em;
  font-family: 'passion one';
  right: 0;
  bottom: -0.8em;
  color: rgba(20, 20, 20, 0.1);
}
.wp-block-quote__citation {
  font-size: 1em;
  color: #000;
}
.wp-block-quote__citation:before {
  content: '— ';
}
/*.wp-block-separator:not(.is-style-blue):not(.is-style-gold) { max-width:none; border-bottom:1px solid #888; }
.wp-block-separator.is-style-blue { border-bottom:4px solid #036; }
.wp-block-separator.is-style-gold { border-bottom:4px solid #f2bf49; }*/
.editor-styles-wrapper ul.bordered-box {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
ul.bordered-box.calendar li {
  padding: 1em;
}
ul.bordered-box li .calWrap {
  display: flex;
  height: 100%;
  line-height: 1em;
  background: #fff;
}
.block-editor .editor-styles-wrapper ul.bordered-box h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}
.calendar .cal {
  flex: 2;
  margin: 0 0.5em 0 0;
  min-width: 4em;
  max-width: 4em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.calendar .cal .calMonth {
  display: block;
  margin-bottom: 0;
  padding: 0.2em 0;
  background: #036;
}
.calendar .cal .calDay {
  display: block;
  font-size: 1.5em;
  padding: 0.25em 0;
  background: #a2a2a2;
}
.calendar.featured-events .cal .calDay {
  background: #036;
}
.calendar h3 {
  margin: 0.5em 0.5em 0 0;
  font-size: 1.25em;
  font-family: 'mukta mahee', arial, sans-serif;
}
ul.bordered-box > li {
  flex: 1 1 385px;
  margin: 0.5em;
  padding: 1em 1em 0;
}
ul.bordered-box > li > a {
  display: flex;
  height: 100%;
  margin-bottom: 1em;
  line-height: 1em;
}
ul.bordered-box.faculty-list > li img {
  flex: 0 0 70px;
  margin-right: 1em;
  height: 70px;
}
ul.bordered-box.faculty-list > li div {
  flex: 1 1 300px;
}
ul.bordered-box.faculty-list > li div span:first-child {
  display: block;
  margin-bottom: 0.5em;
}
.search-filters form input[type=checkbox] {
  margin-right: 1em;
}
.post-connector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
a.post-item {
  display: inline-block;
  position: relative;
  flex: 1 0 250px;
  max-width: 250px;
  max-height: 250px;
  margin: 0.5em;
  line-height: 1.1;
  background-size: cover;
  background-position: center;
  transition: none;
}
a.post-item:before {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
a.post-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.5em;
  width: 100%;
  background: rgba(0, 51, 102, 0.8);
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
}
a.post-item .overlay h3, a.post-item .overlay p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
}
a.post-item:hover .overlay, a.post-item:focus .overlay, a.post-item:hover .overlay h3, a.post-item:focus .overlay h3, a.post-item:hover .overlay p, a.post-item:focus .overlay p {
  color: #fc6;
  text-decoration: none;
}
a.post-item:hover .overlay, a.post-item:focus .overlay {
  background: #036;
  border-top: 2px solid #f2bf49;
}
.post-circles {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
a.post-circle {
  display: inline-block;
  position: relative;
  flex: 1 0 250px;
  max-width: 250px;
  margin: 0.5em;
  transition: none;
}
a.post-circle img {
  border-radius: 50%;
  box-shadow: 0 0 0 3px #f2bf49, 0 0 0 6px #036;
}
a.post-circle:hover img, a.post-circle:focus img {
  box-shadow: 0 0 0 3px #f2bf49, 0 0 0 6px #036, 0 0 0 9px #f2bf49;
}
.block-editor .editor-styles-wrapper a.post-circle h3 {
  font-size: 1em;
}
details {
  position: relative;
  margin: 0 0 1em;
  padding: 1em 1em 0;
  border: 1px solid #036;
  border-radius: 4px;
}
summary {
  margin: -1em -1em 0;
  padding: 0.6em;
  text-transform: uppercase;
  color: #05c;
  list-style-image: none;
}
summary input {
  box-sizing: border-box;
}
summary:focus, summary:hover {
  background: #ddd;
  cursor: pointer;
}
summary:after {
  margin-top: -0.5rem;
  padding: 0 0.45em;
  width: 11px;
  text-align: center;
  position: absolute;
  top: 1em;
  right: 1rem;
  content: '+';
  background: #bbb;
  color: #fff;
}
.edit-post-visual-editor summary:after {
  box-sizing: initial;
}
summary::-webkit-details-marker {
  display: none;
}
details > summary:first-of-type {
  list-style-type: none;
}
details[open] summary {
  background: #ddd;
  border-bottom: 1px solid #036;
  margin: -1em -1em 0.5em;
}
details[open] summary:after {
  content: '-';
}
/* MS: hide plus/minus because they don't allow expand/collapse */
/* IE 10/11 */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  summary:after {
    display: none !important;
  }
  summary:focus, summary:hover {
    background: none;
    cursor: text;
  }
}
/* Edge */
@supports (-ms-ime-align: auto) {
  summary:after {
    display: none !important;
  }
  summary:focus, summary:hover {
    background: none;
    cursor: text;
  }
}
/*# sourceMappingURL=editor.css.map */