@charset "utf-8";
@font-face {
	font-family: Raleway;
	font-style: normal;
	font-weight: 300;
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face {
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face {
	font-family: Raleway;
	font-style: normal;
	font-weight: 700;
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face {
	font-family: Raleway;
	font-style: normal;
	font-weight: 900;
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* CSS Document */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* -------------------------------------------> RESET <------------------------------------------- */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, i, ol, ul, li, form, label, input, textarea, article, aside, footer, header, menu, nav, section, figure
{ margin: 0; padding: 0; border: 0; font-size: 100.01%; font: inherit; vertical-align: baseline; }

article, aside, footer, header, nav, section { 
    display: block;
}

.insights{
    max-width: 450px;
    margin: auto;
}

html { font-size: 16px; height:100%;}

:focus { outline: 0; }

body { font: 400 18px/24px 'Raleway', Verdana, 'Lucida Grande', Helvetica, Arial, sans-serif; color: #4b4b4b; background-color: #fff;  height:100%;}

h1, h2, h3, h4, h5, h6 { color: #000;  }

h1 { font-size: 36px; line-height: 42px; padding-bottom: 12px; }

h2 { font-size: 42px; line-height: 48px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; padding-bottom: 12px; }

h3 { font-size: 36px; line-height: 42px; padding-bottom: 12px; }

h4 { font-size: 24px; line-height: 30px; padding-bottom: 12px; }

h5 { font-size: 18px; line-height: 24px; padding-bottom: 12px; }

h6 { font-size: 16px; line-height: 24px; padding-bottom: 12px; }

p { padding: 0 0 .75em 0; }

ol, ul { padding: 0 0 .75em 0; }

li { padding: 0 0 .75em 0; margin-left: 24px; }

strong, b { font-weight: 700; }

em, i { font-style: italic; }

a:link, a:visited { 
    padding: 5px;
    color: #00bff3; 
    text-decoration: none; 
    -webkit-transition: color 0.3s ease-out; 
    -moz-transition: color 0.3s ease-out; 
    -o-transition: color 0.3s ease-out; 
    transition: color 0.3s ease-out; 
}

a:hover, a:active { padding: 5px; color: #000; text-decoration: none; }
.col-1_3 a:link, .more a:visited { padding: 5px;}
more a:link, .more a:visited { padding: 5px;}

input, select { vertical-align: middle; }

textarea { overflow: auto; }

nav ul { list-style: none; padding: 0; margin: 0 }

nav ul li { margin-left: 0; padding-bottom: 0; }

q:before { display: inline-block; padding-right: 6px; content: open-quote; }		/* 24-6 */
q:after { display: inline-block; padding-left: 6px; content: close-quote; }		/* 24-6 */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* ------------------------------------------> end RESET <------------------------------------------ */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
