html {
  overflow-x: hidden;
}

body {
  color: #8C9192;
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #8C9192;
}

a:hover {
  text-decoration: underline;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 28px;
}

ul:last-child,
p:last-child {
  margin-bottom: 0;
}


.image-wrap {
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  text-align: left;
}

header .main-logo {
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 25px; 
  background-image: url(../img/main-logo-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  text-align: center;
}

header .main-logo span {
  display: block;
  text-indent: -9999px;
  width: 230px;
  height: 55px;   
}

header h1 {
  color: #FFFFFF;  
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  transform: translateY(-50%);
  font-size: 160px; 
  letter-spacing: -0.05em; 
  line-height: 125px; 
}

header .down-arrow {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

header .down-arrow a {
}

header .down-arrow a span {
  display: block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../img/arrow-down-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*
header h1 {
  color: #FFFFFF;  
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  bottom: 25px;
  font-size: 160px;  
  line-height: 125px; 
  letter-spacing: -5px;
}

header h1 span {
  display: block;
}

header h1 span:first-child {
  font-size: 100px;
  line-height: 75px; 
}
*/


header nav {
  text-transform: uppercase;
  position: absolute;
  right: 25px;
  top: 25px;
}

header nav #menu-toggle {
  display: none;
}

header nav li {
  display: inline-block;
  text-transform: uppercase;  
  font-weight: 700;
  margin-left: 20px;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 55px;
}

header nav li:first-child {
  margin-left: 0;
}

header nav li a {
  color: #FFFFFF;
}

header nav li a:hover {
  text-decoration: none;
  opacity: 0.75;
}

header .header-inner-wrap {
  height: calc( 55px + 50px );
}

header .header-inner-wrap.fixed {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}

header .header-inner-wrap.fixed .main-logo {
  background-image: url(../img/main-logo-grey.svg);
}

header .header-inner-wrap.fixed nav li a {
  color: #8C9192; 
}

footer {

}


a.button {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #8C9192;
  padding: 30px 50px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  background-color: #FFFFFF;
}

a.button:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #8C9192;
}

a.logo-link {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 auto;
}

a.logo-link span {
  display: block;
  text-indent: -9999px;
}

a.logo-link-princes-trust {
  background-image: url(/img/princes-trust-logo.svg);
}

a.logo-link-princes-trust span {
  width: 115px;
  height:110px;
}
a.logo-link-roundhouse {
  background-image: url(/img/roundhouse-logo.svg);  
}

a.logo-link-roundhouse span {
  width: 110px;
  height:110px;
}








a.logo-link-virgin-giving {
  background-image: url(/img/virgin-giving-logo.png?v=1);
}

a.logo-link-virgin-giving span {
  width: 185px;
  height: 61px;
}

a.logo-link-facebook {
  background-image: url(/img/facebook-logo.svg);
}
a.logo-link-twitter{
  background-image: url(/img/twitter-logo.svg);
}
a.logo-link-instagram {
  background-image: url(/img/instagram-logo.svg);
}

a.logo-link-facebook span,
a.logo-link-twitter span,
a.logo-link-instagram span {
  width: 40px;
  height: 40px;
}


a.logo-link-instagram-grey {
  background-image: url(/img/instagram-logo-grey.svg);
}

a.logo-link-instagram-white {
  background-image: url(/img/instagram-logo-white.svg);
}

a.logo-link-instagram-white span,
a.logo-link-instagram-grey span {
  width: 50px;
  height: 50px;
}


a.logo-link-twitter-grey {
  background-image: url(/img/twitter-logo-grey.svg);
}

a.logo-link-twitter-white {
  background-image: url(/img/twitter-logo-white.svg);
}

a.logo-link-twitter-white span,
a.logo-link-twitter-grey span {
  width: 50px;
  height: 50px;
}


/* START DEFAULT SECTION */

.section-defaults {
  padding: 0 0 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.section-defaults .sleeve {
  overflow: hidden;
}

.section-defaults h2 {
  text-transform: uppercase;  
  font-size: 110px;
  letter-spacing: -0.040em;
  line-height: 110px;
  padding: 120px 0 0 0;
}

.section-defaults h2 span {
  display: block;
}

.section-defaults .section-content-sleeve {
  padding: 105px 0 145px 0;
}

.section-defaults .section-content-wrap {
  margin: 0 auto 0 auto;
  text-align: left;
}

.section-defaults .section-content-wrap h3 {
  line-height: 28px;
}

.section-defaults .section-footer-wrap {
  margin-top: 75px;
}

.section-defaults h2 span,
.section-defaults .section-content-wrap,
.section-defaults .section-footer-wrap {
  max-width: 940px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.section-background-grey .sleeve h2,
.section-background-grey .section-content-sleeve {
  background-color: #8C9192;
  color: #FFFFFF;
}

.section-background-grey .sleeve p a {
  color: #FFFFFF;
}

.section-columns-2 .section-content-wrap,
.section-columns-3 .section-content-wrap,
.section-columns-4 .section-content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;  
}


.section-columns-4 .section-content-wrap .section-column {
  width: calc( 25% - (180px / 4) );
  margin-bottom: 30px;
}

.section-columns-3 .section-content-wrap .section-column {
  width: calc( 33.3% - (120px / 3) );
  margin-bottom: 30px;
}

.section-columns-2 .section-content-wrap .section-column {
  width: calc( 50% - (60px / 2) );
  margin-bottom: 30px;
}

.section-defaults .stat-box-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex; 
}


.section-defaults .stat-box {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  box-sizing: border-box;  
}


.section-defaults .stat-box h3 {
  font-size: 75px;
  line-height: 55px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-transform: uppercase;
}

.section-defaults .stat-box h3:first-child {
  margin: 0 25px 0 0;
}

.section-defaults .stat-box.with-border h3:first-child {
  padding-right: 25px;
  border-right: 1px solid #8C9192;
}

.section-defaults .stat-box h3:last-child {
  margin: 0 0 0 25px;
}

.section-defaults .stat-box.with-border h3:last-child {
  padding-left: 25px;
  border-left: 1px solid #8C9192;
}

.section-defaults.section-background-grey .stat-box.with-border h3 {
  border-color: #FFFFFF;
}

.section-defaults .stat-box div.desc {
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.section-defaults .stat-outer-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: left;
}

.section-defaults .stat-outer-wrap .stat-intro {
  font-size: 100px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #FFFFFF;
}

/* END DEFAULT SECTION */



/* START PARALLAX IMAGE SECTION OVERRIDES */

.section-style-image-and-text h2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent !important;
  padding-bottom: 120px;
  height: 50vh;
  line-height: 50vh;
  position: relative;
  display: table;
  width: 100%;
}

.section-style-image-and-text h2 span {
  display: table-cell;
  vertical-align: middle;  
}

.section-style-image-and-text .section-content-sleeve {
  padding-top: 120px;
}

.section-style-text .section-content-wrap,
.section-style-image-and-text .section-content-wrap {
  text-align: left;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; 
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

/* END PARALLAX IMAGE SECTION OVERRIDES */





/* START FUNDRAISING SECTION OVERRIDES */

.section-style-fundraising .sleeve {
  max-width: 940px;
  margin: 120px auto 165px auto;
  border: 3px solid #8C9192;
  padding: 60px 40px 0 40px;
  overflow: visible;
}

.section-style-fundraising .section-content-wrap {
  padding-left: 0;
  padding-right: 0;
}

.section-style-fundraising .section-content-sleeve {
  padding-top: 0;
  padding-bottom: 0;
}

.section-style-fundraising h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-top: 0;
}

.section-style-fundraising .amount {
  font-size: 210px;
  font-weight: 700;
  line-height: 160px;
  letter-spacing: -.05em;
  text-align: center;
  border-bottom: 1px solid #8C9192;
  padding-bottom: 75px;
  margin-bottom: 50px;
}

.section-style-fundraising .stat-box:nth-child(odd) {
  padding-right: 50px;
  border-right: 1px solid #8C9192;
}

.section-style-fundraising .stat-box:nth-child(even) {
  padding-left: 50px;
}

.section-style-fundraising .section-footer-wrap {
  margin-top: 10px;
  display: inline-block;
  padding: 0 50px;
  background-color: #FFFFFF;
  position: relative;
  transform: translateY(50%);
  z-index: 1;
}

.section-style-fundraising a.button {
  background-color: #FFFFFF;
  border-width: 3px;
}

.section-style-fundraising a.button:hover {
  background-color: #8C9192;
}

/* END FUNDRAISING SECTION OVERRIDES */




/* START EXPEDITION SECTION OVERRIDES */

.section-style-expedition .section-footer-wrap {
  overflow: visible;
  border: 3px solid #FFFFFF;
  padding: 0px 40px 40px 40px;  
}

.section-style-expedition .section-footer-wrap > h3 {
  transform: translateY(-50%);
  font-size: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  background-color: #8C9192;
  display: inline-block;
}

.section-defaults .stat-box-wrap {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}

.section-style-expedition .stat-box {
  width: 100%;
  padding: 0 !important;
}

.section-style-expedition .stat-box:first-child {
  margin-bottom: 40px;
}

.section-style-expedition .stat-outer-wrap {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 30px;
  margin-bottom: 30px;
}



.section-style-expedition .map-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;  
}

.section-style-expedition .map-wrap .map {
  width: 66.6%;
  margin-right: 60px;
}

.section-style-expedition .map-wrap .map img {
  width: 100%;
  height: auto;
}

.section-style-expedition .map-wrap .content {
  text-align: left;
  width: calc( 33.3% - 60px );
}

.section-style-expedition .map-wrap .content h3 {
  font-size: 60px;
  line-height: 60px;
}

/* END EXPEDITION SECTION OVERRIDES */



/* START STORY SO FAR */


.section-style-story-so-far .stat-box-wrap {
  border: 3px solid #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
}


.section-style-story-so-far .stat-box-wrap .stat-box {
  width: 100%;
}

#gallery-viewer {
  cursor: pointer;
}

.section-style-story-so-far .gallery-wrap {
  display: none;
  background-color: #FFFFFF;
  margin: 0;
  padding: 25px 125px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  max-width: none;
  color: #FFFFFF;
  text-align: left;
}

.section-style-story-so-far .gallery-wrap span.close {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50px;
  top: 50px;
  background-image: url(../img/cross-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.section-style-story-so-far .gallery-wrap .owl-prev {
  position: absolute;
  text-indent: -9999px;
  left: -75px;
  top: 50%;
  background-image: url(../img/arrow-left-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

.section-style-story-so-far .gallery-wrap .owl-next {
  position: absolute;
  text-indent: -9999px;
  right: -75px;
  top: 50%;
  background-image: url(../img/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

.section-style-story-so-far .gallery-wrap h2 {
  text-align: left;
  padding: 0 0 50px 0;
  font-size: 75px;
  line-height: 75px;
  height: auto;
  color: #8C9192;
  margin-left: -75px;
}

/*
.section-style-story-so-far .stat-box-wrap .stat-box h3 {
  border-right: 1px solid #FFFFFF;
  padding-right: 30px;
} 
*/

/* END STORY SO FAR */






/* START DONORS SECTION OVERRIDES */

.section-style-launch-donors .section-content-wrap .section-column {
  width: 50%;
  margin-bottom: 75px;
}

.section-style-launch-donors .section-content-wrap .section-column {
  width: calc( 50% - 75px );
}

.section-style-launch-donors .section-content-wrap .section-column.section-column-span-2 {
  width: 100%;
}

/*
.section-style-launch-donors .section-content-wrap .section-column:nth-child(odd) {
  padding-right: 150px;
  box-sizing: border-box;
}

.section-style-launch-donors .section-content-wrap .section-column:nth-child(even) {
  padding-left: 150px;
  box-sizing: border-box;
}
*/

.section-style-launch-donors .section-content-wrap .section-column .image-wrap {  
  margin-bottom: 30px;
  text-align: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  background-position: left center;
  max-width: 225px;
}



/* END DONORS SECTION OVERRIDES */




/* START CONTACT SECTION OVERRIDES */

.section-style-contact .section-content-wrap .section-column {
  width: calc( 50% - 120px);
  margin-bottom: 60px;
}

.section-style-contact .teaser .logo-link {
  margin-right: 15px;
  margin-top: 5px;
}

.section-style-contact .teaser .logo-link:last-child {
  margin-right: 0px;
}

.section-style-contact .section-footer-wrap {
  min-height: 75px;
  background-image: url(/img/team-enterprise-logo.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* END CONTACT SECTION OVERRIDES */





/* START TEAM SECTION OVERRIDES */

.section-style-team-images .section-content-sleeve {
  padding-bottom: 70px;
}

.section-style-team-images .team-member {
  margin-bottom: 75px !important;
}

.section-style-team-images .team-member h3 {
  line-height: 20px;
  margin-top: 25px;
}

.section-style-team-images .team-member .team-member-job-title {
  line-height: 20px;
  margin-bottom: 15px;
}

.section-style-team-images .team-member .team-member-strava-link {
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
  padding-left: 45px;  
}

.section-style-team-images .team-member .team-member-strava-link:before {
  content: '+';
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #8C9192;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

.section-style-team-images .team-member-strava-data {
  display: none;
}

.section-style-team-images .section-footer-wrap {
  display: none;
  background-color: #8C9192;
  min-height: 300px;
  margin: 0;
  padding: 25px 125px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  max-width: none;
  color: #FFFFFF;
  text-align: left;
}

.section-style-team-images .section-footer-wrap span.close {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50px;
  top: 50px;
  background-image: url(../img/cross-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.section-style-team-images .section-footer-wrap h2 {
  text-align: left;
  padding: 0 0 50px 0;
  font-size: 75px;
  line-height: 75px;
}

.section-style-team-images .section-footer-wrap .owl-prev {
  position: absolute;
  text-indent: -9999px;
  left: -75px;
  top: 50%;
  background-image: url(../img/arrow-left-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

.section-style-team-images .section-footer-wrap .owl-next {
  position: absolute;
  text-indent: -9999px;
  right: -75px;
  top: 50%;
  background-image: url(../img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

.section-style-team-images .section-footer-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-style-team-images .section-footer-wrap ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-style-team-images .section-footer-wrap ul li h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
}

.section-style-team-images .section-footer-wrap ul li .image-wrap {
  margin-bottom: 20px;
}

.section-style-team-images .section-footer-wrap .strava-stats {

}

.section-style-team-images .section-footer-wrap .strava-stats dl {
  margin: 5px 0 0 0;
  border-top: 1px solid #FFFFFF;
  padding: 5px 0 0 0;
}

.section-style-team-images .section-footer-wrap .strava-stats dt {
  text-transform: uppercase;
  line-height: 18px;
}

.section-style-team-images .section-footer-wrap .strava-stats dd {
  font-size: 65px;
  line-height: 55px;
  font-weight: bold;
}
.section-style-team-images .section-footer-wrap .strava-stats .strava-total {
  display: none;
}


/* END TEAM SECTION OVERRIDES */


/* START SOCIAL SECTION OVERRIDES */

.section-style-social .logo-link {
  margin-bottom: 50px;
}

.section-style-social .logo-link-twitter-white {
  margin-top: 50px;
}

.section-style-social a {
  color: #FFFFFF;
}

.section-style-social .section-content-wrap-instagram .section-column {
  width: 33.333333%;
  margin-bottom: 0;
}

.parallax-window-roundhouse {
  min-height: calc( 50vh + 240px );
}


.section-style-donate h3 {
  margin-bottom: 20px;
}

.section-style-donate .teaser p {
  font-size: 0.85em;
  line-height: 20px;
}

.section-style-donate a.logo-link-virgin-giving {
  margin: 0 0 20px 0;
}


.section-style-update {
  background-color: #8C9192;
}

.section-style-update .sleeve {
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0;
}

.section-style-update .section-style-update-column {
  float: left;
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

.section-style-update .section-style-update-column:last-child {
  border-left: 5px solid #FFFFFF;
}

.section-style-update h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 0.9em;
  margin-bottom: 5px;
}

.section-style-update p {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 0.9em;
  font-weight: bold;
}

.section-style-update p:last-child {
  padding-bottom: 0;
}

.section-style-update a {
  color: #FFFFFF;
}

.section-style-update span {
  display: block;
  font-size: 0.3em;
  text-transform: none;
}

/* END SOCIAL SECTION OVERRIDES */

@media screen and ( max-width: 1300px ) {
	
	 header h1 {
    font-size: 135px;
    letter-spacing: -0.05em;
    line-height: 70px;
    text-align: center;
    right: 25px;
  }
	
	}

@media screen and ( max-width: 1100px ) {


  header nav ul {
    display: none;
  }

  header.nav-visible nav ul {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 50px 50px 50px;
    background-color: #FFFFFF;
    z-index: 998;
  }

  header nav ul li {
    display: block;
    text-align: center;
    margin: 0;
  }

  header nav ul li a {
    color: #8C9192;
  }

  header nav #menu-toggle {
    display: block;
    cursor: pointer;
    position: relative;
    top: 14px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    width: 25px;
    height: 20px;
    z-index: 999;
  }

  header nav #menu-toggle:after {
    content: '';
    position: absolute;
    top: calc( 50% - 1px );
    left: 0;
    right: 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;    
  }  

  header nav #menu-toggle span {
    opacity: 0;
  }

  header {
    height: 100vh;
  }

  header h1 {
    font-size: 90px;
    letter-spacing: -0.025em;
    line-height: 70px;
    text-align: center;
    right: 25px;
  }


  header.nav-visible #menu-toggle,
  header .header-inner-wrap.fixed #menu-toggle {
    border-color: #8C9192;
  }

  header.nav-visible #menu-toggle:after,
  header .header-inner-wrap.fixed #menu-toggle:after {
    border-color: #8C9192;
  }

  header.nav-visible .main-logo {
    background-image: url(../img/main-logo-grey.svg);
  }


  .section-defaults h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-style-fundraising h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .section-style-fundraising .amount {
    font-size: 100px;
    line-height: 100px;
  }

  .section-style-fundraising .section-content-sleeve {
    padding-top: 0;
  }

  .section-style-fundraising .sleeve {
    margin-left: 25px;
    margin-right: 25px;
  }

  .section-style-expedition .section-footer-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }

  .section-style-launch-donors .section-content-wrap .section-column:nth-child(odd) {
    padding-right: 50px;
  }

  .section-style-launch-donors .section-content-wrap .section-column:nth-child(even) {
    padding-left: 50px;
  }

  .section-style-team-images .section-footer-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }

}

@media screen and ( max-width: 680px ) {
  .section-style-update .section-style-update-column {
    float: none;
    width: 100%;
    padding: 30px 15px;
    border-left: none !important;
  }

}

@media screen and ( max-width: 600px ) {


  header .main-logo {
    left: 25px;
    right: 25px;
  }

  header .main-logo span {
    width: 200px;
    height: 48px;   
  }
  

  header .header-inner-wrap {
    height: calc( 48px + 50px );
  }

  header nav #menu-toggle {
    top: 10px;
  }
  
  header nav li {
    font-size: 25px;
    letter-spacing: 0.025em;
    line-height: 55px;
  }

  .section-defaults {
  }

  .section-defaults h2 {
    font-size: 50px;
    line-height: 40px;
    padding: 60px 0 0 0;
  }

  .section-defaults .stat-box {
    width: 100%;    
  }

  .section-defaults .stat-box,
  .section-defaults .stat-box-wrap {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; 
  }

  .section-defaults .stat-box h3 {
    font-size: 55px;
    line-height: 40px;
  }

  .section-defaults .stat-box h3,
  .section-defaults .stat-box .desc {
    width: 100%;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    border: none !important;
  }


  .section-defaults .section-content-sleeve {
    padding: 55px 0 85px 0;
  }

  .section-defaults .section-content-wrap {
    text-align: center;
  }

  .section-columns-2 .section-content-wrap .section-column,
  .section-columns-3 .section-content-wrap .section-column,
  .section-columns-4 .section-content-wrap .section-column {
    width: 100%;
  }

  .section-style-text .section-content-wrap,
  .section-style-image-and-text .section-content-wrap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; 
    text-align: center;
  }

  .section-style-social .section-content-wrap .section-column {
    margin-bottom: 30px;
  }

  .section-style-social .section-content-wrap .section-column:last-child {
    margin-bottom: 0px;
  }

  .section-style-fundraising .amount {
    font-size: 70px;
    line-height: 80px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .section-style-fundraising h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .section-style-fundraising .section-content-sleeve {
    padding-top: 0;
  }

  .section-style-fundraising .sleeve {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 20px 0 20px;
  }

  .section-style-fundraising .sleeve h2 {
    padding-top: 20px;
  }

  .section-style-fundraising .sleeve h2 span {
    padding: 0;
  }

  .section-style-fundraising .stat-box {
    padding: 0 !important;
    border: none !important;
    display: none;
  }

  .section-style-fundraising .stat-box:first-child {
    display: block;
  }

  .section-style-fundraising .section-content-sleeve {
    padding-bottom: 0;
  }

  .section-style-expedition .section-footer-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 20px 20px 20px;
  }

  .section-style-expedition .section-footer-wrap .stat-intro {
    display: none;
  }

  .section-style-expedition .map-wrap .map,
  .section-style-expedition .map-wrap .content {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .section-style-expedition .section-footer-wrap > h3 {
    margin-bottom: 10px;
  }

  .section-style-expedition .stat-box:first-child {
    margin-bottom: 20px;
  }

  .section-style-team-images .section-footer-wrap h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-style-team-images .section-footer-wrap span.close {
    right: 25px;
    top: 25px;
    width: 30px;
    height: 30px;
  }

  .section-style-launch-donors .section-content-wrap .section-column:nth-child(odd) {
    padding-right: 0;
  }

  .section-style-launch-donors .section-content-wrap .section-column:nth-child(even) {
    padding-left: 0;
  }

  .section-style-launch-donors .section-content-wrap .section-column .image-wrap {
    background-position: center center;
    max-height: 75px;
    max-width: 169px;
    margin: 0 auto;
  }

  #gallery-viewer h3 {
    font-size: 20px;
  }

  .section-style-story-so-far .gallery-wrap span.close {
    right: 25px;
    top: 25px;
    width: 30px;
    height: 30px;
  }

  .section-style-story-so-far .section-footer-wrap h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-style-story-so-far .gallery-wrap {
    padding: 20px;
  }
  
  .section-style-story-so-far .gallery-wrap h2 {
    margin-left: 0;
  }

  
  .section-style-team-images .team-member .team-member-strava-link {
    padding-left: 10px;
  }

  .parallax-window-roundhouse {
    min-height: 390px;
  }

}