/*
Theme Name: ActBlue SXSW Landing
Theme URI: https://sxsw.actblue.com
Description: 2023 SXSW Landing Page
Version: 3.0
Author: Andrew Clemente
Author URI: https://andrewclemente.com
*/

.wpel-icon {
	display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Montserrat:wght@800&display=swap');

/*fixes for gutenberg editor */
.wp-block[data-type*='acf'] {
	/*show full width sections in editor */
	max-width:  90%;
	margin-bottom: 0;
}

.acf-block-fields.acf-fields .acf-field {
	/*limit the width of fields, for improved usability*/
    max-width: 80vw;
    margin: auto;
}

[hidden] {
  display: none
}

/* reverted */

:root {
	--black: #333;
	--gray: #555;
	--grey: #555;
	--white: #fff;
	--plumlink: #B9277C;
	--linkblue: #009FDB;
	--primarydark: #1c2345;
	--brand-steel: #939595;
	--brand-cerulean: #009FDB;
	--brand-dusk: #385e9d;
	--brand-greyscale: #636363;
	--brand-midnight: #1c2345;
	--brand-tenpercent: #0078ab;
	--brand-quicksilver: #6791a9;
	--brand-grass: #84bd00;
	--brand-tangerine: #FFA300;
	--brand-bubblegum: #DD74A1;
	--brand-kiwi: #A4D65E;
	--brand-bluewave: #6791a9;
	--brand-success: #00ab4c;
	--brand-cloud: #62b5e5;
	--brand-orange: #f06400;
	--brand-fuschia: #eb008b;
	--brand-platinum: #d9e1e2;
	--brand-cerulean1: #2A648D;
	--brand-cerulean2: #D9F2FB;
	--brand-cerulean3: #7FD4EF;
	--brand-cerulean4: #33BAE6;
	--brand-cerulean5: #009FDB;
	--brand-cerulean6: #008CC3;
	--brand-cerulean7: #0078AB;
	--brand-neutral1: #F7F8FA;
	--brand-neutral2: #E6E9ED;
	--brand-neutral3: #CCD3DE;
	--brand-neutral4: #8894A8;
	--brand-neutral5: #657287;
	--brand-neutral6: #4F596F;
	--brand-neutral7: #384056;
	--brand-deep1: #EDF3FC;
	--brand-deep2: #B2C9E8;
	--brand-deep3: #6694D3;
	--brand-deep4: #3370C4;
	--brand-deep5: #0058D3;
	--brand-deep6: #064481;
	--brand-deep7: #0C308F;
	--brand-poppy1: #FDEFE5;
	--brand-poppy2: #FAD0B2;
	--brand-poppy3: #F6A266;
	--brand-poppy4: #F27B26;
	--brand-poppy5: #F06400;
	--brand-poppy6: #EB5100;
	--brand-poppy7: #DB3A00;
	--brand-emerald1: #EBF9F1;
	--brand-emerald2: #98DDB7;
	--brand-emerald3: #4EC583;
	--brand-emerald4: #00AB4C;
	--brand-emerald5: #008427;
	--brand-emerald6: #00711B;
	--brand-emerald7: #006415;
	--brand-grass1: #E2F2CE;
	--brand-grass2: #C0E391;
	--brand-grass3: #AAD562;
	--brand-grass4: #9DCA33;
	--brand-grass5: #84BD00;
	--brand-grass6: #5EA000;
	--brand-grass7: #3E8400;
	--brand-magenta1: #FDECF2;
	--brand-magenta2: #F4B5CD;
	--brand-magenta3: #ED84AD;
	--brand-magenta4: #E23B7C;
	--brand-magenta5: #DB0A5B;
	--brand-magenta6: #CE0643;
	--brand-magenta7: #C2022C;
	--brand-marigold1: #FFF8EB;
	--brand-marigold2: #FFEDCC;
	--brand-marigold3: #FFDA99;
	--brand-marigold4: #FFBE4C;
	--brand-marigold5: #FFA300;
	--brand-marigold6: #EF9000;
	--brand-marigold7: #DE7C00;
	--brand-violet1: #F8F6FC;
	--brand-violet2: #E5DDF4;
	--brand-violet3: #BEAAE3;
	--brand-violet4: #9678DE;
	--brand-violet5: #7D55C7;
	--brand-violet6: #633EB5;
	--brand-violet7: #4A27A4;
	--brand-human1: #D5A286;
	--brand-human2: #DCBFA6;
	--brand-human3: #C58B68;
	--brand-human4: #B9975B;
	--brand-human5: #99552B;
	--brand-human6: #85431E;
	--brand-human7: #6D4F47;
	--brand-human8: #623B2A;
	--brand-newnavy: #0A225B;
	--brand-darkblue: #408FBF;
	--speech-botradius: 85px;
	--pad-std: 16px;
	--pad-med: 24px;
	--pad-btm-big: 6vh;
	--pad-big: 5vh;
	--pad-extra: 52px;
	--pad-tiny: 8px;
	--secgap: 10vh;
	--dynamic-text: calc((1.1 - 1) * 1.2vw + 1.2rem);
	--dynamic-headline: calc((1.1 - 1) * 1.2vw + 2.4rem);
	--dynamic-heroheadline: calc((1.1 - 1) * 1.2vw + 1.6rem);
	--dynamic-headlinexl: calc((1.1 - 1) * 1.2vw + 4rem);
	--dynamic-subheadline: calc((1.1 - 1) * 1.2vw + 1.4rem);
	--dynamic-headlinexxl: calc((1.1 - 1) * 1.2vw + 6rem);
	--text-med: calc((1.1 - 1) * 1.2vw + 1.5rem);
	--lineheight-std: 1.6;
	--mobilepad: 1.5rem;
	--pgap-sm: 8px;
	--pgap-std: 16px;
	--pgap-md: 24px;
	--pgap-lg: 3.6rem;
	--wrap-lg: 96vw;
	--wrap-sm: 70vw;
	--big-radius: 85px;
	--text-standard: 'Atkinson Hyperlegible', sans-serif;
	--text-accent: 'Montserrat', sans-serif;
	--easing: cubic-bezier(0.5, 0.7, 0.4, 1);
	--page-background: #fff;
	--singlegrad: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.56) 40%, rgba(255, 255, 255, 0.26) 69%, rgba(255, 255, 255, 0.07) 90%, rgba(255, 255, 255, 0) 100%);
}

/* Barba Styles */

.home-once {
  opacity: 0
}
.home-once-active {
  transition: all 1s linear .3s
}
.home-once-to {
  opacity: 1
}
.home-leave {
  transform: translateX(0)
}

.home-leave-to, .home-leave-to .content, .home-leave-active {
	overflow: hidden !important;
}

.home-leave-active, .home-leave-active .content {
  transition: all .4s linear;
}
.home-leave-to .content {
  transform: translateX(-50%)
}
.home-leave-to {
  transform: translateX(100%)
}
.home-enter {
  transform: translateX(-100%)
}
.home-enter-active, .home-enter-active .content {
  transition: all .4s linear;
}
.home-enter-to {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0)
}
.fade-leave {
  opacity: 1
}
.fade-leave-active {
  transition: opacity .3s linear
}
.fade-enter, .fade-leave-to {
  opacity: 0
}
.fade-enter-active {
  transition: opacity .3s linear
}
.fade-enter-to {
  opacity: 1
}
.clip-enter {
  -webkit-clip-path: circle(0);
  clip-path: circle(0)
}
.clip-enter-active {
  transition: all .75s var(--easing);
  position: absolute;
  top: 0;
  z-index: 2
}
.clip-enter-to {
  -webkit-clip-path: circle(75%);
  clip-path: circle(75%)
}
.clip-leave {
  opacity: 1
}
.clip-leave-active {
  transition: all .75s var(--easing)
}
.clip-leave-to {
  opacity: 0
}
.with-cover-enter, .with-cover-leave {
  transition: transform .5s var(--easing)
}
.with-cover-leave .transition {
  transform: translateY(-100%)
}
.with-cover-leave-active .transition {
  transition: transform .5s var(--easing)
}
.with-cover-leave-to .transition, .with-cover-leave .content {
  transform: translateY(0)
}
.with-cover-leave-active .content {
  transition: transform .5s var(--easing)
}
.with-cover-leave-to .content {
  transform: translateY(80px)
}
.with-cover-enter .transition {
  transform: translateY(0)
}
.with-cover-enter .content {
  transform: translateY(-80px)
}
.with-cover-enter-active .content, .with-cover-enter-active .transition {
  transition: transform .5s var(--easing)
}
.with-cover-enter-to .transition {
  transform: translateY(100%)
}
.with-cover-enter-to .content {
  transform: translateY(0)
}

.is-home {
  background-color: var(--brand-newnavy);
}

.is-fade {
  --base-color: #000;
  background-color: #cc98c6
}

.is-clip {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.56) 40%, rgba(255, 255, 255, 0.26) 69%, rgba(255, 255, 255, 0.07) 90%, rgba(255, 255, 255, 0) 100%);
}

.is-cover {
  background-color: #e66f7f
}

.btn-back {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
  z-index: 99
}
.btn-back:hover {
  background-color: #3c3d3e;
  border-color: #3c3d3e;
  color: #fff
}
.content {
  transition: all .3s ease-out;
  opacity: 1;
  transform: translateY(0)
}
.transition {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c8cc98;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  z-index: 1
}

/* Everything Else */

.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

html {
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}

body {
  font-size: 16px;
  font-family: var(--text-standard);
  margin: 0px;
  padding: 0px;
  color: #121212;
  position: relative;
  --page-background: #fff;
  background-color: var(--brand--newnavy);
}

body:not(.wp-admin) {
	background-color: var(--brand-newnavy);
}

a {
	text-decoration: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

a img {
	border: 0px;
}

a:hover {
-webkit-transition: all .15s ease-in-out;
-moz-transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
}

a.btn, a.wp-block-button__link {
	border: 1px solid var(--gelato);
	color: var(--gelato);
	padding: var(--pgap-std);
	cursor: pointer;
	border-radius: var(--radius-std);
	text-decoration: none;
	font-family: var(--text-accent);
	font-weight: 600;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
	display: inline-block;
}

a.wp-block-button__link {
	font-size: inherit !important;
	background-color: transparent !important;
}

a.btn.gray {
	border: 1px solid var(--gray);
	color: var(--gray);
}

a.btn:hover, a.btn.gray:hover, a.wp-block-button__link:hover {
	text-decoration: none;
	border-color: var(--black);
	color: var(--black);
	background-color: var(--fadepink);
}

a.btn i {
	border-right: 1px solid var(--gray);
	padding-right: var(--pad-tiny);
	margin-right: var(--pad-tiny);
}

h1, h2, h3, h4, h5, h6, h7, h8 {
font-family: var(--text-accent);
font-weight: 800;
font-style: normal;
margin: 0px;
padding: 0px;
margin-bottom: var(--pgap-std);
}

h1 {
	font-size: var(--header-xl);
}

h2 {
	font-size: var(--header-lg);
}

h3 {
	font-size: var(--header-md);
}

h4 {
	font-size: var(--header-sm);
}

h5 {
	font-size: var(--header-sx);
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Structure Basics */

.layer {
  position: relative;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Verdana, serif;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
}

/* Continue with Layout */

span.brand {
  box-shadow: inset 0 -16px 0 var(--darklemon);
}

.hidden, .screen-reader-text, .mobmenu {
    display: none;
}

.lottie {
	max-width: 100%;
	height: auto;
}

.headline {
	margin-bottom: 2rem !important;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.spacer {
	height: 1px;
	display: block;
	margin-bottom: 29px;
}

.wrap {
	width: 90vw;
	margin: 0 auto;
	position: relative;
}

.wrap.tighter {
	width: 50vw;
	max-width: 800px;
	padding: 0px;
}

.wrap.tightest {
	width: 40vw;
	max-width: 700px;
	padding: 0px;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

/* Basics */

main {
	padding-bottom: var(--biggaps);
	position: relative;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    }

.flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.flex-item:nth-child(3) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.grid {
	display: grid;
}

.grid.threes {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 16px;
grid-row-gap: 0px;
padding-right: 10px;
padding-left: 10px;
}

.grid.three {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 48px;
grid-row-gap: 0px; 
}

.grid.two {
grid-template-columns: 3fr 5fr;
grid-template-rows: 1fr;
grid-column-gap: 32px;
grid-row-gap: 0px; 
}

.grid.apps {
grid-template-columns: 2fr 5fr;
grid-template-rows: 1fr;
grid-column-gap: 32px;
grid-row-gap: 0px; 
}

.grid.equaltwo {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 64px;
grid-row-gap: 0px; 
}

.grid.eventlist {
grid-template-columns: 0.8fr 2fr;
grid-template-rows: 1fr;
grid-column-gap: 64px;
grid-row-gap: 0px; 
}

.grid.sp {
grid-template-columns: 1fr 3fr;
grid-template-rows: 1fr;
grid-column-gap: 48px;
grid-row-gap: 0px; 
}

.grid.twoalt {
grid-template-columns: 4fr 2fr;
grid-template-rows: 1fr;
grid-column-gap: 32px;
grid-row-gap: 0px;
}

.grid.cardgrid {
grid-template-columns: minmax(min-content, 60px) auto;
grid-template-rows: 1fr;
grid-column-gap: 24px;
grid-row-gap: 0px;
}

.grid.size-1 {
display: block;
}

.grid.size-2 {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 16px;
grid-row-gap: 32px;
}

.grid.size-3 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 16px;
grid-row-gap: 32px;
}

.grid.size-4 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 16px;
grid-row-gap: 32px;
}

.grid.size-5 {
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 16px;
grid-row-gap: 32px;
}

.grid.size-6 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 16px;
grid-row-gap: 32px;
}

.aligncenter {
	text-align: center;
}

.vcenter {
	align-items: center;
}

.grid > div img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* Header */

header {
	padding-top: var(--pgap-std);
	padding-bottom: 64px;
	border-bottom: 1px solid var(--medgray);
	background-color: var(--white);
	font-size: 1.1rem;
	-webkit-border-bottom-right-radius: var(--big-radius);
-webkit-border-bottom-left-radius: var(--big-radius);
-moz-border-radius-bottomright: var(--big-radius);
-moz-border-radius-bottomleft: var(--big-radius);
border-bottom-right-radius: var(--big-radius);
border-bottom-left-radius: var(--big-radius);
	margin-bottom: 40px;
	position: relative;
}

/*
header:after {
content: "";
position: absolute;
bottom: -60px;
left: 30%;
border-width: 60px 60px 0;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 5;
}
*/

header:after {
content: "";
position: absolute;
bottom: -115px;
left: 30%;
display: block;
width: 99px;
height: 116px;
z-index: 5;
background-position: top;
background-repeat: no-repeat;
background-image: url( 'images/tail-1.svg' );
}

header .wordmark svg {
	max-height: 36px;
	width: auto;
	height: auto;
	line-height: 1;
}

header nav {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
}

header nav a {
	color: var(--brand-cerulean1);
}

header nav a:hover {
	color: var(--brand-newnavy);
}

header nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
}

header nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1;
	margin-right: 6rem;
	position: relative;
}

header nav li:last-child {
	margin: 0px;
}

header nav ul li.current_page_item a, header nav ul li.current-menu-item a {
	color: var(--gelato);
}

header nav li a {
	display: relative;
}

header nav a:hover:before {
  content: url("data:image/svg+xml,%3Csvg width='48' height='43' viewBox='0 0 48 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4641 41C25.9245 43.6667 22.0755 43.6667 20.5359 41L0.617313 6.5C-0.922287 3.83333 1.00222 0.5 4.08142 0.5L43.9186 0.5C46.9978 0.5 48.9223 3.83333 47.3827 6.5L27.4641 41Z' fill='%2333BAE6'/%3E%3C/svg%3E%0A");
  width: auto;
  height: 54px;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}

header nav li:nth-of-type(2) a:hover:before {
  content: url("data:image/svg+xml,%3Csvg width='48' height='43' viewBox='0 0 48 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4641 41C25.9245 43.6667 22.0755 43.6667 20.5359 41L0.617313 6.5C-0.922287 3.83333 1.00222 0.5 4.08142 0.5L43.9186 0.5C46.9978 0.5 48.9223 3.83333 47.3827 6.5L27.4641 41Z' fill='%23408FBF'/%3E%3C/svg%3E%0A");
}

header nav li:nth-of-type(3) a:hover:before {
  content: url("data:image/svg+xml,%3Csvg width='48' height='43' viewBox='0 0 48 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4641 41C25.9245 43.6667 22.0755 43.6667 20.5359 41L0.617313 6.5C-0.922287 3.83333 1.00222 0.5 4.08142 0.5L43.9186 0.5C46.9978 0.5 48.9223 3.83333 47.3827 6.5L27.4641 41Z' fill='%23D4F0FA'/%3E%3C/svg%3E%0A");
}

header .flex-item:nth-child(1) {
    order: 0;
    flex: 2 1 50%;
    align-self: auto;
    }

header .flex-item:nth-child(2) {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    }

header .cell.social ul {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

header a.click {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 15px;
}

header h1 {
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	color: var(--black);
	letter-spacing: 1px;
	margin: 0px;
	font-weight: 600;
}

header a:hover h1 {
	color: var(--gelato);
}

header .flex-container {
	margin-bottom: 32px;
}


header .grid.equaltwo {
grid-template-columns: 2.5fr 4fr;
grid-template-rows: 1fr;
grid-column-gap: 32px;
grid-row-gap: 0px; 
}

/* Basics */

section {
	padding-bottom: var(--secgap);
	position: relative;
}

section:first-of-type {
	padding-top: var(--secgap);
}

section.bg-tan {
	background-color: var(--bgtan);
}

section.bg-blue {
	background-color: var(--bgblue);
}

section.bg-grey {
	background-color: var(--bggrey);
}

section.nopad {
	padding-bottom: 0px;
	margin-bottom: var(--secgap);
}

section.nopadtop {
	padding-top: 0px;
}

section.content-group > section {
	padding: 0px;
	margin-bottom: var(--secgap);
}

section.content-group > section:first-of-type {
	padding-top: var(--secgap);
}

section.content-group > section:last-of-type {
	margin: 0px;
}

section.with-border {
	border-bottom: 1px solid var(--medgray);
}

section:last-of-type {
	margin: 0px;
	padding-bottom: 0px;
}

section.content-group:last-of-type {
	padding-bottom: var(--secgap);
}

section p, section ul, section ol {
	line-height: var(--lineheight-std);
	margin: 0px;
	padding: 0px;
	margin-bottom: var(--pgap-std);
	color: var(--black);
}

.section p:last-child, section p:only-child {
	margin: 0px;
	padding: 0px;
}

section ul {
	margin-left: 40px;
}

section a {
	color: var(--linkblue);
}

section a:hover {
	color: var(--black);
	text-decoration: underline;
}

span.highlight {
	border-bottom: 4px solid var(--darklemon);
}

/* Hero */

.hero h2 {
	font-size: var(--dynamic-headlinexxl);
	line-height: 1;
}

.hero {
	color: var(--brand-cerulean1);
}

.hero p {
	font-size: var(--dynamic-heroheadline);
	line-height: 1;
}

/* Opening Sections */

section .section-card {
	margin-bottom: 100px;
}

/*
section .section-card:before {
	position: absolute;
	z-index: 2;
	width: 5vw;
	left: -6.5vw;
	top: -1vw;
	content: "";
	width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 2.5vw 0 2.5vw 5vw;
   border-color: transparent transparent transparent #408FBF;
   transform: rotate(0deg);
}
*/

section .section-card:before {
   content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 48 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4641 41C25.9245 43.6667 22.0755 43.6667 20.5359 41L0.617313 6.5C-0.922287 3.83333 1.00222 0.5 4.08142 0.5L43.9186 0.5C46.9978 0.5 48.9223 3.83333 47.3827 6.5L27.4641 41Z' fill='%2333BAE6'/%3E%3C/svg%3E%0A");
  width: 5vw;
  height: auto;
  position: absolute;
  top: -1vw;
  left: -6.5vw;
  transform: rotate(-90deg);
}

section.introgrid:before {
	 content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 48 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4641 41C25.9245 43.6667 22.0755 43.6667 20.5359 41L0.617313 6.5C-0.922287 3.83333 1.00222 0.5 4.08142 0.5L43.9186 0.5C46.9978 0.5 48.9223 3.83333 47.3827 6.5L27.4641 41Z' fill='%2333BAE6'/%3E%3C/svg%3E%0A");
	 width: 5vw;
  height: auto;
  position: absolute;
  top: 0px;
  left: -2vw;
  transform: rotate(-90deg);
}

section.speakergrid .section-card:before {
	content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 48 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4641 41C25.9245 43.6667 22.0755 43.6667 20.5359 41L0.617313 6.5C-0.922287 3.83333 1.00222 0.5 4.08142 0.5L43.9186 0.5C46.9978 0.5 48.9223 3.83333 47.3827 6.5L27.4641 41Z' fill='%23408FBF'/%3E%3C/svg%3E%0A");
}

section.eventlist .section-card:before {
	content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 48 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4641 41C25.9245 43.6667 22.0755 43.6667 20.5359 41L0.617313 6.5C-0.922287 3.83333 1.00222 0.5 4.08142 0.5L43.9186 0.5C46.9978 0.5 48.9223 3.83333 47.3827 6.5L27.4641 41Z' fill='%23D4F0FA'/%3E%3C/svg%3E%0A");
}
 
.section-card h2 {
	display: inline-block;
	position: relative;
}

section .section-card h2.big {
	color: var(--white);
	font-size: var(--dynamic-headlinexl);
    font-weight: 700;
	line-height: 1;
}

/* People Grid */

.speakergrid .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
	position: relative;
    }

.speakergrid .grid .grid-item {
	height: 40vw;
	position: relative;
    }

.speakergrid .grid .grid-item a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 40;
font-size: 0;
-webkit-border-top-right-radius: var(--big-radius);
-moz-border-radius-topright: var(--big-radius);
border-top-right-radius: var(--big-radius);
overflow: hidden;
}

.speakergrid .grid .grid-item a img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 10;
}

.speakergrid .grid .grid-item a .head-photo {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.speakergrid .grid .grid-item a .standard {
	opacity: 1;
	transition: opacity .2s ease-out;
}

.speakergrid .grid .grid-item a .hover {
	opacity: 0;
	transition: opacity .2s ease-out;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 3;
	visibility: hidden;
}

.speakergrid .grid .grid-item a:hover .hover {
	opacity: 1;
	visibility: visible;
}

.speakergrid .grid .grid-item a:hover .standard {
	opacity: 0;
}

.speakergrid .grid .grid-item a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 11;
	position: absolute;
}

.speakergrid .grid .grid-item:last-of-type {
	grid-column: span 2;
	background-color: var(--white);
	-webkit-border-top-right-radius: var(--big-radius);
-moz-border-radius-topright: var(--big-radius);
border-top-right-radius: var(--big-radius);
	padding: 48px;
	vertical-align: middle;
}

.speakergrid .name-block {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	z-index: 20;
	font-size: 1rem;
	line-height: 1;
	min-height: 30%;
}

.speakergrid .name-block:before {
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	mix-blend-mode: multiply;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.speakergrid .name-block .name-inside {
	padding: var(--pgap-md);
	position: relative;
	z-index: 2;
}

.speakergrid a .name-block, .speakergrid a:hover .name-block {
	color: var(--white);
}

.speakergrid span.person-name {
	font-size: var(--dynamic-headline);
    font-weight: 700;
	line-height: 1;
	font-family: var(--text-accent);
	display: block;
	margin-bottom: var(--pad-tiny);
}

.speakergrid span.person-role {
	font-size: var(--dynamic-subheadline);
}

/* Fake Popup - Speaker Bios */

.popfake {
	min-height: 100vh;
	color: var(--white);
}

.page.popfake:after {
	content: "";
	display: block;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.56) 40%, rgba(255, 255, 255, 0.26) 69%, rgba(255, 255, 255, 0.07) 90%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.15;
	box-shadow: 11.24px 22.47px 67.42px rgba(14, 98, 127, 0.8);
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}

.popfake .wrap {
	max-width: 980px;
	margin: 0 auto;
}

.popfake .grid {
	margin-bottom: 32px;
}

.popfake .grid:last-of-type {
	margin-bottom: 0px;
}

.popfake .content-card span.person-name {
	font-size: var(--dynamic-headline);
font-weight: 700;
line-height: 1;
font-family: var(--text-accent);
display: block;
margin-bottom: var(--pad-tiny);
}

.popfake .person-photo img {
	width: auto;
	height: auto;
	-webkit-border-top-right-radius: 85px;
-moz-border-radius-topright: 85px;
border-top-right-radius: 85px;
	object-fit: fill;
}

.popfake .content-card {
	padding-top: 15vh;
	padding-bottom: 15vh;
	position: relative;
	z-index: 2;
}

.popfake span.in-category {
	display: block;
	color: #FFA300;
	font-size: 1.4rem;
	font-weight: 700;
}

.popfake span.in-days {
	display: block;
	color: var(--white);
	font-size: 1.8rem;
	font-weight: 700;
}

.popfake .returnbar {
	position: absolute;
	top: 2.5vh;
	right: 2.5vw;
	z-index: 2;
	font-size: 2.2rem;
}

.popfake .returnbar a {
	color: #33BAE6;
}

.popfake .returnbar a:hover {
	color: var(--white);
}

.popfake .returnbar a:hover svg path {
	fill: var(--white);
}

.popfake .person-info {
	padding-top: 32px;
}

.popfake .person-info a {
	color: #D4F0FA;
}

.popfake .person-info a:hover {
	text-decoration: underline;
	color: var(--white);
}

.popfake .content-limit {
	max-height: 30vh;
	overflow-y: auto;
	margin-bottom: var(--pgap-md);
	padding-right: 24px;
}

.popfake .person-info ul.inline {
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	font-size: 1rem;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.popfake .person-info ul.inline li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.popfake .person-info ul.inline li:after {
	content: "|";
	margin-left: .5rem;
	margin-right: .5rem;
	color: #D4F0FA;
	display: inline-block;
}

.popfake .person-info ul.inline li:last-of-type:after {
	display: none;
	margin: 0px;
}

.popfake .person-info ul.inline li a {
	color: #D4F0FA;
}

.popfake .person-info ul.inline li a:hover {
	text-decoration: underline;
	color: var(--white);
}

/* Intro Big */

section.introgrid {
	padding-top: 0px;
	padding-bottom: 15vh;
	line-height: 1.5;
}

span.calloutlower {
	position: absolute;
	bottom: -20%;
	right: -10%;
	z-index: 2;
	display: inline-block;
	width: auto;
	text-align: right;
}

span.climber {
	position: absolute;
	left: -10%;
	bottom: 0px;
	z-index: 2;
	display: inline-block;
	max-width: 20%;
}

span.climber svg {
	max-width: 100%;
	width: auto;
	height: auto;
}

section.introgrid span.bigbold {
	font-weight: 700;
}

section.introgrid span.sxsw {
	background-color: #E979A3;
	border: 4px solid #0A225B;
	display: inline-block;
	padding: 4px 16px;
	color: var(--white);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	line-height: 1;
}

/* Speech Bubbles */

.speech-bubble {
    position: relative;
	left: -4%;
    width: calc(100% + 4% + 128px);
    color: #FFA300;
	margin-bottom: 32px;
	line-height: 1.2;
	background-repeat: no-repeat;
	background-image: url( 'images/thin-outline-x.svg' );
	background-position: center center;
    background-size: 100% 100%;
}

.speech-bubble .inline-bubble svg {
	max-width: 100%;
	height: 100%;
	width: auto;
}

@media only screen 
and (max-width : 1600px) {
	/*
	.speech-bubble {
		background-image: url( 'images/thin-outline-big.svg' );
	}
	*/
}

.speech-bubble .inner {
	padding: 24px 16px 32px 16px;
}

.speech-bubble p {
    font-size: 1.25em;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

.speech-bubble span.eventname {
	display: block; 
	font-size: 1.8rem;
	font-family: var(--text-accent);
	font-weight: 700;
}

.speech-bubble span.eventdesc {
	font-size: 1.8rem;
}

h2 .speech-bubble-one {
    position: absolute;
	top: calc(var(--dynamic-headlinexl) - 4rem);
	left: calc(var(--dynamic-headlinexl) + 6rem);
    min-width: 35vw;
    padding: 16px;
    color: #FFA300;
    -moz-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
	margin-bottom: 32px;
	line-height: 1.2;
	background-color: #D4F0FA;
	font-weight: 400;
	font-family: var(--text-standard);
}

h2 .speech-bubble-one p {
    font-size: .875rem;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

h2 .speech-bubble-one:after {
content: "";
position: absolute;
bottom: -22px;
left: 30%;
display: block;
width: 0;
background-position: top;
background-repeat: no-repeat;
background-image: url( 'images/light-tail.svg' );
width: 16px;
height: 24px;
}

.speech-bubble-two {
	max-width: 60vw;
	margin: 0 auto;
	display: block;
    padding-top: 128px;
	padding-right: 64px;
	padding-left: 128px;
	padding-bottom: 128px;
    color: var(--white);
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
	line-height: 1.4;
	background-color: #408FBF;
	color: var(--white);
	position: relative;
}

.speech-bubble-two p {
    font-size: 1.8rem;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	color: var(--white);
	margin-bottom: var(--pgap-std);
}

.speech-bubble-two p i, .speech-bubble-two p svg {
	color: #0A225B;
}

.speech-bubble-two:after {
content: "";
position: absolute;
bottom: -32px;
left: 10%;
display: block;
width: 0;
background-position: top;
background-repeat: no-repeat;
background-image: url( 'images/blue-tail.svg' );
width: 24px;
height: 32px;
}

span.austin {
	display: inline-block;
	padding: 16px 24px;
    color: var(--white);
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
	line-height: 1.4;
	background-color: #EF9000;
	color: var(--white);
	position: relative;
	font-weight: 800;
	font-family: var(--text-accent);
	margin-bottom: var(--pgap-std);
	line-height: 1;
}

span.austin:after {
content: "";
position: absolute;
bottom: -22px;
left: 12%;
display: block;
width: 16px;
height: 24px;
z-index: 5;
background-position: top;
background-repeat: no-repeat;
background-image: url( 'images/orange-tail.svg' );
}

span.austin p {
	line-height: 1;
}

.findus {
	width: auto;
    padding: 16px;
    color: var(--white);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
	line-height: 1.2;
	background-color: #408FBF;
	border: 2px solid #0A225B;
	background-color: var(--white);
	color: #0A225B;
	display: inline-block;
	text-align: left;
	position: relative;
	font-size: 1.2rem;
}

.findus:before {
content: "";
position: absolute;
bottom: -16px;
right: 40px;
border-width: 16px 16px 0;
border-style: solid;
border-color: #0A225B transparent;
display: block;
width: 0;
}

.findus:after {
content: "";
position: absolute;
bottom: -12px;
right: 44px;
border-width: 12px 12px 0;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;	
}

.findus span.boldbold {
	font-size: 1.4rem;
	font-weight: 700;
}

a.outlinkbubble:hover {
	text-decoration: none;
}

a.outlinkbubble:hover .findus {
	border: 2px solid #FFA300;
}

a.outlinkbubble:hover .findus:before {
	border-color: #FFA300 transparent;
}

span.find-link {
	display: inline-block;
	font-size: 1.2rem;
	margin-top: var(--pgap-md);
	font-weight: 700;
	vertical-align: middle;
	line-height: 1;
}

span.find-link i, span.find-link svg {
	margin-right: 4px;
}

a.outlinkbubble span.find-link {
	color: var(--white);
}

a.outlinkbubble span.find-link i, a.outlinkbubble span.find-link svg {
	color: #33BAE6;
}

/* Events */

.dayselect {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.8rem;
}

.dayselect li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 8px;
}

.dayselect li:last-of-type {
	margin: 0px;
}

.dayselect li a {
position: relative;
padding: 24px 32px 24px 24px;
color: var(--white);
display: block;
text-decoration: none;
background-repeat: no-repeat;
background-image: url( 'images/tab-outline.svg' );
background-position: center center;
background-size: 100% 100%;
}

/*
.dayselect li a:before {
top: 10px;
bottom: auto;
left: auto;
right: -16px;
border-width: 12px 0 12px 16px;
border-color: transparent #408FBF;
content: "";
border-style: solid;
position: absolute;
width: 0;
}

.dayselect li a:after {
top: 16px;
bottom: auto;
left: auto;
right: -12px;
border-width: 4px 0 4px 12px;
border-color: transparent;
content: "";
border-style: solid;
position: absolute;
width: 0;
}
*/

.dayselect li a:hover {
	text-decoration: none;
}

.dayselect li.ui-tabs-active a, .dayselect li a:hover {
	color: #fff;
	background-repeat: no-repeat;
background-image: url( 'images/tab-filled.svg' );
background-position: center center;
background-size: 100% 100%;
}

.dayselect .side-day {
	font-family: var(--text-accent);
	font-weight: 700;
}

/* Footer */

footer {
	font-size: var(--text-med);
	padding-top: var(--secgap);
	padding-bottom: var(--secgap);
	color: var(--white);
}

footer .wrap {
	max-width: var(--wrap-sm);
}

footer span.secheader {
font-weight: bold;
display: block;
margin-bottom: var(--pgap-std);
font-size: 1rem;
}

footer p {
	margin: 0px;
	padding: 0px;
	margin-bottom: var(--pgap-md);
}

footer a {
	color: var(--white);
}

footer a:hover {
	color: var(--gelato);
}

footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
	text-transform: uppercase;
	margin-bottom: var(--pgap-md);
}

footer .wrapicons {
position: relative;
padding: 16px;
color: var(--white);
display: inline-block;
margin-bottom: var(--pgap-md);
margin-top: var(--pgap-md);
background-position: top;
background-repeat: no-repeat;
background-image: url( 'images/white-outline.svg' );
background-size: 100% auto;
min-height: 72px;
}

footer .wrapicons span.followbadge {
	background-color: #FFA300;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	font-size: .875rem;
	font-weight: 700;
	padding: 8px 16px;
	color: var(--white);
	position: absolute;
	top: -26px;
	right: 5%;
	font-family: var(--text-accent);
}

/*
footer .wrapicons:after {
content: "";
position: absolute;
bottom: -20px;
right: 10%;
border-width: 20px 20px 0;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
}
*/

footer ul li {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
display: block;
	margin-bottom: 4px;
}

footer ul li:last-child {
    margin: 0px;
   padding: 0px;
}

footer ul.inline {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	font-size: 1.2rem;
	margin: 0px;
}

footer ul.inline li {
	margin: 0px;
	margin-right: 1.2rem;
}

footer ul.inline li:last-of-type {
	margin: 0px;
}

footer ul.inline li a:hover {
	text-decoration: none;
}

footer ul.inline .wpel-icon {
	display: none;
}

footer .flex-container {
	column-gap: 64px;
	gap: 64px;
}

footer .flex-container .flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 60%;
    align-self: auto;
    }

footer .flex-container .flex-item:nth-child(2) {
    order: 0;
    flex: 2 1 auto;
    align-self: auto;
    }

footer .taglogo svg {
	max-width: 100%;
	height: auto;
	width: auto;
}

footer a:hover i, footer ul.inline a:hover {
	color: #FFA300;
}

footer a.uptop {
	font-size: .925rem;
}

footer a.uptop:hover {
	color: #FFA300;
}

/* Span Inline Styles */

span.inlinebold {
	font-weight: bold;
}

span.boldblue {
	color: var(--brand-darkblue);
	font-family: var(--text-accent);
	font-weight: 700;
}

span.brand-blue {
	color: var(--brand-newnavy);
}

span.brand-navy {
	color: var(--brand-darkblue);
}

span.datepill-blue {
	background-color: var(--brand-darkblue);
	color: var(--white);
	padding: 4px 16px;
	border-radius: 48px;
	display: inline-block;
}

/* WordPress Image Defaults */

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.wp-caption {
	background-color: var(--medgray);
	padding: var(--pad-std);
	border-radius: var(--radius-std);
	color: var(--gray);
	font-weight: bold;
}

.wp-caption img {
	margin-bottom: 8px;
}

.wp-caption p {
	font-size: .8rem;
}

.page-single:after {
	clear: both;
	content: "";
	display: block;
}

/* Hero Image Block */

.imageblock {
position: relative;
height: 60vh;
border-radius: 4px;
overflow: hidden;
text-align: center;
}

.imageblock img {
max-width: 100%;
max-height: 100%;
width: auto;
object-fit: cover;
}

.imageblock.rounded img {
-webkit-border-top-left-radius: 48px;
-webkit-border-bottom-right-radius: 48px;
-moz-border-radius-topleft: 48px;
-moz-border-radius-bottomright: 48px;
border-top-left-radius: 48px;
border-bottom-right-radius: 48px;
}

.contain-image img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* Flex Table */

.flex-table {
  display: flex;
  flex-flow: row wrap;
	color: var(--white);
	font-size: 1.4rem;
}

.flex-table a:hover {
	color: var(--white);
}

.flex-table:first-of-type {
	font-weight: 700;
}

.flex-table:first-of-type .flex-row {
  color: white;
  border: 0px;
  font-weight: 700;
  font-size: 1.8rem;
}

.flex-row {
  width: calc(100% / 4);
  text-align: left;
  padding: 1rem;
  border-bottom: solid 2px #d9d9d9;
}

.flex-table:last-of-type .flex-row {
	border: 0px;
}

.rowspan {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}

.column {
  display: flex;
  flex-flow: column wrap;
  width: 75%;
  padding: 0;
}

.column .flex-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: solid 1px #fff;
}

.flex-cell {
  width: calc(100% / 3);
  text-align: center;
  padding: 0.5em 0.5em;
}
@media all and (max-width: 767px) {
  .flex-row {
    width: calc(100% / 3);
  }
  .flex-row.first {
    width: 100%;
  }

  .column {
    width: 100%;
  }
}
@media all and (max-width: 430px) {
  .flex-table .flex-row {
    border-bottom: 0;
  }
  .flex-table .flex-row:last-of-type {
    border-bottom: solid 1px #d9d9d9;
  }

  .header .flex-row {
    border-bottom: solid 1px;
  }

  .flex-row {
    width: 100%;
  }
  .flex-row.first {
    width: 100%;
    border-bottom: solid 1px #d9d9d9;
  }

  .column {
    width: 100%;
  }
  .column .flex-row {
    border-bottom: solid 1px #d9d9d9;
  }

  .flex-cell {
    width: 100%;
  }
}

/* Media queries - mid range */

@media only screen 
and (max-width : 1600px) {

.wrap {
width: 88vw;
max-width: none;
padding-right: 0px;
padding-left: 0px;
	}
	
.speech-bubble-one {
    position: absolute;
	top: calc(var(--dynamic-headlinexl) - 6vw);
	left: calc(var(--dynamic-headlinexl) + 10vw);
	}
}

/* Media queries - mid range */

@media only screen 
and (max-width : 1480px) {
	:root {
		--dynamic-heroheadline: calc((1.1 - 1) * 1.2vw + 1.5rem);
		--dynamic-subheadline: calc((1.1 - 1) * 1.2vw + 1.1rem);
	}

.wrap {
width: 90vw;
max-width: none;
padding-right: 0px;
padding-left: 0px;
	}
	
	.grid.size-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	h2 .speech-bubble-one {
		min-width: 40vw;
	}
	
	.speakergrid .name-block {
		min-height: 35%;
	}

.popfake .wrap {
	max-width: 65vw;
	margin: 0 auto;
}
}

@media only screen 
and (max-width : 1340px) {
	:root {
		--dynamic-headlinexxl: calc((1.1 - 1) * 1.2vw + 4rem);
	}
	
	.dayselect {
		font-size: 1.4rem;
	}
	
	.flex-table {
		font-size: 1.2rem;
	}
	
	.speech-bubble-two {
		padding: 72px 96px; 
	}
	
	section.introgrid {
		padding-bottom: 160px;
	}
	
	h2 .speech-bubble-one {
		top: calc(var(--dynamic-headlinexl) - 5rem);
	left: calc(var(--dynamic-headlinexl) + 7rem);
	}
}

@media only screen 
and (max-width : 1200px) {
	
	.dayselect {
		font-size: 1.2rem;
	}
	
	.dayselect .grid, .dayselect .grid > div {
		display: block;
		width: auto;
	}
	
	.dayselect .text-right {
		text-align: left;
	}
	
	.dayselect li a {
    padding: 8px 24px 8px 16px;
	}
}

@media only screen 
and (max-width : 780px) {
	:root {
		--pad-big: 16px;
		--secgap: 7vh;
		--dynamic-text: calc((1.1 - 1) * 1.2vw + 1.4rem);
	--dynamic-headline: calc((1.1 - 1) * 1.2vw + 1.8rem);
	--dynamic-headlinexl: calc((1.1 - 1) * 1.2vw + 2.2rem);
	--dynamic-headlinexxl: calc((1.1 - 1) * 1.2vw + 3rem);
	--text-med: calc((1.1 - 1) * 1.2vw + 1.5rem);
		--big-radius: 32px;
	}
	
	.hero p {
		font-size: 1.5rem;
	}
	
	.text-right {
		text-align: left;
	}
	
	.grid {
		display: block !important;
	}
	
	.grid > div {
		margin-bottom: 32px !important;
		display: block !important;
	}
	
	.grid > div:last-of-type {
		margin: 0px !important;
	}
	
	.flex-container {
		display: block;
	}
	
	.flex-container > div {
		margin-bottom: 32px;
	}
	
	header {
		margin-bottom: 24px;
	}
	
	header .flex-container {
		font-size: 1rem;
	}
	
	header .flex-container > div {
		margin-bottom: 16px;
	}
	
	header nav ul {
		justify-content: left;
	}
	
	header nav {
		font-size: 1rem;
	}
	
	header nav li {
		margin-right: 0px;
	}
	
	header nav li:after {
		content: "/";
		margin-left: 8px;
		margin-right: 8px;
	}
	
	header nav li:last-of-type:after {
		margin: 0px;
		content: "";
	}
	
	header nav ul li a:hover:after, header nav ul li a:hover:before {
		display: none !important;
	}
	
	header .flex-container {
		margin-bottom: 64px;
	}
	
	header .grid > div, header .grid.equaltwo {
		display: block !important;
	}
	
header:after {
bottom: -40px;
left: 15%;
border-width: 40px 40px 0;
	}
	
	section.introgrid {
		padding-bottom: 100px;
	}
	
	.speakergrid .grid.size-3 {
		display: block;
	}
	
	.speakergrid .grid .grid-item {
		height: 80vh;
		display: block;
	}
	
	.popfake .wrap {
		max-width: 90vw !important;
	}
	
	.popfake .content-card {
		padding-top: 8vh;
		padding-bottom: 8vh;
	}
	
	.speech-bubble {
		left: auto;
		width: 100%;
	}
	
	h2 .speech-bubble-one {
		position: relative;
		width: auto;
		top: calc(var(--dynamic-headlinexl) - 1.4rem);
		max-width: none;
		display: block;
		margin-bottom: 24px;
		left: auto;
}
	
	.speech-bubble-two {
		max-width: none;
		padding: 48px;
		font-size: 1rem;
		margin-bottom: 92px;
	}
	
	.dayselect {
		font-size: 1.4rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 8px;
		grid-row-gap: 8px;
		line-height: 1;
	}
	
	.dayselect li a:before {
		content: "";
		display: none;
	}
	
	.dayselect .grid > div {
		margin: 0px !important;
		padding: 0px;
	}
	
	span.calloutlower {
		position: absolute;
		left: auto;
		right: 5%;
		bottom: -96px;
	}
	
	section .section-card:before, section.introgrid:before {
		content: "";
		display: none;
	}
	
	.speech-bubble-two p {
		font-size: 1.4rem;
	}
	
	.popfake .content-card span.person-name {
		font-size: 2.4rem;
	}
	
	.popfake .content-limit {
		max-height: none;
	}
	
	.speakergrid .grid .grid-item:last-of-type {
		height: auto;
		min-height: none;
	}
	
	.eventlist .text-right {
		text-align: right !important;
	}
	
	.eventlist .dayselect .text-right {
		text-align: left !important;
	}
	
	.speakergrid .name-block {
		min-height: 30%;
	}
	
	.flex-table.header {
		display: none;
	}
	
	.flex-table, .flex-row {
		font-size: 1rem;
		display: block;
		width: auto;
		border: 0px !important;
		padding: 0px;
	}
	
	.flex-table.row {
		padding: 8px;
		border-bottom: 1px solid var(--white);
		line-height: 1.5;
		width: auto;
	}
	
	.flex-table.row > .flex-row:first-of-type {
		font-weight: 700;
	}
	
	.flex-table.row:last-of-type {
		border: 0px;
		padding-bottom: 0px;
	}
	
	footer .wrap {
		width: 90vw;
		max-width: none; 
	}
	
	footer .taglogo svg {
		max-width: 200px;
	}
}