.container{
  width: 90%;
}
#hamburger {
  width: 45px;
  height: 35px;
  position: absolute;
  z-index:9;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(even) {
  left: 50%;
}

#hamburger span:nth-child(odd) {
  left:0px;
}

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
  top: 5px;
}

#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
  top: 15px;
}

#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
  top: 25px;
}

.mm-wrapper_opened #hamburger span:nth-child(1),.mm-wrapper_opened #hamburger span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opened #hamburger span:nth-child(2),.mm-wrapper_opened #hamburger span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-wrapper_opened #hamburger span:nth-child(1) {
  left: 5px;
  top: 8px;
}

.mm-wrapper_opened #hamburger span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
}

.mm-wrapper_opened #hamburger span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.mm-wrapper_opened #hamburger span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.mm-wrapper_opened #hamburger span:nth-child(5) {
  left: 5px;
  top: 21px;
}

.mm-wrapper_opened #hamburger span:nth-child(6) {
  left: calc(50% - 5px);
  top: 21px;
}





.header{
  height: auto;
  padding: 10px;
}
.header .logo{
  position:static;
  height:auto;
  width: 50%;
}

.header .social{
  display:none;
}
.header .container{
  height: auto;
}
.header .container nav{
  display:none;
}
.high-image{
  height: 100vw;
}


.riseup{
  position:static;
  top: 0;
}

.flex{
  flex-wrap:wrap;
}

.flex .half, .flex .third, .flex .twothirds{
  width:100%;
  margin-right:0;
}

.padded{
  padding: 25px;
}

h3{
  position:relative;
  left: -2vw;
  width:100vw;
}


.footer{
  text-align:center;
}
.footlogo{
  width: 50%;
}

.subnav{
  display:none;
}
.pageheader .third{
  height: auto;
}
.pageheader .twothirds{
  width: 96%;
  margin: 0 auto;
}

.mobilenoflex{
  display:block;
}
.sidephoto{
  float:right;
  display:block;
  width: 50%;
  margin: 0 0 10px 10px;
}
.sidephoto-content{
  width:100%;
  padding:0;
  display:block;
}

.resource{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.resource .button{
  display:none;
}

.hassidebar{
  width:100%;
}
.sidebar{
  width:100%;
  padding:0;
  margin-top: 40px;
}

.margined{
  margin: 30px auto;
}
.bottommargin{
  margin-bottom: 30px;
}

.mobile-bottom-margin{
  margin-bottom :50px;
}

.mobile-first-only .third{
  display:none;
}

.mobile-first-only .third:first-child{
  display:block;
}

h1{
  font-size: 20px;
  padding: 10px 5%;
}
.mobiletitle{
  display:inline;
  color:#D92A2A;
  margin-left: 20px;
}

.left-float-half-img{
  float: none;
  margin: 15px 0;
  max-width: 100%;
  width: 100%;
}

.left-float-img{
  float:none;
  width: 100%;
  margin: 0 0 20px 0;
  display:block;
}

.float-protect{
  margin-left: 0;
}

.minheight{
  min-height:0;
}

.trans{
  padding: 15px;
}

.ticketlink{
  display:none;
}