/* CSS Resets */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  cursor: pointer;
  text-decoration: none;
}

#root, #__next {
  isolation: isolate;
}

/*------------------------------------*\
	DEFINE WEBSITE VARIABLES
\*------------------------------------*/
:root {
  --primary-color: #5e50a1;
  --secondary-color: #f58220;
  --third-color: #86d2da;
  --body-color: #4d4d4f;
  --body-color-rgb: 60, 60, 60;
  --light-purple-rgb: 75, 64, 123;
  --dark-purple-rgb: 94, 80, 161;
  --light-color: #FFFFFF;
  --grey-color: #CCCCCC;
  --light-grey-color: #F5F5F5;
  --dark-color: #2F284D;
  --title-font: brandon-grotesque, sans-serif;
  --secondary-font: verdana, monospace;
  --body-font: verdana, sans-serif;
  font-size: 10px;
  /* Mobile menu overrides */
  --mm-color-border:rgba(255 255 255 / 0.4) !important;
  --mm-color-button:rgba(255 255 255 / 0.4) !important;
  --mm-color-text-dimmed:rgba(255 255 255 / 0.5)  !important;
  --design-color: #e7797d;
  --audio-color: #d2e288;
  --art-color: #00ade6;
  --coding-color: #e0d120;
  --indie-color: #00bac6;
  --indie-power-up-color: #9ab5c6;
  --free-color: #50858f;
  --roundtables-color: #979190;
  --performance-color: #e584b6;
  --discoverability-color: #4f74a7;
  --business-color: #b37ab4;
  --mobile-color: #f89e53;
  --keynote-color: #d1ad53;
  --gamesedu-color: #73a579;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.wrapper {
	width: 100%;
	float: left;
}

.content-area figure {
  margin: 2% !important;
}

/*------------------------------------*\
	HIDE MOBILE NAV
\*------------------------------------*/
#mobile-navigation {
	display:none;
}

#mobile-nav:not( .mm-menu ) {
   display: none;
}

.mm-menu {
  --mm-color-background: var(--dark-color);
  --mm-color-text: var(--light-color);
}


/*------------------------------------*\
	FORM RESETS
\*------------------------------------*/
form {
	width: 100%;
	float: left;
}

input, select, textarea {
	margin:0;
  padding:0;
  font-size: 1.5rem;
  outline:none;
	font-family:inherit;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius: none;
	-webkit-border-radius:0;
}

input[type="submit"],
input[type="button"],
button {
    border-radius: 8px;
}

/*------------------------------------*\
	FORM ELEMENT STYLING
\*------------------------------------*/
label {
	margin: 0 0.8em;
	font-weight: 300;
}

/* ------------  Inputs and textareas  ------------- */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	border: solid 1px var(--body-color);
	outline: medium none;
	margin: 1.2em 0px;
	padding: 0.8em !important;
	-webkit-appearance: none;
}

.ie9 input[type="text"] {
	line-height:normal;
} /* Get the stuff to line up right */

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: solid 1px var(--third-color);
}

input[type="submit"] {
    background-color: var(--primary-color);
    padding: 10px;
    border: 0;
    color: var(--light-color);
}

input[type="submit"]:hover {
    background-color: var(--dark-color);
}

.error {
    color: red;
    font-size: 1.6rem;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
  font-family: var(--body-font);
	font-size: 1.6rem;
  line-height: 1.5;
	color: var(--body-color);
	background-color: var(--light-color);
}

p {
	margin: 14px 0;
}

span.hi-light-copy {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

a {
	color: var(--secondary-color);
  transition: color .4s linear;
}

a:hover {
	color: var(--primary-color);
}

a.button,
p.button a {
  font-family: var(--title-font);
	font-weight: 900;
	display: inline-block;
	font-size: 1.8rem;
	color: var(--light-color);
	text-align: center;
	text-transform: capitalize;
	-webkit-appearance: none;
	padding: 8px 16px;
	background: var(--secondary-color);
  outline: solid 3px var(--secondary-color);
	transition: all .4s linear;
  margin: 12px 0;
    border-radius: 8px;
}

a:hover.button {
	background: var(--primary-color);
  outline: solid 6px var(--primary-color);
}

a.button.big {
	padding: 14px 22px;
  outline: solid 3px var(--secondary-color);
}

a:hover.button.big,
p.button a:hover  {
  color: var(--body-color);
  background: var(--third-color);
  outline: solid 6px var(--third-color);
}

a.button.caret::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 6px;
}

a.arrow::after,
a.button.arrow::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  margin-left: 6px;
}

a.arrow {
  font-family: var(--title-font);
	font-weight: 900;
	display: inline-block;
	font-size: 1.8rem;
  text-transform: capitalize;
}

a.button.green {
	color: var(--body-color);
	background: var(--third-color);
  outline: solid 3px var(--third-color);
}

a:hover.button.green {
	color: var(--light-color);
	background: var(--secondary-color);
  outline: solid 6px var(--secondary-color);
}

a.button.purple {
	background: var(--primary-color);
  outline: solid 3px var(--primary-color);
}

a:hover.button.purple {
	background: var(--secondary-color);
  outline: solid 6px var(--secondary-color);
}

a.button.white-outline {
	background: none;
  outline: solid 3px var(--light-color);
  color: var(--light-color);
}

a:hover.button.white-outline {
	background: var(--light-color);
  outline: solid 6px var(--light-color);
  color: var(--primary-color);
}

a.button.green-outline {
    background: rgba(var(--body-color-rgb),0.2);
    outline: solid 3px var(--third-color);
    border-radius: 8px; /* set to your desired amount */
}


a:hover.button.green-outline {
	background: var(--third-color);
  outline: solid 6px var(--third-color);
  color: var(--body-color);
}

h1, h2, h3, h4 {
	font-family: var(--title-font);
	font-weight: 900;
	text-transform: capitalize;
  color: var(--primary-color);
}

h1 {
	font-size: 4.4rem;
}

h2 {
	font-size: 3.8rem;
}

h3 {
	font-size: 2.6rem;
}

h4 {
	font-size: 2.2rem;
}

header {
  float: left;
  width: 100%;
  background-color: var(--primary-color);
  color: var(--light-color);
  position: relative;
}

.header-background-image {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  background-blend-mode: overlay;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

header.home {
  background-attachment: fixed;
}

.nav-section {
  width: 100%;
  float: left;
  position: relative;
  z-index: 9999;
  background: rgba(var(--light-purple-rgb), 0);
  transition: all .4s linear;
  padding-bottom: 24px;
}

.nav-section.fixed {
  top: 0;
  background: rgba(var(--light-purple-rgb), 0.9);
	position: fixed;
  z-index: 9999;
  border-bottom: solid 3px var(--light-color);
  padding-bottom: 18px;
}

.nav-section.fixed .nav-section-right .socials {
  display: none;
}

.nav-section.fixed .nav-section-left .dates,
.nav-section.fixed .nav-section-left .venue {
  margin: 0;
  font-size: 1.2rem;
  float: left;
}

.nav-section.fixed .nav-section-left .venue {
  margin-left: 12px;
}

.nav-section-left {
  float: left;
  margin: 22px 0 0 32px;
  transition: all .4s linear;
}

.nav-section.fixed .nav-section-left {
  margin: 20px 0 0 32px;
}

.nav-section-left .logo {
  max-width: 322px;
  transition: all .4s linear;
}

.nav-section.fixed .nav-section-left .logo {
  max-width: 280px;
}

.nav-section-left .dates,
.nav-section-left .venue {
  font-family: var(--body-font);
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 12px;
}

.nav-section-left .venue {
  margin-top: 0;
}

.nav-section-right {
  float: right;
  margin: 28px 32px 0 0;
  text-align: right;
  transition: all .4s linear;
}

.nav-section-right .ctas {
  float: right;
  clear: both;
}

.nav-section-right .ctas a.button {
  margin: 0 0 0 24px;
}

.nav-section-right .socials {
  float: right;
  clear: both;
  margin-top: 38px;
}

.nav-section-right .socials a {
  font-size: 2rem;
  color: var(--light-color);
  margin-left: 20px;
  transition: all .4s linear;
}

.nav-section-right .socials a:hover {
  color: var(--primary-color);
}

/* DESKTOP NAV STYLING */
.nav-section-right .nav-wrapper .desktop {
  width: 100%;
	float: right;
  margin-top: 20px;
  transition: all .4s linear;
}

.nav-section.fixed .nav-section-right .nav-wrapper .desktop {
  margin-top: 28px;
}

.nav-section-right .nav-wrapper .desktop ul,
.nav-section-right .nav-wrapper .desktop ul li {
	margin: 0;
	padding: 0;
}

.nav-section-right .nav-wrapper .desktop ul li {
	list-style: none;
	display: inline;
	position: relative;
}

.nav-section-right .nav-wrapper .desktop ul li a {
  font-family: var(--body-font);
	color: var(--light-color);
	font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 20px;
	transition: color .8s linear;
	text-decoration: none;
}

.nav-section-right .nav-wrapper .desktop ul li a.multi-level::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 6px;
}

.nav-section-right .nav-wrapper .desktop ul li a:hover,
.nav-section-right .nav-wrapper .desktop ul li a.active,
.nav-section-right .nav-wrapper .desktop ul li.active a {
	color: var(--third-color);
}

.nav-section-right .nav-wrapper .desktop ul li ul {
	position: absolute;
	top: 23px;
	right: -16px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 22px 0 0 0;
	z-index: 9998;
}

.nav-section-right .nav-wrapper .desktop ul li ul li {
    display: block;
    margin: 0;
    text-align: right;
    padding-bottom: 0;
    background: rgba(var(--light-purple-rgb), 0.9);
    border-left: solid 3px var(--light-color);
    border-right: solid 3px var(--light-color);
}

.nav-section-right .nav-wrapper .desktop ul li ul li:first-child {
    border-top: solid 3px var(--light-color);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-section-right .nav-wrapper .desktop ul li ul li:last-child {
    border-bottom: solid 3px var(--light-color);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.nav-section-right .nav-wrapper .desktop ul li ul li a,
.nav-section-right .nav-wrapper .desktop ul li.active ul li a {
		display: block;
		font-size: 1.4rem;
		margin-left: 0;
		border: none;
		color: var(--light-color);
		padding: 6px 18px;
		background-image: none;
		transition: color .8s linear;
}

.nav-section-right .nav-wrapper .desktop ul li ul li:first-child a {
    padding: 16px 18px 6px 18px;
}

.nav-section-right .nav-wrapper .desktop ul li ul li:last-child {
		padding: 0 0 12px 0;
}

.nav-section-right .nav-wrapper .desktop ul li ul li a:hover,
.nav-section-right .nav-wrapper .desktop ul li ul li a.active,
.nav-section-right .nav-wrapper .desktop ul li ul li.active a {
	color: var(--third-color);
}

.nav-section-right .nav-wrapper .desktop ul li:hover ul,
.nav-section-right .nav-wrapper .desktop ul li:hover ul li:hover ul,
.nav-section-right .nav-wrapper .desktop ul li:hover ul li:hover ul li:hover ul,
.nav-section-right .nav-wrapper .desktop ul li:hover ul li:hover ul li:hover ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.nav-section-right .nav-wrapper .desktop ul li:hover ul li ul,
.nav-section-right .nav-wrapper .desktop ul li:hover ul li:hover ul li ul,
.nav-section-right .nav-wrapper .desktop ul li:hover ul li:hover ul li:hover ul li ul {
	position: absolute;
	top: -10px;
	right: 320px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-transition: opacity 0.2s;
	margin: 0;
	z-index: 100;
}

.mobile-navigation-show-wrapper {
	display: none;
}

.mobile-navigation-show-wrapper a.simple-menu {
	color: var(--light-color);
  font-family: var(--secondary-font);
	text-decoration: none;
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 999999;
  font-size: 1.5rem;
  font-weight: 700;

}

.hamburger .nav-line{
  width: 30px;
  height: 3px;
  background-color: var(--light-color);
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

body.mm-wrapper--opened .hamburger {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.mm-wrapper--opened .hamburger .nav-line:nth-child(2){
  width: 0px;
}

body.mm-wrapper--opened .hamburger .nav-line:nth-child(1),
body.mm-wrapper--opened .hamburger .nav-line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

body.mm-wrapper--opened .hamburger .nav-line:nth-child(1) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

body.mm-wrapper--opened .hamburger .nav-line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(90deg);
  -ms-transform: translateY(-8px) rotate(90deg);
  -o-transform: translateY(-8px) rotate(90deg);
  transform: translateY(-8px) rotate(90deg);
}

nav#mobile-nav ul li a {
	color: var(--light-color);
	font-family: var(--title-font);
	font-weight: 900;
	font-size: 1.5rem;
	transition: color .8s linear;
	text-transform: uppercase;
}

nav#mobile-nav ul li a:hover,
nav#mobile-nav ul li a.active,
nav#mobile-nav ul li.active a {
	color: var(--secondary-color);
}

nav#mobile-nav ul li a.mm-subclose,
nav#mobile-nav ul li a:hover.mm-subclose {
	color: var(--primary-color);
}

.mm-navbar__title {
  font-family: var(--secondary-font);
	font-weight: 700;
	font-size: 1.8rem;
}

/*------------------------------------*\
	PAGE TITLE STYLING
\*------------------------------------*/
header .title {
  width: 100%;
  float: left;
  z-index: 999;
  position: relative;
  margin: 4% 0 5% 0;
}

header.home .title {
  margin: 8% 0 10% 0;
}

header .title h1 {
  color: var(--light-color);
  font-size: 7.2rem;
  width: 70%;
  margin-left: 15%;
    text-transform: uppercase;
}

/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/
#breadcrumbs {
    width: 100%;
    float: left;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 32px;
    color: var(--body-color);
    text-align: right;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
}

#breadcrumbs a {
    padding: 12px 18px 12px 0;
    color: var(--primary-color);
    display: inline-block;
}

#breadcrumbs a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  margin-left: 6px;
}

#breadcrumbs a:hover {
    color: var(--secondary-color);
}

#breadcrumbs span {
  margin-right: 32px;
}

/*------------------------------------*\
	TOP CALLOUT STYLING
\*------------------------------------*/
#top-callout {
  background-color: var(--light-color);
}

.top-callout-left {
  width: 50%;
  float: left;
  color: var(--light-color);
}

.top-callout-left h1 {
  color: var(--light-color);
}

.top-callout-left-inner {
  width: 100%;
  float: left;
  background-color: var(--secondary-color);
}

.top-callout-left-copy {
  max-width: 700px;
  float: right;
  padding: 60px;
}

.top-callout-right {
  width: 50%;
  float: left;
  background-color: var(--primary-color);
  background-blend-mode: overlay;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
}

/*------------------------------------*\
	HOME CONFERENCE STYLING
\*------------------------------------*/
#home-conference {
  position: relative;
  z-index: 1;
}

.home-conference-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 42px;
}

.home-conference-left {
  width: 42%;
  float: left;
  margin-right: 8%;
  background-color: var(--primary-color);
  background-blend-mode: overlay;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-conference-right {
  width: 50%;
  float: left;
  padding: 82px 0;
}

.home-conference-right-copy {
  max-width: 500px;
}

.track-wrapper {
  width: 100%;
  max-width: 500px;
  float: left;
  margin-top: 18px;
}

.track-wrapper .track {
  width: 17%;
  float:left;
  margin: 0 3% 3% 0;
}

.track-wrapper .track.north {
  width: 20%;
}

.track-wrapper .track img {
  width: 100%;
}

.device-large {
  max-width: 474px;
  position: absolute;
  right: -298px;
  bottom: -220px;
}

.device-small {
  max-width: 274px;
  position: absolute;
  left: -240px;
  bottom: -310px;
}

/*------------------------------------*\
	CONTENT STYLES
\*------------------------------------*/
#content-wrapper {
	background-color: #ffffff;
	z-index:1;
	padding: 72px 0;
}

#content-wrapper ul,
.modal ul {
  margin: 12px 0;
  padding: 0;
}

#content-wrapper ul li,
.modal ul li {
  list-style: none;
  background: url(../images/li_bg.png) no-repeat top left;
  padding: 0 0 8px 24px;
}

#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .content-area,
#content .list-tile-wrapper,
.logo-wrapper {
	max-width: 1500px;
	margin: 0 auto;
	padding: 32px 42px;
	overflow: hidden;
}

#content .content-area.full-width {
	float: left;
	max-width: inherit;
	width: 100%;
	padding: 0 !important;
	margin: 32px 0;
  background-color: var(--primary-color);
  background-blend-mode: overlay;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#content-wrapper .content-area.full-width ul li {
  background: url(../images/li_bg_white.png) no-repeat top left;
}

#content .content-area.full-width.conf-tracks {
  margin: 0;
}

#content .content-area.full-width.conf-tracks a.button {
  background: none;
  outline: solid 3px var(--light-color);
}

#content .content-area.full-width.conf-tracks a:hover.button {
  color: var(--light-color);
  outline: solid 6px var(--light-color);
}

#content .content-area.full-width.conf-tracks.art {
  background-color: var(--art-color);
}

#content .content-area.full-width.conf-tracks.audio {
  background-color: var(--audio-color);
}

#content .content-area.full-width.conf-tracks.business {
  background-color: var(--business-color);
}

#content .content-area.full-width.conf-tracks.coding {
  background-color: var(--coding-color);
}

#content .content-area.full-width.conf-tracks.design {
  background-color: var(--design-color);
}

#content .content-area.full-width.conf-tracks.discoverability {
  background-color: var(--discoverability-color);
}

#content .content-area.full-width.conf-tracks.indie-power-up {
  background-color: var(--indie-power-up-color);
}

#content .content-area.full-width.conf-tracks.free {
  background-color: var(--free-color);
}

#content .content-area.full-width.conf-tracks.indie {
    background-color: var(--indie-color);
}

#content .content-area.full-width.conf-tracks.keynote {
    background-color: var(--keynote-color);
}

#content .content-area.full-width.conf-tracks.mobile {
  background-color: var(--mobile-color);
}

#content .content-area.full-width.conf-tracks.performance {
  background-color: var(--performance-color);
}

#content .content-area.full-width.conf-tracks.roundtables {
  background-color: var(--roundtables-color);
}

#content .content-area.full-width.conf-tracks.gamesedu {
  background-color: var(--gamesedu-color);
}

#content .carousel-listings-outer-wrapper {
  max-width: 1500px;
	margin: 0 auto;
	padding: 32px 72px;
	overflow: hidden;
}

#content .content-area.full-width a {
	color: #FFFFFF;
}

#content .content-area.full-width.solid-color {
	background-color: var(--primary-color);
	color: var(--light-color);
}

#content .content-area.full-width.solid-color h1,
#content .content-area.full-width.solid-color h2,
#content .content-area.full-width.solid-color h3,
#content .content-area.full-width.solid-color h4 {
	color: var(--light-color);
}

#content .content-area.full-width.solid-color .inner.copy {
	color: var(--light-color);
}

#content .flexible-element:first-of-type {
	padding-top: 0;
	margin-top: 0;
}

#content .flexible-element:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content div.te-left-col, #content div.te-right-col {
	float: left;
	width: 48%;
}

#content .inner.copy {
	width: 100%;
	float: left;
	padding: 82px 15%;
	background: rgba( 0, 0, 0, 0.2);
	color: #FFFFFF;
}

#content .inner.copy h1,
#content .inner.copy h2,
#content .inner.copy h3,
#content .inner.copy h4,
#content .inner.copy h5 {
	color: #FFFFFF;
}

#content .te-col-copy {
	position: relative;
}

#content .te-col-copy .inner {
	padding: 122px;
	position: inherit;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#content .te-col-image {
  background-color: var(--primary-color);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#content .te-wrapper.te-colour-block {
	overflow: hidden;
}

#content .te-wrapper.hi-light-section {
   outline: solid 3px var(--body-color);
   padding: 32px;
   text-align: center;
   margin: 3px 0;"
 }

#content .te-wrapper.dark {
  overflow: hidden;
  background-color: var(--primary-color);
}

#content-wrapper .te-wrapper.dark ul li {
  background: url(../images/li_bg_white.png) no-repeat top left;
}

#content .te-wrapper.light {
  overflow: hidden;
  background-color: var(--light-grey-color);
}

#content .te-wrapper.light, #content .te-wrapper.light h1, #content .te-wrapper.light h2, #content .te-wrapper.light h3, #content .te-wrapper.light h4 {
	color: var(--body-color);
	text-shadow: none;
}

#content .te-wrapper.dark, #content .te-wrapper.dark h1, #content .te-wrapper.dark h2, #content .te-wrapper.dark h3, #content .te-wrapper.dark h4 {
	color: var(--light-color);
	text-shadow: none;
}

#content .te-wrapper a:hover.button {
	background-color: var(--third-color);
  outline: solid 6px var(--third-color);
  color: var(--body-color);
}

#content div.te-left-col {
	margin-right: 2%;
}

#content div.te-right-col {
	margin-left: 2%;
}

#content div.te-col-image,
#content div.te-col-copy {
	width: 50%;
	margin: 0;
	min-height: 500px;
}

#content div.te-col-image.left,
#content div.te-col-copy.left {
	float: left;
}

#content div.te-col-image.right,
#content div.te-col-copy.right {
	float: right;
}

#content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
	float: left;
	width: 30.66%;
}

#content div.te-second-col, #content div.te-third-col {
	margin-left: 4%;
}

/*------------------------------------*\
  FEATURE PODS
\*------------------------------------*/
.feature-pods {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  clear: both;
}

.list-item {
	width: 96%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-position: fixed;
	position: relative;
	color: var(--body-color);
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
  margin: 2%;
}

.list-item h3 {
	color: var(--light-color);
}


.list-item a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.list-item.half {
	width: 46%;
}

.list-item.third,
.list-item.third.last {
	width: 29.33%;
}

.list-item.quarter {
	width: 21%;
}

.list-item .list-item-title {
	margin: 0;
	width: 100%;
	padding: 0;
	position: absolute;
	bottom: 0;
	transition: all .6s linear;
	opacity: 1;
}

.list-item .list-item-title h3,
.list-item .list-item-title h4 {
	background-color: var(--primary-color);
	color: var(--light-color);
	padding: 10px 20px;
}

.list-item:hover .list-item-title {
	opacity: 0;
}

.list-item .copy {
	width: 100%;
	float: left;
	padding: 7% 10%;
	background: rgba( var(--dark-purple-rgb), 0);
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.list-item .copy .list-item-icon {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.list-item:hover .copy .list-item-icon {
	opacity: 0;
}

.list-item .copy-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	transition: all 1.4s ease;
	width: 100%;
	float: left;
	padding: 52px 24px;
	color: var(--light-color);
	font-weight: 500;
}

.list-item .copy-text h3 {
	color: var(--light-color);
	padding: 10px;
}

p.copy-text-read-more {
	text-transform: uppercase;
	font-family: gill-sans-nova, sans-serif;
	font-size: 16px;
	font-weight: 900;
}

.list-item.half .copy {
	padding: 10% 10%;
}

.list-item.third .copy,
.list-item.third.last .copy {
	padding: 15% 10%;
}

.list-item.quarter .copy {
	padding: 15% 10%;
}

.list-item:hover .copy {
	background: rgba( var(--dark-purple-rgb), 0.8);
}

.list-item:hover .copy.no-link {
	background: rgba( var(--dark-purple-rgb), 0.6);
}

.list-item:hover .copy-text {
	opacity: 1;
}

.list-item .copy-text h3,
.list-item:hover .copy-text h3 {
	font-size: 18px;
	line-height: 18px;
}

/*------------------------------
   RESPONSIVE VIDEOS & MAPS
-------------------------------*/

.video-container-wrapper,
.map-container-wrapper {
	max-width: 1400px;
	overflow: hidden;
	padding: 52px 32px;
	margin: 0 auto;
	position: relative;
}

.video-container,
.map-container {
	position: relative;
	padding-bottom: 56.25%;
}

.video {
  text-align: center;
}

.video span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 12px;
}

.single-video {
	width: 100%;
	float: left;
	margin: 24px 0;
}

.left-video,
.right-video {
	width: 48%;
	float: left;
	margin: 24px 0;
}

.right-video {
	margin-left: 4%;
}

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

/*------------------------------
   REUSEABLE ACCORDIAN SECTION
-------------------------------*/
.accordian-section {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.accordian-title {
	width: 100%;
	padding: 12px 0;
	line-height: 32px;
	color: var(--body-color);
	position: relative;
	font-size: 20px;
	border-bottom: solid 1px var(--body-color);
	font-family: var(--title-font);
	font-weight: 900;
	text-transform: uppercase;
}

.accordian-title a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: right;
	z-index: 1;
	cursor: pointer;
}

span.accordian-title-text {
	padding: 0 50px 0 0;
	display: block;
	text-align: left;
	pointer-events: none;
	font-family: var(--title-font);
	text-transform: uppercase;
	font-weight: 900;
}

.accordian-title a {
	margin: 16px 0 0 0;
  text-align: right;
  color: var(--body-color);
}

.accordian-title a span {
  margin-right: 18px;
  font-size: 2.6rem;
}

.accordian-content {
	float: left;
	width: 100%;
	text-align: left;
	padding: 1% 0;
	margin-bottom: 8px;
}

/*------------------------------------*\
  REUSEABLE GALLERY SECTION
\*------------------------------------*/
#content .gallery-listing-wrapper {
	margin-bottom: -1% !important;
}

span.gallery-tool-tip {
	color: var(--light-color);
}

span.gallery-tool-tip img {
	padding: 0 6px;
}

.gallery-image {
	margin: 0 1% 2%;
	width: 23%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

.gallery-image a .overlay {
	position: absolute;
	background-color: rgba( var(--dark-purple-rgb), 0);
	width: 100%;
	height: 100%;
	transition: background-color .4s linear;
}

.gallery-image a:hover .overlay {
	background-image: url(../images/gallery-link-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba( var(--dark-purple-rgb), 0.7);
}

.gallery-image img {
	width: 100%;
	height: auto;
	float: left;
}

/*------------------------------------*\
	SPEAKERS STYLING
\*------------------------------------*/
.speakers-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 72px 42px;
  text-align: center;
  position: relative;
}

.speaker {
  width: 20%;
  margin: 1% 0.5%;
  display: inline-block;
  vertical-align: top;
}

.speaker-image {
  position: relative;
  background-color: var(--light-color);
  overflow: hidden;
}

.speaker-placeholder {
  width: 100%;
  float: left;
}

.speaker-placeholder img {
  float: left;
}

.speaker-image .speaker-image-inner {
  background-color: var(--third-color);
  width: 98%;
  position: absolute;
  top: 1%;
  left: 1%;
  overflow: hidden;
}

a .speaker-image .speaker-image-inner img {
  opacity: 1;
  transition: opacity 0.2s;
  display: block;
  width: 100%;
  float: left;
}

a:hover .speaker-image .speaker-image-inner img {
  opacity: 0.5;
}

.speaker-image img.speaker-mask {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}

.speaker-name {
  font-family: var(--title-font);
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--body-color);
  position: relative;
  z-index: 999;
  background: #FFFFFF;
  padding-top: 8px;
  margin-top: -1px;
}

.speaker-company {
  font-family: var(--secondary-font);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-color);
  position: relative;
  z-index: 9999;
}

.speaker-svg:hover .hover-overlay {
    fill-opacity: 0.5;
}

/* -- DETAIL STYLING */
.speaker-detail-inpage-title {
  text-transform: none;
}

.speaker-image.detail {
  float: right;
  margin: 0 0 0 32px;
}

.detail-session-info {
  margin: 18px 0;
}

.speaker-image.detail .speaker-placeholder {
  max-width: 240px;
}

.speaker-image.detail .speaker-image-inner {
  background: none;
}

.speaker-twitter span {
  font-family: var(--secondary-font);
  font-weight: 700;
  margin-left: 12px;
}

.speaker-session-header {
  background-color: var(--primary-color);
  color: var(--light-color);
  text-align: center;
  padding: 6px 20px;
}

#content .te-wrapper.hi-light-section.speaker-detail {
   text-align: left;
   overflow: hidden;
   margin-top: 32px;
    position: relative;
    padding-bottom: 54px;
 }

.detail-session-info-item {
  display: inline-block;
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 24px;
}

.detail-session-info-item span {
  margin-right: 12px;
}

.speaker.detail-session {
  text-align: center;
}

.additional-speaker-session,
.additional-speaker-session-info {
  float: left;
    width: 100%;
}

/*------------------------------------*\
	AWARDS CALLOUT STYLING
\*------------------------------------*/
#awards-callout {
  background-color: var(--primary-color);
  background-blend-mode: overlay;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.awards-callout-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 42px;
  font-family: var(--body-font);
  color: var(--light-color);
  font-size: 2rem;
  position: relative;
}

.awards-callout-logo {
  opacity: 0.6;
  margin-bottom: 18px;
}

.awards-callout-copy {
  max-width: 1100px;
}

.awards-callout-device {
  position: absolute;
  top: 24px;
  right: -1000px;
  opacity: 0.5 !important;
}

/*------------------------------------*\
	HOME NEWS CAROUSEL STYLING
\*------------------------------------*/
.home-news-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px;
  text-align: center;
}

/*------------------------------------*\
	CAROUSEL STYLES
\*------------------------------------*/
.carousel-listings-wrapper {
		width: 100%;
		margin: 32px 0;
}

.carousel-listings-wrapper h3 {
	margin-bottom: 32px;
	text-align: center;
}

.carousel-listing {
		text-align: left;
    font-family: var(--secondary-font);
    font-size: 1.6rem;
		color: var(--body-color);
		position: relative;
    border: solid 1px var(--body-color);
    border-radius: 8px;
    font-weight: 700;
    margin: 2px;
}

.carousel-listings-wrapper a:hover .carousel-listing {
  color: var(--third-color);
  outline: solid 3px var(--body-color);
}

.carousel-listing img {
	width: 100%;
    border-radius: 8px 8px 0 0;
}

.carousel-listing-copy {
	padding: 12px 20px 12px 20px;
}

.carousel-listing-copy p.date,
.carousel-listing-copy p.readmore {
  font-family: var(--body-font);
  font-weight: 900;
  text-transform: capitalize;
  font-size: 1.4rem;
}

.carousel-listings-wrapper a:hover .carousel-listing-copy {
  color: var(--body-color);
}

.carousel-listings-wrapper a .carousel-listing-copy p.readmore {
  color: var(--primary-color);
}

.carousel-listings-wrapper a:hover .carousel-listing-copy p.readmore {
  color: var(--third-color);
}

/*------------------------------------*\
	NEWS LISTINGS
\*------------------------------------*/
#content .news-listing-wrapper {
	max-width: 1500px;
	margin: 0 auto;
	padding: 32px 18px;
	overflow: hidden;
}

.news-listing {
    width: 21%;
    float: left;
		text-align: left;
    font-family: var(--secondary-font);
    font-size: 1.6rem;
		color: var(--body-color);
		position: relative;
    border: solid 1px var(--body-color);
    font-weight: 700;
    margin: 0 2% 4% 2%;
}

.news-listing-wrapper a:hover .news-listing {
  color: var(--third-color);
  outline: solid 3px var(--body-color);
}

.news-listing img {
	width: 100%;
}

.news-listing-copy {
	padding: 12px 20px 12px 20px;
}

.news-listing-copy p.date,
.news-listing-copy p.readmore {
  font-family: var(--title-font);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.news-listing-wrapper a:hover .news-listing-copy {
  color: var(--body-color);
}

.news-listing-wrapper a .news-listing-copy p.readmore {
  color: var(--primary-color);
}

.news-listing-wrapper a:hover .news-listing-copy p.readmore {
  color: var(--third-color);
}

.news-date {
  font-family: var(--title-font);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
}

/*------------------------------------*\
	EXPO LISTINGS
\*------------------------------------*/
#content .exhibitor-listing-wrapper {
	max-width: 1500px;
	margin: 0 auto;
	padding: 32px 42px;
	overflow: hidden;
}

.exhibitor {
  width: 22%;
  float: left;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 1.8rem;
  color: var(--body-color);
  position: relative;
  border: solid 1px var(--body-color);
  font-weight: 700;
  margin: 2% 3% 2% 0;
  padding: 2%;
  -transition: all 0.2s;
}

.exhibitor:hover {
  border: solid 1px var(--third-color);
  outline: solid 3px var(--third-color);
}

.exhibitor a {
  width: 100%;
  height: 100%;
  display: block;
  color: var(--body-color);
}

.exhibitor a:hover {
  color: var(--primary-color);
}

.exhibitor .exhibitor-logo {
  line-height: 80px;
}

/* -- DETAIL STYLING */
.exhibitor-image.detail {
  float: right;
  margin: 24px 0 0 32px;
  padding: 2%;
  border: solid 1px var(--body-color);
}

.exhibitor-detail-contact {
  width: 100%;
  float: left;
  margin-top: 24px;
}

.exhibitor-detail-contact .socials {
  float: left;
  width: 100%;
  margin-top: 18px;
}

.exhibitor-detail-contact .socials a {
  float: left;
  font-size: 2rem;
  color: var(--body-color);
  margin-right: 20px;
  transition: all .4s linear;
}

.exhibitor-detail-contact .socials a:hover {
  color: var(--primary-color);
}

.exhibitor-detail-contact-phone {
  float: left;
  font-family: var(--title-font);
  font-size: 1.8rem;
  color: var(--body-color);
  font-weight: 900;
  margin-left: 18px;
}

.exhibitor-detail-contact-phone span {
  margin-left: 12px;
}

/*------------------------------------*\
	PASSES & PRICING STYLING
\*------------------------------------*/
.ticket-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 32px 52px;
  overflow: hidden;
}

.ticket {
  width: 31.33%;
  float: left;
  margin: 1%;
  outline: solid 1px var(--body-color);
}

.ticket h4 {
  background: var(--primary-color);
  color: var(--light-color);
  text-align: center;
  padding: 12px 8px;
  font-size: 1.6rem;
}

.ticket .ticket-top-info {
  width: 100%;
  float: left;
}

.ticket .ticket-copy {
  width: 100%;
  float: left;
  padding: 12px 5%;
  border-top: solid 1px var(--body-color);
  font-family: var(--secondary-font);
  font-size: 1.7rem;
  font-weight: 700;
}

.ticket .ticket-price-wrapper {
  width: 100%;
  float: left;
  padding: 12px 5%;
  border-top: solid 1px var(--body-color);
  font-weight: 700;
}

.early-bird-notice {
  text-align: center;
  padding: 12px;
  font-family: var(--title-font);
  font-size: 2.2rem;
  color: var(--primary-color);
  font-weight: 900;
}

.ticket .ticket-price-wrapper .ticket-price {
  font-family: var(--title-font);
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 900;
}

.ticket .ticket-price-wrapper .ticket-price span {
  font-family: var(--body-font);
  font-size: 1.4rem;
  color: var(--body-color);
  display: block;
}

.ticket .ticket-price-wrapper .ticket-price-type,
.ticket .ticket-price-wrapper .ticket-price,
.ticket .ticket-price-wrapper .ticket-price-buy {
  float: left;
}

.ticket .ticket-price-wrapper .ticket-price-type {
  width: 100%;
}

/*------------------------------
   CONFERENCE PROGRAMME
-------------------------------*/
.programme {
  max-width: 1500px;
  margin: 0 auto;
  padding: 32px 52px;
  overflow: hidden;
  text-align: center;
}

.track-icons {
	width: 100%;
	text-align: center;
  margin-top: 24px;
}

.track-icon {
	width: 7%;
	display: inline-block;
	margin: 0 0.5% 2% 0.5%;
}

.track-icon a {
	display: block;
	color: #FFFFFF;
  opacity: 1;
}

.track-icon a:hover {
  opacity: 0.8;
}

/*---  TABS  ---*/
h4.select-a-day {
    background: var(--primary-color);
    color: var(--light-color);
    outline: solid 1px var(--primary-color);
    padding: 4px 2%;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 1.8rem;
    text-transform: capitalize;
    font-family: var(--secondary-font);
    text-align: center;
    margin-top: 20px;
    float: left;
    width: 100%;
}

ul#tabs {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 100%;
}

ul#tabs li.tabs-list-item {
	width: 33.33%;
	padding: 6px 0;
	margin: 0 0 16px 0;
	float: left;
  display: inline-block;
  background-color: var(--light-color);
  outline: solid 1px var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
  background-image: none;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: var(--title-font);
}

ul#tabs li.tabs-list-item:hover {
	background-color: var(--primary-color);
	color: var(--light-color);
}

ul#tabs li.tabs-list-item.active {
	background-color: var(--third-color);
	color: var(--body-color);
}

ul#tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	width: 100%;
}

ul#tab li.tabs-list-item {
	display: none;
	background-image: none;
	padding: 0;
}

.modal-content li {
	display: block !important;
}

ul#tab li.tabs-list-item.active {
	display: block;
}

h4.session-conference {
    background: var(--primary-color);
    text-align: center;
    color: var(--light-color);
    padding: 2px 3%;
    float: left;
    width: 100%;
}

h4.session-conference.keynote {
    background: var(--keynote-color);
    margin-top: 24px;
}

h4.session-conference.art {
    background: var(--art-color);
    margin-top: 24px;
}

h4.session-conference.audio {
    background: var(--audio-color);
    margin-top: 24px;
}

h4.session-conference.business {
    background: var(--business-color);
    margin-top: 24px;
}

h4.session-conference.coding {
    background: var(--coding-color);
    margin-top: 24px;
}

h4.session-conference.design {
    background: var(--design-color);
    margin-top: 24px;
}

h4.session-conference.discoverability {
    background: var(--discoverability-color);
    margin-top: 24px;
}

h4.session-conference.indie-power-up {
    background: var(--indie-power-up-color);
    margin-top: 24px;
}

h4.session-conference.free {
    background: var(--free-color);
    margin-top: 24px;
}

h4.session-conference.indie {
    background: var(--indie-color);
    margin-top: 24px;
}

h4.session-conference.performance {
    background: var(--performance-color);
    margin-top: 24px;
}

h4.session-conference.gamesedu {
    background: var(--gamesedu-color);
    margin-top: 24px;
}

h4.session-conference.roundtables {
    background: var(--roundtables-color);
    margin-top: 24px;
}

h4.session-conference.mobile {
    background: var(--mobile-color);
    margin-top: 24px;
}

.session-wrapper {
    width: 100%;
    float: left;
    padding: 18px 0 32px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.session-wrapper.keynote {
  border-left: 1px solid var(--keynote-color);
  border-right: 1px solid var(--keynote-color);
  border-bottom: 1px solid var(--keynote-color);
}

.session-wrapper.art {
  border-left: 1px solid var(--art-color);
  border-right: 1px solid var(--art-color);
  border-bottom: 1px solid var(--art-color);
}

.session-wrapper.audio {
  border-left: 1px solid var(--audio-color);
  border-right: 1px solid var(--audio-color);
  border-bottom: 1px solid var(--audio-color);
}

.session-wrapper.business {
  border-left: 1px solid var(--business-color);
  border-right: 1px solid var(--business-color);
  border-bottom: 1px solid var(--business-color);
}

.session-wrapper.coding {
  border-left: 1px solid var(--coding-color);
  border-right: 1px solid var(--coding-color);
  border-bottom: 1px solid var(--coding-color);
}

.session-wrapper.design {
  border-left: 1px solid var(--design-color);
  border-right: 1px solid var(--design-color);
  border-bottom: 1px solid var(--design-color);
}

.session-wrapper.discoverability {
  border-left: 1px solid var(--discoverability-color);
  border-right: 1px solid var(--discoverability-color);
  border-bottom: 1px solid var(--discoverability-color);
}

.session-wrapper.indie-power-up {
  border-left: 1px solid var(--indie-power-up-color);
  border-right: 1px solid var(--indie-power-up-color);
  border-bottom: 1px solid var(--indie-power-up-color);
}

.session-wrapper.free {
  border-left: 1px solid var(--free-color);
  border-right: 1px solid var(--free-color);
  border-bottom: 1px solid var(--free-color);
}

.session-wrapper.indie {
    border-left: 1px solid var(--indie-color);
    border-right: 1px solid var(--indie-color);
    border-bottom: 1px solid var(--indie-color);
}

.session-wrapper.performance {
  border-left: 1px solid var(--performance-color);
  border-right: 1px solid var(--performance-color);
  border-bottom: 1px solid var(--performance-color);
}

.session-wrapper.gamesedu {
  border-left: 1px solid var(--gamesedu-color);
  border-right: 1px solid var(--gamesedu-color);
  border-bottom: 1px solid var(--gamesedu-color);
}

.session-wrapper.roundtables {
  border-left: 1px solid var(--roundtables-color);
  border-right: 1px solid var(--roundtables-color);
  border-bottom: 1px solid var(--roundtables-color);
}

.session-wrapper.mobile {
  border-left: 1px solid var(--mobile-color);
  border-right: 1px solid var(--mobile-color);
  border-bottom: 1px solid var(--mobile-color);
}

.session-wrapper .session-wrapper-intro {
  margin: 12px 3%;
}

.session {
    width: 30.33%;
    float: left;
    position: relative;
    outline: solid 1px var(--grey-color);
    padding: 34px 2% 44px 2%;
    text-align: left;
    margin: 1%;
}

.session-free {
    position: absolute;
    top: 8px;
    right: 12px;
    float: left;
    outline: solid 1px var(--body-color);
    padding: 1px 4px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 6px;
}

.session-title {
    margin-bottom: 12px;
}

.session-title a {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 2rem;
    font-family: var(--title-font);
}

.session-speaker {
    color: var(--body-color);
    margin: 4px 0 0 0;
    font-family: var(--body-font);
    font-size: 1.3rem;
    font-weight: 700;
}

.speaker.detail-session .speaker-image {
    display: inline-block;
    margin: 0 8px 0 0;
}

.session-speaker a {
    color: var(--secondary-color);
    margin-right: 6px;
}

.session-category {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--light-color);
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
}

.session-category a {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 900;
    margin: 0 6px 6px 0;
    padding: 0 5px;
    color: var(--light-color);
    text-decoration: none;
    float: left;
    opacity: 1;
}

.session-category a:hover {
    opacity: 0.8;
}

#content .te-wrapper.hi-light-section.speaker-detail .session-category {
    right: 20px;
}

.session-category a.design {
    background-color: var(--design-color);
}

.session-category a.art {
    background-color: var(--art-color);
}

.session-category a.audio {
    background-color: var(--audio-color);
}

.session-category a.business {
    background-color: var(--business-color);
}

.session-category a.coding {
    background-color: var(--coding-color);
}

.session-category a.indie-power-up {
    background-color: var(--indie-power-up-color);
}

.session-category a.free {
    background-color: var(--free-color);
}

.session-category a.indie {
    background-color: var(--indie-color);
}

.session-category a.discoverability {
    background-color: var(--discoverability-color);
}

.session-category a.performance {
	background-color: var(--performance-color);
}

.session-category a.gamesedu {
	background-color: var(--gamesedu-color);
}

.session-category a.roundtables {
	background-color: var(--roundtables-color);
}

.session-category a.mobile {
    background-color: var(--mobile-color);
}

.session-category a.keynote {
    background-color: var(--keynote-color);
}

/*------------------------------------*\
	MODAL STYLING
\*------------------------------------*/
.modal {
    max-width: 900px !important;
    padding: 2% !important;
    border-radius: 0 !important;
}

.modal a.close-modal {
    top: -25px !important;
    right: -25px !important;
    width: 50px !important;
    height: 50px !important;
    background-image: url(../images/close-button.png) !important;
}

.modal .detail-session-title h3 {
  text-transform: none;
}

.modal .session-category {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 24px;
    bottom: 0;
    width: 100%;
    float: left;
}

.modal .session-category a {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 900;
    margin: 0 6px 6px 0;
    padding: 4px 12px;
    color: var(--light-color);
    text-decoration: none;
    float: left;
    opacity: 1;
}

.modal .session-cta {
    float: left;
    width: 100%;
}

.modal .speaker-name {
    margin-top: 0;
}

.modal .additional-speaker-session {
  margin-bottom: 24px;
}

/*------------------------------------*\
	COUNTER UP STYLING
\*------------------------------------*/
.number-box {
  width: 29.33%;
  float: left;
  margin: 2%;
  text-align: center;
  background-color: var(--third-color);
  color: var(--body-color);
  font-family: var(--secondary-font);
  font-size: 2rem;
  font-weight: 700;
  padding: 4%;
}

.number-box .numscroller,
.number-box .operator {
  font-family: var(--title-font);
  font-size: 5rem;
  font-weight: 900;
}

/*------------------------------------*\
	CONFERENCE TRACK PAGE STYLING
\*------------------------------------*/
.conference-track-copy {
  width: 82%;
  float: left;
  margin-right: 4%;
}

.conference-track-icon {
  width: 14%;
  float: left;
}

/*------------------------------------*\
	MAIN CTA STYLING
\*------------------------------------*/
#main-cta-wrapper {
  background: rgb(var(--dark-purple-rgb));
  background: radial-gradient(circle, rgba(var(--dark-purple-rgb),1) 0%, rgba(var(--light-purple-rgb),1) 100%);
  text-align: center;
  position: relative;
  animation: background-glow 1.5s ease infinite alternate;
}

#main-cta-wrapper:hover {
  animation: none;
}

.main-cta-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 42px;
  text-align: center;
  background: url("../images/main-cta-bg.png") no-repeat center center;
}

@keyframes background-glow {
  0%   {background: radial-gradient(circle, rgba(var(--dark-purple-rgb),1) 0%, rgba(var(--light-purple-rgb),1) 100%);}
  25%  {background: radial-gradient(circle, rgba(var(--dark-purple-rgb),1) 30%, rgba(var(--light-purple-rgb),1) 100%);}
  50%  {background: radial-gradient(circle, rgba(var(--dark-purple-rgb),1) 40%, rgba(var(--light-purple-rgb),1) 100%);}
  75%  {background: radial-gradient(circle, rgba(var(--dark-purple-rgb),1) 30%, rgba(var(--light-purple-rgb),1) 100%);}
  100% {background: radial-gradient(circle, rgba(var(--dark-purple-rgb),1) 0%, rgba(var(--light-purple-rgb),1) 100%);}
}

.main-cta-button {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*------------------------------------*\
	PARTNERS STYLING
\*------------------------------------*/
.partners-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 92px 42px 72px 42px;
  text-align: center;
  overflow: hidden;
}

.static-platinum-partners {
  width: 100%;
  text-align: center;
}

.static-platinum-partners h4 {
  color: var(--grey-color);
}

.static-platinum-partners .platinum-partner {
  display: inline-block;
  margin: 32px;
}

.carousel-partners {
  width: 100%;
  float: left;
  margin: 24px 0;
}

.carousel-partners h4 {
  color: var(--grey-color);
}

.logos {
  margin-top: 18px;
  display: flex !important;
  justify-content: center;
}

.logo-partners {
  line-height: 80px;
}

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

/*------------------------------------*\
	FOOTER STYLING
\*------------------------------------*/
#footer-wrapper {
  background: url("../images/footer-bg.png") no-repeat top right -90px var(--dark-color);
  color: var(--light-color);
}

.footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 42px;
  overflow: hidden;
}

.footer-logo {
  max-width: 220px;
}

.footer-columns-wrapper {
  width: 100%;
  float: left;
  margin: 52px 0;
}

.footer-column {
  width: 33.33%;
  float: left;
}

.footer-column a:hover,
.footer-column.one a:hover.main,
.footer-column.one a:hover.sublevel {
  color: var(--third-color);
}

.footer-column ul,
.footer-column ul li {
	margin: 0;
	padding: 0;
}

.footer-column ul li {
	list-style: none;
	position: relative;
}

.footer-column ul li a,
.footer-column.one a.main {
  font-family: var(--body-font);
  font-size: 2.6rem;
  color: var(--light-color);
  font-weight: 900;
  text-transform: uppercase;
}

.footer-column ul li a::after,
.footer-column.one a.main::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  margin-left: 6px;
}

.footer-column ul li ul li a,
.footer-column.one a.sublevel {
  font-family: var(--body-font);
  font-size: 1.6rem;
  color: var(--light-color);
  font-weight: 900;
  text-transform: uppercase;
}

.footer-column ul li ul li {
  margin: 14px 0;
}

.footer-column ul li ul li a::after,
.footer-column.one a.sublevel::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 6px;
}

.footer-column.one {
  font-family: var(--secondary-font);
  font-size: 1.8rem;
}

.footer-column a.button {
  width: 100%;
}

.footer-column .socials {
  float: left;
  width: 100%;
  margin: 32px 0;
  text-align: right;
}

.footer-column .socials a {
  font-size: 2rem;
  color: var(--light-color);
  margin-left: 20px;
  transition: all .4s linear;
}

.footer-column .socials a:hover {
  color: var(--third-color);
}

.footer-bottom {
  width: 100%;
  float: left;
  font-size: 1.4rem;
}

.footer-bottom .footer-bottom-copyright {
  float: left;
}

.footer-bottom .footer-bottom-menu {
  float: right;
}

.footer-bottom .footer-bottom-menu ul,
.footer-bottom .footer-bottom-menu ul li {
	margin: 0;
	padding: 0;
}

.footer-bottom .footer-bottom-menu ul li {
	list-style: none;
	display: inline;
	position: relative;
}

.footer-bottom .footer-bottom-menu ul li a {
  text-transform: capitalize;
  color: var(--light-color);
  margin-left: 12px;
  padding-left: 12px;
  border-left: solid 1px var(--light-color);
}

.footer-bottom .footer-bottom-menu ul li:first-child a {
  border-left: none;
}

.footer-bottom .footer-bottom-menu ul li a:hover {
  color: var(--third-color);
}

#website_by_symphony {
    float: left;
    margin-top: 22px;
    font-size: 1.4rem;
}

#mobile-cta {
	display: none;
	width: 100%;
	position: fixed;
	bottom: -60px;
	z-index: 99999;
	transition: bottom .4s linear;
	text-align: center;
}

#mobile-cta a.button {
	display: block;
	color: var(--light-color);
	border-radius: 0;
	outline: 3px solid var(--light-color);
  margin: 0;
  padding: 18px 0;
}

#mobile-cta.fixed {
	bottom: 0;
}

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

.home-conference-wrapper {
    padding: 0 42px 0 0;
}

.device-large {
  bottom: -200px;
}

.device-small {
  left: -160px;
}

.conference-track-copy {
  width: 72%;
}

.conference-track-icon {
  width: 24%;
}

}

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

header .title h1 {
  font-size: 5.2rem;
}

}

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

.nav-section.fixed .nav-section-left .logo {
  max-width: 180px;
}

.nav-section-right {
  margin: 32px 32px 0 0;
}

.nav-section-right .ctas {
  margin-right: 52px;
}

.nav-section-right .socials {
    margin-top: 64px;
}

nav.desktop {
  display: none;
}

.mobile-navigation-show-wrapper {
  display: inherit;
  position: absolute;
  right: 32px;
  top: 24px;
}

.device-large,
.device-small {
  display: none;
}

.speaker {
  width: 17%;
  margin: 1%;
  display: inline-block;
}

.news-listing {
    width: 29.33%;
}

.ticket {
  width: 46%;
  margin: 0 2% 4% 2%;
}

.track-icon {
	width: 8%;
}

.modal {
    padding: 4% !important;
}

}

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

h1 {
	font-size: 3.8rem;
}

h2 {
	font-size: 2.6rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 1.8rem;
}

.nav-section-right a.newsletter {
  display: none;
}

.top-callout-left-copy {
    padding: 42px;
}

.speaker {
  width: 21%;
}

.session {
    width: 47%;
}

#footer-wrapper {
  background: url("../images/footer-bg.png") no-repeat top right 0 var(--dark-color);
}

.footer-column {
  width: 100%;
  margin-bottom: 32px;
}

.footer-column ul li ul li {
  padding-top: 14px;
  border-top: 1px solid var(--light-color);
}

.footer-column .socials {
  text-align: left;
}

.footer-column .socials a {
  margin-left: 0;
  margin-right: 20px;
}

.footer-bottom .footer-bottom-copyright,
.footer-bottom .footer-bottom-menu {
  width: 100%;
  float: left;
}

.footer-bottom .footer-bottom-menu  {
  margin-top: 24px;
}

.footer-bottom .footer-bottom-menu ul li {
  margin-bottom: 8px;
  display: inline-block;
}

.footer-bottom .footer-bottom-menu ul li a {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  margin-right: 12px;
  padding-right: 12px;
  border-right: solid 1px var(--light-color);
}

.footer-bottom .footer-bottom-menu ul li:last-child a {
  border-right: none;
}

    div.exhibitor {
        width: 30.3%;
    }

}

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

.nav-section-left .logo {
    max-width: 250px;
}

.track-icon {
	width: 12%;
	margin: 0 0.5% 2% 0.5%;
}

.conference-track-copy {
  width: 62%;
}

.conference-track-icon {
  width: 34%;
}

}

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

#content div.te-left-col, #content div.te-right-col, #content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
	width: 100%;
	margin: 0 0 32px 0;
}

.single-video,
.left-video,
.right-video {
	width: 100%;
	margin: 18px 0;
}

.right-video {
	margin-left: 0;
}

}

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

.content-area figure {
  margin: 5% !important;
  width: 90% !important;
  max-width: inherit !important;
  text-align: center;
}

.content-area figure img {
  max-width: 100% !important;
  height: auto !important;
}

h1 {
	font-size: 3.2rem;
}

.nav-section.fixed .nav-section-left .dates,
.nav-section.fixed .nav-section-left .venue {
    font-size: 1.2rem;
}

.nav-section.fixed .nav-section-left .venue {
  margin-left: 8px;
}

.nav-section-right .socials {
  display: none;
}

.nav-section-right {
    margin: 32px 32px 0 0;
}

.nav-section.fixed .nav-section-right .ctas {
  display: none;
}

header .title h1 {
  font-size: 4.2rem;
}

.top-callout-left {
  width: 100%;
}

.top-callout-right {
  width: 100%;
}

#home-conference {
  background-color: var(--primary-color);
  color: var(--light-color);
}

#home-conference h1 {
  color: var(--light-color);
}

#home-conference span.hi-light-copy {
  color: var(--light-color);
}

.home-conference-wrapper {
    padding: 0 42px;
}

.home-conference-left {
  display: none;
}

.home-conference-right {
  width: 100%;
  padding: 52px 0;
}

.speaker {
  width: 30.33%;
  margin: 3% 1%;
}

.speaker-image.detail .speaker-placeholder {
  max-width: 200px;
}

.detail-session-info-item {
  display: block;
  margin-bottom: 6px;
}

#content div.te-col-image {
	width: 100%;
}

#content div.te-col-copy {
	width: 100%;
	min-height: inherit;
}

#content div.te-col-image {
	min-height: 300px;
}

#content .te-col-copy .inner {
	padding: 42px 32px;
	position: inherit;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	float: left;
	font-size: 18px;
	line-height: 22px;
}

#content .te-col-copy .inner {
	height: auto !important;
}

.news-listing {
    width: 46%;
}

.gallery-image {
	margin: 0 2% 4%;
	width: 29.33%;
}

.ticket {
  width: 90%;
  margin: 0 5% 4% 5%;
}

.number-box {
  width: 100%;
  margin: 4% 0;
  padding: 5%;
}

.footer-column ul li a,
.footer-column.one a.main {
  font-size: 2rem;
}

.footer-column ul li ul li a,
.footer-column.one a.sublevel {
  font-size: 1.4rem;
}

#mobile-cta {
	display: inherit;
}

    div.exhibitor {
        width: 47%
    }

}

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

header {
  padding-top: 12px;
}

.mobile-navigation-show-wrapper {
    right: 5%;
}

.nav-section.fixed .mobile-navigation-show-wrapper {
    top: 10px;
}

.nav-section.fixed {
  padding-bottom: 10px;
}

.nav-section-left {
  width: 90%;
  margin: 20px 5% 0 5%;
}

.nav-section.fixed .nav-section-left {
    margin: 10px 5% 0 5%;
}

.nav-section-left .logo {
    max-width: inherit;
}

.nav-section-left .logo img {
    max-width: 270px;
}

.nav-section.fixed .nav-section-left .logo img {
  max-width: 180px;
}

.nav-section-right {
  width: 90%;
  float: left;
  text-align: center;
  margin: 18px 5% 0 5%;
}

.nav-section.fixed .nav-section-right {
  margin: 0;
}

.nav-section-right .ctas {
    float: left;
    clear: both;
}

.nav-section-right .ctas a.button {
  margin: 0;
}

header .title {
  margin: 0 0 10% 0;
}

header .title h1 {
  font-size: 3.2rem;
  width: 90%;
  margin: 0 5%;
}

.partners-inner {
  padding: 62px 32px 52px 32px;
}

.top-callout-left-copy,
.awards-callout-inner,
.main-cta-inner,
.footer-inner {
  padding: 42px 32px;
}

.top-callout-right {
    min-height: 300px;
}

.speakers-inner {
  padding: 42px 62px;
}

.speakers-inner.listing {
  padding: 42px 32px;
}

.home-conference-wrapper {
    padding: 0 32px;
}

.speakers-inner {
    z-index: 0;
}

.speakers-inner.listing .speaker,
.speaker {
  width: 46%;
  margin: 0 1% 5% 1%;
  max-width: 140px;
}

.speakers-inner .speaker {
  width: 100%;
  margin: 0;
}

.speaker-image.detail .speaker-placeholder {
  max-width: 180px;
}

#content-wrapper {
		padding: 42px 0;
}

#content .te-wrapper  {
	padding: 0;
}

#content .inner.copy {
	padding: 52px 10%;
}

.list-item {
	font-size: 16px;
}

.list-item .copy,
.list-item.half .copy,
.list-item.third.last .copy {
	padding: 25% 10%;
}

.list-item.quarter,
.list-item.third,
.list-item.third.last,
.list-item.half {
	width: 90%;
  margin: 5%;
}

.accordian-title {
	line-height: 22px;
	font-size: 16px;
}

.accordian-title a img {
	max-width: 16px;
}

.gallery-image {
	margin: 0 2% 4%;
	width: 46%;
	overflow: hidden;
}

.exhibitor-detail-contact-phone {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-top: 18px;
}

.ticket .ticket-price-wrapper .ticket-price span {
    display: block;
}

.track-icon {
	width: 15%;
	margin: 0 1% 2% 1%;
}

ul#tabs li {
  font-size: 1.4rem;
}

.modal {
    padding: 5% !important;
}

.footer-inner {
  padding: 72px 42px 102px 42px;
}

}

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

.session {
    width: 90%;
    margin: 2% 5%;
    padding: 34px 5% 44px 5%;
}

)

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

.home-news-inner {
    padding: 42px 62px;
}

#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .content-area,
#content .list-tile-wrapper,
.ticket-wrapper,
.logo-wrapper,
.programme,
#content .exhibitor-listing-wrapper {
  padding: 32px;
}

.carousel-listing {
  margin: 2px 20px;
}

.news-listing {
    width: 96%;
}

.ticket {
  width: 100%;
  margin: 0 0 6% 0;
}

.early-bird-notice {
  font-size: 1.6rem;
}

.conference-track-copy {
  width: 100%;
  margin: 0;
}

.conference-track-icon {
  width: 100%;
}

.conference-track-icon img {
  max-width: 190px;
}

    div.exhibitor {
        width: 100%;
        margin: 2% 0;
    }

}

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

#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .content-area,
#content .list-tile-wrapper,
.logo-wrapper,
.ticket-wrapper,
.programme,
#content .exhibitor-listing-wrapper {
  padding: 32px 20px;
}

.speakers-inner.listing {
  padding: 42px 20px;
}

.speaker-image.detail .speaker-placeholder {
  max-width: 160px;
}

ul#tabs li {
  font-size: 1.3rem;
}

}

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

.nav-section-left .logo img {
    max-width: 230px;
}

}

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

.session-category {
    font-size: 0.8rem;
}

}
