.video-category {
  padding: 2.5rem 0 5.125rem;
  display: inline-block;
  width: 100%;
}
.video-category.cf h2 {
  color: rgb(0 47 134);
  font-weight: 700;
  font-family: "museo-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.video-category .content-wrapper > .columns > .row {
  max-width: none;
}

.video-category > .content-wrapper > .columns {
  padding: 0;
}

.video-category .button {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  -webkit-appearance: button;
  border: solid 1px #00aeef;
  color: #00aeef;
  font-size: 1.125rem;
  font-weight: 700;
  background: none;
  padding: 0.8125rem 0.8125rem;
  font-family: sans-serif;
}

.video-category .button:after {
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #00aeef transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}





.video-category .dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
  max-width:100%
}

.video-category .dropdown-pane ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.video-category .dropdown-pane ul li {
  list-style-type: none;
  cursor: pointer;
  margin: 0;
}

.video-category .dropdown-pane ul li a {
  display: block;
  padding: 0.5em;
  color: #555;
  transition: unset;
}

.video-category .category {
  padding: 2.375rem 0 0;
  display: inline-block;
  width: 100%;
}


.video-category .category .three-col {
  padding: 1.25rem 0 0;
}

.video-category .video-item {
  width: 50%;
  float: left;
}

@media print, screen and (min-width: 48em) {
  .video-category .video-item {
    width: 33.33333%;
  }
}

@media print, screen and (min-width: 64em) {
  .video-category .video-item {
    width: 33.33333%;
  }
}

.video-category .video-item {
  margin: 0 0 2.1875rem;
  list-style-type: none;
}

.video-category .video-item:last-child {
  float: left;
}

.video-category .video-item:nth-of-type(3n+1) {
  clear: left;
}

.video-category .video-item:nth-of-type(2n+1) {
  clear: none;
}

.video-category .video-item figure {
  margin: 0;
}

.video-category .video-item figure .play-btn {
  margin: 0 0 0.6875rem;
  position: relative;
}

.video-category .video-item figure .play-btn .wistia_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
}

.video-category .video-item figure .wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-category .video-item h3 {
  color: #656569;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
  margin: 0;
  line-height: 1.875rem;
}

.video-category .dropdown-pane {
  top: 75%;
}

.video-category .content-wrapper>.columns>.row > div {
  position: relative;
}

.video-category .dropdown-pane:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.video-category .dropdown-pane:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #ccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

.video-category .dropdown-pane ul li a {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.cat-open .video-category .dropdown-pane{
  display: block;
  visibility: visible;
}


.video-category .video-item figure .play-btn > .wistia_embed {
    width: 100% !important;
    min-height: 11rem;
    display: inline-block;
    height: 100px;
    position: relative;
}

.video-category .video-item figure .play-btn .wistia_swatch {
    height: 100%;
    left: 0px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0px;
    transition: opacity 200ms ease 0s;
    width: 100%;
}


@media (max-width: 47.9375rem){
  .video-category {
    padding: 2.8125rem 0;
  }

  .video-category>.content-wrapper>.columns {
    padding: 0 5%;
  }

  .video-category .content-wrapper>.columns>.row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .video-category .video-item h3 {
    line-height: 1.625rem !important;
  }
}

@media (max-width:450px){
  .video-category .dropdown-pane {
    width: 250px;
  } 
}