@charset "UTF-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@300&family=Open+Sans&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

main {
  background-color: #e6e0d4;
}
.mn-law {
  display: none;
}
body.path-webform main {
  background-color: #fff;
}
body.path-webform main section#content {
  max-width: 1200px;
  margin: 20px auto;
}

body.path-webform main section#content .region-content {
  margin-left: 20px;
  margin-right: 20px;
}

body.path-webform main #edit-digital-works-fieldset .fieldset-wrapper .form-item,
body.path-webform main #edit-digital-works-fieldset .fieldset-wrapper .form-item input {
  margin: 0;
}

body.path-webform main #edit-digital-works-fieldset [id^="edit-digital-work"] .fieldset-wrapper .form-item {
  display: grid;
  grid-template-columns:  50px 1fr;
  align-items: center;

}
body.path-webform main #edit-digital-works-fieldset [id^="edit-digital-work"] .fieldset-wrapper {
  margin-bottom: 20px;
}
/* HEADER */
#umnhf-h  {
  max-width: 1340px;
}

.div-maroon {
  height: 30px;
  background-color: #7a0019;
}
/*SCHOLARSHIP LANDING PAGE HEADER*/
.hero-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
/*FOOTER*/
.footer-top {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.25em;
  border-bottom: 1px solid #d3d3d3;
}
.footer-top a {
  color: #7a0019;
  border: none;
}
.footer-top a:hover {
  border-bottom: 1px solid;
  background-color: transparent;
}
/*STYLES SPECIFIC TO SCHOLARS AND BENEFACTOR LANDING PAGES*/

/*TBD FOR MN LAW*/

.presentation-link .student-answer a {
  font-size: 1.2em;
}
.page-node-type-_024-scholar .print-display-button {
  display: none;
}
.page-node-type-_024-scholar .open-print-dialogue {
  display: block;
}
.page-node-type-_024-scholar .open-print-dialogue button {
  margin: 0;
}
.view-scholarship-name {
  display: none;
}
.photo-upload-box {
  border: 1px solid rgba(90,90,90,0.5); padding: 1rem; border-radius: 3px; box-shadow:inset 0 1px 3px rgba(0,0,0,0.06);
}

header.folwell-identity {
  display: none;
}

.scholar-column .ajax-progress-throbber {
  display: none;
}

.view-landing-page {
  max-width: 100% !important;
}

.scholar-column img {
  height: 183px;
  width: 183px;
  border-radius: 50%;
}
.header-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px;
}
.parallax {
  background-size: cover;
}
.letter a {
  color: #7a0019;
  border-bottom: #7a0019 1px solid;
}

.benefactor-header.local-install {
  background-image: url("/sites/default/files/2024-08/Mondale-Fall.jpg");
}
.benefactor-header.non-local-install {
  background-image: url("/sites/stewardship.law.umn.edu/files/2024-08/Mondale-Fall.jpg");
}
.parallax {
  background-size: cover;
}
.no-results .view-empty {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.no-results .view-empty h2 {
  font-family: "Source Serif 4",serif;
  font-weight: 500;
  text-align: center;
  padding-top:25px;
  margin-top:0;
}
.past-recipients h2,
.student-header h2,
h2.faculty-year {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align:left;
  border-bottom: #ffcc33 solid 3px;
  /*font-family: "Newsreader",serif;*/
  /*font-weight: 300px;*/
  /*text-align: center;*/
  /*padding-top:25px;*/
  /*margin-top:0;*/
  /*border-top: 1px solid #7a0019;*/
  /*font-size: 40px;*/
}

.block-views-block2023-24-benefactor-landing-page-block-2,
.block-views-blockbenefactor-impact-scholarship-22-23-block-1 {
  padding-bottom: 50px;
}
.view-footer .button,
.view-empty .button {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* this replicates the 200x300 headshot image style for image urls */
.views-field-field-alt-img-src img {
  max-height: 250px;
}
.image-url img {
  height: 274.5px;
  width: 183px;
  object-fit: cover;
}
.bef-exposed-form .form-type-textfield {
  display: none !important;
}

.button.see-past-scholars,
.button.see-past-scholars-22 {
  background-color: #900021 !important;
  color: #fff;
}

.view-landing-page .view-footer,
.view-landing-page.past-recipients {
  max-width: 1200px;
  margin: 0 auto;
}

.scholar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin: 1rem auto;
  max-width: 1200px;
}

.scholar-column a {
  border-bottom: none !important;
  color: #900021;
}

/* INDIVIDUAL STUDENT MODAL PAGE VIEW - view for clicking display image and going into an individual student's information */

.scholarship {
  width: 100%;
  min-height: 150px;
  height: auto;
  padding: 10px 10px 10px 15px;
  background-image: url(/sites/benefactor-impact.carlsonschool.umn.edu/files/2021-11/ScholarProfile_Web_2000x400px.jpg);
  background-size: cover;
  background-position: 80%;
  background-color: #4d0010;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  font-weight: 600;
  color: #ffffff;
}

.student-image {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.student-name {
  background: #E8DFDA;
  padding: 15px;
  margin: 0 auto 25px auto;
  max-width: 400px;
  font-weight: 600;
  line-height: 1.25em;
  color: #7A0019;
  text-align: center;
  border: 1px solid #E8DFDA;
  border-bottom-right-radius: 30px;
}
.student-header h1 {
  margin: 0;
}
.student-text {
  padding: 0 15px 30px 15px;
}
.student-text h4:first-child {
  margin-top: .83em;
}
.student-question {
  font-size: 22px;
  margin: 25px 0 10px 0;
}

.student-left.padding {
  /*padding: 0 15px;*/
}

.scholar-benefactor {
  grid-area: left;
  justify-self: center;
  align-self: center;
}
.open-print-dialogue {
  grid-area: right;
  justify-self: center;
  align-self: center;
}

.benefactor-print {
  padding: .5em 0;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas:
  "left left right right"
}
#colorbox .benefactor-print {
  display: none;
}


/* Favorite Images and Cycle2 styles */
/* See https://jquery.malsup.com/cycle2 */
/* Template: field--node--field-favorite-images-disabled.html.twig */

.field--name-field-favorite-images {
  max-width: 600px;
}
.cycle-slideshow {
  /*width: 50%;*/
}
.cycle-slideshow img {
  width: 100%;
  height: auto;
}
/* pager */
.cycle-pager {
  text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span {
  font-family: arial; font-size: 50px; width: 16px; height: 16px;
  display: inline-block; color: #ddd; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

/* FOOTER STYLES - for mimicking the Carlson School footer */

.align-center {
  text-align: center;
}
#block-carlsonschoolfooter article {
  margin: 0;
}


/* PRINT CSS FOR STUDENT PROFILES */

.print-button {
  padding-top: 10px;
  text-align: right;
}

.scholar-column {
  background-color: rgb(240, 239, 238);
  border: 2px solid #d3d3d3;
  padding: 20px;
  text-align: center;
}

.scholar-column a {
  color: #333;
  font-weight:bold;
}
.scholar-column a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.student-display-name {
  /*padding-left: 10px;*/
}

.header-text {
  max-width: 768px;
  background-color: rgba(255,255,255,0.95);
  padding: 2em;
  border: 2px solid #d3d3d3;
  margin: 0 auto;
}
.header-text h1 {
  font-family: "Source Serif 4",serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.15;
}
h2.header {
  font-family: "Source Serif 4",serif;
  font-weight: 500;
  font-size: 1.775rem;
  line-height: 1.15;
  text-align: center;
}

.past-scholars {
  margin-top: 1rem;
  border-top: 2px solid #d3d3d3;
}

.benefactor-header {
  border-bottom: 0px;
}

h1.scholarship {
  /*background-color: #000000;*/
  /*font-family: "Open Sans", sans-serif;*/
  /*font-weight: 800;*/
  /*font-size: 50px;*/
  /*text-transform: uppercase;*/
}
h2.student-year {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align:left;
  border-bottom: #ffcc33 solid 3px;
  /*padding-left: 30px;*/
}
h3.student-name {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 36px;
  text-align:left;
  color: #333;
  border-radius: 0;
  border-left: 0;
  border-right:0;
  border-top: 0;
  border-bottom: #ffcc33 solid 3px;
  padding-left: 0;
}
.student-left.padding {
  /*padding: 0 15px 0 30px;*/
}


.btn-gray {
  background-color: #e9e9ed;
}

#cboxClose {
  top: 0 !important;
  right: 15px !important;
}

.page-node-type-scholar main #content .region-content {
  max-width: 1340px;
  margin: 0 auto;
}

article.scholar {
  padding: 0 15px;
}

body.no-sidebars main section#content,
body main section#content {
  float: none;
  width: 100%;
  margin: 0;
}

body.no-sidebars.path-webform main section#content,
body.path-webform main section#content {
  max-width: 1340px;
  margin: 0 auto;
}

.student-display {
  padding-bottom: .5rem;
}







