html,
body {
  margin: 0;
  padding: 0;
  background: #3e494f;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
* {
  position: relative;
}
a {
  color: #872c2b;
}
a:visited {
  color: #872c2b;
}
a:hover {
  color: #460003;
}
h1 {
  text-align: center;
  text-transform: uppercase;
  color: #3e494f;
}
h2 {
  text-align: center;
  text-transform: uppercase;
  color: #3e494f;
}
h2.conf-title {
  margin: 0;
  padding: 10px 10px;
  text-transform: none;
}
h2.conf-title.blue {
  color: #fff;
  background: #127ab9;
}
h2.conf-title.red {
  color: #fff;
  background: #dc181a;
}
h2.conf-title.turquoise {
  color: #fff;
  background: #009ab6;
}
h2.conf-title.orange {
  color: #fff;
  background: #e2583b;
}
h2.conf-title.darkblue {
  color: #fff;
  background: #30469c;
}
h2.conf-title.purple {
  color: #fff;
  background: #502773;
}
h2.conf-title.white {
  color: #3e494f;
  background: #eee;
}
.section {
  padding-bottom: 20px;
}
.content {
  max-width: 1600px;
  margin: auto;
}
.content.narrow {
  max-width: 800px;
  margin: auto;
}
.content.justify {
  text-align: justify;
}
.content .centered {
  text-align: center;
}
.full-width-img {
  width: 100%;
  height: auto;
}
.white-content {
  top: 90px;
  margin-bottom: 90px;
  padding: 30px 0 90px;
  background: rgba(255, 255, 255, 0.95);
}
.padded-content {
  padding: 30px;
}
.header {
  width: 100%;
  height: 90px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.25);
  transition: background 1.0s ease;
}
.header .logo {
  width: 182px;
  height: 73px;
  background: url('../img/EOCI Logo_white.svg') no-repeat;
  background-size: contain;
  display: inline-block;
  top: 10px;
  left: 10px;
}
.header nav {
  float: right;
  position: relative;
  right: auto;
  height: 90px;
  padding-top: 0;
}
.header nav a {
  line-height: 90px;
  height: 90px;
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  font-size: 1.0em;
  background-color: transparent;
  transition: all 1s ease;
  text-shadow: 0px 0px 5px #000;
  font-weight: 400;
}
.header nav a:hover {
  background-color: rgba(62, 73, 79, 0.54);
}
.header nav a.active {
  background-color: rgba(62, 73, 79, 0.75);
}
.header .mobile-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.header .mobile-btn .bar {
  height: 10px;
  margin-bottom: 7px;
  border-radius: 5px;
  background: #fff;
}
.header.opaque {
  background: #3e494f;
}
.header.opaque a:hover {
  background-color: rgba(255, 255, 255, 0.54);
}
.header.opaque a.active {
  color: #000;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1279px) {
  .header nav a {
    font-size: 0.9em;
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .header nav {
    background-color: rgba(62, 73, 79, 0.95);
    position: absolute;
    top: 0px;
    right: -350px;
    height: auto;
    transition: right 1s ease;
    padding-top: 90px;
    overflow: scroll;
  }
  .header nav a {
    line-height: 1.5em;
    height: auto;
    font-size: 2.0em;
    padding: 20px 15px;
    display: block;
    width: 320px;
    text-align: center;
  }
  .header .mobile-btn {
    display: block;
  }
}
.footer {
  background-color: #3e494f;
  padding: 20px 0;
  color: #ccc;
  font-size: 0.7em;
  text-align: center;
  z-index: 9;
}
.home {
  position: relative;
  z-index: 1;
}
.home video {
  width: 100%;
  height: auto;
}
.home .slides {
  overflow: hidden;
}
.home .slides .indicators {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  transition: all 1.0s ease;
}
.home .slides .indicators .item {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  transition: all 1s ease;
}
.home .slides .indicators .item.active {
  background: #fff;
}
.home .slides .left-arrow {
  position: absolute;
  top: 400px;
  left: 20px;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-weight: 300;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 30;
}
.home .slides .right-arrow {
  position: absolute;
  top: 400px;
  right: 20px;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-weight: 300;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 30;
}
.home .slides .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .slides .slide {
  display: none;
  width: 100%;
  height: 100%;
}
.home .slides .slide video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.home .slides .slide .textbox {
  top: 350px;
  width: 100%;
  z-index: 20;
  transition: all 1.5s ease;
  transform: rotateY(-90deg) perspective(300px);
  opacity: 0;
}
.home .slides .slide .textbox .inner {
  margin: 0px auto;
  width: 600px;
  padding: 30px 30px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 20;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: justify;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-weight: 300;
}
.home .slides .slide .textbox .centered {
  padding: 20px 0 0 0;
  text-align: center;
}
.home .slides .slide .textbox .read-more {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 0.5em;
  cursor: pointer;
  display: inline-block;
  margin: auto;
  color: #fff;
  text-decoration: none;
}
.home .slides .slide .textbox .read-more:hover {
  border-color: #872c2b;
}
.home .slides .slide .textbox.fadein {
  opacity: 1;
  transform: rotateY(0deg);
}
.slide-contents {
  z-index: 999;
  top: 90px;
}
.slide-contents .slide-content {
  background: rgba(255, 255, 255, 0.95);
  padding: 60px 30px 60px;
  display: none;
  opacity: 0;
  left: -1920px;
  transition: all 1.5s ease;
}
.slide-contents .slide-content p {
  padding-bottom: 20px;
}
.slide-contents .slide-content .close {
  position: fixed;
  right: 20px;
  top: 110px;
  padding: 10px 16px;
  border: 1px solid #000;
  cursor: pointer;
}
.slide-contents .fadein {
  opacity: 1;
  left: 0px;
}
.picture-frame {
  float: left;
  width: 400px;
  margin: 0 20px 0 0;
  padding: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.picture-frame > img {
  width: 100%;
  height: auto;
}
.picture-frame > div {
  text-align: center;
  font-size: 0.8em;
}
.picture-frame.full {
  float: none;
  width: 800px;
}
.float-left-pad {
  float: left;
  margin: 20px;
}
.float-right-pad {
  float: right;
  margin: 20px;
}
.team-member {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  text-align: center;
  margin: 10px;
  width: 300px;
  background: #fff;
}
.team-member p {
  font-size: 0.8em;
  text-align: justify;
  padding: 5px 10px;
}
.team-member .quote {
  padding: 5px 20px;
  text-align: left;
  font-style: italic;
  font-weight: bold;
}
.team-member .quote > span {
  padding-left: 10px;
  color: #666;
  font-weight: bold;
  font-size: 0.9em;
  font-style: normal;
  display: block;
}
.team-member img.secondary {
  display: none;
}
.team-member:hover img {
  display: none;
}
.team-member:hover img.secondary {
  display: inline;
}
.team-member .name {
  font-weight: 400;
}
.team-member .title {
  font-weight: 300;
  font-size: 0.8em;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.video-container {
  max-width: 980px;
  margin: auto;
  position: relative;
}
.video-container video {
  width: 100%;
}
.video-container .video-label {
  position: absolute;
  padding: 20px;
  top: 20px;
  left: 20px;
  text-align: left;
  color: #fff;
}
.video-container .video-label > h2 {
  color: #fff !important;
  text-align: left !important;
}
