/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}

ul {
  list-style: none;
}

ol.circle {
  list-style: none;
  counter-reset: item;
}

ol.circle > li{
  counter-increment: item;
  margin-bottom: 5px;
}

ol.circle > li:before {
  margin-right: 10px;
  content: counter(item);
  background: #19327a;
  border-radius: 100%;
  color: white;
  width: 1.3em;
  text-align: center;
  display: inline-block;
}

ul.circle > li{
  margin-bottom: 5px;
}

ul.circle > li:before {
  margin-right: 10px;
  content: "✓";
  background: #19327a;
  border-radius: 100%;
  color: white;
  width: 1.3em;
  text-align: center;
  display: inline-block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  ========================================
  Custom styles
  ========================================
*/

body {
  background: #82D1F1;
  color: #555;
  font: 300 16px/22px "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
  ========================================
  Grid
  ========================================
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container,
.grid {
  margin: 0 auto;
  width: 960px;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.grid,
.col-1-3,
.col-2-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-1-3,
.col-2-3  {
  display: inline-block;
  vertical-align: top;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}

/*
  ========================================
  Rows
  ========================================
*/

.row,
.row-alt {
  min-width: 960px;
}
.row {
  background: #fff;
  padding: 66px 0 44px 0;
}
.row-alt {
  background: #fff;
  background: -webkit-linear-gradient(to right, #ABB9c4, #e3e8ec);
  background:    -moz-linear-gradient(to right, #ABB9c4, #e3e8ec);
  background:         linear-gradient(to right, #ABB9c4, #e3e8ec);
  padding: 44px 0 22px 0;
}

/*
  ========================================
  Typography
  ========================================
*/

h1, h2, h3 {
  color: #19327a;
}
h1, h3, h4, h5, p {
  margin-bottom: 22px;
}
h1 {
  font-size: 36px;
  line-height: 44px;
}
h2 {
  font-size: 24px;
  line-height: 44px;
}
h3 {
  font-size: 21px;
}
h4 {
  color: #a9b2b9;
  font-size: 18px;
}
h5 {
  color: #a9b2b9;
  font-size: 14px;
  font-weight: 400;
}
strong {
  font-weight: 400;
}
cite,
em {
  font-style: italic;
}

/*
  ========================================
  Leads
  ========================================
*/

.lead {
  text-align: center;
}
.lead p {
  font-size: 21px;
  line-height: 33px;
}

/*
  ========================================
  Links
  ========================================
*/

a {
  color: #19327a;
  text-decoration: none;
}
a:hover {
  color: #a9b2b9;
}
p a {
  border-bottom: 1px solid #dfe2e5;
}
.primary-header a,
.primary-footer a {
  color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
  color: #19327a;
}


/*
  ========================================
  Flags and Figures
  ========================================
*/
.flag{
  width: 4%;
}

.figure{
  width: 90%;
}

/*
  ========================================
  Primary header
  ========================================
*/

.logo {
  border-top: 4px solid #19327a;
  float: left;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: .4px;
  line-height: 44px;
  padding: 50px 0 22px 0;
}
.tagline {
  margin: 66px 0 22px 0;
  text-align: right;
}
.primary-nav {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1px;
}

/*
  ========================================
  Primary footer
  ========================================
*/

.primary-footer {
  color: #19327a;
  font-size: 14px;
  padding-bottom: 44px;
  padding-top: 44px;
}
.primary-footer small {
  float: left;
  font-weight: 400;
}

/*
  ========================================
  Navigation
  ========================================
*/

.nav {
  text-align: right;
}
.nav li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.nav li:last-child {
  margin-right: 0;
}

/*
  ========================================
  Home
  ========================================
*/

.teaser a:hover h3 {
  color: #a9b2b9;
}

/*
  ========================================
  Contributors
  ========================================
*/

.contributor {
  margin-bottom: 44px;
}
.contributor-info {
  border: 1px solid #dfe2e5;
  border-radius: 5px;
  margine-left: 20px;
  margin-top: 88px;
  padding: 12px 24px;
  text-align: left;
}

/*
  ========================================
  Project
  ========================================
*/
.figure-tag{
  border: 1px solid #dfe2e5;
  border-radius: 5px;
  margin-top: 20px;
  padding: 22px 0;
  text-align: center;
}
