/*  Less Framework 3
    by Joni Korpi
    http://lessframework.com    */


/*------------------------------------*\
    RESETS
\*------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

a img {border: 0;}

figure {position: relative;}
figure img {width: 100%;}

html, body {
    height:100%
}

img {
    max-width: 100%;
    height: auto !important;
}

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

input, select, textarea {
    margin:0; padding:0; font-size:15px; 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:0px;
}

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

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

/* ------------  Inputs and textareas  ------------- */
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #1C0F30;
    outline: medium none;
    margin: 6px 0px 10px;
    padding: 8px;
    -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 #FF8C00;
}

/* ------ FREE FORM IE STYLING ------  */
.freeform-row .freeform-column {
    width: 100%;
}

.ff_composer textarea, .ff_composer input[type="text"], .ff_composer input[type="email"], .ff_composer input[type="url"], .ff_composer input[type="number"], .ff_composer input[type="password"] {
    width: 100% !important;
}

.freeform-row .freeform-column .freeform-instructions {
    color: #666666 !important;
}

/* ------------  Buttons & Submits  ------------  */
button[type="submit"],
input[type="submit"],
button[type="button"] {
    display: inline-block;
    cursor:pointer;
    font-family: 'Anonymous Pro', monospace;
    text-transform: uppercase;
    display: inline-block;
    cursor:pointer;
    font-size: 18px;
    background-color: #FF8C00;
    color: #FFFFFF;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-appearance: none;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 12px;
    border: solid 2px #FF8C00;
}

button[type="submit"]:hover,
input[type="submit"]:hover,
button[type="button"]:hover {
    background-color: #00D7E1;
    color: #FFFFFF;
    border: solid 2px #00D7E1;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #352635;
    font-weight: normal;
}

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

p {
    margin: 12px 0;
}

a {
    color: #B279B3;
    text-decoration: none;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
}

a:hover {
    color: #4BC3CD;
}

a.button {
    font-family: 'Anonymous Pro', monospace;
    text-transform: uppercase;
    display: inline-block;
    cursor:pointer;
    font-size: 20px;
    background-color: #FF8C00;
    color: #FFFFFF;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-appearance: none;
    padding: 8px 24px;
    text-decoration: none;
    font-weight: 700;
}

a.button.purple {
    background-color: #B279B3;
}

a.button.smaller {
    font-size: 15px;
    padding: 4px 12px;
}

a:hover.button {
    background-color: #00D7E1;
    color: #FFFFFF;
}

a.button.register {
    padding: 12px 36px;
    font-size: 22px;
}

a.button.outline {
    border: solid 2px #FFFFFF;
    background: none;
}

a:hover.button.outline {
    border: solid 2px #00D7E1;
    background: #00D7E1;
}

h1, h2, h3, h4 {
    font-family: 'Anonymous Pro', monospace;
    font-weight: 700;
    color: #734F73;
}

h1 {
    font-size: 30px;
    line-height: 32px;
}

h1:before {
    content: '>';
    font-family: 'Anonymous Pro', monospace;
    font-size: 32px;
    margin-right: 14px;
}

h2 {
    font-size: 22px;
    line-height: 22px;
}

h2:before {
    content: '>';
    font-family: 'Anonymous Pro', monospace;
    font-size: 28px;
    margin-right: 14px;
}

h3 {
    font-size: 18px;
    line-height: 18px;
}

h3.border {
    border-top: solid 2px #112B33;
    border-bottom: solid 2px #112B33;
    padding: 12px 0;
}

h3.block {
    background: #473146;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 2%;
    float: left;
    width: 96%;
}

h4 {
    font-size: 16px;
    line-height: 16px;
}

/*------------------------------------*\
    LINK OVERLAYS
\*------------------------------------*/
a .module-overlay,
.module-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/module-overlay.png) repeat;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 9998;
    pointer-events: none;
}

a:hover .module-overlay {
    opacity: 0.7;
}

header {
    width: 100%;
    float: left;
    position: relative;
}

body.content #header-content-wrapper {
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#header-top-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 999996;
}

#header-top-wrapper.fixed,
body.content header #header-top-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgb(115,79,115); /* The Fallback */
    background: rgba(115,79,115,0.9);
    border-bottom: solid 4px #FFFFFF;
}

.show {
    float: left;
    margin-top: 8px;
}

#header-top-wrapper.fixed .show {
    margin-left: 6px;
}

.show ul,
.show ul li {
    margin: 0;
    padding: 0;
}

.show ul li {
    list-style: none;
    display: inline;
    position: relative;
}

.show ul li a {
    color: #FFFFFF;
    font-family: 'Anonymous Pro', monospace;
    font-size: 20px;
    -webkit-transition: color .8s linear;
    -moz-transition: color .8s linear;
    -o-transition: color .8s linear;
    transition: color .8s linear;
    text-decoration: none;
    margin: 0 12px;
    font-weight: 700;
    text-shadow: 0px 0px 3px rgba(69, 48, 71, 0.6);
}

.show ul li a:hover,
.show ul li a.active {
    text-decoration: underline;
}

.show ul li ul {
    position: absolute;
    top: 21px;
    left: 0;
    width: 320px;
    display: none;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding-top: 15px;
    z-index: 999997;
}

.show ul li ul li,
.show ul li a.active ul li {
    background-color: #B478B4;
    color: #FFFFFF;
    display: block; 
    margin: 0;
    text-align: left;
}

.show ul li ul li a,
.show ul li ul li a.active {
    display: block;
    font-size: 16px;
    margin-left: 0;
    line-height: 26px;
    border: none;
    color: #FFFFFF;
    padding: 3px 4%;
    background-image: none;
    width: 92%;
    text-shadow: none;
}

.show ul li ul li a:hover,
.show ul li ul li a.active {
    color: #FFFFFF;
    background: #473146;
    text-decoration: none;
}

.show ul li:hover ul,
.show ul li:hover ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.show ul li:hover ul li ul {
    position: absolute;
    top: -15px;
    left: 320px;
    width: 320px;
    display: none;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    z-index: 100;
}

#navigation-icon {
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 999996;
    float: left;
    margin-top: 8px;
    display: none;
    margin-right: 18px;
}

body.content header #header-top-wrapper.fixed #navigation-icon {
    margin-left: 0;
}

#menu-trigger {
    cursor: pointer;
    height: 30px;
    overflow: visible;
    position: relative;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
#menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 4px;
  opacity: 1;
  position: absolute;
  transition: .25s ease-in-out;
}
#menu-trigger span:before, #menu-trigger span:after {
  content: '';
}
#menu-trigger span {
  right: 0px;
  top: 10px;
  width: 30px;
}
#menu-trigger span:before {
  right: 0px;
  top: -10px;
  width: 15px;
}
#menu-trigger span:after {
  right: 0px;
  top: 10px;
  transition: all .25s ease-in-out;
  width: 20px;
}

nav#menu ul li a {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    font-family: 'Anonymous Pro', monospace;
}

nav#menu ul li a.button {
    font-size: 18px;
}

nav#menu ul li a:hover,
nav#menu ul li a.active {
    color: #FC891F;
}

nav#menu ul li a.button:hover {
    color: #FFFFFF;
}

nav#menu ul li a.mm-subclose,
nav#menu ul li a:hover.mm-subclose {
    color: #FC891F;
}

.header-logo-icon {
    position: relative;
    z-index: 999996;
    float: left;
    margin-left: 0;
    display: none;
}

#header-top-wrapper.fixed .header-logo-icon {
    display: inherit;
}

.header-register {
    position: relative;
    z-index: 999996;
    float: right;
    display: none;
}

.header-register a {
    width: 190px;
    text-align: center;
}

body.content #header-top-wrapper .header-register,
#header-top-wrapper.fixed .header-register {
    display: inherit;
}

.header-newsletter {
    position: relative;
    z-index: 999996;
    float: right;
}

body.content #header-top-wrapper .header-newsletter,
#header-top-wrapper.fixed .header-newsletter {
    margin-right: 18px;
}

.header-newsletter a.button {
    background-color: #B279B3;
    color: #FFFFFF;
    font-weight: 700;
}

.header-newsletter a:hover.button {
    background-color: #00D7E1;
    color: #FFFFFF;
}

.header-social-wrapper,
body.content .header-social-wrapper {
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999996;
    margin-top: 52px;
}

#header-top-wrapper.fixed .header-social-wrapper {
    display: none;
}

.header-social {
    float: right;
}

.header-social a {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    position: relative;
}

.header-social a:before {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    color: #FFFFFF;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.header-social a:hover:before {
    background-color: #421E76;
}

.header-social a.twitter:before {
    content: "\f099";
}

.header-social a.facebook:before {
    content: "\f09a";
}

.header-social a.linkedin:before {
    content: "\f0e1";
}

.header-social a.youtube:before {
    content: "\f16a";
}

.header-social a.blogspot:before {
    background: url(../images/blogspot.png) no-repeat center center;
    content: "";
}

.header-social a:hover.blogspot:before {
    background: url(../images/blogspot.png) no-repeat center center #421E76;
}

.header-social a.flickr:before {
    content: "\f16e";
}

.header-social a.instagram:before {
    content: "\f16d";
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/module-overlay.png) repeat top;
    z-index: 99998;
    pointer-events: none;
}

#header-info-wrapper {
    width: 100%;
    position: absolute;
    top: 18%;
    text-align: center;
    z-index: 99999;
    color: #FFFFFF;
    font-family: 'Anonymous Pro', monospace;
}

body.content header #header-info-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    text-align: left;
    padding-top: 122px;
    padding-left: 30px;
    padding-right: 82px;
}

#strapline-wrapper {
    width: 100%;
    position: absolute;
    top: 18%;
    text-align: center;
}

.mobile-register {
    margin-top: 12px;
    display: none;
}

#header-info-wrapper #dates {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

#header-info-wrapper #logo img {
    max-width: 100%;
    height: auto;
}

#header-info-wrapper #strapline {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

#header-info-wrapper #strapline {
    display: none;
}

body.content header #header-info-wrapper #strapline {
    display: inherit;
}

#main-image {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 9999;
  min-height: 160px;
}

#main-image h1 {
  font-size: 44px;
  line-height: 46px;
  font-weight: 900;
  color: #FFFFFF;
  margin-top: 42px;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

#discover {
    position:absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -17px;
    z-index: 99999;
}

#discover a {
    width: 34px;
    display: block;
    overflow: hidden;
    color: #FFFFFF;
}

#discover a:hover {
    color: #FFFFFF;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

/*------------------------------------*\
    ICON SECTION
\*------------------------------------*/
#icon-wrapper {
    background-color: #B279B3;
    position: absolute;
    bottom: 0;
    z-index: 99999;
}

body.content header #icon-wrapper {
  position: fixed;
}

#icons {
    text-align: center;
}

.icons {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.icon {
    width: 11.11%;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: 700;
    float: left;
    position: relative;
}

.icon a {
    width: 100%;
    display: block;
    padding: 8px 0 4px 0;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.icon p {
    margin: -6px 0 0 0;
    text-transform: uppercase;
}

.icon.design a, div.accordian_title.design {
    background-color: #E6787D;
    color: #ffffff;
}

.icon.design a:hover, div.accordian_title.design:hover {
    background-color: #C3676E;
}

.icon.art a, div.accordian_title.art {
    background-color: #4BC3CD;
}

.icon.art a:hover, div.accordian_title.art:hover {
    background-color: #47A4AC;
}

.icon.audio a, div.accordian_title.audio {
    background-color: #D2DC82;
}

.icon.audio a:hover, div.accordian_title.audio:hover {
    background-color: #B2BB73;
}

.icon.business a, div.accordian_title.business {
    background-color: #B478B4;
}

.icon.business a:hover, div.accordian_title.business:hover {
    background-color: #936596;
}

.icon.coding a, div.accordian_title.coding {
    background-color: #E1D200;
}

.icon.coding a:hover, div.accordian_title.coding:hover {
    background-color: #C3B723;
}

.icon.evolve a, div.accordian_title.evolve {
    background-color: #FF8C00;
}

.icon.evolve a:hover, div.accordian_title.evolve:hover {
    background-color: #D5741C;
}

.icon.roundtables a, div.accordian_title.evolve {
    background-color: #828689;
}

.icon.roundtables a:hover, div.accordian_title.evolve:hover {
    background-color: #6C6F72;
}

.icon.indie a, div.accordian_title.indie, div.indie-bootcamp {
    background-color: #00D7E1;
}

.icon.indie a:hover, div.accordian_title.indie:hover, div.indie-bootcamp:hover {
    background-color: #27BCC5;
}

.icon.discoverability a, div.accordian_title.discoverability {
    background-color: #5989C7;
}

.icon.discoverability a:hover, div.accordian_title.discoverability:hover {
    background-color: #4C74AC;
}

.icon.mobile a, div.accordian_title.mobile {
    background-color: #ce8451;
}

.icon.mobile a:hover, div.accordian_title.mobile:hover {
    background-color: #a06146;
}

/*------------------------------------*\
    CONTENT WRAPPER
\*------------------------------------*/
#content-container {
    background: url(../images/content-main-bg.png) repeat top;
    padding-bottom: 42px;
}

#content-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 42px 20px 0 20px;
}

#content-wrapper ul {
    margin: 12px 0;
}

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

#content-wrapper ol li {
    margin: 0 0 8px 24px;
}

#content-wrapper .inpage-cta {
    width: 94%;
    background: url(../images/quicklinks-bg.jpg) repeat;
    color: #FFFFFF;
    margin-bottom: 24px;
    padding: 3%;
    float: left;
}

#content-wrapper .inpage-cta a {
    color: #C687CA;
}

#content-wrapper .inpage-cta a:hover {
    color: #4BC3CD;
}

#content-wrapper .inpage-cta h2 {
    color: #FFFFFF;
}

#content-wrapper .inpage-cta a.button.register {
    font-size: 16px;
    margin-top: 12px;
    color: #FFFFFF;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/

#banner {
    float: left;
    width: 100%;
    text-align: center;
    height: 90px;
    padding: 20px 0;
}

/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/
#breadcrumb_wrapper {
    width: 100%;
    border-bottom: 1px solid  #B279B3;
    margin-bottom: 32px;
    background: rgb(255,255,255); /* The Fallback */
    background: rgba(255,255,255,0.8);
}

#breadcrumbs {
    color: #33204A;
    padding-right: 20px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Anonymous Pro', monospace;
    font-weight: 700;
}

#breadcrumbs a {
    padding: 12px 18px 12px 0;
    margin-right: 12px;
    color: #B279B3;
    display: inline-block;
    border-right: solid 1px #B279B3; 
}

#breadcrumbs a:hover {
    color: #4BC3CD;
}

/*------------------------------------*\
    WELCOME SECTION
\*------------------------------------*/
#welcome,
.first-content-area,
.second-content-area {
    width: 94%;
    float: left;
    padding: 3%;
    outline: 1px solid  #B279B3;
    margin-bottom: 32px;
    overflow: hidden;
}

#welcome h1,
.first-content-area h2 {
    color: #734F73;
    font-size: 34px;
    line-height: 36px;
}

.first-content-area h2 {
    font-size: 26px;
    line-height: 28px;
}


#welcome h1:before,
.first-content-area h2:before {
    content: '>\0000a0';
    font-family: 'Anonymous Pro', monospace;
    font-size: 32px;
    color: #B279B3;
}

.first-content-area h1,
.first-content-area h2,
.first-content-area h3,
.second-content-area h1,
.second-content-area h2,
.second-content-area h3 {
  margin-bottom: 18px;
}

/*------------------------------------*\
  TEXT EDITOR STYLING
\*------------------------------------*/
#content-wrapper div.te-wrapper {
  float: left;
  overflow: auto;
  width: 100%;
}

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

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

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

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

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

/*------------------------------------*\
    REPEATING ITEM STYLING
\*------------------------------------*/
.repeating-item {
    width: 94%;
    float: left;
    background: url(../images/repeater_wrapper_bg.gif) repeat #B478B4;
    padding: 3%;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.repeating-item h3 {
    font-size: 24px;
    line-height: 28px;
    color: #473146;
}

.repeating-item h3:before {
    content: '>\0000a0';
    font-family: 'Anonymous Pro', monospace;
    font-size: 28px;
    color: #473146;
}

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

#content-wrapper .repeating-item a {
    color: #473146;
}

#content-wrapper .repeating-item a:hover {
    color: #4BC3CD;
}

#content-wrapper .repeating-item a.button.outline {
    font-size: 16px;
    margin-top: 12px;
    color: #473146;
    border: solid 2px #473146;
}

#content-wrapper .repeating-item a:hover.button.outline {
    color: #FFFFFF;
    border: solid 2px #00D7E1;
}

/*------------------------------------*\
    HOME MODULES STYLES
\*------------------------------------*/
#home-modules {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.home-module-item {
    width: 31.3%;
    height: auto;
    float: left;
    text-align: left;
    position: relative;
    color: #FFFFFF;
    margin-right: 3%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    font-family: 'Anonymous Pro', monospace;
}

.home-module-item.three {
    margin-right: 0;
}

.home-module-item a {
    color: #FFFFFF;
}

.home-module-details {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    z-index: 99998;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.home-module-title {
    font-size: 28px;
    line-height: 30px;
}

.home-module-title:before {
    content: '>\0000a0';
    font-family: 'Anonymous Pro', monospace;
    font-size: 32px;
    color: #FFFFFF;
}

.home-module-item a .home-module-details .home-module-link {
    border: solid 2px #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 12px;
    display: inline-block;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    text-transform: uppercase;
}

.home-module-item a:hover .home-module-details .home-module-link {
    border: solid 2px #00D7E1;
    background-color: #00D7E1;
}

.home-module-item img {
    position: relative;
    width: 100%;
    float: left;
}

/*------------------------------------*\
    HOME MODULES NEWS STYLES
\*------------------------------------*/
#news-section {
    border-bottom: 1px solid #B279B3;
    background: url(../images/content-main-bg.png) repeat top;
}

#news-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 42px 20px 0 20px;
    overflow: hidden;
}

body.content #news-wrapper {
  padding: 0 20px;
}

#news-modules .home-module-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
}

.news-date {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    z-index: 9999;
}

#newsletter-sign-up img {
    margin: 40px auto;
}

/*------------------------------------*\
    SPEAKERS STYLES
\*------------------------------------*/
#speakers {
    float: left;
    width: 100%;
    margin: 50px 0;
    padding: 34px 0;
    border-top: 1px solid #B279B3;
    border-bottom: 1px solid #B279B3;
}

#speaker_carousel {
    overflow: auto;
}

#speakers h1 {
    margin-bottom: 18px;
}

#speakers h1:before {
    content: '>\0000a0';
    font-family: 'Anonymous Pro', monospace;
    font-size: 36px;
    color: #B279B3;
}

#speakers .speakers-wrapper {
    width: 100%;
    margin: 34px auto;
    padding: 0;
    float: left;
}

.speaker {
    border: 1px solid #B279B3;
    display: inline-block;
    text-align: center;
    color: #5F4160;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
    line-height: 16px;
    width: 99%;
}

.speaker h3 {
    margin: 12px 0;
}

.speaker a {
    color: #5F4160;
}

.speaker a:hover {
    color: #B279B3;
}

.speaker .speaker-inner {
    width: 92%;
    padding: 4%;
}

.speaker .speaker-inner .speaker-image {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 12px;
}

.speaker .speaker-inner .speaker-image img {
    float: left;
    width: 100%;
}

.speaker a span.company {
    color: #B279B3;
    font-size: 13px;
    line-height: 13px;
}

div.speaker-cta {
    float: left;
    position: relative;
    z-index: 99999;
    margin-top: 12px;
}

#speaker-listing {
    width: 100%;
    float: left;
}

#speaker-listing .speaker {
    width: 14.45%;
    float: left;
    margin: 0 1% 2% 1%;
}

.speaker-session-wrapper span.session-details-time {
    color: #473146;
    border-bottom: solid 1px #473146;
}

.speaker-session-wrapper span.session-details-room {
    background-color: #473146;
    color: #FFFFFF;
    padding: 2px 4px;
}


/*------------------------------------*\
    SPEAKER DEATIL
\*------------------------------------*/
.detail-speaker-image-wrapper {
    position: relative;
    float: right;
    margin: 0 0 18px 18px;
    padding: 8px;
    border: 1px solid #B279B3;
}

.detail-speaker-image-wrapper .speaker-social-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 0;
}

.detail-speaker-image {
    position: relative;
    width: 100%;
    float: left;
}

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

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

h3.block.speaker-sessions {
    margin-top: 24px;
}

.speaker-session-wrapper .session {
    padding: 20px;
    border: 1px solid #B279B3;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: 'Anonymous Pro', monospace;
    overflow: hidden;
}

.speaker-session-wrapper .session h3:before,
.session-popup-wrapper h3:before {
    content: '>\0000a0';
    font-family: 'Anonymous Pro', monospace;
    font-size: 24px;
    color: #B279B3;
}

.speaker-session-wrapper .session .session-details,
.session-popup-wrapper .session-details {
    color: #734F73;
}

.speaker-session-wrapper .session .session-intro {
    width: 100%;
    float: left;
    margin: 12px 0;
}

.speaker-session-wrapper .session .additional-speakers-wrapper {
    width: 100%;
    float: left;
    margin: 12px 0;
}



.session-category {
    float: left;
    margin: 12px 12px 0 0;
}

.session-category a {
    display: block;    
    color: #FFFFFF;
    background-position: left 8px center;
    background-repeat: no-repeat;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.session-category.design a {
    background-color: #E6787D;
    background-image: url(../images/icons/design-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.design a:hover {
    background-color: #C3676E;
}

.session-category.art a {
    background-color: #4BC3CD;
    background-image: url(../images/icons/art-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.art a:hover {
    background-color: #47A4AC;
}

.session-category.audio a {
    background-color: #D2DC82;
    background-image: url(../images/icons/audio-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.audio a:hover {
    background-color: #B2BB73;
}

.session-category.business a {
    background-color: #B478B4;
    background-image: url(../images/icons/business-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.business a:hover {
    background-color: #936596;
}

.session-category.coding a {
    background-color: #E1D200;
    background-image: url(../images/icons/coding-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.coding a:hover {
    background-color: #C3B723;
}

.session-category.evolve a {
    background-color: #FF8C00;
    background-image: url(../images/icons/evolve-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.evolve a:hover {
    background-color: #D5741C;
}

.session-category.indie a,
.session-category.indie-bootcamp a {
    background-color: #00D7E1;
    background-image: url(../images/icons/indie-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.indie a:hover,
.session-category.indie-bootcamp a:hover {
    background-color: #27BCC5;
}

.session-category.roundtables a {
    background-color: #828689;
    background-image: url(../images/icons/roundtables-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.roundtables a:hover {
    background-color: #6C6F72;
}

.session-category.discoverability a {
    background-color: #5989C7;
    background-image: url(../images/icons/discoverability-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.discoverability a:hover {
    background-color: #4C74AC;
}

.session-category.mobile a {
    background-color: #ce8451;
    background-image: url(../images/icons/mobile-smaller.png);
    padding: 4px 8px 4px 32px;
}

.session-category.mobile a:hover {
    background-color: #a06146;
}

.conference-cta {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 8px;
}

.conference-cta a.button {
    font-size: 16px;
}

.session-popup-wrapper {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
}

.session-sponsor {
    margin-top: 18px;
}

.session-sponsor img {
    vertical-align: middle;
}

.session-popup-wrapper .session-details {
    margin-top: 18px;
}

.session-popup-wrapper .session-details span.session-details-time {
    color: #473146;
    border-bottom: solid 1px #473146;
}

.session-popup-wrapper .session-details span.session-details-room {
    background-color: #473146;
    color: #FFFFFF;
    padding: 2px 4px;
}

.session-speakers-wrapper {
    width: 100%;
    float: left;
    margin-top: 24px;
}

.session-speaker {
    float: left;
    margin: 0 18px 12px 0;
    border: 1px solid #B279B3;
    padding: 4px 4px 0 4px;
}

.session-speaker-image {
    max-width: 40px;
    float: left;
    margin-right: 6px;
}

.session-speaker-name {
    float: left;
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
}

.session-speaker-name p {
    margin: 2px 0;
}

/*------------------------------------*\
    EXPO LISTS
\*------------------------------------*/
#content-wrapper .exhibitor_listings_wrapper {
    width: 100%;
    float: left;
    padding-bottom: 32px;
    margin-bottom: 42px;
    border-bottom: solid 8px #734F73
}

#content-wrapper .exhibitor_listings_wrapper .exhibitor_listing {
    width: 21%;
    float: left;
    background-color: #E0E0E0;
    margin: 2% 1% 0 1%;
    padding: 1%;
}

#content-wrapper .exhibitor_listings_wrapper .exhibitor_listing .exhibitor_listing_inner {
    float: left;
    width: 92%;
    background-color: #FFFFFF;
    padding: 4%;
}

#content-wrapper .exhibitor_listings_wrapper .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_image {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 90px;
    line-height: 90px;
}

#content-wrapper .exhibitor_listings_wrapper .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 12px;
}

#content-wrapper .exhibitor_listings_wrapper .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title h3 {
    background: none;
    color: #5E7583;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    margin: 12px 0;
}

/*------------------------------------*\
    EXPO DETAIL
\*------------------------------------*/
#content-wrapper .detail_exhibitor_info {
    float: left;
    margin-bottom: 16px;
    width: 100%;
    text-align: left;
}

#content-wrapper .detail_exhibitor_stand {
    float: left;
    padding: 0 24px;
    background-color: #734F73;
    color: #FFFFFF;
    margin-right: 12px;
}

#content-wrapper .detail_exhibitor_info_copy {
    padding: 8px 0;
}

#content-wrapper .detail_exhibitor_profile_bio {
    float: left;
    margin-bottom: 16px;
    width: 100%;
    text-align: left;
}

#content-wrapper .detail_exhibitor_profile_bio .detail_exhibitor_logo {
    background-color: #FFFFFF;
    border: solid 1px #B279B3;
    float: right;
    margin: 12px 0 24px 24px;

}

#content-wrapper .detail_exhibitor_profile_bio .detail_exhibitor_logo img {
    float: right;
    padding: 16px;
}

#content-wrapper .detail_contact_info {
    width: 100%;
    float: left;
    padding-top: 12px;
}

#content-wrapper .detail_contact_info a,
#content-wrapper .detail_contact_info .detail_contact_info_phone,
#content-wrapper .detail_contact_info_social .detail_contact_info_social_content a {
    width: 100%;
    background-color: #E0E0E0;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #3C3C3B;
    text-indent: 46px;
    text-align: left;
}

#content-wrapper .detail_contact_info a:hover,
#content-wrapper .detail_contact_info_social .detail_contact_info_social_content a:hover {
    background-color: #4BC3CD;
    color: #FFFFFF;
}

#content-wrapper .detail_contact_info .detail_contact_info_phone,
#content-wrapper .detail_contact_info .detail_contact_info_email,
#content-wrapper .detail_contact_info .detail_contact_info_web {
    float: left;
    width: 100%;
    margin-bottom: 1%;
}

#content-wrapper .detail_contact_info .detail_contact_info_phone {
    background: url(../images/icons/contact_phone.gif) no-repeat left #E0E0E0;
}

#content-wrapper .detail_contact_info .detail_contact_info_email a {
    background: url(../images/icons/contact_email.gif) no-repeat left #E0E0E0;
}

#content-wrapper .detail_contact_info .detail_contact_info_web a {
    background: url(../images/icons/contact_web.gif) no-repeat left #E0E0E0;
}

#content-wrapper .detail_contact_info .detail_contact_info_email a:hover {
    background: url(../images/icons/contact_email.gif) no-repeat left #4BC3CD;
}

#content-wrapper .detail_contact_info .detail_contact_info_web a:hover {
    background: url(../images/icons/contact_web.gif) no-repeat left #4BC3CD;
}

#content-wrapper .detail_contact_info .detail_contact_info_phone,
#content-wrapper .detail_contact_info .detail_contact_info_email {
    width: 49.5%;
}

#content-wrapper .detail_contact_info .detail_contact_info_email {
    margin-left: 1%;
}

#content-wrapper .detail_contact_info_social {
    width: 100%;
    float: left;
    margin: 0 0 24px 0;
}

#content-wrapper .detail_contact_info_social .detail_contact_info_social_content {
    display: inline-block;
    text-align: left;
    float: left;
    position: relative; 
}

#content-wrapper .detail_contact_info_social .detail_contact_info_social_content.three {
    width: 32%;
    margin-left: 2%;
}

#content-wrapper .detail_contact_info_social .detail_contact_info_social_content.two {
    width: 49%;
    margin-left: 2%; 
}

#content-wrapper .detail_contact_info_social .detail_contact_info_social_content.one {
    width: 100%;
    margin-left: 0; 
}

#content-wrapper .detail_contact_info_social .detail_contact_info_social_content:first-child {
    margin-left: 0;
}

#content-wrapper .detail_contact_info_social .detail_contact_info_social_content .icon {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    background-color: #3C3C3B;
    text-align: center;
    left: 0;
    top: 0;
}

/*------------------------------------*\
    PRICES & PASSES SECTION
\*------------------------------------*/
#passes-prices-wrapper {
    width: 100%;
    margin-bottom: 32px;
}

.passes-prices-item {
    width: 49%;
    margin: 0 0 2% 0;
    vertical-align: top;
    background-color: #4BC3CD;
    color: #FFFFFF;
    position: relative;
    font-weight: 700;
    float: left;
}

.passes-prices-item.right {
    margin-left: 2%;
}

.passes-prices-item.full {
    margin-left: 0 !important;
    width: 100%;
}

.passes-prices-item-title {
    background: #473146;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 20px;
}

.passes-prices-item-title p.pass-terms {
    font-size: 12px;
    line-height: 12px;
    margin: 4px 0;
}

.passes-prices-item h3 {
    color: #FFFFFF;
    font-size: 22px;
}

.passes-prices-item-inner {
    padding: 0 20px;
}

.passes-prices-item.button-padding .passes-prices-item-inner {
    padding: 0 20px 104px 20px;
}

.passes-prices-item-info-wrapper {
    width: 100%;
}

.passes-prices-item-info-item {
    border: 1px solid #FFFFFF;
    margin-top: 14px;
    overflow: hidden;
    font-family: 'Anonymous Pro', monospace;
}

.passes-prices-item-price,
.passes-prices-item-period {
    float: left;
    padding: 4px 8px;
    line-height: 18px;
}

.passes-prices-item-price {
    background: #734F73;
    min-width: 54px;
    text-align: center;
}

.passes-prices-item-period {
    margin-left: 4px;
    color: #473146;
}

.passes-prices-item-button {
    position: absolute;
    bottom: 20px;
}

/*------------------------------------*\
    BLOG LISTING
\*------------------------------------*/
.blog_left {
    width: 75%;
    float: left;
}

.blog_right {
    width: 23%;
    float: left;
    margin-left: 2%;
}

.listing_item_container.blog {
    margin-top: 6px;
}

.listing_item_container.blog .listing_item {
    position: relative;
    overflow: inherit;
}

.listing_item_container.blog .listing_item a {
    width: 100%;
    height: 100%;
    float: left;
}

.listing_item_container.blog .listing_item .blog_image {
    float: left;
    width: 100%;
    position: relative;
    background-color: #000000;
}

.listing_item_container.blog .listing_item .blog_image img {
    opacity: 0.5;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.listing_item_container.blog .listing_item .blog_image .blog_date {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #FFFFFF;
    z-index: 1;
    text-transform: uppercase;
    font-size: 13px;
}

.listing_item_container.blog .blog_copy {
    float: left;
    width: 100%;
    margin: 12px 0;
}

.listing_item_container.blog a:hover .blog_copy h3 {
    color: #4BC3CD;
}

.listing_item_container.blog .blog_readmore {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}

.listing_item_container.blog .listing_item a:hover .blog_image img {
    opacity: 0.7;
}

.blog_right .latest_news_signup {
    width: 100%;
    float: left;
    margin: 6px 0;
}

.blog_right .latest_news_signup a.button {
    display: block;
    text-align: center;
}

.blog_right .latest_news_listing_wrapper,
.blog_right .filter_listing_wrapper {
    width: 100%;
    float: left;
    margin: 18px 0;
}

.blog_right .filter_listing_wrapper h3 {
    margin-bottom: 6px;
}

.blog_right .latest_news_listing {
    margin: 6px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
}

.blog_right .filter_listing {
    float: left;
    margin: 0 6px 6px 0;
}

.blog_right .filter_listing a {
    background: #4BC3CD;
    color: #FFFFFF;
    padding: 2px 4px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    font-size: 13px;
}

.blog_right .filter_listing a:hover {
    background: #B478B4;
}

.blog_detail_inner_left {
    width: 70%;
    float: left;
}

.blog_detail_inner_left .blog_detail_date {
    border: solid 1px #734F73;
    display: inline-block;
    padding: 4px 8px;
}

.blog_detail_inner_left .blog_detail_subtitle {
    width: 100%;
    float: left;
    margin: 12px 0;
    color: #734F73;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Anonymous Pro', monospace;
}

.blog_detail_inner_right {
    width: 28%;
    float: left;
    margin-left: 2%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.blog_detail_inner_right a.button {
    display: block;
}

.blog_sharing_wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 6px;
}

.blog_sharing_wrapper .sharing_wrapper h4 {
    margin-top: 0;
}


/*------------------------------------*\
    GET INVOLVED PAGE
\*------------------------------------*/
.cs-key-facts-wrapper {
    width: 100%;
    float: left;
    margin: 32px 0;
}

.cs-key-fact {
    width: 25.33%;
    float: left;
    background-color: #473146;
    padding: 3%;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    position: relative;
    font-family: 'Anonymous Pro', monospace;
}

.cs-key-fact p.headline-figure {
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    color: #B279B3;
}

.cs-key-fact.two,
.cs-key-fact.three {
    margin-left: 3%;
}

/*------------------------------------*\
    VIDEO SECTION
\*------------------------------------*/
#video-wrapper {
    padding: 52px 0;
    background: url(../images/content-main-bg.png) repeat #FFFFFF;
}

#videos {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.home-video-container {
    width: 100%;
    float: left;
    margin: 18px 0;
}

.home-video-container h1 {
    text-align: center;
    margin-bottom: 24px;
}

.video {
    width: 32%;
    float: left;
    position: relative;
}

.video.full {
    width: 60%;
    margin: 0 20%;
}

.video.two,
.video.three {
    margin-left: 2%;
}

.home-video-container-wrapper {
    width: 100%;
    overflow: hidden;
}

.home-video-container-inner {
    position: relative;
    padding-bottom: 56.25%;
}

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

div.video-cta {
    float: left;
    width: 100%;
    text-align: center;
}

/*----------------------------
    VIDEO GALLERY PAGE
 -----------------------------*/
#video-gallery-wrapper {
    width: 102%;
    float: left;
    margin-left: -2%;
}

.video-gallery-item {
    width: 31.33%;
    float: left;
    margin: 0 0 2% 2%;
    outline: solid 1px #B478B4;
    position: relative;
}

.video-gallery-item a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/video-icon.png) no-repeat center center rgb( 115, 79, 115); /* The Fallback */
    background: url(../images/video-icon.png) no-repeat center center rgba( 115, 79, 115, 0.9);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    opacity: 0;
}

.video-gallery-item-thumb img {
    width: 100%;
}

.video-gallery-item a:hover {
    opacity: 1;
}

.video-gallery-item-inner {
    padding: 20px;
}

/*----------------------------
    CTA
 -----------------------------*/

section#cta-wrapper {
    float: left;
    width: 100%;
    background: url(../images/cta-bg.gif) repeat top;
    color: #FFFFFF;
}

#cta {
    max-width: 1300px;
    margin: 0 auto;
    padding: 32px 20px;
}

#cta h1 {
    color: #FFFFFF;
}

/*----------------------------
    GET INVOLVED
 -----------------------------*/
#get-involved-wrapper {
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #734F73;
}

#get-involved-wrapper .get-involved-item {
    padding: 5%;
}

#get-involved-wrapper #get-involved {
    float: left;
    width: 40%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    position: relative;
}


#get-involved-wrapper #get-involved a.button {
    border: 2px solid #FFFFFF;
    background: none;
}

#get-involved-wrapper #get-involved a:hover.button {
    background-color: #00D7E1;
    border: 2px solid #00D7E1;
    color: #FFFFFF;
}

#get-involved .get-involved-copy {
    position: relative;
    z-index: 9999;
}

#get-involved .get-involved-copy h1 {
    color: #FFFFFF;
}

#get-involved-wrapper #testimonials {
    float: left;
    width: 40%;
    color: #FFFFFF;
    margin: 0 auto;
    background-color: #734F73;
}

.quote-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.quote-wrapper:before {
    content: '"';
    float: left;
    font-size: 82px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
    color: #523951;
}

.quote-wrapper:after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 82px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
    color: #523951;
    margin-top: 24px;
}

#get-involved-wrapper #testimonials .quote-photo {
    width: 12%;
    float: left;
    position: relative;
}

#get-involved-wrapper #testimonials .quote-photo img {
    width: 100%;
    height: auto;
    float: left;
}

#get-involved-wrapper #testimonials .quote-details {
    float: left;
    width: 70%;
    margin-left: 3%;
    font-size: 18px;
}

#get-involved-wrapper #testimonials .quote-details p {
    margin-top: -5px;
}

#get-involved-wrapper #testimonials .quote-details p.quoter {
    font-family: 'Anonymous Pro', monospace;
    font-size: 22px;
    color: #B279B3;
    margin: 22px 0 12px;
    font-weight: 700;
}

#get-involved-wrapper #testimonials .quote-details p.quoter-title {
    color: #B279B3;
}

/*----------------------------------
  INPAGE TESTIMONIALS
--------------------------------- */
#inpage-testimonials {
    float: left;
    width: 96%;
    color: #FFFFFF;
    background-color: #734F73;
    margin-bottom: 24px;
    padding: 4% 2% 2% 2%;
}

.quote-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.quote-wrapper:before {
    content: '"';
    float: left;
    font-size: 82px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
    color: #523951;
}

.quote-wrapper:after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 82px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
    color: #523951;
    margin-top: 24px;
}

#inpage-testimonials .quote-photo,
.listing-testimonials .quote-photo {
    width: 6%;
    float: left;
    position: relative;
}

.listing-testimonials .quote-photo {
    width: 20%;
}

#inpage-testimonials .quote-photo img,
.listing-testimonials .quote-photo img {
    width: 100%;
    height: auto;
    float: left;
}

#inpage-testimonials .quote-details,
.listing-testimonials .quote-details {
    float: left;
    width: 70%;
    margin-left: 3%;
    font-size: 18px;
}

.listing-testimonials .quote-details {
    width: 77%;
    font-size: 16px;
}

.listing-testimonials .quote-details p:first-child {
    position: relative;
}

.listing-testimonials .quote-details p:first-child:before {
    content: '"';
    float: left;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
    color: #523951;
}

.listing-testimonials .quote-details p:first-child:after {
    content: '"';
    font-size: 42px;
    font-weight: 700;
    font-family: 'Anonymous Pro', monospace;
    color: #523951;
    position: absolute;
    bottom: -5px;
}

#inpage-testimonials .quote-details p,
.listing-testimonials .quote-details p {
    margin-top: -5px;
}

#inpage-testimonials .quote-details p.quoter,
.listing-testimonials .quote-details p.quoter {
    font-family: 'Anonymous Pro', monospace;
    font-size: 22px;
    color: #3F2C3E;
    margin: 22px 0 12px;
}

.listing-testimonials .quote-details p.quoter {
    font-size: 17px;
}

#inpage-testimonials .quote-details p.quoter-title,
.listing-testimonials .quote-details p.quoter-title {
    color: #B279B3;
}

.listing-testimonials .testimonial-item {
    width: 46%;
    float: left;
    border-top: 1px solid #B279B3;
    padding: 20px 0 10px 0;
    margin: 0 2%;
}

/*----------------------------------
  INPAGE SPONSOR CAROUSEL
--------------------------------- */
#inpage-sponsor-wrapper {
    width: 100%;
    float: left;
    background: #FFFFFF;
    outline: 1px solid #B279B3;
    margin-bottom: 24px;
    text-align: center;
}

#inpage-sponsor-wrapper .sponsor-image {
    width: 92%;
    padding: 4% 4% 2% 4%;
    text-align: center;
    float: left;
}

/*----------------------------------
  NEWSLETTER SIGN UP
--------------------------------- */

#newsletter-sign-up {
    float: left;
    width: 100%;
    text-align: center;
    outline: solid 1px #B279B3;
    text-align: left;
    margin: 42px 0;
    float: left;
    line-height: 52px;
}

#newsletter-sign-up h1 {
    display: inline-block;
    padding: 15px 0 15px 12px;
}

#newsletter-sign-up a.button {
    float: right;
    text-transform: uppercase;
}

/*----------------------------------
  SPONSORS
--------------------------------- */

#sponsors-section {
    background: none #FFFFFF;
    text-align: center;
}

#sponsors-section h1 {
    color: #734F73;
    text-align: center;
    margin-bottom: 24px;
}

#sponsor-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 42px 32px;
    overflow: hidden;
}

#sponsors-section #sponsors {
    float: left;
    width: 100%;
    margin-top: 12px;
}

#sponsors-section #sponsors > div:first-of-type {
    margin-left: 0;
}

#sponsors-section #sponsors .sponsor {
    float: left;
    display: inline-block;
    width: 22%;
    margin-left: 4%;
    text-align: left;
}

#sponsors-section #sponsors .sponsor.media {
    width: 48%;
}

#sponsors-section #sponsors .sponsor h3 {
    color: #B279B3;
    text-transform: none;
}

#sponsors-section #sponsors .sponsor h3:before {
    content: '>\0000a0';
    font-family: 'Anonymous Pro', monospace;
    font-size: 32px;
    color: #B279B3;
}

#sponsors-section #sponsors .sponsor .sponsor-image {
    width: 92%;
    padding: 4%;
    outline: 1px solid #B279B3;
    text-align: center;
    margin-top: 12px;
}

#sponsors-section #sponsors .sponsor.media .sponsor-image {
    width: 97.2%;
    padding: 1.4%;
}

#sponsors-section #sponsors .sponsor .sponsor-image .sponsor-carousel,
#sponsors-section #sponsors .sponsor .sponsor-image .sponsor-carousel-media {
    line-height: 80px;
}

#sponsors-section #sponsors .sponsor .sponsor-image .sponsor-carousel img,
#sponsors-section #sponsors .sponsor .sponsor-image .sponsor-carousel-media img {
    vertical-align: middle;
}

/*------------------------------------*\
    QUICKLINKS
\*------------------------------------*/
#quicklinks-wrapper {
    background: url(../images/quicklinks-bg.jpg) repeat;
}

#quicklinks-inner-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 42px 20px;
    overflow: hidden;
}

.quicklinks {
    width: 33.33%;
    float: left;
}

.quicklinks h2 {
    color: #FFFFFF;
    margin-bottom: 12px;
}

.quick-col1 a,
.quick-col2 a {
    width: 100%;
    display: block;
    padding: 2px 0;
    color: #C687CA;
    text-transform: uppercase;
    font-weight: 700;
}

.quicklinks a:hover {
    color: #F4A4FB;
}

.quick-col3 a.button {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 22px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer_wrapper {
    background: #473146;
}

footer {
    margin: 0 auto;
    padding: 32px 20px; 
    color: #FFFFFF;
    overflow: hidden;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
}

body.content footer {
    padding: 32px 20px 112px 20px; 
}

#links {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
}

#links ul,
#links ul li {
    margin: 0;
    padding: 0;
}

#links ul li {
    list-style: none;
    display: inline;
}

#links ul li a {
    text-decoration: none;
    margin-left: 24px;
    color: #FFFFFF;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
    text-transform: uppercase;
}

#links ul li a:hover {
    color: #B279B3;
}

#links ul#social_icons li a {
    width: auto;
    display: inline-block;
    margin: 24px 12px 12px 12px;
    padding: 0;
    border: none;
}

#website_by_symphony {
    width: 100%;
    margin-top: 28px;
}

#website_by_symphony a {
    color: #FFFFFF;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: url(../images/website-by-symphony-icon.png) no-repeat left center;
    padding-left: 30px;
    text-decoration: none;
}

#copyright {
    width: 100%;
    margin-top: 28px;
}

/*------------------------------
   LISTING PAGE STYLING 
-------------------------------*/
.listing_item_container {
    width: 100%;
    float: left;
}

.listing_item {
    width: 32%;
    float: left;
    margin: 0 0 24px 2%;
    position: relative;
}

.listing_item img {
    width: 100%;
    height: auto;
    float: left;
}

.listing_background {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.listing_background img {
    width: 100%;
}

.listing_item.full {
    width: 100%;
    float: left;
    color: #FFFFFF;
    background: #734F73;
    margin: 0 0 24px 0;
    text-align: left;
}

#content-wrapper .listing_item.full h2 {
    color: #FFFFFF;
}

#content-wrapper .listing_item.full a h2 {
    color: #FFFFFF;
}

.listing_item.full a.button {
    text-decoration: none;
    margin-top: 12px;
    display: inline-block;
}

.listing_item.full a:hover {
    text-decoration: none;
}

.listing_item_full_content {
    width: 50%;
    float: left;
}

.listing_item_full_content .listing_item_full_text_inner {
    padding: 12% 10%;
}

#content-wrapper .listing_item_full_content .listing_item_full_text_inner ul li {
    background: url(../images/li_bg_light_purple.png) no-repeat top left;
}

.listing_item_full_image {
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.listing_item.half {
    width: 49%;
}

.listing_item.half img.lp_mobile {
    display: none;
}

.listing_item.one,
.listing_item.four,
.listing_item.half.left {
    margin-left: 0;
}

.listing_item_inner {
    width: 100%;
    position: relative;
    background: #FFFFFF; 
    float: left;
}

a .listing_item_title,
.no-link .listing_item_title  {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #734F73;
    padding: 0 3%;
    width: 94%;
    -webkit-transition: background .8s linear;
    -moz-transition: background .8s linear;
    -o-transition: background .8s linear;
    transition: background .8s linear;
    color: #FFFFFF;
    z-index: 9998;
}

a:hover .listing_item_title {
    background-color: #B279B3;
}

a .listing_item_title h3,
.no-link .listing_item_title h3 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
    margin: 8px 0;
    font-weight: 800;
}

/*------------------------------------*\
  INPAGE SLIDER / HERO
\*------------------------------------*/
#content-wrapper .inpage_hero_slider {
  width: 100%;
  float: left;
  margin: 0 0 24px 0;
}

#content-wrapper .inpage_hero_slider img {
  width: 100%;
  float: left;
  height: auto;
}

#content-wrapper .inpage_hero_slider .slidesjs-navigation {
  margin-top: 8px;
}

#content-wrapper .inpage_hero_slider .slidesjs-pagination {
  margin: 8px 0 0;
  float: right;
  list-style: none;
}

#content-wrapper .inpage_hero_slider .slidesjs-pagination li {
  float: left;
  margin: 0 1px;
  background: none;
  padding: 0;
}

#content-wrapper .inpage_hero_slider .slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

#content-wrapper .inpage_hero_slider .slidesjs-pagination li a.active,
#content-wrapper .inpage_hero_slider .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}

#content-wrapper .inpage_hero_slider .slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}

#content-wrapper .inpage_hero_slider a:link,
#content-wrapper .inpage_hero_slider a:visited {
  color: #33204A;
}

#content-wrapper .inpage_hero_slider a:hover,
#content-wrapper .inpage_hero_slider a:active {
  color: #F2941C;
}

#content-wrapper .inpage_hero_slider .navbar {
  overflow: hidden;
}

/*------------------------------------*\
  REUSEABLE INPAGE CAROUSEL
\*------------------------------------*/
#content-wrapper .carousel_listings_wrapper {
    width: 100%;
    float: left;
    padding: 12px 0;
    margin-bottom: 24px;
    border-top: solid 8px #734F73;
    padding-top: 32px;
}

.carousel {
  margin-top: 12px;
}

#content-wrapper .carousel_listings_wrapper .carousel_listing {
  float: left;
  background: #FFFFFF;
}

#content-wrapper .carousel_listings_wrapper .carousel_listing a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}

#content-wrapper .carousel_listings_wrapper .carousel_listing .carousel_listing_image {
  width: 100%;
  float: left;
}

#content-wrapper .carousel_listings_wrapper .carousel_listing a .carousel_listing_image img {
  width: 100%;
  float: left;
  height: auto;
}

#content-wrapper .carousel_listings_wrapper .carousel_listing .carousel_listing_title {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9998;
}

#content-wrapper .carousel_listings_wrapper .carousel_listing .carousel_listing_title h3 {
  color: #FFFFFF;
  line-height: 24px;
  margin: 0;
  background-color: #734F73;
  padding: 2px 8px 4px 8px;
}

#content-wrapper .carousel_listings_wrapper .carousel_listing a .carousel_listing_title h3 {
  background-color: #734F73;
  -webkit-transition: background-color .4s linear;
  -moz-transition: background-color .4s linear;
  -o-transition: background-color .4s linear;
  transition: background-color .4s linear;
  padding: 6px 8px;
}

#content-wrapper .carousel_listings_wrapper .carousel_listing a:hover .carousel_listing_title h3 {
  background-color: #B279B3;
}

/*------------------------------------*\
  REUSEABLE GALLERY SECTION
\*------------------------------------*/
.gallery_listing_wrapper {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}

span.gallery_tool_tip.blue {
  color: #037EA4;
  font-weight: bold;
}

span.gallery_tool_tip {
  color: #FFFFFF;
}

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_listing_wrapper.pub .gallery_image {
  margin: 0 2% 4%;
  width: 46%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
}

.gallery_image.snake {
  position: relative;
  overflow: hidden;
}

.gallery_image .overlay {
  position: absolute;
  background-color:rgba(115,79,115,0.6);
}

.gallery_image a:hover .overlay {
  background-image: url(../images/gallery-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery_image img {
  width: 100%;
  height: auto;
  float: left;
}

/*------------------------------
   REUSEABLE ACCORDIAN SECTION
-------------------------------*/
.accordian_section_wrapper {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}

.accordian_section {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

.accordian_title {
  width: 96%;
  padding: 12px 2%;
  background: #734F73;
  outline: solid 1px #734F73;
  line-height: 26px;
  color: #FFFFFF;
  position: relative;
  font-weight: 900;
  font-size: 20px;
  font-family: 'Anonymous Pro', monospace;
}

.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-right: 30px;
  display: block;
}

.accordian_title a img {
  float: right;
  margin: 12px 3% 0 12px;
}

.accordian_content {
  float: left;
  width: 94%;
  padding: 1% 3%;
  outline: solid 1px #DCDCDC;
  margin-bottom: 8px;
  border-bottom: solid 4px #734F73;
}

#content.pub .accordian_content {
  text-align: left;
}

#content.pub .accordian_content h4 {
  text-transform: none;
  font-size: 22px;
  line-height: 28px;
}

#content.pub .accordian_content img {
  float: right;
  margin: 12px 0 24px 24px;
}

/*------------------------------
   RESPONSIVE VIDEOS & MAPS 
-------------------------------*/
.video-container-wrapper {
  width: 94%;
  overflow: hidden;
  padding: 3%;
  margin-bottom: 24px;
  position: relative;
}

.video-container-wrapper::before {
    content: "";
    width: 40px;
    height: 40px;
    border-top: 2px solid #B279B3;
    border-left: 2px solid #B279B3;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container-wrapper::after {
    content: "";
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #B279B3;
    border-right: 2px solid #B279B3;
    position: absolute;
    bottom: 0;
    right: 0;
}

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

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

.map-container-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  margin-bottom: 24px;
}

.map-container {
  position: relative;
  padding-bottom: 56.25%;
  border-top: solid 8px #734F73;
  border-bottom: solid 8px #734F73;
}

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

.map-overlay {
   background: transparent; 
   position: absolute;
   top: 0; 
   width: 100%;
   height: 100%;
   z-index: 9997;
}

.map-tooltip {
    position: absolute;
    bottom: 24px;
    left: 62px;
    z-index: 9997;
    padding: 2px 8px;
    background: rgb(115,79,115);
    background: rgba(115,79,115,0.9);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
}

/*------------------------------
   PAGINATION 
-------------------------------*/
#pagination {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#pagination ul {
    list-style: none;
    margin: 0;
}

#pagination ul li {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 0;
    border: none;
    background: none;
}

#pagination ul li a {
    display: inline-block;
    color: #3C3C3B;
    line-height: 26px;
    padding: 0 8px;
    border: solid 1px #E2E6E6;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#pagination ul li a.active,
#pagination ul li a:hover {
    background-color: #B279B3;
    color: #FFFFFF;
    border: solid 1px #B279B3;
}

#pagination ul li a.page-previous,
#pagination ul li a.page-next,
#pagination ul li a.page-last,
#pagination ul li a.page-first {
    color: #B279B3;
    background: none;
    border: none;
}

#pagination ul li a:hover.page-previous,
#pagination ul li a:hover.page-next,
#pagination ul li a:hover.page-last,
#pagination ul li a:hover.page-first {
    color: #4BC3CD;
    background: none;
    border: none;
}

/*------------------------------------*\
    BLOG SOCIAL SHARING SECTION
\*------------------------------------*/
.sharing_wrapper {
    float: left;
    width: 100%;
    margin: 12px 0 18px 0;
    text-align: center;
}

.sharing_wrapper h4 {
    background: #473146;
    outline: solid 1px #473146;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 20px;
    margin-top: 24px;
}

.sharing_item_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    outline: solid 1px #B478B4;
    margin-top: 8px;
}


.sharing_item {
    width: 24.6%;
    float: left;
    text-align: center;
    border-left: solid 1px #B478B4;
}

.sharing_item:first-child {
    border-left: none;
}

.sharing_item a {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

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

.header-newsletter a.button {
    font-size: 15px;
    padding: 8px 8px;
}

.header-register a {
    width: auto;
    font-size: 17px;
    padding: 8px 18px;
}

}

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

    #content-wrapper,
    #main-image,
    #news-wrapper,
    #cta,
    #sponsors-wrapper,
    #quicklinks-inner-wrapper {
      max-width: 1100px;
    }

    #speaker-listing .speaker {
        width: 17.7%;
    }

}

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

.show ul li a {
    font-size: 19px;
}

}

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

    #cta {
      padding: 32px;
    }

    #quicklinks-inner-wrapper {
      padding: 32px;
    }

    #news-wrapper,
    body.content #news-wrapper {
        padding: 20px 20px 0 20px;
    }

    #newsletter-sign-up {
        margin: 24px 0 24px 0;
    }

    #speakers .speakers-wrapper .speaker {
        width: 22.5%;
    }

    #speakers {
        margin: 24px 0;
    }

}

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

.show {
    display: none;
}

#navigation-icon {
    display: inherit;
}

}

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

    #content-wrapper,
    #cta,
    #sponsors-wrapper,
    #quicklinks-inner-wrapper {
      padding-top: 20px;
    }

    #sponsors-wrapper {
      padding-bottom: 20px;
    }

    .passes-prices-item-price,
    .passes-prices-item-period {
        width: 96%;
        float: left;
        padding: 4px 3%;
    }

    .passes-prices-item-price {
        min-width: auto !important;
        
    }

    .passes-prices-item-period {
        margin-left: 0;
        text-align: center;
    }

}

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

    #welcome h1 {
        font-size: 28px;
        line-height: 30px;
    }

    #main-image h1 {
      font-size: 28px;
      line-height: 30px;
    }

    body.content .header-social-wrapper {
        position: relative;
        width: 100%;
        float: left;
        top: 0;
        right: 0;
        margin-top: 8px;
    }

    body.content .header-social-wrapper .header-social {
        float: right;
    }

    .home-module-item, .news-module-item {
        width: 100%;
        margin: 0 0 20px 0;
        min-height: 300px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home-module-item a, .news-module-item a {
        width: 100%;
        display: block;
        min-height: 300px;
    }

    .module-image {
        display: none;
    }

    #newsletter-sign-up {
        margin: 6px 0 24px 0;
    }

    #newsletter-sign-up h1 {
        font-size: 22px;
        line-height: 24px;
        padding: 20px 0 0 12px;
    }

    .quicklinks {
        width: 100%;
        margin-top: 24px;
    }

    #sponsors-section #sponsors > div:first-of-type {
        margin-left: 2%;
    }

    #sponsors-section #sponsors .sponsor {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 4%;
    }

    #sponsors-section #sponsors .sponsor.media {
        width: 96%;
    }

     a .listing_item_title h3,
    .no-link .listing_item_title h3 {
        font-size: 18px;
    }

    #speaker-listing .speaker {
        width: 22.6%;
    }

    #content-wrapper .exhibitor_listings_wrapper .exhibitor_listing {
        width: 29.33%;
    }

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

    .blog_detail_inner_right {
        width: 100%;
        margin-left: 0;
        position: relative;
        top: 0;
    }

}

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

    .listing_item_container.blog .listing_item {
        width: 49%;
        padding: 0;
        margin: 0 0 2% 2%;
    }

    .listing_item_container.blog .listing_item.one,
    .listing_item_container.blog .listing_item.three,
    .listing_item_container.blog .listing_item.five {
        margin-left: 0;
    }

}

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

    #copyright {
        width: 100%;
        text-align: center;
        margin-top: 32px;
    }

    nav#footer {
        width: 100%;
        text-align: center;
    }

    nav#footer ul li a {
        margin: 0;
        padding: 12px 0;
        border-left: none;
        width: 100%;
        display: block;
        border-bottom: solid 1px #FFFFFF;
    }

    #website_by_symphony {
        text-align: center;
        padding-bottom: 32px;
    }


    #header-info-wrapper {
        width: 90%;
        top: 114px;
        left: 32px;
        right: 32px;
    }

    body.content header #header-info-wrapper {
        padding-top: 114px;
        padding-left: 32px;
        padding-right: 32px;
    }

    #header-info-wrapper #dates {
        font-size: 22px;
        line-height: 26px;
    }

    #header-info-wrapper #strapline {
        font-size: 20px;
        line-height: 24px;
    }

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

    #speakers .speakers-wrapper .speaker {
        width: 48%;
        margin-right: 2%;
    }

    #speakers .speakers-wrapper .speaker.two {
        margin-right: 0;
    }

    #speakers .speakers-wrapper .speaker.three, #speakers .speakers-wrapper .speaker.four {
        margin-top: 14px;
    }

    #get-involved-wrapper #testimonials, #get-involved-wrapper #get-involved {
        width: 90%;
    }

    #get-involved-wrapper #testimonials {
        margin: 18px auto;
    }

    body.content footer {
        padding: 32px 20px 82px 20px; 
    }

}

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

    h1 {
        font-size: 28px;
        line-height: 30px;
    }

    h2 {
        font-size: 22px;
        line-height: 24px;
    }

    h3 {
        font-size: 20px;
        line-height: 22px;
    }

    h4 {
        font-size: 16px;
        line-height: 18px;
    }

    nav#menu ul li a {
        font-size: 15px;
    }

    body.content #header-top-wrapper .header-register {
        display: none;
    }

    body.content #header-top-wrapper.fixed .header-register {
        display: inherit;
    }

    .icon {
        font-size: 8px;
    }

    .header-logo-icon {
        margin-left: 0;
    }

    #navigation-icon {
        float: right;
    }

    .header-newsletter {
        margin-right: 18px;
    }

    .header-register {
        margin-right: 18px;
    }

    .first-content-area h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .home-module-title {
        font-size: 24px;
        line-height: 26px;
    }

    .home-module-details {
        font-size: 16px;
        line-height: 16px;
    }

    .desktop-slider-register {
        display: none;
    }

    .mobile-register {
        display: inherit;
    }

    a.button {
        font-size: 16px;
        padding: 8px 18px;
    }

    .accordian_title {
        width: 94%;
        padding: 12px 3%;
        font-size: 18px;
    }

    #conference-wrapper a {
        font-size: 24px;
    }

    .video {
        width: 100%;
        margin-bottom: 12px;
    }

    .video.full {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .video.two,
    .video.three {
        margin-left: 0;
    }

    .video-gallery-item {
        width: 48%;
    }

    .cs-key-fact {
        width: 90%;
        padding: 5%;
        margin-bottom: 5%;
    }

    .cs-key-fact.two,
    .cs-key-fact.three {
        margin-left: 0;
    }

    #inpage-speakers .speaker {
        width: 29.33%;
        margin: 2%;
    }

    #icon-wrapper {
        position: relative;
    }

    #header-info-wrapper {
        text-align: left;
    }

    #header-info-wrapper #strapline {
        display: inherit;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }

    #newsletter-sign-up {
        text-align: center;
        line-height: inherit;
    }

    #newsletter-sign-up h1 {
        padding: 15px 12px 15px 12px;
    }

    #discover {
        display: none;
    }

    #newsletter-sign-up a.button {
        float: none;
        display: block;
    }

    footer {
        line-height: 36px;
    }

    #copyright,
    #links {
        width: 100%;
        text-align: center;
    }

    #copyright {
        margin: 24px 0;
        line-height: 18px;
    }

    #links ul li a {
        margin: 0;
        width: 100%;
        display: block;
        border-bottom: solid 1px #8A5E8B;
        padding: 6px 0;
    }

    .listing_item,
    .listing_item.half {
        width: 49%;
        padding: 0;
        margin: 0 0 2% 2%;
    }

    .listing_item.one,
    .listing_item.three,
    .listing_item.five,
    .listing_item.half.left {
        margin-left: 0;
    }

    .listing_item.four {
        margin-left: 2%;
    }

    .listing_item.half .listing_item_title {
        font-size: 20px;
    }

    .listing_item.full .listing_item_full_content {
        width: 100%;
    }

    .listing_item.full .listing_item_full_image {
        min-height: 300px;
    }

    .sharing_item_wrapper {
        margin-bottom: 52px;
    }

    #content-wrapper .exhibitor_listings_wrapper .exhibitor_listing {
        width: 46%;
    }

    .passes-prices-item {
        width: 100%;
        margin: 0 0 5% 0;
    }

    .passes-prices-item.right {
        margin-left: 0;
    }

    .passes-prices-item-title {
        height: auto !important;
    }

    .blog_left,
    .blog_right {
        width: 100%;
    }

    .blog_right {
        margin-left: 0;
    }

    .blog_right .latest_news_listing {
        border-bottom: solid 1px #E0E0E0;
        padding-bottom: 6px;
    }

    .icons .icon {
        width: 25%;
        font-size: 12px;
    }

    .listing-testimonials .testimonial-item {
        width: 100%;
        margin: 0;
    }

}

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

    #header-top-wrapper.fixed .header-newsletter {
        display: none;
    }

    #welcome,
    .first-content-area,
    .second-content-area,
    .repeating-item,
    #content-wrapper .inpage-cta {
        width: 90%;
        padding: 5%;
        margin-bottom: 24px;
    }

}

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

    body {
        font-size: 15px;
        line-height: 24px;
    }

    #main-image h1,
    #welcome h1,
    h1 {
        font-size: 24px;
        line-height: 26px;
    }

    #main-image h1 {
        margin-top: 0;
    }

    h2 {
        font-size: 20px;
        line-height: 22px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .page-title {
        background: none;
        padding: 0;
    }

    .page-title h1 {
        background: none;
        padding: 0;
    }

    #header-top-wrapper.fixed,
    body.content header #header-top-wrapper.fixed {
        padding: 10px;
    }

    .header-social-wrapper {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 14px;
        right: 0;
        left: 0;
        top: 0;
    }

    .header-social-wrapper .header-social {
        float: right;
    }

    #header-info-wrapper {
        top: 140px;
    }

    body.content header #header-info-wrapper {
        padding-top: 140px;
    }

    #header-info-wrapper #logo {
        margin-bottom: 0;
    }

    .icon {
        font-size: 7px;
    }

    .icon img {
        max-width: 50%;
    }

    .icons .icon {
        font-size: 9px;
    }

    #main-image {
        min-height: 70px;    
    }

    .gallery_image {
        margin: 0 2% 4%;
        width: 46%;
        overflow: hidden;
    }

    #inpage-speakers .speaker {
        width: 46%;
    }

    #welcome-section #welcome h1,
    #speakers h1,
    #cta h1,
    #get-involved h1 {
        line-height: 32px;
    }

    .home-video-container h1:before,
    .home-video-container h1:after {
        display: none;
    }

    #get-involved-wrapper #testimonials .quote-photo {
        width: 100px;
        margin-bottom: 18px;
        margin-right: 30%;
    }

    #get-involved-wrapper #testimonials .quote-details {
        width: 80%;
        margin-left: 0;
        font-size: 16px;
    }

    #get-involved-wrapper #testimonials .quote-details p.quoter {
        font-size: 18px;
    }

    #inpage-testimonials {
        padding: 6% 2% 2% 2%;
    }

    #inpage-testimonials .quote-photo,
    .listing-testimonials .quote-photo {
        width: 100px;
        margin-bottom: 18px;
        margin-right: 30%;
    }

    #inpage-testimonials .quote-details,
    .listing-testimonials .quote-details {
        width: 80%;
        margin-left: 0;
        font-size: 16px;
    }

    .listing-testimonials .quote-details {
        width: 100%;
        font-size: 15px;
    }

    .listing-testimonials .quote-details p.quoter {
        font-size: 16px;
    }

    #inpage-testimonials .quote-details p.quoter {
        font-size: 18px;
    }

    #sponsors-section h1:before,
    #sponsors-section h1:after {
        display: none;
    }

    #sponsors-section #sponsors > div:first-of-type {
        margin-left: 0;
    }

    #sponsors-section #sponsors .sponsor {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5%;
    }

    #sponsors-section #sponsors .sponsor.media {
        width: 100%;
    }

    .video-container-wrapper {
      width: 90%;
      padding: 5%;
    }

    .map-tooltip {
      font-size: 12px;
      bottom: 0;
      left: 0;
    }

    .cs-key-fact {
        width: 88%;
        padding: 15% 6%;
        margin-bottom: 5%;
    }

    #speaker-listing .speaker {
        width: 30.33%;
    }

    .detail-speaker-image-wrapper {
        float: left;
        margin: 0;
    }

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

    .icon p {
        display: none;
    }

}

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

    #header-info-wrapper {
        left: 20px;
        right: 20px;
    }

    body.content header #header-info-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header-info-wrapper #dates {
        font-size: 18px;
        line-height: 22px;
    }

    #header-info-wrapper #strapline {
        font-size: 16px;
        line-height: 20px;
    }

    .icon {
        font-size: 5px;
    }

    .icon img {
        max-width: 40%;
    }

    .icons .icon {
        font-size: 7px;
    }

    .repeating-item,
    #content-wrapper .inpage-cta {
        width: 86%;
        padding: 7%;
    }

    #get-involved-wrapper #testimonials,
    #get-involved-wrapper #get-involved {
        width: 80%;
    }

    #get-involved-wrapper .get-involved-item {
        padding: 10%;
    }

    .listing_item,
    .listing_item.half,
    .listing_item.full {
        width: 100%;
        margin: 0 0 5% 0;
    }

    .listing_item.one,
    .listing_item.four,
    .listing_item.half.left {
        margin-left: 0;
    }

    #speaker-listing .speaker {
        width: 46.9%;
        margin-bottom: 3%;
    }

    #content-wrapper .exhibitor_listings_wrapper .exhibitor_listing {
        width: 96%;
        margin-top: 5%;
    }

    #video-gallery-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .video-gallery-item {
        width: 100%;
        margin: 0 0 5% 0;
    }

}

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

    .header-register a {
        width: 150px;
    }

    #inpage-speakers .speaker {
        width: 92%;
        margin: 4%;
    }

    .listing_item_container.blog .listing_item {
        width: 100%;
        margin: 0 0 5% 0;
    }

    .listing_item_container.blog .listing_item.one,
    .listing_item_container.blog .listing_item.four {
        margin-left: 0;
    }

}
