/* START Homepage style - may want to implement on other sections */

.HomePage {      /* Home page .MainSiteContainer 20120712 */

	width: 970px;
}


.HomeContentBg {
	padding-top: 14px;
}

.HomePage .GeneralContainerBox {
	border: none;

}


.HomePage .LeftColumn, .HomePage .RightColumn {
	float: left;
	overflow: hidden;
	border: none;
}



.HomePage .LeftColumn {  /* TEMPORARY!...Remove once sidebar banners are 120x90px */
	margin: 0 10px 0 0;  /* 20120712 */
	width: 120px;
	padding: 0;
}

.HomePage .RightColumn {  /* TEMPORARY!...Remove once sidebar banners are 120x90px */
	padding: 0;
	margin: 0 0 0 10px;  /* 20120712 */
	width: 167px;
	float: right;
}

.CenteredBlock {
	text-align: center;
}

.HomeSection .BreadcrumbWrapper {
	display: none;
}

.HomePage .MainContent {
	width: 663px;
	float: left;
	margin: 0;
}

.HomePage .FeatureSection .GeneralContainerBox {
	float: left;
	margin-bottom: 0;
	position: relative;
	top: 5px;
}

.HomePage .FeatureSection .TopicsRow {
	margin: 9px 0 0;
	padding-top: 9px;
	border-top: 1px solid #b9b9b9;

}

.HomePage .LastSection {
	margin-bottom: 18px;

}

.HomePage .Slideshow {
	width: 180px;
	overflow: hidden;
	min-height: 397px;
}

.HomePage .nivo-controlNav {
	width: 208px;
}

.HomePage .Headlines {
	width: 470px;
	min-height: 393px;
	margin: 0 10px 0 0;
}

.HomePage .NewsList {
	margin: 0 0 6px;
}

.HomePage .NewsList p  {
	color: #999;
}


.HomePage .ChartsContainer img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.NewsSection li {
/*	vertical-align: top;
	margin-right: 10px;
	width: 230px;
	margin-bottom: 5px;*/
}

.NewsSection li + li {
	margin-top: 0;
}

.NewsSection li:nth-child(even) {
	margin-right: 0;
}


.SpotlightNewsList {
	margin-top: 9px;
	padding-top: 18px;
	/*border-top: 1px solid #b9b9b9;*/
}

.TopicBox .greylink {
	color: #6d6e71;
}

.Headlines li:last-child {
	margin-bottom: 0;
}


.Headlines h3 {
	margin: 0;
	font-weight: normal;
	width: 100%;
	max-height: 54px;
	overflow: hidden;
}


.HomePage .Charts {
	width: 208px;
	border: none;
	min-height: 394px;
	margin-right: 8px;
	margin-top: -4px;
	padding-bottom: 0;
}


.Charts .TabsContainer {
	min-height: 192px;
}

.Charts .Content:first-child {
	margin-bottom: 6px;
}

.Charts .TabsContainer div {
	padding: 10px 0 6px;
	background: #fff;
	min-height: 151px;
	text-align: center;
}


.Charts .TabsContainer ul a.selected {
	background: #fff;
}

.TabsContainer a:hover .MoreLinkArrow {
	color: #FFCB08;
}

.TopicBox {
	width: 207px;
	margin: 0 20px 0 0;
	padding-bottom: 0;
}

.TopicBox ul {
	margin-bottom: 9px;
	font-size: 12px;
}

.TopicBox .MoreLinkWrapper {
	margin-bottom: 0;
}

.TopicBox h2 {
	margin-bottom: 6px;
}

.TopicBoxImg {
	margin-bottom: 9px;
}

.LastBox {
	margin-right: 0;
}

.WebForm .Content p {
	margin-bottom: 6px;
}

.RightColumn .WebForm input[type="text"], .RightColumn .WebForm input[type="password"] {
	width: 158px;
}

.LeftColumn .WebForm input[type="email"], .LeftColumn .WebForm input[type="text"]  {  /* Second selector is fallback for browsers which don't have type email */

	width: 112px;
}

.NewsletterSignUp, .SignInBox {
	position: relative;
	top: 5px;
}


.NewsletterSignUp label, .SignInBox label[for="un"], .SignInBox label[for="pw"] {  /* 20121227 */
	display: none;
}

.SignInBox label[for="ssi"] {  /* 20121227 */
	display: inline;
	font-weight: normal;
}

.HomePage .WebForm {
	padding-bottom: 9px;
	margin: 0 auto;
	border: none;
}

.HomePage .LeftColumn .WebForm {
	width: 120px;
}

.HomePage .RightColumn .WebForm {
	width: 167px;
	padding-bottom: 3px;
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 12px;
}

.SignInBox p:last-child {
	clear: right;
	font-size: 11px;
	margin-bottom: 0;
}

.AccessLegend {
	margin: 9px auto;
	font-size: 11px;
	padding: 9px;
	background: #f1f1f1;
}

.AccessLegend img {
	vertical-align: middle;
	margin-right: 4px;
}

.AccessLegend li {
	margin-bottom: 2px;
}

.FirstBoxes {
	padding-top: 15px;
}

.HomePage .PromoContainer {
	padding: 0 0 9px;
}


.SpotlightNewsList li {
	float: left;
	margin-left: 10px;
	width: 150px;
	margin-top: 0;
}

.SpotlightNewsList li:first-child {
	margin-left: 0;
}



.spotlight-image {
	margin-bottom: 9px;
}

.ArticlesAdProContainer img {
	border: 1px solid #5f5f5f;
}

.news {
	margin-bottom:10px;
	overflow: hidden;
    white-space: nowrap;
}

.news h3 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin-bottom:5px;
}

.background {
	position: absolute;
	width:100px;
	height:500px;
	right:0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */"
}

.news {
	position: relative;
}

.homepage-alert {
	padding: 0 !important;
	margin: 0 !important;
	border-width: 0 !important;
}
.homepage-alert a.btn { color: #000 !important;}
.homepage-alert .container {
	width:965px !important;;
	margin: 0 auto !important;;
}
.homepage-alert .alert-text {
	position: relative !important;;
	top: 2px !important;;
}
.homepage-alert .btn-container {
	margin-left: 10px !important;;
}
.homepage-alert .btn-container .btn {
	padding: 5px 12px !important;;
	margin: 5px 0 !important;;
}
/* END Homepage style - may want to implement on other sections */

.nav-pills> li > a {
	font-size: 11px !important;
	padding-bottom: 6px !important;
  padding-top: 6px !important;
}
.nav-pills> li.active > a {
	background: #e5e5e5 !important;
	color: #000
	}
.nav-pills > li > a, .nav-pills > .active > a.hover { color: #000 !important;}
.nav-pills > li {
  margin-bottom: -1px !important;
}

    .eoc-logos {
        float: left;
        /*margin-right:20px;*/
				width: 135px;
				text-align: center;
    }
    .eoc-logos-block {
        margin-top: 5px;
    }


    .more-link {
        clear: left;
        font-size: 0.9em;
        font-weight: bold;
        text-align: center;
        padding-top:10px;
    }


    /*new style added in Dec, 2014 - by Vivien*/
		/*
    .newHomePage  {
    	font-family:'Lato',sans-serif;
    	font-size: 13px;
    	line-height: 1.42857;
    }



    .newHomePage h1, .newHomePage h2, .newHomePage h3, .newHomePage h4, .newHomePage h5, .newHomePage h6 {
    	line-height: 1.1
    }


    .newHomePage .infomine-row {
    	background-image: none;
    }

    .newHomePage .FooterContent p, .newHomePage .FooterContent ul, .newHomePage .FooterContent li {
    	font-family:'Lato',sans-serif;
    }

    .im-footer-quicklinks a {
		font-size: 13px !important;
	}


    .im-footer-popular {
	    font-size: 11px !important;
	    padding-bottom: 5px !important;
	}
*/

    .newHomePage .HomePage {
		width: 1140px;
	}

	.newHomePage .MainSiteContainer {
		width: 1140px; /*was 970px*/
	}

	.newHomePage .NavigationContainer, .newHomePage .HeaderContainer {
		min-width: 1160px; /*was 990px*/
	}

	.newHomePage .NavigationContent,
	.newHomePage .new-feature-marg,
	.newHomePage .universal-bar-content,
	.newHomePage .MastheadContainer,
	.newHomePage .Masthead,
	.newHomePage .main-content-wrapper {
		width: 1160px; /*was 990px*/
	}

	.newHomePage .HomePage .MainContent {
		width: 808px;
	}

	.newHomePage .HomePage .LeftColumn {
		margin-right: 20px;
	}

	.newHomePage .HomePage .Headlines {
		margin-right: 20px;
		width: 540px;
	}

	.newHomePage .HomePage .RightColumn {
		margin-left: 20px;
	}

	.newHomePage  .AdProLeaderboardContainer {
		width: 970px;
		margin: 0 auto;
	}

	.newHomePage .ChartsContainer {
		/*
		float: right; position: static
		*/
		float: left;
		width: 240px;
	}

	.CareersSection.divider {
		border-bottom: none;
	}

	.newHomePage .OutsideBorder {
		border: none !important;
	}

	.stateLabel {
		background-color: #399a39;
		color: #ffffff;
		padding: 1px 5px;
		font-size: 10px;
		position: absolute;
		right: 80px;
	}

/*
	.newHomePage .widgetAlign table {
		margin-left: auto;
		margin-right: auto;
	}

	ul.newList {
		text-align: center;
	}

	ul.newList li {
		display: inline;
	}

*/



/*new style (EduMine courses) added in April 2015 - by Vivien :) */

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

#edumine-courses .course-info {
	margin-top: 20px;
	/*padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;*/
}

#edumine-courses .course-pic {
	width: 180px;
	float: left;
}


#edumine-courses .course-details-block {
	width: 360px;
	float: right;
}

#edumine-courses .course-details {
	margin-left: 10px;
}

#edumine-courses .course-pic-inner {
	/*margin-right: 8px;
	border: 1px solid #dddddd;*/
	padding: 0 6px 6px 6px;

}

#edumine-courses .presenter-pic-inner {
	margin-right: 6px;
	/*border: 1px solid #dddddd;
	padding: 6px;*/
}

#edumine-courses .presenter-pic-inner img {
	/*height: 60px;*/
}


#edumine-courses .presenters-blocks ul {
	list-style: none;
}
#edumine-courses .presenters-blocks ul li {
	float: left;
	width: 50px;
}
#edumine-courses .course-date-location {
	font-size: 11px;
}
#edumine-courses .course-presenters {
	margin-top: 4px;
}
#edumine-courses .course-type {
	font-size: 10px;
	color: #aaaaaa;
	margin-bottom: 5px;
}
#edumine-courses .course-presenters .block-title {
	font-size: 11px;
	margin-bottom: 5px;
}

#edumine-courses .course-title, .block-title {
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row-buffer {
	border-bottom: none;
}

.edumine-block {
	margin: 15px 0;
	}

.NewsDivBlock {
	margin-top: 20px;
}

.NewsDivBlock ul {
		list-style: outside none none;
}

.NewsDivBlock ul li {
	float: left;
	width: 180px;
}

.NewsDivBlock ul li .news-container {
	margin-right: 10px;
}

.NewsDivBlock li + li {
	margin-top: 0;
}

.NewsDivBlock ul li .news-container:last-child {
	margin-right: 10px;
}

	.news-img {
		/*width:150px; height: 100px; overflow hidden;*/
		padding-bottom: 5px;
	}

	.news-img img {
		border: 1px solid #cccccc;

	}

	.edumine-campus-logos {
		margin: 20px 0;
	}


	/*new style - added padding - by Vivien - July 15, 2015*/
	.MainContentWrapper-inner {
		padding: 0 10px;
	}

	.newHomePage .HomePage {
	width: 1160px; /* was 1140px */
	}

	.newHomePage .MainSiteContainer {
	width: 1160px; /*was 1140px*/
	}

	.newHomePage .NavigationContainer, .newHomePage .HeaderContainer {
	min-width: 1180px; /*was 1160px*/
	}

	.newHomePage .NavigationContent,
	.newHomePage .new-feature-marg,
	.newHomePage .universal-bar-content,
	.newHomePage .MastheadContainer,
	.newHomePage .Masthead,
	.newHomePage .main-content-wrapper {
	width: 1180px; /*was 1160px*/
	}

	/*new style - added avatar - fixing issues with the switch dropdown - by Vivien - July 23, 2015*/
	.avatar-group {
		background: url(https://secure.infomine.com/common/assets/images/peoplemine/default-icon-32x32.png) no-repeat;
		min-height:32px;
		padding-left: 22px;
		padding-top: 2px;
	}

	/*new style - added by Vivien on Sep 16, 2015*/
.nav-pills.infomine-hp-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

/*FeedNews css changes*/

.HomePage .FeedNews .FeedNewsItemsContainer {
  border: none;
}

.HomePage .SimpleView .FeedNewsItems {
  background: transparent;
  /*padding: 2px 8px 3px; */
  padding: 4px 8px;
  min-width: auto;
  /*min-height: auto;*/
}

.HomePage .FeedNews .OriginalTitle, .FeedNews .InfoMineTitle {
  width: auto;
}

.random-msg {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 2px 0;
	margin-bottom: 15px;
	font-size: 12px;
}

.random-msg:hover {
	background: #f1f1f1;
	border-bottom: 1px solid #ddd;
}

.random-msg a {
	color: #024184;
}
