/*
 * #E64A19 Dark Primary
 * #FF5722 Primary (Orange)
 * #FFCCBC Light Primary
 * #FF9800 Accent (Yellow)
 * #FFFFFF Icon/text on color
 * #212121 Primary Text
 * #727272 Secondary Text
 * #B6B6B6 Divider
 */
* {
	margin: 0px; 
	padding: 0px;
}
html, body {height: 100%;}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: medium;
    /*color: #212121;*/
    color: #555555;
    background: #fafafa;
}
a {
    color: #E64A19; 
    text-decoration: none;
    transition: 0.2s;
}
a:hover {color: inherit;}
/*a:visited {color:  #E64A19;}*/
td {padding: 5px;}
iframe {width: 100%;}
h1, h2, h3, h4 {
    font-weight: normal;
    /*color: #FF5722;*/
    color: #212121;
}
h1 {
    /*color: #ee1f10;*/
    padding: 0px 0px 15px;
}
h2 {
    /*color: #ee1f10;*/
    padding: 10px 0px;
}
h3, h4 {
    padding: 0px 0px 10px;
}
hr {
    clear: both;
    margin: 30px auto;
    width: 60%;
    height: 1px;
    border: none;
    border-top: 1px solid #FF5722;
}
img {
    border: none;
    max-width: 100%;
}
li {padding-bottom: 10px;}
.not-paypal, #workshop-form input, #fourty-eight-hour-form input, #mc_embed_signup input, #contact-form input, select, textarea {
    width: 450px;
    max-width: 100%;
    padding: 5px 10px;
    font-family: inherit;
    background: #fff;
    border: 1px solid;
    border-color: #727272 #B6B6B6 #B6B6B6 #727272;
    border-radius: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.not-paypal {width: 100%;}
#mc_embed_signup input.button, #contact-form input.button {
    display: inline-block;
    width: auto;
    /*float: left;*/
    padding: 5px 10px;
    color: #FF5722;
    font-size: inherit;
    border: 2px solid #FF5722;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.2s;
}
#mc_embed_signup input.button:hover, #contact-form input.button:hover {
    border: 2px solid #555555;
    color: inherit;
}
p {padding: 10px 0;}
textarea {
    height: 150px;
    font-size: 80%;
}

.full-display {display: block;}
.mobile-display {display: none;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.f-left {float: left;}
.f-right {float: right;}
.clear {clear: both;}
.nowrap {white-space: nowrap;}
.rel {position: relative;}
.spacer {padding-top: 30px;}
.spacer-bottom {padding-bottom: 30px;}
.indent {margin-left: 50px;}
.small {font-size: small;}
.overflow {overflow: visible;}
.link {cursor: pointer;}
.no-pointer {cursor: default;}
.transparent {background: url(images/transparent.png);}
.flex {display: flex;}
.flex.equal, .flex-persist {flex-direction: row;}
.flex.equal div, .flex-persist div {flex: 1;}
.content-section {
    clear: both;
    padding: 75px 0px;
    border-top: 2px solid #FF5722;
}
.content {
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.content-narrow {
    max-width: 800px;
    position: relative;
}
.content-x-narrow {
    max-width: 600px;
    position: relative;
}
.bordered-content {
    margin-bottom: 20px;
    padding: 20px;
    background: #FAFAFA;
    border: 2px solid #FF5722;
    border-radius: 20px;
}
.multi-col {
    display: flex;
    justify-content: space-between;
}
.multi-col-persistant {
    display: flex;
    justify-content: space-around;
}
.multi-col-semi-persistant {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.two-cols {
    max-width: 46%;
    max-width: calc(48% - 20px);
    padding: 10px;
    font-size: 95%;
}
.two-cols-persistant {
    max-width: 46%;
    max-width: calc(48% - 20px);
    padding: 10px;
    font-size: 95%;
}
.two-cols-semi-persistant, .three-cols-semi-persistant, .four-cols-semi-persistant, .five-cols-semi-persistant {
    min-width: 300px;
    flex-shrink: 0;
    padding: 10px;
    font-size: 95%;
}
.two-cols-semi-persistant {
    width: 46%;
    width: calc(48% - 20px);
}
.two-cols-semi-persistant img {
    width: 300px;
    max-width: 60%;
}
.two-cols-semi-persistant .feature-img img {
    width: 300px;
    max-width: 100%;
}
#sponsor-commercial-content > div {padding-bottom: 80px;}
.three-cols-semi-persistant {
    width: 31.3%;
    width: calc(33.3% - 20px);
}
.four-cols-semi-persistant {
    width: 23%;
    width: calc(25% - 20px);
    min-width: 160px;
}
.five-cols-semi-persistant {
    width: 18%;
    width: calc(20% - 20px);
    min-width: 160px;
}
.feature {
    display: table;
    height: 244px;  /*Avoids resizing issue when image zooms in*/
    margin-top: 20px;
    margin-bottom: 20px;
}
.feature::before {
    display: block;
    
    padding: 200px;
    /*background: lightblue;*/
}
.feature-hover {transition: .2s;}
.feature-large {
    height: 304px;
    padding: 10px;
}
.feature-img-container {display: table-cell; }
.feature-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 2px solid #E64A19;
}
.feature-img img {display: block;}
.feature-img-large {
    width: 250px;
    height: 250px;
}
.auto-height {height: auto;}
.feature-img img {
    margin: 0;
    width: 100%;
    height: 100%;
}
.feature-img-zoom img {
    margin-top: -0.5%;  /*Minimizes the visible shift at the end of the return transition*/
    margin-left: -0.5%;
    width: 101%;
    height: 101%;
    transition: .5s;
}
.bio-video {background: #976a57;}
.feature-video {
    width: 100%;
    height: 100%;
}
.feature-text {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding: 0px 15px;
}
.feature-hover:hover {
    background: #fff;
    box-shadow: 3px 3px 10px #FFCCBC;
}
.feature:hover .feature-img-zoom img {
    max-width: 120%;
    width: 120%;
    height: 120%;
    margin-top: -10%;
    margin-left: -10%;
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg);
}
.button {
    display: inline-block;
    /*float: left;*/
    padding: 5px 10px;
    border: 2px solid #FF5722;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.button:hover {
    border: 2px solid #555555;
    color: inherit;
}
.info-table {
    margin: 20px auto;
    border-collapse: collapse;
}
.info-table tr:nth-child(odd) {background: #f2f2f2;}
.info-table tr.no-background {background: none;}
.info-table tr:hover {background: #E6E6E6;}
.info-table tr.no-background:hover {background: none;}
.info-table th {
    padding: 5px 10px;
    background: #e6e6e6;
    font-weight: bold;
    text-align: center;
}
.info-table td {
    padding: 5px 10px;
    text-align: center;
}
.info-table td.main-table-col {
    font-weight: bold;
    text-align: left;
}

#container {
    height: 100%;
    z-index: 1;
}
.pre-description {
    white-space: pre-line;
}
.splash {
    height: 60%;
    overflow: hidden;
}
#splash-home {
    height: auto;
    background: #0D120E url(images/heros/splash-home.jpg);
    background-position: center top;
    background-size: cover;
}
#splash-video-home, #splash-video-home img {
    position: relative;
    height: 54vw;
    width: 100%;
}
#splash-video-home video {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#slideshow {
    position: absolute;
    top: 4vw;
    left: 15vw;
    width: 68%;
    height: 37vw;
    margin: 0 auto;
    background: #0D120E;
    /*background: #fff;*/
    z-index: 2;
    /*border: 1px solid red;*/
    border-radius: 3px;
    overflow: hidden;
}
#slideshow img {
    position: absolute;
    width: 100%;
    height: 100%;
    animation-name: slides;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 24s;
    -webkit-animation-name: slides;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 24s;
}

#slide-1 {
    opacity: 1;
    z-index: 1;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
#slide-2 {
    /*margin-left: 30%;*/
    opacity: 0;
    z-index: 0;
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
}
#slide-3 {
    /*margin-left: 60%;*/
    opacity: 0;
    z-index: 0;
    animation-delay: 16s;
    -webkit-animation-delay: 16s;
}
@keyframes slides {
    0% {opacity: 0; z-index: 0;}
    6% {opacity: 1; z-index: 1;}
    33.33% {opacity: 1; z-index: 1;}
    39.33% {opacity: 0; z-index: 0;}
}
@-webkit-keyframes slides {
    0% {opacity: 0; z-index: 0;}
    6% {opacity: 1; z-index: 1;}
    33.33% {opacity: 1; z-index: 1;}
    39.33% {opacity: 0; z-index: 0;}
}
.paused{
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused; 
    animation-play-state:paused;
}
.slide-message {
    position: absolute;
    bottom: -10%;
    right: 0;
    padding: 5px 10px;
    background: url(images/transparent-dark.png);
    color: #fff;
    z-index: 5;
    transition: .1s;
}
.slide-message-paused {
    bottom: 0;
}

#splash-about {
    background: url(images/heros/splash-about.jpg);
    background-position: center 35%;
    background-size: cover;
}
#splash-festival {
    background: url(images/heros/splash-festival.jpg);
    background-position: center top;
    background-size: cover;
}
#splash-events {
    background: url(images/heros/splash-events.jpg);
    background-position: center 30%;
    background-size: cover;
}
#splash-submissions {
    background: url(images/heros/splash-submissions.jpg);
    background-position: center;
    background-size: cover;
}
#splash-48-hour {
    background: url(images/heros/splash-48-hour.jpg);
    background-position: center top;
    background-size: cover;
}
#splash-workshops {
    background: url(images/heros/splash-workshops.jpg);
    background-position: center 30%;
    background-size: cover;
}
#splash-donate {
    background: url(images/heros/splash-donate.jpg);
    background-position: center bottom;
    background-size: cover;
}
#splash-contact {
    background: url(images/heros/splash-contact.jpg);
    background-position: center;
    background-size: cover;
}
#splash-zooom {
    background: url(images/heros/youth-with-camera.jpg);
    background-position: center;
    background-size: cover;
}
#splash-resources {
    background: url(images/heros/sound-board.jpg);
    background-position: center;
    background-size: cover;
}
#splash-admin {
    height: 30%;
    background: url(images/heros/splash-admin.jpg);
    background-position: center center;
    background-size: cover;
}
#menu {
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    color: #FFCCBC;
    text-align: right;
    font-size: 110%;
    z-index: 10;
    opacity: 1;
}
#menu #logo {
    position: absolute;
    left: 50px;
    top: -30px;
}
#site-nav {
    background: #E64A19;
    z-index: 10;
}
.menu-item {
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    transition: .3s;
}
.menu-item a {
    color: inherit;
    padding: 10px 20px;
}
#menu-donate {background: #FF9800;}
#menu-donate:hover {background: #ffbb00;}
#menu-donate a {color: #fff;}
.drop-down {
    position: absolute;
    top: 0%;
    top: calc(0% - 10px);
    bottom: 100%;
    min-width: 200px;
    margin-top: 10px;
    background: #FFCCBC;
    border-top: solid 2px #E64A19;
    color: #727272;
    text-align: left;
    font-size: medium;
    opacity: 0;
    overflow: hidden;
    z-index: 11;
    transition: .3s
}
.menu-item:hover {
    background: #FF5722;
    color: #fff;
}
.menu-item:hover .drop-down {
    top: 75%;
    top: calc(100% - 10px);
    bottom: auto;
    border-top: solid 2px #FF5722;
    opacity: 1;
}
.sub-item {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}
.drop-down a {padding: 0;}
.sub-item:hover {
    background: #ffe3da;
    color: inherit;
}
.sub-sub-item {padding-left: 30px;}
#social-media {
    position: absolute;
    right: 50px;
    padding: 5px 10px;
    background: #E64A19;
    border-radius: 0px 0px 5px 5px;
    z-index: 9;
}
#social-media img {
    width: 20px;
    height: 20px;
    display: inline;
    padding: 0px 10px;
}
.helper-header {
    clear: both;
    padding-top: 30px;
}
.helper-div { 
}
.donor-div {
    display: flex;
    flex-wrap: wrap;   
    justify-content: space-around;
}
.helper-div div {
    /*float: left;*/
}
.sponsor-div {
    column-count: 4;
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
}
.helper {text-align: center;}
.sponsor, .donor, .volunteer {
    display: block;
}
.sponsor {
    padding: 10%;
    font-size: medium;
}
.sponsor img {max-width: 80%;}
.workshop-info td {
    padding: 0px 10px 0px 2px;
    vertical-align: top;
}
#festival-schedule {
    margin: 20px auto;
    max-width: 100%;
    border-collapse: collapse;
    text-align: center;
    color: #2d2d2d;
}
/*#festival-schedule tr:nth-child(odd) {background: #f2f2f2;}*/
#festival-schedule tr.darkbg {background: #f2f2f2;}
.info-table tr.no-background {background: none;}
#festival-schedule tr:hover {background: #E6E6E6;}
.info-table tr.no-background:hover {background: none;}
#festival-schedule tr td {
    position: relative;
    min-height: 50%;
    /*border: 1px solid black;*/
    overflow: hidden;
}
/*2017 colors*/
#festival-schedule tr td.schedule-general {background: #4ff54f;}
#festival-schedule tr td.schedule-twisted {background: #a185ad;}
#festival-schedule tr td.schedule-kinder {background: #53f0e2;}
#festival-schedule tr td.schedule-48-hour {background: #e6658d;}
#festival-schedule tr td.schedule-gala {background: #f94848;}
#festival-schedule tr td.schedule-workshop {background: #fae882;}
/*2018 colors*/
#festival-schedule tr td.schedule-general {background: #fecd06;}
#festival-schedule tr td.schedule-feature {background: #fdcd99;}
#festival-schedule tr td.schedule-twisted {background: #f5ed24;}
#festival-schedule tr td.schedule-kinder {background: #fbf58e;}
#festival-schedule tr td.schedule-48-hour {background: #fbf58e;}
#festival-schedule tr td.schedule-gala {background: #00a3a3;}
#festival-schedule tr td.schedule-workshop {background: #35c6f4;}
/*2019 colors*/
#festival-schedule tr td.schedule-general {background: #c6e0b4;}
#festival-schedule tr td.schedule-feature {background: #a9d08e;}
#festival-schedule tr td.schedule-twisted {background: #c6e0b4;}
#festival-schedule tr td.schedule-kinder {background: #c6e0b4;}
#festival-schedule tr td.schedule-48-hour {background: #548235;}
#festival-schedule tr td.schedule-gala {background: #ffe699;}
#festival-schedule tr td.schedule-workshop {background: #b4c6e7;}
/*2020 colors*/
#festival-schedule tr td.schedule-general {background: #a9d08e;}
#festival-schedule tr td.schedule-feature {background: #c6e0b4;}
#festival-schedule tr td.schedule-twisted {background: #a9d08e;}
#festival-schedule tr td.schedule-kinder {background: #a9d08e;}
#festival-schedule tr td.schedule-48-hour {background: #548235;}
#festival-schedule tr td.schedule-gala {background: #b4c6e7;}
#festival-schedule tr td.schedule-workshop {background: #f9a182;}
/*2021 colors*/
#festival-schedule tr td.schedule-general {background: #c49a6c;}
#festival-schedule tr td.schedule-feature {background: #f7941d;}
#festival-schedule tr td.schedule-twisted {background: #bf1f2d;}
#festival-schedule tr td.schedule-kinder {background: #c49a6c;}
#festival-schedule tr td.schedule-48-hour {background: #c49a6c;}
#festival-schedule tr td.schedule-gala {background: #bf1f2d;}
#festival-schedule tr td.schedule-workshop {background: #bf1f2d;}
.schedule-hover {
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100%;*/
    overflow: hidden;
}
.schedule-hover .schedule-link-overlay {
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    width: calc(100% - 10px);
    text-align: center;
    font-weight: bold;
    background: url(images/transparent.png);
    transition: .2s;
}
#festival-schedule tr td:hover .schedule-link-overlay {
    top: 0;
}
.schedule-hover .schedule-links {
    display: table;
    height: 100%;
    width: 100%;
}
.schedule-hover .schedule-links a, .schedule-hover .schedule-links span {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.festival-event {
    display: block;
    font-size: 90%;
    font-weight: bold;
}
.festival-location {
    font-size: 90%;
}
.film-title h3, .film-title h4 {padding-bottom: 0;}
.film-title {padding-bottom: 10px;}
.film-location {font-weight: bold;}
.expand-films-container {
    overflow: hidden;
    transition: .5s;
}
#sponsor-commercials img {
    height: 75px;
    width: auto;
    max-width: 90%;
}
#workshop-form, #workshop-form table {width: 100%;}
#workshop-form input, select, textarea {width: 100%;}
#workshop-payment-div {float: right;}
#workshop-error-div {
    float: right;
    color: red;
}
#contact-form, #contact-form table {width: 100%;}
#contact-form input, select, textarea {width: 100%;}
#donate-box {
    position: absolute;
    bottom: 120%;
    right: 0;
    max-width: 500px;
    padding: 20px;
    background: #FAFAFA;
    border: 2px solid #FF5722;
    border-radius: 20px;
}
#donate-link {
    display: inline-block;
    float: right;
}
#donate-form, #donate-form table {width: 100%;}
#email-notice-form {
    max-width: 300px;
    margin: 40px auto;
}
#email-notice-form input, #email-notice-form .button{margin-top: 5px;}
#email-notice-form #other {margin-left: 10px;}
.email-titles {font-weight: bold;}
#login {
    max-width: 500px;
    margin: 0px auto 100px;
}
#admin-content {min-height: 300px;}
.admin-menu-button {
    min-width: 125px;
    margin: 0 20px;
    background: #E64A19;
    color: #FFCCBC;
    border: none;
}
.admin-menu-button:hover {
    background: #FF5722;
    color: #fff;
    border: none;
}
.subpage-menu {text-align: center;}
.subpage-menu .button {
    min-width: 125px;
    margin: 0 20px;
}
.disabled-button {
    cursor: default;
    color: #727272;
    border-color: #727272;
}
.disabled-button:hover {
    color: #727272;
    border-color: #727272;
}
#admin-content-2 {
    margin-top: 20px;
}
.report-section {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 30px;
}
.edit {width: 60px;}
.icon {
    width: 20px;
    padding: 5px;
    cursor: pointer;
}
.horiz-padding-5 {padding: 0 5px;}
.horiz-padding-50 {padding: 0 50px;}
#donor-report {max-width: 1450px;}
#attendee-report {max-width: 1700px;}
#participant-report {max-width: 1510px;}
.report-table {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.report-table tr.attention {border-left: 2px solid #E64A19;}
.report-table tr td.id {width: 50px;}
.report-table tr td.name {width: 120px;}
.report-table tr td.email {width: 200px;}
.report-table tr td.phone {width: 105px;}
.report-table tr td.address {width: 110px;}
.report-table tr td.concerns {width: 180px;}
.report-table tr td.manual {width: 60px;}
.report-table tr td.status {width: 90px;}
.report-table tr td.updated {width: 95px;}
.report-table tr td.trans {width: 155px;}
.report-table tr td.receipt {width: 155px;}
.report-table input {
    width: 100%;
    border-radius: 3px;
}
.report-table textarea {
    width: 100%;
    height: 3em;
    border-radius: 3px;
}
#footer {
    clear: both;
    padding: 10px;
    background: #E64A19;
    color: #FFCCBC;
    text-align: center;
    font-size: small;
}
#footer a {color: inherit;}
#footer a:hover {color: #fff;}
/*#footer a:visited {color: inherit;}*/

@media only screen and (max-width: 1920px) {
    #splash-zooom {
        background: url(images/heros/youth-with-camera-1920.jpg);
        background-position: center;
        background-size: cover;
    }
    #splash-resources {
        background: url(images/heros/sound-board-1920.jpg);
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width: 1200px) {
    #splash-festival {
        background: url(images/heros/splash-festival-1200.jpg);
        background-position: center top;
        background-size: cover;
    }
    #splash-events {
        background: url(images/heros/splash-events-1200.jpg);
        background-position: center 30%;
        background-size: cover;
    }
    #splash-zooom {
        background: url(images/heros/youth-with-camera-1200.jpg);
        background-position: center;
        background-size: cover;
    }
    #splash-resources {
        background: url(images/heros/sound-board-1200.jpg);
        background-position: center;
        background-size: cover;
    }
    #menu {
        font-size: 100%;
        left: 10px;
        right: 10px;
    }
    #logo img {width: 155px;}
    .menu-item a {padding: 10px 15px;}
}
@media only screen and (max-width: 1000px) {
    #logo img {width: 135px;}
    .menu-item a {padding: 10px 10px;}
    .multi-col {
        display: block;
    }
    .two-cols {
        max-width: 100%;
        padding: 10px;
        font-size: 100%;
    }
    .sponsor {
        padding: 5%;
        font-size: medium;
    }
    .sponsor img {max-width: 90%;}
}

@media only screen and (max-width: 900px) {     /*mobile portrait*/
    .full-display {display: none;}
    .mobile-display {display: block;}
    #splash-home {
        background: #0D120E url(images/heros/splash-home-900.jpg);
        background-position: center top;
        background-size: cover;
    }
    #splash-about {
        background: url(images/heros/splash-about-900.jpg);
        background-position: center 35%;
        background-size: cover;
    }
    #splash-festival {
        background: url(images/heros/splash-festival-900.jpg);
        background-position: center top;
        background-size: cover;
    }
    #splash-events {
        background: url(images/heros/splash-events-900.jpg);
        background-position: center 30%;
        background-size: cover;
    }
    #splash-submissions {
        background: url(images/heros/splash-submissions-900.jpg);
        background-position: center;
        background-size: cover;
    }
    #splash-48-hour {
        background: url(images/heros/splash-48-hour-900.jpg);
        background-position: center top;
        background-size: cover;
    }
    #splash-workshops {
        background: url(images/heros/splash-workshops-900.jpg);
        background-position: center 30%;
        background-size: cover;
    }
    #splash-donate {
        background: url(images/heros/splash-donate-900.jpg);
        background-position: center bottom;
        background-size: cover;
    }
    #splash-resources {
        background: url(images/heros/sound-board-900.jpg);
        background-position: center;
        background-size: cover;
    }
    #splash-contact {
        background: url(images/heros/splash-contact-900.jpg);
        background-position: center;
        background-size: cover;
    }
    #menu {
        position: fixed;
        top: 0;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 300px;
        height: 100%;
        margin-left: -100%;
        overflow-y: scroll;
        background: #E64A19;
        text-align: left;
    }
    #menu-retract {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 20px;
        font-size: x-large;
        cursor: pointer;
        z-index: 15;
    }
    #menu #logo {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        border-bottom: 1px solid #FF5722;
    }
    .menu-item {
        display: block;
        padding: 0;
        transition: 0s;
        border-bottom: 1px solid #FF5722;
    }
    .menu-item a {
        display: block;
        color: inherit;
        padding: 10px 20px;
    }
    #menu-donate {background: #FF9800;}
    #menu-donate:hover {background: #ffbb00;}
    #menu-donate a {color: #fff;}
    .drop-down {
        display: none;
    }
    .menu-item:hover {
        background: #FF5722;
        color: #fff;
    }
    .menu-item:hover .drop-down {
        display: none;
    }    
    #menu-48-hour {padding-left: 40px;}
    #social-media {
        position: relative;
        right: auto;
        padding: 0;
        text-align: center;
    }
    #social-media img {
        width: 20px;
        height: 20px;
        display: inline;
        padding: 10px 20px;
    }
    #menu-expand {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        padding: 15px 20px;
        background: #E64A19;
        border-radius: 0px 0px 10px 0px;
        z-index: 9;
        cursor: pointer;
    }
    .hamburger {
        display: block;
        width: 20px;
        height: 3px;
        margin-bottom: 3px;
        background: #FFCCBC;
        content: " ";
    }
    #noscriptMenu {
        font-weight: bold;
        font-size: 100%;
        color: #E64A19;
    }
    .content-section {
        padding: 50px 0px;
        border-top: 2px solid #FF5722;
    }
    .feature {
        display: block;
        height: auto;  /*Avoids resizing issue when image zooms in*/
    }
    .feature-hover {transition: .2s;}
    .feature-large {
        height: auto;
        padding: 10px;
    }
    .feature-img-container {display: block;}
    .feature-img {
        width: 100%;
    }
    .feature-img-large {
        width: 100%;
        height: auto;
    }
    .feature-img img {
        width: 100%;
        height: auto;
        margin-top: -10%;
    }
    .feature-img img, .two-cols-semi-persistant .feature-img img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .feature-img-zoom img {
        margin-top: -10%;  /*Minimizes the visible shift at the end of the return transition*/
        margin-left: auto;
        width: 100%;
        height: auto;
        transition: .5s;
    }
    .feature-text {
        display: block;
        padding: 10px 0px;
    }
    .feature-hover:hover {
        background: inherit;
        box-shadow: none;
    }
    .feature:hover .feature-img-zoom img {
        width: 100%;
        height: auto;
        margin-top: -10%;
        margin-left: 0;
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari */
        transform: rotate(0deg);
    }
    .feature-video {
        width: 100%;
        height: 100%;
    }
    .feature-video img, .feature-video video {
        width: 100px;
    }
    #donate-box {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 500px;
        margin: -100px 10px 0px 10px;
        padding: 20px;
        background: #FAFAFA;
        border: 2px solid #FF5722;
        border-radius: 20px;
    }
}

@media screen and (max-width: 700px) {
    /*.multi-col-semi-persistant {display: block;}*/
    /*.two-cols-semi-persistant {
        width: 100%;
        padding: 0;
    }*/
    /*#splash-home {
        background: #0D120E url(images/heros/splash-home-700.jpg);
        background-position: center top;
        background-size: cover;
    }
    #splash-about {
        background: url(images/heros/splash-about-700.jpg);
        background-position: center 35%;
        background-size: cover;
    }
    #splash-festival {
        background: url(images/heros/splash-festival-700.jpg);
        background-position: center top;
        background-size: cover;
    }
    #splash-events {
        background: url(images/heros/splash-events-700.jpg);
        background-position: center 30%;
        background-size: cover;
    }
    #splash-submissions {
        background: url(images/heros/splash-submissions-700.jpg);
        background-position: center;
        background-size: cover;
    }
    #splash-48-hour {
        background: url(images/heros/splash-48-hour-700.jpg);
        background-position: center top;
        background-size: cover;
    }
    #splash-workshops {
        background: url(images/heros/splash-workshops-700.jpg);
        background-position: center 30%;
        background-size: cover;
    }
    #splash-donate {
        background: url(images/heros/splash-donate-700.jpg);
        background-position: center bottom;
        background-size: cover;
    }
    #splash-contact {
        background: url(images/heros/splash-contact-700.jpg);
        background-position: center;
        background-size: cover;
    }*/
}

@media screen and (max-width: 500px) {
    .sponsor-div {
        column-count: 2;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
    }
    .email-titles {display: block;}
    #festival-schedule {font-size: 80%;}
}

@media screen and (max-width: 900px) and (min-aspect-ratio: 1/1) {		/*mobile landscape*/
    .feature {
        clear: both;
        display: block;
        height: auto;  /*Avoids resizing issue when image zooms in*/
    }
    .feature-hover {transition: .2s;}
    .feature-large {
        height: auto;
        padding: 10px;
    }
    .feature-img-container {
        float: left;
        width: 30%;
        height: auto;
        display: block;
    }
    .two-cols-semi-persistant .feature-img-container, .two-cols-semi-persistant .feature-text {
        float: none;
        width: 100%;
        height: auto;
        display: block;
    }
    /*.two-cols-semi-persistant .feature-img img {width: 100%;}*/
    .feature-img, .feature-img-large {
        width: 100%;
        height: auto;
    }
    .feature-img img, .two-cols-semi-persistant .feature-img img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .feature-img-zoom img {
        margin-top: 0;  /*Minimizes the visible shift at the end of the return transition*/
        margin-left: auto;
        width: 100%;
        height: auto;
        transition: .5s;
    }
    .feature-text {
        float: right;
        width: 65%;
        /*display: block;*/
        padding: 0px 10px;
        padding-bottom: 20px;
    }
    .feature-hover:hover {
        background: inherit;
        box-shadow: none;
    }
    .feature:hover .feature-img-zoom img {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari */
        transform: rotate(0deg);
    }
}
