body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
  max-width: 1280px;
}



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

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 60em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
}

section {
  border-bottom: 2px solid #004884;
  text-align: left;
  padding: 5px 0 0;
  height: auto;
  width: 100%;
}

@media (max-width: 1310px) {
	#content, #agenda, #sponsors, #delegates, #resources, #registration #last-event #awards {
		padding: 0 1%;
	}
}

@media (max-width: 670px) {
	#content, #agenda, #sponsors, #delegates, #resources, #registration #last-event #awards {
		padding: 0;
	}
}

.event-banner {
	display: block;
	margin-top: 43px;
}

.section-last {
	border-bottom: 0px solid #004884 !important;
}

#event-roundtable {
	border-bottom: 0px solid #004884 !important;
}

h1 {
  margin-bottom: .5em;
  font-size: 180%;
}
h2 {
	font-size: 160%;
	color: #004884;
}

h3 {
	font-style: italic;
	font-size: 120%;
}

h4 {
	margin-top: 0;
	margin-bottom: 3%;
}

p {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2%;
}

hr {
	color: #004884;
	background-color: #004884;
	height: 2px;
	border: 0 none;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #004884;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 100;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  padding: 7px 20px 0;
  color: #fff;
  float: left;
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 60em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

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

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 60em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #004884;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}
.nav-collapse a:hover {
  background: #0865b2;
}

#color {
	background: red;
	font-weight: bold;
}
#color:hover {
	background: #bd0000;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #0865b2;
}
.nav-collapse a:active #color,
.nav-collapse .active a #color {
  background: #bd0000;
}

@media screen and (min-width: 60em) {
  .nav-collapse a {
    border-left: 1px solid white;
    padding: 1.02em 1em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 60em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/*---------------------
content
---------------------*/
.content .host img {
	width: 80%;	
	margin-right: auto;
	margin-left: auto;
	padding-top: 10%;
}
.content .philforum {
	margin-top: 2%; 
}
.content .host .adb {
	width: 50%;
}
.content .host .host {
	font-weight: bold;
	font-size: 160%;
	color: #004884;
}
.content .hotel {
	font-weight: bold;
	font-size: 120%;
}
.content .location {
	font-size: 110%;
}
.content .street {
	font-size: 90%;
}
.content .address {
	font-size: 80%;
	font-style: italic;
	padding-top: 2%;
}
.content .place {
	font-size: 90%;
	padding-bottom: 5%;
}

.content .hashtag {
	text-align: center;
	padding: 5% 0;
	color: #004884;
	font-size: 120%;
	font-weight: bold;
}

.content .social img {
	margin-left: auto;
	margin-right: auto;
	width: 60% !important;
}

.content .venue img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 5%;
}

.content .dialogue .group {
	margin: 2% 0;
	color: #004884;
	font-size: 120%;
	font-weight: bold;
}

.dialogue-button {
	margin-bottom: 5%;
	padding: 3px;
	background-color: #0B3C5D;
}

.content .dialogue .button {
	font-size: 100%;
    width: 100%;
    padding: 4% 0;
    cursor: pointer;
    background-color: #0B3C5D;
    color: white;
    font-weight: bold;
    text-align: center;
	border: solid 2px white;
	-webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.content .dialogue .button:hover {
    background-color: white;
	color: #0B3C5D;
	border: solid 2px white;
}


/*---------------------
delegates
---------------------*/

.delegates ul {
	padding-left: 50px;
}
.delegates li {
	padding-bottom: 3px;
}
.delegates .header {
	color: #004884;
	font-size: 160%;
	padding: 5px 0;
}
.delegates .subheader {
	font-size: 120%;
	font-weight: bold;
}
.delegates img {
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8%;
}

/*---------------------
 Resources / Live
---------------------*/

.resources .head,
.live .head {
	font-size: 110%;
    font-weight: bold;
	color: #004884;
}

.resources .text,
.live .text {
	font-style: italic;
    font-size: 80%;
    margin-top: 2%;  
}

.live .title {
	font-size: 110%;
    font-weight: bold;
}

.resources a,
.live a {
	text-decoration: none;
	color: white;
}

.resources .link,
.live .link {
	padding: 1% 0;
	background-color: grey;
	width: 30%;
	text-align: center;
	float: right;
	margin: 3% 0;
}

@media (max-width: 672px) {
	.resources .link,
	.live .link{
		width: 100%;
		margin-bottom: 8%;
	}
}

.resources .link:hover,
.live .link:hover {
	background-color: lightgrey;
}

.resources img,
.live img {
	padding-bottom: 10%;
	width: 80%;
}

.resources .photo img,
.live .photo img {
	padding-bottom: 0%;
	width: 100.1%;
}

.gallery {
	text-align: center;
	padding: 1%;
	font-weight: bold;
	color: white;
	background-color: #004884;
}

.video-description {
	color: #004884;
	font-size: 90%;
	font-style: italic;
	padding-top: 2%;
	margin-bottom: 5%;
}

.live .live .quote {
	padding: 5% 0;
	font-size: 90%;
    text-align: center;
    font-style: italic;
}

.live .live .name {
	font-size: 90%;
    text-align: center;
}

.live .live .title {
	font-weight: bold;
    text-align: center;
}

.live .live .company {
	font-size: 80%;
    text-align: center;
	margin-bottom: 5%;
}

/*---------------------
programme
---------------------*/

.programme #st {
	display: none;
}

.programme .bold {
	font-weight: bold;
}

.programme .description {
	margin-top: 2%;
}

.programme ul {
	padding-left: 5%;
}

.programme .row {
	margin-bottom: 1%;
}

.programme .speaker-box,
.programme .speaker-box-mod {
	padding: 1%;
}

.programme .grey {
	background-color: #e9e9e9;
	padding: 1%;
	min-height: 121px;
	border-style: solid;
    border-width: 1px;
    border-color: silver;
}

#dialogue-speaker {
	min-height: 127px;
}

.programme .speaker-box-mod .grey {
	background-color: #e9e9e9;
	padding: 1%;
	min-height: 104px;
	border-style: solid;
    border-width: 1px;
    border-color: silver;
}

.programme img {
	padding: 7%;
}

.programme .icon {
	display: none;	
}

@media (max-width: 672px) {
	#mobile {
		display: none !important;
	}
	.programme .grey {
		margin-bottom: 3%;
	}
}

.programme .name,
.programme .speaker-box .name {
	font-weight: bold;
    font-size: 100%;
	min-height: 30px;
	margin-top: 3%;
	padding-left: 3%;
}

.programme .title,
.programme .speaker-box .title {
	margin-top: 1%;
    font-size: 75%;
    font-style: italic;
	min-height: 30px;
	padding-left: 3%;
}

.programme .company,
.programme .speaker-box .company {
	margin-top: 1%;
    font-weight: bold;
    font-size: 80%;
	padding-left: 3%;
}

.programme .speaker-box-mod .name {
	font-weight: bold;
    font-size: 100%;
	min-height: 20px;
	margin-top: 2%;
}

.programme .speaker-box-mod .title {
	margin-top: 1%;
    font-size: 75%;
    font-style: italic;
	min-height: 22px;
}

.programme .speaker-box-mod .company {
	margin-top: 1%;
    font-weight: bold;
    font-size: 80%;
	min-height: 22px;
}

.programme .button {
	padding: 3% 0;
	background-color: grey;
	text-align: center;
	margin: 6% 0;
	color: white;
	cursor: pointer;
}

.programme .border {
	border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
    padding: 2%;
	text-align: right;
}

@media (max-width: 672px) {
	.programme .border {
		padding: 5%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.programme .button:hover {
	background-color: lightgrey;
}

.programme .mod {
	font-size: 90%;
	font-style: italic;
	margin-top: 1%;
	margin-bottom: 2%;
}

.programme .moderator {
	font-size: 80%;
	font-style: italic;
}

/*---------------------
front sponsor / partner 
---------------------*/

.front-sponsor .row {
	margin: 0;
}

.front-sponsor img {
	width: 100%;
	margin-bottom: 5%;
}

#SGX {
	margin-top: 9%;
}

#CB {
	margin-top: 10.5%;
}

#Maybank {
	margin-top: 7%;
}

#TWSE {
	margin-top: 4%;
}

#reval {
	margin-top: 15%;
}

#yuanta {
	margin-top: 22%;
}

#front-28 {
	margin-top: 28%;
}

#jpm {
	margin-top: 12%;
}

@media (max-width: 672px) {
	.front-sponsor img {
		margin-bottom: 50px;
	}
	#front-28 {
		margin-top: 0%;
	}
}

#paddingtop5 {
	padding-top: 5%;
}

#paddingtop8 {
	padding-top: 8%;
}

/*---------------------
sponsor / partner
---------------------*/

.sponsor {
	margin-bottom: 4%;
}

#no-sponsor-margin {
	margin-bottom: -3%;
}

.sponsor .name {
	font-weight: bold;
    font-size: 120%;
	padding-bottom: 2%;
}

.sponsor-button-inner {
	border: solid 2px white;
}

.sponsor .border {
	border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
    padding: 2%;
	text-align: right;
}

.sponsor-button {
	margin-bottom: 5%;
    margin-top: 2%;
	padding: 3px;
	background-color: #0B3C5D;
}

.sponsor .button {
	font-size: 100%;
    width: 100%;
    padding: 2% 0;
    cursor: pointer;
    background-color: #0B3C5D;
    color: white;
    font-weight: bold;
    text-align: center;
	border: solid 2px white;
	-webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sponsor .button:hover {
    background-color: white;
	color: #0B3C5D;
	border: solid 2px white;
}

@media (max-width: 672px) {
	.sponsor .border {
		padding: 5%;
	}
}

#normal {
	text-align: left;
}

@media (max-width: 672px) {
	.sponsor .sponsor-box {
		margin-bottom: 20px;
	}
}


/*---------------------
sponsor / partner logo
---------------------*/

ul.spo-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
 
ul.spo-list li {
  height: 330px;
  position: relative;
  width: 100%;
  padding-top: 20%;
  padding-left: 20%;
  text-align: center;
  vertical-align: middle;
  border-color: #e9e9e9;
  border-style: solid;
  border-width: 15px;
}
 
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 1%;
}
 
ul.spo-list li:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: rgba(0,0,0,0.8);
  color: white;
  font-size: 80%;
  cursor: pointer;
  display: table;
  height: 300px;
  line-height: 110%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

/*---------------------
logo - position
---------------------*/

#logo-33-15 {
	padding-top: 33%;
	padding-left: 15%;	
}

#logo-28-25 {
	padding-top: 28%;
	padding-left: 25%;	
}

#logo-30-0 {
	padding-top: 30%;
	padding-left: 0%;	
}

#logo-32-2 {
	padding-top: 32%;
	padding-left: 2%;	
}

#logo-24-10 {
	padding-top: 24%;
	padding-left: 10%;	
}

#logo-22-8 {
	padding-top: 22%;
	padding-left: 8%;	
}

#logo-30-20 {
	padding-top: 30%;
	padding-left: 20%;	
}

#logo-29-15 {
	padding-top: 29%;
	padding-left: 15%;	
}

#logo-27-15 {
	padding-top: 27%;
	padding-left: 15%;	
}

#logo-30-5 {
	padding-top: 30%;
	padding-left: 5%;	
}

#logo-32-25 {
	padding-top: 32%;
	padding-left: 25%;	
}

#logo-32-12 {
	padding-top: 32%;
	padding-left: 12%;	
}

#logo-29-8 {
	padding-top: 29%;
	padding-left: 8%;	
}

#logo-17-17 {
	padding-top: 17%;
	padding-left: 17%;	
}

#logo-15-15 {
	padding-top: 15%;
	padding-left: 15%;	
}

#logo-30-15 {
	padding-top: 30%;
	padding-left: 15%;	
}

#logo-32-14 {
	padding-top: 32%;
	padding-left: 14%;	
}

#logo-28-2 {
	padding-top: 28%;
	padding-left: 2%;	
}

#logo-30-17 {
	padding-top: 30%;
	padding-left: 17%;	
}

#logo-10-15 {
	padding-top: 10%;
	padding-left: 15%;	
}

#logo-25-15 {
	padding-top: 25%;
	padding-left: 15%;	
}

#logo-13-22 {
	padding-top: 13%;
	padding-left: 22%;	
}

#logo-28-14 {
	padding-top: 28%;
	padding-left: 14%;	
}

#logo-30-10 {
	padding-top: 30%;
	padding-left: 10%;	
}

#logo-22-31 {
	padding-top: 22%;
	padding-left: 31%;	
}

#logo-25-20 {
	padding-top: 25%;
	padding-left: 20%;	
}
#logo-32-8 {
	padding-top: 32%;
	padding-left: 8%;	
}
#logo-22-5 {
	padding-top: 22%;
	padding-left: 5%;	
}

/*---------------------
testimonials slider
---------------------*/




/*---------------------
registration
---------------------*/

.registration .companies {
	font-weight: bold;
}

.registration .head {
	font-size: 120%;
    padding-bottom: 2%;
    font-weight: bold;
}

.registration .bird {
	text-align: center;
    color: red;
    font-weight: bold;
	padding: 2% 0;
}

.registration .normal {
	font-weight: bold;
    text-align: center;
}

#left {
    text-align: left;
}

@media (max-width: 672px) {
	.registration .bird {
	padding: 3% 0;
	}
	.registration .normal {
	padding: 3% 0;
	}
}

.registration .job {
	font-style: italic;
    font-size: 84%;
    margin-bottom: 1%;
}

.registration #hr {
	height: 1px;
}

.registration .height {
	min-height: 300px;
	padding: 2%;
}

#atts {
	min-height: 200px;
}

.registration #price {
	visibility: visible;
}

@media (min-width: 922px) {
	.registration #price {
		visibility: hidden;
	}
}
@media (max-width: 666px) {
	.registration .height {
		min-height: 10px !important;
	}
}
@media (max-width: 921px) {
	.registration .height {
		min-height: 400px;
	}
	#atts {
		min-height: 300px;
	}
}

.registration .grey .register {
    background-color: red;
    padding: 2px;
}

.registration .grey .register .button {
    width: 100%;
    cursor: pointer;
    background-color: red;
    padding: 2% 0;
    color: white;
    border: solid 2px white; 
    font-weight: bold;
    text-align: center;
}

.registration .grey .button:hover {
    background-color: #bd0000;
}

.registration .grey input {
    width: 100%;
    padding: 2%;
    border: 1px solid #ccc;
    color: #004884;
    font-weight: bold;
	margin: 2% 0;
}

.registration .grey {
	background-color: #e9e9e9;
	padding: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
	min-height: 190px;
}

.registration #closed-registration {
	min-height: 0px;
}

.registration .subhead  {
	color: #004884;
    font-size: 120%;
}

.registration .limited {
	border-width: 1px;
    border-style: solid;
    border-color: #aaabaf;
    padding: 1%;
	margin-bottom: 4%;
}

.registration .limited .buttonmore {
	font-size: 100%;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #aaabaf;
    color: white;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 666px) {
	.registration .limited .buttonmore {
		margin-bottom: 2%;
		margin-top: 2%;
	}
	.registration .grey {
		min-height: 10px;
		margin-bottom: 20px;
	}
	.registration .grey .button {
    padding: 5% 0;
	font-size: 120%;
	}
	.registration .subhead  {
		padding: 3%;
	}
	.registration .grey input {
    padding: 4%;
	}
}

.registration .limited .font {
	color: #aaabaf;
    font-size: 90%;
	padding-top: 1.6%;
}



/*---------------------
Contact us
---------------------*/

.contact .border {
    padding: 1%;
	margin-bottom: 4%;
}

.contact .grey {
	border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
    padding: 5%;
    background-color: #d3d3d3;
}

.contact .border:first-child {
	padding-left: 0%;
}

.contact .border:last-child {
	padding-right: 0%;
}

.contact .head {
	font-size: 120%;
    padding-bottom: 2%;
    font-weight: bold;
}

@media (max-width: 999px) {
	.contact .border {
		padding: 0%;
	}
}


/*---------------------
Last Event
---------------------*/

.last-event img {
	width: 100%;
	margin-top: 4%;
	margin-bottom: 4%;
}

.last-event .header {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}

.last-event .table {
	margin-top: 1%;
	font-size: 80%;
}

.last-event #sample {
	margin-top: 3%;
}

.last-event .job {
	font-weight: bold;
}

.last-event hr {
	height: 1px;
	color: lightgrey;
	background-color: lightgrey;
}

.last-event .lastyear {
	padding-top: 3%;
	font-weight: bold;
}

.last-event .previous {
	background-color: #0B3C5D;
    padding: 2px;
	margin-bottom: 5%;
	margin-top: 3%;
}

.last-event .previous .button {
	font-size: 100%;
    width: 100%;
    cursor: pointer;
    background-color: #0B3C5D;
    color: white;
    font-weight: bold;
    text-align: center;
	padding: 2% 0;
	border: solid 2px white;
	
}

.last-event .button:hover {
    background-color: white;
	color: #0B3C5D;
}

.last-event #video {
    margin-bottom: 4%;
}

.last-event .quotation {
	padding: 1%;
}

.resources .quote {
	font-size: 90%;
	text-align: center;
	font-style: italic;
	padding-top: 5%;
}

.last-event .quote {
	font-size: 90%;
	text-align: center;
	min-height: 95px;
	font-style: italic;
}

#minhei140 {
	min-height: 140px;
}

.resources .name,
.last-event .name {
	font-size: 90%;
	text-align: center;
	margin: 4% 0;
}
.resources .title,
.last-event .title {
	font-weight: bold;
	text-align: center;
	margin: 4% 0;
}
.resources .company,
.last-event .company {
	font-size: 80%;
	text-align: center;
}

/*---------------------
	Video
---------------------*/

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/*---------------------
Awards
---------------------*/

.awards .button {
	font-size: 100%;
    width: 100%;
    padding: 2% 0;
    cursor: pointer;
    background-color: #aaabaf;
    color: white;
    font-weight: bold;
    text-align: center;
	margin-bottom: 5%;
	margin-top: 3%;
	text-transform: uppercase;
}

.awards .button:hover {
    background-color: lightgrey;
}

.awards .logo {
	text-align: center;
	margin-bottom: 5%;
}

.awards .logo img {
	width: 70%;
	padding: 0 10%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------------
Roundtable
---------------------*/

#roundtable-menubar {
	height: 55px;
}
.roundtable p {
	color: #505050;
}

.event {
	border-right-style: solid;
	border-right-color: #004884;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #004884;
	border-left-width: 1px;
	margin: 0 0 4%;
	background-color: #e9e9e9;
}
.event h1 {
	font-size: 180%;
	color: #004884;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 1.5% 1.5% 1.5% 1.5%;
	text-align: left;
	margin: 0;
}



.roundtable .sponsor {
	font-size: 140%;
	color: #004884;
	text-align: center;
}

.roundtable .speaker-box {
	padding: 5px;
}
.roundtable .speaker-box img {
	padding: 10%;
}
.roundtable .attendees {
	margin: 2% 0;
}
.roundtable .speakers {
	color: #004884;
	font-size: 140%;
}
.roundtable .grey {
	background-color: #e9e9e9;
	padding: 1%;
	border-style: solid;
    border-width: 1px;
    border-color: silver;
	min-height: 176px;
}
.roundtable .name {
	font-weight: bold;
    font-size: 110%;
	min-height: 30px;
	margin-top: 3%;
	padding-left: 3%;
}

.roundtable .title {
	margin-top: 1%;
    font-size: 75%;
    font-style: italic;
	min-height: 30px;
	padding-left: 3%;
}

.roundtable .company {
	margin-top: 1%;
    font-weight: bold;
    font-size: 80%;
	min-height: 36px;
	padding-left: 3%;
}
.roundtable .contact {
	text-align: right;
}

.roundtable .contact a {
	text-decoration: none;
	color: #37302a;
}

.roundtable .contact .name {
	font-weight: bold;
    font-size: 110%;
	min-height: 0px;
    margin-top: 2%;
	margin-bottom: 2%;
    padding-left: 0%;
}
.roundtable .time {
	font-weight: bold;
	margin-top: 2%;
}

.roundtable .agenda {
	line-height: 160%;
}

.roundtable .agenda .agenda-head {
	margin-top: 20px;
	font-size: 140%;
	color: #004884;
	text-transform: uppercase;
}

.roundtable .agenda li {
	margin-left: 3%;
}

.roundtable .agenda ul .sub-points {
	margin-left: 3%;
	font-size: 94%;
}

.roundtable .box {
	background-color: #e9e9e9;
	padding: 4%;
	margin-bottom: 10%;
	border: 1px solid silver;
}

.roundtable .sponsor-logo {
	margin-bottom: 20%;
}

.roundtable .bottom {
	color: #004884;
	font-size: 140%;
	border-bottom-color: #004884;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-top: 1%;
	padding-bottom: 1%;
}

.roundtable .icon {
	padding: 10%;
}

.roundtable .space {
	margin-bottom: 4%;
}

#infra-margin {
	margin-top: 42px;
}