@charset "UTF-8";
.bordered > * + * {
  border-top: 0;
  padding-top: var(--flow-space);
  margin-top: var(--flow-space);
}

.applybtn:hover {
  background-color: rgba(0, 90, 139, 0.7) !important;
}

.gradcas {
  max-width: 80rem !important;
  margin: auto !important;
}

.table-force-wrap td,
.table-force-wrap th {
  white-space: normal !important;
}

/********    Button Styles       ***********/
.button:hover a {
  color: #25375b !important;
}

/******    FACULTY AND STAFF LISTINGS   ******/
p.para-with-space {
  padding-top: 1.5rem;
}

.FSL_grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 1rem;
}

.FSL_left-column {
  color: rgb(20, 20, 20);
  padding: 0.5rem;
  font-size: 0.85rem;
  /* border-bottom: 1px solid #CCC; */
}

.FSL_left-column strong a {
  font-size: 0.8rem;
}

.FSL_right-column img {
  border-radius: 30%;
  border-top-right-radius: 0px;
  /*  Squircle Code */
  width: 235px !important;
}

.FSL_right-column {
  color: rgb(20, 20, 20);
  padding: 0.5rem;
  /* border-bottom: 1px solid #CCC; */
}

@media screen and (max-width: 1240px) {
  .FSL_grid-container {
    margin: 0px auto;
    grid-template-columns: 1fr;
  }
  .FSL_grid-container > div:nth-child(1) {
    padding-top: 0px;
    border-bottom: 1px solid #CCC;
    /* border:3px solid blue; */
    order: 2;
  }
  .FSL_grid-container > div:nth-child(2) {
    border-bottom: none;
    /* border:3px solid red; */
    padding: 2rem 0.5rem 2rem;
    order: 1;
  }
  .FSL_grid-container > div:nth-child(3) {
    padding-top: 0px;
    border-bottom: 1px solid #CCC;
    /* border:3px solid purple; */
    order: 4;
  }
  .FSL_grid-container > div:nth-child(4) {
    border-bottom: none;
    padding: 2rem 0.5rem 2rem;
    /* border:3px solid green; */
    order: 3;
  }
  p.para-with-space {
    padding-top: 0rem;
  }
}
/******    AUTOMATED FACULTY AND STAFF LISTINGS   ******/
/* 
    global - taken from /media/umassboston/staff-directory/directory.css 
*/
.card-heading-name {
  color: #005a8b;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.hide-div {
  display: none;
}

/* END global */
.auto-list {
  clear: both;
  margin: auto;
}

.auto-list-1col-group,
.auto-list-2col-group,
.auto-list-only-group {
  margin-bottom: 3em;
}

.auto-list-1col-group h3,
.auto-list-2col-group h3,
.auto-list-only-group h3 {
  /* 
  margin: 2em 0 0.5em 0;
  */
  padding-bottom: 1em;
  width: 100%;
}

.auto-list-1col div.staff-div {
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 2em;
  padding-bottom: 3em;
  width: 100%;
}
.auto-list-1col div.staff-div .bio p {
  padding-bottom: 1em;
}
.auto-list-1col div.staff-div .bio .photo {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
  width: 25% !important;/* 20% */
}
@media (min-width: 368px) and (max-width: 1027px) {
  .auto-list-1col div.staff-div .bio .photo .frame {
    /* width: 30%; */ /* 50% */
  }
}
@media (max-width: 599px) {
  .auto-list-1col div.staff-div .bio .photo { /* 767 */
    /* float: left; */
  }
}
@media (max-width: 1027px) {
  .auto-list-1col div.staff-div .bio .photo {
    margin-bottom: 1.5em;
    /* margin-left: 0px; */
    /* width: 100% !important; *//* 96% */
  }
}

.auto-list-2col div.staff-div {
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 2em;
  padding-bottom: 3em;
  width: 48%;
}
@media (max-width: 1027px) {
  .auto-list-2col div.staff-div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .auto-list-2col div.staff-div .bio h4 {
    width: 58%;
  }
}
.auto-list-2col div.staff-div .bio .photo {
  float: right;
  width: 25%;
}
@media (min-width: 368px) and (max-width: 1027px) {
  .auto-list-2col div.staff-div .bio .photo .frame {
    width: 30%; /* 50% */
  }
}
@media (max-width: 1027px) {
  .auto-list-2col div.staff-div .bio .photo {
    float: left;
    margin-bottom: 1.5em;
    margin-left: 0px;
    width: 96% !important; /* 100% */
  }
}

.auto-list-1col, .auto-list-2col {
  border: 0px solid red;
  display: flex;
  flex-wrap: wrap;
}
.auto-list-1col div.staff-list, .auto-list-2col div.staff-list {
  border-bottom: 1px solid var(--color-gray);
  min-height: 100px;
  /* margin: 2em 0.25em 1em 0.25em; */
  padding-top: 2em;
  padding-bottom: 1.25em;
}
@media (max-width: 600px) {
  .auto-list-1col div.staff-list, .auto-list-2col div.staff-list { /* 873px */
    width: 100% !important;
  }
}
.auto-list-1col div.staff-list .bio, .auto-list-2col div.staff-list .bio {
  border: 0px solid red;
  float: left;
  line-height: normal;
  padding: 0px 0px 0px 10px;
  width: 100%;
}
.auto-list-1col div.staff-list .photo, .auto-list-2col div.staff-list .photo {
  border: 0px solid #ccc;
  float: right;
  margin: 0px 0px 0px 10px;
  padding: 0;
  width: 35%;
}
@media (max-width: 1027px) {
  .auto-list-1col div.staff-list .photo, .auto-list-2col div.staff-list .photo {
    padding-bottom: 2em !important;
  }
}

@media (min-width: 874px) {
  .auto-list-2col div.staff-div:nth-child(2n+1) {
    padding-right: 4em;
  }
}
@media (min-width: 874px) {
  .auto-list-2col div.staff-div:nth-child(2n) {
    padding-left: 4em;
  }
}

.auto-list .wrapper {
  padding-left: 0px;
}

.auto-list-1col .staff-div .bio {
  padding-left: 0px !important;
}

.auto-list-only {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 3em;
}
.auto-list-only div.staff-list {
  margin-top: 0.25em;
}
.auto-list-only div.staff-list:before {
  color: var(--color-blue-light);
  content: "•";
  padding-right: 0.5em;
}
.auto-list-only div.staff-list li.staff-list {
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 20px;
}
@media (min-width: 874px) {
  .auto-list-only ul {
    padding-left: 1.5rem;
  }
}
@media (max-width: 873px) {
  .auto-list-only ul {
    padding-left: 0.5rem;
  }
}
.auto-list-only ul li.staff-list {
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 20px;
}
.auto-list-only ul li.staff-list::marker {
  color: var(--color-blue-light);
}
@media (min-width: 874px) {
  .auto-list-only ul.destination-full-time-faculty-1, .auto-list-only ul.destination-full-time-faculty-2, .auto-list-only ul.destination-full-time-faculty-3, .auto-list-only ul.destination-full-time-faculty-4, .auto-list-only ul.destination-full-time-faculty-5, .auto-list-only ul.destination-full-time-faculty-6 {
    padding-left: 1.5rem;
  }
}
@media (max-width: 873px) {
  .auto-list-only ul.destination-full-time-faculty-1, .auto-list-only ul.destination-full-time-faculty-2, .auto-list-only ul.destination-full-time-faculty-3, .auto-list-only ul.destination-full-time-faculty-4, .auto-list-only ul.destination-full-time-faculty-5, .auto-list-only ul.destination-full-time-faculty-6 {
    padding-left: 0.5rem;
  }
}
.auto-list-only ul.destination-full-time-faculty-1 li.staff-list, .auto-list-only ul.destination-full-time-faculty-2 li.staff-list, .auto-list-only ul.destination-full-time-faculty-3 li.staff-list, .auto-list-only ul.destination-full-time-faculty-4 li.staff-list, .auto-list-only ul.destination-full-time-faculty-5 li.staff-list, .auto-list-only ul.destination-full-time-faculty-6 li.staff-list {
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 20px;
}
.auto-list-only ul.destination-full-time-faculty-1 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-2 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-3 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-4 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-5 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-6 li.staff-list::marker {
  color: var(--color-blue-light);
}

/* 
    css for Directory Profile Form - Manual -- Media Library Image 
*/
.frame.rounded.rounded-top-right.directory-image figure img {
  border-radius: 30%;
  border-top-right-radius: 0px;
}

/*
    show/hide   checkboxes
                department
                expertise
*/
.department-show .bio .dept-show {
  display: block;
}
.department-show li.staff-list span.dept-show {
  display: block;
}

.department-no-show .bio .dept-show {
  display: none;
}
.department-no-show li.staff-list span.dept-show {
  display: none;
}

.expertise-show .bio .expert-show {
  display: block;
}

.expertise-no-show .bio .expert-show {
  display: none;
}

/* Directory Profile Form css */
.bio-div {
  margin-top: 1.5em;
}

ul.linklist li {
  margin-bottom: 1em;
}

/******    FormAssembly CSS   ******/
.hint {
  color: var(--color-light);
  font-size: 1em !important;
  opacity: 0.9 !important;
}

.errMsg span {
  color: var(--color-light) !important;
}

.wFormContainer {
  background: none;
}
.wFormContainer fieldset legend {
  color: var(--color-light) !important;
}
.wFormContainer .wForm {
  box-shadow: 0px !important;
  -webkit-box-shadow: 0px !important;
  border: 0px !important;
  padding: 0px !important;
}
.wFormContainer .wForm a {
  color: var(--color-light) !important;
  text-decoration: underline !important;
}
.wFormContainer .wForm a:hover {
  text-decoration: none !important;
}
.wFormContainer .wForm :link:hover {
  color: var(--color-light) !important;
}
.wFormContainer .wForm form {
  padding: 0px !important;
}
.wFormContainer .wForm .inputWrapper input[type=file]::file-selector-button {
  background: var(--color-blue-dark) !important;
  color: var(--color-dark);
  border-radius: 5rem !important;
  border: none;
  transition: 250ms ease;
  transition: var(--transition);
  font-weight: 700;
}
.wFormContainer .wForm .inputWrapper input[type=file]::file-selector-button::hover {
  color: var(--color-blue-dark) !important;
  background: var(--color-blue-light) !important;
}

.htmlSection h3 {
  padding: 0 0 1em 0 !important;
}
.htmlSection .htmlContent {
  color: var(--color-light) !important;
}
.htmlSection .htmlContent h4 {
  color: var(--color-light) !important;
  padding-bottom: 1em;
}
.htmlSection .htmlContent h5 {
  color: var(--color-light) !important;
}

@media (min-width: 850px) {
  .form-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wrapper-max-width, 85rem);
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
@media (max-width: 768px) {
  .form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper .general-content-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 850px) {
  .form-contact-css {
    width: 65%;
  }
}
.wFormContainer .wForm .primaryAction {
  background-image: none;
}

/* radio button/checkbox */
.oneChoice input[type=radio] {
  accent-color: var(--color-yellow) !important;
}
.oneChoice input[type=checkbox] {
  accent-color: var(--color-yellow) !important;
}

/* CTA image with hanger */
.image-with-hanger-2 {
  position: relative;
  max-width: 25rem;
  margin: max(2.63rem, min(2.48rem + 0.73vw, 3rem)) auto max(5.25rem, min(4.96rem + 1.46vw, 6rem)) auto;
  margin: var(--space-xl) auto var(--space-3xl) auto;
}

.image-with-hanger-2 .frame:first-child {
  width: 80%;
  margin-left: auto;
}

@media (min-width: 64em) {
  .image-with-hanger-2 .frame:first-child {
    width: 70%;
  }
}
.image-with-hanger-2 .frame:last-child {
  position: absolute;
  width: 50%;
  top: 70%;
  transform: translateY(-70%);
  z-index: 2;
}

@media (min-width: 64em) {
  .image-with-hanger-2 .frame:last-child {
    width: 50%;
    right: 50%;
    margin-bottom: -2rem;
    margin-top: 0;
    /* changed - added margin */
  }
  .image-with-hanger-2 {
    max-width: 25rem;
    align-self: flex-end;
    margin-bottom: max(2.63rem, min(2.48rem + 0.73vw, 3rem));
    margin-bottom: var(--space-3xl);
    /* changed from xl */
  }
}
@media (min-width: 80em) {
  .image-with-hanger-2 {
    max-width: 37.5rem;
    margin-top: 0;
    /* added margin */
  }
}
@media (min-width: 48em) {
  .md\:flex {
    align-items: center;
  }
  /* Changed from flex end */
}
/* custom selectors */
@media (max-width: 1123px) {
  :root {
    --gutter: var(--space-l);
  }
}
@media (min-width: 20em) {
  .region {
    padding-top: var(--region-space, var(--space-m));
    /*--change from 3XL --*/
    padding-bottom: var(--region-space, var(--space-m));
  }
}
@media (min-width: 48em) {
  .region {
    padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-top: var(--region-space, var(--space-l));
    /*--changed from 3XL --*/
    padding-bottom: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-bottom: var(--region-space, var(--space-l));
  }
}
@media (min-width: 64em) {
  .region {
    padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-top: var(--region-space, var(--space-xl));
    /*--change from 3XL--*/
    padding-bottom: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-bottom: var(--region-space, var(--space-xl));
  }
}
/* CSS - gutter for mobile and region vertical spacing  */
@media (max-width: 1123px) {
  :root {
    --gutter: var(--space-l);
  }
}
@media (min-width: 20em) {
  .region {
    padding-top: var(--region-space, var(--space-m));
    /*--change from 3XL --*/
    padding-bottom: var(--region-space, var(--space-m));
  }
}
@media (min-width: 48em) {
  .region {
    padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-top: var(--region-space, var(--space-l));
    /*--changed from 3XL --*/
    padding-bottom: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-bottom: var(--region-space, var(--space-l));
  }
}
@media (min-width: 64em) {
  .region {
    padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-top: var(--region-space, var(--space-xl));
    /*--change from 3XL--*/
    padding-bottom: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-bottom: var(--region-space, var(--space-xl));
  }
}
/* 
Bug: In this section dropdown width goes beyond wrapper, causing a horizontal scroll bar on mobile.
Override .c-menu-sidebar__toggle width to 95%. It used to be 100% 
*/
.c-menu-sidebar__toggle {
  width: calc(95% + var(--space-xl) * 2);
}

/* Make Hero gradient less dark */
.hero__media::before,
.hero-marketing--full .frame-gradient::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

/* Hero Pattern */
.hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero--sm .hero__media {
  max-height: 12.125rem;
}

@media screen and (max-width: 48em) {
  .hero--sm .hero__media {
    max-height: 11.125rem;
  }
}
@media screen and (max-width: 32em) {
  .hero--sm .hero__media {
    max-height: 8.125rem;
  }
}
.hero--pattern .hero__media {
  aspect-ratio: 16/9;
  background-color: var(--color-blue);
  background-image: url(https://www.umb.edu/media/umassboston/site-assets/images/favicons/squircle-pattern.svg);
  background-size: 9rem;
  background-position: center;
  width: 100%;
  max-width: none;
  max-width: initial;
}

@media screen and (max-width: 48em) {
  .hero--pattern .hero__media {
    aspect-ratio: 16/9;
    background-size: 7rem;
  }
}
/* MKT: Overview and Form - Short and MKT: Hero Header - Short */
.marketing-new-layout .title-center {
  /*  Overview  */
  display: block !important;
  text-align: left;
  margin-top: 0em !important;
  font-family: var(--sans-serif) !important;
  font-size: var(--size-step-1);
  font-weight: 500;
  /* 400 */
  color: var(--color-blue);
}

.marketing-new-layout .hero-marketing__description {
  display: none !important;
}

.marketing-new-layout.feature-alt-marketing > :nth-child(1) {
  display: flex;
  flex-direction: column;
}

.marketing-new-layout.feature-alt-marketing > :nth-child(1) > :nth-child(1) {
  order: 0;
}

.marketing-new-layout.feature-alt-marketing > :nth-child(1) > :nth-child(2) {
  order: -1;
  padding-bottom: 1em;
}

@media (min-width: 64em) {
  .padding-area-mark {
    padding-bottom: 0;
    padding-top: 3rem;
  }
}
@media (max-width: 450px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 38vh;
  }
  /* #top > div.canvas > */
  div.padding-area-mark.bg-light {
    padding-top: 0.8em;
  }
}
@media (min-width: 451px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 52vh;
  }
  .marketing-new-layout .title-center {
    font-size: var(--size-step-2);
    font-weight: 500;
    padding-left: 0.3em;
  }
  .marketing-new-layout div.padding-area-mark.bg-light {
    padding-top: 0em !important;
  }
}
@media (min-width: 768px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 52vh;
  }
  .marketing-new-layout .hero-marketing__content {
    /*. Header. */
    width: 90vw !important;
  }
  .marketing-new-layout .hero-marketing__title {
    /*. Header. */
    max-width: 90vw;
    /* was 90vw  */
    /* .js-form-mobile > js-form > p {
          /* border: 2p solid red; 
    } */
  }
}
@media (min-width: 1024px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 56vh;
  }
  .marketing-new-layout .hero-marketing__content {
    /*. Header. */
    width: 57vw !important;
  }
  .marketing-new-layout .hero-marketing__title {
    /*. Header. */
    max-width: 57vw;
    /* was 90vw  */
  }
  .marketing-new-layout .title-center {
    /*  Overview  */
    /* font: 2.2rem "Arizona", sans-serif; */
    font-size: 2.2rem;
    font-family: var(--serif) !important;
    color: var(--color-blue);
    padding-bottom: 0em;
  }
  .marketing-new-layout.feature-alt-marketing > :nth-child(1) > :nth-child(2) {
    /* decreases vertical width between H2 and icons  */
    padding-bottom: 0em;
  }
  /* .form_label > h3 {
      padding: 0 0;
            /* border: 2px solid green;
    }*/
}
@media (min-width: 1280px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 64vh !important;
  }
}
/* Hero Size */
@media (max-width: 48em) {
  .hero__media img {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 48em) {
  .hero__media img {
    height: 50vh;
    max-height: 400px;
  }
}
@media (min-width: 64em) {
  .hero__media img {
    aspect-ratio: 16/9;
    height: 55vh;
    max-height: 420px;
  }
}
@media (min-width: 80em) {
  .hero__media img {
    aspect-ratio: 16/9;
    height: 56vh;
    max-height: 480px;
  }
}
/* Header Lockup */
.header--lockup .header__logo {
  display: flex;
  max-width: 30rem;
  text-decoration: none;
  font-weight: bold;
  justify-content: start;
  align-items: center;
  font-size: 18px;
}
.header--lockup figure {
  padding-right: 10px;
  border-right: 1px solid var(--color-blue);
  margin-right: 10px;
}
.header--lockup .site-name {
  color: var(--color-blue);
  line-height: 1.1;
}
@media only screen and (min-width: 48em) {
  .header--lockup .site-name {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 48em) {
  .header--lockup .site-name {
    font-size: 0.8em;
  }
}

/* Router Style */
.router a {
  color: black;
  display: flex;
  justify-content: space-between;
  font-size: var(--size-step-0);
  font-weight: 700;
  font-weight: var(--font-bold);
  text-decoration: none;
  line-height: calc(1em + 0.75rem);
  box-shadow: 0 0.1875rem var(--color-gray);
  padding: 0 0 0.25rem;
  padding-bottom: 0.5rem;
  transition: 250ms ease;
  transition: var(--transition);
}
.router a:hover {
  box-shadow: 0 0.375rem var(--color-blue-light);
}

























