/* CSS AND SITE BY BEN DAPPEN 2014 */

html,body {height:100%; margin:0; padding:0;font-family: 'Roboto', sans-serif; line-height:100%; background-color:rgb(137, 122, 103);}
* {background-repeat:no-repeat; margin:0; padding:0;}
a {color:#DBAF02; text-decoration:none;}

h5 {
  font-size: 16px;
  text-transform: uppercase;
}
h6 {
  font-size: 14px;
  font-weight: normal;
}
.wrapper {height:100%; min-height:100%; width:100%;}
.wrapper > .block-wrapper { }
.wrapper > .block-wrapper > .column {}
.left-column {background-color:#897A67;}
.main-content {background-color:#F3F2F0;}

.page-content-wrapper {
  margin-left:245px;
  width:calc(100% - 245px);
  overflow-x:hidden;
  transition:none;
}

/************************************************
HEADER AND MENU
************************************************/

.menu-wrapper {
  position:fixed;
  top:0;
  height:100%;
  width: 245px;
  z-index:2;
}

header.left-column {background-color:#FFF; font-family: 'Roboto Condensed';}
	.main-section {padding:55px 40px;}
	.sc-logo {display:block;}
		.sc-logo > img {width:100%; height:auto;}
	.main-menu > ul {padding:0;margin:40px 0 0 0;list-style:none;}
	.main-menu li.commodity {background-image:url(../img/icons/menu/palm.png); background-position:top right; background-size:contain; margin-bottom:20px;}
		.main-menu li.commodity.c-general {background-image:url(../img/icons/menu/general.png);}
		.main-menu li.commodity.c-soy {background-image:url(../img/icons/menu/soy.png);}
		.main-menu li.commodity.c-timber {background-image:url(../img/icons/menu/timber.png);}
		.main-menu li.commodity.c-cattle {background-image:url(../img/icons/menu/cattle.png);}
		.main-menu li.commodity.c-cocoa {background-image:url(../img/icons/menu/cocoa.png);}
		
	.main-menu li.commodity > a {display:block; padding:15px 0; text-transform:uppercase; color:#897A66; font-weight:700; font-size:15px;}

.additional-section {padding:8px 0px;}
.additional-menu > ul {padding:0; margin:0; list-style:none;}
.additional-menu li {padding:10px 40px; position:relative;}
.additional-menu li > a {color:#FFF; font-weight:normal; font-size:15px; font-family:"Roboto Condensed";}
.additional-menu li:hover {background-color:#A09485;}
.additional-menu li:hover > a {color:#FFF;}

.additional-menu li > ul {
  background-color:transparent;
  display: hidden;
  left: 100%;
  list-style: outside none none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px;
  overflow:hidden;
  z-index:1003;
}
.additional-menu li:hover > ul {display:block; width:175px; height:auto; background-color:#a09485;}
.additional-menu li > ul > li {padding:8px 20px; white-space:nowrap;}
.additional-menu li > ul > li > a {font-size:13px; font-weight:normal;}
.additional-menu li:hover a, .additional-menu a.active {color:#4C3E1C;}
/**** Social Media on main menu ****/
a.sm {
  background-image: url("/img/icons/social_media/fb_white.png?");
  background-size: cover;
  display: inline-block;
  float: right;
  height: 15px;
  margin-left: 15px;
  margin-right: -10px;
  width: 15px;
}
a.sm.twitter {
	background-image: url("/img/icons/social_media/twitter_white.png?");
}
a.sm.linkedin {
	background-image: url("/img/icons/social_media/linkedin_white.png?");
}

/**** HAMBURGER ICON ****/
#trigger-nav {background-image:url(../img/icons/menu.png); background-repeat:no-repeat; background-size:contain; position:fixed; z-index:10020; height:40px; width:35px; height:30px; top:20px; right:20px;}
#trigger-nav > span {display:none;}

/***********************************************
MISC HELPER CLASSES
***********************************************/
.clearer {clear:both;}
.loading {background-image:url(/img/icons/loading.gif); background-position:center center; transition:none;}
.loading * {visibility:hidden !important;}
.close {position:absolute; top:20px; right:20px; background-image:url(/img/icons/close-grey.png); width:33px; height:33px; background-size:contain;}
.close > span {display:none;}

.arrow-icon {background-color:#666; display:inline-block; width:20px; height:20px; border-radius:20px; background-image:url(../img/icons/arrow_right_white.png); background-position:center center; background-size:50%; vertical-align:middle; margin-left:5px; border:1px solid #FFF;}
.read-more {
  color: #897a66;
  font-family: roboto condensed;
  font-size: 14px;
}

/************************************************
LARGE IMAGE
************************************************/

section.banner-content {background-image:url(/img/bgs/shoot_large.jpg); background-size:cover; background-position:bottom; position:relative;}
	.beta {position:absolute; top:0; right:0; display:none;} /* we're out of beta! */
	.share-this {position:absolute; top:40px; right:40px; height:34px; width:34px; background-image:url(../img/icons/share.png); background-size:cover;}
	.share-this > span {visibility:hidden;}
	
	.share-options {
	  font-size: 14px;
	  margin-top: 0;
	  padding: 5px 0 0;
	  position: absolute;
	  right: -5px;
	  text-align: right;
	  top: 0;
	  display:none;
	}
	.share-this:hover .share-options {display:block;}
	
	.share-options > div {
	  background-color: #ffffff;
	  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
	  margin-top: 50px;
	}
	
	.share-options img {
	  max-width: 30px;
	  padding: 5px 0;
	}
	
	.share-options a:first-child {
	  background-image: url("/img/bgs/special/top-tab.png");
	  background-position: top center;
	  margin-bottom: -5px;
	  padding-top: 10px;
	  position: relative;
	  top: -5px;
	}
	
	.share-options a {
		display: block;
		padding: 5px 10px;
		white-space: nowrap;
		color:#897a66;
	}

	.banner-line {
	  padding: 0 63px;
	  position: relative;
	  color:#FFF;
	  line-height:130%;
	  font-size:16px;
	  font-weight:700;
	  max-width:900px;
	}
	section.banner-content h1 {
	  color: #ffffff;
	  font-size: 2em;
	  line-height: normal;
	  margin: 0 0 15px;
	  max-width: 600px;
	  padding: 40px 0 0;
	}

	.whats-the-issue {display:inline-block; width:208px; height:208px; padding:12px; text-align:center; margin:40px 60px; position:relative; background-image:url(../img/bgs/special/dotted_ring.png); background-size:cover;}
		.whats-the-issue > a {display:table-cell; vertical-align:middle; background-color:rgba(248, 204, 46, 0.7); height:204px; width:204px; border-radius:1000px; border:2px solid rgba(255, 255, 255, 0.7);}
		.whats-the-issue > a:hover { background-color:rgba(248, 204, 46, 1); border-radius:1000px; border:2px solid rgba(255, 255, 255, 1);}
		.whats-the-issue > a > span {color:#4C3D1E; font-weight:bold;}
		.whats-the-issue .go-arrow {width:45px; height:45px; position:absolute; bottom:12px; right:12px; background-image:url(../img/icons/arrow_right.png); background-size:cover;}
		
.additional-section {
  border-top: medium dotted #ffffff;
  margin-top: -1px;
}

.content-wrapper {background-color:#F1EFED;padding:0 17px 0 63px;}
.content-wrapper > div {max-width:900px;}


/************************************************
BLOCK: NEWS
************************************************/

.news-wrapper {background-color:#F8CC2E; overflow:hidden;}
	
	.news {
		 color: #4c3d1e;
	}
	
	section.news {
	  float: left;
	  max-width: 400px;
	  overflow: hidden;
	  padding: 30px 0 30px 0px;
	  width: 50%;
	}
		.news > h3, .news-announcement > h3 {
		  color: #fff;
		  font-size: 28px;
		  padding: 0 40px 25px 45px;
		}
		.news-announcement > h3 {
			padding-left:0;
		}
		.news article h4 {
		  font-size: 16px;
		  padding-bottom: 10px;
		}
		.news article, .company-resources article {
		  font-size: 14px;
		  line-height: 1.2em;
		  width: 75%;
		  display:none;
		  opacity:0;
		}
		.news time {
		  background-color: rgba(255, 255, 255, 0.4);
		  color: #8a7a66;
		  display: inline-block;
		  font-size: 10px;
		  font-weight: bold;
		  margin-bottom: 16px;
		  margin-top: -3px;
		  padding: 2px 10px 1px;
		}
		.news time.date-bottom {
		  float: right;
		  margin: 5px 15px;
		}
		.news article.active {display:inline-block !important; opacity:1;}
		.news_controls {float:left; padding-right:15px; width:30px;}
			.news_controls span {display:none;}
			.news_controls > a {display:block; height:30px; width:30px; border-radius:30px; background-image:url(../img/icons/arrow_up.png); background-size:contain;}
			.news_controls > a.next {margin-top:3px; background-image:url(../img/icons/arrow_down.png);}
		.read_more {
		  background-image: url("../img/icons/arrow_right_white.png");
		  background-position: right center;
		  background-size: contain;
		  color: #4c3d1e;
		  display: inline-block;
		  font-size: 14px;
		  font-style: italic;
		  margin-top: 10px;
		  padding-right: 25px;
		}
		

.content-block {color:#897A66;}
	.content-block > h2 {font-size:30px; font-weight:700; line-height:100%; margin-top:-20px;}
	.content-block > h5 {font-size:16px; text-transform:uppercase; padding:10px 0 20px;}
	.market-overview > p, .company-profiles > p {font-size:22px; padding:15px 0; line-height:normal;}


/************************************************
BUTTON FOR SCROLLING TO THE NEXT SECTION
************************************************/
.section-button {width:120px; height:120px; padding:9px; margin:auto; position:relative; top:-70px; background-image:url(../img/bgs/dotted_outline.png); background-size:cover; margin-bottom:-60px; }
	.section-button > a {display:table-cell; vertical-align:middle; width:120px; height:120px; border-radius:100px; background-color:#FFF; text-align:center;}
	.section-button span {
	  color: #897A66;
	  display: block;
	  font-size: 14px;
	  font-weight: 700;
	  padding: 15px 10px 5px;
	  text-align: center;
	  text-transform: uppercase;
	}
	.section-button img {width:20px; height:20px; background-color:#C4BCB2;}
	
/************************************************
TABLE OF MARKET OVERVIEW ON HOMEPAGE
************************************************/
table.market-context {
	  border-collapse: separate;
	  border-spacing: 10px;
	  margin: -10px -10px 25px;
	}
	table.market-context th, table.market-context td {vertical-align:bottom;font-size:14px; width:33.3333%}
	table.market-context th {
	  padding-left: 20px;
	  text-align: left;
	}
	table.market-context td {background-color:#F9CD00;}
	table.market-context th > div {0 padding:20px;}
	table.market-context td > div {padding:20px;  color:#41381B; font-size:20px;}
	table.market-context td > div em {font-size:14px; font-style:normal;}
	
/************************************************
SLIDER TOOL
************************************************/
.slider {width:100%; overflow:hidden;padding-bottom:50px;}
	.slider-frames-wrapper {display:table;}
	.slider-frames {display:table-row; height:100%;}
	.slider-single-frame {display:table-cell; vertical-align:top; height:100%;}
	.slider-single-frame .feature-img {width:100%;height:auto;}
	.slider-frame-content {height:100%;}
	
	.slider-controls {padding:15px 0; margin-top:15px; overflow:hidden; border-top:medium dotted #897A66; position:relative; margin-bottom:20px;}
		.slider-controls > a {
		  background-color: #f8af33;
		  background-image: url("/img/icons/arrow_button_punch_left.png");
		  background-size: contain;
		  border-radius: 100px;
		  height: 30px;
		  left: 0;
		  overflow: hidden;
		  position: absolute;
		  top: 15px;
		  width: 30px;
		}
		.slider-controls > a > span {visibility:hidden;}
		.slider-controls > a.slide-next {left:auto; right:0; background-image: url("/img/icons/arrow_button_punch_right.png");}
		.slider-toggles {display:table; margin:auto;} 
			.slider-toggles > ul {display:table-row; list-style:none;}
			.slider-toggles > ul > li {display:table-cell; padding:4px;}
			.slider-toggles a {height:15px; width:15px; display:block; background-color:#FAAF19;; border-radius:20px; opacity:.5}
			.slider-toggles a.active, .slider-toggles a:hover {opacity:1}
			.slider-toggles a > span {visibility:hidden;}
			

/************************************************
BLOCK: COMPANY
************************************************/
.content-wrapper.company-profiles-wrapper {
  background-color: #F9F8F7; position:relative; clear:both;
}
.content-block.company-profiles {background-color:#F9F8F7;}


/**********************************************************
	COMPANY FILTERING CSS (search results and frame)
**********************************************************/	
	
form.filter-options {
  padding: 30px 0 15px;
}
input[type="search"] {
  background-color: #e7e4e0;
  border: medium none;
  font-size: 14px;
  line-height: 100%;
  padding: 6px;
  width: 180px;
  text-align:center;
  text-transform:uppercase;
  color:#897A66;
}

div.select-option {
	display: inline-block;
	padding: 0px 15px;
	cursor:pointer;
}
div.select-option.active {background-color:#e7e4e0}
span.option-label {display:inline-block; padding:15px 30px 15px 25px; background-image:url(../img/icons/filter.png); background-size:20px 20px; background-position:right center;}

.search .submit-button { background-image:url(../img/icons/search.png); background-size:20px 20px;background-position:right center; width:25px; height:25px; overflow:hidden;}
.search .submit-button > input {
	cursor: pointer;
	opacity: 0;
	width:25px;
}
div.search-bar {float:right; margin-top:10px;}
.search-results {
  list-style: outside none none;
  margin: 0 -10px;
  padding: 0;
  width: calc(100% + 10px);
  overflow:hidden;
  min-height:200px;
  padding-bottom:20px;
}

.search-results.has-active li img {opacity:0.5;}
.search-results.has-active li.active img {opacity:1;}

.search-results li {width:33.3333%; float:left; margin-bottom:-20px;}
.search-results li div {
  background: none repeat scroll 0 0 #ffffff;
  border: 10px solid #f9f8f7;
  border-right:none;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
li.profile-pending > div {
	background-image:url('/img/bgs/special/pending.png');
	background-repeat:no-repeat;
	background-position:top right;	
}
.pending-notice {
  overflow: hidden;
  padding: 80px 20px !important;
  text-align: center;
}
.search-results li.active div {
  border-bottom: medium none;
  border-bottom-color:#FFF; /*so transitions aren't weird*/
  margin-bottom: -10px;
  padding-bottom: 10px;
}
.search-results a.result {
  background-color: #ffffff;
  border: 10px solid #FFF;
  border-spacing: 10px;
  text-align: center;
  vertical-align: middle;
}
.sort-options > li {
  padding: 8px 20px;
}
.sort-options input {
  margin-right: 10px;
  padding-right: 0;
}

/********************************************
	OVERLAY ITEMS
********************************************/
.overlay {background-color:rgba(0,0,0,0.4); position:fixed; height:100%; width:100%; top:0; left:0; z-index:1000;}


@media screen and (max-width: 900px){
  /* Adjust the search for smaller screens */
  
	div.search-bar {
		float: none;
		margin: 10px 0;
		text-align: center;
	}
  .search-results li {width:100%; float:none;}
  .content-wrapper {padding:0 40px;}
}

.search-results a.result > img {max-width:60%; max-height:40%; vertical-align:middle;}
.search-results a.result > span {display:none;}

#load-more-companies {
  border: medium dotted #897a66;
  clear: both;
  color: #897a66;
  float: right;
  margin: -70px auto auto;
  padding: 12px 20px;
  text-align: center;
  width: calc(33% - 54px);
}
#load-more-companies:hover {
	color:#000;
	border-color:#000;
}
.currently-showing-count {
  clear: left;
  color: #333;
  display: block;
  float: left;
  margin-top: 10px;
  padding: 40px;
}

/*********************************************************
SEARCH RESULTS - MINI-DETAILS WINDOW
*********************************************************/
.company-profile-wrapper {
  background-color: #ffffff;
  clear: left;
  float: none;
  margin-bottom: 20px;
  margin-left: 10px;
  min-height: 140px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  top: 20px;
}

.company-profile {display:table; width:100%;}
.single-company {display:table-row;}
.single-company > div {display:table-cell; padding:30px; vertical-align:top;}
.single-company > div.company-context {width:33%; border-right: medium dotted #999;}
.search-result-profile .company-context > h5 {
  padding-bottom: 20px;
}
.company-commitments .read-more {
  display: block;
  padding: 8px 0 0;
  text-align: center;
  max-width:230px;
}
.company-context dt {color:#897a66; font-weight:normal; padding:4px 0;}
.company-context dd {margin-bottom:20px; font-weight:bold; color:#584A2A; padding:4px 0;}
.graph * {transition:none;}
.callout-progress-graph {width:220px; height:230px;}
.callout-progress-graph.no-progress > * {
  opacity: 0.5;
}
.callout-progress-graph.no-progress::after {
  color: #333;
  content: "NO PROGRESS RECORDED";
  display: block;
  opacity: 1;
  position: relative;
  text-align: center;
  top: -145px;
  width: 80%;
}

.commitment-menu {display:table; width:90%; margin-bottom:40px;}
.commitment-toggle > span {display:none;}
.commitment-toggle.null {opacity:0.25; cursor:default;}
.commitment-toggle {width:15%; margin:0 1.33%; height:70px; background-image:url(/img/icons/menu/general.png); background-position:top center; display:table-cell; background-size:contain;}
.commitment-toggle.palm {background-image:url(/img/icons/menu/palm.png);}
.commitment-toggle.soy {background-image:url(/img/icons/menu/soy.png);}
.commitment-toggle.timber--pulp {background-image:url(/img/icons/menu/timber.png);}
.commitment-toggle.cattle {background-image:url(/img/icons/menu/cattle.png);}
.commitment-toggle.cocoa {background-image:url(/img/icons/menu/cocoa.png);}
.commitment-toggle.cocoa {background-image:url(/img/icons/menu/cocoa.svg), linear-gradient(transparent, transparent);}

.commitment-toggle.active {background-image:url(/img/icons/menu/general_active_pointer.png);}
.commitment-toggle.palm.active {background-image:url(/img/icons/menu/palm_active_pointer.png);}
.commitment-toggle.soy.active {background-image:url(/img/icons/menu/soy_active_pointer.png);}
.commitment-toggle.timber--pulp.active {background-image:url(/img/icons/menu/timber_active_pointer.png);}
.commitment-toggle.cattle.active {background-image:url(/img/icons/menu/cattle_active_pointer.png);}
.commitment-toggle.cocoa.active {background-image:url(/img/icons/menu/cocoa-active-pointer.png);}
.commitment-toggle.cocoa.active {background-image:url(/img/icons/menu/cocoa-active-pointer.svg), linear-gradient(transparent, transparent);}

.company-commitments h5 {
  min-height: 4em;
  line-height: 1.3em;
}
.commitment-summary {float:left;}
	.commitment-bullet {display:table; width:210px; height:210px; border-radius:200px; overflow:hidden; background-color:#578C7E; }
	.commitment-bullet > div {display:table-row;}
	.commitment-bullet > div > div {
	  background-image: url("/img/bgs/special/dotted_ring_punchout.png");
	  background-size: cover;
	  color: #ffffff;
	  display: table-cell;
	  line-height: 130%;
	  padding: 25px;
	  text-align: center;
	  vertical-align: middle;
	}
	.commitment-bullet strong {font-size:50px; line-height:55px; display:block;}
	.commitment-bullet span {
	  display: inline-block;
	  font-size: 15px;
	  font-weight: bold;
	  max-height: 100px;
	  max-width: 150px;
	  text-transform: uppercase;
	  line-height:120%;
	}
	.company-commitments > .graph {
		float: right;
		width: 230px;
	}

 .see-full-listing-wrapper {clear:both; text-align:right; padding-top:20px;}
	.see-full-listing {display:inline-block;background-color:#F9CD00; font-size:14px; font-weight:700; text-transform:uppercase; color:#4C3D1B; padding: 10px 12px 8px;}
        .see-full-listing .arrow-icon {margin-left:0; margin-right:-22px;}
		
.last-updated {
  clear: both;
  font-size: 12px;
  font-style: italic;
  padding: 0;
  text-align: center;
}

/**********************************************************
COMMITMENT SLIDER / LIST OF COMMITMENTS CATEGORIES
**********************************************************/			
		
.commitment-cateogies-grid ul {overflow:hidden; list-style:none; margin:0; padding:0;}
	.commitment-cateogies-grid li {width:25%;float:left; max-height:100px; overflow:hidden;}
	.commitment-cateogies-grid li.null {
	  display: none;
	}
	.commitment-cateogies-grid li > a {display:block; padding:0 0 20px; margin-bottom:20px; }
	.commitment-cateogies-grid .commitment-icon {background-color:#999; display:inline-block; height:72px; width:72px; background-image:url(/img/bgs/special/dotted_ring_punchout_F1EFED.png); background-size:cover; position:relative;}
	.commitment-cateogies-grid  .null .commitment-icon {background-color:#897A66;}
	.commitment-cateogies-grid .the-icon {
	  background-position: center center;
	  background-size: 60% auto;
	  display: block;
	  height: 100%;
	  width: 100%;
	}
	.commitment-cateogies-grid .commitment-match-count {
	  background-color: rgba(255, 255, 255, 0.7);
	  border:1px solid rgba(100,100,100,0.7);
	  border-radius: 40px;
	  bottom: -5px;
	  color: #887966;
	  display: inline-block;
	  font-size: 14px;
	  height: 30px;
	  line-height: 30px;
	  position: absolute;
	  right: -5px;
	  text-align: center;
	  width: 30px;
	  font-weight:bold;
	  font-family:'Roboto Condensed';
	}
	.commitment-cateogies-grid .null .commitment-match-count {border-color:#897A66;}
	.commitment-cateogies-grid strong {
	  color: #897a66;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 72px;
	  padding-left: 10px;
	  vertical-align: top;
	}
	.commitment-cateogies-grid strong span {
	  display: inline-block;
	  line-height: 16px;
	  max-width: 100px;
	  vertical-align: middle;
	}
	
	.null .commitment-icon {
	  opacity: 0.4;
	  background-color:#887965 !important;
	}

/**********************************************************
SEARCH FORM CSS
**********************************************************/	

.search-filter-options-wrapper, .search-sort-options-wrapper {background-color:#E7E4E0; overflow:hidden;}
.search-filter-options {display:table; width:100%; }
.filter-types {display:table-row;}
.filter-types > div {display:table-cell; padding:15px;}
.search-filters h5 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
.filter-types li {list-style:none; padding:5px 0;}

/* CSS Checkboxes */
.filter-types input[type="checkbox"], .sort-options input[type="radio"] {display:none;}

.filter-types label span, .sort-options label span {
  border: 2px solid #ffffff;
  border-radius: 14px;
  display: inline-block;
  height: 12px;
  margin: 2px 5px -2px 0;
  padding: 0;
  width: 12px;
}

.filter-types input[type="checkbox"] + label span, .sort-options input[type="radio"] + label span {
	 background-color:transparent;
}

.filter-types input[type="checkbox"]:checked + label span , .sort-options  input[type="radio"]:checked + label span{
	 background-color:orange;
}
/* END CSS Checkboxes */

.filter-footer-wrapper {padding:15px;}
.filter-footer {border-top:medium dotted #897A66; padding-top:15px;}
.filter-footer .form-button {
  background-color: #897a66;
  border: medium none;
  color: #ffffff;
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: -5px;
  padding: 5px 20px;
  text-transform: uppercase;
}


.search-sort-options > div {
	padding: 15px;
}

@media screen and (max-width: 900px){
  /* some CSS here */
  .search-filter-options {display:block;}
  .filter-types {display:block;}
  .filter-types > div {display:block; border-bottom:1px dotted #897A66;}
  
  /* Adjust the menu */
  nav.additional-menu li.active > ul {
	  display: block;
	  left: 0;
	  position: relative;
	  top: auto;
	  width:auto;
  }
}

/*******************************************
	BETA BLOCK STYLES
*******************************************/
div.beta-wrapper {background-color:#F9CD00; padding:0;}
.beta-wrapper a {color:#4C3D1B; font-weight:bold; font-style:italic;}
.content-block.beta-text {
  color: #4c3d1b;
  font-size: 20px;
  padding: 20px 20px 20px 110px;
}

/*******************************************
	FOOTER BLOCK STYLES
*******************************************/
footer.content-wrapper {
  background-color: #fbfbfa;
  padding-left: 100px;
}
.footer-wrapper .content-block {
  border-spacing: 10px;
  display: table;
  max-width: 870px;
  width: 100%;
  padding:20px 0;
}
.footer-wrapper .content-block > section {display:table-row; margin-left:-40px;}
.footer-wrapper .content-block > section > div {display: table-cell; padding:0px 40px;}
.primary-partners > div {border-bottom:medium dotted #DFDCD7;}
.footer-wrapper .content-block > section > div.spacer {
  border-bottom: medium none;
  border-right: medium dotted #dfdcd7;
  padding: 0;
  width: 5px;
  vertical-align:bottom;
}
.spacer:after { /* I know, right... bleh! used to hide some of the border */
  background-color: #fbfbfa;
  color: #fbfbfa;
  content: "x";
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  overflow: hidden;
  position: relative;
  right: -4px;
  vertical-align: bottom;
  width: 4px;
}
.footer-wrapper section p {
  font-weight: bold;
  height: 2.6em;
  line-height: 1.3em;
  padding-bottom: 20px;
}

.contact-info {
  border-top: medium dotted #f9cd00;
  margin-left: -98px;
  padding-left: 146px;
}
.contact-info > div {max-width:800px; text-align:left; padding:10px 0;}
.contact-info > div > * {
  border-right: 1px solid #a69a8b;
  color: #8a7a67;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin-right: 15px;
  padding-right: 15px;
}
.contact-info > div > .contact-email {margin-right:0; padding-right:0; border-right:none;}
footer .imgs-wrapper {
  margin-bottom: 20px;
}
footer .imgs-wrapper > a {
  margin-right: 40px;
  display:inline-block;
}
.imgs-wrapper > a:last-child {
  margin-right: 0;
}
.supported-by .imgs-wrapper img {
  margin-bottom: 10px;
  max-height: 80px;
  max-width: 250px;
}

/******************************************
			TOOL TIP STYLES
*******************************************/

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	transition:none;
}
body .ui-tooltip {
	
}
.ui-tooltip, .arrow:after {
	background: #FFF;
	border: 1px solid #999;
	transition:none;
}
.ui-tooltip {
	padding: 5px 20px;
	color: #333;
	border-radius: 4px;
	font-size:14px;
	font-weight:normal;
	font-family:"Roboto Condensed";
	/*text-transform: uppercase;*/
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.ui-helper-hidden-accessible {display:none;}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	/*box-shadow: 6px 5px 9px -9px black; */
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

/*********************************************
  	STYLES FOR ALTERNATE MENU DISPLAY
*********************************************/
.short-screen .additional-menu {position:relative;}
.short-screen .additional-menu > ul {
  background-color: #897a67;
  bottom: 0;
  left: 100%;
  position: absolute;
  width: 220px;
  z-index: 1000;
  display:none;
}
.short-screen .additional-menu:hover > ul {
	display:block;
}
.short-item a {
  color: #ffffff;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: normal;
  padding: 8px 40px;
}

@media screen and (min-width: 900px) and ( max-height: 650px ){
	div.main-section {
	  padding: 40px 40px 10px;
	}
	body .main-menu > ul {margin-top:30px;}
	body .main-menu li.commodity > a {padding:8px 0;}
	body .additional-menu li {padding-top:8px; padding-bottom:8px;}
	.main-menu li.commodity {
		margin-bottom:10px;	
	}
}


@media screen and (max-width: 900px){
	/* Adjust the footer for smaller screens */
	footer.content-wrapper {padding-left:0;}
	.footer-wrapper .content-block > section > div {display:block;}
	div.beta-wrapper {background-color:#F9CD00; padding:0 40px;}
}

@media screen and (max-width: 900px){
	
	.menu-wrapper {
	  height: auto;
	  position: relative;
	  top: 0;
	  width: 100%;
	}
	
	.main-section {
		padding: 25px 40px;
	}
	
	.sc-logo > img {
	  height: auto;
	  max-height: 100px;
	  width: auto;
	}
	
	.sc-logo {
		display: block;
		text-align: center;
	}
	
	header.left-column {
		height: auto !important;
	}
	
	.banner-line {padding:0 40px;}
	
	.banner-description {
		padding-bottom: 40px;
	}
	.whats-the-issue {
		position: relative !important;
		margin-bottom: 0px;
	}
	/***** MENU ********/
	.main-menu {margin-top:-20px;}
	.main-menu li.commodity {
		margin-bottom: 10px;
	}
	
	/***** SEARCH *****/
	input[type="search"] { 
	  font-size: 18px;
	  padding: 16px;
	  width: 70%;
	}
	span.option-label {
		padding-left:0;	
	}
	
	/***** NEWS ****/
	section.news {
		padding-left: 0;
		width: auto;
		float: none;
		padding-bottom: 80px;	
	}
	
	section.company-resources {
	  float: none;
	  margin-top: -60px;
	  max-width: none;
	  min-width: auto;
	  padding: 30px 0 30px 0;
	}
	
	/***** MAIN PAGE *****/
	.page-content-wrapper {
		margin-left: 0;
		width: auto;
	}
	
	section.banner-content {
		height: auto !important;
	}	
	
	/***** BETA BLOCK *****/
	.content-block.beta-text {
	  line-height: normal;
	  padding: 20px 0;
	}
	
	/***** FOOTER *****/
	footer .imgs-wrapper {
	  text-align: center;
	}
	.contact-info > div > * {
	  border: medium none;
	  padding: 5px 0;
	}
	
	/***** HOMEPAGE GRAPH *****/
	div#commitment-count-by-commodity .highcharts-title {
	  font-size: 14px !important;
	  padding: 5px 20px;
	  width: 120px !important;
	}
	div#commitment-count-by-commodity .pie-data-value {
	  font-size: 30px;
	}
	
	div#commitment-count-by-commodity .pie-data-label > strong {
	  font-size: 14px;
	  padding-bottom: 5px;
	}
	div#commitment-count-by-commodity .pie-data-label {
	  margin-left: 0;
	  margin-top: -10px;
	}
	
	
	/**************************
	COMPANY PAGES
	**************************/
	div.content-block.company-details > div {
	  float: none;
	  margin: 0;
	  min-height: auto;
	  padding: 20px 0;
	  width: auto;
	}
	.logo-wrapper {
	  height: 200px;
	}
	div.commitment-segments {
	  display: block;
	  margin: 0;
	  padding-bottom: 0;
	}
	.commodity-context .commitment-menu {
	  width: 100%;
	}
	.commitment-toggle.active {
	  background-size: contain;
	}
	div.commitment-segments > div {
	  border: none;
	  padding:20px 0;
	  display: block;
	  float: none;
	  vertical-align: top;
	  width: auto;
	}
	div.commitment-segments .commitment-bullet {
	  margin: auto;
	}
	div .graph-segment-frame {
		height:240px;	
	}
	div .y-markers {
	  height: 240px;
	}
	div .progress-graph table {
	  margin-left: -40px;
	  width: 100%;
	}
	div .progress-graph table td {
	  font-size: 10px !important;
	  padding: 1px;
	}
	.progress-graph-wrapper > h5 {
	  padding-top: 20px;
	}
	div .y-axis.second-y-axis {
	  display: none;
	}
	div .y-markers > span {
	  font-size: 10px;
	}
	div .graph-year {
	  display: block;
	  transform: rotate(-90deg);
	}
	div .graph-year:after {
		content:" :";
		color:rgba(255,255,255,0);	
	}
	div .graph-segment-milestones > span {
	  color: #f0efed;
	  left: -10px !important;
	}
	.graph-segment-milestones.tooltip {
	  width: 20px !important;
	}
	div .commitment-cateogies-grid li {
	  float: left;
	  width: 33.33%;
	}
	span.commitment-icon {
	  height: 50px !important;
	  width: 50px !important;
	  float:left;
	}
	div .commitment-cateogies-grid strong {
	  float: left;
	  font-size: 14px;
	  line-height: normal;
	}
	div .commitment-cateogies-grid strong span {
	  display: table-cell;
	  height: 50px;
	  vertical-align: middle;
	}
	
	/******************************
	COMMITMENT TYPES
	******************************/
	div .whats-the-issue.commodity-icon {
	  height: 200px;
	  margin-top: 60px;
	  width: 200px;
	}
	div .whats-the-issue.commodity-icon > a {
	  height: 200px;
	  width: 200px;
	}
	div .commodity-name {right:-40px;}
	
	table.flipped-table th {
	  vertical-align: middle;
	}
	
	/******************************
	NEWS PAGE
	******************************/
	.news-page article.single-news-item {
	  float: none;
	  height: auto;
	  margin-right: 0;
	  padding-bottom: 20px;
	  padding-top: 20px;
	  width: auto;
	}
	
	.news-page article.single-resource-item {
	  float: none;
	  height: auto;
	  margin-right: 0;
	  overflow: hidden;
	  padding: 30px 0 20px;
	  width: auto;
	}
}

@media screen and (max-width: 500px){
	div .commitment-cateogies-grid li {
	  float: left;
	  width: 50%;
	}
	span.commitment-icon {
	  height: 30px !important;
	  width: 30px !important;
	  float:left;
	}
	
	/* Commodities */
	ul li.subtype, ul li.subtype:nth-child(3n-2) {width:100%; background-image:url("/img/bgs/special/dotted_vert.png");
		 background-position:90% 0;
	}
	li span.subtype-spacer {background-image:none;}
	
	/*All company listings */
	ul.all-company-listing-page > li {
		width:auto;
		float:none;
	}
	div.all-company-listing-block {padding-right:40px;}
}

@media screen {
  * { transition:all .5s }
}