/* --

Theme Name:		SPOTT
Version: 		1.0
Description: 	SPOTT new Theme
Author: 		AWESEM
Author URI:		http://www.awesem.co.uk/
License: 		All files, unless otherwise stated, are released under the GNU General Public License version 3.0
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html

-- */


/* ---------------------------------------------------

	The main stylesheet is in css/global.css

--------------------------------------------------- */

.master-row {
	min-height: 666px;
}

input, select, button {
	outline: none;
}

::placeholder {
	color: #AAA;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #AAA;
}

::-ms-input-placeholder {
	color: #AAA;
}


/* Hero */

.hero {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	position: relative;
	margin-bottom: 36px;
}

.hero::before {
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 22%, rgba(0,0,0,0.3) 68%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 22%,rgba(0,0,0,0.3) 68%);
	background: linear-gradient(to right, rgba(0,0,0,1) 22%,rgba(0,0,0,0.3) 68%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4d0000',GradientType=1 );
	border: 1px solid #979797;
	background-repeat: repeat-x;
	background-position: 0 0;
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.hero__content {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 67px 55px 55px;
	max-width: 620px;
}

.hero__author {
	color: #80BA27;
	font-size: 22px;
	margin-bottom: 10px;
}

.hero__date {
	font-size: 22px;
	margin-bottom: 37px;
	display: block;
}

.hero__excerpt,
.hero__excerpt p {
	font-size: 18px;
	line-height: 1.66;
}

@media screen and (max-width: 600px) {
	.hero__content {
		padding: 40px 25px;
	}

	.hero::before {
		filter: none;
		background: rgba(0,0,0,1);
	}
}
/* Hero end */

section#comments {
	display: none;
}

/* Limit content */
.limit-content {
	position: relative;
	min-height: 214px;
	max-height: 500px;
	overflow: hidden;
}

.continue-reading {
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 7%, rgba(255,255,255,0.6) 10%, rgba(255,255,255,0.73) 22%, rgba(255,255,255,0.95) 34%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 7%,rgba(255,255,255,0.6) 10%,rgba(255,255,255,0.73) 22%,rgba(255,255,255,0.95) 34%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 7%,rgba(255,255,255,0.6) 10%,rgba(255,255,255,0.73) 22%,rgba(255,255,255,0.95) 34%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#ffffff',GradientType=0 );
	text-align: center;
	padding: 130px 30px 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.continue-reading__title {
	font-size: 26px;
}

.continue-reading__text {
	font-size: 18px;
}

.continue-reading__button {
	display: inline-block;
}
/* Limit content end */

/* Article sidebar */
.dashboard .log-out-link {
	margin-top: 5px;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
}

.sidebar .button {
	text-decoration: none;
	padding: 9px 22px 7px!important;
}

.cog-icon {
	font-size: 155%;
	margin-right: 6px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.dev-share-buttons__text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.sidebar-article-widget {
	margin-bottom: 36px;
}

.sidebar-article-widget--social {
	margin-bottom: 24px;
}

.sidebar-article-widget__title {
	font-size: 21px;
	margin-bottom: 16px;
}

.sidebar-article-widget__tags li {
	display: inline-block;
}

.sidebar-article-widget__tags li::after {
	content: ',';
}

.sidebar-article-widget__tags li:last-child::after {
	content: '';
}

.sidebar-article-widget__assessments li {
	display: block;
}
/* Article sidebar end */

/* Dashboard */
.dashboard .score-links ul li {
	color: #aaaaaa;
}

.dashboard .post-content {
margin-bottom: 40px;
}

.dashboard-section {
	padding-bottom: 40px;
}

.dashboard-section + .dashboard-section {
	padding-top: 40px;
	border-top: 1px solid #D8D8D8;
}

.dashboard-section a:not(.button) {
	text-decoration: underline;
}

.dashboard-section__text p {
	color: #5C5C5C;
	margin-top: 5px;
	margin-bottom: 30px;
}

.dashboard-section__select {
	max-width: 448px;
}

.dashboard-table {
	margin-top: 10px;
}

.dashboard-table th {
	text-align: center;
}

.dashboard-table td {
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
	text-align: center;
}

.dashboard-table .company-id {
	display: none;
}

.dashboard-table tr.company-as-row {
	display: none;
}

.dashboard-table td.dashboard-table__company,
.dashboard-table th.dashboard-table__company,
.dashboard-table td.dashboard-table__number,
.dashboard-table th.dashboard-table__number,
.dashboard-table td.dashboard-table__number-company {
	text-align: left;
}

.dashboard-table td.dashboard-table__number-company {
	padding-left: 18px;
}

@media screen and (max-width: 1100px) {
	.dashboard-table td.dashboard-table__company,
	.dashboard-table th.dashboard-table__company,
	.dashboard-table td.dashboard-table__number,
	.dashboard-table th.dashboard-table__number {
		display: none;
	}

	.dashboard-table tr.company-as-row {
		display: table-row;
	}
}

.dashboard-table .score_colour {
	display: inline-block;
	width: 74px;
	border-radius: 3px;
	color: #FFF;
}

.dashboard-table .score_colour.red { background-color: #ff5961; }
.dashboard-table .score_colour.orange { background-color: #ffc73a; }
.dashboard-table .score_colour.green { background-color: #8cb859; }

.dashboard-table__icons {
	width: 50px;
}

@media screen and (min-width: 780px) {
	.dashboard-table__icons {
		width: 160px;
	}
}

.dashboard-table__icons img {
	cursor: pointer;
}

.dashboard-table__number {
	width: 30px;
	padding-right: 5px;
}

.dashboard-table__x {
	margin-left: 3px;
	margin-right: 3px;
}

.dashboard-table__load-more {
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
}

.dashboard .row-download-assessments a.select-all-companies,
.dashboard .row-download-assessments a.select-all-dates {
	margin-right: 0;
}

.dashboard .row-download-assessments {
	padding-bottom: 0;
}

.dashboard .column-margins > .columns {
	margin-bottom: 20px;
}

.dashboard .column-margins > .columns .dashboard-download-button {
	margin-bottom: 0;
}

.button--assessment {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 12px;
}

.assessment-download {
	margin-top: 40px;
}

.compare-companies-table {
	width: 100%;
	counter-reset: company-counter;
}

.compare-companies-table .company-number:before {
	counter-increment: company-counter +1;
	content: counter(company-counter) ".";
}

.compare-companies-results {
	margin-top: 10px;
}

.comparison-company-row {
	border-top: 1px dashed #e8e8e8;
	padding-top: 8px;
}

.company-accordion .q-a .infos-box .score-icon img,
.comparison-company-row .score-icon img {
	height: 16px;
	width: 16px;
	vertical-align: top;
	position: relative;
	top: 2px;
}

.company-accordion .accordion-icon.not-rounded {
	border-radius: 0px;
}

.compare-companies-table__number {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	vertical-align: middle;
	width: 30px;
}

.compare-companies-table__select {
	margin-bottom: 0;
	display: block;
	width: 100%;
	margin: 0px 0px 5px;
}

.company-accordion .total-results {
	margin: 10px 0px 8px 52px;
	color: #000;
}

.company-accordion .total-results > span > b {
	font-size: 18px;
	text-shadow: 1px 1px #ffffff8f;
}

.company-accordion .multiple-result {
	border-top: 1px solid #ffffffbd;
}

.dashboard-table-margin {
	padding: 30px 0 30px 30px;
}

.dashboard-table-margin button {
	margin-top: 20px;
}

.dashboard label {
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 17px;
	font-size: 18px;
	color: inherit;
}

.dashboard input[type="checkbox"] {
	margin: 0px 2px 0px 0px;
	top: 1px;
}

.pb0 { padding-bottom: 0px!important; }

/* Header icons */
.header-icons {
	margin-bottom: 20px;
}

.header-icons__icon + .header-icons__icon {
	margin-left: 10px;
}

.add-to-favourites__link {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	background: none;
	color: #80ba27;
	font-weight: normal;
}

.add-to-favourites__link:hover,
.add-to-favourites__link:focus {
	color: #6ea022;
	background: none;
	cursor: pointer;
}

.add-to-favourites__text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-align: right;
}

.add-to-favourites__star {
	width: 40px;
	height: 41px;
	display: inline-block;
	background: url(img/star.png) no-repeat;
	vertical-align: middle;
	margin-left: 8px;
}

.add-to-favourites__link--active .add-to-favourites__star {
	background-image: url(img/star-active.png);
}

.label
{
	display: block;
	margin: 0px 0px 5px;
}

.qm-icon {
	display: inline-block;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background-color: #c1c1c1;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	margin-right: 3px;
}

.qm-icon:before {
	display: block;
	content: "?";
	color: #FFF;
	text-align: center;
	width: 23px;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
}

.traffic-light-container li.traffic-light-changes {
	width: 40px;
}

.traffic-light-container li.traffic-light-changes .ng-changes-icon {
	display: inline-block;
	height: 40px;
	min-width: 0px;
	width: 40px;
	border-radius: 50%;
	background-color: #c1c1c1;
	vertical-align: middle;
	margin-top: 4px;
	cursor: help;
}

.traffic-light-container .traffic-light-changes .ng-changes-icon:before {
	display: block;
	content: "?";
	color: #FFF;
	text-align: center;
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
}

@media screen and (min-width: 40em) {
	.header-icons {
		float: right;
		margin-bottom: 0;
		margin-top: -5px;
	}
}

label {
	display: inline-block;
	color: inherit;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	margin: 0px;
}

label input[type="checkbox"]{
	margin: 0px 4px 0px 0px;
	position: relative;
	top: 1px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* AWESEM custom */
.stat-circle__wrapper {
	display: table;
	border-spacing: 10px;
	margin: auto;
	border-collapse: separate;
}

.stat-circle {
	border-radius: 9999px;
	background: #8cb859;
	color: #ffffff;
	text-align: center;
	width: 160px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
}

.stat-circle--yellow {
	background: #ffc73a;
}

.stat-circle--red {
	background: #ff5961;
}

.stat-circle__title {
	color: inherit;
	font-size: 22px;
	margin-bottom: 0;
}

.stat-circle__number-1 {
	font-size: 38px;
}

.stat-circle__number-2 {
	font-size: 26px;
}

@media screen and (max-width: 566px) {
	.stat-circle__wrapper {
		display: block;
	}

	.stat-circle {
		display: block;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.stat-circle__title {
		margin-top: 20px;
		display: inline-block;
	}
}

.dib {
	display: inline-block;
}

.stat-buttons {
	margin-top: 20px;
}

.stat-buttons__caption {
	font-size: 16px;
	display: block;
	/* text-align: right; */
}

.stat-buttons__button {
	float: right;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: 10px;
}

.stat-buttons__button .button {
	margin-bottom: 0;
}

.stat-table {
	margin-bottom: 20px;
}

.accordion .accordion-navigation > a.stat-table__bar--1 {
	background: #cbd1e6;
}

.accordion .accordion-navigation > a.stat-table__bar--2 {
	background: #fde3a8;
}

.accordion .accordion-navigation > a.stat-table__bar--3 {
	background: #869586;
}

.accordion .accordion-navigation > a.stat-table__bar--4 {
	background: #f7c7a4;
}

.accordion .accordion-navigation > a.stat-table__bar--5 {
	background: #f3a296;
}

.accordion .accordion-navigation > a.stat-table__bar--6 {
	background: #9bd7ea;
}

.accordion .accordion-navigation > a.stat-table__bar--7 {
	background: #b29bc6;
}

.accordion .accordion-navigation > a.stat-table__bar--8 {
	background: #f09fc4;
}

.accordion .accordion-navigation > a.stat-table__bar--9 {
	background: #c6b2a9;
}

.accordion .accordion-navigation > a.stat-table__bar--10 {
	background: #c48781;
}

.stat-table__bar-progressbar {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background: #195ea3;
}

.stat-table__bar-progressbar--concerns {
	background: #cc0044;
}

.stat-table__bar-progressbar--2 {
	background: #fcc948;
}

.stat-table__bar-progressbar--3 {
	background: #214f37;
}

.stat-table__bar-progressbar--4 {
	background: #ea7a3b;
}

.stat-table__bar-progressbar--5 {
	background: #e83c4c;
}

.stat-table__bar-progressbar--6 {
	background: #2cb5d7;
}

.stat-table__bar-progressbar--7 {
	background: #6f3f92;
}

.stat-table__bar-progressbar--8 {
	background: #e7228c;
}

.stat-table__bar-progressbar--9 {
	background: #8d6559;
}

.stat-table__bar-progressbar--10 {
	background: #991f34;
}

.stat-table__bar {
	position: relative;
}

.stat-table__bar.stat-table__bar--concerns {
	width: 100%!important;
}

.stat-table__bar-content {
	position: relative;
	z-index: 2;
}

.stat-table__bar-content .title {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
	padding: 1px 0px 0px 0px;
}

.stat-table__bar-content .title:before {
	content: ">";
	display: inline-block;
	margin-right: 11px;
	transition: .6s;
	font-family: monospace;
}

.accordion-navigation.opened .stat-table__bar-content .title:before {
	transform: rotate(90deg);
}

.stat-table ul li .content > ul {
	margin: 0;
	padding: 20px 20px 20px 30px;
	list-style-type: disc;
}

.stat-table ul li .content > ul sup {
	position: absolute;
	margin-top: -3px;
	font-size: 60%;
}

.stat-table ul li .content > ul > li {
	margin-bottom: 20px;
}

.stat-table ul li .content > ul > li:last-child {
	margin-bottom: 0;
}

.stat-table__d-t-right {
	margin-top: 20px;
}

.stat-table__footnote {
	margin: 10px;
	font-size: 14px;
	line-height: 150%
}

@media screen and (min-width: 768px) {
	.stat-table__d-t {
		display: table;
		width: 100%;
	}

	.stat-table__d-t-right,
	.stat-table__d-t-left {
		display: table-cell;
		/* vertical-align: top; */
	}

	.stat-table__d-t-right {
		width: 220px;
		text-align: right;
		margin-top: 0;
	}

	.stat-table__d-t-right .button {
		display: inline-block;
	}
}

.stat-table__company-button:focus {
	outline: none;
}

.stat-table__company-list {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 20px 0;
	line-height: 1;
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}

@media screen and (max-width: 767px) {
	.stat-table__company-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
}

@media screen and (max-width: 590px) {
	.stat-table__company-list {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}

.stat-table__company-list li {
	margin-bottom: 8px;
}

.stat-table__company-wrapper {
	display: none;
}

.stat-table__company-wrapper::before,
.stat-table__company-wrapper::after {
	display: table;
	content:'';
}

.stat-table__company-wrapper::after {
	clear: both;
}

.stat-table__company-wrapper--opened-by-default {
	display: block;
}

.stat-table__company-list-column {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	line-height: 1;
}

.stat-table__company-list-column li {
	margin-bottom: 8px;
}

@media screen and (min-width:768px) {
	.stat-table__company-list-column {
		width: calc(33.33333% - 13.3333333px);
		float: left;
	}

	.stat-table__company-list-column + .stat-table__company-list-column {
		margin-left: 20px;
	}
}

/* Ticker */

.companies-ticker {
	background-color: #565656;
	color: #fff;
	height: 42px;
	border-bottom: 2px solid #999;
}

.companies-ticker ul.webTicker {
	list-style-position: inside;
	max-height: 42px;
	overflow: hidden;
}


.companies-ticker ul.webTicker li {
	list-style: none;
	white-space: nowrap;
	float: left;
	padding: 0px 10px!important;
	line-height: 42px;
	border-left: 1px solid #8e8e8e;
	margin-left: 10px;
}

@media screen and (max-width:64em) {
	.companies-ticker {
		height: auto;
	}
}

.companies-ticker-title {
	font-weight: bold;
	line-height: 40px;
	height: 42px;
	text-align: center;
	font-size: 1rem;
}

.companies-ticker-menu {
	display: none;
	max-height: 500px;
	width: 100%;
	position: absolute;
	overflow-y: scroll;
	background-color: #565656;
	padding: 3px 0px 9px;
	z-index: 150;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

.companies-ticker-menu > a,
.companies-ticker-menu > div {
	display: block;
	padding: 0px 20px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.companies-ticker-menu > div {
	background-color: #424242;
	margin: 20px 0px 8px;
	padding: 4px 20px;
	font-size: 17px;
}

.companies-ticker-menu > div:first-child {
	margin-top: 9px;
}

.companies-ticker-menu a:hover {
	background-color: #6f6f6f;
}

.companies-ticker-menu-container:hover .companies-ticker-menu {
	display: block;
}

a.companies-ticker-company {
	color: #fff;
	white-space: nowrap;
	font-size: 1rem;
}

a.companies-ticker-company:hover,
a.companies-ticker-company:hover span,
a.companies-ticker-company:focus,
a.companies-ticker-company:focus span {
	text-decoration: underline;
}

a.companies-ticker-company span {
	display: inline;
}

a.companies-ticker-company span.trend-up:before {
	content: "▲";
	color: #82c32e;
	font-size: 15px;
}

a.companies-ticker-company span.trend-down:before {
	content: "▼";
	color: #c43232;
	font-size: 15px;
}

a.companies-ticker-company span.trend-neutral:before {
	content: "−";
	color: #AAAAAA;
	font-size: 17px;
	font-family: Arial;
}

.icon-constant {
	height: 2px;
	width: 10px;
	background: #ccc;
	margin: 0 4px 0 6px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

/* a.companies-ticker-company span.companies-ticker-score-green { background-color:#8cb859; }
a.companies-ticker-company span.companies-ticker-score-red { background-color:#ff5961; }
a.companies-ticker-company span.companies-ticker-score-yellow { background-color:#ffc73a; } */

a.companies-ticker-company span.companies-ticker-arrow-green { color:#8cb859; }
a.companies-ticker-company span.companies-ticker-arrow-red { color:#ff5961; }
a.companies-ticker-company span.companies-ticker-arrow-yellow { color:#ffc73a; }


@media screen and (max-width:1024px)
{
	.companies-ticker-menu-container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.companies-ticker-title {
		border-bottom: 2px solid #999;
	}

	.companies-ticker-menu {
		position: relative;
		max-height: 300px;
		border-left: 0px solid #999;
	}
}

#media .awesomplete {
	display: block;
}

#media .company-section select {
	display: inline-block;
	width: auto;
	margin-left: 4px;
	margin-bottom: 0px;
}

.small-button-icon {
	height: 13px;
    position: relative;
    top: -2px;
    margin-right: 4px;
	margin-left: -2px;
}

.bordered-container,
#media .media-container {
	border: 2px solid #d6d6d6;
	padding: 20px 14px 12px;
	border-radius: 5px;
}

#media .link-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 3px;
}

#media .button-icon,
#media-reports-modal .button-icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

#media .media-switch {
	display: inline-flex;
	border: 1px solid #80ba27;
	border-radius: 3px;
}

@media screen and (max-width: 640px) {
	.media-switch {
		margin-bottom: 10px;
	}
}

#media .media-switch > input {
	display: none;
}

#media .media-switch > .label {
	font-size: 18px;
	display: inline-block;
	padding: 3px 10px 4px;
	margin: 0px;
	cursor: pointer;
}

#media .media-switch > input:checked + .label {
	background-color: #80ba27;
	color: #fff;
	cursor: default;
}

#media .media-chart-container {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 7px 10px;
	background-color: #fbfbfb;
	border-radius: 5px;
	height: 167px;
	overflow-x: auto;
}

#media .media-chart-container > .item-container {
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
	margin: 0px 5px;
}

#media .media-chart-container > .item-container:hover {
	opacity: 0.8;
}

#media .media-chart-container > .item-container > .vertical-bar {
	margin: 0px auto 10px;
	width: 22px;
	border-radius: 2px;
}

#media .media-chart-container > .item-container > .indicator-category-icon {
	margin-bottom: 2px;
	cursor: pointer;
}

#media .media-chart-container .indicator-category-icon {
	margin: 0;
}

#media .vertical-separator {
	display: none;
	border-top: 1px solid #e4e4e4;
	margin: 30px 0px 20px;
}

@media screen and (max-width: 1024px) {
	#media .vertical-separator {
		display: block;
	}
}

.modal#media-reports-modal {
	max-width: 894px;
}

#media-reports-modal .filter-box {
	max-width: 550px;
	display: inline-block;
}

#media-reports-modal .filter-box .all-filters-button {
	padding: 6px 10px;
	margin: 10px 10px 0px 0px;
}

#media-reports-modal .filter-box .filter-by-category .all-filters-button {
	position: relative;
	top: 5px;
}

#media-reports-modal .category-icon {
	height: 29px;
	width: 29px;
	border-radius: 50%;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	vertical-align: middle;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: opacity .3s;
			transition: opacity .3s;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#media-reports-modal .category-icon.active {
	opacity: 1;
}

#media-reports-modal .filter-option {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 0px 6px;
	font-size: 15px;
	font-weight: bold;
	opacity: 0.3;
}

#media-reports-modal .filter-option.active {
	opacity: 1;
}

#media-reports-modal .results {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

#media-reports-modal .results .media-report-container {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#media-reports-modal .results .media-report-container .title {
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#media-reports-modal .results .media-report-container .link {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#media-reports-modal .results .media-report-container .category-icon {
	height: 20px;
	width: 20px;
	margin: 0px 2px;
}

@media screen and (max-width: 640px) {
	#media-reports-modal .results .media-report-container .title {
		white-space: normal;
		text-overflow: initial;
		overflow: auto;
	}
}

.carousel-item .title {
	max-height: 73px;
}

.section-company#assessment .expend-assessments-companies-button {
	display: inline-block;
}

.section-company#assessment .expend-assessments-companies-button a {
	display: inline-block;
	margin: 5px 4px 5px 4px;
	padding: 6px 15px;
}

#sliding-popup p {
	font-family: Calibri, "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif!important;
}

#sliding-popup a {
	color: #80ba27!important;
}

.carousel-padding {
	padding: 0 40px;
	max-height: 209px;
	overflow: hidden;
	margin-bottom: 0px;
}

.accordion .accordion-navigation > a.bg-color-5 { background-color: #e23c43; }
.accordion .accordion-navigation > a.bg-color-6 { background-color: #00a9cf; }

/* 20190321 Table style */

.table-progressbar {
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-progressbar .table-progressbar {
	border: 1px solid #000000;
}

@media screen and (min-width: 1000px) {
	.accordion .table-progressbar {
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}

	.table-progressbar {
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}
}

.table-progressbar__progress {
	background: #0D0D0D;
	height: 100%;
	position: relative;
}

.table-progressbar__progress-ending {
	display: block;
	width: 2px;
	height: 11px;
	background: #000;
	position: absolute;
	right: -1px;
	bottom: 0;
}

.company-scores-table--v2 td {
	position: relative;
}

.company-scores-table--v2 tbody td {
	padding-bottom: 23px;
}

.company-scores-table--v2 thead th {
	padding-top: 13px;
	padding-bottom: 30px;
}

.company-scores-table--v2 thead th:nth-child(n+3),
.company-scores-table--v2 tbody td:nth-child(n+3) {
	width: 15%;
}

.company-scores-table--v2 tbody tr {
	background: #fff;
}

.company-scores-table--v2 tbody tr td.cell-n-a {
	background: #ECECEC !important;
}

.company-scores-table--v2 tr + tr td {
	border-top: 1px solid #D6D6D6;
}

.company-scores-table--v2 thead th + th,
.company-scores-table--v2 tbody td + td {
	border-left-color: #D6D6D6;
}

.company-scores-table--v2 thead tr,
.company-scores-table--v2 tbody tr,
.company-scores-table--v2 tbody tr:last-child {
	border-color: #D6D6D6;
}

.company-scores-table--v2 .cell-rank {
	width: 70px;
}

.company-scores-table--v2 .cell-total-score {
	font-weight: bold;
}

.company-scores-table--v2 tr td:not(.cell-company) {
	text-align: right;
}

.table-tooltip {
	position: absolute;
	top: 3px;
	right: 3px;
	border-radius: 9999px;
	padding: 3px;
	width: 19px;
	height: 19px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.cba-assessment-tooltip {
	border-radius: 9999px;
	padding: 4px;
	width: 19px;
	height: 19px;
	display: inline-block;
	cursor: pointer;
}

.table-tooltip::after, .cba-assessment-tooltip::after {
	display: block;
	content:'';
	width: 13px;
	height: 13px;
	background-image: url('data:image/svg+xml;utf8,<svg height="13" viewBox="0 0 13 13" width="13" xmlns="http://www.w3.org/2000/svg"><path d="m8.046 50.488.02626.858h-1.04v-.858c0-.49374.338-.91.806-1.014 1.41258-.30706 1.28128-2.31556-.026-2.522-.84994-.17004-1.56.52416-1.56 1.274h-1.04c0-1.50462 1.38528-2.5727 2.782-2.314 2.36652.43004 2.56178 3.98866.05174 4.576zm-.546 1.352c-.442 0-.78.338-.78.78s.338.78.78.78.78-.338.78-.78-.338-.78-.78-.78zm6.5-2.34c0 3.588-2.912 6.5-6.5 6.5s-6.5-2.912-6.5-6.5 2.912-6.5 6.5-6.5 6.5 2.912 6.5 6.5zm-1.04 0c0-3.016-2.444-5.46-5.46-5.46s-5.46 2.444-5.46 5.46 2.444 5.46 5.46 5.46 5.46-2.444 5.46-5.46z" fill="%23777" transform="translate(-1 -43)"/></svg>');
}

.qtip-spott {
	font-size: 14px;
	color: #fff;
	background: #333;
	border-color: #333;
	line-height: 1.1;
	max-width: 380px!important;
}

.page-template-template-palm-oil-scorecard-v2 .tooltip {
	display: none !important;
}

.tooltip-content-container {
	display: none;
}

.tooltip-content-container a {
	text-decoration: underline;
}

.qtip-default .qtip-icon {
	background: transparent;
	right: 0;
	top: 0;
	border: 0;
	color: #fff;
	padding: 4px;
	font-size: 20px;
}

.qtip-content {
	padding: 10px 26px 10px 16px;
}

/* single company - v2 */
@media only screen and (min-width: 40.001em) {
	.page-title--smaller {
		font-size: 34px;
	}
}

.progressbar__container {
	position: relative;
	padding: 11px 11px 11px;
	font-weight: bold;
	background-color: #F4F4F4;
}

.progressbar__container--no-bg {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

.progressbar__score {
	float: right;
}

@media only screen and (min-width: 40.001em) {
	.progressbar__label {
		font-size: 20px;
	}

	.progressbar__score {
		font-size: 20px;
	}
}

.button--company,
.section-company#assessment .download-assessments-button a,
.section-company#assessment .expend-assessments-companies-button a,
.section-company#assessment .expend-assessments-categories-button a {
	padding: 8px 20px;
	display: inline-block;
	font-size: 14px;
}

.section-company#assessment .assessment-selector-container {
	float: right;
}

.section-company#assessment #assessment-date-selector {
	margin-right: 0px;
}

.company-list-container {
	margin-top: 18px;
}

.company-box {
	display: inline-block;
	width: 33.333%;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 800px) {
	.company-box {
		width: 50%;
	}
}

@media screen and (max-width: 550px) {
	.company-box {
		width: 100%;
	}
}

.button--with-icon {
	padding-left: 40px !important;
	position: relative;
}

.button--with-icon svg {
	position: absolute;
	left: 15px;
}

.fl-r {
	float: right;
}

.mt-20 {
	margin-top: 20px;
}

.button--company svg {
	margin-right: 4px;
}

@media only screen and (min-width: 40.001em) {
	.company-main-content {
		font-size: 18px;
	}

	.company-post-data li {
		display: inline-block;
	}

	.company-post-data li + li::before {
		content: '|';
		margin-left: .75em;
		margin-right: 1em;
	}
}

.company-post-data {
	list-style-type: none;
	margin-left: 0;
}

@media only screen and (min-width: 40.001em) {
	.company-section--bigger {
		font-size: 28px;
	}
}

.button--grey {
	background: #B4B4B4;
}

.accordion-questionmark {
	padding: 3px;
	background: transparent;
	margin: 5px 0 5px -7px;
	float: left;
	cursor: pointer;
}

.accordion-questionmark:hover,
.accordion-questionmark:focus {
	background: transparent;
	outline: none;
}

@media only screen and (max-width: 550px) {
	.accordion-questionmark {
		position: absolute;
		right: 10px;
		top: -1px;
	}

	.company-accordion .title {
		margin-right: 50px;
	}
}

.company-accordion .title {
	margin-left: 25px;
}

.company-wrapper {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.page-template-single-company-v2 .accordion-result {
	width: 370px;
	min-width: 0;
}

.single-company-tweaks .accordion-result {
	margin-left: 0px !important;
	border: 1px solid #333;
	border-bottom: 0px;
}

@media only screen and (min-width: 1000px) {
	.company-wrapper {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.company-side-content {
		width: 330px;
		order: 2;
	}

	.company-main-content {
		width: calc(100% - 380px);
		order: 1;
	}
}

.aw-score {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}

.aw-score__label {
	margin-right: auto;
	padding: 11px 0 19px 11px;
}

.aw-score__points {
	/* text-align: center; */
	padding: 11px 18px 19px 5px;
}

.aw-score__percent {
	width: 125px;
	text-align: center;
	border-left: 1px solid #D8D8D8;
	padding: 11px 0 19px;
}

.progressbar__container--no-padding {
	padding: 0;
}

.aw-bar {
	border: 1px solid #333;
}

.aw-bar .progressbar__container,
.aw-bar .stat-table__bar {
	width: 100%;
}

@media only screen and (min-width: 1000px) {
	.aw-bar {
		display: -webkit-flex !important;
		display: -ms-flex !important;
		display: flex !important;
	}

	.aw-bar .progressbar__container {
		width: 370px;
	}

	.aw-bar .stat-table__bar {
		width: calc(100% - 370px);
	}

	.progressbar__container .aw-score {
		border-left: 1px solid #000;
	}
}

.stat-table__bar--1 {
	background: #cbd1e6;
}

.stat-table__bar--2 {
	background: #fde3a8;
}

.stat-table__bar--3 {
	background: #869586;
}

.stat-table__bar--4 {
	background: #f7c7a4;
}

.stat-table__bar--5 {
	background: #f3a296;
}

.stat-table__bar--6 {
	background: #9bd7ea;
}

.stat-table__bar--7 {
	background: #b29bc6;
}

.stat-table__bar--8 {
	background: #f09fc4;
}

.stat-table__bar--9 {
	background: #c6b2a9;
}

.stat-table__bar--10 {
	background: #c48781;
}

.stat-table__bar--1 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--1 .stat-table__bar-progressbar {
	background: #195ea3;
}

.stat-table__bar--2 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--2 .stat-table__bar-progressbar {
	background: #fcc948;
}

.stat-table__bar--3 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--3 .stat-table__bar-progressbar {
	background: #214f37;
}

.stat-table__bar--4 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--4 .stat-table__bar-progressbar {
	background: #ea7a3b;
}

.stat-table__bar--5 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--5 .stat-table__bar-progressbar {
	background: #e83c4c;
}

.stat-table__bar--6 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--6 .stat-table__bar-progressbar {
	background: #2cb5d7;
}

.stat-table__bar--7 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--7 .stat-table__bar-progressbar {
	background: #6f3f92;
}

.stat-table__bar--8 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--8 .stat-table__bar-progressbar {
	background: #e7228c;
}

.stat-table__bar--9 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--9 .stat-table__bar-progressbar {
	background: #8d6559;
}

.stat-table__bar--10 + .progressbar__container .table-progressbar__progress,
.stat-table__bar--10 .stat-table__bar-progressbar {
	background: #991f34;
}

.aw-company-button-questionmark {
	background: transparent;
	display: inline-block;
}

.aw-company-button-questionmark:hover,
.aw-company-button-questionmark:focus {
	background: transparent;
}

.text-questionmark {
	position: relative;
	bottom: 10px;
	left: 1px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	outline: none;
}

.text-questionmark img {
	width: 20px;
}

.aw-bar .title::before {
	content: '';
	display: block;
	position: absolute;
	left: 12px;
	width: 8px;
	height: 12px;
	background-image: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m3-.80398438 1.17760417-1.19601562 5.82239583 5.90625-5.82239583 5.90625-1.17760417-1.19601562 4.64114583-4.71023438z" fill="%23fff" transform="translate(-2.09375 2.09375)"/></svg>');
	margin-right: 11px;
	transition: .2s transform;
}

.accordion-navigation.opened .aw-bar .title::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Modal CSS */
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 50px 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	overflow-y: scroll;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}

.modal-spinner > div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
	0%,40%,100% { -webkit-transform:scaleY(0.5); }
	20% { -webkit-transform:scaleY(1.0); }
}

@keyframes sk-stretchdelay{
	0%,40%,100% {
		transform:scaleY(0.5);
		-webkit-transform:scaleY(0.5);
	}
	20% {
		transform:scaleY(1.0);
		-webkit-transform:scaleY(1.0);
	}
}

.blocker {
	z-index: 9999;
	background-color: rgba(199, 199, 199, 0.57);
}

.modal {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	max-width: 744px;
	padding: 30px;
}

#bookmark-company.modal {
	max-width: 500px;
}

.modal .aw-score span {
	font-size: 16px;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
}

.modal .aw-score__percent {
	width: 70px;
}

.modal .progressbar__container + .progressbar__container {
	margin-top: 10px;
}

.progressbar__container--disabled .table-progressbar__progress {
	width: 100% !important;
	background: #d2d2d2;
}

.progressbar__container--disabled .table-progressbar__progress .table-progressbar__progress-ending {
	display: none;
}

@media screen and (min-width: 1046px) {
	.page-template-single-company-v2 .expend-assessments-categories-button {
		float: left;
	}

	.page-template-single-company-v2 .expend-assessments-categories-button .button {
		margin-top: 0 !important;
		margin-bottom: 0;
		margin-left: 52px !important;
	}
}

.page-template-single-company-v2 .stat-table__bar-progressbar {
	width: 100%!important;
}

.form-error-message, .form-info-message {
	border: 1px solid #B5747F;
	background-color: rgba(255, 110, 110, 0.75);
	text-shadow: 1px 1px 0px #424242;
	color: #FFFFFF;
	width: 100%;
	padding: 6px 15px 7px;
	margin: 10px 0px 15px;
	font-size: 15px;
	border-radius: 5px;
	vertical-align: top;
	line-height: 20px;
}

.form-error-message b, .form-error-message a,
.form-info-message b, .form-info-message a {
	font-size: 15px;
	color: #FFFFFF;
}

.form-info-message {
	border: 1px solid #41859c;
	background-color: rgba(32, 147, 199, 0.63);
}

/* 20190408 Tweaks */
.page-template-single-company-v2 .company-accordion .q-a .infos-box .score-sources {
	width: 106px;
}

.page-template-single-company-v2 .company-accordion .q-a .infos-box .score-points {
	text-align: right;
	padding-right: 18px;
}

/* 20190513 Tweaks */
.download-menu-centered {
	float: center;
	padding: 0px 0px 10px 10px;
	margin: 5px 50px 10px 50px;
}

.download-menu-centered .image-container {
	text-align: center;
}

.download-menu-centered .image-container img {
	margin: 0px auto;
	border: 2px solid #888;
}

.download-menu-centered .download-menu-button {
	margin: auto;
	margin: 10px 0px 0px;
	text-align: center;
}

.download-menu-centered .download-menu-button a {
	padding: 6px 15px 7px 15px;
	width: 100%;
	margin: auto;
	font-size: 15px;
	display: inline-block;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
	position: relative;
	text-align: center;
	text-decoration: none;
	background-color: #80ba27;
	color: #FFFFFF;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}


/* 20190613 Responsive Hero Section */
.res-hero {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 36px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 30px 20px;
}

/* Size */
.res-hero--small {
	min-height: 140px;
}

.res-hero--medium {
	min-height: 200px;
	padding: 45px 20px;
}

.res-hero--large {
	min-height: 260px;
	padding: 60px 20px;
}

@media only screen and (min-width: 40.001em) {
	.res-hero--small {
		min-height: 170px;
	}

	.res-hero--medium {
		min-height: 230px;
	}

	.res-hero--large {
		min-height: 290px;
	}
}

@media only screen and (min-width: 64.001em) {
	.res-hero--small {
		min-height: 200px;
	}

	.res-hero--medium {
		min-height: 320px;
	}

	.res-hero--large {
		min-height: 420px;
	}
}

/* Vertical alignment */
.res-hero--vertical-top {
	align-items: flex-start;
}

.res-hero--vertical-center {
	align-items: center;
}

.res-hero--vertical-bottom {
	align-items: flex-end;
}

/* Horizontal alignment */
.res-hero--left {
	justify-content: flex-start;
}

.res-hero--center {
	justify-content: center;
}

.res-hero--right {
	justify-content: flex-end;
}

/* Text colour */
.res-hero--text-white * {
	color: #fff;
}

/* Text alignment */
.res-hero--text-left * {
	text-align: left;
}

.res-hero--text-center * {
	text-align: center;
}

.res-hero--text-right * {
	text-align: right;
}

/* Text size */
.res-hero--text-small * {
	font-size: 17px;
}

.res-hero--text-medium * {
	font-size: 21px;
}

.res-hero--text-large * {
	font-size: 32px;
}

@media only screen and (min-width: 40.001em) {
	.res-hero--text-small * {
		font-size: 20px;
	}

	.res-hero--text-medium * {
		font-size: 29px;
	}

	.res-hero--text-large * {
		font-size: 38px;
	}
}

@media only screen and (min-width: 64.001em) {
	.res-hero--text-small * {
		font-size: 1.7vw;
	}

	.res-hero--text-medium * {
		font-size: 2.6vw;
	}

	.res-hero--text-large * {
		font-size: 4vw;
	}
}

/* content */
.res-hero__content > *:last-child,
.res-hero-full-bg__content > *:last-child {
	margin-bottom: 0;
}

/* res-hero-full-bg */
.res-hero-full-bg {
	position: relative;
}

.res-hero-full-bg__content {
	position: absolute;
	left: 20px;
	max-width: calc(100% - 40px);
}

/* Vertical alignment */
.res-hero-full-bg__content--vertical-top {
	top: 20px;
}

.res-hero-full-bg__content--vertical-center {
	top: 50%;
}

.res-hero-full-bg__content--vertical-bottom {
	bottom: 20px;
}

/* Horizontal alignment */
.res-hero-full-bg__content--left {
	left: 20px;
}

.res-hero-full-bg__content--center {
	left: 50%;
}

.res-hero-full-bg__content--right {
	right: 20%;
}

/* Text colour */
.res-hero-full-bg__content--text-white * {
	color: #fff;
}

/* Text alignment */
.res-hero-full-bg__content--text-left * {
	text-align: left;
}

.res-hero-full-bg__content--text-center * {
	text-align: center;
}

.res-hero-full-bg__content--text-right * {
	text-align: right;
}

/* Text size */
.res-hero-full-bg__content--text-small * {
	font-size: 17px;
}

.res-hero-full-bg__content--text-medium * {
	font-size: 21px;
}

.res-hero-full-bg__content--text-large * {
	font-size: 32px;
}

@media only screen and (min-width: 40.001em) {
	.res-hero-full-bg__content--text-small * {
		font-size: 20px;
	}

	.res-hero-full-bg__content--text-medium * {
		font-size: 29px;
	}

	.res-hero-full-bg__content--text-large * {
		font-size: 38px;
	}
}

@media only screen and (min-width: 64.001em) {
	.res-hero-full-bg__content--text-small * {
		font-size: 1.7vw;
	}

	.res-hero-full-bg__content--text-medium * {
		font-size: 2.6vw;
	}

	.res-hero-full-bg__content--text-large * {
		font-size: 4vw;
	}
}

/* Header changes 20190704 */
.page-wrapper,
.slider {
	max-width: none;
}

.master-header {
	padding: 10px 0;
}

.show-logged-in {
	display: none;
}

.logged-in .show-logged-in {
	display: block;
}

.logged-in .show-logged-out {
	display: none;
}

.top-menu > ul > li.user-icon-before {
	padding-left: 30px;
	margin-left: 15px;
	background: url(img/user-black-v2.png) no-repeat 0 50%;
	background-size: 21px 23px;
}

.logged-in .top-menu > ul > li.user-icon-before {
	background-image: url(img/user-green-v2.png);
}

.bookmark-menu-icon {
	max-width: 16px;
	height: auto;
}

.dropdown--dashboard p:not(.bookmarks-dropdown__heading) {
	margin-bottom: 0;
}

.dropdown--dashboard {
	min-width: 200px;
}

.logged-in .dropdown--dashboard {
	min-width: 300px;
}

.has-dropdown--to-left:hover .sub-menu {
	right: 0;
}

.commodity-icon--small {
	width: 24px;
	height: 24px;
	border-width: 1px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	bottom: 0;
}

.icon-checked {
	display: inline-block;
	background-image: url(/wp-content/themes/spott/img/icons/checked.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}

.bookmarks-dropdown-table td {
	vertical-align: middle;
}

.bookmarks-dropdown-table tr:nth-child(odd) td {
	background: #f8f8f8;
}

.bookmarks-dropdown-table__company {
	line-height: 1.1;
	font-size: 16px;
	width: auto;
	text-align: left;
	padding: 4px 4px 4px 6px;
}

.bookmarks-dropdown-table__icon {
	width: 30px;
	padding: 4px;
}

.bookmarks-dropdown-table__score {
	line-height: 1.1;
	font-size: 16px;
	width: 54px;
	padding: 4px 6px 4px 4px;
	text-align: right;
}

.bookmarks-dropdown__heading {
	margin-bottom: 10px;
	display: block;
}

.top-menu > ul li a.bookmarks-dropdown-table__link,
.top-menu > ul li a.bookmarks-dropdown__more {
	text-align: left;
	color: #333;
	height: auto;
	line-height: 1.1;
	display: block;
	overflow: visible;
	font-size: 16px;
	text-transform: none;
}

.top-menu > ul li a.bookmarks-dropdown-table__link:hover,
.top-menu > ul li a.bookmarks-dropdown-table__link:focus,
.top-menu > ul li a.bookmarks-dropdown__more:hover,
.top-menu > ul li a.bookmarks-dropdown__more:focus {
	color: #80ba27;
}

.top-menu > ul li a.bookmarks-dropdown__more {
	font-weight: bold;
	padding: 6px;
	text-align: center;
}

.ticker-arrow {
	margin-left: .15em;
}

.aw-tooltip,
button.aw-tooltip {
	background: transparent;
	display: inline-block;
	color: #3e3e3e;
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #3e3e3e;
	font-weight: normal;
	border-radius: 0;
}

.aw-tooltip:hover,
.aw-tooltip:focus,
button.aw-tooltip:hover,
button.aw-tooltip:focus {
	background: transparent;
	color: #3e3e3e;
}

.homepage-hero {
	padding: 50px 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.homepage-hero__container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.homepage-hero__box {
	padding: 30px;
	width: 100%;
	background: rgba(0,0,0,.75);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.homepage-hero__box--black {
	background: rgba(0,0,0,.60);
	color: #fff;
}

.homepage-hero__box--white {
	background: rgba(255,255,255,.75);
}

@media screen and (max-width:40em) {
	.homepage-hero__box + .homepage-hero__box {
		margin-top: 30px;
	}
}

@media screen and (min-width:40.0001em) {
	.homepage-hero {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.homepage-hero__container {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.homepage-hero__box {
		width: 45%;
		padding: 40px 30px;
	}
}

.homepage-hero__box--black .homepage-hero__box-title {
	color: #fff;
	font-size: 22px;
}

.homepage-hero__box--white .homepage-hero__box-title {
	font-weight: normal;
}


.homepage-hero__box--white .homepage-hero__box-tooltip {
		font-size: 1.11111rem;
		line-height: 1.1;
}

@media screen and (min-width:40.0001em) {
	.homepage-hero__box--white .homepage-hero__box-tooltip {
		font-size: 1.33333rem;
	}
}

.btn-green {
	display: inline-block;
	border-radius: 3px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 12px 20px;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-size: 16px;
	margin: 0;
}

.btn-green .fa {
	margin-left: 8px;
	will-change: transform;
	transition: .2s transform;
	font-size: 15px;
}

.btn-green:hover .fa,
.btn-green:focus .fa {
	transform: translateX(2px);
}

.mobile-buttons .awesomplete {
	width: 100%;
}

@media screen and (max-width: 64em) {
	.search-and-button .searchform {
		display: none;
	}
}

@media screen and (min-width: 64.001em) and (max-width: 1250px) {
	.header-top .col-logo {
		width: 108px;
	}

	.header-top .col-buttons {
		width: 108px;
	}
}

/* legend-box & cell-chart 20190816 */

.legend-box {
	display: inline-block;
}

.legend-box:before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 23px;
	border: 1px solid #333;
	margin: 0px 6px;
	vertical-align: top;
	position: relative;
	top: 6px;
}

.cell-chart-bar.light-green-bg,
.legend-box.light-green-bg:before,
.score-range--light .noUi-connect {
	background-color: #CCECA2;
}

.cell-chart-bar.green-bg,
.legend-box.green-bg:before,
.score-range--medium .noUi-connect {
	background-color: #82CA2F;
}

.cell-chart-bar.dark-green-bg,
.legend-box.dark-green-bg:before,
.score-range--dark .noUi-connect {
	background-color: #54801f;
}

td .cell-chart {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 0px;
	line-height: 0px;
	/*border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	background-color: #FFF;*/
}

td .cell-chart .cell-chart-bar {
	display: inline-block;
	position: relative;
	height: 100%;
}

h2 .title-icon {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 1px;
	vertical-align: baseline;
}

h2 .title-icon[src="/wp-content/themes/spott/img/icons/svgs/cog-black.svg"],
h2 .title-icon[src="/wp-content/themes/spott/img/icons/svgs/bookmark-green.svg"],
h2 .title-icon[src="/wp-content/themes/spott/img/icons/svgs/bookmark-black.svg"]{
	position: relative;
	top: 2px;
}

h3 .title-icon {
	margin-right: 3px;
}

.text-icon {
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-right: 1px;
}

/* Scorecard table 20191001 */

.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.hidden { display: none!important; }
.maxw { width: 100%; }

.cshowhide .expand {
	display: inline;
}

.cshowhide .retract {
	display: none;
}

.cshowhide .expand::after, .cshowhide .retract::after {
	content: ">";
	display: inline-block;
	transform: rotate(90deg);
	width: 22px;
	text-align: center;
	font-family: monospace;
}

.cshowhide .retract::after {
	transform: rotate(-90deg);
}

.cshowhide .contents {
	display: none;
}

.filtered-table-info {
	padding: 4px 10px 3px;
	margin-bottom: 10px;
	background-color: #ececec;
	border-radius: 3px;
	font-style: italic;
	font-size: 15px;
}

.scorecard-table-view-selector {
	height: 32px;
	width: 100%;
	padding: 3px 8px;
}

.scorecard-filter-box {
	display: block;
	margin: 10px 0px;
}

.scorecard-filter-button {
	margin: 0px;
	width: 100%;
}

.scorecard-filter-button.active + .scorecard-filter-master-container {
	display: block;
	position: absolute;
	z-index: 999;
}

.scorecard-filter-master-container {
	display: none;
	border: 1px solid #888;
	border-radius: 3px;
	background-color: #f7f7f7;
	box-shadow: 0px 0px 4px -2px #000;
	margin: 3px 0px 0px;
}

.scorecard-filters-container {
	max-height: 438px;
	overflow-y: scroll;
	font-size: 15px;
	line-height: 22px;
}

.scorecard-filters {
	display: inline-block;
	padding: 10px 15px 0px 10px;
}

.scorecard-filter-buttons {
	padding: 8px 0px;
	border-top: 1px dashed #888;
	margin-top: 8px;
	text-align: center;
}

.scorecard-filter-buttons .button {
	display: inline-block;
	margin-left: 7px;
	margin-bottom: 0px;
	width: 42%;
}

.scorecard-filter-buttons .button:first-child {
	margin-left: 0px;
}

.scorecard-filters input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.scorecard-filters .filter-group {
	margin: 0px 0px 10px 14px;
}

.scorecard-filters .filter-title .slide-arrow {
	display: inline-block;
	position: relative;
	top: 1px;
	height: 18px;
	width: 15px;
	cursor: pointer;
	margin-right: 4px;
	margin-left: -16px;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	transition: .5s;
	font-size: 26px;
	font-family: monospace;
	color: #7ABA20;
}

.scorecard-filters .filter-group.active .filter-title .slide-arrow {
	transform: rotate(90deg);
}

.scorecard-filters .filter-title {
	font-weight: bold;
	cursor: pointer;
}

.scorecard-filters .filter-options {
	margin-left: 26px;
	transition: .4s;
	overflow: hidden;
	height: 0px;
	opacity: 0;
}

.scorecard-filters select.company-selector {
	margin: 4px 0px 5px;
	padding: 2px 9px;
	height: 30px;
	font-size: 16px;
	width: calc(100% - 44px);
}

.scorecard-filters .edit-bookmark-group-button {
	width: 15px;
	height: 30px;
	background-image: url(/wp-content/themes/spott/img/icons/svgs/edit-icon-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 17px;
	float: right;
	margin: 4px 0px 0px 0px;
}

.scorecard-filters .filter-options label {
	white-space: nowrap;
}

.scorecard-filters .filter-group.active .filter-options {
	height: auto;
	opacity: 1;
}

.scorecard-filters .filter-options label {
	display: block;
}

.grecaptcha-badge {
	display: none;
}

/* Dashboard group companies 20191001 */

button.inactive {
	background-color: #BBB;
	cursor: default!important;
}

input.small {
	margin: 4px 0px 5px;
	padding: 4px 8px 5px!important;
	height: 30px;
	font-size: 16px;
	width: 100%;
}

select.small {
	margin: 4px 0px 5px;
	padding: 3px 9px 4px!important;
	height: 30px;
	font-size: 16px;
	width: 100%;
	cursor: pointer;
}

#dashboard .loading-server-response {
	display: block;
	height: 32px;
	width: 32px;
	float: right;
}

#dashboard .bookmark-group-editor {
	margin-bottom: 15px;
}

#dashboard .bookmark-group-companies {
	margin-top: -1px;
	margin-bottom: 10px;
	max-height: 350px;
	overflow-y: scroll;
	border: 1px solid #dbdbdb;
	cursor: default;
	font-size: 16px;
	line-height: 24px;
	counter-reset: company_count;
}

#dashboard .bookmark-group-companies table {
	width: calc(100%);
	border-collapse: collapse;
}

#dashboard .bookmark-group-companies td {
	padding: 0px 7px;
	border: 1px solid #dbdbdb;
}

#dashboard .bookmark-group-companies .company-counter::before {
	counter-increment: company_count;
	content: counter(company_count);
}

#dashboard .bookmark-group-companies tr.even {
	background-color: #F5F5F5;
}

#dashboard .bookmark-group-companies tr:hover {
	background-color: #6f6f6f1f;
}

#dashboard .bookmark-group-companies input[type="checkbox"] {
	margin: 0px;
	cursor: pointer;
}

#dashboard .bookmark-group-companies a,
#dashboard .bookmark-group-companies a:hover {
	color: #3e3e3e;
}

#dashboard .bookmark-group-companies a:hover {
	text-decoration: underline;
}

#dashboard .bookmark-group-companies .icon {
	display: block;
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	margin-top: 1px;
	border-radius: 50%;
	box-shadow: 0px 0px 2px 1px #000;
}

#dashboard .bookmark-group-companies .button-icon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	border-radius: 2px;
	cursor: pointer;
}

#dashboard .bookmark-group-buttons {
	text-align: right;
	margin-top: 15px;
}

#dashboard .bookmark-group-buttons button {
	margin: 0px 0px 0px 10px;
	display: inline-block;
}

#bookmarks .separator {
	border-top: 1px dashed #AAA;
	margin: 15px 0px;
}

#bookmarks label {
	width: 100%;
	cursor: default;
}

#bookmark-company label {
	display: block;
	margin: 0px 0px 10px 0px;
}

#bookmark-company label.company-label {
	margin-bottom: 0px;
}

#bookmark-company label > i {
	display: block;
	margin-bottom: 3px;
}

#bookmark-company label.company-label > i {
	margin-bottom: 0px;
}

#bookmarks label i,
#bookmark-company label i {
	font-size: 16px;
}

#bookmark-company input,
#bookmark-company select {
	width: 100%;
	margin: 0px;
}

#bookmark-company .button-container {
	margin: 20px 0px 0px 0px;
}

#bookmark-company .row.button-container .columns {
	padding: 0px;
}

#bookmark-company .row.button-container .columns.left {
	text-align: left;
}

#bookmark-company .row.button-container .columns.right {
	text-align: right;
}

#bookmark-company .button-container .button {
	display: inline-block;
	max-width: 210px;
}

#bookmark-company .loading-server-response {
	float: right;
}

#bookmark-company .company-info {
	margin: 0px 0px 2px;
	padding: 1px 0px 4px;
	font-weight: bold;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 35px;
}

#bookmark-company .company-info .commodity-icon {
	float: none;
	display: inline-block;
	margin: 0px 5px;
	height: 21px;
	width: 21px;
	bottom: 2px;
	border: 1px solid #FFF;
}

#bookmark-company .link {
	display: inline-block;
	margin-top: 10px;
	font-style: italic;
	font-size: 16px;
}

#bookmarks select.small.bookmark-group-selector {
	width: calc(100% - 84px);
}

#bookmarks .edit-bookmark-group-button,
#bookmarks .delete-bookmark-group-button {
	float: right;
	width: 15px;
	height: 30px;
	background-image: url(/wp-content/themes/spott/img/icons/bin-white.png);
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 17px;
	margin: 4px 0px 0px 8px;
	cursor: pointer;
	outline: none;
	transition: background-color 0s;
}

#bookmarks .edit-bookmark-group-button {
	margin-left: 0px;
	background-image: url(/wp-content/themes/spott/img/icons/svgs/edit-icon-white.svg);
	background-size: 18px;
}

/* 20190923 New company pages */

#favourite {
	text-align: right;
}

.single-company-tweaks .page-title {
	font-weight: bold;
}

.single-company-tweaks .commodity-icon {
	float: none;
	margin-right: 4px;
	bottom: 2px;
	height: 26px;
	width: 26px;
	border: 1px solid #FFF;
}

.button--no-visual {
	background: transparent;
	color: #3e3e3e;
	font-size: 15px;
	display: inline-block;
	padding-left: 0;
	transition: .25s all;
}

.button--no-visual:hover,
.button--no-visual:focus {
	background: transparent;
	color: #80ba27;
}

.button--no-visual-green {
	background: transparent;
	color: #80ba27;
	font-size: 18px;
	display: inline-block;
	transition: .25s all;
}

.button--no-visual-green:hover,
.button--no-visual-green:focus {
	background: transparent;
	color: #80ba27;
}

.button--add-bookmark {
	padding: 11px 0;
	text-align: right;
}

@media screen and (max-width: 64em) {
	.button--add-bookmark {
		display: block;
		margin-left: auto;
	}
}

.button--add-bookmark svg {
	position: relative;
	top: 3px;
}

.button--span-underline {
	text-decoration: none;
}

.button--span-underline span {
	text-decoration: underline;
}

.button--span-underline-hover {
	text-decoration: none;
}

.button--span-underline-hover:hover span,
.button--span-underline-hover:focus span {
	text-decoration: underline;
}

.button--reduced-mb {
	margin-bottom: 3px;
}

.company-header-list {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.single-company-tweaks .download-buttons {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.single-company-tweaks .download-buttons .button {
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 1150px) {
	.company-header-list li {
		display: inline-block;
	}

	.download-buttons {
		justify-content: flex-end;
	}

	.company-header-list li + li::before {
		content: '|';
		display: inline-block;
		margin: 0 6px;
	}
}

@media screen and (max-width: 640px) {
	.sub-header .tar {
		text-align: left;
	}
}

.page-title--no-border {
	border: 0;
	padding-bottom: 0;
}

.page-title--reduced-mb {
	margin-bottom: 0px;
}

.progressbar__container--link {
	display: block;
	color: inherit;
}

.company-show-popups {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.company-show-popups .button:not(.goto-weighting-page-button) {
	margin-bottom: 0;
	padding: 10px 0;
	text-align: right;
	width: auto;
	margin-left: 20px;
}

.company-accordion .q-a.li-padding .question-box .question {
	width: 80%;
	position: relative;
}

.single-company-tweaks .company-accordion .q-a.li-padding .question-box .question {
	width: auto;
}

.company-accordion .q-a.li-padding .question-box .answer {
	font-size: 16px;
}

.company-accordion .media-report-icon {
	width: 20px;
	margin-right: 3px;
}

.question-color-box {
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	background: #eee;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	bottom: -1px;
}

.question-color-box--light-green {
	background: #cfeba1;
}

.question-color-box--medium-green {
	background: #86be30;
}

.question-color-box--dark-green {
	background: #608b1d;
}

.company-panel {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: 1px solid #e8e8e8;
	padding: 0px;
	justify-content: space-between;
}

.company-panel__reports-button {
	padding: 12px 0;
	font-size: 16px;
	display: block;
}

.company-panel__reports-button img {
	position: relative;
	top: -2px;
}

.accordion-navigation .green-bar:not(.green-bar--small) {
	border-top: 0px;
	border-right: 0px;
}

.accordion-navigation .company-panel__reports {
	padding-left: 15px;
}

.company-panel__reports a:hover span,
.company-panel__reports a:focus span {
	text-decoration: underline;
}

.assessment-color--1 {
	color: #195ea3;
}

.assessment-color--2 {
	color: #fcc948;
}

.assessment-color--3 {
	color: #214f37;
}

.assessment-color--4 {
	color: #ea7a3b;
}

.assessment-color--5 {
	color: #e83c4c;
}

.assessment-color--6 {
	color: #2cb5d7;
}

.assessment-color--7 {
	color: #6f3f92;
}

.assessment-color--8 {
	color: #e7228c;
}

.assessment-color--9 {
	color: #8d6559;
}

.assessment-color--10 {
	color: #991f34;
}

.media-list {
	margin: 0;
	list-style-type: none;
}

.media-list__date {
	margin: 10px 0 4px;
	font-size: 15px;
	color: #333;
}

.media-list__link {
	display: block;
}

.media-list__link:hover .media-list__title,
.media-list__link:focus .media-list__title {
	color: #80ba27;
}

.company-question-row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.company-question-row .infos-box {
	float: none;
	order: 2;
	min-width: 200px;
	margin-left: 20px;
}

.company-question-row .question-box {
	order: 1;
}

@media screen and (max-width: 40em) {
	.company-question-row {
		flex-wrap: wrap;
	}

	.company-question-row .question-box,
	.company-question-row .infos-box {
		width: 100%;
	}

	.company-question-row .infos-box {
		margin-top: 16px;
		text-align: right;
	}
}

.media-list__link--external .media-list__title::after,
.media-list__criteria::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('data:image/svg+xml;utf8,<svg height="22" viewBox="0 0 22 22" width="22" xmlns="http://www.w3.org/2000/svg"><g stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" transform="translate(1 1)"><path d="m18.125 10.0005v8.1245h-16.25v-16.25h8.125v-1.875h-7.4995c-1.38075 0-2.5005 1.119-2.5005 2.5005v14.99925c0 1.3815 1.11875 2.50025 2.50025 2.50025h14.99925c1.38125 0 2.5005-1.11875 2.5005-2.50025v-7.49925z"/><path d="m12.5 0v1.875h4.29875l-13.0485 13.0485 1.3255 1.3265 13.04925-13.04925v4.2995h1.875v-7.50025z"/></g></svg>');
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 2px;
	margin-left: 3px;
}

.media-list__criteria::after {
	margin-left: 8px;
	margin-right: 0px;
}

.score-disclosure {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	font-size: 16px;
}

.score-disclosure .accordion-result {
	float: none;
}

.button--breakdown {
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 0;
	padding-left: 0;
}

.button--breakdown-accordion {
	padding: 15px 10px 15px 0;
}

.button--breakdown:hover,
.button--breakdown:focus {
	color: #80ba27;
	outline: none;
	text-decoration: underline;
}

.button--breakdown::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m3-.80398438 1.17760417-1.19601562 5.82239583 5.90625-5.82239583 5.90625-1.17760417-1.19601562 4.64114583-4.71023438z" fill="%2380ba27" transform="translate(-2.09375 2.09375)"/></svg>');
	transform: rotate(90deg);
	margin-left: 11px;
	padding-left: 0;
	padding-right: 0;
}

.button--breakdown.expanded::after {
	transform: rotate(-90deg);
}

.score-disclosure__label {
	margin-bottom: 0;
	margin-right: 19px;
	font-size: 16px;
	font-weight: normal;
}

.green-bar {
	position: relative;
	height: 50px;
	border: 1px solid #333;
}

.green-bar--small {
	height: 14px;
	background-color: #FFF;
}

.green-bar-wrapper {
	position: relative;
	height: 14px;
}

.draw-sub-bars {
	position: absolute;
	height: 69px;
	width: 1px;
	top: 16px;
	left: -1px;
	background: #333;
}

.draw-sub-bars.two-bars {
	height: 50px;
}

.green-bar-inner {
	position: absolute;
	top: 0;
	bottom: 0;
}

.green-bar-wrapper .green-bar-inner {
	top: 1px;
	bottom: 1px;
}

.green-bar-inner--light {
	background: #cfeba1;
	left: 0;
}

.green-bar-inner--medium {
	background: #86be30;
}

.green-bar-inner--dark {
	background: #608b1d;
}

.score-disclosure-extended {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.score-disclosure-extended--accordion {
	margin-bottom: 0;
}

.score-disclosure-extended__right {
	background: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 10px;
}

.score-disclosure-extended__left {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding-left: 42px;
	padding-right: 15px;
}

.green-bar-legend {
	background: #f4f4f4;
	max-width: 400px;
	width: 100%;
}

.green-bar-legend__list {
	list-style-type: none;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	padding: 17px 10px 6px;
}

.green-bar-legend__list li {
	height: 24px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}

.green-bar-legend__main-bar {
	position: relative;
}

.green-bar-legend__main-bar::before {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	background: #eee;
	position: absolute;
	left: -33px;
	top: 4px;
}

.green-bar-legend__main-bar--light::before {
	background: #cfeba1;
}

.green-bar-legend__main-bar--medium::before {
	background: #86be30;
}

.green-bar-legend__main-bar--dark::before {
	background: #608b1d;
}

.green-bar-legend__sub-bar .green-bar-legend__label {
	padding-left: 12px;
}

.green-bar-legend__sub-bar {
	position: relative;
}

.green-bar-legend__sub-bar::before {
	position: absolute;
	height: 24px;
	width: 1px;
	content: '';
	display: block;
	top: 0;
	left: 0;
	background: #333;
}

.green-bar-legend__sub-bar--last::before {
	height: 12px;
}

.green-bar-legend__sub-bar::after {
	width: 5px;
	height: 1px;
	background: #333;
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 1px;
}

.green-bar-legend__left-numbers,
.green-bar-legend__right-numbers,
.green-bar-legend__label {
	height: 24px;
	display: block;
}

.green-bar-legend__label {
	margin-right: auto;
}

.green-bar-legend__right-numbers {
	min-width: 64px;
	position: relative;
	text-align: right;
}

.green-bar-legend__left-numbers {
	min-width: 110px;
	text-align: right;
	padding-right: 8px;
}

.green-bar-legend__right-numbers::before {
	content: '|';
	display: block;
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}

.green-bar-wrapper + .green-bar-wrapper {
	margin-top: 10px;
}

.green-bar-legend__numbers {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.score-disclosure__expand-wrapper {
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-self: flex-end;
}

.single-company-tweaks .company-profile {
	margin-bottom: 0;
}

.single-company-tweaks .aw-company-button-questionmark {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	margin-top: 9px;
}

.score-disclosure__help-button-wrapper {
	text-align: right;
}

#disclosure-main .score-disclosure-extended__right {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.score-disclosure__right,
.score-disclosure-extended__right {
	width: 370px;
	border-bottom: 1px solid #000;
}

.score-disclosure-extended__right {
	border: 1px solid #333;
	border-top: 0px;
	padding-bottom: 12px;
}

.company-panel .disclosure-hide .score-disclosure-extended__right {
	border-right: 0px;
}

.single-company-tweaks .aw-company-button-questionmark {
	margin-right: 20px;
}

@media screen and (max-width: 980px) {
	.company-panel {
		flex-wrap: wrap;
		padding: 0 15px 0 15px;
	}

	.company-panel__reports,
	.company-panel__score {
		width: 100%;
	}

	.accordion-navigation .green-bar:not(.green-bar--small) {
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}

	.accordion-navigation .company-panel__score {
		margin-bottom: 15px;
	}

	.accordion-navigation .company-panel__reports {
		padding-left: 0px;
	}

	.company-panel .disclosure-hide .score-disclosure-extended__right {
		border-right: 1px solid #000;
	}

	.accordion-navigation .stat-table__bar:not(.stat-table__bar--concerns) {
		border-bottom: 1px solid #000!important;
	}
}

@media only screen and (max-width: 828px) {
	#disclosure-main .score-disclosure-extended__right,
	#disclosure-main .score-disclosure-extended__left {
		border: 1px solid #333;
	}

	.company-panel .disclosure-hide {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.company-panel .disclosure-hide .score-disclosure-extended__right {
		border-right: 0px;
		border-bottom: 0px;
	}

	.company-panel .disclosure-hide .score-disclosure-extended__left {
		border-top: 1px solid #000;
	}

	.company-panel .disclosure-hide .score-disclosure-extended__left .green-bar-legend__list {
		padding: 10px 14px 8px;
	}

	#disclosure-main .score-disclosure-extended__left {
		border-top: 0px solid #333;
	}

	.score-disclosure__help-button-wrapper {
		float: right;
	}

	.score-disclosure__left--main {
		margin-top: 10px;
	}

	.score-disclosure-extended {
		flex-wrap: wrap;
	}

	.green-bar-legend {
		max-width: none;
	}

	.score-disclosure-extended__right {
		width: 100%;
		order: 1;
		border-left: 1px solid #333;
	}

	.score-disclosure-extended__left {
		width: 100%;
		order: 2;
		background: #f4f4f4;
		border-left: 1px solid #333;
	}

	#disclosure-main .score-disclosure-extended__left {
		padding: 0px;
	}

	.weighting-settings .score-disclosure-extended__left {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}

	.score-disclosure__expand-wrapper {
		order: 3;
	}

	.score-disclosure {
		flex-wrap: wrap;
	}

	.score-disclosure__left {
		order: 1;
		width: 100%;
	}

	.score-disclosure__right {
		order: 2;
		width: 100%;
	}

	.weighting-settings .green-bar-legend__list--spacing-hide-numbers li {
		margin-bottom: 7px!important;
	}

	.weighting-settings .aw-score-box .aw-score-box__title {
		border-top: 1px solid #000!important;
		border-left: 1px solid #000!important;
		border-right: 1px solid #000!important;
		border-bottom: 0px!important;
	}
}

.disclosure-hide {
	display: none;
	overflow: hidden;
}

.single-company-tweaks .company-accordion .accordion-navigation .content {
	border: 1px solid #333;
	border-top: 0;
}

.single-company-tweaks .company-profile > li {
	padding: 6px 0px;
}

.single-company-tweaks .section-company {
	margin-bottom: 10px;
}

.single-company-tweaks .section-company#profile ul.company-profile .li-collapsing-row {
	padding: 3px 0px;
}

.cell-excerpt {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.concerns-cell-icon {
	display: inline-block;
	height: 14px;
	width: 15px;
	margin-right: 4px;
	background-image: url(img/icons/indicators/concerns.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1px;
	position: relative;
	top: 1px;
}

/* Table sorter v2 */

.tablesorter th,
.tablesorter-header {
	outline: none;
	cursor: pointer;
	white-space: nowrap;
}

.ico-sort {
	display: none;
}

.tablesorter-headerUnSorted .ico-sort {
	display: inline-block;
	background-image: url('img/sprite/ico-unsorted.png');
	background-position: center;
}

.tablesorter-headerDesc .ico-sort {
	display: inline-block;
}

.tablesorter-headerAsc .ico-sort {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-separation-bar {
	margin: 8px 0px 20px;
}

.shepherd-content header {
	display: none;
}

.shepherd-content footer button {
	margin-bottom: 0px;
}

#trend-tracker-chart-container {
	height: 300px;
}

.trend-tracker-legends {
	font-size: 14px;
	line-height: 18px;
	margin-left: 10px;
}

.trend-tracker-legends > div:before {
	content: "";
	display: inline-block;
	width: 22px;
	margin-right: 8px;
	vertical-align: middle;
}

.trend-tracker-legends .legend-line-icon:before {
	height: 0px;
	position: relative;
	bottom: 1px;
}

.trend-tracker-legends .legend-line-icon.legend-color-black:before {
	border-top: 2px dashed #333333;
}

.trend-tracker-legends .legend-square-icon:before {
	height: 12px;
	position: relative;
	bottom: 1px;
}

.trend-tracker-legends .legend-square-icon.legend-color-black:before {
	background-color: #000000;
}

.trend-tracker-legends .legend-square-icon.legend-color-grey:before {
	background-color: #777777;
}

.button-modal:after {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(/wp-content/themes/spott/img/icons/svgs/modal-green.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 1px;
	position: relative;
	top: 6px;
}

.button-modal.button-bookmark:after {
	background-image: url(/wp-content/themes/spott/img/icons/svgs/bookmark-green.svg);
}

.aw-score--draw-border {
	border: 1px solid #000;
	border-bottom: 0;
}

.single-company-tweaks .sh-link a {
	text-decoration: underline;
}

.single-company-tweaks .sh-link a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m3-.80398438 1.17760417-1.19601562 5.82239583 5.90625-5.82239583 5.90625-1.17760417-1.19601562 4.64114583-4.71023438z" fill="%2380ba27" transform="translate(-2.09375 2.09375)"/></svg>');
	transform: rotate(-90deg);
	margin-left: 11px;
	padding-left: 0;
	padding-right: 0;
	transition: .2s transform;
}

.single-company-tweaks .sh-hide.sh-link a::after {
	transform: rotate(90deg);
}

.single-company-tweaks .company-profile .col-left p:last-of-type,
.single-company-tweaks .company-profile .col-right p:last-of-type {
	margin-bottom: 0;
}

.single-company-tweaks .company-dates-list {
	margin: 0;
}

.single-company-tweaks .download-buttons {
	margin-top: 20px;
}

.pt0 {
	padding-top: 0;
}

html, body {
	font-size: 17px;
}

.progressbar__container--pt0 {
	padding-top: 0;
}

.single-company-tweaks .commodity-icon {
	width: 25px;
	height: 25px;
	border-width: 1px;
	box-shadow: 0px 0px 3px 0px #000;
}

.single-company-tweaks .page-title--reduced-mb {
	margin-bottom: 11px;
}

.single-company-tweaks .download-buttons .button {
	margin-bottom: 0;
}

.single-company-tweaks .download-buttons .button + .button {
	margin-top: 4px;
}

.align-buttons {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.align-buttons #favourite {
	margin-bottom: auto;
}

.flex-row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

@media only screen and (max-width: 64em) {
	.flex-row {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 64.001em) {
	.single-company-tweaks .company-accordion .title {
		font-size: 18px;
	}

	.single-company-tweaks .stat-table__bar-content .title {
		padding: 4px 0px 3px 0px;
	}

	.single-company-tweaks .aw-bar .title::before {
		top: 50%;
		margin-top: -6px;
	}

	.single-company-tweaks .accordion-questionmark img {
		max-width: 20px;
	}

	.single-company-tweaks .accordion-questionmark {
		margin: 9px 0 9px -7px;
	}
}

.single-company-tweaks .download-assessments-button {
	text-align: right;
	margin-top: 10px;
}

.weighting-top-bar {
	display: none;
	background: #80ba27;
	color: #fff;
	top: 0;
	position: sticky;
	z-index: 9997;
	padding: 0px 30px 3px;
}

.weighting-top-bar.visible {
	display: block;
}

.weighting-bar-container {
	max-width: 1161px;
	margin: auto;
}

.weighting-top-bar .right {
	float: right;
}

.weighting-top-bar .loading-server-response {
	width: 20px;
	height: 20px;
}

.weighting-top-bar a {
	text-decoration: underline;
	color: inherit;
	font-weight: bold;
}

.weighting-top-bar a:hover,
.weighting-top-bar a:focus {
	text-decoration: none;
}

.weighting-top-bar__text {
	float: left;
	margin: 7px 10px 6px 0;
}

.weighting-top-bar__download {
	margin: 6px 0;
	display: block;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.weighting-top-bar {
		padding: 0px 0px 3px;
	}
}

@media screen and (max-width: 835px) {
	.weighting-top-bar__download {
		text-align: left;
	}

	.weighting-top-bar__text {
		float: none;
		display: block;
	}
}

.weighting-top-bar__close {
	padding: 5px 8px;
	background: transparent;
	font-size: 180%;
	float: right;
	margin: 0 -8px 0 10px;
	line-height: 1;
}

.weighting-header {
	background: #ececec;
	padding: 25px 0 10px;
}

.weighting-header__title {
	margin-bottom: 15px;
	display: block;
}

@media screen and (min-width: 768px) {
	.weighting-header__links {
		text-align: right;
		padding-top: 4px;
	}

	.weighting-header__link {
		margin-left: 20px;
	}
}

.weighting-header__link {
	color: #333;
	display: inline-block;
	text-decoration: underline;
}

.weighting-body {
	padding: 40px 0px 15px;
}

.weighting-set {
	margin-top: 16px;
}

.weighting-set .loading-server-response {
	height: 32px;
	margin: 4px 8px;
}

.weighting-set select,
.inline-elements input,
.inline-elements select {
	height: 40px;
}

.weighting-set__button,
.inline-elements__button {
	margin-left: 10px;
	padding: 12px 22px;
	white-space: nowrap;
}

.weighting-set__button--remove {
	background: #e62d39;
}

.weighting-set__button--remove:hover,
.weighting-set__button--remove:focus {
	background: #c72c36;
}

.weighting-set__button--remove[disabled],
.weighting-set__button--remove[disabled]:hover {
	background: #e62d39;
}

.weighting-set,
.inline-elements {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: nowrap;
}

.weighting-score-disclosure .accordion-result {
	margin-left: 0;
	border: 1px solid #000;
	border-bottom: 0;
	font-weight: normal;
}

.green-bar-legend__list--spacing li {
	margin: 0px 0px 22px;
}

.green-bar-legend__list--spacing .green-bar-legend__sub-bar::before {
	height: 64px;
	top: -5px;
}

.green-bar-legend__list--spacing .green-bar-legend__sub-bar--last::before {
	height: 17px;
}

.score-range {
	margin: 10px 0px 22px;
	display: block;
}

.score-range--black .noUi-connect {
	background: #333;
}

.bar-bg-primary {
	background: #80ba27;
}

.score-range--bar-1 .noUi-connect,
.aw-score-box__title--bar-1,
.bar-bg-1 {
	background: #195ea3;
}

.score-range--bar-2 .noUi-connect,
.aw-score-box__title--bar-2,
.bar-bg-2 {
	background: #fcc948;
}

.score-range--bar-3 .noUi-connect,
.aw-score-box__title--bar-3,
.bar-bg-3 {
	background: #214f37;
}

.score-range--bar-4 .noUi-connect,
.aw-score-box__title--bar-4,
.bar-bg-4 {
	background: #ea7a3b;
}

.score-range--bar-5 .noUi-connect,
.aw-score-box__title--bar-5,
.bar-bg-5 {
	background: #e83c4c;
}

.score-range--bar-6 .noUi-connect,
.aw-score-box__title--bar-6,
.bar-bg-6 {
	background: #2cb5d7;
}

.score-range--bar-7 .noUi-connect,
.aw-score-box__title--bar-7,
.bar-bg-7 {
	background: #6f3f92;
}

.score-range--bar-8 .noUi-connect,
.aw-score-box__title--bar-8,
.bar-bg-8 {
	background: #e7228c;
}

.score-range--bar-9 .noUi-connect,
.aw-score-box__title--bar-9,
.bar-bg-9 {
	background: #8d6559;
}

.score-range--bar-10 .noUi-connect,
.aw-score-box__title--bar-10,
.bar-bg-10 {
	background: #991f34;
}

.noUi-target {
	box-shadow: none;
	border-color: #333;
	border-radius: 0;
}

.noUi-horizontal .noUi-handle {
	border-radius: 50%;
	outline: none;
	width: 28px;
	top: -8px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -14px;
}

.noUi-handle:before {
	left: 10px;
}

.noUi-handle:after {
	left: 14px;
}

.noUi-horizontal {
	height: 14px;
}

.noUi-connects {
	border-radius: 0;
}

.noUi-pips-horizontal {
	padding: 1px 0;
	color: #444;
}

.noUi-marker-large {
	background: #d0d0d0;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 9px;
}

.noUi-value:first-of-type {
	-webkit-transform: translate(2px,50%);
	transform: translate(2px,50%);
}

.noUi-value {
	line-height: 1;
	margin-top: 3px;
}

.score-disclosure-extended__right--with-padding-sides {
	padding-left: 25px;
	padding-right: 25px;
}

.accordion-result .result-left-label,
.accordion-result .result-left,
.accordion-result .result-right {
	padding: 8px 15px;
}

.weighting-score-disclosure .accordion-result .result-left-label {
	font-size: 14px;
	font-weight: bold;
}

.weighting-score-disclosure .accordion-result .result-left,
.weighting-score-disclosure .accordion-result .result-right {
	font-size: 16px;
	padding: 8px 10px;
}

.weighting-score-disclosure .accordion-result .result-right{
	width: 110px;
}

.aw-score-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

@media only screen and (min-width: 829px) {
	.aw-score-box__right {
		width: 370px;
		margin-left: auto;
	}
}

@media only screen and (max-width: 828px) {
	.aw-score-box__right,
	.aw-score-box__left {
		width: 100%;
	}

	.aw-score-box {
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.aw-score-box__row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	border: 1px solid #333;
	border-bottom: 0;
}

.aw-score-box__total {
	text-align: right;
	width: 100px;
	padding: 8px 20px 8px 12px;
	font-size: 16px;
	border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.aw-score-box__points {
	text-align: right;
	padding: 8px 5px 8px 0px;
	width: 100px;
	font-size: 16px;
}

.aw-score-box__label {
	width: calc(100% - 200px);
	padding: 8px 18px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.aw-score-box__right .score-range {
	margin-top: 0;
}

.aw-score-box__icon {
	width: 56px;
	height: 56px;
}

@media only screen and (max-width: 828px) {
	.aw-score-box__icon {
		width: 50px;
		height: 50px;
	}
}

.aw-score-box__left {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.aw-score-box__title-container {
	width: 100%;
	margin-left: 10px;
}

.aw-score-box__title {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
	padding: 16px 15px 15px;
	width: 100%;
	margin: 0;
	border: 1px solid #000;
	border-right: 0px;
}

@media only screen and (min-width: 829px) {
	.aw-score-box__left {
		width: calc(100% - 370px);
	}

	.score-range--bl0 {
		border-left: 0;
	}
}

.score-range--hide-numbers .noUi-value,
.score-range--hide-numbers-20 .noUi-value {
	display: none;
}

.score-range--side-values .noUi-pips .noUi-value {
	font-family: monospace;
	font-size: 14px;
	margin-top: -4px;
	margin-left: -4px;
}

.score-range--hide-numbers-20 {
	margin-bottom: 20px;
}

.green-bar-legend__list--spacing-hide-numbers li {
	margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
	.weighting-left {
		width: 33.33333%;
		padding-top: 62px;
	}

	.weighting-right {
		width: 66.66667%;
	}
}

.weighting-settings {
	padding-left: 15px!important;
	padding-right: 15px!important;
}

.weighting-settings .esg-fieldset-container,
.weighting-settings .disclosure-fieldset-container {
	display: inline-block;
}

.weighting-settings .esg-fieldset-container,
.weighting-settings .disclosure-fieldset-container,
.weighting-settings .category-fieldset-container {
	position: relative;
}

.weighting-settings fieldset {
	display: inline-block;
	border: 2px solid #dcdcdc;
	border-radius: 3px;
	padding: 10px;
	position: relative;
}

.weighting-settings .category-fieldset-container,
.weighting-settings fieldset.category-fieldset {
	display: inline-block;
	width: 100%;
}

.weighting-settings fieldset legend {
	text-align: left;
	margin-left: 10px;
	padding: 0px 10px;
}

.weighting-settings .legend-weighted-points {
	font-size: 15px;
	position: absolute;
	padding: 0px 10px;
	right: 20px;
	background: #fff;
	top: 1rem;
	font-weight: bold;
	display: inline-block;
	margin: 0px;
	z-index: 10;
}

.weighting-settings .legend-weighted-points > span {
	display: inline;
}

.weighting-settings .esg-fieldset .weighting-left {
	width: 100%;
	margin: 0px;
	padding: 0px 15px;
}

.weighting-settings .disclosure-fieldset-container {
	float: right;
}

.weighting-settings .disclosure-fieldset {
	padding-bottom: 15px;
}

.weighting-settings .disclosure-fieldset .weighting-right {
	width: 100%;
	padding: 0px;
	padding-right: 5px;
}

.weighting-settings .disclosure-fieldset .score-disclosure-extended__left {
	padding-left: 30px;
}

.weighting-settings .disclosure-fieldset .score-disclosure-extended {
	margin-bottom: 5px;
}

.weighting-settings .category-fieldset {
	padding: 20px 25px 10px 20px;
}

.weighting-settings .disclosure-fieldset .score-disclosure-extended__left {
	padding-right: 0px;
	padding-left: 5px;
}

.weighting-settings .disclosure-fieldset .score-disclosure-extended__left .green-bar-legend__list {
	padding-left: 25px;
}

.weighting-settings .disclosure-fieldset .score-disclosure-extended__left .green-bar-legend__main-bar::before {
	content: '';
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	top: 4px;
	left: -5px;
	margin-right: 2px;
}

.weighting-settings .disclosure-fieldset .score-disclosure-extended__right {
	border: 0px;
}

@media screen and (max-width: 1230px) {
	.weighting-settings .esg-fieldset-container,
	.weighting-settings .disclosure-fieldset-container,
	.weighting-settings .category-fieldset-container {
		float: none;
		display: block;
		text-align: right;
	}

	.weighting-settings fieldset {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 830px) {
	.weighting-settings fieldset {
		display: block;
	}

	.weighting-settings .disclosure-fieldset {
		padding-left: 15px;
	}

	.weighting-settings .category-fieldset {
		padding: 10px;
	}

	.weighting-settings .esg-fieldset .weighting-left {
		padding: 0px;
	}

	.weighting-settings .disclosure-fieldset .score-disclosure-extended__left {
		padding: 0px;
		border: 0px;
	}

	.weighting-settings .disclosure-fieldset .score-disclosure-extended__left .green-bar-legend__list {
		padding: 0px 25px 5px 23px;
	}
}

.page-template-template-commodity-indicators .scoring-criteria-protocol {
	display: none;
	font-size: 15px;
}

.page-template-template-commodity-indicators .scoring-criteria-protocol span.protocol-image-span img {
	max-width: 15px;
	margin-right: 10px;
}

.page-template-template-commodity-indicators .company-panel__reports-protocol-images img {
	max-width: 15px;
	margin-right: 3px;
}

.page-template-template-commodity-indicators .company-panel__reports {
	width: 270px;
	padding: 11px 0 11px 11px;
}

.page-template-template-commodity-indicators .show-scoring-criteria.button  {
	display: inline;
}

/* News listing page and single article */
.pagination {
	list-style-type: none;
	margin: 20px 0;
	text-align: center
}

.pagination--with-separator {
	border-top: 1px solid #ececec;
	padding-top: 2.4375rem;
	padding-bottom: 1.1875rem
}

@media print,screen and (min-width: 40em) {
	.pagination--with-separator {
		padding-top:3.0625rem;
		padding-bottom: 3.0625rem
	}
}

@media print,screen and (max-width: 39.99875em) {
	.pagination {
		text-align:center
	}
}

.pagination__item {
	display: inline-block;
	margin: 0 .25rem .375rem
}

.pagination__link {
	background: 0 0;
	border-radius: 0;
	/* border: 1px solid #454545; */
	color: #454545;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	min-width: 2.5rem;
	padding: .6875rem .25rem;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .25s all;
	transition: .25s all;
	font-weight: bold;
}

@media print,screen and (min-width: 64em) {
	.pagination__link {
		min-width: 44px;
		padding: 12px 2px;
	}
}

.pagination__link:focus,.pagination__link:hover {
	background: #80ba27;
	border-color: #80ba27;
	color: #fff;
}

.pagination__link--current {
	background: #80ba27;
	border-color: #80ba27;
	color: #fff;
	cursor: default
}

.article-listing {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 20px;
}

.article-listing--tile {
	flex-wrap: wrap;
}

.article-listing--tile .article-listing__left {
	margin-bottom: 15px;
	display: block;
	width: 100%;
}

.article-listing--tile .article-listing__right {
	width: 100%;
	display: block;
	padding-left: 0;
}

.article-listing__date {
	display: inline-block;
	font-size: 14px;
}
@media only screen and (max-width: 64em) {
	.article-listing__date {
		padding-right: 5px;
	}
	.article-listing__data p {
		padding-right: 5px;
	}

}

.article-listing__author {
	display: inline-block;
	font-size: 14px;
}

@media screen and (max-width: 39.9999em) {
	.article-listing {
		flex-wrap: wrap;
	}

	.article-listing__left {
		margin-bottom: 15px;
		display: block;
	}

	.article-listing__right{
		width: 100%;
	}
}

@media screen and (min-width: 40em) {
	.article-listing__left {
		display: block;
		width: 30%;
	}

	.article-listing__right {
		display: block;
		width: 70%;
		padding-left: 30px;
	}

	.article-listing__date + .article-listing__author,
	.article-listing__author + .article-listing__author {
		border-left: 1px solid #333;
		padding-left: 10px;
		margin-left: 10px;
	}
}

.article-listing__image-link {
	display: block;
}

.article-listing__image-link img {
	transition: .2s opacity;
}

.article-listing__image-link:hover img {
	opacity: .8;
}

.article-featured-image {
	display: block;
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	transition: .2s opacity;
}

.latest-news .article-listing {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
}

.article-listing img, .article-featured-image {
	border: 1px solid #d8d8d8;
	background-color: #e6e6e6;
	border-radius: 3px;
}

.article-listing__left a {
	outline: none;
}

.article-featured-image:hover {
	opacity: .8;
}

.article-listing__title {
	font-size: 18px;
}

.article-listing__text p {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}

.latest-news .article-listing__title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
	margin-bottom: 0px;
}

.article-listing__data {
	margin-bottom: 10px;
}

.article-listing__data p {
	margin-bottom: 0px;
}

.article-listing__title a {
	color: #000;
}

.article-listing__title a:hover,
.article-listing__title a:focus {
	color: #80ba27;
}

#spott_newsletter_widget {
	border: 3px solid #88ba27;
	border-radius: 3px;
	background-color: #F8F8F8;
	padding: 15px;
	font-size: 15px;
}

#spott_newsletter_dot_digital_widget {
	border: 3px solid #88ba27;
	border-radius: 3px;
	padding: 15px;
	font-size: 15px;
}

.message-info a {
	color: inherit;
	text-decoration: underline;
}

.supporter-logos {
	margin-bottom: 25px;
}

.supporter-logos img {
	max-width: 88%;
	height: auto;
}

.supporter-logos .content-column {
	height: 220px;
	text-align: center;
}

.supporter-logos .supporter-title {
	text-align: center;
	display: block;
	height: 40px;
}

.company-accordion .q-a .infos-box .score-icon {
	min-width: 16px;
}

.company-accordion .q-a .infos-box .score-points {
	min-width: 76px;
	margin-left: 10px;
	text-align: right;
}

.company-accordion .q-a .infos-box .score-sources {
	text-align: right;
	min-width: 65px;
}

.company-accordion .q-a .infos-box {
	min-width: 178px;
}

.goto-weighting-page-button {
	padding: 8px 15px;
}

.bottom-section > a {
	display: inline-block;
}

.bottom-section .img-ratio {
	width:100%;
	height: auto;
	padding-top: 38%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #80ba27;
}

/* Summary pages */

.pie-chart-group {
	border: 3px solid #EEE;
	border-radius: 5px;
	text-align: center;
	margin: 0px 0px 14px;
	padding: 2px 10px 5px;
}

.pie-chart-group > legend {
	padding: 0px 10px;
	margin: auto;
	color: #5a5a5a;
}

.pie-chart-block {
	display: inline-block;
	text-align: center;
}

@media all and (max-width: 1198px){
	.pie-chart-block {
		width: 47%;
	}
}

@media all and (max-width: 1024px){
	.pie-chart-block {
		width: 30%;
	}
}

@media screen and (max-width: 640px){
	.pie-chart-block {
		width: auto;
		margin: 0px 10px;
	}
}

.pie-chart-block .title,
.pie-chart-block .score {
	line-height: 20px;
	position: relative;
	top: -14px;
}

.pie-chart-block .score {
	font-weight: bold;
	padding: 0px;
	background-color: transparent;
}

.pie-chart-container {
	height: 160px;
	max-height: 160px;
	width: 160px;
	max-width: 160px;
	margin: auto;
}

.tooltip-icon-button,
.tooltip-icon-button:hover {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background: transparent;
	position: relative;
	bottom: 1px;
	margin-left: 4px;
}

.tooltip-icon-button > img {
	width: 18px;
	height: 18px;
}


/* Reports (AWESEM update) */

.reports-listing {
	list-style-type: none;
	margin: 0;
}

.reports-listing__image {
	border: 1px solid #bbb;
}

.reports-listing__item {
	margin-bottom: 25px;
	border-top: 1px solid #bbb;
	padding-top: 25px;
}

.searchform.aw-reports-filters__searchform .search-input {
	height: 38px;
	line-height: 36px;
}

.searchform.aw-reports-filters__searchform .search-submit {
	padding: 10px 9px 8px;
}

.aw-reports-filters__select--sort {
	max-width: 224px;
}

.aw-reports-filters__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.11111rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	background-color: #80ba27;
	border-color: #66951f;
	color: #FFFFFF;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	padding: 11px 22px;
	display: block;
	border-radius: 3px;
	font-family: arial, sans-serif;
	font-size: 0.82rem;
}

.aw-reports-filters__button--fixed-width {
	min-width: 100%;
	width: 135px;
}

.aw-reports-filters__button:hover,
.aw-reports-filters__button:focus {
	background-color: #66951f;
	color: #fff;
}

@media print, screen and (max-width: 39.999em) {
	.reports-listing__image-wrapper {
		margin-bottom: 10px;
	}
}

@media print, screen and (min-width: 40em) {
	.reports-listing__image-wrapper {
		width: 100px;
	}

	.reports-listing__content {
		width: calc(100% - 100px);
		padding-left: 20px;
	}

	.reports-listing__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.reports-listing__title-date {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.reports-listing__title {
		width: calc(100% - 100px);
	}

	.reports-listing__date {
		width: 100px;
		text-align: right;
		padding-left: 20px;
		display: block;
		position: relative;
		top: -3px;
	}
}

@media print, screen and (min-width: 60em) {
	.aw-reports-filters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -5px;
		margin-right: -5px;
	}

	.aw-reports-filters > * {
		margin-left: 5px;
		margin-right: 5px;
	}

	.searchform.aw-reports-filters__searchform {
		min-width: 200px;
	}
}


/* Supporter Network (AWESEM update) */

.supporters-listing__filters {
	margin: 30px 0 20px;
	list-style-type: none;
}

.supporters-listing__items {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.supporter-item {
	display: block;
	width: 100%;
	padding: 0 0 40px;
	text-align: center;
}

.supporter-item__title {
	display: block;
	text-align: center;
}

@media (max-width: 767px) {
	.supporters-listing__filters li {
		margin-bottom: 15px;
	}
}

@media (min-width: 550px) {

	.supporter-item {
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
	.supporter-item {
		width: 33.3333%;
	}
}

@media (min-width: 1140px) {
	.supporters-listing__filters li {
		display: inline-block;
		margin-right: 20px;
	}

	.supporter-item {
		width: 25%;
	}
}

.supporter-item img {
	transition: .2s opacity;
}

.supporter-item:hover img,
.supporter-item:focus img {
	opacity: .8;
}

.home-supporters {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.home-supporters__logo {
	width: 155px;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.home-supporters__slider {
	width: calc(100% - 205px);
	margin-left: 50px;
	margin-right: 50px;
}


.home-supporters__slider--about {
  width: calc( 100% - 100px );
}

.home-supporters__slide {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767px) {
	.home-supporters {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 30px;
	}

	.home-supporters__logo {
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}

	.home-supporters__slider {
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
		width: calc(100% - 100px);
	}
}

.home-supporters__slider-arrow {
	width: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
}

.home-supporters__slider-arrow--left {
	left: -50px;
}

.home-supporters__slider-arrow--right {
	right: -50px;
}


/* Other */

.print-only {
	display: none;
}

.print-as-pdf.loading:before {
	content: "";
	height: 32px;
	width: 32px;
	float: left;
	background-image: url(/wp-content/themes/spott/img/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 8px;
}

.print-as-pdf.right-loading.loading:before {
	display: none;
}

.print-as-pdf.right-loading.loading:after {
	content: "";
	height: 22px;
	width: 22px;
	float: right;
	background-image: url(/wp-content/themes/spott/img/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 8px;
}

button:focus:not(.button--no-visual-green):not(.button--no-visual),
.button:focus:not(.button--no-visual-green):not(.button--no-visual) {
	color: #fff;
	outline: none;
}

.password-protected {
	text-align: center;
	margin: 290px 0px;
}

.password-protected label {
	text-align: left;
	margin-top: 20px;
}

.password-protected input[name="post_password"] {
	margin: 0px;
	height: 36px;
	position: relative;
	top: 1px;
}

.password-protected input[type="submit"] {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 0.82rem;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 0px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	background-color: #80ba27;
	border-color: #66951f;
	color: #FFFFFF;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

.master-footer {
	position: relative;
	bottom: -4px;
	width: 100%;
}

.width-auto { width: auto!important; }
.inline-block { display: inline-block!important; }
.float-left { float: left!important; }
.float-right { float: right!important; }

.mt0 { margin-top: 0px!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }

.mb { margin-bottom: 20px!important; }
.mb0 { margin-bottom: 0px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }

.ml0 { margin-left: 5px!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }

.mr0 { margin-right: 5px!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mr30 { margin-right: 30px!important; }



/* About Template */
.about-intro {
  margin-bottom: 40px;
}

.about-intro p {
  line-height: 1.7;
}

.bubble-title--mb {
  margin-bottom: 12px !important;
}

.about-bubbles .bubble-container {
  margin-bottom: 40px;
}

.about-section-grey {
  background: #faf9f9;
}

.about-section-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 40.001em) {
  .about-section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.master-row.master-row--no-min-h {
  min-height: 0;
}

.ta-r {
  text-align: right;
}

.button-inline.button {
  display: inline-block;
}

.button.button-large {
  font-size: 16px;
  padding: 15px 25px;
}


@media only screen and (max-width: 64em) {
  .about-finance-text-column {
    margin-top: 25px;
  }
}

.about-blockquote {
  border: 0;
  padding-left: 30px;
  padding-right: 0;
}

.about-blockquote p {
  line-height: 1.7;
  font-style: italic;
  color: #6d6d6d;
}


.about-blockquote-person {
  font-weight: bold;
  margin-bottom: 2px;
  font-style: normal;
}

.about-blockquote-role {
  font-style: normal;
}

.about-join {
  font-weight: bold;
  text-decoration: underline;
}

.about-what-spott p {
  line-height: 1.7;
}

.about-what-spott h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 64em) {
  .about-blockquote {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 40.001em) {
  .about-section-spacing-margin {
  }
}

.spott-help-title h2,
.about-about h2,
.about-donors h2 {
  margin-bottom: 25px;
}

.spott-help .tabs .tab-title > a {
  background: transparent url('img/spott-green.png') no-repeat left 5px center;
  background-size: 35px 35px;
  color: #80ba27;
  font-weight: bold;
  padding: 10px 15px 10px 48px;
}

.spott-help .tabs .tab-title.active > a {
  background: #80ba27 url('img/spott-white.png') no-repeat left 5px center;
  background-size: 35px 35px;
  color: #fff;
}

.spott-help .tabs .tab-title > a:focus {
  outline: none;
}

.spott-help .tabs-content {
  background: #80ba27;
  color: #fff;
  padding: 15px 25px;
  font-weight: bold;
}

@media only screen and (min-width: 40.001em) {
  .spott-help-tabs {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }

  .spott-help-tabs .tabs.vertical {
    width: 40%;
    max-width: none;
  }

  .spott-help .tabs .tab-title > a {
    font-size: 16px;
  }

  .spott-help-tabs .tabs-content {
    width: 60%;
  }

  .spott-help-tabs .tabs-content li {
    margin-bottom: 12px;
  }

  .spott-help-tabs .tab-title + .tab-title {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 64.001em) {
  .spott-help .tabs .tab-title > a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 40em) {
  .spott-help-tabs {
    border: 1px solid #80ba27;
    background: #fff;
  }

  .spott-help-tabs .tabs-content {
    margin-bottom: 0;
  }

  .spott-help .tabs .tab-title > a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .spott-help-tabs .tab-title + .tab-title {
    margin-top: 8px;
  }
}

.about-section-spacing--mt0 {
  padding-top: 0 !important;
}

.spott-about-tabs .tabs .tab-title > a:focus {
  outline: none;
}

.spott-about-tabs .tabs .tab-title > a {
  padding: 8px 15px;
  background: #80ba27;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #80ba27;
  border-bottom: 0;
  position: relative;
  bottom: -1px;
}

.spott-about-tabs .tabs .tab-title.active > a {
  color: #80ba27;
  background: #fff;
  border: 1px solid #b9b9b9;
  border-bottom-color: #fff;
  position: relative;
  bottom: -1px;
}

.spott-about-tabs .tabs-content {
  border: 1px solid #b9b9b9;
  padding: 15px 25px;
}

@media (max-width: 767px) {
  .spott-about-tabs .tabs .tab-title > a {
    width: 100%;
  }

  .spott-about-tabs .tabs .tab-title {
    float: none;
  }
}

@media only screen and (min-width: 40.001em) {

  .spott-about-tabs .tabs .tab-title {
    margin-right: 2px;
  }




}

@media only screen and (min-width: 64.001em) {
  .spott-about-tabs .tabs .tab-title > a {
    font-size: 24px;
    padding: 15px 25px;
  }
}

.commodity-icon.commodity-icon-inline {
  float: none;
  bottom: 0;
}

.about-methodology {
  list-style-type: none;
  margin: 35px 0;
  font-weight: bold;
}

.about-methodology li {
  margin-bottom: 18px;
}

.about-methodology li .commodity-icon {
  margin-right: 10px;
}

.assessment-categories {
  list-style: none;
  margin: 0;
}

.assessment-categories__item {
  color: #fff;
  position: relative;
  padding: 4px 11px;
  margin-left: 43px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.assessment-categories__icon {
  position: absolute;
  left: -43px;
  width: 34px;
}

.assessment-categories__item--1 {
  background: #195ea3;
}

.assessment-categories__item--2 {
  background: #fcc948;
}

.assessment-categories__item--3 {
  background: #214f37;
}

.assessment-categories__item--4 {
  background: #ea7a3b;
}

.assessment-categories__item--5 {
  background: #2cb5d7;
}

.assessment-categories__item--6 {
  background: #e83c4c;
}

.assessment-categories__item--7 {
  background: #6f3f92;
}

.assessment-categories__item--8 {
  background: #e7228c;
}

.assessment-categories__item--9 {
  background: #8d6559;
}

.assessment-categories__item--10 {
  background: #991f34;
}

.assessment-categories__button {
  display: inline-block;
  background: transparent;
  margin: 0 0 0 10px;
  padding: 3px;
}

.assessment-categories__button:hover,
.assessment-categories__button:focus {
  background: transparent;
  opacity: .9
}

.spott-about-tabs h3 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 64.001em) {
  .spott-about-tabs p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

.assessment-categories__title {
  font-weight: bold;
}

.slick-arrow:hover {
  cursor: pointer;
}

.spott-donors-logos > .columns {
  margin-top: 25px;
  text-align: center;
}

.spott-donors-logos  .columns {
  text-align: center;
}

.row.spott-donors-logos img {
  width: auto;
  max-height: 140px;
  margin-left: 10px;
  margin-right: 10px;
}

.spott-donors-logos-text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.spott-donors-logos-text p {
  padding-left: 18px;
}

/* About Template End */

/* Training Hub */
.hub-item {
	display: block;
	margin-bottom: 30px;
}

.hub-item__image-container {
	position: relative;
}

.hub-item__share,
.hub-item__options {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	top: 10px;
	left: 10px;
	z-index: 10;
	opacity: 0;
	transition: .2s opacity;
	line-height: 1;
}

.hub-item__options {
	top: auto;
	left: auto;
	bottom: 10px;
	right: 10px;
}

.hub-item__share.active,
.hub-item__share:hover,
.hub-item__share:focus-within,
.hub-item__options:hover,
.hub-item__options:focus-within,
.touch .hub-item__share,
.touch .hub-item__options {
	opacity: 1;
}

.hub-item__share-button,
.hub-item__options-link {
	line-height: 38px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	background: rgba(0,0,0,.3);
	min-width: 38px;
	min-height: 38px;
	color: #fff;
	padding: 0 10px;
	margin: 0;
	transition: .2s background;
}

.hub-item__share-button:hover,
.hub-item__share-button:focus,
.hub-item__share-button--link,
.hub-item__options-link:hover,
.hub-item__options-link:focus {
	background: #80ba27;
	color: #fff;
}

.hub-item__share-button--link:hover,
.hub-item__share-button--link:focus {
	background: #8bc82c;
}

.hub-item__share .fa-close {
	display: none;
}

.hub-item__share.active .hub-item__share-button:not(.hub-item__share-button--link) {
	background: #e9112a;
}

.hub-item__share.active .hub-item__share-button:not(.hub-item__share-button--link):hover,
.hub-item__share.active .hub-item__share-button:not(.hub-item__share-button--link):focus {
	background: #ff2d46;
}

.hub-item__share.active .fa-close {
	display: inline-block;
}

.hub-item__share.active .fa-share {
	display: none;
}

.hub-item__share-icons {
	padding-left: .3em;
	max-height: 0;
	overflow: hidden;
	/* transition: .4s max-height; */
}

.hub-item__share.active .hub-item__share-icons {
	max-height: 200px;
}

.hub-item__share-icon {
	font-size: 120%;
}

.hub-item__image {
	display: block;
	width: 100%;
	border-radius: 0;
	margin: 0;
	height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #e5e6e7;
}

.hub-item__image--play:hover .hub-item__play-icon,
.hub-item__image--play:focus .hub-item__play-icon {
	background: #80ba27;
}

.hub-item__play-icon {
	color: #fff;
	background: rgba(0,0,0,.9);
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 9999px;
	text-align: center;
	line-height: 50px;
	padding: 0;
	font-size: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: .2s background;
}

.hub-item__brochure-wrapper {
	background-color: #e5e6e7;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hub-item__brochure {
	width: 120px;
	height: auto;
	display: block;
	margin: auto;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
}

.hub-item__image-wrapper--brochure {
	padding: 10%;
}

.hub-item__image-wrapper--brochure .hub-item__image {
	background-size: contain;
	padding-bottom: 42.25%;
}

.hub-item__content {
	background: #f3f7f7;
	padding: 15px;
	display: block;
	color: #6d6d6d;
}

a.hub-item__content:hover .hub-item__title,
a.hub-item__content:focus .hub-item__title {
	color: #80ba27;
}

.hub-item:hover .hub-item__share,
.hub-item:focus-within .hub-item__share,
.hub-item:hover .hub-item__options,
.hub-item:focus-within .hub-item__options {
	opacity: 1;
}

.hub-item__title {
	font-size: 16px;
}

.hub-item__text p {
	font-size: 15px;
}

.hub-item__footer {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}

.hub-item__image:hover::before,
.hub-item__image:focus::before,
.hub-item__brochure-wrapper:hover::before,
.hub-item__brochure-wrapper:focus::before,
.hub-item__image-container:hover .hub-item__image::before,
.hub-item__image-container:hover .hub-item__brochure-wrapper::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.3);
	display: block;
}

.hub-item__options-link {
	margin-left: .3em;
}

.hub-banner {
	padding: 20px;
	background-size: cover;
	background-position: 50% 50%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	min-height: 180px;
}

.hub-banner__container {
	width: 100%;
}

.hub-banner__logo {
	display: block;
	margin: auto;
	max-width: 70vw;
}

.hub-banner__label {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 18px;
}

@media (min-width: 768px) {
	.hub-banner__label {
		font-size: 28px;
	}
}

@media only screen and (min-width: 40.001em) and (max-width: 64em) {
	.hub-item-listing > .medium-6:nth-child(2n+3) {
		clear: left;
	}
}

@media only screen and (min-width: 64.001em) {
	.hub-item-listing > .large-4:nth-child(3n+4) {
		clear: left;
	}
}
