/* CAROUSEL DISPLAY EDGE TO EDGE - SJB */
.carousel {
	padding: 0;
	width: 100%;
}
.banner-background {
	width: 100%;
}

/* CAROUSEL CONTROLS - SJB */
.carousel-caption .btn {
    font-size: 0.7em;
}
.controls {
   	position: relative;
   	display: block;
}

.carousel-control {
  	position: absolute;
  	bottom: 20%;
  	left: 0;
	border: none;
  	background: none !important;
  	color: white !important;
  	text-align: center;
	font-size: 2.3em;
	width: 5%;
}

.carousel-control i {
	font-size: 2.3em;
}

.carousel-control.left {
  	left: 0;
}

.carousel-control.right {
  	right: 0;
  	
}

.carousel-control:hover,
.carousel-control:focus {
  	color: white;
}

.small-square {
  font-family: Arial;
  color: #5f574f;
  position: absolute;
  top: 0;
  margin: 0 0 0 -15px;
  content: '\25AA';
}
#content ul {
  padding-left: 0;
}
#content h3 a,
#content h4 a {
  text-decoration: none;
}
#content h3 a:hover,
#content h4 a:hover {
  text-decoration: underline;
}
.more-link a,
a.more-link {
  padding-right: 20px;
}
#feature-banner {
  clear: both;
  position: relative;
}
#feature-banner .item a {
  border-bottom: none;
  text-decoration: none;
  color: white;
}
#feature-banner .item img {
  margin: 0;
  padding: 0;
/*  width: 1170px;*/
/*  max-width: 1170px;*/
}
#feature-banner .item .carousel-caption {
/*	opacity: 1;*/
	z-index: 1;
	bottom: 0px;
	right: auto;
	left: auto;
	text-shadow: none;
	padding: 15px 20px;
	padding-top: 12%;
	width: 100%;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	/* Fallback for older browsers without RGBA-support */
/*	background: rgb(50, 50, 50); */
/*	background: rgba(50, 50, 50, 0.7);*/
/*    background-color: gray;  For browsers that do not support gradients */
/*    background-image: linear-gradient(white, black); */
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* Standard syntax (must be last) */
}
#feature-banner .item .carousel-caption h3 {
  font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: white;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 0 0 10px 0;
}
#feature-banner .carousel .item .carousel-caption.light h3 {
	color: black;
}
#feature-banner .item .carousel-caption p {
	color: white;
	font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
}
#feature-banner .item .carousel-caption .white {
  color: #fbfbf9;
}
#feature-banner .item .carousel-caption .clay {
  color: #5f574f;
}
#feature-banner .item .carousel-caption .sandstone {
  color: #ddcf99;
}
#feature-banner .item .carousel-caption .sandstone50 {
  color: #eee6cb;
}
#feature-banner .item .carousel-caption .sandstone25 {
  color: #f6f3e5;
}
#feature-banner .item .carousel-caption .red {
  color: #8c1515;
}
#feature-banner .item .carousel-caption.bg-dark {
  background-color: #2e2d29;
  opacity: .8;
}
#feature-banner .item .carousel-caption.bg-white {
  background-color: #f2f1eb;
  opacity: .9;
}
#feature-banner .item .carousel-caption.left-top {
  top: 18px;
  bottom: inherit;
}
#feature-banner .item .carousel-caption.right {
  right: 18px;
  left: inherit;
}
#feature-banner .item .carousel-caption.right-top {
  right: 18px;
  left: inherit;
  top: 18px;
  bottom: inherit;
}
#feature-banner .item .videoblock {
  position: absolute;
  width: 600px;
  height: 339px;
  left: 470px;
  top: 45px;
  overflow: hidden;
  z-index: 2;
}
#feature-banner .item .videoblock iframe,
#feature-banner .item .video-container object,
#feature-banner .item .video-container embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d5d0c0;
}
#feature-banner .carousel-indicators {
  bottom: -40px;
}
#feature-banner .carousel-indicators li {
  position: relative;
  margin: 3px;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: none;
}
#feature-banner .carousel-indicators li.active button {
  background-color: #8c1515;
}
#feature-banner .carousel-indicators li button {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #8c1515;
  background-color: #fff;
  margin: 2px;
  padding: 0;
}
#feature-banner .carousel-indicators li button:hover {
  background-color: #8c1515;
}
#feature-banner .carousel-indicators li button:focus {
  outline-offset: 0;
}
/*
#feature-banner .carousel-control {
  background: none repeat scroll 0 0 #2e2d29;
  border: none;
  border-radius: 25px;
  color: #FFFFFF;
  height: 45px;
  left: 15px;
  opacity: 0.5;
  top: 43%;
  width: 45px;
  text-decoration: none;
  font-size: 2.5em;
}
*/
#feature-banner .carousel-control {
  z-index: 2;
}
#feature-banner .carousel-control.right {
  right: 15px;
  left: auto;
}
#feature-banner .carousel-control:focus {
  outline: 2px solid #0098db;
}
.headline {
  display: block;
  margin: 10px 0 15px 0;
/*  border-bottom: 1px solid #d5d0c0;*/
}
.headline h2,
.headline h3,
.headline h4 {
  font-weight: 300;
  margin: 0 0 -2px 0;
  padding-right: 10px;
  display: inline-block;
}
.news-item .news-img {
  position: relative;
}
.news-item .news-text h3 {
  margin: 10px 0 5px 0;
}
#more-news h4 {
  text-transform: uppercase;
  color: #820000;
  font-size: 1em;
  font-weight: 600;
  margin: 5px 0 15px 0;
}
#more-news ul {
  margin: 0 0 10px 15px;
}
#more-news ul li {
  list-style-type: none;
  font-size: 1.15em;
  margin-bottom: 15px;
  line-height: 1.24224;
}
#more-news ul li a {
  text-decoration: none;
}
#more-news ul li a:hover {
  text-decoration: underline;
}
#more-news ul li:before {
  font-family: 'FontAwesome';
  content: '\F105';
  margin: 0 10px 0 -15px;
  font-size: 13px;
}
#social-feature {
  font-family: "Source Sans Pro", Arial;
  background-color: #f2f1eb;
  border-radius: 4px;
  margin: 0;
  padding: 10px 0;
  color: #2e2d29;
}
#social-feature a {
  color: #820000;
  text-decoration: none;
}
#social-feature a:hover {
  text-decoration: underline;
  color: #8c1515;
}
#social-feature #tweet_info {
  padding: 0;
  margin: 12px 0;
  text-align: center;
}
#social-feature #tweet_info div {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 300;
  margin: 0 10px 0 0;
  display: inline-block;
}
#social-feature #tweet_info div.social-timestamp {
  margin: 0 10px;
  padding: 0 10px 10px 10px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: 400;
  vertical-align: middle;
}
#social-feature #tweet_text {
  padding-top: 0;
  padding-left: 10px;
}
#social-feature #tweet_text div {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 300;
  margin: 0 10px 0 0;
  display: inline-block;
}
#social-feature #badge {
  display: inline-block;
  margin-top:  0.3em;
  padding: 8px 13px;
  border-radius: 4px;
  background-color: #fbfbf9;
  color: #565347;
  font-size: 1.07143em;
}
#social-feature #badge .icon-twitter,
#social-feature #badge .fa-twitter {
  color: #0098DB;
}
#social-feature #badge:hover {
  text-decoration: none;
  background-color: #0098DB;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#social-feature #badge:hover .fa-twitter {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: white;
}
#social-feature .social-media-toggle {
  text-align: right;
}
#social-feature .social-media-toggle button {
  background: none repeat scroll 0 0 #d5d0c0;
  border: 0 none;
  border-radius: 4px;
  color: #5f574f;
  cursor: pointer;
  display: inline-block;
  font-size: .9em;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
  line-height: 1.5;
  padding: 0;
}
#social-feature .social-media-toggle button:hover {
  background: none repeat scroll 0 0 #3f3c30;
  color: #fff;
}
#social-icons {
  padding-right: 0;
}
#social-icons ul {
  margin-top: 20px;
  margin-left: 0;
  list-style: none;
}
#social-icons ul li {
  display: inline;
}
#social-icons img {
  width: 33px;
}
#social-icons a:hover img {
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#at-stanford {
  padding-right: 10px;
}
#at-stanford .item {
  margin-bottom: 20px;
  visibility: hidden;
}
#at-stanford .item a {
  text-decoration: none;
}
#at-stanford .item a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#at-stanford .item a h3 {
  color: #8c1515;
}
#at-stanford .item a:hover h3 {
  text-decoration: underline;
}
#at-stanford .item a:hover p {
  color: #2e2d29;
}
#event-list h3,
#event-list h4 {
  font-size: 16px;
  margin-bottom: 0;
}
#event-list .event-date {
  vertical-align: top;
/*  width: 100px;*/
  padding-right: 15px;
}
#event-list .event-date .event-month {
  padding-left: 3px;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 1px;
}
#event-list .event-date .event-day {
  font-weight: 200;
  display: block;
  text-align: center;
  font-size: 2.2em;
  color: #820000;
  line-height: 0.8;
}
#event-list .more-link {
  padding-left: 57px;
}
#cboxLoadedContent {
  padding: 10px;
}
#cboxLoadedContent h2 {
  color: #820000;
}
#cboxLoadedContent #event-banner {
  background-color: #8c1515;
  border-bottom: 2px solid #DDCF99;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
#cboxLoadedContent #event-banner span {
  color: #F2F1EB;
  display: block;
  float: left;
  font: 300 22px 'Source Sans Pro', arial, sans-serif;
  padding-left: 10px;
  padding-top: 2px;
}
#cboxLoadedContent #event-banner img {
  float: left;
  padding-right: 10px;
  border-right: 1px solid #F2F1EB;
}
#cboxLoadedContent #event-record {
  margin: 0 15px;
  padding: 0 0 15px;
}
#cboxLoadedContent #event-record dl {
  margin: 15px 0 0;
  padding: 0;
}
#cboxLoadedContent #event-record dt {
  clear: left;
  float: left;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: right;
  width: 95px;
}
#cboxLoadedContent #event-record dd {
  margin: 0 0 20px 105px;
}
#cboxLoadedContent #event-sidebar {
  float: right;
  margin: 10px 0 20px 20px;
  width: 150px;
}
#cboxLoadedContent #event-footer {
  text-align: right;
  font-style: italic;
}
#sports .postcard-text {
  vertical-align: top;
}
#sports h3 {
  font-size: 18px;
}
#sports img {
  padding-right: 10px;
  vertical-align: top;
  width: 100px;
}
#mini-alert {
  margin-bottom: 10px;
  padding: 15px 0 10px 15px;
  background-color: #f2f1eb;
}
#mini-alert h2 {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 20px;
  padding-top: 5px;
  color: #820000;
  font-weight: 600;
  font-size: 18px;
}
#mini-alert p {
  display: inline-block;
  padding-top: 5px;
}
#default-alert {
  margin-bottom: 10px;
  padding: 15px 0 10px 15px;
  background-color: #f2f1eb;
}
#default-alert #su-alert-icon {
  color: #e98300;
  text-align: center;
}
#default-alert h2 {
  color: #e98300;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
#default-alert h3 {
  font-size: 22px;
}
#emergency-alert,
#emergency-alert-placeholder {
  min-height: 425px;
  margin-bottom: 10px;
  padding: 25px 15px;
  background-color: #2e2d29;
  display: block;
}
#emergency-alert #su-alert-icon,
#emergency-alert-placeholder #su-alert-icon {
  color: #ffff00;
  text-align: center;
}
#emergency-alert #su-alert-icon span,
#emergency-alert-placeholder #su-alert-icon span {
  display: block;
  color: #ffff00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
#emergency-alert h2,
#emergency-alert-placeholder h2 {
  font-size: 55px;
  color: #fbfbf9;
  text-transform: uppercase;
  font-weight: 700;
}
#emergency-alert h3,
#emergency-alert-placeholder h3 {
  font-size: 34px;
  color: #fbfbf9;
  margin-bottom: 20px;
}
#emergency-alert p,
#emergency-alert-placeholder p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fbfbf9;
}
#emergency-alert a,
#emergency-alert-placeholder a {
  color: #ffff00;
}
@media (max-width: 767px) {
  .btn, .btn-group {
/*    width:75%;*/
	margin-top: 20px;
	padding-top:15px;
	padding-bottom:15px;
  }
.carousel-caption .btn {
    font-size: 1em;
}
  #mainmenu {
    margin-bottom: 0;
  }
/*
  .more-link {
    float: right;
  }
*/
  .more-link a {
    font-size: 1.1em;
  }
  #feature-banner {
    padding: 0;
    margin-bottom: 40px;
  }
  #feature-banner a.right,
  #feature-banner a.left {
    top: 80px;
  }
  #feature-banner .carousel-control {
    display: none;
  }
  #feature-banner .item img {
    width: 100%;
  }
  #feature-banner .item a {
    text-decoration: none;
  }
  #feature-banner .carousel-indicators li {
    margin: 0 12px;
  }
  #feature-banner .carousel-indicators li button {
    width: 20px;
    height: 20px;
  }
  .news-item {
    clear: both;
    display: table;
    margin-bottom: 1em;
    position: relative;
  }
  .news-item > div {
    display: table-cell;
    position: relative;
  }
  .news-item .news-img {
    overflow: hidden;
    padding-right: 15px;
    width: 100px;
  }
  .news-item .news-img img {
    width: 150px;
    max-width: none;
    position: absolute;
    top: 0;
    clip: rect(0px, 100px, 150px, 0px);
  }
  .news-item .news-text {
    vertical-align: top;
    padding-left: 10px;
  }
  .news-item .news-text h3 {
    margin-top: 0;
    line-height: 1;
    font-size: 18px;
  }
  .news-item .news-text p {
    min-height: 70px;
  }
  #tweet_text p {
    margin: 6px 0 0;
  }
  #social-icons ul {
    display: block;
    width: 170px;
    margin: 10px auto 0 auto;
  }
  #at-stanford {
    margin-bottom: 60px;
  }
  #event-list .more-link {
    margin-left: 100px;
    padding-left: 10px;
  }
  #sports img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
}
@media (max-width: 991px) {
  #feature-banner .item .carousel-caption {
    width: auto;
    left: 0 !important;
    bottom: 0 !important;
    right: inherit !important;
    top: inherit !important;
    position: relative;
    background-color: #f2f1eb;
    padding: 1em 15px 1em;
	background-image: none;
  }
#feature-banner .item .carousel-caption a {
    text-decoration: none;
/*	color: #006CB8;*/
	color: white;
  }
#feature-banner .carousel-caption a:hover {
	text-decoration: none;
/*	color: #00548f;*/
	color: white;
  }
  #feature-banner .item .carousel-caption .white,
  #feature-banner .item .carousel-caption .clay,
  #feature-banner .item .carousel-caption .sandstone,
  #feature-banner .item .carousel-caption .sandstone50,
  #feature-banner .item .carousel-caption .sandstone25,
  #feature-banner .item .carousel-caption .red {
    color: inherit;
  }
  #feature-banner .item .carousel-caption h3 {
    display: inline;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 1.1em;
    font-weight: 600;
    margin-right: 0.4em;
    color: #820000;
  }
  #feature-banner .item .carousel-caption h3.white,
  #feature-banner .item .carousel-caption h3.clay,
  #feature-banner .item .carousel-caption h3.sandstone,
  #feature-banner .item .carousel-caption h3.sandstone50,
  #feature-banner .item .carousel-caption h3.sandstone25,
  #feature-banner .item .carousel-caption h3.red {
    color: #820000;
  }
  #feature-banner .item .carousel-caption p {
    color: #666;
	display: inline;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  #feature-banner .item .carousel-caption.bg-dark .white,
  #feature-banner .item .carousel-caption.bg-dark .clay,
  #feature-banner .item .carousel-caption.bg-dark .sandstone,
  #feature-banner .item .carousel-caption.bg-dark .sandstone50,
  #feature-banner .item .carousel-caption.bg-dark .sandstone25,
  #feature-banner .item .carousel-caption.bg-dark .red {
    color: #fbfbf9;
  }
  #feature-banner .item .videoblock {
    top: 0;
    left: auto;
    right: 0;
    width: 75%;
    height: 279px;
  }
  #social-icons img {
    width: 25px;
  }
  #social-feature p.social-timestamp {
    margin: -10px 0 0;
  }
  #mini-alert,
  #default-alert {
    background-color: #fbfbf9;
  }
  #mini-alert h3,
  #default-alert h3 {
    display: block;
    padding-right: 0;
  }
  #mini-alert p,
  #default-alert p {
    display: block;
  }
}
@media (max-width:767px) {
.carousel {
	padding: 0;
	margin-bottom: 40px
}
.carousel a.left, .carousel a.right {
	top: 80px
}
.carousel .carousel-control {
	display: none
}
.carousel .item img {
	width: 100%
}
.carousel .item a {
	text-decoration: none;
	color: #006CB8;
}
.carousel .item a:hover {
	text-decoration: none;
	color: #00548f;
}
.carousel .carousel-indicators li {
	margin: 0 12px
}
.carousel .carousel-indicators li button {
	width: 20px;
	height: 20px
}
.carousel .item .carousel-caption {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media (max-width:991px) {
.carousel .item .carousel-caption {
	width: auto;
	bottom: 0;
	right: inherit;
	position: relative;
	background-color: #f2f1eb;
}
.carousel .item .carousel-caption h3 {
	display: inline;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	margin-right: .4em;
	color: #820000
}
.carousel .item .carousel-caption p {
	color: #666;
	display: inline;
	font-size: 14px;
}
.carousel .item .video {
	display: none;
}
.dual-layered-image-carousel .item .photo, .dual-layered-image-carousel .carousel-control, .dual-layered-image-carousel.carousel-indicators {
	display: none;
}
.carousel .item .carousel-caption {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media (min-width:768px) and (max-width:991px) {
.carousel .carousel-control {
	left: 20px
}
.carousel .carousel-control.right {
	right: 20px
}
.carousel .item .carousel-caption {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media (min-width:992px) and (max-width:1199px) {
/*.carousel .item .carousel-caption {
	width: 400px;
}*/
.dual-layered-image-carousel .item .carousel-caption {
	width: 230px;
	top: calc(50% - 118px);
}
.carousel .item .photo {
	width: 600px;
}
.carousel .item .photo img:nth-child(4) {
	display: none;
}
.carousel .item .carousel-caption h3 {
	font-size: 2em
}
.carousel .item .carousel-caption p {
	font-size: 1.1em;
	line-height: 1.4em
}
.carousel .item .carousel-caption.right, .carousel .item .carousel-caption.right-top {
	right: -10px
}
}

@media (min-width:1200px) {
.carousel .item .video {
	bottom: calc(50% - 135px);
	left: 40px;
}
}

@media (min-width:1400px) {
.dual-layered-image-carousel .item .carousel-caption {
	right: 150px;
}
.carousel .item .photo {
	left: 150px;
}
}

/* BANNER BUTTON - SJB */
.btn-primary {
    color: #fff;
    background-color: #b1040e; 
	/* border-color:#761212 */
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #8C1515;
/*    border-color: #410a0a*/
}


	


