
/* -------------------------------------------------------------------------- */
/* Flow feeds */

.flow-group p, .flow-group ul, .flow-group li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flow-group ul, flow-group li {
  list-style-type: none;
  list-style-image: none;
  clear: both;
}

.flow-item {
  padding: 6px 0;
  margin:  6px 0;
  border-bottom: solid 1px #eee;
  border-bottom-color: #eee !important;
  clear:both;
}

.flow-item {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #eee;
  padding-left: 2px;
  line-height: 1 !important;
}

.flow-group ul .flow-item:last-child {
  border-bottom-style: none;
}

.flow-img {
  width: 40px;
  background-color: #eee;
  display: block;
  float: left;
  margin-right: 7px;
  text-align: 100%;
}

.flow-img img {
  max-width: 100%;
}

.flow-item p .flow-title,
.flow-item p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.item-date {
  color: #555;
  display: block;
  float: right;
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-left: 7px;
}
.item-date strong {
  display: block;
  font-size: 1.2rem;
}

/* -------------------------------------------------------------------------- */
/* Mega menu */
.mega-menu > li > ul {
  display: none;
}
.mega-menu > li:hover > ul {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.mega-menu > li > ul > li {
  float: none;
  display: inline-block;
}

/* -------------------------------------------------------------------------- */
/* Inline Columns */

.gsi-row {
  position: relative;
  display: block;
  clear: both;
}
.gsi-row:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.gsi-col {
  min-height: 20px;
  padding: 0 10px 10px;
  float: left;
  box-sizing: border-box;
}
.gsi-1 {width: 8.3333333333%}
.gsi-2 {width: 16.6666666667%}
.gsi-3 {width: 25%}
.gsi-4 {width: 33.3333333333%}
.gsi-5 {width: 41.6666666667%}
.gsi-6 {width: 50%}
.gsi-7 {width: 58.3333333333%}
.gsi-8 {width: 66.6666666667%}
.gsi-9 {width: 75%}
.gsi-10 {width:83.3333333333%}
.gsi-11 {width:91.6666666667%}
.gsi-12 {width:100%}

.gsi-col video,
.gsi-col audio,
.gsi-col img {
  max-width: 100%;
}
.gsi-col > div {
  /*padding: 10px;
  box-sizing: border-box;*/
}

/* -------------------------------------------------------------------------- */
/* Special box */

.pdf_box {
  width: 100%;
  height: 800px;
}


.video_box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------------- */
/* Responsive */

@media screen and (max-width: 700px) {
  .gsi-col {
    display:block;
    width: auto;
    float: none;
  }
}