body {
  padding-top: 0px;
  padding-left: 0px;
  font-family: Inconsolata, monospace;
  color: #333;
  font-size: 14px;
  line-height: 21px;
}
a {
  color: #777;
  -webkit-transition: all 338ms ease;
  transition: all 338ms ease;
}
a:hover {
  color: #281E69;
  text-decoration: none;
}
h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
  font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #434343;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}
h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family:'Droid Sans', sans-serif;
  color: #444;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Droid Serif', serif;
  color: #555;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 30px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 32px;
}
.button {
  display: block;
  width: 95%;
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
  border: 1px solid #16d2e3;
  background-color: transparent;
  -webkit-transition: all 338ms ease;
  transition: all 338ms ease;
  color: #16d2e3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.button:hover {
  border-radius: 60px;
  background-color: #16d2e3;
  color: white;
}
.button.w--current {
  display: block;
  width: 95%;
  max-width: 330px;
  margin: 15px auto 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border: 1px solid #16d2e3;
  background-color: transparent;
  -webkit-transition: background-color 392ms ease, border-radius 392ms ease, color 210ms linear;
  transition: background-color 392ms ease, border-radius 392ms ease, color 210ms linear;
  color: #16d2e3;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.button.w--current:hover {
  border-radius: 60px;
  background-color: #16d2e3;
  color: white;
  font-size: 18px;
}
.section-grey {
  display: block;
  margin-top: 70px;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}
.navigation {
  position: fixed;
  top: 0px;
  width: 95%;
  height: 61px;
  max-width: 1440px;
  background-color: white;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 10;
}
.navigation.navigation-inner {
  position: static;
  background-color: #3a3a3a;
}
.section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.wrapper {
  display: block;
  width: 95%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.col {
  margin-bottom: 35px;
}
.footer {
  margin-top: 55px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #575757;
}
.copy {
  color: #bdbdbd;
  text-align: center;
}
.footer-link {
  -webkit-transition: all 301ms ease;
  transition: all 301ms ease;
  color: #d9d9d9;
  text-decoration: none;
}
.footer-link:hover {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-decoration: none;
}
.top-inner {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 61px;
  padding-left: 0px;
  background-color: #3a3a3a;
  text-align: left;
  z-index: 10;
}
.h1-inner {
  margin-top: 20px;
  color: white;
  line-height: 22px;
}
.nav-inner {
  -webkit-transition: all 283ms ease;
  transition: all 283ms ease;
  color: white;
}
.nav-inner:hover {
  padding-top: 25px;
  padding-bottom: 15px;
  color: white;
}
.nav-inner.w--current {
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  color: white;
}
.content {
  margin-top: 111px;
}
.h2-inner {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Exo, sans-serif;
  color: #dbdbdb;
  font-size: 60px;
  font-weight: 200;
  text-align: left;
}
.h2-inner.bottom {
  margin-bottom: 10px;
}
.video-list {
  margin-top: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.video-item {
  margin-bottom: 40px;
}
.bottom-align {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-left: 25px;
}
.video-item-row {
  position: relative;
  margin-bottom: 40px;
}
.video-details-1 {
  width: 20%;
  float: left;
  font-weight: 700;
}
.video-details-2 {
  width: 80%;
  float: left;
}
.nav-item.w--current {
  margin-top: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.29);
  border-bottom: 1px solid rgba(0, 0, 0, 0.29);
  color: #333;
}
.bio-inner {
  max-width: 700px;
}
.left-padding {
  padding-left: 100px;
  text-align: left;
}
.small {
  font-size: 16px;
  line-height: 20px;
}
.img-col {
  padding-right: 0px;
  padding-left: 0px;
}
.img-row {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.padding-bottom .w-video {
  margin-bottom: 15px;
}
.nav {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.nav:hover {
  padding-top: 25px;
  padding-bottom: 15px;
}
.video {
  margin-top: 61px;
}
.w--nav-menu-open .w-nav-link {
  text-align: center;
  color: #000;
}
.w--nav-menu-open .nav-item.w--current,
.w--nav-menu-open .nav-inner.w--current {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  border: none;
}
.w-nav-brand {
  padding-left: 10px;
}
.innerh3 {
  padding-top: 10px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  h1 {
    text-align: center;
  }
  .button.w--current {
    margin-top: 10px;
  }
  .section-grey {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .w-nav-brand {
    padding-left: 0;
  }
  .footer {
    margin-top: 45px;
  }
  .h2-inner {
    margin-top: 34px;
    margin-bottom: 34px;
    padding-left: 10px;
  }
  .menu-trigger-inner {
    color: white;
  }
  .left-padding {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .content {margin-top: 100px;}
  .button.w--current {
    margin-top: 5px;
  }
  .section-grey {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    margin-top: 35px;
  }
  .h2-inner {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .bottom-align {
    position: relative;
  }
  .left-padding {
    padding-left: 10px;
  }
  .w-nav-button {
    padding-left: 5px;
  }
  .navigation, .top-inner {
    height: 54px;
    width: 100%;
  }
  .video {
    margin-top: 54px;
  }
  .content {
    margin-top: 74px;
  }
  .w-nav-brand h1 {
    margin-top: 15px;
  }
  .w-nav-button {
    padding-top: 14px;
  }
  .top-inner .w-nav-button {
    padding-right: 5px;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 100;
  }
  h2 {
    font-size: 32px;
  }
  .button.w--current {
    background-color: #16d2e3;
    color: white;
  }
  .section-grey {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .navigation {
    padding-left: 0px;
  }
  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h1-inner {
    display: block;
    margin-top: 16px;
    float: none;
    font-size: 15px;
    font-weight: 100;
  }
  .h2-inner {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0px;
    font-size: 45px;
  }
  .bottom-align {
    padding-left: 10px;
  }
  .left-padding {
    padding-left: 10px;
  }
  .w-nav-brand {
    padding-left: 0;
  }
}