.flex{
  flex-wrap:wrap;
}
.main{
  width: 100%;
  margin-bottom: 25px;
}
.main.gap{
  padding-right: 0px;
}

.sidebar{
  width: 1000%;
}

.mobile-swap{
  flex-direction: column-reverse;
}

.gallery{
  width: 49%;
  margin-right:2%;
  margin-bottom: 2%;
}
.gallery:nth-child(4n+4){
  margin-right:2%;
}
.gallery:nth-child(2n+2){
  margin-right:0;
}


.header{
  height:auto;
}
.header h1 img{
  height: auto;
  width: 60%;
}

.link{
  width: 100%;
  margin-right:0;
  padding-bottom: 40%;
}

.margined{
  margin: 25px auto;
}

h2{
  font-size: 30px;
  line-height: 40px;
}
h3{
  font-size: 20px;
  line-height: 20px;
}


.site-wrapper{
  padding-bottom: 0;
}
.footer{
  position:static;
}

.breadcrumbs{
  display: inline-block;
  text-align:left;
}
  
.flex .half{
  width: 100%;
}

.resourcebutton{
  flex:auto;
  width:100%;
  margin-right: 0;
  margin-bottom: 10px;
}