.EPiServerForms .FormImageSubmitButton {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}
.EPiServerForms .Form__Status .Form__Status__Message {
    display: block;
    padding: 1rem;
    margin: 1rem0;
}
.EPiServerForms .Form__Status .Form__Success__Message {
    background-color: #84c8e4;
    color: #333;
}
.EPiServerForms .Form__Status .Form__Warning__Message {
    background-color: #fff8aa;
    color: red;
}
.EPiServerForms .Form__Status .Form__Readonly__Message {
    display: block;
    padding: 1rem;
    margin: 1rem0;
    background-color: #fff8aa;
    color: red;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
    display: inline-block;
    padding: inherit;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(41,128,189,0.5);
    border-radius: 4px;
    font-size: inherit;
    height: 2em;
    width: 10em;
    max-width: 10rem;
    color: initial;
    background-image: linear-gradient(top,#fff,#e6e6e6);
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -ms-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
    display: inline-block;
    border: 1px solid rgba(41,128,189,0.5);
    vertical-align: middle;
    width: 40%;
    display: none;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar.Form__NavigationBar__ProgressBar--Progress {
    background-color: rgba(41,128,189,0.5);
    width: 0%;
    height: 1rem;
    display: none;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar.Form__NavigationBar__ProgressBar--Text {
    display: none;
}
.EPiServerForms .FormStep .FormStep__Description {
    margin-bottom: 1rem;
}

.EPiServerForms .Form__Element .Form__Element__Caption {
    display: inline-block;
    min-width: 15%;
    vertical-align: top;
}
.EPiServerForms .Form__Element .Form__Element__ValidationError {
    color: red;
    word-wrap: break-word;
}

.EPiServerForms .form_with_sequence .Form__Element .Form__Element__ValidationError {
    margin-left: 1.429em;
    width: calc((100%) - (1.429em)) !important;
}

.EPiServerForms .Form__Element .Form__Element__ValidationError {
    margin-left: 0;
    width: 100%;
}

.EPiServerForms .hide {
    display: none;
}
.EPiServerForms .FormSubmitButton:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.EPiServerForms .FormCaptcha .FormTextbox__Input {
    width: 8rem;
}
.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
    font-size: 1em;
    width: auto;
    height: auto;
}
.EPiServerForms .FormChoice--Image .hidden {
    visibility: hidden;
}
.EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
    display: inline-block;
    max-width: 40%;
    text-align: center;
    margin: 0.5rem;
}
.EPiServerForms .FormChoice--Image .FormChoice__Input:checked~img {
    border: 1px solid rgba(41,128,189,0.5);
}
.EPiServerForms .FormRange .FormRange__Input {
    max-width: 60%;
    display: inline;
}
.EPiServerForms .EditView__InvisibleElement.FormStep {
    display: block;
    border-radius: 4px;
    border-color: rgba(184,192,197,0.6);
    background-color: rgba(184,192,197,0.6);
    color: #000;
    padding: 0.2rem;
    font-family: Verdana;
    box-shadow: 3px 3px 5px #ccc;
}
.EPiServerForms .EditView__InvisibleElement.FormStep .FormStep__Warning {
    color: red;
    background-color: #fff8aa;
    display: block;
    word-wrap: break-word;
}
.EPiServerForms .EditView__InvisibleElement.FormHidden {
    display: inline-block;
    border-radius: 4px;
    border: 1.5px outset rgba(184,192,197,0.6);
    padding: 0.2rem 1rem;
    min-width: 18rem;
}
.EPiServerForms .Warning {
    color: red;
    background-color: #fff8aa;
    display: block;
    word-wrap: break-word;
}
.EPiServerForms .Form__Warning {
    color: red;
    background-color: #fff8aa;
    display: block;
    word-wrap: break-word;
}
.EPiServerForms .Form__Title {
    color: #0169b4;
    margin-top: 1.667em;
}

.EPiServerForms .FormStep .FormStep__Description {
    margin-bottom: 0;
}
.EPiServerForms .Form__Element .FormChoice label {
    border: 0.125em solid #dadada;
    margin-bottom: 1.250em;
    width: 100%;
    float: left;
    padding: 1.071em 1.429em;
    padding-left: 4.143em !important;
    display: block;
}

.EPiServerForms .form_with_sequence .Form__Element .FormChoice label {
    width: calc((100%) - (1.429em));
    margin-left: 1.429em;
}

.EPiServerForms .form_without_sequence .Form__Element .FormChoice label {
    width: 100%;
    margin-left: 0;
}

.EPiServerForms .Form__Element label .FormChoice__Input--Radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.EPiServerForms .radio-button-container {
    display: inline-block;
    position: relative;
    padding-left: 2.1875em;
    margin-bottom: 1em;
    cursor: pointer;
    font-size: 0.875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}
.EPiServerForms .radiobox {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.85em;
    width: 0.85em;
    background-color: #ffffff;
}
.EPiServerForms .radio-button-container input~.radiobox {
    font-size: 1.5em;
}
.EPiServerForms .radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.EPiServerForms .radio-button-container .radiobox:after {
    content: "\e934";
    position: absolute;
    display: none;
}
.EPiServerForms .radio-button-container input:checked~.radiobox:after {
    display: block;
}
.EPiServerForms .radio-button-container .radiobox:after {
    left: 0;
    top: 0;
}
.EPiServerForms .radio-button-container input~.radiobox {
    color: #0169b4;
}
.EPiServerForms .radio-button-container input:focus~.radiobox {
    outline: #333333 dotted 0.0625em;
}
.EPiServerForms .radio-button-container span, .EPiServerForms .check-container span {
    margin: 0.520em 0.980em;
}
.EPiServerForms .captionIndex {
    width: 1.429em;
    display: inline-block;
    vertical-align: top;
}
.EPiServerForms .captionText {
    display: inline-block;
    width: calc((100%) - (1.429em));
}
.EPiServerForms .Form__Description {
    margin-top: 2.5em;
    margin-bottom: 0;
}
.EPiServerForms .formStepTitlePad {
    padding-top: 3.125em !important;
}
.EPiServerForms .FormStep__Title {
    color: #0169b4;
    margin-bottom: 1.875em;
    padding-top: 2.500em;
    clear: both;
}
.EPiServerForms .Form__Element .Form__Element__Caption {
    display: block;
    min-width: 15%;
    padding-bottom: 1.875em;
}
.EPiServerForms .label-pad-top {
    padding-top: 2.500em;
}
.EPiServerForms .css-text {
    margin: 0;
    padding: 0;
    height: 2.857em;
    vertical-align: bottom;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    font-size: 0.875em;
    border-radius: 0;
}

.EPiServerForms .form_with_sequence .css-text {
    width: calc((100%) - (1.429em));
}

.EPiServerForms .form_without_sequence .css-text {
    width: 100%;
}

.EPiServerForms .css-text:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0  rgba(255, 255, 255, .1), 0 0 0px  rgba(255, 255, 255, .1);
    box-shadow: inset 0 0px 0px  rgba(255, 255, 255, .1), 0 0 0px  rgba(255, 255, 255, .1);
}
.EPiServerForms textarea, .EPiServerForms .FormTextbox__Input {
	height: auto !important;
	background: none !important;
	border: none;
	border-bottom: 0.125em solid #d4d4d4 !important;
	overflow: hidden;
	color: #555;
	font-family: AcherusGrotesque-Regular,'Roboto';
	font-style: normal;
	font-weight: 400 !important;
	resize: none;
	box-sizing: padding-box !important;
	padding-top: 0.625em !important;
	padding-bottom: 0.625em !important;
	display: block;
}

.EPiServerForms .form_with_sequence textarea, .EPiServerForms .form_with_sequence .FormTextbox__Input {
    width: calc((100%) - (1.429em)) !important;
    margin-left: 1.429em;
}

.EPiServerForms .form_without_sequence textarea, .EPiServerForms .form_without_sequence .FormTextbox__Input {
    width: 100% !important;
}

.EPiServerForms .form_with_sequence input[type='text'],  .EPiServerForms .form_with_sequence input[type='tel'], .EPiServerForms .form_with_sequence input[type='number'], .EPiServerForms .form_with_sequence input[type='email']{
    width: calc((50%) - (1.429em)) !important;
    margin-left: 1.429em;
}

.EPiServerForms .form_without_sequence input[type='text'],  .EPiServerForms .form_without_sequence input[type='tel'], .EPiServerForms .form_without_sequence input[type='number'], .EPiServerForms .form_without_sequence input[type='email']{
    width: 50% !important;
    margin-left: 0;
}

.EPiServerForms .form-group textarea, .EPiServerForms .form-group .FormTextbox__Input {
    margin: 0 !important;
}
.EPiServerForms textarea:focus, .EPiServerForms .FormTextbox__Input:focus {
    outline: #333333 dotted 0.0625em !important;
}

.EPiServerForms .radio-checked, .EPiServerForms .checkbox-checked {
    border: 0.125em solid #c5e5ef !important;
    background: #d9eef5;
}
.EPiServerForms .radio-button-container input:checked~.radiobox {
    background: #d9eef5;
}
.EPiServerForms .white-line {
    clear: both;
    height: 4px;
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    padding-top: 2.125em;
    margin-bottom: 0.938em;
}
.EPiServerForms .next-btn {
    width: 9.286em !important;
    text-align: center !important;
    height: 2.857em !important;
    background-image: none !important;
    font-size: 0.88em !important;
    color: #014db2 !important;
    background-color: transparent;
    border: .06em solid #014db2 !important;
    border-radius: 0 !important;
}

.EPiServerForms .next-btn:active, .EPiServerForms .next-btn:hover {
    color: #ffffff !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0;
    background-color: #0169b4;
    border: 0.0625rem solid #0169b4 !important;
}

.EPiServerForms .next-btn:disabled, .EPiServerForms .next-btn[disabled] {
    color: #0169b4 !important;
    background-color: transparent !important;
}

.EPiServerForms .Form__NavigationBar {
    position: relative;
}

.EPiServerForms .Form__NavigationBar .btnPrev,  .EPiServerForms .btnPrev{
    position: absolute;
    left: 0;
    background-image: none;
    background: none;
    border: none;
    height: auto;
}

.EPiServerForms .Form__NavigationBar .btnNext {
    position: absolute;
    right: 0;
}

.EPiServerForms {
    margin-bottom: 5em;
    width: 66.6%;
    margin-left: auto;
    margin-right: auto;
}

.EPiServerForms h5, .EPiServerForms .h5, .EPiServerForms .body-copy {
    line-height: 1.5em;
}

.EPiServerForms .mandatoryTxt {
    margin-top: 2.5em;
}

.EPiServerForms .submitPrev {
    position:  relative !important;
}

.opaque {
    opacity: 0.3;
    pointer-events: none;
}
.transparent {
    opacity: 1;
}
.displayNone {
    display: none !important;
}

.pagInnerBlock {
    line-height: 1;
    text-align: center;
    padding-top: 1.063em;
    padding-bottom: 1.125em;
}

.pageBlock {
    background: #f2f2f2
    bottom: 0;
    width: 100%;
    z-index: 1001;
}

.pageBlockBottom {
    bottom: 5em;
}

.out-scope-width {
    max-height: calc((100%) - (10em));
}

.surveyFooter {
    height: 5em;
    bottom: 0;
    z-index: 1001;
    background-color: #92278f !important;
}
.surveyFooter .container {
    position: relative;
    height: 5em;
    padding: 0 5em;
}

.surveyFooter .out-scope-width {
    height: 5em;
}

.surveyFooter .navbar-nav {
    margin: 0;
    padding-left: 0;
}
.surveyFooter ul.nav.navbar-nav {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.surveyFooter .nav li:last-child {
    padding-right: 0;
}
	.surveyFooter .vCenter {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
.surveyFooter .feedbackLink {
    color: #ffffff;
}
.surveyFooter .aws-fright > li > a {
    padding: 0;
    color: #ffffff;
}

.aws-padding0-top {
    padding-top: 0 !important;
}

.surveyHeader, .surveyHeader .navbar.navbar-default {
    height: 5em !important;
    background: #92278f !important;
}

.surveyHeader .navbar-header {
    float: none !important;
}
.surveyHeader .navbar.navbar-default .slider-menu-btn {
    height: 5em !important;
    width: 20% !important;
    margin: auto !important;
    float: none !important;
}

.surveyHeader .navbar.navbar-default .mob-logo img, .surveyHeader .dark-border, .surveyHeader .navbar-header {
    height: 5em !important;
}

.surveyHeader .dark-border {
    background: #92278f !important;
}

.EPiServerForms .form_with_sequence .select-wrapper {
    width: calc((50%) - (1.429em));
    margin-left: 1.429em;
    position: relative;
}

.EPiServerForms .form_without_sequence .select-wrapper {
    width: 50%;
    margin-left: 0;
    position: relative;
}

.EPiServerForms .select-wrapper select {
    width: 100% !important;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.000625em;
    text-overflow: "";
}

.EPiServerForms .select-wrapper select {
    width: 100% !important;
    padding-right: 1.25em;
}

.EPiServerForms .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    font-size: 0.875em;
    padding-left: 0;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 0.125em solid #d4d4d4;
    outline: none;
    color: #333;
    height: 2.857em;
    line-height: 2.125em;
}

.EPiServerForms .ui-selectmenu-button.ui-button:active,
.EPiServerForms .ui-selectmenu-button.ui-button:hover {
    color: #333;
    outline: none !important;
}

.EPiServerForms .ui-selectmenu-button.ui-button:focus {
    color: #333;
    outline: #333333 dotted 0.0625em !important;
}

.EPiServerForms .ui-button .ui-icon {
    background-image: none;
    width: 0;
    height: 0;
}

.EPiServerForms .ui-menu.ui-widget.ui-widget-content:before {
    border: none !important;
    outline: none;
}

.EPiServerForms .ui-menu .ui-menu-item-wrapper {
    position: relative;
    font-size: 0.875em;
    margin-left: 1.429em;
    margin-right: 1.429em;
    padding-top: 0.714em;
    padding-bottom: 0.714em;
    border-bottom: 0.0625em solid #ddd;
    min-height: 2.857em;
    outline: none;
}

.EPiServerForms .ui-menu .ui-menu-item:last-child div {
    border-bottom: none;
}

.EPiServerForms .select-arrow {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 0.8125em;
	font-weight: bold;
	cursor: pointer;
}

.select-arrow {
    position: absolute;
    right: 0;
    pointer-events: none;
    color: #0169b4;
}

.EPiServerForms .drop-menu {
    border-bottom: 0.0625em solid #aaa;
}

.EPiServerForms .bottom-margin-0 {
    margin-bottom: 0 !important;
}

.EPiServerForms .ui-state-active,
.EPiServerForms .ui-widget-content .ui-state-active,
.EPiServerForms .ui-widget-header .ui-state-active,
.EPiServerForms a.ui-button:active,
.EPiServerForms .ui-button:active,
.EPiServerForms .ui-button.ui-state-active:hover {
    color: #0072BC;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0.125em solid #d4d4d4;
    outline: none;
}

.EPiServerForms .ui-menu .ui-state-focus,
.EPiServerForms .ui-menu .ui-state-active {
    margin: auto 1.429em;
    color:black;
}

.EPiServerForms .arrow-disabled {
    opacity: 0.4;
}

.EPiServerForms .ui-selectmenu-menu .ui-menu {
    max-height: 12.500em;
    width: 100% !important;
}

.EPiServerForms .border-drop-active {
    border-bottom: 0.125em solid #0072BC !important;
}

.EPiServerForms .ui-selectmenu-menu {
    top: 2.813em !important;
    width: 100%;
    z-index: 1001;
}

.EPiServerForms .c-placeholder-text-styled {
    color: #cccccc !important;
}

.EPiServerForms .border-drop-active {
    border-bottom: 0.125em solid #0072BC !important;
}

.EPiServerForms .check-radio-container input ~ .radiobox {
    color: #0169b4;
    font-size: 1.5em;
}

.EPiServerForms .check-container input ~ .checkmark,
.EPiServerForms .check-radio-container input ~ .radiobox {
    color: #0169b4;
    font-size: 1.5em;
}

.EPiServerForms .check-radio-container input ~ .radiobox {
    font-size: 1.3em;
}

.EPiServerForms .check-container input:focus ~ .checkmark,
.EPiServerForms .check-radio-container input:focus ~ .radiobox {
    outline: #333333 dotted 0.0625em;
}

.EPiServerForms .check-container,
.EPiServerForms .radio-button-container {
    display: inline-block;
    position: relative;
    padding-left: 2.1875em;
    margin-bottom: 1em;
    cursor: pointer;
    font-size: 0.875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.EPiServerForms .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 1.125em;
    width: 1.125em;
}

.EPiServerForms .checkmark,
.EPiServerForms .radiobox {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.85em;
    width: 0.85em;
    background-color: #ffffff;
}

.EPiServerForms .check-container input:checked ~ .checkmark:after {
    display: block;
}

.EPiServerForms .check-container .checkmark:after {
    left: 0px;
    top: 0px;
}

.EPiServerForms .check-container input:focus ~ .checkmark,
.EPiServerForms .check-radio-container input:focus ~ .radiobox {
    outline: #333333 dotted 0.0625em;
}

.EPiServerForms .checkmark:after {
    content: "\e90e";
    position: absolute;
    display: none;
}

.EPiServerForms .radio-button-parent input:checked ~ .radiobox,
.EPiServerForms .check-container input:checked ~ .checkmark {
    background: #d9eef5;
}

@media (min-width:1441px) {
    .surveyHeader .navbar-fixed-top {
        height: 5em !important;
    }
}
@media (min-width:1200px) and (max-width:1440px) {
}
@media (min-width:992px) and (max-width:1199px) {
    .EPiServerForms .Form__Title {
        margin-top: 2.500em;
    }
    .EPiServerForms .Form__Description {
        margin-top: 2.857em;
    }
    .EPiServerForms .mandatoryTxt {
        margin-top: 2.857em;
    }
    .EPiServerForms .formStepTitlePad {
        padding-top: 3.571em !important;
    }
    .EPiServerForms .FormStep__Title {
        margin-bottom: 2.222em;
        padding-top: 3.333em;
    }
    .EPiServerForms .Form__Element .Form__Element__Caption {
        padding-bottom: 2.143em;
    }
    .EPiServerForms .label-pad-top {
        padding-top: 2.857em;
    }
    .pagInnerBlock {
        padding-top: 1.214em;
        padding-bottom: 1.186em;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .EPiServerForms .Form__Title {
        margin-top: 1.667em;
    }
    .EPiServerForms .Form__Description {
        margin-top: 2.857em;
    }
    .EPiServerForms .mandatoryTxt {
        margin-top: 2.857em;
    }
    .EPiServerForms .FormStep__Title {
        margin-bottom: 2.222em;
        padding-top: 3.333em;
    }
    .EPiServerForms .Form__Element .Form__Element__Caption {
        padding-bottom: 2.143em;
    }
    .EPiServerForms .label-pad-top {
        padding-top: 2.857em;
    }
    .EPiServerForms {
        padding: 0em 0.94em;
        width: 100%;
    }

    .pagInnerBlock {
        padding-top: 1.214em;
        padding-bottom: 1.186em;
    }
    .surveyHeader .navbar.navbar-default .slider-menu-btn {
        width: 33.33% !important;
    }
    .surveyFooter .container {
        padding: 0 0.938em;
    }
    .EPiServerForms .next-btn:hover {
        color: #ffffff !important;
    }
    .EPiServerForms .next-btn:active {
        color: #ffffff !important;
    }
    .EPiServerForms .next-btn:disabled, .EPiServerForms .next-btn[disabled] {
        color: #0169b4 !important;
    }
}
@media (max-width:767px) {
    .EPiServerForms h1,
    .EPiServerForms .h1 {
        line-height: 1.4em;
    }

    .EPiServerForms .Form__Element .FormChoice label {
        padding-left: 3.625em !important;
        margin-left: 0 !important;
        display: block;
        width: 100%;
    }

    .EPiServerForms .form_with_sequence .Form__Element .FormChoice label, .EPiServerForms .form_without_sequence .Form__Element .FormChoice label {
        width: 100%;
        margin-left: 0;
    }

    .EPiServerForms .captionIndex {
        display: block;
        float: left;
    }
    .EPiServerForms .captionText {
        display: block;
        width: 100%;
    }
    .EPiServerForms .Form__Title {
        margin-top: 1em;
    }
    .EPiServerForms .Form__Description {
        margin-top: 2.143em;
    }
    .EPiServerForms .mandatoryTxt {
        margin-top: 2.143em;
    }
    .EPiServerForms .FormStep__Title {
        margin-bottom: 1.875em;
    }
    .EPiServerForms .Form__Element .Form__Element__Caption {
        padding-bottom: 1.429em;
    }
    .EPiServerForms .label-pad-top {
        padding-top: 2.143em;
    }
    .EPiServerForms textarea, .EPiServerForms .FormTextbox .FormTextbox__Input {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .EPiServerForms .Form__Element .Form__Element__ValidationError {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .EPiServerForms .css-text {
        width: 100% !important;
        margin-left: 0;
    }
    .EPiServerForms .FormTextbox textarea, .EPiServerForms .FormTextbox .FormTextbox__Input {
        margin-left: 0 !important;
    }
    .EPiServerForms {
        padding: 0em 0.94em;
        width: 100%;
    }
    .pagInnerBlock {
        padding-top: 1.214em;
        padding-bottom: 1.186em;
    }
    .surveyHeader .navbar.navbar-default .slider-menu-btn {
        width: 33.33% !important;
    }
    .surveyFooter ul.nav.navbar-nav {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }
    .surveyFooter .container {
        padding: 0 0.938em;
    }
    .EPiServerForms .next-btn:hover {
        color: #ffffff !important;
    }
    .EPiServerForms .next-btn:active {
        color: #ffffff !important;
    }
    .EPiServerForms .next-btn:disabled, .EPiServerForms .next-btn[disabled] {
        color: #0169b4 !important;
    }
    .EPiServerForms .select-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .surveyFooter .aws-fright > li {
        padding-left: 0 !important;
    }
    .surveyFooter .aws-fright > li > a {
        width: 2.083em !important;
    }
}