/* CSS reset. Based on HTML5 boilerplate reset http://html5boilerplate.com/  */


body { margin: 0; font-size: 14px; line-height: 1.4;font-family: 'proxima-nova', Sans-Serif; }

a:focus { outline:thin dotted; }
a:hover, a:active { outline:0; }
strong {font-weight: bold;}
b {font-weight: bold !important;}
em {
    font-style: italic !important;
}
/* End CSS reset */