﻿.coincontainer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 1000;
  perspective: 1000px;
  visibility: hidden;
}

.coincontainer.pop-in {
	visibility: visible;
	animation: pop-in 0.3s ease;
}

.coincontainer.pop-in.pop-out {
	animation: pop-out 0.3s ease forwards;
}

.coin {
    position: relative;
    transform-style: preserve-3d;
}

.coinface {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.coinface img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.coinface.front {
    z-index: 1001;
}

.coinface.back {
  transform: rotateY(180deg)
}

.coinflip {
  animation: flip 10s ease-out infinite;
  animation-delay: 4s;
  transform-style: preserve-3d;
}


@keyframes pop-in {
  0% {
      transform: scale(0);
  }

  50% {
      transform: scale(1.2);
  }
}

@keyframes pop-out {
  0% {
      transform: scale(1);
      visibility: visible;
  }

  50% {
      transform: scale(1.2);
  }

  99% {
      visibility: visible;
  }

  100% {
      transform: scale(0);
      visibility: hidden;
  }
}

@keyframes flip {
  0% {
    transform: rotateY(0);
  }
  5% {
    transform: rotateY(540deg);
  }
  50% {
    transform: rotateY(540deg);
  }
  55% {
    transform: rotateY(0deg);
  }
}
  



html {
    overflow-x: hidden;
}

.white {
    color: white !important;
}

.aboveparticles {
    position: relative;
    background: #faf9fa;
    z-index: 100;
}

.modal-dialog {
    width: fit-content;
}

.modalvideocontainer iframe {
    display: none;
}

#permaModal iframe {
    display: block;
    width: 53vw;
    height: 30vw;
}

#k100container {
    position: relative;
    background: #faf9fa;
}

.stickycenter {
    position: sticky;
    position: -webkit-sticky;
    z-index: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    height: 40vh;
    width: 100%;
}

#k100imagine,
#k100vision,
#k100youcanhelp,
#k100gift,
#k100domore,
#k100enlist,
#k100decalanimation,
#k100decal,
#k100onemore,
#k100domore {
    height: 200vh;
    width: 100%;
}

.aggienetworkfullscreencontentwrapper {
    min-height: 0;
    max-height: unset;
}

.k100lgvideocontainer {
    position: relative;
    z-index: 5;
    height: 90vh;
    background-size: cover;
    background-position: center;
    padding: 6% 4%;
}

.k100lgvideoborder {
    position: relative;
    border: 20px solid white;
    height: 100%;
    width: 100%;
}

.k100lgvideocontent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72%;
    margin: 20px 30px;
    color: white;
    cursor: pointer;
}

    .k100lgvideocontent h5 {
        color: white;
        font-size: 50px;
        line-height: 45px;
        margin-top: 25px;
    }

.right-arrow {
    border-color: transparent white;
    border-style: solid;
    border-width: 15px 0px 20px 40px;
    height: 0px;
    width: 0px;
}

#k100hero {
    /*background-image: url('../images/100kby2020/alvarezsitdownstill.jpg');*/
    z-index: 5;
}

#k100imagine {
    z-index: 3;
}

    #k100imagine * {
        margin: 0;
        font-size: 90px;
        line-height: 90px;
        text-transform: uppercase;
    }

    #k100imagine h5 {
        color: #aaa;
    }

#k100visioncontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8%;
    height: auto;
}

#k100vision h1 {
    font-size: 36px;
    line-height: 45px;
    text-transform: initial;
}

#k100vision h5 {
    font-size: 40px;
    line-height: 45px;
    color: #555;
}

    #k100vision h5 strong {
        color: #562626;
    }

#k100vision #k100visiontext {
    text-align: center;
}

#k100visionprogresscontainer {
    width: 90%;
    margin: auto;
}

.taofscolor {
    background-color: #562626;
}

.tamfcolor {
    background-color: #724a4a;
}

.th12mfcolor {
    background-color: #8e6e6e;
}

.gbbfcolor {
    background-color: #aa9292;
}

.tamucolor {
    background-color: #c6b6b6;
}

#k100visionprogresscontainer #donorbar {
    display: flex;
    height: 40px;
    width: 100%;
    box-shadow: 0 1px 10px rgba(0,0,0,.15);
    border-radius: 8px;
    margin-bottom: 10px;
}

    #k100visionprogresscontainer #donorbar .donorbarstat,
    #k100visionprogresscontainermobile .donorbarstat {
        width: 0%;
        height: 100%;
        transition: width 1s ease-in-out;
        animation-fill-mode: forwards;
    }

    #k100visionprogresscontainer #donorbar .donorbarstat {
        width: 0%;
    }

        #k100visionprogresscontainer #donorbar .donorbarstat:nth-child(1) {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        #k100visionprogresscontainer #donorbar .donorbarstat:nth-child(2),
        #k100visionprogresscontainermobile .donorbarstat:nth-child(3) {
            transition-delay: .5s;
        }

        #k100visionprogresscontainer #donorbar .donorbarstat:nth-child(3),
        #k100visionprogresscontainermobile .donorbarstat:nth-child(5) {
            transition-delay: .75s;
        }

        #k100visionprogresscontainer #donorbar .donorbarstat:nth-child(4),
        #k100visionprogresscontainermobile .donorbarstat:nth-child(7) {
            transition-delay: 1s;
        }

        #k100visionprogresscontainer #donorbar .donorbarstat:nth-child(5),
        #k100visionprogresscontainermobile .donorbarstat:nth-child(9) {
            transition-delay: 1.25s;
        }

#k100visionprogresscontainer .k100visionprogressitem {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

    #k100visionprogresscontainer .k100visionprogressitem span {
        display: block;
        height: 10px;
        width: 10px;
        margin-right: 10px;
    }

    #k100visionprogresscontainer .k100visionprogressitem h6 {
        margin: 5px 0;
    }

#k100visionprogresscontainermobile {
    display: none;
    width: 90%;
}

    #k100visionprogresscontainermobile .donorbarstat {
        height: 30px;
        border-radius: 4px;
    }


#k100youcanhelp {
    margin-top: -100vh;
}

    #k100youcanhelp #k100youcanhelpcontainer {
        height: 320px;
    }

    #k100youcanhelp h5 {
        font-size: 100px;
        line-height: initial;
    }

    #k100youcanhelp .k100youcanhelptext {
        width: 48%;
    }


    #k100youcanhelp #k100youcanhelptextleft {
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
    }

    #k100youcanhelp #k100youcanhelptextright {
        position: absolute;
        bottom: 0;
        right: 0px;
    }

        #k100youcanhelp #k100youcanhelptextright .textunderline {
            margin-left: auto;
        }

#k100giftcontainer {
    height: auto;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 50px 130px;
    border: 8px solid #c3996b;
}

    #k100giftcontainer h5 {
        font-size: 40px;
        line-height: 45px;
        margin: 0;
    }

    #k100giftcontainer .textunderline {
        border-bottom-width: 4px;
        width: 50%;
        margin: auto;
    }

    #k100giftcontainer p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
    }

#k100secondaryvideo {
    background-image: url('../images/100kby2020/flournoystill.jpg');
}

#k100onemorecontainer,
#k100domorecontainer {
    flex-direction: row;
}

#k100onemore h5,
#k100domore h5 {
    font-size: 100px;
    line-height: 90px;
}

.textunderline {
    border-bottom: 8px solid #c3996b;
}

#k100videowall {
    background-color: rgba(0,0,0,.9);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    height: 680px;
}

#k100videowallslider {
    height: 680px;
}

#k100videowallsliderbkg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    filter: blur(60px);
    transition: all 1s;
}

#k100videowalltitle {
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
}

#k100videowallslider {
    display: flex;
    width: 100%;
    justify-content: center;
}

.k100videowallitem {
    width: 40%;
}

    .k100videowallitem img {
        width: 100%;
    }

#k100enlist {
    height: 500vh;
}

.k100enlistitemcontainer {
    padding: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.enlistitem {
    width: 50%;
    border: 8px solid #c3996b;
    margin: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.enlistitem:nth-child(1) {
    top: 20%;
}

.enlistitem:nth-child(2) {
    top: 40%;
}

.enlistitem:nth-child(3) {
    top: 60%;
}


.enlistitemtitle {
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: pre;
}

.enlistitem .enlistitemtitle {
    transform: translate(-40px,-50%);
}

    .enlistitem .enlistitemtitle:nth-child(2) {
        margin-top: 10px;
        margin-left: 20px;
    }

.enlistitem h2 {
    background: white;
    color: black;
    font-weight: 900;
    display: inline-block;
    line-height: 30px;
    padding: 5px 20px 5px 15px;
    margin: 0;
}

.enlistitem p {
    color: white;
    padding: 0 20px;
}

    .enlistitem p a {
        color: white;
        text-decoration: underline;
    }


#k100mcquillen {
    padding: 60px 40px;
    display: flex;
}


#k100mcquillencontainer {
    border-right: 1px solid #c3996b;
    padding-right: 50px;
    flex: 3.5;
}


#k100mcquillen #k100mcquilleninfo {
    display: flex;
    align-items: center;
}

    #k100mcquillen #k100mcquilleninfo img {
        height: 250px;
    }

#k100mcquillen #k100mcquilleninfotext {
    background: #2d0e0e;
    height: 80%;
    padding: 30px 50px 30px 30px;
}

    #k100mcquillen #k100mcquilleninfotext * {
        margin: 0;
    }

    #k100mcquillen #k100mcquilleninfotext h5 {
        margin: 0 0 5px 0;
    }


#k100mcquillen #k100mcquillenitemcontainer {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 60px;
}

#k100mcquillen .k100mcquillenitem {
    display: flex;
}

#k100mcquillen .bulleticon {
    height: 24px;
    width: 15px;
    margin-right: 15px;
}

#getinvolvedemail {
    margin-top: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #562626;
    text-align: center;
}

#additionalresources {
    padding-left: 50px;
    margin-right: 80px;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
}

    #additionalresources a {
        display: block;
    }

    #additionalresources ul {
        list-style-type: none;
        padding: 0;
    }

        #additionalresources ul li {
            font-size: 16px;
            line-height: 26px;
        }

    #additionalresources img {
        margin-top: 40px;
        width: 180px;
        height: auto;
    }

.slick-slide {
    width: 640px;
    margin: 0px .3%;
    outline: none;
    transition: 1s all;
}

    .slick-slide:not(.slick-center) {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        transform: scale(.8);
        opacity: 0.5;
    }

        .slick-slide:not(.slick-center) .play-button {
            display: none;
        }

    .slick-slide.slick-center > .k100videowallitemtext {
        transition: 1s all;
        opacity: 1;
        margin-top: 28px;
    }

    .slick-slide:not(.slick-center) > .k100videowallitemtext {
        opacity: 0;
    }

.infolink {
    position: relative;
    cursor: pointer;
}

    .infolink > span {
        padding: 10px;
        width: 300px;
        font-size: 14px;
        line-height: 20px;
        background: #fff;
        border: 1px solid #562626;
        border-radius: 4px;
        pointer-events: none;
        transform: translateY(-100%) translateX(-15%);
    }

    .infolink:before, .infolink:after {
        content: '';
        font-size: 0;
        line-height: 0;
        border: 8px solid transparent;
        border-top-color: #562626;
        transform: translateX(-50%);
        z-index: 5;
    }

    .infolink:after {
        border: 6.5px solid transparent;
        border-top-color: #fff;
    }

    .infolink > span, .infolink:before, .infolink:after {
        position: absolute;
        top: -11px;
        left: 50%;
        opacity: 0;
        transition: all ease 0.2s;
        transition-delay: 0.1s;
    }

    .infolink > span {
        top: -10px;
    }

    .infolink:hover > span, .infolink:hover:before, .infolink:hover:after {
        opacity: 1;
    }

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease;
}

#particles-js {
    background-color: #2d0e0e;
    width: 100%;
    height: 100vh;
    position: sticky;
    z-index: 0;
    top: 0;
    left: 0;
}

.slick-prev {
    left: calc(50% - 380px) !important;
}

.slick-next {
    right: calc(50% - 360px) !important;
}

.slick-prev,
.slick-next {
    top: 28% !important;
    z-index: 300;
}

    .slick-prev:before, .slick-next:before {
        font-size: 40px !important;
    }

video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#scrollarrow {
    content: " ";
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.bounce {
    position: absolute;
    display: block;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-animation: bounce 3.5s infinite;
    -moz-animation: bounce 3.5s infinite;
    animation: bounce 3.5s infinite;
}

.st0 {
    fill: #FFFFFF;
    stroke: #C2986B;
    stroke-miterlimit: 10;
}

.st1 {
    fill: #562626;
    stroke: #C2986B;
    stroke-miterlimit: 10;
}

.st2 {
    enable-background: new;
}

#k100decalanimation {
    height: 400vh;
}

#k100decalanimationcontainer > div {
    width: 60%;
    text-align: center;
}


@-webkit-keyframes bounce {
    0%, 100%, 8.5%, 21.4%, 34.3% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    17.14% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    25.7% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


@media screen and (max-width: 991px) {

    /*#mobilefooter {
        overflow: hidden;
    }

    #contentcontainer {
        overflow: visible;
    }*/

    .aggienetworkfullscreencontentwrapper {
        height: calc(100vh - 91px) !important;
    }

    #k100imagine, #k100vision, #k100youcanhelp, #k100gift, #k100domore, #k100enlist, #k100decalanimation, #k100decal, #k100onemore, #k100domore {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 80px 0;
        margin: initial;
    }

    .stickycenter {
        height: auto;
        top: 0;
        transform: none;
        position: initial;
    }

    #particles-js {
        background-color: #2d0e0e;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #k100hero {
        padding: 10% 4% 6%;
    }

        #k100hero .k100lgvideoborder {
            height: calc(100% - 25px);
        }

    .k100lgvideocontent {
        width: calc(100% - 40px);
        margin: 20px;
    }

    .k100lgvideoborder {
        border: 15px solid white;
    }

    #k100imagine {
        margin-top: 100px;
    }

        #k100imagine * {
            font-size: 60px;
            line-height: 60px;
        }

    #particlecontainer {
        position: relative;
    }

    #k100visioncontainer {
        padding: 5%;
        /* top: 50%; */
        /* transform: translateY(-50%); */
    }

    #k100vision h5 {
        font-size: 30px;
        line-height: 35px;
        color: #555;
    }

    .k100youcanhelptext,
    .k100youcanhelptext * {
        transition: all 2s;
        /*transition-delay: .5s;*/
    }


    #k100youcanhelp .k100youcanhelptext {
        width: 70%;
    }

    #k100youcanhelp .textunderline {
        width: 50%;
    }

    #k100youcanhelp #k100youcanhelpcontainer {
        position: relative;
        height: 500px;
    }

    #k100youcanhelp {
    }

        #k100youcanhelp h5 {
            font-size: 90px;
            line-height: initial;
        }

    #k100giftcontainer {
        height: auto;
        width: 80%;
        margin: auto;
        text-align: center;
        padding: 50px 30px;
        border: 8px solid #c3996b;
    }

    #k100onemore h5, #k100domore h5 {
        font-size: 60px;
        line-height: 64px;
    }

    .textunderline {
        border-bottom: 4px solid #c3996b;
    }

    .enlistitemtitle {
        overflow: initial;
    }

    .enlistitem {
        width: 80%;
        margin-left: 40px;
        position: initial;
        top: initial;
        left: initial;
        transform: none;
    }

        .enlistitem:nth-child(2) {
            margin-top: 40px;
            margin-left: 40px;
        }

        .enlistitem:nth-child(3) {
            margin-top: 40px;
            margin-left: 40px;
        }

    #k100decalanimationcontainer > div {
        width: 70%;
    }

    #k100decalsvg {
        width: 80%;
    }

        #k100decalsvg > * {
            /*stroke-dashoffset: 1600;
    stroke-dasharray: 1600;
    -webkit-animation: draw 15s linear infinite;
    -moz-animation: draw 15s linear infinite;
    animation: draw 15s linear infinite;*/
            /*fill-opacity: 0;*/
            stroke-opacity: 0;
        }

    #k100mcquillen {
        flex-direction: column;
    }

    #k100mcquillencontainer {
        padding: 0;
        border: 0;
    }

    #k100mcquillen #k100mcquilleninfo img {
        height: auto;
        width: 30%;
    }

    #additionalresources {
        padding: 0;
        margin-top: 40px;
        border-top: 2px solid #eee;
        margin-right: 0;
    }

    .modal-dialog {
        margin: auto !important;
    }

    #permaModal iframe {
        display: block;
        width: 80vw;
        height: 45vw;
    }

    #k100videowall,
    #k100videowallslider {
        height: 460px;
    }

    .slick-slide {
        width: 360px;
        margin: 0px 40px;
        outline: none;
        transition: 1s all;
    }

    .slick-prev,
    .slick-next {
        top: 21% !important;
    }

    .slick-prev {
        left: calc(20px) !important;
    }

    .slick-next {
        right: calc(20px) !important;
    }

        .slick-prev:before, .slick-next:before {
            font-size: 28px !important;
        }

    .slick-slide > .k100videowallitemtext {
        opacity: 0;
        display: none;
    }

    .aggienetworkvideoembed-responsive .play-button {
        width: 60px;
        height: 40px;
    }

        .aggienetworkvideoembed-responsive .play-button:before {
            border-width: 8px 0 8px 17px;
        }

    .donorbarstat {
        pointer-events: none;
    }
}


@media screen and (max-width: 767px) {

    .aggienetworkfullscreencontentwrapper {
        width: 100%;
    }

    .k100lgvideocontent h5 {
        font-size: 28px;
        line-height: 28px;
        margin-top: 15px;
    }

    .right-arrow {
        border-width: 12px 0px 12px 30px;
    }

    #k100imagine * {
        font-size: 34px;
        line-height: 34px;
    }

    #k100vision h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    #k100vision h5 {
        font-size: 22px;
        line-height: 29px;
        color: #555;
        margin: 15px 0 0 0;
    }

    #k100youcanhelp #k100youcanhelpcontainer {
        height: 300px;
        position: relative;
        /* top: 50%; */
        /* transform: translateY(-50%); */
        /* margin: 40vh 0; */
    }

    #k100youcanhelp h5 {
        font-size: 52px;
        /* line-height: initial; */
    }

    #k100giftcontainer {
        width: 90%;
        padding: 30px 20px;
        /* transform: translateY(-50%); */
        /* top: 50%; */
    }

        #k100giftcontainer p {
            font-size: 18px;
            line-height: 22px;
        }

        #k100giftcontainer h5 {
            font-size: 30px;
        }

    #k100onemore h5, #k100domore h5 {
        line-height: 36px;
        font-size: 36px;
    }

    .textunderline {
        border-bottom: 3px solid #c3996b;
    }

    .enlistitem {
        width: auto;
        margin: 25px !important;
    }

        .enlistitem .enlistitemtitle {
            transform: translate(-15px,-35%);
        }

        .enlistitem h2 {
            font-size: 22px;
            line-height: 25px;
        }

    #k100decalanimationcontainer > div {
        width: 85%;
    }

    #k100videowalltitle {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    #k100mcquillen #k100mcquillenitemcontainer {
        display: block;
    }


    #k100mcquillen #k100mcquilleninfo {
        display: block;
        text-align: center;
        background: #2d0e0e;
        margin-top: 33%;
    }

    #k100mcquillen #k100mcquilleninfotext {
        padding: 30px;
        background: none;
    }

    #k100mcquillen #k100mcquilleninfo img {
        height: auto;
        margin-top: -33%;
        width: 40%;
    }

    #k100mcquillen {
        padding: 60px 20px;
    }

    #k100videowall,
    #k100videowallslider {
        height: 370px;
    }

    .slick-slide {
        width: 200px;
        margin: 0px 10px;
        outline: none;
        transition: 1s all;
    }

    .slick-prev,
    .slick-next {
        top: 14.5% !important;
    }


    #k100visionprogresscontainermobile {
        display: block;
    }

        #k100visionprogresscontainermobile h6 {
            font-weight: 600;
            letter-spacing: .5px;
        }

    #k100visionprogresscontainer {
        display: none;
    }
}
