/* -- START Normalize -- */
/*! 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; }

html, body {
  /*overflow-x: hidden;*/ }

/* 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.
 */
/**
 * 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 -- */
/* -- 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/circluarBoldItalic/lineto-circular-bolditalic.eot");
  src: url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarBoldItalic/lineto-circular-bolditalic.eot?#iefix") format("embedded-opentype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarBoldItalic/lineto-circular-bolditalic.woff") format("woff"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarBoldItalic/lineto-circular-bolditalic.ttf") format("truetype"), url("https://bbis.advancement.brown.edu/BBPhenix/Custom/Style/Site/fonts/circluarBoldItalic/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"); }
/*Typekit*/
/*end fonts*/
/* font sizes */
/*IE hack*/
/* line-heights */
/* standard padding for boxes */
/* padding for button style links */
/* general colors */
/* BGBD Special Colors */
/* Breakpoints */
/* -- END Variables -- */
/*-- START Mixins ---*/
/* Menus and Forms */
/* Site-wide Structures*/
/* Other */
/* -- END Mixins -- */
/* -- START Typography -- */
/* headers */
h2 {
  color: #4f372a;
  font-size: 30px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center; }

.leaderboard h2 {
  color: #fff;
  text-align: center; }

.leaderboard .board h3 {
  color: #C00404;
  text-align: center;
  font-size: 21px;
  margin:10px 0;
  font-weight:bold;
}

.leaderboard .board h4 {
    margin:5px 0;
	font-size: 16px; }

/* today's gift totals area */
.sidebar dl dt, .sidebar dl dd {
  color: #df0606;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left; }

h3 {
  color: #df0606;
  font-size: 22px; }

.accordion h3 {
  font-family: "Circular-Bold", Arial, serif;
  font-style: normal;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #4f372a;
  padding: 10px 0 3px 0; }

h4 {
  font-family: "Circular-Bold", Arial, serif;
  margin: 20px 0 10px 0;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
  color: #4f372a; }

h5 {
  font-family: "Circular-Book", Arial, serif;
  color: #4f372a;
  font-size: 14px;
  display: inline-block;
  padding: 0 0 5px 0;
  margin: 0 0 10px;
  font-weight: normal; }

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

p {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Circular-Book", Arial, serif; }

b, strong {
  font-family: "Circular-Bold";
  font-weight: bold;
  color: #000; }

.call-out {
  font-size: 1em;
  font-style: italic;
  margin: 0 0 1em 0; }

a {
  color: #df0606;
  text-decoration: underline;
  transition: background 0.3s ease 0s;
  cursor: pointer; }
  a:hover {
    color: #df0606;
    text-decoration: none; }

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

small {
  font-size: 11px; }

/* -- END Typography -- */
/* -- END Shell -- */
html {
  border: 0;
  margin: 0;
  padding: 0; }

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

body {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #efeeee;
  font-family: "Circular-Book", Arial, serif; }

.crest-flag {
  width: 85px;
  height: 82px;
  background: #fff;
  text-align: center;
  position: absolute;
  padding: 5px 15px;
  margin-left: 18px;
  border-bottom: 3px solid #000;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.mobile-hide {
  display: none !important; }

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

/* -- START header -- */
header {
  width: 100%; }
  header .crest-flag {
    z-index: 5000;
    display: none; }
  header .brownCrest {
    z-index: 5001; }
  header .logo-button-wrap {
    background-color: #fff;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    /* Brown U Seal */ }
    header .logo-button-wrap span.brown-logo img {
      height: 50px;
      width: auto;
      padding: 5px 15px;
      display: inline-block; }
    header .logo-button-wrap svg {
      width: 90px;
      height: auto;
      margin: 15px;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0; }
    header .logo-button-wrap .button-highlight {
      display: none; }
  header h1 {
  /*
width:100%;*/ }

/* END header */


/* Splash area */
#splash {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
 min-height: 230px; 
  position: relative; }
  #splash .splash-container {
    height: 100%; }
  #splash h1 {
    color: transparent;
    font-style: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    z-index: -10000; }
  #splash a.give-now, #splash a.give-now:link, #splash a.give-now:visited, #splash a.give-now:focus, #splash a.give-now:active, #splash a.give-now:hover {
        display: none;
  /*  background-color: #c00404;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px #4f372a;
    position: absolute;
	  bottom:5%;
	  right:2%;
margin:0 auto;
*/}
#splash .play-pause button {
	display:none;
	}

#splash button {
	display:none;
}

    header #splash video {
      display: none; }

ul.red-buttons {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  list-style-type: none; }
  ul.red-buttons li.red-buttons {
    display: inline-block;
    width: 48%; }
  ul.red-buttons li.red-buttons:first-of-type {
    margin-right: 2%; }
  ul.red-buttons li > a {
    display: inline-block;
    background-color: #df0606;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 20px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: background 0.3s ease 0s; }
    ul.red-buttons li > a:hover, ul.red-buttons li > a:focus, ul.red-buttons li > a:active {
      background-color: #de1219; }
  ul.red-buttons li.mobile-two {
    display: inline-block;
    background-color: #df0606;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 45%;
    text-align: center;
    transition: background 0.3s ease 0s; }
    ul.red-buttons li.mobile-two:hover, ul.red-buttons li.mobile-two:focus, ul.red-buttons li.mobile-two:active {
      background-color: #de1219; }

footer {
  background-color: #4f372a;
  width: 100%;
  margin: 0;
  font-family: "Circular-Bold", Arial, serif;
  padding: 45px 50px 45px 50px;
  color: #fff; }
  footer div.footer-wrapper {
    width: 85%;
    margin: 0 auto; }
  footer .contact-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 80%; }
    footer .contact-wrapper .contact {
      text-transform: uppercase;
      color: #fff;
      font-size: 22px; }
    footer .contact-wrapper ul.footer-info {
      margin-top: 10px;
      display: block; }
  footer .logo-wrapper {
    margin: 30px auto;
    padding: 30px 0 0 0;
    border-top: 1px solid #b3bac1; }
  footer a.text-link, footer a.text-link:link, footer a.text-link:active, footer a.text-link:visited {
    color: #df0606;
    font-family: "Circular-Bold", Arial, serif;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #df0606;
    transition: border 0.3s ease 0s; }
  footer a.text-link:hover, footer a.text-link:focus {
    border-bottom: 0;
    text-decoration: none; }
  footer a.bear-head {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto; }
    footer a.bear-head img {
      margin-bottom: 15px; }
  footer a.browntogether, footer a.alumni-friends {
    width: 200px;
    display: table;
    margin: 0 auto; }
  footer img.browntogether-logo {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto; }
  footer img.alumnifriends-logo {
    display: block;
    width: 150px;
    height: auto;
    margin: 5px auto 0 auto; }
  footer ul.footer-info {
    display: inline;
    margin: 0 auto;
    padding: 0; }
  footer ul.footer-info li {
    list-style-type: none;
    font-family: "MinionPro-Regular", Georgia, serif; }
    footer ul.footer-info li:before {
      content: "\002B";
      padding-right: 5px;
      color: #df0606;
      font-weight: bold; }
    footer ul.footer-info li a, footer ul.footer-info li a:link, footer ul.footer-info li a:visited {
      color: #fff; }
  footer ul.social {
    margin: 0 auto;
    padding: 0;
    display: table; }
    footer ul.social li {
      display: inline;
      list-style-type: none;
      padding-right: 5px; }
      footer ul.social li:last-of-type {
        padding-right: 0; }
      footer ul.social li img {
        width: 30px;
        height: 30px; }
  footer small {
    display: block;
    text-align: center;
    font-family: "MinionPro-Regular", Georgia, serif;
    font-size: 12px;
    margin-top: 15px; }
    footer small:first-of-type {
      margin-top: 15px; }

@media only screen and (min-width: 800px) {
  .crest-flag {
    display: block !important; }

  .mobile-show {
    display: none; }

  .logo-button-wrap {
    display: inline-block; }
	
	#splash {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
 min-height: 300px; 
  position: relative; }

  #splash a.give-now, #splash a.give-now:link, #splash a.give-now:visited {
    display: none !important;
    background-color: #c00404;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px #4f372a;
    position: absolute;
bottom: 5%;
    right: 2%;
    font-family: "Circular-Bold", Arial, serif; }
  #splash a.give-now:focus, #splash a.give-now:active, #splash a.give-now:hover {
    background-color: #c61017;
    border: 1px solid #fff !important; }

  div.content-wrapper {
    max-width: 100% !important; }

  footer a.bear-head {
    width: 45%;
	  max-width: 350px;
    margin: 0 auto; }
  footer .contact-wrapper {
    width: 50%; }
  footer a.browntogether, footer a.alumni-friends {
    display: inline-block;
    margin: 0 auto;
    width: 50%;
    text-align: center; }
  footer a.browntogether {
    padding-right: 20px; }
  footer img.browntogether-logo, footer img.alumnifriends-logo {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
 } }
/* END Larger Mobile */
/* START Tablet */
@media only screen and (min-width: 970px) {
  #splash {
    height: 400px; }
    #splash h1 {
      /*  width:500px;
        height:300px;*/ }
 /*   #splash a.give-now, #splash a.give-now:link, #splash a.give-now:visited, #splash a.give-now:focus, #splash a.give-now:active, #splash a.give-now:hover {
      display:none !important;
		position:absolute;
		bottom: 5%;
		right:2%;
      font-size: 20px;
      padding: 20px 30px;
		z-index: 999	  } */

  main {
    margin: 0;
    width: 100%;
    max-width: initial; }

  footer a.bear-head {
    width: 45%; }
  footer .contact-wrapper {
margin: 20px auto;
	  width:90%;
	  display:block;
	  text-align:center
	}
  footer .contact-wrapper a {
	  color: #fff;
	  text-decoration:underline;
	}
	
	  footer .contact-wrapper a:hover {
	  color: #eb0505;
	  text-decoration:underline;
	}
}
/* END Tablet */
/* START Desktop */
/*END Desktop*/
/* -- START Larger Crest Size -- */
@media only screen and (min-width: 1350px) {
/*  a.give-now, a.give-now:link, a.give-now:visited, a.give-now:focus, a.give-now:active, a.give-now:hover {
       display:none !important;
		position:absolute;
		bottom: 5%;
		right:2%;
    font-size: 20px;
    padding: 15px 20px; } */

  #lower-wrapper div.text-sidebar {
    padding: 30px 60px 30px 120px !important;
    max-width: 410px; }
  #lower-wrapper main div.text-full {
    padding: 30px 60px 30px 120px !important; }
  #lower-wrapper main div.main-media-container {
    padding-left: 120px !important; } }
/* -- 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; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 970px) {
  aside div.promo-2 img {
    padding-top: 0;
    margin-top: -30px;
    width: 100%;
    height: 200px; } }
/* -- END Extra Special IE Hack for the Brunonia SVG -- */
/* -- END Shell -- */
/*-- END Nav --*/
.responsive-menu {
  display: none; }
  .responsive-menu ul {
    padding-left: 0; }

nav.mobile-hide ul {
  padding-left: 0; }

ul {
  list-style-type: none; }

.expand {
  display: block !important;
  border-bottom: 5px solid #4f372a; }
  .expand .nav-main ul.main-menu li {
    position: relative; }

/* ---- end mobile menu triggers ---- */
@media only screen and (min-width: 650px) {
  div.logo-button-wrap nav.mobile-hide {
    display: inline-block !important;
    width: 80%;
    vertical-align: top;
    float: right; }
    div.logo-button-wrap nav.mobile-hide ul {
      display: inline-block !important;
      width: 100%; }
      div.logo-button-wrap nav.mobile-hide ul li {
        list-style-type: none;
        display: inline;
        text-align: right;
        margin-right: 15px; }
        div.logo-button-wrap nav.mobile-hide ul li a, div.logo-button-wrap nav.mobile-hide ul li a:link, div.logo-button-wrap nav.mobile-hide ul li a:visited {
          color: #4f372a;
          font-size: 15px;
          border-bottom: 2px solid #fff;
          text-decoration: none;
          transition: border 0.3s ease 0s;
          font-weight: bold; }
        div.logo-button-wrap nav.mobile-hide ul li a:active, div.logo-button-wrap nav.mobile-hide ul li a:focus, div.logo-button-wrap nav.mobile-hide ul li a:hover {
          border-bottom: 2px solid #df0606 !important; }
      div.logo-button-wrap nav.mobile-hide ul li:last-child {
        padding-right: 0; }

  div#menu-btn {
    display: none; }

  .splash .expand .nav-main ul.main-menu li {
    background-color: transparent; }
  .splash .responsive-menu {
    display: block; }
  .splash .nav-container {
    position: relative;
    top: 0;
    padding: 0 !important; }
    .splash .nav-container nav {
      z-index: 3000;
      position: relative;
      left: 0px;
      top: 0px; }
    .splash .nav-container .nav-main {
      background-color: transparent; }
      .splash .nav-container .nav-main .main-menu {
        border-bottom: none;
        margin-top: 0 !important; }
        .splash .nav-container .nav-main .main-menu li {
          display: inline-block;
          border-right: 1px dotted #fff;
          margin: 1.25em 0; }
          .splash .nav-container .nav-main .main-menu li:last-of-type {
            border-right: 0;
            margin-top: 0; }
          .splash .nav-container .nav-main .main-menu li a {
            display: block;
            padding: 0.25em 1em 0.125em 0.5em;
            margin: 0.25em 0em 0.25em 0;
            font-size: 16px; }
      .splash .nav-container .nav-main ul.secondary-menu, .splash .nav-container .nav-main .donationButton {
        display: none; } }
@media only screen and (min-width: 970px) {
  div.logo-button-wrap nav.mobile-hide {
    display: block !important;
    float: none;
    width: 70%;
    vertical-align: top;
    margin: 0 auto;
    text-align: center; }
    div.logo-button-wrap nav.mobile-hide ul li a, div.logo-button-wrap nav.mobile-hide ul li a:link, div.logo-button-wrap nav.mobile-hide ul li a:visited, div.logo-button-wrap nav.mobile-hide ul li a:active, div.logo-button-wrap nav.mobile-hide ul li a:focus, div.logo-button-wrap nav.mobile-hide ul li a:hover {
      font-size: 18px; } }
@media only screen and (max-width: 970px) {
	#splash .play-pause {
		display:none !important;
	}
	#splash .play-pause button {
	display:none !important;
	}
	
	#splash button #btn {
		display:none !important;
		height:0;
			width:0;
	}
	
	#splash button {
		display:none !important;
	
	}
	

}
@media only screen and (min-width: 1100px) {
  .splash .nav-container nav ul.main-menu {
    padding-left: 0 !important; }
  .splash .nav-container nav li {
    border-right: 0 !important;
    width: auto; }
    .splash .nav-container nav li a.selected {
      border-bottom: 3px solid #df0606 !important;
      text-decoration: none !important; } 
	
#splash .play-pause {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 4000;
	}
#splash .play-pause button {
	display:block;
	background-color:transparent;
	border:none;
	opacity:1;
	padding:20px 0 0 0;
}

#splash .play-pause button:hover {
	opacity:.7;
}
}
/*-- END Nav --*/
/* -- START Main -- */
main {
  /* challenge info in blocks - team competitions area */
  /* drop down accordion with more challenge info */
  /* Top 3 styling */ }
  main a, main a:link, main a:active, main a:visited {
    text-decoration: underline;
    color: #df0606; }
  main a:hover, main a:active, main a:focus {
    text-decoration: none; }
  main nav ul {
    text-align: center;
    padding: 0;
    margin-top: 30px; }
    main nav ul li {
      text-transform: uppercase;
      display: inline-block;
      margin: 0 10px;
      font-weight: bold; }
      main nav ul li:after {
        content: "\007C";
        color: #df0606;
        padding-left: 20px; }
      main nav ul li:first-of-type {
        margin: 0 10px 0 0; }
      main nav ul li:last-of-type {
        margin: 0 0 0 10px; }
        main nav ul li:last-of-type:after {
          content: ""; }
  main .intro-text {
    width: 90%;
    background-color: #ecece9;
    margin: 35px auto;
    padding: 15px;
    color: #000; }
  main .sidebar-wrapper {
    margin: 35px; }
  main .main-with-sidebar {
    color: #000;
    margin-bottom: 25px; }
    main .main-with-sidebar p {
      max-width: 550px;
	text-align:left;
	color: #000;}
  main .sidebar {
    color: #000; }
  main div.content {
    width: 90%;
    margin: 0 auto;
    padding: 25px; }
  main .leaderboard {
    width: 100%;
    background-color: #4f372a;
    margin: 0;
   padding: 35px 32px 45px 32px; }

main .leaderboard p {
	text-align:center;
	color:#fff;
}
    main .leaderboard .board {
      background-color: #fcfbfa;
      padding: 10px 20px; }
      main .leaderboard .board:last-of-type {
        margin-top: 10px;
	  background-color:#DDDAD3;}
  main .leaderboard .board:nth-of-type(2){
	margin-top:10px;
	}	
 
main .leaderboard .board:nth-of-type(3){
	margin-top:10px;
	background-color:#DDDAD3;
	}
main .leaderboard .board dl {
    display: block;
    width: 100%;
    padding-bottom: 0;
       /* border-bottom: 1px solid #b3bac1; */
        font-size: 12px; }
main .leaderboard .board dl:last-of-type {
          border-bottom: 0; }
main .leaderboard .board dl:nth-child(-n+3){
	font-weight: bold;
	font-family: 'Circular-Bold';
	color: #C00404; }

        main .leaderboard .board dl dt {
          display: inline-block;
          width: 75%;
          margin: 0;
          padding: 0; }
        main .leaderboard .board dl dd {
          display: inline-block;
          width: 20%;
          margin: 0;
          padding: 0;
          text-align: right; }

    /* START Leaderboard Accordion -- */

    main div.leaderboard-accordion .accordion-container {
	  width:100%;
      padding: 0;
      color: #58585a;
      background-color: #fff;
		margin:0 auto 40px auto;
      /*&:last-of-type {
      	border-bottom:solid 6px $dark-gray;
      }*/ }
      main div.leaderboard-accordion .accordion-container .accordion-trigger {
        background-color: #fff;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        font-family: "Circular-Bold", Arial, serif;
        border-bottom: 1px solid #808080;
        color: #df0606; }
        main div.leaderboard-accordion .accordion-container .accordion-trigger span {
          padding-left: 15px; }
        main div.leaderboard-accordion .accordion-container .accordion-trigger:before {
          content: "";
          display: inline-block;
          width: 13px;
          height: 13px;
          background: url(https://advancement.brown.edu/giving-tuesday-2019/images/plus-red.svg) no-repeat;
          font-size: 13px;
          margin: 6px 5px 0 0;
          float: right;
          background-size: 13px; }
        main div.leaderboard-accordion .accordion-container .accordion-trigger:hover {
          color: #df0606; }
      main div.leaderboard-accordion .accordion-container .active {
        color: #df0606; }
        main div.leaderboard-accordion .accordion-container .active:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          background: url(https://advancement.brown.edu/giving-tuesday-2019/images/minus-red.svg) no-repeat 50% 50%;
          font-size: 13px;
          margin: 10px 5px 0 0; }
      main div.leaderboard-accordion .accordion-container .accordion-panel {
        margin: -1px 0 0 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out; }
main div.leaderboard-accordion .accordion-container .accordion-panel .c4 {
	 display: flex;
    flex-wrap: wrap;
	flex-direction:row;
    justify-content: space-between;
}

main div.leaderboard-accordion .accordion-container .accordion-panel .c4 .listing {
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
    padding: 18px;
    width: 50%;
}

main div.leaderboard-accordion .accordion-container .accordion-panel .c4 .listing:nth-child(even) {
	background-color:#DDDAD3;
}
	
        main div.leaderboard-accordion .accordion-container .accordion-panel p {
          max-width: 1000px;
          text-align: left;
          font-weight: normal;
          font-style: normal; }
        main div.leaderboard-accordion .accordion-container .accordion-panel h3 {
          margin: 10px 0 10px 0;
		  color: #C00404;
		  font-size:18px;
          text-transform: initial;
			}
  main div.leaderboard-accordion .accordion-container .accordion-panel ul {
	list-style-type:none;
	padding:0;
	margin:0;
	color: #000;
} 

main div.leaderboard-accordion .accordion-container .accordion-panel ul li {
	list-style-type:none;
	padding: 0 0 5px 0;
}
  /*  main div.leaderboard-accordion .accordion-container:first-of-type {
      margin-top: 35px; } */ 
  /* --  END Leaderboard Accordion -- */ 
.participation-blocks {
    padding: 30px 0 20px;
    text-align: center;
    background-color: #4E3729;
	margin: 0 auto;
    color: #fff;
    font-family: "Circular-Book", Arial, serif;
display:block;
width:100%;}
.participation-blocks h2, p {
	      text-align: center;
    color: #fff;
    font-family: "Circular-Book", Arial, serif; } 
  main div.challenge-blocks {
    padding: 35px;
    text-align: center;
    background-color: #df0606;
    color: #fff;
    font-family: "Circular-Book", Arial, serif; }
	  main div.challenge-blocks div.challenge-block-wrapper div.box div.places {
		  background-color:#4E3729;
		  color:#fff;
	}
	
    main div.challenge-blocks div.challenge-block-wrapper div.box h3 {
      font-size: 16px; }
    main div.challenge-blocks div.challenge-block-wrapper div.box div.comp-gender {
      font-size: 11px;
      font-family: "Circular-Bold", Arial, serif; }
    main div.challenge-blocks div.challenge-block-wrapper div.box dl {
      margin: 5px 0;
      width: 100%; }
      main div.challenge-blocks div.challenge-block-wrapper div.box dl dt {
        font-size: 14px; }
      main div.challenge-blocks div.challenge-block-wrapper div.box dl dd {
        font-size: 16px; }
    main div.challenge-blocks div.challenge-block-wrapper div.box dl:last-of-type {
      margin-right: 0; }

    main div.challenge-blocks h2 {
      color: #fff; }
    main div.challenge-blocks ul {
      list-style-position: inside; }
      main div.challenge-blocks ul li {
        font-family: "Circular-Book", Arial, serif;
        font-size: 18px; }
    main div.challenge-blocks p {
      font-size: 18px;
      font-weight: bold;
      font-family: "Circular-Book", Arial, serif; }
    main div.challenge-blocks p small {
      font-size: 14px;
      margin-top: 20px;
      display: block; }
    main div.challenge-blocks div.challenge-block-wrapper {
      font-family: "Circular-Bold", Arial, serif; }
    main div.challenge-blocks div.challenge-block-wrapper div.box {
        background-color: #fff;
        padding: 0;
       /* border: 1px solid #000; */
        display: inline-block;
        width: 100%;
        margin: 0; }
     main div.challenge-blocks div.challenge-block-wrapper div.box h3 {
        color: #DF0606;
        text-transform: uppercase; }
     main div.challenge-blocks div.challenge-block-wrapper div.box div.comp-gender {
         width: 100%;
         border: 0;
         color: #000;
         font-family: "Circular-Book", Arial, serif;
         font-size: 16px;
         margin: 0 auto;
         max-width: 250px; }
     main div.challenge-blocks div.challenge-block-wrapper div.box div.comp-gender div.comp-mens {
         border-right: 1px solid #df0606;
         width: 50%;
         display: inline-block; }
     main div.challenge-blocks div.challenge-block-wrapper div.box div.comp-gender div.comp-womens {
          width: 45%;
          display: inline-block; }
     main div.challenge-blocks div.challenge-block-wrapper div.box dl {
          display: inline-block;
          width: 100%; }
     main div.challenge-blocks div.challenge-block-wrapper div.box dl dt {
            color: #df0606;
            font-weight: bold;
            padding-bottom: 0;
            text-transform: uppercase;
            font-size: 16px; }
	  main div.challenge-blocks div.challenge-block-wrapper div.box div.places dl dt {
				color:#fff;}
          main div.challenge-blocks div.challenge-block-wrapper div.box dl dd {
            color: #fff;
            font-weight: bold;
            margin: 0;
            font-size: 20px; }
  main div.challenge-accordion {
    /* padding: 35px 75px */ padding:0;
    background-color: #6c655e;
    color: #fff;
    text-align: center;
    /* START Accordion -- */
    /* --  END Accordion -- */ }
    main div.challenge-accordion h2 {
      color: #fff; }
    main div.challenge-accordion p {
      font-style: italic;
      font-size: 16px;
      font-weight: bold; }
    main div.challenge-accordion .accordion-container {
      width: 100%;
      padding: 0;
      color: #58585a;
      background-color: #fff;
      /*&:last-of-type {
      	border-bottom:solid 6px $dark-gray;
      }*/ }
      main div.challenge-accordion .accordion-container .accordion-trigger {
        background-color: #fff;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        font-family: "Circular-Bold", Arial, serif;
        border-bottom: 1px solid #808080;
        color: #df0606; }
        main div.challenge-accordion .accordion-container .accordion-trigger span {
          padding-left: 15px; }
        main div.challenge-accordion .accordion-container .accordion-trigger:before {
          content: "";
          display: inline-block;
          width: 13px;
          height: 13px;
          background: url(https://advancement.brown.edu/giving-tuesday-2019/images/plus-red.svg) no-repeat;
          font-size: 13px;
          margin: 6px 5px 0 0;
          float: right;
          background-size: 13px; }
        main div.challenge-accordion .accordion-container .accordion-trigger:hover {
          color: #df0606; }
      main div.challenge-accordion .accordion-container .active {
        color: #df0606; }
        main div.challenge-accordion .accordion-container .active:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          background: url(https://advancement.brown.edu/giving-tuesday-2019/images/minus-red.svg) no-repeat 50% 50%;
          font-size: 13px;
          margin: 10px 5px 0 0; }
      main div.challenge-accordion .accordion-container .accordion-panel {
        margin: -1px 0 0 0;
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out; }
        main div.challenge-accordion .accordion-container .accordion-panel p {
          margin: 20px 0;
          max-width: 1000px;
          text-align: left;
          font-weight: normal;
          font-style: normal; }
        main div.challenge-accordion .accordion-container .accordion-panel h3 {
          color: #df0606;
          padding-left: 20px;
          text-transform: initial; }
    main div.challenge-accordion .accordion-container:first-of-type {
      margin-top: 35px; }
  main div.top3 {
    width: 100%;
    display: block; }
    main div.top3 h4 {
      text-transform: uppercase;
      color: #000; }
    main div.top3 dl.update-box {
      width: 90%;
      margin: 0 auto;
      color: #000; }
      main div.top3 dl.update-box dt {
        font-size: 16px;
        padding-bottom: 30px; } 
      main div.top3 dl.update-box dd {
        font-family: "Circular-Bold", Arial, serif;
        padding-bottom: 20px; }
        main div.top3 dl.update-box dd span {
          display: inline-block;
          width: 60%; }
  main a.give-now, main a.give-now:link, main a.give-now:visited {
    display: table;
    background-color: #c00404;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    font-size: 18px;
    font-weight: bold;
   /*  border: 1px solid #fff;
    box-shadow: 2px 2px 5px #4f372a; */
    margin: 20px auto; }
  main a.give-now:focus, main a.give-now:active, main a.give-now:hover {
    background-color: #c61017;
   /*  border: 1px solid #fff !important; */ }
  main .sidebar dl dt {
    font-size: 26px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    width: 55%;
    background-image: url(https://advancement.brown.edu/busf-challenge-day/greybg.png);
    background-repeat: no-repeat;
    background-size: 80px 8px;
    background-position: left bottom; }
  main .sidebar dl dd {
    font-size: 48px;
    margin: 0; }
  main small {
    font-size: 13px;
    line-height: 15px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100% !important;
  font-family: "Circular-Bold", Arial, serif;
  font-size: .875em;
  font-weight: normal;
  margin: 0 0 1em 0;
  overflow-x: auto;
  display: block; }
  table caption {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    width: 1px;
    text-indent: -9999px;
    height: 0; }
  table thead {
    border-bottom: 1px solid #b3bac1; }
  table tbody {
    vertical-align: top; }
    table tbody tr {
      border-bottom: 1px solid #fed4d8; }
      table tbody tr:last-of-type td {
        padding-bottom: 1em; }
      table tbody tr td {
        padding: 1em;
        line-height: 1.2em;
        font-weight: normal; }
        table tbody tr td span {
          font-family: "Circular-Bold", Arial, serif !important;
          background-color: transparent !important; }

fieldset {
  border: none; }

legend {
  margin: 0;
  padding: 0;
  border: none; }

.responsiveVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
  margin: 0 0 1.5em 0; }

.responsiveVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 1em 0; }

/*.responsiveVideo */
/* Leaderboard Gentle Formatting */
#jsonYoungAlumniTotals dl.update-box {
  padding-top: 15px; }
  #jsonYoungAlumniTotals dl.update-box dd {
    font-size: 1em; }

#jsonParentTotals dl.update-box dd, #jsonParentTotals dl.update-box dt {
  font-family: "Circular-Bold", Arial, serif !important;
  font-weight: 700;
  display: inline-block; }
#jsonParentTotals dl.update-box dt {
  margin-right: 1em;
  width: auto;
  color: #df0606;
  font-size: 22px;
  line-height: 1.5em; }
#jsonParentTotals dl.update-box dd {
  width: 50%;
  font-size: 36px; }

#jsonForeignTotals dl.update-box dd, #jsonForeignTotals dl.update-box dt {
  font-family: "Circular-Bold", Arial, serif !important;
  font-weight: 700;
  display: inline-block; }
#jsonForeignTotals dl.update-box dt {
  width: 25%;
  color: #df0606;
  font-size: 18px; }
#jsonForeignTotals dl.update-box dd {
  width: 70%;
  font-size: 18px; }

/* drop-down styles */
/*shared styles */
.drop-down {
  position: relative;
  display: inline-block;
  margin: 0 1em 0 0; }
  .drop-down .drop-down-nav {
    padding: 0.8em 1.5em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer; }
    .drop-down .drop-down-nav:after {
      margin-left: 1em;
      font-style: normal;
      font-size: 16px;
      font-weight: normal; }
  .drop-down .drop-down-list {
    display: none;
    position: absolute;
    z-index: 99999; }
    .drop-down .drop-down-list ul {
      padding: 1em;
      margin: 0; }
      .drop-down .drop-down-list ul li {
        list-style-type: none;
        padding: 0.25em 0; }
        .drop-down .drop-down-list ul li a {
          display: block; }
          .drop-down .drop-down-list ul li a::first-letter {
            text-transform: capitalize; }
        .drop-down .drop-down-list ul li ul {
          padding: 0.5em 0 0 .75em;
          font-size: .9em; }

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

/* START Inbetween Size for top3 lol */
@media only screen and (min-width: 550px) {
  /* Top 3 styling */
  main div.top3 dl.update-box {
    width: 75%; } }
/*END Inbetween size for top3 */
/* START Larger Mobile */
@media only screen and (min-width: 800px) {
  main .intro-text {
    width: 100%; }
  main .sidebar-wrapper {
    width: 90%;
    margin: 0 auto; }
  main div.sidebar {
    margin: 0;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding: 45px 0; }
  main dl.donors {
    margin: 0;
    width: 95%; }
  main .main-with-sidebar {
    margin: 0;
    padding: 45px 35px;
    width: 68%;
    vertical-align: top;
    display: inline-block; }
    main .main-with-sidebar h2 {
      text-align: left; }
  main .leaderboard .board-wrapper .board {
    width: 48%;
    font-size: 14px;
    vertical-align: top;
}

  main .leaderboard .board:last-of-type {
   
	background-color:#DDDAD3;
	}
  main .leaderboard .board:nth-of-type(2){
	margin-top:0px;
	}		
  main .leaderboard .board:nth-of-type(3){
	
	background-color:#DDDAD3;
	}
	  main .leaderboard .board:nth-of-type(4){
	
	background-color:#DDDAD3;
	}
		  main .leaderboard .board:nth-of-type(8){
	
	background-color:#DDDAD3;
	}
  main .leaderboard .board-wrapper {
    display:flex;
	  flex-wrap: wrap;
	  justify-content:space-between;
	  margin: 0 auto;
    width: 100%; }
 /* main a.give-now, main a.give-now:link, main a.give-now:visited a.give-now:focus, main a.give-now:active, main a.give-now:hover {
    display: none; } */
  main .sidebar dl dt {
    width: 100%; }
  main div.challenge-blocks div.challenge-block-wrapper div.box {
    width: 80%;
  /*  min-height: 260px; */
    vertical-align: top;
	border:1px solid #4E3729}
	
	  main div.challenge-blocks div.challenge-block-wrapper div.box div.places {
		  background-color:#4E3729;
		  color:#fff;
	}
	
    main div.challenge-blocks div.challenge-block-wrapper div.box h3 {
      font-size: 16px; }
    main div.challenge-blocks div.challenge-block-wrapper div.box div.comp-gender {
      font-size: 11px;
      font-family: "Circular-Bold", Arial, serif; }
    main div.challenge-blocks div.challenge-block-wrapper div.box dl {
      margin: 5px 0;
      width: 100%; }
      main div.challenge-blocks div.challenge-block-wrapper div.box dl dt {
        font-size: 14px; }
      main div.challenge-blocks div.challenge-block-wrapper div.box dl dd {
        font-size: 16px; }
    main div.challenge-blocks div.challenge-block-wrapper div.box dl:last-of-type {
      margin-right: 0; } }
/* END Larger Mobile */
/* START Tablet */
@media only screen and (min-width: 970px) {
  main {
    margin: 0 auto; }
    main dl.donors dt {
      font-size: 26px; }

      main div.challenge-blocks div.challenge-block-wrapper div.box h3 {
        font-size: 16px; }
      main div.challenge-blocks div.challenge-block-wrapper div.box div.comp-gender {
        font-size: 16px;
        font-family: "Circular-Book", Arial, serif; }
      main div.challenge-blocks div.challenge-block-wrapper div.box dl {
        width: 30%;
        margin: 20px 0; }
        main div.challenge-blocks div.challenge-block-wrapper div.box dl dt {
          font-size: 16px; }
        main div.challenge-blocks div.challenge-block-wrapper div.box dl dd {
          font-size: 20px; } }
/* 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; }
}
@media only screen and (min-width: 1100px) {
  main {
    /* Top 3 styling */ }
    main table {
      display: table; }
    main .sidebar dl dt {
      width: 75%; }
    main div.top3 dl.update-box {
      width: 95%; }
      main div.top3 dl.update-box dd {
        font-size: 20px; } 

    main div.leaderboard-accordion .accordion-container {
	  width:60%;
      padding: 0;
      color: #58585a;
      background-color: #fff;
		margin:0 auto 40px auto;
      /*&:last-of-type {
      	border-bottom:solid 6px $dark-gray;
      }*/ }
}
/* END Desktop */
/* -- START Larger Crest Size -- */
@media only screen and (min-width: 1350px) {
  main {
    /* Top 3 styling */ }
    main div.top3 dl.update-box {
      width: 85%; }
      main div.top3 dl.update-box dd {
        font-size: 20px; } }
/* -- END Larger Crest Size -- */
/* -- START Main -- */
/*-- END Homepage --*/
div.homepage #splash {
  background-image: url(https://advancement.brown.edu/busf-challenge-day-2025/img/FY26_BGBD_WebBanner_Static_A.jpg); }

div.subpage #splash {
  background-image: url(https://advancement.brown.edu/busf-challenge-day-2025/img/BrunoGives25_WebBanner_Club_rd2-1.jpg); }

div.homepage .tile-wrapper {
  width: 90%;
  margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
	text-align: center;

}
  div.homepage .tile-wrapper .tile-wrapper > h2 {
    margin: 35px;
	min-height: 40px;	}
  div.homepage .tile-wrapper .tile {
    flex:45%;
	display:flex;
	flex-direction:column;
	min-height: 350px;
	min-width: 200px;
	max-width:200px;
    margin: 0 10px 20px 10px;
    vertical-align: bottom;
    color: #000;
    padding: 0;
    border: 1px solid #b3bac1;
    text-align: center;
	border-radius: 12px;
    /* for the icons which are backgrounds*/
    background-repeat: no-repeat;
    background-size: 58px;
    background-position: center 22px;
	justify-content: space-between;
	align-items:baseline;

    /* high top margin to make room for icon */ }
    div.homepage .tile-wrapper .tile:nth-child(2n+1) {
      background-color: #f2f3f4; }
    div.homepage .tile-wrapper .tile h2 {
      font-size: 16px;
      margin-top: 99px;
	  color:#df0606;
	text-align: center;
	display:block;
	padding:0 5px;}

.tile-wrapper .tile-container .tile-front .tile:nth-of-type(even) {
	background-color: #fff;
}

    div.homepage .tile-wrapper .tile .tile-inner-wrapper {
      padding: 0;
    width: 100%;  } 



   /*   div.homepage .tile-wrapper .tile .tile-inner-wrapper dl.update-box dt, div.homepage .tile-wrapper .tile .tile-inner-wrapper dl.update-box dd {
        display: inline-block;
        font-size: 16px;
        margin: 0; } */

div.homepage .tile-wrapper .tile .bg-image {
	width:100%;
}
      div.homepage .tile-wrapper .tile .tile-inner-wrapper .update-box {
        width: 100%;
        margin: 4px 0; }
        div.homepage .tile-wrapper .tile .tile-inner-wrapper .update-box dd, div.homepage .tile-wrapper .tile .tile-inner-wrapper .update-box dt {
          margin-top: 4px;
          font-family: "Circular-Bold", Arial, serif; }
        div.homepage .tile-wrapper .tile .tile-inner-wrapper .update-box dt {
          font-size: 14px;
          margin: 0;
          text-transform: uppercase;
          line-height: 1.5em;
          color: #000;
          display: block;}
        div.homepage .tile-wrapper .tile .tile-inner-wrapper .update-box dd {
          font-weight: bold;
          display: block;
          font-size: 24px;
	      color:#df0606;
          margin: 0; }

    div.homepage .tile-wrapper .tile a, div.homepage .tile-wrapper .tile a:link, div.homepage .tile-wrapper .tile a:visited {
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
	  color:#fff;
	  background-color: #df0606;
      border: none;
	  border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      padding: 10px 7px;
      transition: background 0.3s ease 0s;
      margin: 12px 0 0 0;
      display: block; }
    div.homepage .tile-wrapper .tile a:focus, div.homepage .tile-wrapper .tile a:active, div.homepage .tile-wrapper .tile a:hover {
      background-color: #C00404;
      color: #fff; }
  div.homepage .tile-wrapper .ad-fund {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/AD-fund.png);}
  div.homepage .tile-wrapper .baseball {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/baseball.png);}
  div.homepage .tile-wrapper .basketball {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/basketball.png); }
  div.homepage .tile-wrapper .crew {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/crew.png); }
  div.homepage .tile-wrapper .equestrian {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/equestrian.png); }
  div.homepage .tile-wrapper .fencing {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/fencing.png); }
  div.homepage .tile-wrapper .field-hockey {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/field_hockey.png); }
  div.homepage .tile-wrapper .football {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/football.png); }
  div.homepage .tile-wrapper .gymnastics {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/gymnastics.png); }
  div.homepage .tile-wrapper .ice-hockey {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/ice_hockey.png); }
  div.homepage .tile-wrapper .lacrosse {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/lacrosse.png); }
  div.homepage .tile-wrapper .rugby {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/rugby.png); }
  div.homepage .tile-wrapper .sailing {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/sailing.png); }
  div.homepage .tile-wrapper .soccer {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/soccer.png); }
  div.homepage .tile-wrapper .softball {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/softball.png); }
  div.homepage .tile-wrapper .swimming {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/swimming.png); }
  div.homepage .tile-wrapper .tennis {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/tennis.png); }
  div.homepage .tile-wrapper .track {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/track.png); }
  div.homepage .tile-wrapper .volleyball {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/volleyball.png); }
  div.homepage .tile-wrapper .water-polo {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/water_polo.png); }
  div.homepage .tile-wrapper .wrestling {
    background-image: url(https://advancement.brown.edu/busf-challenge-day/icons/wrestling.png); }
div.homepage h2#social {
  margin-top: 25px; }
div.homepage div.social {
  background-color: #fff;
  padding: 35px;
  text-align: center;
  max-height: 700px;
  overflow-y: scroll; }


  /* 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;
  }


@media only screen and (min-width: 650px) {
  div.homepage main {
    margin: 0 auto; }
  div.homepage .tile-wrapper {
    margin-bottom: 30px;
    text-align: center;
    width: 100%; }
    div.homepage .tile-wrapper .tile {
      flex: 45%;
     min-height: 350px;
	
      margin: 0 10px 20px 10px;
      background-size: 58px; 
	text-align:center;}
      div.homepage .tile-wrapper .tile h2 {
        margin-top: 90px;
        font-size: 16px;
		  text-align: center;
		  min-height: 40px;
	}
  /*      div.homepage .tile-wrapper .tile .tile-inner-wrapper dl.update-box dt, div.homepage .tile-wrapper .tile .tile-inner-wrapper dl.update-box dd {
        display: inline-block;
        font-size: 16px;
        margin: 0; }
   div.homepage .tile-wrapper .tile:nth-child(2n) {
      margin: 0 0 0 2%; } */

  div.banner-h1 h1 {
    height: 150px !important; }

  .time-container span {
    font-size: 40px !important; } }
/* END Larger Mobile */
/* START Tablet */
@media only screen and (min-width: 970px) {
  div.homepage .tile-wrapper {
    text-align: center; }
   div.homepage .tile-wrapper .tile {
   min-height: 350px; 
		flex:18%;
} 
	
    div.homepage .tile-wrapper .update-overlay {
      font-size: 32px !important;
      text-align: right; }
      div.homepage .tile-wrapper .update-overlay .update-box {
        max-width: 350px; } }
/* -- END Tablet -- */
/* -- START Desktop -- */
@media only screen and (min-width: 1100px) {
  div.homepage .tile-wrapper {
    margin: 45px auto;
    width: 90% !important;
}
    div.homepage .tile-wrapper .tile {
		flex: 18%;
      margin: 0 0 20px 0 !important; 
	max-width:200px;
	min-height: 350px;}
	
      div.homepage .tile-wrapper .tile .tile-inner-wrapper dl.update-box dt {
        font-size: 14px;
        display: block; }
      div.homepage .tile-wrapper .tile .tile-inner-wrapper dl.update-box dd {
        display: block;
        font-size: 24px;
	    color:#df0606;}
     /* div.homepage .tile-wrapper .tile:nth-of-type(4n) {
      margin-right: 0 !important; } */
    div.homepage .tile-wrapper .text-tile p {
      font-size: 15px; }
    div.homepage .tile-wrapper .others {
      margin-right: 0; } 

    main .leaderboard .board-wrapper .board {
       width: 24%;
       font-size: 14px;
       vertical-align: top;
	    }
	main .leaderboard .board:last-of-type {
       margin-top:0;
	   background-color:#DDDAD3;
	   margin-right: 0;
	}
	main .leaderboard .board:nth-of-type(3){
		margin-top:0; }
}
/* -- END Desktop -- */
/* -- START Large Crest size -- */
@media only screen and (min-width: 1350px) {
  div.homepage .ataglance-bar dl dt {
    font-size: 25px; }
  div.homepage .ataglance-bar dl dd {
    font-size: 40px; }
  div.homepage .ataglance-bar a.top, div.homepage .ataglance-bar a.top:link, div.homepage .ataglance-bar a.top:visited {
    font-size: 25px; }
  div.homepage .tile-wrapper {
    width: 90%;
	    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
   }
    div.homepage .tile-wrapper .tile {
      flex:18%;
	 min-height: 350px;
    justify-content: space-between;
		text-align: center;
margin: 0 2% 0 0; }
      div.homepage .tile-wrapper .tile .tile-inner-wrapper .update-box dd {
        font-size: 24px; }
    div.homepage .tile-wrapper .text-tile p {
      font-size: 16px; }
    div.homepage .tile-wrapper .others {
      margin-right: 0; } }
/* -- END Large Crest size -- */
/*-- END Homepage --*/

/*# sourceMappingURL=bgbd2022.css.map */
.challenge-link-wrapper { 
    display: flex;
    align-self: center;
}
.challenge-link {
	background-color: #FFC831; 
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Circular-Book", Arial, serif;
	border: none;
	padding: 5px;
	font-weight: bold;
	border-radius:5px;
	}
.challenge-link:hover {
	background-color: #4f372a;
	color: white;
}
.back-wrapper {
	background-color: #4f372a!important;
}
.back-header {
	font-family: "Circular-Book", Arial, serif;
	color: white;
	font-size: 16px;
	font-weight: 700;
	align-self: center;
}
.challenge-close {
	background-color: #4f372a;
	color:white;
	border: none;
	 text-transform: uppercase;
    letter-spacing: 1px;
    font-size: smaller;
    font-family: "Circular-Book", Arial, serif;
	padding: 5px;
	font-weight: bold;
}
.challenge-close:hover {
	color: #FFC831;
}
.backtext {
	color: white!important;
	/* font-size: 14px; */
}
div.homepage .tile-wrapper .tile .back-header h2 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 16px;
	text-align: center;
	color: white;
	align-self: center;
}
#teams {
	color: #DF0606;
	margin-top: 35px;
}
