body {
	background: #f2f2f2;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 0px;
}

p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #303030;
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 300;
}

fieldset {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #303030;
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 300;
}

fieldset a:visited {
    color: #293A56;
    text-decoration: none;
}

fieldset a:link {
    color: #293A56;
    text-decoration: none;
}

fieldset a:hover {
    color: #293A56;
    text-decoration: underline;
}

#container {
	width: 1196px;
	margin: 0 auto;
    margin-top: 50px;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration: none;
}

h2 {
	color: #546f9c;
	padding-bottom: 10px;
	border-bottom: 1px solid #546f9c;
	font-size:1.3em;
	text-transform: uppercase;
	font-weight: 300;
}

header {
	background: #f2f2f2;
	color: #546f9c;
	padding: 8px;
	height: 54px;
	margin: 20px 0 40px 0;
}

.logo {
	float: left;
	background: #f2f2f2;
	font-weight: 900;
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 220px; /* IE */
}

.logo a:link {
    color: #546F9C;
    text-decoration: none;
}

.logo a:visited {
    color: #546F9C;
    text-decoration: none;
}

.logo a:hover {
    color: #546F9C;
    text-decoration: none;
}

@-moz-document url-prefix() { 
	.logo {
		margin-right: 255px; /* Moz Mobile :( Original 303px )*/
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.logo {
		margin-right: 265px;
	}
}
/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .logo {
        margin-right: 220px !important;
    }
}
nav ul {
	background: #f2f2f2;
}

nav ul li {
	background: #f2f2f2;
	color: #293A56;
	list-style-type: none;
	display: inline;
	padding: 25px;
	text-transform: uppercase;
	font-size: 0.9em;
}

nav ul li a:link {
	color: #293A56;
}

nav ul li a:visited {
	color: #fff;
}

nav ul li:hover {
	color: #ffffff;
	background: #546f9c;
}

#content {
	margin-top:10px;
}

.vertical-nav-container {
	float: left;
	width: 250px;
	font-size: 0.9em;
}

.vertical-nav-parent {
	width: 250px;
	background: #546f9c;
	padding: 10px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.vertical-nav-sub {
	width: 250px;
	background: #ffffff;
	padding: 10px;
	color: #293a56;
	font-weight: 300;
}

.vertical-nav-sub:hover {
	background: #dfdfe0;
}

.main {
	float: left;
	background: #ffffff;
	width: 921px;
	padding: 10px;
	margin-left: 25px;
	display: block;
}

.main a:link {
    color: #546F9C;
    text-decoration: none;
}

.main a:hover {
    color: #546F9C;
    text-decoration: underline;
}

.main a:visited {
    color: #546F9C;
    text-decoration: none;
}

.main ul {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #303030;
    font-size: 0.9em;
    font-weight: 300;
}

.box-container {
	width: 901px;
	margin-bottom:50px;
}

.box-1 {
	float: left;
	background: #50c86c;
	width: 293px;
	height: 180px;
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	margin-right: 10px;
	text-align: center;
	padding-top: 30px;
}

.box-1:hover {
	background: #000;
}

.box-1 .box-1-bg-img .box-1-text {
	visibility: hidden;
}

.box-1:hover .box-1-bg-img .box-1-text {
	visibility: visible;
	padding-top: 148px;
	padding-left: 0px;
	margin-left:-37px; /* original -46px, float left for ff osx fix */ 
	opacity: 1;
	color: #50c86c;
}

@-moz-document url-prefix() { 
	.box-1:hover .box-1-bg-img .box-1-text {
		margin-left: 0;
		float: left;
		padding-top: 148px;
		line-height:1;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.box-1:hover .box-1-bg-img .box-1-text {
		margin-left: 0px;
		float: left;
		padding-top: 148px;
	}
}

.box-1:hover .box-1-bg-img {
	width: 293px;
	height: 180px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 1;
	background: url(images/box-1-bg.jpg);
	margin-top:-30px !important;
	cursor: pointer;
}

.box-2 {
	float: left;
	background: #378de4;
	width: 293px;
	height:180px;
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	margin-right: 10px;
	text-align: center;
	padding-top: 30px;
}

.box-2:hover {
	background: #000;
}

.box-2 .box-2-bg-img .box-2-text {
	visibility: hidden;
}

.box-2:hover .box-2-bg-img .box-2-text {
	visibility: visible;
	padding-top: 148px;
	padding-left: 0px;
	opacity: 1;
	color: #378de4;
	text-align:left;
}

@-moz-document url-prefix() { 
	.box-2:hover .box-2-bg-img .box-2-text {
		line-height:1;
		padding-top: 148px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.box-2:hover .box-2-bg-img .box-2-text {
		padding-top: 148px;
	}
}

.box-2:hover .box-2-bg-img {
	width: 293px;
	height: 180px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 1;
	background: url(images/box-2-bg.jpg);
	margin-top:-30px !important;
	cursor: pointer;
}

.box-3 {
	float: left;
	background: #fbb329;
	width: 293px;
	height:180px;
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	text-align: center;
	padding-top: 30px;
}

.box-3:hover {
	background: #000;
}

.box-3 .box-3-bg-img .box-3-text {
	visibility: hidden;
}

.box-3:hover .box-3-bg-img .box-3-text {
	visibility: visible;
	padding-top: 148px;
	padding-left: 5px;
	opacity: 1;
	color: #fbb329;
	text-align:left;
}

@-moz-document url-prefix() { 
	.box-3:hover .box-3-bg-img .box-3-text {
		line-height:1;
		padding-top: 148px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.box-3:hover .box-3-bg-img .box-3-text {
		padding-top: 148px;
	}
}

.box-3:hover .box-3-bg-img {
	width: 293px;
	height: 180px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 1;
	background: url(images/box-3-bg.jpg);
	margin-top:-30px !important;
	cursor: pointer;
}

.sponsor-item-60-left {
	padding: 15px 0px 15px 60px;
}

.sponsor-item-80-left {
	padding: 15px 0px 15px 80px;
}

footer {
	width: 100%;
	height: 200px;
	background: #dfdfe0;
	margin-top: 100px;
}

footer a:link {
	color: #293A56;
}

footer a:visited {
	color: #293A56;
}

footer a:hover {
	color: #546f9c;
}


.footer-container {
	width: 1196px;
	margin: 0 auto;
	padding-top:25px;
	font-size: 0.8em;
}

.footer-title {
	margin-bottom:-10px;
	font-size:1.2em;
	font-weight:300;
}

.legal {
	margin-top:30px;
	font-size: 0.9em;
	text-align: right;
	float: right;
	opacity:0.5;
}
/*NDC Bar*/
#blackBar {
    font-size: 0.9em !important;
}
/*Speakers*/
.speaker-container {
    float: left;
    width: 180px;
    margin-right: 45px;
    margin-bottom: 60px;
}

.speaker-container:hover {
    background: #f0f0f0;
    opacity: 0.92;
    text-decoration: none !important;
}

.speaker-container a:hover {
    text-decoration: none !important;
}

.speaker-name {
    font-size: 1.2em;
    font-weight: 900;
    margin-top: 10px;
    padding: 5px;
}

.speaker-name {
    text-decoration: none !important;
}

.speaker-title {
    margin-top: 1em;
    font-size: 0.8em;
    font-weight: 300;
    color: #303030;
    padding: 5px;
}

.speaker-company {
    font-size: 0.8em;
    font-weight: 300;
    color: #303030;
    padding: 5px 5px 15px 5px;
}

/*Speakers Bio*/
.speaker-bio-summary{
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
}
.speaker-bio-img{
    float: left;
    width: 180px;
}
.speaker-bio-info {
    float: left;
    padding: 5px;
    height: 180px;
    margin-left: 25px;
}
.speaker-bio-name {
    font-size: 2em;
    font-weight: 900;
    margin-top: 10px;
    color: #546F9C;
}

.speaker-bio-title {
    margin-top: 1em;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: 300;
    color: #303030;
}

.speaker-bio-company {
    font-size: 1em;
    font-weight: 300;
    color: #303030;
}