/* CSS Document */
#c1,
#c2,
#c3,
#c4,
#c5,
#c6,
#c7 {
  position: absolute;
  width: 2200px;
  height: 2200px;
  display: block;
  z-index: 1;
  left: calc(50% - 785px);
  top: 5%;
  border-radius: 50%;
}
#c1 {
  top: 92px;
  left: calc(50% - 1461px);
  background-color: rgba(0, 0, 0, 0.03);
}
#c2 {
  left: calc(50% - 855px);
  top: 552px;
  background-color: rgba(0, 0, 0, 0.02);
}
#c3 {
  left: auto;
  right: calc(50% - 2088px);
  top: -291px;
  background-color: rgba(0, 0, 0, 0.04);
}
#c4 {
  bottom: -1402px;
  top: auto;
  background-color: rgba(0, 0, 0, 0.03);
}
#c5 {
  bottom: -1202px;
  top: auto;
  left: calc(50% - 1861px);
  background-color: rgba(0, 0, 0, 0.03);
}
#page-content {
  position: relative;
  overflow: hidden;
}
.container {
  position: relative;
  z-index: 2;
}
.page-container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 3;
}
.page-container h1 {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.page-container h1 span {
  font-size: 19px;
  color: rgba(8, 26, 8, 0.61);
  display: block;
}
.tmpl ul {
  list-style: circle;
  margin-bottom: 1em;
}
.tmpl ul > li {
  font-size: 11px;
}
.set-font {
  font-family: "Roboto", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page-content {
  background-color: #F4F4F4;
}
.top-bar {
  overflow: hidden;
  position: relative;
  z-index: 3;
  background-color: #FFF;
  background: linear-gradient(0deg, rgba(244, 243, 244, 0.3) 0%, rgba(255, 255, 255, 0.35) 25%);
  padding: 15px 0;
}
.top-bar h1 {
  font-size: 49px;
  font-weight: 100;
  font-family: "myriad-pro", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  margin-top: 45px;
  color: #607D8B;
}
.top-bar h3 {
  margin-top: 0;
  text-align: center;
  font-size: 21px;
  font-family: "Open Sans", "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
}
.top-bar a {
  display: block;
  margin: 0 auto;
  padding: 3px 5px;
  width: 180px;
  margin-bottom: 15px;
  text-align: center;
  transition: all linear 180ms;
}
.top-bar a:hover {
  color: #003399;
  background-color: rgba(0, 0, 0, 0.1);
}
.item-container {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  overflow: visible;
}
.item-container > li {
  width: 100%;
  max-width: 600px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  overflow: hidden;
  border: 1px solid #E9E9E9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  border-bottom-width: 2px;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 150px;
  font-family: "Roboto", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.item-container > li p {
  font-family: "Roboto", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.43;
  color: #404040;
}
.item-container > li > span:first-child {
  display: block;
  color: #9C27B0;
  font-size: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DDD;
}
.item-container > li img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 1px;
}
.item-container > li h3 {
  font-size: 21px;
  color: #55B400;
  margin-top: 0.7em;
  font-weight: 300;
}
.item-container > li h4 {
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: bold;
  color: black;
}
.page-container {
  width: 96%;
}
.item-container > li {
  width: calc(50% - 10px);
}
.three-columns .item-container:nth-of-type(1) {
  height: 700px;
}
.three-columns .item-container:nth-of-type(2) {
  height: 525px;
}
.three-columns .item-container:nth-of-type(3) {
  height: 1200px;
}
.three-columns .item-container:nth-of-type(4) {
  height: 800px;
}
.three-columns .item-container:nth-of-type(5) {
  height: 2800px;
}
.two-columns .item-container {
  flex-wrap: wrap;
}
.two-columns .item-container > li {
  width: calc(50% - 20px);
}
.two-columns .item-container:nth-of-type(1) {
  height: 1450px;
}
.two-columns .item-container:nth-of-type(2) {
  height: 1150px;
}
.two-columns .item-container:nth-of-type(3) {
  height: 1750px;
}
.two-columns .item-container:nth-of-type(4) {
  height: 1150px;
}
.two-columns .item-container:nth-of-type(5) {
  height: 4650px;
}
@media (max-width: 1024px) {
  .item-container {
    flex-wrap: wrap;
  }
  .item-container > li {
    width: calc(50% - 20px);
  }
  .item-container:nth-of-type(1) {
    height: 1450px;
  }
  .item-container:nth-of-type(2) {
    height: 1150px;
  }
  .item-container:nth-of-type(3) {
    height: 1750px;
  }
  .item-container:nth-of-type(4) {
    height: 1150px;
  }
  .item-container:nth-of-type(5) {
    height: 4650px;
  }
}
@media (max-width: 680px) {
  .item-container {
    height: auto !important;
  }
  .item-container > li {
    width: calc(100% - 10px);
  }
}
@media (max-resolution: 131dpi) and (min-width: 1024px) {
  .page-container {
    width: 960px;
  }
  .item-container {
    flex-wrap: wrap;
  }
  .item-container > li {
    width: calc(50% - 20px);
  }
  .item-container:nth-of-type(1) {
    height: 1450px;
  }
  .item-container:nth-of-type(2) {
    height: 1150px;
  }
  .item-container:nth-of-type(3) {
    height: 1750px;
  }
  .item-container:nth-of-type(4) {
    height: 1150px;
  }
  .item-container:nth-of-type(5) {
    height: 4650px;
  }
}
@media (min-width: 1280px) {
  .page-container {
    width: 100%;
    max-width: 1360px;
  }
  .item-container {
    flex-wrap: wrap;
  }
  .item-container > li {
    width: calc(33% - 10px);
  }
}
@media screen and (min-width: 1280px) {
  .item-container:nth-of-type(1) {
    height: 700px;
  }
  .item-container:nth-of-type(2) {
    height: 525px;
  }
  .item-container:nth-of-type(3) {
    height: 1200px;
  }
  .item-container:nth-of-type(4) {
    height: 800px;
  }
  .item-container:nth-of-type(5) {
    height: 2800px;
  }
}
#c1 {
  top: 33%;
}
#c2 {
  left: calc(50% - 1152px);
  top: 3%;
}
