﻿.flip-card {
    background-color: transparent;
    width: 180px;
    height: 180px;
    /*perspective: 500px;*/
    border-radius: 80%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 80%;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 80%;
}

.flip-card-front {
    background-color: #ff0055;
    color: #15234a;
    border-radius: 80%;
}

.flip-card-back {
    background-color: #15234a;
    color: #ff0055;
    transform: rotateY(180deg);
    border-radius: 80%;
    text-align: center;
}

.fa-copy, .fa-dollar-sign, .fa-hammer, .fa-landmark, .fa-search-dollar, .fa-store {
    width: 180px;
    height: 180px;
    font-size: 95px;
    padding-top: 40px;
}

.flipCardText {
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.flip-card:hover .flip-card-inner, .flip-card:active .flip-card-inner, .flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.chevron-down {
    fill: #FFF;
    margin: auto;
    width: 5em;
    height: 5em;
    animation: hover-me .5s infinite ease-in-out alternate;
    cursor: pointer;
}

#firstDiv {
    padding-top: 100px;
}

@keyframes hover-me {
    100% {
        transform: translate3d(0, 15px, 0);
    }
}

.cd-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    background: transparent;
    padding: 0 2%;
    border-radius: 2px;
}

    .cd-container::after {
        content: '';
        display: table;
        clear: both;
    }

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #cd-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 25px;
        height: 100%;
        width: 4px;
        background: #FF0055;
    }

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

.cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #FF0055, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
    background: #E0004B;
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: #8a1250;
    border-radius: 2px;
    padding: 1em;
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
}

    .cd-timeline-content.is-visible {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-content p {
        color: white;
        font-size: 13px;
        font-size: 0.9rem;
        margin: 1em 0;
        line-height: 1.6;
    }

    .cd-timeline-content::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 100%;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-right: 7px solid #8a1250;
    }

#homeLargeText {
    font-size: 80px !important;
    padding-bottom: 50px;
    padding-left: 30%;
}

.mustStateMobile {
    display:none;
}

#ovrsghtPrep {
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#ovrsght2200 {
    font-weight: 700;
    font-size: 23px;
}

#confidentialIMG {
    width: 350px;
    position: relative;
    top:-120px;
    left: -60px;
}

#confidRow {
    margin-top:160px;
    margin-bottom:100px;
}

.whenReqComma {
    position: relative;
    top: 125px;
}


#dollartreeIMG {
    width: 350px;
    position: relative;
}

#chevron-header {
    position: relative;
    top: 370px;
}

#fnHeaderOuterDiv {
    padding-top: 75px;
}

.main-home-btns {
    margin-left: 30%;
}

#introPar {
    margin-top: 360px;
}


@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }

    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }

    .cd-timeline-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content {
        color: white;
        margin-left: 0;
        padding: 1.6em;
        width: 36%;
        margin: 0 5%
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: #8a1250;
        }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: #8a1250;
        }
}

@media only screen and (max-width:1200px) {
    #homeLargeText {
        font-size: 40px !important;
    }

    .ceres {
        width: 60%;
    }

/*    .main-home-btns {
        height: 60px;
        margin-left: 30px;
        margin-top: 50px;
        font-size:medium;
        min-width: 200px;
    }*/

    .flip-card {
        width: 140px !important;
        height: 140px !important;
    }

    .flip-card-inner {
        width: 100% !important;
        height: 100% !important;
        text-align: center !important;
    }

    .flip-card-front, .flip-card-back {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
    }

    .fa-copy, .fa-dollar-sign, .fa-hammer, .fa-landmark, .fa-search-dollar, .fa-store {
        width: 140px !important;
        height: 140px !important;
        font-size: 64px !important;
        padding-top: 35px !important;
    }

    .flipCardText {
        font-size: 11px!important;
        padding-top:30px!important;
    }
}

@media only screen and (max-width:997px) {
    .main-home-btns {
        height: 60px;
        font-size:small;
        min-width: 175px;
        max-width:175px;
    } 

    .ceres{
       width:500px;
       position:absolute;
       top:325px!important;
    }

    #introPar {
        margin-top: 50px;
    }

    #chevron-header {
        position: relative;
        top: 30px;
    }

    #fnHeaderOuterDiv{
        padding-top:50px;
    }

    #fnHeader {
        padding-top: 100px !important;
        font-size: 30px !important;
    }

    #progEvalHeader, #rptsHeader, #sunsetHeader {
        font-size: 30px !important;
    }

    #chap23Txt {
        font-size: 15px !important;
        padding-left: 7% !important;
        padding-right: 7% !important;
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }

    .flip-card {
        width: 100px !important;
        height: 100px !important;
    }

    .fa-copy, .fa-dollar-sign, .fa-hammer, .fa-landmark, .fa-search-dollar, .fa-store {
        width: 100px !important;
        height: 100px !important;
        font-size: 46px !important;
        padding-top: 25px !important;
    }

    .flipCardText {
        font-size: 9px !important;
        padding-top: 10px !important;
        font-weight:400;
    }

    #confidentialIMG {
        display: none;
    }

    #dollartreeIMG {
        display: none;
    }


    #confidRow {
        margin: 0px !important;
    }

    p {
        font-size: 19px;
    }


}

@media only screen and (max-width:775px){
    .mustStateLarge {
        display: none !important;
    }
    #homeLargeText {
        font-size: 30px !important;
        position: relative;
        left: -15%;
    }

    #firstDiv {
        padding-top: 30px;
    }
    .ceres {
        display: none;
    }
    .main-home-btns {
        margin-left: 0%;
    }

    .mustStateMobile{
        display:block !important;
    }

    .mustStateMobileIE {
        display: block !important;
    }

    p {
        font-size: 18px;
    }

    
}

@media only screen and (max-width:550px) {
    #homeLargeText {
        font-size: 30px !important;
        position: relative;
        left: -15%;
    }

    #firstDiv {
        padding-top: 30px;
    }

    .ceres{
        display:none;
    }

    

    #fnHeader {
        padding-top: 50px !important;
        font-size: 25px !important;
    }

    #progEvalHeader, #rptsHeader, #sunsetHeader {
        font-size: 25px !important;
    }

    #ovrsghtPrep {
        font-size: 17px;
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #confidentialIMG {
        display: none;
    }

    #dollartreeIMG {
        display: none;
    }

    #ovrsght2200 {
        font-size: 17px;
    }

    p {
        font-size: 16px;
    }
}

/*@media only screen and (max-width:370px){
    #lroHeader{
        overflow-wrap:break-word;
    }
}
*/

#tafpbtn {
    background-color: #8ab3ff;
    border-color: #8ab3ff;
    color: #15234A;
    
}

    #tafpbtn:hover, #tafpbtn:active, #tafpbtn:focus {
        background-color: #4471C4;
        border-color: #4471C4;
    }


#tafpbtn {
    font-size: 1.5rem;
    padding: 1rem 3rem;
    color: var(--space);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 5px 20px;
    border-bottom: 3px solid transparent;
}

    #tafpbtn:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 110deg, transparent, rgba(255, 255, 255, 0.8), transparent );
        transition: all 1.5s;
    }

    #tafpbtn:hover:before {
        left: 100%;
    }

    #tafpbtn:hover {
        color: var(--space);
        text-decoration: none;
        padding: 5px 20px;
        border-bottom: 3px solid #4471C4;
    }