html, body {
  font-family: 'Oswald', "Oswald Regular", Helvetica Neue,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1; }

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

p {
  margin: 0 auto;
  cursor: default;
  line-height: 125%; }

.header {
  width: 100%;
  height: 70px;
  background-color: #000;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0; }

.h-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.logo {
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 54%;
  top: 23%;
  position: relative;
  z-index: 10;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.tb-logo {
  background-image: url(/images/ten-blocks-logo-lrg.png);
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  cursor: pointer; }

.ltm-logo {
  width: 25%;
  height: 70%;
  top: 15%;
  right: 1%; }

.ltm-logo img {
  position: absolute;
  right: 0;
  height: 100%; }

#menu {
  width: 25%;
  height: 100%;
  position: relative;
  left: 0.75rem;
  color: #fff;
  left: 1%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }

.hamburger {
  width: 53px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute; }

.hamburger-1 {
  top: 18%; }

.hamburger-3 {
  bottom: 18%; }

.menu-title {
  position: relative;
  top: 23px;
  width: 53px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  z-index: 10; }

.menu-title:hover ~ .hamburger {
  background: #53a7ea; }

#menu-tray {
  position: fixed;
  height: auto;
  width: 100%;
  top: 0;
  z-index: 19;
  font-size: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

.menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-wrap;
      -ms-flex-flow: row-wrap;
          flex-flow: row-wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 13px 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.menu-about {
  margin-left: 1rem; }

.menu-item {
  list-style: none;
  text-decoration: none;
  color: #fff; }

.no-mobile .menu-item:hover {
  color: #53a7ea; }

.social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
  margin-right: 1rem; }

.social-icons {
  margin: auto 0.9rem;
  display: inline-block; }

.social-icons:nth-child(1) {
  margin-left: 0; }

.social-icons:nth-child(4) {
  margin-right: 0; }

#home {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: transparent;
  visibility: hidden;
  padding: 0; }

.old-iOS #home {
  position: absolute; }

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: #000;
  z-index: 1; }

.iOS .bg {
  position: absolute; }

.bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.filler {
  height: 70px;
  max-height: 70px;
  width: 100%;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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; }

.filler.bottom {
  background: #fff;
  opacity: 1;
  display: block;
  position: relative; }

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #000;
  opacity: 1;
  pointer-events: none; }

.no-js .overlay {
  opacity: 0.4; }

.interactive .overlay {
  background-color: #1f1f1f; }

.panel-container {
  width: 100%;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  position: relative; }

.panel {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
  top: 0; }

.panel:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

.interactive {
  background-image: url(/images/large/interactive.jpg); }

.film {
  background-image: url(/images/large/film.jpg);
  background-position: center 100%;
  left: auto;
  right: 0; }

.heading {
  font-size: 3.8rem;
  color: #fff;
  position: relative;
  text-align: center;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 0px 4px 9px #000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.heading p {
  cursor: pointer;
  color: #fff; }

#main-content {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 8;
  background-color: #fff; }

.old-iOS #main-content {
  top: 100vh; }

.old-iOS .fancybox-slide--image, .iOS-8 .fancybox-slide--image {
  opacity: 0; }

.old-iOS .fancybox-slide--complete, .iOS-8 .fancybox-slide--complete {
  z-index: 99999;
  opacity: 1; }

.about-header {
  height: 70px;
  transition: 0.4s ease;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 18;
  background-color: #fff; }

.about-text {
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin: auto;
  padding: 20px 0.5rem 0;
  transition: 0.4s ease;
  cursor: pointer; }

.about-header:hover {
  background-color: #000;
  transition: 0.4s ease; }

.about-header:hover > .about-text {
  color: #fff; }

.slide {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden; }

.bus {
  background-image: url(/images/large/bus.jpg);
  background-position: center 90%;
  height: calc(100vh - 70px); }

.center-text {
  font-size: 4.5rem;
  text-align: center;
  position: relative; }

.caps {
  text-transform: uppercase; }

.newline {
  display: block; }

.bus-text {
  color: #fff;
  top: 0rem;
  text-shadow: 0px 1px 4px #000;
  padding-bottom: 100px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%); }

.exploring {
  font-size: 3.2rem;
  line-height: 100%; }

.ent {
  font-size: 4.2rem;
  line-height: 100%; }

.laurels {
  position: absolute;
  top: auto;
  bottom: 30px;
  height: auto;
  width: 100%; }

.laurel {
  display: inline-block;
  position: relative;
  bottom: 0;
  width: 27%;
  margin-left: 4.75%;
  white-space: nowrap;
  text-align: center; }

.laurel-img {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: auto; }

.sheffield-img {
  width: 60%; }

.nb-img {
  width: 95%;
  bottom: 50%; }

.believe {
  margin: 4rem auto; }

.created {
  font-size: 1.5rem;
  margin: 0.5rem 2.8rem; }

.diversity {
  font-size: 3.9rem;
  line-height: 130%; }

.greatest {
  font-size: 5rem;
  line-height: 110%; }

.slide-inner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 100px;
  position: absolute;
  z-index: 1; }

.archival {
  background-image: url(/images/large/archival.jpg); }

.bloorcourt {
  background-image: url(/images/large/bloorcourt.jpg); }

.street {
  background-image: url(/images/large/street.jpg); }

.sign {
  background-image: url(/images/large/sign.jpg); }

.tree {
  background-image: url(/images/large/tree.jpg);
  background-position: center 90%; }

.dusk {
  background-image: url(/images/large/dusk.jpg); }

.bike {
  background-image: url(/images/large/bike.jpg); }

.section-title {
  font-size: 2.5rem;
  margin: 2.4rem auto -5px;
  text-align: center;
  box-sizing: border-box; }

.main {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 120%;
  text-align: left;
  width: 80%;
  max-width: 570px;
  margin: 1.8rem auto 4rem;
  color: #222; }

.main p {
  margin: 1rem auto; }

.main a {
  text-decoration: underline;
  font-weight: 400; }

.italics {
  font-weight: 400; }

.right {
  text-align: right;
  color: #666; }

.p-wrapper, .e-wrapper {
  width: 100%;
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 4rem;
  height: auto;
  display: inline-block; }

.participant {
  width: 28%;
  height: 28%;
  margin: 4% 0 0 4%;
  float: left;
  position: relative;
  overflow: hidden; }

.pam, .jesus, .zad-jor {
  margin-top: 0; }

.fges {
  margin-bottom: 2.4rem; }

.the-participants {
  margin-bottom: 2.2rem; }

.portrait {
  width: 100%;
  height: 100%;
  position: relative; }

.portrait-inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.bio {
  position: absolute;
  display: inline-block;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  line-height: 150%;
  opacity: 0; }

.bio p {
  margin-left: 0.75rem; }

.mobile .bio {
  opacity: 1; }

.mobile .archival, .mobile .bloorcourt, .mobile .street, .mobile .sign, .mobile .tree, .mobile .dusk, .mobile .bike {
  background-attachment: scroll;
  background-position: center; }

.name {
  text-transform: uppercase; }

.business, .origin {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 120%; }

.film-caption {
  font-size: 1.8rem;
  margin: 1.8rem 2rem 1.2rem;
  font-weight: 300;
  line-height: 120%; }

.film-caption a, .edu-text-inner a {
  text-decoration: underline;
  font-weight: 400; }

#film, #dvd, .spacer {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  margin: auto;
  position: relative; }

.watch-inner, .trailer {
  width: 64vw;
  height: auto;
  position: relative;
  display: inline-block; }

.int-trailer {
  margin-top: 3rem; }

.trailer iframe {
  height: 36vw;
  max-height: 80vh; }

.watch-title {
  font-size: 1.7rem;
  line-height: 120%;
  margin-top: 1.4rem; }

.watch-title span {
  display: inline-block;
  font-weight: 300; }

.film-description {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: left;
  margin-top: 0.6rem; }

#dvd {
  padding: 2rem 0 4rem; }

#edu-sub {
  margin: 0 auto;
  padding-top: 2.4rem;
  padding-bottom: 0rem; }

.dvd-wrapper, .guide-wrapper {
  position: relative;
  margin: auto;
  width: 92%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.guide-wrapper {
  margin-top: 2.4rem; }

.sub-dvd, .sub-guide {
  width: 65%; }

.edu-text-inner {
  padding: 0 3rem;
  margin-top: 0.5rem;
  max-width: 570px; }

.dvd-img, .guide-img {
  width: 34%;
  height: 420px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/large/edu-dvd.jpg); }

.guide-img {
  background-image: url(/images/large/guide.jpg);
  background-position: 60% center;
  height: 310px; }

.dvd-desc {
  font-size: 1.4rem; }

.guide-desc {
  font-size: 1.4rem;
  top: 50%;
  width: 100%;
  margin: auto;
  text-align: center;
  font-weight: 300; }

.edu-title {
  font-size: 1.3em;
  margin-bottom: 0.2em; }

.dvd-desc a {
  text-decoration: underline;
  font-weight: 400; }

.quotes {
  margin-top: 2.4rem;
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  padding-bottom: 4rem; }

.quotes-title {
  font-size: 1.3em;
  width: 60%;
  text-align: center;
  padding-top: 4rem; }

.quote {
  width: 60%;
  max-width: 860px;
  margin-top: 2.4rem;
  padding-bottom: 0.5rem;
  font-weight: 300; }

.source {
  font-weight: 300;
  max-width: 860px;
  width: 70%;
  text-align: right;
  font-size: 0.8em !important; }

.source span {
  display: block; }

.pls-contact, .dvd-desc-sub {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  margin-top: 0.6rem;
  width: 80%; }

.dvd-desc-sub {
  width: 88%;
  max-width: 460px; }

.pls-contact span {
  display: inline-block; }

.purchase-text {
  font-size: 1.35rem;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto 2rem;
  text-align: center;
  font-weight: 300; }

.price-first {
  margin-top: 1rem; }

.paypal-button {
  text-align: center;
  margin: 1.4rem auto;
  height: auto;
  width: 85%;
  max-width: 245px; }

.paypal-button form {
  width: 90%;
  margin: auto; }

.paypal-button span {
  display: block;
  font-size: 1.1rem;
  margin: 0.4rem auto 0; }

select {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.button-image {
  border: 1px solid #666;
  border-radius: 4px;
  padding: 6px;
  box-shadow: 0px 1px 2px #666;
  width: 100%;
  box-sizing: border-box; }

.copyright {
  font-size: 1.25rem;
  text-align: center;
  color: #222;
  padding-bottom: 4rem; }

.bold {
  font-weight: 400; }

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 80px;
  background: transparent; }

.fancybox-thumbs > ul > li {
  border-color: transparent; }

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
  bottom: 90px; }

.fancybox-caption {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 125%;
  padding: 60px 15%;
  border-top: none; }

.fancybox-infobar__body {
  font-size: 15px;
  line-height: 42px;
  font-family: 'Oswald', Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-button--left {
  position: absolute;
  left: 0;
  top: 50vh;
  font-size: 24px;
  margin-top: -22px; }

.fancybox-button--right {
  position: absolute;
  left: auto;
  right: 0;
  top: 50vh;
  font-size: 24px;
  margin-top: -22px; }

.event {
  width: 39%;
  height: 26%;
  margin: 4% 0 0 7.4%;
  float: left;
  position: relative;
  overflow: hidden; }

.hd, .nb {
  margin-top: 0; }

#select-presentations {
  padding-bottom: 4rem; }

.sub-section-title {
  font-size: 2rem;
  margin: 0.5rem auto 2rem;
  text-align: center;
  box-sizing: border-box; }

.pres-container {
  width: 80%;
  max-width: 570px;
  margin: auto;
  padding: 0px 50px; }

.pres-list {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  list-style-type: square;
  padding-left: 0; }

.pres-list li {
  margin-bottom: 10px; }

.awards-noms {
  padding-top: 2.5rem; }

.more-soon p {
  text-align: center;
  margin: auto;
  padding: 2rem 0 0;
  font-size: 1.5rem; }

.press-wrapper {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 1.8rem; }

.press-inner {
  width: 25.33%;
  height: 110px;
  margin: 2.4rem 4%;
  padding: 0;
  left: 0;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }

.press-inner.top {
  width: 17%; }

.press-inner a {
  width: 80%;
  height: 100%;
  margin: auto;
  z-index: 100;
  display: inline-block;
  position: relative; }

.rc {
  background-image: url(/images/rc.png); }

.tgam {
  background-image: url(/images/tgam.png); }

.pov {
  background-image: url(/images/pov.png);
  background-size: auto 80%; }

.bell {
  background-image: url(/images/bell-fund.png);
  background-size: contain; }

.ca {
  background-image: url(/images/ca.png); }

.com {
  background-image: url(/images/com.jpg); }

.idocs {
  background-image: url(/images/idocs.png);
  background-size: 73% auto; }

.button-inner {
  margin: 1rem auto 2rem;
  padding: 18px 24px;
  font-size: 1.6rem;
  width: auto;
  position: relative;
  display: inline-block;
  box-shadow: inset 0px -3px 7px 0px #1B68AB;
  background-color: #0E3D66;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  transition: 0.4s ease; }

.custom-button {
  width: 100%;
  text-align: center; }

.guide-button a {
  text-decoration: none; }

.cad-button .button-inner {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.usd-button .button-inner {
  margin-top: 0rem; }

.email-button .button-inner {
  margin-top: 2.4rem; }

.unable-to-pay {
  font-size: 1.2rem;
  max-width: 520px; }

.epk-inner {
  margin: 2rem auto 1rem; }

.guide-button .epk-inner {
  margin-bottom: 0; }

.no-mobile .button-inner:hover {
  background-color: #1B68AB;
  transition: 0.4s ease; }

.support {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 2rem; }

.support-text-1 {
  margin: 0 auto 0rem; }

.support-text-2 {
  margin: 0rem auto 0;
  line-height: 110%;
  font-weight: 300; }

.support-logo {
  width: 25%;
  margin: 1rem 1rem 4rem;
  text-align: center;
  display: inline-block;
  white-space: nowrap; }

.support-logo img {
  width: 100%; }

.tgam-support {
  width: 50%; }

.footer {
  position: fixed;
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: 2rem;
  z-index: 100; }

.footer .social {
  margin-right: 0; }

.footer .social-icons {
  margin: 0 0.5rem; }

.footer .social-icons:nth-child(4) {
  margin-right: 0; }

.footer .menu-item {
  font-size: 26px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 1px 1px rgba(0, 0, 0, 0.8); }

.nav {
  border-top: 58px solid transparent;
  margin-top: -58px !important;
  background-clip: padding-box; }

.fancybox-slide #mc_embed_signup {
  border-radius: 4px;
  font-size: 1.2rem;
  padding: 0rem 5rem 1rem;
  text-align: center; }

#mc_embed_signup_scroll h2 {
  font-weight: 400;
  text-align: center; }

.mc-field-group input {
  margin: 5px auto;
  border-radius: 4px;
  padding: 5px 8px;
  color: #000;
  font-size: 1.1rem;
  font-family: 'Oswald', Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 90%; }

#mc-embedded-subscribe {
  background-color: #000;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  padding: 8px 12px;
  margin: 10px auto 4px;
  transition: 0.5s ease;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff; }

#mc-embedded-subscribe:hover {
  background-color: #53a7ea;
  transition: 0.5s ease; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-envelope:before {
  content: "\f0e0"; }

@media (max-width: 960px) {
  .participant, .event {
    width: 44%;
    margin-left: 4%; }
  .old-iOS .participant {
    height: 44vw; }
  .zad-jor {
    margin-top: 4%; }
  .bus-text {
    top: 0.2rem; }
  .dvd-wrapper, .guide-wrapper {
    width: 90%; } }

@media (max-width: 768px) {
  html, body {
    font-size: 62.5%; }
  .header, .about-header {
    height: 60px; }
  .filler {
    height: 60px;
    max-height: 60px; }
  .about-text {
    font-size: 22px;
    padding-top: 16px; }
  .menu-title {
    top: 21px;
    width: 46px;
    font-size: 18px; }
  .hamburger {
    width: 46px; }
  .panel {
    -webkit-filter: grayscale(20%);
            filter: grayscale(20%); }
  .interactive, .film {
    width: 100%;
    height: 50%;
    background-size: 100% auto; }
  .interactive {
    background-position: center 10%;
    background-image: url(/images/small/interactive.jpg); }
  .film {
    top: 50%;
    background-image: url(/images/small/film.jpg); }
  .film-caption, .watch-title, .dvd-desc, .guide-desc, .quotes {
    font-size: 2rem; }
  .sub-section-title {
    font-size: 2.4rem; }
  .tb-logo {
    background-image: url(/images/ten-blocks-logo-sml.png);
    background-size: auto 100%;
    height: 80%;
    top: 10%; }
  .slide {
    height: 50vh; }
  .bus {
    background-image: url(/images/small/bus.jpg); }
  .archival {
    background-image: url(/images/small/archival.jpg); }
  .bloorcourt {
    background-image: url(/images/small/bloorcourt.jpg); }
  .bus-text {
    font-size: 2.5rem;
    padding-top: 2rem;
    top: 0;
    padding-bottom: 40px; }
  .laurels {
    bottom: 10px; }
  .created {
    font-size: 2rem;
    margin: 0.5rem 2.8rem; }
  .break {
    display: block; }
  .diversity {
    font-size: 3.2rem; }
  .greatest {
    font-size: 4.3rem; }
  .section-title {
    font-size: 3rem;
    margin: 2.4rem auto 5px; }
  .fges {
    margin-bottom: 2.4rem; }
  .pres-container {
    width: auto;
    max-width: 400px;
    margin: auto;
    padding: 0px 25px 0px 50px; }
  .the-participants {
    margin-bottom: 2.2rem; }
  .watch-inner, .trailer {
    width: 80vw; }
  .trailer iframe {
    height: 45vw; }
  .main {
    width: 80%;
    font-size: 1.8rem; }
  .film-description, .pls-contact, .dvd-desc-sub, .pres-list {
    font-size: 1.8rem; }
  .pls-contact {
    width: 92%; }
  .film-caption span {
    display: block; }
  .unable-to-pay {
    font-size: 1.5rem;
    max-width: 400px; }
  .purchase-text {
    font-size: 1.5rem;
    max-width: 320px; }
  .dvd-img {
    background-image: url(/images/small/edu-dvd.jpg); }
  .guide-img {
    background-image: url(/images/small/guide.jpg); }
  .street {
    background-image: url(/images/small/street.jpg); }
  .sign {
    background-image: url(/images/small/sign.jpg); }
  .tree {
    background-image: url(/images/small/tree.jpg); }
  .dusk {
    background-image: url(/images/small/dusk.jpg); }
  .bike {
    background-image: url(/images/small/bike.jpg); }
  .bio {
    font-size: 2rem; }
  .business, .origin {
    font-size: 1.7rem; }
  .no-mobile .bio {
    opacity: 1; }
  .event {
    width: 84%;
    height: 84%;
    margin-left: 8%;
    margin-bottom: 0%;
    margin-top: 8%; }
  .old-iOS .event {
    height: 56vw; }
  .hd {
    margin-top: 0; }
  .fges {
    margin-bottom: 2.4rem; }
  .copyright, .more-soon p {
    font-size: 1.8rem; }
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    bottom: 0; }
  .fancybox-caption-wrap {
    padding: 60px 15px 0; }
  .fancybox-caption {
    font-size: 1.8rem;
    padding: 40px 5%; }
  .press-inner {
    height: 90px; }
  .support {
    font-size: 2rem; }
  .support-logo {
    margin-left: 0;
    margin-right: 0;
    width: 30%; }
  .tgam-support {
    width: 60%;
    height: 70px; } }

@media (max-width: 640px) {
  .press-inner, .press-inner.top {
    width: 40%;
    margin: 2rem 5% 2rem;
    height: 80px; }
  .bloorcourt-logo, .xmi, .rbc {
    display: block;
    width: 50%;
    margin: 2rem auto; }
  .press-inner.idocs {
    width: 52%;
    margin: 2rem 24% 2rem; }
  .quote {
    width: 80%; } }

@media (max-width: 720px) {
  .menu-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin: 8px 0;
    padding: 0;
    width: 50%; }
  .menu-item {
    padding: 6px 8px; }
  .menu-about {
    margin-left: 0; }
  .sub-dvd {
    width: 100%; }
  .dvd-img, .guide-img {
    height: 40vh;
    min-height: 40vh;
    margin-bottom: 2.4rem; }
  .guide-img {
    margin-top: 2.4rem; }
  .quotes {
    margin-top: 0; }
  .unable-to-pay {
    margin-bottom: 2.4rem; }
  .source span {
    display: inline;
    width: 90%; }
  .paypal-button {
    text-align: center;
    margin: 1.8rem auto; }
  .social-icons {
    margin: auto 0.5rem; }
  .social-icons:nth-child(4) {
    margin-right: 0rem; }
  .copyright {
    padding-bottom: 2rem; }
  .support-logo {
    margin-bottom: 1rem; }
  .footer {
    position: relative;
    display: block;
    margin: auto;
    bottom: auto;
    right: auto;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: #fff; }
    .footer .social {
      display: block; }
    .footer .menu-item {
      color: #000;
      text-shadow: none; }
    .footer .social-icons:nth-child(4) {
      margin-right: 0.5rem; } }

@media (max-width: 480px) {
  .tb-logo {
    height: 70%;
    top: 15%; }
  .ltm-logo {
    height: 70%;
    top: 15%; }
  .slide {
    height: 42vh; }
  .participant {
    width: 84%;
    height: 84%;
    margin-top: 8%;
    margin-left: 8%; }
  .old-iOS .participant {
    height: 84vw; }
  .the-participants {
    margin-bottom: 2rem; }
  .pam {
    margin-top: 0; }
  .bus-text {
    padding-top: 10px; }
  .exploring {
    font-size: 2.3rem; }
  .ent {
    font-size: 3rem; }
  .diversity {
    font-size: 2.9rem; }
  .greatest {
    font-size: 4rem; }
  .bio {
    font-size: 1.8rem; }
  .business, .origin {
    font-size: 1.6rem; }
  .watch-title span {
    display: block; }
  .watch-inner, .trailer {
    width: 84vw;
    margin: 0;
    display: inline-block; }
  .int-trailer {
    margin-top: 2.4rem; }
  .trailer iframe {
    height: 47.25vw; }
  .interactive {
    background-image: url(/images/mobile/interactive.jpg); }
  .film {
    background-image: url(/images/mobile/film.jpg); }
  .bus {
    background-image: url(/images/mobile/bus.jpg); }
  .archival {
    background-image: url(/images/mobile/archival.jpg); }
  .bloorcourt {
    background-image: url(/images/mobile/bloorcourt.jpg); }
  .dvd-img {
    background-image: url(/images/mobile/edu-dvd.jpg); }
  .guide-img {
    background-image: url(/images/mobile/guide.jpg); }
  .street {
    background-image: url(/images/mobile/street.jpg); }
  .tree {
    background-image: url(/images/mobile/tree.jpg); }
  .dusk {
    background-image: url(/images/mobile/dusk.jpg); }
  .bike {
    background-image: url(/images/mobile/bike.jpg); }
  .sign {
    background-image: url(/images/mobile/sign.jpg); }
  .fancybox-caption {
    font-size: 1.5rem; }
  .support-logo {
    width: 60%; }
  .tgam-support {
    width: 70%; } }

@media (max-width: 320px) {
  .diversity {
    font-size: 2.7rem; }
  .greatest {
    font-size: 3.7rem; }
  .exploring {
    font-size: 2.1rem; }
  .ent {
    font-size: 2.8rem; }
  .heading {
    font-size: 3rem; } }

@media (max-width: 320px) and (max-height: 480px) {
  .old-iOS .interactive .heading {
    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%); }
  .old-iOS .film .heading {
    -webkit-transform: translateY(-85%);
        -ms-transform: translateY(-85%);
            transform: translateY(-85%); }
  .slide {
    height: 50vh; } }

@media (min-width: 1600px) {
  .idocs {
    background-size: contain; } }
