@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:700);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 1024px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 1024px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 768px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
html,
body {
  background: #222222;
  color: #eeeeee;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
h1,
h2,
h3 {
  color: #eeeeee;
}
strong {
  color: #ac0000;
  font-weight: bold;
  font-size: 23px;
}
.accent {
  color: #ac0000;
}
em {
  color: #ac0000;
  font-style: normal;
}
.trades-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.trades-gallery a {
  color: white;
  border-bottom: 1px solid white;
}
@media (max-width: 768px) {
  .trades-gallery {
    position: relative;
    display: block;
  }
}
.branding {
  padding: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .branding {
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
}
.branding a {
  border: none;
}
.branding img {
  max-height: 28px;
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  .branding img {
    display: block;
    margin: auto;
  }
}
.branding h1 {
  color: white;
  display: inline-block;
  margin: 0 32px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .branding h1 {
    display: none;
  }
}
.branding .counter {
  margin: 0 32px;
}
@media (max-width: 768px) {
  .branding .counter {
    display: none;
  }
}
.branding .share {
  z-index: 99999;
}
.branding .fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px;
}
.branding .fullscreen:hover {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .branding .fullscreen {
    display: none;
  }
}
.ad {
  text-align: center;
  margin: auto;
}
.interacted .ad {
  display: none;
}
.change-slide {
  position: fixed;
  z-index: 9999;
  top: 50%;
  padding: 10px 4px;
  font-size: 30px;
  font-weight: bold;
  border: 1px solid #EEE;
  background: rgba(255, 255, 255, 0.2);
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s linear;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .change-slide {
    display: none;
  }
}
.change-slide:hover {
  opacity: .8;
}
.change-slide.next {
  right: 0;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.change-slide.previous {
  left: 0;
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.slide-container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #222222;
}
@media (max-width: 768px) {
  .slide-container {
    display: block;
  }
}
.slide-container .slide {
  display: none;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 16px;
}
.slide-container .slide .hed {
  font-size: 75px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
}
.slide-container .slide h3 {
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .slide-container .slide {
    position: relative;
    height: auto;
    display: block;
    padding: 0;
  }
}
.slide-container .slide.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .slide-container .slide.active {
    display: block;
  }
}
.slide-container h1 {
  color: white;
}
.intro .segment {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.intro .segment p {
  margin: 0px auto;
}
.segment {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
}
.segment.text {
  padding: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 0 1 600px;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
}
@media (max-width: 768px) {
  .segment.text {
    padding: 16px;
    display: block;
  }
}
.segment.text.outro {
  -webkit-flex: 0 0 600px;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
}
.segment.text.outro h1,
.segment.text.outro h2 {
  color: #ac0000;
}
.segment.text.outro h3 {
  line-height: 1.2em;
}
.segment.text .bylines p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.segment.text p {
  margin-top: 0;
  margin-bottom: 4px;
  text-indent: 20px;
  font-size: 16px;
  display: block;
  max-width: 600px;
}
@media (max-width: 768px) {
  .segment.text p {
    font-size: 17px;
    max-width: 100%;
  }
}
.segment.text p.chatter {
  font-size: 16px;
}
.segment.image {
  position: relative;
  padding: 0;
}
.segment.image:first-child:last-child {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.photo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 100%;
}
@media (max-width: 768px) {
  .photo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 8px;
  }
}
.teasers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
@media (max-width: 768px) {
  .teasers {
    display: block;
  }
}
.teasers .tzr {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 8px;
}
.teasers .tzr a {
  border-bottom: none;
}
.teasers .tzr h3 {
  text-align: left;
  margin-top: 0;
  font-size: 20px;
}
.teasers .tzr img {
  width: 100%;
}
