html, body {
  margin: 0;
  color: #293d33;
  font-size: 18px;
  line-height: 23px;
  background-color: #a3f4cc;
  font-family: "global_sansthree", serif;
}
#root {
}
#root .header {
  overflow: hidden;
  position: relative;
  line-height: 55px;
  background-color: #a3f4cc;
}
#root .header a {
  color: #293d33;
  text-decoration: none;
}
#root .header .menu {
  margin: 0;
  padding: 0;
  width: 640px;
  text-transform: uppercase;
  overflow: hidden;
  float: right;
  list-style: none;
}
#root .header .title {
  float: left;
}
#root .header .title h1 {
  margin: 0 0 0 20px;
}
#root .header .title h1,
#root .header .title h1 strong {
  font-weight: normal;
}
#root .header .title h1,
#root .header .menu li a {
  font-size: 18px;
  line-height: 55px;
}
#root .header .menu li a.active {
  color: #ff6666;
}
#root .header .menu li {
  float: left;
}
#root .header .menu li a {
  margin: 0 20px 0 0;
}

#root .main {
  height: calc(100vh - 55px);
}
#root .main-content {
}
#root .main-content .pull-right {
  float: right;
  width: 620px;
  padding-right: 20px;
}
#root .main-content a {
  color: #293d33;
}
#root .main-content .workshop {
  margin: 20px 0 0;
}
#root .main-content .workshop h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ff6666;
  margin: 0;
}
#root .main-content .contact strong {
  color: #ff6666;
}
#root .main-content .workshop .content p:first-child {
  margin-top: 0;
}
#root .main-content .workshop .pdf {
  text-transform: uppercase;
  color: #ff6666;
  text-decoration: none;
}
#root .slides-pagination {
  text-align: left;
  left: 20px;
  bottom: 20px;
}
#home_video {
  height: calc(100vh - 55px);
  width: 100vw;
}
#root .main-content .left-item {
  position: absolute;
  left: 20px;
  width: calc(100vw - 700px);
  margin-top: 18px;
}
#root .main-content .left-item.to-edge {
  left: 0;
}
#root .main-content .left-item.to-edge img {
  width: 500px;
  height: auto;
}
#root .main-content .left-add {
  position: absolute;
  left: 520px;
  margin-top: 18px;
}
#root .main-content .left-add > a {
  display: block;
  text-decoration: none;
  margin-bottom: 14px;
}
#root .main-content .left-add > a strong {
  color: #ff6666;
}
#about_video {
  width: 100%;
}

/* Make the extra column work...somehow. */
@media screen and (max-width: 1160px) {
  #root .main-content .left-item.to-edge img {
    width: calc(100vw - 660px);
  }
  #root .main-content .left-add {
    width: calc(100vw - 660px);
  }
}
@media screen and (max-width: 1227px) {
  #root .main-content .left-item {
    position: static;
    float: left;
  }
  #root .main-content .left-add {
    margin-left: 20px;
    position: static;
    float: left;
    width: calc(100vw - 680px);
  }
}
@media screen and (min-width: 1161px) and (max-width: 1227px) {
  #root .main-content .left-item.to-edge.with-mid-col img {
    width: 500px;
  }
}
@media screen and (min-width: 1228px) and (max-width: 1439px) {
  #root .main-content .left-item.to-edge.with-mid-col img {
    width: 300px;
  }
  #root .main-content .left-add {
    left: 320px;
    width: calc(100vw - 320px - 660px);
  }
}
@media screen and (min-width: 1440px) {
  #root .main-content .left-add {
    left: 520px;
    width: calc(100vw - 520px - 660px);
  }
}