@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
/*Colors*/
/*Fonts*/
/*Layout*/
/*Elements*/
/*Colors*/
/*Fonts*/
/*Layout*/
/*Elements*/
/* line 1, ../../_sass/partials/_normalize.scss */
body {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-size: 15px;
  color: #666666;
  background-color: #0a1533;
  background-image: url(../../framework_images/2013/background-body.png);
  background-repeat: repeat-x;
}

/* line 3, ../../_sass/partials/_normalize.scss */
.width50 {
  width: 50px !important;
}

/* line 4, ../../_sass/partials/_normalize.scss */
.width100 {
  width: 100px !important;
}

/* line 5, ../../_sass/partials/_normalize.scss */
.width200 {
  width: 200px !important;
}

/* line 6, ../../_sass/partials/_normalize.scss */
.width300 {
  width: 300px !important;
}

/* line 7, ../../_sass/partials/_normalize.scss */
.width400 {
  width: 400px !important;
}

/* line 8, ../../_sass/partials/_normalize.scss */
.width500 {
  width: 500px !important;
}

/* line 9, ../../_sass/partials/_normalize.scss */
.width600 {
  width: 600px !important;
}

/* line 10, ../../_sass/partials/_normalize.scss */
.hide-for-desktop, .hide4desktop {
  display: none;
}

/* line 11, ../../_sass/partials/_normalize.scss */
.displace {
  position: absolute;
  left: -9999px;
}

/* line 13, ../../_sass/partials/_normalize.scss */
#skip, #proposition, .breadcrumbStart, #breadcrumb h2, .producedBy, .pressIndex #fbcomment, #contentHook1, #searchSideBarContent, #myaddThis {
  display: none;
}

/* line 14, ../../_sass/partials/_normalize.scss */
#wrapper {
  width: 100%;
}

/*Typography*/
/* line 2, ../../_sass/partials/_typography.scss */
a {
  color: #f68121;
  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;
}
/* line 3, ../../_sass/partials/_typography.scss */
a:hover {
  color: #0a1533;
}
/* line 4, ../../_sass/partials/_typography.scss */
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;
}
/* line 5, ../../_sass/partials/_typography.scss */
a img.border:hover {
  border: 1px solid #aaaaaa;
}

/* line 8, ../../_sass/partials/_typography.scss */
p, td, th {
  line-height: 1.5;
}

/* line 9, ../../_sass/partials/_typography.scss */
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;
}

/* line 10, ../../_sass/partials/_typography.scss */
h1, h2, h3 {
  margin-bottom: 25px;
}

/* line 11, ../../_sass/partials/_typography.scss */
h1, .h1 {
  font-size: 32px;
  color: #0a1533;
}

/* line 12, ../../_sass/partials/_typography.scss */
h2, .h2 {
  font-size: 28px;
  color: #13357d;
}

/* line 13, ../../_sass/partials/_typography.scss */
h3, .h3 {
  font-size: 24px;
  color: #00adef;
}

/* line 14, ../../_sass/partials/_typography.scss */
h4, .h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 15, ../../_sass/partials/_typography.scss */
h5, .h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 16, ../../_sass/partials/_typography.scss */
h6, .h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

/* line 17, ../../_sass/partials/_typography.scss */
blockquote {
  margin: 0 35px 15px 35px;
  border-radius: 3px;
  webkit-border-radius: 3px;
}
/* line 18, ../../_sass/partials/_typography.scss */
blockquote.callout {
  background: #f7f7f7;
  padding: 10px;
}
/* line 19, ../../_sass/partials/_typography.scss */
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;
}

/* line 22, ../../_sass/partials/_typography.scss */
hr {
  background: #CCCCCC;
  border: medium none;
  height: 1px;
  width: 100%;
  clear: both;
}

/* line 23, ../../_sass/partials/_typography.scss */
p, .contentLayoutBox ul, .contentLayoutBox ol, table, hr {
  margin-bottom: 20px;
}

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

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

/* line 26, ../../_sass/partials/_typography.scss */
.smallest {
  font-size: 11px;
}

/* line 27, ../../_sass/partials/_typography.scss */
.big {
  font-size: 50px;
  line-height: 35px;
}

/* line 28, ../../_sass/partials/_typography.scss */
.border {
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  padding: 4px !important;
}

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

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

/* line 31, ../../_sass/partials/_typography.scss */
.top10 {
  padding-top: 10px !important;
}

/* line 32, ../../_sass/partials/_typography.scss */
.noBmargin {
  margin-bottom: 0 !important;
}

/* line 33, ../../_sass/partials/_typography.scss */
.padding0, .nopadding {
  padding: 0 !important;
}

/* line 34, ../../_sass/partials/_typography.scss */
.pan-pad {
  display: block;
  padding-left: 67px;
}

/* line 35, ../../_sass/partials/_typography.scss */
.no-underline, .no-decoration {
  text-decoration: none !important;
}

/* line 36, ../../_sass/partials/_typography.scss */
.video-caption {
  font-size: 11px !important;
  font-style: italic;
  line-height: 1.2;
}

/* line 37, ../../_sass/partials/_typography.scss */
.notice, .sponsor {
  border-radius: 3px 3px 3px 3px;
  padding: 10px;
}
/* line 38, ../../_sass/partials/_typography.scss */
.notice p, .sponsor p {
  margin: 0;
}

/* line 40, ../../_sass/partials/_typography.scss */
.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;
}

/* line 41, ../../_sass/partials/_typography.scss */
div.sponsors {
  margin-bottom: 15px;
  text-align: center;
}
/* line 42, ../../_sass/partials/_typography.scss */
div.sponsors img {
  padding: 10px;
}
/* line 43, ../../_sass/partials/_typography.scss */
div.sponsors p {
  webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 45, ../../_sass/partials/_typography.scss */
div.platinum.sponsors p {
  background: #ddd;
}

/* line 46, ../../_sass/partials/_typography.scss */
div.gold.sponsors p {
  background: #EEE0B5;
}

/* line 47, ../../_sass/partials/_typography.scss */
.new, new {
  background: #d1e399;
  webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 0 5px;
}

/* line 48, ../../_sass/partials/_typography.scss */
.comingsoon, .cs, cs {
  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;
}

/*Lists*/
/* line 1, ../../_sass/partials/_lists.scss */
.contentLayoutBox ul, .contentLayoutBox ol {
  padding-left: 35px;
}
/* line 2, ../../_sass/partials/_lists.scss */
.contentLayoutBox ul li, .contentLayoutBox ol li {
  margin-bottom: 5px;
  line-height: 1.3;
}
/* line 3, ../../_sass/partials/_lists.scss */
.contentLayoutBox ul li ul, .contentLayoutBox ul li ol, .contentLayoutBox ol li ul, .contentLayoutBox ol li ol {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
}
/* line 4, ../../_sass/partials/_lists.scss */
.contentLayoutBox ul li ul li, .contentLayoutBox ul li ol li, .contentLayoutBox ol li ul li, .contentLayoutBox ol li ol li {
  margin-bottom: 10px;
}

/*Header Social*/
/* line 10, ../../_sass/partials/_lists.scss */
ul#header-social {
  float: left;
  margin: 0 0 0 25px;
}
/* line 11, ../../_sass/partials/_lists.scss */
ul#header-social li {
  float: left;
  list-style: none outside none;
  padding: 5px;
}
/* line 12, ../../_sass/partials/_lists.scss */
ul#header-social li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/*Social Media*/
/* line 16, ../../_sass/partials/_lists.scss */
ul#social {
  padding: 0;
  margin: 0 !important;
}
/* line 17, ../../_sass/partials/_lists.scss */
ul#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;
}
/* line 18, ../../_sass/partials/_lists.scss */
ul#social li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/*Top Tabs*/
/* line 22, ../../_sass/partials/_lists.scss */
ul.toptab {
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 100px;
}
/* line 23, ../../_sass/partials/_lists.scss */
ul.toptab li {
  background: none repeat scroll 0 0 #073558;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: left;
  height: 20px;
  list-style: none outside none;
  margin: 0 10px 0 0;
  text-align: center;
  width: 100px;
}
/* line 24, ../../_sass/partials/_lists.scss */
ul.toptab li a {
  color: #00adef;
  font-size: 12px;
  text-decoration: none;
}
/* line 25, ../../_sass/partials/_lists.scss */
ul.toptab li a:hover {
  color: #99ca3b;
}

/*MYS Options*/
/* line 30, ../../_sass/partials/_lists.scss */
ul#mys_options {
  clear: both;
  margin: -20px auto 0 !important;
  padding: 15px 0 0 !important;
  width: 273px;
}
/* line 31, ../../_sass/partials/_lists.scss */
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;
}
/* line 32, ../../_sass/partials/_lists.scss */
ul#mys_options li a {
  text-decoration: none;
  font-size: 12px;
}
/* line 33, ../../_sass/partials/_lists.scss */
ul#mys_options li a.icon {
  background: #eee;
  border: 1px solid #bcbcbc !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  height: 48px;
  margin: 0 auto;
  padding: 5px !important;
  width: 48px;
}
/* line 34, ../../_sass/partials/_lists.scss */
ul#mys_options li a.icon:hover {
  border: 1px solid #888888 !important;
}

/*Content List*/
/* line 40, ../../_sass/partials/_lists.scss */
ul.contentList {
  list-style: none outside none;
  padding: 0 !important;
}
/* line 41, ../../_sass/partials/_lists.scss */
ul.contentList li {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px 0;
}

/*G2E Logo Divider List*/
/* line 44, ../../_sass/partials/_lists.scss */
ul.g2e-divider {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/* line 45, ../../_sass/partials/_lists.scss */
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;
}
/* line 46, ../../_sass/partials/_lists.scss */
ul.g2e-divider li:last-child {
  background: none;
  float: left;
  margin-right: 10px;
  padding-right: 20px;
}

/*Check, Arrow and Star Lists*/
/* line 50, ../../_sass/partials/_lists.scss */
.checkList, .starList, .arrowList {
  margin-left: 0;
  padding-left: 10px !important;
}
/* line 51, ../../_sass/partials/_lists.scss */
.checkList li, .starList li, .arrowList li {
  list-style: none outside none;
  margin-bottom: 15px !important;
  padding-left: 20px;
}

/* line 53, ../../_sass/partials/_lists.scss */
.checkList li {
  background: url("../../framework_images/2013/li-check-1.png") no-repeat scroll 0 0 transparent;
}

/* line 54, ../../_sass/partials/_lists.scss */
.starList li {
  background: url("../../framework_images/2013/li-star-1.png") no-repeat scroll 0 0 transparent;
}

/* line 55, ../../_sass/partials/_lists.scss */
.arrowList li {
  background: url("../../framework_images/2013/li-arrow-1.png") no-repeat scroll 0 0 transparent;
}

/*Half List*/
/* line 57, ../../_sass/partials/_lists.scss */
ul.half {
  float: left;
  width: 40%;
}

/*Two Column*/
/* line 59, ../../_sass/partials/_lists.scss */
ul.twoColumn li {
  float: left;
  width: 45%;
}

/* line 60, ../../_sass/partials/_lists.scss */
.height50 li {
  height: 50px;
}

/* line 61, ../../_sass/partials/_lists.scss */
.height60 li {
  height: 60px;
}

/* line 62, ../../_sass/partials/_lists.scss */
.height70 li {
  height: 70px;
}

/* line 63, ../../_sass/partials/_lists.scss */
.height80 li {
  height: 80px;
}

/* line 64, ../../_sass/partials/_lists.scss */
.height90 li {
  height: 90px;
}

/* line 65, ../../_sass/partials/_lists.scss */
.height100 li {
  height: 100px;
}

/* line 66, ../../_sass/partials/_lists.scss */
.height110 li {
  height: 110px;
}

/*Button List*/
/* line 68, ../../_sass/partials/_lists.scss */
ul#buttonList {
  list-style: none outside none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
/* line 69, ../../_sass/partials/_lists.scss */
ul#buttonList li {
  float: left;
  margin-right: 5%;
  width: 30%;
}
/* line 70, ../../_sass/partials/_lists.scss */
ul#buttonList li:last-child {
  margin-right: 0;
}
/* line 71, ../../_sass/partials/_lists.scss */
ul#buttonList li a {
  background: none repeat scroll 0 0 #00adef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  float: left;
  font-weight: bold;
  height: 56px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  max-width: 56px;
  width: 100%;
}
/* line 72, ../../_sass/partials/_lists.scss */
ul#buttonList li a:hover {
  color: #16234C;
  background: #8aac3e;
}

/*New G2E*/
/* line 77, ../../_sass/partials/_lists.scss */
ul.newG2E {
  list-style: none;
  padding: 0px;
}
/* line 78, ../../_sass/partials/_lists.scss */
ul.newG2E li {
  float: left;
  margin-right: 3%;
}
/* line 79, ../../_sass/partials/_lists.scss */
ul.newG2E li:last-child {
  margin-right: 0;
}
/* line 80, ../../_sass/partials/_lists.scss */
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;
}
/* line 81, ../../_sass/partials/_lists.scss */
ul.newG2E li.time a {
  background-position: 0 0;
}
/* line 82, ../../_sass/partials/_lists.scss */
ul.newG2E li.time a:hover {
  background-position: 0 -69px;
}
/* line 83, ../../_sass/partials/_lists.scss */
ul.newG2E li.time a:active {
  background-position: 0 -137px;
}
/* line 85, ../../_sass/partials/_lists.scss */
ul.newG2E li.attend a {
  background-position: -85px 0;
}
/* line 86, ../../_sass/partials/_lists.scss */
ul.newG2E li.attend a:hover {
  background-position: -85px -69px;
}
/* line 87, ../../_sass/partials/_lists.scss */
ul.newG2E li.attend a:active {
  background-position: -85px -137px;
}
/* line 89, ../../_sass/partials/_lists.scss */
ul.newG2E li.exhibit a {
  background-position: -170px 0;
}
/* line 90, ../../_sass/partials/_lists.scss */
ul.newG2E li.exhibit a:hover {
  background-position: -170px -69px;
}
/* line 91, ../../_sass/partials/_lists.scss */
ul.newG2E li.exhibit a:active {
  background-position: -170px -137px;
}

/*Tables*/
/* line 1, ../../_sass/partials/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  /*Calendar*/
}
/* 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: #eeeeee;
}
/* line 5, ../../_sass/partials/_tables.scss */
table tbody + tbody {
  border-top: 2px solid #eeeeee;
}
/* 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 #eeeeee;
  *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: #eeeeee;
}
/* 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: #f7f7f7;
}
/* line 19, ../../_sass/partials/_tables.scss */
table.checkered tbody tr:nth-child(even) td:nth-child(odd) {
  background-color: #f7f7f7;
}
/* line 20, ../../_sass/partials/_tables.scss */
table.checkered tbody tr:nth-child(odd) td:nth-child(even) {
  background-color: #f7f7f7;
}
/* 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%;
}
/* line 29, ../../_sass/partials/_tables.scss */
table.calendar {
  margin: 10px auto;
  width: 100%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-collapse: collapse;
}
/* line 30, ../../_sass/partials/_tables.scss */
table.calendar td {
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
/* line 31, ../../_sass/partials/_tables.scss */
table.calendar td:hover {
  background-color: #FFF;
  color: #333;
}
/* line 32, ../../_sass/partials/_tables.scss */
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;
}
/* line 33, ../../_sass/partials/_tables.scss */
table.calendar td.date_has_event:hover {
  background-color: #ccc;
  color: #1b2972 !important;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
/* line 36, ../../_sass/partials/_tables.scss */
table.calendar td, table.calendar th {
  background-color: #EBEBEB;
  color: #666666;
  font-size: 12px;
  height: 24px;
  line-height: 24px !important;
  text-align: center;
  vertical-align: middle !important;
  width: 14%;
  z-index: 1;
  padding: 0 !important;
}
/* line 37, ../../_sass/partials/_tables.scss */
table.calendar td.padding, table.calendar td.padding:hover, table.calendar th.padding, table.calendar th.padding:hover {
  background-color: #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* line 39, ../../_sass/partials/_tables.scss */
table.calendar th {
  background-color: #1b2972 !important;
  border-left: 1px solid #1B2972;
  border-top: 1px solid #1B2972;
  color: white !important;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px !important;
}

/* line 42, ../../_sass/partials/_tables.scss */
#month1, #month2, #month3 {
  float: left;
  width: 27%;
}

/* line 43, ../../_sass/partials/_tables.scss */
#month1, #month2 {
  margin-right: 10px;
}

/* line 44, ../../_sass/partials/_tables.scss */
.events {
  position: absolute;
}
/* line 45, ../../_sass/partials/_tables.scss */
.events li {
  font-size: 11px !important;
  line-height: 18px !important;
  list-style: disc;
  margin-left: 10px;
  font-weight: normal;
}
/* line 46, ../../_sass/partials/_tables.scss */
.events ul {
  background: #FFF;
  border: 2px solid #a8a8a8;
  border-radius: 5px;
  color: #666666;
  display: none;
  padding: 10px !important;
  position: absolute;
  text-align: left;
  width: 170px;
  z-index: 8000;
}

/*Forms*/
/* line 1, ../../_sass/partials/_forms.scss */
#id_matrix label {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 5px;
  font-family: "Roboto Condensed", Helvetica, Arial, Tahoma, sans-serif;
}

/* line 7, ../../_sass/partials/_forms.scss */
#id_matrix tbody tr td input {
  color: #666666;
  float: right;
  font-size: 14px;
  height: 22px;
  padding: 5px;
  width: 400px;
}

/* line 15, ../../_sass/partials/_forms.scss */
table#id_matrix tbody tr td input.submit {
  border: medium none;
  height: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: #8aac3e;
  color: #FFFFFF;
  font-family: "Roboto Condensed", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  width: 110px;
}

/* line 32, ../../_sass/partials/_forms.scss */
table#id_matrix tbody tr td input.submit:hover {
  background-color: #0695cb;
  color: #d1e399 !important;
}

/* line 33, ../../_sass/partials/_forms.scss */
.xformvalidator {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
  font-size: 11px;
  height: 22px;
  margin-top: 2px;
  padding: 4px;
  width: 98px;
}

/* line 41, ../../_sass/partials/_forms.scss */
#id_matrix select {
  float: right;
  width: 412px;
}

/* line 44, ../../_sass/partials/_forms.scss */
#id_matrix textarea {
  float: right;
  width: 300px;
}

/* line 47, ../../_sass/partials/_forms.scss */
#id_matrix tr:nth-child(2n) {
  background: none repeat scroll 0 0 #F7F7F7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*in footer iframe*/
/* line 52, ../../_sass/partials/_forms.scss */
.footerform .inputForm {
  left: 0;
  position: fixed;
  top: 0;
}

/* line 57, ../../_sass/partials/_forms.scss */
.footerform table#id_matrix label {
  color: #ffffff;
  font-family: "Roboto Condensed", Helvetica, Arial, Tahoma, sans-serif;
  float: left;
  padding: 0;
}

/* line 58, ../../_sass/partials/_forms.scss */
.footerform table#id_matrix tbody tr td {
  padding: 0 0 5px 0;
  line-height: 1;
}

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

/* line 60, ../../_sass/partials/_forms.scss */
.footerform #id_matrix tbody tr td input {
  float: none;
  width: 260px;
  margin-top: 5px;
  height: 18px;
}

/* line 61, ../../_sass/partials/_forms.scss */
.footerform table {
  width: 100%;
}

/* line 62, ../../_sass/partials/_forms.scss */
.footerform table#id_matrix tbody tr td input.submit {
  background: none repeat scroll 0 0 #00adef;
  color: #FFFFFF;
  margin-right: 5px;
  padding: 4px;
}

/* line 68, ../../_sass/partials/_forms.scss */
.footerform .text {
  border: 3px solid #00adef;
  border-radius: 8px 8px 8px 8px;
  line-height: 20px;
  padding: 4px;
  width: 230px;
}

/* line 75, ../../_sass/partials/_forms.scss */
.footerform p {
  color: #FFFFFF;
  font-family: "Roboto Condensed", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 13px;
  left: 0;
  position: fixed;
  top: 0;
}

/* line 83, ../../_sass/partials/_forms.scss */
.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;
}

/*Buttons*/
/*Buttons*/
/* line 3, ../../_sass/partials/_ctas.scss */
a.button, a.btn, a.tightB {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  background: #00adef;
  padding: 8px 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
/* line 4, ../../_sass/partials/_ctas.scss */
a.button:hover, a.btn:hover, a.tightB:hover {
  text-decoration: none;
}
/* line 5, ../../_sass/partials/_ctas.scss */
a.button.blue, a.button.blueBtn, a.button.blueBut, a.btn.blue, a.btn.blueBtn, a.btn.blueBut, a.tightB.blue, a.tightB.blueBtn, a.tightB.blueBut {
  color: #ffffff !important;
  background: #00adef;
}
/* line 6, ../../_sass/partials/_ctas.scss */
a.button.blue:hover, a.button.blueBtn:hover, a.button.blueBut:hover, a.btn.blue:hover, a.btn.blueBtn:hover, a.btn.blueBut:hover, a.tightB.blue:hover, a.tightB.blueBtn:hover, a.tightB.blueBut:hover {
  color: #aae0fa !important;
}
/* line 8, ../../_sass/partials/_ctas.scss */
a.button.darkblue, a.button.darkblueBtn, a.button.darkblueBut, a.btn.darkblue, a.btn.darkblueBtn, a.btn.darkblueBut, a.tightB.darkblue, a.tightB.darkblueBtn, a.tightB.darkblueBut {
  color: #ffffff !important;
  background: #0a1533;
}
/* line 9, ../../_sass/partials/_ctas.scss */
a.button.darkblue:hover, a.button.darkblueBtn:hover, a.button.darkblueBut:hover, a.btn.darkblue:hover, a.btn.darkblueBtn:hover, a.btn.darkblueBut:hover, a.tightB.darkblue:hover, a.tightB.darkblueBtn:hover, a.tightB.darkblueBut:hover {
  color: #556797 !important;
}
/* line 11, ../../_sass/partials/_ctas.scss */
a.button.orange, a.button.orangeBtn, a.button.orangeBut, a.btn.orange, a.btn.orangeBtn, a.btn.orangeBut, a.tightB.orange, a.tightB.orangeBtn, a.tightB.orangeBut {
  color: #ffffff !important;
  background: #f68121;
}
/* line 12, ../../_sass/partials/_ctas.scss */
a.button.orange:hover, a.button.orangeBtn:hover, a.button.orangeBut:hover, a.btn.orange:hover, a.btn.orangeBtn:hover, a.btn.orangeBut:hover, a.tightB.orange:hover, a.tightB.orangeBtn:hover, a.tightB.orangeBut:hover {
  color: #f9a866 !important;
}
/* line 14, ../../_sass/partials/_ctas.scss */
a.button.green, a.button.greenBtn, a.button.greenBut, a.btn.green, a.btn.greenBtn, a.btn.greenBut, a.tightB.green, a.tightB.greenBtn, a.tightB.greenBut {
  color: #ffffff !important;
  background: #8aac3e;
}
/* line 15, ../../_sass/partials/_ctas.scss */
a.button.green:hover, a.button.greenBtn:hover, a.button.greenBut:hover, a.btn.green:hover, a.btn.greenBtn:hover, a.btn.greenBut:hover, a.tightB.green:hover, a.tightB.greenBtn:hover, a.tightB.greenBut:hover {
  color: #d1e399 !important;
}
/* line 17, ../../_sass/partials/_ctas.scss */
a.button.white, a.button.whiteBtn, a.button.whiteBut, a.btn.white, a.btn.whiteBtn, a.btn.whiteBut, a.tightB.white, a.tightB.whiteBtn, a.tightB.whiteBut {
  color: #0a1533 !important;
  background: #ffffff;
}
/* line 18, ../../_sass/partials/_ctas.scss */
a.button.white:hover, a.button.whiteBtn:hover, a.button.whiteBut:hover, a.btn.white:hover, a.btn.whiteBtn:hover, a.btn.whiteBut:hover, a.tightB.white:hover, a.tightB.whiteBtn:hover, a.tightB.whiteBut:hover {
  color: #444444 !important;
}

/* line 21, ../../_sass/partials/_ctas.scss */
a.tightB {
  padding: 0 5px !important;
  font-weight: normal !important;
}

/* line 23, ../../_sass/partials/_ctas.scss */
#sevenbuttons p {
  float: left;
  margin-right: 10px;
}
/* line 24, ../../_sass/partials/_ctas.scss */
#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;
}
/* line 25, ../../_sass/partials/_ctas.scss */
#sevenbuttons a.button:hover {
  background: #99ca3b;
  color: white !important;
}
/* line 27, ../../_sass/partials/_ctas.scss */
#sevenbuttons .bigNumber {
  font-size: 30px;
  line-height: 30px;
}

/*Search*/
/* SEARCH */
/* line 2, ../../_sass/partials/_search.scss */
.searchWrapper {
  position: relative;
  display: block;
}

/* line 6, ../../_sass/partials/_search.scss */
#search {
  top: 30px;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
  width: 970px;
  height: 0 !important;
  z-index: 500;
}

/* line 14, ../../_sass/partials/_search.scss */
#ctl00_searchControl1_SearchFormPanel {
  background: none repeat scroll 0 0 #0b3a5d;
  border: 3px solid #0a1533;
  bottom: 110px;
  position: absolute;
  right: 0;
}

/* line 21, ../../_sass/partials/_search.scss */
#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;
}

/* line 35, ../../_sass/partials/_search.scss */
#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;
}

/* line 45, ../../_sass/partials/_search.scss */
#searchSort dl {
  float: left;
  margin: 20px auto;
}

/* line 49, ../../_sass/partials/_search.scss */
#searchSort dl dt {
  float: left;
  margin: 0;
  font-weight: bold;
}

/* line 54, ../../_sass/partials/_search.scss */
#searchSort dl dd {
  float: left;
  margin: 0 20px;
}

/* line 58, ../../_sass/partials/_search.scss */
#searchResultsList.list {
  clear: both;
}

/* line 59, ../../_sass/partials/_search.scss */
ul#searchResultsList {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* line 65, ../../_sass/partials/_search.scss */
ul#searchResultsList li.resultItem {
  background: none repeat scroll 0 0 #F7F7F7;
  border-radius: 3px 3px 3px 3px;
  padding: 10px;
  margin-bottom: 15px;
}

/* line 71, ../../_sass/partials/_search.scss */
ul#searchResultsList h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

/* line 75, ../../_sass/partials/_search.scss */
ul#searchResultsList h3 a {
  color: #01AFEE;
}

/* line 78, ../../_sass/partials/_search.scss */
ul#searchResultsList h3 a:hover {
  color: #0a1533;
}

/* line 79, ../../_sass/partials/_search.scss */
ul#searchResultsList .summary p {
  margin-bottom: 0;
}

/* line 82, ../../_sass/partials/_search.scss */
#searchResultsList .summary b {
  background: none repeat scroll 0 0 #d1e399;
  border-radius: 3px 3px 3px 3px;
  padding: 1px 5px;
}

/* line 87, ../../_sass/partials/_search.scss */
ul#searchResultsList p.meta {
  display: none;
}

/* line 90, ../../_sass/partials/_search.scss */
ul#searchResultsList a.logo {
  display: none;
}

/* line 93, ../../_sass/partials/_search.scss */
.pagination ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* line 98, ../../_sass/partials/_search.scss */
.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;
}

/* line 106, ../../_sass/partials/_search.scss */
.pagination li:hover {
  background: none repeat scroll 0 0 #99ca3b;
}

/* line 107, ../../_sass/partials/_search.scss */
.pagination a {
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  height: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

/* line 115, ../../_sass/partials/_search.scss */
.pagination .selected {
  background: none repeat scroll 0 0 #99ca3b !important;
}

/*Press*/
/* line 3, ../../_sass/partials/_press.scss */
#pressReleaseFilter .text {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  width: 200px;
}
/* line 4, ../../_sass/partials/_press.scss */
#pressReleaseFilter .button.mainButton {
  background: none repeat scroll 0 0 #00adef;
  border: 0 none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
}
/* line 5, ../../_sass/partials/_press.scss */
#pressReleaseFilter .button.mainButton:hover {
  color: #AAE0F6;
}
/* line 7, ../../_sass/partials/_press.scss */
#pressReleaseFilter ul li.information {
  list-style: none outside none;
  margin-left: -35px;
  margin-top: 15px;
}

/* line 9, ../../_sass/partials/_press.scss */
ul#pressRelease {
  list-style: none outside none;
  padding: 0;
}
/* line 10, ../../_sass/partials/_press.scss */
ul#pressRelease li {
  background-color: #f9f9f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
}
/* line 11, ../../_sass/partials/_press.scss */
ul#pressRelease li p {
  margin: 0 !important;
  font-size: 85%;
}
/* line 12, ../../_sass/partials/_press.scss */
ul#pressRelease li a {
  font-weight: bold;
  text-decoration: none;
}

/* line 16, ../../_sass/partials/_press.scss */
.pagination.primary ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/* line 17, ../../_sass/partials/_press.scss */
.pagination.primary ul li {
  background: none repeat scroll 0 0 #f9a866;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
/* line 18, ../../_sass/partials/_press.scss */
.pagination.primary ul li:hover {
  background: none repeat scroll 0 0 #f68121;
}
/* line 19, ../../_sass/partials/_press.scss */
.pagination.primary ul li.selected {
  background: none repeat scroll 0 0 #f68121 !important;
}
/* line 20, ../../_sass/partials/_press.scss */
.pagination.primary ul li a {
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  height: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

/* line 24, ../../_sass/partials/_press.scss */
.press-small-text {
  font-size: 12px;
}

/* line 25, ../../_sass/partials/_press.scss */
.date {
  background: #d1e399;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #555555;
  float: left;
  margin: 0 15px 10px -20px;
  padding: 10px 20px;
  width: 90px;
}

/*RSS Feeds*/
/* line 28, ../../_sass/partials/_press.scss */
#rss-feed-container {
  width: 330px;
}
/* line 29, ../../_sass/partials/_press.scss */
#rss-feed-container .rssBody ul {
  list-style: none outside none;
  margin-left: -10px;
}
/* line 30, ../../_sass/partials/_press.scss */
#rss-feed-container .rssBody ul li.rssRow {
  padding: 8px 0 8px 10px;
}
/* line 31, ../../_sass/partials/_press.scss */
#rss-feed-container .rssBody ul li.rssRow.odd {
  background: none repeat scroll 0 0 #122147;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 32, ../../_sass/partials/_press.scss */
#rss-feed-container .rssBody ul li.rssRow.even {
  background: none repeat scroll 0 0 transparent;
}

/* line 38, ../../_sass/partials/_press.scss */
#AGArss .rssBody ul {
  list-style: none outside none !important;
  margin-left: 0 !important;
}
/* line 39, ../../_sass/partials/_press.scss */
#AGArss .rssBody ul li {
  color: #ffffff !important;
  font-size: 11px;
  line-height: 18px !important;
  list-style: none outside none !important;
  padding: 3px 10px !important;
}
/* line 40, ../../_sass/partials/_press.scss */
#AGArss .rssBody ul li a {
  color: #aae0fa !important;
  text-decoration: none;
}
/* line 41, ../../_sass/partials/_press.scss */
#AGArss .rssBody ul li.odd {
  background-color: #0D1B3D;
}
/* line 42, ../../_sass/partials/_press.scss */
#AGArss .rssBody ul li.even {
  background-color: #0a1533;
}
/* line 43, ../../_sass/partials/_press.scss */
#AGArss .rssBody ul li span {
  font-size: 12px !important;
  font-weight: bold;
}

/*Tooltips*/
/*Tooltips*/
/* line 2, ../../_sass/partials/_elements.scss */
.segments {
  position: absolute;
}
/* line 3, ../../_sass/partials/_elements.scss */
.segments ul {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  border: 2px solid #a8a8a8;
  color: #666;
  display: none;
  padding: 10px 10px 10px 20px !important;
  position: absolute;
  text-align: left;
  width: 100px;
  z-index: 8000;
}
/* line 4, ../../_sass/partials/_elements.scss */
.segments ul li {
  font-size: 14px !important;
  line-height: 18px !important;
  list-style: disc;
  margin-left: 10px;
  font-weight: normal;
}

/*Cookie Compliance*/
/* line 9, ../../_sass/partials/_elements.scss */
#cookieComplianceMessage {
  -moz-opacity: .95;
  filter: alpha(opacity=95);
  opacity: .95;
  background-color: #0a1533;
  bottom: 0;
  color: white;
  left: 0;
  margin: 0 auto;
  padding: 5px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
/* line 10, ../../_sass/partials/_elements.scss */
#cookieComplianceMessage label {
  color: white;
  font-size: 10px;
  margin-right: 20px;
}
/* line 11, ../../_sass/partials/_elements.scss */
#cookieComplianceMessage p {
  color: white;
  font-size: 10px;
  margin: 5px auto;
  text-align: left;
  max-width: 1150px;
  width: 95%;
  line-height: 11px;
}
/* line 12, ../../_sass/partials/_elements.scss */
#cookieComplianceMessage a strong, #cookieComplianceMessage a, #cookieComplianceMessage a:hover, #cookieComplianceMessage a:visited {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
}

/* line 14, ../../_sass/partials/_elements.scss */
#cookieComplianceMessageAction {
  font-size: 10px;
  margin: 5px auto 0;
  max-width: 1150px;
  width: 95%;
}
/* line 15, ../../_sass/partials/_elements.scss */
#cookieComplianceMessageAction #btnClose {
  background: url(../../../../Css/Common/images/buttons/close.png) no-repeat scroll 2px 2px transparent;
  border: 0 none;
  color: white;
  float: left;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding: 5px 7px;
  text-indent: 16px;
  width: auto;
}
/* line 16, ../../_sass/partials/_elements.scss */
#cookieComplianceMessageAction #cbDontShowMessageAgain {
  margin-left: 0;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
/* line 17, ../../_sass/partials/_elements.scss */
#cookieComplianceMessageAction div {
  float: left;
}
/* line 18, ../../_sass/partials/_elements.scss */
#cookieComplianceMessageAction #btnCloseComplianceMessage {
  border: medium none;
  cursor: pointer;
  font-size: 10px;
  padding: 2px;
  text-transform: uppercase;
}

/*End Cookie Compliance*/
/*Site Feedback*/
/* line 23, ../../_sass/partials/_elements.scss */
#feedback {
  width: 30px;
  height: 120px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 45%;
  background: url("../../framework_images/2013/feedback-sprite.jpg") no-repeat scroll 0 0;
}
/* line 24, ../../_sass/partials/_elements.scss */
#feedback:hover {
  background-position: -30px 0;
}
/* line 25, ../../_sass/partials/_elements.scss */
#feedback a {
  display: block;
  height: 120px;
  width: 30px;
  text-indent: -9999px;
}

/*End Site Feedback*/
/*Accordion*/
/* line 30, ../../_sass/partials/_elements.scss */
.accordionWrapper {
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
/* line 31, ../../_sass/partials/_elements.scss */
.accordionWrapper div {
  display: inline;
  margin: auto;
}
/* line 32, ../../_sass/partials/_elements.scss */
.accordionWrapper div.title {
  cursor: pointer;
  padding: 8px 8px 8px 35px;
  width: 100%;
  border-bottom: 10px white solid !important;
  line-height: 18px;
  background: url("../../../RNA_BookExpo_V2/images/2012/orange-circle-arrow.png") no-repeat scroll 10px center #efefef;
}
/* line 33, ../../_sass/partials/_elements.scss */
.accordionWrapper div.content {
  padding: 3px 7px;
  display: none;
  background-color: #ffffff;
  margin-bottom: 10px;
}

/*End Accordion*/
/*Activatables*/
/* line 39, ../../_sass/partials/_elements.scss */
div.content {
  background: none repeat scroll 0 0 white;
  border: 1px solid #eeeeee;
  clear: left;
  padding: 10px;
}
/* line 40, ../../_sass/partials/_elements.scss */
div.content.inactive {
  display: none;
}

/* line 43, ../../_sass/partials/_elements.scss */
div#tabnav ul {
  list-style: none outside none;
  padding: 0 !important;
}
/* line 44, ../../_sass/partials/_elements.scss */
div#tabnav ul a {
  background-color: #666666;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
/* line 45, ../../_sass/partials/_elements.scss */
div#tabnav ul a:hover {
  background-color: #666666;
  background-position: 0 -120px;
}
/* line 46, ../../_sass/partials/_elements.scss */
div#tabnav ul a:hover span {
  background-position: 100% -120px;
}
/* line 49, ../../_sass/partials/_elements.scss */
div#tabnav ul li {
  float: left;
  list-style: none outside none !important;
  margin: 0 5px 5px 0 !important;
  padding: 0;
}
/* line 50, ../../_sass/partials/_elements.scss */
div#tabnav ul li a.active {
  background-color: #00adef;
  background-position: 0 -60px;
  color: white;
  font-weight: normal;
}
/* line 51, ../../_sass/partials/_elements.scss */
div#tabnav ul li a.active span {
  background-position: 100% -60px;
}
/* line 54, ../../_sass/partials/_elements.scss */
div#tabnav ul span {
  display: block;
  line-height: 20px;
  padding: 0 5px;
}

/*End Activatables*/
/*Slider*/
/* line 61, ../../_sass/partials/_elements.scss */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

/* line 62, ../../_sass/partials/_elements.scss */
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 64, ../../_sass/partials/_elements.scss */
.flexslider {
  margin: 0;
  padding: 0;
}
/* line 65, ../../_sass/partials/_elements.scss */
.flexslider ul {
  padding: 0;
  margin: 0;
}
/* line 66, ../../_sass/partials/_elements.scss */
.flexslider ul li {
  padding: 0;
  margin: 0;
}
/* line 69, ../../_sass/partials/_elements.scss */
.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
  /* Hide the slides before the JS is loaded. Avoids image jumping 
  /*&:first-child{display: block; -webkit-backface-visibility: visible;}*/
}
/* line 72, ../../_sass/partials/_elements.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}

/* line 75, ../../_sass/partials/_elements.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* line 82, ../../_sass/partials/_elements.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* line 84, ../../_sass/partials/_elements.scss */
.flexslider {
  margin: 0 auto 60px;
  max-width: 930px;
  width: 100%;
  height: 250px;
  border: 4px solid #fff;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  background-color: #FFF;
  background-image: url(../../../RNA_WesternFoodExpo_V2/framework_images/2013/flexslider-loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 85, ../../_sass/partials/_elements.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 86, ../../_sass/partials/_elements.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 87, ../../_sass/partials/_elements.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 88, ../../_sass/partials/_elements.scss */
.carousel li {
  margin-right: 5px;
}

/* line 90, ../../_sass/partials/_elements.scss */
.flex-direction-nav {
  *height: 0;
}
/* line 91, ../../_sass/partials/_elements.scss */
.flex-direction-nav a {
  width: 25px;
  height: 50px;
  margin: -25px 0 0;
  display: block;
  background: url(../../../RNA_InterphexPuertoRico_v2/2013/img/framework/slider-arrows.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all .3s ease;
}
/* line 92, ../../_sass/partials/_elements.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -25px;
}
/* line 93, ../../_sass/partials/_elements.scss */
.flex-direction-nav .flex-prev {
  left: -25px;
}

/*.flexslider:hover .flex-next {opacity: 0.8;right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8;left: 5px;}*/
/* line 97, ../../_sass/partials/_elements.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 98, ../../_sass/partials/_elements.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* line 100, ../../_sass/partials/_elements.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
/* line 101, ../../_sass/partials/_elements.scss */
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 102, ../../_sass/partials/_elements.scss */
.flex-control-nav li a {
  width: 22px;
  height: 22px;
  display: block;
  background: url("../../../RNA_BookExpo_V2/2014/img/framework/bullets/bubble-green.png") no-repeat scroll right top transparent;
  cursor: pointer;
  text-indent: -9999px;
}
/* line 103, ../../_sass/partials/_elements.scss */
.flex-control-nav li a:hover {
  background: url("../../../RNA_BookExpo_V2/2014/img/framework/bullets/bubble-orange.png") no-repeat scroll right top transparent;
}
/* line 104, ../../_sass/partials/_elements.scss */
.flex-control-nav li a.flex-active {
  background: url("../../../RNA_BookExpo_V2/2014/img/framework/bullets/bubble-blue.png") no-repeat scroll right top transparent;
  cursor: default;
}

/* line 108, ../../_sass/partials/_elements.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
/* line 109, ../../_sass/partials/_elements.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 110, ../../_sass/partials/_elements.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: pointer;
}
/* line 111, ../../_sass/partials/_elements.scss */
.flex-control-thumbs img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 113, ../../_sass/partials/_elements.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  /* line 115, ../../_sass/partials/_elements.scss */
  .flex-control-thumbs .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  /* line 116, ../../_sass/partials/_elements.scss */
  .flex-control-thumbs .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}

/*End Slider*/
/*Advertisements*/
/* line 1, ../../_sass/partials/_advertisements.scss */
#rightColumnContainer1 {
  display: none;
}

/* line 2, ../../_sass/partials/_advertisements.scss */
#ad-slot {
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  text-align: center;
  position: relative;
  z-index: 0;
  background-color: #f7f7f7;
}
/* line 3, ../../_sass/partials/_advertisements.scss */
#ad-slot span {
  font-size: 10px;
  padding: 1px;
  background-color: white;
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* line 5, ../../_sass/partials/_advertisements.scss */
#ad-slot:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

/*Bonus*/
/* line 1, ../../_sass/partials/_bonus.scss */
.header-headline {
  float: left;
  margin: 0 auto;
  width: 425px;
  margin-left: 30px;
}

/* line 9, ../../_sass/partials/_bonus.scss */
#search {
  height: 0 !important;
  margin: 5px auto 0;
  padding: 0 !important;
  position: relative;
  top: 23px;
  width: 970px;
  z-index: 500;
}

/* line 19, ../../_sass/partials/_bonus.scss */
.header-text {
  color: #FFFFFF;
  float: right;
  font-family: Roboto,Helvetica,Arial,Tahoma;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 34px;
  margin-top: 27px;
  line-height: 1.5;
}

/* line 30, ../../_sass/partials/_bonus.scss */
#topNavigation {
  background-color: #091431;
  background-image: url("../../framework_images/2013/background-body.png");
  background-position: center center;
  background-repeat: repeat-x;
  bottom: 37px;
  height: 55px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/* line 41, ../../_sass/partials/_bonus.scss */
.header-logo {
  float: left;
  margin-right: 2px;
  position: relative;
  z-index: 999;
  border: 0 none;
}

/* line 48, ../../_sass/partials/_bonus.scss */
ul#header-social {
  float: right;
  margin: -28px 172px 0 -4px;
  position: relative;
  list-style: disc outside none;
}

/* line 55, ../../_sass/partials/_bonus.scss */
.header-logo {
  float: left;
  margin-right: 2px;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  /* line 63, ../../_sass/partials/_bonus.scss */
  ul#header-social {
    margin: -2px -54px 0 0 !important;
  }

  /* line 66, ../../_sass/partials/_bonus.scss */
  .header-headline {
    display: none;
  }
}
/*Small*/
/*Medium*/
@media screen and (min-width: 767px) and (max-width: 1259px) {
  /*Screen Nav*/
  /* line 2, ../../_sass/partials/_medium.scss */
  #topNavigation {
    width: 100%;
    height: 55px;
    margin: 0 auto;
    position: relative;
    bottom: 32px;
    font-family: Roboto Condensed, Helvetica, Arial, Tahoma;
    background-color: #0a1533;
    background-image: url(../../framework_images/2013/background-body.png);
    background-repeat: repeat-x;
    background-position: center center;
    -webkit-box-shadow: 1px 1px 20px #0a1533;
    box-shadow: 1px 1px 20px #0a1533;
  }
  /* line 3, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1, #topNavigation ul.level2, #topNavigation ul.level3 {
    list-style: none;
  }
  /* line 4, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2, #topNavigation ul.level1 li ul.level2 li ul.level3 {
    margin: 0;
    padding: 0;
  }
  /* line 5, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li:hover ul.level2, #topNavigation ul.level1 li ul.level2 li:hover ul.level3 {
    display: block !important;
  }
  /* line 6, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2, #topNavigation ul.level1 li ul.level2 li ul.level3 {
    position: absolute;
    display: none;
  }
  /* line 7, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 {
    width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 400;
    top: 10px;
    left: 135px;
  }
  /* line 8, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li {
    position: relative;
    float: left;
    margin: 0;
    background: url("../../framework_images/2013/navigation-arrow.png") no-repeat scroll right center transparent;
  }
  /* line 9, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li.leaf {
    background: none !important;
  }
  /* line 13, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li.last a {
    border-right: none;
  }
  /* line 14, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li a, #topNavigation ul.level1 li a:visited {
    display: block;
    text-decoration: none;
    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;
  }
  /* line 15, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li:hover, #topNavigation ul.level1 li.selected {
    background: url("../../framework_images/2013/navigation-arrow.png") no-repeat scroll right center transparent;
  }
  /* line 16, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li:hover a, #topNavigation ul.level1 li.selected a {
    color: #aae0fa;
  }
  /* line 18, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 {
    background: #719323;
    border-radius: 3px;
    webkit-border-radius: 3px;
  }
  /* line 19, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 li {
    background: url("../../framework_images/2013/navigation-arrow2.png") no-repeat scroll 190px center transparent;
  }
  /* line 20, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 li a {
    display: block;
    text-decoration: none;
    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;
  }
  /* line 24, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 li.last a {
    border: none !important;
  }
  /* line 25, ../../_sass/partials/_medium.scss */
  #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;
  }
  /* line 26, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 li:hover a, #topNavigation ul.level1 li ul.level2 li.selected a {
    color: #0a1533;
  }
  /* line 28, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 li ul.level3 {
    left: 210px;
    top: 0;
  }
  /* line 30, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 li ul.level3 li a {
    cursor: pointer;
    font-size: 13px;
    background: #8aac3e;
    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;
  }
  /* line 31, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 li ul.level3 li a:after {
    content: normal;
  }
  /* line 33, ../../_sass/partials/_medium.scss */
  #topNavigation ul.level1 li ul.level2 li ul.level3 li:hover a, #topNavigation ul.level1 li ul.level2 li ul.level3 li.selected a {
    color: #0a1533;
  }
  /* line 34, ../../_sass/partials/_medium.scss */
  #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;
  }
  /* line 36, ../../_sass/partials/_medium.scss */
  #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;
  }
  /* line 37, ../../_sass/partials/_medium.scss */
  #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;
  }

  /* line 47, ../../_sass/partials/_medium.scss */
  li#navTreeItem-3571 {
    margin-left: 10px !important;
  }
  /* line 48, ../../_sass/partials/_medium.scss */
  li#navTreeItem-3571 a {
    background: #f68121;
    webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px !important;
    font-weight: bold;
    color: white !important;
  }
  /* line 49, ../../_sass/partials/_medium.scss */
  li#navTreeItem-3571 a:hover {
    background: #f9a866;
  }
}