.container{
  width: 92%;
}

.mobilegone{
  display:none;
}



.desktopgone{
  display:block;
}
.mobile-no-bg{
  background: none !important;
}

.flex{
  flex-wrap: wrap;
}

.flex.vert{
  align-items:flex-start;
}

.flex .half{
  width: 100%;
}
.flex .halfcontent{
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.flex .half.gap{
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}

.flex.mobileswap{
  flex-direction: column-reverse;
}

.flex .twothirds{
  width: 100%;
  margin-right: 0;
}
.flex .third{
  width: 100%;
  margin-top: 15px;
}
.flex .third.left-third{
  margin-left:0;
  margin-right: 0;
}




.col{
  flex:auto;
  width:100%;
  padding-right: 0;
  margin-bottom: 20px;
}

.header .container{
  width:100%;
}

.header.high{
  height: auto;
}
.header.high .mobilebuttons{
  position: absolute;
  bottom: -30px;
  right:10px;
  z-index: 10;
}
.header.high .mobilebuttons .button{
  display:block;
  margin-top: 5px;
}

.mobile-header{
  height: 60vh;
  background-size:cover;
  background-position:center center;
}


.flex.fill{
  position:static;
}

.mobile-block{
  display:block;
}

.box{
  width:100%;
  max-width: 100%;
  padding: 50px 4%;
}

.min-height-bg{
  min-height: 300px;
}

.container .flickity-button{
  left:auto !important;
  bottom:auto !important;
  right: 0px !important;
  top: 280px !important;
}
.container .flickity-button.previous{
  left:0px !important;
}

.padded{
  padding: 25px 0;
}
.lightblue .padded{
  padding: 15px;
}

.largephoto{
  width: 100%;
  margin-bottom:15px;
}
.overlap.padded{
  width:100%;
  background-color:#FFF;
  position:relative;
  left: 0;
  padding: 0;
}
.swap .overlap.padded{
  left:auto;
  right: 0;
  padding-right: 0px;
  padding-left:0;
}
.overlap .buttons{
  position:static;
}
.swap .overlap .buttons{
  position:static;
}

.footer{
  text-align:center;
}
.footer-logo{
  max-width: 300px;
}
.mobile-centered{
  text-align:center;
}

.footer .col{
  flex:auto;
  width:100%;
  margin-bottom: 30px;
}

.three-cols{
  columns:2;
}

.leftpad{
  padding-left:0;
}
.rightpad{
  padding-right:0;
}


.flex .three{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.button{
  padding: 10px 20px;
}

.img-download{
  width: 100%;
  margin-bottom: 20px;
}

ul, ol{
  margin: 0 0 15px 20px;
}


.carousel-slide{
  height: 75vw;
}

.carousel-slide .block-container{
  height: 80%;
}
.carousel-slide .block-text span{
  padding: 10px;
  font-size: 25px;
  line-height: 25px;
}

