/* Additional styles and animations for Tributaries site */

.bg {
    opacity: 0.0;
    z-index: 100;
}
body.is-mobile.landing .bg {
    display: none;
}
body.is-mobile.landing #banner {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.0)), url("../../images/banner2.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.0)), url("../../images/banner2.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.0)), url("../../images/banner2.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.0)), url("../../images/banner2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vw;
}
#trib-logo {
  	background-image: url("../../images/tributaries-title.png");
  	height: 120px;
  	width: 50vw;
  	margin: 0px auto 200px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    background-position: center;
    z-index: 200;
}
@media screen and (max-width: 980px) {

    #trib-logo {
        height: 80px;
        width: 50vw;
    }

}
@media screen and (max-width: 736px) {

    #trib-logo {
        height: 70px;
        width: 70vw;
        margin: 0px auto 20px auto;
    }
    .bg {
        padding: 7em 3em 5em 3em;
        /*height: auto;*/
        min-height: 0;
    }
/*    body.landing #page-wrapper {
        background-image: url("../../images/tributaries-title-280.png");

    }*/
    #badges {
        display: none;
    }
}
#header-logo {
    background-image: url("../../images/tributaries-title-280.png");
    height: 31px;
    width: 280px;
    margin: 10px;
}
@media screen and (max-width: 480px) {
    #header-logo {
        background-size: contain;
        background-repeat: no-repeat;
        width: 60vw;
    }
}
#header.alt #header-logo{
    opacity: 0;
}
#audio {
    -moz-transition: -moz-transform 0.75s ease-in-out, opacity 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease-in-out, opacity 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease-in-out, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /*-moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -ms-transform: scale(3,3);
    transform: scale(3,3) 2s ease-in-out;*/
    background-repeat: no-repeat;
    background-position: center center;
    right: 15px;
    bottom: 15px;
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: rgba(70, 105, 145, 1);
    z-index: 300;
    color: #FFFFFF;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border-radius: 25px;
}
body.is-loading #audio {
    -moz-transform: translateY(8.5em);
    -webkit-transform: translateY(8.5em);
    -ms-transform: translateY(8.5em);
    transform: translateY(8.5em);
    /*-moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);*/
    opacity: 0;
}
.muted {
    background-image: url("images/speaker.svg");
}
.unmuted {
    background-image: url("images/speaker-mute.svg");
}
#badges {
    background-repeat: no-repeat;
    background-position: center center;
    left: 5px;
    bottom: 5px;
    position: absolute;
    height: 40px;
    width: 300px;
    z-index: 300;
    vertical-align: baseline;
}
.wrapper.style1 header.major p {
    color: #FFFFFF;
    text-align: justify;
}
.wrapper.style1 {
    color: #FFFFFF;
    text-align: justify;
}
header.major h2 {
    border-bottom: none;
}
#bg-audio {
    display: none;
}
.videoWrapper {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    background: #466991;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.js-video.widescreen {
  padding-bottom: 56.34%;
}
.js-video.vimeo {
  padding-top: 0;
}
#download.wrapper {
    padding: 3em 0 4em 0;
}
#i-home {
    background-image: url("../../images/iphone-home.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}
#i-listen {
    background-image: url("../../images/iphone-listen.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}
#i-speak {
    background-image: url("../../images/iphone-speak.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}
.no-underline {
    border: none;
}
.unbold {
    font-weight: normal;
}
.spotlight p {
    color: #ffffff;
}
.icon.partner {
    display: inline-block;
    font-size: 1.35em;
    height: calc(3em + 2px);
    line-height: 3em;
    text-align: center;
    width: calc(7em + 2px);
    background-repeat: no-repeat;
    background-position: center;
}
#partner-1 {
    background-image: url("../../images/logos/partner-logo-1.png");
}
#partner-2 {
    background-image: url("../../images/logos/partner-logo-2.png");
}
#partner-3 {
    background-image: url("../../images/logos/partner-logo-3.png");
}
#partner-4 {
    background-image: url("../../images/logos/partner-logo-4.png");
}
#partner-5 {
    background-image: url("../../images/logos/partner-logo-5.png");
}
#partner-6 {
    background-image: url("../../images/logos/partner-logo-6.png");
}
#partner-7 {
    background-image: url("../../images/logos/partner-logo-7.png");
}
#partner-8 {
    background-image: url("../../images/logos/partner-logo-8.png");
}


#bg-layer-1 {
    background-image: url("../../images/river1sf.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    /*width: 100%;*/
    height: 100vh;
    position: absolute;
}
#bg-layer-2 {
    background-image: url("../../images/river2sf.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
#bg-layer-3 {
    background-image: url("../../images/river3sf.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
#bg-layer-4 {
    background-image: url("../../images/river4sf.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
#bg-layer-5 {
    background-image: url("../../images/trib1s.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    /*width: 100%;*/
    height: 100vh;
    position: absolute;
}
#bg-layer-6 {
    background-image: url("../../images/trib2s.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
#bg-layer-7 {
    background-image: url("../../images/trib3s.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
#bg-layer-8 {
    background-image: url("../../images/watershed.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 300;
}
#bg-layer-9 {
    background-image: url("../../images/words1s.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
#bg-layer-10 {
    background-image: url("../../images/words2s.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}

/*ANIMATIONS*/

@keyframes flickerAnimation {
    0%   { opacity:0.0; }
    50%  { opacity:0.8; }
    100% { opacity:0.0; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:0.0; }
    50%  { opacity:0.8; }
    100% { opacity:0.0; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:0.0; }
    50%  { opacity:0.8; }
    100% { opacity:0.0; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:0.0; }
    50%  { opacity:0.8; }
    100% { opacity:0.0; }
}

.fader-1 {
    -webkit-animation: flickerAnimation 23s infinite;
    -moz-animation: flickerAnimation 23s infinite;
    -o-animation: flickerAnimation 23s infinite;
    animation: flickerAnimation 23s infinite;
    -moz-animation-delay: 10s;
    -webkit-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}
.fader-2 {
    -webkit-animation: flickerAnimation 26s infinite;
    -moz-animation: flickerAnimation 26s infinite;
    -o-animation: flickerAnimation 26s infinite;
    animation: flickerAnimation 26s infinite;
    -moz-animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}
.fader-3 {
    -webkit-animation: flickerAnimation 18s infinite;
    -moz-animation: flickerAnimation 18s infinite;
    -o-animation: flickerAnimation 18s infinite;
    animation: flickerAnimation 18s infinite;
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.fader-4 {
    -webkit-animation: flickerAnimation 31s infinite;
    -moz-animation: flickerAnimation 31s infinite;
    -o-animation: flickerAnimation 31s infinite;
    animation: flickerAnimation 31s infinite;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}
.fader-5 {
    -webkit-animation: flickerAnimation 35s infinite;
    -moz-animation: flickerAnimation 35s infinite;
    -o-animation: flickerAnimation 35s infinite;
    animation: flickerAnimation 35s infinite;
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.fader-6 {
    -webkit-animation: flickerAnimation 27s infinite;
    -moz-animation: flickerAnimation 27s infinite;
    -o-animation: flickerAnimation 27s infinite;
    animation: flickerAnimation 27s infinite;
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}
.fader-7 {
    -webkit-animation: flickerAnimation 40s infinite;
    -moz-animation: flickerAnimation 4-s infinite;
    -o-animation: flickerAnimation 40s infinite;
    animation: flickerAnimation 40s infinite;
    -moz-animation-delay: 14s;
    -webkit-animation-delay: 14s;
    -ms-animation-delay: 14s;
    animation-delay: 14s;
}
.fader-8 {
    -webkit-animation: flickerAnimation 43s infinite;
    -moz-animation: flickerAnimation 43s infinite;
    -o-animation: flickerAnimation 43s infinite;
    animation: flickerAnimation 43s infinite;
    -moz-animation-delay: 9s;
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}
.fader-9 {
    -webkit-animation: flickerAnimation 41s infinite;
    -moz-animation: flickerAnimation 41s infinite;
    -o-animation: flickerAnimation 41s infinite;
    animation: flickerAnimation 41s infinite;
    -moz-animation-delay: 11s;
    -webkit-animation-delay: 11s;
    -ms-animation-delay: 11s;
    animation-delay: 11s;
}
.fader-10 {
    -webkit-animation: flickerAnimation 33s infinite;
    -moz-animation: flickerAnimation 33s infinite;
    -o-animation: flickerAnimation 33s infinite;
    animation: flickerAnimation 33s infinite;
    -moz-animation-delay: 8s;
    -webkit-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}