  @charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Alex+Brush:400,700);
body {
 font-family: "Droid Serif",serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	}
.news-item-category a {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
    color: #dc1919;
    margin: 0;
	padding: 0;
}
.news-item-title, .news-item-title a {
    color: #003265 !important;
    margin: 0;
	font-family: "Open Sans", sans-serif;
}
#site-carousel {
	margin: auto -15px;
}
.site-name {
	font-size: 48px;
	color: #c00;
}
#myCarousel.carousel.slide div.col-sm-12.col-md-4.nopadding {
	background-color: #404040;
}
#myCarousel.carousel.slide h1 {
	color:#fff;
	margin-left: 25px;
	margin-bottom: 30px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control {
    font-size: 140px;
	z-index: 10;
	top: 90px;
}
.carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 51, 102, 0.85);
	padding: 0 10px;
}
.carousel-caption a {
	color: #fff;
}
.carousel-caption h2 {
    color: #fff;
}
#myCarousel small {
	font-size: 72%;
}
h1 {
	clear:both;
}
.carousel-indicators li {
    background-color: inherit;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    display: inherit;
    height: auto;
    margin: inherit;
    text-indent: inherit;
    width: 10px;
}
.carousel-indicators {
    bottom: auto;
    left: inherit;
    list-style: inherit;
    margin-left: inherit;
    padding-left: 0;
    position: inherit;
    text-align: inherit;
    width: inherit;
    z-index: 15;
}
.carousel-indicators .active {
    height: inherit;
}
ul.top-stories-rectangle-tiles {
	list-style: none;
}
ul.top-stories-rectangle-tiles > li {
	min-height: 675px;
}
ul.top-stories-rectangle-tiles > li img {
	display: block;
	margin: 10px auto;
	height: 235px;
	overflow: hidden;
	
}
ul.top-stories-rectangle-tiles > li p {
	  padding: 10px 0 0 10px;
  		margin: 0;
}

p.news-item-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.25em;
}
ul.top-stories-rectangle-tiles > li p.news-item-blurb {
	color: #999;
	font-style:oblique;
	margin-top: 0;
	padding-right: 30px;
}
ul.top-stories-rectangle-tiles > li p.read-more {
	color: #036;
	font-size: 12px;
	text-align: right;
	padding-right: 30px;
}
span.news-label {
	background-color: #c00;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 29px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 30px;
	
}
.news-tile {
	min-height: 475px;
}
.news-tile p a {
	color: #333;
}
	
ul.rectangle-tiles > li {	
    float: left;
    min-height: 650px;
    padding: 5px;
	margin: 30px 5px;
    width: 31%;
	overflow: hidden;
}
ul.rectangle-tiles > li:nth-child(1) {
	border-right: 3px dotted #ccc;
}
ul.rectangle-tiles > li:nth-child(3) {
	background-color: #f0f0f0;
	padding: 20px;
}
ul.rectangle-tiles > li h1 {
	margin: 0 auto;
	color: #036;
	padding: 3px;
}
ul.rectangle-tiles > li img {
	border: 2px solid #ccc;
}
ul.rectangle-tiles > li p {
	color: #999;
}
ul.rectangle-tiles > li p.news-item-title {
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 30px;
	min-height: 80px;
	
}

ul.rectangle-tiles > li p.news-item-title a:hover {
	color: #c00;
	
}
ul.rectangle-tiles > li p.news-item-blurb {
	color: #999;
	font-style:oblique;
	margin-top: 0;
	padding-right: 30px;
}
ul.rectangle-tiles > li p.read-more {
	color: #036;
	font-size: 12px;
	text-align: right;
	padding-right: 30px;
}
ul.topic {
	font-family: "Open Sans",serif;
	font-weight: bold;
}
ul.topic, ul.topic > li > ul, ul.tags, ul.tags > li > ul {
	list-style-type: none;
	padding: 0;
}

ul.topic > li > a, ul.topic > li > ul > li > a {
    border-bottom: 1px solid #d1d1d1;
    color: #666;
    line-height: 2.5em;
	display: block;
	font-size: 15px;
}
ul.topic > li > ul > li > a {
	background-color: #eee;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

ul.topic > li > a:hover {
	background: none repeat scroll 0 0 #f4f4f4;
	transition: background-color 1.5s ease;
	color: #c00;
}
ul.rectangle-tiles li p.news-item-title > a {
	background: none repeat scroll 0 0 #fff;
    color: #036;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    width: 100%;
	min-height: 60px;
	
}
#content {
	background-color: #fff;
	z-index: 999;
	padding-bottom: 30px;
}
#content div.col-sm-8.col-xs-12 {
	margin-bottom: 100px;
	margin-top: 25px;
}
#content div.col-sm-4.hidden-xs {
	margin-top: 25px;
}
#content > img {
	display: block;
	width: 100%;
}

#secondary-nav {
	position: inherit;
	z-index: 9;
}
#secondary-nav h1 {
	margin-top: 30px;
}
.affix-secondary-nav {
	position: fixed;
}
.feature-img-caption {
	margin-right: -15px;
	padding: 15px;
}
.cal-listings {
	margin-top: 5px;
	padding: 5px;
}
.featured-faculty {
	margin-top: 5px;
	padding: 5px;
}
.greys {
	background-color: #e6e6e6;
}
#generic-navbar-collapse .nav > li > a, .nav li a {
    text-transform: uppercase;
}
nav.navbar {
    font-family: "Open Sans",sans-serif;
}
.button {
    background: none repeat scroll 0 0 #c00;
    border: 0 none;
    border-radius: 25px;
    color: #fff;
    font-family: "yds",sans-serif;
    font-weight: 700;
    margin-top: 15px;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
}


#myCarousel .nav a small {
	display: block;
}
#myCarousel .nav {
	background: #404040;
}
#myCarousel .nav a {
	border-radius: 0px;
	font-size: 1.2em;
}
.tabs-right > .nav-tabs {
	float: right;
	border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
	background-color: #fff;
	color: #333;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
	border-left: 10px solid #c90706;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}
.tabs-right > .nav-tabs > li > a {
	border-left: 10px solid #404040;
}

.carousel-inner .nav-tabs > li {
	float: none;
}
#myCarousel .nav-tabs > li {
	width: 100%;
	margin-left: -1px;
}
.nav-tabs > li > h1 {
	margin-left: 10px;
	color: #fff;
}
.nav-tabs > li > a {
	line-height: 1.25;
	width: 100%;
	color: #fff;
}
.social-tabs .nav li a, .social-tabs .nav > li > a {
	font-size: .8em;
	color: #036;
}
.tab-content {
	height: 300px;
	background: #ccc;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

#newsroom-home-content h1 {
	color: #003266;
	text-transform: uppercase;
	font-size: 1.5em;
}
#newsroom-home-content h1:after {
	color: #c90706;
	font-family: "Glyphicons Halflings";
	font-size: .75em;
	content:"\e080";
}
#more-news h1 {
	background: #404040;
	width: 100%;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
#points-of-pride-carousel {
	min-height: 475px;
}
.news-title > h1 > a > img {
	display: block;
	margin: 10px auto;
}
div.home-feature {
  min-height: 400px;
}
/*Need to make better */
div#content.col-lg-10.col-md-12.nopadding div.col-sm-8.col-xs-12 img.img-responsive {
	width: 100%;
}
div#myCarousel.carousel.slide div.row div.col-xs-12.col-md-8.nopadding div.carousel-inner div.item a img {
	height: 600px;
	overflow: hidden;
}
#content a[href^="mailto"], #content a { font-weight: bold; }
.fau_separate {
	text-align: center;
}
ul.carousel-indicators {
	border: 0;
}
.container-fluid {
	  background: -webkit-linear-gradient(left, #eee , #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #eee, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #eee, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #eee , #fff); /* Standard syntax */
}
#content {
	padding-bottom: 30px;
}
#content h3 {
	color: #DC1919;
	font-weight: bold;
	text-transform: uppercase;
}
#content h1 {
	font-weight: bold;
	color: #003265;
}
#content p {
	color: #323232;
}
#content p.author {
	text-transform: uppercase;
}
#content h2.pressdescription {
	color: #888;
	font-weight:normal;
	font-family: "Droid Serif", serif;
}
#myCarousel .nav > li > a, .nav li a {
	text-transform: none;
}
#points-of-pride-carousel .carousel-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: auto;
    color: inherit;
    left: auto;
    position: relative;
    right: auto;
    text-align: left;
    text-shadow: none;
    top: auto;
}
.news-tile a img.img-responsive, .news-tile .media .media-left iframe, #points-of-pride-carousel.carousel.slide .carousel-inner .item img {
	margin-bottom: 10px;
}
#points-of-pride-carousel .carousel-control {
	position: absolute;
	top: -45%;
}
div#content.col-lg-10.col-md-12.nopadding div.col-sm-4.hidden-xs ul.topic li, ul.tags li a {
	float: left;
	padding: 7px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 5px;
	border-radius: 10px;
	font-weight: normal !important;
	color: #666;
}
div.col-sm-4.hidden-xs ul.topic li a {
	border-bottom: 0;
	line-height: 1.5em;
	font-weight: normal !important;
}
div.col-sm-4.hidden-xs ul.topic li a:hover, div.col-md-4 ul.tags li a:hover {
	background-color: inherit;
	color: #c90706;
	transition: background-color 1.5s ease;
}
/* Social Stream */
/* Reset */
.dcsns ul, .dcsns li {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
	background: none;
}

/* Main styles */
/* Feeds */
.dcsns {
    color: #444;
    list-style: none outside none;
    margin: 0;
}
.dcsns-content {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: -20px 0 5px 0;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}
.dcsns-loading {
	background: url(/comm/images/loading_light.gif) no-repeat 0 0;
	height: 24px;
	padding: 6px 0 0 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.stream p {
	margin: 0;
	padding: 0;
}
.stream li a {
	color: #2DB6E8;
}
.stream li {
	padding: 0;
	position: relative;
    font-size: 11px;
	color: #444;
	background: #fff;
    border: 1px solid #D3D3D3;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
    margin-bottom: 4px;
	font-family: Arial, sans-serif;
	line-height: 1.35em;
}
.stream li .inner {
	padding: 10px 10px 0 10px;
	margin: 0;
	position: relative;
	line-height: 1.5em;
}
.stream li .icon {
	position: absolute;
	left: 8px;
	bottom: 5px;
	z-index: 2;
	height: 20px;
}
.stream li .clear {
	clear: both;
}

/* Content blocks */
.stream li .section-intro {
	clear: both;
	display: block;
	font-style: italic;
	padding: 8px 0 5px 35px;
	margin: 0;
	height: 30px;
	color: #fff;
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;  
	-moz-border-radius: 0 0 5px 5px; 
}
.stream li .section-intro a {
	text-decoration: underline;
	margin-right: 3px;
	color: #fff;
}
.stream li .section-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
}
.stream li .section-title a {
	color: #555;
}
.stream li .section-title a:hover {
	color: #2DB6E8;
}
.stream li .section-thumb {
	float: left;
	margin: 0 7px 0 0;
	max-width: 99%;
}
.stream li .section-thumb img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	max-width: 99%;
}
.stream li .section-text {
	display: block;
	margin-bottom: 3px;
}
.stream li .section-text br {
	display: block;
}
.stream li .section-user {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 5px 0 5px 15px;
	line-height: 12px;
	background: url(/comm/images/profile.png) no-repeat 0 5px;
}
.stream li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.stream li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.meta span.shares {
	background: url(/comm/images/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.meta span.views {
	background: url(/comm/images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.meta span.likes {
	background: url(/comm/images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.meta span.comments {
	background: url(/comm/images/comments.png) no-repeat 0 0;
}
.meta span.users {
	background: url(/comm/images/users.png) no-repeat 0 0;
}
.meta span.videos {
	background: url(/comm/images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.stream li .section-meta {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
.stream li .meta.item-comments {
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	min-height: 30px;
	position: relative;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-comments img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}
.stream li .meta.item-likes {
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-likes img {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.stream li.dcsns-error {
	color: #990000;
}
.stream li .section-share {
	display: block;
	margin: 0 0 5px 0;
	padding: 4px 0 0;
	float: right;
}
.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(/comm/images/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
	background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
	background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
	background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
	background-position: 0 -64px;
}
.stream li .section-share a.share-google {
	background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
	background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
	background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
	background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
	background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
	background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
	background-position: -16px -96px;
}
.stream li.dcsns-twitter .section-share .share-facebook, .stream li.dcsns-twitter .section-share .share-google, .stream li.dcsns-twitter .section-share .share-linkedin, .stream li.dcsns-twitter .section-share .share-twitter {
	display:none;
}
/* Toolbar */
.dcsns-toolbar {
	display: none;
	padding: 5px 80px 5px 0;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}
/* Filter */
.dcsns .filter {
	padding: 0;
	margin: 0;
}
.dcsns .filter li {
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0 2px 0 0;
	height: 24px;
}
.dcsns .filter li a {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	height: 24px;
}
.dcsns .filter li img {
	margin: 0;
	height: 22px;
}
/* Controls */
.dcsns .controls {
	position: absolute;
	right: 0;
	top: 7px;
	height: 22px;
	padding: 0;
	z-index: 12;
}
.dcsns .controls li {
	display: inline;
	background: none;
}
.dcsns .controls a {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 0 0 2px;
	background: url(/comm/images/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
	background-position: -44px 0;
}
.dcsns .controls .next {
	background-position: -66px 0;
}
.dcsns .controls .play {
	background-position: 0 0;
}
.dcsns .controls .pause {
	background-position: -22px 0;
}
.dcsns .controls .prev:hover {
	background-position: -44px -22px;
}
.dcsns .controls .next:hover {
	background-position: -66px -22px;
}
.dcsns .controls .play:hover {
	background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
	background-position: -22px -22px;
}

/* feeds network specific styles */
.stream li.dcsns-rss .section-intro, .filter .f-rss a:hover {
	background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro, .filter .f-flickr a:hover {
	background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro, .filter .f-delicious a:hover {
	background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro, .filter .f-twitter a:hover {
	background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro, .filter .f-facebook a:hover {
	background-color: #3b5998;
}
.stream li.dcsns-google .section-intro, .filter .f-google a:hover {
	background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro, .filter .f-youtube a:hover {
	background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro, .filter .f-pinterest a:hover {
	background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro, .filter .f-lastfm a:hover {
	background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro, .filter .f-dribbble a:hover {
	background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro, .filter .f-vimeo a:hover {
	background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro, .filter .f-stumbleupon a:hover {
	background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro, .filter .f-deviantart a:hover {
	background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro, .filter .f-tumblr a:hover {
	background-color: #365472;
}
.stream li.dcsns-instagram .section-intro, .filter .f-instagram a:hover {
	background-color: #413A33;
}
/* Facebook */
.stream li.dcsns-facebook .section-text img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 98%;
}
.stream li.dcsns-facebook .section-text-fb a {
	display:none;
}
.stream li.dcsns-facebook .meta {
	display: block;
	clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
	padding: 0;
	min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
	display: block;
	margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
	display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
	margin-top: 3px;
}
.stream li.dcsns-twitter .section-user {
	padding: 0;
	background: none;
}
.stream li.dcsns-twitter .section-text img {
	margin: 5px 0 0;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 99%;
}
.stream li.dcsns-twitter a {
	color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
	color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
	text-decoration: none;
	margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
	text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
	color: #38AEAE;
	text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
	margin-bottom: 2px;
	display: block;
}
.stream li.dcsns-twitter .twitter-user a {
	color: #999;
	line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
	color: #999;
	text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong{
	color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
	color: #38AEAE;
	text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
	margin-bottom: 5px;
}
.stream li.dcsns-google .meta span.plusones {
	padding-left: 0;
}
/* vimeo */
.dcsns .stream li.dcsns-vimeo .section-title {
	display: block;
	clear: both;
}
.stream li.dcsns-vimeo .section-text {
	margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
	padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
	margin-bottom: 3px;
}
/** Flickr **/
.stream li.dcsns-flickr .section-thumb {
	margin: 0;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
	display: block;
}
.stream li.dcsns-pinterest .section-text {
	clear: both;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
	margin-bottom: 5px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
	background: url(/comm/images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
	display: block;
	float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
	max-width: 250px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 99%;
}
.stream li.dcsns-tumblr .track {
	display: block;
	background: url(/comm/images/tracks.png) no-repeat 0 5px;
	padding: 5px 0 0 17px;
	margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram .section-title {
	font-weight: normal;
	clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
	margin-bottom: 10px;
}
.stream li.dcsns-instagram .section-meta {
	clear: both;
	margin-bottom: 5px;
}
.stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
	margin: 0 0 5px 0;
	padding-top: 5px;
	background-position: 0px 5px;
	float: none;
	font-size: 100%;
	font-weight: bold;
}
table {
    background-color: #d1d6e9;
}
.table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #5386bf;
	color: #fff;
}
.table-striped > tbody > tr:nth-child(2n+1) > td {
	background-color: #e9eef4;
}
.table-striped > tbody > tr:nth-child(2) > td {
	color: red;
	font-weight: bold;
}
	
/*mobile styles */
@media (max-width: 1200px) {
#myCarousel .nav a {
    font-size: 0.95em;
}
ul.topic > li > a, ul.topic > li > ul > li > a {
	font-size: 12px;
}
div#myCarousel.carousel.slide div.row div.col-xs-12.col-md-8.nopadding div.carousel-inner div.item a img {
	height:531px;
}
}

@media (max-width: 992px) {

.affix-secondary-nav {
    bottom: auto;
    position: inherit;
    top: auto;
    width: 100%;
}

#myCarousel .nav-tabs > li {
	width: 33%;
}
.container-fluid {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff, #fff) repeat scroll 0 0;
}
}

/*tablet styles */
@media (min-width: 481px) and (max-width: 768px) {
	#myCarousel .nav a {
    font-size: 1em;
}
div#myCarousel.carousel.slide div.row div.col-xs-12.col-md-8.nopadding div.carousel-inner div.item a img {
	height:400px;
}
#myCarousel.carousel.slide h1 {
    margin-left: 10px;
}
	ul.top-stories-rectangle-tiles > li, ul.rectangle-tiles > li {
		width: 31%;
	}
ul.top-stories-rectangle-tiles > li {
    width: 45%;
}
.affix-secondary-nav {
    bottom: auto;
    position: inherit;
    top: auto;
    width: 100%;
}
#myCarousel .nav-tabs > li {
	width: 33%;
}
#myCarousel.carousel.slide h1 {
	margin:  0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#myCarousel .nav a {
    min-height: 125px;
}
}
@media (max-width: 480px) {
div#myCarousel.carousel.slide div.row div.col-xs-12.col-md-8.nopadding div.carousel-inner div.item a img {
	height:300px;
}	
ul.top-stories-rectangle-tiles > li, ul.rectangle-tiles > li {
	width: 80%;	
}
ul.rectangle-tiles > li:nth-child(1) {
	border-right: 0;
}
#myCarousel.carousel.slide h1 {
	margin:  0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#myCarousel .nav-tabs > li {
	width: 100%;
}
ul.top-stories-rectangle-tiles > li {
    min-height: auto;
}
ul.top-stories-rectangle-tiles > li, ul.rectangle-tiles > li {
    width: 100%;
}
}

@media print {
header, nav, .sub-footer, footer, #secondary-nav, #content div.col-sm-4.col-xs-12, .customHidden {
 display:none;
}
#content {
	width: 100%;
}
}
