@charset "ISO-8859-1";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,700');

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,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

html {
font-size:1em;
}

body {
font-family: 'Barlow Condensed', sans-serif;
color:#ffffff;
font-weight: normal;
font-size: 1em;
padding:4em 0 0 3.5em;
background: #007dc6;
background: -moz-linear-gradient(left,  #007dc6 14%, #253989 99%);
background: -webkit-linear-gradient(left,  #007dc6 14%,#253989 99%);
background: linear-gradient(to right,  #007dc6 14%,#253989 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc6', endColorstr='#253989',GradientType=1 );
}
h1 {
font-size: 4em;
line-height: 90%;
text-transform: uppercase;
font-weight: 500;
margin-bottom:1.2rem;
}
p {
font-size: 1.5em;
line-height: 125%;
font-weight: 400;
margin-bottom:.9em;
}
a {
color:#ffffff;
text-decoration: none;
}



