@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital@0;1&display=swap');
body.font-sans {
    font-family: 'Open Sans', sans-serif;
    color: #1d1d1b;
}
body:after{
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: url('https://static.voosh.live/8364ab242769f3b3/imgs/nawc_bg.png') center center #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.agendaItem {
    margin: 0.5rem 0;
    border-top: 1px solid #cccccc;
}
.agendaItem .session_subtitle {
}

.agendaDates li {
    margin-right: 2rem;
    font-family: 'Rockwell';
    padding: 2px 5px;
}
.agendaDates li.currentDate {
    background: #e4003b;
    color: #ffffff;
}

.agendaItem .eventDay,
.agendaItem .eventDate,
.session_name {
    font-family: 'Bebas Neue';
}
.session_name {
    font-size: 1.3rem;
}
.agendaItem .eventDay,
.agendaItem .eventDate {
    font-size: 1.2rem;
}
.agendaItem .scheduleAgenda,
.agendaItem .eventDay,
.agendaItem .eventDate {
    text-align: left;
}
.agendaItem .stage_name {
    color: #614495;
    font-size: 0.9rem;

}
.agendaItem .eventDate .eventTimezone {
    font-size: 0.9rem;
}

header #logo {
    background:url("https://static.voosh.live/8364ab242769f3b3/imgs/labour.png") no-repeat top left;
    background-size: contain;
    height:18px;
    width: 100px;
    font-size:0px;
    text-indent:-999px;
    overflow:hidden;
}

header #logo a {
    display:block;
    height:100%;
    width: 100%;
}
@font-face {
    font-family: 'Rockwell Bold';
    src: url("https://static.voosh.live/8364ab242769f3b3/fonts/rockwell/bold.eot");
    src: url("https://static.voosh.live/8364ab242769f3b3/fonts/rockwell/bold.eot?#iefix") format("embedded-opentype"), url("https://static.voosh.live/8364ab242769f3b3/fonts/rockwell/bold.woff") format("woff"), url("https://static.voosh.live/8364ab242769f3b3/fonts/rockwell/bold.woff2") format("woff2"), url("https://static.voosh.live/8364ab242769f3b3/fonts/rockwell/bold.ttf") format("truetype");
}
header {
    background: #e4003b;
    padding-bottom: 0.5rem;
}
.adminTemplate header{
    background: #ffffff;
}

header .container {
    position: relative;
}
header .htmlModule-168,
header .htmlModule-169 {
    display: inline-block;
}
header .htmlModule-169 {
    color: #ffffff;
    font-family: "Bebas Neue";
    font-size: 1.3rem;
}
header .headerNav {
    width: 70%;
    display: inline-block;
    margin: 0 5% 0 5%;
}
@media (max-width: 640px) {
    header .headerNav {
        width: 100%;
        display: inline-block;
        margin: 5% 0;
    }
}
header .headerNav ul {
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
header .htmlModule-168,
header .headerNav ul {
    padding-top: 1.5rem;
}
header .headerNav ul a {
    color: #ffffff;
}
header .bg-current {
    background: #e4003b;
}

.header_artwork {
    background-color: #e20082;
    background-position: bottom right;
    /*    background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_14_sml_masks.png");*/
/*    background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_14_sml.png");*/
    background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_14_new.png");
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding: 1rem 50% 1rem 1rem;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
}
.header_artwork #dates {
    font-size: 2rem;
}
@media (max-width: 768px) {
    .header_artwork {
        padding: 1rem;
        padding-bottom: 270px;
/*        background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_4_sml_masks.png");*/
/*        background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_4_sml.png");*/
        background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_4_new.png");
        background-size: 70% auto;
        background-position: bottom center;
    }
}
h1,
h2,
h3,
.zoomModule p,
.sessionOnDemand .session_timing,
.sessionDetails  .session_timing {
    font-family: 'Rockwell Bold';
    color: #e20082;
}

.tabbed .tabs .current {
    border-bottom: 3px solid #e20082;
}
div.heading {
    border-bottom: 1px solid #6b6b6b;
    padding: 0.5rem 0;
}
.header_artwork h1 {
    line-height: 0.8em;
    font-size: 2rem;
    color: #ffffff;
    border-bottom: none;
}
.header_artwork h1 .red_on_white {
    display: inline-block;
    background-color: #ffffff;
    color: #e20031;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
}

.header_artwork h2 {
    font-size: 4rem;
    padding: 0.75rem 0;
    color: #ffffff;
    border-bottom: none;
}

.header_artwork p {
    text-transform: uppercase;
}
.boundingBox {
    background: #ffffff;
}
.htmlModule-160 {
    margin-bottom: 0;
}

header ul.menuItem,
footer ul.menuItem {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 80px;
}

header ul.menuItem li,
footer ul.menuItem li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}
header ul.menuItem li a,
footer ul.menuItem li a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 1rem 0;
}
footer li#copyright {padding: 1rem 0;}
header,
.subheader { margin-bottom: 1rem; }

.primary-button {
    background: #e20082;
    transition: 0.5s;
    color: #ffffff;
}
.primary-button:hover {
    background: #b843c2;
}


.accordion {
    margin-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
}

.accordion .header {
    line-height: 40px;
    padding: 0 40px 0 8px;
    position: relative;
    cursor: pointer;
    font-size: 1.2em;
}

.accordion .header-icon {
    position: absolute;
    top: 5px;
    right: 8px;
    transform: rotate(0deg);
    transition-duration: 0.3s;
    font-size: 1.5rem;
}

.accordion .body {
    /*   display: none; */
    overflow: hidden;
    border-top: 0;
    transition: 150ms ease-out;
}

.accordion .body-inner {
    padding: 8px;
    overflow-wrap: break-word;
    /*   white-space: pre-wrap; */
}

.accordion .header-icon.rotate {
    transform: rotate(180deg);
    transition-duration: 0.3s;
}

#reciteModule {
    position: fixed;
    left: 0;
    bottom: 60px;
    cursor: pointer;
    background: #2687a7;
    color: #ffffff;
    padding: 10px 50px 10px 20px;
}

#userMenu {
    background: #614495;
    color:#f1e0e0;
    margin: 10px 20px;
}
#userMenu .guestName {
    border-bottom:2px solid white;
}

[id^="page-labour-stage"] > div.container {
    padding-bottom: 320px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
/*    background-image: url(https://static.voosh.live/8364ab242769f3b3/imgs/group_14_sml_masks_1280.png);*/
    background-image: url(https://static.voosh.live/8364ab242769f3b3/imgs/group_14_sml_1280.png);
}
@media (max-width: 640px) {
    [id^="page-labour-stage"] > div.container {
        padding-bottom: 180px;
/*        background-image: url(https://static.voosh.live/8364ab242769f3b3/imgs/group_14_sml_masks.png);*/
/*        background-image: url(https://static.voosh.live/8364ab242769f3b3/imgs/group_14_sml.png);*/
        background-image: url(https://static.voosh.live/8364ab242769f3b3/imgs/group_14_new.png);
    }
}

.debug { display: none; }
.htmlModule-145,
.htmlModule-509{ margin-bottom: 1rem;}

.htmlModule-246 p,
.htmlModule-511 p{ text-align: center; padding: 1rem;}
.htmlModule-246 svg,
.htmlModule-511 svg{ color: #e20082; transition: 0.5s; padding: 1rem;}
.htmlModule-246 a:hover svg,
.htmlModule-511 a:hover svg{ color: #b843c2; padding: 0.5rem; }
.policy_link { border-bottom: 1px solid #e20082;}

ul.showBullets {
    margin-left: 1rem;
}
ul.showBullets li::before {
     content: "\2022";
     color: #e20082;
     font-weight: bold;
     display: inline-block;
     width: 1em;
     margin-left: -1em;
 }
ul.debatePoints li {
    overflow: hidden;
    height: auto;
    border-width: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 0.5em;
    padding: 0.5rem 1rem;
    margin: 0.75rem 0;
    font-family: "Rockwell Bold";
    color: #e20082;
}
ul.debatePoints li input[type="checkbox"] {
    margin-right: 0.5rem;
}
input.toggle-checkbox {
    margin: 0 !important;
}
ul.debatePoints li.slideAway {
    display: none;
}
button svg { margin-right: 1rem;}

.policyDebate .formSection { padding-bottom: 1rem; }
.policyDebate .intro { padding-bottom: 0.5rem;}
.policyDebate .labelText { padding: 0.5rem 0; }
.policyDebate .commentLabel { color: #e20082; }
.policyDebate .existingIntro { padding: 1rem 0 0.5rem 0;}
.policyDebate .existingPoint { font-size: 0.9rem; padding: 0.5rem; border-top: 1px solid #b843c2; }
.policyDebate .existingPoint .title { color: #e20082; padding-bottom: 0.2rem;}
.policyDebate .pill { background: #e20082; color: #ffffff; border-radius: 50%; padding: 0.25rem; min-width: 2rem; text-align: center;}

.policy_debate_questions .questions .name { color: #a0aec0; text-align: right; }

.action-icon { font-size: 2rem; margin: 0.5rem; color: #a0aec0; transition: 0.5s;
    cursor: pointer;
}
.is_pinned svg,
.action-icon:hover { color: #e20082;}
.action-trash { }

.newUserMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ff5b14;
    color: #fff;
    padding: 0.5rem;
}

.-top-0\.5 { top: -0.25rem;}
.-right-0\.5 { right: -0.25rem;}

.directMessage h2 {
    font-family: "Rockwell Bold";
    border-bottom-width: 4px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    padding: 0.25rem;
    font-size: 0.9rem;
}
.directMessage h2.new_message {
    color: #e20082;
    border-color: #e20082;
}
.directMessage h2.read_message {
    color: #d4d1d3;
    border-color: #d4d1d3;
}
.directMessage .content { background: #f6f6f6; padding: 0.5rem;}
.directMessage .label { color: #566ceb; text-transform: uppercase; font-size: 0.8rem; font-weight: bold;}
.directMessage button { width: 100%; text-transform: uppercase; border: 2px solid #e20082; margin-top: 3rem;}
.directMessage button.btn_mark_unread { background: #ffffff; ; color: #e20082;  }

p { padding: 0.25rem 0;}

.bodyContent { margin-bottom: 2rem;}

#page-labour-nawc-party_stand .bodyContent {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 1rem;
}

#page-labour-nawc-party_stand .bodyContent > div {
    grid-column: span 10 / span 10;
}

@media (min-width: 768px) {
    #page-labour-nawc-party_stand .bodyContent .Vimeo293,
    #page-labour-nawc-party_stand .bodyContent .Vimeo299 {
        grid-column: span 5 / span 5;
    }
}

.htmlModule-300 #hashtag,
.htmlModule-512 #hashtag{ margin: 1rem 0 0.5rem 0; color: #614495; font-family: "Rockwell Bold"; font-size: 1.3rem; }
.htmlModule-373 a,
.htmlModule-375 a {
    display: block;
    margin: 5rem auto;
    width: 50%;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: #614495;
    color: #ffffff;
    text-align: center;
    transition: 0.5s;
}
.htmlModule-373 a:hover,
.htmlModule-375 a:hover {
    background: #e20082;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.htmlModule-373 a svg,
.htmlModule-375 a svg{
    margin-left: 1rem;
    font-size: 1.5rem;
}
.zoomModule p { color: #614495; font-size: 1.5rem;}
.socials_all svg { margin: 0.3rem; color: #e20082; }

.newUserMessage .pulseIcon { font-size: 1.5rem;
    animation: mymove 5s infinite;
    height: 2rem;
    width: 3rem;
    display: inline-block;
}

@keyframes mymove {
    50% {font-size: 2.5rem;}
}
.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 5px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 2px;
    box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

.speakerItem {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    background: #e20082;
    padding-left: 14px;
    width: 100% !important;
    max-width: 100% !important;
}
.speakerItem .speakerContainer { background: #ffffff;  }
.speakerItem img{ border-radius: 0.375rem; height: 95px; width: 134px;}
.speakerItem .speaker_role { color: #e20082; font-family: "Open Sans"; font-weight: bold; }
.speakerItem .speaker_name { color: #614495; font-family: "Rockwell Bold"; }
.speakerItem .speaker_position {  font-weight: bold; padding-bottom: 0.2rem;}
.speakerItem .biog { font-size: 0.8em; }

@media (max-width: 640px) {
    .speakerContainer.flex { display: block; }
    .speakerContainer > div { padding: 0.5rem 0 0 0 }
}


.repliesSent { margin-bottom: 0.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e20082; }
.replyContent {border: 1px solid gray;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f3f3f3;}
.replyDate { font-size: 0.8rem;}
.replyEditor { padding-top: 0.5rem;}
.replyEditor textarea { min-height: 300px;}

.nowLive { color: red;}
nowLive svg { font-size: 0.75rem;}

.blink{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText {
    0%{     color: inherit;    }
    49%{    color: inherit; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: inherit;    }
}

.player-landscape { grid: none; grid-template-columns: none !important; padding-left: 6rem; margin-bottom: 0.5rem}
.player-landscape > div.flex-grow-0 { display: none; }
.playerOverlayLink svg { color: #e20082;  }
.liveNowCards .playerOverlayLink { background: rgba(226,0,130, 0.1); font-size: 5em;}

.player-landscape .playerOverlayLink { text-align: left; padding: 0 0.1em }

.holding {
    background-color: #e20082;
    padding: 3rem;
    width: 70%;
    margin: auto;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
}
#page-labour-nawc-event-closed,
#page-labour-holding-page {
    padding-bottom: 270px;
    background-size: auto 50%;
    background-position: bottom center;
    /*    background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_14_sml_masks.png");*/
    /*    background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_14_sml.png");*/
    background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_14_new.png");
    background-repeat: no-repeat;
}

.holding h1 {
    line-height: 0.8em;
    font-size: 2rem;
    color: #ffffff;
    border-bottom: none;
}
.holding h1 .red_on_white {
    display: inline-block;
    background-color: #ffffff;
    color: #e20031;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
}

.holding h2 {
    font-size: 4rem;
    padding: 0.75rem 0;
    color: #ffffff;
    border-bottom: none;
}

.holding p {
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .holding h2 {
        line-height: 3rem;
        font-size: 2rem;
    }
    #page-labour-nawc-event-closed,
    #page-labour-holding-page {
/*        background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_4_sml_masks.png");*/
/*        background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_4_sml.png");*/
        background-image: url("https://static.voosh.live/8364ab242769f3b3/imgs/group_4_new.png");
        background-size: 70% auto;
    }
}

