/* Good Pitch v4 - 
Doc Society - james@docsociety.org
------------------------------------
*/

@import url('fonts.css') all;
@import url('helpers.css') all;
@import url('font-awesome.min.css') all;

/* RESET
------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  vertical-align: baseline;
  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  clear: left;
  }
html {
  overflow-y: scroll;
  background: #FFF;
  }
ul li {
  list-style: none;
}

/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

/* Bootstrap Grid */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/* Typography
------------------------------------
*/
body {
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
  font-family: "Gotham", 'Helvetica Neue', Arial, sans-serif;
}

.body-copy p,
.body-copy li {
	/*max-width: 37.500em;*/
}

.body-copy li {
	list-style: disc;
}
.form fieldset > legend,
.award,
.event-list h4,
.featured-event h4,
.for-filmmakers .big-number,
.events a,
.past-events a,
.stats .number,
.concept .upcoming,
.event-page .mainstage strong,
.invite strong,

h1, h2, h3 {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.25em;
  line-height: 1.1em;
  text-rendering: optimizeLegibility;
  font-family: 'Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.8em;
  line-height: 1.2em;
  text-rendering: optimizeLegibility;
  font-family: 'Gotham', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;	
}

h1 { font-size: 6vw; line-height: 1; }
h2 { font-size: 5vw; }
h3 { font-size: 4vw; }
h4 { font-size: 3vw; }
h5 { font-size: 2vw; }
h6 { font-size: 1vw; }


p, ul, ol, dl, blockquote {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
  }

nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

i, em { font-style: italic; }
small { font-size: 80%; }
sup { font-size: 0.5em !important; vertical-align: super !important;   top: inherit !important; }


/* Links
------------------------------------
*/
a, a:visited { outline: none; color: #00a0e0; text-decoration: none; }
a:hover { color: #000; outline: none; text-decoration:none; cursor: pointer;}
a:active, a:focus { color: #000; outline: none; }

a:hover {
	color: #476b79;
		-webkit-transition:  0.3s; /* Safari and Chrome */
		   -moz-transition:  0.3s; /* Firefox 4 */
	   		    transition:  0.3s;
}

.btn, .button {
	display: inline-block;
	padding: 13px 30px;
	background-color: #00a0e0;
	color: #fff !important;
	font-family: grotesque;
	text-transform: uppercase;
	font-size: 1.8em;
	margin-bottom: 3px;
	transition:  0.3s;
}

	.btn:hover, .button:hover {
		background-color: #fff ;
		color: #00a0e0 !important;
	}

.btn.inverted, .button.inverted {
	background-color: #fff ;
	color: #00a0e0 !important;
}

	.btn.inverted:hover, .button.inverted:hover {
		background-color: #00a0e0;
		color: #fff !important;
	}

.btn.btn-sm {
  font-size: 1em;
  padding: 7px 13px;
}

.btn.btn-block {
  display: block;
  text-align: center;
}


/* Menu
------------------------------------
*/

@media screen and (max-width: 767px) {
    header {
        height:80px;
        margin:0 auto 0 auto;
        background-color:#a1daf8;
	}
    nav {
        height:68px;
        background:#333;
        text-transform: uppercase;
        font-family: 'Grotesque';
        z-index: 1;
	}
    nav input#dropdown, nav label {
        position: absolute;
        top: 25px;
        right: 14px;
        width: 83px;
        height: 35px;
        font-size: 25px;
	}
	nav input#dropdown{
		opacity:0;
	}
	nav label{
		color: #fff;
	}
	nav label:hover{
		cursor:pointer;
	}
	nav input#dropdown:checked ~ label{
		color: #eee;
	}
	nav input#dropdown:checked ~ ul{
		display:block;
	}
	nav input, nav label, nav p{
		display:block;
	}
	nav{
		height:80px;
	}
	nav > ul {
		display:none;
		top:80px;
		position: absolute;
		z-index: 1;
		background-color:#333;
	}
	nav ul > li {
		display:inline-block;
		width:100%;
		height:auto;
		float:none;
		padding: 10px 5px;
	}
	nav ul li > a{
		width:100%;
		height:38px;
		color:#FFF !important;
		font-size:17px;
		line-height:1;
		text-align: left;
		padding-left: 5px;
	}
	nav ul:hover li.active > a{
		color:#FFF;
	}
	nav ul ul{
		position:relative;
		width:100%;
		height:auto;
		visibility:visible;
		opacity:1;
		background:#444;
	}
	nav ul:hover li.active ul{
		visibility:visible;
		opacity:1;
		margin:0;
	}
	nav ul ul li{
		border-bottom:none;
		display: inline-block;
		width: 19%;
		text-align: left;
	}
	nav ul ul li:first-child a{
		padding-left:0;
	}
	nav ul ul li a{
		text-transform: uppercase;
		width:auto;
		padding:0;
		background:#444;
		-webkit-transition:background 190ms linear, color 190ms linear;
		-moz-transition:background 190ms linear, color 190ms linear;
		-ms-transition:background 190ms linear, color 190ms linear;
		-o-transition:background 190ms linear, color 190ms linear;
		transition:background 190ms linear, color 190ms linear;
	}
	nav ul ul li:hover a{
		color:#FFF;
	}
	nav ul li.social-icon {
		display: none;
	}
	nav span.logo {
		position:absolute;
		top:-4px;
		left:14px;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:19px;
		color:#FFF;
	}
	nav span.logo a {
		position: relative;
		height: 60px;
		width: 180px;
		z-index: 1;
		display: block;
	}
	nav span.logo img {
		max-width: 180px;
	}
}
@media screen and (max-width: 480px) {
	nav_container{
		width:94%;
	}
	nav ul ul li{
		width:25%;
	}
}
@media screen and (max-width: 320px) {
	nav ul ul li{
		width:33.33%;
	}
}

/* Footer
------------------------------------
*/

footer {
    background-color:#666;
	color: #fff;
	padding-bottom: 0;
	border-bottom: 8px #00a0e0 solid;
	line-height: 16px;
}
	footer h2, footer h3 {
		display:block;
		border-bottom: 3px solid #ccc;
		padding-bottom: 0.1em;
	}
	
	footer hr {
		border-color: #ccc;		
	}
	
	footer a, footer a:visited {
		color: #a6def6;
	}

	footer a:hover {
		background-color: #a6def6;
		color: #666;
		}
				
	footer .image-holder {
		text-align: center;
	}

	footer img {
		float: none;
		margin: inherit;
		max-height: 60px;
	}
	
	footer .footer-stamp {
		position: absolute;
		right: 3em;
		margin-top: -5em;
	}

	footer img:hover {
		opacity: 0.8;
		}

	footer img.logo-main {
		float: none;
		margin: inherit;
		max-height: 100px;
	}

	footer .container ul {
		list-style: none;
	}
	
	footer .three-col li {
		margin-bottom: 1em;
	}


	
		footer ul.footer-social li, footer ul.coming-soon li {
		    display: inline-block;
		    color: #fff;
		    vertical-align: middle;
		}
		
	footer ul.footer-social, footer ul.coming-soon {
	    display: inline-block;
	    margin: 0px;
	}

footer .footer_logos {
	background-color: #1d1d1b;
	text-align: center;
	padding-bottom: 0;
}


	footer section.footer_logos p {
		margin-bottom: 0;
		color: #999;
	}

  footer section.footer_logos a:hover {
    background: none;
    transform: scale(1.05);
  }

footer section.footer_logos p.copyright-bar {
	font-size: 0.8em;
	display: block;
	color: #fff;
	background-color: #000;
	padding: 17px 0;
	}

footer .container ul.three-col li {
	margin-top: 0;
	padding-top: 0;
	padding-right: 10px;
}

	footer .container ul li a {
		display: block;
		margin: 2px 0 0;
		padding: 2px 10px;
		font-size: 1em;
	}

	footer .container ul li h3 {
		display: block;
		padding: 4px 10px 0;
		font-size: 2em;
		margin: 0;
	}



/* Team Modal
------------------------------------
*/

.modal-backdrop.fade.in {
	display: none;
}


.modal-full .modal-dialog {
	width: 66vw;
	min-height: 100vh;
	background: #333;
	margin: 0;
	left: 0;
}

.modal-full .modal-content {
	border-radius: 0;
	background: transparent;
	border: none;
	color: #fff;
}

.modal-full .close {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    height: 54px;
    width: 54px;
    overflow: hidden;
}
.modal-full .close span {
    line-height: 0.7;
    display: block;
    height: 54px;
    color: #fff;
}

.modal-full .close:hover {
    transform: rotate(90deg);
}

/* Lightbox
------------------------------------
*/

.modal-backdrop.in {
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    background-color: #333333;
}
.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}
.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.ekko-lightbox .modal-header .close {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    text-shadow: 0;
    font-weight: 100;
    margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #fff;
    padding: 0;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.ekko-lightbox .modal-footer {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 0;
}
.ekko-lightbox-nav-overlay a {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    text-shadow: none;
}

/* Layout
------------------------------------
*/

section {
	padding: 0;
	margin: auto;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
section .container {
	padding: 3em 0em;
	margin: 0 auto;
	width: 96%;
}
section .short {
	padding: 0em;
	margin: 0 auto;
	width: 98%;
}
section .narrow {
	max-width: 47.5em;
	margin: 0 auto;
}

section .two-thirds {
	max-width: 50em;
	margin: 0 auto;
}

section ul.row {
	list-style: none;
}

.one-col {  /* Legacy class for forms etc - works like container-fluid*/
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3em;
}
.one-col {
  /* Centered single column layout (used on login screens) */
  /* width: 30%;
  margin: 0 5% 2.5% 0;
  position: relative;
  padding: 2em 0em; */
}

.full-width {
  width: 100%;
}

  
.two-col-one-primary {
  /* two column layout with .col1 as the primary (larger) column */
}

.two-col-one-primary .col1 {
  width: 66%;
  float: left;
  margin-right: 4%;
}

.two-col-one-primary .col2 {
  width: 30%;
  float: left;
}

.two-col-two-primary {
  /* two column layout with .col1 as the primary (larger) column */
}

.two-col-two-primary .col2 {
  width: 66%;
  float: left;

}

.two-col-two-primary .col1 {
  width: 30%;
  float: left;
    margin-right: 4%;
}


.three-col {
  width: 100%;
  overflow: hidden;

}

  .three-col ul {
    margin-bottom: 0;
  }

  .three-col li {
    width: 30%;
    margin: 0 5% 0 0;
    float: left;
  }

  .three-col li a {
    border: none;
  }

  .three-col li:nth-child(3n+3){
    margin-right: 0;  
  }

  .three-col li:nth-child(3n+1){
    clear: left;  
  }

/*
  Four equal column layout
*/

.four-col {
  
}

  .four-col li {
    width: 21.25%;
    margin: 0 5% 1em 0;
    float: left;
  }
  
  .four-col li:nth-child(4n+4){
    margin-right: 0;  
  }

/*
  Five equal column layout
*/

.five-col {
  
}

  .five-col li {
    width: 16%;
    margin: 0 5% 1em 0;
    float: left;
  }
  
  .five-col li:nth-child(5n+5){
    margin-right: 0;  
  }


/*
  Six equal column layout
*/

.six-col {
  
}

  .six-col li {
    width: 13%;
    margin: 0 4% 1em 0;
    float: left;
  }
  
  .six-col li:nth-child(6n+6){
    margin-right: 0;  
  }

a.anchor {
	display: block;
	position: relative;
	top: -102px;
	visibility: hidden;
}

.text-box div, .text-box li {
	padding: 2em 0;
}

.text-box a {
	color: #000;
}

.film-box {
	background-size: cover;
	background-repeat: no-repeat;
}

.film-box a {
	/* color: #fff; */
	}

.intro {
	min-height: 50vh;
	padding: 1em 0;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	        background-position: top center;
}

	.intro h1 {
		margin: 0.1em;
	}

.shade-right, .shade-down {
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
		-webkit-transition:  1s; /* Safari and Chrome */
		   -moz-transition:  1s; /* Firefox 4 */
	   		    transition:  1s;
}

.shade-down {
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}

.film-box .shade-down:hover {
	text-decoration: underline;
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
}

.image-panel {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	        background-position:center;
          min-height: 200px;
}

.image-panel-bg-parent {
          position: relative;
}

.image-panel-bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.case-studies .image-panel {
  min-height: 40vh;
  padding-top: 15vh;
}

.quote em {
	font-weight: normal;
	line-height: 1.5em;
	}

.bd-stamp {
	position: absolute;
	width: 25vw;
	height: 25vw;
	border-radius: 50%;
}

.one-col li {
	margin: 0;
	list-style: none;
}

.two-col li {
	margin: 5%;
	list-style: none;
}

.three-col li {
	margin: 5%;
	list-style: none;
}

.four-col li {
	margin: 5%;
	list-style: none;
}

.five-col li {
	margin: 5%;
	list-style: none;
}

.event-page .mainstage {
  background-color: #00aef1;
  padding: 1.5em 0;
}

.event-page .mainstage strong {
  font-size: 2em;
  color: #2C2C2C;
  border-bottom: 0.1em solid #2c2c2c;
  margin-bottom: 0.5em;
  display:inline-block;
}

.event-page .mainstage p {
  color: #fff;
  margin-bottom: 0;
  color: #2C2C2C;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  padding: 0.8em;
}

.event-page.archived h1 {
  font-size: 3em;
}

.blurb {
  text-align: center;
}

.blurb h2 {
  font-size: 1.5em;
}

.blurb p {
  margin: 0;
}

.blurb em {
  color: #00aef1;
  font-style: normal;
}

/* Activate Page */

.activate-page .mainstage {
  background-color: #8acecb;
  }

/*Edit event*/

.stats li {
  padding: 1em 0 ;
}


.stats .over-capacity {
  color: #de6466;
}

.applyform .help {
  display: block;
        margin-top: 0.5em;
        margin-left: 0.25em;
  font-size: 0.9em;

}

h2.manageInviteBox {
  display: block;
  float: left;
  padding-right: 10px;
}

.form input[type="text"].manageInviteBox {
  display: block;
  max-width: 100%;
  width: 590px;
}

div#searchResults {
  clear: both;
  margin-top: 30px;
}

.session-form input[type="checkbox"] {
  float: left;
  margin: 5px 10px 0 0;
}

.session-form label {
  margin-top: 10px;
}

.form.session-form li {
  margin-bottom: 0;
}


.mainstage {
  color: #fff;
  text-align: center;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
  background-color: #000;

  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
          background-position:center;
}

div.container.manageEventHeader {
  padding: 0.5em 0;
  margin-top: 0.9em;
}
  div.container.manageEventHeader h1 {
    color: #8acfcc;
  }

  div.container.manageEventHeader h2, div.container.manageEventHeader p {
    display: inline-block;
    padding-right: 0.5em;
    margin-bottom: 0;
  }

section.manageDashboard h5 {
  clear: both;
}

.edit-event-page .mainstage {
  background-color: #dedede;
}

.mainstage h1 {
  margin: 0.1em;
}

.mainstage h2 {
  font-size: 4.6em;
  margin: 0;
}

.mainstage p {
    max-width: 24em;
    margin: 0 auto;
    margin-bottom: 1em;
    font-size: 1em;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
}

.event-page .mainstage p {
  font-size: 1em;
}

/* ---------------------------------------------------
Supporter Logos
*/

.logos {
	/* text-align: center; */
  margin: 0em auto 3em auto;
}

  .logos li, .logos-group li {
    list-style: none;
  }

	.logos-group .container > ul > li, .logos .container > ul > li {
		/* width: 100%;
		display: table; */
    display: inline-block;
    vertical-align: top;
	}

	.logos-group h3{
		color: #a6def6;
		font-size: 2.2em;
		margin-bottom: 0;
		padding-top: 1em;
	}

  .logos-group h2 {
    text-align: center;
  }

	.logos-group ul li ul li {
		display: inline-block;
		width: 140px;
		height: 140px;
		margin: 0 20px 5px 0;
		line-height: 160px;
		/* text-align: center; */
	}

	.logos-group img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
    filter: grayscale(100%);
	}

/* GP 10 Stamp */

div.gp10-stamp {
	width: 200px;
	height: 200px;
	background: url(../images/logos/gp10-stamp.png) no-repeat center center;
	background-size: cover;
}

/* Layout
--------------------------------------*/

.mainstage {
	min-height: 50vh;
	background-size: cover;
}

/* Quote Bubble */

.quote-bubble.bd-blue {
  background-color: transparent;
}

.quote-bubble p {
	padding: 20px 30px 20px 50px;
}
.quote-bubble p:first-child {
	background-color: #999;
	display: block;
	position: relative;
	margin-bottom: 5px;
}

  .quote-bubble.bd-blue p:first-child {
    background-color: #00a0e6;
  }

.quote-bubble p:first-child:before {
    content: '\201C';
    font-family: Georgia, serif;
    font-size: 48px;
    color: rgba(255,255,255,0.5);
    position: absolute;
    left: 20px;
    top: 30px;
}

.quote-bubble p:first-child:after {
	display: block;
	content: '';
	width: 0;
    height: 0;
    border-top-width: 20px;
    border-top-style: solid;
    border-right: 20px solid transparent !important;
    position: absolute;
    bottom: -20px;
    left: 20px;
    border-color: #999;
}
    .quote-bubble.bd-blue p:first-child:after {
        border-color: #00a0e6;;
    }

.quote-bubble p:first-child {
	font-weight: bold;
	color: #fff;
}
	.impact-guide .quote-bubble p:first-child {
		background-color: #a69ac2;
	}
	.impact-guide .quote-bubble p:first-child:after {
	    border-color: #a69ac2;
	}
	
/* Home Page
--------------------------------------*/

.home-hero .home-left {
	text-align: center;
	padding-top: 10vh;
	background-size: cover;
	background-repeat: no-repeat;
}	
	.home-hero .home-left h2 {
		color: #fff;
		text-decoration: underline;
		padding-top: 50px;
	}

	.home-hero .home-left p {
		font-size: 19px;
		color: #333;
		margin: 0 20%;
		padding-bottom: 5vh;
	}

	.home-hero .home-left img {
		max-width:400px;
	}
	
.home-hero .home-right {
	position: relative; /* For the stamp positioning */
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	padding-bottom: 50px;
	}
	
.home-hero div.gp10-stamp {
	position: absolute;
	bottom: 20px;
	right: -20px;
	z-index: 1;
	opacity: 0.5;
}

.home-puzzle {
	background-size: 100%;
	background-repeat: no-repeat;
}

#home span.logo {
	display: none;
}

ul.staff li:nth-child(4n+1) {
	clear: both;
}

.team div {
    min-height: 45vh;
}

.team div p {
   border-top: 7px #000 solid;
   padding-top: 10px;
   margin-top: 0;
}

.team div:nth-child(1) h5 {
  border: 7px #00a0e6 solid;
  color: #00a0e6;
  padding: 10px 10px 60px 10px;
  font-size: 24px;
}
.team-consult div:nth-child(1) h5 {
  border: none;
  background-color: #00a0e6;
  color: #fff;
  padding: 10px 10px 90px 10px;
  font-size: 24px;
}

.team div:nth-child(5n+1) {
    /*clear: left;*/
}

/* ul.team li:nth-child(4n+1) {
	clear: both;
} */

.team img.team-image {
	cursor: pointer;
  margin-bottom: 0;
}
	
/* Events */

.events-index-page .mainstage {
	background-position: center center;
}

.event-years ul {
	width: 100%;
	text-align: left;
}
.event-years ul li {
	width: 14%;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
	height: 2em;
	text-align: center;
}
.event-years ul li.highlight:after {
	display: block;
	content: '^';
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 22px;
}
.event-years ul li a {
	font-family: 'grotesque' !important;
	font-size: 2em;
	text-decoration: underline;
}

ul.events {
  list-style: none;
  text-align: left;
}
ul.past-events {
  list-style: none;
  text-align: left;
  width: 90%;
  margin: 2em auto 0 auto;
}
  ul.events li, ul.past-events li {
    width: 32%;
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    padding: 0 10px 0px 50px;
    margin: 0 1% 1em 0;
    min-height: 260px;
    height: 32vh;
}
  ul.past-events li {
    padding: 0 50px 50px 50px;
    min-height: 35vh;
  }
  ul.events li a, ul.past-events li a {
    font-size: 2.5em;
    text-decoration: underline;
    display: inline-block;
    line-height: 1;
    padding: 20px 0 0 0;
    border-top: solid #000 6px;
  }
  ul.past-events li a {
      padding: 50px 0 0 0;
      width: 40%;
      font-size: 3em;
      margin-right: 50px;
  }
  ul.events li a strong, ul.past-events li a strong {
      font-weight: normal;
  }
  ul.events li p, ul.past-events li p {
      display: inline-block;
      vertical-align: top;
      padding-top: 10px;
  }
  ul.past-events li p {
      width: 30%;
      padding-top: 2em;
  }
/*Event detail page*/

.invite {
  padding: 1.5em 0;
  background-color: #eee;
  text-align: center;
}

  .invite strong {
    margin: 0 0.5em 0 0;
    padding: 0;
    line-height: 1em;
    font-size:1.5em;
    vertical-align: middle;
  }

section.inverted {
    background-color: #333;
    color: #fff;
}

.event-page .films .container {
  border-top: 1px dotted #ccc;
  padding-top: 2em;
}

.event-page.archived .mainstage {
  background-color: #8acecb;
}

.event-logo {
  max-width: 100%; 
  width: 90vw; 
  padding-top: 0vh;
}

.films .mobile-slats {
    border-top: none;
    margin-bottom: 0;
}

.films p {
    font-size: 0.875em;
}

.films strong {
    font-size: 1em;
}

.short-synopsis {
    margin-top: 200px;
}

.short-synopsis h1 {
    font-size: 5em;
    color: #fff;
}

.overlay {
    background-color: #000;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.image-big {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
    background-color: #000;
    position: relative;
}

ul.production-team h3 {
    font-size: 1.75em;
}

.inverted .mobile-slats li {
    border-color: #444;
}

.image-list li {
    width: 9.55%;
    margin: 0 0.5% 0.5% 0;
    display: inline-block;
    width: 170px;
    height: 160px;
    margin: 0 20px 5px 0;
    line-height: 160px;
    text-align: center;
}

  .image-list :nth-child(6n+6){
      margin: 0 0.5% 0.5% 0;
    }

  .image-list :nth-child(10n+10){
      margin: 0;
    }

ul.schedule li {
  font-size: 1.1em;
  padding: 8px;
  color: #666;
}

ul.schedule li.odd {
  background-color: #f9f9f9;
}

.schedule-name {
  font-size: 1.1em;
  color: #999;
  border-bottom: 3px solid #999;
}

.day-name {
  font-size: 2.3em;
  color: #999;
}

.trailer {
  text-align: center;
  padding-bottom: 2em;
}

.trailer-embed {
  width: auto;
  line-height: 0;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 30px 5px rgba(0,0,0,0.3);
  max-width: 720px;
  margin: 0 auto;
}

/*Event Directory page*/

.events-directory-page .mainstage {
  padding: 10em 0 1em;
}

.events-directory-page .directory-search {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
}
.events-directory-page .directory-search input {
    padding: 0.4em;
    border: none;
    border-radius: 5px;
    font-size: 1.4em;
}

.events-directory-page ul.directory-list {
  margin: 1em 0;
}

.events-directory-page ul.directory-list li {
  vertical-align: top;
  width: 48%;
  display: inline-block;
  border-top: 9px #00a0e0 solid;
  padding-bottom: 30px;
}

.events-directory-page ul.directory-list li div.directory-image {
  height: 0;
  padding-bottom: 90%;
  width: 100%;
  margin: 0px 0 6px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.events-directory-page ul.directory-list li .name {
  line-height: 0.9;
  font-size: 1em;
}

.events-directory-page ul.directory-list li .org {
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  margin-top: 2px;
}

.events-directory-page ul.directory-list li .region {
  font-size: 0.7em;
  padding: 3px 0 5px 0;
  line-height: 1;
}

.events-directory-page ul.directory-list li .social {
  border-top: 1px dotted #999;
  text-align: right;
}
.events-directory-page ul.directory-list li .social a {
  font-size: 0.9em;
  margin-right: 3px;
}

/* 
  Overrides for mobile-slats
 */
 
 .mobile-slats {
  border: none;
 }
  .mobile-slats img {
    width: 100%;
    height: inherit;
    float: left;
    margin: 0 0 0.5em 0;
  }
  
  .mobile-slats li {
    border: none;
  }



/*Full width Video*/

.full-width-video {
  background-color: #000;
  color: #fff;
  text-align: center;
}
  .full-width-video h2{
    padding-top: 1em;
  }

  .full-width-video .fitvid {
    max-width: 1200px;
    margin: 0 auto;
  }

  .event-page.archived h1 {
  font-size: 3em;
}

.blurb {
  text-align: center;
}

.blurb h2 {
  font-size: 1.5em;
}

.blurb p {
  margin: 0;
}

.blurb em {
  color: #00aef1;
  font-style: normal;
}


/* Alerts */

aside {
  width: 100%;
}

.bump {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  }

.bump p {
  padding: .5em 0;
  margin: 0;
}

.bump-info {
  background-color: #f63;
}

.bump .button, .bump a.button, .bump a:visited.button, .bump a.button-small {
    padding: 0.75em 1.5em;
    background-color: #00aef1;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    -o-transition: width 2s;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    font-size: .875em;
}

.bump a.button-small {
    padding: 0.25em 1em;
    font-size: 0.75em;
}

.alert {
  width: 100%;
  padding: 0;
  text-align: center;
  display: none;
  color: #fff;
  }

.alert p {
  padding: .5em 0;
  margin: 0;
}

.alert-error {
  background-color:  #de6466;
}

.alert-success {
 background-color: #5ec75a;
}

.alert-info {
  background-color: #00aef1;
}

i.alert-error, i.alert-warning {
  color:  #de6466;
  background-color: transparent;
}

i.alert-success {
  color: #5ec75a;
  background-color: transparent;
}

i.alert-info {
  color: #00aef1;
  background-color: transparent;
}

.button-warning {
  background-color: #de6466 !important;
}
  .button-warning:hover {
    background-color: #ff8183 !important;
  }

.image-upload {
  width: 100%;
}

.meta {
  color: #666;
  font-size: .875em;
}

a.dismissable {
  color: #fff;
  text-decoration: underline;
}

.well {
  background-color: #f2f2f2;
  padding: 2.3em;
}

/* Activate Page */

.activate-page .mainstage {
  background-color: #8acecb;
  }


/* APPLY */

section.apply-list {
  margin-top: 30px;
}

section.apply-list div.container {
  width: 50%;
  margin: 0 auto 0 auto;
  text-align: center;
}

section.apply-list div.container p {
  margin-bottom: 0.2em;
}

section.apply-list h2 {
  text-align: center;
  color: #8acfcc;
}

section.apply-list table {
  width: 50%;
  margin: 20px auto 50px auto;
}

section.apply-list .button {
  display: inline-block;
}

section.apply-list .button, section.apply-list a.button, section.apply-list a:visited.button, section.apply-list a.button-small {
    padding: 0.75em 1.5em;
    background-color: #00aef1;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    -o-transition: width 2s;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    font-size: .875em;
}

section.apply-list a.button-small {
    padding: 0.25em 1em;
    font-size: 0.75em;
}

/* TABLES */

table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
font-size: 0.9em;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td
{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
}

.table tr:hover td {
  background-color: #f0f0f0 !important;
}

.table tr th {
  text-transform: uppercase;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
}

.table-striped > tr:nth-child(odd) > td, .table-striped > tr:nth-child(odd) > th, .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/*
  * TODO list
  */
  .rsvp {
      margin-top: 1em;
  }

  .response {
        padding: 0.5em 0;
        margin-bottom: 2em;
  }
  .to-do-list {
    background: #f4f4f4;
    padding: 1.5%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
  }

  .progress-bar li {
    border-bottom: 1px solid #e9e9e9;
    padding: .33em 0;
  }

  .progress-bar li a {
    display: block;
    color: #333;
  }

  .progress-bar li a:hover {
    color: #00aef1;
  }

.progress-bar li span.task {
  max-width: 90%;
    display: inline-block;
}

  .progress-indicator {
    width: 1em;
    height: 1em;
    display: inline-block;
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin-right: .5em;
    margin-top: .31em;
    box-shadow: inset 0 1px 5px 1px rgba(0,0,0,0.05), 0 1px 1px 0 #fff;
  }

  a:hover .progress-indicator {
    border-color: #aaa;
  }

  .complete {
    background: #fff url('../images/tick.png') top left no-repeat;
  }

  .incomplete {
  }

  .edit {
    display: block;
  }

/*Edit event*/

.stats li {
  padding: 1em 0 ;
}


.stats .over-capacity {
  color: #de6466;
}

	
/* Hosts */

ul.hosts-list {
	list-style: none;
	text-align: left;
}	

ul.hosts-list li {
	width: 32%;
	margin: 1% 0 0 1%;
	display: inline-block;
	background-color: #fff;
	/* text-align: right; */
	vertical-align: top;
  padding: 20px;
}

ul.hosts-list li img {
	margin: 0;
	padding: 0;
	display: block;
	width:100%;
}

	ul.hosts-list li div.img-block {
		background-color: #ddd;
		width: 100%;
	}

ul.hosts-list li h3 {
	/* padding: 10px 20px 0 0; */
}

/*
ul.hosts-list li a {
	padding: 0 20px 10px 0;
	text-transform: uppercase;
	font-family: grotesque;
	font-size: 1.5em;
	display: block;
}
*/

/* Film List */

.films-list-all {
	overflow: hidden;
	position: relative;
}

.films-list-all .mainstage {
	background-position: center center;
	background-size: cover;
	background-color: #000;
	padding: 1em;
	padding-top: 4em;
}
	.films-list-all .mainstage h1 {
		color: #0087bc;
		max-width: 50%;
	}
	
	.films-list-all .mainstage p {
		color: #fff;
		max-width: 95%;
	}

.films-list-all .search input {
	padding: 0.4em;
	border: none;
	border-radius: 5px;
	font-size: 1.4em;
	margin: 0 0 20px 0;
}

.films-list-all ul#filmlist {
	text-align: left;
	width: 100%;
}

.films-list-all ul li {
	display: inline-block;
	width:50%;
	height: 40vh;
	max-width: 100%;
	vertical-align: top;
	background-position: center center;
	background-size: cover;
	background-color: #000;
	transition-duration: 700ms;
	margin: 0;
	overflow: hidden;
	position: relative;
}

	.films-list-all ul li > a {
		display: block;
		margin: 0;
		padding: 20px;
		background-color: rgba(0,0,0,0.2);
		transition-duration: 400ms;
		text-align: left;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		color: #fff;
		font-family: grotesque;
	}
		.films-list-all ul li > a:hover {
			background-color: rgba(0,0,0,0.8);
		}

	.films-list-all ul li a span.filmTitle {
		display: block;
		font-size: 3em;
		text-transform: uppercase;
		line-height: 0.9;
		}

		.films-list-all ul li a:hover span.filmTitle {
			color: #0087bc;
		}

	.films-list-all ul li a span.filmInfo {
		opacity: 0;
		transition-duration: 400ms;
		color: #fff !important;
		font-size: 1.3em;
		line-height: normal;
		text-transform: uppercase;
	}
		.films-list-all ul li a:hover span.filmInfo {
			opacity: 1;
		}

		.films-list-all ul li a span.filmInfo strong {
			color: #0087bc;
		}

	
	
	
	
	
	
/* FROM BRITDOC SITE ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------	
	

/* #home
------------------------------------
*/



ul.staff li:nth-child(4n+1) {
	clear: both;
}

ul.team li:nth-child(3n+1) {
    clear: left;
}

/* ul.team li:nth-child(4n+1) {
	clear: both;
} */

ul.team img.team-image {
	cursor: pointer;
}

/* #projects
------------------------------------
*/

#projects .intro {min-height: 75vh;}
.logo-panel img {max-width: 200px;}
#projects .image-panel {min-height: 400px; }

/* #funds
------------------------------------
*/



/* #films
------------------------------------
*/

.film-body {
	background-color: #000;
}


.social-icons {
	background-color: #00a0e0;
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #000;
	text-align: center;
	display: inline-block;
}

#films .intro p.social-icons a:hover {
	opacity: 0.7;
}

.film-side-bar {
	list-style: none;
	margin-top: 30px;
}

.film-side-bar li a {
	border-top: 1px solid #fff;
	display: block;
	font-weight: bold;
	}

	.film-side-bar li a span.icon {
		float: right;
		font-size: 10px;
		padding-right: 5px;
	}

	.film-side-bar li.selected a {
		color: #fff !important;
	}

	.film-side-bar li:hover ul li, .film-side-bar li.selected ul li {
		display: block;
	}

		.film-side-bar li ul li a {
			padding-left: 10px;
			font-weight: normal;
		}

		.film-side-bar li ul li.selected a {
			color: #7aba59 !important;
			}

		.film-side-bar li ul li a:hover {
			background-color: #d0e7c4;
			color: #000 !important;
			}

	.film-side-bar > li:last-child {
		border-top: 1px solid #fff;
	}

.film-side-bar li input {
	border: 1px solid #fff;
	display: block;
	width: 100%;
	margin-top: 30px;
	background-color: #000;
	color: #fff !important;
	padding: 0 10px;
}

	.film-side-bar li ul li {
		display: none;
	}

.a-z-list {
	margin-bottom: 100px;
}
.a-z-list li {
	list-style: none;
	display: inline-block;
	width: 3.2%;
		text-align: center !important;
}
	.a-z-list li a {
		color: #fff;
		font-size: 11px;
	}

	.a-z-list li.selected a {
		color: #00a0e0;
	}

.group li.film-box {
	position: relative;
}

.group li.film-box a {
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	font-weight: bold;
	font-size: 0.7em;
	line-height: 1.3;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1em;
}

.group li.film-box a:hover {
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
	text-decoration: none;
	color: #00a0e0;
	}

#films footer,
#film-details footer,
#films-a-z footer,
#film-year footer {
	margin-top: 0;
}

#film-details .film-fund-logos img {
	max-width: 200px;
}

.film-tick {
	border-radius: 50%;
	border: 1px solid #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.film-tick-on {
	background-color: #9bcc81;
}

.film-laurel {
	display: inline-block;
	padding: 10px 25px;
	position: relative;
	margin: 0 10px 10px 0;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 150px;
	text-align: center;
	vertical-align: text-top;
	height: 50px;
}
.film-laurel:before, .film-laurel:after {
	display: block;
	width: 20px;
	height: 35px;
	content: ' ';
	background-color: #fff;
	position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/laurel-sprite.png) no-repeat left center;
}
.film-laurel:after {
    right: 0;
    left: auto;
    background-position: right center;
}

/* #films slider
------------------------------------
*/

.mSPages {
  display: none;
  }
.mSButtons {
	opacity: 1 !important;
}
#film-slider {
	height: 70vh;
	overflow: hidden;
}
#film-slider .mSButtons {
	height: 80%;
	opacity: 0.8;
}
#film-slider .frame {
	width: 100%;
	height: 100%;
}
#film-slider .frame .slide_element {
	height: 100%;
}
#film-slider .frame .slide_element > div {
	float: left;
	height: 100%;
	overflow: hidden;
}
#film-slider .frame .mSCover img {
	max-width: none;
}
#film-slider .credit {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 11px;
	line-height: normal;
	font-weight: 300;
	text-shadow: rgba(0,0,0,0.7) 0 1px 0px;
	color: #CCC;
	background: #000;
	background: rgba(0,0,0,0.6);
	padding: 0 4px;
	white-space: nowrap;
	z-index: 1002;
	text-transform: uppercase;
}
#film-slider .credit a {
	color: #FFF;
	font-weight: 400;
}
.infoBlock {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5% 33% 0;
	background: #000;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 1002;
	opacity: 0;
}
.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}

ul.group li {
    /* margin: 3% auto; */
    list-style: none;
}
.text-center {
    margin-right: auto !important;
    margin-left: auto !important;
}


/* style for home */
.home-contact > div > div {
    position: relative;
    text-align: center;
}
.home-contact > div > div > h6 {
    line-height: 1;
    position: absolute;
    font-size: 2vw;
    top: 6.3vw;
}
.home-mailout {
    position: relative;
    text-align: center;
}
.home-mailout > div {
    position: absolute;
    top: 5vw;
}
.home-mailout h4, .home-mailout h5 {

}
.home-office h3 {
    font-size: 2.3em !important;
}

/* style for project */
.project-page-title {
    max-width:30%;
}
.project-page-logo {
    min-width:60%;
}
#projects .bubble {
    position: relative;
    text-align: center;
}
#projects .bubble:before {
    /*content: "";
    display: table;*/
}
.bubble .bubble-inner {
    position: absolute;
    top: 7vw;
    right: 0;
    left: 0;
}
.bubble-bottom-area {
    /*display: table-cell;
    vertical-align: middle;*/
}

.div-bg {
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left:0; 
  z-index: 0; 
  opacity: 0.3;
}

.about .bubble {
    position: relative;
}

.about .bubble .bubble-inner {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    font-size: 0.75em;
    transform: rotate(-5deg);
}

.about .bubble .bubble-inner {
    padding: 0 10px;
}

/* style for journalism */
.journal-spacing {
    min-height: 12vh;
}
.journalism-intro {
    margin-top: -12vh !important;
}

#resources section ul {
    margin-left: 20px;
}
ul.a-file-meta {
    margin-left: 20px;
}
.mail-signup-wrapper {
    margin-top: 3%;
    margin-bottom: 3%;
}
.bubble {
    padding: 0 !important;
}
.bubble2 {
	position: relative;
	padding-top: 30%;
}
.film-fund-logos img {
    width: 14vw;
    padding: 10px;
    float:left;
}
.film-fund-logos a {
    display: inline-block;
    vertical-align: middle;
}


/*Event page*/

.films .mobile-slats {
    border-top: none;
    margin-bottom: 0;
}

.films p {
    font-size: 0.875em;
}

.inverted .mobile-slats li {
    border-color: #444;
}


.event-page .mainstage {
  background-color: #00aef1;
  padding: 1.5em 0;
}

.event-page .mainstage strong {
  font-size: 2em;
  color: #2C2C2C;
  border-bottom: 0.1em solid #2c2c2c;
  margin-bottom: 0.5em;
  display:inline-block;
}

.event-page .mainstage p {
  color: #fff;
  margin-bottom: 0;
  color: #2C2C2C;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  padding: 0.8em;
}

.event-page.archived h1 {
  font-size: 3em;
}

.blurb {
  text-align: center;
}

.blurb h2 {
  font-size: 1.5em;
}

.blurb p {
  margin: 0;
}

.blurb em {
  color: #00aef1;
  font-style: normal;
}

/* Activate Page */

.activate-page .mainstage {
  background-color: #8acecb;
  }

/*Edit event*/

.stats li {
  padding: 1em 0 ;
}


.stats .over-capacity {
  color: #de6466;
}

/* Forms & Feilds
----------------------------------------------------------------------------------------*/

/* add class .form to the parent element to enable these styles */
.form label {
  font-size: 1.25em;
  display: block;
  margin: 1.5em 0 0.5em 0;
}

.form.form-compact label {
  font-size: 1em;
  display: block;
  margin: 0.4em 0 0.4em 0;
}

.form input {
  display: inline-block;
}

.form ul,
.form ol {
  margin: 0 0 1em 0;
  padding: 0;
}

.form li {
  margin-bottom: 1.25em;
  position: relative;
  list-style: none;
}

.form label,
.form .clear,
.form em {
  display: block;
}

.form em {
  color: #666;
  font-style: normal;
  font-size: 0.875em;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="text"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form select,
.form textarea {
  border: 1px solid #ccc;
  padding: 0.8em;
  margin-bottom: 0.5em;
  display:block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
   width: 100%;
   max-width: 100%;
   font-size: 1.8em;
}

.form input[type="submit"] {
  margin-bottom: 1.5em;
 }


.form textarea:focus,
.form input:focus {
  background: #ffffe3;
}

.form textarea{
  height: 5em;
}

.form .button {
  padding: 0.45em 0.66em;
}

.form fieldset fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.form a{
  display: block;
  margin-bottom: 1em;
}

.form .inline{
  display: inline-block;
}

.big-field {
  font-size: 1.5em;
}

.remove {
  padding: 0.25em 0.5em;
  position: absolute;
  top:0;
  right: 0;
  font-size: 1.5em;
}

.checkbox label{
  font-size: 1em;
  display: inline;
  margin-left: 0.25em;
}

.error_list {
  position: absolute;
  right: 0;
  top: 0;
  color: #de6466;
  margin: 0 !important;
  padding: 0 !important;
}

.field-required {
    color: #de6466;
    font-weight: bold;
}


.form fieldset {
        border-top: 1px solid #e9e9e9;
        margin-bottom: 2em;
}

.form fieldset > legend {
    margin-bottom: .5em;
}

/*input[type="file"] {
  background-color: red;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 2em;
  cursor: pointer;
  margin-top: -2em;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
*/

.applyform input[type="text"],
.applyform input[type="password"],
.applyform input[type="email"],
.applyform input[type="text"],
.applyform input[type="url"],
.applyform input[type="search"],
.applyform input[type="tel"],
.applyform select,
.applyform textarea {
  border: 1px solid #ccc;
  padding: 0.5em;
  margin-bottom: 0.5em;
  display:block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
   width: 100%;
   max-width: 100%;

}

.applyform .help {
  display: block;
        margin-top: 0.5em;
        margin-left: 0.25em;
  font-size: 0.9em;

}

h2.manageInviteBox {
  display: block;
  float: left;
  padding-right: 10px;
}

.form input[type="text"].manageInviteBox {
  display: block;
  max-width: 100%;
  width: 590px;
}

div#searchResults {
  clear: both;
  margin-top: 30px;
}

.session-form input[type="checkbox"] {
  float: left;
  margin: 5px 10px 0 0;
}

.session-form label {
  margin-top: 10px;
}

.form.session-form li {
  margin-bottom: 0;
}


@media (max-width: 992px) {
    /* h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1em;
    } */
    ul.group li div {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    #home .diagram .arrow {
        top: -15vw;
        width: 60%;
    }
    .project-page-title {
        max-width:36%;
    }
    .funds-more-info {
        padding-top: 10%;
    }
    .home-office .square {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .home-office h3 {
        font-size: 1.6em !important;
    }
    .home-office p {
        line-height: 1.1em !important;
    }
    .bubble-inner h5{
        font-size: 2.8vw;
    }
    .bubble-inner h4{
        font-size: 3.2vw;
    }
    #films .film-fund-logos {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
	#film-slider {
		margin: 0 -20px;
		height: 300px;
	}
	.infoBlock {
		padding: 5%;
		height: auto;
		max-height: 100%;
	}
	.infoBlock h4 {
		font-size: 14px;
		line-height: 17px;
	}
	.infoBlock p {
		font-size: 12px;
	}

}
@media (max-width: 767px) {
    h1 { font-size: 12vw; }
    h2 { font-size: 10vw; }
    h3 { font-size: 8vw; }
    h4 { font-size: 6vw; }
    h5 { font-size: 5vw; }
    h6 { font-size: 4vw; }
    .mobile-text-center {
        text-align: center !important;
    }
    ul.group li div a {
        margin-top: 17%;
    }
    ul.group li .film-box a {
        margin-top: 0;
    }
    .banner {
        width: 90% !important;
    }
    .bubble-bottom-area {
        width: 45%;
        margin: 3% auto;
    }
    .bubble-top-area {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3%;
    }
    .bubble .bubble-inner {
        top: 9vw;
    }
    .bubble-inner h5 {
        font-size: 3.6vw;
    }
    .bubble-inner h4 {
        font-size: 4.5vw;
    }
    .journalism-intro {
        margin-top: 0 !important;
    }
    .journal-spacing {
        min-height: 6vh;
    }
    section.project-stats > div:nth-child(2) {
        margin-top: 3%;
    }

    /* style for  projects-stats on mobile */
    #home .diagram {
        width: 85vw;
        height: 61vw;
        background-size: 72%;
        margin: 7vw auto 16vw auto;
    }
    #home .diagram a {
        height: 19vw;
        width: 19vw;
        font-size: 3.8vw;
    }
    #home .diagram a.d-funds {
        top: -7vw;
        left: 50vw;
    }
    #home .diagram a.d-funds img {
        top: 24vw;
        left: -22vw;
    }
    #home .diagram a.d-films {
        top: -6vw;
        left: 18vw;
    }
    #home .diagram a.d-films img {
        top: 23vw;
        left: 11vw;
    }
    #home .diagram a.d-goodpitch {
        top: 14vw;
        left: 66vw;
    }
    #home .diagram a.d-goodpitch img {
        top: 4vw;
        left: -37vw;
    }
    #home .diagram a.d-something-real {
        top: 43vw;
        left: 58vw;
        font-size: 3.5vw;
    }
    #home .diagram a.d-something-real img {
        top: -26vw;
        left: -30vw;
    }
    #home .diagram a.d-doc-academy {
        top: 55.5vw;
        left: 31vw;
    }
    #home .diagram a.d-doc-academy img {
        top: -38vw;
        left: -3vw;
    }
    #home .diagram a.d-impact-award {
        top: 41.5vw;
        left: 6vw;
    }
    #home .diagram a.d-impact-award img {
        top: -25vw;
        left: 23vw;
    }
    #home .diagram a.d-field-guide {
        top: 13vw;
        left: 1vw;
    }
    #home .diagram a.d-field-guide img {
        top: 5vw;
        left: 27vw;
    }
    #home .diagram a span:nth-child(1) {
        height: 17vw;
        width: 17vw;
        top: 1vw;
        left: 1vw;
    }
    #home .diagram a img {
        max-width: 31vw;
        height: 29vw;
    }
    #home .diagram a:hover span:nth-child(1) {
        height: 0;
        width: 0;
        top: 9.5vw;
        left: 9.5vw;
    }
    #home .diagram a span:nth-child(2) {
        top: 8vw;
    }
    #home .diagram a.d-films {
        top: -6vw;
        left: 18vw;
    }
    /* end style for projects-stats on mobile */
    .home-contact {
        width: 80% !important;
    }
    .home-contact > div {
        width: 49% !important;
        display: inline-block;
        vertical-align: top;
    }
    .home-contact > div:nth-child(1), .home-contact > div:nth-child(2) {
        margin-bottom: 3%;
    }
    .home-contact > div > div > h6 {
        font-size: 3.4vw;
        top: 11vw;
    }
    .film-fund-logos img {
        width: 20vw;
    }

	.modal-full .modal-dialog {
		width: 100vw;
	}
}
@media (max-width: 620px) {
    .project-page-title {
        max-width: 100%;
        padding: 0 10%;
        text-align: center;
    }
    .project-page-logo {
        min-width:100%;
    }
    .mail-signup-wrapper {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .home-mailout-wrapper {
        width: 70% !important;
        margin: 0 auto !important;
    }
    .home-mailout-wrapper .home-mailout {
        margin-bottom: 5%;
    }
    .home-mailout-wrapper > div {
        width: 100% !important;
    }
    .home-mailout > div {
        top: 10vw;
    }
}
@media (max-width: 480px) {
    section .container {
        padding: 1.5em 0em;
    }
    ul.group li div a {
        margin-top: 5%;
    }
    .col-last-d {
        width: 100%;
    }
    .huge-text {
        font-size: 2.5em !important;
    }
    .bubble-bottom-area {
        width: 80%;
    }
    .bubble-top-area {
        width: 80%;
    }
    .square {
        padding: 25px !important;
    }
    .funds-more-info {
        padding-top: 20%;
    }
    .home-contact {
        width: 96% !important;
    }
    .bubble-bottom-area {
        width: 70%;
    }
    .bubble-top-area {
        width: 70%;
    }
    .bubble .bubble-inner {
        top: 13vw;
    }
    .bubble-inner h5 {
        font-size: 5.5vw;
    }
    .bubble-inner h4 {
        font-size: 6.7vw;
    }
    .footer_nav ul li {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .giant-text {
        font-size: 4em !important;
    }
}
@media (max-width: 420px) {
    select#id_region {
        width: 95%;
    }
    #home .diagram {
        margin: 7vw auto 16vw -3vw;
    }
    .home-mailout-wrapper {
        width: 90% !important;
    }
    .home-mailout-wrapper .home-mailout {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .home-mailout > div {
        top: 10vw;
    }
    .home-office > div:nth-child(1) {
        float: none;
    }
    .home-office > div:nth-child(2), .home-office > div:nth-child(3) {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .home-office > div:nth-child(2) {
        margin-bottom: 4%;
    }
}
@media (max-width: 320px) {
    #home .diagram {
        margin: 7vw auto 16vw -5vw;
    }
}
