<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



@font-face {
font-family: 'new_kansasblack';
src: url('/fonts/newkansas-black-webfont.woff2') format('woff2'),
     url('/fonts/newkansas-black-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}




:root
{
  --darkgreen: #798c79;
  --palegreen: #b0d1b0;
  --cta-background-color: #ffe01b;
  --cta-background-color-disabled: #dbd9d2;
  --cta-stroke-color: #000;
  --cta-stroke-width: 4px;
  --fs-stroke: 3px;
  --cta-depth-color: #000;
  --cta-text-color: #000;
  --cta-text-size: 1em;
  --cta-line-height: 1.5;
  --cta-text-weight: 400;
  --cta-border-radius: 2em;
  --link-color: #241c15;
  --link-color-hovered: #241c15;
  --link-background-hovered: rgba(255,224,27,0.65);
  --selection-background-color: rgba(255,224,27,0.15);
}




/* OVERIDES ON MAIN PAGE */

.header--mobile, .header__nav--mobile--more {
	display:none;
}

body {
	overflow-x:hidden;
}
.page-header {
	display:none;
	
}
.sidebar__column {
	display:none;
}


.main__column {
	width:100%;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-left: 0;
}


.global__container {
	padding:0;
}

.header {
	padding:32px 15px 0 35px;
}

.fs-hide {
	display:none;
}

.fs23 {
	background-color:white;
}

.fs-section {
	margin:12px 0;
}

.fs-top {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/bg-top-sm.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	justify-content:space-between;
}


.fs-bw {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/bg-swirl-sm.jpg");
	background-repeat:repeat-y;
	background-size:100%;
	padding-top:150px;
}


.fs-top-col {
	width:33.3%;
}

.fs-menu-bt {
	position:fixed;
	top:150px;
	right:8%;
	cursor:pointer;
}

.fs-menu-bt img {
	width:70px;
	height:auto;
}

.fs-menu {
	position:fixed;
	top:150px;
	right:60px;
	width:250px;
	background-color:#333;
	border:8px solid black;
	padding:25px;
	display:none;
	border-radius:8px;
	
}


.fs-menu ul {
	padding:0;
	margin-bottom:0;
}

.fs-menu ul li {
	list-style:none;
	text-transform:uppercase;
	font-family:"new_kansasblack";
	text-align:center;
}

.fs-menu ul li .fs-nav {
	color:white;
	font-size:1.6em;
	cursor:pointer;
}

.fs-menu-close {
	position:absolute;
	top:-24px;
	right:-24px;
	width:48px;
}

.fs-menu-close img {
	width:100%;
	height:auto;
}

.fs-top h1 {
	font-family:"Poppins", Helvetica, sans-serif;
	color:white;
	text-align:center;
	font-size:32px;
	text-transform:uppercase;
	font-weight:700;
	margin-top:32px;
}

.fs-poster h2, .fs-sponsors h2, .fs-section h3, .fs-announce h2 {
	font-family:"new_kansasblack";
	color:white;
	text-align:center;
	font-size:2.4em;
	
}

.fs-sponsors {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:64px 48px;
}

.fs-sponsor {
	font-family:"new_kansasblack";
	color:white;
	font-size:2.5em;
	flex-basis:30%;
	line-height:100%;
}

.fs-sponsor a {
	color:white;
	text-decoration:none;
}

.fs-faq h2 {
	font-family:"new_kansasblack";
	color:black;
	text-align:center;
	font-size:32px;
}

.fs-rail {
	padding-bottom:32px;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	width:100%;
	background-color:#6b81e7;
}


.fs-poster {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/bg-guitarist-sm.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 150px;
	text-align:center;
}

.fs-faq, .fs-embed, .fs-announce {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/bg-pink-sm.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	min-height:800px;
	padding:64px;
}

.fs-embed {
	min-height:500px;
}

.highlighted {
	background-color:#4c15a9;
	font-weight:bold;
}




.fs-poster p {
	font-family: 'Poppins', sans-serif;
	font-size:1.2em;
	color:white;
	text-align:justify;
}

.fs-poster .poster {
	width:80%;
}

.fs-rail-1 {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/divider-1-sm.gif");
}

.fs-rail-2 {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/divider-2-sm.gif");
}

.fs-rail-3 {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/divider-3-sm.gif");
}


.fs-rail h3 {
	font-family:"new_kansasblack";
	color:white;
	font-size:2.4em;
	margin-top:-180px;
	margin-bottom:16px;
}

.fs-rail img.rail {
	width:90%;
	margin:5% 0;
	height:auto;
}

.down-arrow {
	width:121px;
	height:auto;
}

.fs-top-col1, .fs-top-col3 {
	text-align:center;
}

#fs-photos {
	width:33%;
	margin-top:90px;
	margin-left:38%;
}

#fs-dates {
clear: both;
display: block;
margin: 32px auto;

margin-left: 45%;
}

#fs-dates img.fs-circle {
	width:70%;
}



#fs-board {
	    width: 25%;
		margin-right: 50%;
		margin-top:50px;
}

#fs-logo {
	width:70%;
	margin-top:56px;
	margin-left:-20%;
	display:block;
	clear:both;
}

#buy-now {
	position:absolute;
	left:70px;
	bottom:48px;
}

.fs-section.fs-app {
	
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/bg-guitarist-sm.jpg");
	background-repeat:no-repeat;
	background-size:cover;	padding-top:32px;
	padding-bottom:32px;
	padding-top:32px;
}

.fs-app-wrapper {
	display:flex;

	justify-content:space-between;
	width:90%;
	margin:0 auto;
}


.fs-app-text {
	padding:48px 12%;
	text-align:center;
}

.fs-section.fs-app-text h2 {
	font-family: "new_kansasblack";
    color: white;
    text-align: center;
    font-size: 2.4em;
}

.fs-section.fs-app-text h3 {
 	font-family: Roboto, Arial, sans-serif;
    color: white;
    text-align: center;
    font-size: 2em;
}

.page-id-5957 .fs-section.fs-app {
	background-image:none;

}

.page-id-5957 .fs-section.fs-app {
	background-image:none;

}
			
.fs23-download .fs-section {
	margin:0;
}

.page-id-5957.template-fullwidth header.header {
	margin-bottom:0;
}
	
	
	.fs23-download {
		min-height:800px;
			background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/bg-guitarist-sm.jpg");
			background-repeat:no-repeat;
			background-size:cover;
			padding-bottom:32px;
			padding-top:32px;
	}		

.poster-lineup-cols {
	
	display:flex;
	justify-content:space-around;
	
	
}

.fs-linup-poster {
	width:50%;
	padding-top:80px;
}


.fs-lineup-copy {
	width:50%;
	margin-top: 32px;
	padding: 32px;
	background-color: rgb(56 99 0 / 70%);
}

.fs-lineup-copy a {
	color:#E573B9;
}



.download-app-img {
	width:100%;
}

.fs-announce {
	text-align: center;
    min-height: 100px;
    padding: 64px 12px;
}

.download-app-announce {
	width:25%;
}

.fs-section.fs-app .app-btn {
	width:90%;
}

.download-spots {
	width:15%;
	text-align:center;
}

.download-apps {
	width:35%;
	text-align:center;
}

.fs-tix {
	border:10px solid #3c3333;
	width:67%;
	margin:16px auto;
	padding:32px;
}

.fs-tix, .fs-signup, .fs-map {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/bg-blue.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}

.fs-tix-row {
	    width:80%;
		margin: 16px auto;
}
.fs-tix-row:after {
	content: "";
	display: table;
	clear: both;
}

.fs-tix-price {
	height:auto;
	float:left;
	margin-right:32px;
	width:100px;
	cursor:pointer;
}
.fs-tix-text {
	font-family:"Poppins", Helvetica, sans-serif;
	color:#e7d501;
	font-size:1.5em;
	font-weight:700;
	margin-top:32px;
}

.fs-tix-text-sm {
	font-size:.8em;
	text-transform:uppercase;
	font-weight:400;
}

.fs-map {
	background-color:#333;
}
.fs-map img {
	width:97%;
	margin-left:2%;
	margin-top:16px;
	margin-bottom:16px;
}

.map-placeholder {
	font-family:"Poppins", Helvetica, sans-serif;
	font-size:4em;
	color:#7db42c;
	text-align:center;
	margin-top:200px;
	font-weight:700;
}

.fs-tix-badge {
	display: block;
	margin: -120px auto 40px auto;
}

.fs-signup {
	padding:55px 32px;
	text-align:center;
	font-family:"Poppins", Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:700;
	color:white;
}

.fs-signup a {
	color:#e674bb;
	text-decoration:none;
}

.mobile-only {
	display:none;
}

.fs-logo-mobile {
	width:50%;
}

.fs-dates-mobile {
	width:40%;
}


.fs-polaroids {
	background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/purple-bg.jpg");
	background-repeat:repeat;
	display:flex;
	justify-content:center;
}
.fs-polaroids &gt; img, .fs-polaroids &gt; picture {
	width:23%;
}

.fs-polaroids &gt; picture img {
	width:100%;
}





a.tix-button {
	text-decoration:none !important;
}

.tix-button {
	font-weight:bold;
    cursor: pointer;
    border: 4px solid black;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    --horizontal-padding: 1.5rem;
    --vertical-padding: 0.75rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family:"new_kansasblack";
    text-decoration: none;
    color: black;
    background:#e7d501;
    font-size: 40px;
    line-height:1.5em;
    padding: 4px 32px;
    border-radius: 2em;
    /*
    -webkit-box-shadow: 0 0 0 var(--cta-stroke-width,0) var(--cta-stroke-color);
    box-shadow: 0 0 0 var(--cta-stroke-width,0) var(--cta-stroke-color);
    */
    -webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,1);
box-shadow: 0px 8px 0px 0px rgba(0,0,0,1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),-webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    transition: -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),-webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: transform .3s cubic-bezier(.5,2.5,.7,.7),box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    transition: transform .3s cubic-bezier(.5,2.5,.7,.7),box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    transition: transform .3s cubic-bezier(.5,2.5,.7,.7),box-shadow .3s cubic-bezier(.5,2.5,.7,.7),-webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),-webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    
    margin:12px auto 24px auto;
}



.tix-button:hover {
    color: var(--cta-hovered-text-color,var(--cta-text-color));
    /*
    -webkit-box-shadow: 0 0 0 var(--cta-stroke-width,0) var(--cta-stroke-color),0 var(--animation-depth,.375em) 0 0 var(--cta-depth-color);
    box-shadow: 0 0 0 var(--cta-stroke-width,0) var(--cta-stroke-color),0 var(--animation-depth,.375em) 0 0 var(--cta-depth-color);
    */
    -webkit-box-shadow: 0px 18px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 18px 0px 0px rgba(0,0,0,1);
box-shadow: 0px 18px 0px 0px rgba(0,0,0,1);


    -webkit-transform: translateY(calc(-1*var(--animation-depth, .375em)));
    -ms-transform: translateY(calc(-1*var(--animation-depth, .375em)));
    transform: translateY(calc(-1*var(--animation-depth, .375em)));
  } 
  
  
  
  .tix-bottom {
	  color:white;
	  text-align:center;
	  margin-top:8px;
  }


@media screen and (max-width: 768px){
img.mob-hide {
	display: none;
	}
}
	  	

@media (max-width: 1200px) {
	.fs-tix {
    width: 80%;
	}
}
  
@media (min-width: 1500px) {
	.main__column {
    padding-left: 0;
	}
}

	
@media screen and (max-width: 1400px) {
	.fs-tix-price {
		margin-bottom:32px;
	}
}


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

	.fs-poster {
		padding:48px;
	}
	
	.fs-poster .poster {
		width:100%;
	}
	.poster-lineup-cols {
		
		display:block;
		
		
	}
	
	.fs-linup-poster {
		width:100%;
		padding-top:32px;
	}
	
	
	.fs-lineup-copy {
		width:100%;
		margin-top: 32px;
	}
	
	.fs-poster p {
		font-size:1em;
	}

}

@media screen and (max-width: 640px) {
	
	
	.fs-sponsor {
		flex-basis:100%;
		font-size:2em;
	}
	
	.fs-app-wrapper {
		flex-flow:column;
		align-items:center;
	}
	
	.fs-section.fs-app img {
		width:100%;
		margin-bottom:16px;
	}
	
	.download-spots, .download-apps {
		width:80%;
	}

	.fs-tix {
		width:95%;
	}
	
	.fs-tix-row {
		width:100%;
		border:1px solid #333;
		padding:12px;
		text-align:center;
		border-radius:8px;
		background-color:rgba(255,255,255,.1);
	}
	.fs-tix-text {
		margin-top:12px;
	}
	.fs-tix-price {
		float:none;
		margin:0 auto;
		display:block;
	}
	
	.fs-poster p {
		text-align:center;
	}
	
	.mobile-only {
		display:block;
	}
	
	.mobile-hide {
		display:none !important;
	}
	
	.fs-top {
		background-image:url("https://duckclub.b-cdn.net/duckclub-wp/flipside_2023/bg-top-mobile.jpg");
	}
	
	.fs-top h1 {
		font-size:20px;
	}
	.fs-top-col img {
		margin:16px auto;
	}
	.fs-top-col1 {
	width:10%;
	}
	
	.fs-top-col2 {
	width:80%;
	text-align:center;
	}
	
	.fs-top-col3 {
	width:10%;
	}
	
	.fs-rail h3 {
		margin-top:-14px;
		font-size:1.4em;
	}
	
	.down-arrow {
		width:60px;
	}	
	
	.fs-poster {
		padding:16px;
	}
}
</pre></body></html>