.step,
.mesh {
    display: none;
}

.step.form {
    display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

p {
    line-height: 1.3;
}

a {
    color: #078ECF;
    text-decoration: underline;
}

h1 {
    font-size: 18px;
    margin: 0;
}

h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-lg {
    font-size: 28px;
}

.text-sm {
    font-size: 12px;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cf {
    display: inline-block;
}

/* start commented backslash hack \*/

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/* close commented backslash hack */

body,
html {
    height: 100%;
}

body {
    position: relative;
    color: #555A5C;
    font-size: 14px;
    font-family: 'Alegreya Sans', sans-serif;
    text-align: center;
}

header {
    background-color: #33414F;
    padding: 30px 0;
    text-transform: uppercase;
    color: #fff;
}

.wrapper {
    min-height: 90%;
    padding: 0 10px 130px 10px;
}

.inner-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.step {
    padding: 30px 0;
}

/* CONTENT */

.button,
button {
    background: #078ECF;
    border-radius: 30px;
    padding: 15px;
    width: 100%;
    max-width: 200px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.button:hover,
button:hover,
.button:focus,
button:focus,
.button:active,
button:active {
    background: #027bb5;
}

input,
textarea {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 15px 8px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    height: 90px;
}

label {
    font-size: 18px;
    display: block;
    margin: 20px 0 10px 0;
}

label:first-of-type {
    margin-top: 0;
}

.checkbox,
.checkbox input {
    display: inline-block;
    width: auto;
    font-size: 14px;
    margin-left: -25px;
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.checkbox {
    margin: 25px 0;
    padding-left: 25px;
}

/* STEP - FORM */

form {
    display: inline-block;
    text-align: center;
}

form p {
    text-align: center;
}

.star-rating {
    font-size: 0;
    display: inline-block;
    width: 295px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: url('/go/feedback/images/star-off.svg');
    background-size: contain;
    cursor: pointer;
}

.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('/go/feedback/images/star-on.svg');
    background-size: contain;
}

.star-rating i ~ i {
    width: 40%;
}

.star-rating i ~ i ~ i {
    width: 60%;
}

.star-rating i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}

.rating-scale {
    max-width: 295px;
    margin: 10px auto;
    margin-bottom: 50px;
}

.rating-scale li {
    display: inline-block;
    width: 30%;
}

.rating-scale li:first-of-type {
    text-align: left;
}

.rating-scale li:last-of-type {
    text-align: right;
}

.company-addr {
    margin-top: 30px;
}

.company-addr .logo {
    height: auto;
    margin-bottom: 10px;
}

/* STEP - THANK YOU */

.thank-you .text-sm {
    margin-top: 30px;
}

.thank-you .text-sm a {
    color: #555A5C;
}

/* STEP - CONFIRM */

.confirm ol {
    color: #078ECF;
    font-size: 16px;
}

.confirm ol > li:first-of-type {
    margin: 20px 0 50px 0;
}

.confirm textarea {
    max-width: 500px;
    margin: 20px auto;
}

.confirm .num {
    display: inline-block;
    border: 1px solid #078ECF;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.copy {
    text-decoration: underline;
    cursor: pointer;
}

/* FOOTER */

footer {
    height: 130px;
    /*margin-top: -130px; */
}

.powered-by {
    display: inline-block;
    padding: 30px 0px 30px 0;
}

.copyright {
    background-color: #2A3441;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
}

.copyright a {
    color: #fff;
}

/* MODAL */

.modal {
    background: #fff;
    padding: 3%;
    margin: 10px auto;
    max-width: 800px;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 3;
    height: 80%;
    overflow-y: auto;
}

.modal p {
    margin: 10px 0 15px 0;
    text-align: left;
}

.modal .close {
    float: right;
    width: 30px;
    height: 30px;
    color: #078ECF;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

.mesh {
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(109, 114, 120, 0.7);
    z-index: 2;
}

/* FIX FOR IPHONE ZOOM */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #eee;
    }

    select,
    textarea,
    input {
        font-size: 16px;
    }
}

.feedbackCategories li {
    display: inline-block;
    margin: 25px;
}
#feedback-form {
    position: relative;
    float:none;
}
.button-back { position: relative; top: 40px; }
.button-back { position: relative; left: 45%; }
.button-back { float: left; width: 30px; height: 45px; display: block; background:url(../images/button-back.gif); margin-top: 1.5em; cursor: pointer; }

@media only screen and (max-width: 600px) {
    .button-back {
        left: 32% !important;
        top: 40px !important;
    }
}