* {
  margin: 0px;
  padding: 0px;
  outline: 0 none !important;
}

@font-face {
  font-family: "rawengulkregular";
  src: url("../fonts/rawengulkregular-webfont.eot");
  src: url("../fonts/rawengulkregular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/rawengulkregular-webfont.woff") format("woff"),
    url("../fonts/rawengulkregular-webfont.ttf") format("truetype"),
    url("../fonts/rawengulkregular-webfont.svg#rawengulkregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sohostdmedium";
  src: url("../fonts/soho-std-medium.woff") format("woff"),
    url("../fonts/soho-std-medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sohostdregular";
  src: url("../fonts/soho-std-regular.woff") format("woff"),
    url("../fonts/soho-std-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "apexsansboldtregular";
  src: url("../fonts/apexsanbolt-webfont.eot");
  src: url("../fonts/apexsanbolt-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/apexsanbolt-webfont.woff") format("woff"),
    url("../fonts/apexsanbolt-webfont.ttf") format("truetype"),
    url("../fonts/apexsanbolt-webfont.svg#apexsansboldtregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "apexsansbooktregular";
  src: url("../fonts/apexsanboot-webfont.eot");
  src: url("../fonts/apexsanboot-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/apexsanboot-webfont.woff") format("woff"),
    url("../fonts/apexsanboot-webfont.ttf") format("truetype"),
    url("../fonts/apexsanboot-webfont.svg#apexsansbooktregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

textarea {
  resize: none;
}

body {
  color: #4b575f;
  font-size: 12px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  background-color: #000;
}

html {
  height: 100%;
}

p {
  line-height: 14px;
}

p a {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: 0 none !important;
}

img {
  border: 0px;
}

div.clear {
  clear: both;
}

.menu-button {
  width: 60px;
  height: 40px;
  margin: 0px 2px;
  cursor: pointer;
}

.box {
}

.slides {
}

.slides-left {
  position: absolute;
  top: 0px;
  right: 0px;
}

area {
  cursor: pointer;
}

div.box-container {
  border-radius: 20px;
  background: url(../images/box_color.png) repeat;
  padding: 30px 28px 15px 38px;
  width: 420px;
}

div.box-container div.box-title,
div.box-container div.box-title div {
  font-size: 46px;
  font-family: rawengulkregular;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
}

div.box-container div.box-title div img {
  margin: 5px 5px -5px 5px;
}

div.box-container div.box-text,
div.box-container div.box-text p {
  color: #ffffff;
  font-size: 12px;
  font-family: "apexsansbooktregular";
  line-height: 18px;
  margin: 0px;
  padding: 0px;
}

div.box-container div.box-text p img {
}

div.box-container div.box-text {
  margin-top: 10px;
}

div.box-container div.box-text p {
  margin-bottom: 15px;
}

.color1 {
  color: #f9ae40; /** yellow **/
}
.color2 {
  color: #8ac43f;
}
.color3 {
  color: #00aced;
}

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.right {
  text-align: right;
}
.medium {
  font-family: "apexsansboldtregular";
}

div.section-subtitle {
  font-size: 14px;
  font-family: "apexsansboldtregular";
}

div.menu-item {
  padding: 0px 24px;
  position: relative;
  color: #ffffff;
  float: left;
  font-size: 14px;
  font-family: rawengulkregular;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}

div.single {
  padding-top: 18px;
  padding-bottom: 17px;
}

div.double {
  padding-top: 11px;
  padding-bottom: 10px;
}

div.green-menu div.selected,
div.green-menu div.menu-item:hover {
  color: #002d56;
  background-color: #8ac43f;
  border-radius: 0px;
  border-top: solid 1px #ffffff;
}

div.blue-menu div.selected,
div.blue-menu div.menu-item:hover {
  color: #002d56;
  background-color: #00aced;
  border-radius: 0px;
  border-top: solid 1px #ffffff;
}

div.selected div.border,
div.menu-item:hover div.border {
  width: 100%;
  height: 4px;
  background: url(../images/menu_selected.png) bottom center no-repeat;
  position: absolute;
  top: 48px;
  left: 0px;
}

div.content-right {
  position: absolute;
  top: 180px;
  left: 300px;
}

div.content-left {
  position: absolute;
  top: 180px;
  right: 375px;
}

div.section-text {
  color: #ffffff;
  font-size: 12px;
  font-family: apexsansbooktregular;
  width: 560px;
}

div.section-text p {
  font-size: 12px;
  line-height: 18px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  width: 500px;
}

div.section-title {
  font-size: 46px;
  font-family: rawengulkregular;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  line-height: 40px;
}

div.menu {
  height: 50px;
  margin-bottom: 35px;
  border-radius: 4px;
}

div.green-menu {
  background: url(../images/green.png) repeat;
}

div.blue-menu {
  background: url(../images/blue.png) repeat;
}

div.back-left {
  width: 275px;
  position: absolute;
  left: 20px;
  top: 180px;
  cursor: pointer;
}
div.back-right {
  width: 210px;
  position: absolute;
  right: 0px;
  top: 180px;
  cursor: pointer;
}

div.blue-line {
  width: 200px;
  margin: 15px 150px;
  border-top: solid 1px #00aced;
  height: 0px;
}

.slides a {
  cursor: pointer;
}

/*Lightbox background */
#lightbox {
  display: none;
  background: #000000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 1000;
}
/* Lightbox panel with some content */
#lightbox-panel {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -240px;
  width: 480px;
  height: 360px;
  padding: 0px;
  border: 1px solid #26a3ce;
  z-index: 1001;
}

#top-shadow {
  background: url(../images/top_shadow.png) repeat-x;
  width: 100%;
  height: 162px;
  position: fixed;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

#bottom-shadow {
  background: url(../images/bottom_shadow.png) repeat-x;
  width: 100%;
  height: 168px;
  position: fixed;
  z-index: 101;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
}

div.lib-submenu,
div.lib-submenu-selected {
  font-size: 12px;
  color: #13b5ea;
  font-family: "rawengulkregular";
  text-transform: uppercase;
  margin-bottom: 13px;
}

div.lib-submenu:hover,
div.lib-submenu-selected {
  color: #ffffff;
}

div.lib-report-item-right,
div.lib-video-item-right {
  font-family: "apexsansbooktregular";
  color: #ffffff;
  background: url(../images/library/report_icon.png) left top no-repeat;
  padding-left: 50px;
}

div.lib-video-item-right {
  background: url(../images/library/video_icon.png) left top no-repeat;
}

div.lib-report-title {
  color: #13b5ea;
  font-size: 12px;
}

div.lib-report-subtitle1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

div.lib-report-subtitle2 {
  font-size: 12px;
}

div.lib-video-subtitle1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "sohostdregular";
}

div.lib-video-subtitle2 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "sohostdmedium";
}

div.lib-report-download,
div.lib-video-download {
  background: url(../images/library/blue_arrow.png) left no-repeat;
  padding-left: 26px;
  font-size: 11px;
  color: #13b5ea;
  font-family: "apexsansbooktregular";
  line-height: 41px;
}

div.lib-video-download {
  background: url(../images/library/blue_video.png) left no-repeat;
  font-family: "sohostdmedium";
  cursor: pointer;
}

div.lib-report-item-left,
div.lib-video-item-left {
  font-family: apexsansbooktregular;
  color: #ffffff;
  background: url(../images/library/report_icon.png) right top no-repeat;
  padding-right: 50px;
  text-align: right;
  width: 300px;
  margin-left: -305px;
}

div.lib-video-item-left {
  background: url(../images/library/video_icon.png) right top no-repeat;
}

div.lib-report-item-left div.lib-report-download {
  background: url(../images/library/blue_arrow.png) right no-repeat;
  padding-right: 26px;
}

div.lib-video-item-left div.lib-video-download {
  background: url(../images/library/blue_video.png) right no-repeat;
  padding-right: 26px;
}

div.home-tag-over {
  cursor: pointer;
  display: none;
}

div.tag-text {
  font-family: "apexsansbooktregular";
  padding: 3px 6px;
  opacity: 0.8;
  background-color: #06293e;
  color: #b9e0f7;
}

div.home-tag-over div {
  float: left;
}

div.lib-participant-item-right {
  font-family: "apexsansbooktregular";
  color: #ffffff;
  padding-left: 135px;
  position: relative;
  margin-bottom: 10px;
  margin-left: -40px;
}

div.lib-participant-item-left {
  font-family: "apexsansbooktregular";
  color: #ffffff;
  padding-right: 135px;
  text-align: right;
  width: 450px;
  margin-left: -500px;
  position: relative;
  margin-bottom: 40px;
}

div.lib-participant-name {
  color: #13b5ea;
  font-size: 18px;
  text-transform: uppercase;
}

div.lib-participant-subtitle {
  color: #13b5ea;
  font-size: 14px;
  font-style: italic;
}

div.lib-participant-text {
  color: #ffffff;
  font-size: 12px;
}

div.lib-participant-detail {
  background: url(../images/library/blue_arrow_down.png) no-repeat;
  width: 28px;
  height: 29px;
  cursor: pointer;
}

div.lib-participant-item-left div.lib-participant-detail {
  float: right;
}

div.lib-participant-image img {
  position: absolute;
  top: 0px;
  left: 12px;
}

div.lib-participant-item-left div.lib-participant-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 125px;
  height: 125px;
}

div.lib-participant-item-right div.lib-participant-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 125px;
  height: 125px;
}

div.lib-participant-detail-container {
  overflow: hidden;
}

div.lib-participant-detail-container span {
  color: #b9e0f7;
}

div.lib-participant-detail-container img {
  margin-top: 10px;
}

div.mbottom {
  padding-bottom: 40px;
}

div.lib-participant-detail-container p {
  margin-bottom: 15px;
  font-size: 12px;
}

.link {
  cursor: pointer;
}

a.library-anchor {
  position: absolute;
  margin-top: -100px;
}

div.myscroll {
  width: 590px;
  height: 350px;
}

#confidential {
  width: 108px;
  height: 63px;
  position: fixed;
  top: 40px;
  z-index: 300;
}

div.top-left {
  left: 20px;
}

div.top-right {
  right: 20px;
}
