.proof-point {
  border-radius: 50% !important;
}
.story-content p,
.story-content li {
  font-size: 1.25em;
}
.IMP {
  color: #AD3C98;
  font-weight: 600;
}
.IMP-2 {
  color: #FF8800;
  font-weight: 600;
}
.BIG-IMP {
  color: #FFF;
  font-weight: 600;
  font-size: 1.5em;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25);
}
.cc-story a:hover p {
  background-color: #C28E0E;
  color: #FFF !important;
}
.XS-text,
.SM-text,
.MD-text,
.LG-text,
.XL-text {
  color: #FFF;
}
.ONE-SIZE {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.CALLOUT-intro {
  color: #000;
  font-style: italic;
  padding-top: 0;
  text-align: left;
}
.CALLOUT-title {
  color: #000;
  font-weight: 600;
  margin: 1rem;
}
#main-content {
  width: 100%;
}
.TUTORIAL-BOX,
.EXAMPLE-BOX,
.HEADER-BOX {
  background-color: #EEE;
  padding: 30px;
  width: 100%;
}
.HEADER-BOX {
  background: #635B4A;
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.15);
  padding-top: 0;
}
.CODE-BOX {
  background-color: #FFF;
  border: 2px dotted #DDD;
  border-radius: 6px;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  text-align: left;
  width: 100%;
}
.TUTORIAL-BOX .SM-text {
  color: #666;
}
.EXAMPLE-BOX {
  margin-top: 0;
  padding-top: 0;
}
#entity-subsite-title a {
  text-transform: none !important;
}
.svg-features {
  text-align: center;
}
/* ********************* */
/* *** D E F A U L T *** */
/* ********************* */
.PADDED {
  padding-left: 30px;
  padding-right: 30px;
}
.XS-text {
  font-size: 1em;
}
.SM-text {
  font-size: 1em;
}
.MD-text {
  font-size: 1em;
}
.LG-text {
  font-size: 1.15em;
}
.XL-text {
  font-size: 1.35em;
}
.SHADOW-text {
  text-shadow: 0px 2px 2px #000000;
}
.EXPANDER-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  color: #FFF;
  height: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 9px;
  padding-top: 9px;
  top: auto;
}
.EXPANDER-box {
  height: 625px;
}
.BANNER-box {
  background-position: center;
  background-size: cover;
  padding: 0;
}
.GLASS {
  background: rgba(0, 0, 0, 0.45);
  border-top: 2px solid rgba(0, 0, 0, 0.65);
  bottom: 0;
  padding: 0;
  position: absolute;
  text-align: center;
}
.OBSIDIAN {
  background: #000;
  padding: 0;
  text-align: center;
}
.BUTTON,
.BUTTON-ACTIVE {
  border: 2px solid #C28E0E;
  color: #FFF !important;
  font-size: 1.15em;
  font-weight: 400;
  margin: 5px;
  padding: 8px 10px 6px 10px;
  text-transform: uppercase;
  text-align: center;
}
.BUTTON-ACTIVE {
  background: #444444;
}
.BUTTON-BROWN {
  background: #635B4A;
  border: 2px solid #413928;
  font-size: 1.15em;
  font-weight: 400;
  margin: 5px;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
}
.BUTTON-GREY {
  background: #CCCCCC;
  border: 2px solid #AAAAAA;
  font-size: 1em;
  font-weight: 400;
  margin: 5px;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
}
.BUTTON-BLACK {
  border: 2px solid #C28E0E;
  color: #000 !important;
  font-size: 1.05em;
  font-weight: 400;
  margin: 5px;
  padding: 8px 30px 6px 30px;
  text-transform: uppercase;
  text-align: center;
}
.BUTTON-BLACK:hover,
.BUTTON:hover,
.BUTTON-BROWN:hover,
.BUTTON-ACTIVE:hover {
  background: #C28E0E;
  color: #FFF !important;
  text-decoration: none;
}
.BUTTON-GREY:hover {
  background: #000;
  color: #FFF !important;
  text-decoration: none;
}
.mosaic-enabled .billboard-container,
.mosaic-enabled #billboard-container {
  float: none;
}
.mosaic-grid.template-layout #maincontent {
  display: block;
}
.mosaic-grid.template-layout .billboard-container,
.mosaic-grid.template-layout #billboard-container {
  background-color: #ccc;
  height: 275px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
}
.mosaic-grid.template-layout .billboard-container .button,
.mosaic-grid.template-layout #billboard-container .button {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}
@media (min-width: 576px) {
  .mosaic-grid.template-layout .billboard-container,
  .mosaic-grid.template-layout .billboard-container.video-bg,
  .mosaic-grid.template-layout #billboard-container,
  .mosaic-grid.template-layout #billboard-container.video-bg {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .mosaic-grid.template-layout .billboard-container,
  .mosaic-grid.template-layout .billboard-container.video-bg,
  .mosaic-grid.template-layout #billboard-container,
  .mosaic-grid.template-layout #billboard-container.video-bg {
    height: 425px;
  }
}
@media (min-width: 992px) {
  .mosaic-grid.template-layout .billboard-container,
  .mosaic-grid.template-layout .billboard-container.video-bg,
  .mosaic-grid.template-layout #billboard-container,
  .mosaic-grid.template-layout #billboard-container.video-bg {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .mosaic-grid.template-layout .billboard-container,
  .mosaic-grid.template-layout .billboard-container.video-bg,
  .mosaic-grid.template-layout #billboard-container,
  .mosaic-grid.template-layout #billboard-container.video-bg {
    height: 625px;
  }
}
.mosaic-grid.template-layout #billboard-links-container,
.mosaic-grid.template-layout .billboard-links-container {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85));
  height: 9rem;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.mosaic-grid.template-layout #billboard-links-container .button,
.mosaic-grid.template-layout .billboard-links-container .button {
  color: #fff !important;
}
.mosaic-grid.template-layout .button {
  padding: 8px 10px 6px 10px;
  margin: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 2px solid #c28e0e;
}
.mosaic-grid.template-layout .button:hover {
  background-color: #c28e0e;
}
.mosaic-grid-row .billboard-container.video-bg .billboard-container-text,
.mosaic-grid-row #billboard-container.video-bg .billboard-container-text {
  bottom: 50%;
  margin-bottom: 0;
  transform: translateY(48%);
}
.mosaic-grid-row .billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title,
.mosaic-grid-row #billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title {
  font-family: acumin-pro-extra-condensed, "Franklin Gothic", sans-serif !important;
  font-style: italic;
  text-transform: uppercase;
  font-size: 3rem !important;
  line-height: 0.75;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9) !important;
  padding: 0;
}
@media (min-width: 450px) {
  .mosaic-grid-row .billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title,
  .mosaic-grid-row #billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title {
    font-size: 4.25rem !important;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.9) !important;
  }
}
@media (min-width: 576px) {
  .mosaic-grid-row .billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title,
  .mosaic-grid-row #billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title {
    font-size: 5.25rem !important;
  }
}
@media (min-width: 768px) {
  .mosaic-grid-row .billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title,
  .mosaic-grid-row #billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title {
    font-size: 7rem !important;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.9) !important;
  }
}
@media (min-width: 992px) {
  .mosaic-grid-row .billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title,
  .mosaic-grid-row #billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title {
    font-size: 9rem !important;
  }
}
@media (min-width: 1200px) {
  .mosaic-grid-row .billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title,
  .mosaic-grid-row #billboard-container.video-bg .billboard-container-text .title.xl-title.cc-xl-title {
    font-size: 10.75rem !important;
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.9) !important;
  }
}
.mosaic-grid-row .billboard-container.video-bg .billboard-container-text a.homepage,
.mosaic-grid-row #billboard-container.video-bg .billboard-container-text a.homepage,
.mosaic-grid-row .billboard-container.video-bg .billboard-container-text a.homepage:hover,
.mosaic-grid-row #billboard-container.video-bg .billboard-container-text a.homepage:hover {
  text-decoration: none;
}
.template-edit .mosaic-grid-row .billboard-container.video-bg .billboard-container-text,
.template-edit .mosaic-grid-row #billboard-container.video-bg .billboard-container-text {
  overflow: hidden;
  max-height: 100%;
}
div[class='mosaic-engr.banner_links-tile'] {
  background-color: #000;
}
@media (max-width: 1100px) {
  .mosaic-grid.template-layout #billboard-links-container,
  .mosaic-grid.template-layout .billboard-links-container {
    top: 0;
    height: auto;
    background-color: #000 !important;
    position: relative;
  }
}
div.mce-tinymce-inline {
  top: -27px !important;
}
.hidden {
  display: none;
}
.mosaic-enabled #portal-column-content {
  margin: 0 0 0 110px;
  padding-right: 13px;
  min-width: 90%;
}
.fullwidth_mosaic_layout.frontend #content {
  overflow: hidden;
}
.fullwidth_mosaic_layout .mosaic-grid-row {
  margin-left: 0px;
  margin-right: 0px;
}
.fullwidth_mosaic_layout .mosaic-grid-row .mosaic-grid-cell,
.fullwidth_mosaic_layout .mosaic-grid-row.mosaic-grid.template-layout #billboard-links-container,
.fullwidth_mosaic_layout .mosaic-grid-row .mosaic-grid-cell,
.fullwidth_mosaic_layout .mosaic-grid-row.mosaic-grid.template-layout .billboard-links-container {
  padding-left: 0px;
  padding-right: 0px;
}
.fullwidth_mosaic_layout .mosaic-grid-row .plone-breadcrumb {
  background-color: #f5f5f5;
  padding-left: 20px;
}
.fullwidth_mosaic_layout .mosaic-grid-row .plone-breadcrumb ol > li + li::before {
  color: #f5f5f5;
}
.fullwidth_mosaic_layout .mosaic-grid-row #billboard-links-container,
.fullwidth_mosaic_layout .mosaic-grid-row .billboard-links-container {
  width: 100%;
}
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='rich_text-tile'],
.fullwidth_mosaic_layout .mosaic-grid-row .mosaic-IRichText-text-tile {
  padding: 30px 60px;
}
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='raw_html-tile'] {
  padding: 20px;
}
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='raw_html-tile'] .cc-focus-bar {
  text-align: center;
}
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='contentlisting-tile'] {
  padding: 0 60px;
}
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='contentlisting-tile'] .story {
  padding: 0 1em !important;
}
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='existingcontent-tile'] {
  background-color: #eeeeee;
  padding: 30px 60px;
  margin-top: 30px;
}
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='existingcontent-tile'] .content-image {
  float: right;
  width: 50%;
}
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='existingcontent-tile'] h2,
.fullwidth_mosaic_layout .mosaic-grid-row div[class*='existingcontent-tile'] #parent-fieldname-text {
  width: 45%;
}
/* edit screen */
div[class*='banner_links-tile'] .template-edit .mosaic-tile-content {
  height: 40px;
}
.template-edit .mosaic-tile-content #billboard-links-container,
.template-edit .mosaic-tile-content .billboard-links-container {
  position: relative !important;
  height: 70px;
}
.template-edit .mosaic-tile-content #billboard-links-container .button,
.template-edit .mosaic-tile-content .billboard-links-container .button {
  color: #000 !important;
  padding: 8px 10px 6px 10px;
  margin: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 2px solid #c28e0e;
}
.template-edit .mosaic-tile-content #billboard-links-container .button:hover,
.template-edit .mosaic-tile-content .billboard-links-container .button:hover {
  background-color: #c28e0e;
}
.template-edit .mosaic-tile-content .plone-breadcrumb {
  margin-top: 0;
}
div[class*="contentlisting-tile"] .event-list-title {
  margin-bottom: 0;
}
div[class*="contentlisting-tile"] .event-list-title a {
  line-height: 28.8px;
}
div[class*="contentlisting-tile"] div.item-date {
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 0.5em;
}
div[class*="contentlisting-tile"] a[class*="contenttype-"] img {
  float: right;
}
div[class*="contentlisting-tile"] a[class*="contenttype-"] {
  font-size: 18px;
}
div[class*="contentlisting-tile"] a[class*="contenttype-"]::before {
  display: none;
}
div[class*="contentlisting-tile"] a[class*="contenttype-"]:hover {
  border-bottom: 0;
  text-decoration: underline;
}

/* your LESS styles go here */
#content-core a,
.event-body a,
.mosaic-IRichTextBehavior-text-tile a,
[class*="mosaic-engr.rich_text-tile"] a {
  border-bottom: none;
  text-decoration: underline;
}
table {
  color: #212529;
}
.default-button {
  display: inline-block;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 8px 3em 6px 3em;
  border: 2px solid #8e6f3e;
}
.default-button:hover {
  color: #fff;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}
.plone-toolbar-left #edit-zone {
  z-index: 3001;
}
.plone-toolbar-left #edit-zone #plone-contentmenu-factories ul {
  margin-top: auto !important;
}
.plone-toolbar-left.plone-toolbar-left-expanded .plone-modal-wrapper {
  margin-left: 120px;
  width: calc(100% - 120px) !important;
}
label .required::after {
  content: "\25CF";
  font-size: 1em;
  top: 0px;
  color: #c4183c;
  position: relative;
}
.portalMessage.error dd:nth-child(n+3) {
  display: block;
}
.select2-result.select2-result-selectable {
  border-left: 4px solid #fff;
}
.pattern-relateditems-item-title,
.pattern-relateditems-result-title {
  font-size: 1em;
}
.pattern-relateditems-item-title[class*="contenttype-"]::before,
.pattern-relateditems-result-title[class*="contenttype-"]::before {
  font-size: 1.2rem;
}
.select2-results .select2-highlighted {
  background-color: #ddd !important;
}
.select2-results .select2-highlighted a:not([href]):not([tabindex]) {
  color: #000;
}
.select2-results .select2-highlighted a:not([href]):not([tabindex]) .pattern-relateditems-result-title.state-published {
  color: #000;
}
.select2-results .select2-highlighted a:not([href]):not([tabindex]):hover,
.select2-results .select2-highlighted a:not([href]):not([tabindex]):focus {
  color: #000;
}
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-browse {
  font-size: 1.5rem;
  padding-top: 6px;
}
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-browse:hover {
  background-color: transparent;
}
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-browse .icon-left-circle:hover,
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-browse .icon-right-circle:hover {
  color: #007bb3;
}
.state-private:hover,
.state-private:active,
.state-private:focus {
  color: #c4183c !important;
}
footer {
  clear: both;
}
.template-layout #form-widgets-ILeadImage-image img,
.mosaic-enabled #form-widgets-ILeadImage-image img {
  width: 100%;
}
.template-layout #maincontent > .content.col-md-9,
.mosaic-enabled #maincontent > .content.col-md-9,
.template-layout #maincontent > .content.col-md-6,
.mosaic-enabled #maincontent > .content.col-md-6 {
  margin-left: 0px;
}
.mosaic-enabled #maincontent > .content {
  margin-left: 7em;
}
.mosaic-grid-row div[class*="engr.raw_html-tile"] {
  background: inherit;
}
.mosaic-grid-row div[class*="engr.raw_html-tile"] .button {
  color: #000 !important;
}
.mosaic-grid-row div[class*="engr.raw_html-tile"] .button:hover {
  color: #fff !important;
  background-color: #c28e0e;
}
.template-edit .mosaic-empty-row {
  border-top: 3px dashed #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
.uppercase {
  text-transform: uppercase;
}
.align-right {
  text-align: right;
}
.image-centered {
  margin: 0 auto;
  display: block;
}
.wide-news {
  padding-top: 30px;
}
.wide-news .col-md-6 {
  margin-bottom: 1em;
}
.edit-cover-div {
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 3000;
  height: 0px;
}
.edit-cover-btn {
  background-color: #89CDF5;
  padding: 1em 1.9em;
  border-radius: 10px;
  color: #254355 !important;
  position: relative;
  right: 40px;
  top: 35px;
  transition: background-color 0.25s ease;
}
.edit-cover-btn:hover {
  background-color: #77B4D8;
}
.news-edit .edit-cover-btn {
  top: inherit;
  bottom: 77px;
}
.feature-edit .edit-cover-btn {
  top: 65px;
}
#edit-zone .actionMenuSelected::after {
  font-size: 25px;
  position: absolute;
  right: 15px;
  content: '•';
  color: white;
}
/* Fix alignment issues for tiles since some are full width and some aren't */
.main-group-listing,
.documentDescription,
.search-tile-container,
.search-result-number,
.mosaic-width-full section h1,
.people-list-groups,
.mosaic-width-full .accordion-block {
  padding: 0 60px;
}
.template-awardee_listing_view .documentDescription {
  padding: 0px;
}
.alphabetical-nav {
  padding: 0 60px 0 75px;
}
.alphabetical-nav ul {
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
}
.alphabetical-nav ul li {
  list-style-type: none;
  float: left;
  padding-right: 7px;
}
.alphabetical-nav a.active {
  font-weight: bold;
}
ul.people-list-groups,
ul.main-group-listing,
.rdb-group-description {
  padding: 0 60px;
}
/* fix the issue of the edit/delete button not going to the bottom when editing in  mosaic */
.mosaic-enabled .mosaic-selected-tile {
  display: inline-block;
  width: 100%;
}
.mosaic-position-leftmost .alphabetical-nav ul {
  padding-left: 0px;
}
.mosaic-enabled div.mosaic-rdb\.people\.listing-tile.mosaic-selected-tile .mosaic-tile-buttons {
  display: inherit !important;
  float: right;
  position: relative;
  bottom: -2px;
  right: 2px;
}
.mosaic-panel .mosaic-tile .mosaic-tile-outer-border {
  border: dashed 2px #efefef;
  border: dashed 2px rgba(150, 150, 150, 0.1);
}
.mosaic-enabled .mosaic-tile {
  margin-top: 1em;
}
.mosaic-selected-tile .mosaic-tile-label,
.mosaic-tile .mosaic-tile-label,
.mosaic-advanced .mosaic-tile-label {
  display: block;
}
.mosaic-selected-tile .mosaic-tile-label .mosaic-tile-label-content,
.mosaic-tile .mosaic-tile-label .mosaic-tile-label-content,
.mosaic-advanced .mosaic-tile-label .mosaic-tile-label-content,
.mosaic-selected-tile .mosaic-tile-label .mosaic-tile-label-left,
.mosaic-tile .mosaic-tile-label .mosaic-tile-label-left,
.mosaic-advanced .mosaic-tile-label .mosaic-tile-label-left {
  background-color: #545454;
  opacity: 0.4;
}
.mosaic-selected-tile .mosaic-tile-label .mosaic-tile-label-content,
.mosaic-tile:hover .mosaic-tile-label .mosaic-tile-label-content,
.mosaic-tile:focus .mosaic-tile-label .mosaic-tile-label-content,
.mosaic-advanced .mosaic-tile-label .mosaic-tile-label-content,
.mosaic-selected-tile .mosaic-tile-label .mosaic-tile-label-left,
.mosaic-tile:hover .mosaic-tile-label .mosaic-tile-label-left,
.mosaic-tile:focus .mosaic-tile-label .mosaic-tile-label-left,
.mosaic-advanced .mosaic-tile-label .mosaic-tile-label-left {
  opacity: 1;
}
.mosaic-dropdown-insert > ul > li {
  width: 16.4%;
  margin-right: 0px;
  padding-right: 5px;
}
.mosaic-tile-buttons {
  bottom: -37px;
}
.mosaic-panel .mosaic-tile .mosaic-tile-content {
  margin-bottom: 0px;
  transition: margin-bottom 0.2s ease;
}
.mosaic-grid-row-black-background {
  background-color: #000;
}
.mosaic-grid-row-black-background p,
.mosaic-grid-row-black-background a {
  color: white !important;
}
.plone-toolbar-left-expanded.mosaic-layout-customized {
  padding-left: 0px;
}
.mosaic-tile-buttons button:first-child {
  border-top-left-radius: none !important;
}
.template-edit.mosaic-enabled.plone-modal-open .mce-menu {
  position: fixed;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 13px;
}
#people-directory-letters input[type=submit] {
  margin-bottom: 0.5em;
}
.people-list-groups {
  padding-left: 0px;
}
.people-list-groups > li {
  list-style-type: none;
}
.people-list-groups .people-list {
  padding-left: 0px;
}
.people-list-groups .people-list > li {
  width: 100%;
  display: inline-block;
  margin-top: 0.5em;
  border-top: 1px solid #ccc;
  padding: 0.75em 0;
}
.people-list-groups .people-list img {
  max-width: 120px;
}
.main-group-listing > li {
  list-style-type: none;
}
.main-group-listing > li > a {
  font-size: 1.75em;
}
.sub-group-listing > li {
  list-style-type: disc;
}
.accordian:after {
  content: '\002B';
  color: #a3792c;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordian[aria-expanded="true"]:after {
  content: '\2212';
}
.search-tile-container {
  margin: 0.8em 0;
}
.col-search-btn {
  margin-left: 0.75em;
}
.col-search-btn [type="submit"] {
  background-color: white;
}
#mosaic-column-right {
  margin: 35px 4%;
}
body.layout-layouts-banner-layout .billboard-container,
body.fullwidth_mosaic_layout .billboard-container,
body.layout-layouts-banner-layout #billboard-container,
body.fullwidth_mosaic_layout #billboard-container {
  background-color: #ccc;
  height: 275px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
@media (min-width: 576px) {
  body.layout-layouts-banner-layout .billboard-container,
  body.fullwidth_mosaic_layout .billboard-container,
  body.layout-layouts-banner-layout #billboard-container,
  body.fullwidth_mosaic_layout #billboard-container {
    height: 350px;
  }
}
@media (min-width: 768px) {
  body.layout-layouts-banner-layout .billboard-container,
  body.fullwidth_mosaic_layout .billboard-container,
  body.layout-layouts-banner-layout #billboard-container,
  body.fullwidth_mosaic_layout #billboard-container {
    height: 425px;
  }
}
@media (min-width: 992px) {
  body.layout-layouts-banner-layout .billboard-container,
  body.fullwidth_mosaic_layout .billboard-container,
  body.layout-layouts-banner-layout #billboard-container,
  body.fullwidth_mosaic_layout #billboard-container {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  body.layout-layouts-banner-layout .billboard-container,
  body.fullwidth_mosaic_layout .billboard-container,
  body.layout-layouts-banner-layout #billboard-container,
  body.fullwidth_mosaic_layout #billboard-container {
    height: 625px;
  }
}
.mosaic-enabled .billboard-container,
.mosaic-enabled #billboard-container {
  height: 625px;
}
.mosaic-toolbar-secondary-functions .select2-arrow b {
  position: absolute;
  bottom: 14px;
}
header.portletHeader a {
  color: white !important;
}
.portletWrapper {
  margin-bottom: 1em;
}
ul.people-list li {
  clear: both;
}
#dean-container:after {
  background-image: url('++theme++engineering.theme/static/images/dean-arms-atrium-bg.jpg') !important;
}
.deanmore {
  margin-left: 10px;
}
#content-core a.deanmore {
  border-bottom: none;
}
.wide-news img.image-center {
  margin: 0 auto;
  display: block;
}
.wide-news .wn-content {
  overflow: hidden;
  position: relative;
  margin: 0px;
  height: 31.375rem;
  /*  14 total lines - 11.375 */
}
.wide-news .wn-content:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.2rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #ffffff 90%);
}
.output-content img {
  display: none;
}
.rmore {
  margin-top: 1em;
}
.mosaic-grid-row-dark .wide-news .wn-content::after {
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0.6), #cccccc 90%);
}
.mosaic-grid-row-black-background .wide-news .wn-content::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), #000000 90%);
}
.summary-content {
  text-transform: capitalize;
}
.section-homepage .billboard-container .title {
  color: #FFF;
}
a.full-name-people-list {
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.portaltype-rdb_proxy_member .content h2 {
  font-size: 20px !important;
}
.portaltype-rdb_proxy_member .content .office-field-values {
  margin: 1em 0;
}
.portaltype-rdb_proxy_member .content .office-field-value {
  display: block;
}
.portaltype-rdb_proxy_member .content dt {
  display: inline-block;
  width: 4.5em;
}
.portaltype-rdb_proxy_member .content dt:after {
  content: ":";
}
.portaltype-rdb_proxy_member .content dd {
  display: inline-block;
}
.portaltype-rdb_proxy_member .content .documentDescription.description {
  font-weight: 350;
  color: #a3792c;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  padding: 0 15px;
}
.plone-toolbar-left-expanded .container {
  width: 100% !important;
}
.mosaic-grid-row div[class*="contentlisting-tile"] {
  padding: 0;
}
.wide-news h1 {
  padding: 0px !important;
}
/* make youtube video responsive */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* child listings drag and drop */
.sortableList li::before {
  content: '::';
  background: #f1f1f1;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  cursor: grab;
}
.sortableList .removeItem {
  color: red;
  font-weight: bold;
  cursor: pointer;
}
.section-AboutUs.subsection-factsfigures .mosaic-grid-row div[class*="existingcontent-tile"],
.section-AboutUs.subsection-FactsFigures .mosaic-grid-row div[class*="existingcontent-tile"] {
  background-color: transparent;
  padding: 0px;
  margin-top: 0px;
  max-width: 100%;
}
.section-AboutUs.subsection-factsfigures .mosaic-grid-row div[class*="existingcontent-tile"] h2,
.section-AboutUs.subsection-FactsFigures .mosaic-grid-row div[class*="existingcontent-tile"] h2,
.section-AboutUs.subsection-factsfigures .mosaic-grid-row div[class*="existingcontent-tile"] #parent-fieldname-text,
.section-AboutUs.subsection-FactsFigures .mosaic-grid-row div[class*="existingcontent-tile"] #parent-fieldname-text {
  width: 100%;
}
.section-AboutUs.subsection-factsfigures .mosaic-grid-row div[class*="existingcontent-tile"] .ranking-table td.rank,
.section-AboutUs.subsection-FactsFigures .mosaic-grid-row div[class*="existingcontent-tile"] .ranking-table td.rank {
  width: 3em;
  padding-left: 7px;
}
.section-AboutUs.subsection-factsfigures .mosaic-grid-row div[class*="existingcontent-tile"] .ranking-table td,
.section-AboutUs.subsection-FactsFigures .mosaic-grid-row div[class*="existingcontent-tile"] .ranking-table td,
.section-AboutUs.subsection-factsfigures .mosaic-grid-row div[class*="existingcontent-tile"] .ranking-table th,
.section-AboutUs.subsection-FactsFigures .mosaic-grid-row div[class*="existingcontent-tile"] .ranking-table th {
  text-align: left;
  vertical-align: top;
  padding: 7px 0 7px 15px;
  border-bottom: 1px solid #ccc;
}
.section-AboutUs.subsection-factsfigures .mosaic-grid-row div[class*="existingcontent-tile"] .simple-table td sup,
.section-AboutUs.subsection-FactsFigures .mosaic-grid-row div[class*="existingcontent-tile"] .simple-table td sup {
  line-height: 2;
}
.section-AboutUs.subsection-factsfigures .mosaic-grid-row div[class*="existingcontent-tile"] .simple-table td sup span,
.section-AboutUs.subsection-FactsFigures .mosaic-grid-row div[class*="existingcontent-tile"] .simple-table td sup span {
  font-size: 12px;
}
.leftfloat {
  float: left;
  margin-right: 10px;
  margin-top: 5px !important;
}
/* Tweaks for mobile */
@media only screen and (max-width: 557px) {
  .template-coe_history_view .timeline:before {
    width: 0px !important;
    left: 0px !important;
  }
  .template-coe_history_view .timeline > div > li > .timeline-badge {
    left: 85% !important;
    top: -5% !important;
    margin-left: 0px !important;
    margin: 3px;
  }
  .template-coe_history_view .timeline > div > li > .timeline-panel {
    width: 100% !important;
  }
  .template-coe_history_view .timeline-heading {
    margin-right: 50px;
  }
  .template-coe_history_view .timeline > div > li > .timeline-panel {
    float: right !important;
  }
  .template-coe_history_view .timeline > div > li > .timeline-panel:before {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    left: auto !important;
    right: auto !important;
  }
  .template-coe_history_view .timeline > div > li > .timeline-panel:after {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    left: auto !important;
    right: auto !important;
  }
}
/* https://codepen.io/bsngr/pen/Ifvbi */
.template-coe_history_view .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.template-coe_history_view .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.template-coe_history_view .timeline > div > li {
  margin-bottom: 20px !important;
  position: relative;
  width: 100%;
}
.template-coe_history_view .timeline > div > li:before,
.template-coe_history_view .timeline > div > li:after {
  content: " ";
  display: table;
}
.template-coe_history_view .timeline > div > li:after {
  clear: both;
}
.template-coe_history_view .timeline > div > li:before,
.template-coe_history_view .timeline > div > li:after {
  content: " ";
  display: table;
}
.template-coe_history_view .timeline > div > li:after {
  clear: both;
}
.template-coe_history_view .timeline > div > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.template-coe_history_view .timeline > div > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.template-coe_history_view .timeline > div > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.template-coe_history_view .timeline > div > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #C28E0E !important;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.template-coe_history_view .timeline > div:nth-child(even) > li > .timeline-badge {
  background-color: #000000 !important;
}
.template-coe_history_view .timeline > div > li.timeline-inverted > .timeline-panel,
.template-coe_history_view .timeline > div:nth-child(even) > li > .timeline-panel {
  float: right;
}
.template-coe_history_view .timeline > div > li.timeline-inverted > .timeline-panel:before,
.template-coe_history_view .timeline > div:nth-child(even) > li > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.template-coe_history_view .timeline > div > li.timeline-inverted > .timeline-panel:after,
.template-coe_history_view .timeline > div:nth-child(even) > li > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.template-coe_history_view .timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.template-coe_history_view .timeline-badge.success {
  background-color: #3f903f !important;
}
.template-coe_history_view .timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.template-coe_history_view .timeline-badge.danger {
  background-color: #d9534f !important;
}
.template-coe_history_view .timeline-badge.info {
  background-color: #5bc0de !important;
}
.template-coe_history_view .timeline-title {
  margin-top: 0;
  color: inherit;
}
.template-coe_history_view .timeline-body > p,
.template-coe_history_view .timeline-body > ul {
  margin-bottom: 0;
}
.template-coe_history_view .timeline-body > p + p {
  margin-top: 5px;
}
.template-coe_history_view #maincontent > .content {
  max-width: 100%;
}
.template-coe_history_view .page h2.timeline-title {
  margin-top: 0;
  color: #212529;
}
.contenttype-event {
  font-size: 1.5em;
}
.contenttype-event::before {
  display: none;
}
.mosaic-plone\.app\.standardtiles\.contentlisting-tile h2.tileHeader {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.template-ftwcalendar_view #maincontent > .content {
  max-width: none;
}
#maincontent #calendar h2 {
  font-size: 24px;
}
#maincontent .fc-view {
  min-height: 200px;
}
#maincontent .fc-view a {
  color: #fff;
  text-decoration: none;
  padding: 0;
  border: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
#maincontent .fc-content {
  white-space: normal;
}
#maincontent .fc-content .fc-time {
  font-weight: normal;
  display: block;
  padding: 3px 3px 2px 3px;
}
#maincontent .fc-content .fc-title {
  white-space: normal;
  overflow: hidden;
  display: block;
  padding: 3px;
  color: #333;
  background-color: #cbe8f2;
}
#maincontent .fc-view a:hover {
  color: #fff;
  background-color: #a3792c;
  border-color: #a3792c;
  text-decoration: none;
}
#maincontent .fc-view a:hover .fc-title {
  background-color: #f0dec0;
}
#maincontent .fc-view .fc-loading {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  z-index: 2000;
}
#maincontent .fc-view .fc-loading svg {
  width: 100%;
  font-size: 150px;
}
.fc-custom-search,
.search-results,
.filter-events-buttons {
  padding-bottom: 1.5em;
}
.fc-custom-search label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.25em;
}
.fc-custom-search input {
  width: 100%;
}
.fc-custom-search .submit {
  background-color: #3a87ad;
  width: initial !important;
  margin: 4px 2px 0 0;
}
.fc-custom-search .submit:hover,
.fc-custom-search .submit:active {
  background-color: #286090;
}
.fc-custom-search .clear-search {
  width: initial !important;
  margin: 4px 2px 0 0;
}
#submit-search-all {
  clear: left;
}
.fc-toolbar .fc-left {
  padding-right: 1em;
}
.frontend .page .fc-toolbar .fc-left h2 {
  margin-top: 0;
}
ul.fc-event-list {
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
ul.fc-event-list li a {
  display: block;
  padding: 0;
  background-color: #cbe8f2;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
}
ul.fc-event-list li a .date-time {
  color: #fff;
  background-color: #3a87ad;
  display: block;
  padding: 3px 6px 2px 6px;
}
ul.fc-event-list li a .title {
  display: block;
  padding: 6px 10px 5px 6px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.5em;
  text-decoration: none;
}
ul.fc-event-list li:hover a {
  background-color: #f0dec0 !important;
  text-decoration: none !important;
}
ul.fc-event-list li:hover a .date-time {
  background-color: #a3792c;
  border-color: #a3792c;
}
ul.fc-event-list li:hover a .title {
  text-decoration: none;
}
.fc-list-view {
  border: none;
}
/** Q-Tip pop-up styles **/
.qtip .event-intro {
  margin-top: 1em;
  margin-bottom: -0.5em;
}
@media only screen and (max-width: 767px) {
  .fc-left {
    width: 100%;
    padding-bottom: 20px;
  }
  .fc-center {
    text-align: left;
    float: left;
  }
}
.fc-event {
  border: 1px solid #c28e0e !important;
  border-radius: 3px;
}
.fc-event a {
  background-color: #cbe8f2;
  color: #333;
  border: none !important;
  padding: 3px;
}
.fc-event a:hover {
  background-color: #f0dec0;
  border-color: #a3792c;
  text-decoration: none;
}
.fc-event.fc-corner-right {
  margin-right: 0;
}
.fc-event.fc-corner-right a {
  margin-right: 0;
}
.fc-event.fc-corner-left {
  margin-left: 0;
}
.fc-event.fc-corner-left a {
  margin-left: 0;
}
.fc-header span {
  text-align: center;
}
.fc-header a {
  color: #212529 !important;
}
.fc-content .fc-state-highlight {
  background-color: #fcf8e3;
}
.fc-corner-left,
.fc-corner-left a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-corner-right,
.fc-corner-right a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
button.fc-button {
  font-weight: normal;
}
div[class^="fc-button-"] {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  box-sizing: border-box;
  cursor: pointer;
}
div[class^="fc-button-"] span {
  background: transparent !important;
  border: 0px;
  padding: 0 !important;
  border-style: none !important;
}
div[class^="fc-button-"].fc-state-active {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
  border-color: #b7b7b7 !important;
  width: auto;
  margin: 0 -2px;
}
.fc-header .fc-state-down span,
.fc-header .fc-state-active span {
  border-color: #b7b7b7;
}
.fc-view table > thead:first-child > tr:first-child > td.fc-head-container {
  border-top: 1px solid #ddd;
}
.plonetoolbar-contenttype .contenttype-event {
  font-size: 1em;
}
.plonetoolbar-contenttype .contenttype-event::before {
  display: inline-block;
}
#caldays {
  display: block;
  padding: 0.3em 0 1.3em;
  clear: both;
}
.fc-custom-search .submit {
  background-color: #c28e0e !important;
  border: 1px solid #c28e0e !important;
  width: initial !important;
  margin: 4px 2px 0 0;
}
.fc-custom-search .clear-search {
  width: initial !important;
  margin: 4px 2px 0 0;
}
.fc-custom-search label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.25em;
}
.fc-custom-search,
.search-results,
.filter-events-buttons {
  padding-bottom: 1.5em;
}
.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-custom-search label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: normal !important;
  font-size: 1.25em;
}
.fc-view-container {
  line-height: 1.5;
}
.fc-time {
  color: #fff;
}
button.contentlisting-more-button {
  background-color: transparent;
  border: none;
  padding: 0 0 3px 0;
  color: #a3792c;
}
button.contentlisting-more-button:hover,
button.contentlisting-more-button:focus {
  text-decoration: underline;
  box-shadow: none;
}
button.contentlisting-more-button:after {
  content: "...";
}
#formfield-rdb-groups-listing-hide_groups,
#formfield-rdb-groups-listing-group_order {
  display: none;
}
.frontend.template-awardee_listing_view .page .honoree {
  margin-top: 20px;
  margin-bottom: 20px;
}
.frontend.template-awardee_listing_view .page .honoree a .name {
  color: #8e6f3e;
  font-weight: bold;
  padding: 0.5em 0;
  font-size: 16px;
}
.frontend.template-awardee_listing_view .page p.award {
  color: #666;
  text-transform: uppercase;
  min-height: 2.75em;
  margin: 1.2em 0 0.5em 0;
  padding: 0;
  font-size: 16px;
}
.frontend.template-awardee_listing_view .page .dept {
  color: #666;
  font-style: italic;
  font-size: 16px;
}
.frontend.template-awardee_listing_view .page .text-output p {
  font-size: 16px;
}
.frontend.template-faculty_listing_view .page span.position {
  display: block;
  font-size: 0.9rem;
  line-height: 1em;
  font-style: italic;
}
.frontend.template-faculty_listing_view .page .photo {
  margin: 0 0 0.7em 0;
  border: 0;
}
.frontend.template-faculty_listing_view .page .name p {
  font-size: 16px;
}
.event-image-container {
  float: right;
  clear: right;
  width: 250px;
  margin: 5px;
  text-align: center;
}
.event-image-container .event-image {
  margin-bottom: 0.5em;
}
.template-edit-image-weights input[type='number'] {
  width: 100px;
}
/* People Listing Tile edit view */
div[id^='formfield-rdb-people-listing-profile_'] {
  width: 30%;
  float: left;
}
div[id^='formfield-rdb-people-listing-profile_'] .select2-container {
  min-width: 85%;
}
div[id^='formfield-rdb-people-listing-profile_'] .select2-search-choice {
  display: block;
  float: none;
}
#formfield-rdb-people-listing-group_by {
  clear: both;
}
#formfield-rdb-people-listing-profile_left_fields {
  position: relative;
}
#formfield-rdb-people-listing-profile_left_fields .formHelp {
  display: none;
}
#formfield-rdb-people-listing-profile_left_fields label::after {
  content: '?';
  color: #ffffff;
  background-color: cornflowerblue;
  border-radius: 20px;
  padding: 0 4px;
}
#formfield-rdb-people-listing-profile_left_fields label:hover .formHelp {
  position: absolute;
  display: block;
  z-index: 5;
  width: 350px;
  left: 200px;
  top: -15px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  border: 1px solid #cccccc;
}
/* NEWS */
.news.row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.news.row .top-story {
  margin: 2em 0;
}
.news.row .story {
  padding: 0;
  margin: 1em 0;
}
.news.row .story a {
  display: block;
  height: 100%;
  color: #333;
  background-color: #eee;
  text-decoration: none;
}
.news.row .story a:hover,
.news.row .story a:active {
  color: #fff;
  background-color: #c28e0e;
}
.news.row .story .image {
  height: 200px;
  background-size: cover;
  background-position-y: 20%;
  background-position-x: 50%;
}
.news.row .story .title {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem;
}
@media (min-width: 576px) {
  .news.row .story {
    max-width: 45%;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .news.row .story {
    max-width: 30%;
  }
}
/* publications */
#publications-container {
  margin-bottom: 30px;
  margin-top: 30px;
}
#publications-container h2 {
  margin-top: 60px;
  text-align: center;
}
#publications-container img {
  width: 100%;
}
#publications-container .social a {
  margin-right: 30px;
}
.template-news-controlpanel .guide-content {
  display: none;
}
.template-news-controlpanel form h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.template-news-controlpanel form .toolbar {
  display: none;
}
#news-banner-guide ol {
  padding-left: 20px;
}
#news-banner-guide li {
  padding: 20px 0;
}
#homepage-news-guide ol {
  list-style-type: none;
  padding-left: 0;
  width: 150px;
}
#homepage-news-guide li {
  color: #fff;
  background: #000;
  display: inline-block;
  margin: 3px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 40px;
}
.template-news-controlpanel .select2-search-choice {
  width: 99%;
}
.template-news-controlpanel .pattern-relateditems-item-title,
.template-news-controlpanel .pattern-relateditems-result-title {
  color: #333;
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.template-news-controlpanel .pattern-relateditems-result-title[class*="contenttype-"]::before {
  display: none;
}
.template-news-controlpanel .pattern-relateditems-item-path {
  padding-left: 20px;
}
.template-news-controlpanel .select2-search-choice [class*="contenttype-"]::before {
  display: inline-block;
  float: left;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: unset;
  font-weight: bold;
  margin-right: 5px;
}
.template-news-controlpanel .select2-search-choice:nth-of-type(1) [class*="contenttype-"]::before {
  content: "1.";
}
.template-news-controlpanel .select2-search-choice:nth-of-type(2) [class*="contenttype-"]::before {
  content: "2.";
}
.template-news-controlpanel .select2-search-choice:nth-of-type(3) [class*="contenttype-"]::before {
  content: "3.";
}
.template-news-controlpanel .select2-search-choice:nth-of-type(4) [class*="contenttype-"]::before {
  content: "4.";
}
.template-news-controlpanel .select2-search-choice:nth-of-type(5) [class*="contenttype-"]::before {
  content: "5.";
}
.template-news-controlpanel .select2-search-choice:nth-of-type(6) [class*="contenttype-"]::before {
  content: "6.";
}
.portaltype-profile .bio {
  text-align: left;
  font-size: inherit;
}
.portaltype-profile .bio a {
  text-decoration: underline;
}
.portaltype-profile .bio .portrait {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
  max-width: 200px;
}
.portaltype-profile .bio .portrait img {
  border: 0;
  height: auto;
}
.portaltype-profile .bio .position {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.2em;
  font-style: italic;
}
.portaltype-profile .bio .documentFirstHeading {
  border-bottom: none;
}
.heading-toggle a {
  font-size: 15px;
}
/* Edit image attachments screen */
.attachment-wrapper {
  clear: both;
}
.attachment-wrapper .attch-main {
  float: left;
  margin-bottom: 40px;
}
.attachment-wrapper .attch-additional {
  float: left;
  margin-left: 40px;
}
.attachment-wrapper .attch-additional img {
  margin-bottom: 10px;
}
.attachment-wrapper input[type='text'] {
  width: 300px;
}
.attachment-wrapper hr {
  clear: both;
  color: #cccccc;
  background-color: #cccccc;
  margin: 40px 0;
}
.thumb_warning {
  position: absolute;
  border: 1px #ccc solid;
  background: #eeeeee;
  padding: 2px 7px 8px;
  width: 350px;
  margin-left: -9px;
}
.thumb_warning::before {
  content: '';
  transform: rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  background: #eeeeee;
  margin-top: -8px;
}
.plone-toolbar-main a#legacy_event {
  display: none;
}
#main-menus .megamenu .secondary-only {
  display: none;
}
#main-menus .megamenu.secondary ul > .row {
  display: block;
  margin: 0 15px;
}
#main-menus .megamenu.secondary .secondary-only {
  display: block;
  height: auto;
}
#main-menus .megamenu.secondary li.block-link {
  display: block;
  width: 100%;
  height: auto;
  border-right: 1px solid #c4bfc0;
  border-left: 1px solid #c4bfc0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #ffffff;
}
#main-menus .megamenu.secondary li.block-link:last-of-type {
  border-bottom: 1px solid #c4bfc0;
}
#main-menus .megamenu.tertiary li.block-link {
  border: none;
  height: auto;
}
.navgroupdiv {
  float: left;
}
.event-content .event-intro {
  display: none;
}
.template-gallery_view #maincontent.expand,
.fullwidth_display #maincontent.expand {
  border: 0;
}
.portalMessage.error {
  font-weight: bold;
  color: #000000;
}
.portalMessage a {
  font-weight: 400;
  color: #005074;
}
.template-listing_view .contenttype-gift_review::before {
  content: "";
  width: 0;
  margin: 0;
}
.portaltype-collection .leadImage .newsImageContainer {
  float: none;
  margin: 0 0 1em;
  border: none;
  box-shadow: none;
}
.template-teams_landing .event-list h2 {
  margin-bottom: 0;
}
.state-restricted {
  color: #871722 !important;
}
.state-archived {
  color: #555960 !important;
}
#live_search_results .restricted {
  color: red;
}
.portaltype-knowledge_base_item nav#category {
  display: none;
}
.portaltype-knowledge_base_item .documentFirstHeading {
  border: 0;
}
.portaltype-knowledge_base_item blockquote pre {
  background: none;
  border: 0;
  margin: 0;
}
.portaltype-knowledge_base_item .content-core table:not(.listing):not(.invisible-grid) tr,
.portaltype-knowledge_base_item .content-core table:not(.listing):not(.invisible-grid) td {
  border: 1px solid;
}
.portaltype-knowledge_base_item .content-core table pre {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.template-folder_contents .navbar #filter {
  margin-left: auto;
}
.template-folder_contents .navbar #filter .popover.query {
  width: auto;
}
#maincontent > .sidebar .sidebar-content .portletForm,
#mosaic-column-right .portletForm {
  margin-bottom: 1rem;
}
#maincontent > .sidebar .sidebar-content .portletForm .portletHeader span,
#mosaic-column-right .portletForm .portletHeader span {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
}
#maincontent > .sidebar .sidebar-content .portletForm .portletContent,
#mosaic-column-right .portletForm .portletContent {
  padding: 10px;
}
#maincontent > .sidebar .sidebar-content .portletForm .portletContent h3,
#mosaic-column-right .portletForm .portletContent h3 {
  margin-top: 0;
  position: absolute;
  margin-left: -999em;
}
#maincontent > .sidebar .sidebar-content .portletForm .portletContent #formPrologue p,
#mosaic-column-right .portletForm .portletContent #formPrologue p,
#maincontent > .sidebar .sidebar-content .portletForm .portletContent #formEpilogue p,
#mosaic-column-right .portletForm .portletContent #formEpilogue p,
#maincontent > .sidebar .sidebar-content .portletForm .portletContent label,
#mosaic-column-right .portletForm .portletContent label {
  font-size: 0.85rem;
}
#maincontent > .sidebar .sidebar-content .portletForm .portletContent .formControls,
#mosaic-column-right .portletForm .portletContent .formControls {
  border: 0;
  background: none;
  box-shadow: unset;
  padding-top: 0;
  padding-left: 0;
}
#maincontent > .sidebar .sidebar-content .portletForm .portletContent .button,
#mosaic-column-right .portletForm .portletContent .button {
  display: inline-block;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 8px 3em 6px 3em;
  border: 2px solid #8e6f3e;
}
#maincontent > .sidebar .sidebar-content .portletForm .portletContent .button:hover,
#mosaic-column-right .portletForm .portletContent .button:hover {
  color: #fff;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}
#maincontent > .sidebar .sidebar-content .portletForm .portletContent input[type=submit],
#mosaic-column-right .portletForm .portletContent input[type=submit] {
  display: inline-block;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 8px 3em 6px 3em;
  border: 2px solid #8e6f3e;
}
#maincontent > .sidebar .sidebar-content .portletForm .portletContent input[type=submit]:hover,
#mosaic-column-right .portletForm .portletContent input[type=submit]:hover {
  color: #fff;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}
.link-button {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-size: 1.1rem;
  color: #fff !important;
  background-color: #000;
  padding: 10px 15px;
  display: inline-block;
  margin: 1rem;
}
.sidebar .link-button {
  display: block;
  margin: 1rem 0;
}
.link-button-grey {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-size: 1.1rem;
  color: #fff !important;
  background-color: #000;
  padding: 10px 15px;
  display: inline-block;
  margin: 1rem;
  background-color: #555960;
}
.sidebar .link-button-grey {
  display: block;
  margin: 1rem 0;
}
.link-button-gold {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-size: 1.1rem;
  color: #fff !important;
  background-color: #000;
  padding: 10px 15px;
  display: inline-block;
  margin: 1rem;
  background-color: #8e6f3e;
}
.sidebar .link-button-gold {
  display: block;
  margin: 1rem 0;
}
body:not(.frontend) .thumb-rating {
  display: none;
}
.feedback-wrapper {
  background: #dedede;
  border: 1px solid #c4bfc0;
  position: relative;
  float: none;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  .feedback-wrapper {
    max-width: 70%;
  }
}
.feedback-wrapper .feedback-form {
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  right: 0;
  padding: 1em;
  width: 100%;
  z-index: 300;
}
.feedback-wrapper .feedback-form header {
  font-weight: bold;
}
.feedback-wrapper .feedback-form input[type="submit"] {
  float: right;
  text-shadow: none;
}
@media (min-width: 768px) {
  .feedback-wrapper .feedback-form {
    width: 100%;
  }
}
.feedback-wrapper .feedback-form textarea {
  width: 100%;
  margin: 10px auto;
}
.feedback-wrapper .feedback-form .close-link {
  color: #000;
  float: right;
}
.feedback-wrapper .thumb-rating {
  padding: 0.75em;
  float: none;
}
@media (max-width: 767px) {
  .feedback-wrapper .thumb-rating {
    width: 100%;
  }
}
.feedback-wrapper .thumb-rating form {
  text-align: center;
}
.feedback-wrapper .thumb-rating form .thumb-wrapper {
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  border: 2px solid #8e6f3e;
}
.feedback-wrapper .thumb-rating form .thumb-wrapper input {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  width: 10em;
}
.feedback-wrapper .thumb-rating form .thumb-wrapper.selected {
  color: #fff;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}
.feedback-wrapper .thumb-rating form .thumb-wrapper.selected input {
  color: #FFF;
}
.feedback-wrapper .thumb-rating form input.like-button,
.feedback-wrapper .thumb-rating form input.dislike-button {
  text-indent: unset;
  background: none;
  vertical-align: baseline;
  margin: 0;
}
.feedback-wrapper .thumb-rating form .tally-total {
  color: unset;
}
.feedback-wrapper .thumb-rating .twothumbs-feedback {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 0;
  padding: 0.625em;
  margin-top: -1px;
  width: 100%;
  z-index: 450;
}
@media (max-width: 767px) {
  .feedback-wrapper .thumb-rating .twothumbs-feedback {
    width: 100%;
    margin-top: -1px;
  }
}
.feedback-wrapper .question {
  display: block;
  margin-bottom: 0.75em;
}
.feedback-wrapper .total-wrapper {
  font-size: 0.85em;
  text-align: center;
  margin-top: 1em;
}
#site-alerts {
  margin-bottom: 1em;
}
.breadcrumb + #site-alerts {
  margin-top: -16px;
}
.fullwidth_mosaic_layout #site-alerts {
  margin-bottom: 0;
}
#site-alerts .pretext {
  font-weight: bold;
}
#site-alerts .alert-content {
  padding: 10px 1em;
  background-color: #CC0000;
  color: #FFF;
}
#site-alerts .alert-title {
  font-weight: normal;
  color: #FFF !important;
}
.billboard-container #site-alerts,
#billboard-container #site-alerts {
  margin-top: 0;
  background-color: #cc0000cc;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.billboard-container #site-alerts .alert-content,
#billboard-container #site-alerts .alert-content {
  background: none;
}
.billboard-container #site-alerts .alert-content span,
#billboard-container #site-alerts .alert-content span,
.billboard-container #site-alerts .alert-content a,
#billboard-container #site-alerts .alert-content a {
  font-size: 1.5rem;
}
.frontend .pat-autotoc:not(.autotabs) .autotoc-nav {
  background-color: #ededed;
}
.frontend .pat-autotoc:not(.autotabs) .autotoc-nav a {
  color: #555960;
  font-size: 1rem;
}
.frontend .pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-3 {
  font-size: 0.975rem;
}
.frontend .pagination li > a,
.frontend .pagination li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007bb1;
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  margin-left: -1px;
}
.frontend .pagination li.active > span {
  background: #555960;
  border-color: #555960 !important;
}
.frontend .pagination li > a,
.frontend .pagination li > span {
  color: #000;
}
.frontend .pagination li.active > span {
  color: #FFF;
}
.portletborder {
  border: 1px solid #555960;
}
.portletcolor-gold .portletHeader {
  background-color: #8e6f3e;
}
.portletcolor-gold.portletborder {
  border: 1px solid #8e6f3e;
}
.moreform {
  font: 14px arial, sans-serif;
  margin: 0;
  padding: 5px 10px 0;
}
.moreform label {
  display: block;
  clear: both;
  font-size: 11px;
  padding-top: 5px;
  font-weight: normal;
}
.moreform input,
.moreform select {
  width: 69%;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.moreform input[type="submit"] {
  padding: 1px;
  margin: 10px 0;
}
.moreform p,
.formPortlet p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  clear: both;
}
.moreform p.submit {
  clear: none;
  margin-top: 2px;
}
.moreform p.hidden {
  display: none;
}
.clear {
  clear: both;
}
.g-recaptcha > div {
  width: 100% !important;
  margin: 10px 0;
}
iframe[title="reCAPTCHA"] {
  width: 100% !important;
}
.formPortlet {
  padding-bottom: 10px;
}
.formPortlet .portletContent {
  padding-right: 15px;
}
.formPortlet label {
  margin-bottom: 0;
}
.formPortlet a {
  text-decoration: underline !important;
}
.formPortlet .g-recaptcha {
  display: block;
  position: static;
  clear: left;
}
.portletContent form select {
  display: block;
  max-width: 100%;
}
.text-color-red {
  color: #CC0000;
}
.highlight-text-yellow {
  background-color: #ffff00;
}
body table.table-basic tr th,
body table.table-basic tr td {
  border: 1px solid;
  padding: 0.5em;
}
.portaltype-courses .documentDescription {
  display: none;
}
.portaltype-courses .course-number .course-label {
  color: #8e6f3e;
}
.portaltype-courses aside h2,
.portaltype-courses .sidebar h2 {
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  background: #333333;
  padding: 10px 5px 10px 15px;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0px 0px 2px #999;
}
.portaltype-courses .instructors {
  background: #c4bfc0;
  margin-bottom: 1em;
}
.portaltype-courses .instructor-listing h3 {
  padding: 10px 5px 10px 15px;
  margin: 0;
  background: #555960;
  color: #FFF;
  font-weight: normal;
  font-size: 1.1rem;
}
.portaltype-courses .instructor-details:last-child {
  padding-bottom: 1px;
}
.portaltype-courses .instructor-content {
  margin: 20px;
}
.portaltype-courses .instructor-content dt {
  font-size: 1.125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.portaltype-courses .instructor-content a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .plone-toolbar-left .mfp-arrow-right {
    margin-right: 3.75em;
  }
  .plone-toolbar-left-expanded .mfp-arrow-right {
    margin-right: 7.5em;
  }
}
@media screen and (min-width: 768px) {
  .plone-toolbar-left .mfp-arrow-left {
    margin-left: 3.75em;
  }
  .plone-toolbar-left-expanded .mfp-arrow-left {
    margin-left: 7.5em;
  }
}
.tree-view .info > div {
  margin-left: 6px;
}
.cam-listing {
  float: left;
  width: 325px;
  padding: 5px;
  min-height: 285px;
}
.cam-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  display: table-cell;
  vertical-align: bottom;
  height: 2.5em;
}
.cam-vantage-point {
  font-style: italic;
  color: #444;
  margin-bottom: 3px;
}
.cam-listing img {
  border: 1px solid #000;
}
.cam-current-image {
  width: 250px;
  height: auto;
}
.cam-last-updated {
  font-size: 11px;
  color: #444;
  margin: 2px;
}
.cam-view-note {
  color: #444;
}
.cam-timestamp {
  font-size: 12px;
  color: #444;
  margin: 2px;
}
.cam-detail img {
  border: 1px solid #000;
}
.datagridwidget-table-view .header {
  font-size: 16px;
}
#rdb-people-listing-filter_by_fields .datagridwidget-cell input[type="text"]:first-child {
  margin-bottom: 1em;
}
#rdb-people-listing-filter_by_fields .datagridwidget-manipulator {
  padding-bottom: 1em;
}
@media print {
  #content-header,
  .link-https,
  #top-bar-container,
  #print-this,
  #term_search,
  .breadcrumb {
    display: none !important;
    visibility: hidden;
  }
  nav.header__mainNav.container {
    display: none;
  }
  div#purdue-logo a img {
    display: none;
  }
  div#purdue-logo a:after {
    content: url(../static/images/logo-print.png);
    display: inline-block;
    width: 100%;
    zoom: 0.5;
  }
  .breadcrumb {
    display: none;
  }
  footer .top {
    display: none;
  }
  footer a::after,
  #content a::after {
    content: " (" attr(href) ") ";
    color: #6F727B;
  }
  a.image-popup::after {
    display: none;
  }
  .feedback-wrapper {
    display: none;
  }
}
@media print and print and (max-width: 767px) {
  div#purdue-logo a:after {
    zoom: 0.4;
  }
}
@media print and print and (max-width: 575px) {
  div#purdue-logo a:after {
    zoom: 0.4;
  }
}
/* settings control panel */
#formfield-form-widgets-subsite_separator {
  border-top: 3px solid #999;
  margin-top: 50px;
}
#formfield-form-widgets-subsite_separator label {
  font-size: 18px;
}
#formfield-form-widgets-subsite_separator label .formHelp {
  display: block;
  font-size: 16px;
}
#formfield-form-widgets-subsite_separator input {
  display: none;
}
.template-topbar-manage-portlets .managedPortlet .portletHeader {
  height: 85px;
}
.template-manage-portlets .managedPortletActions {
  float: none;
}
/* Get ACE text-editor working with theme*/
.template-edit_css .ace_editor {
  border: 1px solid #ccc;
}
.template-edit_css .ace_editor * {
  font: 12px / normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
