/*
 * 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: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgb(219, 218, 215);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-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: 2.9em;
	padding-bottom: 3em;
	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: 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(0, 168, 142);
	font-family: inherit;
	font-size: 2.6em;
	font-weight: bold;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgb(79, 64, 64);
	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: rgb(51, 51, 51);
	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.75);
	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: rgb(0, 168, 142);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgb(255, 255, 255);
}

.element.required .asterisk
{
	color: rgb(245, 156, 171);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgb(245, 156, 171);
}

.element .warning
{
	color: rgb(245, 156, 171);
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgb(0, 168, 142);
}

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.75);
	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.75);
}

.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(0, 168, 142);
	border: 1px solid rgb(2, 161, 137);
	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: rgb(51, 51, 51);
}

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

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

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

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgb(255, 194, 14);
	border-color: rgb(239, 183, 18);
	color: rgb(93, 93, 93);
}

.element .options .label
{
	color: rgb(51, 51, 51);
	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
{
	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 .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgb(51, 51, 51);
    font-family: inherit;
}

.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: bold;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgb(51, 51, 51);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: bold;
	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: bold;
	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
{
	color: rgb(51, 51, 51);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: bold;
	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: rgb(51, 51, 51);
}

.element .table.scale .extreme.right
{
	color: rgb(51, 51, 51);
}

.element .table.scale .question
{
	color: rgb(51, 51, 51);
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	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: rgb(51, 51, 51);
}

.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: rgb(51, 51, 51);
}

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

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

.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: rgb(51, 51, 51);
}

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

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(0, 168, 142);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgb(51, 51, 51);
}

.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: rgb(51, 51, 51);
	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(0, 168, 142); /*rgb(0, 168, 142);*/
}

.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: rgb(51, 51, 51);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgb(51, 51, 51);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(0, 168, 142);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(0, 168, 142);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgb(51, 51, 51);
}

.form .element .guidanceText
{
	color: rgb(51, 51, 51);
	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: rgb(219, 218, 215);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-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: 3em;
	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(0, 168, 142);
	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: rgb(79, 64, 64);
	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: rgb(0, 168, 142);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgb(255, 255, 255);
}

.element.required .asterisk
{
	color: rgb(245, 156, 171);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgb(245, 156, 171);
}

.element .warning
{
	color: rgb(245, 156, 171);
	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: rgb(0, 168, 142);
}

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(0, 168, 142);
	border: 1px solid rgb(2, 161, 137);
	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: rgb(255, 194, 14);
	border-color: rgb(239, 183, 18);
	color: rgb(93, 93, 93);
}

.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
{
	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 .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
}

.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
{
	color: rgba(0, 0, 0, 0.6);
	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(0, 168, 142);
}

.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(0, 168, 142); /*rgb(0, 168, 142);*/
}

.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(0, 168, 142);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(0, 168, 142);
}

.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: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgb(219, 218, 215);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-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(0, 168, 142);
	font-family: inherit;
	font-size: 1.6em;
	font-weight: bold;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgb(79, 64, 64);
	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: rgb(51, 51, 51);
	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.75);
	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: rgb(0, 168, 142);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgb(255, 255, 255);
}

.element.required .asterisk
{
	color: rgb(245, 156, 171);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgb(245, 156, 171);
}

.element .warning
{
	color: rgb(245, 156, 171);
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgb(0, 168, 142);
}

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.75);
	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.75);
}

.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(0, 168, 142);
	border: 1px solid rgb(2, 161, 137);
	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: rgb(51, 51, 51);
}

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

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

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

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgb(255, 194, 14);
	border-color: rgb(239, 183, 18);
	color: rgb(93, 93, 93);
}

.element .options .label
{
	color: rgb(51, 51, 51);
	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
{
	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 .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgb(51, 51, 51);
    font-family: inherit;
}

.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: bold;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgb(51, 51, 51);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: bold;
	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: bold;
	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
{
	color: rgb(51, 51, 51);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: bold;
	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: rgb(51, 51, 51);
}

.element .table.scale .extreme.right
{
	color: rgb(51, 51, 51);
}

.element .table.scale .question
{
	color: rgb(51, 51, 51);
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	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: rgb(51, 51, 51);
}

.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: rgb(51, 51, 51);
}

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

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

.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: rgb(51, 51, 51);
}

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

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(0, 168, 142);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgb(51, 51, 51);
}

.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: rgb(51, 51, 51);
	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(0, 168, 142); /*rgb(0, 168, 142);*/
}

.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: rgb(51, 51, 51);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgb(51, 51, 51);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(0, 168, 142);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(0, 168, 142);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgb(51, 51, 51);
}

.form .element .guidanceText
{
	color: rgb(51, 51, 51);
	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: $page-font-family;
	font-size: $page-font-size;
	line-height: $page-line-height;
	font-weight: $page-font-weight;
	font-style: $page-font-style;
	text-transform: $page-text-transform;
	text-decoration: $page-text-decoration;
	background-color: $background-base-color;
}

.form > .background
{
	background-position: $background-position;
	background-size: $background-size;
	background-repeat: $background-repeat;
	opacity: $background-opacity;
	-moz-opacity: $background-opacity;
}
.form > .background:not(.default)
{
	background-image: url('$background-image');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

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

.page-container .survey
{
	margin-top: $margin-top;
	margin-bottom: $margin-bottom;
	padding-top: $page-margin-top;
	padding-bottom: $page-margin-bottom;
	padding-left: $page-margin-left;
	padding-right: $page-margin-right;
	background-color: $page-background-base-color;
	border-radius: $page-corner-radius;
	-moz-border-radius: $page-corner-radius;
	-webkit-border-radius: $page-corner-radius;
	border-width: $page-border-width;
	border-color: $page-border-color;
}

.page-container form
{
	width: $width;
	max-width: $maximum-width;
	margin-left: $margin-left;
	margin-right: $margin-right;
}

.language-dropdown-container
{
	width: $width;
	max-width: $maximum-width;
}

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

.element:first-child
{
	margin-right: $gutter;
}

.element.half
{
	width: $element-width-left;
}

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

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

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

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

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

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

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid $form-element-border-color;
	background-color: $form-element-background-color;
}

.element .options .field.checkbox
{
	border-radius: $checkbox-corner-radius;
}

.element .options .field.checkbox label
{
	border-radius: $checkbox-corner-radius;
}

.element .options .field.checkbox label:after
{
	border-color: $form-element-color;
}

.element .options .field.radio label:after
{
	background: $form-element-color;
}

.page-container .progress
{
	font-family: $status-bar-font-family;
	font-size: $status-bar-font-size;
	line-height: $status-bar-line-height;
	font-weight: $status-bar-font-weight;
	font-style: $status-bar-font-style;
	text-transform: $status-bar-text-transform;
	text-decoration: $status-bar-text-decoration;
	color: $page-number-color;
}

.page-container .progress .outer
{
	border-radius: $status-bar-corner-radius;
	-moz-border-radius: $status-bar-corner-radius;
	-webkit-border-radius: $status-bar-corner-radius;
	background-color: $status-bar-background;
}

.page-container .progress .inner
{
	background-color: $status-bar-color;
	border-radius: $status-bar-corner-radius;
	-moz-border-radius: $status-bar-corner-radius;
	-webkit-border-radius: $status-bar-corner-radius;
	padding-top: $status-bar-space-before;
	padding-bottom: $status-bar-space-after;
	color: $status-bar-text-color;
}

.element.required .asterisk
{
	color: $notification-color;
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: $notification-color;
}

.element .warning
{
	color: $notification-color;
	font-family: $page-font-family;
	font-size: $page-font-size;
	font-weight: $page-font-weight;
	font-style: $page-font-style;
	text-transform: $page-text-transform;
	text-decoration: $page-text-decoration;
	line-height: $page-line-height;
}

.page-container .element a
{
	color: $link-color;
}

input.text.small
{
	width: $field-width;
}

textarea.text.large
{
	width: $field-width;
	height: $field-height;
}

.element input.text, .element textarea.text
{
	border-radius: $input-corner-radius;
	-moz-border-radius: $input-corner-radius;
	-webkit-border-radius: $input-corner-radius;
	padding-top: $field-vertical-padding;
	padding-bottom: $field-vertical-padding;
	padding-left: $field-horizontal-padding;
	padding-right: $field-horizontal-padding;
	color: $form-element-color;
	background-color: $form-element-background-color;
	border-color: $form-element-border-color;
	font-family: $form-element-font-family;
	font-size: $form-element-font-size;
	font-weight: $form-element-font-weight;
	font-style: $form-element-font-style;
	text-transform: $form-element-text-transform;
	text-decoration: $form-element-text-decoration;
	line-height: $form-element-line-height;
	margin-top: $form-element-space-before;
	margin-bottom: $form-element-space-after;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: $form-element-focus-border-color;
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: $input-corner-radius;
	-moz-border-radius: $input-corner-radius;
	-webkit-border-radius: $input-corner-radius;
	border-color: $form-element-border-color;
}

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

.ms-DatePicker input
{
	border-radius: $input-corner-radius;
	-moz-border-radius: $input-corner-radius;
	-webkit-border-radius: $input-corner-radius;

	padding-top: $field-vertical-padding;
	padding-bottom: $field-vertical-padding;
	padding-left: $field-horizontal-padding;
	padding-right: $field-horizontal-padding;

	color: $form-element-color;
	background-color: $form-element-background-color;
	font-family: $form-element-font-family;
	font-size: $form-element-font-size;
	font-weight: $form-element-font-weight;
	font-style: $form-element-font-style;
	text-transform: $form-element-text-transform;
	text-decoration: $form-element-text-decoration;

	line-height: $form-element-line-height;
	margin-top: $form-element-space-before;
	margin-bottom: $form-element-space-after;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: $form-element-hover-background-color;
	border-color: $form-element-focus-border-color;
	border-radius: $input-corner-radius;
	-moz-border-radius: $input-corner-radius;
	-webkit-border-radius: $input-corner-radius;
}

.ms-DatePicker input:focus
{
	background-color: $form-element-hover-background-color;
}

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

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: $secondary-button-background-color;
	border: $button-border-width solid $secondary-button-border-color;
	color: $secondary-button-text-color;
}

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

.page-container .controls button.primary
{
	background-color: $primary-button-background-color;
	border: $button-border-width solid $primary-button-border-color;
	color: $primary-button-text-color;
	font-family: $primary-button-font-family;
	font-size: $primary-button-font-size;
	line-height: $primary-button-line-height;
	font-weight: $primary-button-font-weight;
	font-style: $primary-button-font-style;
	text-transform: $primary-button-text-transform;
	text-decoration: $primary-button-text-decoration;
	padding-top: $primary-button-space-before;
	padding-bottom: $primary-button-space-after;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: $secondary-button-hover-background-color;
	border-color: $secondary-button-hover-border-color;
	color: $secondary-button-hover-text-color;
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: $secondary-button-hover-border-color;
}

.element .upload-component .upload-area  div.upload-title
{
	color: $text-color;
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: $text-color;
	fill: $text-color;
}

.element .upload-component .upload-area
{
	border-color: $form-element-border-color;
}

.element .upload-component .upload-area-active
{
	border-color: $form-element-focus-border-color;
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: $primary-button-hover-background-color;
	border-color: $primary-button-hover-border-color;
	color: $primary-button-hover-text-color;
}

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

.element .rankorder.options .droppable-area .draggable-option
{
	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 .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: $text-color;
    font-family: $table-labels-font-family;
}

.element .table.scale .tr.statement
{
	background-color: $table-even-background-color;
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: $table-odd-background-color;
}

.element .table.scale .topics
{
	font-family: $table-heading-font-family;
	font-size: $table-heading-font-size;
	font-weight: $table-heading-font-weight;
	font-style: $table-heading-font-style;
	text-transform: $table-heading-text-transform;
	text-decoration: $table-heading-text-decoration;
	line-height: $table-heading-line-height;
	margin-top: $table-heading-space-before;
	margin-bottom: $table-heading-space-after;
}

.element .table.scale .topics > .td
{
	color: $text-color;
}

.element .table.scale .options
{
	font-family: $table-labels-font-family;
	font-size: $table-labels-font-size;
	font-weight: $table-labels-font-weight;
	font-style: $table-labels-font-style;
	text-transform: $table-labels-text-transform;
	text-decoration: $table-labels-text-decoration;
	line-height: $table-labels-line-height;
	margin-top: $table-labels-space-before;
	margin-bottom: $table-labels-space-after;
}

.element .table.scale .extreme
{
	font-family: $table-labels-font-family;
	font-size: $table-labels-font-size;
	font-weight: $table-labels-font-weight;
	font-style: $table-labels-font-style;
	text-transform: $table-labels-text-transform;
	text-decoration: $table-labels-text-decoration;
	line-height: $table-labels-line-height;
	margin-top: $table-labels-space-before;
	margin-bottom: $table-labels-space-after;
}

.element .table.scale .shared-statement
{
	color: $text-color;
	font-family: $table-labels-font-family;
	font-size: $table-labels-font-size;
	font-weight: $table-labels-font-weight;
	font-style: $table-labels-font-style;
	text-transform: $table-labels-text-transform;
	text-decoration: $table-labels-text-decoration;
	line-height: $table-labels-line-height;
	margin-top: $table-labels-space-before;
	margin-bottom: $table-labels-space-after;
}

.element .table.scale .extreme.left
{
	color: $text-color;
}

.element .table.scale .extreme.right
{
	color: $text-color;
}

.element .table.scale .question
{
	color: $statement-color;
	font-family: $table-row-font-family;
	font-size: $table-row-font-size;
	font-weight: $table-row-font-weight;
	font-style: $table-row-font-style;
	text-transform: $table-row-text-transform;
	text-decoration: $table-row-text-decoration;
	line-height: $table-row-line-height;
	padding-top: $table-row-space-before;
	padding-bottom: $table-row-space-after;
}

.element .table.scale .table .options
{
	color: $text-color;
}

.element .table.scale .options .td
{
	padding-top: $table-labels-space-before;
	padding-bottom: $table-labels-space-after;
}

.element .select
{
	width: $field-width;
}

.element .select:after
{
	border-color: $selection-color transparent transparent transparent;
	right: $field-horizontal-padding;
	margin-right: $field-horizontal-padding;
}

.element .select select
{
	-webkit-border-radius: $input-corner-radius;
	-moz-border-radius: $input-corner-radius;
	border-radius: $dropdown-corner-radius;
	background: $selection-background-color;
	color: $selection-color;
	border: 1px solid $selection-border-color;
	padding-top: $field-vertical-padding;
	padding-bottom: $field-vertical-padding;
	padding-left: $field-horizontal-padding;
	padding-right: $field-horizontal-padding;
	font-family: $selection-font-family;
	font-size: $selection-font-size;
	font-weight: $selection-font-weight;
	font-style: $selection-font-style;
	text-transform: $selection-text-transform;
	text-decoration: $selection-text-decoration;
	line-height: $selection-line-height;
}

.element.eslider .statements .statement .question
{
	font-family: $slider-statement-font-family;
	font-size: $slider-statement-font-size;
	font-weight: $slider-statement-font-weight;
	font-style: $slider-statement-font-style;
	text-transform: $slider-statement-text-transform;
	text-decoration: $slider-statement-text-decoration;
	line-height: $slider-statement-line-height;
	padding-top: $slider-statement-space-before;
	padding-bottom: $slider-statement-space-after;
	color: $statement-color;
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: $table-labels-font-family;
	font-size: $table-labels-font-size;
	font-weight: $table-labels-font-weight;
	font-style: $table-labels-font-style;
	text-transform: $table-labels-text-transform;
	text-decoration: $table-labels-text-decoration;
	line-height: $table-labels-line-height;
	margin-top: $table-labels-space-before;
	margin-bottom: $table-labels-space-after;
	color: $text-color;
}

.element.eslider .statements .statement .slider .labels
{
	font-family: $table-labels-font-family;
	font-size: $table-labels-font-size;
	font-weight: $table-labels-font-weight;
	font-style: $table-labels-font-style;
	text-transform: $table-labels-text-transform;
	text-decoration: $table-labels-text-decoration;
	line-height: $table-labels-line-height;
	margin-top: $table-labels-space-before;
	margin-bottom: $table-labels-space-after;
	color: $text-color;
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid $slider-tick-color;
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: $slider-background-color;
	border: 1px solid $slider-border-color;
}

.element.eslider .statements .rc-slider-track
{
	background-color: $slider-color;
}

.element.eslider .statements .rc-slider-handle
{
	background-color: $slider-color;
	border-color: $primary-button-text-color;
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: $primary-button-background-color;
}

.element.eslider .statements .switch a.handle
{
	background-color: $slider-color;
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: $slider-background-color; */
}

.element.eslider .statements .switch div.shade
{
	background-color: $slider-background-color;
	border: 1px solid $slider-border-color;
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: $slider-color;
	border: 1px solid $slider-border-color;
}

.poweredBy a:link, .poweredBy a:visited
{
	color: $status-bar-link-color;
}

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

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

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: $selected-image-option-color;
}

.svgloader svg, .svgloader-small svg
{
	stroke: $heading-1-color; /*$status-bar-color;*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: $language-dropdown-text-color;
	stroke: $language-dropdown-text-color;
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: $language-dropdown-background-color;
	fill: $language-dropdown-background-color;
}

.form ul#dropDownSettingsList {
	background-color: $language-dropdown-list-background-color;
	border-color: $language-dropdown-list-border-color;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: $language-dropdown-hover-color;
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: $language-dropdown-border-radius;
	border-bottom-right-radius: $language-dropdown-border-radius;
}

.form #dropDownSettingsList {
	border-radius: $language-dropdown-list-border-radius;
}

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

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

.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: $slider-background-color;
	border: 1px solid $slider-border-color;
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: $slider-color;
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: $slider-color;
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: $primary-button-background-color;
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: $primary-button-background-color;
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: $slider-color;
}

.form .element .guidanceText
{
	color: $text-color;
	font-family: $text-font-family;
	font-size: $text-font-size;
	font-style: $text-font-style;
	font-weight: $text-font-weight;
	line-height: $text-line-height;
	text-transform: $text-text-transform;
	text-decoration: $text-text-decoration;
}
}

@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: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgb(219, 218, 215);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-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(0, 168, 142);
	font-family: inherit;
	font-size: 1.6em;
	font-weight: bold;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgb(79, 64, 64);
	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: rgb(51, 51, 51);
	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.75);
	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: rgb(0, 168, 142);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgb(255, 255, 255);
}

.element.required .asterisk
{
	color: rgb(245, 156, 171);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgb(245, 156, 171);
}

.element .warning
{
	color: rgb(245, 156, 171);
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgb(0, 168, 142);
}

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.75);
	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.75);
}

.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(0, 168, 142);
	border: 1px solid rgb(2, 161, 137);
	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: rgb(51, 51, 51);
}

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

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

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

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgb(255, 194, 14);
	border-color: rgb(239, 183, 18);
	color: rgb(93, 93, 93);
}

.element .options .label
{
	color: rgb(51, 51, 51);
	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
{
	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 .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgb(51, 51, 51);
    font-family: inherit;
}

.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: bold;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgb(51, 51, 51);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: bold;
	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: bold;
	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
{
	color: rgb(51, 51, 51);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: bold;
	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: rgb(51, 51, 51);
}

.element .table.scale .extreme.right
{
	color: rgb(51, 51, 51);
}

.element .table.scale .question
{
	color: rgb(51, 51, 51);
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	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: rgb(51, 51, 51);
}

.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: rgb(51, 51, 51);
}

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

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

.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: rgb(51, 51, 51);
}

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

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(0, 168, 142);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgb(51, 51, 51);
}

.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: rgb(51, 51, 51);
	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(0, 168, 142); /*rgb(0, 168, 142);*/
}

.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: rgb(51, 51, 51);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgb(51, 51, 51);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(0, 168, 142);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(0, 168, 142);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgb(51, 51, 51);
}

.form .element .guidanceText
{
	color: rgb(51, 51, 51);
	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 --- */
h1 {
font-family: 'Barlow Condensed', sans-serif !important;
font-weight:600 !important;
}
h2 {
font-family: 'Barlow Condensed', sans-serif !important;
font-weight:600 !important;
}
h3 {
font-family: 'Barlow Condensed', sans-serif !important;
font-weight:600 !important;
}