/* University Template over-ride
   Launched: 2021-XX-XX
   Author: Notre Dame Web Team
   ----------------------------------------------------*/@media only screen{.site-title a{background:url(images/logo.png) 0/contain no-repeat;overflow:hidden;text-indent:-9999px}.section{--section-padding:2rem;--section-margin:2rem;margin-bottom:2rem;margin-bottom:var(--section-margin);padding:2rem 0;padding:var(--section-padding) 0}.section:last-child{margin-bottom:0}.section--home-callout .section__image{margin-left:var(--gutter-offset);margin-right:var(--gutter-offset);margin-top:calc(var(--section-padding)*-1)}.home .page-main{margin-bottom:0;padding-bottom:0}.home .page-header:before{background-image:none;background:var(--gray-extra-light)}.long-title{font-size:1.625rem;margin-bottom:.5em}.long-title:after{content:none}.section--dark-cards .card{background-color:var(--brand-blue);color:#fff}.section--dark-cards .card:hover{background-color:var(--brand-blue-light)}.section--dark-cards .card-body{padding:2.5rem 1.5rem}.section--dark-cards .card-title{color:#fff;margin-bottom:0}.lectures-form{background:var(--sky-blue-light);padding:1rem 1rem 0}.lectures-form__input{border:1px solid var(--gray-light);border-radius:0;color:var(--gray);font-size:1rem;line-height:1.5rem;margin:0 0 1rem;padding:.5rem;width:100%}.lectures-form__btn{background-color:var(--brand-blue);color:#fff}.lectures-form+hr.no-border{margin:2em 5%}.course-info{font-size:.85rem}.section-newsletter{background-color:var(--gray-extra-light);margin-block:4rem}.section-newsletter img{width:100%}.newsletter-signup .e2ma_signup_form_row:has(input[id=id_member_field_first-name]){margin-right:2rem}.newsletter-signup .e2ma_signup_form_row:has(input[id=id_member_field_first-name]),.newsletter-signup .e2ma_signup_form_row:has(input[id=id_member_field_last-name]){float:left;width:calc(50% - 1rem)}.newsletter-signup .e2ma_signup_form_button{background-color:#b88a00;color:#fff}.section-image{margin:0 var(--gutter-offset)}.section--light{background:var(--sky-blue)}.section--light .btn.btn-inline:hover{background-color:var(--sky-blue-light)}
  
  /* Social Banner */.section-social{padding-block:3rem}.section-social ul{justify-content:space-around}.section-social ul li{display:inline-block;margin-bottom:.5rem}.section-social ul li a{display:inline-block;margin-right:2rem;text-decoration:none;transition:all .3s ease-in-out;vertical-align:middle}.section-social ul li a svg{font-size:1.5em;fill:var(--brand-gold);margin-right:.125em;vertical-align:text-bottom}.section-social ul li a:hover{transform:scale(1.05)}.section-social ul li a:hover svg{color:var(--sky-blue)}}

/* 480px
----------------------------------------------------*/

/* 768px
----------------------------------------------------*/@media only screen and (min-width:48em){.home-primary{background:#fff;margin:-9.5rem auto 0;padding:3rem}.long-title{font-size:1.75rem}.section--home-callout{margin-bottom:calc(var(--section-margin)*2)}.section--home-callout .section__image{margin-bottom:calc(var(--section-padding)*-2);margin-left:var(--gutter-offset);margin-right:0;margin-top:calc(var(--section-padding)*-2)}.section--home-callout .section__body{padding:2rem}.section--home-callout img{width:100%}.lectures-form{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr auto auto}.course-info li{display:inline-block;margin-right:1rem}}

/* 960px
----------------------------------------------------*/@media only screen and (min-width:60em){.section-newsletter{padding:0}.section-newsletter .section-image{height:calc(100% + 3em);margin-bottom:-1.5em;margin-left:0;margin-right:var(--gutter-offset);margin-top:-1.5em}.section-newsletter .section-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover}.section-newsletter .section-body{margin-right:2rem;padding:3rem 0}.section-newsletter .mce_inline_error{font-size:.9rem;font-weight:400}}

/* 1280px
----------------------------------------------------*/@media only screen and (min-width:80em){.long-title{font-size:2.125rem}}

/* 1600px
----------------------------------------------------*/@media only screen and (min-width:100em){.bookshelf-list .horizontal-sm .card-image{min-width:17%;width:17%}}

/* 1920px
----------------------------------------------------*/@media only screen and (min-width:120em){.section--home-callout .section__image{margin-left:-6rem}}

/* Print
----------------------------------------------------*/

/* Dialog Polyfill 
--------------------------------------*/dialog{background:var(--sky-blue);border:none;box-shadow:0 0 7px rgba(0,0,0,.7);display:block;height:-moz-fit-content;height:fit-content;left:0;margin:auto;max-height:90vh;max-width:90vw;padding:0;position:fixed;right:0;top:50%;transform:translateY(-50%);width:-moz-fit-content;width:fit-content}dialog[open]{animation:dialogShow .25s ease-out}dialog:not([open]){display:none}dialog.fixed{position:fixed;top:50%;transform:translateY(-50%)}dialog+.backdrop{bottom:0;left:0;position:fixed;right:0;top:0}dialog+.backdrop,dialog::backdrop{background:rgba(0,0,0,.5)}._dialog_overlay{bottom:0;left:0;position:fixed;right:0;top:0}.has-open-dialog .page-main{z-index:auto}.has-open-dialog .page-main:before{z-index:0}.dialog-close{position:absolute;right:1rem;top:0}.dialog-close button{animation:dialogEnter .3s;background:none;background:hsla(0,0%,100%,.5);border:0;border-radius:100%;color:var(--brand-blue);font-size:2em;height:1.25em;line-height:1.25;margin:0;padding:0;position:absolute;right:-.16em;text-align:center;top:.25em;width:1.25em}.dialog-close.offset{right:-.7rem;top:-1.6rem}.dialog-close.offset button{background:#fff;height:1em;line-height:1em;width:1em}.dialog-frame{height:auto;max-height:90vh;overflow-y:auto}.dialog-body{padding:1rem}.dialog-image img{width:100%}@keyframes dialogEnter{0%{opacity:0;transform:translate3d(0,-1em,0)}to{opacity:1;transform:translateZ(0)}}@keyframes dialogShow{0%{opacity:0}to{opacity:1}}

/* Custom 
--------------------------------------*/

/* Overrides */.dialog-body,.dialog-person .dialog-image{padding:2rem}@media screen and (min-width:40rem){ 
  /* People Modal */.dialog-person{display:flex;flex-flow:row;max-width:80vw;overflow:visible}.dialog-person .dialog-image{padding-right:0;width:33%}.dialog-person .dialog-body{overflow-y:auto;width:67%}.dialog-person .dialog-frame{display:flex;flex-flow:row;height:auto;overflow:visible;padding:0}}@media screen and (min-width:60rem){.dialog-person .dialog-image{width:25%}.dialog-person .dialog-body{width:75%}.dialog-degree{max-width:80vw}.dialog-degree .dialog-copy{display:flex}.dialog-degree .dialog-image{margin-right:2rem;width:35%}}@media screen and (min-width:120rem){.dialog-person{max-width:108rem}}

/* Emma Adjustments */.section-newsletter .e2ma_signup_form_required_footnote,.section-newsletter .e2ma_signup_message{border:0;position:absolute;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;white-space:nowrap;width:1px}.section-newsletter .e2ma_signup_form{margin:0;max-width:600px;padding:0;width:auto}.section-newsletter .e2ma_signup_form_label{padding-top:0}.section-newsletter input[type=submit].e2ma_signup_form_button{align-self:flex-start;background-color:#b88a00;background-image:var(--icon-dark);border:3px solid transparent;border-radius:.3em;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;height:auto;line-height:1;margin:0 .25em .25em 0;padding:.6em 1.5em;text-decoration:none;text-transform:none;transition:all var(--anim-duration-fast) var(--anim-ease)}.section-newsletter input[type=submit].e2ma_signup_form_button:focus,.section-newsletter input[type=submit].e2ma_signup_form_button:hover{transform:scale(1.02)}