@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, 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;
	vertical-align: baseline;
}
/* 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;
}
.form-control {
    border-radius:0;
}
.ellipsis{
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

/* HEADER */
html, body {
	font-family: 'latoregular',arial;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	background-color:#fff;
	color:#000;
}

h1 {    
	color: #000;
    font-size: 27px;
    font-weight: bold;
    padding: 0 7px;    
    margin: 40px 0 20px 0;
    text-align: center;
    font-family: 'latobold',arial;
}
h2 {    
	color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 0 7px;    
    margin: 30px 0 20px 0;
    text-align: center;
    font-family: 'latobold',arial;
}

strong{
    font-family: 'latobold',arial;
}

.footer {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    background-color: #f5f5f5;
    font-size: 16px;
}
.top-margin{
	margin-top:30px;
}
.btn{
	border-radius:0;
}
.btn-mod{
    background-color: #153C84;
    color:#FFF;
}

.btn-mod:hover, .btn-mod:focus{
    background-color: #2e5090;
    color:#FFF;
}
.logo-mod {
    margin-top: 50px;
}
.logo-mod img {
    margin: 0 auto;
}