﻿/*CSS Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    scroll-behavior:smooth;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

    ul.tinymcelist, #tinymce ul {
        list-style-type: disc;
        margin-block-start: 0.5em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
        font-size: var(--pFontSize);
        font-family: var(--pFontFamily);
        
    }

        ul.tinymcelist > li {
            margin-block-end: calc(var(--pFontSize) / 2);
        }


    blockquote, q {
        quotes: none;
    }

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/*Variables*/

:root {
    --knockout26: 'Knockout 26 A', 'Knockout 26 B';
    --knockout27: 'Knockout 27 A', 'Knockout 27 B';
    --knockout28: 'Knockout 28 A', 'Knockout 28 B';
    --knockout29: 'Knockout 29 A', 'Knockout 29 B';
    --knockout30: 'Knockout 30 A', 'Knockout 30 B';
    --knockout31: 'Knockout 31 A', 'Knockout 31 B';
    --knockout32: 'Knockout 32 A', 'Knockout 32 B';
    --knockout33: 'Knockout 33 A', 'Knockout 33 B';
    --knockout34: 'Knockout 34 A', 'Knockout 34 B';
    --knockout46: 'Knockout 46 A', 'Knockout 46 B';
    --knockout47: 'Knockout 47 A', 'Knockout 47 B';
    --knockout48: 'Knockout 48 A', 'Knockout 48 B';
    --knockout49: 'Knockout 49 A', 'Knockout 49 B';
    --knockout50: 'Knockout 50 A', 'Knockout 50 B';
    --knockout51: 'Knockout 51 A', 'Knockout 51 B';
    --knockout52: 'Knockout 52 A', 'Knockout 52 B';
    --knockout53: 'Knockout 53 A', 'Knockout 53 B';
    --knockout54: 'Knockout 54 A', 'Knockout 54 B';
    --archivoNarrow: 'Archivo Narrow', sans-serif;
    --robotoCondensed: 'Roboto Condensed', sans-serif;
    --maxScreensizePx: 1600px;
    --maxScreensize: 1600;
    --minScreensizePx: 600px;
    --minScreensize: 600;
    --fontSize1: calc(80px + (125 - 80) * (100vw - var(--minScreensizePx)) / (var(--maxScreensize) - var(--minScreensize)));
    --fontFamily1: var(--knockout30);
    --fontSize2: calc(30px + (55 - 30) * (100vw - var(--minScreensizePx)) / (var(--maxScreensize) - var(--minScreensize)));
    --fontFamily2: var(--knockout53);
    --fontSize3: calc(20px + (40 - 20) * (100vw - var(--minScreensizePx)) / (var(--maxScreensize) - var(--minScreensize)));
    --fontFamily3: var(--knockout50);
    --fontSize4: calc(16px + (30 - 16) * (100vw - var(--minScreensizePx)) / (var(--maxScreensize) - var(--minScreensize)));
    --fontFamily4: var(--knockout30);
    --fontSize5: calc(16px + (20 - 16) * (100vw - var(--minScreensizePx)) / (var(--maxScreensize) - var(--minScreensize)));
    --fontFamily5: var(--knockout30);
    --pFontSize: calc(14px + (18 - 14) * (100vw - var(--minScreensizePx)) / (var(--maxScreensize) - var(--minScreensize)));
    --pFontFamily: var(--robotoCondensed);
    --fineprintFontSize: calc(12px + (14 - 12) * (100vw - var(--minScreensizePx)) / (var(--maxScreensize) - var(--minScreensize)));
    --fineprintFontFamily: var(--robotoCondensed);
    --greyLine: solid #80808061 3px;
    --redLine: solid #ef4135 3px;
    --darkGreyLine: solid #383838 3px;
    --blackLine: solid #000000 3px;
    --thickGreyLine: solid #80808061 4px;
    --thickRedLine: solid #ef4135 4px;
    --ptRed: #e72113 /*#ef4135*/;
    --ptGrey: #757575;
    --ptDarkGrey: #383838;
    --ptLightGrey: #80808061;
    --stickyHeaderHeight: 156px; /*This Will get recalulated on page load/ on window width changes*/
    --stickyDonateHeight: 50px;
    --spacing1: 8vw;
    --spacing2: 6vw;
    --spacing3: 4vw;
    --spacing4: 2vw;
    --spacing5: 1.5vw;
    --spacing6: 1vw;
    --spacing7: .5vw;
    --spacing: 2vw;
}

@media(max-width:600px) {
    :root {
        --fontSize1: 50px;
        --fontSize2: 30px;
        --fontSize3: 28px;
        --fontSize4: 25px;
        --fontSize5: 22px;
        --pFontSize: 15px;
        --fineprintFontSize: 12px;
    }
}

@media(min-width:1600px) {
    :root {
        /*--fontSize1: 180px;*/
        --fontSize1: 125px;
        --fontSize2: 55px;
        --fontSize3: 40px;
        --fontSize4: 28px;
        --pFontSize: 18px;
        --fineprintFontSize: 15px;
    }
}
/*Fonts, Colors, Sizes, Margins & Padding*/

html {
    max-width: 1920px;
    margin: 0 auto;
    overflow-y: scroll;
}

body {
    font-size: var(--pFontSize);
    font-family: var(--pFontFamily);
    /* Used to get the footer on the bottom of the page no matter how short the content is */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

main {
    z-index: 2;
    margin-bottom: 3%;
    transition: filter .6s ease;
    flex: 1;
}

@media(min-width:650px) {
    section:not(.footer-section):not(.homepage-section):not(#calendar-section):not(.syos-cart-wrapper):not(.main-nav-contents):not(#checkout-grid):not(.media-carousel):not(.support-us-section):not(.digital-program-section) {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding: 0 8vw;
        position: relative;
    }

 
}



h1 {
    font-size: var(--fontSize1);
    font-family: var(--fontFamily1);
    margin-bottom: 1vw;
}

h2 {
    font-size: var(--fontSize2);
    font-family: var(--fontFamily2);
}

h3 {
    font-size: var(--fontSize3);
    font-family: var(--fontFamily3);
}

h4, h5, h6 {
    font-size: var(--fontSize4);
    font-family: var(--fontFamily4);
}



p {
    margin-bottom: 1.5vw;
    color: black;
    line-height: 1.2;
    font-size: var(--pFontSize);
    font-family: var(--pFontFamily);
}



.fineprint-text, .fineprint-text p, .fineprint-text span, .fineprint-text a {
    font-size: var(--fineprintFontSize);
    font-family: var(--fineprintFontFamily);
}

.sponsor-text {
    font-size: .8em;
}

a:hover {
    color: var(--ptRed)
}


main .button-wrapper-full-width {
    width:100%;
    box-sizing:border-box;
}
section {
    margin: 0 5vw 3vw 5vw;
    position: relative;
}

    section:first-of-type {
        margin-top: 3vw;
    }

.left-align-button {
    margin: 2vw 0vw;
}

.header1 {
    font-size: var(--fontSize1);
    font-family: var(--fontFamily1);
    text-decoration: none;
}

.header2 {
    font-size: var(--fontSize2);
    font-family: var(--fontFamily2);
    text-transform: uppercase;
    color: var(--ptRed);
    margin-bottom: var(--fontSize3);
    line-height: var(--fontSize2);
    text-decoration: none;
}

.header3 {
    font-size: var(--fontSize3);
    font-family: var(--fontFamily3);
    text-decoration: none;
}

    .header3 {
        margin-bottom: 1vw;
        line-height: 1;
    }

}

.header3 a {
    font-size: var(--fontSize3);
    font-family: var(--fontFamily3);
    text-decoration:underline;
}

.header4 {
    font-size: var(--fontSize4);
    font-family: var(--fontFamily4);
    text-decoration: none;
    line-height: 1;
}

    .header4 a {
        text-decoration: underline;
        font-size: var(--fontSize4);
        font-family: var(--fontFamily4);
    }


    .header5 {
        font-size: var(--fontSize5);
        font-family: var(--fontFamily5);
        text-decoration: none;
        line-height: 1;
    }

        .header5 a {
            font-size: var(--fontSize5);
            font-family: var(--fontFamily5);
            text-decoration: underline;
        }

        .grey-text {
            color: var(--ptGrey)
        }


.badge-holder {
    margin-top: 4%;
}

.badge, .perf-holder .badge {
    border: 1px solid black;
    padding: .3vw;
    font-size: 0.8vw;
    font-weight: 600;
    width: fit-content;
    margin-top: .5vw;
    color: black;
    display: inline-block;
    margin-bottom: 0;
}

a {
    text-decoration: underline;
    color: black;
}

.gridimagelink {
    width: 100%;
    height: 100%;
    display: inline-block;
}

:focus {
    outline: -webkit-focus-ring-color solid 2px;
}

strong {
    font-weight: bold;
}
/*Not sure what these are*/

p:first-child {
    margin-block-start: 0;
}

p:last-child {
    margin-block-end: 0;
}


::placeholder {
    font-size: var(--pFontSize);
    font-family: var(--pFontFamily);
}

input {
    font-family: var(--pFontFamily);
    font-size: var(--pFontSize);
}

    input[type="submit"] {
        -webkit-appearance: none;
        border: solid;
        background-color: white;
        border-color: var(--ptRed);
        text-transform: uppercase;
    }

    footer .header5 a {
        text-decoration:none;
    }

/*commenting these out for now
        
        main>section:nth-child(even):after {
    background-image: url(/static/img/rightlines.png);
    background-position: right;
    background-size: cover;
    content:' ';
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -5;
    top: 0;
    left: -6vw;
}
main>section:nth-child(odd):after {
    background-image: url(/static/img/leftlines.png);
    background-position: right;
    background-size: cover;
    content:' ';
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -5;
    top: 0;
    left: -6vw;
}*/

.fcy-1g60nmk {
    padding: 0px 20px 0px 14px !important;
}

.button {
    background-color: var(--ptRed);
    color: white;
    padding: 2%;
    font-size: var(--fontSize5);
    width: auto;
    border: 0;
    font-family: var(--fontFamily3);
    cursor: pointer;
    text-transform: uppercase;
}

.white-button {
    background-color: white;
    border: var(--redLine);
    padding: .5vw;
    text-align: center;
    width: 15vw;
    margin-top: 1vw;
    cursor: pointer;
}

/*.white-button:hover {
    color:white;
    background-color:var(--ptRed);
}*/

input:-internal-autofill-previewed, input:-internal-autofill-selected, .nav-login input:-internal-autofill-previewed, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: var(--ptGrey) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.hidden {
    display:none;
}

/*animated button*/
a:hover  i.fas.fa-arrow-right {
    animation: horizontal 2s ease infinite;
}

@media(max-width:650px) {
    a:hover i.fas.fa-arrow-right {
        animation: none;
    }

    /*#beacon-container {
        display:none;
    }*/
}


.animated-button:after, .animated-button-interior:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.animated-button:hover {
    color: black;
    text-shadow: none;
    cursor: pointer;
}

    .animated-button:hover > span {
        color: black;
        text-shadow: none;
    }
    .animated-button > button:focus {
        outline: none;
    }
    .animated-button:hover:after, .animated-button:visited:hover:after, .animated-button:focus-within:after, .animated-button:visited:focus-within:after,
    .animated-button:hover:before, .animated-button:visited:hover:before, .animated-button:focus-within:before, .animated-button:visited:focus-within:before,
    .animated-button:hover .animated-button-interior:after, .animated-button:visited:hover .animated-button-interior:after, .animated-button:focus-within .animated-button-interior:after, .animated-button:visited:focus-within .animated-button-interior:after,
    .animated-button:hover .animated-button-interior:before, .animated-button:visited:hover .animated-button-interior:before, .animated-button:focus-within .animated-button-interior:before, .animated-button:visited:focus-within .animated-button-interior:before {
        /* height: 450%; */
        transform: translateY(0);
    }

.animated-button, .animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    /*padding: 14px 15px;*/
    color: black;
    width: 200px;
    width: fit-content;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.animated-button {
    border: 3px solid #ef4135;
    z-index: 1;
}


    .animated-button:after, .animated-button-interior:after {
        background: #ef4135;
        transform: translateY(-100%);
    }

/* Makes red buttons invert black text to white when the red background slides in, if supported */
@supports(backdrop-filter: invert(100%)) {

    .animated-button:after, .animated-button-interior:after {
        filter: invert(1);
    }

        .animated-button:before, .animated-button-interior:before {
            content: "";
            position: absolute;
            height: 100%;
            left: 0;
            top: 0;
            width: 101%;
            z-index: -1;
            transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
            /* background: #ef4135; */
            transform: translateY(-100%);
            z-index: 1;
            backdrop-filter: invert(100%);
            pointer-events: none;
        }
}
.animated-button > button, .animated-button > a {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 14px 15px;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    text-decoration: inherit;
    color: black;
    display: inline-block;
    box-sizing: border-box;
}
.animated-button > button.button-no-vertical-padding,.animated-button > a.button-no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.right-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 4%;
    align-items: center;
}

.blank-button {
    background: none;
    border: 0;
    cursor: pointer;
}

em, p em, main em {
    font-style: italic;
}

.notInMonth .date-banner {
    visibility:hidden;
}

/*collapsable sections*/
@media screen and (max-width:650px) {


    [data-collapsed="collapsed"] .collapsable-trigger:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-left: 5px;
        font-weight:900;
        color: black;
    }

    [data-collapsed="not-collapsed"] .collapsable-trigger:after {
        content: "\f077";
        font-family: "Font Awesome 5 Free" !important;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-left: 5px;
        font-weight:900;
        color: black;
    }

    [data-collapsed="collapsed"] .collapsable-div {
        display: none;
    }



    .collapsable-trigger {
        padding: 4% 0%;
        margin-bottom: 0%;
        cursor: pointer;
    }

    main [data-collapsed="collapsed"] {
        margin-bottom: 0%;
        border-bottom: var(--darkGreyLine);
    }

    main [data-collapsed="not-collapsed"] .collapsable-trigger {
        position: sticky;
        top: calc(var(--stickyHeaderHeight));
        background: white;
        z-index: 10000000;
        width: calc(100% + 10px);
    }

    /*[data-collapsed="not-collapsed"] .collapsable-trigger::after {
        content: ' ';
        visibility: hidden;
    }*/
}




/*dotted spinner*/
.pt-button .loading {
    visibility: hidden;
}
i {
    position:relative;
}
.loading {
    display: inline-block;
    margin-left: 2%;
    z-index: 999;
    vertical-align: middle;
    height: 1em;
    overflow: visible;
    position: absolute;
    top: 50%;
    right: 0;
}

    /* Transparent Overlay */
    /*.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}*/

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            /*font-size: 10px;*/
            font-size: calc(var(--fontSize4) / 4);
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }
        .button-no-vertical-padding .loading:not(:required):after {
            font-size: calc(var(--fontSize5) / 4);
        }
    .loading.absoluteloader {
        margin: 0 1vw;
        position: absolute;
        right: 4px;
        top: 50%;
    }
/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes horizontal {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    6% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0)
    }

    12% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    18% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0)
    }

    

    100%,24% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

/*checkboxes*/


[type="radio"]:checked, [type="checkbox"]:checked,
[type="radio"]:not(:checked), [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type='radio']:focus + label {
    outline: -webkit-focus-ring-color solid 2px;
}

[type='checkbox']:focus + label {
    outline: -webkit-focus-ring-color solid 2px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: black;
}

    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 2px solid var(--ptRed);
        border-radius: 100%;
        background: #fff;
    }

    [type="checkbox"]:checked + label:before,
    [type="checkbox"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.2em;
        width: 18px;
        height: 18px;
        border: 2px solid var(--ptRed);
        background: #fff;
    }


    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: var(--ptRed);
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 100%;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
       /* filter: brightness(0%);*/
    }


    [type="checkbox"]:checked + label:after,
    [type="checkbox"]:not(:checked) + label:after {
        content: "\2714";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0.3em;
        left: 5px;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        /* color: black; */        
    }


    [type="radio"]:not(:checked) + label:after,
    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="radio"]:checked + label:after,
    [type="checkbox"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

/* Error icons and tooltips*/
.errIcon {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: relative;
    margin-left: 1vw;
    float: right;
}

.errIcon::before {
    content: attr(data-errormsg); /* here's the magic */
    position: absolute;
    /* vertically center */
    top: 150%;
    transform: translateX(-50%);
    /* move to right */
    left: 50%;
    /* and add a small left margin */
    /* basic styles */
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: var(--fineprintFontSize);
    font-family: var(--fineprintFontFamily);
    display: none; /* hide by default */
    z-index: 999;
}

.errIcon:hover:before {
    display: block;
}


/*input[type=checkbox] {
    display: none;
}


    input[type=checkbox] + label:before {
        content: "\2714";
        border: var(--greyLine);
        display: inline-block;
        width: 1em;
        height: 1em;
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        margin-right: 0.5em;
        vertical-align: middle;
        color: transparent;
        transition: .2s;
    }

    input[type=checkbox] + label:active:before {
        transform: scale(0);
    }

    input[type=checkbox]:checked + label:before {
        background-color: var(--ptRed);
        border-color: var(--ptRed);
        color: #fff;
    }

    input[type=checkbox]:disabled + label:before {
        transform: scale(1);
        border-color: #aaa;
    }

    input[type=checkbox]:checked:disabled + label:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb;
    }*/

.hash-link {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.right-button-align {
    display: flex;
    justify-content: flex-end;
    margin-top: 2vw;
    align-items: center;
}

.right-button-align .animated-button {
    margin:0;
}

@media(max-width:650px) {

  html footer .sticky-donate {
        display:none;
    }


    .hash-link {
        top: -80px;
    }
}

.floatingInputWrapper {
    position: relative;
    text-align: center;
    margin: .5vw auto 0.5vw auto;
    width: 100%;
}
    .floatingInputWrapper input.floatedInput {
        font-size: 1em;
        padding-left: 0.5em;
        padding-top: 1.25em;
        padding-bottom: .25em;
        box-sizing: border-box;
        margin: 0;
        /*max-width: 250px;*/
        display: inline-block;
    }
.floatingInputWrapper label {
    transition: top .2s, left .2s;
    user-select:none;
    pointer-events: none;
}
.floatingInputWrapper label {
    position: absolute;
}

.floatingInputWrapper input.floatedInput:placeholder-shown + label {
    position: absolute;
    top: 1em;
    /*left: calc(50% - 125px + 1em);*/
    left: 0.6em;
    color: #666666;
    font-size: 1em;
}

.floatingInputWrapper input.floatedInput:not(:placeholder-shown) + label {
    top: .25em;
    left: .375em;
    /*left: calc(50% - 125px + .375em);*/
    left: 0.35em;
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
}





.visually-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/**
 * When the native `<dialog>` element is supported, the overlay is implied and
 * can be styled with `::backdrop`, which means the DOM one should be removed.
 *
 * The `data-a11y-dialog-native` attribute is set by the script when the
 * `<dialog>` element is properly supported.
 *
 * Feel free to replace `:first-child` with the overlay selector you prefer.
 */
[data-a11y-dialog-native] > :first-child {
    display: none;
}

/**
 * When the `<dialog>` element is not supported, its default display is `inline`
 * which can cause layout issues. This makes sure the dialog is correctly
 * displayed when open.
 */
dialog[open] {
    display: block;
}
.dialog[aria-hidden="true"] {
    display: none;
}
/**
 * When the native `<dialog>` element is not supported, the script toggles the
 * `aria-hidden` attribute on the container. If `aria-hidden` is set to `true`,
 * the container should be hidden entirely.
 *
 * Feel free to replace `.dialog-container` with the container selector you
 * prefer.
 */
.dialog-container[aria-hidden='true'] {
    display: none;
}

.pubEv {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.dialog-overlay {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.66);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.66);
}

.modal-photo-elm {
    display:none;
}

.dialog-content {
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}


@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes appear {
    from {
        transform: translate(-50%, -40%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.dialog:not([aria-hidden='true']) > .dialog-overlay {
    animation: fade-in 200ms 1 both;
}

.dialog:not([aria-hidden='true']) > .dialog-content {
    animation: appear 400ms 150ms 1 both;
}

.dialog-content {
    max-width: 90%;
    /*width:90%;*/
    /*width: 600px;*/    
    padding: 0;
    background: transparent;
    border: none;

}
.modal-container {
  /*  max-height: calc(95vh - var(--fontSize1));*/ /*Gotta leave room for the close button*/
    overflow-y: auto;
    hyphens: auto;
}

dialog::backdrop {
    /*background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.3) 20px );*/
    background: rgba(0,0,0,.9);
    
}


.dialog-overlay {
    background-color: rgba(43, 46, 56, 0.9);
    
}

.dialog h1#dialog-title {
    margin: 0;
    font-size: 1.25em;
    background: linear-gradient(180deg, transparent, black);
    color: white;
    padding: 1vw;
    margin-top: -5px;
}

.dialog-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.25em;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    cursor: pointer;
    transition: 0.15s;
}

.jumbotron-holder-margin {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    display:block;
}

.no-brightness {
    filter:initial;
}

/*beacon styling*/
/*.elGmNk {
    color:var(--ptRed) !important;
}*/

@media(max-width:650px) {
    .dialog-content {
        width: 90%;
    }
}


@media screen and (min-width: 700px) {
    .dialog-close {
        top: 1em;
        right: 1em;
    }
}





.fa-info-circle {
    color: var(--ptRed);
    font-size: 20px;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
    cursor: pointer;
    margin-right: 1vw;
}

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none; /* opinion 2 */
        font-size: var(--pFontSize); /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent; /* opinion 4 */
        z-index: 1001; /* absurdity 1 */
    }

    [tooltip]::after {
        content: attr(tooltip); /* magic! */
        /* most of the rest of this is opinion */
        font-family: 'Archivo Narrow Regular', sans-serif;
        text-align: center;
        /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
       
        /*max-width: 21em;*/
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #333;
        color: #fff;
        z-index: 1000; /* absurdity 2 */
    }

    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}




