/* -- START normalize.scss -- */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Remove default margin. */
body {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display definitions
   ========================================================================== */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:focus, a:active, a:hover, select, select:focus,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0 !important;
  outline: 0 !important; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  /*border: 1px solid #c0c0c0;*/
  /*margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;*/ }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -- END normalize.scss -- */
/* -- START variables --  */
/* start fonts */
@font-face {
  font-family: "Circular-Mediumitalic";
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularmediumitalic/lineto-circular-mediumItalic.eot");
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularmediumitalic/lineto-circular-mediumItalic.eot?#iefix") format("embedded-opentype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularmediumitalic/lineto-circular-mediumItalic.woff") format("woff"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularmediumitalic/lineto-circular-mediumItalic.ttf") format("truetype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularmediumitalic/lineto-circular-mediumitalic.svg#lineto-circular-mediumitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Circular-Medium";
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarmedium/lineto-circular-medium.eot");
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarmedium/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarmedium/lineto-circular-medium.woff") format("woff"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarmedium/lineto-circular-medium.ttf") format("truetype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarmedium/lineto-circular-medium.svg#lineto-circular-medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Circular-Bold";
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbold/lineto-circular-bold.eot");
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbold/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbold/lineto-circular-bold.woff") format("woff"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbold/lineto-circular-bold.ttf") format("truetype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbold/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  /* have to upload files for this one */
  font-family: "Circular-Bolditalic";
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbolditalic/lineto-circular-bolditalic.eot");
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbolditalic/lineto-circular-bolditalic.eot?#iefix") format("embedded-opentype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbolditalic/lineto-circular-bolditalic.woff") format("woff"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbolditalic/lineto-circular-bolditalic.ttf") format("truetype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbolditalic/lineto-circular-bolditalic.svg#lineto-circular-bolditalic") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Circular-Book";
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbook/lineto-circular-book.eot");
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbook/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbook/lineto-circular-book.woff") format("woff"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbook/lineto-circular-book.ttf") format("truetype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbook/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Circular-Bookitalic";
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbookitalic/lineto-circular-bookitalic.eot");
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbookitalic/lineto-circular-bookitalic.eot?#iefix") format("embedded-opentype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbookitalic/lineto-circular-bookitalic.woff") format("woff"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbookitalic/lineto-circular-bookitalic.ttf") format("truetype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circularbookitalic/lineto-circular-bookitalic.svg#lineto-circular-bookitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Upload later */
@font-face {
  font-family: "MinionPro-Bold";
  src: local("MinionPro-Bold"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/MinionPro/MinionPro-Bold.otf") format("opentype"); }
@font-face {
  font-family: "MinionPro-Medium";
  src: local("MinionPro-Medium"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/minionpro/MinionPro-Regular.otf") format("opentype"); }
@font-face {
  font-family: "MinionPro-Regular";
  src: local("MinionPro-Regular"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/MinionPro/MinionPro-Regular.otf") format("opentype"); }
/* font sizes */
/*IE hack*/
/* colors */
/* Breakpoints */
/* -- END variables -- */
/*-- START mixins ---*/
/* -- END mixins -- */
/* -- START Animations --*/
@keyframes bounce {
  0% {
    top: 0; }
  5% {
    top: 5px; }
  10% {
    top: -2px; }
  15% {
    top: 0; }
  100% {
    top: 0; } }
/* -- END Animations --*/
/* -- START typography -- */
p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Circular-Bold", Arial, Helvetica, serif;
  color: #513628;
  text-align: left; }

a, a:link, a:visited {
  color: #EB0505;
  text-decoration: none;
  cursor: pointer;
  transition: border 0.3s ease 0s;
  font-weight: bold;
  font-family: "Circular-Bold", Arial, Helvetica, serif; }

a:focus, a:active, a:hover {
  color: #EB0505;
  text-decoration: none; }

/* headers */
h2 {
  font-family: "Circular-Bold", Arial, Helvetica, serif;
  color: #fff;
  font-size: 25px;
  margin: 0 0 30px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

h3 {
  font-family: "Circular-Bold", Arial, Helvetica, serif;
  font-style: normal;
  text-align: left;
  font-weight: bold;
  color: #EB0505;
  text-transform: uppercase;
  font-size: 18px; }

h4 {
  font-family: "Circular-Bold", Arial, Helvetica, serif;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  color: #513628;
  text-transform: initial;
line-height:26px;}

h5 {
  color: #EB0505;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Circular-Bold", Arial, Helvetica, serif;
  padding: 0;
  margin: 0 0 10px 0; }

h6 {
  font-family: "Circular-Bold", Arial, Helvetica, serif;
  color: #fff;
  margin: 15px 0;
  font-size: 13px;
  font-weight: bold; }

/* get rid of the word "high" in the geography chart*/
.accordion div#chart2 span#chartdonation2 tspan {
  visibility: hidden; }

ul, ol {
  padding-left: 40px; }
  ul li, ol li {
    font-family: "Circular-Book", Arial, serif;
    font-weight: normal;
    list-style-type: disc;
    padding-bottom: 10px;
    font-size: 18px; }

small {
  font-size: 13px;
  line-height: 1.4em;
  font-family: "Circular-Bold", Arial, Helvetica, serif;
  font-style: italic; }

/* -- END typography -- */
html {
  border: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #ececec;
  font-family: "Circular-Bold", Arial, Helvetica, serif;
  overflow-x: hidden; }

/* IE fix from Seth */
input::-ms-clear {
  display: none;
  height: 0;
  width: 0; }

#container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative; }

/* -- START header -- */
header {
  width: 100%;
  /* Splash area */
  /* START Nav section of anchor links*/
  /* END Nav */ }

 @media only screen and (min-width: 1258px) {
  header div.crest-flag {
    display: block;
    width: 85px;
    height: 85px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    z-index: 5000;
    padding: 5px 15px;
    margin-left: 25px;
   /* border-bottom: 3px solid #000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); */ }
  header img.brownCrest_graphic {
    display: block;
    z-index: 5001; }
}

 @media only screen and (max-width: 1258px) {
  header div.crest-flag {
	  display:none;}
}
  header div.play-pause {
    display: none;
}
  header img.playbutton {
    display: none;
}
	
  header #splash {
    padding: 120px 40px 30px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    /* background image for mobile */
    background-image: url(https://advancement.brown.edu/iheartbrown2025/img/ihbd25-hero-mobile2.png);
    background-position: center;
    display: flex;
    justify-content: center;
    align-content: center;
    /* overlay */ }
   /* header #splash:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      content: '';
      z-index: 7; } */
@media only screen and (max-width: 600px) {
	  header #splash {
	    padding: 0;
height:auto;
}
header #splash .mobile-show {
    width: 100%;
    height: auto;
    position: relative;
    display: block; 
   }
	
}

@media only screen and (min-width: 600px) {
	header #splash .mobile-show {
		display:none;
	}
	

}
@media only screen and (max-width: 1020px) {
	#mobilegive {
		width:100%;
		margin: 0 auto 30px;
		display:flex;
		align-content: center;
	}
	 a.give-now-mobile, a.give-now-mobile:link, a.give-now-mobile:visited {
      display: inline-block !important;
      background-color: #EB0505;
      color: #fff;
      padding: 15px 30px;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 21px;
      font-weight: bold;
      font-family: "Circular-Bold", Arial, Helvetica, serif;
 margin:0 auto 30px;
}
    a.give-now-mobile:focus, a.give-now-mobile:active, a.give-now-mobile:hover {
      background-color: #C00404;}
}


@media only screen and (min-width: 1020px) {
	  header #splash {
		  height: 400px;
	background-image: url(https://advancement.brown.edu/iheartbrown2025/img/ihbd-hero-FY26-2.png);
}
		#mobilegive {
			display:none;
	}
		.give-now-mobile {
		display:none;
	}
}
    header #splash video {
      display: none; }
    header #splash .splash-wrapper {
      width: 100%;
      max-width: 793px;
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center; }
    header #splash h1, header #splash p, header #splash img, header #splash a.give-now {
      position: relative;
      z-index: 10; }
header #splash .intro-content {
	flex: 1;
	justify-content:flex-end;
}
    header #splash .intro-content p {
      color: #fff;
      max-width: 550px;
      font-weight: bold; }
    header #splash .intro-content p.intro {
      font-size: 25px;
      margin: 20px 0 0 0; }
    header #splash .intro-content p.small {
      font-size: 20px; }
    header #splash .intro-content a, header #splash .intro-content a:link, header #splash .intro-content a:visited {
      color: white;
      font-size: 16px;
      border-bottom: 2px solid #EB0505; }
    header #splash .intro-content a:active, header #splash .intro-content a:hover {
      border-bottom: 0;
      transition: border-bottom 0.3s ease 0s; }
header #splash a.give-now, header #splash a.give-now:link, header #splash a.give-now:visited {
      display: none !important;
}
@media only screen and (min-width: 1020px) {
    header #splash a.give-now, header #splash a.give-now:link, header #splash a.give-now:visited {
      display: inline-block !important;
      background-color: #EB0505;
      color: #fff;
      padding: 15px 30px;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 21px;
      font-weight: bold;
      font-family: "Circular-Bold", Arial, Helvetica, serif;
      margin-top: 29px;
		margin-left:auto;
      border: 2px solid #fff;
}
    header #splash a.give-now:focus, header #splash a.give-now:active, header #splash a.give-now:hover {
      background-color: #C00404;}
}
    header #splash h1 {
      color: transparent;
      vertical-align: top;
      font-style: normal;
      text-align: left;
      font-size: 0;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 150px; }

    header #splash img.learn-more {
      width: 150px;
      margin: 20px auto 0 auto;
      display: block;
      animation-name: bounce;
      animation-timing-function: ease;
      animation-duration: 4s;
      animation-delay: 2s;
      position: relative;
      animation-iteration-count: infinite; }
  header nav {
    text-transform: uppercase;
    color: #EB0505;
    font-family: "Circular-Bold", Arial, Helvetica, serif;
    font-weight: 600;
    text-align: center;
    padding: 30px 20px;
    /*home link */ }
    header nav p {
      text-transform: uppercase;
      color: #EB0505;
      font-family: "Circular-Bold", Arial, Helvetica, serif;
      font-weight: bold;
      text-align: center;
      font-size: 15px; }
    header nav ul {
      padding-left: 0;
      margin-top: 0; }
      header nav ul li {
        display: inline-block;
        list-style-type: none;
        padding-left: 10px;
        padding-bottom: 15px;
        font-size: 15px; }
        header nav ul li:after {
          content: '|';
          padding-left: 10px;
          color: #4E3629; }
        header nav ul li:first-of-type {
          padding-left: 0; }
        header nav ul li:last-of-type:after {
          content: ''; }
        header nav ul li a, header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited {
          font-family: "Circular-Bold", Arial, Helvetica, serif;
          color: #4E3629;
          text-decoration: none;
          border-bottom: 2px solid #4E3629;
          transition: border 0.3s ease 0s; }
        header nav ul li a:focus, header nav ul li a:hover {
          text-decoration: none;
          border-bottom: 2px solid #fff; }
    header nav a.home, header nav a.home:link, header nav a.home:visited {
      color: #EB0505;
		display:block;
		padding-top: 20px;
      text-decoration: underline;
      transition: text-decoration 0.3s ease 0s;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold; }
      header nav a.home:before, header nav a.home:link:before, header nav a.home:visited:before {
        content: '';
        background-image: url(https://advancement.brown.edu/iheartbrown2022/img/noun-arrow-2333191-BE0007-left.svg);
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 30px;
        background-size: 30px auto; }
    header nav a.home:active, header nav a.home:focus, header nav a.home:hover {
      color: #EB0505;
      text-decoration: none; }

/* END header */
main {
  /*END Faqs*/ }
  main > h2 {
    color: #EB0505;
    margin: 0 40px;
    font-size: 35px; }
  main div.intro-totals {
    padding: 0 40px 50px 40px;
    text-align: center;
    /* these are the top 4 classes */ }
    main div.intro-totals div.intro-totals-wrapper {
      width: 100%;
      max-width: 1200px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      flex-direction: column; }
      main div.intro-totals div.intro-totals-wrapper div.donor-dollar {
      flex:1;
		  wdth:50%;
}
    main div.intro-totals div.donor-dollar {
      padding-bottom: 20px;
      border-bottom: 2px solid #f1f1f1; }
      main div.intro-totals div.donor-dollar dl.dollars, main div.intro-totals div.donor-dollar dl.donors {
        text-align: center;
        color: #4E3629;
        margin: 20px 0 0 0; }


        main div.intro-totals div.donor-dollar dl.dollars dt, main div.intro-totals div.donor-dollar dl.donors dt {
          font-family: "MinionPro-Regular", Georgia, serif;
          font-size: 30px;
          font-weight: 300; }
        main div.intro-totals div.donor-dollar dl.dollars dd, main div.intro-totals div.donor-dollar dl.donors dd {
          font-family: "Circular-Bold", Arial, Helvetica, serif;
          margin-inline-start: 0;
          font-size: 60px;
          font-weight: 900;
		  color:#EB0505;}
    main div.intro-totals div#jsonClassYear {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      padding-top: 20px; }
      main div.intro-totals div#jsonClassYear dl.cl {
        font-family: "Circular-Bold", Arial, Helvetica, serif;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        main div.intro-totals div#jsonClassYear dl.cl dt {
          color: #4E3629;
          text-transform: uppercase;
          font-size: 18px;
          width: 60%;
          font-weight: bold;
          text-align: left; }
        main div.intro-totals div#jsonClassYear dl.cl dd {
          color: #EB0505;
          font-size: 50px;
          font-weight: 600;
          margin-inline-start: 0;
          width: 40%;
          text-align: right; }
    main div.intro-totals .link-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      /* leaderboard link */ }
      main div.intro-totals .link-wrapper a.refresh-totals {
        flex-basis: 100%;
        padding-top: 20px;
        text-decoration: underline; }
        main div.intro-totals .link-wrapper a.refresh-totals:before {
          content: '';
          background-image: url(https://advancement.brown.edu/iheartbrown2022/img/noun-sync-16178-BE0007.svg);
          background-repeat: no-repeat;
          background-position: right;
          padding-right: 30px;
          background-size: 30px auto; }
      main div.intro-totals .link-wrapper a.leaderboard, main div.intro-totals .link-wrapper a.leaderboard:link, main div.intro-totals .link-wrapper a.leaderboard:visited {
        color: #EB0505;
        text-decoration: underline;
        transition: text-decoration 0.3s ease 0s;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 20px; }
        main div.intro-totals .link-wrapper a.leaderboard:after, main div.intro-totals .link-wrapper a.leaderboard:link:after, main div.intro-totals .link-wrapper a.leaderboard:visited:after {
          content: '';
          background-image: url(https://advancement.brown.edu/iheartbrown2022/img/noun-arrow-2333191-BE0007.svg);
          background-repeat: no-repeat;
          background-position: right;
          padding-right: 30px;
          background-size: 30px auto; }
      main div.intro-totals .link-wrapper a.leaderboard:active, main div.intro-totals .link-wrapper a.leaderboard:focus, main div.intro-totals .link-wrapper a.leaderboard:hover {
        color: #EB0505;
        text-decoration: none; }


/* LEADERBOARDS */
.progress-tile-wrapper {
  width: 100%;
  margin: 0 auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.progress-tiles {
	width:100%;
	padding:0;
}

  @media only screen and (min-width: 650px) {
      .progress-tile-wrapper {
		 flex-direction: row;      
      	gap: 7px;
		width:92%;
      	align-self: baseline;
  } 
}

.tile-width {
  display: block;
  padding: 0 20px;
  max-width: 500px;
  width: 100%;
}

  @media only screen and (min-width: 650px) {
	  .tile-width {
      flex: 1;
      width: calc(100vw/3);      
      padding: 20px 20px 20px 20px;  
      align-self: stretch;
	
  }
	  
}

.progress-tile {
  background-color: white;
}

.progress-title {
  color: #4E3629;
  margin-bottom: 4px;
  font-size: 16px;
  text-align: center;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  @media only screen and (min-width: 942px) {
	  .progress-title {
      text-align: left;
   }
}

.progress-subTitle {
  color: #EB0505;
  text-transform: none;
  font-style: italic;
  font-family: "Times New Roman";
  text-align: center;
}

  @media only screen and (min-width: 942px) {
	.progress-subTitle {
		text-align: left;
  }	
}

.intro-totals-wrapper {
  background-color: #EB0505;
  padding-top: 40px;
  border: 4px solid white;
}

main div.intro-totals {   
  padding: 0;
}

  @media only screen and (min-width: 942px) {
	main div.intro-totals {  
    padding: 0 20px 20px 20px;
  }
}

.update-box {
  text-align: left;
  font-weight: 900;
  color: #4E3629;
  margin: 0;
}

hr {
 border:none;
  border-top: 1px solid #EB0505;

}

.tile-details {
  padding: 10px 40px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 650px) {
	 .footer {    
    flex-direction: row;
	justify-content:center;
 align-items:baseline;
 }
}

.update-box-footer {
  color: white;
  font-weight: bolder;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  display: flex; 
  align-items: center;
  justify-content: center;
}

.link-wrapper {
  display: flex; 
  align-items: center;
  justify-content: center;
}

.update-box-footer dd {
    font-size: 30px;
}


.progress-leaderboard-header {
  color: white;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.leaderboard-link {
  position: relative;
  text-align:right;
  color: white!important;
  text-decoration: underline!important;
  text-transform: uppercase;
  font-size: 14px;
	padding-top:20px;
	padding-bottom:20px;
}
	
.leaderboard-link::after {
		content: "\2192";
		display: inline-block;
		width: 14px;
		height: 14px;
		 /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="white" d="M9.427.135a.527.527 0 0 0-.705 0 .428.428 0 0 0 0 .639l3.577 3.27H.494C.219 4.046 0 4.246 0 4.498c0 .251.219.458.494.458h11.805L8.722 8.22a.435.435 0 0 0 0 .645c.197.18.515.18.705 0l4.425-4.046a.418.418 0 0 0 0-.638L9.427.135z" fill-rule="nonzero" /></svg>'); */
		vertical-align: middle;
		background-size: 14px 14px;
		margin-top: 4px;
	}

	.leaderboard-link:hover,
	.leaderboard-link:focus {
		text-decoration: none!important;
}
		.leaderboard-link::after {
			/* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 18 18"><path fill="white" d="M16.506 8.003l-2.633 2.44a5.617 5.617 0 0 0-.383-2.676l1.376-1.3a2.44 2.44 0 0 0 .793-1.782c0-.65-.264-1.291-.793-1.78a2.816 2.816 0 0 0-1.922-.735c-.692 0-1.385.244-1.922.734L8.107 5.58c-.529.507-.802 1.157-.802 1.807 0 .65.264 1.291.802 1.781.236.22.355.498.355.768s-.119.54-.355.752c-.22.21-.52.312-.82.312-.292 0-.593-.101-.82-.312C5.492 9.768 5 8.568 5 7.37c0-1.199.492-2.398 1.467-3.31l2.897-2.676A5.234 5.234 0 0 1 12.926 0c1.293 0 2.587.464 3.58 1.384.993.92 1.494 2.12 1.494 3.318 0 1.19-.501 2.38-1.494 3.301zm-4.972 5.934l-2.913 2.697C7.638 17.544 6.345 18 5.043 18c-1.292 0-2.585-.455-3.568-1.366C.492 15.724 0 14.527 0 13.33c0-1.205.492-2.402 1.475-3.312l2.658-2.453a5.7 5.7 0 0 0 .382 2.697l-1.374 1.273a2.423 2.423 0 0 0-.792 1.778c0 .65.264 1.29.792 1.779.528.489 1.22.733 1.92.733.693 0 1.393-.244 1.921-.733l2.886-2.672c.547-.489.81-1.138.81-1.779 0-.649-.263-1.29-.81-1.778a1.042 1.042 0 0 1-.336-.776c0-.278.109-.556.336-.767.228-.21.528-.32.838-.32.3 0 .6.11.828.32.984.92 1.466 2.116 1.466 3.313a4.478 4.478 0 0 1-1.466 3.304z" fill-rule="evenodd"/></svg>'); */
			margin-top: 0px;
		}

.progress-wrapper {
    display: flex;
    /* flex-direction: column-reverse; */
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;  
	/* padding-top:30px; */
}

.progress-wrapper .intro-content {
	padding: 0 30px 20px;

}

.progress-wrapper .intro-content p {
	font-size:28px;
	    line-height: 1.6em;
    font-family: "Circular-Book", Arial, Helvetica, serif;
    color: #503624;
    text-align: left;
}

 @media only screen and (max-width: 650px) {
.progress-wrapper .intro-content p {
	font-size:22px;
	 }
}


/*  @media only screen and (min-width: 650px) {
   .donor-dollar {
	  display: flex;
	     align-items: center;
  justify-content: center;
  }
} */


/* TILES */

main .tile-region {
    width: 100%;
    padding: 50px 30px;
    background-color: #4E3629;
    text-align: center; }

main .tile-wrapper {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 100%;
      max-width: 800px; }

main .tile-wrapper .tile .front-header h2 {
	margin:0 !important;
	padding: 10px 10px 0 !important;
	color: #513628 !important;
	text-shadow:none;
}

.back-wrapper {
    background-color: #fff!important;
}

main .tile-wrapper .tile .back-header h2 {
	margin:0 !important;
	padding: 30px 10px 10px 10px !important;
	color: #513628 !important;
	font-size: 18px;
	text-shadow:none;
}

main .tile-wrapper .tile .backtext p {
	color:#000;
	display:block;
	padding: 5px 15px 20px;
	text-align: left;
    font-size: 15px;
    font-family: "MinionPro-Regular", Georgia, serif;
    line-height: normal;
}

main .tile-wrapper .tile .backtext p:first-of-type {
	min-height:200px;
}

main .tile {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    vertical-align: top;
    color: #4E3629;
    padding: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    /* background-position: 40px 20px;
   background-size: 18%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center; }

main .tile-wrapper .tile {
	min-height:400px;
	justify-content: space-between
}

main .tile:last-of-type {
      margin-bottom: 0; }

main .tile h2 {
	  font-family: "Circular-Bold", Arial, Helvetica, serif;
      color: #503624;
	  text-transform:none;
      font-size: 16px;
      margin: 0;
      text-align: center;
	line-height:22px;
    margin-top: 0;
    padding: 0 10px;
}

main .tile-front .tile .bg-image h2 {
	  font-family: "Circular-Bold", Arial, Helvetica, serif;
      color: #503624;
	  text-transform:none;
      font-size: 18px;
      text-align: center;
	line-height:20px;
    margin-top: 155px;
	margin-bottom:0;
    padding: 5px 2px;
    display: flex;
    flex-wrap: wrap;
    align-self: start;
	justify-content: space-around;
}

 main .tile h3 {
	 color:#ffffff;
	 text-transform:uppercase;
	 text-align:center;
	 font-size:12px;
	 font-family: "Circular-Bold", Arial, Helvetica, serif;
	 margin:0;
	 padding-top:8px
}

 main .tile .baf-hide h3.baf-button {
	 position:absolute;
    width:300px;
    bottom:10px;
    right:25%;
    left:50%;
    margin-left:-150px;
}

main .tile h3:hover {
	color:#EB0505;
}

main .tile p {
	 color:#ffffff;
	 text-align:left;
	 font-size:15px;
	 font-family: "MinionPro-Regular", Georgia, serif;
	 margin:0 auto;
	 padding-top:5px;
	 line-height:normal;
}

main .tile .tile-inner-wrapper {
      padding-top: 5px;
      position: static; }

main .tile dl.update-box {
		margin-top:5px;
      text-align: center;
	padding: 0 0 8px;
    }

main .tile dl.update-box:first-of-type {
        margin-top: 5px; }

main .tile dl.update-box dt {
        font-family: "MinionPro-Regular", Georgia, serif;
        color: #513628;
        display: block;
        font-size: 16px; }

main .tile dl.update-box dd {
        font-family: "Circular-Bold", Arial, Helvetica, serif;
        color: #EB0505;
        font-weight: bold;
        margin-inline-start: 0;
        margin: 0;
        display: inline-block;
        font-size: 22px;
		padding-bottom: 8px;}

main .tile a, main .tile a:link, main .tile a:visited {
      font-weight: bold;
      text-decoration: none;
      padding: 12px 0 10px;
      transition: background 0.3s ease 0s;
      margin: 5px 0 0 0;
      width: 100%;
      position: relative;
      display: block;
      background-color: #EBA900;
      color: #513628;
      font-family: "Circular-Bold", Arial, Helvetica, serif;
      text-transform: uppercase;
      border: 0 !important;
      text-align: center; 
	  font-size: 17px;
}

main .tile a:focus, main .tile a:active, main .tile a:hover {
      background-color: #e7bd52;
      color: #513628;
      border: 0 !important; }

.baf-top {
	  display:block;
	  position:inherit;
	  height:200px;
	  color:#ffffff;
	  cursor: pointer;
	}

 .baf-overlay {
  	height:200px;
   /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%); 
 background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); */
position:relative;
	text-align: center;
	width:100%;
	text-shadow: 1px 1px 2px #000;
}

.baf-overlay .bottom {
	position: absolute;
    bottom: 10px;
	text-align: center;
	width:100%;
	padding: 0 12px;
}
  /* Hidden tiles code 2023 */
  .hidden > div.tile-back {
    display: none;
  }

  .visible > div.tile-back {
    display: block;
  }

  .show > div.tile-front {
    display: block;
  }

  .hide > div.tile-front {
    display: none;
  }

/* Hidden tiles code for half-flip
.hidden>div.baf-hide {
	display:none;
}

.visible>div.baf-hide {
	display:block;
}

.show>div.baf-visible {
	display:block;
}

.hide>div.baf-visible {
	display:none;
} */

.baf-hide {
	position:relative;
	top:0;
	width:100%;
	background-color: rgba(0,0,0,.7);
	height:200px;
	color:#ffffff;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	padding-top:14px;
	padding-right:12px;
	padding-left:12px;
}

main .tile .baf-hide h2 {
	padding-bottom: 5px;
	margin-top:0
}

.baf-hide p {
	max-width:400px;
}
/* Challenge Links */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    appearance: button;
    cursor: pointer;
}
.challenge-link-wrapper {
    display: flex;
    align-self: center;
	margin-top:0;
	margin-bottom:12px;
}

.challenge-link {
 color:#513628;
	 text-transform:uppercase;
	 text-align:center;
	 font-size:11px;
	 font-family: "Circular", Arial, Helvetica, serif;
	 margin:0;
	 padding-top:8px;
	background: none;
	border:none;
}

.challenge-link:hover {
 color:#EB0505;
	text-decoration:underline;
}

.challenge-close {
	color:#513628;
	text-transform:uppercase;
	display:block;
	margin: 0 auto;
	text-align:center !important;
	font-size:12px;
	font-family: "Circular", Arial, Helvetica, serif;
	padding-top:8px;
	background: none;
	border:none;
}

.challenge-close:hover {
color:#EB0505;
	text-decoration:underline;
}

/* Tile background images */

 main .tile.baf .bg-image {
     background-image: url("https://advancement.brown.edu/pifd2023/img/baf-bg-tower.jpg");
	 background-position:top right;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}
 main .tile.engineering .bg-image {
     background-image: url("https://advancement.brown.edu/pifd2023/img/engineering-student.jpg");
	 background-position:top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}
  main .tile.sph .bg-image {
     background-image: url("https://advancement.brown.edu/pifd2023/img/sph-aerial.jpg");
	 background-position:top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}
  main .tile.bmaf .bg-image {
     background-image: url("https://advancement.brown.edu/pifd2023/img/bmaf-med-school.jpg");
	 background-position: top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}
  main .tile.campus-sus .bg-image {
     background-image: url("https://advancement.brown.edu/iheartbrown2023/img/baf-bg-sus.jpg");
	 background-position: top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}
  main .tile.dei .bg-image {
     background-image: url("https://advancement.brown.edu/pifd2023/img/dei-gradsunday.jpg");
	 background-position: top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}
  main .tile.busf .bg-image {
     background-image: url("https://advancement.brown.edu/pifd2023/img/busf-bruno.jpg");
	 background-position: top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}
  main .tile.bc .bg-image {
     background-image: url("https://advancement.brown.edu/pifd2023/img/brownconnect-fair.jpg");
	 background-position:top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}
  main .tile.ipc .bg-image {
     background-image: url("https://advancement.brown.edu/iheartbrown2023/img/baf-bg-ipc.jpg");
	 background-position:top center;
	 background-size:218px 150px;
	
	  background-repeat:no-repeat;
}

  main .tile.bulac .bg-image {
     background-image: url("https://advancement.brown.edu/iheartbrown2023/img/baf-bg-bulac.jpg");
	 background-position:top left;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}

  main .tile.international .bg-image {
     background-image: url("https://advancement.brown.edu/iheartbrown2023/img/baf-bg-international.jpg");
	 background-position: top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}

  main .tile.humanities .bg-image {
     background-image: url("https://advancement.brown.edu/iheartbrown2025/img/baf-bg-humanities.jpg");
	 background-position: top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}

  main .tile.watson .bg-image {
     background-image: url("https://advancement.brown.edu/iheartbrown2025/img/Watson-bg.jpg");
	 background-position: top center;
	 background-size:218px 150px;
	 background-repeat:no-repeat;
}

main .challenges-wrapper .challenges-text-wrapper .challenges-text-wrapper-inner a.give-now {
      display: inline-block !important;
      background-color: #EB0505;
      color: #fff;
      padding: 15px 20px;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.3s ease 0s;
      font-size: 20px;
      font-weight: bold;
      font-family: "Circular-Bold", Arial, Helvetica, serif;
	  margin-bottom:35px;
	  margin-top: 5px;
      border-bottom: 0 !important; }

  main .challenges {
    padding: 50px 40px 0 40px; }
    main .challenges h2 {
      color: #4E3629; }
    main .challenges .challenges-wrapper {
      display: flex;
      justify-content: center;
      align-content: center; }
    main .challenges .challenges-text-wrapper {
      width: 100%;
      max-width: 1200px; }
    main .challenges .challenges-text-wrapper-inner {
      max-width: 1000px; }
      main .challenges .challenges-text-wrapper-inner h3 {
        color: #EB0505; }
      main .challenges .challenges-text-wrapper-inner h4.large {
        color: #EB0505;
        text-transform: initial;
        font-size: 46px;
        font-weight: 400;
		  margin-bottom:.8em;
		line-height: 54px;}
      main .challenges .challenges-text-wrapper-inner p.highlight {
        font-size: 33px;
        margin-bottom: 20px;
        Font-family: "MinionPro-Regular", Georgia, serif;
        font-weight: 400;
		color: #513628;}
        main .challenges .challenges-text-wrapper-inner p.highlight strong {
          font-family: "MinionPro-Bold", Georgia, serif;
          font-style: italic;
          font-weight: 900; }

		main .challenges .challenges-text-wrapper-inner p.sponsor {
        font-size: 24px;
        margin-bottom: 20px;
        Font-family: "MinionPro-Regular", Georgia, serif;
        font-weight: 400;
		color: #513628;}
.other-chall p {
	   font-family: "MinionPro-Regular", Georgia, serif;
}

.other-chall h4 {
	font-size: 20px;
	margin:0;
}
    main .challenges .additional-challenges-wrapper > p {
      line-height: 1em; }
    main .challenges .additional-challenges-wrapper h3 {
      color: #513628; }
    main .challenges .additional-challenges-wrapper div.other-chall {
      border: 1px solid #513628;
  /*    -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
	  border-radius: 10px; */
      padding: 30px;
      margin-bottom: 20px; }
      main .challenges .additional-challenges-wrapper div.other-chall a {
        font-size: 15px;
		display:block;
		margin-bottom:10px; }
      main .challenges .additional-challenges-wrapper div.other-chall img.arrow {
        width: 30px;
        height: auto;
        vertical-align: bottom; }
  main .faqs {
    padding: 50px 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center; }
main .faqs h2 {
      color: #4E3629; }
    main .faqs .faqs-wrapper {
      width: 100%;
      max-width: 1200px; }
    main .faqs .accordion-container {
      width: 100%;
      padding: 0; }
main .faqs .accordion-container:focus {
      border: 1px solid #EB0505 }
      main .faqs .accordion-container:first-of-type {
        margin-top: 20px; }
      main .faqs .accordion-container .accordion-trigger {
      /*  -moz-border-radius: 10px;
        -webkit-border-radius: 10px;border-radius: 10px; */
        background-color: #f1f1f1;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-transform: uppercase;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        font-family: "Circular-Bold", Arial, Helvetica, serif;
        margin-bottom: 3px;
        color: #EB0505; }
        main .faqs .accordion-container .accordion-trigger:before {
          content: "\002B";
          display: inline-block;
        /*  width: 10px;
          height: 10px;
          background: url(https://advancement.brown.edu/iheartbrown2022/img/plus-red.svg) no-repeat; */
          font-size: 15px;
          margin: 0 10px 0 0; }
        main .faqs .accordion-container .accordion-trigger:hover {
          color: #EB0505;
			border: 2px solid #EB0505}
main .faqs .accordion-container .accordion-trigger:focus {
			border: 2px solid #EB0505}
      main .faqs .accordion-container .active {
        color: #EB0505;
		}
        main .faqs .accordion-container .active:before {
          content: "\2212";
          display: inline-block;
        /*  width: 10px;
          height: 10px;
          background: url(https://advancement.brown.edu/iheartbrown2022/img/minus-red.svg) no-repeat 50% 50%; */
          font-size: 15px;
          margin: 0 10px 0 0; }
      main .faqs .accordion-container .accordion-panel {
    	/*    -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	border-radius: 10px; */
        background-color: #f1f1f1;
        margin: -1px 0 10px 0;
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: left; }
main .faqs .accordion-container .accordion-panel p {
          padding: 20px;
		  font-family: "Circular-Book", Arial, Helvetica, sans-serif;
		  font-weight:normal;
		font-size:16px; 
	    line-height:24px; }
 @media only screen and (min-width: 650px) {
main .faqs .accordion-container .accordion-panel ul {
	    columns: 2;
		column-gap: 20px;
		padding: 0 20px;
		margin: 0 20px 20px 20px;
		 }
}

main .faqs .accordion-container .accordion-panel li {
		font-family: "Circular-Book", Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:16px; 
		line-height:24px;
		margin: 0 20px }
      main .faqs .accordion-container h3 {
        color: #EB0505;
        padding-left: 20px;
        text-transform: initial; }
  main .mid-banner {
    background-image: url("https://advancement.brown.edu/iheartbrown2025/img/skyline-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    /*forward 4 brown*/ }
    main .mid-banner h2 {
      font-size: 62px;
      color: #fff;
		font-family: "Circular-Bold", Arial, Helvetica, sans-serif;
	  font-weight: 900;
		margin-bottom:8px;
text-transform: capitalize;}
    main .mid-banner p {
      font-size: 22px;
      text-align: center;
      color: #fff;
      font-family: "MinionPro-Regular", Georgia, serif;
 }
    main .mid-banner img {
      width: 100%;
      max-width: 800px;
      margin: 0 auto; }
main .mid-banner .mid-banner-bg {
	display:block;
	max-width: 600px;
	background-color: #EB0505;
	margin:0 auto;
	padding:50px;
	color:#fff;
	border: 3px solid #fff;
}
    main .mid-banner a.button, main .mid-banner a.button:link, main .mid-banner a.button:visited {
      display: block;
      background-color: #513628;
      color: #fff;
      padding: 15px;
      text-transform: uppercase;
      font-size: 20px;
      transition: background 0.3s ease 0s;
      max-width: 300px;
      width: 100%;
      margin: 30px auto 0 auto; }
    main .mid-banner a.button:active, main .mid-banner a.button:focus, main .mid-banner a.button:hover {
      background-color: #744d39; }
  main div.social {
    padding: 50px 40px; }
    main div.social ul.social {
      margin: 0 auto 30px auto;
      padding: 0;
      display: table; }
      main div.social ul.social li {
        display: inline;
        list-style-type: none;
        padding-right: 15px; }
        main div.social ul.social li:last-of-type {
          padding-right: 0; }
        main div.social ul.social li img {
          width: 40px;
          height: 40px; }
    main div.social .curator {
      text-align: center;
      display: flex;
      justify-content: center;
      align-content: center; }
    main div.social .crt-widget {
      width: 100%;
      max-width: 1200px;
      max-height: 600px;
      overflow-y: scroll; }
    main div.social .crt-widget .crt-post-text a {
      color: #EB0505;
      text-decoration: underline;
      cursor: pointer; }
      main div.social .crt-widget .crt-post-text a:hover {
        color: #EB0505;
        text-decoration: none; }
  main .general-content {
    display: flex;
    justify-content: center;
    align-content: center; }
    main .general-content .general-content-wrapper {
      max-width: 1200px;
      width: 100%; }
    main .general-content .chart {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
		 border-radius: 10px;
      background-color: #f1f1f1;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      font-weight: bold;
      font-size: 15px;
      line-height: 20px;
      font-family: "Circular-Bold", Arial, Helvetica, serif;
      margin-bottom: 3px;
      color: #EB0505;
      /* Top 3 styling */
      /* Leaderboard Gentle Formatting */ }
      main .general-content .chart:first-of-type {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center; }
        main .general-content .chart:first-of-type h3 {
          flex-basis: 100%; }
      main .general-content .chart h3 {
        text-align: left;
        font-size: 15px;
        color: #EB0505;
        text-transform: uppercase; }
      main .general-content .chart p {
        text-transform: initial;
        font-style: italic;
        font-family: "MinionPro-Regular", Georgia, serif;
        font-size: 15px;
        color: #58585a; }
      main .general-content .chart div.top3 {
        width: 100%;
        display: block;
        font-size: 16px;
        vertical-align: top;
        text-align: left;
        background-color: #fff;
        padding: 10px; }
        main .general-content .chart div.top3:nth-of-type(2) {
          background-color: #f1f1f1; }
        main .general-content .chart div.top3 dl.update-box {
          width: 90%;
          margin: 0 auto; }
          main .general-content .chart div.top3 dl.update-box dt {
            color: #EB0505;
            font-size: 16px;
            padding-bottom: 7px;
            text-transform: uppercase; }
          main .general-content .chart div.top3 dl.update-box dd {
            color: #58585a;
            font-family: "Circular-Bold", Arial, Helvetica, serif;
            padding-bottom: 20px;
            margin-left: 0;
            font-size: 16px; }
            main .general-content .chart div.top3 dl.update-box dd span {
              display: inline-block;
              width: 60%; }
      main .general-content .chart table {
        border-collapse: collapse;
        border-spacing: 0;
        text-align: left;
        width: 100% !important;
        font-family: "Circular-Bold", Arial, Helvetica, serif;
        font-size: .875em;
        font-weight: normal;
        margin: 0 0 1em 0;
        overflow-x: auto;
        display: block; }
        main .general-content .chart table caption {
          text-indent: 200%;
          white-space: nowrap;
          overflow: hidden;
          cursor: pointer;
          width: 1px;
          text-indent: -9999px;
          height: 0; }
        main .general-content .chart table thead {
          border-bottom: 1px solid #f1f1f1; }
        main .general-content .chart table tbody {
          vertical-align: top; }
          main .general-content .chart table tbody tr {
            border-bottom: 1px solid #fed4d8; }
            main .general-content .chart table tbody tr:last-of-type td {
              padding-bottom: 1em; }
            main .general-content .chart table tbody tr td {
              padding: 1em;
              line-height: 1.2em;
              font-weight: normal; }
              main .general-content .chart table tbody tr td span {
                font-family: "Circular-Bold", Arial, Helvetica, serif !important;
                background-color: transparent !important; }
      main .general-content .chart fieldset {
        border: none; }
      main .general-content .chart legend {
        margin: 0;
        padding: 0;
        border: none; }
      main .general-content .chart #jsonYoungAlumniTotals dl.update-box {
        padding-top: 15px; }
        main .general-content .chart #jsonYoungAlumniTotals dl.update-box dd {
          font-size: 1em; }
      main .general-content .chart #jsonParentTotals dl.update-box {
        color: #58585a; }
        main .general-content .chart #jsonParentTotals dl.update-box dd, main .general-content .chart #jsonParentTotals dl.update-box dt {
          font-family: "Circular-Bold", Arial, Helvetica, serif !important;
          font-weight: 700;
          display: inline-block; }
        main .general-content .chart #jsonParentTotals dl.update-box dt {
          margin-right: 1em;
          width: auto;
          font-size: 20px;
          line-height: 1.5em; }
        main .general-content .chart #jsonParentTotals dl.update-box dd {
          width: 50%;
          font-size: 30px;
          margin: 10px 0; }
      main .general-content .chart #jsonForeignTotals dl.update-box dd, main .general-content .chart #jsonForeignTotals dl.update-box dt {
        font-family: "Circular-Bold", Arial, Helvetica, serif !important;
        font-weight: 700;
        display: inline-block; }
      main .general-content .chart #jsonForeignTotals dl.update-box dt {
        width: 25%;
        color: #EB0505;
        font-size: 18px; }
      main .general-content .chart #jsonForeignTotals dl.update-box dd {
        width: 70%;
        font-size: 18px; }

/* END main */
.others main {
  padding: 0 40px 50px 40px; }

footer {
  background-color: #fff;
  width: 100%;
  margin: 0;
  padding: 50px 40px 50px 40px;
  color: #000;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }
  footer img.bt-logo {
    max-width: 100px;
    width: 100%;
    margin: 0 auto; }
  footer small {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    line-height: 1.3em;
    color: #513628;
	font-family: "MinionPro-Regular", Georgia, serif;
	font-variant: normal;
	  font-style: normal;
}
footer div.social {
    padding: 40px 40px 0; }
    footer div.social ul.social {
      margin: 0 auto 30px auto;
      padding: 0;
      display: table; }
      footer div.social ul.social li {
        display: inline;
        list-style-type: none;
        padding-right: 15px; }
        footer div.social ul.social li:last-of-type {
          padding-right: 0; }
        footer div.social ul.social li img {
          width: 40px;
          height: 40px; }

    footer div.social .crt-widget {
      width: 100%;
      max-width: 1200px;
      max-height: 600px;
      overflow-y: scroll; }
    footer div.social .crt-widget .crt-post-text a {
      color: #EB0505;
      text-decoration: underline;
      cursor: pointer; }
      footer div.social .crt-widget .crt-post-text a:hover {
        color: #EB0505;
        text-decoration: none; }

.mobile-hide {
  display: none !important; }
@media only screen and (min-width: 200px) {
  main .tile-wrapper {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 100%;
      max-width: 800px; }
      main .tile-wrapper .tile {
        /* width: 48%; */
		  width: 218px;
		  min-height:400px;
		  justify-content: space-between;
        background-position: 20px 20px;
        background-size: 22%; 
	    margin: 0 10px 30px;}
	
	main .tile-wrapper .tile .bg-image {
    width: 100%;
    margin: 0 auto;
    height: 200px;
}
	
		main .tile-wrapper .tile-front .tile .bg-image {
    width: 100%;
    margin: 0 auto;
    height: 198px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
	justify-content: space-around;
}
	
	
}

/* START Inbetween Size for top3 lol */
@media only screen and (min-width: 400px) {
  /* Top 3 styling */
  main .general-content .chart div.top3 dl.update-box {
    width: 75%; } 
      main .tile-wrapper .tile {
        /* width: 48%; */
		  width: 218px;
		  min-height:400px;
		  justify-content: space-between;
        background-position: 20px 20px;
        background-size: 22%; 
	    margin: 0 10px 30px;}
	
		main .tile-wrapper .tile .bg-image {
    width: 100%;
    margin: 0 auto;
    height: 200px;
}
			main .tile-wrapper .tile-front .tile .bg-image {
    width: 100%;
    margin: 0 auto;
    height: 198px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
	justify-content: space-around;
}
	
	main .tile-wrapper .tile-front .tile .bg-image h2 {
	}

}
/*END Inbetween size for top3 */
@media only screen and (min-width: 650px) {
  header #splash .intro-text {
    width: 100%; }

  main {
    margin: 0 auto; }
    main div.intro-totals {
      display: flex;
      justify-content: center;
      align-content: center; }
      main div.intro-totals div.intro-totals-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; }
      main div.intro-totals div.donor-dollar {
        border-bottom: none;
	width:90%;
	margin: 0 auto;}
  /*      main div.intro-totals div.donor-dollar dl.donors, main div.intro-totals div.donor-dollar dl.dollars {
          width: 45%; } */
      main div.intro-totals div#jsonClassYear {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0;
        justify-content: space-around;
        align-content: center; }
        main div.intro-totals div#jsonClassYear dl.cl {
          width: 22%;
          border-right: 2px solid #4E3629;
          margin-right: 10px;
          padding-right: 10px;
          flex-direction: column; }
          main div.intro-totals div#jsonClassYear dl.cl:last-of-type {
            border: none;
            margin-right: 0;
            padding-right: 0; }
          main div.intro-totals div#jsonClassYear dl.cl dt, main div.intro-totals div#jsonClassYear dl.cl dd {
            width: initial; }
          main div.intro-totals div#jsonClassYear dl.cl dt {
            font-size: 13px; }
          main div.intro-totals div#jsonClassYear dl.cl dd {
            padding-top: 20px;
            text-align: left; }
      main div.intro-totals a.leaderboard {
        flex-basis: 100%; }
    main .tile-wrapper {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      max-width: 1200px; }
      main .tile-wrapper .tile {
        /* width: 48%; */
		  width: 218px;
		  min-height:400px;
		  justify-content: space-between;
        background-position: 20px 20px;
        background-size: 22%; 
	    margin: 0 10px 30px;}
	
	main .tile-wrapper .tile .bg-image {
    width: 100%;
    margin: 0 auto;
    height: 198px;
}
	
		main .tile-wrapper .tile-front .tile .bg-image {
    width: 100%;
    margin: 0 auto;
    height: 198px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
	justify-content: space-around;
}
	
      main .tile-wrapper .tile.baf {
        background-size: 13%;
        background-position: 30px 20px; }
    main .additional-challenges {
      display: flex;
      align-content: center;
      justify-content: center; }
      main .additional-challenges .additional-challenges-wrapper {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1200px; }
        main .additional-challenges .additional-challenges-wrapper h3 {
          flex-basis: 100%; }
	main .additional-challenges .additional-challenges-wrapper #otherChallenges {
		display: flex;
        justify-content: space-between;
        align-content: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1200px; 
	}
        main .additional-challenges .additional-challenges-wrapper div.other-chall {
          width: 49%;
          margin-top: 0;
          margin-bottom: 20px;
			position:relative;
		/* display: flex;
		flex-direction: column;
		justify-content: space-between; */}
    main .leaderboard .board {
      display: inline-block;
      width: 49%;
      font-size: 16px; }
      main .leaderboard .board:first-of-type {
        margin-right: 1%; }
    main h2#progress {
      text-align: center; 
		color: #4E3629; }
    main .faqs h2, main .faqs .faqs-intro {
      text-align: center; }
    main .general-content .chart:first-of-type {
      flex-direction: row; }
    main .general-content .chart div.top3 {
      width: 30%;
      padding: 10px;
      vertical-align: top;
      text-align: left;
      border-top: 1px solid #58585a; }
      main .general-content .chart div.top3:nth-of-type(2) {
        background-color: #f1f1f1; }
      main .general-content .chart div.top3 dl.updatebox {
        width: 100%; }
        main .general-content .chart div.top3 dl.updatebox dd {
          margin-left: 0; }
	
	 main div.intro-totals:nth-of-type(2) {
	 background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #503624 50%,
    #503624 100%
  );
	 }

  div.content-wrapper {
    max-width: 100% !important; } }
/* END Larger Mobile */
/* START Tablet */
@media only screen and (min-width: 1020px) {
  header #splash {
    padding: 120px 40px; }
    header #splash .splash-wrapper {
      flex-direction: row;
      justify-content: flex-end; }
    header #splash div.intro-content {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
		justify-content: flex-end;
		margin-top:156px;
      width: 45%; }
      header #splash div.intro-content a.give-now, header #splash div.intro-content a.give-now:link, header #splash div.intro-content a.give-now:visited, header #splash div.intro-content a.give-now:hover, header #splash div.intro-content a.give-now:focus, header #splash div.intro-content a.give-now:active {
        position: relative;
        z-index: 10; }
      header #splash div.intro-content p {
        position: relative;
        z-index: 10; }
        header #splash div.intro-content p:first-of-type {
          order: 1; }
    header #splash h1 {
      width: 495px;
      height: 203px;
      margin: 0; }
    header #splash a.give-now, header #splash a.give-now:link, header #splash a.give-now:visited, header #splash a.give-now:focus, header #splash a.give-now:active, header #splash a.give-now:hover {
      font-family: "Circular-Bold", Arial, Helvetica, serif; }
  header nav p, header nav ul {
    display: inline-block; }
  header nav p {
    margin-right: 10px; 
	
	}
	    main div.intro-totals div.intro-totals-wrapper {
      width: 80%;
	min-width:800px;
      max-width: 1000px;
 }
	




  .mobile-show {
    display: none !important; } }
/* END Tablet */
/* START Desktop */
@media only screen and (min-width: 1100px) {
  header #splash video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    object-fit: cover;
    display: block; 
   }
	
      main div.intro-totals div.donor-dollar {
        border-bottom: none;
	width:30%;
	margin: 0 auto;}
	
  header div.play-pause {
    display: block;
    width: 50px;
    height: auto;
    text-align: center;
    position: absolute;
	top:40px;
	  right:100px;
    z-index: 5000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  header img.playbutton {
    display: block;
    z-index: 5001;
	opacity:.4;}
	

  main {
    /* Top 3 styling */ }
 /*   main div.intro-totals dl.donors, main div.intro-totals dl.dollars {
      width: 25%; } */
	
  	/* TILES Desktop */
	
    main .tile-wrapper .tile {
     /* width: 30%; */
	  width: 218px;
      min-height: 400px;
      justify-content: space-between;
	margin:0 10px 30px;
	}
	
    main .tile-wrapper .tile:last-of-type {
        margin-bottom: 30px; }
      
	main .tile-wrapper .tile h2 {
        text-align: center; 
	position:relative;
	width:100%;
}
      
	main .tile-wrapper .tile .bg-image {
        width: 100%;
        margin: 0 auto;
		height:200px;
        }
     
	main .tile-wrapper .tile dl.update-box {
        text-align: center;
        padding: 0 0 8px 0; }
        
	main .tile-wrapper .tile dl.update-box dd, main .tile-wrapper .tile dl.update-box dt {
          display: block;
          text-align: center; }
      
	main .tile-wrapper .tile a, main .tile-wrapper .tile a:link {
        height: auto;   
   }
	
	
  /* Hidden tiles code */
  .hidden > div.tile-back {
    display: none;
  }

  .visible > div.tile-back {
    display: block;
  }

  .show > div.tile-front {
    display: block;
  }

  .hide > div.tile-front {
    display: none;
  }

	
	/* END TILES Desktop */
	
   /* main .tile-wrapper .tile.baf {
      background-size: 45px auto;
      background-position: center 20px; }
    main .tile-wrapper .tile.bmaf {
      background-size: 80px auto; }
    main .tile-wrapper .tile.campus-sus {
      background-size: 65px auto; }
    main .tile-wrapper .tile.dei {
      background-size: 65px auto; }
    main .tile-wrapper .tile.busf {
      background-size: 90px auto;
      background-position: center 20px; }
    main .tile-wrapper .tile.bc {
      background-size: 90px auto;
      background-position: center 20px; }
    main .tile-wrapper .tile.ipc {
      background-size: 75px auto; } */
	
    main table {
      display: table; }
    main .general-content .chart div.top3 dl.update-box {
      width: 95%; }
    main .general-content .chart div.top3 dl.update-box dd {
        font-size: 20px; }
	
	 /* main {
     background-image: url(https://advancement.brown.edu/iheartbrown2022/img/Hearts-20-flip.gif);
      background-repeat: no-repeat;
      background-position: -10% top; 
	  padding-top: 20px;} */
	
	.progress-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
		max-width: 1200px;
}
	
	
	
	.progress-wrapper .intro-content {
		width:70%;
		padding: 20px 50px 0 0;
	}
	
	main div.intro-totals div.donor-dollar dl.dollars, main div.intro-totals div.donor-dollar dl.donors {
        text-align: center; }

  .mobile-show {
    display: none !important; } }
/*END Desktop*/
/* -- START Larger Crest Size -- */
@media only screen and (min-width: 1350px) {
  main {
    /* Top 3 styling */ }
 /*   main .challenges {
      background-image: url("https://advancement.brown.edu/iheartbrown2022/img/FlipHeart.gif");
      background-repeat: no-repeat;
      background-size: 400px 333px;
      background-position: 100% 0%; } */
    main .general-content .chart div.top3 dl.update-box {
      width: 85%; }
      main .general-content .chart div.top3 dl.update-box dd {
        font-size: 20px; } }
/* -- END Larger Crest Size -- */
/* -- START Totals Background Size --*/
@media only screen and (min-width: 1450px) {
 /* --     main {
   background-image: url(https://advancement.brown.edu/iheartbrown2022/img/Hearts-20-2.gif);
    background-repeat: no-repeat;
    background-position: 900px top; }--*/

	
}
/* -- END Totals Background Size --*/
/* -- START Larger Totals Background Size --*/
@media only screen and (min-width: 1700px) {
  main div.intro-totals {
    background-position: -150px top; } }
/* -- END Larger Totals Background Size --*/
/* -- START Extra Special IE Hack for SVGs -- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body #container header .logo-button-wrap svg {
    position: relative !important;
    top: -15px;
    right: 0; } }

        /* ----------------------
        Progress Bar CSS Styling
        ----------------------
        */
        
        /* Container for the whole progress bar */
        .progress-container {
            width: 100%; /* Set a max width for the bar */
            height: 46px;
            background-color: #f3e2a5; /* Light yellow track background */
            overflow: hidden; /* Important: keeps the progress fill inside the rounded container */
            position: relative; /* Essential for positioning the text over the bar */
            margin: 10px auto 0; /* Center the bar on the page */		
        }

        /* The actual progress fill */
        .progress-bar {
            height: 100%;
            width: 0%; /* Starts at 0, JavaScript updates this */
            background-color: #EBA900; /* Gold/Yellow background */
            /* Add a smooth transition for a nice visual effect */
            transition: width 0.5s ease-in-out; 
        }

        /* The percentage text overlay */
        .progress-text {
            position: absolute; /* Take the text out of the normal flow */
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%); /* Center the text perfectly */
            color: #513628; /* Dark text for contrast */
            font-weight: bold;
            font-family: "MinionPro-Bold", Georgia, serif;
			font-size: 20px;
			font-style: italic;
            z-index: 10; /* Make sure the text is always on top of the bar */
            user-select: none; /* Prevent text selection */
        }
/* .challengetext {
	min-height:186px;
} */
/* -- End I Heart Brown 2025 Styles -- */

/*# sourceMappingURL=2022.css.map */
