/*** Backgrounds ***/

.background-color-darkgray {
  background-color: #222;
  color: white;
  padding-top: 2em;
  /*padding: 1px 0.5em 0 0.5em;
  margin: 0 -0.5em 1em -0.5em;
  height: 100%;*/
}
.background-color-grayblue {
  background-color: #67777e;
  color: white;
  padding-top: 2em;
  /*padding: 1px 0.5em 0 0.5em;
  margin: 0 -0.5em 1em -0.5em;
  height: 100%;*/
}
.background-color-red {
  background-color: #c5050c;
  color: white;
  padding-top: 2em;
  /*padding: 1px 0.5em 0 0.5em;
  margin: 0 -0.5em 1em -0.5em;
  height: 100%;*/
}
.background-color-white {
  background-color: white;
  padding-top: 2em;
  /*padding: 1px 0.5em 0 0.5em;
  margin: 0 -0.5em 1em -0.5em;
  height: 100%;*/
}
.background-color-lightgray {
  background-color: #dadfe1;
  padding-top: 2em;
  /*padding: 1px 0.5em 0 0.5em;
  margin: 0 -0.5em 1em -0.5em;
  height: 100%;*/
}
.background-color-black {
  background-color: #000;
  color: white;
  padding-top: 2em;
  /*padding: 1px 0.5em 0 0.5em;
  margin: 0 -0.5em 1em -0.5em;
  height: 100%;*/
}

/*** Text column two ***/
.wide-placeholder {
	/*max-width:60vw;*/
	min-width:40vw;
}
.text-column-2  {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); /* caj - 5/26/22 - was 230px */
  grid-gap: 1.5rem;
  width: 98%;
  margin-bottom: 1em;
}
.text-column-2 .field__item {
 border: none;
}
.text-column-2 h2 {
  margin: 0 0 1em 0;
  font-size: larger;
  text-align: center;
}
.text-column-2 h2:before {
      position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    content: '';
    width: 32px;
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}
.text-column-2 h3 {
	margin: 1.8rem 0 0.9rem 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.125rem;
  text-transform: none;
}

/*** Text column three ***/

.text-column-3  {
  display: grid;
  grid-template-columns: 1fr;/* caj - 5/26/22 - repeat(auto-fit, minmax(125px, 1fr)) */
  /*grid-gap: 1.5rem;*/
  min-width: 0;
  width: 98%;
  margin-bottom: 1em;
  clear:both;
}
/*@media screen and (min-width: 500px) {
.text-column-3  {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1.5rem;
  min-width: 0;
  width: 100%;
}
}*/
@media screen and (min-width: 900px) { /* caj - 5/26/22 - was 850px */
.text-column-3  {
  display: grid;
  grid-template-columns:  repeat(auto-fit, minmax(125px, 1fr));
  grid-gap: 1.5rem;
  min-width: 0;
  width: 100%;
}
}
.text-column-3 .field__item {
 border: none;
}  
.text-column-3 h2 {
  margin: 0 0 1em 0;
  font-size: larger;
  text-align: center;
}
.text-column-3 h2:before {
      position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    content: '';
    width: 32px;
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}
.text-column-3 h3 {
	margin: 1.8rem 0 0.9rem 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.125rem;
  text-transform: none;
}
.full-column-image img {
  object-fit: cover;
  min-width: 95%!important;
  max-width: 95%!important;
  height: auto;
}

.paragraph-card-layout {
  display: inline-block;
  width: 93vw;
} 
@media screen and (min-width: 640px) {
.paragraph-card-layout {
  width: 100%;
  min-width: 60vw;
} 
}
@media screen and (min-width: 710px) {
.paragraph-card-layout {
  width: 100%;
  min-width: 50vw;
} 
}
@media screen and (min-width: 1500px) {
.paragraph-card-layout {
  width: 100%;
  min-width: 700px;
} 
}
.paragraph-card-photo {
  float: left;
  padding: 0 2em 1em 0;
}
.paragraph-title {
  margin: .5em 0;
}
.gray-blue-bg {
  background-color: #dadfe1;
}

.paragraph-block-float-right {
    width: 95%;
    padding: 0 .5em;
    margin: 0 .5em;
    border: 1px #dadfe1 solid;
    background: #f7f7f7;
    margin-bottom: 1em;
    clear: both;
}
@media screen and (min-width: 640px) {
.paragraph-block-float-right {
    float: right;
    width: 40%;
    padding: 0 .5em;
    margin-left: 1em;
}
}
.paragraph-block-color-light {
      border: 1px;
    border-color: black;
    background: #f7f7f7;
}
.paragraph-block-float-right h2 {
  font-size: large;
}
/* Bullet fix 
.paragraph-block-float-right li {
  margin-bottom: .5rem!important;
}
.paragraph-block-float-right ul li:first-child {
	margin-top: -.75em!important;
}
.paragraph-block-float-right ol li:first-child {
	margin-top: -.75em!important;
}
.paragraph-block-float-right ul li:last-child {
	margin-bottom: 1em!important;
}
.paragraph-block-float-right ol li:last-child {
	margin-bottom: 1em!important;
}
.paragraph-block-float-right ul li ul li:first-child {
	margin-top: .5em!important;
}
.paragraph-block-float-right ol li ol li:first-child {
	margin-top: .5em!important;
}
.paragraph-block-float-right ul li ol li:first-child {
	margin-top: .5em!important;
}
.paragraph-block-float-right ol li ul li:first-child {
	margin-top: .5em!important;
} */
{codecitation}.field--name-field-caption {   
  font-weight: bold;   
  /*text-align: center; */
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
}{codecitation}

.paragraph-media-image-left {
  /*float:left;
  margin-right: 1em;*/
  margin: initial;
}

.paragraph-media-image-left-nowrap {
  margin-right: auto;
  margin-left: 0;
  width: fit-content;
}
.paragraph-media-image-right {
  float:right;
  margin-left: 1em;
}
.paragraph-media-image-right-nowrap {
  margin-right: 0;
  margin-left: auto;
  width: fit-content;
}
.paragraph-media-image-center {
  float: none; 
  text-align: center;
}

.ui-widget {
  font-family: verlag,Arial,Helvetica,sans-serif;
}

.flexbox-nav-block {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexbox-nav-block > .field__item {
  padding: 0 1.5rem 2rem 1.5rem;
}
.flexbox-nav-block > .field__item img {
  display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.nav-block-link-title {
  text-align: center;
  font-size: 1.5rem;
}

/* Faculty and Staff Layout */
/*@media screen and (min-width: 640px) { */
.facstaff-paragraph-layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  clear: both;
}
/* } */
.facstaff-paragraph-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
  /*margin: -2em 0 2em; */
}
.facstaff-paragraph-layout h2 {
  margin: .75em 0 0 0!important;
}
.facstaff-paragraph-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
}
.facstaff-paragraph-image img {
    min-width: 150px!important;
    max-width: 150px!important;
  height: auto;
  padding: 0 .7em 1em 0;
  float: left;
}
@media screen and (min-width: 640px) {
.facstaff-paragraph-image img {
    min-width: 220px!important;
    max-width: 220px!important;
  height: auto;
  padding: 0 2em 2em 0;
  float: left;
}
}
.imagesize-photo img {
  max-width: 400px;
}
.clean-header h2 {
  margin-top: 18px!important;
}

/*** Large Image Paragraph Resize ***/
.paragraph-image-normal-resize img {
  width:auto;
  height:auto;
  max-width: initial;
}
@media screen and (max-width: 900px) {
.paragraph-image-normal-resize img {
  width:75vw!important;
  height:auto!important;
  max-width: 63vw;
}
}
@media screen and (max-width: 640px) {
.paragraph-image-normal-resize img {
  width:95vw!important;
  height:auto!important;
  max-width: 85vw; /* caj - 12/22/22 was 95vw */
}
}

/*** X-Large Image Paragraph Resize ***/
.paragraph-image-resize img {
  width:auto;
  height:auto;
  max-width: initial;
}
@media screen and (max-width: 1200px) {
.paragraph-image-resize img {
  width:75vw!important;
  height:auto!important;
  max-width: 63vw;
}
}
@media screen and (max-width: 640px) {
.paragraph-image-resize img {
  width:95vw!important;
  height:auto!important;
  max-width: 85vw; /* caj - 12/22/22 was 95vw */
}
}

/*** People Profies from WebHR Database ***/

/*** General CSS ***/

.profile-name-layout {
  margin: -1.5em 0 .75em 0;
}
/***  External People CSS ***/

.external-people-lookup-css .bef-exposed-form {display:none;} /* hides duplicate search box on edit page markup box */
.external-people-lookup-css .field-content img {
  min-width: 150px;
  max-width: 150px;
  min-height: 200px;
  max-height: 200px;
}
.external-image-aspect-ratio {
  display: inline-block;
  object-fit: cover;
  object-position: center;
  overflow: hidden;	
  aspect-ratio: 5/6;
  /*min-height: 100vw!important;*/
}
/* Attempt to fix iphone portrait layout for odd-sized headshot links */
/*.view-people-external .view-content {
  width:100%;
  overflow: hidden;	
}*/
/*** People List One   ***/

.people-layout-container-1 {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center; /* was center, then normal, changed to make better alignment with other paragraphs/texts */
  flex-flow: row wrap;
  margin: 0 0 1em 0; /* was 0 auto */
}
.people-layout-container-1 .field__item {
  flex: 0 0 95%;
  margin: .5em .5em .5em 0;
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: .125em;
}
.people-layout-container-1 .field__item img {
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  /*height: auto;*/
  min-height: 95vw; /* was fit-content which stretched images on handhelds in Safari. Auto works, but real small photos display too small on handhelds */
  max-height: none;
  margin-top: .5em;
}
.people-layout-container-1 h2 {
  margin: 0 0 0 0;
  font-size: larger;
}
.people-layout-container-1 h2:before {
      position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    content: '';
    width: 32px;
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}
.people-layout-container-1 h3 {
  margin: -1em 0 0 0;
  font-weight:bold;
  text-transform: none;
  font-size: large;
}
@media screen and (min-width: 640px) {
  .people-layout-container-1 .field__item img {
	min-width: auto;
	max-width: -webkit-fill-available; /* when set to auto, images stretch, when set to none, external users display wrong in Safari and Firefox */
	max-width: -moz-available;
	min-height: 25vw;
	max-height: 25vw; /* was 14vw */
  }
}
@media screen and (min-width: 740px) {
  .people-layout-container-1 .field__item img {
	min-height: 27vw; /* was 25vw, very small images like Cryns showed up too small */
	max-height: 27vw; /* was 14vw */
  }
}
@media screen and (min-width: 800px) {
  .people-layout-container-1 .views-row {
    min-width: 11em;
    max-width: 12em;
  }
  .people-layout-container-1 h3 {
  margin: 5px 0 0 0;
}
  .people-layout-container-1 .paragraph--type--people-profile-view {
  display:grid;
  grid-template-areas: 
    "a c c"
    "b c c";
}
.people-layout-container-1 .people-image-layout-flex {
  grid-area: a;
}
.people-layout-container-1 .views-field-nothing-1 {
  grid-area: b;
}
.people-layout-container-1 .group-extra-fields {
  grid-area: c;
  margin-top: 1.25rem;
}
.people-layout-container-1 .field__item img {
  /*min-width: 12em;
  max-width: 12em;*/
  min-width: auto;
	max-width: -webkit-fill-available; /* when set to auto, images stretch, when set to none, external users display wrong in Safari and Firefox */
	max-width: -moz-available;
  text-align: center;
  min-height: 27vw;
  max-height:27vw;
  margin-top: .5em;
  flex: 1;
  /*margin-right: 20px;*/
}
}

@media screen and (min-width: 880px) {
  .people-layout-container-1 {
    width: 101.5%; /* to make container match other containers */
    margin-left: -1em;
  }
  .people-layout-container-1 .field__item img {
	min-height: 16vw; /* was 12vw, very small images like Cryns showed up too small */
	max-height: 16vw; /* was 14vw */
  }
}
@media screen and (min-width: 950px) {
  .people-layout-container-1 .field__item img {
	min-height: 17vw; /* was 12vw, very small images like Cryns showed up too small */
	max-height: 17vw; /* was 18vw */
  }
}
@media screen and (min-width: 1080px) {
  .people-layout-container-1 {
    width: 102.5%; /* to make container match other containers */
  }
  .people-layout-container-1 .field__item img {
	min-height: 18vw; /* was 12vw, very small images like Cryns showed up too small */
	max-height: 18vw;
  }
}
@media screen and (min-width: 1190px) {
  .people-layout-container-1 .field__item img {
	min-height: 13.5em; /* was 12em, very small images like Cryns showed up too small */
	max-height: 13.5em;
  }
}
/*** People list two   ***/

.people-layout-container-2 {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center; /* fix2 was center */
  flex-flow: row wrap;
  margin: 0 0 1em 0; /* fix2 was 0 auto */
}
.people-layout-container-2 .field__item {
  flex: 0 0 95%;
  margin: .5em;
  background-color: #f7f7f7;
  text-align: center;  
  padding-bottom: .125em;
}
.people-layout-container-2 .field__item img {
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  /*height: auto;*/
  min-height: 95vw; /* was fit-content which stretched images on handhelds in Safari. Auto works, but real small photos display too small on handhelds */
  max-height: none;
  margin-top: .5em;
}
.people-layout-container-2 h2 {
  margin: 0 0 0 0;
  font-size: larger;
}
.people-layout-container-2 h2:before {
      position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    content: '';
    width: 32px;
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}
.people-layout-container-2 h3 {
  margin: -1em 0 0 0;
  font-weight:bold;
  text-transform: none;
  font-size: large;
}

@media screen and (min-width: 640px) {
  .people-layout-container-2 {
    width: 100%;
  }
  .people-layout-container-2 .views-element-container {
    display: inline-grid;
  }
  .people-layout-container-2 .field__item {
    flex: 0 0 46%; /* fix2 was 45% */
  }
  .people-layout-container-2 .field__item img {
    min-width: auto;
    max-width: auto; /* when set to auto, images stretch, when set to none, external users display wrong in Safari and Firefox */
    max-width: -moz-available;
    min-height: 25vw;
    max-height: 25vw; /* was 14vw */
  }
}
@media screen and (min-width: 740px) {
  .people-layout-container-2 .field__item img {
    min-height: 27vw; /* was 25vw, very small images like Cryns showed up too small */
    max-height: 27vw; /* was 14vw */
  }
}
@media screen and (min-width: 880px) {
  .people-layout-container-2 {
    width: 101%; /* fix2 was 67% */
    margin-left: -1em;
  }
  .people-layout-container-2 .field__item {
    flex: 0 0 46.5%; /* fix2 was 45% */
  }
  .people-layout-container-2 .field__item img {
    min-height: 16vw; /* was 12vw, very small images like Cryns showed up too small */
    max-height: 16vw; /* was 14vw */
  }
}
@media screen and (min-width: 950px) {
  .people-layout-container-2 .field__item img {
    min-height: 17vw; /* was 12vw, very small images like Cryns showed up too small */
    max-height: 17vw; /* was 18vw */
  }
}
@media screen and (min-width: 1080px) {
  .people-layout-container-2 {
    width: 102.5%;
  }
  .people-layout-container-2 .field__item img {
    min-height: 18vw; /* was 12vw, very small images like Cryns showed up too small */
    max-height: 18vw;
  }
}
@media screen and (min-width: 1190px) {
  .people-layout-container-2 .field__item img {
    min-height: 13.5em; /* was 12em, very small images like Cryns showed up too small */
    max-height: 13.5em;
  }
}

/*** People list three ***/

.people-layout-container-3  {
  width: 100%;
  display: flex;
  align-items: stretch;
  /*justify-content: flex-start;*/
  justify-content: center;
  flex-flow: row wrap;
  margin: 0 0 1em 0;
}
.people-layout-container-3 .field__item {
  flex: 0 0 95%;
  margin: .5em;
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: .125em;
}
.people-layout-container-3 .field__item img {
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  /*height: auto;*/
  min-height: 95vw; /* was fit-content which stretched images on handhelds in Safari. Auto works, but real small photos display too small on handhelds */
  max-height: none;
  margin-top: .5em;
}
.people-layout-container-3 h2 {
  margin: 0 0 0 0;
  font-size: larger;
}
.people-layout-container-3 h2:before {
      position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    content: '';
    width: 32px;
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}
.people-layout-container-3 h3 {
  margin: -1em 0 0 0;
  font-weight:bold;
  text-transform: none;
  font-size: large;
}

@media screen and (min-width: 640px) {
  .people-layout-container-3 .field__item {
    flex: 0 0 46%;
  }
  .people-layout-container-3 .views-element-container {
    display: inline-grid;
  }
  .people-layout-container-3 .field__item img {
    min-width: auto;
    max-width: auto; /* when set to auto, images stretch, when set to none, external users display wrong in Safari and Firefox */
    max-width: -moz-available;
    min-height: 25vw;
    max-height: 25vw; /* was 14vw */
  }
}
@media screen and (min-width: 740px) {
  .people-layout-container-3 .field__item img {
    min-height: 27vw; /* was 25vw, very small images like Cryns showed up too small */
    max-height: 27vw; /* was 14vw */
  }
}
@media screen and (min-width: 880px) {
  .people-layout-container-3 {
     margin-left: -1em;
  }
  .people-layout-container-3 .field__item {
    flex: 0 0 30.3%;
  }
  .people-layout-container-3 .field__item img {
    min-height: 16vw; /* was 12vw, very small images like Cryns showed up too small */
    max-height: 16vw; /* was 14vw */
  }
}
@media screen and (min-width: 950px) {
  .people-layout-container-3 .field__item img {
    min-height: 17vw; /* was 12vw, very small images like Cryns showed up too small */
    max-height: 17vw; /* was 18vw */
  }
}
@media screen and (min-width: 1080px) {
  .people-layout-container-3 {
    margin-left: -.5em;
  }
  .people-layout-container-3 .field__item {
    flex: 0 0 31%;
  }
  .people-layout-container-3 .field__item img {
    min-height: 18vw; /* was 12vw, very small images like Cryns showed up too small */
    max-height: 18vw;
  }
}
@media screen and (min-width: 1190px) {
  .people-layout-container-3 .field__item {
    flex: 0 0 31%;
  }
  .people-layout-container-3 .field__item img {
    min-height: 13.5em; /* was 12em, very small images like Cryns showed up too small */
    max-height: 13.5em;
  }
}
.people-layout-manual-top-margin {
  margin-top: -.5em!important;
}
.people-layout-manual-spacing {
  padding: .5em;
}
.gray-textbox-paragraph {
  width: 85%;
  padding: 0 .5em;
  margin: 0 2em;
  border: 1px #dadfe1 solid;
  background: #f7f7f7;
  margin-bottom: 1em;
  clear: both;
}

/* Left Side Blocks   */
.left-side-block h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1.25em!important;
  margin-right: -.25em;
}

.left-side-block li {
  list-style-position: outside;
  margin-left: 1em;
}
.left-side-block ul {
  margin-left:.25em;
}
.left-side-block ul ul {
  margin-left:1.25em;
}
.left-side-block li {
  margin-bottom: .5rem!important;
}
.left-side-block ul li:first-child {
	margin-top: -.75em!important;
}
.left-side-block ol li:first-child {
	margin-top: -.75em!important;
}
/*.left-side-block ul li:last-child {
	margin-bottom: 1em!important;
}
.left-side-block ol li:last-child {
	margin-bottom: 1em!important;
}*/
.left-side-block ul li ul li:first-child {
	margin-top: .5em!important;
}
.left-side-block ol li ol li:first-child {
	margin-top: .5em!important;
}
.left-side-block ul li ol li:first-child {
	margin-top: .5em!important;
}
.left-side-block ol li ul li:first-child {
	margin-top: .5em!important;
} 