﻿
/* previously HRAdmin.css */


/* --------------------------- INFRASTRUCTURE -------------------------- */




/********************************/
/*     CUSTOM SPACING UTILS     */
/********************************/

@media (min-width: 992px) {

    .pt-lg-5em {
        padding-top: 5em !important;
    }

    .pt-lg-7em {
        padding-top: 7em !important;
    }

    .pt-lg-8em {
        padding-top: 8em !important;
    }

    .pt-lg-9em {
        padding-top: 9em !important;
    }

    .pt-lg-10em {
        padding-top: 10em !important;
    }

}

@media (max-width: 575px) {

    .ls-n1 {
        letter-spacing: -1px;
    }
}






/********************************/
/*       CONTENT WRAPPER        */
/********************************/

.juf__brand__content__wrapper {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    /*margin-bottom: 20px;*/
}

@media (max-width: 500px) {
    .juf__brand__content__wrapper {
        padding: 0;
        margin-bottom: 30px;
    }
}





/********************************/
/*          TOP TRIM            */
/********************************/

.juf__brand__content__topTrim {
    margin-bottom: 40px;
    /* animate.css 4.0 */
    /*animation: fadeInDown;
    animation-delay: 0s;
    animation-duration: 4s;*/
    /* TEMP FOR TESTING */
    /*background-color: aliceblue;
    height: 400px;*/
}

@media (max-width: 575px) {
    .juf__brand__content__topTrim {
        margin-bottom: 30px;
    }

}



/********************************/
/*         BOTTOM TRIM          */
/********************************/

.juf__brand__content__bottomTrim--retina {
    background-image: url(../img/about_meta_bottomTrim_desktop_retina.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 119px;
    z-index: 1;
}

.juf__brand__content__bottomTrim {
    background: url(../img/about_meta_bottomTrim_desktop.png) no-repeat center top;
    background-size: cover;
    height: 119px;
}




/********************************/
/*          ANIMATIONS          */
/********************************/

.chevron_bottom_pull_up {
    animation-name: chevAnim;
    animation-duration: 2s;
    animation-delay: .25s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

@-webkit-keyframes chevAnim {
    0% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
    100% { clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%); }
}
@keyframes chevAnim {
    0% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
    100% { clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%); }
}

@media (max-width: 991px) {
    @-webkit-keyframes chevAnim {
        0% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
        100% { clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%); }
    }
    @keyframes chevAnim {
        0% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
        100% { clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%); }
    }
}




/* ---------------------------- MAIN TYPOGRAPHY --------------------------- */


/* ----------- TEXT --------------*/

.juf__brand__htext {
    font-weight: 600;
    color: #002855;
    line-height: 1.2;
    margin: 0;
}

.juf__brand__htext__level1 {
    font-size: 40px;
    margin-bottom: .5em;
}

.juf__brand__htext__level2 {
    font-size: 32px;
    margin-bottom: .75em;
}

.juf__brand__htext__level3 {
    font-size: 24px;
    margin-bottom: .5em;
}


.juf__brand__text__p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 2;
}


.juf__brand__text__ul,
.juf__brand__text__ol {
    margin-bottom: 0;
}

.juf__brand__content ul li,
.juf__brand__content ol li {
    color: #80bfe4;
    font-size: 20px;
    margin-bottom: 15px;
}








/********************************/
/*            LINKS             */
/********************************/
.juf__brand__content a {
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

    .juf__brand__content a:link,
    .juf__brand__content a:visited {
        color: #144d8e;
    }

    .juf__brand__content a:hover,
    .juf__brand__content a:active,
    .juf__brand__content a:focus {
        color: #009bd2;
    }

    /*.juf__brand__content a:link:not(h4 a),
    .juf__brand__content a:visited:not(h4 a) {
        color: #144d8e;
    }

    .juf__brand__content a:hover:not(h4 a),
    .juf__brand__content a:active:not(h4 a),
    .juf__brand__content a:focus:not(h4 a) {
        color: #009bd2;
    }*/

/* BADGE LINKS */

a.badge,
a.badge:link,
a.badge:visited {
    color: #FFFFFF;
}

    a.badge:hover,
    a.badge:focus {
        opacity: .8;
    }



/* BOOTSTRAP OVERRIDES */

.page-link {
    color: #009bd3;
}
/* Disabled State Input Buttons */
.aspNetDisabled.page-link {
    color: #dee2e6;
}

    .page-link.inactive:active,
    .page-link.inactive:hover,
    .page-link.inactive:focus,
    .aspNetDisabled.page-link:active,
    .aspNetDisabled.page-link:hover,
    .aspNetDisabled.page-link:focus {
        background: initial;
        border: 1px solid #dee2e6;
        outline: initial;
    }

.active > .page-link,
.page-link.active {
    color: #ffffff !important;
    background-color: #009bd3 !important;
    border-color: #009bd3 !important;
}


/*.nav-link {
    color: #009bd3;
}*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #777;
}

.donorResponse_navs *:not(i) {
    font-size: 15px;
}

.tooltip-inner {
    text-align: left;
}


/********************************/
/*           BUTTONS            */
/********************************/
.juf__brand__btn,
.juf__brand__btn:link,
.juf__brand__btn:visited {
    font-size: 1.75rem;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1rem 3rem;
    margin: 0;
    border-radius: 0px;
    display: inline-block;
    opacity: .75;
    transition: all ease .15s;
}

    .juf__brand__btn:not(.aspNetDisabled):hover,
    .juf__brand__btn:not(.aspNetDisabled):active,
    .juf__brand__btn:not(.aspNetDisabled):focus {
        opacity: 1;
        box-shadow: none;
    }


@media (max-width: 575px) {
    .juf__brand__btn,
    .juf__brand__btn:link,
    .juf__brand__btn:visited {
        padding: .85rem 2.75rem;
        font-size: 1.5rem;
    }
}


.juf__brand__btn__small,
.juf__brand__btn__small:link,
.juf__brand__btn__small:visited {
    padding: 10px 20px;
    font-size: 0.85rem;
}

.juf__brand__btn__tiny,
.juf__brand__btn__tiny:link,
.juf__brand__btn__tiny:visited {
    padding: 4px 12px;
    font-size: 0.7rem;
    letter-spacing: inherit;
}

.juf__brand__btn__xs,
.juf__brand__btn__xs:link,
.juf__brand__btn__xs:visited {
    padding: 3px 6px;
    font-size: 0.6rem;
    border-width: 1px !important;
    letter-spacing: inherit;
    line-height: initial;
}


/* COLOR STATES */


.juf__brand__btn__blue {
    color: #FFFFFF !important;
    border: 2px solid #009bd3;
    background-color: #009bd3 !important;
}

    .juf__brand__btn__blue:not(.aspNetDisabled):hover,
    .juf__brand__btn__blue:not(.aspNetDisabled):active,
    .juf__brand__btn__blue:not(.aspNetDisabled):focus {
        color: #FFFFFF !important;
    }

.juf__brand__btn__blue__outline {
    color: #009bd3 !important;
    border: 2px solid #009bd3;
    background-color: transparent !important;
}

    .juf__brand__btn__blue__outline:not(.aspNetDisabled):hover,
    .juf__brand__btn__blue__outline:not(.aspNetDisabled):active,
    .juf__brand__btn__blue__outline:not(.aspNetDisabled):focus {
        color: #009bd3 !important;
        border-color: #009bd3;
    }

.juf__brand__btn__green {
    color: #FFFFFF !important;
    border: 2px solid #80bb00;
    background-color: #80bb00 !important;
}

    .juf__brand__btn__green:not(.aspNetDisabled):hover,
    .juf__brand__btn__green:not(.aspNetDisabled):active,
    .juf__brand__btn__green:not(.aspNetDisabled):focus {
        color: #FFFFFF !important;
    }

.juf__brand__btn__green__outline {
    color: #80bb00 !important;
    border: 2px solid #80bb00;
    background-color: transparent !important;
}

    .juf__brand__btn__green__outline:not(.aspNetDisabled):hover,
    .juf__brand__btn__green__outline:not(.aspNetDisabled):active,
    .juf__brand__btn__green__outline:not(.aspNetDisabled):focus {
        color: #80bb00 !important;
        border-color: #80bb00;
    }

.juf__brand__btn__dkGreen {
    color: #FFFFFF !important;
    border: 2px solid #6aa339 !important;
    background-color: #6aa339 !important;
}

    .juf__brand__btn__dkGreen:not(.aspNetDisabled):hover,
    .juf__brand__btn__dkGreen:not(.aspNetDisabled):active,
    .juf__brand__btn__dkGreen:not(.aspNetDisabled):focus {
        color: #FFFFFF !important;
    }

.juf__brand__btn__dkGreen__outline {
    color: #6aa339 !important;
    border: 2px solid #6aa339;
    background-color: transparent !important;
}

    .juf__brand__btn__dkGreen__outline:not(.aspNetDisabled):hover,
    .juf__brand__btn__dkGreen__outline:not(.aspNetDisabled):active,
    .juf__brand__btn__dkGreen__outline:not(.aspNetDisabled):focus {
        color: #6aa339 !important;
        border-color: #6aa339;
    }

.juf__brand__btn__violet {
    color: #FFFFFF !important;
    border: 2px solid #8347ad !important;
    background-color: #8347ad !important;
}

    .juf__brand__btn__violet:not(.aspNetDisabled):hover,
    .juf__brand__btn__violet:not(.aspNetDisabled):active,
    .juf__brand__btn__violet:not(.aspNetDisabled):focus {
        color: #FFFFFF !important;
    }

.juf__brand__btn__violet__outline {
    color: #8347ad !important;
    border: 2px solid #8347ad;
    background-color: transparent !important;
}

    .juf__brand__btn__violet__outline:not(.aspNetDisabled):hover,
    .juf__brand__btn__violet__outline:not(.aspNetDisabled):active,
    .juf__brand__btn__violet__outline:not(.aspNetDisabled):focus {
        color: #8347ad !important;
        border-color: #8347ad;
    }

.juf__brand__btn__p220 {
    color: #FFFFFF !important;
    border: 2px solid #aa004f;
    background-color: #aa004f !important;
}

    .juf__brand__btn__p220:hover,
    .juf__brand__btn__p220:active,
    .juf__brand__btn__p220:focus {
        color: #FFFFFF !important;
    }

.juf__brand__btn__p220__outline {
    color: #aa004f !important;
    border: 2px solid #aa004f;
    background-color: transparent !important;
}

    .juf__brand__btn__p220__outline:not(.aspNetDisabled):hover,
    .juf__brand__btn__p220__outline:not(.aspNetDisabled):active,
    .juf__brand__btn__p220__outline:not(.aspNetDisabled):focus {
        color: #aa004f !important;
        border-color: #aa004f;
    }

    /* SHADOWS */

.juf__brand__btn__shadow__med {
    box-shadow: .2rem .25rem .85rem rgba(0,0,0,.25) !important;
    transition: all ease .15s;
}

    .juf__brand__btn__shadow__med:not(.aspNetDisabled):hover,
    .juf__brand__btn__shadow__med:not(.aspNetDisabled):active,
    .juf__brand__btn__shadow__med:not(.aspNetDisabled):focus {
        box-shadow: .1rem .1rem .25rem rgba(0,0,0,.25) !important;
    }



/********************************/
/*           BADGES             */
/********************************/
/*.juf__phonothon__badge {
    letter-spacing: 1px;
}*/
.juf__phonothon__badge__spouseAccountID {
    color: #6aa339;
    border: 1px solid #6aa339;
}

.juf__phonothon__badge__coveringAccountID {
    color: #a50063;
    border: 1px solid #a50063;
}


/********************************/
/*    PARALLAX TITLE + TEXT     */
/********************************/

.juf__brand__parallax__textWrapVertCenter {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    text-align: center;
}

.juf__brand__title {
    font-size: 63px;
    line-height: 1.5;
    font-weight: 400;
    color: #002855;
    display: block;
    margin-bottom: 18px;
}

.juf__brand__subText {
    font-size: 21px;
    line-height: 2;
    font-weight: 400;
    color: #002855;
    display: block;
}

.juf__brand__title--reverse,
.juf__brand__subText--reverse {
    color: #FFFFFF;
}

.juf__brand__title__parallax--top {
    margin-top: 50px;
}

.juf__brand__title__parallax--bottom {
    line-height: 1;
    margin-bottom: 0;
}


@media (max-width: 575px) {
    
    .juf__brand__title {
        font-size: 40px;
    }

    .juf__brand__subText {
        font-size: 16px;
        line-height: 1.8;
    }

    .juf__brand__title__parallax--top {
        margin-top: 90px;
    }

    .juf__brand__title__parallax--bottom {
        font-size: 45px;
    }
    .juf__brand__subText__parallax--bottom {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    
}


/********************************/
/*  SECTION TITLES, TEXT + BGs  */
/********************************/

.juf__brand__section {
    clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 50% 100%, 0% 96%);
    padding-bottom: 3rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .juf__brand__section {
        clip-path: polygon(0% 0%, 100% 0%, 100% 99%, 50% 100%, 0% 99%);
        padding-bottom: 4rem;
    }
}

.juf__brand__section__title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    /*letter-spacing: -1px;*/
    color: #002855;
    display: block;
    padding-top: 20px;
    margin-bottom: 28px;
}

.juf__brand__section__subText,
.juf__brand__section__text {
    color: #4D4D4D;
    display: block;
    margin-bottom: 0;
}

.juf__brand__section__subText {
    font-size: 22px;
    line-height: 41px;
}

.juf__brand__section__text {
    font-size: 20px;
    line-height: 1.75;
}


/* --------- STATS ----------  */

.juf__brand__stat__title {
    display: block;
    margin-bottom: 14px;
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
}

.juf__brand__stat__title--120 {
    font-size: 120px;
}



@media (max-width: 575px) {

    .juf__brand__section__title {
        font-size: 28px;
        padding-top: 14px;
        margin-bottom: 16px;
    }

    .juf__brand__section__subText {
        font-size: 17px;
        line-height: 1.9;
    }

    .juf__brand__stat__title,
    .juf__brand__stat__title--120 {
        font-size: 80px;
    }

    .juf__brand__section__text {
        font-size: 15px;
        line-height: 1.75;
    }
}






/********************************/
/*        CUSTOM STYLES         */
/********************************/


/* --------- FONT COLORS ----------  */

.juf__brand__color--orange {
    color: #ff9f38;
}

.juf__brand__color--lilac {
    color: #b590cc;
}

.juf__brand__color--blue {
    color: #53a4f7;
}

.juf__brand__color--green {
    color: #a1d45d;
}

.juf__brand__text__grey {
    color: #4d4d4d;
}


/* ------ BACKGROUND COLORS -------  */

.juf__brand__bgColor__grey {
    background-color: #f2f0ee !important; /* Pantone 30% Grey */
}

.juf__brand__bgColor__violet {
    background-color: #8347ad !important;
}

.juf__brand__bgColor__violetLite {
    background-color: #ede5f8 !important;
}

.juf__brand__bgColor__blue {
    background-color: #0081c9 !important;
}

.juf__brand__bgColor__blueLite {
    background-color: #E5F2F9 !important;
}

.juf__brand__bgColor__green {
    background-color: #6aa339 !important;
}
.juf__brand__bgColor__greenLite {
    background-color: #f0f7e1 !important;
}
.juf__brand__bgColor__p220 {
    background-color: #aa004f !important;
}



/*  CARD META TITLES */
/*-------------------------------------------*/

.juf__text__supraFunction {
    display: block;
    color: #627595;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.juf__text__eventName {
    display: block;
    color: #002855;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
}

.juf__text__progressBar {
    color: #FFFFFF;
    font-weight: 600;
    top: 1px;
}

.juf__text__contentFunction {
    display: block;
    color: #002855;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
}






/* SCRIPT (OFFCANVAS) */
/*-------------------------------------------*/

/* Bootstrap Overrides */

.offcanvas {
    visibility: visible !important;
}

.offcanvas-end {
    border-left: none;
}


/* Custom Offcanvas Rules */

.offcanvasVisibleActionBar {
    position: absolute;
    top: 266px;
    left: -34px;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    padding-top: 20px;
    padding-right: 8px;
    padding-bottom: 0;
    padding-left: 8px;
    height: 100%;
    color: #999;
    display: inline-grid; /* for Firefox box expansion */
}


.juf__offcanvas__ActionButtonWrapper {
    position: absolute;
    left: -25%;
    top: 25%;
}

.juf__offcanvas__ActionText {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.juf__offcanvas__ActionButton {
    font-size: 1.5em;
    color: #999;
    padding: 0;
    border: none;
    background: none;
}

/* Rotate Text */
.juf__text__rotate__n90 {
    writing-mode: vertical-rl;
    /*transform: rotate(180deg)
    white-space: nowrap;
    overflow: visible;;*/
}




/********************************/
/*            MISC              */
/********************************/

.juf__innerShadow__10a20 {
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.20);
}

.h100 {
    height: 100%;
}

.wauto {
    width: auto !important;
}

@media (max-width: 575px) {
    .tableMax {
        width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tableMax {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    .tableMax {
        width: auto !important;
    }
}

canvas.jq-cabg-canvas {
    transition: all 0.25s ease-in-out;
}

.msgUploadPanel {
    display: block;
}






/********************************/
/*          UTILITIES           */
/********************************/

/* Bootstrap Overrides */
.accordion-button:focus {
    box-shadow: none;
}



/********************************/
/*      IFRAME THUMBNAILS       */
/********************************/

/* SEE: //medium.com/@jamesfuthey/simulating-the-creation-of-website-thumbnail-screenshots-using-iframes-7145269891db */


/* LESS Variables */
/*
@thumbnail-width: 1440px;
@thumbnail-height: 900px;
@thumbnail-zoom: 0.2;
*/


/* This container helps the thumbnail behave as if it were an unscaled IMG element */
.ifThumbnail-container {
    width: calc(1440px * 0.2);
    height: calc(1600px * 0.2);
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 2px solid #808080;
    background: #f9f9f9;
}


    /* Image Icon for the Background */
    .ifThumbnail-container::before {
        position: absolute;
        left: calc(45%); /* was 50%-16px */
        top: calc(45%); /* was 50%-18px */
        opacity: 0.2;
        display: block;
        -ms-zoom: 2;
        -o-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJwaG90b18xXyI+PHBhdGggZD0iTTI3LDBINUMyLjc5MSwwLDEsMS43OTEsMSw0djI0YzAsMi4yMDksMS43OTEsNCw0LDRoMjJjMi4yMDksMCw0LTEuNzkxLDQtNFY0QzMxLDEuNzkxLDI5LjIwOSwwLDI3LDB6ICAgIE0yOSwyOGMwLDEuMTAyLTAuODk4LDItMiwySDVjLTEuMTAzLDAtMi0wLjg5OC0yLTJWNGMwLTEuMTAzLDAuODk3LTIsMi0yaDIyYzEuMTAyLDAsMiwwLjg5NywyLDJWMjh6IiBmaWxsPSIjMzMzMzMzIi8+PHBhdGggZD0iTTI2LDRINkM1LjQ0Nyw0LDUsNC40NDcsNSw1djE4YzAsMC41NTMsMC40NDcsMSwxLDFoMjBjMC41NTMsMCwxLTAuNDQ3LDEtMVY1QzI3LDQuNDQ3LDI2LjU1Myw0LDI2LDR6ICAgIE0yNiw1djEzLjg2OWwtMy4yNS0zLjUzQzIyLjU1OSwxNS4xMjMsMjIuMjg3LDE1LDIyLDE1cy0wLjU2MSwwLjEyMy0wLjc1LDAuMzM5bC0yLjYwNCwyLjk1bC03Ljg5Ni04Ljk1ICAgQzEwLjU2LDkuMTIzLDEwLjI4Nyw5LDEwLDlTOS40NCw5LjEyMyw5LjI1LDkuMzM5TDYsMTMuMDg3VjVIMjZ6IE02LDE0LjZsNC00LjZsOC4wNjYsOS4xNDNsMC41OCwwLjY1OEwyMS40MDgsMjNINlYxNC42eiAgICBNMjIuNzQsMjNsLTMuNDI4LTMuOTU1TDIyLDE2bDQsNC4zNzlWMjNIMjIuNzR6IiBmaWxsPSIjMzMzMzMzIi8+PHBhdGggZD0iTTIwLDEzYzEuNjU2LDAsMy0xLjM0MywzLTNzLTEuMzQ0LTMtMy0zYy0xLjY1OCwwLTMsMS4zNDMtMywzUzE4LjM0MiwxMywyMCwxM3ogTTIwLDhjMS4xMDIsMCwyLDAuODk3LDIsMiAgIHMtMC44OTgsMi0yLDJjLTEuMTA0LDAtMi0wLjg5Ny0yLTJTMTguODk2LDgsMjAsOHoiIGZpbGw9IiMzMzMzMzMiLz48L2c+PC9zdmc+");
    }


/* This is a masking container for the zoomed iframe element */
.ifThumbnail {
    position: relative;
    -ms-zoom: 0.2;
    -moz-transform: scale(0.2);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.2);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.2);
    -webkit-transform-origin: 0 0;
}

    /* This is our screen sizing */
    .ifThumbnail, 
    .ifThumbnail iframe {
        width: 1440px;
        height: 1600px;
    }

     /* This facilitates the fade-in transition instead of flicker. It also helps us maintain the illusion that this is an image, since some webpages will have a preloading animation or wait for some images to download */
    .ifThumbnail iframe {
        opacity: 0;
        transition: all 300ms ease-in-out;
    }



    /* This pseudo element masks the iframe, so that mouse wheel scrolling and clicking do not affect the simulated "screenshot" */
    .ifThumbnail:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

/*.ifThumbnailCard {
    width: 33vw;
}

@media (max-width: 767px) {
    .ifThumbnailCard {
        width: 100vw;
    }

}*/