html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.28em;
	line-height: 1.36em;
	color: #000;
	background-color: #fff;
	position: relative;
	padding-right: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 125%;
	color: #54585a;
	display: block;
}
h1 {
	margin: 20px 0 15px;
	font-size: 3.25em;
}
h2 {
	margin: 15px 0;
	font-size: 2em;
}
h3 {
	margin: 10px 0;
	font-size: 2.3em;
}
h4 {
	margin: 30px 0 15px;
	font-size: 1.5em;
	color: #000;
}
#speakers h4 {
	margin: 30px 0 5px;
	font-size: 1.9em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #ffffff;
}
div[class*="col-"] h4:first-of-type {
	margin-top: 10px;
}
h5, h6 {
	color: #3a2206;
}
h5 {
	margin: 25px 0 15px;
	font-size: 1.75em;
}
h6 {
	margin: 20px 0 15px;
	font-size: 1.5em;
}
p {
	margin-bottom: 15px;
}
p, ul.info-list li {
	font-size: 1.28em;
	line-height: 1.46em;
	font-weight: normal;
}
ul.info-list {
	margin: 15px 30px;
	list-style: outside none disc;
}
ul.info-list li {
	margin: 10px 0;
}
a:link, a:hover {
	color: #23394e;
	text-decoration: none;
	cursor: pointer;
}
a:link, a:hover, strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
a:visited {
	color: #1b435b;
}
.small-font, .smaller-font {
	font-family: 'Open Sans', sans-serif;
}
.small-font {
	font-size: 0.955em;
}
.smaller-font {
	font-size: 0.85em;
}
.emphasis {
	font-weight: 600;
}
em {
	font-family: 'Open Sans', sans-serif;
}
em.light {
	font-family: 'Open Sans', sans-serif;
}
em.medium {
	font-family: 'Open Sans', sans-serif;
}
.accessible-text {
	display: none;
}
.logo {
	margin-top: 17px;
	height: 17px;
}
.center {
	width: 100%;
	text-align: center;
	display: block;
}
.green {
	color: #23394e;
}
#showme {
	display: none;
}
/*div[class*="col-"] img {
	width: 100%;
	margin-bottom: 15px;
	display: block;
}*/
.about {
	width: 100%;
	/* height: 350px; */
	margin-top: 51px !important;
	padding: 0;
	background: #041e42;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}
.about .centerBox {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}
.about h1 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.6vw;
	color: #ffffff;
}
.about h2, .about h3 {
	font-family: 'Open Sans', sans-serif;
}
.about h2 {
	margin: 1% 0 0;
	font-size: 1.6vw;
	color: #ffffff;
	border-bottom: 2px solid white;
	padding-bottom: 15px;
}
.about h3 {
	margin: 0.6% 0 0;
	font-size: 1.45vw;
}
.about p {
	color: white;
	font-size: 1.7em;
	margin-top: 8px;
}
.about p small {
	font-size: 70%;
}
.about span {
	white-space: nowrap;
}
.about img {
	padding-top: 20px;
}
.about .btn {
	margin-top: 2.6%;
	font-size: 1.8em;
}
.mobile-only {
	display: none;
}
.cta-register {
	margin: 0;
	padding: 1% 0;
	background-color: #23394e;
}
.cta-register .col-xs-12 {
	text-align: center;
}
.cta-register .btn-primary {
	border: 2px solid #fff;
}
#welcome h2, #meetings h2, #info h2, #agenda h2, #facebook h2, #speakers h2, #register h2 {
	margin-bottom: 30px;
	color: #23394e;
}
#speakers h2 {
	margin-bottom: 0 !important;
	color: #ffffff;
	padding-bottom: 5px
}
#welcome {
	margin-top: -40px;
	padding-top: 80px;
	padding-bottom: 100px;
}
#welcome td, #welcome th {
	font-size: 1.28em;
}
#welcome p:nth-child(1) {
	margin-top: 0;
}
#welcome strong {
	font-weight: normal;
}
#info {
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: rgba(28, 106, 100, .06);
}
#agenda {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #f7f7f7;
}
#agenda strong {
	font-family: 'Open Sans', sans-serif;
}
#agenda span {
	font-family: 'Open Sans', sans-serif;
}
#facebook {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #edf6fb;
}
#speakers {
	padding-top: 60px;
    padding-bottom: 80px;
    background-color: #041e42;
}
#meetings .btn {
	margin: 5px 0 20px;
	padding: 10px 40px;
	font-size: 1.34em;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
#meetings .btn-default:hover {
	color: #fff;
	background-color: #145d96 !important;
}
#register {
	padding-top: 60px;
	padding-bottom: 80px;
}
#footer-social {
	margin-top: -40px;
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #eceef0;
}
#footer-social .logo {
	width: 250px;
	height: auto;
	margin-top: 4px;
}
.follow-icons {
	margin-top: 5px;
	text-align: right;
}
.follow-icons a:link {
	margin-left: 2.5px;
	font-size: 2.085em;
	display: inline-block;
}
.follow-icons a:link, a.icon-link:link, .navbar li a.icon-link {
	color: #ffffff !important;
}
.follow-icons a:link, a.icon-link:link, .navbar li a.icon-link:hover {
	color: #ffffff !important;
}
.follow-icons a:hover, a.icon-link:link:hover, .navbar li:hover .icon-link {
	color: #3a2206 !important;
}
a.icon-link:link:hover {
	background: none !important;
}
#footer-default {
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #041e42;
}
#footer-default a {
	color: #ffffff;
}
#footer-default a:hover {
	text-decoration: underline;
}
#footer-default p, .v-bar {
	color: #fff;
}
.v-bar {
	margin: 0 7.5px;
}
.copyright {
	text-align: right;
}
#faq {
	padding-top: 60px;
	margin-top: -40px;
	padding-bottom: 80px;
}
#location {
	background-color: #eeeeee;
	padding-bottom: 60px;
}
.agendaSessionsBreakoutSessions {
	margin: 0px 0px 5px 450px !important;
}
.faq {
	background: url() 50% 0 scroll;
	background-size: cover;
	background-repeat: no-repeat;/*padding:50px 10px;*/
}
.bg-grey {
	background: url() 50% 0 scroll;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
}
.keymc {
	position: static;
	z-index: -100;
	vertical-align: bottom;
	border: 0;
	align-content: center;
	margin-top: -230px;
}
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}
.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.btn {
	white-space: normal;
}
.btn-primary {
	color: #fff !important;
	background-color: #268745 !important;
}
a.btn-primary:hover {
	background: #3bad60 !important;
}
.btn-primary a:active {
}
.btn[disabled]:hover {
	background-color: #e6e6e6;
}
.dates {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	font-size: 30px;
	/*margin-top: 30px;*/
	color: #007ac0;
	text-align: center;
	font-weight: bold;/*text-shadow: 1px 1px #b5c1b8, -1px -1px #fff;*/
}
.carousel-control.right, .carousel-control.left {
	padding-top: 10px;
	background-image: none;
	color: #fff;
}
.carousel-indicators li {
	border-color: #fff;
}
.carousel-indicators li.active {
	background-color: #007ac0;
}
.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
	color: #fff;
}
.promo h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 20px 0;
	color: #fff;
}
.item span {
	font-style: normal;
}
.main-logo {
	width: 75%;
	padding-top: 95px;
	padding-bottom: 25px;
	align-content: center;
}
.panel {
	border: 0px solid #007ac0;
	border-radius: 5 !important;
	transition: box-shadow 0.5s;
}
.panel:hover {
	box-shadow: 1px 1px 1px 1px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
	border: 1px solid #007ac0;
	background-color: #fff !important;
	color: #007ac0;
}
.panel-heading {
	color: #007ac0 !important;
	background-color: #fff !important;
	padding: 10px;
	border-bottom: 0px solid transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.panel-footer {
	background-color: white !important;
}
.panel-footer h3 {
	font-size: 32px;
}
.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}
.panel-footer .btn {
	margin: 15px 0;
	background-color: #007ac0;
	color: #fff;
}
.navbar {
	margin-bottom: 0;
	background-color: #041e42;
	z-index: none !important;
	border: 0;
	font-size: 16px !important;
	line-height: 1.42857143 !important;
	border-radius: 0;
	-webkit-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, .2);
	box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, .2);
}
.navbar li a, .navbar .navbar-brand {
	color: #ffffff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #fff !important;
	background-color: #23394e !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}
.navbar-right {
	margin-right: 0px;
}
.navbar-bot {
	margin-bottom: 0;
	background-color: #fff;
	z-index: none !important;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	border-top: #ECECEC;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	white-space: nowrap;
	-webkit-box-shadow: 1px 1px 1px 2px #aaa, 6px 6px 4px #444;
	-moz-box-shadow: 1px 1px 1px 2px #aaa, 6px 6px 4px #444;
	box-shadow: 1px 1px 1px 2px #aaa, 6px 6px 4px #444;
	display: inline-block;
	font-weight: bold;
}
.navbar-bot li a, .navbar-bot .navbar-brand {
	color: #007ac0 !important;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
}
.brand-centered {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.brand-centered, .navbar-nav li a {
	padding-top: 20px;
}
/* Off canvas navigation */
#Off-Canvas-Menu {
	width: 80vw;
	height: 100%;
	background-color: rgba(28, 106, 100, .06);
	overflow-y: scroll;
	position: absolute;
	display: none;
}
.menu-push {
	overflow-y: hidden;
}
.menu-push .page-container {
	position: absolute;
	-ms-transform: translate3d(-80vw, 0, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0);
}
.menu-push #Off-Canvas-Menu {
	display: block;
	-ms-transform: translate3d(20vw, 0, 0);
	-webkit-transform: translate3d(20vw, 0, 0);
	transform: translate3d(20vw, 0, 0);
}
ul.nav li.mobile-contact {
	display: none;
}
.slideanim {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
	text-align: center
}
.speakerhome {
	color: #000;
	text-transform: uppercase;
	font-size: 45px;
}
.img-circle {
	border: solid 4px #ffffff;
}
.speaker-title {
	padding-bottom: 30px;
	color:#ffffff;
}
.speaker-name {
	font-size: 19px;
	line-height: 1.375em;
	color: #303030;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Disclaimer-Notice {
	text-align: center;
	display: none;
}
/* Modal styles */
.modal-open, .progress {
	overflow: auto !important;
}
.modal-footer {
	text-align: center;
}
.border-bottom-first {
	border-bottom: 1px solid #ccc;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
}
#welcome .table > thead > tr > th {
	border: 0px !important;
}
.hideItem {
	position: absolute;
	left: -10000px;
}
body > div.page-container > div.container-fluid.mobile-only.cta-register {
	background-color: #041e42;
}
#welcome ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}
#welcome ul li {
	line-height: normal;
	font-size: 16px;
	margin-bottom: 30px;
	background: url("https://geme.jpmorganchase.com/global-event-management-adfs/resource/5eef269207a5f1914c93407bed2d9ab8") no-repeat left top;
	padding-left: 54px;
	padding-top: 0px;
	min-height: 41px;
}
#welcome .hideatMobile p.lead {
	line-height: 30px;
}

h6 {
    margin: 20px 0 15px;
    font-size: 1.5em;
    font-weight: 100;
}

#agenda .Atitle{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

#speakers div.modal-header h4{
    color: #303030;
}

#speakers div.modal-body.active-scroll > p{
text-align: left;
}

#speakers div.modal-header p{
    text-align: center;
}