/* -------------------------------------------------------------- 
  
   mobile.css
   * styles for devices up to 480px width
   
-------------------------------------------------------------- */.box-shadow {
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  min-height: 400px;
}
#containerInner {
  padding: 0;
  background: #fff;
  float: left;
  width: 100%;
}
body {
  font-family: Arial, Helvetica;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #3d4650;
}
* .noBg {
  background: none !important;
}
* .noBorder {
  border: 0 !important;
}
* {
  outline: 0 !important;
}
* .noMargin {
  margin: 0 !important;
}
sup {
  vertical-align: bottom;
  font-size: 0.8em;
  position: relative;
  top: -0.4em;
}
hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  height: 1px;
  float: left;
  width: 100%;
}
a.hideLink {
  font-size: 0!important;
  text-indent: -3000px !important;
  display: block!important;
}
img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
}
@media screen and (max-width: 940px) {
  img.bg {
    left: 50%;
    margin-left: -800px;
    /*--50%--*/
  
  }
}
#content p,
#content ul li,
#content ol li,
#content span {
  font-size: 15px;
}
/* -------- Header --------*/
div.topLogos {
  width: auto;
  float: left;
  padding: 5px 0 0 10px;
  margin: 50px 0 3px 0;
}
div.topLogos a.twitterBtn {
  margin: -2px 10px 0 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
div.topLogos a.linkedInBtn {
  margin: -2px 6px 0 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
div.topLogos a.IAMBtn img {
  width: 112px;
  height: 23px;
}
div.topLogos a.IPMediaBtn {
  top: 0;
}
div.topLogos a.IPMediaBtn img {
  width: 100px;
}
div.topLogos a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
div.topLogos a {
  float: left;
  padding: 3px 0;
  margin-right: 20px;
}
div.topLinks {
  height: 56px;
  float: left;
}
ul.horList {
  list-style: none outside none;
  position: relative;
  top: 8px;
}
ul.horList li {
  float: left;
  padding: 5px 8px;
  background: url("../images/2013/devider.png") right 6px no-repeat;
  position: relative;
}
ul.horList li a {
  font-family: Arial, Helvetica;
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
ul.horList li a:hover {
  text-decoration: underline;
}
div#header {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: none;
}
/* ----- Dropdown -----*/
#previousevents {
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: 30000;
}
#previousevents ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100px;
}
#previousevents ul  li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none;
  border-bottom: 1px solid #fff;
}
#previousevents ul  li a {
  font-weight: bold;
  color: White !important;
  padding: 4px 6px!important;
  display: block;
  background-color: #B6D2A4;
  width: 100px;
}
#previousevents ul  li a:hover {
  text-decoration: none !important;
  background: #80b160 !important;
}
/* ----- Mobile navigation -----*/
div.navMobileHeader h3 {
  background: #950303;
  background-image: none;
  padding: 0px;
  font-weight: normal;
  text-align: left;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 100;
}
div.navMobileHeader h3 a {
  font-size: 19px;
  font-family: Arial, Helvetica;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  float: left;
}
div.navMobileHeader h3 a:hover {
  text-decoration: underline;
  color: #fff;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 13px 18px 14px;
  background: #005476;
  border: 0;
  margin: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navMobile {
  z-index: 10;
}
/* -------- Rhs --------*/
div#rhs {
  float: none;
}
div.rhsHomepage {
  margin-top: 0px;
}
div.rhsInnerpage {
  margin-top: 30px;
}
/* -------- Sponsor logos --------*/
div#rhs h3, div.supporterswide h3, .hostSponsors h3 {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #55899F;
  padding: 5px 8px 5px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px 0 6px 0;
}
div#rhs h3.sponsors_PLATINUM_SPONSOR, div.supporterswide h3.sponsors_PLATINUM_SPONSOR {
  background: #83838D;
}
div#rhs h3.sponsors_GOLD_SPONSOR, div.supporterswide h3.sponsors_GOLD_SPONSOR {
  background: #B9983F;
}
div#rhs h3.sponsors_SILVER_SPONSOR, div.supporterswide h3.sponsors_SILVER_SPONSOR {
  background: #8A9398;
}
div#rhs h3.sponsors_BRONZE_SPONSOR, div.supporterswide h3.sponsors_BRONZE_SPONSOR {
  background: #B77847;
}
div#rhs h3.sponsors_SUPPORTED_BY, div.supporterswide h3.sponsors_SUPPORTED_BY, .hostSponsors h3.sponsors_SUPPORTED_BY {
  background: #55899F;
}
table.sponsor-table {
  width: 100%;
}
table.sponsor-table tr td.blockCell {
  display: block!important;
  width: 100%;
  text-align: center;
}
table.sponsor-table tr td.blockCell img {
  width: 300px;
}
/* -------- Content --------*/
div#content {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#content p {
  margin-bottom: 1em;
  line-height: 1.3em;
  color: #3d4650;
}
#content ul {
  margin: 8px 10px 10px 10px;
  list-style: none;
}
#content ul li {
  padding: 0 0 .3em 15px;
  background: url(../images/2013/bullet.gif) no-repeat 0 6px;
}
#content ul li a {
  color: #7fa8bc;
  margin-left: 3px;
  padding: 0 0 0 3px;
}
#content a {
  text-decoration: none;
  color: #2677a8;
}
#content a:hover {
  color: #2677a8;
  text-decoration: underline;
}
/* -------- Homepage --------*/
div.homepage {
  border-right: 0;
}
div.earlyBirdBanner {
  margin-bottom: 20px;
  text-align: center;
  float: left;
}
#content div.earlyBirdBanner a {
  background: url("../images/2013/bannerBg.png") left center no-repeat;
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 698px;
  height: 37px;
  display: block;
  text-align: center;
  padding-top: 11px;
  font-weight: bold;
}
#content div.earlyBirdBanner a:hover {
  text-decoration: none;
  color: white;
}
div.featured {
  clear: both;
  margin: 0;
  height: auto;
}
div.featuredVideo {
  float: left;
  width: 100%;
}
div.navBar {
  width: 100%;
  float: left;
  box-shadow: 0px 3px 6px #333;
  position: fixed;
  overflow: auto;
  top: 44px;
  z-index: 100;
  max-height: 423px;
}
div.navBar ul {
  list-style: none outside none;
  margin: 0;
  background: #fff;
  width: 100%;
  text-align: center;
}
div.navBar ul li {
  border-bottom: 1px solid #cccccc;
  padding: 0;
  background: none;
}
div.navBar ul li a, div.navBar ul li span {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #2677a8;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px!important;
  width: 100%;
  display: block;
  padding: 10px 0;
  margin: 0;
  text-shadow: 1px 1px 1px #fff;
  -webkit-text-shadow: 1px 1px 1px #fff;
  -moz-text-shadow: 1px 1px 1px #fff;
}
div.navBar ul li a:hover, div.navBar ul li a:active, div.navBar ul li a.active {
  background: #c2d6df;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #005476;
}
div.navBar ul li span {
  color: #64686a !important;
}
div.navBar ul li a.disabled {
  pointer-events: none;
  cursor: default;
  color: #fff;
  opacity: 0.5;
}
div.videoBox {
  border: 1px solid #999;
  padding: 3px;
}
div.featuredVideo div.videoBox {
  width: 95%;
  height: auto;
  margin: 15px auto 0 auto;
}
div.homeInnerContent {
  width: 100%;
  float: none;
  padding-right: 0;
}
div.supporters {
  width: 456px;
  float: left;
}
div.supporterswide {
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
  background: #fff;
  margin: 10px 0;
  text-align: center;
}
div.supporterswide img {
  width: 300px;
}
div.contentBox {
  float: left;
  overflow: hidden;
  width: 456px;
}
span.borderLeft {
  border-left: 1px solid #999;
  padding-left: 5px;
  margin-left: 5px;
  color: #5F5F5F;
  font-weight: normal;
}
span.subHeading {
  font-weight: normal;
  color: #666;
  font-size: 13px;
  margin: 3px 0;
  display: block;
}
img.venueImg {
  margin-bottom: 7px;
}
img.imgBorder {
  padding: 3px;
  border: 1px solid #999;
  background: #fff;
}
/* ---- Speakers + programme Carousel ---*/
div.bx-window {
  overflow: visible;
  position: relative;
  float: none;
}
div.bx-window p {
  margin-right: 20px;
}
div.bx-window h4 a {
  font-size: 17px;
  font-weight: normal;
}
div.bx-window h5 {
  margin-bottom: 6px;
  font-weight: bold;
}
div.bx-box {
  float: left;
  height: 155px;
  padding-right: 5px;
  margin-bottom: 15px;
}
div.bx-box a {
  width: 95px;
}
div.bx-box a span, #content div.bx-box a span {
  margin: 7px 5px 0 5px;
  display: block;
  font-size: 11px;
  color: #6F6F6F;
  line-height: 1.2em;
}
div.bx-box a span strong {
  font-size: 12px;
  color: #333;
  line-height: 1.4em;
}
div.bx-box a img {
  padding: 3px;
}
div.bx-box a:hover img {
  padding: 2px;
  border: 1px solid #999;
}
div.bx-box a:hover {
  text-decoration: none!important;
}
div#carousel {
  z-index: 100;
}
div.bx-wrapper {
  margin: 0;
}
div.bx-wrapper a.bx-prev {
  background: url("../images/2014/mobile/bxButtonLeftMobile.png") center center no-repeat;
  width: 34px;
  height: 44px;
  position: absolute;
  left: -9px;
  top: -54px;
}
div.bx-wrapper a.bx-next {
  z-index: 1;
  background: url("../images/2014/mobile/bxButtonRightMobile.png") center center no-repeat;
  width: 34px;
  height: 44px;
  left: 27px;
  top: -54px;
  position: absolute;
}
div.bx-wrapper a.bx-prev:hover {
  z-index: 10;
  background: url("../images/2014/mobile/bxButtonLeftMobile.png") center center no-repeat;
  transition: none;
}
div.bx-wrapper a.bx-next:hover {
  background: url("../images/2014/mobile/bxButtonRightMobile.png") center center no-repeat;
  transition: background .5s;
  transition: none;
}
#content div.contentBox h2 {
  background: #80b160;
  height: 31px;
  padding: 9px 0 4px 10px;
}
#content div.contentBox h2 a.link {
  width: auto;
}
#content div.contentBox h2 a {
  padding: 6px 0;
  color: #fff;
  font-weight: normal;
}
#content div.contentBox h2 a:hover {
  text-decoration: underline;
  color: #fff;
}
#content div.tweetsWrapper {
  padding: 10px;
}
#content div.tweetsWrapper ul {
  list-style: none;
  margin-left: 0;
}
#content div.tweetsWrapper ul li {
  background: url(../images/2014/twitterListBg.png) no-repeat 0 2px;
  padding: 0 0 8px 28px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
}
#content div.tweetsWrapper ul li:last-child {
  border: 0;
}
#content div.tweetsWrapper a {
  color: #00ACED;
  padding: 0;
  margin: 0;
}
#content div.tweetsWrapper span.tweetTime {
  color: #999;
  margin-left: 2px;
}
/* ---- Programme highlights ---*/
#content div.contentBox h2 a.programmeLink {
  padding: 6px 0;
  color: #fff;
  margin-left: 70px;
}
div.featuredProgramme {
  padding: 10px;
}
div.featuredProgramme h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 9px;
}
#content div.featuredProgramme ul {
  margin: 5px 0 0 0;
}
#content div.featuredProgramme ul li {
  margin-bottom: 0;
}
/* ---- Supporters ---*/
div.supporters h3 {
  background: #005476;
  padding: 4px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 15px 0 12px 0;
}
div.supporterswide h3 {
  padding: 5px 8px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 6px 10px 6px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
div.supporterswide h3.sponsorsBronze, div.supporters h3.sponsorsBronze {
  background: #B77847;
}
div.supporterswide h3.sponsorsSilver {
  background: #8A9398;
}
/* ---- LHS ---*/
div.lhs {
  width: 100%;
  float: left;
  border-right: 0;
}
div.lhsBoxHeader {
  width: 100%;
  background: #7fa8bc;
  height: 44px;
}
div.lhsBoxHeader h3 {
  margin-top: 0px;
  float: left;
  width: auto;
  font-weight: normal;
  height: 31px;
  padding: 9px 0 4px 10px;
}
#content div.lhsBoxHeader h3 a {
  color: #fff;
  padding: 5px 0;
  font-size: 19px;
  font-weight: normal;
}
#content div.lhsBoxHeader h3 a:hover {
  text-decoration: underline;
  color: #fff;
}
div.lhsBox {
  margin: 0;
  width: 100%;
}
a.IPHFbutton {
  background: url("../images/2013/IPhallOfFameButton.png") left top no-repeat;
  height: 47px;
  width: 214px;
  margin-bottom: 20px;
}
div.lhsBox p {
  line-height: 1.2em;
}
div.lhsBox p.date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#content div.lhsBox p a {
  color: #54889f;
}
#content div.lhsBox p a:hover {
  text-decoration: none;
  color: #3d4650;
}
#content div.lhsBox p.quote {
  margin-top: 6px;
  padding: 10px;
}
#content div.lhsBox p.quote a {
  font-size: 16px;
  text-decoration: none;
  line-height: 1.3em;
  color: #54889f;
}
#content div.lhsBox p.quote a:hover {
  background: none;
  padding: 0;
  color: #3d4650;
  text-decoration: none;
}
#content div.lhsBox p.quote a:hover span {
  color: #3d4650;
}
#content div.lhsBox p.quote img {
  padding: 0 5px 0 0;
  margin-top: -5px;
}
#content div.lhsBox p.quote a span, #content a.inductee-name {
  font-size: 14px;
  display: block;
  padding-top: 8px;
  line-height: 1.1em;
  color: #54889f;
}
#content a.inductee-name:hover {
  color: #3d4650;
  text-decoration: none;
}
#content .IP-hall-of-fame div.lhsBoxHeader {
  color: #54889f;
}
#content .IP-hall-of-fame .small, #content .IP-hall-of-fame p {
  color: #54889f;
  margin: 10px 10px 10px 0;
  display: block;
  font-size: 15px;
  line-height: 1.3em;
}
#content .IP-hall-of-fame div.lhsBox,
#content .IP-hall-of-fame div#slider3,
#content .IP-hall-of-fame div#slider3 div,
#content .IP-hall-of-fame div.bx-window {
  float: none;
}
#content .IP-hall-of-fame div#slider3 {
  float: left;
  width: 100%;
}
#content .IP-hall-of-fame div.lhsBox {
  margin: 0 auto;
  width: 95%;
  padding: 0;
}
#content .IP-hall-of-fame div.bx-wrapper {
  z-index: 20;
  margin: 0;
}
#content .IP-hall-of-fame div.bx-wrapper a.bx-prev {
  background: url("../images/2014/LHSbxButtonLeft.png") center center no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 121px;
  top: 52px;
  z-index: 100;
}
#content .IP-hall-of-fame div.bx-wrapper a.bx-next {
  z-index: 110;
  background: url("../images/2014/LHSbxButtonRight.png") center center no-repeat;
  width: 34px;
  height: 34px;
  left: 152px;
  top: 52px;
  position: absolute;
}
#content .IP-hall-of-fame div.bx-wrapper a.bx-prev:hover {
  z-index: 200;
  background: url("../images/2014/LHSbxButtonLeftHover.png") center center no-repeat;
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
}
#content .IP-hall-of-fame div.bx-wrapper a.bx-next:hover {
  background: url("../images/2014/LHSbxButtonRightHover.png") center center no-repeat;
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
}
#content .IP-hall-of-fame div.bx-window {
  z-index: 10;
}
#content .IP-hall-of-fame a.inductee-name {
  display: block;
  width: 300px;
}
#content .IP-hall-of-fame div.sliderImg {
  background: #E5EEF1;
  float: left;
  height: 118px;
  padding: 10px;
  width: 100%;
}
#content .IP-hall-of-fame div.sliderImg img {
  width: 87px;
  height: 110px;
}
#content .IP-hall-of-fame div.sliderText {
  float: left;
  width: 300px;
  margin-left: 10px;
}
.venueBox {
  background: #E5EEF1;
  float: none;
  padding: 10px 10px 5px 10px;
  width: 185px;
  position: relative;
  text-align: center;
  margin: 10px auto;
}
.venueBox span {
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0;
  padding-top: 7px;
  position: absolute;
  text-shadow: 1px 1px 2px #333;
  bottom: 16px;
  width: 175px;
  height: 24px;
  background: rgba(127, 169, 186, 0.6);
  left: 15px;
}
.venueBox a:hover span {
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  background: rgba(127, 169, 186, 0.9);
}
#programmeCarousel {
  padding: 10px;
  float: left;
}
/* -------- Inner Pages --------*/
/* ---- Nav ---*/
div.navInner {
  float: left;
  position: relative;
  top: -20px;
  width: 940px;
  background: #7fa8bc;
  height: 32px;
}
#content div.navInner ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  float: left;
  position: relative;
  background: url(../images/2014/innerNavRoundedCorner.png) right center no-repeat;
}
#content div.navInner ul li:last-child, #content div.navInner ul li:first-child {
  background-image: none;
}
#content div.navInner ul li {
  float: left;
  background: none;
  padding: 0;
  background: url(../images/2014/innerNavDevider.gif) right 7px no-repeat;
}
#content div.navInner ul li a.registerBtn, #content div.navInner ul li a.registerBtn:hover {
  background: url(../images/2014/registerBtn.png) left center no-repeat;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 38px 6px 10px;
  top: 0;
}
#content div.navInner ul li a, #content div.navInner ul li span {
  font-size: 15px;
  font-family: Arial, Helvetica;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  float: left;
  padding: 4px 9px 7px 9px;
  top: 2px;
  position: relative;
}
#content div.navInner ul li a:hover, #content div.navInner ul li a.active {
  background: url(../images/2014/navActiveArrow.png) bottom center no-repeat;
}
#content div.navInner ul li span {
  color: #234553 !important;
}
div#innerContent {
  width: auto;
  overflow: hidden;
  border-right: none;
  padding: 0 10px;
  margin-right: 0px;
}
#innerContent h1 {
  font-size: 32px;
  color: #005476;
  margin-top: .3em;
  margin-bottom: .3em;
  font-weight: normal;
}
#innerContent h2 {
  font-size: 25px;
  color: #005476;
  margin-top: .8em;
  margin-bottom: .3em;
}
#innerContent h3 {
  font-size: 22px;
  color: #005476;
  margin-top: 1em;
  margin-bottom: .3em;
}
/* ---- Sponsors Page ---*/
div.contentSponsors {
  width: 100%!important;
  border-right: none!important;
}
div.contentSponsors div#innerContent {
  width: auto!important;
}
div.contentSponsors #innerContent {
  border: 0;
  position: relative;
  top: -17px;
  padding-top: 17px;
}
#content h3.sCategory {
  font-size: 19px;
  font-weight: normal;
  display: block;
  width: auto;
  padding: 4px 0px 4px 10px;
  background: #005476;
  color: #fff;
  clear: both;
}
#content h3.platinumSpsor {
  background: #83838D;
}
#content h3.goldSpsor {
  background: #B9983F;
}
#content h3.silverSpsor {
  background: #8A9398;
}
#content h3.bronzeSpsor {
  background: #B77847;
}
#content h3.mediaPartner {
  font-size: 15px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 4px 0px 4px 8px;
  background: #7fa8bc;
  color: #fff;
  clear: both;
}
div.spsorLogo {
  width: 100%;
  margin: 0;
  float: none;
  text-align: center;
}
div.spsorLogo img {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0 15px;
}
div.spsorInfo {
  margin: 0 0 10px 0;
  width: 100%;
  float: none;
  padding-left: 0px;
}
div.spsorInfo a {
  font-size: 15px;
}
div.spsor {
  margin: 8px 0;
  float: none;
}
#content div.spsor p {
  margin-bottom: .5em;
}
/* ---- Audio/Vidoe  //  Gallery Page ---*/
div#innerContent .listVideo {
  width: 100%;
  border: 0px;
}
div#innerContent .listTestimonials {
  width: 100%;
  padding: 0px;
}
div.videoContainer {
  border-top: 0;
  margin-top: 0;
}
div.videoContainer div.tabInner {
  margin-top: 20px;
}
div.videoContainer div.tabInner img {
  width: 100%;
}
.av {
  height: 60px;
  overflow: hidden;
  width: 295px;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  background: #e1ebf0;
  padding: 20px 15px 25px 15px;
  color: #7fa8bc;
  border: 1px solid #AAC8D3;
}
#content .av a {
  color: #005476;
  font-weight: bold;
  font-size: 12px;
}
.avsection {
  clear: both;
}
span.avDate {
  margin-top: 5px;
  font-size: 11px;
  display: block;
  float: left;
}
.av img {
  float: left;
  border: 1px solid #7fa8bc;
  float: left;
  margin: 0 20px 0 10px;
  padding: 3px;
  background: #fff;
}
.av a img:hover {
  padding: 2px;
  border: 2px solid #7fa8bc;
}
.av p {
  margin-left: 95px;
  line-height: 15px;
}
.clear {
  clear: both;
}
h3 {
  clear: both;
}
#content a.BgLink {
  background: #005476;
  padding: 3px 6px;
  color: #fff;
}
#content a.BgLink:hover {
  background: #80b160;
  text-decoration: none;
}
h4 {
  font-weight: bold;
  color: #005476;
  margin-bottom: 0;
  padding-bottom: 0;
}
#content ul.avdatetabs {
  clear: both;
  list-style: none !important;
  margin: 0 !important;
  padding: 10px 0 0 0;
  height: auto;
  margin-left: 0px;
  text-align: center;
}
#content ul.avdatetabs li {
  color: #7fa8bc;
  font-size: 18px;
  float: none;
  display: inline-block;
  margin-right: 2px;
  padding: 12px 0;
  background: none;
}
#content ul.avdatetabs li a {
  color: #005476;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 10px 12px;
  position: relative;
  background: #e3ecf1;
}
#content ul.avdatetabs li.tab a {
  background: #e3ecf1;
}
#content ul.avdatetabs li a:hover {
  background: #7fa8bc;
  color: #fff;
  text-decoration: none;
}
#content ul.avdatetabs li.highlighted {
  z-index: 0;
  position: relative;
}
#content ul.avdatetabs li.highlighted a, #content ul.avdatetabs li a.active {
  background-color: #7fa8bc;
  color: #fff;
}
#content ul.avdatetabs li.highlighted a:hover {
  color: #fff !important;
  cursor: text;
}
#content .avdatesection {
  padding: 20px 0px 0px 0px;
  z-index: 1;
  clear: both;
  float: none;
}
#content .avdatesection a.galleryLink {
  color: #005476;
}
#content .videoContainer ul.smallTabs {
  padding-top: 20px;
}
#content .videoContainer ul.smallTabs li a {
  font-size: 12px;
  font-weight: normal;
  padding: 2px 6px;
  border-right: 1px solid #7fa8bc;
}
#content .videoContainer ul.smallTabs li a:hover {
  background: #8EB5C1;
  text-decoration: none;
}
#content .videoContainer ul.smallTabs li.highlighted a, #content .videoContainer ul.smallTabs li.highlighted a:hover {
  background: #7fa8bc;
  text-decoration: none;
}
#content .videoContainer ul.smallTabs li {
  margin: 0 0px 5px 0px;
}
#content .avsection h4 {
  padding-bottom: 10px;
}
div.videoBox {
  display: block;
  width: 458px;
  height: 262px;
  margin-bottom: 15px;
}
div.audioBox {
  display: block;
  width: 458px;
  height: 36px;
  margin-bottom: 15px;
}
a#player {
  display: block;
  width: 100%;
  height: auto;
}
a#player img {
  width: 100%;
}
div.videoTitle {
  width: 448px;
}
#content ul.listLinks {
  margin: 0;
}
#content ul.listLinks li {
  background: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
#content ul.listLinks li a {
  margin: 0;
  padding: 13px 0;
  color: #333;
  display: block;
}
#content ul.listLinks li a:hover {
  color: #7fa8bc;
  text-decoration: none;
}
#audio {
  display: block;
  width: 586px;
  height: 30px;
  padding: 0px 0 25px 0px;
}
div#pcontainer {
  width: 100%;
}
#content a.downloadLink {
  background: #7fa8bc;
  padding: 5px 6px;
  color: #fff;
}
#content a.downloadLink:hover {
  background: #005476;
  color: #fff;
  text-decoration: none;
}
/* ---- Testimonials Page ---*/
#content p.testimonial b {
  font-size: 15px!important;
}
#content p.testimonial span.textBubble {
  background: #e1ebf0;
  display: block;
  padding: 10px 10px 12px 12px;
  clear: both;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#content p.testimonial span.bubbleTip {
  background: url("../images/2014/bubbleTip.png") no-repeat scroll 93px -2px transparent;
  width: 100%;
  height: 14px;
  float: left;
}
/*------ Speakers Page -------*/
table.speakers {
  margin: 10px 0 20px 0;
}
table.speakers th, table.speakers td {
  border-right: 1px solid #7fa8bc;
  padding: 7px 5px 7px 8px;
}
table.speakers th {
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #E4EFF2;
}
#content table.speakers a {
  color: #005476;
  font-weight: bold;
  text-decoration: underline;
  white-space: normal;
}
#content table.speakers a:hover {
  text-decoration: none;
}
#content table.speakers th {
  cursor: pointer;
}
#content table.speakers tr.odd td {
  background: #fff;
}
#content table.speakers tr.even td {
  background: #E4EFF2;
}
#content table.speakers thead tr th.header {
  background: #7fa8bc url("../images/2013/bg.gif") right center no-repeat;
}
#content table.speakers thead tr th.headerSortUp {
  background: #80b160 url("../images/2013/asc.gif") right center no-repeat;
  color: #fff;
}
#content table.speakers thead tr th.headerSortDown {
  background: #80b160 url("../images/2013/desc.gif") right center no-repeat;
  color: #fff;
}
td.col1 {
  padding-top: 10px;
}
/* ---- Programme Page ---*/
#content div.programmeTable td.day {
  background: #005476;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 4px 8px 4px 10px;
  font-size: 16px;
  color: #fff;
}
#content div.programmeTable h3 {
  margin: .5em 0;
  color: #3d4650;
  font-size: 16px;
}
#content div.programmeTable span.styledHeader {
  color: #80b160;
  font-size: 16px;
}
#content div.programmeTable td.activity {
  padding: 6px 0 6px 10px;
  background: #e1ebf0;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-right: 10px solid #fff;
  color: #005476;
}
#content div.programmeTable table td {
  font-size: 16px;
  font-weight: bold;
}
#content div.programmeTable table td.hour {
  padding: 5px!important;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  background: #e1ebf0;
  color: #005476;
  width: 40px!important;
  font-size: 14px;
}
#content div.programmeTable table td.paleBlueBgTd,
#content div.programmeTable table td.hour.paleBlueBgTd,
#content div.programmeTable table td.blueBgTd,
#content div.programmeTable table td.hour.blueBgTd {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  padding: 8px 0 8px 10px;
  background: #fff;
  vertical-align: top;
  color: #005476;
  font-weight: bold;
}
#content div.programmeTable table td.paleBlueBgTd, #content div.programmeTable table td.blueBgTd {
  border-right: 20px solid #fff;
}
#content div.programmeTable table td.hour.paleBlueBgTd, #content div.programmeTable table td.hour.blueBgTd {
  border-right: 0;
}
#content div.programmeTable table td p, #content div.programmeTable table td ul li {
  font-size: 15px;
  color: #333;
  font-weight: normal;
}
#content div.programmeTable table td ul li {
  list-style-type: disc;
  list-style-position: outside;
  background: none;
  margin: 0 0 0 5px;
  padding: 0;
}
#content div.programmeTable table td div.floatP {
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}
#content div.programmeTable table td div.floatP ul li {
  line-height: 1.5em;
}
#content div.programmeTable p.speakers {
  color: #7fa8bc;
  line-height: 1.4em;
}
div.programmeTable h4 {
  color: #005476;
  font-size: 13px;
  margin-bottom: 2px;
}
/* -------- PreFooter --------*/
div.silverSponsors {
  float: left;
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding-top: 10px;
  overflow: hidden;
}
div.bronzeSponsors {
  float: right;
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding-top: 10px;
  overflow: hidden;
}
div.silverSponsors img {
  padding: 0 20px 14px 0;
  margin-right: 18px;
  border-right: 1px solid #cccccc;
}
div#preFooter {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.supporterswide .mobileSponsors {
  text-align: center;
}
.supporterswide .mobileSponsors img {
  width: 204px;
  margin: 0 auto;
}
/* -------- Footer --------*/
div.ft {
  float: none;
}
div.footer {
  border-radius: 0;
  background: #00344a;
  padding: 10px 0 9px 0;
  width: 100%;
  float: left;
  margin-bottom: 0px!important;
  text-align: center;
}
div.footer p {
  color: #CCCCCC;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0 10px;
}
div.footer a {
  color: #CCCCCC;
  text-decoration: none;
  padding-bottom: 1px;
}
div.footer span.contact {
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #999;
}
div.footer span.contact a {
  display: inline-block;
}
div.footer span.contact a:hover {
  padding-bottom: 0px;
}
div.footer a:hover {
  color: #fff;
  border-bottom: 1px dotted #ccc;
}
.footer-text {
  float: left!important;
  padding-top: 10px;
  width: 100%;
  text-align: left;
}
div.footer .footer-text {
  padding-right: 0;
}
p.footer-links {
  float: left!important;
}
.footer-image {
  padding-left: 10px!important;
}
div.footer p {
  padding-left: 10px!important;
}
/* -------- Attendee Breakdown page --------*/
#content .floatList2 ul {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  float: none;
  width: 100%;
  list-style-type: none;
  margin: 0;
}
#content .floatList2 ul li {
  background: none;
  padding-left: 0;
  border-bottom: 1px solid #dbdbdb;
  margin: 5px 0;
}
#content .floatList2 ul li:last-child {
  border: 0;
}
#content .floatList3 ul {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  float: none;
  width: 100%;
  list-style-type: none;
  margin: 0;
}
#content .floatList3 ul li {
  background: none;
  padding-left: 0;
  border-bottom: 1px solid #dbdbdb;
  margin: 5px 0;
}
#content .floatList3 ul li:last-child {
  border: 0;
}
#twitter {
  text-align: center;
}
#twitter .contentBox {
  text-align: left;
}
/*----------Hide---------*/
.hide-mobile,
div.topLinks,
a.twitterBtn,
a.linkedInBtn,
.featuredVideo,
div.nav,
div.navInner {
  display: none;
}
/*----------Show---------*/
.hide-desktop {
  display: block;
}
/* --------- Holding --------*/
div.holdingPage {
  padding-top: 10px;
}
div.holdingPagePadding {
  padding: 0 10px;
}
#registration {
  margin: 0 10px 20px 10px;
}
#registration h2 {
  margin-top: 10px;
}
#registration .floatDiv, #registration .floatDiv.left {
  width: 100%;
  padding: 0;
  border: 0;
}
#registration table.entryform {
  width: 100%;
}
#registration table.entryform td, #registration table.entryform th {
  display: block;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}
#registration table.entryform input[type="text"], #registration table.entryform select {
  width: 100%;
  box-sizing: border-box;
}
#registration input[type="submit"] {
  margin-bottom: 20px;
}
