@font-face {
    font-family: 'MatrixIIBoldRegular';
    src: url('matriiibol-071211005EmigreWebOnly.eot');
    src: url('matriiibol-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('matriiibol-071211005EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-stroke: 1px transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

body {
  background: #0046ff;
  height: 100%;
  font-family: 'MatrixIIBoldRegular', "Times New Roman", "Times", "Georgia";
  font-weight: normal;
  /*font-variant-numeric: oldstyle-nums;*/
  font-feature-settings: "onum", "liga" off;
  -moz-font-feature-settings: "onum", "liga" off;
  -webkit-font-feature-settings: "onum", "liga" off;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0px;

}
.larish {
  font-family: 'Larish Neue Semibold';
  letter-spacing: 3px;
  font-size: 30px;
  line-height: 36px;
}

a {
  color: black;
  text-decoration: none;
}

em {

  font-style: normal;
}

.int {
  /*text-indent: 42.5%;*/
  text-indent: 8%;
}

.no-wrap {
  white-space: nowrap;
}

.larish em,
em.larish {
  font-family: 'Larish Neue Semibold Italic';
  font-style: normal;
  letter-spacing: 3px;
}

a.active {
 /* border-bottom: 4px solid black !important;*/
  color: white !important;
}

.rel-container {
  position: relative;
}

.glyph-container {
  position: fixed;
  left: 10%;
  height: 100%;
  width: 65%;
}

.glyph-fill,
.glyph-outline {
}

.glyph-fill img.glyph {

  margin-bottom: 40%;
  width: 50%;
}

.glyph-outline img.glyph {

  margin-bottom: 40%;
  width: 50%;
}


#home-link {
  display: inline-block;
}
#home-link a{

}

#home-link *{
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

#doc-link {
  position: absolute;
  top: 71px;
  left: 260px;
  z-index: 10;
}

a{
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

#content a{
  border-bottom: 1px solid black;
}

#content a.archive-link{
  border-bottom: 0px none;
}


a:hover{
  /*border-bottom: 4px solid black;*/
  color: white;
  border-color: white !important;
}

.speaker-section {
  position: relative;
}

.speaker-section a {
  margin-left: 8%;
}

#wrapper {
  position: relative;
  width: 100%;
  /*max-width: 1680px;*/
}

/*@media screen and (max-width: 1680px) {
  #wrapper {
    width: 1680px;
    margin: 0 auto;
  }
}*/

#background {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -1;
  /*ax-width: 1200px;*/
}

#navigation {
  position: fixed;
  top:0px;
  left:0px;
  height: 100%;
  padding: 30px 30px 25px;
  z-index: 20;
}

#navigation a {

}

.about-nav{
  position: fixed;
  bottom: 70px;
  left: 30px;
}



#content {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 50%;
}



.golden-top {
  height: 25%;
}



.section {
  margin-bottom: 120px;
  padding-right: 10%;
}

.section > * {
  margin-bottom: 23px;
  max-width: 70%;
}

.item-small {
  max-width: 20% !important;
  margin-right: 30px;
}

.section > * {
  float:left;
}

.section > *:nth-child(even) {
  float:right;
/*  text-align:right;*/
}


.section:first-child > * {
  float:right;
}

.section:first-child > *:nth-child(even) {
  float:left;
}



.no-float-block {
  float: none !important;
  display: block !important;
}




.t-l {
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0px;
}

img {
  display: block;
}

.section img {
  padding-top: 7px;
}

.sub-title {
  position: fixed;
  top: 20px;
  left: 25%;
  white-space: nowrap;
  z-index: 10;
}

.hfg-logo {
  position: absolute;
  bottom: 33px;
}
.hfg-logo a{
  height: 30px;
  width: 74px;
  display: block;
  background: url("../images/hfg_pos_b.png");
}

.hfg-logo a.active,
.hfg-logo a:hover{
  background: url("../images/hfg_pos_w.png");
}

.t-m {
  font-size: 17px;
  line-height: 23px;


}

.title-float {
  float: left;
  margin-right: 23px;
  margin-bottom: 23px;
  white-space: nowrap;
}

.bable-sub-title {
  position: absolute;
  top: 0px;
  left: 0;
  white-space: nowrap;
}


.left-off {
  margin-left: -300px;
  float: none !important;
  display: block;
}

.round {
  height: 300px;
  width: 300px;
  border-radius: 150px;
  background: black;
}


.full-width {
  width: 100% !important;
}
.half-width {
  width: 50% !important;
}

.auto-width {
  width: auto !important;
}

.space-top {
  margin-top: 35px;
}

.section-headline-block {
  width: 100% !important;
  margin: 0 0 0 0 !important;
  height: 30%;
}

.section > *:first-child{
  padding-top: 30px;
}

.t-small,
.t-small-info,
.link-small {
  font-size: 17px;

}

.block-top {

}

.block-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.block-spacer{
  height: 100px;
}
