/* ----------------------------------- */
/* ----------------------------------- */
/* VARUN AGGARWAL - UNIFIED STYLE 2025 */
/* ----------------------------------- */
/* ----------------------------------- */

/* ********************** */
/* *** START SIDEBAR **** */
/* ********************** */

/* Typography */
:root {
    --font-family-united: 'United Sans', 'acumin-pro', sans-serif;
    --font-family-united-condensed: 'United Sans Condensed', 'acumin-pro-condensed', sans-serif;
    --font-family-acumin-pro: 'acumin-pro', sans-serif;
    --font-family-acumin-pro-condensed: 'acumin-pro-condensed', sans-serif;

    /* Font Weights */
    --font-weight-light: 300;
    --font-weight-regular: 500;
    --font-weight-bold: 700;

    /* Font Sizes */
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    
    /* Line Heights */
    --line-height-base: 1.5;
    
    /* Letter Spacing */
    --letter-spacing-wide: 0.5px;
}

/* Colors */
:root {
    /* Brand Colors */
    --color-euro-gold: #cfb991;
    --color-black: #000000;
    --color-white: #ffffff;
    
    /* Status Colors */
    --teal: #008183;
    --error: #C41E3A;
    --warning: #FFB81C;
    
    /* Box Shadows */
    --shadow-button: 0 1px 2px 0 rgba(142,111,62,.3);
    
    /* Spacing */
    --spacing-button: 0.5rem 1.5rem;
    --spacing-icon-margin: 8px;
    
    /* Transitions */
    --transition-default: all 0.3s ease;
    --transition-transform: transform 0.3s ease;
    
    /* Border Radius */
    --border-radius-base: 4px;
} 

.custom-euro-sidebarList {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.custom-euro-sidebarItem {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.custom-euro-sidebarItem:last-child {
    border-bottom: none;
}

.custom-euro-sidebarLink,
.custom-euro-submenuTrigger,
.custom-euro-submenuLink {
    display: block;
    padding: 1rem 1.5rem 1rem 0.5rem;
    color: var(--color-black);
    text-decoration: none !important;
    font-family: var(--font-family-acumin-pro);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-base);
    transition: var(--transition-default);
    line-height: 1.5;
    min-height: 48px;
    box-sizing: border-box;
}

.custom-euro-submenuLink {
    padding-left: 2.5rem;
}

.custom-euro-sidebarLink:hover,
.custom-euro-submenuTrigger:hover
{
    background-color: var(--color-euro-gold);
}

/* Submenu Styles */
.custom-euro-submenuTrigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem 1rem 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-black);
    font-family: var(--font-family-acumin-pro);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-base);
    transition: var(--transition-default);
    gap: 0.5rem;
}

.custom-euro-submenuTrigger span {
    flex: 1;
    text-align: left;
    min-width: 0;
    white-space: normal;
    word-wrap: break-word;
}

.custom-euro-submenuTrigger:hover {
    background-color: var(--color-euro-gold);
}

.custom-euro-submenuIcon {
    transition: var(--transition-transform);
    flex-shrink: 0;
    width: 24px;
    margin-left: auto;
}

.sidebarItem-hasSubmenu.submenu-expanded .custom-euro-submenuIcon {
    transform: rotate(180deg);
}

.custom-euro-sidebar-submenuList {
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: flex;
    flex-direction: column;
}

.sidebarItem-hasSubmenu.submenu-expanded .custom-euro-sidebar-submenuList {
    max-height: 500px; /* Adjust based on your needs */
}

.custom-euro-submenuLink {
    display: block;
    padding: 1rem 1.5rem 1.5rem 0.5rem;
    color: var(--color-black);
    text-decoration: none;
    font-family: var(--font-family-acumin-pro);
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-base);
    transition: var(--transition-default);
}

.custom-euro-submenuLink:hover {
    /* background-color: rgba(207, 185, 145, 0.1); */
    /* background-color: none !important; */
    color: var(--color-euro-gold);
    text-decoration: underline !important;
}

/* Active States */
.custom-euro-sidebarLink.active,
.custom-euro-submenuLink.active {
    color: var(--color-euro-gold);
    font-weight: var(--font-weight-bold);
}

.custom-euro-submenuTrigger.active {
    color: var(--color-euro-gold);
    font-weight: var(--font-weight-bold);
}

.custom-euro-sidebar-submenuItem {
    margin: 0;
    padding-left: 1rem;
}


/* ********************** */
/* *** END SIDEBAR ****** */
/* ********************** */


/* ----------------------------------- */
/* ----------------------------------- */
/* **** END OF UNIFIED STYLE 2025 **** */
/* ----------------------------------- */
/* ----------------------------------- */


/* Pull banner up below breadcrumbs on homepage */

.homepage .breadcrumb {
  margin-bottom: 0;
}

/* Move sibling divs following the banner links up into the space 
   that the links create when they are moved up. */
   
#billboard-links-container {
  top: 0 !important;
  margin-top: -9rem;
} 

/* Special treatment for H2 headings */

h2.dark-bg {
  background: #333; 
  color: #FFF; 
  margin-bottom: 0 !important; 
  padding: 3px 3px 3px 5px;
  margin-left: -5px;
}

/* Events Table ********************* */

.alt-color tr:nth-child(even){
  background-color: #EBD99F;
}


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
/* ********************* */


#maincontent > .content {
  padding: 0 20px 15px 20px;
}

h1, h2, h3, h4 { color: #000; }
/*#maincontent > .sidebar .sidebar-content a { color: #A3792C; }*/
p { font-size: 15px; }
#maincontent li { font-size: 15px; }


#entity-subsite-title a {
  text-transform: none !important;
}
#college-proof-points-container { margin-top: auto !important; }

.IMP {
  color               : #AD3C98;
  font-weight         : 600;
}
.IMP-2 {
  color               : #FF8800;
  font-weight         : 600;
}
.BIG-IMP {
  color               : #FFF;
  font-weight         : 600;
  font-size           : 1.50em;
  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,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25);
}
.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                  : 1.0rem;
}

.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;
}

/* ********************* */
/* *** D E F A U L T *** */
/* ********************* */
.PADDED         { padding-left: 30px; padding-right: 30px; }
.XS-text        { font-size: 1.00em; }
.SM-text        { font-size: 1.00em; }
.MD-text        { font-size: 1.00em; }
.LG-text        { font-size: 1.15em; }
.XL-text        { font-size: 1.35em; }
.SHADOW-text    { text-shadow: 0px 2px 2px rgba(0, 0, 0, 1); }
.EXPANDER-links { display: flex; flex-flow: row wrap; justify-content: 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: 200px; }
.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-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-ACTIVE:hover { background: #C28E0E; color: #FFF !important; text-decoration: none; }

/* ***************** */
/* *** S M A L L *** */
/* ***************** */

@media (max-width: 575.95px) {
  .EXPANDER-box   { height: 200px; }
}

@media (min-width: 576px) {
  .XS-text        { font-size  : 1.00em; }
  .SM-text        { font-size  : 1.00em; }
  .MD-text        { font-size  : 1.15em; }
  .LG-text        { font-size  : 1.35em; }
  .XL-text        { font-size  : 1.60em; }
  .EXPANDER-links { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
  .EXPANDER-box   { height: 350px; }
}

/* ******************* */
/* *** M E D I U M *** */
/* ******************* */

@media (min-width: 768px) {
  .XS-text      { font-size : 1.00em; }
  .SM-text      { font-size : 1.15em; }
  .MD-text      { font-size : 1.35em; }
  .LG-text      { font-size : 1.60em; }
  .XL-text      { font-size : 1.90em; }
  .EXPANDER-box { height: 425px; }
}

/* ***************** */
/* *** L A R G E *** */
/* ***************** */

@media (min-width: 992px) {
  .XS-text      { font-size : 1.15em; }
  .SM-text      { font-size : 1.35em; }
  .MD-text      { font-size : 1.60em; }
  .LG-text      { font-size : 1.90em; }
  .XL-text      { font-size : 2.35em; }
  .EXPANDER-box { height: 550px; }
}

/* ***************************** */
/* *** E X T R A - L A R G E *** */
/* ***************************** */

@media (min-width: 1200px) {
  .XS-text      { font-size : 1.25em; }
  .SM-text      { font-size : 1.50em; }
  .MD-text      { font-size : 1.80em; }
  .LG-text      { font-size : 2.65em; }
  .XL-text      { font-size : 2.75em; }
  .EXPANDER-box { height: 625px; }
}


/*** News Block Styling ***/

.news-caption { 
  color:#fff; 
  font-size: 1em;
  line-height: .04em;
  padding-bottom: 5px; 
  padding-left: 8px;  
}  

  
/*** Fast Facts Styling ***/

.expand-button {
  font-weight: 200;
  color: #a3792c;
  font-size:16px;
  background-color:#FFF;
  padding:0px;
}

.maincontent li a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

div a:hover {
  text-decoration: underline;
}

/*** Homepage Buttons ***/

.college .intro {
  min-height: 535px;
}

.college a.school_head{
   background-image: url('images/school-head.jpg'); 
  /***background-color: #FFD100;***/
  border-bottom: 8px solid #FFD100;
}

.college a.awards{
   background-image: url('images/awards.jpg'); 
  /***background-color: #e9e45b;***/
  border-bottom: 8px solid #e9e45b;
}

.college a.faculty{
  background-image: url('images/faculty-hiring-overlay.jpg'); 
 /*** background-color: #A3D6D7;***/
  border-bottom: 8px solid #A3D6D7;
}

.college a.facultyresources{
  background-image: url('images/faculty-resources-overlay.jpg'); 
  /*** background-color: #C76C14;***/
  border-bottom: 8px solid #C76C14; 
}

.college a.policies{
   background-image: url('images/policies-overlay.jpg'); 
  /***background-color: #5B6870;***/
  border-bottom: 8px solid #5B6870;
}

.college a.dual{
   background-image: url('images/dual-career.jpg'); 
 /*** background-color: #7CA6C0;***/
  border-bottom: 8px solid #7CA6C0;
}

.college a.climate{
  background-image: url('images/climate.jpg'); 
  background-color: #849E2A;
  border-bottom: 8px solid #849E2A;
}




/*** News Video Box ***/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
}

.office-links {
  padding: 0;
  list-style-type: none;
}

.office-links li {
  display: inline;
  padding: 0 .5em 0 .7em;
  border-left: 1px solid #333;
}

.office-links li:first-child {
  padding-left: 0;
  border-left: none;
}


.box1 a,
.box2 a,
.box3 a,
.box4 a,
.box5 a,
.box6 a {
  background-size:cover;
  background-position:top right;
  background-repeat:no-repeat;
  width:100%;
  display:block;
  position:relative;
  text-decoration: none;
}

.hero {
  background-image: url("./Images/academic-affairs.jpg");
}

.box1 a {
  background-image: url("./Images/faculty-hiring.jpg");
  background-color: #7CA6C0;
  border-bottom: 8px solid #7CA6C0;
    background-position: 50%, 10%;

}

.box2 a {
  background-image: url("./Images/faculty-development-climate.jpg");
  background-color: #C76C14;
  border-bottom: 8px solid #C76C14;
  background-position: 50%, 80%;
}

.box3 a {
  background-image: url("./Images/faculty-resources.jpg");
  background-color: #085C11;
  border-bottom: 8px solid #085C11;
}

.box4 a {
  background-image: url("./Images/gov-policies.jpg");
  background-color: #FFD100;
  border-bottom: 8px solid #FFD100;
}


.box5 a {
  background-image: url("./Images/promotion.jpg");
  background-color: #BAA892;
  border-bottom: 8px solid #BAA892;
}


.box6 a {
  background-image: url("./Images/gov_policies.jpg");
  background-color: #FFD100;
  border-bottom: 8px solid #FFD100;
}


.box1 a .caption,
.box2 a .caption,
.box3 a .caption,
.box4 a .caption,
.box5 a .caption,
.box6 a .caption {
  text-shadow: 2px 2px 5px #000;
}

#sidebar-right .spacer {
  height: 6em;
}

#sidebar-right h3:first-of-type {
  margin-top: 5em;
}

#content-header > div {
  position: relative; 
  width: 760px; 
  height: 104px; 
  overflow: hidden;
  background-color: #666;
}

#content-header > div a {
  text-decoration: none !important; 
  color: #fff !important;
}

#content-header > div .background {
  position: absolute; 
  top: 0px; 
  left: 0px;
  width: 760px; 
  height: 104px;
  overflow: hidden;
}

#content-header .head1 {
  color: #fff;
  display: block; 
  position: absolute; 
  top: -13px; 
  left: 20px;
  font-family: Times New Roman, serif; 
  font-size: 86px; 
  line-height: 86px; 
  text-transform: lowercase;
  text-shadow: -5px -5px 20px rgba(0, 0, 0, 0.7), 5px -5px 20px rgba(0, 0, 0, 0.7), -5px 5px 20px rgba(0, 0, 0, 0.7), 5px 5px 20px rgba(0, 0, 0, 0.7);
}

#content-header .head1 {
  color: #fff;
  display: block; 
  position: absolute; 
  top: 50px; 
  left: 20px;
  font-family: Times New Roman, serif; 
  font-weight: normal;
  font-size: 25px; 
  line-height: 25px; 
  text-transform: lowercase;
  text-shadow: -2px -2px 7px rgba(0, 0, 0, 0.4), 2px -2px 7px rgba(0, 0, 0, 0.4), -2px 2px 7px rgba(0, 0, 0, 0.4), 2px 2px 7px rgba(0, 0, 0, 0.4);
}

/* disable this to see headers in only the standard fonts */
X #content-header .head1 {
  font-family: Minion Pro, Times New Roman, serif; 
  top: -2px;
}

#content-header .head2,
#banner-container .head2 {
  color: #fff;
  display: block; 
  position: absolute; 
  bottom: -5px; 
  right: 150px;
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  font-size: 25px; 
  line-height: 25px; 
  text-transform: uppercase;
  text-shadow: -5px -5px 10px rgba(0, 0, 0, 0.7), 5px -5px 10px rgba(0, 0, 0, 0.7), -5px 5px 10px rgba(0, 0, 0, 0.7), 5px 5px 10px rgba(0, 0, 0, 0.7);
}

#content-header .head2 {
  color: #fff;
  display: block; 
  position: absolute; 
  bottom: -5px; 
  left: 20px;
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  font-size: 35px; 
  line-height: 35px; 
  text-transform: uppercase;
  text-shadow: -2px -2px 7px rgba(0, 0, 0, 0.4), 2px -2px 7px rgba(0, 0, 0, 0.4), -2px 2px 7px rgba(0, 0, 0, 0.4), 2px 2px 7px rgba(0, 0, 0, 0.4);
}

/* disable this to see headers in only the standard fonts */
X #content-header .head2 {
  font-family: Candara, Frutiger, Arial, sans-serif;
}

#content-header .light-shadow .head1,
#content-header .light-shadow .head2 {
  text-shadow: -5px -5px 20px rgba(0, 0, 0, 0.3), 5px -5px 20px rgba(0, 0, 0, 0.3), -5px 5px 20px rgba(0, 0, 0, 0.3), 5px 5px 20px rgba(0, 0, 0, 0.3);
}

#content-header .med-shadow .head1,
#content-header .med-shadow .head2 {
  text-shadow: -5px -5px 20px rgba(0, 0, 0, 0.5), 5px -5px 20px rgba(0, 0, 0, 0.5), -5px 5px 20px rgba(0, 0, 0, 0.5), 5px 5px 20px rgba(0, 0, 0, 0.5);
}


/** Homepage banners **/

#banner-container {
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 272px;
}

#banner-container .head1 {
  color: #fff;
  display: block; 
  position: absolute; 
  font-family: Times New Roman, serif; 
  font-size: 86px; 
  line-height: 86px; 
  text-transform: lowercase;
  text-shadow: -5px -5px 20px rgba(0, 0, 0, 0.7), 5px -5px 20px rgba(0, 0, 0, 0.7), -5px 5px 20px rgba(0, 0, 0, 0.7), 5px 5px 20px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  display: block;
  width: 6.8em;
}

#banner-container.top .head1 {
  top: -13px; 
}

#banner-container.bottom .head1 {
  bottom: -12px;
}

#banner-container.right .head1 {
  right: 20px;
}

#banner-container.left .head1 {
  left: 20px;
}



/*** Event Calendars ***/

#right-container form {
  padding: 0;
  border-bottom: none;
}

#right-container .month-calendar {
  margin-bottom: 2em;
}

#right-container .month-calendar table.calendar td div {
  margin: 0;
  padding: 0;
  position: relative;
}

table.calendar {
  text-align: center;
  border-collapse: collapse;
}

#sidebar-right table.calendar {
  font-size: .8em;
}

table.calendar tr.normal {
  background-color: transparent;
}

table.calendar tr.hilite {
  background-color: transparent;
}

#right-container table.calendar td.cal-title {
  text-align: left;
  padding-top: 1em;
  padding-bottom: .5em;
  background-color: transparent; 
  border: none;
  font-weight: bold;
}

#right-container table.calendar td.cal-heading {
  text-align: left;
  background-color: transparent;
  font-weight: normal;
  border: none;
}

#right-container table.calendar td.cal-blank {
  background-color: transparent;
  border: none;
}

table.calendar td.cal-inactive {
  background-color: transparent;
  border: none;
}

#right-container table.calendar td.cal-navigation {
  padding-top: .5em;
  background-color: transparent;
  border: none;
}

table.calendar td.list-item {
  text-align: left;
}

table.calendar .cal-link {
  text-decoration: None;
}

table.calendar .cal-link:hover {
  text-decoration: Underline;
}

#right-container .month-calendar table.calendar td.cal-active {
  color: #fff;
  background-color: #333; 
  position: relative;
}

#right-container .month-calendar table.calendar td.cal-active a {
  line-height: 4px;
  text-decoration: None;
  color: #fff;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#right-container .month-calendar table.calendar td.cal-active:hover {
  color: #000;
  background-color: #ccc; 
}

#right-container .month-calendar table.calendar td.cal-active a:hover {
  text-decoration: Underline;
  color: #000;
  background: none;
}

#right-container table.calendar td {
  color: #333;
  padding: 1px 2px;
  border-bottom: 1px solid #ccc;
}

#right-container .day-calendar {
  background-color: #fff3a5;
  padding: 0 0 10px 4px;
  margin-bottom: 1em;
  border-radius: 5px;
}

#right-container .day-calendar table.calendar td:first-child {
  display: table-cell;
  border: none;
}

#right-container .day-calendar table.calendar td,
#right-container .day-calendar table.calendar td.cal-heading {
  display: none;
}

#right-container .day-calendar table.calendar td a {
  text-decoration: none;
  display: block;
  border-bottom: none;
}

#right-container .day-calendar table.calendar td a:hover {
  background: none;
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {

  .college .intro {
    height: 535px;
  }

  .college .coe-grid .box.tall a {
    height: 350px !important;
  }
  
}