.breadcrumb li {
  list-style-type: none;
  display: inline-block;
}

#navigation li {
  list-style-type: none;
  display: inline-block;
}

.site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

.block-ucb-branding {
  width: 200px;
  float: left;
  margin-top: 9px;
  margin-bottom: 15px;
}

@media screen and (min-width: 400px) {
  .block-ucb-branding {
    width: 240px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .block-ucb-branding {
    width: 340px;
  }
}

@media screen and (min-width: 1024px) {
  .block-ucb-branding {
    margin-top: 30px;
    width: 38%;
  }
}

.pager {
  text-align: center;
  margin-top: 30px;
}

.pager__item {
  display: inline;
}

.pager__item a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
}

.pager__item--active a {
  font-size: 20px;
  font-weight: 600;
  color: black;
}

.pager__item--first,
.pager__item--last {
  display: none;
}

#block-ucb-main-menu {
  float: left;
  width: 60%;
  display: none;
}

@media screen and (min-width: 1024px) {
  #block-ucb-main-menu {
    display: block;
  }
}

#block-ucb-main-menu ul.menu {
  text-align: right;
}

#block-ucb-main-menu ul.menu li {
  display: inline-block;
}

#block-ucb-main-menu ul.menu li.menu-item--expanded ul {
  display: none;
}

#block-ucb-main-menu ul.menu a {
  color: #cfdd45;
  font-size: 22px;
  text-transform: lowercase;
}

#block-ucb-main-menu ul.menu a:hover, #block-ucb-main-menu ul.menu a.is-active {
  color: white;
}

#block-ucb-main-menu ul.menu li {
  position: relative;
  margin-right: 3.5%;
  padding-bottom: 30px;
}

#block-ucb-main-menu ul.menu li .triangle {
  height: 0;
  width: 0;
  border-bottom: 10px solid #898f95;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

#block-ucb-main-menu ul.menu li.menu-item--active-trail a {
  color: white;
}

#block-ucb-main-menu ul.menu li.menu-item--active-trail.menu-item--expanded ul.menu a {
  color: #cfdd45;
}

#block-ucb-main-menu ul.menu li.menu-item--expanded {
  position: relative;
}

#block-ucb-main-menu ul.menu li.menu-item--expanded.open ul.menu {
  display: block;
  position: absolute;
  top: 63px;
  left: 50%;
  margin-left: -156px;
  width: 312px;
  background: #46535e;
  z-index: 100;
  border-bottom: 1px solid #898f95;
  border-left: 1px solid #898f95;
  border-right: 1px solid #898f95;
}

#block-ucb-main-menu ul.menu li.menu-item--expanded.open ul.menu .triangle {
  display: none;
}

#block-ucb-main-menu ul.menu li.menu-item--expanded.open ul.menu li {
  text-align: left;
  display: block;
  margin: 0;
  padding: 0;
}

#block-ucb-main-menu ul.menu li.menu-item--expanded.open ul.menu a {
  padding: 20px 30px;
  display: block;
  border-top: 1px solid #898f95;
}

#block-ucb-main-menu ul.menu li.menu-item--expanded.open ul.menu a:hover {
  background: #55616b;
  color: #d2d2d2;
}

#block-ucb-main-menu ul.menu li.menu-item--expanded.open ul.menu a.is-active {
  color: white;
}

#block-metamenu {
  width: 60%;
  float: right;
  margin-bottom: 30px;
  display: none;
}

@media screen and (min-width: 1024px) {
  #block-metamenu {
    display: block;
  }
}

#block-metamenu ul.menu {
  text-align: right;
}

#block-metamenu ul.menu li {
  display: inline-block;
}

#block-metamenu ul.menu li.menu-item--expanded ul {
  display: none;
}

#block-metamenu ul.menu a {
  color: #d2d2d2;
  text-transform: uppercase;
  font-weight: 600;
}

#block-metamenu ul.menu a:hover,
#block-metamenu ul.menu a .active {
  color: white;
}

#block-metamenu ul.menu li {
  margin-right: 10px;
  line-height: 1;
}

#block-metamenu ul.menu li:first-child {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
}

#block-metamenu ul.menu li:last-child {
  margin: 0;
  position: relative;
}

#block-metamenu ul.menu li:last-child a {
  text-transform: none;
  width: 200px;
  padding: 12px 18px;
  border: 1px solid #d2d2d2;
  display: block;
  text-align: left;
}

#block-metamenu ul.menu li:last-child ul.menu {
  position: absolute;
  top: 42px;
  left: 0;
  background: #d2d2d2;
  z-index: 5;
}

#block-metamenu ul.menu li:last-child ul.menu li {
  margin: 0;
  padding: 0;
  border: none;
}

#block-metamenu ul.menu li:last-child ul.menu a {
  color: #7c8389;
  border: none;
}

#block-metamenu ul.menu li:last-child ul.menu a:hover {
  color: black;
}

#block-metamenu ul.menu li:last-child.open ul.menu {
  display: block;
}

#block-metamenu ul.menu li.menu-item--active-trail a {
  background: #d2d2d2;
  padding: 15px 20px;
  color: #46535e;
}

.menu-item a.quick-links {
  position: relative;
}

.menu-item a.quick-links [class^="icon-"] {
  position: absolute;
  top: 12px;
  right: 18px;
}

.menu-item a.quick-links .icon-caret-full-up {
  display: none;
}

.menu-item.open a.quick-links .icon-caret-full-up {
  display: inline-block;
}

.menu-item.open a.quick-links .icon-caret-full-down {
  display: none;
}

#block-mobilenavigation {
  float: right;
  padding-top: 9px;
  width: 60px;
  text-align: right;
  margin-right: 2%;
}

@media screen and (min-width: 400px) {
  #block-mobilenavigation {
    width: 80px;
  }
}

@media screen and (min-width: 768px) {
  #block-mobilenavigation {
    padding-top: 6px;
    width: 20%;
  }
  #block-mobilenavigation [class^="icon-"] {
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  #block-mobilenavigation {
    float: left;
    width: auto;
    margin-right: 0;
  }
  #block-mobilenavigation [class^="icon-"] {
    width: 20px;
    height: 20px;
  }
}

#block-mobilenavigation a {
  color: #cfdd45;
}

#block-mobilenavigation a:hover {
  color: white;
}

#block-mobilenavigation #trigger-mobile-menu {
  margin-left: 10px;
}

@media screen and (min-width: 400px) {
  #block-mobilenavigation #trigger-mobile-menu {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1024px) {
  #block-mobilenavigation #trigger-mobile-menu {
    display: none;
  }
}

#block-mobilenavigation #trigger-mobile-menu .icon-close {
  display: none;
}

#block-mobilenavigation #trigger-mobile-menu.open .icon-close {
  display: inline-block;
}

#block-mobilenavigation #trigger-mobile-menu.open .icon-burger-nav {
  display: none;
}

#mobile-menu {
  position: relative;
  z-index: 1000;
  display: none;
}

#mobile-menu ul.menu {
  background: #46535e;
  margin-top: 1px;
}

#mobile-menu ul.menu li {
  line-height: 1;
  border-bottom: 1px solid #898f95;
}

#mobile-menu ul.menu li.menu-item--expanded {
  position: relative;
}

#mobile-menu ul.menu li.menu-item--expanded .icon-container {
  border-left: 1px solid #898f95;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 10px 15px;
  width: 50px;
  height: 40px;
  color: white;
}

#mobile-menu ul.menu li.menu-item--expanded .icon-container:hover {
  cursor: pointer;
}

#mobile-menu ul.menu li.menu-item--expanded .icon-container .icon-minus-1 {
  display: none;
}

#mobile-menu ul.menu li.menu-item--expanded .icon-container.open .icon-minus-1 {
  display: inline-block;
}

#mobile-menu ul.menu li.menu-item--expanded .icon-container.open .icon-plus-1 {
  display: none;
}

#mobile-menu ul.menu a {
  color: #cfdd45;
  font-size: 20px;
  text-transform: lowercase;
  padding: 20px 25px;
  display: block;
}

#mobile-menu ul.menu a:hover {
  background: #55616b;
  color: #d2d2d2;
}

#mobile-menu ul.menu a.is-active {
  color: white;
}

@media screen and (min-width: 768px) {
  #mobile-menu ul.menu {
    width: 50%;
    float: right;
    margin-top: -2px;
  }
  #mobile-menu ul.menu a {
    font-size: 22px;
    padding: 20px 30px;
  }
}

#mobile-menu ul.menu ul.menu {
  display: none;
  margin: -5px 0 15px 30px;
  width: 100%;
  float: none;
}

#mobile-menu ul.menu ul.menu li {
  border: none;
}

#mobile-menu ul.menu ul.menu a {
  padding: 5px 10px;
  color: #d2d2d2;
  font-size: 16px;
}

#mobile-menu ul.menu ul.menu a:hover {
  background: transparent;
  color: white;
}

#mobile-menu.open {
  display: block;
}

@media screen and (min-width: 1024px) {
  .block-menu.menu--footer {
    width: 60%;
    float: right;
  }
}

.block-menu.menu--footer ul.menu {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .block-menu.menu--footer ul.menu {
    text-align: right;
    margin-top: 0;
  }
}

.block-menu.menu--footer ul.menu a {
  color: #cfdd45;
  text-transform: uppercase;
  font-weight: 600;
}

.block-menu.menu--footer ul.menu a:hover {
  color: white;
}

.block-menu.menu--footer ul.menu a.button {
  color: black;
}

.block-menu.menu--footer ul.menu a.button:hover, .block-menu.menu--footer ul.menu a.button:focus {
  color: black;
}

.block-menu.menu--footer ul.menu li {
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 10px;
}

.copyright {
  clear: both;
  margin-top: 20px;
  font-size: 14px;
  float: left;
  color: #cccccc;
}

.copyright a {
  color: #cccccc;
}

.copyright a:hover {
  color: #cfdd45;
}

.sub-menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .sub-menu {
    display: block;
  }
}

.sub-menu a {
  text-transform: uppercase;
  font-weight: 600;
}

.sub-menu__parent {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd5c7;
}

.sub-menu__child {
  margin-bottom: 20px;
}

.block.block-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 20%;
  background: #46535e;
  color: white;
  z-index: 10;
  display: none;
}

.block.block-search.open {
  display: block;
}

.block.block-search input[type=search] {
  background: none;
  border: 1px solid white;
}

.block.block-search input[type=submit] {
  display: none;
}

.modal-youtube {
  position: relative;
  display: block;
}

.modal-youtube .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
}

.page__banner-image {
  width: 100%;
  height: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page__banner-image img {
  position: absolute;
  width: 500px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}

@media screen and (min-width: 500px) {
  .page__banner-image {
    height: 250px;
  }
  .page__banner-image img {
    width: 1000px;
  }
}

@media screen and (min-width: 1000px) {
  .page__banner-image {
    height: 345px;
  }
  .page__banner-image img {
    min-width: 1500px;
    width: 100%;
  }
}

.field--name-field-introduction {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (min-width: 400px) {
  .field--name-field-introduction {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .field--name-field-introduction {
    font-size: 36px;
    margin-bottom: 75px;
  }
}

.site-alert {
  background: #cfdd45;
  color: #46535e;
  padding: 40px 10%;
}

.site-alert .container {
  position: relative;
}

.site-alert a.close {
  position: absolute;
  top: 0;
  right: 0;
  color: #46535e;
}

.site-alert a.close:hover {
  color: #5c6d7b;
}

.site-alert h2 {
  font-weight: 400;
}

.node-id-56 h1 {
  display: none;
}

.node-id-56 a.more-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.node-id-56 #main {
  padding: 0;
  max-width: none;
  background: #ddd5c7;
}

.node-id-56 #block-ucb-local-tasks {
  padding-top: 20px;
}

.node-id-56 .field--name-field-introduction {
  padding: 30px 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .node-id-56 .field--name-field-introduction {
    padding: 90px 10%;
  }
}

.node-id-56 .region-second {
  background: white;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .node-id-56 .region-second {
    padding: 60px 0;
  }
}

.node-id-56 .region-third {
  background: #46535e;
  padding: 30px 0;
  color: #cfdd45;
}

@media screen and (min-width: 768px) {
  .node-id-56 .region-third {
    padding: 90px 0;
  }
  .node-id-56 .region-third > .container {
    display: flex;
  }
}

.node-id-56 .region-fourth {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .node-id-56 .region-fourth {
    padding: 60px 15%;
  }
}

.node-id-56 .region-fourth .field--name-body {
  text-align: center;
  font-size: 18px;
}

.node-id-56 .region-fourth .field--name-body h2 {
  font-size: 28px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .node-id-56 .region-fourth .field--name-body {
    font-size: 26px;
  }
  .node-id-56 .region-fourth .field--name-body h2 {
    font-size: 36px;
  }
}

.node-id-56 .block-quick-links {
  margin-bottom: 30px;
}

.node-id-56 .block-quick-links h2 {
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .node-id-56 .block-quick-links {
    flex: 1 1 50%;
    margin-bottom: 0;
  }
  .node-id-56 .block-quick-links h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.node-id-56 .block-quick-links li.menu-item--expanded {
  position: relative;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .node-id-56 .block-quick-links li.menu-item--expanded {
    font-size: 20px;
  }
}

.node-id-56 .block-quick-links li.menu-item--expanded a {
  padding: 12px 18px;
  border: 1px solid #cfdd45;
  display: block;
  color: #cfdd45;
  max-width: 390px;
}

.node-id-56 .block-quick-links li.menu-item--expanded a.quick-links [class^="icon-"] {
  top: 19px;
}

.node-id-56 .block-quick-links li.menu-item--expanded ul.menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  max-width: 390px;
  background: #cfdd45;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .node-id-56 .block-quick-links li.menu-item--expanded ul.menu {
    top: 56px;
  }
}

.node-id-56 .block-quick-links li.menu-item--expanded ul.menu li {
  margin: 0;
  padding: 0;
  border: none;
}

.node-id-56 .block-quick-links li.menu-item--expanded ul.menu a {
  color: black;
  border: none;
}

.node-id-56 .block-quick-links li.menu-item--expanded ul.menu a:hover {
  color: black;
  background: #bac73e;
}

.node-id-56 .block-quick-links li.menu-item--expanded.open ul.menu {
  display: block;
}

.node-id-56 .block-get-involved {
  margin-right: 0;
  font-size: 20px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .node-id-56 .block-get-involved {
    flex: 1 1 50%;
    padding-left: 2rem;
  }
}

.node-id-56 .block-get-involved p {
  margin-bottom: 10px;
}

.node-id-56 .block-get-involved a.button {
  margin-top: 20px;
}

#block-connectfeaturedevents > h2 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #block-connectfeaturedevents > h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1024px) {
  #block-connectfeaturedevents .field--name-field-events {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
}

#block-connectfeaturedevents .field--name-field-events .field__value {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #block-connectfeaturedevents .field--name-field-events .field__value {
    width: 480px;
    margin: 0 auto 10px auto;
  }
}

@media screen and (min-width: 1024px) {
  #block-connectfeaturedevents .field--name-field-events .field__value {
    flex: 1 1 33.3333%;
    padding: 1rem;
  }
}

#block-connectfeaturedevents .field--name-body {
  text-align: center;
  margin-top: 30px;
}

.node-id-6 h1 {
  display: none;
}

.node-id-6 #main {
  padding: 0;
  max-width: none;
  background: #ddd5c7;
}

.node-id-6 #block-ucb-local-tasks {
  padding-top: 20px;
}

.node-id-6 .region-top {
  background: #46535e;
  padding: 30px 0;
  color: #cfdd45;
}

.node-id-6 .region-top::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  .node-id-6 .region-top {
    padding: 90px 0 45px;
  }
}

.node-id-6 .region-bottom {
  padding: 50px 0;
}

.node-id-6 #block-featuredprograms > h2 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .node-id-6 #block-featuredprograms > h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .node-id-6 #block-featuredprograms .field--name-field-program {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
}

.node-id-6 #block-featuredprograms .field--name-field-program .field__value {
  max-width: 420px;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1024px) {
  .node-id-6 #block-featuredprograms .field--name-field-program .field__value {
    flex: 1 1 33.3333%;
    padding: 0 1rem;
    margin-bottom: 40px;
  }
}

.node-id-1 h1 {
  display: none;
}

.node-id-1 #main {
  padding: 0;
  max-width: none;
  background: #ddd5c7;
}

.node-id-1 #block-ucb-local-tasks {
  padding-top: 20px;
}

.node-id-1 .region-featured-media {
  padding: 20px 0 30px 0;
  max-width: 575px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-featured-media {
    padding: 80px 0 90px 0;
    margin: 0;
    max-width: none;
  }
  .node-id-1 .region-featured-media > .container {
    display: flex;
  }
}

.node-id-1 .region-featured-media .block-featured-video {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-featured-media .block-featured-video {
    flex: 1 1 50%;
  }
}

.node-id-1 .region-featured-media .block-featured-video h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-featured-media .block-featured-video h2 {
    margin-bottom: 50px;
    text-align: left;
  }
}

.node-id-1 .region-featured-media .block-top-questions {
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-featured-media .block-top-questions {
    flex: 1 1 50%;
    padding-left: 5%;
    padding-top: 60px;
  }
}

.node-id-1 .region-featured-media .block-top-questions h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-featured-media .block-top-questions h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.node-id-1 .region-featured-media .block-top-questions .paragraph--type--question-answer {
  border-bottom: 1px solid #a1a19d;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.node-id-1 .region-featured-media .block-top-questions .field--name-field-question-answer {
  margin-bottom: 30px;
}

.node-id-1 .region-featured-media .block-top-questions .field--name-field-question-answer > div:last-child .paragraph--type--question-answer {
  border: none;
}

.node-id-1 .region-featured-media .block-top-questions .field--name-body {
  text-align: center;
}

.node-id-1 .region-featured-media .block-top-questions .field--name-body a.button {
  width: auto;
}

@media screen and (min-width: 768px) {
  .node-id-1 .region-featured-media .block-top-questions .field--name-body {
    text-align: left;
  }
}

.node-id-1 .region-programs {
  background: #46535e;
  padding: 30px 0;
  color: #cfdd45;
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-programs {
    padding: 90px 0;
  }
}

.node-id-1 .region-programs .block-program-search {
  max-width: 575px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-programs .block-program-search {
    max-width: none;
    margin: 0;
  }
}

.node-id-1 .region-stories {
  background: white;
  padding: 30px 0;
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-stories {
    padding: 90px 0;
  }
}

.node-id-1 .region-stories .block-featured-stories h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .node-id-1 .region-stories .block-featured-stories .field--name-field-stories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
}

.node-id-1 .region-stories .block-featured-stories .field--name-field-stories .field__value {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .node-id-1 .region-stories .block-featured-stories .field--name-field-stories .field__value {
    padding: 0 1rem;
    flex: 1 1 50%;
  }
}

@media screen and (min-width: 1024px) {
  .node-id-1 .region-stories .block-featured-stories .field--name-field-stories .field__value {
    flex: 1 1 33.3333%;
  }
}

.node-id-1 .region-stories .block-featured-stories .field--name-body a.more-link {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 15px 0;
}

.node-id-1 .block-feature_images_block {
  position: relative;
}

.node-id-1 .block-feature_images_block .featured-image {
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.node-id-1 .block-feature_images_block .featured-image img {
  position: absolute;
  width: 500px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}

@media screen and (min-width: 500px) {
  .node-id-1 .block-feature_images_block .featured-image {
    height: 400px;
  }
  .node-id-1 .block-feature_images_block .featured-image img {
    width: 1000px;
  }
}

@media screen and (min-width: 1000px) {
  .node-id-1 .block-feature_images_block .featured-image {
    height: 780px;
  }
  .node-id-1 .block-feature_images_block .featured-image img {
    min-width: 1500px;
    width: 100%;
  }
}

.node-id-1 .block-feature_images_block .field--name-body {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.node-id-1 .block-feature_images_block .field--name-body .container {
  padding: 0;
}

@media screen and (min-width: 500px) {
  .node-id-1 .block-feature_images_block .field--name-body .container {
    padding: 0 20px;
  }
}

.node-id-1 .block-feature_images_block .field--name-body .text-wrapper {
  font-size: 32px;
  font-weight: 300;
  padding: 30px 20px;
  background: white;
  background: rgba(255, 255, 255, 0.6);
  float: right;
  height: 200px;
  width: 50%;
}

.node-id-1 .block-feature_images_block .field--name-body .text-wrapper p {
  margin: 0;
  line-height: 1.2;
}

@media screen and (min-width: 375px) {
  .node-id-1 .block-feature_images_block .field--name-body .text-wrapper {
    font-size: 40px;
  }
}

@media screen and (min-width: 500px) {
  .node-id-1 .block-feature_images_block .field--name-body .text-wrapper {
    font-size: 60px;
    padding: 60px 40px;
    height: auto;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .node-id-1 .block-feature_images_block .field--name-body .text-wrapper {
    font-size: 100px;
    padding: 140px 70px;
  }
}

.region-services {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .region-services {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1024px) {
  .region-services {
    padding: 90px 0;
  }
  .region-services > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.region-services .region-title {
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  flex: 0 0 100%;
}

.region-services .block {
  margin: 20px 10px;
  background: #eeeae3;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .region-services .block {
    width: 85%;
    margin: 0 auto 20px auto;
    padding: 45px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .region-services .block {
    flex: 0 1 31%;
    margin-bottom: 0;
  }
}

.region-services .block h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.region-services .block .more-link {
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}

.region-services .block-adviser-services p {
  font-weight: 300;
  line-height: 1.2;
}

.region-services .block-adviser-services [class^='icon-'] {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  float: left;
}

@media screen and (min-width: 1024px) {
  .region-services .block-adviser-services [class^='icon-'] {
    width: 50px;
    height: 50px;
  }
}

.region-services .block-adviser-services ul.content {
  margin-top: 20px;
}

.region-services .block-adviser-services ul.content::after {
  clear: both;
  content: "";
  display: table;
}

.region-services .block-adviser-services ul.content li {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.region-services .block-adviser-services ul.content li span {
  display: block;
  padding-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .region-services .block-adviser-services ul.content li {
    text-align: center;
  }
  .region-services .block-adviser-services ul.content li [class^='icon-'] {
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .region-services .block-featured-events .field--name-field-events {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
}

@media screen and (min-width: 1024px) {
  .region-services .block-featured-events .field--name-field-events {
    display: block;
    margin: 0;
  }
}

.region-services .block-featured-events .field--name-field-events .field__value {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .region-services .block-featured-events .field--name-field-events .field__value {
    flex: 1 1 50%;
    padding: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .region-services .block-featured-events .field--name-field-events .field__value {
    padding: 0;
  }
}

.node-id-176 h1 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .node-id-176 .region-left {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .node-id-176 .region-right {
    width: 50%;
    float: left;
    padding-left: 5%;
  }
}

.node-id-176 .node .content .icon-phone {
  position: relative;
  top: 8px;
  margin-right: 8px;
  width: 25px;
  height: 25px;
}

.node-id-176 .node .content .icon-pdf {
  width: 30px;
  height: 30px;
  position: relative;
  top: 6px;
}

.node-id-176 .node .content p a {
  text-transform: uppercase;
}

.node-id-176 .block-additional-info li {
  margin-bottom: 25px;
}

.node-id-176 .block-additional-info li p {
  margin: 0;
}

.node-id-11 #main {
  padding: 0;
  max-width: none;
}

.node-id-11 #block-ucb-local-tasks {
  padding-top: 20px;
}

.node-id-11 .node header .container {
  padding: 20px 10px 0 10px;
}

@media screen and (min-width: 768px) {
  .node-id-11 .node header .container {
    padding: 50px 16% 0 16%;
  }
}

@media screen and (min-width: 1024px) {
  .node-id-11 .node header .container {
    padding: 90px 16% 0 16%;
  }
}

.node-id-11 .region-content .container {
  padding: 0 10px 20px 10px;
}

@media screen and (min-width: 768px) {
  .node-id-11 .region-content .container {
    padding: 0 16% 50px 16%;
  }
}

@media screen and (min-width: 1024px) {
  .node-id-11 .region-content .container {
    padding: 0 16% 90px 16%;
  }
}

.node-id-11 .region-services {
  background: #ddd5c7;
}

.node-id-11 .field--name-field-introduction {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .node-id-11 .field--name-field-introduction {
    font-size: 20px;
  }
}

#footer [class*="block-sociallinks"] {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #footer [class*="block-sociallinks"] {
    width: 40%;
    float: left;
    padding-right: 5%;
    text-align: left;
  }
}

ul.social-links li {
  display: inline-block;
}

ul.social-links [class^="icon-"] {
  color: #cfdd45;
  width: 45px;
  height: 45px;
}

ul.social-links [class^="icon-"]:hover {
  fill: white;
}

ul.social-links .icon-flickr {
  width: 41px;
  height: 41px;
}

@media screen and (min-width: 768px) {
  ul.social-links [class^="icon-"] {
    width: 60px;
    height: 60px;
  }
  ul.social-links .icon-flickr {
    width: 56px;
    height: 56px;
  }
}

.node-type-news .field--name-field-news-category {
  text-transform: uppercase;
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.node-type-news .field--name-body {
  margin-bottom: 45px;
}

.block-events_block .view-mode-teaser .field--name-field-event-image {
  margin-bottom: 30px;
}

.block-events_block .view-mode-teaser .field--name-field-event-category {
  text-transform: uppercase;
  font-weight: 600;
  color: black;
}

.block-events_block .view-mode-teaser h3 {
  margin-bottom: 5px;
}

.block-events_block .view-mode-teaser .event__date-time {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.block-events_block .view-mode-teaser .event__date-time .separator {
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .block-events_block .view-mode-teaser .event__date-time {
    font-size: 18px;
  }
}

.block-events_block .view-mode-teaser .field--name-field-location-name {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .block-events_block .view-mode-teaser .field--name-field-location-name {
    font-size: 18px;
  }
}

.block-events_block .view-mode-teaser_short::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 400px) {
  .block-events_block .view-mode-teaser_short .image-wrapper {
    float: left;
    width: 40%;
  }
}

.block-events_block .view-mode-teaser_short .field--name-field-event-image {
  max-width: 160px;
}

.block-events_block .view-mode-teaser_short .text-wrapper {
  margin-top: 10px;
}

@media screen and (min-width: 400px) {
  .block-events_block .view-mode-teaser_short .text-wrapper {
    float: left;
    width: 60%;
    padding-left: 15px;
  }
}

.block-events_block .view-mode-teaser_short .event__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .block-events_block .view-mode-teaser_short .event__title {
    font-size: 20px;
  }
}

.block-events_block .view-mode-teaser_short .event__date-time,
.block-events_block .view-mode-teaser_short .field--name-field-location-name {
  font-weight: 300;
}

.node-type-event .field__label {
  text-transform: uppercase;
  color: #7c8389;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.node-type-event .field__value {
  display: inline-block;
}

.node-type-event .field--name-field-event-category {
  text-transform: uppercase;
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.node-type-event .field--name-field-event-image {
  float: right;
  margin: 0 0 30px 20px;
}

.node-type-event .event__date-time {
  font-weight: 600;
  font-size: 18px;
}

.node-type-event .field--name-field-location-name {
  font-size: 16px;
  font-weight: 300;
}

.node-type-event .time-location-wrapper {
  margin-bottom: 45px;
}

.node-type-event .field--name-field-sponsor {
  margin-bottom: 15px;
}

.node-type-event .field--name-field-sponsor .field__value {
  color: #ee1f60;
}

.node-type-event .field--name-body {
  clear: both;
  margin-bottom: 45px;
}

.node-id-66 .block-views-block-news-block-news-latest {
  padding: 0 10px;
}

.node-id-66 .block-views-block-news-block-news-latest h2 {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.node-id-66 .block-views-block-news-block-news-latest .news-listing__item {
  margin-bottom: 35px;
}

.node-id-66 .block-views-block-news-block-news-latest .news-listing__item h3 {
  font-size: 20px;
}

.node-id-66 .block-views-block-events-block-upcoming {
  padding: 45px 10px 0 10px;
  margin-top: 30px;
  border-top: 1px solid #ddd5c7;
}

.node-id-66 .block-views-block-events-block-upcoming h2 {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.node-id-66 .block-views-block-events-block-upcoming .event-listing {
  display: flex;
  flex-wrap: wrap;
}

.node-id-66 .block-views-block-events-block-upcoming .event-listing__item {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 50px;
}

.node-id-66 .block-views-block-events-block-upcoming .event-listing__item .field--name-field-event-image {
  margin-bottom: 20px;
}

.node-id-66 .block-views-block-events-block-upcoming .event-listing__item .field--name-field-event-category {
  display: none;
}

.node-id-66 .block-views-block-events-block-upcoming .event-listing__item h3 {
  font-size: 20px;
}

.node-id-66 .block-views-block-events-block-upcoming .event-listing__item .event__date-time,
.node-id-66 .block-views-block-events-block-upcoming .event-listing__item .field--name-field-location-name {
  font-weight: 300;
}

.block-program-search h2,
.program-listing h2,
.program-search-form h2 {
  font-weight: 300;
  margin-bottom: 30px;
  color: #cfdd45;
}

@media screen and (min-width: 768px) {
  .block-program-search h2,
  .program-listing h2,
  .program-search-form h2 {
    margin-bottom: 50px;
  }
}

.block-program-search select,
.program-listing select,
.program-search-form select {
  color: #46535e;
}

.block-program-search .select2-container--classic .select2-selection--single,
.program-listing .select2-container--classic .select2-selection--single,
.program-search-form .select2-container--classic .select2-selection--single {
  background: transparent;
  border: 1px solid #cfdd45;
  color: #cfdd45;
}

.block-program-search .select2-container--classic .select2-selection--single:focus,
.program-listing .select2-container--classic .select2-selection--single:focus,
.program-search-form .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #cfdd45;
}

.block-program-search .select2-container--classic .select2-selection--single .select2-selection__rendered,
.program-listing .select2-container--classic .select2-selection--single .select2-selection__rendered,
.program-search-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  background: transparent;
  color: #cfdd45;
}

.block-program-search .select2-container--classic .select2-selection--single .select2-selection__arrow,
.program-listing .select2-container--classic .select2-selection--single .select2-selection__arrow,
.program-search-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
}

.block-program-search .select2-container--classic .select2-selection--single .select2-selection__arrow b,
.program-listing .select2-container--classic .select2-selection--single .select2-selection__arrow b,
.program-search-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #cfdd45 transparent transparent transparent;
}

.block-program-search .select2-container--classic.select2-container--open .select2-selection--single,
.program-listing .select2-container--classic.select2-container--open .select2-selection--single,
.program-search-form .select2-container--classic.select2-container--open .select2-selection--single {
  background: transparent;
}

.block-program-search .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
.program-listing .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
.program-search-form .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #cfdd45 transparent;
}

.block-program-search form::after,
.program-listing form::after,
.program-search-form form::after {
  clear: both;
  content: "";
  display: table;
}

.block-program-search .form-item,
.program-listing .form-item,
.program-search-form .form-item {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  min-width: 200px;
}

.block-program-search .form-item label,
.program-listing .form-item label,
.program-search-form .form-item label {
  display: none;
}

.block-program-search .form-actions,
.program-listing .form-actions,
.program-search-form .form-actions {
  float: left;
}

.block-program-search .button--submit,
.block-program-search input[type="submit"],
.program-listing .button--submit,
.program-listing input[type="submit"],
.program-search-form .button--submit,
.program-search-form input[type="submit"] {
  margin-right: 12px;
  margin-bottom: 10px;
  background: #cfdd45;
  color: black;
}

.block-program-search .button--submit:hover,
.block-program-search input[type="submit"]:hover,
.program-listing .button--submit:hover,
.program-listing input[type="submit"]:hover,
.program-search-form .button--submit:hover,
.program-search-form input[type="submit"]:hover {
  background: #a6b137;
}

.block-program-search .button--reset,
.program-listing .button--reset,
.program-search-form .button--reset {
  background: transparent;
  color: #cfdd45;
  border: 1px solid #cfdd45;
  margin-bottom: 10px;
}

.block-program-search .button--reset:hover,
.program-listing .button--reset:hover,
.program-search-form .button--reset:hover {
  color: white;
  border: 1px solid white;
}

.block-program-search a.more-link,
.program-listing a.more-link,
.program-search-form a.more-link {
  color: #cfdd45;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .block-program-search a.more-link,
  .program-listing a.more-link,
  .program-search-form a.more-link {
    margin-top: 45px;
  }
}

.block-program-search a.more-link:hover,
.program-listing a.more-link:hover,
.program-search-form a.more-link:hover {
  color: white;
}

.page-explore-programs .select2-container--classic.select2-container--open .select2-dropdown,
.page-explore .select2-container--classic.select2-container--open .select2-dropdown,
.node-id-1 .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #cfdd45;
  background: #46535e;
  color: #cfdd45;
}

.page-explore-programs .select2-results__option--highlighted[aria-selected],
.page-explore .select2-results__option--highlighted[aria-selected],
.node-id-1 .select2-results__option--highlighted[aria-selected] {
  background: #5c6d7b;
  color: #cfdd45;
}

.page-explore-programs .select2-results__option[aria-disabled=true],
.page-explore .select2-results__option[aria-disabled=true],
.node-id-1 .select2-results__option[aria-disabled=true] {
  display: none;
}

.node-type-program.view-mode-teaser {
  height: 100%;
}

.node-type-program.view-mode-teaser .field--name-field-sponsor {
  text-transform: uppercase;
  color: #ee1f60;
  font-weight: 600;
  padding-bottom: 10px;
  background: #ddd5c7;
}

.node-type-program.view-mode-teaser .content {
  height: 100%;
  background: white;
}

.node-type-program.view-mode-teaser .text-wrapper {
  padding: 30px 20px;
  height: 100%;
}

.node-type-program.view-mode-teaser h3 {
  margin-bottom: 5px;
}

.node-type-program.view-mode-teaser .program__city-country {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}

.node-type-program.view-mode-teaser .field--name-field-featured-description {
  font-weight: 300;
  line-height: 1.3;
}

.block-banner-image {
  background: #46535e;
}

.block-program-sidebar header {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd5c7;
}

.block-program-sidebar header a {
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

@media screen and (min-width: 768px) {
  .block-program-sidebar header a {
    display: block;
  }
}

.block-program-sidebar .views-row {
  margin-bottom: 30px;
}

.block-program-sidebar .views-field {
  margin-bottom: 10px;
}

.block-program-sidebar .views-label {
  text-transform: uppercase;
  color: #7c8389;
  font-size: 14px;
  font-weight: 300;
}

.block-program-sidebar .field-content {
  display: inline;
}

.block-program-advisor .views-row {
  max-width: 200px;
}

.block-program-advisor .views-field-field-person-image {
  margin-bottom: 10px;
}

.block-program-advisor .views-field-field-person-image img {
  border-radius: 50%;
}

.block-program-advisor .views-field-title {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.block.menu--quicklinks-program ul.menu li {
  margin-bottom: 10px;
}

.block.menu--quicklinks-program ul.menu a {
  text-transform: uppercase;
  font-weight: 600;
}

.node-type-program.view-mode-full .field--name-field-sponsor {
  text-transform: uppercase;
  font-size: 18px;
  color: #7c8389;
  margin-bottom: 10px;
}

.node-type-program.view-mode-full h1 {
  font-size: 32px;
  line-height: 1;
}

.page-node-ucb_program #lowlighted {
  background: #ddd5c7;
  padding: 40px 0;
}

.page-node-ucb_program #lowlighted .block-views h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .block-program-stories .story-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
}

.block-program-stories .story-listing__item {
  margin-bottom: 20px;
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .block-program-stories .story-listing__item {
    flex: 0 1 50%;
    padding: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .block-program-stories .story-listing__item {
    flex: 0 1 33.3333%;
    padding: 1rem;
  }
}

.page-explore-programs #main {
  padding: 0;
  max-width: none;
}

.page-explore-programs #highlighted {
  background: #46535e;
}

.page-explore-programs .program-search-form {
  color: #cfdd45;
  padding: 30px 10px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-explore-programs .program-search-form {
    padding: 90px 0;
  }
}

.program-listing .region-exposed-filters {
  background: #46535e;
  padding: 30px 0;
  color: #cfdd45;
}

@media screen and (min-width: 768px) {
  .program-listing .region-exposed-filters {
    padding: 90px 0;
  }
}

.program-listing .region-content {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .program-listing .region-content {
    padding: 80px 0;
  }
}

.program-listing .programs-selections {
  margin-bottom: 30px;
}

.program-listing .programs-selections .label {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
}

.program-listing .programs-selections .value {
  font-size: 32px;
  color: #46535e;
  margin-left: 10px;
  font-weight: 300;
}

.program-listing .programs-introduction {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .program-listing .programs-introduction {
    font-size: 20px;
    width: 70%;
    margin-bottom: 50px;
  }
}

.program-listing thead {
  background: #46535e;
  display: none;
}

@media screen and (min-width: 768px) {
  .program-listing thead {
    display: table-header-group;
  }
}

.program-listing th.views-field {
  padding: 15px 28px 15px 15px;
  border-right: 1px solid white;
  border-bottom: none;
  color: white;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.program-listing th.views-field a {
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.program-listing th.views-field:first-child {
  padding-left: 50px;
  width: 300px;
}

@media screen and (min-width: 1024px) {
  .program-listing th.views-field:first-child {
    width: 25%;
  }
}

.program-listing th.views-field:last-child {
  border: none;
  width: 105px;
}

.program-listing .tablesort {
  position: absolute;
  top: 25px;
  right: 10px;
}

.program-listing .tablesort--asc {
  background: none;
  height: 0;
  width: 0;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.program-listing .tablesort--desc {
  background: none;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
}

.program-listing tbody tr:nth-child(odd) {
  background: #ddd5c7;
}

.program-listing tbody tr:nth-child(even) {
  background: #eeeae3;
}

.program-listing td {
  padding: 15px;
  border-bottom: none;
  border-right: 1px solid white;
  position: relative;
}

.program-listing td:last-child {
  border: none;
}

.program-listing .views-field-field-term,
.program-listing .views-field-field-sponsor,
.program-listing .views-field-field-deadline,
.program-listing .views-field-field-apply-url {
  display: none;
}

@media screen and (min-width: 768px) {
  .program-listing .views-field-field-term,
  .program-listing .views-field-field-sponsor,
  .program-listing .views-field-field-deadline,
  .program-listing .views-field-field-apply-url {
    display: table-cell;
  }
}

.program-listing .views-field-field-language,
.program-listing .views-field-field-country,
.program-listing .views-field-field-advisor {
  display: none;
}

@media screen and (min-width: 1024px) {
  .program-listing .views-field-field-language,
  .program-listing .views-field-field-country,
  .program-listing .views-field-field-advisor {
    display: table-cell;
  }
}

.program-listing .views-field-field-term,
.program-listing .views-field-field-country,
.program-listing .views-field-field-language,
.program-listing .views-field-field-sponsor {
  font-weight: 300;
}

.program-listing .views-field-field-advisor,
.program-listing .views-field-field-deadline {
  font-size: 14px;
}

.program-listing .views-field-field-apply-url {
  text-align: center;
}

.program-listing .views-field-field-apply-url::after {
  clear: both;
  content: "";
  display: table;
}

.program-listing .views-field-field-apply-url [class^="icon"] {
  float: right;
  position: relative;
  top: 2px;
}

.program-listing .views-field-field-apply-url a {
  text-transform: uppercase;
  font-weight: 600;
}

.program-listing .program__title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .program-listing .program__title {
    width: 87%;
    font-size: 16px;
  }
}

.program-listing .program__title span {
  color: #46535e;
}

.program-listing .program__title [class^='icon-'] {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .program-listing .program__title [class^='icon-'] {
    top: -4px;
  }
}

.program-listing .program-detail-trigger {
  font-size: 20px;
  cursor: pointer;
  width: 10%;
  display: none;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .program-listing .program-detail-trigger {
    display: inline-block;
  }
}

.program-listing .program-detail-trigger [class^="icon-"] {
  fill: #ee1f60;
  position: relative;
  top: 0;
  width: 25px;
  height: 25px;
}

.program-listing .program-detail-trigger .icon-minus {
  display: none;
}

.program-listing .program-detail-trigger.open .icon-plus {
  display: none;
}

.program-listing .program-detail-trigger.open .icon-minus {
  display: inline-block;
}

.program-listing .program-details {
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .program-listing .program-details {
    display: none;
    padding-left: 14%;
    margin: 0;
  }
}

.program-listing .program-details .label {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .program-listing .program-details .hide-tablet {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .program-listing .program-details .hide-desktop {
    display: none;
  }
}

.program-listing .program__apply-link {
  margin-top: 20px;
}

.node-type-story.view-mode-teaser .text-wrapper {
  padding: 20px;
  background: white;
}

.node-type-story.view-mode-teaser .media-wrapper {
  position: relative;
}

.node-type-story.view-mode-teaser .field--name-field-story-type {
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  margin-bottom: 5px;
}

.node-type-story.view-mode-teaser h3 {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}

.node-type-story.view-mode-teaser .story__author {
  font-size: 18px;
}

.node-type-story.view-mode-full .story__field .label {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  color: #7c8389;
}

.node-type-story.view-mode-full .slick-slider {
  max-width: 1024px;
  margin: 0 auto;
}

.node-type-story.view-mode-full .story__author,
.node-type-story.view-mode-full .story__major,
.node-type-story.view-mode-full .program {
  margin-bottom: 20px;
}

.node-type-story.view-mode-full .field--name-field-questions-answers {
  margin-top: 65px;
}

.page-node-ucb_story.story-type-gallery #main {
  padding: 0;
  max-width: none;
  background: #ddd5c7;
}

.page-node-ucb_story.story-type-gallery #block-ucb-local-tasks {
  padding-top: 20px;
}

.page-node-ucb_story.story-type-gallery .media-wrapper .container {
  padding: 20px 45px;
}

@media screen and (min-width: 768px) {
  .page-node-ucb_story.story-type-gallery .media-wrapper .container {
    padding: 50px 90px;
  }
}

.page-node-ucb_story.story-type-gallery .text-wrapper {
  background: white;
}

.page-node-ucb_story.story-type-gallery .text-wrapper > .container {
  padding: 30px 10px;
  max-width: 860px;
}

@media screen and (min-width: 768px) {
  .page-node-ucb_story.story-type-gallery .text-wrapper > .container {
    padding: 60px 10px;
  }
}

.page-node-ucb_story.story-type-gallery .field--name-field-story-type {
  text-transform: uppercase;
  font-weight: 600;
}

.page-node-ucb_story.story-type-gallery h1 {
  font-size: 24px;
  color: #ee1f60;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-node-ucb_story.story-type-gallery .story__author {
  font-weight: 600;
  margin-bottom: 10px;
}

.page-node-ucb_story.story-type-gallery .story__time-location {
  font-weight: 300;
  margin-bottom: 20px;
}

.page-node-ucb_story.story-type-gallery .field--name-field-gallery-description {
  font-weight: 300;
}

.page-node-ucb_story .block-story-programs {
  margin-top: 60px;
}

.page-node-ucb_story .block-story-programs a.more-link {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd5c7;
  display: none;
}

@media screen and (min-width: 768px) {
  .page-node-ucb_story .block-story-programs {
    margin-top: 0;
  }
  .page-node-ucb_story .block-story-programs a.more-link {
    display: block;
  }
}

.page-node-ucb_story .block-story-programs .views-field li {
  margin-bottom: 10px;
}

.page-node-ucb_story .block-story-programs .views-field a {
  text-transform: uppercase;
  font-weight: 600;
}

.page-node-ucb_story #sidebar-first [class*="block-views-block-story-fields-block-story-tags"] h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-node-ucb_story #sidebar-first [class*="block-views-block-story-fields-block-story-tags"] .field-content a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

.paragraph--type--question-answer {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd5c7;
}

.paragraph--type--question-answer .field--name-field-question {
  font-size: 16px;
  cursor: pointer;
}

.paragraph--type--question-answer .field--name-field-question [class^="icon-"] {
  fill: #ee1f60;
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--question-answer .field--name-field-question {
    font-size: 20px;
  }
}

.paragraph--type--question-answer .field--name-field-question .icon-minus {
  display: none;
}

.paragraph--type--question-answer .field--name-field-question.open .icon-plus {
  display: none;
}

.paragraph--type--question-answer .field--name-field-question.open .icon-minus {
  display: inline-block;
}

.paragraph--type--question-answer .field--name-field-answer {
  display: none;
  font-weight: 300;
  padding-left: 35px;
  margin-top: 5px;
}

.section-stories #main {
  background: #ddd5c7;
  max-width: none;
  margin: 0;
  padding: 30px 10px;
}

@media screen and (min-width: 768px) {
  .section-stories #main {
    padding: 70px 10px;
  }
}

.section-stories h1 {
  text-align: center;
  font-weight: 300;
}

.section-stories .filter-wrapper {
  margin-bottom: 50px;
}

.section-stories .filter-wrapper label {
  display: none;
}

.section-stories .filter-wrapper .form-item {
  float: left;
}

.section-stories .filter-wrapper .form-actions {
  display: none;
}

.section-stories .filter-wrapper .select2-container--classic .select2-selection--single {
  background: transparent;
  border: 1px solid #ee1f60;
  color: #ee1f60;
}

.section-stories .filter-wrapper .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #ee1f60;
}

.section-stories .filter-wrapper .select2-container--classic .select2-selection--single .select2-selection__rendered {
  background: transparent;
  color: #ee1f60;
}

.section-stories .filter-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
}

.section-stories .filter-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ee1f60 transparent transparent transparent;
}

.section-stories .filter-wrapper .select2-container--classic.select2-container--open .select2-selection--single {
  background: transparent;
}

.section-stories .filter-wrapper .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ee1f60 transparent;
}

.section-stories .filter-wrapper .form-item-search {
  margin-right: 10px;
}

.section-stories .filter-wrapper .form-item-search input {
  background: transparent;
  border: 1px solid #ee1f60;
  font-size: 18px;
}

.section-stories .filter-wrapper .form-item-search input ::placeholder {
  color: #46535e;
  font-weight: 300;
}

@media screen and (min-width: 400px) {
  .section-stories .filter-wrapper .form-item-search input {
    width: 290px;
  }
}

@media screen and (min-width: 400px) {
  .section-stories .filter-type {
    float: left;
  }
}

.section-stories .filter-type a.button {
  text-transform: none;
  font-size: 20px;
  background: transparent;
  color: #ee1f60;
  border: 1px solid #ee1f60;
  margin-right: 10px;
  text-align: center;
  padding: 0 10px;
}

@media screen and (min-width: 400px) {
  .section-stories .filter-type a.button {
    width: 180px;
  }
}

.section-stories .filter-type a.button.active, .section-stories .filter-type a.button:hover {
  background: #ee1f60;
  color: white;
}

.section-stories .filter-type li {
  margin-bottom: 10px;
}

@media screen and (min-width: 400px) {
  .section-stories .filter-type li {
    float: left;
  }
  .section-stories .filter-type li:first-child a {
    width: 150px;
  }
}

.section-stories .content-wrapper .grid-sizer {
  width: 32%;
}

.section-stories .content-wrapper .gutter-sizer {
  width: 2%;
}

.section-stories .story-listing-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 520px) {
  .section-stories .story-listing-wrapper {
    margin: 0 -1rem;
  }
}

@media screen and (min-width: 768px) {
  .section-stories .story-listing-wrapper {
    margin: 0;
  }
}

.section-stories .story-listing__item {
  max-width: 420px;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 520px) {
  .section-stories .story-listing__item {
    margin: 0 0 20px 0;
    width: 46.66667%;
    padding: 1rem;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .section-stories .story-listing__item {
    max-width: 32%;
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}

.section-stories .select2-container--classic.select2-container--open .select2-dropdown {
  width: 200px !important;
  border-color: #ee1f60;
}

.node-id-76 h1 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .node-id-76 h1 {
    margin-bottom: 35px;
  }
}

.node-id-76 .field--name-field-introduction {
  font-size: 18px;
}

@media screen and (min-width: 400px) {
  .node-id-76 .field--name-field-introduction {
    font-size: 20px;
  }
}

.block-adviser-listing {
  margin-top: 50px;
}

.block-adviser-listing .item-list li {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd5c7;
}

.block-adviser-listing .item-list li:last-child {
  border: none;
}

.node-type-person.view-mode-teaser > .content {
  position: relative;
}

.node-type-person.view-mode-teaser > .content::after {
  clear: both;
  content: "";
  display: table;
}

.node-type-person.view-mode-teaser .field--name-field-person-image {
  text-align: center;
}

@media screen and (new-breakpoint(min-width 500px 4)) {
  .node-type-person.view-mode-teaser .field--name-field-person-image {
    float: left;
    width: 20%;
  }
}

.node-type-person.view-mode-teaser .field--name-field-person-image img {
  border-radius: 50%;
  margin-bottom: 10px;
}

@media screen and (new-breakpoint(min-width 500px 4)) {
  .node-type-person.view-mode-teaser .text-wrapper {
    margin-left: 25%;
    width: 75%;
  }
}

.node-type-person.view-mode-teaser .person__name {
  text-transform: uppercase;
  font-weight: 600;
  color: #ee1f60;
}

.node-type-person.view-mode-teaser .field--name-field-professional-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.node-type-person.view-mode-teaser .field--name-body {
  font-weight: 300;
  margin-bottom: 25px;
}

.node-type-person.view-mode-teaser .person__email {
  display: inline-block;
  margin-right: 9%;
}

.node-type-person.view-mode-teaser .person__email .icon-mail {
  width: 30px;
  height: 30px;
  position: relative;
  top: 9px;
  margin-right: 5px;
}

.node-type-person.view-mode-teaser .person__email a {
  font-weight: 600;
  text-transform: uppercase;
}

.node-type-person.view-mode-teaser .person__phone {
  display: inline-block;
  font-weight: 600;
}

.node-type-person.view-mode-teaser .person__phone .icon-phone {
  width: 25px;
  height: 25px;
  position: relative;
  top: 9px;
  margin-right: 5px;
}

.node-type-person.view-mode-teaser .person__phone a {
  color: #46535e;
}

.block-adviser-random .views-field-field-person-image {
  margin-bottom: 20px;
  text-align: center;
}

.block-adviser-random .views-field-field-person-image img {
  border-radius: 50%;
}

.block-adviser-random .views-field-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.block-adviser-random .views-field-body {
  font-weight: 300;
}

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