/* --------------------- */
/* Post Strategies Block */
/* --------------------- */

.post-strategies-block { /* ul tag */
  list-style: none;
  margin: -0.67em 0 0;
  padding: 0;
}

.post-strategies-block a {
  color: inherit;
  display: block;
  padding: 0.25rem 0.67em 0.34rem;
  text-decoration: none;
}

.post-strategies-block li {
  background-color: #0d1e59e6;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  color: white;
  display: inline-block;
  margin: 0.34em 0.34em 0.34em 0;
  padding: 0;
}

.post-strategies-block li:hover {
  color: silver;
}


/* -------------------------- */
/* Strategies Tag Could Block */
/* -------------------------- */

.strategies-block { /* ul tag */
  list-style: none;
  margin: 1rem 0 3rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.strategies-block li {
  background: #233557;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin: 0.67% 1%;
  padding: 0;
  flex: 0;
  min-width: 305px;
  position: relative;
}

.strategies-block li::before {
  content: "";
  border: 6px solid transparent;
  position: absolute;
  border-left-color: inherit;
  width: 12px;
  height: 12px;
  z-index: 3;
  top: 33%;
  right: 7px;
}

.strategies-block li:hover {
  color: silver;
}

.strategies-block a {
  color: inherit;
  display: block;
  padding: 0.34em 1em;
  text-decoration: none;
  /*font-size: 0.85em;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-family: Arial, sans-serif;
}


/* -------------------------- */
/* Strategy Information Block */
/* -------------------------- */

.strategy-block {
  /*background-color: white;*/
  /*border: 1px solid #233557;*/
  border-radius: 6px;
  /*color: #2b2a6c;*/
  margin: 3em 0;
}

.strategy-block .wp-video {
  margin:1em 0.67em 3em;
}

.strategy-block .anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -72px;
}

.strategy-block dt {
  background: #233557; /*black*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bolder;
  line-height: 1.2em;
  padding: 0.67em 1em;
}

.strategy-block dd {
  border: 1px solid transparent;
  font-size: 1em;
  font-weight: 300;
  margin: 0.34em 0.67em;
}

.strategy-block h5 {
  color: inherit;
  font-size: 1em;
  margin: 1.5em 0.67em 0.5em;
}

.strategy-block ul {
  padding: 0;
  margin: 0 0.67em;
  /*background-color: white;*/
}

.strategy-block li {
  background-color: white;
}

.strategy-block::before {
  opacity: 0.8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/*.strategy-block li {*/
/*  border-radius: 4px;*/
/*  display: inline-block;*/
/*  margin: 0.34em 0.67em 0.34em 0;*/
/*}*/

/*.strategy-block li:hover {*/
/*  box-shadow: 0 0 7px rgba(0,0,0,0.1);*/
/*}*/


@media only screen and (max-width: 1023px) {

  .strategies-block li {
    min-width: 98%;
  }

}
