/* --- Homepage header with full width background video --- */

.header-video { position:relative; overflow:hidden; }
.header-video .video-background-image { display:block; width:100%; height:auto; opacity:1; }
.header-video .video-wrapper { position:absolute; top:0; right:0; left:0; width:100%; /*padding-top:25px;*/ padding-bottom:56.35%;/*3.2:1*/ height:0; }
.header-video .video-wrapper iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.header-video .overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:#373701 url(../images/texture-stripes.png) repeat 0 0; opacity:0.2; }
.action-links { position:absolute; top:50%; width:100%; margin-top:-80px; text-align:center; }
.play-video {}
.play-video a { position:relative; display:inline-block; width:100px; height:100px; border:2px solid #fff; border-radius:50%; text-align:left; text-indent:-999px; overflow:hidden; opacity:0.8; }
.play-video a:after { content:''; position:absolute; top:50%; left:50%; margin:-18px 0 0 -10px; width:0; height:0; border:20px solid transparent; border-right:none; border-left:30px solid #fff; }
.play-video a:hover { opacity:1; background:#fff; }
.play-video a:hover:after { border-left-color:#373701; }
.action-links .buttons { margin:0.5em 0 0; }
.action-links .buttons a { display:inline-block; margin:0.2em; padding:0.6em 1em; border:1px solid #fff; color:#fff; font-weight:700; font-size:18px; text-decoration:none; }
.action-links .buttons a:hover, .action-links .buttons a:focus { background-color:#fff; color:#373701; }
.header-partners { position:relative; background:#fbfbfb; }
.header-partners .active-members { position:absolute; top:32px; right:50%; margin-right:180px; line-height:1; }
.header-partners img { display:block; margin:0 auto; }

@media only screen and (max-width:767px) {
    .play-video a { width:60px; height:60px; }
    .play-video a:after { margin:-14px 0 0 -7px; border-width:15px; border-left-width:20px; }
    .action-links { margin-top:-60px; }
    .action-links .buttons a { padding:0.5em 0.8em; font-size:16px; }
}

@media only screen and (max-width:599px) {
    .header-partners .active-members { display:none; }
}