

@import url("fonts.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

html,
body {
	height: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}

body {
  font-size: 17px; 
  line-height: normal;
  font-weight: normal;
  font-family: var(--font-body);
  color: #292625;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

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

iframe {
	display: block;
}

input, textarea, button, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: var(--font-body);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #123B59; 
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset!important;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

input, textarea, select {
	border: #d5d5d5 solid 1px;
	outline: none;
	color: #222;
}

button {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}



a {
  background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input[type="search"] {
      -webkit-appearance: textfield;
}


.clear {
	clear:both;
}

.container {
	width: 100%;
	max-width: 935px;
	min-width: 300px;
	background-color: var(--brand);
	padding-top: 41px;
	margin: 0 auto;
}

.wrap {
	width: 100%;
	max-width: 935px;
	min-width: 300px;
	margin: 0 auto;
}

/* Launch Page */


.launch-page {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	/* Expo-hall photo washed with the event's primary colour: multiply blends the brand colour over
	   the light image so it reads as a branded splash (pink for ExpoBeacon, plum for VentureFest, …). */
	background-color: var(--brand);
	background-image: url("../images/background-loading.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: multiply;
	text-align: center;
	color: #fff;

}

.lp-content {
	width: 82%;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}

.lp-logo {
	text-align: center;
	padding-bottom: 20px;
}

.lp-text {
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 30px;
	font-weight: 300;
}

.lp-loading {
	width: 225px;
	margin: 0 auto;
	border: #fff solid 1px;
	border-radius: 6px;
}

.lpl-progress {
	height: 11px;
	background-color: #fff;
}


/*Search – Not Logged In*/

.event-wrap {
	background-color: #fff;
	-webkit-border-top-right-radius: 44px;
	-moz-border-radius-topright: 44px;
	border-top-right-radius: 44px;
	padding: 34px 20px 80px 20px;
}

.ew-top {
	overflow: hidden;
	padding-bottom: 23px;
	min-height: 54px;
	position: relative;
	padding-right: 70px;
}

.ew-top h2 {
	float: left;
	color: #0E0202;
	font-size: 44px;
	line-height: 46px;
	font-weight: 300;
}

.ew-top h2 strong {
	font-weight: bold;
}

.profile-pic {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e8e8e8;
}

.profile-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-nav {
	font-size: 17px;
	line-height: 22px;
	color: #0E0202;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.main-nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
}

.main-nav ul li {
	margin: 0px 20px 20px 0px;
	border-bottom: #fff solid 2px;
	padding: 0px 5px 8px 0px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.main-nav ul li:last-child {
	margin-right: 0px;
}

.main-nav ul li a {
	color: #0E0202;
	text-decoration: none;
}

.main-nav ul li:hover {
	border-color: var(--brand);
}

.main-nav ul li.active {
	border-color: var(--brand);
}

.search-wrap {
	background-color: #E9E9E9;
	border-radius: 11px;
	position: relative;
	height: 50px;
	padding: 0px 20px 0px 48px;
	margin-bottom: 15px;
	margin-top: 8px;
}

.es-button {
	position: absolute;
	left: 15px;
	top: 14px;
	width: 23px;
	height: 23px;
	background-image: url("../images/search-button.svg");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.es-box input {
	width: 100%;
	height: 50px;
	border: none;
	background-color: transparent;
	font-size: 17px;
}

.event-list {
	padding-top: 20px;
}

.el-date {
	font-size: 17px;
	line-height: 22px;
	color: #000;
	padding-bottom: 12px;
}

.el-item {
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1)  0px 0px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1)  0px 0px 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	padding: 14px;
	position: relative;
}

.link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.eli-image {
	flex: 0 0 106px;
	width: 106px;
	height: 106px;
	background-color: #D3CECE;
	text-align: center;
	border-radius: 14px;
	margin-right: 12px;
	overflow: hidden;
}

.eli-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eli-text {
	padding-bottom: 30px;
	position: relative;
	color: #292625;
}

.eli-text h5 {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 10px;
}

.eli-text p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}

.eli-location {
	position: absolute;
	left: 0px;
	bottom: 5px;
	font-size: 13px;
	line-height: 14px;
	color: var(--brand);
	background-image: url("../images/pin.svg");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}

.eli-location a {
	color: var(--brand);
	text-decoration: none;
}

.eli-type {
	position: absolute;
	right: 14px;
	bottom: 14px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #eee;
	padding: 7px 12px 7px 12px;
	border-radius: 12px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 0px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

.speaking {
	background-color: #97ead2;
	color: #000;
}

.speaking a {
	color: #000;
	text-decoration: none;
}

.organizer {
	background-color: var(--secondary);
	color: #fff;
}

.organizer a {
	color: #fff;
	text-decoration: none;
}

.continue {
	margin-top: 88px;
	background-image: url("../images/continue.svg");
	background-repeat: no-repeat;
	background-position: center top;
	width: 239px;
	height: 209px;
	margin: 188px auto 50px auto;
	text-align: center;
}


.continue p {
	font-size: 17px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 48px 0px 40px 0px;
	color: #0E0202;
}

.continue .button a {
	display: inline-block;
	height: 36px;
	line-height: 34px;
	color: #fff;
	background-color: var(--brand);
	border-radius: 10px;
	width: 126px;
	font-size: 14px;
	text-decoration: none;
}

.continue .button a:hover {
	color: #fff;
	background-color: var(--brand-dark);
	text-decoration: none;
}


/* Launch Page 1 */

.title1 {
	font-size: 19px;
	line-height: 20px;
	padding-bottom: 40px;
	font-weight: 300;
}

.lp-box {
	padding-bottom: 24px;
}

.lp-box input {
	width: 100%;
	border: var(--brand-tint) solid 1px;
	height: 50px;
	border-radius: 11px;
	padding: 0px 19px 0px 19px;
	font-size: 17px;
	background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.lp-box input:focus {
	border: var(--brand-tint) solid 1px;
	background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
}

.lp-box ::-webkit-input-placeholder { 
  color: var(--brand-tint);
}
.lp-box ::-moz-placeholder { 
   color: var(--brand-tint);
}
.lp-box :-ms-input-placeholder { 
   color: var(--brand-tint);
}
.lp-box :-moz-placeholder { 
   color: var(--brand-tint);
}

.lp-box :-moz-placeholder,
.lp-box ::-moz-placeholder {
	color: var(--brand-tint);
	opacity: 1;
}

.login-button {
	text-align: right;
	padding: 5px 0px 40px 0px;
}

.login-button input, .login-button button {
	height: 36px;
	color: #fff;
	background-color: var(--brand);
	border-radius: 10px;
	width: 126px;
	font-size: 14px;
	text-decoration: none;
	border: none;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.login-button input:hover, .login-button button:hover {
	color: #fff;
	background-color: var(--brand-dark);
}

.lp-content .forgot-password {
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 10px 60px 0px;
}

.lp-content .forgot-password a {
	color: #fff;
	text-decoration: underline;
}

.lp-content .forgot-password a:hover {
	color: #eee;
	text-decoration: underline;
}

.or {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 55px;
	position: relative;
}

.or::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 7px;
	width: 34%;
	height: 1px;
	background-color: #fff;
}

.or::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 7px;
	width: 34%;
	height: 1px;
	background-color: #fff;
}

.or-option li {
	display: inline-block;
	margin: 0px 20px 0px 20px;
}

/*Login Web Based*/


.lpw-header {
	background-color: var(--brand);
	background-image: url("../images/launch-bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 60px 0px 50px 0px;
	
}


.lpw-wrap {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0px 80px 0px;
}

.lpw-wrap h2 {
	color: #0E0202;
	font-size: 44px;
	line-height: 46px;
	font-weight: 300;
	padding-bottom: 40px;
	background-image: url("../images/lock-icon.svg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 39px auto;
}

.lpw-wrap h2 strong {
	font-weight: bold;
}


.lpw-box {
	padding-bottom: 33px;
}

.lpw-box input {
	width: 100%;
	height: 60px;
	border: none;
	background-color: #E8E8E8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 0px 35px 0px 35px;
	font-size: 17px;
	color: #666;
}

.lpw-box input:focus {
	background-color: #f1f1f1;
}


.login-button-web {
	padding-bottom: 20px;
}

.login-button-web input, .login-button-web button {
	width: 100%;
	height: 60px;
	background-color: var(--brand);
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	background-image: url("../images/button-arrow.svg");
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 17px auto;
}

.login-button-web input:hover, .login-button-web button:hover {
	opacity: 0.9;
}

.lpw-wrap .forgot-password {
	text-align: right;
	font-size: 15px;
	line-height: 16px;
	color: var(--brand);
	padding: 0px 10px 40px 0px;
}

.lpw-wrap .forgot-password a {
	color: var(--brand);
	border-bottom: var(--brand) solid 1px;
	text-decoration: none;
}

.lpw-wrap .forgot-password a:hover {
	color: var(--brand);
	border-bottom: var(--brand) solid 1px;
	text-decoration: none;
	opacity: 0.7;
}

.or2 {
	text-align: center;
	padding-bottom: 45px;
	font-size: 16px;
	line-height: 18px;
	color: #444;
}

.sign-in-buttons div {
	margin-bottom: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sign-in-buttons div a {
	display: block;
	text-align: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 102px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 35px center;
}

.sign-in-buttons div:hover {
	opacity: 0.9;
}

.linked-in {
	background: rgb(6,75,97);
	background: linear-gradient(90deg, rgba(6,75,97,1) 0%, rgba(11,149,193,1) 100%);
}

.linked-in a {
	background-image: url("../images/linkedin.svg");
}

.office {
	background: rgb(16,16,16);
	background: linear-gradient(90deg, rgba(16,16,16,1) 0%, rgba(80,80,80,1) 100%);
}

.office a {
	background-image: url("../images/microsoft.svg");
}

form.invalid .lpw-box input {
	border: var(--brand) solid 1px;
}


/*My Events*/

.filter-nav {
	font-size: 15px;
}

.filter-nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
}

.filter-nav ul li {
	margin: 0px 8px 14px 0px;
}

.filter-nav ul li a {
	display: block;
	padding: 5px 30px 5px 30px;
	color: #000;
	border: #E9E9E9 solid 1px;
	text-decoration: none;
	border-radius: 11px;
	background-color: #fff;
}

.filter-nav ul li a:hover {
	color: #000;
	border: #E9E9E9 solid 1px;
	text-decoration: none;
	background-color: #E9E9E9;
}

.filter-nav .active a {
	color: #000;
	background-color: #E9E9E9;
	background-image: url("../images/check.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
}


/* Details */


.event-detail-page {
	background-color: #fff;
}

.event-detail-page header {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto!important;
}

.event-header-shade {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%);
	padding: 21px 25px 60px 25px;
}

.event-header-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
	padding-bottom: 105px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

header.smaller {
	background-size: auto 300px;
}

header.smaller .event-header-top {
	padding-bottom: 20px;
}

.event-detail-page header h1 {
	font-size: 44px;
	line-height: 58px;
	font-weight: 800;
	color: #fff;
	max-width: 300px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

header.smaller h1  {
	font-size: 28px;
	line-height: 35px;
	max-width: inherit;
}


.event-details-wrap {
	background-color: #fff;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 28px 25px 80px 25px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	color: #000;
}

.edw-top {
	position: relative;
	padding-bottom: 40px;
}

.ed-company {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

.edc-logo {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 11px;
	background-color: #eee;
	overflow: hidden;
	margin-right: 10px;
}

.edc-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.edc-text {
	padding-top: 5px;
}

.edc-text h5 {
	font-weight: bold;
	padding-bottom: 3px;
}

.go-top-app-button {
	position: absolute;
	right: 0px;
	top: 5px;
}


.go-top-app-button a {
	display: block;
	height: 36px;
	line-height: 34px;
	color: #fff;
	background-color: var(--brand);
	border-radius: 10px;
	width: 126px;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.go-top-app-button a:hover {
	color: #fff;
	background-color: var(--brand);
	text-decoration: none;
}

.ed1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	font-size: 12px;
	line-height: 15px;
}

.ed1 .lhs {
	width: 50%;
}

.ed1 .rhs {
	width: 50%;
}

.ed-item {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0px 20px 36px;
	min-height: 18px;
}

.ed-time {
	background-image: url("../images/time.svg");
}

.ed-date {
	background-image: url("../images/calendar.svg");
}

.ed-location {
	background-image: url("../images/location1.svg");
	font-size: 13px;
	line-height: 17px;
}

.ed-location h5 {
	font-weight: bold;
}

.ed2 {
	font-size: 12px;
	line-height: 15px;
	background-image: url("../images/info.svg");
}

.event-details-text {
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
	color: #77838F;
}

.event-details-text h2 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: var(--brand);
}

.event-details-text h5 {
	font-weight: bold;
	padding-bottom: 20px;
}

.event-details-text p {
	padding-bottom: 20px;
}


/* My Account */

.account-wrap {
	background-color: #fff;
	-webkit-border-top-right-radius: 44px;
	-moz-border-radius-topright: 44px;
	border-top-right-radius: 44px;
	padding: 34px 20px 80px 20px;
}


.ma-top {
	overflow: hidden;
	padding-bottom: 35px;
}

.ma-top h2 {
	color: #0E0202;
	font-size: 44px;
	line-height: 46px;
	font-weight: 300;
}

.ma-top h2 strong {
	font-weight: bold;
}

.ma-top img {
	vertical-align: middle;
	margin-right: 15px;
}

.profile-content {
	padding-top: 40px;
	text-align: center;
	color: #000;
}

.profile-image {
	width: 163px;
	height: 163px;
	background-color: #eee;
	margin: 0px auto 35px auto;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.profile-image figure {
	width: 100%;
	height: 100%;
}

.profile-image figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-image button {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 20px;
	width: 80px;
	height: 22px;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
}

.profile-image button:hover {
	color: #666;
    background-color: rgba(255, 255, 255, 0.9);
	
}

.profile-name {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 18px;
}

.edit-button {
	border: none;
	outline: none;
	padding: 0px;
	background-color: transparent;
	margin-left: 10px;
	vertical-align: top;
}

.profile-post {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 15px;
}

.profile-company {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 35px;
}

.profile-text {
	font-size: 18px;
	line-height: 26px;
	color: #707070;
	padding-bottom: 35px;
}


.profile-buttons {
	padding-bottom: 100px;
}

.profile-buttons button {
	display: inline-block;
	margin: 0px 5px 10px 5px;
	width: 126px;
	height: 36px;
	background-color: var(--brand);
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.profile-buttons button:hover {
	opacity: 0.8;
}

button:disabled, button[disabled]{
	opacity: 0.4;
}

.logout-button {
	padding-bottom: 10px;
	text-align: right;
}

.logout-button button, .logout-button input {
	display: inline-block;
	margin: 0px 5px 10px 5px;
	width: 140px;
	height: 36px;
	background-color: var(--secondary);
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.logout-button button:hover, .logout-button input:hover {
	opacity: 0.8;
}


/* Personal Profile */


.personal-profile-page {
	background-color: #fff;
	padding-bottom: 80px;
}

.ppp-top {
	padding: 15px 20px 15px 20px;
	overflow: hidden;
	font-size: 19px;
	line-height: 22px;
	color: #0E0202;
}

.ppp-name {
	float: left;
}

.ppp-name img {
	width: 20px;
	vertical-align: middle;
	margin-right: 15px;
}

.ppp-title {
	float: right;
	font-weight: bold;
}

.personal-profile-page header {
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

.pp-header-shade {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0) 100%);
	padding: 21px 25px 60px 25px;
	height: 390px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.personal-profile-wrap {
	background-color: #fff;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 28px 25px 25px 25px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	color: #000;
}

.ppw-top {
	padding-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
}

.ppw-top .lhs {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0D0608;
	padding-bottom: 10px;
}

.ppw-top .rhs {
	border: var(--brand) solid 1px;
	border-radius: 10px;
	padding: 5px 15px 5px 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--brand);
}

.ppw-details {
	padding-bottom: 10px;
}

.ppw-details h2 {
	font-size: 31px;
	line-height: 41px;
	font-weight: 800;
	color: var(--brand);
	padding-bottom: 10px;
}

.ppw-details h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
}

.ppw-details h5 {
	font-size: 17px;
	line-height: 25px;
	color: #000;
	padding-bottom: 20px;
}

.ppw-details p {
	font-size: 18px;
	line-height: 26px;
	color: #707070;
	padding-bottom: 20px;
}

.ppw-links h5 {
	font-size: 22px;
	line-height: 30px;
	color: var(--brand);
	padding-bottom: 20px;
	text-transform: uppercase;
}

.ppw-links ul li {
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}

.ppw-links ul li a {
	color: #000;
	text-decoration: none;
}

.ppw-links ul li img {
	vertical-align: middle;
	margin-right: 13px;
}


/*Credentials*/

.credentials {
	width: 90%;
	margin: 0 auto;
	padding: 55px 0px 20px 0px;
}

.c-title {
	font-size: 17px;
	line-height: 22px;
	color: #000;
	padding-bottom: 20px;
	padding-left: 10px;
}

.c-box {
	padding-bottom: 21px;
}

.c-box1 {
	padding-bottom: 45px;
}

.c-box input {
	width: 100%;
	height: 50px;
	border: none;
	background-color: #E9E9E9;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 0px 20px 0px 20px;
	font-size: 17px;
	color: #666;
}

.c-box input:focus {
	background-color: #f1f1f1;
}

.c-button {
	text-align: right;
	padding-top: 25px;
}

.c-button button, .c-button input {
	margin: 0px 5px 10px 5px;
	width: 126px;
	height: 36px;
	background-color: var(--brand);
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.c-button button:hover, .c-button input:hover {
	opacity: 0.8;
}

/*Social*/

.social-wrap {
	width: 92%;
	margin: 0 auto;
	padding: 25px 0px 50px 0px;
}

.sw-box-wrap {
	padding: 0px 0px 25px 53px;
	position: relative;
}

.swb-icon {
	width: 36px;
	position: absolute;
	left: 0px;
	top: 7px;
}

.swb-box input {
	width: 100%;
	height: 50px;
	border: none;
	background-color: #E9E9E9;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 0px 20px 0px 20px;
	font-size: 17px;
	color: #666;
}

.swb-box input:focus {
	background-color: #f1f1f1;
}

.social-wrap .c-button {
	padding-top: 0px;
}

.connect-account {
	margin-bottom: 20px;
	background-image: url("../images/line.svg");
	background-repeat: repeat-x;
	background-position: center 15px;
	text-align: center;
}

.connect-account div {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #0E0202;
	text-transform: uppercase;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
}

.connect-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	padding-bottom: 35px;
	justify-content: space-between;
	font-size: 14px;
	color: #0E0202;
}

.connect-icon img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}

.cb2 button, .cb2 input {
	background-color: #fff;
	color: var(--brand);
	border: var(--brand) solid 1px;
}

/*In Event - Home*/

.header-section {
	background-color: var(--brand);
	padding: 12px 15px 12px 15px;
	color: #fff;
	overflow: hidden;
}

.hs-title {
	float: left;
	max-width: 65%;
	font-size: 19px;
	line-height: 26px;
	position: relative;
	padding-bottom: 5px;
	font-weight: 300;
}

.hs-title a {
	color: #fff;
	text-decoration: none;
}

.hs-title img {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 20px;
	margin-right: 12px;
	vertical-align: middle;
}

.hs-rhs {
	float: right;
}

.hs-message {
	float: left;
	background-image: url("../images/message-circle.svg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 28px;
	height: 28px;
	position: relative;
	margin-top: 5px;
}

.hs-message a {
	display: block;
	width: 100%;
	height: 100%;
}

.hs-message span {
	position: absolute;
	right: -5px;
	bottom: -5px;
	background-color: var(--secondary);
	color: #fff;
	border: #fff solid 1px;
	font-size: 11px;
	line-height: 11px;
	padding: 4px 6px 4px 6px;
	border-radius: 50%;
}

.hs-dp {
	float: left;
	margin-left: 15px;
	width: 35px;
	height: 35px;
	border: #fff solid 2px;
	overflow: hidden;
	border-radius: 50%;
}

.hs-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-home-screen {
	background-color: #fff;
	padding: 20px 15px 80px 15px;
}

.eh-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
	padding: 10px 0px 30px 0px;
}

.eh-logo {
	flex: 0 0 22%;
	width: 22%;
	text-align: center;
	margin: 0px 6% 0px 3%;
}

.eh-text {
	font-size: 17px;
	line-height: 28px;
}

.event-single {
	padding-bottom: 20px;
}

.heading1 {
	font-size: 15px;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #0E0202;
}

.event-item {
	width: 100%;
	height: 149px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #eee;
	position: relative;
}

.ei-shade {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 15%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.event-item figure {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.event-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ei-text {
	position: absolute;
	left: 15px;
	bottom: 10px;
	z-index: 9;
}

.ei-text p {
	font-size: 16px;
	line-height: 21px;
	color: #0D0608;
}

.ei-text h5 {
	font-size: 17px;
	line-height: 22px;
	color: var(--brand);
	font-weight: 600;
}

.ei-time {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: var(--brand);
	color: #fff;
	padding: 5px;
	z-index: 3;
	font-size: 12px;
}

.ei-time div {
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

.eit-stage {
	font-weight: bold;
}

.scrolling-wrapper {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	padding-bottom: 25px;
}

.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}

.card {
	flex: 0 0 auto;
	width: 290px;
	height: 156px;
	background-color: #eee;
	margin-right: 18px;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
	
}

.col1 {
	width: 135px;
	flex: 0 0 auto;
	margin-right: 18px;
}

.sponsor-item {
	width: 100%;
	height: 138px;
	background-color: var(--secondary);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
}

.col2 {
	flex: 0 0 auto;
	width: 135px;
	width: 241px;
	margin-right: 18px;
}

.ticket {
	width: 241px;
	height: 138px;
	border-radius: 10px;
	overflow: hidden;
}


.footer-nav {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 99999;
}

.footer-nav-wrap {
	padding: 14px 0px 16px 0px;
	text-align: center;
}

.footer-nav-wrap ul {
	width: 95%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
}

.footer-nav-wrap ul li {
	width: 19%;
	font-size: 13px;
	line-height: 13px;
	color: #8D8D8D;
}

.footer-nav-wrap ul li a {
	display: block;
	color: #8D8D8D;
	text-decoration: none;
}

/* The icon is a CSS mask tinted by background-color, so the active icon follows the event's brand
   colour (var(--brand)) instead of a baked-in pink. f-navNN-icon.svg are single-shape mask assets. */
.footer-nav-wrap ul li a::before {
	content: "";
	display: block;
	height: 24px;
	margin-bottom: 7px;
	background-color: #8D8D8D;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 24px 24px;
	mask-size: 24px 24px;
}

.footer-nav-wrap ul li:nth-child(1) a::before {
	-webkit-mask-image: url("../images/f-nav01-icon.svg");
	mask-image: url("../images/f-nav01-icon.svg");
}

.footer-nav-wrap ul li:nth-child(2) a::before {
	-webkit-mask-image: url("../images/f-nav02-icon.svg");
	mask-image: url("../images/f-nav02-icon.svg");
}

.footer-nav-wrap ul li:nth-child(3) a::before {
	-webkit-mask-image: url("../images/f-nav03-icon.svg");
	mask-image: url("../images/f-nav03-icon.svg");
}

.footer-nav-wrap ul li:nth-child(4) a::before {
	-webkit-mask-image: url("../images/f-nav04-icon.svg");
	mask-image: url("../images/f-nav04-icon.svg");
}

.footer-nav-wrap ul li:nth-child(5) a::before {
	-webkit-mask-image: url("../images/f-nav05-icon.svg");
	mask-image: url("../images/f-nav05-icon.svg");
}

.footer-nav-wrap ul li.active a {
	color: var(--brand);
	font-weight: bold;
}

.footer-nav-wrap ul li.active a::before {
	background-color: var(--brand);
}

/*Agenda - Whats On*/


.agenda-screen {
	background-color: #fff;
	padding: 20px 10px 80px 10px;
	position: relative;
}

.agenda-top {
	overflow: hidden;
	padding-bottom: 23px;
}

.at-date {
	float: left;
	font-size: 20px;
	line-height: 24px;
	color: #0E0202;
	font-weight: 300;
	padding-top: 3px;
}

.at-date strong {
	font-weight: bold;
}

.at-nav {
	float: right;
	width: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
}

.time-table-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;	
}

.tt-time {
	flex: 0 0 10%;
	font-size: 14px;
	line-height: 14px;
	color: #0E0202;
}

.tt-rhs {
	flex: 0 0 90%;
	border-top: #E8E8E8 solid 1px;
	border-left: #E8E8E8 solid 1px;
}

.agenda-box {
	background-color: var(--brand);
	padding: 10px 14px 10px 14px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.agenda-box a {
	color: #fff;
	text-decoration: none;
}

.ab-top {
	padding-right: 40px;
	padding-bottom: 15px;
}

.ab-top h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 3px;
}

.ab-top p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 3px;
}

.dp-wrapper {
	position: absolute;
	right: 14px;
	top: 10px;
}

.ab-dp {
	display: inline-block;
	margin-left: 3px;
	width: 35px;
	height: 35px;
	border: #fff solid 2px;
	border-radius: 50%;
	overflow: hidden;
}

.ab-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ab-bottom {
	overflow: hidden;
}

.ab-time {
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.ab-type {
	float: right;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	border-radius: 30px;
	margin-left: 5px;
}

.tt-two-col {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
	padding-bottom: 90px;
}

.tt-two-col .agenda-box {
	width: 49.6%;
}

.blue-box {
	background-color: var(--secondary);
}

.shedule-item {
	padding-bottom: 14px;
}

.si-time {
	background-image: url("../images/line.svg");
	background-repeat: repeat-x;
	background-position: left 8px;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}

.si-time div {
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
}


.team-item {
	padding-bottom: 10px;
}

.team-member {
	padding-bottom: 17px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
}

.tm-dp {
	width: 35px;
	height: 35px;
	border: #fff solid 2px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
}

.tm-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tm-name {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
}

.stand-wrapper {
	padding-top: 14px;
}

.stand-wrapper .tt-rhs {
	min-height: 180px;
}

/*APPOINTMENT REQUEST*/

.popup-bg {
	background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);	
	position: absolute;
	left: 0px;
	top: 0px;
	bottom:0px;
	right: 0px;
	z-index: 9;
}

.appointment-request {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	padding: 30px 25px 80px 25px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	z-index: 99;
}

.ar-title {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	padding-bottom: 34px;
	text-transform: uppercase;
}

.member-details {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	padding-bottom: 28px;
}

.member-dp {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 13px;
	flex: 0 0 80px;
}

.member-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.member-text h2 {
	font-size: 25px;
	line-height: 33px;
	color: var(--brand);
	font-weight: bold;
}

.member-text h5 {
	font-size: 19px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
}

.member-text p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.ar-date {
	font-size: 20px;
	line-height: 27px;
	color: #0E0202;
	font-weight: 300;
	padding-bottom: 24px;
}


.ar-stand {
	font-size: 20px;
	line-height: 27px;
	color: #0E0202;
	font-weight: bold;
	padding-bottom: 34px;
}

.assign-to {
	padding-bottom: 20px;
}

.assign-to h4 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 25px;
	font-weight: bold;
	color: var(--brand);
	text-transform: uppercase;
}

.at-member {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	width: 100%;
	align-items: center;
	padding-bottom: 18px;
}

.atm-dp {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 13px;
	flex: 0 0 35px;
}

.atm-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.atm-text {
	font-size: 14px;
	color: #000;
}

.atm-text a {
	color: #000;
	text-decoration: none;
}

.atm-text h5 {
	font-size: 16px!important;
	line-height: 22px!important;
	font-weight: bold;
	padding: 0px!important;
}

.atm-text p {
	font-size: 14px!important;
	line-height: 18px!important;
	padding: 0px!important;
}

.assign-button {
	margin-left: auto;
}

.assign-button button, .assign-button input {
	height: 36px;
	background-color: var(--brand);
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-radius: 10px;
	font-size: 14px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	padding: 0px 20px 0px 20px;
}

.assign-button button:hover, .assign-button input:hover {
	opacity: 0.8;
}



/* Speaker Profile */


.profile-page {
	background-color: #fff;
}

.profile-page header {
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 371px;
}

.profile-header-shade {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0) 30%);
	height: 371px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
}

header.smaller {
	background-size: auto 371px;
	height: auto!important;
}

header.smaller .profile-header-shade {
	height: 125px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.profile-wrap {
	background-color: #fff;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 25px 25px 80px 25px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	color: #000;
}

.pw-top {
	overflow: hidden;
	padding-bottom: 5px;
}

.pw-top .lhs {
	float: left;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0D0608;
	padding-bottom: 10px;
}

.pw-top .rhs {
	float: right;
}

.pw-top .rhs div {
	display: inline-block;
	margin-left: 9px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 19px;
	color: #000;
}

.pw-top .button button {
	height: 36px;
	background-color: var(--brand);
	color: #fff;
	font-size: 14px;
	padding: 5px 14px 5px 14px;
	border-radius: 10px;
	border: none;
	outline: none;
		-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.pw-top .button button:hover {
	opacity: 0.8;
}

.pw-text h2 {
	font-size: 28px;
	line-height: 37px;
	color: var(--brand);
	text-transform: uppercase;
	padding-bottom: 10px;
}

.pw-time {
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	padding-bottom: 23px;
}

.pw-text h5 {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	padding-bottom: 20px;
	font-weight: bold;
}

.pw-text p {
	font-size: 18px;
	line-height: 26px;
	color: #707070;
	padding-bottom: 20px;
}

.pw-text h4 {
	font-size: 22px;
	line-height: 30px;
	color: var(--brand);
	text-transform: uppercase;
	padding-bottom: 20px;
}

.pw-text ul {
	padding-bottom: 10px;
}

.pw-text ul li {
	padding-bottom: 18px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}

.pw-text ul li img {
	vertical-align: middle;
	margin-right: 10px;
}

.pw-text ul li a {
	color: #000;
	text-decoration: none;
}

.pw-text h3 {
	font-size: 31px;
	line-height: 41px;
	color: var(--brand);
	padding-bottom: 10px;
	font-weight: 800;
}

.pw-post {
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	padding-bottom: 23px;
}

.pw-post .post {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

.pc-info {
	max-width: 340px;
	margin: 0 auto;
	padding-bottom: 34px;
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	font-size: 13px;
	line-height: 17px;
	align-items: center;
}

.pci-icon {
	flex: 0 0 34px;
	margin-right: 10px;
}

.pci-text h5 {
	font-weight: bold;
}


/*Attendees*/

.expo-wrap {
	background-color: #fff;
	padding: 15px 14px 80px 14px;
}

.main-nav2 {
	position: relative;
	padding-bottom: 20px;
}

.sub-nav {
	margin: 0px 25px 0px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
	height: 30px;
}

.sub-nav::-webkit-scrollbar {
    display: none;
}

.sub-nav {
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sub-nav ul {
	margin: 0;
	display: flex;
	-webkit-padding-start: 0px;
}

.sub-nav li {
    display: inline-table;
    font-size: 17px;
	line-height: 22px;
	color: #0E0202;
	text-transform: uppercase;
	margin-right: 20px;
	
} 

.sub-nav li a {
	color: #0E0202;
	text-decoration: none;
	border-bottom: #fff solid 2px;
	padding: 0px 5px 5px 0px;
}

.sub-nav li a:hover {
	border-color: var(--brand);
}

.sub-nav li a.active {
	border-color: var(--brand);
}

.arrow {
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
.nav-prev {
    width: 14px;
    height: 24px;
    position: absolute;
    left: 0px;
	top: 0px;
	background-image: url("../images/prev.svg");
}
.nav-next {
    width: 14px;
    height: 24px;
    position: absolute;
    right: 5px;
	top: 0px;
	background-image: url("../images/next.svg");
}


.index {
	background-image: url("../images/line.svg");
	background-repeat: repeat-x;
	background-position: left 8px;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
}

.index div {
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
}

.attendee-item {
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	margin-bottom: 18px;
	border-radius: 10px;
	padding: 8px 40px 8px 19px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	position: relative;
	overflow: hidden;
}

.ai-dp {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 13px;
	flex: 0 0 80px;
}

.ai-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ai-text {
	color: #000;
	padding-top: 5px;
}

.ai-text h4 {
	font-size: 20px;
	line-height: 27px;
	color: var(--brand);
	font-weight: 800;
	padding-bottom: 2px;
}

.ai-text h5 {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
}

.ai-text p {
	font-size: 12px;
	line-height: 17px;
}

.status {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: var(--brand);
  padding: 3px 7px 3px 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  writing-mode: vertical-lr;
	text-align: center;
}

.sponsor {
	 background-color: var(--brand)!important;
}

.hl-sponsor {
	 background-color: var(--accent)!important;
}

/*Exhibitors*/


.exhibitors-item {
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	padding-right: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 0px -14px 18px -14px;
	min-height: 93px;
}

.exi-image {
	width: 93px;
	height: 93px;
	overflow: hidden;
	margin-right: 17px;
	flex: 0 0 93px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.exi-image img {
	display: inline-block;
}

.exi-text {
	color: #000;
	padding-top: 10px;
}

.exi-text h4 {
	font-size: 20px;
	line-height: 27px;
	color: var(--brand);
	font-weight: 800;
	padding-bottom: 2px;
}

.exi-text h5 {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
}

.exi-text p {
	font-size: 12px;
	line-height: 17px;
}


/*Workshops */


.sw-item {
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2)  0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 0px -14px 18px -14px;
	padding-right: 10px;
}

.swi-image {
	width: 204px;
	overflow: hidden;
	margin-right: 10px;
	flex: 0 0 204px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.availablilty {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: var(--brand);
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 10px 5px 10px;
	min-width: 90px;
	text-align: center;
}

.swi-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swi-text {
	color: #000;
	padding: 9px 0px 9px 0px;
	font-size: 14px;
}

.swi-text h2 {
	font-size: 20px;
	line-height: 27px;
	color: var(--brand);
	font-weight: 800;
	padding-bottom: 2px;
}

.swi-text h3 {
	font-size: 15px;
	line-height: 21px;
	font-weight: 600;
	padding-bottom: 5px;
}

.swi-text p {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
	color: #2E2E2E;
}

.swi-text h4 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: var(--brand);
}

.swi-text h5 {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}


.info-pack {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	width: 100%;
	padding-bottom: 24px;
}

.ip-icon {
	width: 24px;
	margin-right: 13px;
	flex: 0 0 24px;
}

.atm-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ip-text {
	font-size: 14px;
	color: #000;
}

.ip-text a {
	color: #000;
	text-decoration: none;
}

.ip-text h5 {
	font-size: 16px!important;
	line-height: 22px!important;
	font-weight: bold;
	padding: 0px!important;
}

.ip-text p {
	font-size: 14px!important;
	line-height: 18px!important;
	padding: 0px!important;
}

.star-rating {
	position: absolute;
	top: 12px;
	right: 20px;
	text-indent: -9999px;
}

.star-rating a {
	display: block;
	width: 30px;
	height: 29px;
	background-image: url("../images/star-border.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.star-rating a:hover, .star-rating a.active {
	background-image: url("../images/star-active.svg");
}

.cb-top {
	padding: 10px 0px 30px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
}

.cbt-logo {
	flex: 0 0 91px;
	width: 91px;
	margin-right: 16px;
}

.cbt-text {
	padding-top: 5px;
	color: #000;
}

.cbt-text h4 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--brand);
	padding-bottom: 10px;
}

.cbt-text p {
	font-size: 14px;
	line-height: 20px;
}

.cbt-text h5 {
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
}

.heading2 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--brand);
	padding-bottom: 10px;
}

.choose-list {
	padding-bottom: 20px;
}

.choose-list ul li {
	margin-bottom: 8px;
	background-color: var(--secondary);
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 12px 10px 12px;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.choose-list ul li span {
	float: right;
}

.choose-list ul li:hover,  .choose-list ul li.active {
	background-color: var(--brand);
}

.choosen-time {
	text-align: center;
	padding-top: 11px;
	font-size: 13px;
	line-height: 17px;
	color: #0E0202;
}

/*Messages*/

.message-wrap {
	background-color: #fff;
	padding: 15px 15px 100px 15px;
	overflow: hidden;
}

.message-title {
	float: left;
	max-width: 65%;
	font-size: 19px;
	line-height: 26px;
	padding-left: 32px;
	position: relative;
	font-weight: 300;
}

.message-title a {
	color: #fff;
	text-decoration: none;
}

.message-title img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 28px;
	margin-right: 15px;
	vertical-align: middle;
}

.messages-list {
	padding: 20px 0px 20px 0px;
}

.messages-list ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.ml-dp {
	width: 59px;
	height: 59px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 14px;
	flex: 0 0 59px;
}

.ml-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ml-name {
	position: relative;
}

.ml-name h5 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	padding-bottom: 5px;
	color: var(--brand);
}

.ml-name h5 a {
	color: var(--brand);
	text-decoration: none;
}

.ml-name p {
	font-size: 13px;
	line-height: 17px;
	color: #999;
}

.ml-name p a {
	color: #999;
	text-decoration: none;
}

.ml-rhs {
	margin-left: auto;
	text-align: center;
	flex: 0 0 50px;
	width: 50px;
	font-size: 12px;
}

.ml-count {
	background-color: var(--secondary);
	color: #fff;
	border: #fff solid 1px;
	font-size: 11px;
	line-height: 11px;
	padding: 4px 6px 4px 6px;
	border-radius: 50%;
	width: auto;
	display: inline-block;
	margin-bottom: 5px;
}

.ml-time {
	font-size: 10px;
	line-height: 16px;
	color: #999;
}

.chat-date {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0px 20px 0px;
}

.chat-item {
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	width: 60%;
}

.ci-box {
	background-color: #EEEEEE;
	padding: 12px 15px 12px 20px;
	font-size: 15px;
	line-height: 20px;
	-webkit-border-radius: 16px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 16px;
	-moz-border-radius-topleft: 0;
	border-radius: 16px;
	border-top-left-radius: 0;
}

.chat-item.ci-author {
	float: right;
}

.chat-item.ci-common {
	float: left;
}

.ci-author .ci-box {
	background-color: var(--brand);
	color: #fff;
	-webkit-border-radius: 16px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 16px;
	-moz-border-radius-topright: 0;
	border-radius: 16px;
	border-top-right-radius: 0;
}


.ci-info {
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	color: #93989E;
}

.ci-author .ci-info {
	text-align: right;
}

.ci-common .ci-info {
	text-align: left;
}


.message-footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 99999;
}

.message-footer-wrap {
	padding: 10px 0px 20px 0px;
}

.message-type-wrap {
	padding: 0px 15px 0px 15px;
}

.user-typing {
	font-size: 12px;
	line-height: 15px;
	color: #93989E;
	font-weight: bold;
	padding-bottom: 12px;
}

.mt-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
}

.mt-box {
	background-color: #E9E9E9;
	border-radius: 11px;
	padding: 12px 17px 10px 20px;
	flex: 1 1 auto;
	display: flex;
}

.mt-type { 
	width: 100%;
}

.textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: none;
  min-height: 22px;
  font-size: 17px;
  line-height: 22px;
	word-break: break-all;
}

.textarea[contenteditable]:empty::before {
  content: "Type something...";
  color: gray;
}


.meeting-button {
	margin-left: auto;
	margin-left: 15px;
	flex: 0 0 21px;
	width: 21px;
	height: 25px;
}

.mt-button {
	margin-left: auto;
	margin-left: 15px;
	flex: 0 0 46px;
	width: 46px;
}

.mt-button button {
	border: none;
	outline: none;
	padding: 0px;
	background-color: transparent;
	width: 46px;
	height: 45px;
	border-radius: 50%;
}


/*Messages – Choose Recipient*/

.mr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	width: 100%;
	align-items: center;
	padding-bottom: 12px;
}

.mr-dp {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
	flex: 0 0 61px;
}

.mr-dp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mr-text {
	font-size: 14px;
	color: #000;
	position: relative;
}

.mr-text a {
	color: #000;
	text-decoration: none;
}

.mr-text h4 {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: var(--brand);
}

.mr-text h5 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

.mr-text p {
	font-size: 12px;
	line-height: 17px;
}

.mr-button {
	margin-left: auto;
}

.mr-button button, .mr-button input {
	height: 24px;
	line-height: 19px;
	background-color: #fff;
	border: var(--brand) solid 1px;
	color: var(--brand);
	outline: none;
	border-radius: 15px;
	font-size: 11px;
	padding: 0px 15px 0px 15px;
	font-weight: 600;
	min-width: 90px;
}

.mr-button button:hover, .mr-button input:hover {
	opacity: 0.8;
}

/*Chat Event Request*/

.chat-item-meeting {
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	width: 80%;
	float: right;
}

.ci-meeting {
	background-color: var(--secondary);
	color: #fff;
	padding: 18px 15px 12px 20px;
	font-size: 15px;
	line-height: 20px;
	-webkit-border-radius: 16px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 16px;
	-moz-border-radius-topright: 0;
	border-radius: 16px;
	border-top-right-radius: 0;
}

.cim-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
	padding-bottom: 6px;
}

.cim-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-image: url("../images/meeting.svg");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}

.cim-top ul li {
	display: inline-block;
	margin-left: 7px;
}

.ci-meeting p {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 5px;
}

/*Floor Plan*/

.floorplan-wrap {
	background-color: #fff;
	padding: 15px 14px 80px 14px;
}

.plan {
	text-align: center;
}

/* More */

.more-wrap {
	padding: 25px 34px 200px 34px;
	background:var(--brand-dark);
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(214,25,91,1) 50%, rgba(155,3,56,1) 100%);
}

.other-links {
	background-color: #fff;
	border-radius: 25px;
	padding: 20px 30px 20px 30px;
	font-size: 14px;
	color: #000;
	margin-bottom: 85px;
}

.other-links ul li {
	border-bottom: #DCDCDC solid 1px;
	padding: 5px 0px 5px 0px;
	background-image: url("../images/nav-arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
}

.other-links ul li a {
	display: block;
	padding: 10px 0px 10px 0px;
	color: #000;
	text-decoration: none;
	position: relative;
}

.other-links ul li a:hover {
	color: var(--brand);
	text-decoration: none;
}

.other-links ul li a i {
	vertical-align: middle;
	margin-right: 14px;
}

.other-links ul li:last-child {
	border: none;
}

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

.app-version {
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
}


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

.or::before {
	width: 30%;
}

.or::after {
	width: 30%;
}
	
	
.tt-time {
	flex: 0 0 13%;
}

.tt-rhs {
	flex: 0 0 87%;
}	
	
.personal-profile-page header {
	background-size: cover;
}	

/* Speaker Profile */


.profile-page header {
	background-size: cover;
}	
	
	
}

@media only screen and (max-width: 480px) {
	
/*In Event - Home*/

.header-section {
	padding: 12px 15px 12px 15px;
}

.hs-title {
	max-width: 63%;
	font-size: 17px;
	line-height: 22px;
	padding-top: 3px;
}
	
.at-date {
	font-size: 18px;
	line-height: 22px;
}
	

.sub-nav {
	margin: 0px 30px 0px 20px;
}

.nav-next {
    right: 0px;
}
	

	
}


@media only screen and (max-width: 440px) {
	
.main-nav ul li {
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 8px 0px;
}
	
/*My Events*/

.filter-nav {
	font-size: 14px;
}

.filter-nav ul li a {
	padding: 5px 20px 5px 20px;
}


.filter-nav .active a {
	padding-left: 35px;
}	
	
	
}


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


.ew-top h2 {
	font-size: 38px;
	line-height: 42px;
	padding-top: 3px;
}
	
.main-nav {
	font-size: 16px;
	line-height: 21px;
}
	
.main-nav ul li {
	margin: 0px 15px 20px 0px;
}	
	
.eli-image {
	flex: 0 0 90px;
	width: 90px;
	height: 90px;
}
	
	
.el-date {
	font-size: 16px;
	line-height: 20px;
}

.eli-text h5 {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 5px;
}


.eli-location {
	font-size: 12px;
}

.eli-type {
	padding: 7px 10px 7px 10px;
}
	

.or::before {
	width: 25%;
}

.or::after {
	width: 25%;
}
	
	
/*Login Web Based*/


.lpw-wrap h2 {
	font-size: 38px;
	line-height: 42px;
	background-size: 34px auto;
}
	
.lpw-box {
    padding-bottom: 25px;
}	

.lpw-box input {
	padding: 0px 30px 0px 30px;
	font-size: 17px;
}

.login-button-web input, .login-button-web button {
	background-position: 93% center;
}
	
.sign-in-buttons div {
    margin-bottom: 25px;
}	

.sign-in-buttons div a {
	padding-left: 80px;
	font-size: 16px;
	background-position: 25px center;
}
	
	
.continue {
	margin: 140px auto 50px auto;
}
	
	
/* Details */


.event-detail-page header h1 {
	font-size: 40px;
	line-height: 50px;
}

header.smaller h1  {
	font-size: 26px;
	line-height: 34px;
}
	
	
/* My Account */


.ma-top h2 {
	font-size: 38px;
	line-height: 42px;
}
	
	
/* Personal Profile */


.ppp-top {
	padding: 15px;
	font-size: 17px;
	line-height: 21px;
}

.ppp-name {
	max-width: 50%;
}

.ppp-name img {
	margin-right: 5px;
}

.ppp-title {
	max-width: 50%;
}

.personal-profile-page header {
	background-size: cover;
}

.pp-header-shade {
	padding: 21px 5px 60px 5px;
	height: 360px;
}

.personal-profile-wrap {
	padding: 25px 15px 25px 15px;
}


.ppw-top .lhs {
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
}

.ppw-top .rhs {
	font-size: 13px;
}

.ppw-details h2 {
	font-size: 28px;
	line-height: 35px;
}

.ppw-details h3 {
	font-size: 20px;
	line-height: 28px;
}

.ppw-details h5 {
	font-size: 16px;
	line-height: 24px;
}

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

.ppw-links h5 {
	font-size: 18px;
	line-height: 28px;
}

.ppw-links ul li {
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}

	
/*Credentials*/

.credentials {
	width: 95%;
	padding: 45px 0px 20px 0px;
}

.c-title {
	font-size: 16px;
	line-height: 21px;
	padding-left: 0px;
}

.c-box {
	padding-bottom: 20px;
}

.c-box1 {
	padding-bottom: 40px;
}

.c-box input {
	padding: 0px 15px 0px 15px;
	font-size: 16px;
}


.c-button {
	padding-top: 15px;
}

/*Social*/


.social-wrap {
	width: auto;
}
	
.swb-box input {
	padding: 0px 15px 0px 15px;
	font-size: 16px;
}
		
/*In Event - Home*/


.hs-rhs {
	float: right;
}

.eh-text {
	font-size: 16px;
	line-height: 25px;
}
	
/*Agenda - Whats On*/


.at-date {
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
}

.at-date strong {
	font-weight: bold;
}

.tt-time {
	flex: 0 0 15%;
	font-size: 13px;
	line-height: 13px;
}

.tt-rhs {
	flex: 0 0 85%;
}
	
	
.swi-image {
	width: 50%;
	height: auto;
	flex: 0 0 50%;
}
	

/*Chat Event Request*/

.chat-item-meeting {
	width: 90%;
}
	
	

}


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

.el-item {
	padding: 14px 14px 45px 14px;
}	
	
.es-box input {
	font-size: 15px;
}	
	
.lpw-header {
	padding: 50px 0px 50px 0px;
	
}

.lpw-wrap {
	padding: 40px 0px 80px 0px;
}

.lpw-wrap h2 {
	font-size: 32px;
	line-height: 36px;
}

.lpw-wrap h2 strong {
	font-weight: bold;
}


.lpw-box {
	padding-bottom: 20px;
}

.lpw-box input {
	height: 50px;
	padding: 0px 25px 0px 25px;
	font-size: 16px;
}

.lpw-box input:focus {
	background-color: #f1f1f1;
}

.login-button-web input, .login-button-web button {
	height: 50px;
	font-size: 15px;
	letter-spacing: 2px;
	background-size: 14px auto;
}
	
.or2 {
	padding-bottom: 30px;
}

.sign-in-buttons div a {
	height: 50px;
	line-height: 50px;
	background-size: 30px auto;
	padding-left: 70px;
	font-size: 15px;
}	
	
/* Details */


.event-header-shade {
	padding: 20px 20px 50px 20px;
}

.event-header-top {
	padding-bottom: 90px;
}

.event-detail-page header h1 {
	font-size: 34px;
	line-height: 44px;
}

header.smaller h1  {
	font-size: 20px;
	line-height: 30px;
}


.event-details-wrap {
	padding: 20px 20px 80px 20px;
}

.edw-top {
	padding-bottom: 30px;
}

.go-top-app-button {
	position: static;
	margin-top: 20px;
}
	
.hs-title img {
	margin-right: 8px;
}	
	
	
/* My Account */


.ma-top h2 {
	font-size: 32px;
	line-height: 36px;
}


.profile-content {
	padding-top: 30px;
}

.profile-image {
	margin: 0px auto 25px auto;
}

.profile-name {
	font-size: 24px;
	line-height: 28px;
}

.edit-button {
	margin-left: 5px;
}

.profile-post {
	font-size: 16px;
	line-height: 22px;
}

.profile-company {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 25px;
}

.profile-text {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 25px;
}


.profile-buttons {
	padding-bottom: 80px;
}

.profile-buttons button {
	font-size: 13px;
}

.logout-button button, .logout-button input {
	width: 126px;
	font-size: 13px;
}
	
	
.credentials {
	width: auto;
}
	
	
.tt-two-col {
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.tt-two-col .agenda-box {
	width: 100%;
}
	
.dp-wrapper {
	position: static;
}	

.filter-nav ul li a {
    padding: 5px 15px 5px 15px;
}
	
	
/* Speaker Profile */


.profile-header-shade {
	height: 350px;
}

header.smaller {
	background-size: auto 350px;
}

.profile-wrap {
	padding: 20px 15px 80px 15px;
}


.pw-top .lhs {
	font-size: 15px;
	line-height: 20px;
	padding-top: 5px;
	float: none;
}

.pw-top .rhs {
	float: none;
	padding-bottom: 10px;
}

.pw-top .rhs div {
	margin-left: 0px;
	margin-right: 9px;
}

.pw-text h2 {
	font-size: 25px;
	line-height: 32px;
}

.pw-time {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
}

.pw-text h5 {
	font-size: 17px;
	line-height: 25px;
}

.pw-text p {
	font-size: 16px;
	line-height: 23px;
}

.pw-text h4 {
	font-size: 21px;
	line-height: 26px;
}

.pw-text ul li {
	padding-bottom: 20px;
}
	
	

/*Attendees*/

.expo-wrap {
	padding: 15px 10px 80px 10px;
}

.main-nav2 {
	padding-bottom: 15px;
}

.sub-nav {
	margin: 0px 30px 0px 20px;
}

.sub-nav li {
    font-size: 15px;
	line-height: 20px;
	margin-right: 15px;
} 

.nav-next {
    right: 0px;
}

.attendee-item {
	padding: 8px 40px 8px 10px;
}

.ai-text {
	padding-top: 0px;
}

.ai-text h4 {
	font-size: 18px;
	line-height: 22px;
}

.ai-text h5 {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
}

.ai-text p {
	font-size: 12px;
	line-height: 17px;
}

.ai-status {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: var(--brand);
  padding: 3px 7px 3px 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  writing-mode: vertical-lr;
	text-align: center;
}

.pending {
	background-color: #091A2B!important;
}

.connected {
	 background-color: var(--brand)!important;
}
	
.exi-image {
	margin-right: 10px;
}

.exi-text {
	padding-top: 5px;
}

.exi-text h4 {
	font-size: 18px;
	line-height: 22px;
}
	
	
.cbt-text {
    padding-top: 0px;
}	

.cbt-text h4 {
	padding-bottom: 5px;
	line-height: 20px;
}
	
/*Messages*/

.message-title {
	max-width: 65%;
	font-size: 17px;
	line-height: 25px;
	padding-left: 30px;
}

.message-title img {
	width: 25px;
	margin-right: 12px;
}
	
	
/*Messages*/

.message-wrap {
	padding: 10px 10px 100px 10px;
}

.messages-list {
	padding: 10px 0px 20px 0px;
}

.chat-date {
	font-size: 16px;
	line-height: 22px;
}

.chat-item {
	width: 80%;
}

.ci-box {
	font-size: 14px;
	line-height: 20px;
}

.message-type-wrap {
	padding: 0px 10px 0px 10px;
}
	
.mt-box {
    padding: 12px 10px 10px 10px;
}	

.textarea {
  min-height: 20px;
  font-size: 16px;
  line-height: 21px;
}

.mt-button {
	margin-left: 8px;
}
	
/*Chat Event Request*/

.chat-item-meeting {
	width: 95%;
}

.cim-title {
	font-size: 15px;
	line-height: 22px;
}

.cim-top ul li {
	margin-left: 5px;
	width: 30px;
}

.ci-meeting p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 2px;
}
	
/* More */

.more-wrap {
	padding: 25px 24px 200px 24px;
}

.other-links {
	padding: 15px 20px 15px 20px;
	margin-bottom: 60px;
}

}


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


.ew-top h2 {
	font-size: 28px;
	line-height: 35px;
	padding-top: 6px;
}
	
.main-nav {
	font-size: 15px;
	line-height: 20px;
}
	
	
.main-nav ul li {
	margin: 0px 10px 10px 0px;
	padding-bottom: 4px;
}	
	
	
.or::before {
	width: 22%;
}

.or::after {
	width: 22%;
}
	
.ed1 {
	display: inherit;
}

.ed1 .lhs {
	width: auto;
}

.ed1 .rhs {
	width: auto;
}

.ed-item {
	padding: 5px 0px 15px 36px;
}
	
	
.hs-title {
	max-width: 53%;
}

.hs-title a {
	color: #fff;
	text-decoration: none;
}

.hs-rhs {
	padding-top: 5px;
}

	
.footer-nav-wrap ul li {
	font-size: 11px;
	line-height: 12px;
}
	
.at-date {
	padding-top: 7px;
	font-size: 14px;
	line-height: 16px;
}	


}


