* {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: -moz-text;
    -ms-user-select: text;
    user-select: text;
    outline: 0;
    box-sizing: border-box;
}

[data-authenticated] {
    visibility: hidden;
    display: none;
}

[data-authenticated-hide] {
    visibility: visible;
    display: block;
}

body {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0 !important;
    padding: 0;
    color: #666666;
    background: none repeat scroll 0% 0% #fff;
    font-size: 14px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    letter-spacing: 1.2px;
    font-weight: 100;
}

html {
    height: 100%;
    width: 100%;
    position: relative;
}

td {
    font-size: 14px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    letter-spacing: 1.2px;
    font-weight: 100;
}

p.large {
    font-size: 30px;
}

h1 {
    font-family: "Roboto";
    margin: 0;
    padding: 0;
    font-weight: 200;
}

h2 {
    font-family: "Roboto";
    margin: 0;
    padding: 0;
    font-weight: 200;
}

h3 {
    font-family: "Roboto";
    margin: 0;
    padding: 0;
    font-weight: 200;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333333;
}

h4 {
    font-family: "Roboto";
    margin: 0;
    padding: 0;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 0px;
}

h5 {
    font-family: "Roboto";
    margin: 0;
    padding: 0;
    font-weight: 200;
    font-size: 12px;
}

h4.yellow {
    color: #FCB123;
    text-transform: uppercase;
}

h3.marker {
    background: url('../images/marker-small.png') no-repeat;
    padding-left: 35px;
    height: 34px;
    margin-left: -10px;
}

hr {
    size: 1;
}

strong.black {
    color: #000;
}

p.first {
    margin-top: 0;
}

a {
    &:link {
        text-decoration: none;
        color: #1595d3;
    }
    &:active {
        text-decoration: none;
        color: #1595d3;
    }
    &:visited {
        text-decoration: none;
        color: #1595d3;
    }
    &:hover {
        cursor: pointer;
    }
}

a.white {
    color: #fff;
}

.right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.noline {
    border: none !important;
}

tr.noline {
    td {
        border: none !important;
    }
}

img {
    border: 0;
}

.white-bknd {
    background: #fff;
}

.rounded {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.rounded-3px {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.hidden {
    display: none;
    visibility: hidden;
}
