/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'latohairline';
    src: url('/fonts/Lato-Hairline-webfont.eot');
    src: url('/fonts/Lato-Hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Hairline-webfont.woff2') format('woff2'),
         url('/fonts/Lato-Hairline-webfont.woff') format('woff'),
         url('/fonts/Lato-Hairline-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Hairline-webfont.svg#latohairline') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('/fonts/Lato-Bold-webfont.eot');
    src: url('/fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Bold-webfont.woff2') format('woff2'),
         url('/fonts/Lato-Bold-webfont.woff') format('woff'),
         url('/fonts/Lato-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('/fonts/Lato-Italic-webfont.eot');
    src: url('/fonts/Lato-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Italic-webfont.woff2') format('woff2'),
         url('/fonts/Lato-Italic-webfont.woff') format('woff'),
         url('/fonts/Lato-Italic-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('/fonts/Lato-Regular-webfont.eot');
    src: url('/fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Regular-webfont.woff2') format('woff2'),
         url('/fonts/Lato-Regular-webfont.woff') format('woff'),
         url('/fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('/fonts/Lato-Black-webfont.eot');
    src: url('/fonts/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Black-webfont.woff2') format('woff2'),
         url('/fonts/Lato-Black-webfont.woff') format('woff'),
         url('/fonts/Lato-Black-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font: 15px/1.3 'latoregular', Arial, sans-serif;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
  list-style: disc;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    margin-bottom: 20px;
}
strong{
    color: #003760;
}