/* Font Library */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Base Styles */
/* Vars */
/* BSP Overrides */
html body,
body p {
  font-family: 'Roboto', sans-serif !important;
}

.navbar, .dropdown-menu, .dropdown, .navbar-nav, .layout-navbar, #navbar > .navbar-nav > li:hover > a, .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-collapse.collapse ul.nav.navbar-nav li.active, footer {
     background: black !important;
     background-color: black !important;
     color: white !important;
     font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

h1 {
  color: #FFFFFF !important;
  font-size: 40px;
  font-weight: 600;
  padding: 60px 0 30px;
}

h2 {
  font-size: 32px;
}

.main-section > h2 {
  border-top: 1px solid;
  padding-top: 10px;
  margin-bottom: 30px;
  max-width: 95%;
  font-weight: 600;
}

.funding-opportunities h2 {
  border-top: 1px solid;
  padding-top: 10px;
  margin-bottom: 30px;
  max-width: 95%;
  font-weight: 600;
}

.layout-container {
  overflow: visible;
}

.know a {
  background: #FFFFFF !important;
  color: #000000 !important;
  font-weight: 600;
  position: relative;
  top: -1px;
}

/* General Style */
body {
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background: #FFFFFF !important;
}

body header {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(60%, black), color-stop(60%, white), to(white));
  background: linear-gradient(180deg, black 0%, black 60%, white 60%, white 100%);
  color: #FFFFFF !important;
}

/* Hero (Unused) */
.hero-container {
  display: block;
  background: #000000 !important;
}

.hero-container .hero-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin: 0 auto;
  height: 25px;
}

.hero-container .back-link,
.hero-container .next-link {
  width: 50%;
  font-size: 13px;
  font-weight: 300;
}

.hero-container .next-link {
  text-align: right;
}

.readmore {
  overflow: hidden;
}

.drawer-wrapper {
  padding: 0 10px;
  margin-top: 20px;
}

.drawer {
  width: 95%;
  margin-bottom: 60px;
}

.drawer > div {
  margin-bottom: 20px;
  overflow: hidden;
}

.drawer > a {
  padding-left: 30px;
  margin-top: -15px;
  margin-bottom: 20px;
  display: block;
}

.drawer h2 {
  border-top: 0;
  margin-bottom: 0;
}

.drawer h2 a {
  background-size: 0;
  margin-left: 0px;
  padding-left: 10px;
  pointer-events: none;
}

.bsp-funding .drawer h2 a {
  background-color: #566ABF !important;
}

.bsp-funding .drawer h2 a:hover {
  background-color: #212F6C !important;
}

.residencies .drawer h2 a {
  background-color: #009066 !important;
}

.residencies .drawer h2 a:hover {
  background-color: #00472B !important;
}

/* Breadcrumbs */
.breadcrumb {
  color: #7F7F7F;
  background: #000000 !important;
  margin: -60px -30px 0;
  padding-left: 30px;
  border-radius: 0;
}

.breadcrumb::before {
  content: "";
  background: #000000 !important;
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  display: block;
  width: 200%;
  z-index: 0;
}

.breadcrumb a {
  color: #FFFFFF !important;
}

/* Alert Banner */
#uc-emergency .alert-banner {
  background: #000 !important;
  border-bottom: 1px solid #6F6F6F;
}

#uc-emergency .alert-banner .row > div {
  width: 100%;
  text-align: left;
  padding: 0px 20% 0px 30px;
}

#uc-emergency p,
#uc-emergency a,
#uc-emergency strong,
#uc-emergency span {
  color: #7F7F7F !important;
  font-size: 12px !important;
  margin-bottom: 0;
}

/* Event Page */
.event-template .layout-container {
  padding-top: 0 !important;
}

.event-template .homepage-template:first-of-type {
  position: relative;
  margin-bottom: 40px;
}

.event-template .homepage-template:first-of-type:before {
  content: "";
  background: #000000 !important;
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  display: block;
  width: 200%;
  z-index: 0;
}

.event-template img {
  margin: 0 !important;
  max-width: 450px !important;
}

/* Main Content */
#main-content {
  /* Components */
  /* Homepage Hero */
  /* Hero Slider */
  /* Featured Event */
  /* Events */
  /* About BSP */
  /* Fellows */
  /* Initiatives */
  /* Community */
}

#main-content iframe {
  display: block;
  height: auto;
  width: 85%;
  min-height: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#main-content img {
  height: auto;
  display: block;
  margin: 0 auto;
}

#main-content img.left, #main-content img.right {
  max-width: 250px;
}

#main-content .col-md-9.col-sm-12.main-section.pull-right,
#main-content .col-md-9.col-xs-12.main-section.pull-right {
  width: 100%;
}

#main-content h2.component-title {
  color: #000 !important;
  font-weight: 600;
  border-top: 1px solid;
  padding-top: 10px;
  margin-bottom: 30px;
}

#main-content .layout-container {
  padding: 40px 30px 60px;
  display: block;
  position: relative;
}

#main-content #hero {
  background: #000000 !important;
  color: #FFFFFF !important;
  padding: 50px 0 150px 0;
  padding-bottom: 60px;
}

#main-content #hero .hero-intro h2 {
  color: #FFFFFF !important;
  font-size: 40px;
  margin-bottom: 50px;
}

#main-content #hero .hero-col {
  margin-bottom: 60px;
  opacity: 0;
}

#main-content #hero .hero-col a:hover {
  text-decoration: none;
}

#main-content #hero .hero-col h2 {
  font-size: 36px;
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #FFFFFF !important;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: textclip 10s ease infinite;
  animation: textclip 10s ease infinite;
  display: block;
  margin-bottom: 15px;
}

#main-content #hero .hero-col span {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

#main-content #hero .hero-col p {
  opacity: .95;
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
  -webkit-animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
          animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

#main-content #hero .hero-col p span:nth-child(1) {
  -webkit-animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(2) {
  -webkit-animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(3) {
  -webkit-animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(4) {
  -webkit-animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(5) {
  -webkit-animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(6) {
  -webkit-animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(7) {
  -webkit-animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(8) {
  -webkit-animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(9) {
  -webkit-animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(10) {
  -webkit-animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(11) {
  -webkit-animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(12) {
  -webkit-animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(13) {
  -webkit-animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(14) {
  -webkit-animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(15) {
  -webkit-animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(16) {
  -webkit-animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(17) {
  -webkit-animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col p span:nth-child(18) {
  -webkit-animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#main-content #hero .hero-col-1 {
  -webkit-animation: fadeIn 2s ease-in forwards;
          animation: fadeIn 2s ease-in forwards;
}

#main-content #hero .hero-col-1 h2 {
  color: #D71920;
  background-image: linear-gradient(-225deg, #ffd1d4 0%, #FF8D95 5%, #FF434C 20%, #D71920 30%, #D71920 70%, #8C0C16 95%, #000000 100%);
}

#main-content #hero .hero-col-2 {
  -webkit-animation: fadeIn 2s ease-in 1.75s forwards;
          animation: fadeIn 2s ease-in 1.75s forwards;
}

#main-content #hero .hero-col-2 h2 {
  color: #007350;
  background-image: linear-gradient(-225deg, #aadec5 0%, #75C69F 5%, #009066 20%, #007350 30%, #007350 70%, #00472B 95%, #000000 100%);
}

#main-content #hero .hero-col-3 {
  -webkit-animation: fadeIn 2s ease-in 3.75s forwards;
          animation: fadeIn 2s ease-in 3.75s forwards;
}

#main-content #hero .hero-col-3 h2 {
  color: #EFAC1F;
  background-image: linear-gradient(-225deg, #fff3d8 0%, #FFE5AE 5%, #FFCF67 20%, #EFAC1F 30%, #EFAC1F 70%, #AE6800 95%, #000000 100%);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

#main-content .hero {
  display: block;
  background: #000000 !important;
  color: #FFFFFF !important;
  margin: 0 auto;
  margin-bottom: 0;
  margin-bottom: 60px;
}

#main-content .hero h2 {
  color: #FFFFFF !important;
}

#main-content .hero p {
  color: #AFAFAF;
  max-width: 750px;
}

#main-content .hero:after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  z-index: 0;
}

#main-content #heroslider {
  margin-top: 60px !important;
  background: transparent !important;
}

#main-content #heroslider .carousel-inner {
  max-width: 1100px;
  margin: 0 auto;
}

#main-content #heroslider #indicators-container .carousel-indicators {
  display: none !important;
}

#main-content #heroslider .item {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#main-content #heroslider .item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-content #heroslider .item > a {
  outline: none;
  width: 60%;
}

#main-content #heroslider .item > a:focus {
  outline: none;
}

#main-content #heroslider .item img {
  max-width: none;
  width: 100%;
}

#main-content #heroslider .item > .container {
  width: 40%;
  background: #EBEBEB;
  padding: 0 25px;
}

#main-content #heroslider .item > .container .cr-item-container {
  width: 100%;
  position: relative;
  top: 0;
}

#main-content #heroslider .item > .container h1, #main-content #heroslider .item > .container p, #main-content #heroslider .item > .container a {
  text-shadow: none;
  color: #000000 !important;
}

#main-content #heroslider .item > .container h1 {
  font-size: 32px;
  margin-bottom: -15px;
  padding-top: 15px;
}

#main-content #heroslider .item > .container p {
  margin: 0;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

#main-content #heroslider .item > .container .btn {
  background: #000000 !important;
  color: #FFFFFF !important;
  font-size: 18px;
  margin-left: 0;
  min-width: 100px;
  padding: 10px 5px;
}

#main-content #heroslider .item > .container .btn:hover {
  background: #333333;
}

#main-content #heroslider .carousel-control {
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 20px;
  text-decoration: underline;
  outline: none;
}

#main-content #heroslider .carousel-control .sr-only {
  display: block;
  position: relative;
  overflow: visible;
  width: auto;
  height: auto;
  clip: unset;
  color: #AE6800;
  max-width: 750px;
  margin: 0 auto;
  text-shadow: none;
  font-size: 16px;
  padding: 0 20px;
}

#main-content #heroslider .carousel-control .glyphicon {
  margin-top: -6px;
  font-size: 18px;
  color: #AE6800;
  font-weight: 500;
  text-align: center;
}

#main-content #heroslider .carousel-control.left {
  text-align: left;
}

#main-content #heroslider .carousel-control.left .glyphicon {
  left: 5px;
}

#main-content #heroslider .carousel-control.right {
  text-align: right;
}

#main-content #heroslider .carousel-control.right .glyphicon {
  right: 5px;
}

#main-content .featured-event-section {
  background: #000000 !important;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -40px;
  margin-bottom: 60px;
  position: relative;
}

#main-content .featured-event-section::before {
  content: "";
  background: #000000 !important;
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  display: block;
  width: 200%;
  z-index: 0;
}

#main-content .featured-event-section h2 {
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
}

#main-content .featured-event-section h3 {
  color: #FFFFFF !important;
  font-size: 20px;
}

#main-content .featured-event-section p {
  color: #AFAFAF;
}

#main-content .featured-event-section .tag {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: -10px;
  color: #AFAFAF;
}

#main-content .featured-event-section img {
  width: 80%;
}

#main-content .featured-event-section .cta-container {
  margin-top: 40px;
}

#main-content .featured-event-section button {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  padding: 8px 30px;
  font-size: 14px;
  margin-right: 25px;
  border: none;
}

#main-content .featured-event-section button.primary {
  background: #EFAC1F;
}

#main-content .featured-event-section button.secondary {
  background: #000000 !important;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}

#main-content .jumbotron > .container > .row:first-of-type {
  border-top: 1px solid;
}

#main-content .jumbotron > .container > .row:first-of-type > div {
  padding-left: 0;
}

#main-content .jumbotron > .container > .row:last-of-type {
  width: 95%;
  margin: 0;
}

#main-content .jumbotron > .container > .row .view-all-link a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #AE6800;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid #AE6800;
  white-space: nowrap;
}

#main-content .jumbotron .panel.panel-default,
#main-content .jumbotron .panel-heading,
#main-content .jumbotron .panel-body {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main-content .jumbotron .panel-default {
  padding-right: 25px;
}

#main-content .jumbotron .panel-default img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
  margin: 0;
}

#main-content .jumbotron .panel-heading {
  padding: 0;
}

#main-content .jumbotron .panel-news-title a {
  color: #333333;
  font-size: 20px;
  padding-right: 5%;
}

#main-content .jumbotron h2 {
  padding-top: 10px;
  margin-bottom: 30px;
  max-width: 95%;
  color: #333;
  text-transform: none;
  padding-top: 10px;
  margin-bottom: 30px;
  max-width: 95%;
  font-weight: 600;
  font-size: 32px;
}

#main-content .jumbotron .panel-body {
  margin-top: -20px;
}

#main-content .jumbotron .panel-body a {
  display: none;
  text-transform: none;
  text-align: center;
  float: left;
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.92);
  background: #000000 !important;
  margin-top: 0;
  padding: 8px 15px;
  font-size: 14px;
}

#main-content .events-container h2 {
  border-top: 1px solid;
  padding-top: 10px;
  margin-bottom: 30px;
  max-width: 95%;
  font-weight: 600;
  font-size: 32px;
}

#main-content .events-container h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  padding-right: 15px;
}

#main-content .events-container h3 a {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  padding-right: 15px;
  text-decoration: none;
}

#main-content .events-container img {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}

#main-content .future-events,
#main-content .past-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-bottom: 100px;
}

#main-content .event img {
  display: block;
  max-width: 95%;
  margin-bottom: 20px;
}

#main-content .event .tag {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#main-content .event .tag-news {
  color: red;
}

#main-content .event .tag-event {
  color: blue;
}

#main-content .event .tag-resource {
  color: green;
}

#main-content .event .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.35;
}

#main-content .event .summary {
  opacity: .78;
  font-size: 14px;
  font-weight: 300;
  max-width: 90%;
}

#main-content .event .read-more {
  display: inline-block;
  color: rgba(255, 255, 255, 0.92);
  background: #000000 !important;
  margin-top: 20px;
  padding: 10px 18px;
  font-size: 14px;
}

#main-content #about-bsp {
  background: #000000 !important;
  color: #EBEBEBE6;
}

#main-content #about-bsp:after {
  content: "";
  background: #000000 !important;
  position: absolute;
  left: -50%;
  display: block;
  width: 200%;
  z-index: 0;
  height: 60px;
}

#main-content #about-bsp .container {
  padding: 0 !important;
}

#main-content #about-bsp .about-bsp-section {
  position: relative;
  padding: 30px;
  display: block;
  z-index: 1;
  height: 100%;
}

#main-content #about-bsp .about-bsp-section::before {
  content: "";
  background: #000000 !important;
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  display: block;
  width: 200%;
  z-index: 0;
}

#main-content #about-bsp .about-bsp-section .founder {
  margin-bottom: 30px;
}

#main-content #about-bsp .about-bsp-section .founder h3 {
  font-weight: 600;
  margin-bottom: -3px;
}

#main-content #about-bsp .about-bsp-section .founder h4 {
  margin-bottom: 15px;
}

#main-content #about-bsp .about-bsp-section .founder img {
  width: 100%;
  margin-top: 25px;
}

#main-content #about-bsp .component-title {
  color: #FFF !important;
  font-size: 32px;
}

#main-content #about-bsp .container::before, #main-content #about-bsp .container::after {
  content: "";
  background: #000000 !important;
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  display: block;
  width: 200%;
  z-index: 0;
}

#main-content #about-bsp h1,
#main-content #about-bsp h2,
#main-content #about-bsp h3,
#main-content #about-bsp h4,
#main-content #about-bsp h5 {
  color: #FFFFFF !important;
}

#main-content .component.fellow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-content .component.fellow-container .fellow {
  display: block;
  width: 370px;
  background: #EBEBEB;
  padding: 50px 5%;
}

#main-content .component.fellow-container .fellow .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

#main-content .component.fellow-container .fellow .titles {
  color: #7F7F7F;
}

#main-content .component.fellow-container .fellow .socials ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#main-content .component.fellow-container .fellow .socials ul li {
  background: darkgrey;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

#main-content .component.fellow-container .fellow .summary {
  opacity: .8;
  font-size: 14px;
  font-weight: 300;
  padding-right: 30px;
}

#main-content .component.fellow-container .fellow .read-bio {
  display: block;
  color: #AE6800;
  margin-top: 20px;
  padding: 10px 18px;
  font-size: 13px;
  text-align: right;
  text-decoration: underline;
}

#main-content .opportunities-block h3 {
  margin-top: 0px;
  margin-bottom: 40px;
}

#main-content .initiatives-link-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

#main-content .initiatives-link-block div {
  width: 90%;
  margin-bottom: 40px;
}

#main-content .initiatives-link-block img {
  width: 100%;
  margin-bottom: -10px;
}

#main-content .initiatives-link-block h3 a {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 600;
}

#main-content .profile-grid {
  width: 100%;
  width: 95%;
  margin: 0 auto;
  display: block;
  float: none !important;
}

#main-content .profile-grid .main-section-content {
  margin-bottom: 40px;
}

#main-content .profile-grid .main-section-content .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto;
}

#main-content .profile-grid .main-section-content .row:after, #main-content .profile-grid .main-section-content .row::before {
  display: none;
}

#main-content .profile-grid .profile {
  padding: 0;
  width: 28%;
  padding-bottom: 25px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

#main-content .profile-grid .profile img {
  height: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid #000000 !important;
  max-width: 300px;
}

#main-content .profile-grid .profile h2, #main-content .profile-grid .profile h3, #main-content .profile-grid .profile h4, #main-content .profile-grid .profile h5, #main-content .profile-grid .profile p {
  padding: 0 25px;
  line-height: 1.35;
}

#main-content .profile-grid .profile h4 {
  font-size: 15px;
  color: #7F7F7F;
}

#main-content .profile-grid .profile p:first-of-type {
  font-size: 24px;
  margin-bottom: -10px;
}

/* Footer */
footer {
  background: #000000 !important;
  color: #FFFFFF !important;
  padding-bottom: 20px;
}

footer h4 {
  color: #7F7F7F;
}

footer h4 a {
  color: #7F7F7F;
  font-size: 20px;
}

footer ul {
  padding-left: 0;
  list-style-type: none;
}

footer a {
  color: #FFFFFF !important;
  font-size: 14px;
}

footer a:hover {
  color: #AE6800;
}

footer .component.signup {
  background: #C69214;
  font-size: 24px;
  padding: 25px 0px;
}

footer .component.signup > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .component.signup h3 {
  color: #fff !important;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: right;
}

footer .component.signup .mc-field-group {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

footer .component.signup #mc_embed_signup #mc-embedded-subscribe-form {
  margin-bottom: 0;
}

footer .component.signup #mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL {
  color: #7F7F7F;
  font-size: 16px !important;
  padding: 9px 15px;
  border-radius: 5px 0px 0px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

footer .component.signup #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
  background: #EFAC1F;
  margin-right: 0;
  position: relative;
  left: -6px;
  padding: 0px 25px;
  border-radius: 0px 5px 5px 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 3px;
  font-size: 42px;
  padding: 5px 20px 10px;
  line-height: .75;
  top: 0px;
}

footer .ucsd-logo {
  display: block;
}

footer .ucsd-logo img {
  max-width: 200px;
}

footer .ucsd-logo.mobile {
  display: none;
}

footer .ucsd-logo.mobile img {
  float: none;
  margin-bottom: 20px;
}

footer .footer-container {
  padding-top: 40px;
  padding-bottom: 60px;
}

footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

footer .social-links a {
  display: block;
  width: 35px;
  height: 35px;
}

footer .giving-cta {
  background: #FFFFFF !important;
  color: #000000 !important;
  padding: 10px 15px;
  margin-top: 15px;
  display: inline-block;
  font-size: 18px;
}

footer .footer-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-nav-container div {
  width: 33%;
}

footer .footer-bottom {
  color: #7F7F7F;
  font-size: 12px;
}

footer .footer-bottom .logo {
  float: right;
}

footer .bsp-logo img {
  width: 100%;
}

/* Mobile Styles */
@media screen and (max-width: 1200px) {
  #main-content .layout-container {
    padding: 40px 20px 60px;
  }
}

@media screen and (max-width: 991px) {
  #hero {
    padding-bottom: 50px;
  }
  #main-content .layout-container {
    padding: 30px 0px 60px;
  }
  #main-content .opportunities-block img {
    max-width: 275px !important;
    width: 100% !important;
  }
  #main-content .profile-grid .main-section-content > .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #main-content .profile-grid .main-section-content > .row .profile {
    margin-right: 10px;
    margin-left: 10px;
  }
  #main-content .profile-grid .main-section-content > .row p {
    width: 100% !important;
  }
  #main-content .profile-grid .main-section-content > .row p:first-of-type {
    margin-bottom: 0 !important;
  }
  #main-content .profile-grid .main-section-content > .row h4 {
    margin-bottom: 10px !important;
  }
  .footer .component.signup {
    padding: 10px 0px;
    text-align: center;
  }
  .footer .component.signup > .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .component.signup > .container div {
    margin: 10px 0px;
  }
  .footer .component.signup > .container div h3 {
    text-align: center;
    font-size: 24px;
  }
  .footer .component.signup > .container div #mc_embed_signup,
  .footer .component.signup > .container div #mc_embed_signup_scroll,
  .footer .component.signup > .container div .mc-field-group {
    margin-bottom: 0;
  }
  .footer .component.signup > .container div #mc_embed_signup {
    margin-top: -10px;
    margin-bottom: 5px;
  }
  .footer .component.signup > .container div #mc_embed_signup .mc-field-group {
    padding-left: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
  #main-content #hero {
    padding: 50px 30px 60px;
  }
  #main-content .layout-container {
    padding: 30px 20px 60px;
  }
  #main-content .jumbotron .panel-heading {
    padding: 10px 0px;
  }
  #main-content .jumbotron .panel-default img {
    max-width: 100%;
  }
  #main-content .jumbotron .panel-news-date {
    margin-top: 5px;
    font-size: 16px;
  }
  #main-content .jumbotron .panel-news-title {
    margin-bottom: 50px;
  }
  .panel-body .text-link {
    display: none !important;
  }
  .events-container button {
    display: none !important;
  }
  .events-container h3 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .jumbotron .view-all-link {
    position: relative;
    top: 15px;
  }
  footer #mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL {
    width: 50%;
    max-width: 315px;
  }
  footer .footer-nav-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  footer .footer-nav-container div {
    width: 33% !important;
  }
  footer .footer-container {
    padding-bottom: 80px;
  }
  footer .bsp-logo {
    margin-top: 50px !important;
  }
  footer .bsp-logo img {
    max-width: 100px;
  }
  footer .ucsd-logo {
    display: none;
  }
  footer .ucsd-logo.mobile {
    display: block;
  }
}

@media screen and (max-width: 475px) {
  .menu-container {
    display: block !important;
  }
  footer #mc_embed_singup #mc-embedded-subscribe-form #mce-EMAIL {
    width: 75%;
    max-width: 280px;
  }
  footer .footer-nav-container div {
    width: 50% !important;
  }
  footer h4 {
    margin-bottom: 3px;
  }
  footer h4 a {
    font-size: 18px;
  }
  footer ul {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */