/*	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;
}

hr {
    border-bottom: solid 1px #880c60;
    border-top: none;
    margin: 24px 0;
}

/*------------------------------------*\
	FONT-FACE
\*------------------------------------*/
@font-face {
    font-family: 'misoregular';
    src: url('../fonts/miso-regular-webfont.woff2') format('woff2'),
         url('../fonts/miso-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'misobold';
    src: url('../fonts/miso-bold-webfont.woff2') format('woff2'),
         url('../fonts/miso-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

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

/*------------------------------------*\
	MOBILE CTA
\*------------------------------------*/
#mobile-ctas {
	display: none;
}

/*------------------------------------*\
	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 8px;
	font-weight: 700;
}

/* ------------  Inputs and textareas  ------------- */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #c0c0c0;
	outline: medium none;
	margin: 6px 0px 10px;
	padding: 8px;
	-webkit-appearance: none;
	color: #880c60;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: solid 1px #ff5001;
}

/* ------------  Buttons & Submits  ------------  */
input[type="submit"],
input[type="button"],
button.button {
	display: inline-block;
	border: none;
	margin: 12px 0;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	font-size: 20px;
	background: #ff5001;
	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 15px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button.button:hover {
	color: #FFFFFF;
	background: #880c60;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

p {
	margin: 12px 0;
}

span.larger {
	font-size: 20px;
	line-height: 28px;
}

p.narrow {
	width: 30%;
	clear: both;
	display: block;
}

a {
	color: #ff5001;
	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: #880c60;
}

a.button {
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	font-size: 14px;
	color: #FFFFFF;
	background: #ff5001;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-appearance: none;
	padding: 8px 15px;
	text-decoration: none;
	display: inline-block;
	line-height: normal;
	font-weight: 700;
}

a:hover.button {
	color: #FFFFFF;
	background: #880c60;
}

a.button.yellow {
	background: #fbbc43;
}

a:hover.button.yellow {
	background: #93cebb;
}

a.button.blue {
	background: #880c60;
}

a:hover.button.blue {
	color: #FFFFFF;
	background: #ff5001;
}

a.button.green {
	background: #35a67c;
}

a:hover.button.green {
	color: #FFFFFF;
	background: #216f56;
}

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

a:hover.button.white {
	color: #FFFFFF;
	background: #880c60;
	outline: solid 2px #880c60;
}

a.button.solid-white {
	background: #FFFFFF;
	outline: solid 2px #FFFFFF;
	color: #880c60;
}

a:hover.button.solid-white {
	color: #FFFFFF;
	background: #880c60;
	outline: solid 2px #880c60;
}

h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	color: #731d46;
	font-weight: 700;
	margin: 18px 0;
}

h1 {
	font-size: 44px;
	line-height: 52px;
}

h2 {
	font-size: 28px;
	line-height: 34px;
}

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

h4 {
	font-size: 20px;
	line-height: 24px;
}

#sticky {
	width: 100%;
	float: left;
}

span.block-text {
	color: #FFFFFF;
	background-color: #021F30;
	padding: 2px;
}

#event-booking-wrapper {
	max-width: 800px;
	margin: 0 auto;
	float: none;
}

.orange-bar {
	height: 156px;
	background: url(../images/logo_watermark_single.jpg) repeat right;
}

/*------------------------------------*\
	LOGIN FORM STYLING
\*------------------------------------*/
#non_members_prompt {
	font-weight: 700;
	color: #ff5001
}

#members_login_form {
	background: #F8F8F8;
	padding: 15px;
	color: #000000;
	margin-bottom: 40px;
	outline: solid 1px #CCCCCC;
}

#members_login_form h1 {
    font-size: 22px;
    line-height: 30px;
}

#members_login_form a {
	color: #021F30;
	text-decoration: underline;
}

#members_login_form a:hover {
	color: #880c60;
}

#members_login_form input[type="text"],
#members_login_form input[type="email"],
#members_login_form input[type="password"],
#members_login_form textarea {
	border: none;
}

#members_login_form input[type="submit"],
#members_login_form input[type="button"],
#members_login_form button.button {
	background: #731d46;
}

#members_login_form input[type="submit"]:hover,
#members_login_form input[type="button"]:hover,
#members_login_form button.button {
	background: #021F30;
}

.member_profile {
	padding: 24px 0;
	border-top: solid 1px #E0E0E0;
}

.blog-sharing-wrapper.member-menu {
	width: 92%;
	padding: 4%;
	background-color: #880c60;
}

#content .blog-sharing-wrapper.member-menu h3 {
    color: #FFF;
}

#content .blog-sharing-wrapper.member-menu ul li {
    background: none;
    border-top: solid 1px #FFF;
    margin: 0;
    padding: 8px 0;
}

#content .blog-sharing-wrapper.member-menu ul li a:hover {
	color: #FFFFFF;
}

/*------------------------------------*\
	NAV STYLING
\*------------------------------------*/
#fixed-top-wrapper {
	top: -200px;
	z-index: 99999;
	width: 100%;
	opacity: 1;
	-webkit-transition: top .6s linear;
	-moz-transition: top .6s linear;
	-o-transition: top .6s linear;
	transition: top .6s linear;
}

#fixed-top-wrapper.fixed {
	position: fixed;
	top: 0;
}

#navigation-wrapper {
	width: 100%;
	float: left;
	background: #f2f2f2;
	padding: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#navigation-wrapper #logo-small {
	float: left;
	margin: 24px 0 22px 32px;
	line-height: normal;
}

#navigation-wrapper #icon {
	float: left;
	margin: 10px 0 4px 20px;
	line-height: normal;
	display: none;
}

#fixed-top-wrapper.fixed #navigation-wrapper #logo-small {
	display: none;
}

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

#fixed-top-wrapper.fixed .nav-right .strapline {
	display: none;
}

.nav-right {
	float: right;
	margin: 52px 32px 0 0;
	text-align: right;
}

#fixed-top-wrapper.fixed .nav-right {
	margin: 0 20px 0 0;
}

.nav-right .nav-right-bottom {
	float: right;
}

#fixed-top-wrapper.fixed .nav-right .nav-right-bottom {
	margin: 8px 0 12px 0;
}

.nav-right .nav-right-bottom .book,
.nav-right .nav-right-bottom .programme,
.nav-right .nav-right-bottom .delegates {
	float: right;
	margin-left: 18px;
}

.mobile-navigation-show-wrapper {
	float: left;
	margin-left: 20px;
}

.mobile-navigation-show-wrapper a.simple-menu {
	color: #120C06;
	text-decoration: none;
	width: 36px;
	height: 38px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
}

.mobile-navigation-show-wrapper a.simple-menu {
	background: url(../images/menu_show_hide_bg.png) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 6px;
}

nav#mobile-nav ul li a {
	color: #FFFFFF;
	font-size: 15px;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
}

nav#mobile-nav ul li a:hover,
nav#mobile-nav ul li a.active {
	text-decoration: underline;
}

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

#mobile-navigation .mobile-book-tickets {
	position: absolute;
	right: 20px;
	top: 44px;
	z-index: 99999;
}

nav#mobile-nav ul li a.button {
	color: #FFFFFF;
}

#dates-social-wrapper {
	z-index: 99998;
	background: #880c60;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	width: 100%;
	float: left;
	font-size: 14px;
}

#desktop-nav {
	float: left;
	margin: 0 32px;
}

#desktop-nav .desktop {
	float: left;
}

#desktop-nav .desktop ul,
#desktop-nav .desktop ul li {
	margin: 0;
	padding: 0;
}

#desktop-nav .desktop ul li {
	list-style: none;
	display: inline;
	position: relative;
	font-size: inherit;
}

#desktop-nav .desktop ul li a {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-right: 42px;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
}

#desktop-nav .desktop ul li a:hover,
#desktop-nav .desktop ul li a.active {
	text-decoration: underline;
}

#desktop-nav .desktop ul li ul {
	position: absolute;
	top: 11px;
	left: -10px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	margin: 0;
	padding-top: 17px;
	z-index: 9998;
}

#desktop-nav .desktop ul li ul li {
	background: #003B61;
	display: block;
	margin: 0;
	text-align: left;
}

#desktop-nav .desktop ul li ul li a {
	display: block;
	font-size: 12px;
	margin-left: 0;
	line-height: 32px;
	border: none;
	color: #FFFFFF;
	padding: 3px 3%;
	background-image: none;
	width: 94%;
}

#desktop-nav .desktop ul li ul li a:hover,
#desktop-nav .desktop ul li ul li a.active {
	color: #FFFFFF;
	background: #ff5001;
}

#desktop-nav .desktop ul li:hover ul li ul {
	position: absolute;
	top: -17px;
	left: 320px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	margin: 0;
	z-index: 100;
}

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

.find-event {
	float: right;
}

.find-event a.button {
	padding: 0 15px;
	height: 38px;
	line-height: 38px;
}

.social-ctas .social {
	float: right;
	margin-right: 32px;
}

.social-ctas .social a {
	margin: 0 0 0 18px;
	color: #FFFFFF;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	transition: color .8s linear;
	font-weight: normal;
	font-size: 16px;
}

.social-ctas .social a:hover {
	color: #ff5001;
	text-decoration: none;
}

/*------------------------------------*\
 	HERO SECTION
\*------------------------------------*/
#hero-wrapper {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 700px !important;
}

#hero {
    max-width: 800px;
    float: left;
    padding: 52px 32px;
    position: relative;
    z-index: 15;
		color: #FFFFFF;
}

#hero h2 {
	color: #FFFFFF;
	font-size: 42px;
	line-height: 48px;
	text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.8);
}

#hero h3,
#hero h4 {
	color: #FFFFFF;
	text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.8);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 14;
    pointer-events: none;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		filter: grayscale(1);
}

/*------------------------------------*\
	HOME VIDEO STYLING
\*------------------------------------*/
video#home-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/*------------------------------------*\
	BREADCRUMBS
\*------------------------------------*/
#breadcrumb_wrapper {
	width: 100%;
	float: left;
	border-bottom: solid 1px #880c60;
}

#breadcrumbs {
	color: #021F30;
	font-size: 15px;
	padding-right: 20px;
	text-align: right;
}

#breadcrumbs a {
	padding: 16px 24px 16px 0;
	margin-right: 6px;
	color: #021F30;
	display: inline-block;
	background: url(../images/breadcrumb_bg.png) no-repeat right center;
}

/*------------------------------------*\
	CONTENT AREA STYLING
\*------------------------------------*/
#content {
	padding: 52px 0;
}

#content.home {
	padding: 0;
}

#content.fixed {
	margin-top: 125px;
}

#content.content {
	padding: 32px 0;
}

#content.event-listing {
	padding: 0;
}

#content .content-area,
#home-event-speakers {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	word-wrap: break-word;
}

#speaker-carousel {
	margin: 32px 0;
}

#speaker-carousel .owl-dots {
	margin-top: 24px;
}

#content .content-area .home-intro {
	max-width: 900px;
}

#content .content-area .home-intro h1 {
    font-size: 44px;
    line-height: 52px;
}

#content .content-area .home-intro .home-intro-three-column {
	margin-top: 32px;
}

.content-inner {
	overflow: hidden;
	word-wrap: break-word;
	z-index: 9999;
	position: relative;
}

.content-inner.blog-detail {
	overflow: inherit;
}

#content img {
	height: auto !important;
}

#content ul {
	margin: 12px 0;
}


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

#content div.blue ul li {
	list-style: none;
    background: url(../images/li-bg-white.png) no-repeat top left;
    padding: 0 0 8px 28px;
}

#content ul.bullet li {
	list-style: unset;
	background: none;
	padding: 0;
}

/*------------------------------------*\
 	EVENT SECTION
\*------------------------------------*/
#event-wrapper  {
	padding: 0;
	background-color: #880c60;
}

#events-intro {
	max-width: 1500px;
	margin: 0 auto;
	padding: 72px 52px 0 52px;
	overflow: hidden;
	font-size: 18px;
	color: #FFFFFF;
}

#events-intro h1  {
	color: #FFFFFF;
}

#events {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 52px 72px 52px;
	overflow: hidden;
	font-size: 18px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
}

#events h2 {
	text-align: center;
	margin-bottom: 32px;
}

.featured-event-wrapper {
	float: left;
	width: 49%;
	margin: 1% 0;
}

.regional-event-wrapper {
	float: left;
	width: 49%;
	margin: 1% 0 1% 2%;
}

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


.event {
	float: left;
	position: relative;
	flex-basis: 22.75%;
	margin-top: 3%;
}

.event h1,
.event h3,
.event h1 a,
.event h3 a {
	color: #FFFFFF;
}

.featured-event-wrapper .event h1,
.regional-event-wrapper .event h3 {
	margin: 0 0 10px 0;
}

.event.two,
.event.four {
	margin-left: 4%;
}

.event .image-box {
	width: 100%;
	float: left;
	position: relative;
	background: #000000;
}

.event .image-box.image-item {
	background: none;
}

.event a .image-box {
	color: #FFFFFF;
}

.event .image-box img {
	width: 100%;
	float: left;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.event .image-box.event-item img {
	filter: grayscale(1);
	opacity: 0.6;
}

.event .title-box-wrapper {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	z-index: 99;
}

.event .title-box {
	color: #ff5001;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	transition: color .8s linear;
}

.event .title-box h3 {
	font-size: 18px;
	line-height: 22px;
}

.event-type,
.event-date,
.virtual-event-tag {
	color: #FFFFFF;
}

.event-date {
	float: left;
	width: 100%;
	font-size: 15px;
  margin-top: 8px;
}

.virtual-event-tag {
	float: left;
	font-size: 22px;
    padding: 5px 12px;
    font-family: 'misobold', sans-serif;
    background-color: #880c60;
    letter-spacing: inherit;
    text-shadow: none;
    margin-bottom: 12px;
    text-align: center;
}

.virtual-event-tag.small {
	font-size: 16px;
}

.virtual-event-tag span {
    padding: 5px 12px;
    background-color: #880c60;
    display: inline-block;
}

.event-info-region {
    float: left;
    margin-left: 0;
    margin-top: 0;
    background-color: #ff5001;
    color: #FFFFFF;
    padding: 5px 12px;
    font-size: 18px;
}

.event-type {
	display: inline-block;
	margin-bottom: 8px;
	background-color: #ff5001;
	padding: 2px 6px;
	font-size: 14px;
	text-shadow: none;
}

.event-offering {
	float: right;
	display: inline-block;
	margin-bottom: 8px;
	background-color: #880c60;
	color: #FFFFFF;
	padding: 2px 6px;
	font-size: 14px;
	text-shadow: none;
}

.event-info-date {
	width: 100%;
	float: left;
}

.event .more-box-wrapper {
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 12px;
	z-index: 99;
}

.event .more-box-wrapper a {
	color: #FFFFFF;
}

.event .more-box-wrapper .more-info {
	float: left;
	text-shadow: none;
}

.event .more-box-wrapper .book-now {
	float: right;
	text-shadow: none;
}

.view-events {
	width: 100%;
	float: left;
	text-align: center;
	text-shadow: none;
}

.event-copy-top-left {
  width: 60%;
  float: left;
}

.event-copy-top-right {
  width: 40%;
  float: left;
	margin: -170px 0 0 0;
	position: relative;
	background-color: #ff5001;
	border-radius: 50%;
	opacity: 0.;
}

.event-copy-top-right .event-copy-top-right-inner {
	margin-right: -170px;
}

.event-copy-top-right img {
	width: 100%;
	border-radius: 50%;
	float: left;
	filter: grayscale(1);
	opacity: 1;
	mix-blend-mode: hard-light;
}

.event-copy-bottom-left {
  width: 49%;
  float: left;
}

.event-copy-bottom-right {
  width: 49%;
  float: left;
  margin-left: 2%;
}

/*------------------------------------*\
 	CONFERENCE SECTION
\*------------------------------------*/
#conference-wrapper  {
	padding: 0 0 52px 0;
}

#conference-wrapper.orange  {
	background: #ff5001;
	color: #FFFFFF;
	padding: 62px 0 62px 0;
	margin-top: 42px;
}

#conference-wrapper.orange h1 {
	color: #FFFFFF;
}

#other-events-intro,
#home-speakers-intro {
    max-width: 1500px;
    margin: 0 auto;
    padding: 72px 52px 0 52px;
    overflow: hidden;
    font-size: 18px;
}

#conferences {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 52px;
	overflow: hidden;
	font-size: 18px;
}

#conferences.home {
	margin-top: 3%;
}

.conference h3 {
	font-size: 22px;
	line-height: 24px;
}

.conference .image-box {
	width: 100%;
	float: left;
	position: relative;
}

.conference .image-box.image-item {
	background: none;
}

.conference a .image-box,
.conference a:hover .image-box {
	color: #FFFFFF;
	background: #000000;
}

.conference a .image-box img {
	width: 100%;
	float: left;
	height: auto;
	opacity: 0.6;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	transition: opacity .8s linear;
	filter: grayscale(1);
}

.conference a:hover .image-box img {
	opacity: 0.4;
}

.conference-info-wrapper {
	position: absolute;
	top: 12px;
	left: 12px;
}

.conference a .image-box .conference-link {
	color: #FFFFFF;
	background-color: #ff5001;
	display: inline-block;
	padding: 4px 8px;
	margin: 0 0 16px 0;
	font-size: 16px;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	transition: all .8s linear;
}

.conference a:hover .image-box .conference-link {
	background-color: #880c60;
}

.conference a .image-box .date-box {
	padding: 8px 0 0 0;
	z-index: 99;
	font-size: 16px;
}

/*------------------------------------*\
 	EVENTS
\*------------------------------------*/
.event-info-wrapper {
	width: 92%;
	float: left;
	padding: 4%;
	background-color: #FFFFFF;
	word-wrap: break-word;
}

.event-info-wrapper.listing {
	width: 100%;
	padding: 0;
}

.event-inner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 52px;
	overflow: hidden;
}

.event-info-left-copy {
	width: 50%;
	float: left;
}

.event-info-right-copy {
	width: 50%;
	float: right;
}

.event-info-right-image {
	width: 50%;
	float: right;
	margin: 0 -52px -102px 0;
	position: relative;
	background-color: #ff5001;
	border-radius: 50%;
	opacity: 0.
}

.event-info-left-image {
	width: 50%;
	float: left;
	margin: 0 0 -102px -52px;
	position: relative;
}

.event-info-right-image img,
.event-info-left-image img {
	width: 100%;
	border-radius: 50%;
	float: left;
	filter: grayscale(1);
}

.event-info-right-image img {
	opacity: 1;
	mix-blend-mode: hard-light;
}

.event-info-wrapper.past-events {
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
}

.event-info-wrapper h2 {
	margin-bottom: 24px;
}

.event-info-wrapper.listing.one,
.event-info-wrapper.listing.three {
	background-color: #FFFFFF;
}

.event-info-wrapper.listing.one a.button,
.event-info-wrapper.listing.three a.button {
		background-color: #880c60;
    color: #FFFFFF;
}

.event-info-wrapper.listing.one a,
.event-info-wrapper.listing.three a {
	color: #880c60;
}

.event-info-wrapper.listing.two {
	background-color: #ff5001;
	color: #FFFFFF;
}

.event-info-wrapper.listing.two h1, .event-info-wrapper.listing.two h2, .event-info-wrapper.listing.two h3, .event-info-wrapper.listing.two h4 {
	color: #FFFFFF;
}

.event-info-wrapper.listing.two a {
	color: #FFFFFF;
}

.event-info-wrapper.listing.two .event-info-region {
    background-color: #880c60;
}

.event-info-wrapper.listing.two .event-info-region.type,
.event-info-wrapper.listing.two .event-info-region.offering {
	background-color: #FFFFFF;
	color: #880c60;
}

.event-info-wrapper.listing.two .event-info-date h3 {
	float: left;
	color: #880c60;
}

.event-info-wrapper.listing.two a.button {
		background-color: #FFFFFF;
    color: #880c60;
}

.event-info-wrapper.listing.four {
	background-color: #880c60;
	color: #FFFFFF;
}

.event-info-wrapper.listing.four h1, .event-info-wrapper.listing.four h2, .event-info-wrapper.listing.four h3, .event-info-wrapper.listing.four h4 {
	color: #FFFFFF;
}

.event-info-wrapper.listing.four a {
    color: #FFFFFF;
}

.event-info-wrapper.listing.four .event-info-region.offering {
		background-color: #FFFFFF;
		color: #880c60;
}

.event-info-wrapper.listing.four a.button {
		background-color: #FFFFFF;
    color: #880c60;
}

.event-type-selector {
	width: 100%;
	background-color: #ff5001;
	float: left;
	margin-bottom: 32px;
}

.event-cost-selector {
	position: absolute;
	right: 282px;
	top: -38px;
	background-color: #880c60;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
}

.event-cost-selector a {
	color: #FFFFFF;
	font-size: 15px;
	padding: 0 6px;
}

.event-cost-selector a:hover {
	text-decoration: underline;
}

.event-detail-left {
	width: 60%;
	float: left;
}

.event-detail-right {
	width: 32%;
	float: left;
	margin-left: 8%;
}

.event-detail-right img {
	width: 100%;
}

.event-info-date-wrapper {
	width: 100%;
	float: left;
	margin: 0;
}

.event-info-wrapper.listing .event-info-date-wrapper {
	margin-bottom: 0;
}

.event-info-wrapper.listing .event-info-date {
	margin-top: 0;
}

.event-info-date h3 {
	float: left;
	color: #ff5001;
}

.event-info-region {
	float: left;
	margin-left: 0;
	margin-top: 0;
	background-color: #ff5001;
	color: #FFFFFF;
	padding: 5px 12px;
	font-size: 16px;
	margin-right: 8px;
}

.event-info-region.type,
.event-info-region.offering {
	background-color: #880c60;
}

.event-title {
	width: 100%;
	float: left;
}

.event-strapline {
	width: 100%;
	float: left;
	margin: 18px 0;
}

.event-info-details-wrapper {
	width: 100%;
	float: left;
	margin-top: 18px;
}

.event-info-details-wrapper-left,
.event-info-details-wrapper-right {
	width: 48%;
	float: left;
}

.event-info-details-wrapper-right {
	margin-left: 4%;
}

.event-info-details,
.event-info-location,
.event-info-pricing,
.event-membership-details {
	float: left;
	margin-bottom: 18px;
	line-height: 30px;
	clear: left;
}

.event-info-location {
	padding-left: 0;
	background: none;
}

.event-info-book {
	float: left;
	width: 100%;
}

.event-info-book.sold_out span,
.event-copy-book.sold_out,
.event-listing-book.sold_out {
	width: auto;
	font-size: 20px;
	color: #FFFFFF;
	background: #d41e1e;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-appearance: none;
	padding: 8px 15px;
	text-decoration: none;
	display: inline-block;
	line-height: normal;
}

.event-listing-book.sold_out {
	background: #AEAEAE;
	margin-right: 18px;
}

.event-info-book a.button {
	margin: 0 18px 22px 0;
}

#event-resources-wrapper {
	width: 92%;
	float: left;
	padding: 1% 4%;
	background-color: #95cdbc;
	word-wrap: break-word;
	margin-top: 24px;
	color: #722246;
}

#event-resources-wrapper h2 {
	color: #FFFFFF;
}

#event-resources {
	max-width: 1500px;
	margin: 42px auto;
	padding: 0 52px 0 52px;
	overflow: hidden;
}

#event-resources a {
	color: #722246;
	text-decoration: underline;
}

#event-resources a:hover {
	color: #722246;
	text-decoration: none;
}

#event-resources ul {
	margin: 12px 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

#content #event-resources ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 18px 0;
	list-style-type: none;
	background: none;
	border-bottom: solid 2px #FFFFFF;
  padding-bottom: 12px;
}

#content #event-resources ul li:last-child {
	margin: 0;
}

#content #event-resources ul li a {
	display: inline-block;
	background: url(../images/download-icon.png) no-repeat top left;
	padding-left: 38px;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none;
}

.past-event-speaker-wrapper {
	background-color: #ff5001;
}

.past-event-speaker-wrapper h1 {
	color: #FFFFFF;
}

.carousel-listings-wrapper.speaker-carousel {
	text-align: left;
	margin-top: 32px;
}

.carousel-listings-wrapper.speaker-carousel h3 {
	margin-bottom: 24px;
}

.speakers .speaker-listing {
	text-align: center;
	width: 15%;
	display: inline-block;
	margin: 2%;
	vertical-align: top;
}

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

.speakers .speaker-listing .speaker-listing-image img,
.session-image img {
	border-radius: 50%;
	filter: grayscale(1);
}

.session-image {
	float: right;
	margin: 20px 0 20px 20px;
}

.speakers .speaker-listing .speaker-listing-details-name {
	color: #93cebb;
	font-size: 20px;
}

.speakers .speaker-listing .speaker-listing-details-role {
	font-size: 13px;
}

.speakers .speaker-listing .speaker-listing-details-company {
	font-size: 13px;
	font-weight: 700;
}

.speakers.event-detail .speaker-listing .speaker-listing-details-name,
.speakers .speaker-listing .speaker-listing-details-role,
.speakers .speaker-listing .speaker-listing-details-company {
	color: #880c60;
}

.speaker-chairperson {
	margin-top: 32px;
}

.event-copy {
	width: 100%;
	float: left;
	padding: 52px 0;
	background-color: #ff5001;
	color: #FFFFFF;
}

.event-copy h1,
.event-copy h2,
.event-copy h3,
.event-copy h4,
.event-copy h5 {
	color: #FFFFFF;
}

.event-copy-book {
	margin-top: 32px;
	width: 100%;
	text-align: center;
}

.event-copy-book a.button {
    font-size: 24px;
    margin-top: 18px;
}

.event-sponsor {
	float: left;
	width: 100%;
	text-align: center;
}

.event-sponsor-inner {
	display: flex;
	justify-content: center;
}

.event-sponsor img {
	margin: 24px 12px;
	line-height: 70px;
}

#event-agenda-wrapper {
	margin-top: 42px;
}

#event-agenda-wrapper h3 {
	border-top: solid 1px #880c60;
	border-bottom: solid 1px #880c60;
	padding: 18px 0;
	text-align: center;
}

#event-agenda {
	max-width: 1500px;
	margin: 52px auto;
	padding: 0 20px;
	overflow: hidden;
}

#event-agenda ul li {
	list-style: none;
    background: url(../images/li-bg.png) no-repeat top left;
    padding: 0 0 24px 42px;
}

.event-agenda-image {
	float: right;
	margin: 32px;
}

#event-contact-wrapper {
	background-color: #EBF0F8;
}

#event-contact {
	max-width: 1500px;
	margin: 52px auto;
	padding: 0 20px;
	overflow: hidden;
	text-align: center;
}

.event-listing-book a.button {
    margin: 0 18px 22px 0;
}

.event-listing-book a.more-info {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.error {
	color: red;
}

/*------------------------------------*\
	GALLEY LISTING
\*------------------------------------*/
.event-gallery {
	width: 100%;
	float: left;
}

.event-gallery h3 {
	color: #ff5001;
}

/*------------------------------------*\
	BLOG LISTING
\*------------------------------------*/
#content .exhibitor_listings_wrapper {
	width: 100%;
	float: left;
}

#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper {
	max-width: 1500px;
  margin: 0 auto;
  padding: 0 52px 42px 52px;
  overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 3%;
}

#content .exhibitor_listing {
	flex-basis: 22.75%;
	margin-top: 3%;
	float: left;
	background-color: #000000;
	position: relative;
}

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

#content .exhibitor_listing .exhibitor_listing_inner a {
	display: block;
}

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

#content .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_image img {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	opacity: 1;

}

#content .exhibitor_listing .exhibitor_listing_inner a:hover .exhibitor_listing_image img {
	opacity: 0.7;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 18px;
	font-weight: 700;
	font-size: 16px;
}

#content .detail_exhibitor_logo {
    float: left;
	width: 100%;
	margin-bottom: 22px;
}

.exhibitor-profile-right {
	width: 30%;
	float: right;
	padding: 0 32px;
}

#content .video-container-wrapper.exhibitor {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 24px 0;
}

#content .carousel_listings_wrapper  {
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 52px;
  overflow: hidden;
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_title.product {
	float: left;
	width: 100%;
	position: inherit;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_title.product h4 {
	color: #040404;
	margin: 0;
	padding: 12px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	border-bottom: solid 1px #040404;
}

#content .detail_contact_info_wrapper {
	float: left;
	margin-top: 24px;
}

#content .detail_contact_info {
	display: inline-block;
}

#content .detail_contact_info a {
	width: 42px;
	background-color: #A2B39A;
	display: block;
	height: 42px;
	line-height: 42px;
	color: #040404;
	margin: 0 12px 0 0;
	border-radius: 21px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
	text-align: center;
}

#content .detail_contact_info a:hover {
	background: #B9C6B3;
}


/*------------------------------
   BLOG DETAIL
-------------------------------*/
#content .blog-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 52px;
}

#content .blog-wrapper .gallery-listing-wrapper,
.blog-wrapper .video-container-wrapper,
#content .blog-wrapper .content-area {
    padding: 32px 0;
}

#content .blog-wrapper .carousel-listings-outer-wrapper {
	padding: 32px 10px;
}

#content .blog-wrapper-left {
    width: 72%;
    float: left;
}

#content .blog-wrapper-right {
    width: 23%;
    float: left;
    margin-left: 5%;
    padding-top: 32px;
    position: relative;
}

.blog-sharing-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 6px;
    position: sticky;
    top: 0;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.blog-sharing-wrapper.fixed {
    top: 140px;
}

.blog-sharing-wrapper .sharing-wrapper h4 {
    margin-top: 0;
}

.exhibitor-listing-date {
	text-align: center;
	font-size: 15px;
}

.exhibitor-detail-date {
	font-size: 16px;
	font-weight: 700;
}

.contact-left {
	width: 30%;
	float: left;
}

.contact-left .social a {
	margin: 0 18px 52px 0;
	color: #ff5001;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	font-weight: normal;
}

.contact-left .social a:hover {
	color: #880c60;;
	text-decoration: none;
}

.contact-right {
	width: 66%;
	margin-left: 4%;
	float: left;
}

.contact-phone,
.contact-email a,
.contact-role {
	color: #FFFFFF;
}

.contact-role {
	margin-bottom: 12px;
}

.contact-cta {
	margin-top: 12px;
}

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

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

.sharing-item-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    outline: solid 1px #021F30;
    margin-top: 8px;
}


.sharing-item {
    width: 47.5%;
    float: left;
    text-align: center;
    border-left: solid 1px #021F30;
}

.sharing-item:first-child {
    border-left: none;
}

.sharing-item a {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-decoration: none;
}

#content .exhibitor_listings_wrapper {
	width: 100%;
	float: left;
}

#gallery-carousel-wrapper {
	padding: 52px 0;
}

#gallery-carousel {
	width: 100%;
	float: left;
	margin-top: 2%;
}

#gallery-carousel img {
	width: 100% !important;
}

/*------------------------------
	MEMBERSHIP
-------------------------------*/
#content .membership-wrapper {
		background-color: #ff5001;
}

#content .membership-wrapper-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 52px;
	overflow: hidden;
	color: #FFFFFF;
}

#content .membership-wrapper-inner h2 {
	color: #FFFFFF;
}

#content .membership-wrapper .gallery-listing-wrapper,
.membership-wrapper .video-container-wrapper,
#content .membership-wrapper .content-area {
    padding: 32px 0;
}

#content .membership-wrapper .carousel-listings-outer-wrapper {
	padding: 32px 10px;
}

#content .membership-wrapper-left {
    width: 72%;
    float: left;
}

#content .membership-wrapper-right {
    width: 23%;
    float: left;
    margin-left: 5%;
    padding-top: 32px;
    position: relative;
}

#content .membership-wrapper-bottom {
	float: left;
	width: 100%;
	border-bottom: solid 3px #880c60;
}

#content .te-wrapper.membership .te-col.blue {
	background-color: #880c60;
	color: #FFFFFF;
}

#content .te-wrapper.membership .te-col.orange {
	background-color: #ff5001;
	color: #FFFFFF;
}

#content .te-wrapper.membership .te-col.te-left-col,
#content .te-wrapper.membership .te-col.te-right-col {
	width: 50%;
	margin: 0;
}

#content .te-wrapper.membership .te-col.te-left-col .inner {
	max-width: 748px;
	float: right;
	margin: 52px;
}

#content .te-wrapper.membership .te-col.te-right-col .inner {
	max-width: 748px;
	float: left;
	margin: 52px;
}

.blog-sharing-wrapper.member-menu {
    background-color: #FFFFFF;
}

#content .blog-sharing-wrapper.member-menu h3 {
    color: #ff5001;
}

#content .blog-sharing-wrapper.member-menu ul li {
    border-top: solid 1px #ff5001;
}

#content .blog-sharing-wrapper.member-menu ul li a {
	color: #ff5001;
}

#content .blog-sharing-wrapper.member-menu ul li a:hover {
	color: #880c60;
}

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

#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: #00395F;
	line-height: 26px;
	padding: 0 8px;
}

#pagination ul li a.active,
#pagination ul li a:hover {
	background-color: #00395F;
	color: #FFFFFF;
}

#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: #00395F;
	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: #ff5001;
	background: none;
	border: none;
}

/*------------------------------------*\
 	MAIN CTA SECTION
\*------------------------------------*/
#main-cta-wrapper {
	background: #ff5001;
	color: #FFFFFF;
}

#main-cta-wrapper h1,
#main-cta-wrapper h2,
#main-cta-wrapper h3,
#main-cta-wrapper h4 {
	color: #FFFFFF;
}

#main-cta {
	max-width: 1500px;
	margin: 0 auto;
	padding: 42px 52px;
	overflow: hidden;
}

#main-cta-left,
#main-cta-right {
	width: 48%;
	float: left;
}

#main-cta-right {
	margin-left: 4%;
	text-align: right;
}

/*------------------------------------*\
 	SPONSORS SECTION
\*------------------------------------*/
#sponsors-wrapper  {
	padding: 52px 0;
}

#sponsors-wrapper.content {
	padding: 0 0 52px 0;
}

#sponsors,
#header-logos {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 52px;
	overflow: hidden;
	color: #880c60;
	font-weight: 700;
}

#sponsors-wrapper.content #sponsors {
	border-top: none;
}

#sponsors #sponsor-carousel-wrapper,
#sponsors #sponsor-secondary-carousel-wrapper,
#sponsors #supporters-carousel-wrapper,
#header-logos #header-logo-carousel-wrapper  {
	width: 100%;
	float: left;
	padding: 32px 0;
}

#sponsors #sponsor-carousel-wrapper .sponsor,
#sponsors #sponsor-secondary-carousel-wrapper .sponsor,
#sponsors #supporters-carousel-wrapper .sponsor {
	height: 80px;
	line-height: 80px;
	margin-top: 18px;
}

#header-logos #header-logo-carousel-wrapper .sponsor,
#header-logos #header-logo-carousel-wrapper .sponsor a {
	color: #333333;
	font-size: 15px;
}

.sponsor-no-carousel-wrapper {
  width: 100%;
  float: left;
}

.sponsor.static {
  display: inline-block;
  margin: 0 3%;
  width: 13%;
}

/*------------------------------------*\
	CTA SECTION
\*------------------------------------*/
.cta-wrapper {
	background: #ff5001;
}

.cta {
	max-width: 1360px;
	margin: 62px auto;
	font-size: 18px;
	line-height: 26px;
	padding: 0 20px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 27;
}

.cta h2 {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 34px;
}

.cta a {
	color: #021F30;
	text-decoration: underline;
}

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

.cta a.button {
	text-decoration: none;
	background: #731d46;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 8px;

}

.cta a:hover.button {
	background: #021F30;

}

/*------------------------------------*\
	FOOTER SECTION
\*------------------------------------*/
#footer_wrapper {
	width: 100%;
	float: left;
	background: #7c0053;
}

footer {
	margin: 0 auto;
	padding: 62px 40px;
	color: #FFFFFF;
	overflow: hidden;
}

footer h4 {
	color: #FFFFFF;
}

.footer-left {
	width: 52%;
	float: left;
}

.footer-left a {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer-left a:hover {
	color: #ff5001;
}

.footer-right {
	width: 44%;
	float: left;
	margin-left: 4%;
}

#copyright {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 700;
}

#copyright span {
	margin-top: 6px;
	font-size: 15px;
	font-weight: normal;
}

nav#footer {
	width: 100%;
	margin-bottom: 28px;
	float: left;
}

nav#footer ul,
nav#footer ul li {
	margin: 0;
	padding: 0;
}

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

nav#footer ul li a {
	text-decoration: none;
	margin: 0 24px 0 0;
	color: #FFFFFF;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	font-size: 16px;
	font-weight: 700;
}

nav#footer ul li a:hover {
	color: #ff5001;
}

nav#footer .social a {
	margin: 0 18px 52px 0;
	color: #ff5001;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	font-weight: normal;
}

nav#footer .social a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.number.footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-top: 8px;
    color: #FFF;
    font-weight: 700;
    width: 100%;
    margin-bottom: 24px;

}

.number.footer span {
    margin-right: 12px;

}

#website_by_symphony {
	float: left;
	width: 100%;
	margin-top: 28px;
	font-size: 14px;
}

#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;
	font-weight: 800;
}

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

.event-info-right-image {
    margin: 0 -102px -102px 0;
}

.event-info-left-image {
    margin: 0 0 -102px -102px;
}

}

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

#hero-wrapper  {
	height: 380px !important;
}

}

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

#content .blog-wrapper-left {
    width: 100%;
}

#content .blog-wrapper-right {
    width: 100%;
    margin-left: 0;
}

}

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

.desktop {
	display: none;
}

#mobile-navigation,
.mobile-navigation-show-wrapper {
	display:inherit;
}

.event .title-box h3 {
    font-size: 18px;
    line-height: 22px;
}

#content .exhibitor_listing {
	width: 31.33%;
}

.speakers .speaker-listing {
	width: 20%;
}

.footer-left {
	width: 100%;
}

.footer-right {
	width: 100%;
	margin-left: 0;
	margin-top: 32px;
}

}

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

.nav-right .nav-right-bottom .programme,
.nav-right .nav-right-bottom .delegates {
	display: none;
}

#events {
    gap: 6%;
}

.event {
  flex-basis: 47%;
  margin-top: 6%;
}

.sponsor.static {
  margin: 0 3% 3% 3%;
  width: 27.33%;
}

}

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

#fixed-top-wrapper.fixed #navigation-wrapper #logo-small {
	width: 13%;
}

.nav-right {
	margin: 44px 2% 18px 5%;
}

#fixed-top-wrapper.fixed .nav-right {
	width: 78%;
}

.nav-right .strapline h3 {
	font-size: 20px;
	line-height: 20px;
}

.nav-right .nav-right-bottom .number,
.nav-right .nav-right-bottom .member,
.nav-right .nav-right-bottom .search {
	margin-bottom: 12px;
}

.featured-event-wrapper,
.regional-event-wrapper {
	width: 96%;
	margin: 2%;
}

.event {
	width: 100%;
}

.event-info-details-wrapper-left,
.event-info-details-wrapper-right {
	width: 100%;
}

.event-info-details-wrapper-right {
	margin-left: 0;
}

#hero h2 {
	font-size: 32px;
	line-height: 38px;
}

.content-inner {
	margin: 0 auto;
}

.content-inner.event-listing {
	margin-top: 24px;
}

.speakers .speaker-listing {
	width: 28.33%;
}

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

}

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

#event-wrapper.fixed {
	margin-top: 223px;
}

.event-info-right-image {
    margin: 0 -30% -102px 0;
}

.event-info-left-image {
    margin: 0 0 -102px -30%;
}

.event-info-left-copy,
.event-info-right-copy {
    width: 70%;
}

}

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

.cta {
	font-size: 17px;
	line-height: 24px;
}

.cta h2 {
	font-size: 24px;
	line-height: 28px;
}

#content .exhibitor_listing {
	width: 46%;
	margin: 2%;
}

p.narrow {
    width: 100%;
}

}

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

h1,
#content .content-area .home-intro h1 {
	font-size: 32px;
	line-height: 38px;
}

h2 {
    font-size: 26px;
    line-height: 32px;
}

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

h4 {
	font-size: 20px;
	line-height: 24px;
}

#navigation-wrapper #logo-small {
	width: 92%;
	margin: 30px 4% 0 4%;
	text-align: center;
}

.nav-right {
	width: 92%;
	margin: 24px 4% 18px 4%;
	text-align: center;
}

#fixed-top-wrapper.fixed .nav-right {
    margin: 0;
}

.nav-right .nav-right-bottom {
	width: 100%;
}

#fixed-top-wrapper.fixed .nav-right .nav-right-bottom {
    width: auto;
}

.nav-right .nav-right-bottom .number, .nav-right .nav-right-bottom .member, .nav-right .nav-right-bottom .search {
    float: none;
    margin: 0 9px 12px 9px;
    display: inline-block;
}

#fixed-top-wrapper.fixed .nav-right .nav-right-bottom .number,
#fixed-top-wrapper.fixed .nav-right .nav-right-bottom .member {
	margin: 0 9px;
}

.nav-right .nav-right-bottom .book {
    float: none;
}

.nav-right .nav-right-bottom .search {
	width: 60%;
	margin: 0 20% 12px 20%;
}

#fixed-top-wrapper.fixed .nav-right .nav-right-bottom .search {
	display: none;
}

.nav-right .nav-right-bottom .search input {
	width: 100%;
}

#event-wrapper.fixed {
	margin-top: 344px;
}

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

.event a .image-box .date-box {
    font-size: 16px;
    width: 80px;
}

.event .image-box .date-box p span {
    font-size: 20px;
    line-height: 20px;
}

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

.conference .image-box .date-box {
    font-size: 16px;
}

.conference .image-box .date-box p span {
    font-size: 20px;
    line-height: 20px;
}

.event-agenda-image {
	display: none;
}

.session-image {
	width: 100%;
	float: left;
	margin: 20px 0;
	text-align: center;
}

#main-cta-left,
#main-cta-right {
	width: 100%;
}

#main-cta-right {
	margin-left: 0;
	text-align: left;
}

#sponsors #sponsor-secondary-carousel-wrapper {
    width: 100%;
		margin-left: 0;
}

.sponsor.static {
  width: 44%;
}

}

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

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

p.larger {
	font-size: 17px;
	line-height: 25px;
}

h1,
#content .content-area .home-intro h1 {
	font-size: 24px;
	line-height: 28px;
}

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

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

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

a.button {
	font-size: 14px;
	line-height: normal;
	padding: 12px 10px 11px 10px;
}

.find-event a.button {
    padding: 0 10px;
}

.social-ctas .social a {
    margin: 0 0 0 12px;
}

#hero h2 {
	font-size: 24px;
	line-height: 28px;
}

#content {
    padding: 32px 0;
}

#breadcrumbs {
	padding-right: 0;
	text-align: center;
	font-size: 12px;
}

#breadcrumbs a,
#breadcrumbs span {
	padding: 3px 0;
	margin-right: 0;
	display: block;
	border-right: none;
	border-bottom: solid 1px #880c60;
	background: none;
}

#breadcrumbs span {
	border-bottom: none;
}

#events {
    gap: 0;
}

.event {
  flex-basis: 100%;
  margin-top: 8%;
}

.featured-event-wrapper,
.regional-event-wrapper {
	width: 100%;
	margin: 2% 0;
}

.regional-event-wrapper .event {
    width: 100%;
}

.content-inner.event-listing {
    margin-top: 0;
}

.event.two,
.event.four {
    margin-left: 0;
}

.event h1,
.event .title-box h3 {
    font-size: 20px;
    line-height: 24px;
}

.event-cost-selector {
    position: inherit;
    text-align: center;
    top: 0;
    right: 0;
}

.event-info-wrapper {
    width: 90%;
    padding: 5%;
}

.event-info-date,
.event-info-region {
	display: block;
}

.event-info-date {
	width: 100%;
	float: left;
	margin-bottom: 8px;
}

.event-info-region {
	margin: 0 0 18px 0;
}

.event-info-details, .event-info-location, .event-info-pricing, .event-membership-details {
    line-height: 24px;
    background-size: 24px;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
    font-size: 15px;
}

.event-copy {
    margin: 18px 0;
}

#content .content-area.full-width.with-image, #content .content-area.full-width.solid-color {
    font-size: 17px;
    line-height: 21px;
}

.speakers .speaker-listing {
	width: 45%;
}

.event-info-wrapper.listing .event-info-date-wrapper {
    margin-bottom: 0;
}

}

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

#content .blog-wrapper {
  padding: 0 32px;
}

#events-intro,
#other-events-intro,
#home-speakers-intro {
    padding: 52px 32px 0 32px;
}

#events {
    padding: 0 32px 52px 32px;
}

.event-inner {
	padding: 32px;
}

#conferences,
#sponsors {
    padding: 0 32px;
}

#sponsors #sponsor-carousel-wrapper {
	width: 100%;
}

footer {
  padding: 32px;
}

.sponsor.static {
  width: 94%;
}

}

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

#navigation-wrapper #logo-small {
    margin: 24px 4% 0 4%;
}

.nav-right {
    margin: 12px 4% 12px 4%;
}

.nav-right .nav-right-bottom .search {
    width: 90%;
    margin: 0 5% 12px 5%;
}

.nav-right .nav-right-bottom .number,
.nav-right .nav-right-bottom .member {
	font-size: 16px;
}

.nav-right .nav-right-bottom .member a span {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
}

}

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

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

#events {
    padding: 0 20px 32px 20px;
}

.event-inner {
	padding: 32px 20px;
}

.speakers .speaker-listing {
	width: 89%;
	margin: 5%;
}

}

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

#fixed-top-wrapper.fixed #navigation-wrapper #icon {
    display: none;
}

#fixed-top-wrapper.fixed .nav-right {
    width: 100%;
}

#fixed-top-wrapper.fixed .nav-right .nav-right-bottom {
    width: 100%;
}

#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper {
	padding: 3%;
	width: 94%;
}

#content .exhibitor_listing {
	width: 100%;
	margin: 0 0 4% 0;
}

}
