html, body, div, span, h1, h2, h3, h4, p, blockquote, a, img, strong, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, figure, figcaption, footer, header, nav, section{
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  border: 0;
  margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, figcaption, figure, footer, header, nav, section{
	display: block;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
  color: #0070E0;
}
a:hover{
  text-decoration: underline;
}
a.avatar{
  position: relative;
  display: block;
  overflow: visible;
  white-space: nowrap;
  cursor: pointer;
}
h2{
  font-family: 'Merriweather', serif;
  font-size: 22px;
  font-weight: 300;
}
h3{
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: 300;
}
p{
  font-weight: 300;
  line-height: 1.5;
}
.fa{
  color: #0070E0;
}
table{
  width: 100%;
  border-spacing: 0;
  border: 1px solid #0070E0;
  margin: 0 auto;
}
th, td{
  font-weight: 400;
  padding: 10px;
}
th{
  font-family: 'Merriweather', serif;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0070E0;
}
td{
  font-size: 16px;
  text-align: left;
  color: #637282;
  border-bottom: 1px solid #0070E0;
}
/* --------- */
/* container */
/* --------- */
.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* --------------- */
/* container-fluid */
/* --------------- */
.container-fluid{
  margin-left: auto;
  margin-right: auto;
}
/* ----- */
/* break */
/* ----- */
.break{
  width: 100%;
  height: 1px;
  display: block;
  background-color: #E6E8EB;
}
header{
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #E6E8EB;
}
/* ---------- */
/* navigation */
/* ---------- */
nav{
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
nav .brand{
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 60px;
  color: #000000;
}
nav .brand:hover{
  text-decoration: none;
}
nav ul{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
nav ul li{
  line-height: 60px;
  margin-left: 30px;
}
nav ul li a{
  font-size: 0.875em;
  color: #637282;
}
nav ul li a:hover{
  text-decoration: none;
}
nav ul li a.active{
  color: #1B2733;
}
/* ---- */
/* hero */
/* ---- */
section.hero{
  width: 100%;
  min-height: 300px;
  background: #F7F9FA;
  background-image: url(../images/calcitec.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ----- */
/* logos */
/* ----- */
section.sponsors .logos{
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px 0;
}
section.sponsors .logos img{
  margin-bottom: 20px;
}
/* ---- */
/* info */
/* ---- */
section.info{
  padding: 75px 0;
}
section.info h2{
  padding-bottom: 50px;
}
section.info h2 span{
  font-size: 18px;
  color: #637282;
}
section.info p{
  font-size: 1em;
  color: #637282;
}
section.info p:first-child{
  font-size: 1.25em;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  color: #1B2733;
}
section.info blockquote{
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
  color: #637282;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
section.info blockquote span{
  font-weight: bold;
  color: #0070E0;
}
section.info blockquote ul{
  margin-left: 20px;
}
section.info blockquote ul li{
  list-style: disc;
}
/* news */
section.info .news{
  margin-bottom: 30px;
}
section.info .news-header p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0070E0;
}
section.info .news-header p i{
  padding-right: 10px;
}
section.info .news-header{
  padding: 10px 0;
}
section.info .news-body p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #637282;
}
section.info .news-body p a{
  font-size: 14px;
  color: #0070E0;
}
section.info .news-body .images-avatar{
  margin-top: 20px;
}
section.info .news-body .images-avatar .link-avatar{
  margin-right: 20px;
}
section.info .news-body .images-avatar img{
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
section.info .break{
  margin-top: 19px;
  margin-bottom: 20px;
}
section.info .images{
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
section.info .images .cell{
  padding: 10px;
}
section.info .images .cell img{
  max-width: 100%;
}
/* table */
section.info h3{
  margin-top: 50px;
  margin-bottom: 20px;
}
/* ------ */
/* footer */
/* ------ */
footer .copyright{
  font-size: 12px;
  text-align: center;
  color: #637282;
  margin: 30px 0;
}
footer .copyright .fa{
  color: #637282;
}

@media only screen and (min-width: 768px){
  footer .logos{
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1140px){
  .container{
    max-width: 1120px;
  }
  .container-fluid{
    max-width: 700px;
  }
}
