@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@font-face {
  font-family: 'HelveticaKVAFont';
  src: url('../fonts/HelveticaKVAFont.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/HelveticaKVAFont.woff') format('woff'), 
    url('../fonts/HelveticaKVAFont.ttf')  format('truetype'), 
    url('../fonts/HelveticaKVAFont.svg#HelveticaKVAFont') format('svg');
  font-weight: normal;
  font-style: normal;
}
ul li{list-style: none;}
*{margin:0px; padding:0px;}
.clearfix{clear:both;}
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 font-family: 'Open Sans', sans-serif;
 color: #111111;
}
.color-white{
color: #ffffff;;
}
.color-dark{
color: #111111;;
}
.bg-dark{
background-color: #111111;;
}
.color-blue{
color: #001996;;
}
.color-red{
color: #F00000;;
}
.bg-blue{
background-color: #001996;;
}
.bg-lightblue{
background-color: #eef3f3;
}
.bg-grey{
background-color: #DBDBDB;
}
.bg-lightgrey{
background-color: #F5F6F6;
}
.bg-darkgrey{
background-color: #4a4a4a;
}
.bg-yellow{
background-color: #ffdd40;
}
.bg-red{
background-color: #F00000;
}
.bg-white{
background-color: #FFFFFF;
}
.btn-yellow{
color:#111 !important;
background-color: #fbdd40;
}
.btn-yellow:hover{
background-color: #f8c81e;
}