@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
body {
  min-width: 377px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #131e29;
}
header {
  padding: 25px 0;
}
header #logo {
  width: 225px;
}
.section-header {
  margin: 0 0 35px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .section-header {
    font-size: 30px;
    text-align: left;
  }
}
.lead {
  font-size: 14px;
  line-height: 1.5;
}
.header-wrapper {
  padding: 100px 0 45px;
  position: relative;
}
.header-wrapper:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 27px;
  background-image: url(../images/stars.png);
  background-size: 60px auto;
  top: 45px;
  left: 50%;
  margin-left: -30px;
}
.header-wrapper .section-header {
  margin: 0 0 20px 0;
  text-align: center;
}
.header-wrapper .lead {
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .header-wrapper {
    padding-bottom: 50px;
  }
  .header-wrapper .section-header {
    text-align: center;
  }
}
.btn-white-border {
  transition: all .2s linear;
  border: 1px #fff solid;
  color: #fff;
  display: block;
  padding: 12px 50px;
}
.btn-white-border:hover,
.btn-white-border:active {
  color: #c82029;
  background: #fff;
}
@media (min-width: 992px) {
  .btn-white-border {
    display: inline-block;
  }
}
.bg-section {
  color: #fff;
  background-size: 1270px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 66px 0 60px;
  text-align: center;
}
.bg-section .bg-section-header-wrapper {
  margin-bottom: 42px;
}
.bg-section .bg-section-header-wrapper .pre-section-header {
  font-weight: 300;
  font-size: 24px;
  font-style: italic;
}
.bg-section .bg-section-header-wrapper .section-header {
  margin: 0 0 35px;
  font-size: 40px;
  font-weight: 700;
}
.bg-section .bg-section-header-wrapper .lead {
  margin: 0;
}
@media (min-width: 992px) {
  .bg-section {
    padding: 70px 0 62px;
  }
  .bg-section .section-header {
    text-align: center;
  }
}
#welcome-section {
  background-color: #1f305c;
  background-image: url(../images/bg-blue.png);
  background-position: -200px 0;
  padding-bottom: 156px;
  position: relative;
}
#welcome-section .bg-section-header-wrapper .section-header {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 25px;
}
#welcome-section .bg-section-header-wrapper .lead {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#welcome-section .row-form-control {
  margin: 0;
}
#welcome-section .row-form-control [class*="col-"] {
  padding: 0;
}
#welcome-section .row-form-control [class*="col-"] > * {
  height: 52px;
  border-radius: 0;
  border: none;
  font-size: 16px;
}
#welcome-section .row-form-control [class*="col-"] > *.form-control {
  font-weight: 300;
  box-shadow: none;
}
#welcome-section .row-form-control [class*="col-"] > *.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #768693;
}
#welcome-section .row-form-control [class*="col-"] > *.form-control::-moz-placeholder {
  font-style: italic;
  color: #768693;
  opacity: 1;
}
#welcome-section .row-form-control [class*="col-"] > *.form-control:-ms-input-placeholder {
  font-style: italic;
  color: #768693;
}
#welcome-section .row-form-control [class*="col-"] > *.form-control:-moz-placeholder {
  font-style: italic;
  color: #768693;
  opacity: 1;
}
#welcome-section .row-form-control [class*="col-"] > *.btn-danger {
  font-weight: 700;
  background: #cf252f;
}
#welcome-section .search-presets {
  font-size: 12px;
  color: #768693;
  text-align: left;
  margin-top: 5px;
  font-weight: 300;
  font-style: italic;
}
#welcome-section .search-presets a:link,
#welcome-section .search-presets a:active,
#welcome-section .search-presets a:visited,
#welcome-section .search-presets a:hover {
  color: #768693;
}
#welcome-section .search-presets a:link,
#welcome-section .search-presets a:visited {
  text-decoration: underline;
}
#welcome-section .search-presets a:active,
#welcome-section .search-presets a:hover {
  text-decoration: none;
}
#welcome-section .welcome-section-arrow {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-image: url(../images/arrow-bottom.png);
  position: absolute;
  bottom: 32px;
  left: 50%;
  margin-left: -20px;
}
@media (min-width: 992px) {
  #welcome-section {
    background-position: 50% 0;
    padding-bottom: 175px;
  }
  #welcome-section .bg-section-header-wrapper .section-header {
    font-size: 50px;
    margin-bottom: 30px;
  }
  #welcome-section .row-form-control [class*="col-"] > * {
    height: 70px;
    font-size: 24px;
  }
  #welcome-section .welcome-section-arrow {
    bottom: 59px;
  }
}
#content-section {
  background-size: 1270px auto;
  background-position: 50% 0;
  background-image: url(../images/bg.png);
  border-bottom: 1px #d9dada solid;
}
#categories-section .items-wrap {
  margin: 0 10px;
}
#categories-section .items-wrap .item {
  display: block;
  float: left;
  width: 47.5%;
  margin: 1.25%;
  padding-bottom: 47.5%;
  background: #fff;
  border: 1px #d9dada solid;
  position: relative;
  text-decoration: none;
}
#categories-section .items-wrap .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #223463;
}
#categories-section .items-wrap .item > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#categories-section .items-wrap .item > span > span {
  display: table;
  height: 100%;
  width: 100%;
}
#categories-section .items-wrap .item > span > span > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10%;
}
#categories-section .items-wrap .item img {
  width: 57px;
}
#categories-section .items-wrap .item .item-title {
  display: block;
  margin: 20% 0 0;
  font-weight: 700;
  font-size: 16px;
  color: #131e29;
}
#categories-section .items-wrap .item .item-desc {
  color: #768693;
  font-size: 12px;
}
@media (min-width: 768px) {
  #categories-section .items-wrap {
    margin: 0 1.7%;
  }
  #categories-section .items-wrap .item {
    width: 48.5%;
    margin: .75%;
    padding-bottom: 48.5%;
  }
}
@media (min-width: 992px) {
  #categories-section .items-wrap {
    margin: 0 -1.6%;
  }
  #categories-section .items-wrap .item {
    width: 22%;
    margin: 1.5%;
    padding-bottom: 22%;
  }
  #categories-section .items-wrap .item .item-title {
    margin: 10% 0 7% 0;
  }
}
@media (min-width: 1200px) {
  #categories-section .items-wrap .item .item-title {
    margin: 20% 0 7%;
  }
  #categories-section .items-wrap .item .item-title,
  #categories-section .items-wrap .item .item-desc {
    position: relative;
    top: 10px;
  }
}
#datasets-section {
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  #datasets-section {
    padding-bottom: 82px;
  }
}
#datasets-section .item {
  border: 1px #d9dada solid;
  background: #fff;
  margin-bottom: 9px;
  padding: 14px;
}
#datasets-section .item .item-img {
  width: 93px;
  float: left;
}
#datasets-section .item .item-contain-wrapper {
  margin-left: 111px;
}
#datasets-section .item a:link,
#datasets-section .item a:active,
#datasets-section .item a:visited,
#datasets-section .item a:hover {
  color: #2190fd;
}
#datasets-section .item .item-title {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
#datasets-section .item a.item-title {
  text-decoration: underline;
}
#datasets-section .item a.item-title:hover {
  text-decoration: none;
}
#datasets-section .item .item-category {
  display: block;
  margin: 10px 0;
  font-size: 10px;
}
#datasets-section .item .item-desc {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  #datasets-section .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #datasets-section .item {
    padding: 20px 8px 17px 20px;
  }
  #datasets-section .item .item-img {
    width: 68px;
  }
  #datasets-section .item .item-contain-wrapper {
    margin-left: 88px;
  }
}
#message-section {
  margin-top: -125px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  #message-section {
    margin-top: 0;
    padding-top: 86px;
    padding-bottom: 86px;
  }
}
#message-section .row .col.col-img {
  padding-right: 0;
  text-align: center;
}
#message-section .row .col.col-img img {
  width: 150px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #message-section .row .col.col-img {
    text-align: left;
  }
  #message-section .row .col.col-img img {
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
#message-section .row .col.col-content {
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 992px) {
  #message-section .row .col.col-content {
    padding-left: 60px;
    padding-right: 15px;
  }
}
#message-section .row .col.col-content .section-header {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  #message-section .row .col.col-content .section-header {
    margin-top: -8px;
  }
}
#message-section .row .col.col-content #sign {
  width: 167px;
  margin: 25px 0 25px;
}
@media (min-width: 992px) {
  #message-section .row .col.col-content #sign {
    margin-top: 43px;
  }
}
#discloce-section {
  background-color: #c82029;
  background-image: url(../images/bg-red.png);
  background-position: -100px 0;
  position: relative;
}
@media (min-width: 992px) {
  #discloce-section {
    background-position: 50% 0;
  }
}
#discloce-section:before {
  content: "";
  border: 30px transparent solid;
  position: absolute;
  border-top-color: #fff;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
@media (min-width: 992px) {
  #discloce-section:before {
    border-width: 20px;
    margin-left: -20px;
  }
}
#counter-section {
  padding: 110px 10px 85px;
  text-align: center;
  background: #223463;
}
#counter-section .counter > div {
  display: inline-block;
  font-size: 45px;
  vertical-align: bottom;
}
#counter-section .counter > div.num {
  background: #fff;
  color: #223463;
  border-radius: 4px;
  width: 45px;
  height: 72px;
  line-height: 1.5;
  margin: 0 3px;
}
#counter-section .counter > div.comma {
  color: #fff;
  position: relative;
  top: 13px;
  margin: 0 -2px;
}
#counter-section .text {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  margin-top: 47px;
}
@media (min-width: 992px) {
  #counter-section {
    padding: 73px 44px 70px;
  }
}
footer {
  background: #131e29;
  padding: 24px;
  text-align: center;
  color: #fff;
}
footer nav {
  opacity: .6;
  font-size: 11px;
}
footer nav ul {
  padding: 0;
  margin: 0;
}
footer nav ul li {
  margin-top: 10px;
  list-style: none;
}
footer nav ul li:first-child {
  margin-top: 0;
}
footer nav ul li a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
footer nav ul li a:link,
footer nav ul li a:active,
footer nav ul li a:visited,
footer nav ul li a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  footer nav ul li {
    display: inline-block;
    margin: 0 25px;
    position: relative;
  }
  footer nav ul li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -27px;
    width: 1px;
    height: 11px;
    background: #fff;
  }
  footer nav ul li:first-child:before {
    display: none;
  }
}
