/*remove comment button from ETK*/
.cf-question__comments-button {
	display: none;
}

/*fix quicktest menu overlap*/
.cf-test-navigator {
	z-index: 6;
}

/*fix group headers*/
.cf-group-heading__title,
.cf-table-layout__row-group-title {
	color: #424242;
	padding-left: 15px;
}

.cf-group-heading:not(:last-child) {
	margin-bottom: 0.6em;
}

.cf-table-layout:not(.cf-table-layout--rtl) .cf-table-layout__row--in-group .cf-table-layout__cell:first-child {
	border-left: 1px solid #011F42;
}

.cf-table-layout__row-group-head {
	border: 1px solid #011F42;
}

.cf-table-layout__row-group-end {
	border: none;
	display: none;
}

/*fix other text box to fit larger text */
.cf-button-answer__other--inside,
.cf-ranking-answer__other-input,
.cf-dnd-ranking-answer__other,
.cf-desktop-grid__answer-other,
.cf-desktop-multi-grid__answer-other,
.cf-grid-3d-desktop__answer-other-input,
.cf-slider-grid-answer__other,
.cf-grid-layout__row-text-other,
.cf-desktop-hrs-grid__answer-other,
.cf-desktop-gb-grid__answer-other,
.cf-desktop-sr-grid__answer-other {
	width: 100%;
	max-width: 100%;
}

//.cf-rank-by-number-answer__other, .cf-radio-answer__other, .cf-checkbox-answer__other, .cf-accordion-grid-answer__other {width: 25em; max-width:100%; }

/*fix other text box proper background */
.cf-ranking-answer--selected .cf-ranking-answer__other-input:focus {
	background: rgba(255, 255, 255, 0.2) !important;
}

.cf-dnd-ranking-answer__other:focus {
	background: rgba(255, 255, 255, 0.2) !important;
}

.cf-card-sort-answer__other:focus {
	background: rgba(255, 255, 255, 0.2) !important;
}

/*make grid columns equal max-width*/
.cf-table-layout__cell--column-head,
.cf-button-answer--carousel {
	max-width: 150px;
}

/*make carousel scales vertical for mobile*/
@media (max-width: 640px) {
	.cf-carousel-grid-answer .cf-list--inline-two-columns {
			justify-content: center;
			flex-flow: column wrap;
			margin-right: 0px;
	}

	.cf-carousel-grid-answer .cf-list--inline-two-columns .cf-list__item {
			margin-right: 0px;
	}

	.cf-button-answer--carousel {
			max-width: 100%;
	}
}

/*fix multi column vertical items spacing*/
@media (min-width: 641px) {

	.cf-list--multi-columns .cf-list-item,
	.cf-list--multi-columns .cf-list__item {
			margin-bottom: 0em;
	}
}

.qadropdown {
	margin-top: 55px;
}

.temp-br {
	display: none;
}

.cf-page {
	font-family: GreycliffCF-Medium, helvetica, arial, sans-serif;
	background-color: #FBFBFF;
	font-size: 15px;
	color: #042444;
}

.cf-page__main {
	max-width: 100%;
	margin-bottom:0px;
}

@media (max-width: 1280px) {
	.cf-page__main {
			margin-left: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
	}
}

.header {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.119018);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
}

.logo-wrap {
	display: flex;
	max-width: 90%;
	margin: 0 auto;
	height: 70px;
}

.logo-wrap img {
	max-height: 80%;
}

@media screen and (max-width: 640px) {
	.logo-wrap {
			height: 60px;
	}

	.logo-wrap img {
			height: 70%;
	}
}

.logo-main {
	margin-top: 1px;
}

.cf-page__progress {
	padding: 0;
	margin-bottom: 0px;
	width: 100%;
}

.cf-progress {
	height: 4px;
}

.cf-progress__indicator {
	height: 4px;
	background: linear-gradient(93.25deg,#0010B0 -43.09%, #FF0491 61.2%);
}

.cf-page__progress-inner {
	max-width: 100%;
}

.content {
	background: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
	border-radius: 6px;
	border: 0;
	margin: 80px auto;
	margin-bottom: 24px;
	width: 85%
}

@media screen and (max-width: 640px) {
	.content {
			margin: 0 auto;
			margin-top: 80px;
			margin-bottom: 16px;
			width: 100%
	}
}

.cf-page__question-list {
	min-height: 55vh;
	margin-bottom: 4px;
}

.cf-question__content {
	margin: 0;
	padding: 0;
	overflow: initial;
}

.cf-question {
	background: #FFFFFF;
	border: 0;
	margin: 10px 5px;
}

.footer {
	position: relative;
	background: #ffffff;
	//bottom:0px;
	//left:0px;
	z-index: 0;
	width: 100%;
	height: 70px;
	box-shadow: 0px -6px 17px rgba(0, 0, 0, 0.06);
	display: flex;
}

.cf-navigation {
	margin: 0 auto;
}

.cf-navigation__button {
	background: #0017AC;
	border: 0;
	border-radius: 25px;
	margin: 15px;
	font-size: 14px;
	padding: 12px 0;
}

.cf-navigation-back {
	font-family:anticon;
	background: #ffffff;
	position: relative;
	display: flex;
	min-width:40px;
	min-height:24px;
	align-items: center;
	border: solid 2px #0017AC;
	justify-content: center;
	color: #0017AC;
	margin:15px;
	padding:0px;
}

.cf-navigation-back:hover {
			background: #EAECF6;
}

.powered-by {
	display: none;
}

.bottom_links {
	width: 90%;
	margin: 0 auto;
}

.right_span_text {
	padding-right: 10px;
	text-align: right;
	float: right;
	width: 33%;
	margin: 10px;
}

.last-cell-for-right-text {
	border-right: solid #011F42 1px !important;
}

.right_span_text a {
	color: #666666;
}

.left_span_text {
	text-align: left;
	float: left;
	width: 33%;
}

.cf-question__title {
	margin-top: 0;
	font-size: 0.9em;
}

.cf-question__text {
	font-family: GreycliffCF-Medium;
	font-size: 21px;
	color: #042444;
	line-height: 25px;
	font-style: normal;
	margin-bottom: 12px;
	font-weight: normal;
}

.cf-question__instruction {
	font-family: GreycliffCF-MediumOblique;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #042444;
	margin-bottom: 12px;
}

@media (max-width: 640px) {
	.cf-question__text {
			font-size: 1em;
			line-height: 1.25em;
			margin-bottom: 2px;
	}

	.cf-question__instruction {
			font-size: 0.8em;
			line-height: 1em;
			margin-bottom: 5px;
	}

	.cf-question__content {
			margin: 0;
			padding: 0;
	}

	.cf-carousel__text {
			font-size: 1em;
			min-height: 4em;
	}

	.cf-list__item {
			margin-bottom: 0.4em;
			font-size: 0.8em;
			line-height: 1.25em;
	}

	.cf-horizontal-rating-item {
			font-size: 0.8em;
			line-height: 1.25em;
	}

	.cf-grid-bars-scale-texts-panel__item {
			font-size: 0.8em;
			line-height: 1.25em;
	}

	.cf-single-slider-question__answer-text {
			font-size: 0.8em;
			line-height: 1.25em;
	}

	.cf-slider-grid-answer__scale-label {
			font-size: 0.8em;
			line-height: 1.25em;
	}

	.cf-sr-single__scale-label-panel {
			font-size: 0.8em;
			line-height: 1.25em;
	}
}

.cf-radio {
	border: solid 1px #0017AC;
	background: transparent;
}

.cf-radio--selected::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #0017AC;
	transform: scale(0.8);
}

.cf-radio--selected {
	background: #ffffff;
}

.cf-radio-answer {
	justify-items: center;
	align-items: center;
}

.cf-checkbox {
	border: solid 1px #0017AC;
	background: transparent;
	border-radius: 4px;
}

.cf-checkbox--selected {
	background: #0017AC;
}

.cf-checkbox-answer {
	justify-items: center;
	align-items: center;
}

.cf-text-box {
	background: #F2F2F2;
	border-radius: 4px;
	border-bottom: none;
}

.cf-text-box::placeholder {
	weight: 500;
	opacity: 0.5;
	color: #AAAAAA;
}

.cf-text-box:not(.cf-button-answer__other--inside) {
	height: 3em;
}

.cf-text-box:not(.cf-button-answer__other--inside):focus {
	background: #F2F4F9;
}

.cf-text-area {
	background: #F2F2F2;
	border-radius: 4px;
	border-bottom: none;
}

.cf-text-area:focus {
	background: #F2F4F9;
}

.cf-open-list-answer .cf-grid-layout__row-text {
	width: unset;
}


.cf-numeric-list-answer .cf-grid-layout__row-text {
	width: unset;
}

table.cf-table-layout {
	border-collapse: collapse;
	margin: 0 auto;
	border-radius: 4px;
}

.cf-table-layout__head-spacer {
	display: none;
}

.cf-table-layout__cell {
	border: solid 1px #011F42;
}

.cf-desktop-grid__scale-group-text {
	border-bottom: none;
}

.cf-table-layout__cell--empty {
	border: none;
}

.cf-table-layout-cell__content{
	color:#011F42;
}


@media screen and (min-width: 641px) {
	.cf-carousel__control-row {
			min-height: 10em;
			align-items: center;
			font-size: 1.25em;
	}

	.cf-dnd-ranking-list--unranked .cf-dnd-ranking-list__item-list {
			display: grid;
			grid-auto-flow: column;
			grid-column-gap: 3%;
			grid-template-columns: auto;
			grid-template-rows: repeat(5, 1fr);
	}
}

.cf-carousel__text-list {
	flex: 1 1 30%;
}

.cf-accordion-grid-answer__text {
	font-size: 1.25em;
}

.cf-ranking-answer {
	border-radius: 4px;

}

.cf-ranking-answer__rank {
	border-radius: 4px;
	min-height: 2em;
	width: 2em;
	font-size: 2em;
}

.cf-rank-by-number-answer {
	align-items: center;
	justify-content: center;
}

.cf-rank-by-number-answer__input {
	text-align: center;
	font-size: 1.25em;
	width: 3em;
}

.cf-dnd-ranking-list--unranked {
	flex: 2;
}

.cf-dnd-ranking-list--ranked {
	flex: 1;
}

.cf-dnd-ranking-answer__rank {
	font-size: 2em;
}

.cf-card-sort-drop-zone--selected .cf-card-sort-answer-list__item {
	display: none
}

.cf-card-sort-drop-zone--selected .cf-card-sort-answer-list__item:last-child {
	display: flex
}

.cf-card-sort-drop-zone--selected .cf-card-sort-answer--dragging {
	display: flex
}

.cf-single-slider-question--horizontal,
.cf-single-slider-question--horizontal-rtl {
	max-width: 950px;
}

//.cf-searchable-question__answer-list-wrapper--filtered-answers{border-bottom:1px solid #42BDD1; margin-bottom:1px;}
.cf-searchable-question__other-answers,
.cf-searchable-question__exclusive-answers {
	border-top: none;
}