/*------------------------------------*\
        $RESET
\*------------------------------------*/

* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    -webkit-text-size-adjust: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul.bullets {
    list-style: disc;
    padding: 0 0 0 40px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    img {
        border: none;
    }
}

button {
    font-size: inherit;
}

button,
input[type="submit"] {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    &::-moz-focus-inner {
        /* firefox bug fix for tiny bit of padding on buttons
            http://stackoverflow.com/questions/5517744 */
        padding: 0;
        border: 0
    }
    &[disabled] {
        cursor: default;
    }
    i {
        vertical-align: middle;
    }
}

i {
    font-style: normal;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid getColor(geyser);
    margin: 1em 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

iframe {
    max-width: 100%;
}

body {
    line-height: 1.3;
}
p {
    line-height: 1.5em;
    padding: 0 0 1em;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

legend {
    width: 100%;
}

blockquote {
    margin: 1rem 4rem;
}

a {
    &:before {
        padding-right: 0.5rem;
    }
    &.icon-only:before {
        padding-right: 0;
    }
}

address {
    font-style: normal;
}
cite {
    font-style: normal;
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
\:article,\:aside,\:dialog,\:figcaption,\:figure,\:footer,\:header,\:hgroup,\:main,\:nav,\:section{display:block} //for ie8 compatibility in angular