

.document-wall{margin:4em auto; padding: 0; list-style: none; font-size: initial; display: flex;
    flex-wrap: wrap;}
.document-wall li{box-shadow: 0px 0px 10px rgb(0,0,0,0.5); padding:0; text-align: left; margin:1%; display: inline-block; width:98%; position: relative;}
@media screen and (min-width: 769px){
img.centeredimage{margin:1% auto 5% auto;}
}
@media screen and (min-width: 1200px){

}
.document-details{position: absolute; bottom:0; padding: 1.5em 1em 0.5em 1em; border-bottom: 6px solid #000; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); width:100%; }
.document-wall li span{position: absolute; top:0px; right:0px; background: #000; padding: 0 3px 0 5px; text-transform: uppercase; font-size: 14px; letter-spacing: 0.1em;  color:#999;}
.document-wall h2{font-family: 'Futura PT W01 Demi',arial,sans-serif; text-transform: uppercase;font-size: 0.95em; letter-spacing: 0.1em; margin:0;}
.document-wall img, .document-wall img.alignnone{margin:0; border: 1px solid rgba(0,0,0,1); width:100%; height:auto;}
.document-wall p{margin:0; line-height: 20px; font-size: 1em;letter-spacing: 0.02em; height:40px; overflow: hidden;  color:#fff;}
.document-wall a{position: relative; display: block; z-index: 2; transition: all 5s ease-out; text-decoration: none;}

.support-doc .document-details{position: relative; padding: 0.5em 0 1em 0; background: none; border: none; }

.document-wall.single-wall p{height:auto; font-size: 1.05em;}
.document-wall.single-wall li{margin:2% auto; width:97%; max-width: 600px; display: block;}
.document-wall.single-wall .popup-video a:after{background-position: center; background-size:100%;}

.popup-video a:after, .view-pdf a:after {
    background: url(/images/video-play-button.png) center center no-repeat;

    transition: all 0.2s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* Magnific Video Popup CSS */

.mfp-close {
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 3em;
    line-height: 1em;
    background: none;
    -webkit-appearance: none;
    color: #fff;
    border: none;
    opacity: 0;
     -webkit-transition: all 2.5s ease-out;
  -moz-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
  width:50px;padding: 0;
    margin: 0;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-close {
  opacity: 1;
   -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  opacity: 0;}


.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-hide {
  display: none !important; }


  .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
  }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 95%;
    max-width: 1200px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

    /* overlay at start */

.mfp-bg{background: #222;}

.mfp-fade.mfp-bg {
  opacity: 0;
 -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}


/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
 -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}


/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
 -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* End Magnific Popup CSS */
