<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1,h2,h3,h4,h5 {
    font-family: 'Chewy', cursive;
}

h1 {
    text-color:white;
}

p {
    font-family: 'Open Sans', sans-serif;
}

#mainFAB {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

*{box-sizing: border-box;}

body{background: lime-200}

#mainFAB {
    z-index: 99;
}

.cardContainer {
    width: 100%;
    height: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
}

.mmCardNoVid {
    width: 400px;
    height: 200px;
    border-radius: 3px;
    position: relative;
    margin:30px;
}

.mmCardNoAns {
    width: 400px;
    height: 450px;
    border-radius: 3px;
    position: relative;
    margin:30px;
}

.mmCardYesAns {
    width: 400px;
    height: 670px;
    border-radius: 3px;
    position: relative;

    margin:30px;
}

.mdl-card__supporting-text {
    height: fit-content;
    padding-bottom: 10px;
}

.mmCardVid {
    width: 100%;
    display: block;
    height: auto;
    max-height: 250px;
    border-radius: 3px 3px 0px 0px;
}

iframe.mmCardVid {
    height: 250px;
    border: 0;
}

.mmCard h4 {
    text-align: center;
    display: block;
    font-size: 20px;

    text-transform: uppercase;
    margin: 10px 0;
    padding: 5px;
}

.cardActionBar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    border-radius: 0px 0px 3px 3px;
    padding: 2px;
    margin: 0;
}

.mdl-chip {
    font-family: 'Chewy';
}

.cardActionMain {
    color: black;
    background-color: #c7dc0a;
    font-family: 'Chewy';
    text-decoration: none;
    cursor: pointer;
    font-size: 100%;
    border-radius: 3px;
    height: 90%;
    width: 16ex;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: block;
    user-select: none;
    padding: 5px 0;
    margin-left: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cardActionOther {
    color: black;
    background-color: rgba(232, 255, 10, 0);
    font-family: 'Chewy';
    text-decoration: none;
    cursor: pointer;
    font-size: 100%;
    border-radius: 3px;
    height: 90%;
    width: 16ex;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: block;
    user-select: none;
    padding: 5px 0;
    margin-left: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cardAction:hover {
    background-color: #E3EBF1;
    text-decoration: none;
}

.cardAction:active {
    color: blue;
    animation-name: transition;
    animation-duration: .5s;
    background-color: #cccccc;
    text-decoration: none;
}

@-webkit-keyframes transition {
    0% {
        background-color: #cccccc;
        color: #333333;
    }
    50% {
        background-color: white;
        color: #000000;
    }
    100% {
        background-color: #cccccc;
        color: #333333;
    }
}

@keyframes transition {
    0% {
        background-color: #cccccc;
        color: #333333;
    }
    50% {
        background-color: lightskyblue;
        color: #000000;
    }
    100% {
        background-color: deepskyblue;
        color: deepskyblue;
    }
}

.btnShare {
    position: relative;
}

.btnShare2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    z-index: 1;
    display: none;
}

.btnShare4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 5px;
}

.btnShare4 p{
    padding: 0;
    margin: 0;
}

.btnShare3 {
    width: 33%;
    padding: 7px;
    height: 100%;
}

.btnShare3:hover {
    background-color: lime;
    color: #F63E37;
}

.btnTwitter {
    background: #55acee;
    color: #F2F1F1;
}

.btnFacebook {
    background: #3b5998;
    color: #F2F1F1;
}

.btnInstagram {
    background: #f77737;
    color: #F2F1F1;
}

.btnYoutube{
    background:#cd201f;
    color:#F2F1F1;
}

.shadow2{
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25), 0 3px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 4px rgba(0, 0, 0, 0.12)
}

.shadow4, .shadow4h:hover, .shadow4a:active{
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25), 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 5px rgba(0, 0, 0, 0.12);
}

.shadow6, .shadow6h:hover, .shadow6a:active{
    box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.25), 0 8px 10px 0 rgba(0, 0, 0, 0.14), 0 6px 10px 9px rgba(0, 0, 0, 0.12);
}

.shadow8, .shadow8h:hover, .shadow8a:active{
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25), 0 11px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 10px 14px rgba(0, 0, 0, 0.12);
}

.shadow10, .shadow10h:hover, .shadow10a:active{
    box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.25), 0 14px 26px 4px rgba(0, 0, 0, 0.14), 0 10px 20px 20px rgba(0, 0, 0, 0.12);
}

.shadow12, .shadow12h:hover, .shadow12a:active{
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.25), 0 17px 37px 6px rgba(0, 0, 0, 0.14), 0 12px 20px 27px rgba(0, 0, 0, 0.12);
}

.bGray1{background-color:#cccccc; color: #333333;}
.bGray2{background-color:#333333; color: #F2F1F1;}
.bOWhite1{background-color:#F2F1F1; color: #000000;}
.bOWhite2{background-color:#E3EBF1; color: #000000;}
.bBlack{background-color: black; color: #F2F1F1;}
.bBlue1{background-color:#7F98CD; color: black;}
.bBlue2{background-color:#005DAA; color: #F2F1F1;}
.bBlue3{background-color:#002A4C; color: #F2F1F1;}
.bPurple{background-color:#93305D; color: #F2F1F1;}
.bRed{background-color:#F63E37; color: #F2F1F1;}
.bArmy{background-color:#000000; color:#FFCB05 !important;}
.bNavy{background-color:#002f6c; color:#ffb81c !important;}
.bAirforce{background-color:#8F8F8C; color:#00308F !important;}
.bPhs{background-color:#FDFD33; color:#0000FD !important;}
</pre></body></html>