@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
/*START NORMALIZE*/

/*===================================================-==================
   CUSTOM GLOBAL RESET/NORMALIZE/STYLES for RX NOVA EpiServer v1 and v2
   Reed Exhibitions | Specialist: Todd Jaser | Updated: March 2013
   * Referenced some styles from Normalize.css
     http://necolas.github.com/normalize.css/
=======================================================================*/
/*===Typography==*/
a:hover, a:active { outline:0 none; }
a img { border:0; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
strong, b, .bold { font-weight:bold; }
em { font-style:italic; }
sub, sup { position:relative; font-size:70%; line-height:0; vertical-align: baseline; }
sup { top:-0.5em; }
sub { bottom: -0.25em; }
/*======Layout==========*/
ul { list-style:disc outside; }
#topNavigation ul { list-style:none; }
ol { list-style:decimal outside; }
/*ul, ol {padding-left:30px;} Apply to site.CSS */
.contentLayoutBox ul li ul { list-style:circle; margin-bottom:0; }
.contentLayoutBox ol li ol { list-style:lower-alpha; margin-bottom:0; }
blockquote { margin:0 35px; }
table { margin-left:auto; margin-right:auto; border-collapse:collapse; }
/*=========================
  Custom Layout Classes
==========================*/
.none { display:none; }
.clear, .clearboth { clear:both; }
.nomargin, .margin0 { margin:0 !important; }
.marginauto, .margauto, .margAuto, .zeroauto { margin:0 auto !important; }
.centered{text-align:center;}
.floatleft, .f_left, .float-l, .left { float:left; }
.floatright, .f_right, .float-r, .right { float:right; }
img.floatleft, img.f_left, img.float-l, img.left { padding:3px; margin:0 10px 5px 0 !important; }
img.floatright, img.f_right, img.float-r, .img.right { padding:3px; margin:0 0 5px 10px !important; }
div.floatleft, div.f_left, div.float-l, div.left { margin:0 15px 15px 0 !important; }
div.floatright, div.f_right, div.float-r, .div.right { margin:0 0 15px 15px !important; }
.overhidden, .overHidden { overflow:hidden; }
.half, .third, .twoThird, .fourth { display:block; float:left; margin:0 3% 3% 0; } /* Must use a clear class after these. */
.half:last-of-type, .third:last-of-type, .twoThird:last-of-type, .fourth:last-of-type { margin:0; } /* Not supported lte IE8, use .nomargin class. */
.half *:last-child, .third *:last-child, .twoThird *:last-child, .fourth *:last-child { margin-bottom:10px; } /* Not supported lte IE8, use .nomargin class. Adjusts 
bottom margin from the last element. */
.half { width:47%; }
.half.leftGrad { width:45%; }
.third { width:30%; }
.third.leftGrad { width:27%; }
.twoThird { width:63%; }
.fourth { width:22%; }
.no-bg { background-image: none !important; padding:0 !important; }


/*G2E Colors Dark Blue:#091431, Blue:#00aeef, Light Blue:#aae0fa, Dark Green:#8aac3f, Medium Green:#99ca3c, Light Green:#d1e399, Orange:#f58220, Light Orange:#f9a966*/

/*Text*/
.darkblue{color:#091431!important;}
.blue{color:#00aeef!important;}
.lightblue{color:#aae0fa!important;}
.darkgreen{color:#8aac3f!important;}
.mediumgreen{color:#99ca3c!important;}
.lightgreen{color:#d1e399!important;}
.orange{color:#f58220!important;}
.lightorange{color:#f9a966!important;}
.black{color:#000 !important; }
.white{color:#FFF !important; }
.lightgray{color:#eee !important; }

.red{color:#F00;}
.yellow{color:#FC0;}
.green{color:#0C0;}
.maroon{color:#600;}

/*Backgrounds*/
.darkblueBg{background-color:#091431!important;}
.blueBg{background-color:#00aeef!important;}
.lightblueBg{background-color:#aae0fa!important;}
.darkgreenBg{background-color:#8aac3f!important;}
.mediumgreenBg{background-color:#99ca3c!important;}
.lightgreenBg{background-color:#d1e399!important;}
.orangeBg{background-color:#f58220!important;}
.lightorangeBg{background-color:#f9a966!important;}
.blackBg{background-color:#000 !important; }
.whiteBg{background-color:#FFF !important; }
.lightgrayBg{background-color:#eee !important; }

/*== CUSTOM CLASSES ==*/

.border { border:1px solid #ccc !important; }
.caption { /*border:1px solid #ccc;*/ color:#666; font-size:11px; /*margin:5px 8px; padding:4px;*/ }
.caption img { padding:4px;}

/*==PAGE TYPES==*/
.noPageName #pageName {display:none;}
.noForm .inputForm {display:none;}

/* For embedded iframe forms, add .iframe body class to form page. */
.iframe #pageTopContainer, .iframe #header, .iframe #headerContent, .iframe #cookieComplianceMessage, .iframe #sidebarLeft, .iframe #sidebarRight, .iframe #topNavigation, .iframe #footer, .iframe #footerContent, .iframe #content h1#pageName, .iframe #surveyContainer{ display:none; background:none; }
.contentLayoutBox { width:450px; }
body.iframe, .iframe #wrapper, .iframe .contentLayoutBox { background:none; }
.iframe .contentLayoutBox { width:auto; border:0; -webkit-box-shadow:none; box-shadow:none; }
.iframe #content {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: none;
    margin: 0;
    min-height: 0;
    padding: 0;
    width: auto;
}
.iframe table#id_matrix fieldset { border:none; }
.iframe table#id_matrix label { width:170px; }
.iframe table#id_matrix input[type="submit"] { margin-left:0; }
.iframe .smaller { font-size:90%; }

/*  CSS3*/
.rounded, .round { -webkit-border-radius:8px; border-radius:8px; }
.roundtop, .roundTop, .topround, .topRound, .roundedtop, .roundedTop { -webkit-border-radius:8px 8px 0 0; border-radius:8px 8px 0 0; }
.roundbottom, .roundBottom, .bottomround, .bottomRound, .roundedbottom, .roundedBottom { -webkit-border-radius:8px 8px 0 0; border-radius:8px 8px 0 0; }
.boxshadow, .boxShadow, .shadow { -webkit-box-shadow: 1px 1px 10px #ccc; box-shadow: 1px 1px 10px #ccc; }
.textshadow, .textShadow, .text-shadow, .tshadow{text-shadow: 1px 1px 10px #000000;}
.textglow, .textGlow, .text-glow, .tglow{text-shadow: 1px 1px 10px #ffffff;}

/*END NORMALIZE*/

/*START OLD MAIN2*/
/* NOVA EpiServer Boilerplate by Todd Jaser, eBusiness Specialist, Reed Exhibitions, 2/25/2013
   Reed Exhibitions | ShowName | Specialist: | Date: */
/*G2E Colors Dark Blue:#091431, Blue:#00aeef, Light Blue:#aae0fa, Dark Green:#8aac3f, Medium Green:#99ca3c, Light Green:#d1e399, Orange:#f58220, Light Orange:#f9a966*/
/* Typography */

body {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 15px;
	color: #666;
	background-color: #091431;
	background-image: url(../../framework_images/2013/background-body.png);
	background-repeat: repeat-x;
}
a{color:#F58220;text-decoration:underline;-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
a:hover{color:#000000;}
p, td, th {
	line-height: 1.5;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Roboto Condensed', Helvetica, Arial, Tahoma, sans-serif;
	line-height: 1.3;
}
h1, .h1 {
	font-size: 32px;
	color:#091431;
}
h2, .h2 {
	font-size: 28px;
	color:#13357d;
}
h3, .h3 {
	font-size: 24px;
	color:#01afee;
}
h4, .h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
h5, .h5 {
	font-size: 16px;
	margin-bottom: 15px;
}
h6, .h6 {
	font-size: 14px;
	margin-bottom: 15px;
}
blockquote {
	margin: 0 35px 15px 35px !important;
	border-radius: 3px;
	webkit-border-radius: 3px;
}
blockquote.callout {
	background:#f7f7f7;
	padding: 10px;
}
blockquote.callout p {
	font-family: 'Roboto Condensed', Helvetica, Arial, Tahoma, sans-serif;
	font-style: italic;
	text-shadow: -1px 1px 2px #BBBBBB;
	color: #091431;
	margin: 0;
}
hr {
    background: none repeat scroll 0 0 #CCCCCC;
    border: medium none;
    height: 1px;
    width: 100%;
	clear:both;
}
/* Layout */
p, .contentLayoutBox ul, .contentLayoutBox ol, table, hr {
	margin-bottom: 20px;
}
td p:last-child, td ul:last-child, td ol:last-child {
	margin-bottom: 0;
}
h1, h2, h3 {
	margin-bottom: 25px;
}
/*.clearfix{overflow: hidden;}*/
.contentLayoutBox ul, .contentLayoutBox ol {
	padding-left: 35px;
}
.contentLayoutBox ul li, .contentLayoutBox ol li {
	margin-bottom: 5px;
	line-height: 1.3
}
.contentLayoutBox ul li ul, .contentLayoutBox ol li ol, .contentLayoutBox ol li ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
}
.contentLayoutBox ul li ul li { margin-bottom: 10px;}
table {
	border-spacing: 0;
	text-align: left;
}
th {
	padding: 5px;
	font-weight: bold;
}
td {
	padding: 5px;
	vertical-align: top;
}
/* Custom Layout Selectors */
#headerContent {
	display: block;
	width: 970px;
	margin: 0 auto;
	background-image: url(../../framework_images/2013/header-background2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:90px;
	padding:25px 0;
}
#footerContent {
	overflow: hidden;
}
/* List Styles */
ul#header-social {
    float: right;
    margin: -7px 0 0 25px;
	position:relative;
}
#header-social li {
    float: left;
    list-style: none outside none;
    padding: 5px;
}
#header-social li:hover {
	opacity:.7;
   -webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
ul#social {
    padding:0;
    margin: 0!important;
}
#social li {
    float: left;
    list-style: none outside none;
    margin-right: 10px;-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
#social li:hover {
	opacity:.7;
   -webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
ul.toptab {
    margin: 0 auto;
    position: fixed;
	top:0;
    right: 100px;
}
.toptab li {
    background: none repeat scroll 0 0 #073558;
    border-radius: 0 0 3px 3px;
    float: left;
    height: 20px;
    list-style: none outside none;
    margin: 0 10px 0 0;
    text-align: center;
    width: 100px;
}
.toptab li a {
    color:#00AEEF;
    font-size: 12px;
    text-decoration: none;
}
.toptab li a:hover {
    color: #99CA3C;
}
ul#mys_options {
    clear: both;
    margin: -20px auto 0 !important;
    padding: 15px 0 0 !important;
    width: 273px;
}
ul#mys_options li {
    display: block;
    float: left;
    line-height: 12px !important;
    list-style: none outside none !important;
    padding: 0 10px 0 0 !important;
    text-align: center;
    width: 81px;
}
ul#mys_options li a{text-decoration:none; font-size:12px;}
ul#mys_options li a.icon {
    background: #eee;
    border: 1px solid #BCBCBC!important;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 48px;
    margin: 0 auto;
    padding: 5px!important;
    width: 48px;
}
ul#mys_options li a.icon:hover {
    border: 1px solid #888888!important;
}
ul.contentblockList {}
ul.contentList {
    list-style: none outside none;
    padding: 0 !important;
}
.contentblockList li, .contentList li {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
}

ul.g2e-divider {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.g2e-divider li {
    background: url("../../framework_images/2013/g2e-bullet.jpg") no-repeat scroll right center transparent;
    float: left;
    margin-right: 10px;
    padding-right: 20px;
	font-size:13px;
}
ul.g2e-divider li:last-child {
    background: none;
    float: left;
    margin-right: 10px;
    padding-right: 20px;
}
.checkList, .starList, .arrowList{
	margin-left: 0;
	padding-left: 10px !important;
}
.checkList li, .starList li, .arrowList li{
	list-style: none outside none;
	margin-bottom: 15px !important;
	padding-left: 20px;
}
.checkList li {
	background: url("../../framework_images/2013/li-check-1.png") no-repeat scroll 0 0 transparent;
}
.starList li {
	background: url("../../framework_images/2013/li-star-1.png") no-repeat scroll 0 0 transparent;
}
.arrowList li {
	background: url("../../framework_images/2013/li-arrow-1.png") no-repeat scroll 0 0 transparent;
}
ul.half {
    float: left;
    width: 40%;
}
ul#buttonList {list-style: none outside none; margin: 0 !important;padding: 0 !important; width:100%;}
ul#buttonList li { float: left;margin-right:5%; width:30%;}
ul#buttonList li:last-child {margin-right: 0;}
ul#buttonList li a {
    background: none repeat scroll 0 0 #00AEEF;
    border-radius: 4px 4px 4px 4px;
	webkit-border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 56px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    max-width: 56px;
	width:100%;
}
ul#buttonList li a:hover {color:#16234C;background:#8AAC3F;}
ul.newG2E {list-style: none;padding: 0px;}
ul.newG2E li {float: left;margin-right:3%;}
ul.newG2E li:last-child{margin-right:0;}
ul.newG2E li a {display: block;	width: 85px;height: 68px;background: url('../../images/2013/1stTime-Attend-Exhibit-sprite.png');-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
ul.newG2E li.time a {background-position: 0 0;}
ul.newG2E li.attend a {background-position: -85px 0;}
ul.newG2E li.exhibit a {background-position: -170px 0;}
ul.newG2E li.time a:hover {	background-position: 0 -69px;}
ul.newG2E li.attend a:hover {background-position: -85px -69px;}
ul.newG2E li.exhibit a:hover {background-position: -170px -69px;}
ul.newG2E li.time a:active {background-position: 0 -137px;}
ul.newG2E li.attend a:active {background-position: -85px -137px;}
ul.newG2E li.exhibit a:active {background-position: -170px -137px;}
ul.twoColumn{}
ul.twoColumn li{float:left;width:45%;}
.height50 li{height:50px;}
.height60 li{height:60px;}
.height70 li{height:70px;}
.height80 li{height:80px;}
.height90 li{height:90px;}
.height100 li{height:100px;}
.height110 li{height:110px;}
/* Random Custom Styles */
::selection {
	color: #ffffff;
	background-color: #0C297B;
}
::-moz-selection {
color:#ffffff;
background-color: #0C297B;
}
.small{font-size:13px;}
.smaller{font-size:12px;}
.smallest{font-size:11px;}
.big{font-size:50px; line-height:35px;}
.border {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 4px !important;
}
a img.border{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
a img.border:hover{border:1px solid #aaaaaa;}
.alert{
	color: #F00;
}
.top10 {padding-top: 10px !important;}
.noBmargin { margin-bottom: 0 !important;}
.padding0, .nopadding{padding:0!important;}
.pan-pad {display: block; padding-left: 67px;}
.no-underline, .no-decoration{text-decoration:none!important;}
.video-caption { font-size: 11px !important; font-style: italic;  line-height: 1.2;}
.notice, .sponsor {border-radius: 3px 3px 3px 3px;padding: 10px;}
.notice p, .sponsor p{margin:0;}
.sponsor{border:1px solid #ccc;font-size:80%; text-align:center;width:auto; webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px}
div.sponsors {  margin-bottom: 15px; text-align: center;}
div.sponsors img { padding: 10px;}
div.sponsors p {webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;font-weight: bold;text-transform: uppercase;}
div.platinum.sponsors p{background:#ddd;}
div.gold.sponsors p{background:#EEE0B5;}
.width50{width:50px!important;}
.width100{width:100px!important;}
.width200{width:200px!important;}
.width300{width:300px!important;}
.width400{width:400px!important;}
.width500{width:500px!important;}
.width600{width:600px!important;}
.hide-for-desktop, .hide4desktop{display:none;}
.displace {position: absolute;left: -9999px;}
.new {background: #d1e399; webkit-border-radius: 3px 3px 3px 3px;border-radius: 3px 3px 3px 3px; padding: 0 5px;}
.comingsoon {background: #eeeeee; color:#aaaaaa; webkit-border-radius: 3px 3px 3px 3px;border-radius: 3px 3px 3px 3px; padding: 0 5px;margin-left:5px;font-style: italic;}
/*Tooltip*/
.segments {
	position: absolute;
}
.segments li {
	font-size: 14px!important;
	line-height: 18px!important;
	list-style: disc;
	margin-left: 10px;
	font-weight: normal;
}
.segments ul {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	border: 2px solid #a8a8a8;
	border-radius: 5px;
	color: #666;
	display: none;
	padding: 10px 10px 10px 20px !important;
	position: absolute;
	text-align: left;
	width: 100px;
	z-index: 8000;
}
/*Calendar*/
#month1, #month2, #month3 {float: left;	width: 195px;}
#month1, #month2 {margin-right: 10px;}

.events {
	position: absolute;
}
.events li {
	font-size: 11px!important;
	line-height: 18px!important;
	list-style: disc;
	margin-left: 10px;
	font-weight: normal;
}
.events ul {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	border: 2px solid #a8a8a8;
	border-radius: 5px;
	color: #666;
	display: none;
	padding: 10px!important;
	position: absolute;
	text-align: left;
	width: 170px;
	z-index: 8000;
}
table.calendar {
	margin: 10px auto;
	width: 100%;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-collapse: collapse;
}
table.calendar td {
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
table.calendar td, table.calendar th {
	background-color: #EBEBEB;
	color: #666;
	font-size: 12px;
	height: 24px;
	line-height: 24px!important;
	text-align: center;
	vertical-align: middle!important;
	width: 14%;
	z-index: 1;
	padding: 0!important;
}
table.calendar td.date_has_event {
	background: #F58220;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
table.calendar td.date_has_event:hover {
	background-color: #ccc;
	color: #1B2972!important;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
table.calendar td.padding, table.calendar td.padding:hover {
	background-color: #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.calendar td:hover {
	background-color: #FFF;
	color: #333;
}
table.calendar th {
	background-color: #1B2972!important;
	border-left: 1px solid #1B2972;
	border-top: 1px solid #1B2972;
	color: #FFF!important;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px!important;
}
/*Buttons*/
a.button, a.btn, a.tightB {
 webkit-border-radius: 3px 3px 3px 3px;
 border-radius: 3px 3px 3px 3px;
 padding: 8px 12px;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 display:inline-block;
}
a.tightB{padding:0 5px!important; font-weight:normal!important;}
a.button:hover, a.btn:hover, a.tightB:hover {
	text-decoration: none;
}
.blueBtn,.blueBut, .button {
	color: #ffffff !important;
	background: #00AEEF;
}
.blueBtn:hover,.blueBut:hover, .button:hover {
	color: #aae0fa!important;
}
.darkblueBtn, .darkblueBut {
	color: #ffffff !important;
	background: #091431;
}
.darkblueBtn:hover,.darkblueBut:hover {
	color: #556797!important;
}
.orangeBtn, .orangeBut {
	color: #ffffff !important;
	background: #f58220;
}
.orangeBtn:hover, .orangeBut:hover {
	color: #f9a966!important;
}
.greenBtn, .greenBut {
	color: #ffffff !important;
	background: #8aac3f;
}
.greenBtn:hover,.greenBut:hover {
	color: #d1e399!important;
}
.whiteBtn, .whiteBut {
	color: #091431 !important;
	background: #ffffff;
}
.whiteBtn:hover, .whiteBut:hover {
	color: #444444!important;
}
#sevenbuttons p{float:left; margin-right:10px;}
#sevenbuttons a.button{font-size: 13px; padding: 6px; width: 65px; height:65px; line-height:18px;-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
#sevenbuttons a.button:hover{background:#99ca3c;color:#ffffff!important;}
#sevenbuttons .bigNumber{font-size:30px;line-height:30px;}
/*TABLES*//*!Bootstrap v2.2.1 Copyright 2012 Twitter, Inc Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 Designed and built with all the love in the world @twitter by @mdo and @fat */
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table th, .table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
}
.noborder td {
	border-bottom: none!important;
}
.centered td {
	text-align: center;
}
.table th {
	font-weight: bold;
	background:#f1f1f1;
}
.table thead th {
	vertical-align: bottom;
	background-color: #cccccc;
}
.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody+tbody {
	border-top: 2px solid #dddddd;
}
.table-condensed th, .table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
*border-collapse:collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th, .table-bordered td {
	border-left: 1px solid #dddddd;
}
.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}
.table-bordered caption+thead tr:first-child th:first-child, .table-bordered caption+tbody tr:first-child td:first-child, .table-bordered colgroup+thead tr:first-child th:first-child, .table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}
.table-bordered caption+thead tr:first-child th:last-child, .table-bordered caption+tbody tr:first-child td:last-child, .table-bordered colgroup+thead tr:first-child th:last-child, .table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}
.table-checkered tbody tr:nth-child(even) td:nth-child(odd) {
	background-color: #f9f9f9;
}
.table-checkered tbody tr:nth-child(odd) td:nth-child(even) {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #f5f5f5;
}
.table-hovertd tbody td:hover, .table-hovertd tbody td:hover th {
	background-color: #f5f5f5;
}
.table-hovertdyellow tbody td:hover, .table-hovertdyellow tbody td:hover th {
	background-color: #FCF8ED!important;
}
.table tbody tr.success td {
	background-color: #dff0d8;
}
.table tbody tr.error td {
	background-color: #f2dede;
}
.table tbody tr.warning td {
	background-color: #fcf8e3;
}
.table tbody tr.info td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
	background-color: #c4e3f3;
}
.halfed td {
	width: 50%;
}
.thirds td {
	width: 33%;
}
/*Press*/
ul#pressRelease {
	list-style: none outside none;
	padding: 0;
}
#pressRelease li {
	background: none repeat scroll 0 0 #f9f9f9;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 15px;
	padding: 10px;
}
#pressRelease li p {
	margin: 0 !important;
	font-size: 85%;
}
#pressRelease li a {
	font-weight: bold;
	text-decoration: none;
}
#pressReleaseFilter.hideForPrint ul li.information {
	list-style: none outside none;
	margin-left: -35px;
	margin-top: 15px;
}
.press-small-text {
	font-size: 12px;
}
.date {
    background: #D1E399;
    border-radius: 0 3px 3px 0;
    color: #555555;
    float: left;
    margin: 0 15px 10px -20px;
    padding: 10px 20px;
    width: 90px;
}
.pagination.primary ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pagination.primary li {
    background: none repeat scroll 0 0 #F9A966;
	webkit-border-radius:3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.pagination.primary li:hover{background: none repeat scroll 0 0 #F58220;}
.pagination.primary a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 20px;
    padding: 5px 10px;
    text-decoration: none;
}
.pagination.primary .selected {
    background: none repeat scroll 0 0 #F58220 !important;
}
#pressReleaseFilter .button.mainButton {
    background: none repeat scroll 0 0 #00AEEF;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
}
#pressReleaseFilter .button.mainButton:hover {color:#AAE0F6;}
#pressReleaseFilter .text {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;padding: 5px;width: 200px;}
/* Epi Layout Selectors - Main */
#skip, #proposition, .breadcrumbStart, #breadcrumb h2, .producedBy, .pressIndex #fbcomment, #contentHook1, #searchSideBarContent, #myaddThis {display: none;}
/*.contentLayoutBox, #headerContent, #footerContent, #sidebarLeft, #topNavigation ul.level1 {width:970px;margin-left: auto;margin-right: auto;}*/
.contentLayoutBox {
	/*overflow: hidden;*/
	margin-top:210px;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	width:970px;
	background:#ffffff;
	border-radius:10px;webkit-border-radius:10px;
	position:relative;
}
.contentLayoutBox #pageTopContainer {
    position: absolute;
    top: -25px;
	left:0;
}
.contentLayoutBox #pageTopContainer #breadcrumb {
	width: 970px;
	font-size: 11px;
	color:#cccccc;
}
.contentLayoutBox #pageTopContainer #breadcrumb li a{color:#cccccc;text-decoration:none!important;}
.contentLayoutBox #pageTopContainer #breadcrumb ol {
	padding-left: 0;
	margin-bottom: 0;
}
.contentLayoutBox #pageTopContainer #breadcrumb ol li {
	display: inline-block;
	margin-right: 5px;
	padding-left: 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../framework_images/2013/breadcrumbs-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contentLayoutBox #pageTopContainer #breadcrumb ol li.first {
	background: none;
	padding: 0 5px 0 0;
}
.contentLayoutBox #pageTopContainer #breadcrumb ol li.level1 a {
	text-indent: -9999px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../framework_images/2013/breadcrumbs-homesprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contentLayoutBox #pageTopContainer #breadcrumb ol li.level1 a:hover {
	text-indent: -9999px;
	display: inline-block;
	width: 15px;
	background-image: url(../../framework_images/2013/breadcrumbs-homesprite.png);
	background-position: 0 -15px;
}
#wrapper {
	width: 100%;
}
#header {
	background: #091431;
	position: fixed;
	top:0;
	display: block;
	width: 100%;
	height: 108px;
	z-index:300;
}
/*.headerContent{width:970px;
	margin-left: auto;
	margin-right: auto;}*/
.header-logo{float: left;
    margin-right: 15px;position:relative;z-index:999;}
.header-headline{float:left;margin: 0 auto 0 10px;width:auto!important;}
.header-text{float:left;color:#ffffff;font-family:Roboto Condensed, Helvetica, Arial, Tahoma;font-size:13px;line-height:1.7;margin-left:18px;margin-top:0; font-size:13px;font-weight:normal;}
#brand{position:relative;z-index:350;}
#content {
	display: block;
	width: 650px;
	min-height: 800px;
	float: left;
	margin: 0 auto;
	padding: 5px 20px 15px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /**width:718px;lt IE8*/
}/* Box-sizing: border-box; lets you keep your preferred box size without adjusting for border and padding widths. */
#sidebarLeft {
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /**width:940px;lt IE8*/
	width:970px;
	margin-left: auto;
	margin-right: auto;
}
#sidebarRight {
	display: block;
	width: 320px;
	padding: 15px 15px 15px 5px;
	float: right;
	min-height: 800px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /**width:194px;lt IE8*/
	;
}
/* SEARCH */
.searchWrapper {
	position: relative;
	display: block;
}
#search {
    top: 50px!important;
    margin: 0 auto;
	padding:0!important;
    position: relative;
    width: 970px;height:0 !important;
	z-index:500;
}
#search #ctl00_searchControlHeader_ctlAutoComplete_txtSearch{width:155px;}
#ctl00_searchControl1_SearchFormPanel {
    background: none repeat scroll 0 0 #0b3a5d;
	border:3px solid #091431;
    bottom: 110px;
    position: absolute;
    right: 0;
}
#search #ctl00_searchControl1_searchText {
	border:none !important;
    height: 25px;
    width: 290px;
	display: block;
	line-height: 25px;
	padding: 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-style: italic;
	float:left;
	background:#0B3A5D;
}
#search #ctl00_searchControl1_searchButton {
    background: url("../../../RNA_ISCWest_v2/images/2013/searchMagnify.png") no-repeat scroll center center #0b3a5d;
    border: medium none !important;
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    text-indent: -9999em;
    width: 40px;
}
#searchSort dl {
    float: left;
    margin: 20px auto;
}
#searchSort dl dt {
    float: left;
    margin:0;
	font-weight:bold;
}
#searchSort dl dd {
    float: left;
    margin: 0 20px;
}
#searchResultsList.list{clear:both;}
ul#searchResultsList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul#searchResultsList li.resultItem {
    background: none repeat scroll 0 0 #F7F7F7;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
	margin-bottom: 15px;
}
ul#searchResultsList h3 {
    margin-bottom: 10px;
	font-size:20px;
}
ul#searchResultsList h3 a {
    color: #01AFEE;
}
ul#searchResultsList h3 a:hover{color:#091431;}
ul#searchResultsList .summary p {
    margin-bottom: 0;
}
#searchResultsList .summary b {
    background: none repeat scroll 0 0 #D1E399;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 5px;
}
ul#searchResultsList p.meta{
    display: none;
}
ul#searchResultsList a.logo {
    display: none;
}
.pagination ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pagination li {
    background: none repeat scroll 0 0 #d1e399;
	webkit-border-radius:3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.pagination li:hover{background: none repeat scroll 0 0 #99ca3c;}
.pagination a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 20px;
    padding: 5px 10px;
    text-decoration: none;
}
.pagination .selected {
    background: none repeat scroll 0 0 #99ca3c !important;
}
/* NAVIGATION */
#topNavigation {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	position: relative;
	bottom: 32px;
	font-family: Roboto Condensed, Helvetica, Arial, Tahoma;
	background-color: #091431;
	background-image: url(../../framework_images/2013/background-body.png);
	background-repeat: repeat-x;
	background-position: center center;
	-webkit-box-shadow:  1px 1px 20px #091431;        
        box-shadow:  1px 1px 20px #091431;
}
#topNavigation ul.level1, #topNavigation ul.level2, #topNavigation ul.level3 { list-style:none; }
#topNavigation ul.level1 li ul.level2, #topNavigation ul.level1 li ul.level2 li ul.level3 { margin:0; padding:0; }
#topNavigation ul.level1 { /*padding:10px 0 0 275px;*//*position:absolute;left:135px;top:15px;*/width:970px; margin:0 auto; position:relative;z-index:400;top:3px;left:135px;}
#topNavigation ul.level1 li { position: relative;	float: left;margin: 0 23px 0 0;background:url("../../framework_images/2013/navigation-arrow.png") no-repeat scroll right center transparent;}
#topNavigation ul.level1 li.leaf{background:none !important;}
#topNavigation ul.level1 li a, #topNavigation ul.level1 li a:visited, #topNavigation ul.level2 li a, #topNavigation ul.level2 li a:visited { display:block; text-decoration:none; }
#topNavigation ul.level1 li a, #topNavigation ul.level1 li a:visited { padding:0 12px; line-height:35px; /* same height as #topNav */ color:#ffffff;font-size:16px;text-transform:uppercase;-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
#topNavigation ul.level1 li.first a { } /* First nav item */
#topNavigation ul.level1 li.first a:hover { } /* First nav item hover. Note styles of ul.level2 */
#topNavigation ul.level1 li.last a { border-right:none; } /* Last nav item */
#topNavigation ul.level1 li:hover, #topNavigation ul.level1 li.selected { background:url("../../framework_images/2013/navigation-arrow.png") no-repeat scroll right center transparent;}
#topNavigation ul.level1 li:hover a, #topNavigation ul.level1 li.selected a { color: #AAE0FA;}
#topNavigation ul.level1 li.selected a { }
li#navTreeItem-Registration {
    margin-left: 10px!important;
}
li#navTreeItem-Registration a {
    background: #f58220;fa933b
    webkit-border-radius: 4px;border-radius: 4px;
    padding: 0 20px!important;
	font-weight:bold;	color:#ffffff!important;
}
li#navTreeItem-Registration a:hover {
    background: #f9a966;
}
#topNavigation ul.level1 li:hover ul.level2, #topNavigation ul.level1 li ul.level2 li:hover ul.level3 { display:block !important; }
/* LEVEL 2 SUBNAV */
#topNavigation ul.level1 li ul.level2, #topNavigation ul.level1 li ul.level2 li ul.level3 { position:absolute; display:none; } /*Hide until Hover*/
#topNavigation ul.level1 li ul.level2 { background:#719323;border-radius:3px; webkit-border-radius:3px;}
#topNavigation ul.level1 li ul.level2 li {background:url("../../framework_images/2013/navigation-arrow2.png") no-repeat scroll 190px center transparent;margin: 0 1px 0 0;} 
#topNavigation ul.level1 li ul.level2 li a { width:180px; padding:10px 15px; line-height:1.4; border-left:0; border-right:0; border-bottom:1px solid #81a239; font-size:13px; color:#fff; font-weight:normal; text-shadow:none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
#topNavigation ul.level1 li ul.level2 li.first a { } /* First nav item */
#topNavigation ul.level1 li ul.level2 li.last a {border:none !important;} /* Last nav item */
#topNavigation ul.level1 li ul.level2 li:hover, #topNavigation ul.level1 li ul.level2 li.selected { background:url("../../framework_images/2013/navigation-arrow3.png") no-repeat scroll 190px center transparent;}
#topNavigation ul.level1 li ul.level2 li:hover a, #topNavigation ul.level1 li ul.level2 li.selected a {color: #091431;}
#topNavigation ul.level1 li ul.level2 li.selected a {}
/* LEVEL 3 SUBNAV */
#topNavigation ul.level1 li ul.level2 li ul.level3 { left:210px; top:0;}
#topNavigation ul.level1 li ul.level2 li ul.level3 li a { font-size:13px; background:#8aac3f;padding:10px 15px; line-height:1.4; border-left:0; border-right:0; border-bottom:1px solid #81a239;color:#fff; font-weight:normal; text-shadow:none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
#topNavigation ul.level1 li ul.level2 li ul.level3 li a:after { content:normal; }
#topNavigation ul.level1 li ul.level2 li ul.level3 li:hover a, #topNavigation ul.level1 li ul.level2 li ul.level3 li.selected a {/*background-image: url(../../framework_images/2013/navigation-hover2.png);	background-repeat: no-repeat;background-position: left center;*/color: #091431; }
#topNavigation ul.level1 li ul.level2 li ul.level3 li.first a {webkit-border-radius: 0 3px 0 0;border-radius: 0 3px 0 0; } /* First nav item */
#topNavigation ul.level1 li ul.level2 li ul.level3 li.last.leaf.first a {border-radius: 0 3px 3px 0;webkit-border-radius: 0 3px 3px 0}
#topNavigation ul.level1 li ul.level2 li ul.level3 li.last a {webkit-border-radius: 0 0 3px 3px;border-radius:0 0 3px 3px; border-bottom:none; } /* Last nav item */
#topNavigation ul.level1 li ul.level2 li.selected ul.level3 li a { cursor:pointer; }
/*FORMS*/
/*Forms*/
#id_matrix label {
	border-radius: 3px 3px 3px 3px;
	margin:0 auto;
	padding: 5px;
	font-family: 'Roboto Condensed',Helvetica,Arial,Tahoma,sans-serif;
}
#id_matrix tbody tr td input {
	color: #666666;
	float: right;
	font-size: 14px;
	height: 22px;
	padding: 5px;
	width: 400px;
}
table#id_matrix tbody tr td input.submit {
    border: medium none;
    height: auto;
	 webkit-border-radius: 3px 3px 3px 3px;
 border-radius: 3px 3px 3px 3px;
 padding: 8px 12px;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
    background-color: #8aac3f;
    color: #FFFFFF;
    font-family: Roboto Condensed,Helvetica,Arial,Tahoma;
    font-size: 15px;
    text-transform: uppercase;
	cursor:pointer;
	float:right;
	width:110px;
}
table#id_matrix tbody tr td input.submit:hover{background-color:#0695cb;color: #d1e399!important;}
.xformvalidator {
	webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	font-size: 11px;
	height: 22px;
	margin-top: 2px;
	padding: 4px;
	width: 98px;
}#id_matrix select {
    float: right;
    width: 412px;
}#id_matrix textarea {
    float: right;
    width: 300px;
}#id_matrix tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F7F7F7;
    border-radius: 3px 3px 3px 3px;
}
/*in footer iframe*/
.footerform .inputForm {
    left: 0;
    position: fixed;
    top: 0;
}
.footerform table#id_matrix label{color:#ffffff;font-family: Roboto Condensed,Helvetica,Arial,Tahoma; float:left;padding:0;}
.footerform table#id_matrix tbody tr td{padding:0 0 5px 0; line-height:1;}
.footerform #id_matrix tr:nth-child(2n){background:none;}
.footerform #id_matrix tbody tr td input{float:none; width:260px;margin-top: 5px;height:18px;}
.footerform table{width:100%}
.footerform table#id_matrix tbody tr td input.submit {
    background: none repeat scroll 0 0 #00AEEF;
    color: #FFFFFF;
    margin-right: 5px;
    padding: 4px;
}
.footerform .text {
    border: 3px solid #00AEEF;
    border-radius: 8px 8px 8px 8px;
    line-height: 20px;
    padding: 4px;
    width: 230px;
}
.footerform p {
    color: #FFFFFF;
    font-family: roboto condensed;
    font-size: 13px;
    left: 0;
    position: fixed;
    top: 0;
}
.footerform .xformvalidator {
    color: #D1E399 !important;
    float: right;
    font-size: 11px;
    height: 0;
	width:auto;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: -42px;
}
/* FOOTER */
#footer {
	background: #091431;
	display: block;
	width: 100%;
}
#footer2{background:#00aeef;
display:block;
width:100%;
height:135px;
margin:0;}
#footerContent{font-family: 'Roboto Condensed', Helvetica, Arial, Tahoma, sans-serif;padding-top:10px;width:970px;
	margin-left: auto;
	margin-right: auto;}
#footerContent h1 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
#footercontent .third{margin:0 3% 0 0;}
#footerContent p, #footerContent a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
	line-height: 1.25;
}
#footerContent a:hover{text-decoration:underline;}
ul#footer-links {
    float: right;
    margin: 0;
    padding: 0;
}#footer-links li {
    float: left;
    list-style: none outside none;
    margin-right: 10px;
}
/*HOME PAGE STYLES*/
.homePage .contentLayoutBox {
	background: none!important;margin-top:180px;margin-bottom:0;
}
.homePage #content {
	width: 970px;background: none!important;
	padding: 20px 0;
}
.homePage hr {
	margin-left: 20px;
	margin-right: 20px;
}
.homePage #pageTopContainer, .homePage #sidebarRight, .homePage #pageName {
	display: none;
}
.homePage #ad-slot {
	margin-bottom: 0;
}
#homeBox {
	background: none repeat scroll 0 0 #fff;
	float: left;
	position:relative; webkit-border-radius:10px;border-radius:10px;
}
#homeBox.double {
	width: 602px !important;
}
#homeBox.homeAd {
	padding: 40px 5px !important;
	width:305px;
	height:260px;
}
#homeBox h1, .homeboxh1 {
    font-size: 24px;
    margin-bottom: 15px;
	line-height:1;
	font-family: 'Roboto Condensed', Helvetica, Arial, Tahoma, sans-serif;
color:#091431;
}
#homeBox h2, .homeboxh2 { font-size: 20px; margin-bottom: 10px;line-height:28px;}
#homeBox p {
    font-size: 14px;
}
#homeButton{position:absolute;right:20px;bottom:20px;}
ul.exhibitor-showcase {
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
}
.exhibitor-showcase li {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 80px;
    margin: 0 10px 10px 0 !important;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 160px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.exhibitor-showcase li:hover{opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;}
ul.home-exhibitor-showcase {
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
}
ul.home-exhibitor-showcase li {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 50px;
    margin: 0 10px 10px 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.home-exhibitor-showcase li:hover{opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;}
ul.home-exhibitor-showcase img{width:73px;height:auto;}
ul.homeboxspace {padding: 0 !important;}
ul.homeboxspace li {margin-bottom: 7px !important;}
#job-seekers {
    background:#D1E399;
    border-radius: 5px 5px 5px 5px;
    height: 65px;
    margin: 20px auto;
    width: 970px;
}
#job-seekers .button { font-size: 13px; margin: 18px 10px 0 0; padding: 5px;}
#job-seekers .nomargin { margin: 18px 0 0 !important;}
#jobform {float: left;margin: 0 20px 0 0; width: auto;}
/*ADVERTISEMENTS*/

#rightColumnContainer1 {
    display: none;
}
#ad-slot {
	width: 300px;
	height: 250px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	position: relative;
	background-color: #f1f1f1;
	z-index:0;
}
#ad-slot span {
	font-size: 10px;
	padding: 1px;
	background-color: #ffffff;
	z-index: 5;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
}
#ad-slot:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}
/*RSS*/
#rss-feed-container {
    width: 330px;
}
.rssBody ul {
    list-style: none outside none;
    margin-left: -10px;
}
ul li.rssRow {
    padding: 8px 0 8px 10px;
}

.rssRow.odd {
    background: none repeat scroll 0 0 #122147;
    border-radius: 10px 10px 10px 10px;
}
.rssRow.even {
    background: none repeat scroll 0 0 transparent;
}
#AGArss ul {
    list-style: none outside none !important;
    margin-left: 0 !important;
    padding: 0 !important;
}
#AGArss ul li {
    color: #ffffff !important;
    font-size: 11px;
    line-height: 18px !important;
    list-style: none outside none !important;
    padding: 3px 10px !important;
}
#AGArss ul li a {
    color: #aae0fa !important;
	text-decoration:none;
}
#AGArss li.odd {
    background-color: #0D1B3D;
}
#AGArss li.even {
    background-color: #091431;
}
#AGArss span {
    font-size: 12px !important;
    font-weight: bold;
}
/* Code styles */

/* Corrects font family set oddly in IE6, S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 11px;
	letter-spacing: 0.1em;
	overflow: auto;
	padding: 20px;
	white-space: pre;
}
code {
	background: #f7f7f7;
	border-radius: 2px;
	display: block;
	font-size: 11px;
	padding: 3px 3px 3px 10px;
}
/*COOKIE COMPLIANCE*/
#cookieComplianceMessage {
	-moz-opacity: .95;
	background-color: #091431;
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=95);
	left: 0;
	margin: 0 auto;
	opacity: .95;
	padding: 5px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	height: 50px;
}
#cookieComplianceMessage a strong, #cookieComplianceMessage a, #cookieComplianceMessage a:hover #cookieComplianceMessage a:visited {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
#cookieComplianceMessage label {
	color: #FFF;
	font-size: 10px;
	margin-right: 20px;
}
#cookieComplianceMessage p {
	color: #FFF;
	font-size: 10px;
	margin: 5px auto;
	text-align: left;
	max-width: 970px;
	width:95%;
	line-height: 11px;
}
#cookieComplianceMessageAction {
	font-size: 10px;
	margin: 5px auto 0;
	max-width: 970px;
	width:95%;
}
#cookieComplianceMessageAction #btnClose {
	background: url(../../../../Css/Common/images/buttons/close.png) no-repeat scroll 2px 2px transparent;
	border: 0 none;
	color: #FFF;
	float: left;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 5px 7px;
	text-indent: 16px;
	width: auto;
}
#cookieComplianceMessageAction #cbDontShowMessageAgain {
	margin-left: 0;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
#cookieComplianceMessageAction div {
	float: left;
}
#functionalNavigation ul li.first {
	display: none;
}/* This will hide the privacy link in the top links */

/*ELEMENTS*/
/*flexslider*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider ul {
	padding: 0;
	margin: 0;
}
.flexslider ul li {
	padding: 0;
	margin: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {
	width: 100%;
	display: block;
	height:auto;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 auto 50px;
	max-width: 960px;
	width:100%;
	height:278px;
	background: url("../../../RNA_BookExpo_V2/framework_images/2013/loading.gif") no-repeat scroll 50% 50% #fff;
	border: 4px solid #091431;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	display: block;
	background: url(../../framework_images/2013/slider-arrows.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -40px;
}
.flex-direction-nav .flex-prev {
	left: -40px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	text-align: center;
	padding: 0 !important;
	margin:0!important;
	height:0;
}
.flex-control-nav li {
	margin: 10px 10px 10px 0;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	background: #ffffff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,1);
}
.flex-control-paging li a:hover {
	background: #00AEEF;
}
.flex-control-paging li a.flex-active {
	background: #F7923D;box-shadow:none;
	cursor: default;
	border:1px solid #F7923D;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}
/*tabify*/
div.content {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    clear: left;
    padding: 10px;
}
div.content.inactive {
    display: none;
}
ol#toc {
    list-style: none outside none;
    padding: 0;
}
ol#toc a {
    background-color: #eee;
    border-radius: 3px;
    color: #666666;
    display: block;
    font-size: 11px;
    padding: 3px 5px;
    text-decoration: none;
}
ol#toc a:hover {
    background-color: #99CA3C;
    background-position: 0 -120px;
}
ol#toc a:hover span {
    background-position: 100% -120px;
}
ol#toc li {
    float: left;
    list-style: none outside none !important;
    margin: 0 5px 5px 0;
    padding: 0;
}
ol#toc li a.active {
    background-color: #00AEEF;
    background-position: 0 -60px;
    color: #ffffff;
    font-weight: normal;
}
ol#toc li a.active span {
    background-position: 100% -60px;
}
ol#toc span {
    display: block;
    line-height: 20px;
    padding: 0 5px;
}
/*pretty photo*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/*back to top*/
#back-top {
	position: fixed;
	bottom:10px;
	right:15px;
}
#back-top a {
	width: 54px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #cccccc;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #cccccc;
}
/* arrow icon (span tag) */
#back-top .arrow {
	width: 54px;
	height: 54px;
	display: block;
	margin-bottom: 7px;
	background: #053458 url(../../framework_images/2012/up-to-top-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}
#back-top a:hover span {
	background-color: #777;
}
p#top {
    margin-bottom: 0;
}
/*colorbox*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../../framework_images/2013/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../../framework_images/2013/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../../framework_images/2013/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../../framework_images/2013/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../../framework_images/2013/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../../framework_images/2013/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../../framework_images/2013/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../../framework_images/2013/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../../framework_images/2013/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../../framework_images/2013/colorbox/overlay.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../../framework_images/2013/colorbox/loading2.gif) no-repeat center center!important;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../../framework_images/2013/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../framework_images/2013/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../../framework_images/2013/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*survey*/
/*#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:hidden;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
#cboxOverlay {
	background:url('../../../../scripts/libraries/colorBox/images/overlay_solid.png') repeat 0 0;
}
#cboxTopLeft {
	width:21px;
	height:21px;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') -100px 0 no-repeat;
}
#cboxTopRight {
	width:21px;
	height:21px;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') -129px 0 no-repeat;
}
#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') -100px -29px no-repeat;
}
#cboxBottomRight {
	width:21px;
	height:21px;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') -129px -29px no-repeat;
}
#cboxMiddleLeft {
	width:21px;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') left top repeat-y;
}
#cboxMiddleRight {
	width:21px;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') right top repeat-y;
}
#cboxTopCenter {
	height:21px;
	background:url('../../../../scripts/libraries/colorBox/images/border.png') 0 0 repeat-x;
}
#cboxBottomCenter {
	height:21px;
	background:url('../../../../scripts/libraries/colorBox/images/border.png') 0 -29px repeat-x;
}
#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	margin-top:28px;
}
#cboxTitle {
	position:absolute;
	top:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#cboxCurrent {
	position:absolute;
	top:4px;
	left:58px;
	color:#949494;
}
#cboxSlideshow {
	position:absolute;
	top:4px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	top:0;
	left:0;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') -75px 0 no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background-position:-75px -25px;
}
#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') -50px 0 no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background-position:-50px -25px;
}
#cboxLoadingOverlay {
	background:url('../../../../scripts/libraries/colorBox/images/loading_background.png') center center no-repeat;
}
#cboxLoadingGraphic {
	background:url('../../../../scripts/libraries/colorBox/images/loading.gif') center center no-repeat;
}
#cboxClose {
	position:absolute;
	top:0;
	right:0;
	background:url('../../../../scripts/libraries/colorBox/images/controls.png') -25px 0 no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:-25px -25px;
}
.cboxIE #cboxTopLeft {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/scripts/libraries/colorbox/images/internet_explorer/borderTopLeft.png, sizingMethod='scale')
}
.cboxIE #cboxTopCenter {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/scripts/libraries/colorbox/images/internet_explorer/borderTopCenter.png, sizingMethod='scale')
}
.cboxIE #cboxTopRight {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/scripts/libraries/colorbox/images/internet_explorer/borderTopRight.png, sizingMethod='scale')
}
.cboxIE #cboxBottomLeft {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/scripts/libraries/colorbox/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale')
}
.cboxIE #cboxBottomCenter {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/scripts/libraries/colorbox/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale')
}
.cboxIE #cboxBottomRight {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/scripts/libraries/colorbox/images/internet_explorer/borderBottomRight.png, sizingMethod='scale')
}
.cboxIE #cboxMiddleLeft {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/scripts/libraries/colorbox/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale')
}
.cboxIE #cboxMiddleRight {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/scripts/libraries/colorbox/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale')
}*/
#surveyContent, #voviciOverlaysContainer {
	display:none;
}
#voviciButton {
    background: url("../../framework_images/2013/feedback-sprite.jpg") no-repeat scroll -30px 0 transparent;
    border-width: 1px 1px 0;
    cursor: pointer;
    display: block;
    height: 160px;
    padding: 0;
    position: fixed;
    right: 0 !important;
    top: 50%;
    white-space: nowrap;
    width: 30px;
    z-index: 9998;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
#voviciButton:hover {
    background: url("../../framework_images/2013/feedback-sprite.jpg") no-repeat scroll 0 0 transparent;
}
#voviciButton a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-indent: 9999px;
}
#voviciInvitation .voviciStart {
	background:none repeat scroll 0 0 #09C;
	border-color:#45B5DA #006485 #006485 #45B5DA;
	border-style:solid;
	border-width:2px;
	color:#FFF;
	display:block;
	font-weight:bold;
	margin:5px auto;
	padding:10px;
	text-align:center;
	width:260px;
	cursor:pointer;
}
#voviciInvitation .voviciCancel {
	background:none repeat scroll 0 0 transparent;
	color:#AAA;
	display:block;
	font-weight:bold;
	margin:15px auto;
	text-align:center;
	text-decoration:underline;
	width:140px;
	cursor:pointer;
}
/*Nav Toggle*/
.navToggle{display:none;}

/* ====Mobile Styles ========== */
@media screen and (max-width: 767px) {
.hide4Mobile{display:none;}
.hide-for-desktop, .hide4desktop{display:inline!important;}
#jcornerSmall, ul.toptab, #peelback,.header-text, #breadcrumb, #back-top{display: none!important;}
#header{position:static;height:auto; background:url("../../framework_images/2013/mobile-header-background.jpg");}
#headerContent{height:auto; width:90%;background-image:none;}
.header-logo {margin: 10px auto;max-width: 132px;width: 30%; height:auto;}
.header-headline{display:none;/*height:auto;max-width:145px;width:100%; margin:10px;*/}
.mobileHeader { float: left; margin-left: 20px; width: 60%;}
.mobileTitle {color: #8AAC3F; margin-bottom: 10px;line-height: 30px;}
.mobileDates{color:#ffffff;font-size: 12px;line-height: 17px;}
ul#header-social {width:100%; clear: both; float: none;margin: 10px 0 45px!important;}
#header-social li { padding: 0; width: 20%;}
/*.header-text {clear: both; float: none;}*/
.navToggle {
	background: url("../../framework_images/2013/navigation-toggle.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 36px;
	margin: 5px;
	position: absolute;
	right: 5px;
	width: 40px
}
#topNavigation{display:none;position:static;height:auto;padding: 10px 0;clear:both;}
#topNavigation ul.level1{left:0;top:0;width:90%; z-index:90;}
#topNavigation ul.level1 li{float:none;border-bottom: 1px solid #072748;}
#topNavigation ul.level1 li ul.level2{z-index:100;width:100%;}
#topNavigation ul.level1 li ul.level2 li{border:none;}
#topNavigation ul.level1 li ul.level2 li a{width:100%;-moz-box-sizing:border-box;box-sizing: border-box;border-bottom: 1px solid #6E8C29;}
#topNavigation ul.level1 li ul.level2 li ul.level3{position:relative;width:100%;left:0;}
li#navTreeItem-Registration{margin-left:0;}
li#navTreeItem-Registration a{padding: 0 12px !important;}
#search{position:static;top:0;margin: 20px auto;width:100%;}
#ctl00_searchControl1_SearchFormPanel{border:none; position:static;width:90%;margin:0 auto;}
#search #ctl00_searchControl1_searchText{width:75%; color:#ffffff; background:#2E6084;border-radius:3px;webkit-border-radius:3px;}
#search #ctl00_searchControl1_searchButton{float:right; background:url("../../../RNA_ISCWest_v2/images/2013/searchMagnify.png") no-repeat scroll center center #fff;border-radius:3px;webkit-border-radius:3px;width:15%;}
.homePage .contentLayoutBox, .contentLayoutBox{max-width:970px;width:90%;}
.homePage .contentLayoutBox { margin: 10px 0; padding: 0 3%; width: 94%;}
.contentLayoutBox{margin:50px auto 25px;}
.homePage #content, #content{max-width:970px;width:100%;min-height:0%;}
#homeBox{width:100%;height:auto;-moz-box-sizing: border-box;box-sizing: border-box;}
#homeBox.homeAd{width:100%;height:auto;-moz-box-sizing: border-box;box-sizing: border-box; padding:0!important;background:none;}
.homeAd.nomargin{margin-bottom:10px!important;}
.homePage #ad-slot{margin:0 auto;}
#ad-slot{margin:0 auto 10px auto; width:90%;max-width: 300px;height:auto;}
#ad-slot img { height: auto;max-width: 300px; width: 100%;}
#sidebarRight{width:100%;border-top:2px dotted #ccc;}
#footerContent{width:90%;}
#footerContent .third { border-bottom: 3px dotted #131F48;float: none; padding: 2% 0; width: 100%;}
ul#footer-links{float:none;clear:both;}
#footerContent p, #footerContent a{text-align:left;}
#footer2{height:auto;}
#rss-feed-container{width:100%;}
.rssBody {text-align: center;}
.rssBody ul{margin-left:0;}
.flexslider{height:auto!important;}
#surveyContainer {  display: none;}
#featuredExhibitors{height:auto;}
ul.home-exhibitor-showcase{width: auto !important;}
ul.home-exhibitor-showcase li.nomargin{margin: 0 20px 20px 0 !important;}
ul.home-exhibitor-showcase li.clear{clear:none!important;}
#searchOps{}
/*
#wrapper{margin-bottom:0;}
.pressIndex #content{padding-bottom:30px}
.pressRelease p.date{clear:both; width:90%; top:15px; left:5%; height:20px;}
.pressRelease h1{margin-top:40px;}*/

/*MYS*/
#mysIDS { max-width: 600px!important;width: 100%!important;min-width:0!important;}
#mysIDS .mys-search-container, #mysIDS .mys-content-container{float:none!important;}
#mysIDS #mys-nav-main li {border: 1px solid #CCCCCC!important; width: 38% !important;}
#mysIDS #mys-search{float:none!important;}
#mysIDS .mys-search-field{width:100%!important;}
#mysIDS .mys-toggleShow{width:100%!important;}
}
/*end mobile*/
/*END OLD MAIN2*/

/*START NOVA FIXES*/
#ctl00_searchControlHeader_SearchFormPanel {
    background: none repeat scroll 0 0 #0b3a5d;
	border:3px solid $blueDark;
    bottom: 110px;
    position: absolute;
    right: 0;
}
#search #ctl00_searchControlHeader_ctlAutoComplete_txtSearch {
	border:none !important;
    height: 25px;
    width: 165px;
	display: block;
	line-height: 25px;
	padding: 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-style: italic;
	float:left;
	background:#0B3A5D;
}
#search #ctl00_searchControlHeader_searchButton {
    background: url("../../../RNA_ISCWest_v2/images/2013/searchMagnify.png") no-repeat scroll center center #0b3a5d;
    border: medium none !important;
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    text-indent: -9999em;
    width: 40px;
}
.resultItemSeperator {
	display: none;
}
.ui-autocomplete {
	display: none !important;
}
.ui-autocomplete {
	z-index: 9999 !important;
	width: 188px;
}
/*END NOVA FIXES*/

/*START G2E2014 STYLES*/
/*Color*/
/*Layout*/
/*Typography*/
/*Color*/
/*Layout*/
/*Typography*/
/*Lists*/
/* line 3, ../_sass/partials/_lists.scss */
ul#mysOptions {
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 4, ../_sass/partials/_lists.scss */
ul#mysOptions a {
  display: inline-block;
  vertical-align: top;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  height: 60px;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 85px;
  text-decoration: none;
}
/* line 5, ../_sass/partials/_lists.scss */
ul#mysOptions a:hover {
  border-color: #ddd;
}
/* line 6, ../_sass/partials/_lists.scss */
ul#mysOptions a li {
  margin: 0;
  float: left;
  width: 85px;
  /*&.search{background:image-url('http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/css/mys/search.png') no-repeat center 5px;}
  &.press{background:image-url('http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/css/mys/press.png') no-repeat center 5px;}
  &.showplanner{background:image-url('http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/css/mys/showplanner.png') no-repeat center 5px;}
  &.featured{background:image-url('http://www.globalgamingexpo.com/RNA/RNA_G2E_v2/2014/css/mys/featured.png') no-repeat center 5px;}*/
}
/* line 7, ../_sass/partials/_lists.scss */
ul#mysOptions a li.exhibitors {
  background: url('../img/framework/mys/exhibitors.png') no-repeat center 5px;
}
/* line 8, ../_sass/partials/_lists.scss */
ul#mysOptions a li.floorplan {
  background: url('../img/framework/mys/floorplan.png') no-repeat center 5px;
}
/* line 9, ../_sass/partials/_lists.scss */
ul#mysOptions a li.showspecials {
  background: url('../img/framework/mys/showspecials.png') no-repeat center 5px;
}
/* line 14, ../_sass/partials/_lists.scss */
ul#mysOptions a li p {
  margin: 65px 0 0 !important;
  font-size: 12px !important;
}
/* line 18, ../_sass/partials/_lists.scss */
ul.contactList {
  padding: 0;
  list-style: none;
}
/* line 19, ../_sass/partials/_lists.scss */
ul.contactList li {
  float: left;
  margin: 0 20px 20px 0;
  width: 47%;
}
/* line 20, ../_sass/partials/_lists.scss */
ul.contactList li img {
  border: 1px solid #eeeeee;
  float: left;
  height: auto;
  margin-right: 10px;
  padding: 3px;
  width: 100px;
}
/* line 23, ../_sass/partials/_lists.scss */
ul.featuredExhibitorsList, ul.iGamingSponsorsList {
  border-bottom: 5px solid #0d1b3d;
  padding: 0;
  list-style: none;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}
/* line 24, ../_sass/partials/_lists.scss */
ul.featuredExhibitorsList li, ul.iGamingSponsorsList li {
  display: inline-block;
  margin: 0 5px 20px 5px;
}
/* line 25, ../_sass/partials/_lists.scss */
ul.featuredExhibitorsList li img, ul.iGamingSponsorsList li img {
  border: 1px solid #555;
  padding: 3px;
  @inclue border-radius(8px);
}
/* line 28, ../_sass/partials/_lists.scss */
ul.iconList {
  padding: 0;
  list-style: none;
  width: 65%;
}
/* line 29, ../_sass/partials/_lists.scss */
ul.iconList li {
  margin-bottom: 20px;
  line-height: 1.5 !important;
}
/* line 30, ../_sass/partials/_lists.scss */
ul.iconList li img {
  border: 1px solid #eeeeee;
  float: left;
  height: auto;
  width: 100%;
  max-width: 60px;
  margin-right: 15px;
  padding: 5px;
}
/* line 34, ../_sass/partials/_lists.scss */
ul.footerLogos {
  text-align: center;
}
/* line 35, ../_sass/partials/_lists.scss */
ul.footerLogos li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
}
/* line 36, ../_sass/partials/_lists.scss */
ul.footerLogos li img {
  margin-top: 10px;
}

/* line 41, ../_sass/partials/_lists.scss */
.contentLayoutBox ul li, .contentLayoutBox ol li {
  line-height: 1.3;
}

/* line 45, ../_sass/partials/_lists.scss */
#sevenbuttons a.button {
  font-size: 12px;
}
/* line 46, ../_sass/partials/_lists.scss */
#sevenbuttons a.button.active {
  background-color: #99ca3c;
}

/* line 50, ../_sass/partials/_lists.scss */
div#siteTree ul.level1 li a {
  font-weight: bold;
  color: #00aeef;
}
/* line 51, ../_sass/partials/_lists.scss */
div#siteTree ul.level2 li a {
  font-weight: normal;
  color: #8aac3e;
}
/* line 52, ../_sass/partials/_lists.scss */
div#siteTree ul.level3 li a {
  font-weight: normal;
  color: #f68121;
}

/*Typography*/
/* line 1, ../_sass/partials/_typography.scss */
body {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  color: #666666;
}

/* line 2, ../_sass/partials/_typography.scss */
small, .small {
  font-size: 12px;
}

/* line 3, ../_sass/partials/_typography.scss */
.alert {
  color: red;
}

/* line 4, ../_sass/partials/_typography.scss */
.exhibitorAlerts {
  background-color: #d1e399;
  padding: 10px;
}
/* line 5, ../_sass/partials/_typography.scss */
.exhibitorAlerts h2 {
  color: #000;
}

/* line 7, ../_sass/partials/_typography.scss */
blockquote {
  padding: 10px;
}
/* line 8, ../_sass/partials/_typography.scss */
blockquote p {
  margin: 0;
}

/*Custom Selectors*/
/* line 12, ../_sass/partials/_typography.scss */
new, soon {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-style: italic;
  padding: 2px;
}

/* line 13, ../_sass/partials/_typography.scss */
soon {
  background-color: #eee;
  color: #666666;
}

/* line 14, ../_sass/partials/_typography.scss */
new {
  background-color: #99ca3c;
  color: #fff;
  font-weight: bold;
}

/* line 15, ../_sass/partials/_typography.scss */
*::-moz-selection {
  background-color: #0c297b;
  color: #ffffff;
}

/*Tables*/
/* line 1, ../_sass/partials/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
/* line 2, ../_sass/partials/_tables.scss */
table th, table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
/* line 3, ../_sass/partials/_tables.scss */
table th {
  font-weight: bold;
  background: #f1f1f1;
}
/* line 4, ../_sass/partials/_tables.scss */
table thead th {
  vertical-align: bottom;
  background-color: #cccccc;
}
/* line 5, ../_sass/partials/_tables.scss */
table tbody + tbody {
  border-top: 2px solid #cccccc;
}
/* line 7, ../_sass/partials/_tables.scss */
table tbody tr.success td {
  background-color: #dff0d8;
}
/* line 8, ../_sass/partials/_tables.scss */
table tbody tr.error td {
  background-color: #f2dede;
}
/* line 9, ../_sass/partials/_tables.scss */
table tbody tr.warning td {
  background-color: #fcf8e3;
}
/* line 10, ../_sass/partials/_tables.scss */
table tbody tr.info td {
  background-color: #d9edf7;
}
/* line 12, ../_sass/partials/_tables.scss */
table.noborder td {
  border: none !important;
}
/* line 13, ../_sass/partials/_tables.scss */
table.bordered {
  border: 1px solid #cccccc;
  *border-collapse: collapse;
  border-left: 0;
}
/* line 14, ../_sass/partials/_tables.scss */
table.bordered th, table.bordered td {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
}
/* line 16, ../_sass/partials/_tables.scss */
table.centered td {
  text-align: center;
}
/* line 17, ../_sass/partials/_tables.scss */
table.condensed th, table.condensed td {
  padding: 4px 5px;
}
/* line 18, ../_sass/partials/_tables.scss */
table.striped tbody tr:nth-child(odd) td, table.striped tbody tr:nth-child(odd) th {
  background-color: #eeeeee;
}
/* line 19, ../_sass/partials/_tables.scss */
table.checkered tbody tr:nth-child(even) td:nth-child(odd) {
  background-color: #eeeeee;
}
/* line 20, ../_sass/partials/_tables.scss */
table.checkered tbody tr:nth-child(odd) td:nth-child(even) {
  background-color: #eeeeee;
}
/* line 21, ../_sass/partials/_tables.scss */
table.hover tbody tr:hover td, table.hover tbody tr:hover th, table.hovertd tbody td:hover, table.hovertd tbody td:hover th {
  background-color: #f5f5f5;
}
/* line 22, ../_sass/partials/_tables.scss */
table.hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
/* line 23, ../_sass/partials/_tables.scss */
table.hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
/* line 24, ../_sass/partials/_tables.scss */
table.hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
/* line 25, ../_sass/partials/_tables.scss */
table.hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/* line 26, ../_sass/partials/_tables.scss */
table.halfed td {
  width: 50%;
}
/* line 27, ../_sass/partials/_tables.scss */
table.thirds td {
  width: 33%;
}

/*Forms*/
/*Temporary*/
/* line 2, ../_sass/partials/_forms.scss */
#id_matrix label {
  width: 100%;
  float: left;
}

/* line 3, ../_sass/partials/_forms.scss */
#id_matrix tbody tr td input {
  float: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* line 4, ../_sass/partials/_forms.scss */
table#id_matrix tbody tr td input.submit {
  float: none !important;
}

/* line 5, ../_sass/partials/_forms.scss */
#id_matrix textarea {
  float: none;
}

/* line 6, ../_sass/partials/_forms.scss */
fieldset input {
  float: left !important;
  width: 10% !important;
}

/* line 9, ../_sass/partials/_forms.scss */
fieldset label {
  float: left !important;
  width: 80% !important;
}

/* line 12, ../_sass/partials/_forms.scss */
#id_matrix tr:nth-child(2n) {
  background: none !important;
}

/* line 17, ../_sass/partials/_forms.scss */
body.landingPage #id_matrix {
  width: 250px;
  background-color: #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 18, ../_sass/partials/_forms.scss */
body.landingPage #id_matrix td {
  position: relative;
}
/* line 19, ../_sass/partials/_forms.scss */
body.landingPage #id_matrix tbody tr td input {
  width: 250px;
}
/* line 20, ../_sass/partials/_forms.scss */
body.landingPage #id_matrix tbody tr td input.submit {
  float: none;
  width: 100%;
}
/* line 22, ../_sass/partials/_forms.scss */
body.landingPage #id_matrix .xformvalidator {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f68121;
  color: white !important;
  float: none;
  height: 10px;
  line-height: 10px;
  top: 15px;
  right: 8px;
  margin: 0;
  position: absolute;
}
/* line 24, ../_sass/partials/_forms.scss */
body.landingPage .sideForm {
  float: right;
  margin: 0 0 20px 20px;
}
/* line 25, ../_sass/partials/_forms.scss */
body.landingPage .sideForm.thankYou {
  width: 250px;
  background-color: #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 26, ../_sass/partials/_forms.scss */
body.landingPage .sideForm.thankYou p {
  text-align: center;
}

/*Elements*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../_sass/partials/_bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../_sass/partials/_bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 49, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 57, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../../RNA_G2E_V2/2014/img/framework/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 70, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 80, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 86, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 99, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 105, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../../../RNA_G2E_V2/2014/img/framework/controls.png) no-repeat 0 -32px;
}

/* line 110, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../../RNA_G2E_V2/2014/img/framework/controls.png) no-repeat -43px -32px;
}

/* line 115, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 119, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 123, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 200;
}

/* line 134, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 140, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 144, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../../RNA_G2E_V2/2014/img/framework/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 155, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 159, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../../RNA_G2E_V2/2014/img/framework/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 170, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 176, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 181, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 188, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 197, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 205, ../_sass/partials/_bxslider.scss */
.homePage .contentLayoutBox {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

/* line 211, ../_sass/partials/_bxslider.scss */
#sidebarLeft {
  -moz-box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}

/* line 218, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  transition: none;
}

/* line 221, ../_sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;
}

/*Home Page*/
/* line 22, ../_sass/partials/_globalstyles.scss */
body.homePage .contentLayoutBox #content {
  float: none;
}
/* line 23, ../_sass/partials/_globalstyles.scss */
body.homePage .contentLayoutBox #content .homeBox {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
/* line 24, ../_sass/partials/_globalstyles.scss */
body.homePage .contentLayoutBox #content .homeBox.advertisement {
  padding: 25px 2px;
}
/* line 25, ../_sass/partials/_globalstyles.scss */
body.homePage .contentLayoutBox #content .homeBox h1 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1;
}
/* line 26, ../_sass/partials/_globalstyles.scss */
body.homePage .contentLayoutBox #content .homeBox h1.shorth1 {
  margin-bottom: 8px;
}
/* line 28, ../_sass/partials/_globalstyles.scss */
body.homePage .contentLayoutBox #content .homeBox p {
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 10px;
}

/*Site Map*/
/* line 35, ../_sass/partials/_globalstyles.scss */
body.siteMap #content {
  float: none;
}

/*Landing Pages*/
/* line 39, ../_sass/partials/_globalstyles.scss */
body.landingPage #content {
  width: 100%;
  min-height: 0;
}
/* line 40, ../_sass/partials/_globalstyles.scss */
body.landingPage h1 {
  text-align: center;
}
/* line 41, ../_sass/partials/_globalstyles.scss */
body.landingPage #sidebarRight, body.landingPage #pageTopContainer {
  display: none;
}
/* line 42, ../_sass/partials/_globalstyles.scss */
body.landingPage #footer {
  padding-top: 15px;
}

/*Footer*/
/* line 47, ../_sass/partials/_globalstyles.scss */
#footer h1 {
  color: #fff;
  font-size: 20px;
}
/* line 48, ../_sass/partials/_globalstyles.scss */
#footer .featuredExhibitors {
  background-color: #0d1b3d;
  padding-top: 10px;
}
/* line 49, ../_sass/partials/_globalstyles.scss */
#footer .feeds {
  background-color: #0a1533;
  margin: 0 auto;
  width: 970px;
}
/* line 50, ../_sass/partials/_globalstyles.scss */
#footer .feeds .third {
  text-align: center;
}
/* line 51, ../_sass/partials/_globalstyles.scss */
#footer .feeds .rssBody ul {
  margin: 0 auto;
}
/* line 52, ../_sass/partials/_globalstyles.scss */
#footer .feeds .rssBody ul li {
  text-align: left;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
/* line 53, ../_sass/partials/_globalstyles.scss */
#footer .feeds .rssBody ul li.odd {
  background-color: #0d1b3d;
}
/* line 54, ../_sass/partials/_globalstyles.scss */
#footer .feeds .rssBody ul li a {
  color: #fff;
  text-decoration: none;
  font-family: Roboto Condensed;
}
/* line 55, ../_sass/partials/_globalstyles.scss */
#footer .feeds .rssBody ul li a:hover {
  text-decoration: underline;
}
/* line 60, ../_sass/partials/_globalstyles.scss */
#footer .footerAbout {
  color: #fff;
  font-family: Roboto Condensed;
  font-weight: 300;
  background-color: #00aeef;
  border-top: 5px solid #0d1b3d;
  padding: 10px;
  text-align: center;
}
/* line 61, ../_sass/partials/_globalstyles.scss */
#footer .footerAbout a {
  color: #fff;
  text-decoration: none;
}
/* line 62, ../_sass/partials/_globalstyles.scss */
#footer .footerAbout a:hover {
  text-decoration: underline;
}
/* line 64, ../_sass/partials/_globalstyles.scss */
#footer .footerAbout img {
  vertical-align: middle;
}
/* line 65, ../_sass/partials/_globalstyles.scss */
#footer .footerAbout ul.footerLinks {
  text-align: center;
  list-style: none;
  padding: 0;
}
/* line 66, ../_sass/partials/_globalstyles.scss */
#footer .footerAbout ul.footerLinks li {
  display: inline-block;
  margin: 0 10px 20px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /* line 1, ../_sass/partials/_small.scss */
  .hide-for-mobile, .hide4Small {
    display: none;
  }

  /* line 2, ../_sass/partials/_small.scss */
  .homePage .contentLayoutBox {
    padding: 0 3%;
    width: 94%;
  }

  /* line 3, ../_sass/partials/_small.scss */
  .homeBox {
    margin-bottom: 20px !important;
  }

  /* line 4, ../_sass/partials/_small.scss */
  #footer .third {
    width: 90%;
    margin: 10px auto;
    float: none;
  }

  /* line 5, ../_sass/partials/_small.scss */
  #footer .feeds {
    width: 100%;
  }

  /* line 6, ../_sass/partials/_small.scss */
  #footer .footerAbout ul.footerLinks li {
    font-size: 12px;
  }
}
/*Medium*/
@media screen and (min-width: 767px) and (max-width: 1259px) {
  /*Home Page*/
  /* line 3, ../_sass/partials/_medium.scss */
  body.homePage .homeBox {
    float: left;
    height: 300px;
    width: 306px;
    margin: 0 25px 25px 0;
    padding: 15px;
  }
}
/*Large*/
@media screen and (min-width: 1260px) {
  /*Home Page*/
  /* line 3, ../_sass/partials/_large.scss */
  body.homePage .homeBox {
    float: left;
    height: 300px;
    width: 306px;
    margin: 0 25px 25px 0;
    padding: 15px;
  }
}
/*END G2E2014 STYLES*/