.antialias {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.muncie {
  font-family: 'muncieregular';
}
.museo3 {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans300';
}
.museo5 {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans500';
}
.museo7 {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
}
.ib {
  display: inline-block;
}
.table {
  display: table;
}
.tc {
  display: table-cell;
  vertical-align: top;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.btn-round {
  background: #ee3838;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
  color: white;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  text-align: center;
  border: none;
}
.btn-round.green:hover {
  background: #951d10;
  color: white;
}
.btn-round.inactive {
  cursor: auto;
  background: #dcdcdc;
  color: #979797;
}
.btn-round.yellow {
  background: #e7c110;
}
.btn-round.yellow:hover {
  background: #d3b00d;
}
.bb {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  float: left;
  margin-left: 40px;
}
.cr {
  float: right;
  margin-right: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.flex {
  display: block;
  /* fallback */
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  display: block;
  /* fallback */
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.nav-page {
  background: #e7c110 url('../images/switch/switch-nav-bg.jpg');
  width: 230px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 25px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.nav-page a {
  color: white;
  display: block;
  margin-bottom: 20px;
}
.nav-page a:hover {
  color: #3d3d3d;
}
.nav-page a:last-child {
  margin-bottom: 0px;
}
.border5 {
  border: 5px solid white;
  padding: 5px 5px 0 5px;
  font-family: 'muncieregular';
  display: inline-block;
}
.center-text {
  text-align: center;
}
.center-margin {
  margin: 0 auto;
  display: inline-block;
}
.mw {
  max-width: 100%;
}
.section-header {
  border: 5px solid white;
  padding: 5px 5px 0 5px;
  font-family: 'muncieregular';
  color: white;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 0px;
}
.section-header-container {
  display: table;
  width: 100%;
  text-align: center;
}
.vac {
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}
.date {
  color: #a2a2a2;
  font-style: italic;
  margin: 0;
}
.article-title {
  font-size: 1.875em;
  margin-top: 10px;
  color: #288982;
}
.container_24 {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  min-width: 320px;
}
h1,
h2,
h3,
h4 {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-weight: normal;
  margin: 0;
}
button, a.btn-round  {
  border: 0;
  padding: 15px 20px;
  font-size: 1.125em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
  margin: 0;
  margin-top: .2em;
  display: block;
}
a,
button {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #ee3838;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
a:hover {
  color: #951d10;
}
input,
select {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans500';
  color: #b7b7b7;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #b7b7b7;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
nav h4 {
  font-size: 1.125em;
  color: #b0b0b0;
}
nav a {
  margin-top: 20px;
  display: block;
}
img {
  max-width: 100%;
  border: 0;
}
@font-face {
  font-family: 'museo_sans500';
  src: url('../fonts/museosans_500-webfont.eot');
  src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_500-webfont.woff') format('woff'), url('../fonts/museosans_500-webfont.ttf') format('truetype'), url('../fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans700';
  src: url('../fonts/museosans_700-webfont.eot');
  src: url('../fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_700-webfont.woff') format('woff'), url('../fonts/museosans_700-webfont.ttf') format('truetype'), url('../fonts/museosans_700-webfont.svg#museo_sans700') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans300';
  src: url('../fonts/museosans-300-webfont.eot');
  src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-300-webfont.woff') format('woff'), url('../fonts/museosans-300-webfont.ttf') format('truetype'), url('../fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'muncieregular';
  src: url('../fonts/muncie-webfont.eot');
  src: url('../fonts/muncie-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/muncie-webfont.woff') format('woff'), url('../fonts/muncie-webfont.ttf') format('truetype'), url('../fonts/muncie-webfont.svg#muncieregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans500';
  color: #3d3d3d;
}
#container {
  width: 100%;
  overflow: hidden;
  min-width: 320px;
}
#header-container {
  background: url('../images/structure/header-bg.jpg') repeat-x top left;
  height: 119px;
  position: relative;
  z-index: 999;
}
#header-content {
  height: 40px;
  padding-top: 50px;
  display: table;
}
#site-logo {
  margin-left: 40px;
  float: left;
}
#top-nav {
  margin-top: 3px;
  display: inline-block;
  float: left;
}


.header-link {
  color: #fff;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  padding-left:22px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
  font-size:15px;
  display: inline-block;
  margin-top: 0;
}


.header-link:hover {
  color: #7a180e;
}

.social {
    background: transparent url('../images/structure/social-icons.png') no-repeat;
    width: 25px;
    height: 25px;
    color: transparent;
    text-indent: -99999px;
    padding: 0;
    display: inline-block;
    margin-left: 10px;
}

.social.facebook { background-position: 0 0; }
.social.twitter { background-position: -35px 0; }

/* trailer */
#trailer-container {
  height: 950px;
  padding-top: 30px;
  background: url('../images/structure/crowd-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#trailer-content {
  text-align: center;
}
#video-positioner {
  padding-top: 50px;
}
#video-container {
  margin: 0 auto;
  width: 82.29166666666666%;
  height: 444px;
  position: relative;
  overflow: hidden;
}
#video-cta {
  background: url(../images/trailer/trailer-bg.jpg) no-repeat top left;
  text-align: center;
  height: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#video-frame.active {
  display: block;
}
.video-title {
  max-width: 95%;
}
#video-cta-text {
  margin-top: 13.513513513513514%;
}
.play-btn-container {
  position: relative;
  top: -60px;
  display: inline-block;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.play-btn-text {
  color: white;
}
.play-btn-container:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
#credit-sean-penn {
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.laurels-container {
  margin-left: -35px;
  margin-top: 50px;
}
.laurel {
  margin-left: 35px;
  display: inline-block;
}
.share-container {
  margin-top: 50px;
}
.share-container .twitter-follow-button {
  margin-left: 10px;
}
/* updates */
#update {
  margin-top: 25px;
  margin-bottom: 25px;
  display: table;
}
#update-text {
  padding-left: 40px;
  width: 630px;
  display: inline-block;
  display: table-cell;
  vertical-align: top;
}
#update-text h3 {
  font-size: 1em;
  color: #288982;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
}
#update-actions {
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
  text-align: right;
}
#update-button {
  margin-right: 40px;
  font-size: 1em;
}

/* release */
#release-container {
  font-family: 'museo_sans500';
  background: #fff;
  padding: 75px 0;
}
#release-container:before,
#release-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#release-container:after {
  clear: both;
}
#release-container .release-hdr {
  display: block;
  margin: 0 auto;
  margin-bottom: 65px;
}
#release-container .poster-container {
  width: 244px;
  text-align: center;
  float: left;
}
#release-container .poster-container .download-link {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
#release-container .poster-container .download-link .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url('../images/structure/download-icon.gif') no-repeat;
  vertical-align: bottom;
}
#release-container .poster-container hr {
  border: none;
  border-top: 1px solid #e7e7e7;
}
#release-container .poster-container p {
  font-size: 14px;
  text-align: left;
  line-height: 1.25em;
}
#release-container .table {
  float: left;
  margin-left: 20px;
  width: 696px;
}
#release-container .table-header {
  margin-bottom: 20px;
}
#release-container .table-header h2 {
  display: inline-block;
}
#release-container .table-header a {
  float: right;
  padding-top: 5px;
}
#release-container table {
  font-size: 18px;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#release-container table td {
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 5px;
}
#release-container table td > * {
  vertical-align: middle;
}
#release-container table time {
  color: #3d3d3d;
  font-family: 'museo_sans700';
}
#release-container table td a.tickets {
  display: inline-block;
  width: 46px;
  height: 21px;
}

/* video on demand */
#vod-container {
  background-color: #e7e7e7;
  padding: 75px 0;
}
#vod-container ul {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-left: -20px;
}
#vod-container ul:before,
#vod-container ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#vod-container ul:after {
  clear: both;
}
#vod-container ul li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
#vod-container ul li a {
  display: block;
  height: 55px;
}

/* stats */
#stats-container {
  background: url('../images/stats/stats-bg.jpg');
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  display: table;
  width: 100%;
}
#stats-content {
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}
#stats-content .stat-text {
  margin-top: 35px;
  color: white;
}
/* switch to safer */
#switch-cta {
  margin-top: 100px;
}
#switch-badge {
  display: inline-block;
  width: 36.666666666666664%;
}
#cta-text-container {
  font-size: 1.5em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans300';
  color: #3d3d3d;
  line-height: 35px;
  margin: 0;
  width: 62.64%;
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cta-text-container p:first-child {
  margin-top: 20px;
}
#switch-btn {
  padding: 25px 35px;
  font-size: 24px;
  background-color: #3d3d3d;
}
#switch-btn:hover {
  background-color: #2b2b2b;
}
#switch-products {
  border-top: 1px solid #e5e5e5;
  margin-top: 60px;
  padding-top: 60px;
  text-align: center;
}
#switch-products .product {
  margin-left: 48px;
  display: inline-block;
  max-width: 15%;
  margin-left: 5%;
}
#switch-products .product:first-child {
  margin-left: 0;
}
#switch-buttons {
  text-align: center;
  margin-top: 60px;
}
.switch-btn-container {
  font-size: 1.125em;
  display: inline-block;
  width: 310px;
}
.switch-btn-container button {
  font-size: 18px;
  background: #bdbdbd;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  width: 100%;
  height: 80px;
}
.switch-btn-container button:hover {
  background: #3d3d3d;
}
.switch-btn-container p {
  line-height: 24px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
}
.switch-btn-container.vine button {
  text-align: left;
  padding-left: 30px;
  background: url('../images/switch/logo-vine.png') no-repeat 90% center #bdbdbd;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.switch-btn-container.vine button:hover {
  background-color: #3d3d3d;
}
#stats-lobby-container {
  background: url('../images/stats/stats-lobby-bg.jpg') no-repeat center center #616161;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
  display: table;
  width: 100%;
}
#stats-lobby {
  text-align: center;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}
#lobby-number {
  position: relative;
  top: -95px;
}
/* join */
#join-container {
  background: #e5e5e5;
}
#join-content {
  padding: 25px 0;
  display: table;
}
#join-text {
  padding-left: 40px;
  width: 190px;
  display: inline-block;
  display: table-cell;
  vertical-align: top;
}
#join-form {
  display: inline-block;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
  padding-left: 50px;
}
#join-form input {
  font-size: 1.125em;
  margin-bottom: 8px;
}
#btn-join-submit {
  font-size: 1.125em;
  padding: 10px 30px;
  margin-left: 8px;
  margin-bottom: 8px;
}
#join-email {
  width: 260px;
}
#join-zip {
  width: 140px;
  margin-left: 8px;
}
/* credits */
#credits-container {
  height: 350px;
  background: url('../images/structure/red-speck-bg.jpg');
  background-size: 50%;
}
#credits-img-container {
  margin: 0 auto;
}
#credits-content {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.credits-img {
  border-bottom: 1px solid #951d10;
  padding-bottom: 40px;
}
#credits-featured-container {
  padding-top: 40px;
  margin-left: -45px;
}
#credits-featured-container .credit-featured {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
/* footer */
#footer-content {
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#footer-email-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.footer-logo {
  width: 28.125%;
  float: left;
}
.logo-footer {
  float: left;
}
#email-text-container {
  float: right;
}
.email-text {
  display: inline-block;
  margin: 0 0 0 15px;
}
.publicity {
  margin-top: 30px;
  color: #a9a9a9;
  float: left;
}
#email-legal {
  margin-top: 30px;
  color: #a9a9a9;
}
#email-legal p {
  margin: 0;
  width: 47.5%;
}
#email-legal .fr {
  text-align: right;
}
#email-legal a,
#email-legal a:hover {
  color: #3d3d3d;
}
/* overlays */
#overlay-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}
#overlay-container.active {
  display: block;
  /* fallback */
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  z-index: 1000;
}

/* CCEDIT */
#overlay-container h3 {
  margin: 2em 0;
  font-size: 150%;
}

.overlay-bg {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.overlay-content {
  /* width: 790px;*/
  width: 82.29166666666666%;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  /*left: 50%;
    margin-left: -390px;
    top: 100px;*/
  margin: 0 auto;
  text-align: left;
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: scroll;
  padding: 15px;
  color: #666666;
  display: none;
  opacity: 0;
  max-height: 500px;
  max-width: 900px;
}
.overlay-content .close-btn {
  float: right;
}
.overlay-content.active {
  display: block;
  z-index: 999;
}
.no-flexbox .overlay-content.active {
  margin-top: 40px;
}
#overlay-faq h3 {
  color: #288982;
}
#overlay-faq p {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans300';
}
#overlay-faq .overlay-text {
  margin-top: 30px;
  padding: 0 35px;
}
#vine-logos {
  margin: 50px auto 30px auto;
  border-bottom: 1px solid #f0f0f0;
  display: table;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans300';
}
#vine-logos .vine-logo {
  margin-left: 40px;
  display: inline-block;
}
#vine-logos .vine-logo:first-child {
  margin-left: 0px;
}
#vine-logos .vine-promo {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.promo-details {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans300';
  padding: 0 30px;
  font-size: 0.875em;
  color: #929292;
}
/* see */
#see-header {
  background: url('../images/see/see-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 236px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#see-header img {
  margin-top: 50px;
}
#screenings-container {
  margin-top: 40px;
  color: #414141;
}
#screenings-container .cl {
  width: 44.79166666666667%;
}
#screenings-container .cr {
  width: 40.625%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #fafafa;
  padding: 25px 40px;
}
#screenings-container h2 {
  font-size: 1.5em;
  color: #b7b7b7;
  margin-bottom: 40px;
}
.screening {
  padding-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 50px;
}
.screening h3 {
  color: #e7c110;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
  font-size: 1.8125em;
  margin-bottom: 20px;
}
.screening strong {
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
}
.screening p {
  margin-top: 5px;
  line-height: 20px;
}
.screening:last-child {
  margin-bottom: 0px;
}
.host-text {
  color: #616161;
  line-height: 1.3em;
}
#host-form .host-field {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.125em;
}
#mc_embed_signup form {
  padding-left: 0 !important;
}
#mc_embed_signup form .button {
  width: 100% !important;
  height: 40px;
  text-transform: uppercase;
  background-color: #3d3d3d;
}
#mc_embed_signup form .mc-field-group {
  width: 100% !important;
}
#mc-embedded-subscribe-form #mc-embedded-subscribe {
  margin: 0;
  display: inline-block;
}
#host-submit {
  width: 100%;
  margin-top: 15px;
}
/* switch */
#switch-container {
  position: relative;
}
#switch-container-home {
  position: relative;
  background: #e7c110 url('../images/switch/safer-bg.jpg') repeat-x;
  display: table;
  width: 100%;
  height: 542px;
}
#switch-container-home .container_24 {
  display: table-cell;
  vertical-align: middle;
}
#switch-cta {
  width: 872px;
  margin: 0 auto;
}
#nav-switch {
  width: 200px;
  position: absolute;
  left: 0;
  top: 50px;
}
#switch-content {
  float: right;
  width: 78.125%;
  background: #f5f5f5;
}
#switch-intro {
  width: 78.66666666666666%;
  margin-right: 40px;
  margin-top: 50px;
  float: right;
}
.switch-header {
  display: table;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 50px;
  width: 100%;
}
.switch-header .switch-logo-img {
  width: 29.830508474576273%;
  display: table-cell;
  vertical-align: top;
  padding-right: 6%;
}
.switch-header .switch-logo-img img {
  max-width: 100%;
}
.switch-header p {
  width: 63.559322033898304%;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1.5em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans300';
}
#switch-content .switch-btn-container {
  width: 45.76271186440678%;
  vertical-align: top;
  text-align: center;
  float: left;
}
#switch-content .switch-btn-container.vine {
  float: right;
}
#switch-content .switch-btn-container.vine button {
  letter-spacing: -1px;
  padding-left: 20px;
}
#switch-buttons {
  padding-bottom: 25px;
}
.switch-section-header {
  background: url('../images/switch/switch-section-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 200px;
  text-align: center;
}
.switch-section-header h2 {
  border: 5px solid white;
  padding: 5px 5px 0 5px;
  font-family: 'muncieregular';
  display: inline-block;
  font-size: 8.125em;
  padding: 10px 10px 5px 10px;
  height: 138px;
  margin-top: 31px;
  line-height: .9em;
}
.switch-section-content {
  width: 78.66666666666666%;
  float: right;
  margin-right: 40px;
}
.switch-section-intro {
  font-size: 1.125em;
  padding: 40px 0;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.4em;
}
.switch-section-products {
  margin-top: 40px;
  margin-left: -40px;
}
.switch-product {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
/*  width: 270px;
*/  margin-left: 20px;
 /* display: inline-block;*/
  min-height: 250px;
  float: left;
  margin-bottom: 40px;
}
.switch-product .cl {
  margin-left: 0;
  width: 85px;
  text-align: center;
}
.switch-product .fb-like {
  width: 47px;
  text-align: center;
}
.switch-product .cr {
  margin-right: 0;
  width: 140px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.875em;
}
.switch-product .cr > p {
  max-height: 120px;
  overflow: hidden;
}
.switch-product button {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.switch-product .price {
  color: #ee3838;
}
.switch-product .amt {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
}
.switch-product .pluginCountBox {
  padding: 0 !important;
}
.switch-product .fb-container {
  width: 47px;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
/* about */
#about-header {
  height: 481px;
  background: url('../images/about/bg-about.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
#about-header-content {
  height: 100%;
  display: table;
}
#about-header-title {
  padding-left: 12.5%;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
  width: 331px;
}
#about-header-title h1 {
  text-align: center;
  font-family: 'muncieregular';
  font-size: 7em;
}
#about-header-title h1 .border5 {
  font-size: 145px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: .9em;
}
#about-header-text {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
  line-height: 1.4em;
  font-size: 1.125em;
  padding-left: 12.5%;
  padding-right: 40px;
}
#about-content-container {
  margin: 100px auto;
}
#about-content .border5 {
  font-size: 9.0625em;
  color: #e7c110;
  border-color: #e7c110;
}
.filmmaker {
  margin-top: 100px;
}
.filmmaker-photo {
  float: left;
  /*width: 48.95833333333333%;*/
  width: 35%;
  max-width: 100%;
}
.filmmaker-bio {
  float: right;
/*  width: 40.625%;
*/ width: 55%;
  margin-right: 40px;
}
.filmmaker-bio h3 {
  font-size: 1.8125em;
  color: #e7c110;
}
.filmmaker-bio p {
  font-size: 1.125em;
  line-height: 1.4em;
}
.filmmaker:nth-child(odd) .filmmaker-bio {
  float: left;
  margin-right: 0;
  margin-left: 40px;
}
.filmmaker:nth-child(odd) .filmmaker-photo {
  float: right;
}
/* press */
#press-header {
  background: url('../images/press/bg-header.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 236px;
}
#press-header #press-title {
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}
#press-header h1 {
  font-size: 9.0625em;
  line-height: .9em;
}
#press-logos-container {
  padding: 60px 0;
}
#press-logos-container .press-logo-link {
  display: inline-block;
  vertical-align: middle;
}
#press-logos-container .press-logo-link + .press-logo-link {
  margin-left: 40px;
}
#press-quotes-container {
  background-color: #e7e7e7;
  padding: 40px 0;
}
.press-quote {
  text-align: center;
  width: 28.125%;
  display: inline-block;
  vertical-align: top;
  margin-left: 7%;
}
.press-quote:first-child {
  margin-left: 0;
}
.quote-container {
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  height: 230px;
  width: 100%;
  display: table;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.quote-container h3 {
  font-size: 1.875em;
  color: #3d3d3d;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans300';
  font-style: italic;
  letter-spacing: -1px;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
  margin-bottom: 0;
}
.quote-logo-container {
  display: table;
  height: 110px;
  width: 100%;
  text-align: center;
}
.quote-logo-container img {
  margin: 0 auto;
}
#press-contact-container {
  background: #e7c110 url('../images/press/press-bg.jpg') repeat-x;
  padding: 75px 0;
}
#press-contact {
  font-size: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#press-contact .download-link {
  display: inline-block;
  background-color: #ecce14;
  text-align: center;
  font-family: 'museo_sans500';
  position: relative;
  padding-top: 173px;
}
#press-contact .download-link img {
  display: block;
  transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  position: absolute;
  top: 35px;
  left: 52px;
}
#press-contact .download-link:hover img {
  top: 50px;
}
#press-contact .download-link span {
  background-color: #3d3d3d;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 9px 25px;
}
#press-contact .contact-info {
  display: inline-block;
  color: #fff;
  margin-left: 30px;
  margin-top: 25px;
  vertical-align: top;
}
#press-contact .contact-info strong {
  color: #3d3d3d;
  text-transform: uppercase;
  font-family: 'museo_sans700';
  display: block;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#press-contact .contact-info a {
  color: inherit;
  font-family: 'museo_sans500';
}
#press-contact .contact-info a:hover {
  color: #3d3d3d;
}
#awards-container {
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
}
#awards {
  text-align: center;
}
#awards h3 {
  text-align: left;
  margin-left: 40px;
  font-size: 1.875em;
  color: #288982;
}
#awards-images {
  margin-top: 40px;
}
#awards-images .awards-image {
  width: 28.125%;
  margin-left: 4%;
  display: inline-block;
}
#awards-images .awards-image img {
  max-width: 100%;
}
#press-blog {
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#press-blog h2 {
  font-size: 3em;
  color: #3d3d3d;
}
.press-article {
  margin-top: 40px;
}
.press-article p {
  margin: 0;
}
.press-article .article-title a {
  color: #e7c110;
}
.press-article .article-title a:hover {
  color: #d3b00d;
}
/* learning */
#learning-header {
  height: 236px;
  background: url('../images/learning/bg-learning.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#learning-title {
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}
#learning-title h1 {
  font-size: 9.0625em;
  line-height: .9em;
}
#learning-content .cl {
  width: 61.458333333333336%;
}
#learning-content .cr {
  width: 23.958333333333336%;
  padding-left: 40px;
  margin-top: 40px;
  border-left: 1px solid #fafafa;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.learning-article {
  padding: 40px 0;
  border-bottom: 1px solid #fafafa;
}
.learning-article .strong {
  font-size: 1em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans700';
  color: #626262;
  margin-bottom: 0px;
}
.learning-article .article-title {
  margin-bottom: 10px;
}
.learning-article .learning-photo {
  margin-top: 20px;
}
.learning-article .learning-content {
  margin-top: 20px;
}
.learning-article .learning-content p {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'museo_sans300';
  line-height: 1.3em;
  margin-bottom: 40px;
}
.learning-article .article-title a {
  color: #e7c110;
}
.learning-article .article-title a:hover {
  color: #d3b00d;
}
#action-container {
  padding-bottom: 40px;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 40px;
}
#action-container p {
  font-size: 0.875em;
  line-height: 1.4em;
  color: #616161;
}
#action-container button {
  font-size: 1em;
}





.laurels-container img {
  margin-left: 35px;
  margin-bottom: 40px;
  display: inline-block;
}
.screening-past {
padding-bottom: 20px;
border-bottom: 1px solid #f0f0f0;
margin-bottom: 20px;
}
#screenings{
  margin-top: 40px;
}
#screenings h2 {
font-size: 2.25em;
color: #b7b7b7;
margin-bottom: 40px;
font-family: 'museo_sans700';
color: #3d3d3d;
}

#screenings .cl {
width: 40%;

}
#screenings .cr {
width: 40%;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: #fafafa;
padding: 25px 40px;
}




/* MEDIA QUERIES */

@media only screen and (max-width: 959px) {
  #top-nav {
    position: absolute;
    right: 40px;
    height: 50px;
    overflow: hidden;
    background: url('../images/structure/nav-icon.png') no-repeat right 5px;
    background-size: 28px auto;
    cursor: pointer;
  }
  .header-link {
    padding: 10px 20px;
    display: block;
    margin-top: 0px;
    background: #ee3838;
  }
  .header-link:first-child {
    margin-top: 50px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
  }
  .header-link:last-child {
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
  }
  #top-nav .header-link {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #top-nav:hover,
  #top-nav.active {
    height: auto;
  }
  #top-nav:hover .header-link,
  #top-nav.active .header-link {
    opacity: 1;
  }
  #top-nav.inactive {
    height: 50px;
  }
  #top-nav.inactive .header-link {
    opacity: 0;
  }
  .laurels-container {
    margin-left: -4%;
  }
  .laurels-container .laurel {
    max-width: 15%;
    margin-left: 4%;
  }
  #cta-text-container {
    margin-left: 5%;
  }
  #cta-text-container p:first-child {
    margin-top: 0px;
  }
  #lobby-img {
    max-width: 95%;
    width: 95%;
  }
  #join-form {
    padding-right: 40px;
  }
  #join-form input {
    display: block;
  }
  #credits-img-container {
    max-width: 95%;
  }
  .switch-btn-container.vine button {
    background-image: none;
    text-align: center;
    letter-spacing: 0px;
  }
  .switch-section-products {
    margin-left: 0px;
  }
  .switch-section-products .switch-product {
    margin-left: 0px;
    width: 100%;
  }
  .switch-section-products .switch-product .cr {
    width: calc(100% - 100px);
  }
  #about-header-text {
    font-size: 1em;
  }
  .filmmaker-bio p {
    font-size: 1em;
  }
  .press-quote h3 {
    font-size: 1.5625em;
  }
  .article-title {
    font-size: 1.5625em;
  }
  #join-zip {
    margin-left: 0px;
  }
  #btn-join-submit {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .no-flexbox .overlay-content.active {
    margin-top: 0;
  }
  .overlay-content.active {
    width: 100%;
    height: 100%;
  }
  .overlay-content.active .overlay-text {
    padding-bottom: 35px;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
  }
  #cta-text-container {
    width: 45%;
    font-size: 1.125em;
    line-height: 25px;
  }
  #stats-content .stat-number {
    width: 40%;
  }
  #stats-content .stat-text {
    font-size: 1.25em;
    margin-top: 15px;
  }
  #switch-btn {
    font-size: 16px;
    padding: 15px 25px;
  }
  .footer-logo {
    display: none;
  }
  #email-text-container {
    float: none;
  }
  #email-legal .fl,
  #email-legal .fr {
    width: auto;
    float: none;
    text-align: left;
    margin-bottom: 20px;
  }
  #update-button {
    margin-left: 40px;
  }
  #screenings-container {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #screenings-container .cl,
  #screenings-container .cr {
    float: none;
    width: 100%;
  }
  #screenings-container .cl {
    margin-left: 0px;
  }
  #screenings-container .cr {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  #nav-switch {
    display: none;
  }
  #switch-content {
    float: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #switch-buttons {
    padding-bottom: 0px;
    text-align: center;
  }
  #switch-intro {
    margin: 0;
    padding: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .switch-section-content {
    float: none;
    width: 100%;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #about-header-title {
    width: 100%;
    padding: 0px;
    display: inline-block;
  }
  #about-header-title h1 {
    font-size: 4.5em;
    margin-top: 40px;
  }
  #about-header-title h1 .border5 {
    font-size: 100px;
  }
  #about-header-text {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    font-size: 0.875em;
  }
  #about-content .border5 {
    font-size: 7em;
  }
  .filmmaker-bio h3 {
    font-size: 1.25em;
  }
  .filmmaker-bio p {
    font-size: 0.75em;
  }
  #press-quotes {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .press-quote {
    width: 100%;
    text-align: left;
    padding: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #fafafa;
    margin-left: 0px;
  }
  .quote-container {
    width: 60%;
    float: left;
    border-bottom: 0px;
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .quote-logo-container {
    float: right;
    width: 30%;
    display: block;
    height: auto;
    text-align: center;
  }
  .vac {
    display: block;
  }
  #learning-title h1 {
    font-size: 7em;
  }
  .article-title {
    font-size: 1.4em;
  }
  #learning-content .cl,
  #learning-content .cr {
    float: none;
    width: 100%;
  }
  #learning-content .cl {
    margin-left: 0px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #learning-content .cr {
    padding-right: 40px;
  }
  #action-container {
    text-align: center;
  }
  .learning-content p:last-child {
    margin-bottom: 0px;
  }
  .learning-nav {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 520px) {
  #top-nav {
    position: absolute;
    margin-right: 0px;
    float: none;
  }
  #trailer-container {
    height: auto;
    padding-bottom: 40px;
  }
  .laurels-container {
    display: none;
  }
  #stats-container {
    display: none;
  }
  #switch-content .switch-btn-container {
    width: 100%;
  }
  #switch-buttons {
    padding: 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #switch-buttons .switch-btn-container {
    width: 100%;
    float: none;
  }
  #join-content {
    display: block;
  }
  #join-text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #join-form {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 40px;
  }
  #credits-container {
    height: auto;
  }
  #credits-featured-container {
    display: none;
  }
  .credits-img {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .filmmaker {
    margin-top: 40px;
  }
  .filmmaker-photo {
    float: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 40px;
  }
  .filmmaker-bio {
    padding: 40px 40px 0 40px;
    float: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .filmmaker-bio h3 {
    font-size: 1.5em;
  }
  .filmmaker-bio p {
    font-size: 1em;
  }
  .filmmaker:nth-child(odd) .filmmaker-bio {
    margin: 0;
  }
  #about-content-container {
    margin: 40px auto;
  }
  .vine-logo {
    width: 20%;
  }
}
@media only screen and (max-width: 450px) {
  #site-logo {
    width: 220px;
    margin-left: 20px;
    margin-top: 5px;
  }
  #top-nav {
    right: 20px;
  }
  .play-btn-text {
    display: none;
  }
  #update-text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 40px;
  }
  #update-actions {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    display: block;
  }
  #update-button {
    margin-left: 0;
    width: 100%;
  }
  #stats-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  #switch-badge {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  /*#switch-buttons {
        padding: 0;
    }*/
  .switch-section-products .switch-product .cr {
    width: 55%;
  }
  #cta-text-container {
    width: 100%;
    margin-top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 0;
  }
  .email-icon-link {
    display: none;
  }
  .email-text {
    margin-left: 0px;
  }
  #screenings-container .cr {
    background: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 0px;
  }
  #credits-content {
    display: none;
  }
  .switch-header {
    display: block;
  }
  .switch-header .switch-logo-img {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .switch-header p {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
  .switch-section-header h2 {
    font-size: 6.125em;
    line-height: 1.2em;
  }
  #about-header {
    height: auto;
  }
  #about-content .border5 {
    font-size: 5em;
  }
  .quote-container,
  .quote-logo-container {
    float: none;
    width: 100%;
    text-align: center;
  }
  .quote-container h3 {
    display: block;
  }
  .quote-logo-container {
    margin-top: 20px;
  }
  #awards-container {
    display: none;
  }
  #learning-title h1 {
    font-size: 6em;
    margin: 0 40px;
  }
  #stats-lobby-container {
    display: none;
  }
  #screenings .cr {
  width: 80%;
  }
}

.center {
  text-align: center;
}
.widget {
  margin-bottom: 40px;
}
.partnerlogos img {
  margin: 2px 10px;
}
