.video_h2 {
  font-family: "proxima_nova_rgregular";
  font-size: 1.5em;
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
}
h3.video_h2{
  font-size: 1.3em;
}
.video_h2::after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 20px;
  border-top: 1px solid #e0e0e0;
}
.video_h2::before {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-left: -100%;
  margin-right: 20px;
  border-top: 1px solid #e0e0e0;
}
.video_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.by_tag .video_container{
  justify-content: space-evenly;
}
.video_box {
  width: 32.5%;
  margin-bottom: 15px;
}
.vdo8{
  width: 24%;
}
.video_box img {
  border-radius: 5px;
}
.video_box .video_title {
  margin-top: 5px;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
}
.video_box .video_title a{
  margin-left: 5px;
  color: #2B67B8;
}
.video_box .video_title a:hover{
  text-decoration: none;
}
.video_banner_with_links {
  margin: 10px 0 20px;
}
.video_banner_with_links rect {
  fill: transparent;
}
.video_banner {
  margin: 20px 0;
  display: none;
}
.video_banner a {
  display: block;
  height: 17vw;
  max-height: 140px;
}
.slbContent {
  max-width: 950px;
}
.slbIframeCont {
  width: 90vw;
  max-width: 130vh;
}
.slbWrapOuter {
  overflow: hidden;
}
.slbArrow {
  width: 3vw;
}

.video_prev,
.video_next {
  display: none;
}
.hide {
  display: block;
}
.no-hide {
  display: block !important;
}
.popup_content{
  padding: 20px;
  max-height: 74vh;
  overflow-y: scroll;
}
.popup_content h3{
  margin: 10px 0;
}
.popup_content ul{
  margin: 0 20px;
  list-style-type: initial;
}
.popup_content li{
  margin-bottom: 10px;
}
.gtm_buttons{
  margin-top: 10px;
  text-align: center;
}
.gtm_buttons button{
  padding: 5px 10px;
  color: #fff;
  background: #2B67B8;
  border-color: #2B67B8;
}
.gtm_buttons button:hover{
  background: #4B7EC2;
}
.gtm_buttons .gtm_images > div{
  margin-bottom: 10px;
}

.audio_section:not(:first-child){
  margin-top: 20px;
}
.audio_section > h3{
  margin-bottom: 10px;
}
.audio_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.audio_container > .audio_box{
  width: 49%;
}
.audio_container > .audio_box > .audio_title{
  text-align: center;
  margin: 5px 0;
}
.audio_container > .audio_box > .introPlayer{
  width: 100%;
  position: initial;
}

@media only screen and (max-width: 768px) {
  .hide {
    display: none;
  }
  /* .video_h2 {
    text-align: center;
  }
  .video_h2::before {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-left: -100%;
    margin-right: 20px;
    border-top: 1px solid #e0e0e0;
  } */
  .audio_container > .audio_box{
    width: 100%;
  }
  .video_container {
    justify-content: center;
  }
  .video_banner_with_links {
    display: none;
  }
  .video_banner {
    display: block;
    margin: 15px auto;
  }
  .video_box{
    width: auto;
    margin-bottom: 0;
  }
  .video_box,
  .video_banner {
    max-width: 84vw;
  }
  .video_box span {
    text-align: center;
    margin: 10px 0;
  }
  .video_box:not(:first-child) {
    display: none;
  }
  .video_prev,
  .video_next {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 3vw 1vw;
    color: #29334b;
    font-weight: bold;
    font-size: 1.4em;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  .video_prev {
    left: 0;
  }
  .video_next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .video_prev:hover,
  .video_next:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (max-width: 400px) {
  .video_prev,
  .video_next {
    padding: 3vw 0vw;
  }
}

@media (max-width: 480px) {
  .gtm_buttons_container{
      display: flex;
      flex-direction: column;
  }
  .gtm_buttons button{
      width: 80%;
      margin: 0 auto;
      margin-bottom: 5px;
  }
  .gtm_buttons button:last-child{
      margin-bottom: 0px;
  }
}
