
.text-center {
	text-align:center;
}

/* HERO IMAGE */
.heroContainer {
	position:relative;
	margin:0 -15px;
}
.heroCaption {
	width:100%;
	background:#000;
	position:relative;
}
	.heroCaption p {
		color:#fff;
		padding:20px 15px;
		margin:0;
		font-size:15px;
		line-height:22px;
	}

section#resources {
    margin-top:40px;
}

#heroImage .learnMoreBtn {
	display:inline-block;
	background:#40bad4;
	padding:15px 0;
	text-align:center;
	position:relative;
	margin:20px 0 0;
}
	#heroImage .learnMoreBtn:hover {
		background:#00a0be;
    	color:#282828;
	}

/* ACCORDION */
#accordion .row:nth-child(3) {
	margin-top:31px;
}
.accordionTab {
	display:block;
	position:relative;
	margin-top:31px;
}
	.col-sm-4:first-child .accordionTab {
		margin-top:0;
	}
	.accordionTab a {
		text-decoration:none;
		border-bottom:1px solid #000066;
	}
.accordionTab .tabTitle {
	background:#f5f5f5;
	color:#55565a;
	border:1px solid #aaa;
	padding:0 25px;
	cursor:pointer;
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
}
	.accordionTab .tabTitle:after {
		width:50px;
		height:50px;
		position:absolute;
		top:0;
		right:0;
		background:#fff;
		border:1px solid #aaa;
		text-align:center;
		font-size:30px;
		font-weight:300;
		color:#aaa;
		content:"+";
	}
	.accordionTab.activeTab .tabTitle:after {
		content:"-";
	}
	.accordionTab.activeTab .tabTitle, .accordionTab .tabTitle:hover {
		background:#5f7800;
		color:#fff;
	}
.tabContent {
	display:none;
	padding:15px 0 0 0;
}
	.tabContent p {
		margin-top:20px;
		padding:0;
	}
		.tabContent p:first-child {
			margin-top:0;
		}
.allProducts {
	display:block;
	margin-top:20px;
}

/* MARKET INFORMATION */
.marketTableTitle {
	background:#f5f5f5;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	padding:10px;
	margin:25px 0;
}
	.marketTableTitle:first-child {
		margin-top:0;
	}
	.marketTableTitle span {
		float:right;
		text-transform:none;
		font-weight:normal;
	}
.marketLinks a {
	display:inline-block;
	padding:0 10px;
}
	.marketLinks a:first-child {
		padding-left:0;
	}
#commodityTable {
	width:100%;
	font-size:18px;
}
	#commodityTable th {
		text-align:left;
		font-weight:700;
	}
.lastUpdated {
	font-size:14px;
	margin-top:0;
}
#marketForm {
	margin-bottom:10px;
}
#marketSearch {
	width:calc(100% - 45px);
	height:45px;
	line-height:45px;
	padding:0 0 0 10px;
	border:1px solid #55565a;
	border-right:none;
	outline:0;
	color:#707070;
	display:inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.marketSearchSubmit {
	background:url('../Image/global_assets/searcharrow.jpg') 0 0 no-repeat;
	background-size:43px 45px;
	width:43px;
	height:45px;
	border:1px solid #55565a;
	border-left:none;
	outline:0;
	vertical-align:top;
	display:inline-block;
	margin-left:-4px;
}
#bidTable {
	width:100%;
	font-size:18px;
}
	#bidTable th {
		text-align:right;
		font-weight:700;
	}
	#bidTable td {
		text-align:right;
	}

/* RESOURCES */
.resource {
	font-size:18px;
	margin-top:50px;
}
	.resource:first-child {
		margin-top:0;
	}
	.resource a {
		font-size:15px;
	}
.resource img {
	width:100%;
}
.resourceTitle {
	font-weight:bold;
	margin:20px 0;
}
.resourceList {
	margin-bottom:0;
	padding:0;
}
	.resourceList li {
		list-style-type:none;
		font-size:18px;
	}
.resource .learnMoreBtn, .resource .learnMoreBtn:link, .resource .learnMoreBtn:visited {
	display:block;
	width:100%;
	background:#40bad4;
	color:#333;
	padding:15px 0;
	margin-top:20px;
}
	.resource .learnMoreBtn:hover {
		background:#00a0be;
    	color:#282828;
	}
#detailResources .row {
		margin-top:50px;
	}
		#detailResources .row:nth-of-type(-n+2) {
			margin-top:0;
		}

/* RESPONSIVE VIDEOS */
.videoWrapper {
	margin:0 -15px;
}
.embedContainer {
	background:#222224;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
	height:auto;
}
.embedContainer iframe, .embedContainer object, .embedContainer embed { 
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
}
.captionContainer {
	background:#222224;
	display:table;
	height:84px;
	width:100%;
	padding:15px;
}
	.videoCaption {
		display:table-cell;
		vertical-align:middle;
	}
	.videoCaption p {
		display:none;
		color:#fff;
		font-size:18px;
		margin:0;
		padding:0;
	}
.thumbContainer {
	display:block;
	vertical-align:top;
	cursor:pointer;
}
	.thumbContainer.active .thumbOverlay {
		display:block;
	}
.videoThumbs {
	margin:0 -15px;
	padding:25px 0;
	font-size:0;
}
	.videoThumbs .col-sm-3 {
		margin-top:20px;
	}
		.videoThumbs .col-sm-3:first-child {
			margin-top:0;
		}
.thumbOverlay {
	background:rgba(0,0,0,0.6);
	position:absolute;
	display:none;
	height:100%;
	width:100%;
	cursor:pointer;
	z-index:10;
}
.vidThumb {
	position:relative;
	margin:0 -15px;
}
	.vidThumb img {
		width:100%;
	}
	.vidThumb .play {
		position:absolute;
		top:50%;
		left:50%;
		width:30px;
		margin-top:-15px;
		margin-left:-15px;
	}
.vidTitle {
	text-align:left;
}
	.vidTitle p {
		font-size:15px;
		line-height:22px;
		padding:0;
		margin:-5px 0 0 0;
	}
.videoNav {
	display:none;
}
.previousVideo, .nextVideo {
	position:absolute;
	top:50%;
	margin-top:-37px;
}
	.previousVideo img, .nextVideo img {
		height:22px;
	}
	.previousVideo {
		cursor:pointer;
		left:15px;
	}
	.nextVideo {
		cursor:pointer;
		right:15px;
	}

/* CONTENT BLOCK */
#contentBlock {
	background:#f5f5f5;
	margin:40px -15px;
}
    .contentBlock p {
        margin-top:0;
    }
    .contentBlock img {
        width:100%;
    }
#contentBlock2 {
	margin:40px -15px;
}
.contentBlock .top-block {
    margin-bottom:20px;
}
.contentContainer {
	padding:15px;
	display:block;
	width:auto;
}
	.contentContainer .col-md-6 {
		display:block;
		vertical-align:middle;
		float:none;
	}
	.contentContainer p {
		font-size:18px;
		margin:30px 0;
	}
	.contentContainer img {
		width:100%;
	}
.contentTitle {
	color:#5f7800;
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
}

/* BLOG FEED */
.recentTitle {
	font-size:18px;
	font-weight:700;
	margin-top:50px;
	margin-bottom:18px;
}

/* NEWS BLOCK */
#newsBlock {
	margin-top: 40px;
		border-top:1px solid #55565a;
	padding-top:35px;
	font-size:15px;
}
.tweetContainer, .newsContainer {
	line-height:22px;
	padding:35px 0;
	border-bottom:1px solid #55565a;
}
	.tweetContainer:first-child, .newsContainer:first-child {
		padding-top:0;
	}
	.tweetContainer img {
		width:100%;
	}
	.tweetContainer .postDate, .newsContainer .postDate {
		font-size:12px;
	}
	.newsContainer .postTitle {
		font-weight:700;
	}
.follow-btn {
    margin-bottom:35px;
}
    .follow-btn img {
        max-width:100%;
    }
.news-posts {
    margin-top:35px;
}


/* MEDIA QUERIES */
@media only screen and (min-width:768px) {
    .learnMoreBtn, .learnMoreBtn:link, .learnMoreBtn:visited {
        width:225px;
    }
	/* HERO IMAGE */
	.heroContainer {
		margin:0;
	}
	.heroCaption {
		width:60%;
		background:rgba(45,45,45,0.5);
		position:absolute;
		top:20px;
		margin:0;
	}
		.heroCaption p {
			font-size:18px;
		}
	#heroImage .learnMoreBtn {
		display:block;
		position:absolute;
		bottom:30px;
		margin-left:15px;
	}

	/* ACCORDION */
	.col-sm-4 .accordionTab {
		margin-top:0;
	}
	.accordionTab .tabTitle {
		font-size:15px;
	}

	/* MARKET INFORMATION */
	.marketLinks a {
		border-left:1px solid #8e8f91;
	}
		.marketLinks a:first-child {
			border-left:none;
			padding-left:0;
		}

	/* VIDEOS */
	.videoWrapper {
		margin:0;
	}
	.captionContainer {
		padding:0 95px;
	}
	.videoThumbs {
		margin:0;
	}
		.videoThumbs .col-sm-3 {
			margin-top:0;
		}
	.thumbContainer {
		display:inline-block;
		float:none;
	}
	.vidThumb {
		float:none;
	}
		.vidThumb .play {
			width:50px;
			margin-top:-25px;
			margin-left:-25px;
		}
	.vidTitle {
		margin:10px -15px 0 -15px;
	}
		.vidTitle p {
			margin-bottom:20px;
			margin-top:0;
			padding:0;
		}
	.previousVideo {
		cursor:pointer;
		left:89px;
	}
	.nextVideo {
		cursor:pointer;
		right:89px;
	}

	/* RESOURCES */
	.resource {
		margin-top:0;
	}
	#detailResources .row {
		margin-top:100px;
	}
		#detailResources .row:nth-of-type(-n+2) {
			margin-top:0;
		}

	/* CONTENT BLOCK */
	#contentBlock, #contentBlock2 {
		margin:40px 0;
	}
    .contentBlock .top-block {
        margin-bottom:0;
    }
	.contentContainer {
		padding:25px;
	}
	.contentTitle {
		margin:0;
	}

	/* BLOG FEED */
	#blogFeed {
		padding-top:35px;
	}
		#blogFeed img {
			max-width:100%;
		}

	/* NEWS BLOCK */
	#newsBlock {
        margin-top: 40px;
		border-top:1px solid #55565a;
		padding-top:35px;
	}
    .follow-btn {
        margin-bottom:0;
        float:right;
    }
    .news-posts {
        margin-top:0;
    }
}


/*  Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	/* HERO CAPTION */
	#heroImage .learnMoreBtn {
		bottom:50px;
	}

	/* ACCORDION */
	.accordionTab .tabTitle {
		font-size:18px;
	}
	
	/* VIDEOS */
	.previousVideo {
		cursor:pointer;
		left:106px;
	}
	.nextVideo {
		cursor:pointer;
		right:106px;
	}

	/* CONTENT BLOCK */
	.contentContainer {
		display:table;
		width:100%;
		margin:0;
	}
		.contentContainer .col-md-6 {
			display:table-cell;
		}

	/* BLOG FEED */
	.recentTitle {
		margin-top:0;
	}
}


/*  Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/* HERO CAPTION */
	.heroCaption p {
		padding:60px 70px;
		font-size:18px;
		line-height:26px;
	}
	#heroImage .learnMoreBtn {
		margin-left:90px;
	}

	/* VIDEOS */
	.previousVideo {
		cursor:pointer;
		left:132px;
	}
	.nextVideo {
		cursor:pointer;
		right:132px;
	}
}

/*Thrive Feed*/

@charset "utf-8";
/* CSS Document */
.sectionTitle h2 {
	font-size:22px;
	line-height:25px;
}
.thrive-article-container {
	margin-top:20px;
}
.thrive-feed hr {
	border-bottom:2px solid #5F7800;	
	margin:20px 0;
}
.thrive-article-img img {
	max-width:100%;
}
.thrive-article-title {
	margin:5px 0;
}
.thrive-article-title a, .thrive-article-title a:link, .thrive-article-title a:visited, .thrive-article-title a:hover, .thrive-article-title a:active {
	font-size:16px;
	line-height:22px;
	font-weight:700;
	color:#005295!important;
	text-decoration:none!important;
}
.thrive-article-desc p{
	font-size:16px;
	line-height:22px;
	margin:5px 0;
}
.thrive-article-cta a {
	color:#5F7800;
	font-weight:500;
	font-size:16px;
	line-height:22px;
}
.newsBlockClearfix {
	margin-top:60px;
}
