.CodeLink {
	color: rgb(218,229,242);
	color: rgb(180,202,229);
	color: rgb(232, 234, 237);
	color: rgb(189,195,203);
	color: rgb(123,164,210);
	padding-left: 8px;
	margin-left: 8px;
	border-left: 2px solid #EEE;

	font-size: 18px;
	display: inline-flex;
	align-content: center;
	align-items: center;
}

.LinkImg {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background-image: url("https://pets.tcspartners.org/img/Link2_SlightBlue_48.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.CodeLink:hover .LinkImg {
	background-image: url("https://pets.tcspartners.org/img/Link2_ModerateBlue_48.png");
}

.Dates {
	display: flex;
	flex-flow: row wrap;
	color: #666;
	margin-bottom: 30px;
}

.Dates > div {
	padding: 2px 8px;
	border-left: 2px solid #e8eaed;
}

.Dates > div:first-child {
	padding: 2px 8px 2px 0;
	border-left-color: transparent;
}

.PolicyScores, .OldScores {
	display: flex;
	flex-flow: row wrap;
	padding: 0 10px;
}

.PolicyScores > div, .OldScores > div, .ScoreWrap {
	flex: 8;
	padding: 40px 10px;
	margin: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(66,124,191,.05);
	border-radius: 4px;
	min-width: 150px;
}

.PolicyScores > .Operator {
	flex: 1 !important;
	font-size: 36px;
	font-weight: bold;
	min-width: 0;
	background-color: transparent !important;
	margin: 0;
	padding: 5px;
}

.PolicyScores > div:first-child , .OldScores > div:first-child {
	border-left: none;
}

.PolicyScores > div > div, .OldScores > div > div {
	display: inline-block;
	padding: 0 4px;
}

/*
.ScoreName {
	border-left: 2px solid rgba(247, 191, 23,.7);
}

div:first-child > .ScoreName {
	border-left: none;
}
*/

.PolicyScores .Score, .OldScores .Score {
	font-size: 48px;
	font-weight: bold;
	position: relative;
	color: #548c3b;
	color: #5f9e43;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
}

.Score span {
	font-size: 14px;
	color: #666;
	position: absolute;
	bottom: 10px;
	right: -32px;
	text-shadow: none;
}

.Score::after {
	box-shadow: 0 4px 4px 0px rgb(84, 140, 59);
	content: '';
	height: 5px;
	width: 100%;
}

.Section {
	padding-bottom: 60px;
}

.Section::after {
	height: 3px;
	width: 100%;
	background-color: #e8eaed;
	content: "";
	display: block;
	border-radius: 5px;
	margin-top: 60px;
}
.ArticleLabel {
	color: #666;
	line-height: 12px;
}

.ArticleTitle {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
	color: rgb(27,54,92,1);
}

.IndicatorWrap {
	margin: 0;
}

.IndicatorGrid {
/*	grid-template-columns: auto auto;*/
/*	font-size: 24px;*/
/*	margin: 15px 10px 25px;*/
/*	max-width: 600px;*/
}

/*
.IndicNum {
	display: flex;
	align-items: center;
}
*/

.IndicatorGrid > div {
/*	text-align: center;*/
}

.QuestionsSection {
	positon: relative;
}

.QuestionContainer {
	display: flex;
	flex-flow: row wrap-reverse;
	justify-content: space-between;
	padding-left: 40px;
	padding-top: 10px;
}

.Questions {
	margin-left: 20px;
}

.QuestionWrap {
	padding: 20px 0 20px;
	margin-bottom: 20px;
	max-width: 600px;
	position: relative;
	border-bottom: 1px solid rgba(232,234,237,.6);
}

.QuestionLink {
	position: absolute;
	top: -110px;
}

.Question {
	font-size: 18px;
}

.AnswerAndPoints {
	display: flex;
	flex-flow: row wrap;
	padding: 20px 8px 8px;
	padding: 12px 0 8px;
/*	border-bottom : 1px solid rgba(232,234,237,.4);*/
}

.AnswerAndPoints > div {
	padding: 10px 0;
}

.AnswerLabel, .QuestionLabel, .PointsLabel {
	color: #888;
	font-weight: 600;
	margin-bottom: 5px;
}

.Answer {
	width: 300px;
	padding: 10px;
	background-color: #F2F2F2;
	border-radius: 2px;
	font-size: 18px;
	box-shadow: 0 0 2px inset rgba(0,0,0,.3);
}

.AnswerAndPoints > div.Subquestions {
/*
	padding-top: 20px;
	padding-left: 40px;
*/
	flex: 100%;
	margin-top: 40px;
	margin-bottom: 20px;

}

.Subquestions {
	border: 1px solid rgba(232,234,237,.9);
	border-radius: 8px;
}

.Subquestions a {
	display: block;
	text-align: center;
	padding: 8px 0;
}

.Subquestions.accordion .Chevron {
	transition: transform .5s;
	margin-left: 8px;
}

.Subquestions.accordion.active > a > .Chevron {
	transform: rotate(180deg);
}

.Subquestions ul {
/*	margin-top: 15px;*/
	padding: 25px 25px 0;
/*
	border-top: 1px solid rgb(232,234,237);
	border-bottom: 1px solid rgb(232,234,237);
*/
/*
	border: 1px solid rgba(232,234,237,.9);
	border-radius: 15px;
*/
}

.Subquestions li {
	border-bottom: 1px solid rgba(232,234,237,.9);
	padding-bottom: 10px;
}

.Subquestions li:last-child {
	border-bottom: none;
}

.Subquestions .QuestionLabel {
	margin-top: 20px;
}

.Subquestions li:first-child .QuestionLabel {
	margin-top: 10px;
	margin-top: 0;
}

.Subquestions .AnswerAndPoints {
	border-bottom: none;
/*	border-bottom : 1px solid rgba(232,234,237,.9);*/
}

.Subquestions li:last-child .AnswerAndPoints {
	border-bottom: none;
}

.PointsLegend {
	display: flex;
	flex-flow: row wrap;
	padding: 20px;
}

.PointsLegend > div {
	padding: 10px 20px;
	flex: 1;
	display: flex;
	flex-direction: row;
}

.PointsColor {
	height: 20px;
	width: 20px;
	border-radius: 20px;
	margin-right: 10px;
}

.PointsColor.Scored {
	background-color: #5f9e43;
}

.PointsColor.Tracking {
/*
	background-color: #666;
	opacity: .25;
*/
	background-color: #CCC;
}

.LegendText {
	flex: 1;
	min-width: 250px;
}

.LegendText span {
	font-weight: 600;
}

.BlankQuestionNote {
	padding: 20px 30px 0;
}

.Points {
	font-size: 32px;
	font-weight: 600;
	background-color: #5f9e43;
	color: #FFF;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 3px;
}

.Tracking .Points {
/*
	background-color: #666;
	opacity: .25;
*/
	background-color: #CCC;
}

.Tracking .PointsShadow {
	display: none;
}

.PointsShadow {
	height: 15px;
	width: 100%;
	background-image: radial-gradient(rgba(95,158,67,.4), transparent 75%);
	margin-top: -2px;
}

.PointsWrap {
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
/*		justify-content: space-between;*/
	margin-left: 80px;
}

.QuickLinks {
	position: sticky;
	right: 0;
	top: 110px;
	border-left: 4px solid rgb(66, 124, 191);
	padding: 0 0 10px 15px;
	overflow-y: auto;
	max-height: calc(100vh - 110px);
	font-size: 14px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.QuickLinks a {
	color: #666;
}

.QuickLinks a:hover {
	color: inherit;
	font-weight: bold;
}

.QuickLinks::-webkit-scrollbar {
	display: none;
}

@media only screen and (max-width: 800px) {
	.QuestionContainer {
		padding-left: 0;
	}
	
	.AnswerAndPoints {
		padding: 20px 0 8px;
	}
	.Answer {
		width: 250px;
	}
}
/*	f5f8fc*/