/*Main Components*/
.site-module-container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: column wrap;
}
.site-module-content{
    border-top: 10px solid #bab7ad;
    border-left: 1px solid #bab7ad;
    border-right: 1px solid #bab7ad;
    border-bottom: 1px solid #bab7ad;
    padding: 15px;
    background: #fff;
    width: 100%;
}
.homepage-module-divider{
	margin-top: 20px !important;
}
.homepage-header-text{
	margin-bottom: 3px !important;
}
.display-inline{
	display: inline;
}
.homepage-content-row{
	width: 100%;
}
@media screen and (min-width: 768px){
	.desktop-nav-wrapper{
	    height: auto;
	    z-index: 1030;
	    position: sticky;
	    top: 0;
	    width: 100%;
	}
	.homepage-content-row{
		margin: 0px !important;
	}
	body{
		padding-top: 0px !important;
	}
@media screen and (max-width: 767.98px){
	.mobile-homepage-module-divider{
		margin-top: 20px !important;
	}
}
/*****************************/

/*Latest Information Module*/
.latestInformation-container{
	height: 315px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
}
/*****************************/

/*The Leaderboard Module*/
/*2019 Earnings Leaders Section*/
.top-performer-stats > div > ul > li > a{
	border-radius: 4px 4px 0 0 !important;
}
/*************/
/*****************************/

/*Stakes Module*/
.stakesTab-toggles > a{
	border-radius: 4px 4px 0 0 !important;
}
.stakesTab-toggler{
	margin-top: 0px !important;
	max-height: 44px;
}
.stakesTab-toggles{
	max-height: 44px !important;
}
.stakesTab-info{
	margin-top: 0px !important;
}
.bccTable > tbody > tr > th,
.stakesTable > tbody > tr > th {
	border-right: 2px solid white;
	background-color: darkgray;
	color: white;
	position: sticky;
	top: -1px;
}
.bccTable,
.stakesTable {
	margin-top: -1px;
}
.homepage-stakes-pp-col{
	min-width: 60px;
}
.mobile-homepage-bcc-content,
.mobile-homepage-stakes-content{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    font-size: 14px;
}
.mobile-homepage-bcc-item-content,
.mobile-homepage-stakes-item-content {
	margin-bottom: 10px;
	border-bottom: 1px solid lightgrey;
	max-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-homepage-bcc-track,
.mobile-homepage-stakes-track{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}
.mobile-homepage-bcc-items-row,
.mobile-homepage-stakes-items-row {
	width: 100%;
    padding: 0px 10px;
}
.mobile-homepage-bcc-down-arrow,
.mobile-homepage-stakes-down-arrow {
	margin-top: 7px;
}
.mobile-homepage-bcc-nav,
.mobile-homepage-stakes-nav {
	font-size: 14px !important;
}
.mobile-homepage-bcc-item-results-adjust,
.mobile-homepage-stakes-item-results-adjust {
	margin-bottom: 23px !important;
}
@media screen and (max-width: 767.98px){
	.bccTableContent,
	.stakesTableContent {
		height: 329px !important;
		max-height: 329px !important;
		margin: 0px !important;
		overflow: hidden !important;
	}
	.stakesTab-toggler{
		margin: 0px !important;
	}
	.mobile-homepage-bcc-content,
	.mobile-homepage-stakes-content {
		max-height: 329px !important;
		height: 329px !important;
	}
}
/*****************************/

/*STATS Featured Angles Module*/
.stats-upcoming-angles-table > tbody >  tr:nth-child(1) > td{
	background-color: #1D5632;
	color: white;
}
.stats-upcoming-angles-dark-row{
	background-color: #e5e5e5 !important;
}
.stats-upcoming-angles-light-row{
	background-color: white !important;
}
.stats-upcoming-angles-table > tbody > tr:nth-child(n+1) > td{
	border-right: none !important;
}
.stats-upcoming-angles-btns{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.stats-upcoming-angles-btn{
	width: 30% !important;
	height: 40px !important;
	margin: 0px !important;
}

@media screen and (max-width: 767.98px){
	.stats-upcoming-angles-btn{
		font-size: 10px !important;
		padding: 8px 8px !important;
	    display: flex !important;
	    justify-content: center;
	    align-items: center;
	}
}

@media screen and (min-width: 431px){
	.upcoming-special-range-show{
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 430.98px){
	.upcoming-special-range-hide{
		display: none;
	}
	.upcoming-special-range-show{
		display: block;
	}
	.stats-upcoming-angles-table > tbody >  tr:nth-child(1) > th{
		background-color: darkgrey;
		color: white;
	}
	.stats-upcoming-angles-table > tbody > tr:nth-child(2n) > td{
		text-align: center;
	}
}

@media screen and (max-width: 374.98px){
	.stats-upcoming-angles-btn{
		font-size: 8px !important;
	}
}
/*****************************/

/*Free Product Sidebar*/
.free-product-sidebar-container{
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	align-items: center;
}
.free-product-sidebar-body{
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	align-items: center;
}
.free-product-sidebar-btn{
	width: 33% !important;
    font-size: 12px !important;
    margin: 0px !important;
    height: 50px;
    padding: 11px 2px !important;
}
.free-product-sidebar-expand{
	text-align: center;
    font-size: 16px;
    height: 24px;
    margin-top: -2px;
}
.free-product-sidebar-expand-btn{
	background: none;
    border: none;
    outline: none;
    margin-bottom: 6px;
    color: #1D5632;
}
.free-product-sidebar-info{
	height: 17px;
	overflow: hidden;
	width: 100%;
}
.free-product-sidebar-compress-btn{
	display: none;
	background: none;
    border: none;
    outline: none;
    margin-bottom: 6px;
    color: #1D5632;
}
.free-product-sidebar-photo{
	position: relative;
	text-align: center;
	color: white;
	max-width: 100%;
	max-height: 215px; /*this fixes IE*/
}
.free-product-sidebar-photo > img{
	max-height: 215px;
}
.free-product-sidebar-photo-text{
    position: absolute;
    width: 97.5%;
    height: 20px;
    left: 3px;
    bottom: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    font-size: 14px;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.3));
}
.free-product-sidebar-info-dropdown{
	display: flex;
    flex-flow: row;
    justify-content: center;
    margin-bottom: 11px;
}
.free-product-dropdown-arrow{
	top: 2px !important;
}
/*****************************/

/*Virtual Stable Sidebar*/
.sidebar-title,
.virtual-stable-sidebar-title{
    display: flex;
    justify-content: center;
	font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 100;
    font-size: 1rem;
    font-style: italic;
    color: #015739;
}
.virtual-stable-sidebar-img{
	text-align: center;
	margin: 20px 0px;
}
/*****************************/

/*Daily Insights Homepage Module*/
.homepage-title,
.daily-insights-homepage-title{
	text-align: center;
	line-height: 1.1;
    color: #1D5632;
	font-size: 1.375rem;
    -webkit-font-smoothing: antialiased;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
	margin: 10px 0px;
}

.daily-insights-homepage-btns{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.daily-insights-homepage-btn{
	margin: 0px !important;
	height: 40px;
	width: 30% !important;
	display: flex !important;
    justify-content: center;
    align-items: center;
}
.site-module-content > #dailyInsightsHorses thead{
	background-color: #1D5632 !important;
}

@media screen and (max-width: 767.98px){
	.daily-insights-homepage-btn{
		font-size: 10px !important;
	}
	.site-module-content > #dailyInsightsHorses > tbody > tr > .daily-insights-homepage-efigure{
		text-align: center !important;
		padding-left: 5px !important;
		font-size: 15px;
    	font-weight: bold;
	}
}
/*****************************/

/*Top Stories*/
@media screen and (max-width: 767.98px){
	.top-stories-image-margin{
		margin-top: -6px;
	}
	.top-stories-header{
		height: 34px;
	}
}
/*****************************/

/*Owner Spotlight*/
.owner-spotlight > h2{
	margin-bottom: 3px !important;
	height: 25px;
}
.owner-spotlight > h2 > a > img {
	max-height: 35px;
    margin-top: -10px;
}
}
/*****************************/

/*Ads Section*/
@media screen and (max-width: 769px){
	#headerAdWrapperDiv{
		display: flex;
		justify-content: center;
		margin-top:15px
	}
}
@media screen and (min-width: 770px){
	#headerAdWrapperDiv{
		display: flex;
		justify-content: center;
		margin-top:25px
	}
}
#adDiv-topDesktop{
	height: 90px;
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
#adDiv-topMobile{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
	margin-bottom: -5px;
}

@media screen and (min-width: 975px){
	#adDiv1{
		height: auto;
		min-height: 250px;
	}
}
@media screen and (max-width: 974px){
	#adDiv1{
		height: 0;
		margin: 0;
	}
}
	
#contentDesktopAdDiv{
	min-height:90px;
	margin: 25px 0;
}

@media screen and (min-width: 1170px){
	#keenelandGradAdDiv{
		height:90px;
	}
}
@media screen and (max-width: 1169px){
	#keenelandGradAdDiv{
		height:auto;
	}
}

/*****************************/