  @charset "UTF-8";
/* CSS Document */
@import url("/content/dam/bc1/top-tier/css/custom-global.css");

.int-wrap .fyi-section .fact-row .fact .icon{
	color:#8a100b;
}

.int-wrap .fyi-section h3 {
	color:#8a100b;
	font-weight: 300;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.widget {
	/*background: #b7b2a0;*/
    background: #7c755e; /* Contrast for large text*/
	color: #fff;
	font-weight: 300;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.bucket h2{
	margin-bottom: 0px;
}

.bucket .widget.tan-bg {
	background: #edeae3;
	color: #111;
	text-transform: uppercase;
	padding-top: 20px;
}

.widget ul{
	list-style:none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget li {
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	padding: 0.5em 1em;
	width: 49%; /*EDITOR DOES NOT ALLOW FOR WHITE SPACE TO BE REMOVED - SO MUST BE 49% INSTEAD OF 50% */
	vertical-align: top;
}

.widget li a {
	color: #564640;
	display: block;
	font-weight: 600;
	line-height: 1.2em;
	min-height: 40px;
}

.widget li span {
	color: #b59e68;
	font-size: 1.75em;
	margin: 0 10px 0 0;
	position: relative;
    top: -4px;
	float: left;
	opacity: .8;
}

body hr {
	border-top: 1px solid #dddddd;
}

.widget li:hover span {
	opacity:1;
}

.btn.btn-red {
	background: #8a100b!important;
}

.int-wrap .campus-life-video-content h2 {
	color:#8a100b;
	font-weight: 300;
}

.int-wrap .fyi-section.alt .fact-row .fact .figure {
	font-size: 30px;
	line-height: 32px;
}

.int-wrap .campus-life-video-content .youtube-video p {
}

.youtube-video .image-caption p{
	background: #8a100b none repeat scroll 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px;
    padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .widget li {
	  width: 100%;
  }
}

