/* ========================= Page Style Resets ========================= */

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed { margin-left: 0; }

.region.region-top-content, #toolbar-administration { display: none !important; } /* remove after launch */
body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open header#header-main { top: 0; } /* remove after launch */
.node--type-document.node--view-mode-full { margin-top: 0; }
.video ul li, .landing-detail-container.landing-list .landing-detail-description ul li { background: none; }

.block-system-breadcrumb-block, #fullpage-top-banner, .fullpage-section-contents .col-md-3, .related-document { display: none !important; }
.node-type-general-pages #block-system-main {}
.general-content-pages #fullpage-1 .fullpage-section-contents, .fullpage-section-contents.container, .fullpage-section-contents { max-width: 100%; width: 100% !important; margin: 0 !important; padding: 0 !important; display: block; }
.fullpage-section-contents .col-md-9, .fullpage-section-contents .col-sm-8.col-md-9 { max-width: 100%; width: 100%; float: none; padding: 0 !importanat; }
.general-content-pages #fullpage-1 .fullpage-section-contents { margin-top: -57px !important; }

/* ========================= Base ========================= */

.mobile-show { display: none; }
.mobile-hide { display: inherit; }

.standard-title.col-lg-12, #block-gpe-page-title, .document-field.mt-20 { display: none; }
.container.landing-detail-container { max-width:none; }
.node-type-document .desc-file-container.col-sm-9, .block-system-breadcrumb-block {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    max-width: none;
    flex: auto;
}
.cr-head h2 { color: #fff; }
a.btn.btn-primary:hover { text-decoration: none !important; }
.bottom-note {
  margin: 60px auto;
  font-style: italic;
  max-width: 960px;
  text-align: center;
}
.content-narrow {
  /*
  max-width: 640px;
  */
  max-width: 740px;
  margin: 0 auto;
  padding: 80px 0;
}

header#header-main {
  background: rgba(255,255,255,0.95);
  position: absolute;
}
#page {
  top: -180px;
  margin-bottom: -180px;
}
header, #primary-nav.navbar, #logo-top img, #secondary-nav, #top-search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: none !important;
}

#page-container {
  /*
  margin: -100px 0 0 0;
  */
  overflow-x: hidden;
}
.content-narrow
.landing-detail-container p {
  font-size: 18px !important;
  line-height: 1.4 !important;
}

.light-orange { background: #fa9d1c; }
.orange { background: #ea7635; }
.green { background: #26ab97; }
.blue { background: #1f78b4; }
.purple { background: #803f91; }
.light-purple { background: #b43e8f; }
.pink { background: #ee395f; }

#page-container h1 {
    text-align: center;
  font-size: 40px !important;
  display: block;
  padding: 60px;
  line-height: 1.5;
  margin: 0 !important;
  color: #fff !important;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.container.landing-detail-header, .lib-doc, .node-type-document .document-field-image.col-sm-3, .landing-list .lib-doc { display: none !important; }

.container.landing-detail-container, .container.landing-detail-container.landing-list.featured-view-categories.new-content-detail-wrapper .lib-doc {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.node-type-document .desc-file-container.col-sm-9 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}
.col-xs-12 { padding-right: 0 !important; }

.landing-list .small-description {
  float: none !important;
  text-align: center !important;
  padding: 40px;
}
.document-field-file .download-file {
  padding: 15px 20px !important;
  transition: all 150ms ease-in-out;
}
.document-field-file .download-file a { font-size: 18px !important; }
.document-field-file .filesize { font-size: 12px !important; }

.landing-detail-container .landing-detail-region-type-container { margin: 0 0 0 50px !important; }

.related-document .related-heading {
  max-width: 1135px !important;
  margin: 0 auto 45px auto !important;
}
.related-document .view-library-related-focus-area {
  max-width: 1170px !important;
  margin: 0 auto 30px auto !important;
}

/* ========================= Hero ========================= */

#hero-overlay {
  background: #222;
  height: 100%;
  width: 100%;
}
#top-hero {
  min-height: 600px;
  height: 90vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #dadada;
}
#hero-background {
  background-image: url(https://globalpartnership.org/docs/rr-2020/img/hero-01.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-animation: none;
  animation: none;
}

#top-hero-text-container {
  width: 80%;
  max-width: 960px;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
#top-hero-text {
  background: rgba(255,255,255,0.9);
  padding: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
#page-container #top-hero-text h1 {
  color: #345381 !important;
  font-size: 3.5rem !important;
  line-height: 1.2;
  padding: 0;
}
#page-container #top-hero-text h1, h2#subtitle { margin: 0 auto 20px auto !important; }
#subtitle { font-size: 20px !important; }
.scroll-down:hover {
  color: #fff;
  -webkit-animation: none;
  animation: none;
}
a:active, a:hover { outline: 0; }
.scroll-down {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 45px;
  left: 50%;
  margin-left: -16px;
  width: 34px;
  height: 34px;
  font-size: 34px !important;
  text-align: center;
  text-decoration: none !important;
  color: rgba(255,255,255,0.7);
  -webkit-animation: bounce 4s 2s infinite;
  animation: bounce 4s 2s infinite;
}
.icon-arrow-left:before { content: "\f078"; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes bounce {
    0%, 10%, 25%, 40%, 50% {
      -webkit-transform: translateY(0)/* rotate(-90deg) */;
              transform: translateY(0)/* rotate(-90deg) */;
    }
    20% {
      -webkit-transform: translateY(-10px)/* rotate(-90deg) */;
              transform: translateY(-10px)/* rotate(-90deg) */;
    }
    30% {
      -webkit-transform: translateY(-5px)/* rotate(-90deg) */;
              transform: translateY(-5px)/* rotate(-90deg) */;
    }
}
@keyframes bounce {
  0%, 10%, 25%, 40%, 50% {
    -webkit-transform: translateY(0)/* rotate(-90deg) */;
            transform: translateY(0)/* rotate(-90deg) */;
  }
  20% {
    -webkit-transform: translateY(-10px)/* rotate(-90deg) */;
            transform: translateY(-10px)/* rotate(-90deg) */;
  }
  30% {
    -webkit-transform: translateY(-5px)/* rotate(-90deg) */;
            transform: translateY(-5px)/* rotate(-90deg) */;
  }
}

/* ========================= INTRO ========================= */

#section-intro {
/*
  background-image: url(https://www.globalpartnership.org/docs/img/results-report-2018-orange-banner.png);
  background-color: #f99b18;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 80px;
  color: #fff;
  text-align: center;
*/
}
/*
#section-intro p { font-size: 22px; }
*/

.four-squares {
  display: table;
  width: 1170px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 50px;
}
.four-squares-row { display: table-row; }
.square-box {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 50px;
  color: #fff;
  font-size: 24px !important;
}
.square-box strong { font-size: 30px !important; }

.icon-text-container {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 100px 50px;
}
.icon-text {
  margin: 0 0 120px 0;
  position: relative;
}
.icon-text:last-child { margin: 0; }
.icon-text strong { font-size: 28px !important; }
.icon-text p {
  font-size: 24px !important;
  margin: 0 0 40px 0;
  z-index: 20;
}

a.twitter-intent {
  top: 20px !important;
  right: 0 !important;
  border: none !important;
  z-index: 10;
}
a.twitter-intent .fa {
  top: 5px;
  right: 5px;
  position: absolute;
  font-size: 24px !important;
}


/* ========================= SLIDES ========================= */

#slides-top {
  background: #fff;
  padding: 0;
  text-align: center;
}
#slides-top h2 {
  background: #345381;
  color: #fff;
  margin: 0;
  padding: 60px 30px;
}

#opportunity-slides {
  padding: 0;
  z-index: 5;
  width: 100%;
}
.photo-slides {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow: hidden;
}
.mobile-photo { display: none; }
.photo-slide {
  background-color: #fff;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.photo-slide span {
  background: rgba(15,24,38,0.8);
  position: absolute;
  bottom: 0;
  max-width: 80%;
  margin: 0 0 20px 0;
  display: inline-block;
  font-size: 24px !important;
  padding: 20px 80px 20px 30px;
  z-index: 88;
  color: #e4ebf7;
  right: 0;
  text-align: right;
  border-radius: 3px 0 0 3px;
}
.photo-slide.odd-slide span {
  left: 0;
  border-radius: 0 3px 3px 0;
  padding: 20px 30px;
}
.photo-slide span strong {
  color: #fff;
  font-size: 30px !important;
}

.item1 { background-image: url(https://globalpartnership.org/docs/rr-2020/img/item1b.jpg) !important; }
.item2 { background-image: url(https://globalpartnership.org/docs/rr-2020/img/item2b.jpg) !important; }
.item3 { background-image: url(https://globalpartnership.org/docs/rr-2020/img/item3b.jpg) !important; }
.item4 { background-image: url(https://globalpartnership.org/docs/rr-2020/img/item4.jpg) !important; }
.item5 { background-image: url(https://globalpartnership.org/docs/rr-2020/img/item5b.jpg) !important; }

/* ========================= Section 3 ========================= */

#section-three {
  background: #ececec;
  padding: 0;
}
#section-three h1 {
  background: #fff;
  color: #222 !important;
  -webkit-box-shadow: 0px -2px 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px -2px 15px rgba(0, 0, 0, .2);
  box-shadow: 0px -2px 15px rgba(0, 0, 0, .2);
}

.four-colored-boxes {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 80px;
}
.colored-box {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.colored-box-img img {
  width: 100%;
  height: auto;
}
.four-colored-boxes-row { display: table-row; }
.colored-box-txt {
  color: #fff;
  padding: 50px 70px;
  font-size: 20px;
}
.colored-box-txt strong { font-size: 22px; }

ul.check-list {
  margin: 0 auto !important;
  padding: 60px 0 !important;
  max-width: 560px;
}
ul.check-list li {
  background: none !important;
  margin-bottom: 60px !important;
  list-style: none;
  font-size: 24px !important;
}
ul.check-list li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 12px 0 -43px;
  color: #b43e8f;
  font-size: 30px !important;
  top: 4px;
  positioN: relative;
}

/* ========================= CHALLENGE RESULTS ========================= */

#section-challenge-results {
/*
  background: url(https://globalpartnership.org/docs/rr-2020/img/background-challenge-results.jpg) no-repeat center top fixed;
*/
  background-image: url(https://globalpartnership.org/docs/rr-2020/img/hero-03b.svg);
  background-color: #0f1826;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 0 20px 0;
}

#section-challenge-results h2 {
  background: #fff;
  color: #222 !important;
  -webkit-box-shadow: 0px -2px 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px -2px 15px rgba(0, 0, 0, .2);
  box-shadow: 0px -2px 15px rgba(0, 0, 0, .2);
  padding: 60px 20px;
  text-align: center;
}
#challenges-results {
  display: table;
  width: 95%;
  max-width: 1380px;
  margin: 0 auto 60px auto;
}
.cr-row { display: table-row; }

.cr-left, .cr-right {
  display: table-cell;
  width: 50%;
  color: #fff !important;
  vertical-align: middle;
  position: relative;
}
.landing-detail-container .cr-left h3, .landing-detail-container .cr-right h3 {
  font-size: 32px !important;
  font-weight: normal !important;
}

.landing-detail-container .landing-detail-description .cr-left p, .landing-detail-container .cr-left p, .landing-detail-container .landing-detail-description .cr-right p, .landing-detail-container .cr-right p {
  background: none !important;
  list-style: none !important;
  color: #fff !important;
  max-width: 90%;
  margin: 0 !important;
  line-height: 1.4 !important;
  position: relative;
  z-index: 11;
  text-shadow: 1px 1px 3px #0f1826;
}
.landing-detail-container .landing-detail-description .cr-left p, .landing-detail-container .cr-left p { font-size: 24px !important; }
.landing-detail-container .landing-detail-description .cr-right p, .landing-detail-container .cr-right p { font-size: 24px !important; }

.cr-head {
  background: url(https://globalpartnership.org/docs/rr-2020/img/dots-white.png) center 120px no-repeat;
  color: #fff;
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 80px 40px;
  font-size: 32px;
}

#page-container .cr-head h3 {
  font-weight: normal !important;
  margin: 0 !important;
  font-size: 1.75rem !important;
}

.cr-divider-space {
  background: url(https://globalpartnership.org/docs/rr-2020/img/dots-white.png) center 10px no-repeat;
  height: 48px;
  display: table-cell;
  width: 50%;
}

.cr-left {
  background-color: #272727;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px;
  z-index: 2;
  text-align: left;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.cr-right {
  background-image: url(https://globalpartnership.org/docs/rr-2020/img/arrow-right.png), url(https://globalpartnership.org/docs/rr-2020/img/gradient-bottom.png);
  background-position: left center, bottom center;
  background-color: #fff;
  background-repeat: no-repeat, repeat-x;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  z-index: 1;
  padding: 120px 50px;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.cr-left li { color: #fff !important; }
.cr-left li, .cr-right li {
  background: none !important;
  font-size: 20px !important;
  list-style: disc !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 20;
}

.challenge-overlay {
background: rgb(15,24,38);
background: -moz-linear-gradient(180deg, rgba(15,24,38,0.2049194677871149) 0%, rgba(15,24,38,0.5) 20%, rgba(15,24,38,0.9108018207282913) 100%);
background: -webkit-linear-gradient(180deg, rgba(15,24,38,0.2049194677871149) 0%, rgba(15,24,38,0.5) 20%, rgba(15,24,38,0.9108018207282913) 100%);
background: linear-gradient(180deg, rgba(15,24,38,0.2049194677871149) 0%, rgba(15,24,38,0.5) 20%, rgba(15,24,38,0.9108018207282913) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1826",endColorstr="#0f1826",GradientType=1);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.cr-row-one .cr-left { background-image: url(https://globalpartnership.org/docs/rr-2020/img/challenge-01.jpg); }
.cr-row-two .cr-left { background-image: url(https://globalpartnership.org/docs/rr-2020/img/challenge-02.jpg); }
.cr-row-three .cr-left { background-image: url(https://globalpartnership.org/docs/rr-2020/img/challenge-03.jpg); }
.cr-row-four .cr-left { background-image: url(https://globalpartnership.org/docs/rr-2020/img/challenge-04.jpg); }

/*
.cr-row-one .cr-left .challenge-overlay { background-color: #272727; }
.cr-row-two .cr-left .challenge-overlay { background-color: #272727; }
.cr-row-three .cr-left .challenge-overlay { background-color: #272727; }
.cr-row-four .cr-left .challenge-overlay { background-color: #272727; }

.cr-row-one .cr-right { background-color: #26ab97; }
.cr-row-two .cr-right { background-color: #803f91; }
.cr-row-three .cr-right { background-color: #ee395f; }
.cr-row-four .cr-right { background-color: #fa9d1c; }
*/

/* ========================= Section 5 ========================= */

#download { background: #fff; }


#chapters {
  margin: 80px auto 60px auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.pdf-list {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.pdf-list a { font-weight: bold; font-size: 18px; }

.landing-detail-container.landing-list .landing-detail-content #chapters ul {
  text-align: left;
  display: inline-block;
}

.footer-button {
  text-align: center;
  display: block;
  clear: both;
  padding: 0 30px 30px 30px;
}
.hero-button { display: inline-block; }
.footer-button a, .hero-button a {
  background: #127bb8;
  color: #fff !important;
  padding: 16px 24px;
  font-size: 18px !important;
  text-decoration: none !important;
}
.footer-button a:hover, .hero-button a:hover { background: #18a2f3; }

.landing-detail-content.new-detail-content .document-field-file, .landing-list .small-description {
  margin: 0 !important;
  padding: 0 !important;
}
.document-field-file.small-description { display: none; }

.with-video { width: 65%; }
.with-text { width: 35%; }

.col-right.with-text { text-align: left; }
.col-left.with-text { text-align: right; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media only screen and (min-width: 0px) and (max-width: 960px) {

  .landing-detail { margin-bottom: 200px; }
  .landing-detail-container .landing-detail-region-type-container { left: 40px; }

  #page { top: -28px; }
  #top-hero { width: 100% !important;}
  h2.mobile-show { color: #fff; }
  #chapters {
    margin: 0;
    padding: 1rem;
    width: auto;
  }
  .bottom-note {
    margin: auto;
    padding: 2rem;
  }

  .mobile-show { display: inherit; }
  .mobile-hide, .scroll-down, h1 br { display: none; }

  .landing-detail-container .landing-detail-type, .landing-detail-container .landing-detail { padding: 0 !important; }

  #title, #page-container h1, h1 { font-size: 34px !important; }
  #section-intro h2 { font-size: 38px !important; }
  .icon-text strong, .photo-slide span strong { font-size: 24px; }
  #subtitle, ul.check-list li, .icon-text-container, .photo-slide span { font-size: 18px; }

  #top-hero-text {
    padding: 20px;
    bottom: 0;
  }

  #top-hero-text-container {
    height: auto;
    top: 20%;
    bottom: auto;
  }
  .content-narrow { padding: 50px; }

  .two-cols, .col-left, .col-right, .four-squares, .four-squares-row, .square-box, .four-colored-boxes, .colored-box, #challenges-results { display: block; width: 100%; }

  .four-colored-boxes { border-spacing: 20px; }
  .colored-box { margin: 0 auto 20px auto; }
  .colored-box-txt { padding: 40px; }

  #challenges-results { padding: 20px 50px; }
  .challenge-overlay { opacity: 0.7; }
  .cr-head { display: none; }
  .cr-row { display: block; }
  .cr-left, .cr-right, .cr-divider-space {
    display: block;
    width: 100%;
  }
  .cr-divider-space {
    height: 30px;
    margin: 10px auto;
  }
  .cr-left {
    padding: 60px 40px;
    -webkit-border-radius: 20px 20px 0 0px;
    -moz-border-radius: 20px 20px 0 0px;
    border-radius: 20px 20px 0 0px;
  }
  .cr-left h3, .cr-right h3 {
    position: relative;
    z-index: 99;
    text-align: center !important;
    font-weight: 700;
  }
  .cr-right h3 { color: #222; }
  .cr-left h3 { color: #fff; }
  .cr-right {
    background-image: url(https://www.globalpartnership.org/docs/img/results-report-2018-arrow-top-sm.png), url(https://www.globalpartnership.org/docs/img/results-report-2018-bottom-gradient.png);
    background-position: top center, bottom center;
    padding: 40px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }
  .landing-detail-container .landing-detail-description .cr-left p, .landing-detail-container .cr-left p, .landing-detail-container .landing-detail-description .cr-right p, .landing-detail-container .cr-right p { max-width: none; }

  #page-container h1 { padding: 20px; }

  .photo-slide {
    overflow: visible;
    position: relative;
  }
  .photo-slide, .photo-slide img {
    min-height: auto !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .photo-slide span {
    background: rgba(15,24,38,1.0);
    position: relative;
    bottom: 0;
    margin: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .photo-slide span, .col-right.with-text, .col-left.with-text, .photo-slide.item2 span { text-align: center; }
  .item1, .item2, .item3, .cookie .item11, .cookie .item2, .cookie .item3 { background: none !important; }
  .mobile-photo { display: block; }

  .two-cols, .photo-slide span { border-bottom: 20px solid #fff; }
  .col-right, .col-left, .col-padding, #section-six { padding: 20px; }
  .col-right.with-text, .col-left.with-text, .photo-slide.item2 span {
    text-align: left;
    width: 100%;
  }

  ul.check-list { max-width: 75%; }
  #section-intro { padding: 0; }

  .footer-button { margin-bottom: 40px; }

}