/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgba(246, 246, 246, 1);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('https://cdn.surveypal.com/media/Za2ZCF7c2zCppS_o9Ng9miQmXZoMwY_AzWKtDMOFd7P5dmrPNNLAXP7d9_nGxpT5');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 2em;
	margin-bottom: 3em;
	padding-top: 3em;
	padding-bottom: 2em;
	padding-left: 3%;
	padding-right: 3%;
	background-color: rgb(249, 240, 240);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 80%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 80%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(241, 68, 55);
	font-family: inherit;
	font-size: 2.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.4em;
}

.element h2
{
	color: rgb(21, 16, 16);
	font-family: inherit;
	font-size: 1.4em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgb(21, 16, 16);
	font-family: inherit;
	font-size: 1.2em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgba(9, 7, 7, 0.93);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.2em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 1);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgba(51, 51, 51, 1);
}

.element .options .field.radio label:after
{
	background: rgba(51, 51, 51, 1);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(255, 77, 77, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(255, 77, 77, 1);
}

.element .warning
{
	color: rgba(255, 77, 77, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgba(0, 172, 238, 1);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.3);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgba(0, 0, 0, 0.3);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(85, 85, 85, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ms-DatePicker input:focus
{
	background-color: rgba(255, 255, 255, 0);
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(241, 68, 55);
	border: 1px solid rgba(51, 51, 51, 1);
	color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgba(9, 7, 7, 0.93);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgba(9, 7, 7, 0.93);
	fill: rgba(9, 7, 7, 0.93);
}

.element .upload-component .upload-area
{
	border-color: rgba(0, 0, 0, 0.3);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option.card
{
	background-color: $rankorder-option-bg-color;
}

.element.erankorder .options .label-container label
{
	color: $rankorder-option-color;
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: $rankorder-option-color;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgba(9, 7, 7, 0.93);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgba(9, 7, 7, 0.93);
}

.element .table.scale .extreme.right
{
	color: rgba(9, 7, 7, 0.93);
}

.element .table.scale .question
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgba(9, 7, 7, 0.93);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgba(51, 51, 51, 1) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 1);
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 1em;
	color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(9, 7, 7, 0.93);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(9, 7, 7, 0.93);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgba(255, 255, 255, 1);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(241, 68, 55);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(241, 68, 55); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: $video-content-text-color;
	font-family: $video-content-text-font-family;
	font-size: $video-content-text-font-size;
	font-style: $video-content-text-font-style;
	font-weight: $video-content-text-font-weight;
	line-height: $video-content-text-line-height;
	margin-bottom: $video-content-text-space-after;
	margin-top: $video-content-text-space-before;
	text-decoration: $video-content-text-text-decoration;
	text-transform: $video-content-text-text-transform;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgba(9, 7, 7, 0.93);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
@media all and (orientation:portrait) and (min-width: 768px) and (max-width: 1176px) {
/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgba(246, 246, 246, 1);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('https://srvpleu1data2.blob.core.windows.net/media/e4kh3bXWwgksMKlDin2O7c88Hp7lu3KTH-HtJE87i4bKpK7qMojqofjI38okEDW1');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 2em;
	margin-bottom: 3em;
	padding-top: 3em;
	padding-bottom: 2em;
	padding-left: 3%;
	padding-right: 3%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 80%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 80%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(241, 68, 55);
	font-family: inherit;
	font-size: 2.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgba(85, 85, 85, 1);
	font-family: inherit;
	font-size: 2em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1.3em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 1);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgba(51, 51, 51, 1);
}

.element .options .field.radio label:after
{
	background: rgba(51, 51, 51, 1);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(255, 77, 77, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(255, 77, 77, 1);
}

.element .warning
{
	color: rgba(255, 77, 77, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgba(0, 172, 238, 1);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.3);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-color: rgba(0, 0, 0, 0.3);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(85, 85, 85, 1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ms-DatePicker input:focus
{
	background-color: rgba(255, 255, 255, 0);
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(241, 68, 55);
	border: 1px solid rgba(51, 51, 51, 1);
	color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgba(0, 0, 0, 0.6);
	fill: rgba(0, 0, 0, 0.6);
}

.element .upload-component .upload-area
{
	border-color: rgba(0, 0, 0, 0.3);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option.card
{
	background-color: $rankorder-option-bg-color;
}

.element.erankorder .options .label-container label
{
	color: $rankorder-option-color;
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: $rankorder-option-color;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .extreme.right
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .question
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgba(51, 51, 51, 1) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 1);
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 1em;
	color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(0, 0, 0, 0.6);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(0, 0, 0, 0.6);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgba(255, 255, 255, 1);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(241, 68, 55);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(241, 68, 55); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: $video-content-text-color;
	font-family: $video-content-text-font-family;
	font-size: $video-content-text-font-size;
	font-style: $video-content-text-font-style;
	font-weight: $video-content-text-font-weight;
	line-height: $video-content-text-line-height;
	margin-bottom: $video-content-text-space-after;
	margin-top: $video-content-text-space-before;
	text-decoration: $video-content-text-text-decoration;
	text-transform: $video-content-text-text-transform;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
}

@media all and (orientation:portrait) and (min-width: 0px) and (max-width: 767px) {
/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgba(246, 246, 246, 1);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('https://srvpleu1data2.blob.core.windows.net/media/e4kh3bXWwgksMKlDin2O7c88Hp7lu3KTH-HtJE87i4bKpK7qMojqofjI38okEDW1');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 97%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 97%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(241, 68, 55);
	font-family: inherit;
	font-size: 1.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgba(85, 85, 85, 1);
	font-family: inherit;
	font-size: 1.4em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1.2em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 1);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgba(51, 51, 51, 1);
}

.element .options .field.radio label:after
{
	background: rgba(51, 51, 51, 1);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(255, 77, 77, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(255, 77, 77, 1);
}

.element .warning
{
	color: rgba(255, 77, 77, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgba(0, 172, 238, 1);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.3);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgba(0, 0, 0, 0.3);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(85, 85, 85, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ms-DatePicker input:focus
{
	background-color: rgba(255, 255, 255, 0);
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(241, 68, 55);
	border: 1px solid rgba(51, 51, 51, 1);
	color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgba(0, 0, 0, 0.6);
	fill: rgba(0, 0, 0, 0.6);
}

.element .upload-component .upload-area
{
	border-color: rgba(0, 0, 0, 0.3);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option.card
{
	background-color: $rankorder-option-bg-color;
}

.element.erankorder .options .label-container label
{
	color: $rankorder-option-color;
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: $rankorder-option-color;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .extreme.right
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .question
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgba(51, 51, 51, 1) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 1);
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 1em;
	color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(0, 0, 0, 0.6);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(0, 0, 0, 0.6);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgba(255, 255, 255, 1);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(241, 68, 55);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(241, 68, 55); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: $video-content-text-color;
	font-family: $video-content-text-font-family;
	font-size: $video-content-text-font-size;
	font-style: $video-content-text-font-style;
	font-weight: $video-content-text-font-weight;
	line-height: $video-content-text-line-height;
	margin-bottom: $video-content-text-space-after;
	margin-top: $video-content-text-space-before;
	text-decoration: $video-content-text-text-decoration;
	text-transform: $video-content-text-text-transform;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
}

@media all and (orientation:landscape) and (min-width: 768px) and (max-width: 1176px) {
/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgba(246, 246, 246, 1);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('https://srvpleu1data2.blob.core.windows.net/media/e4kh3bXWwgksMKlDin2O7c88Hp7lu3KTH-HtJE87i4bKpK7qMojqofjI38okEDW1');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 2em;
	margin-bottom: 3em;
	padding-top: 3em;
	padding-bottom: 2em;
	padding-left: 3%;
	padding-right: 3%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 80%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 80%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(241, 68, 55);
	font-family: inherit;
	font-size: 2.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgba(85, 85, 85, 1);
	font-family: inherit;
	font-size: 2em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1.3em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 1);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgba(51, 51, 51, 1);
}

.element .options .field.radio label:after
{
	background: rgba(51, 51, 51, 1);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(255, 77, 77, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(255, 77, 77, 1);
}

.element .warning
{
	color: rgba(255, 77, 77, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgba(0, 172, 238, 1);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.3);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-color: rgba(0, 0, 0, 0.3);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(85, 85, 85, 1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ms-DatePicker input:focus
{
	background-color: rgba(255, 255, 255, 0);
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(241, 68, 55);
	border: 1px solid rgba(51, 51, 51, 1);
	color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgba(0, 0, 0, 0.6);
	fill: rgba(0, 0, 0, 0.6);
}

.element .upload-component .upload-area
{
	border-color: rgba(0, 0, 0, 0.3);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option.card
{
	background-color: $rankorder-option-bg-color;
}

.element.erankorder .options .label-container label
{
	color: $rankorder-option-color;
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: $rankorder-option-color;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .extreme.right
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .question
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgba(51, 51, 51, 1) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 1);
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 1em;
	color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(0, 0, 0, 0.6);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(0, 0, 0, 0.6);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgba(255, 255, 255, 1);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(241, 68, 55);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(241, 68, 55); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: $video-content-text-color;
	font-family: $video-content-text-font-family;
	font-size: $video-content-text-font-size;
	font-style: $video-content-text-font-style;
	font-weight: $video-content-text-font-weight;
	line-height: $video-content-text-line-height;
	margin-bottom: $video-content-text-space-after;
	margin-top: $video-content-text-space-before;
	text-decoration: $video-content-text-text-decoration;
	text-transform: $video-content-text-text-transform;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
}

@media all and (orientation:landscape) and (min-width: 0px) and (max-width: 767px) {
/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgba(246, 246, 246, 1);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('https://srvpleu1data2.blob.core.windows.net/media/e4kh3bXWwgksMKlDin2O7c88Hp7lu3KTH-HtJE87i4bKpK7qMojqofjI38okEDW1');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 90%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(241, 68, 55);
	font-family: inherit;
	font-size: 1.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgba(85, 85, 85, 1);
	font-family: inherit;
	font-size: 1.4em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1.2em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgba(51, 51, 51, 1);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 1);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgba(51, 51, 51, 1);
}

.element .options .field.radio label:after
{
	background: rgba(51, 51, 51, 1);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(255, 77, 77, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(255, 77, 77, 1);
}

.element .warning
{
	color: rgba(255, 77, 77, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgba(0, 172, 238, 1);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.3);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgba(0, 0, 0, 0.3);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgba(51, 51, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(85, 85, 85, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ms-DatePicker input:focus
{
	background-color: rgba(255, 255, 255, 0);
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(241, 68, 55);
	border: 1px solid rgba(51, 51, 51, 1);
	color: rgba(255, 255, 255, 1);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgba(0, 0, 0, 0.6);
	fill: rgba(0, 0, 0, 0.6);
}

.element .upload-component .upload-area
{
	border-color: rgba(0, 0, 0, 0.3);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option.card
{
	background-color: $rankorder-option-bg-color;
}

.element.erankorder .options .label-container label
{
	color: $rankorder-option-color;
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: $rankorder-option-color;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .extreme.right
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .question
{
	color: rgba(66, 66, 66, 1);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgba(0, 0, 0, 0.6);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgba(51, 51, 51, 1) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 1);
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 1em;
	color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(0, 0, 0, 0.6);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgba(0, 0, 0, 0.6);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgba(255, 255, 255, 1);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(241, 68, 55);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(241, 68, 55); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: $video-content-text-color;
	font-family: $video-content-text-font-family;
	font-size: $video-content-text-font-size;
	font-style: $video-content-text-font-style;
	font-weight: $video-content-text-font-weight;
	line-height: $video-content-text-line-height;
	margin-bottom: $video-content-text-space-after;
	margin-top: $video-content-text-space-before;
	text-decoration: $video-content-text-text-decoration;
	text-transform: $video-content-text-text-transform;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(241, 68, 55);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
}
.controls button.primary:hover, .controls button.secondary:hover, label.upload-button:hover
{
	-o-transition:         background-color .1s ease-in;
	-ms-transition:        background-color .1s ease-in;
	-moz-transition:       background-color .1s ease-in;
	-webkit-transition:    background-color .1s ease-in;
	transition:            background-color .1s ease-in;
}
/* --- Add custom CSS below this line --- */