body {
    font-family: "Nunito Sans", sans-serif;
    background: #f8f8f8;
    margin: 0;
    padding-top: 53px;
}
body header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background: #ffffff;
}
body header a.logo-link {
    margin: 0 auto;
    padding: 0;
    width: 300px;
}
body header a.logo-link img {
    height: 52px;
    display: block;
    margin: 0 auto;
    padding: 0;
}
body header .active {
    background-color: #4CAF50;
    color: #000000;
}
body header a {
    color: #000000;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}
body header a :hover {
    color: #b1b1b1;
}
body header a.icon {
    background: black;
    color: #ffffff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
body .contentImage {
    min-height: 100%;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px;
}
body .contentImage .wrapImage {
    padding: 50px;
    background: rgba(255, 255, 255, 0.36);
    max-width: 800px;
    margin: 0 auto;
}
body .contentImage .wrapImage .content {
    background: white;
    padding: 0px;
    border-radius: 3px;
}


.sv-title.sv-container-modern__title {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #ececec;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica;
}

.sv-root-modern .sv-container-modern__title {
    color:  #cd0000 !important;
    margin: 0 !important;
}

.sv-root-modern .sv-completedpage {
    background-color: #ffffff !important;
    padding-top: 5%;
    padding-bottom: 5%;
}
#myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 10%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
    margin-bottom: 80px;
}

#myLinks {
    display: none;
    background-color: #ffffff;
}
#myLinks a {
    display: block;
    padding: 20px;
    font-size: 20px;
}

#surveyContainer {
    padding: 0px;
}

img.sv-imagepicker__image {
    width: 150px !important;
    aspect-ratio: auto 150 / 150 !important;
    height: 150px;
}

.fds12.fds15 {
    border: solid #1d3f5b;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    outline: none;
}

.fds15 {
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 20px;
    width: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    height: 0;
    background: none;
}

a.fds12.fds16 {
    margin-top: 3em;
    max-width: 250px;
}

.fds12.fds16 {
    display: block;
    margin: 0 auto;
    background-color: #c7303b;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
}

fieldset.sv-imagepicker,
.sv-question__content {
    text-align: center;
}

fieldset.sv-selectbase {
    text-align: left;
}

.sv-question__header h5  {
    text-align: center;
    font-size: 20px;
    line-height: 1.375;
    font-weight: 600;
    letter-spacing: 0.64px;
}

.footer {
    text-align: center;
    display: block;
    padding: 1em;
    background-color: #e5e5e5;
    font-size: 10px;
    padding-top: 30px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.slider-label {
    display: block;
}

.slider-selection {
    background-image: linear-gradient(291deg, #dddddd, #ababab) !important;
}

.slider-track-high {
    background-color: #ededed !important;
}

.sv-body {
    padding-bottom: 5%;
}

small {
    margin-top: 5px;
    display: block;
    font-weight: 300;
}

@media (max-width: 800px) {
    body .contentImage .wrapImage {
        padding: 0;
    }

    .sv-imagepicker__item--inline {
        display: inline-block !important;
    }

}

@media (max-width: 480px) {
    body .contentImage {
        padding: 0px;
        min-height: 0;
    }

    .sv-imagepicker__item--inline {
        display: inline-block !important;
    }

}