/* Overrides for Home Page */
#utilitybox li {
  margin-top: 0.5em;
}
#utilitybox li:first-child > a {
  color: #FFDC70;
}
#header {
  padding: 0.5em 1em;
}
.site-info {
  padding: 1.5em 0;
}
.menu.menu--main.nav.navbar-nav {
  font-size: 16px;
  font-weight: bold;
}
.path-frontpage #main-content {
  padding: 0;
}
.path-frontpage a {
  text-decoration: none;
}
.path-frontpage a:hover, .path-frontpage a:focus, .path-frontpage a:active {
  text-decoration: underline;
  background: none;
}

/* Styles for Home Page */

/**
 * Carousel styles
 */
#featured-image .carousel-caption a {
  background: none repeat scroll 0 0 #333333;
  color: #ffffff;
  font-size: 1.2em;
  padding: 0.5em;
  opacity: 0.8;
}
#featured-image .carousel-caption .fa.fa-chevron-right {
  padding-left: 0.3em;
  vertical-align: middle;
}
#featured-image .carousel-caption .fa-stack {
  font-size: 0.7em;
  padding-left: 3em;
  vertical-align: bottom;
}
#featured-image .carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  right: 20%;
  top: 75%;
  text-align: right;
}
#featured-image .carousel-indicators {
  font-size: 1.5em;
  text-align: right;
}
#featured-image .carousel-indicators .active {
  background-color: #FFDC70;
  height: 1.3em;
  width: 1.3em;
  border-radius: 1.3em;
  margin: 0;
}
#featured-image .carousel-indicators li {
  background-color: #333333;
  height: 1.3em;
  width: 1.3em;
  border-radius: 1.3em;
  border: transparent;
  text-indent: 0;
  position: relative;
}
#featured-image .carousel-indicators a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 1.3em;
  color: #ffffff;
  height: 1.3em;
  line-height: 1em;
  position: absolute;
  width: 1.3em;
  text-align: center;
  left: 0;
  text-decoration: none;
}
#featured-image .carousel-indicators a:focus {
  outline: medium solid white;
}
#featured-image .carousel-indicators .active > a {
  color: #231161;
}
#featured-image .views-bootstrap-carousel-plugin-style.carousel.slide {
  background-color: #3B3934;
}
#featured-image img {
  height: 100%;
  width: 100%;
}
#featured-image h3 {
  margin: 0;
}
@media screen and (max-width: 480px) {
  #featured-image .carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    padding: 0;
    margin-top: -31px;
    width: 100%;
    text-align: left;
    margin-left: 15px;
  }
  #featured-image .carousel-caption a {
    font-size: 0.7em;
    position: static;
    margin-bottom: 0;
    white-space: nowrap;
  }
  #featured-image .carousel-inner {
    background: none repeat scroll 0 0 #333333;
  }
  #featured-image .carousel-inner .item {
    margin-top: 36px;
  }
  #featured-image .carousel-indicators {
    font-size: 1.5em;
    width: 90%;
    top: 20%;
    left: 0;
    margin-left: 0;
    position: absolute;
  }
}
@media screen and (min-width: 481px) and (max-width: 991px) {
  #featured-image .carousel-caption {
    top: 60%;
  }
  #featured-image .carousel-caption a {
    font-size: 0.9em;
  }
  #featured-image .carousel-indicators {
    font-size: 1.5em;
    top: 80%;
  }
}

/**
 * Hero Image Main
 */
.pl-component--hero-main-page .pl-component.pl-component--img-caption {
  width: 784px;
  height: 132px;
  border-left: none;
  background-color: #231161CC;
  padding: 30px;
  margin: 0;
  left: 50px;
  bottom: 50px;
  top: auto;
}
.pl-component--hero-main-page .pl-component.pl-component--img-caption h2 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 0;
}
.pl-component--hero-main-page .pl-component.pl-component--img-caption h2 a {
  color: unset;
  background-color: unset;
}
.pl-component--hero-main-page .pl-component.pl-component--img-caption h2 .fa.fa-chevron-right {
  color: #fc3;
  padding-left: 0.2em;
  font-size: 0.9em;
}
.pl-component--hero-main-page .pl-component.pl-component--img-caption .field--item p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.pl-component--hero-main-page .pl-component.pl-component--img-caption div.btn {
  border: none;
  padding: 0;
}
.pl-component--hero-main-page .pl-component.pl-component--img-caption a {
  color: #231161;
  background-color: #FFDC70;
}
.path-frontpage a.btn.btn-call-to-action:hover, .path-frontpage a.btn.btn-call-to-action:focus, .path-frontpage a.btn.btn-call-to-action:active {
  text-decoration: none;
  background-color: #fc3;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pl-component--hero-main-page .pl-component.pl-component--img-caption {
    width: 90%;
    height: 132px;
    bottom: 25px;
    top: auto;
    left: 25px;
    margin: 0;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pl-component--hero-main-page .pl-component.pl-component--img-caption {
    width: 95%;
    height: auto;
    bottom: 9px;
    top: auto;
    left: 9px;
    margin: 0;
    padding: 17px;
  }
  .pl-component--hero-main-page .pl-component.pl-component--img-caption h2 {
    font-size: 20px;
  }
  .pl-component--hero-main-page .pl-component.pl-component--img-caption .field--item p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .pl-component--hero-main-page .btn.btn-call-to-action {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .call-to-action-hero-wrapper {
    margin-bottom: 0em;
    right: 0%;
    top: 1em;
    position: absolute;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .pl-component--hero-main-page .pl-component.pl-component--img-caption a {
    font-size: 12px;
  }
}

/* Get Involved container */
#get-involved-wrapper {
  background-color: #3B3934;
  color: #ffffff;
  margin-top: -3px;
}
#get-involved h2 {
  color: #fff;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
}
#get-involved .list-unstyled li {
  border-bottom: 1px solid #999999;
  padding-bottom: 1em;
  padding-top: 1em;
}
#get-involved .media-list li {
  padding-bottom: .5em;
  padding-top: .5em;
}
#get-involved .media:first-child {
  padding-top: 0;
}
#get-involved .get-involved-more {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #FFDC70;
  font-weight: bolder;
}
#get-involved .get-involved-more a {
  color: #FFDC70;
  text-decoration: none;
}
#get-involved .get-involved-more a:hover {
  text-decoration: underline;
}

/* Get Involved - Events */
#get-involved .events h3 {
  color: #FFDC70;
  font-size: 22px;
}
#get-involved .events {
  font-size: 16px;
}
#get-involved .events .event-title {
  font-weight: bolder;
}
#get-involved .events a.event-link {
  text-decoration: none;
  font-weight: bolder;
  color: #FFDC70;
}
#get-involved .events a.event-link:hover {
  text-decoration: underline;
}
#get-involved .events{
  border: 1px solid #999999;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 1em;
}
#get-involved .events .date {
  background-color: #ffffff;
  padding: 0.5em 1em;
  margin-right: 16px;
}
#get-involved .events .date .date-text {
  color: #231161;
}
#get-involved .events .event-date-day {
  font-size: 1.3em;
  line-height: 1em;
}

/* Get Involved - News */
#get-involved .news h3 {
  color: #FFDC70;
  font-size: 22px;
}
#get-involved .news {
  font-size: 16px;
}
#get-involved .news {
  /*padding-right: 3em;*/
  padding-right: 1em;
}
#get-involved .news li:nth-child(1) {
  padding-top: 0;
}
#get-involved .news a.news-link {
  text-decoration: none;
  color: #fff;
}
#get-involved .news a.news-link:hover {
  text-decoration: underline;
}

/* Get Involved - Giving */
#get-involved .giving h3 {
  color: #FFDC70;
  font-size: 22px;
}
#get-involved .giving .list-unstyled {
  font-size: 16px;
}
#get-involved .giving ul li a {
  text-decoration: none;
  font-weight: bolder;
  /*color: #FFDC70;*/
  color: #ffffff;
}
#get-involved .giving ul li a:hover {
  text-decoration: underline;
}
#get-involved .giving ul li ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
#get-involved .giving ul li ul li a:hover {
  text-decoration: underline;
}
#get-involved .giving .list-unstyled li {
  border-bottom: none;
  padding-bottom: 0em;
}
#get-involved .giving ul li:last-child {
  border-bottom: medium none;
}
#get-involved .giving ul li ul li:last-child {
  border-bottom: medium none;
  padding-bottom: 0;
}

/* Get Social container */
#get-social-wrapper {
  background: #FFDC70 url("../images/chevron.png") no-repeat center top;
  color: #231161;
  padding-bottom: 2em;
}
#get-social h2 {
  color: #191970;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
  padding-top: 1em;
}
#get-social-wrapper a {
  color: #231161;
}
#get-social .inline-social-icons {
  font-size: 1.5em;
}
#get-social .list-inline.inline-social-icons {
  margin-top: 1em;
}

/* Equity and Inclusion */
#get-acquainted h2 {
  color: #191970;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
}

/* Alerts Advisory */
.sfsu-home-alert-advisory .form-group {
  margin-bottom: 0px;
}

/* Banner Ad */
.sfsu-banner img.img-responsive {
  width: 100%;
}
.sfsu-banner a {
  padding: 0px;
}

/* Temporary Campus Updates section about News - ok to delete after this section is removed*/
#get-involved .news.campus-updates h3 {
  margin-top: 0px;
}
#get-involved .news.campus-updates {
  background-color: #4F4D48;
  padding: 1em;
}
#get-involved .news.campus-updates a {
  color: #fff;
  text-decoration: underline;
}