/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, button, 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,  menu, nav, output, ruby, section, summary, time, mark, audio, video, select, input, textarea {
    font-family: 'Lato', 'Mada', sans-serif;
    margin:0;
    padding:0;
    font-weight:300;
    font-style:normal;
    font-size:13px;
    -webkit-appearance: none;
    color: #333;
}
strong, b{
    font-weight: bold;
}
input, button, textarea, select {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    outline: none;
    font-size: 18px;
    margin-top: 2px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #b1afaf8a;
    transition: all 1s ease-out;
    background: none;
}
fieldset{
    border: 0;
}
button {
    width: auto;
    box-shadow:none;
    border: 0;
    background: none;
    -webkit-appearance: none;
}
.beta {
    background:gray;
    padding:3px 8px;
    font-size: 13px;
    border: 0;
    color:#fff;
    margin: 0;
}
label {
    color: #0d3d6385;
    display: block;
    font-weight: 300;
    font-size: 13px;
}
input[type=checkbox], input[type=radio] {
    box-shadow:none;
    border: 2px solid #356596;
    width:  15px;
    height: 15px;
    line-height: 15px;
    display: inline-block !important;
    padding:  0;
}
input[type=radio]{
    border-radius: 50%;
}
input[type=checkbox]:checked, input[type=radio]:checked{
    background: #356596;
}
input[type=range] {
    height: 0;
    padding: 0;
    -webkit-appearance: none;
    width: 300px;
    display: inline-block !important;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid transparent;;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #3071a2;
    background: -moz-linear-gradient(-45deg,#3071a2 0,#405890 100%);
    background: -webkit-linear-gradient(-45deg,#3071a2 0,#405890 100%);
    background: linear-gradient(135deg,#3071a2 0,#405890 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3071a2',endColorstr='#405890',GradientType=1);
    color: white;
    box-shadow: 3px 0 20px 4px rgba(59,94,149,0.18);
    cursor: pointer;
    margin-top: 0; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
output{  padding: 0 10px;  }
a {
    text-decoration: none;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
ins{
    text-decoration: none;
}
img{
    max-width: 100%;
}
ul,ol{
    list-style: none;
}
section {
    display: block;
    width: 100%;
}
abbr{
    text-decoration: none;
}
::placeholder{
    color: lightgrey;
}
