html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: #4a4a4a;
}

body {
    position: relative;
}
* {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
:not(svg),
:not(foreignObject)>svg {
    -webkit-transform-origin: 0px 0px 0px;
    -ms-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px;
}
#page_wrapper, 
.header {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}
.active #page_wrapper,
.active .header {
    opacity: 1;
}
#page_wrapper {
    height: 100%;
    width: 100%;
    /*
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    */  
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.page {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    z-index: 2;
    position: relative;
}
#main {
    background: #fff;
    position: relative;
    z-index: 2;
}
/* Breadcrumb */

#breadcrumb {
    background-color: #f3f7f8;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transform: translate3d(0, -101%, 0);
    transform: translate3d(0, -101%, 0);
    -webkit-transition: -webkit-transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: -webkit-transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1), -webkit-transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    position: fixed;
    width: 100%;
    left: 0;
    visibility: hidden;
}

.secondary #breadcrumb {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: -webkit-transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1), -webkit-transform .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    visibility: visible;
}

#breadcrumb span {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0.25em 0.5em 0.25em 0;
    white-space: nowrap;
    margin-right: 0.5em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


#breadcrumb span.breadcrumb_title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.breadcrumb_title {
    color: #002047;
    font-size: 13px;
    letter-spacing: .12em;
}

.breadcrumb_back {
    cursor: pointer;
}

.breadcrumb_back:before {
    font-family: 'icons';
    content: "\e922";
    font-size: 1.25em;
    line-height: 1.25em;
    color: #003b70;
}

.text_block {
    width: 100%;
}
.button, button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: calc(21.6763px + .57803vw); 
    border: 1px solid transparent;
    outline: none;
    background: transparent;
    color: #000;
    font-family: 'nexaheavy';
    font-weight: normal;
} 
.button--red {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #b21e27;
    border: 1px solid transparent;
    color: #000;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    max-height: 60px;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
.button--red:hover,
.button--red:focus {
    background-color: #e51e2a;
    border-color: transparent;
    color: #fff;
}
.section_heading {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.section_heading h2 {
    color: #002047;
    font-family: 'nexaheavy';
    font-weight: normal;
    margin: 0;
}
.section_heading p {
    font-size: calc(16.67052px + .23121vw);
    color: #000;
}
#banner {
    background-image: url(../img/2022_patriot_party-22.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 50vh;*/
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#banner:after {
    content: '';
    background: -o-linear-gradient(315deg, #003b70, #001f48);
    background: linear-gradient(135deg, #003b70, #001f48);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
#banner_aspect {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 46.25%;
    z-index: 2;
    max-height: 75vh;
}
#banner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
}
#banner_caption {
    padding: 0 2rem;
}
#banner_content h1 {
    font-size: calc(18.38728px + 3.23699vw);
    line-height: calc(19.06358px + 3.81503vw);
    font-family: 'nexaheavy';
    text-align: center;
}
#banner_content h2 {
    font-size: calc(18.38728px + 2.23699vw);
    line-height: calc(19.06358px + 2.81503vw);
    font-family: 'nexaheavy';
    text-align: center;
    text-transform: uppercase;
    max-width: calc(60rem + 2vw);
    margin: 0 auto 1rem auto;
    text-shadow: 3px 3px 0 rgba(0, 64, 130, 0.5);
}
#banner_content h3 {
    font-size: calc(10.38728px + 1.23699vw);
    line-height: calc(14.06358px + 1.81503vw);
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    max-width: calc(50rem + 2vw);
    margin: 0 auto;
    text-shadow: 3px 3px 0 rgba(0, 64, 130, 0.5);
}
#banner_video,
#banner_imgv {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 46.25%;
    width: 100%;
    /*background-image: url(../assets/og-default.jpg);*/
    background-image: url(../video/WereNotEverbody_2.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner_video:after,
#banner_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*
    background-color: rgba(0, 59, 112, .85);
    background-color: rgba(0, 132, 194, .5);
    background: #00caf1;
    background: -webkit-linear-gradient(45deg, #00caf1 0%,#0069aa 36%,#004082 100%);
    background: linear-gradient(45deg, #00caf1 0%,#0069aa 36%,#004082 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00caf1', endColorstr='#004082',GradientType=1 );
    opacity: 0.5;*/
}

#banner_video video,
#bannerPlayer {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    /*max-width: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
/*
.banner_video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: #00caf1;
    background: -o-linear-gradient(left, #00caf1 0%,#0069aa 36%,#004082 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00caf1),color-stop(36%, #0069aa),to(#004082));
    background: linear-gradient(to right, #00caf1 0%,#0069aa 36%,#004082 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00caf1', endColorstr='#004082',GradientType=1 );
    background: -o-linear-gradient(315deg, #003b70, #001f48);
    background: linear-gradient(135deg, #003b70, #001f48);
    opacity: 0.75;
}
*/
#connect {
    padding: 0 0 3rem 0;
    position: relative;
    z-index: 9;
    margin: -3rem 0 0 0;
}
@media screen and (max-width:767px){
    #connect {
        padding: 3rem 0;
        margin: 0;
    }
}
#events {
    padding: 3rem 0;
    background-color: #fff;
}
.blue_gradient_stars_bg, 
#this_or_that {
    padding: 3rem 0;
    position: relative;
    background: -o-linear-gradient(315deg, #003b70, #001f48);
    background: linear-gradient(135deg, #003b70, #001f48);
}
.blue_gradient_stars_bg:after,
#this_or_that:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../assets/bg-stars-wide-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blue_gradient_stars_bg .container,
#this_or_that .container {
    position: relative;
    z-index: 2;
}
.blue_gradient_stars_bg .section_heading h2, 
.blue_gradient_stars_bg .section_heading h3, 
.blue_gradient_stars_bg .section_heading p,
#this_or_that .section_heading h2,
#this_or_that .section_heading p {
    color: #fff;
}
#entry {
    padding: 3rem 0;
    background: #fff;
}
#nextsteps {
    padding: 3rem 0 1rem 0;
}
.step_card {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: -o-linear-gradient(315deg, #003b70, #001f48);
    background: linear-gradient(135deg, #003b70, #001f48);
    color: #fff;
    padding: 1rem;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.step_card h3 {
    color: #fff;
    font-family: 'nexaheavy';
    font-weight: normal;
    margin: 0 0 1rem 0;
    font-size: calc(14.01156px + .69364vw);
}

#events .action_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 2rem 0;
}
#events article {
    border-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 100%;
}
#events .article_content {
    background: -o-linear-gradient(315deg, #003b70, #001f48);
    background: linear-gradient(135deg, #003b70, #001f48);
    background-color: #b21e27;
    color: #fff;
    padding-left: calc(23.3526px + 1.15607vw);
    padding-right: calc(23.3526px + 1.15607vw);
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
}
#events .article_content h3 {
    color: #fff;
    font-size: calc(14.01156px + .69364vw);
    font-family: 'nexaheavy';
    margin: 1rem 0;
}
#events .article_content a {
    color: #fff;
    text-decoration: none;
    margin: auto 0 0 0;
}
.article_header .aspect {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.article_header .aspect .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.article_category {
    color: #80c2ff;
    text-transform: uppercase;
    font-family: 'nexaheavy';
    font-size: 0.925rem;
    margin: 0;
}
.event_date {
    border-top: 1px solid #80c2ff;
    margin: 0 0 0.5rem 0;
    padding: 1rem 0 0 0;
}
.event_date
.event_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.event_date:before,
.event_time:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 1rem;
    opacity: 0.75;
    color: #80c2ff;
}
.event_date:before {
    content: '\e908';
}
.event_time:before {
    content: '\ea03';
}
.event_time {
    border-bottom: 1px solid #80c2ff;
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
}
.date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: calc(23.3526px + 1.15607vw);
    padding-right: calc(23.3526px + 1.15607vw);
    padding-top: 1rem;
    padding-bottom: 0;
    background: #003b70;
    color: #fff;
    font-family: 'nexaheavy';
    text-transform: uppercase;
    margin: 0 0 -1px 0;
    z-index: 2;
}
.date .month {
    padding-right: 0.5rem;
}

@media screen and (max-width:639px){
    #banner_video, #banner_img, #banner_aspect {
        padding-bottom: 62.5%;
    }
}
@media screen and (max-width:479px){
    #banner_caption {
        padding: 0 1rem;
    }
    #banner_video, #banner_img, #banner_aspect {
        padding-bottom: 75%;
    }
    #banner_video video {
        top: 75%;
    }
    #banner_content h2 {
        font-size: calc(19.38728px + 1.23699vw);
        line-height: calc(19.06358px + 1.81503vw);
    }
    #banner_content h3 {
        font-size: calc(8.38728px + 1.23699vw);
        line-height: calc(8.38728px + 1.81503vw);
    }
}


#mobile-navigation {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    background-color: #f2f2f2;
    color: #4a4a4a;
    visibility: hidden;
    -webkit-transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.navigation-open #mobile-navigation {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    z-index: 2;
}

#mobile-navigation nav.main-navigation a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.125rem;
}

#mobile-navigation nav.main-navigation a:after {
    font-family: 'icons';
    content: "\e92b";
    float: right;
    width: 3em;
    display: block;
    text-align: center;
    font-weight: normal;
}

#mobile-navigation nav.main-navigation a:hover {
    color: #fff;
    background-color: #646469;
}

.column_group.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.link_item {
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            border-radius: 12px;
            background: #fff;
            color: #003b70;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 1rem 0;
}
.link_item a {
    width: 100%;
    margin: auto auto 0 auto;
    text-decoration: none;
}
.link_item .item_label {
    color: #003b70;
    font-family: 'nexaheavy';
    font-size: calc(14.01156px + .69364vw);
    margin: 0 0 2rem 0;
}

.button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'nexaheavy';
    font-weight: normal;
    padding: 0.75em 1.5em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #b21e27;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-appearance:none;
         appearance:none;
    -webkit-appearance:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
    font-size: 1rem;
}

#banner .button {
    margin: 2rem auto 0 auto;
    cursor: pointer;
    display: table;
}

.button.hasArrow {
    padding: 1em 1.5em 1em 2em;
}

.button span {
    z-index: 2;
}

.button span.label {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.button span.arrow {
    display: inline-block;
    width: 2em;
    position: relative;
}

.button span.arrow:after {
    position: relative;
    font-family: 'icons';
    font-size: 1em;
    line-height: 1em;
    display: block;
    content: "\e92b";
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    right: 0;
    margin: 0;
}

.button:hover span.arrow:after {
    content: "\e92b";
    margin-right: -0.5em;
}

.button.button-white {
    background: transparent;
    padding: 0;
    border: none;
}
.button.button-white span[tabindex="-1"] {
    background: #fff;
    color: #003b70;
    border: 2px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    border-radius: calc(21.6763px + .57803vw);
    padding: 1rem 1.5rem;
    line-height: 1em;
    width: 100%;
    min-width: 200px;
}
.button.button-white:hover span[tabindex="-1"],
.button.button-white:focus span[tabindex="-1"] {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.button.button-red,
.button.button--red {
    border: 1px solid transparent;
    background-color: #b21e27;
    color: #fff;
    border-radius: calc(21.6763px + .57803vw);
    padding: 1rem 1.5rem;
    min-width: 200px;
}
.button.button-red:hover,
.button.button--red:hover {
    border: 1px solid transparent;
    background-color: #e51e2a;
}
#playlist_section .button {
    margin: 0 auto;
}

/* Secondary Panel */

#secondary {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(36,153,208);
    background: -o-linear-gradient(45deg, rgba(36,153,208,1) 0%,rgba(13,77,128,1) 70%);
    background: linear-gradient(45deg, rgba(36,153,208,1) 0%,rgba(13,77,128,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2499d0', endColorstr='#0d4d80',GradientType=1 );
    z-index: 3;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}

#secondary_page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .75s .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .75s .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .75s .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#secondary_page .page_content {
    padding: 4em 0 2em 0;
}

.secondary #secondary_page {
    -webkit-transition: all .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .75s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.secondary #secondary,
.secondary #secondary_page {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

figure.standalone {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

figure.standalone .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

figure.standalone .image.starbucks {
    background-image: url(../img/starbucks.jpg);
}
figure.standalone .image.chickfila {
    padding-bottom: 56.25%;
}
figure.standalone .image.chickfila {
    background-image: url(../inc/content/chickfila_quiz/chickfila.jpg);
}
figure.standalone .image.emojigame {
    padding-bottom: 56.25%;
}
figure.standalone .image.emojigame {
    background-image: url(../inc/content/emoji_game/emojigame.jpg);
}

figure.standalone img {
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
}
figure.standalone .image.patriotpride {
    padding-bottom: 75%;
    background-image: url(../img/2023_ol_leaders_marketing-103.png);
}

/* Loader */

.spinner {
    font-size: 0.825em;
    width: 5em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: none;
}

.secondary .spinner {
    display: inline-block;
}

.spinner>div {
    width: 1em;
    height: 1em;
    margin: 0 0.25em;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.modal_open #modal {
    visibility: visible;
    opacity: 1;
}

#modal_window {
    width: 90%;
    max-width: 720px;
    height: auto;
    max-height: 90%;
    overflow: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#modal_header {
    width: 100%;
    padding: 0.5em 0 1em 0;
    z-index: 2;
}

.modal_close {
    font-size: 1.25em;
    line-height: 2em;
    display: block;
    height: 2em;
    width: 2em;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 0 auto;
    cursor: pointer;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modal_close:hover {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    background: #fff;
    color: #262626;
}

.modal_close:after {
    font-family: 'icons';
    content: "\ea2a";
}

#modal_content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    width: 100%;
    max-height: 100%;
}

.modal_page {
    padding: 3.5em 1em 1em;
}

.hasVideo .modal_page {
    padding: 0;
}

.modal_open #modal_window {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.vid-limiter {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.flex-video {
    position: relative;
    padding-top: 0;
    padding-bottom: 67.5%;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-frame {
    position: relative;
    padding-top: 25px;
    padding-bottom: 87.5%;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.flex-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

.placeholder:after {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    content: 'The archive video is not yet available. Please check back soon.'
}

.text-element {
    display: block;
    width: 100%;
}

/* Emoji Finder */
#emojis {
    padding-top: 1em;
    padding-bottom: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.emoji_finder {
    position: relative;
    width: 100%;
    max-width: 360px;
    overflow: hidden;
    margin: 1rem auto;
    padding: 5px;
    background: rgb(36,153,208);
    background: -o-linear-gradient(45deg, rgba(36,153,208,1) 0%,rgba(13,77,128,1) 70%);
    background: linear-gradient(45deg, rgba(36,153,208,1) 0%,rgba(13,77,128,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2499d0', endColorstr='#0d4d80',GradientType=1 );
}
.emoji_finder .pyro {
    z-index: 9;
    height: 50%;
    top: 50%;
}
.emoji_finder:hover, .emoji_finder.hovered {
    cursor: url(../inc/content/emoji_game/emoji_finder/magnifying_glass_48.png), auto;
}
.emoji_image {
    width: 100%;
    padding-bottom: 177.75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.emoji_finder.completed .emoji_image {
    opacity: 0.25;
}
#emoji_finder_1 .emoji_image {
    background-image: url(../inc/content/emoji_game/emoji_finder/emoji_game-01.jpg);
}
#emoji_finder_2 .emoji_image {
    background-image: url(../inc/content/emoji_game/emoji_finder/Emoji_Photos-02.jpg);
}
#emoji_finder_3 .emoji_image {
    background-image: url(../inc/content/emoji_game/emoji_finder/emoji_game-02.jpg);
}
#emoji_finder_4 .emoji_image {
    background-image: url(../inc/content/emoji_game/emoji_finder/emoji_game-03.jpg);
}
#emoji_finder_5 .emoji_image {
    background-image: url(../inc/content/emoji_game/emoji_finder/Emoji_Photos-05.jpg);
} 
#emoji_finder_6 .emoji_image {
    background-image: url(../inc/content/emoji_game/emoji_finder/emoji_game-04.jpg);
}
#emoji_finder_7 .emoji_image {
    background-image: url(../inc/content/emoji_game/emoji_finder/emoji_game-05.jpg);
}

.emoji_icon {
    display: block;
    height: 3em;
    width: 3em;
    position: absolute;
    z-index: 1;
}
.emoji_icon span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.75);
}
#emoji_finder_1 .emoji_icon.emoji_icon_1 {
    top: 76%;
    left: 22%;
}
#emoji_finder_1 .emoji_icon.emoji_icon_2 {
    top: 84%;
    left: 81%;
}
#emoji_finder_1 .emoji_icon.emoji_icon_3 {
    top: 13%;
    left: 21%;
}
#emoji_finder_1 .emoji_icon.emoji_icon_4 {
    top: 55%;
    left: 20%;
}
#emoji_finder_1 .emoji_icon.emoji_icon_5 {
    top: 11%;
    left: 74%;
}
#emoji_finder_2 .emoji_icon.emoji_icon_1 {
    top: 71%;
    left: 6%;
}
#emoji_finder_2 .emoji_icon.emoji_icon_2 {
    top: 46%;
    left: 29%;
}
#emoji_finder_2 .emoji_icon.emoji_icon_3 {
    top: 15%;
    left: 64%;
}
#emoji_finder_2 .emoji_icon.emoji_icon_4 {
    top: 24%;
    left: 78%;
}
#emoji_finder_2 .emoji_icon.emoji_icon_5 {
    top: 34%;
    left: 68%;
}
#emoji_finder_3 .emoji_icon.emoji_icon_1 {
    top: 82%;
    left: 8%;
}
#emoji_finder_3 .emoji_icon.emoji_icon_2 {
    top: 83%;
    left: 80%;
    -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
}
#emoji_finder_3 .emoji_icon.emoji_icon_3 {
    top: 10%;
    left: 13%;
}
#emoji_finder_3 .emoji_icon.emoji_icon_4 {
    top: 63%;
    left: 5%;
}
#emoji_finder_3 .emoji_icon.emoji_icon_5 {
    top: 68%;
    left: 63%;
}

#emoji_finder_4 .emoji_icon.emoji_icon_1 {
    top: 25%;
    left: 9%;
}
#emoji_finder_4 .emoji_icon.emoji_icon_2 {
    top: 85%;
    left: 63%;
}
#emoji_finder_4 .emoji_icon.emoji_icon_3 {
    top: 62%;
    left: 20%;
}
#emoji_finder_4 .emoji_icon.emoji_icon_4 {
    top: 14%;
    left: 72%;
}
#emoji_finder_4 .emoji_icon.emoji_icon_5 {
    top: 40%;
    left: 1%;
}


#emoji_finder_5 .emoji_icon.emoji_icon_1 {
    top: 10%;
    left: 16%;
}
#emoji_finder_5 .emoji_icon.emoji_icon_2 {
    top: 1%;
    left: 50%;
}
#emoji_finder_5 .emoji_icon.emoji_icon_3 {
    top: 69%;
    left: 43%;
}
#emoji_finder_5 .emoji_icon.emoji_icon_4 {
    top: 37%;
    left: 52%;
}
#emoji_finder_5 .emoji_icon.emoji_icon_5 {
    top: 42%;
    left: 2%;
}

#emoji_finder_6 .emoji_icon.emoji_icon_1 {
    top: 42%;
    left: 9%;
}
#emoji_finder_6 .emoji_icon.emoji_icon_2 {
    top: 53%;
    left: 66%;
}
#emoji_finder_6 .emoji_icon.emoji_icon_3 {
    top: 75%;
    left: 16%;
}
#emoji_finder_6 .emoji_icon.emoji_icon_4 {
    top: 20%;
    left: 31%;
}
#emoji_finder_6 .emoji_icon.emoji_icon_5 {
    top: 9%;
    left: 76%;
}

#emoji_finder_7 .emoji_icon.emoji_icon_1 {
    top: 3%;
    left: 5%;
}
#emoji_finder_7 .emoji_icon.emoji_icon_2 {
    top: 53%;
    left: 82%;
}
#emoji_finder_7 .emoji_icon.emoji_icon_3 {
    top: 55%;
    left: 3%;
}
#emoji_finder_7 .emoji_icon.emoji_icon_4 {
    top: 71%;
    left: 2%;
}
#emoji_finder_7 .emoji_icon.emoji_icon_5 {
    top: 85%;
    left: 58%;
}
#emoji_finder_1 .emoji_icon.emoji_icon_1 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/star-struck.png);
}
#emoji_finder_1 .emoji_icon.emoji_icon_2 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/pretzel.png);
}
#emoji_finder_1 .emoji_icon.emoji_icon_3 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/bell.png);
}
#emoji_finder_1 .emoji_icon.emoji_icon_4 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/handbag.png);
}
#emoji_finder_1 .emoji_icon.emoji_icon_5 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/eagle.png);
}

#emoji_finder_2 .emoji_icon.emoji_icon_1 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/boxing-glove.png);
}
#emoji_finder_2 .emoji_icon.emoji_icon_2 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/cooked-rice.png);
}
#emoji_finder_2 .emoji_icon.emoji_icon_3 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/door.png);
}
#emoji_finder_2 .emoji_icon.emoji_icon_4 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/deciduous-tree.png);
}
#emoji_finder_2 .emoji_icon.emoji_icon_5 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/roasted-sweet-potato.png);
}

#emoji_finder_3 .emoji_icon.emoji_icon_1 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/hot-pepper.png);
}
#emoji_finder_3 .emoji_icon.emoji_icon_2 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/fork-and-knife.png);
}
#emoji_finder_3 .emoji_icon.emoji_icon_3 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/parachute.png);
}
#emoji_finder_3 .emoji_icon.emoji_icon_4 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/snail.png);
}
#emoji_finder_3 .emoji_icon.emoji_icon_5 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/graduation-cap.png);
}

#emoji_finder_4 .emoji_icon.emoji_icon_1 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/cloud-with-rain.png)
}
#emoji_finder_4 .emoji_icon.emoji_icon_2 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/paw-prints.png)
}
#emoji_finder_4 .emoji_icon.emoji_icon_3 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/ant.png);
}
#emoji_finder_4 .emoji_icon.emoji_icon_4 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/butterfly.png);
}
#emoji_finder_4 .emoji_icon.emoji_icon_5 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/billed-cap.png);
}


#emoji_finder_5 .emoji_icon.emoji_icon_1 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/pig.png);
}
#emoji_finder_5 .emoji_icon.emoji_icon_2 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/timer-clock.png);
}
#emoji_finder_5 .emoji_icon.emoji_icon_3 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/heart.png);
}
#emoji_finder_5 .emoji_icon.emoji_icon_4 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/snowflake.png);
}
#emoji_finder_5 .emoji_icon.emoji_icon_5 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/smiling-face-with-horns.png);
}

#emoji_finder_6 .emoji_icon.emoji_icon_1 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/puzzle-piece.png);
}
#emoji_finder_6 .emoji_icon.emoji_icon_2 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/yellow-ribbon.png);
}
#emoji_finder_6 .emoji_icon.emoji_icon_3 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/herb.png);
}
#emoji_finder_6 .emoji_icon.emoji_icon_4 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/taco.png);
}
#emoji_finder_6 .emoji_icon.emoji_icon_5 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/maple-leaf.png);
}

#emoji_finder_7 .emoji_icon.emoji_icon_1 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/disk.png);
}
#emoji_finder_7 .emoji_icon.emoji_icon_2 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/basketball.png);
}
#emoji_finder_7 .emoji_icon.emoji_icon_3 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/person-tipping-hand.png);
}
#emoji_finder_7 .emoji_icon.emoji_icon_4 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/kite.png);
}
#emoji_finder_7 .emoji_icon.emoji_icon_5 span {
    background-image: url(../inc/content/emoji_game/emoji_finder/video-game.png);
}
.emoji_icon:hover span {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.emoji_icon.found span {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.emoji_counter {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 0.5rem;
    background: rgba(169,0,0,0.7);
    color: #fff;
}
/*Pryo*/

.pyro {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.pyro>.before,
.pyro>.after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro>.after {
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
    to {
        -webkit-box-shadow: -118px -157.66667px #0055ff, -209px -53.66667px #ff7b00, -149px -231.66667px #ff8000, -55px -256.66667px #b3ff00, -76px -124.66667px #0095ff, 210px -325.66667px #ff0015, -220px -83.66667px #bbff00, 25px -413.66667px #00ff09, -238px -354.66667px #99ff00, 244px -72.66667px #ffd000, -190px -194.66667px #ff2200, 116px -46.66667px #0015ff, -93px -60.66667px #ff6a00, 240px -126.66667px #00ff26, -206px 4.33333px #ff00e6, 190px 48.33333px #00ffc8, 98px -50.66667px #ff0077, 168px -389.66667px #ff0033, -219px -247.66667px #00fff7, -84px 33.33333px #6aff00, 61px -244.66667px #66ff00, 190px -123.66667px #ff0095, 199px -240.66667px #00ff99, 186px -177.66667px #0004ff, -158px 35.33333px #00ff6a, 168px -269.66667px #00bbff, -56px -293.66667px #0048ff, 59px 64.33333px #8800ff, -119px -260.66667px #ff00f7, -200px 79.33333px #0033ff, 228px -24.66667px #1e00ff, 82px -181.66667px #001eff, 151px -282.66667px #ff6a00, 223px -157.66667px #26ff00, -64px 43.33333px #ff009d, 55px -220.66667px deepskyblue, -229px -19.66667px #3c00ff, 20px -378.66667px #00aaff, 106px 9.33333px #aaff00, -122px -273.66667px #ff00a6, -202px -371.66667px #00ff4d, 39px -272.66667px #0dff00, -151px -241.66667px #15ff00, 163px -222.66667px #2f00ff, -74px -297.66667px #ff0062, 250px -249.66667px #00ffb3, 67px -113.66667px #ff00f7, -111px 31.33333px #00a6ff, -204px 48.33333px #ffea00, -243px -328.66667px #00ffd0, 3px -372.66667px #00ffae;
        box-shadow: -118px -157.66667px #0055ff, -209px -53.66667px #ff7b00, -149px -231.66667px #ff8000, -55px -256.66667px #b3ff00, -76px -124.66667px #0095ff, 210px -325.66667px #ff0015, -220px -83.66667px #bbff00, 25px -413.66667px #00ff09, -238px -354.66667px #99ff00, 244px -72.66667px #ffd000, -190px -194.66667px #ff2200, 116px -46.66667px #0015ff, -93px -60.66667px #ff6a00, 240px -126.66667px #00ff26, -206px 4.33333px #ff00e6, 190px 48.33333px #00ffc8, 98px -50.66667px #ff0077, 168px -389.66667px #ff0033, -219px -247.66667px #00fff7, -84px 33.33333px #6aff00, 61px -244.66667px #66ff00, 190px -123.66667px #ff0095, 199px -240.66667px #00ff99, 186px -177.66667px #0004ff, -158px 35.33333px #00ff6a, 168px -269.66667px #00bbff, -56px -293.66667px #0048ff, 59px 64.33333px #8800ff, -119px -260.66667px #ff00f7, -200px 79.33333px #0033ff, 228px -24.66667px #1e00ff, 82px -181.66667px #001eff, 151px -282.66667px #ff6a00, 223px -157.66667px #26ff00, -64px 43.33333px #ff009d, 55px -220.66667px deepskyblue, -229px -19.66667px #3c00ff, 20px -378.66667px #00aaff, 106px 9.33333px #aaff00, -122px -273.66667px #ff00a6, -202px -371.66667px #00ff4d, 39px -272.66667px #0dff00, -151px -241.66667px #15ff00, 163px -222.66667px #2f00ff, -74px -297.66667px #ff0062, 250px -249.66667px #00ffb3, 67px -113.66667px #ff00f7, -111px 31.33333px #00a6ff, -204px 48.33333px #ffea00, -243px -328.66667px #00ffd0, 3px -372.66667px #00ffae;
    }
}

@keyframes bang {
    to {
        -webkit-box-shadow: -118px -157.66667px #0055ff, -209px -53.66667px #ff7b00, -149px -231.66667px #ff8000, -55px -256.66667px #b3ff00, -76px -124.66667px #0095ff, 210px -325.66667px #ff0015, -220px -83.66667px #bbff00, 25px -413.66667px #00ff09, -238px -354.66667px #99ff00, 244px -72.66667px #ffd000, -190px -194.66667px #ff2200, 116px -46.66667px #0015ff, -93px -60.66667px #ff6a00, 240px -126.66667px #00ff26, -206px 4.33333px #ff00e6, 190px 48.33333px #00ffc8, 98px -50.66667px #ff0077, 168px -389.66667px #ff0033, -219px -247.66667px #00fff7, -84px 33.33333px #6aff00, 61px -244.66667px #66ff00, 190px -123.66667px #ff0095, 199px -240.66667px #00ff99, 186px -177.66667px #0004ff, -158px 35.33333px #00ff6a, 168px -269.66667px #00bbff, -56px -293.66667px #0048ff, 59px 64.33333px #8800ff, -119px -260.66667px #ff00f7, -200px 79.33333px #0033ff, 228px -24.66667px #1e00ff, 82px -181.66667px #001eff, 151px -282.66667px #ff6a00, 223px -157.66667px #26ff00, -64px 43.33333px #ff009d, 55px -220.66667px deepskyblue, -229px -19.66667px #3c00ff, 20px -378.66667px #00aaff, 106px 9.33333px #aaff00, -122px -273.66667px #ff00a6, -202px -371.66667px #00ff4d, 39px -272.66667px #0dff00, -151px -241.66667px #15ff00, 163px -222.66667px #2f00ff, -74px -297.66667px #ff0062, 250px -249.66667px #00ffb3, 67px -113.66667px #ff00f7, -111px 31.33333px #00a6ff, -204px 48.33333px #ffea00, -243px -328.66667px #00ffd0, 3px -372.66667px #00ffae;
        box-shadow: -118px -157.66667px #0055ff, -209px -53.66667px #ff7b00, -149px -231.66667px #ff8000, -55px -256.66667px #b3ff00, -76px -124.66667px #0095ff, 210px -325.66667px #ff0015, -220px -83.66667px #bbff00, 25px -413.66667px #00ff09, -238px -354.66667px #99ff00, 244px -72.66667px #ffd000, -190px -194.66667px #ff2200, 116px -46.66667px #0015ff, -93px -60.66667px #ff6a00, 240px -126.66667px #00ff26, -206px 4.33333px #ff00e6, 190px 48.33333px #00ffc8, 98px -50.66667px #ff0077, 168px -389.66667px #ff0033, -219px -247.66667px #00fff7, -84px 33.33333px #6aff00, 61px -244.66667px #66ff00, 190px -123.66667px #ff0095, 199px -240.66667px #00ff99, 186px -177.66667px #0004ff, -158px 35.33333px #00ff6a, 168px -269.66667px #00bbff, -56px -293.66667px #0048ff, 59px 64.33333px #8800ff, -119px -260.66667px #ff00f7, -200px 79.33333px #0033ff, 228px -24.66667px #1e00ff, 82px -181.66667px #001eff, 151px -282.66667px #ff6a00, 223px -157.66667px #26ff00, -64px 43.33333px #ff009d, 55px -220.66667px deepskyblue, -229px -19.66667px #3c00ff, 20px -378.66667px #00aaff, 106px 9.33333px #aaff00, -122px -273.66667px #ff00a6, -202px -371.66667px #00ff4d, 39px -272.66667px #0dff00, -151px -241.66667px #15ff00, 163px -222.66667px #2f00ff, -74px -297.66667px #ff0062, 250px -249.66667px #00ffb3, 67px -113.66667px #ff00f7, -111px 31.33333px #00a6ff, -204px 48.33333px #ffea00, -243px -328.66667px #00ffd0, 3px -372.66667px #00ffae;
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

.tint-bg {
    background-color: #f3f7f8;
}
.padded-section {
    padding: 3rem 0;
}
.column.vertical_align_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
}
#nextsteps .column_group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width:767px){
    figure.standalone.left_top {
        margin: 0 0 2rem 0;
    }
}
#info_form figure.standalone {
    margin: 4rem 0 0 0;
}
.form_wrapper {
    background: #fff;
    padding: 2rem 16rem 2rem 2rem;
    border-radius: 12px;
    overflow: hidden;
    margin-right: -14rem;
}
div.form_question {
    text-align: left;
}
.form_question label.form_label {
    color: #23262f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin: 1rem 0 0.25rem 0;
}
div.form_page input[type=password], 
div.form_page input[type=text], 
div.form_page input[type=email], 
div.form_page input[type=tel], 
div.form_page input:not([type]), 
div.form_page select, 
div.form_page textarea {
    background: #edeff0;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #23262f;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    border-radius: calc(21.6763px + .57803vw);
}

.form_question.form_p .form_label {
    font-size: calc(16.67052px + .23121vw);
    color: #000;
    margin: 0 0 2rem 0;
    text-align: center;
}
.form_question.form_p .form_label strong {
    font-size: calc(14.7052px + 2.31214vw);
    line-height: calc(20.36994px + 2.19653vw);
    letter-spacing: calc(-.0578vw + .33237px);
    color: #002047;
    font-family: 'nexaheavy';
    font-weight: normal;
    margin: 0;
    display: block;
}

div[data-required="1"] label:after {
    content: '*';
    color: #b21e27;
}
div.form_header .form_label {
    color: #002047;
    font-family: 'nexaheavy';
    font-weight: normal !important;
    padding: 0 !important;
    margin: 2rem 0 1rem 0;
    font-size: 1.25rem;
    background: transparent !important;
}

.form_responses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.form_responses input {
    border-radius: 3px;
    border: 2px solid #bbb;
    padding: 0.5rem;
    width: 100%;
}
.form_responses select {
    border-radius: 3px;
    border: 2px solid #bbb;
    padding: 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.form_button_submit {
    border-radius: calc(21.6763px + .57803vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    background-color: #b21e27;
    border: 1px solid transparent;
    color: #000;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    max-height: 60px;
    padding: 1rem 1.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    display: table;
    margin: 2rem auto 0 auto;
    min-width: 200px;
    font-family: 'nexaheavy';
    font-weight: normal;
}
.form_button_submit:hover {
    background-color: #e51e2a;
    border-color: transparent;
    color: #fff;
}
@media screen and (max-width:767px){
    .form_wrapper {
        padding: 2rem;
        margin: 0;
    }
    #info_form figure.standalone {
        margin: 2rem 0 0 0;
    }
}
#viewbook {
    padding: 3rem 0;
}
#viewbook .section_heading {
    margin-bottom: 0;
}
#viewbook .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}