html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.head
{
   font-family: "Montserrat", sans-serif;
    font-weight:700;
    font-size: 1.2em;
    padding-bottom: 0.5em; 
}

.subhead
{
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
}

.question
{
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
     padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-style: italic;
    text-align: center;
}

.house {
    width: 50;
    content: url(img/lilhouse.svg);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bag {
    width: 50;
    content: url(img/bag.svg);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.guide
{
    font-family: "Montserrat", sans-serif;
    font-size: 0.6em;
    text-align: center;
}

.estimater {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    padding-bottom: 0.2em;
    text-align: center;
}

.tbc {
    margin-left: 2%;
    margin-right: 2%;
}

hr {
width: 60%;
margin-left: auto;
margin-right: auto;
}

button {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    display: block;
        margin-left: auto;
    margin-right: auto;
}

.answer {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
 text-align: center;
}

b {
    font-weight: 700;
}

.note
{
    font-family: "Montserrat", sans-serif;
    font-size: 0.6em;
    text-align: right;
    padding-top: 1em;
}

.radios-to-slider {
    background-color: #d6d6da;
    display: block;
    position: relative;
    margin-bottom: 2.8em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.radios-to-slider.medium {
    height: 22px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
}


/* Levels */

.radios-to-slider .slider-level {
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    display: block;
}

.radios-to-slider .slider-level.slider-lower-level {
    opacity: 0.2;
}

.radios-to-slider.medium .slider-level {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    z-index: 2;
}


/* Labels */

.slider-label {
    position: absolute;
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 0.6em;
    cursor: pointer;
    color: #5e5e5e;
    text-align: center;
}

.slider-label-active {
    font-weight: bold;
}

.radios-to-slider.medium .slider-label {
    top: 50px;
    width: 44px;
}


/* Slider bar */

.radios-to-slider .slider-bar {
    background-color: #ecc3c0;
    float: left;
    height: 100%;
    width: 0;
    pointer-events: none;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 32px !important;
}

.slider-bar.transition-enabled {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.radios-to-slider.medium .slider-bar {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
}


/* Slider Knob */

.slider-knob {
    float: right;
    background-color: #d8352a;
}

.radios-to-slider.medium .slider-knob {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
