/* Fonts */

  @font-face {
    	font-family: 'HelveticaNeueLTStd-BlkCn';
    	src: url('https://thesmallaxe.github.io/reprieve/webfonts/HelveticaNeueLTStd-BlkCn.eot');
    	src: url('https://thesmallaxe.github.io/reprieve/webfonts/HelveticaNeueLTStd-BlkCn.eot?#iefix') format('embedded-opentype'),
    		url('https://thesmallaxe.github.io/reprieve/webfonts/HelveticaNeueLTStd-BlkCn.woff2') format('woff2'),
    		url('https://thesmallaxe.github.io/reprieve/webfonts/HelveticaNeueLTStd-BlkCn.woff') format('woff'),
    		url('https://thesmallaxe.github.io/reprieve/webfonts/HelveticaNeueLTStd-BlkCn.ttf') format('truetype'),
    		url('https://thesmallaxe.github.io/reprieve/webfonts/HelveticaNeueLTStd-BlkCn.svg#HelveticaNeueLTStd-BlkCn') format('svg');
    	font-weight: normal;
    	font-style: normal;
    }


/* INTERACTIVE LETTER */

.primary .letter-container {
  font-size: 1.38462em;
  line-height: 1.4;
}

.primary .letter-container p {
  font-size: 1em;
}

.primary .letter-container .letter-background {
  padding: 2em;
  background: white;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  line-height: 1.75;
}

.primary .letter-container .letter-background p {
  line-height: 1.75;
}

.letter-container .highlight {
  color: black;
  background-color: #ee6901;
  padding: 0em 3px;
  position: relative;
}

.mobile-tooltip p {
  margin-bottom: 1em;
}

.mobile-tooltip h3 {
  color: #ee6901;
  font-size: 24px;
  margin-bottom: 1em;
  margin-top: 0 !important;
}

.mobile-tooltip h4 {
  color: #ee6901;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.mobile-tooltip blockquote {
  padding-left: 2.5em;
  border-left: 5px solid #ee6901;
  margin-left: 0 !important;
  margin-bottom: 1em !important;
  color: white;
}

.letter-container a.tooltip-button, .mobile-tooltip a.tooltip-button {
  background-color: #ee6901;
  background-image: url("http://thesmallaxe.github.io/reprieve/twitter.png");
  background-position: 0.7em 0.7em;
  background-repeat: no-repeat;
  color: white;
  padding: 0.5em 1em;
  padding-left: 2.25em;
  border-radius: 5px;
  margin: 1em 0em;
  text-shadow: none !important;
  display: block;
  text-decoration: none;
  box-shadow: none;
}

.letter-container a.tooltip-button:hover, .mobile-tooltip a.tooltip-button:hover {
  color: #ee6901;
  background-color: #262729;
  background-image: url("http://thesmallaxe.github.io/reprieve/twitter-hover.png");
}

.mobile-tooltip a.tooltip-button {
  text-shadow: none;
  border: 1px solid transparent;
  display: inline-block;
  margin: 0;
  text-align: center;
}

.mobile-tooltip a.tooltip-button:hover {
  border: 1px solid #ee6901;
  color: #ee6901 !important;
}

.letter-background {
  position: relative;
}

.mobile-tooltip {
  padding: 1em;
  border-radius: 0;
  background-color: #262729;
  border-top: 5px solid #ee6901;
  border-bottom: 5px solid #ee6901;
  color: white;
  margin-left: -2em;
  width: calc(100% + 2em);
  display: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mobile-tooltip {
    position: absolute;
    z-index: 2;
    margin-left: -1em;
    width: calc(100% - 4em);
  }
}

.mobile-tooltip:before {
  bottom: auto;
  top: -20px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-color: transparent transparent #222 transparent;
  position: absolute;
  left: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  content: "";
  display: block;
}

.mobile-tooltip a.close {
  text-align: right;
  color: #ee6901;
  text-decoration: none;
  font-size: 24px;
  box-shadow: none !important;
  line-height: 12px;
}

.mobile-tooltip a.close:hover {
  color: white;
}


/* SHARE BUTTONS */

a.share-button {
    color: #fff !important;
    background: #e35e14;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1.5rem;
    margin: 1rem;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

a.share-button.facebook-share {
    background: #3b5998;
    background-image: url(https://s.bsd.net/reprieve/main/page/-/facebook-icon-white.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 50%;
    padding-left: 50px;
}

a.share-button.twitter-share {
    background: #4099FF;
    background-image: url(https://s.bsd.net/reprieve/main/page/-/twitter-icon-white.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-x: 12.5px;
    background-position-y: 50%;
    padding-left: 50px;
}

a.share-button.twitter-share:hover {
    background: #e35e14;
    background-image: url(https://s.bsd.net/reprieve/main/page/-/twitter-icon-white.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-x: 12.5px;
    background-position-y: 50%;
    padding-left: 50px;
}

a.share-button.facebook-share:hover {
    background: #e35e14;
    background-image: url(https://s.bsd.net/reprieve/main/page/-/facebook-icon-white.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 50%;
    padding-left: 50px;
}

.maincol.with_single.full-col {
    width: 100% !important;
}

a.letter-cta {
    background-color: #ee6901;
   background-position: 0.7em 0.7em;
    background-repeat: no-repeat;
    color: white;
    padding: 1rem 3rem;
   border-radius: 5px;
    margin: 1em 0em;
    text-shadow: none !important;
   text-decoration: none;
    box-shadow: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    box-sizing: border-box;
    border: 1px solid #ee6901;
}

a.letter-cta:hover {
    background-color: transparent;
    border: 1px solid #ee6901;
    color: #ee6901;
    text-decoration: none;
}

.action-box {
    background-color: transparent;
    border: 5px solid #ee6901;
    padding: 2rem;
    margin: 2rem;
}

.action-box h2 {
    margin: 0;
    line-height: normal;
}

.action-box p {
    text-align: center;
}

/* LAST WORDS PAGE */

.maincol.with_single.lastwords-fullwide {
    width: 100%;
}

h1.lastwords-heading {
      text-align: center;
    margin-bottom: 1rem !important;
    font-size: 60px;
    background: #252728;
    padding: 1rem;
    color: white;
}

.help-donate {
    border: 3px solid #e35e14;
    background: #e35e14;
    box-sizing: border-box;
    padding: 2rem 1rem;
    color: white;
    margin-bottom: 1rem;
  text-align: center;
}
  

.lastwordsvid {
    margin-bottom: 1rem;
}


@media only screen and (min-width: 1200px) {
#core.lastwords-core {
    width: 60%;
}
  .lastwords-container.render {
    display: flex;
  }
.case-col {
    flex: 1;
    margin-right: 1rem;
    background: #252728;
    color: white;
    padding: 1rem;
}

.case-col.case-3 {
    margin-right: 0;
}


.case-container {
    display: flex;
    width: 100%;
}


  .help-donate.render {
      width: 25%;
    margin-left: 2.5%;
    clear: right;
    float: right;
  }
  
  .lastwordsvid.render {
    width: 72.5%;
    float: left;
  }


}

.case-col h2 {
    margin-top: 1rem;
    color: #e35e14;
}

a.lastwordsdonate {
    border: 3px solid #e35e14;
    padding: 1rem 1.5rem;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-size: 1.75rem;
    line-height: normal;
    box-sizing: border-box;
    margin: 1rem 0rem;
    font-weight: bold;
}

a.lastwordsdonate {
    color: white !important;
    border: 3px solid white !Important;
}
a.lastwordsdonate:hover {
    background: white;
    color: #e35e14 !important;
    border: 3px solid white;
}

/* SHARE BUTTONS */

.joinandshare {
    box-sizing: border-box;
    padding: 1rem;
    padding-bottom: 2rem;
    margin: 1rem 0rem;
    text-align: center;
}

.joinandshare h2 {
    margin: 0;
    margin-bottom: 1rem;
}

.joinandshare a {
    color: white !important;
    padding: 1.5rem 2rem;
    border: 3px solid white;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    margin: 0rem 0.5rem;
    border-radius: 2px;
    font-weight: bold;
    min-width: 350px;
    margin-bottom: 1rem;
}

.joinandshare a:hover {
    background: white;
    color: #e35e14;
}

.joinandshare a.twitter {
    background: #4099FF;
    border-color: #4099FF;
}

.joinandshare a.facebook {
    background: #3b5998;
    border-color: #3b5998;
}

.joinandshare a.twitter:hover {
    background: #e35e14;
    color: white;
    border-color: #e35e14;
}

.joinandshare a.facebook:hover {
    background: #e35e14;
    color: white;
    border-color: #e35e14;
}

.joinandshare a.join:hover {
    background: #e35e14;
    color: white !important;
    border-color: #e35e14;
}
.joinandshare a.join {
    color: #e35e14 !Important;
    border-color: #e35e14;
}

/* GREETINGS */

h1.greetings-heading {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
}

.greetings-images {
    text-align: center;
    margin: 0 auto;
    clear: both;
}

.greetings-images:before,.greetings-images:after {
    clear: both;
    content: "";
    display: table;
}

.greeting-img {
    display: inline-block;
    margin: 1rem;
}

.greeting-img p {
    font-weight: bold;
}

.primary .portrait_img.greeting-stretch {
  width: 100%;
}

/* NEW DONATION PAGE */

.donation-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}

.tab {
  width: 50%;
  float: left;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 24px;
}

.unpicked-tab {
  background: #F0F0F0;
}

.picked-tab {
  background: white;
  color: #e35e14;
}

.main-donate {
  clear: both;
  background-color: blue;
  padding: 1rem;
  box-sizing: border-box;
}

.unpicked-main {
  display: none;
  background:  #F0F0F0;
}

.picked-main {
  background: white
}

.pay {
  width: 100%;
  float: left;
  margin-top: 0.5rem;
  position: relative;
}

.pay:hover {
  cursor: pointer;
}

.number {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

.main:before, .main:after {
    display: table;
    content: "";
    clear: both;
}
.other {
  background: #EAEADE;
  clear: both;
  display: block;
  padding: 2rem;
  margin: -1rem;
}
.donate-link {
  text-decoration: none !important;
  color: white !important;
  background-color:#e35e14;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: block;
}

@media only screen and (min-width: 480px) {
  .pay {
  width: 33%;
  }
  .donate-link {
    display:inline;
  }
}

.other {
    background: #1f2122;
    color: white;
    font-size: 1.25rem;
}

a.donate-link {
       display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 1.38462em;
    line-height: 1.4;
    bottom: 25px;
    min-width: 200px;
    box-sizing: border-box;
}

.other a.donate-link {
    display: inline-block;
}



.pay {
    background: #f2f0ed;
    padding: 1rem 2rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    margin-top: 2rem;
    min-height: 350px;
}



.other {
    margin: 0 -2rem;
}
.main-donate {
    padding: 2rem 2rem 0rem 2rem;
    }

@media only screen and (min-width: 480px) {

    .pay.pay-3 {
        margin-right: 0;
    }
    .pay {
        width: calc(33% - 2%);
        margin-right: 3%;
    }
    }

p.number {
    line-height: normal !important;
    margin: 0 !important;
    font-size: 60px;
}
p.description {
    margin: 0 !important;
}

h1.donation-heading {
    text-transform: initial;
    border-bottom: 5px solid #e35e14;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 48px;
}

h2.donation-heading {
    text-transform: initial;
    border-bottom: 5px solid #e35e14;
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 24px;
    line-height: normal;
}
.donation-tab:before,.donation-tab:after {
    clear: both;
    display: table;
    content: "";
}

.donation-tab {
    background: white;
}

.tab.picked-tab {
    background: white;
    color: #e35e14;
}

.tab, .unpicked-tab {
    background: #f2f0ed;
}

@media only screen and (min-width: 61.25em) {
.donatePost {
    width: calc(50% - 3rem);
    float: left;
    margin: 2rem 0;
    margin-right: 3rem;
}

.donatePhone {
    width: calc(50%);
    margin-top: 2rem;
    float: left;
    clear: right;
}
}

.yourMoney {
    clear: both;
    background: white;
    padding: 1.5rem;
    margin: 1rem 0rem;
    display: block;
}

img.websitePie {
    width: 150px;
    float: right;
}

.fundraising-box {
    background: #e35e14;
    padding: 2rem;
    box-sizing: border-box;
    margin: 2rem 0;
}

.fundraising-box a {
    color: white;
    text-decoration: none;
}

.fundraising-box h2 {
    font-size: 32px;
    color: white;
    text-align: left;
    margin-bottom: 1.5rem;
    margin-top: 0;
    display: inline-block;
    border-bottom: 5px solid white;
}

.fundraising-box p {
    font-size: 20px;
    color: black;
}


/* SIGNUP STYLING */

#signup textarea {
    background: transparent;
    box-shadow: none;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
    box-shadow: none;
    border: solid 3px #ceccc9;
    border-radius: 0;
    padding: 10px;
}

#signup textarea:focus, #signup textarea:hover {
    border-color: #e35e14;
}

#signup h2.section_subtitle {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.form_item_submit:focus, .primary input[type='submit']:focus, .form_item_submit:hover, .primary input[type='submit']:hover {
    text-decoration: none;
}

/* NEW TAKE ACTION PAGE */

#takeactionpage p {
  margin-bottom: 1rem;
}
#takeactionpage .action-box-container {
    clear: both;
    width: 100%;
    display: block;
}

#takeactionpage .action-box-container:before, #takeactionpage .action-box-container:after {
    clear: both;
  content: "";
    display: table;
}
#takeactionpage .action-box {
  width: 100%;
  min-height: 350px;
  font-family: sans-serif;
  background-color: black;
  color: white;
  padding: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  float: left;
  -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out; 
transition: all 1s ease-in-out;
    border: none;
    margin-top: 0;
    margin-left: 0;
        box-sizing: border-box;
}
#takeactionpage .action-box:hover {
  background-color: black;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out; 
transition: all 1s ease-in-out;

}

#takeactionpage .action-box.other-box {
  width: 100%;
  margin-bottom: 1rem;
  min-height: 0px;
}

#takeactionpage .action-box.other-box h1 {
  font-size: 1.5rem;
}

#takeactionpage .join-list {
  margin-right: 0 !important;
}

#takeactionpage .ibrahim {
  background-color: black;
  background-image: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5)), url("http://www.reprieve.org.uk/wp-content/uploads/2014/08/2014_08_15_PUB-Ibrahim-Halawa.jpg");
  background-position: center;
  background-size: cover;
    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out; 
transition: all 1s ease-in-out;

}

#takeactionpage .ibrahim:hover {
    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out; 
transition: all 1s ease-in-out;
}

#takeactionpage .andy {
  background-image: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5)), url("http://www.reprieve.org.uk/wp-content/uploads/2015/03/2015_03_26-PUB-Andy-Tsege-Family-616x385.jpg");
      background-position: center;
  background-size: cover;
}
#takeactionpage .andy:hover {
}

#takeactionpage .mohammed {
  background-image: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5)), url('http://www.reprieve.org.uk/wp-content/uploads/2016/09/mohamed-kids-e1475160790736.jpg');
      background-position: center;
  background-size: cover;
}
#takeactionpage .mohammed:hover {
}

#takeactionpage .action-box p {
  margin-bottom: 4rem;
  font-size: 18px;
    text-align: left;
}

#takeactionpage .action-box h1 {
    margin-top: 0;
  letter-spacing: -1.5px;
}

#takeactionpage .action-button {
  display:inline-block;
  background: #e35e14;
  color: white;
  padding: 1rem;
  border-radius::;px;
  text-decoration: none;
  align-item: bottom;
  position: absolute;
  bottom: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-right: 3rem;
}

#takeactionpage .arrow {
  position: absolute;
  right:1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

#takeactionpage .action-box:hover .arrow {
  right: 1rem;
}

#takeactionpage #signup {
  clear: both;
  display: block;
  width: 100%;
}

#takeactionpage #signuptable {
  width: 100%;
}

#takeactionpage #signup .fieldset {
    width: 50%;
    float: left;
  box-sizing: border-box;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

#takeactionpage #signup input, #signup select {
    width: 100%;
    background: transparent;
    height: 40px;
    box-sizing: border-box;
    box-shadow: none;
    border: solid 2px #ceccc9;
    border-radius: 0px;
    padding: 5px;
  font-size: 1rem;
}

#takeactionpage #signup #submit-btn {
 display: inline-block;
    background: #e35e14;
    color: white;
    padding: 1rem;
    border-radius: 0;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.5px;
    height: 56px;
    width: 150px;
    font-size: 18px;
    border: 0;
    float: right;
    text-shadow: none;
}

#takeactionpage #signup ::-webkit-input-placeholder {
  color: black;
}
#takeactionpage #signup ::-moz-placeholder { 
  color: black;
}
#takeactionpage #signup :-ms-input-placeholder {
  color: black;
}
#takeactionpage #signup :-moz-placeholder {
  color: black;
}

#takeactionpage #signup  #bsd-field-submit-btn {
  float: right;
}

#takeactionpage #signup #bsd-field-submit-btn .input {
  float: right;
}

#takeactionpage .action-box h1 {
    border-bottom: none;
    margin-bottom: 1rem;
}

#takeactionpage .action-box h2 {
    border-bottom: none;
}

@media only screen and (min-width: 61.25em) {
    
    

#takeactionpage .action-box {
    max-width: calc(50% - 1rem);
    min-height: 350px;
    margin-right: 1rem;
}

#takeactionpage .action-box.other-box {
  margin-right: 1rem;
  width: calc(33% - 0.75rem);
  min-height: 300px;
}
  
}

/* APPEAL STYLING */

.appeal {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
}

.appeal strong {
    color: #fff;
    float: left;
    padding: 0.5rem 0;
    width: 100%;
    text-align: center;
    display: block;
    max-width: none;
    align-self: center;
}

.appeal a {
    background: white;
    color: #e35e14 !important;
    text-decoration: none;
    padding: 0.75rem 1rem;
    display: inline-block;
    border-radius: 5px;
    float: right;
    border: 2px solid transparent;
    width: 100%;
    text-align: center;
    max-width: none;
    box-sizing: border-box;
    align-self: center;
    font-weight: bold;
    line-height: normal;
}

.appeal a:hover {
    border: 2px solid white;
    color: white !important;
    background: transparent;
}

@media only screen and (min-width: 61.25em) {
    .appeal {
        display: flex;
        justify-content: space-between;
    }

    .appeal strong {
        width: auto;
        max-width: 70%;
        text-align: left;
        padding-right: 1rem;

    }

    .appeal a {
        width: auto;
        max-width: 30%;
        font-size: 1.25rem;

    }
}

.appeal {
    margin-top: 0;
    margin-bottom: 2rem;
}

/* MAIN CSS TIDYING */

.section_header.fullwide {
    margin-right: 0 !important;
}

.maincol.with_single {
    width: auto !important;
}

.surcore {
    margin-bottom: 1rem !important;
}

@media only screen and (min-width: 43.75em) {
h1 {
    font-size: 2.5rem;
}
}

h1 span, h2 span {
    border-bottom: 5px solid #e35e14;
    display: inline;
}

.features_about {
    height: 150px !important;
    font-size: 1rem;
    border-top: 5px solid #e35e14;
}

#updates .features_about {
    font-size: 16px;
    font-weight: normal;
}

#updates .features_title {
    font-size: 1.25rem;
    font-weight: normal;
}

.features_about .features_summary {
    font-size: 18px;
}

.primary .header_block {
    font-size: 18px;
    line-height: 1.4;
}

.section_header {
    margin-bottom: 2rem;
}

.section, .section_gutter {
    padding-top: 0;
    margin-top: 2rem;
}

.related_base {
    border-top: 0;
}

.listing_block {
    border-top: 5px solid #cccac8;
}

.listing_block.single.first {
    padding-top: 0;
}

.navcol .features_about {
    height: auto !important;
}

.navcol .quicklinks.features_title, .compcol .quicklinks.features_title {
    font-size: 18px;
    line-height: normal;
}

.navcol_sub {
    border-top: 5px solid #e35e14;
}

.related_title_wl {
    background: none;
    display: inline-block;
    border-bottom: 5px solid  #cccac8;
    padding: 0;
    text-decoration: none !important;
    margin-bottom: 0.25rem;
}

a.related_title_wl:hover {
    background: none;
    border-bottom: 5px solid #e35e14;
    padding: 0;
    text-decoration: none !important;
}

h1 {
  font-size: 2.5rem;

}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

a.subnav_title_base.block {
    background: #e35e14;
    border-bottom: 0;
    padding: 1rem;
}

h2.subnav_title.block {
    margin-bottom: 0;
    text-shadow: none;
    font-size: 18px;
}

a.subnav_element.level0 {
    border: 1px solid #d5d7d8;
    font-size: 18px;
    padding: 0.5rem;
}

.navcol .subnav_base {
    display: block;
    margin-bottom: 1rem;
}

.sect_intro_outer .sect_intro_deats .progress_heading {
    font-size: 1.25rem;
}

.sect_intro_outer p.sect_intro_deats_copy {
    padding: 0;
    margin-bottom: 1rem; 
}

.sect_intro_outer h2.sect_intro_deats_heading {
    margin-bottom: 1rem;
}

.sect_intro_outer h2.sect_intro_deats_heading {
    font-size: 2.5rem;
}

.sect_intro_outer h2.connected_feed_title {
    font-size: 1.75rem;
}

body#home .sect_intro_deats_heading {
    color: #e35e14 !important;
    font-family: "HelveticaNeueLTStd-BlkCn", "Effra","Helvetica Neue", "Source Sans Pro", Helvetica, Arial, sans-serif;
    line-height: 1;
}

.primary {
    margin-bottom: 2rem;
}

.social_base {
    margin-top: 0;
    margin-bottom: 2rem;
}

.subnav.block .subnav_element.level0.first {
    border-top: 1px solid #d5d7d8;
}

/* COUNTDOWN */

#countdown-container {
    margin-bottom: 2rem;
    background: #252728;
    color: white;
    padding: 1rem;
    box-sizing: border-box;
}
 
a.countdown-button {
        background: #e35e14;
    color: white;
    padding: 1rem;
    box-sizing: border-box;
    display: inline-block;
}
 
#countdown-container p {
    margin-bottom: 1rem;
}
 
#countdown {
    color: #e35e14;
    font-size: 3rem;
    text-align: center;
    display: inline-block;
 
}

/* QUICK FACTS */

.quick-fact-box {
    background: #252728;
    color: white;
    padding: 2rem;
    box-sizing: border-box;
    margin: 1rem auto;
}

.quick-fact-box h2 {
    margin-top: 0;
}

.quick-fact-box b, .quick-fact-box strong {
    color: #e35e14;
    font-size: 1.25rem;
}



/* SPLASH */



body#home .sect_intro_deats_heading {
    font-size: 2.5rem;
    color: white !important;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 61.25em) {
  body#home .sect_intro_deats_heading {
      font-size: 5rem;
}
  
  body#home .sect_intro_deats_heading {
    color: #e35e14;
  }

body#home p.sect_intro_deats_copy {
    padding-top: 0;
    color: white;
}

.intro_caption_align {
    padding: 0;
    background-color: rgba(255,255,255,0.5);
    margin-left: 20%;
    margin-right: 20%;
}

@media only screen and (min-width: 87.5em) {
    .intro_caption_align {
        margin-left: 24%;
        margin-right: 24%;
    }
}

@media only screen and (min-width: 98.75em) {
    .intro_caption_align {
        margin-left: 30%;
        margin-right: 30%;
    }
}

.intro_caption_title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: transparent;
}

a.intro_caption_cta {
    background: #e35e14;
    color: #fff;
    padding: .5rem !important;
    line-height: normal;
    width: auto;
    margin: 0 1rem 1rem;
    display: inline-block;
    border-radius: 5px;
    font-size: 0.75rem;
    position: relative;
    border: 0;
    padding-right: calc(1rem + 30px) !important;
}

@media only screen and (min-width: 480px) {
   a.intro_caption_cta {
    font-size: 1rem;
   }
}



@media only screen and (min-width: 980px) {
    a.intro_caption_cta {
        padding: 1rem !important;
        line-height: normal;
        width: auto;
        margin: 0 1rem 1rem;
        display: inline-block;
        border-radius: 2px;
        font-size: 1.5rem;
        position: relative;
        border: 0;
        padding-right: calc(1rem + 30px) !important;
    }
}

.intro_caption_align:before,.intro_caption_align:after {
    content: "";
    display: table;
    clear: both;
}

.hero-arrow {
    background-color: #bf5012;
    height: 100%;
    line-height: normal;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    border-radius: 2px;
    -webkit-transition-property: background-color,box-shadow,border-color,color,opacity,text-shadow;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color,box-shadow,border-color,color,opacity,text-shadow;
    transition-duration: .2s;
    transition-timing-function: ease;
    display: inline-block;
    font-family: "octicons",sans-serif;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
}

.hero-arrow span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;

}

.hero-arrow {
   line-height: 44px;
 }

@media only screen and (min-width: 380px) {
  .hero-arrow {
    line-height: 35px;
    }
}

@media only screen and (min-width: 980px) {
  .hero-arrow {
    line-height: 61px;
    }
}

.intro_caption_cta:hover {
    background-color: #bf5012;
}

.intro_caption_cta:hover .hero-arrow {
    background-color: #e35e14;
}


.intro_caption_align {
    background-color: rgba(255,255,255,0.8) !important;
}

body#home .sect_intro_deats {
    background-color: rgba(31, 33, 34, 0.75);
}

.sect_intro .progress_heading {
    color: #e35e14;
}
  
   body#home .sect_intro_deats {
    background-image: url("https://www.reprieve.org.uk/wp-content/uploads/2017/09/BinaryCodeBackground4-1-1920x1080.jpg");
    color: white;
    background-attachment: fixed;
    background-size: cover;
}
  
  p.sect_intro_deats_copy {
    color: white;
}

img.intro_thumb {
    visibility: hidden;
    height: 0;
}

@media only screen and (min-width: 43.75em) {
    img.intro_thumb {
    visibility: visible;
    height: auto;
}

body#home .sect_intro_deats {
    background-image: none;
    background-size: auto;
    background-attachment: initial;
    background-color: rgba(31, 33, 34, 0.75);
}
}


/* SHOP */
picture.primary_img.portrait_img.tshirt-hide {
    display: none;
}
  
  /* LUSH CAMPAIGN */
  
body#home .sect_intro_deats {
  background-image: url("https://www.reprieve.org.uk/wp-content/uploads/2017/09/BinaryCodeBackground4-1-1920x1080.jpg");
  color: white;
  background-attachment: fixed;
  background-size: cover;
}

p.sect_intro_deats_copy {
  color: white;
}

img.intro_thumb {
  visibility: hidden;
  height: 0;
}
}

@media only screen and (min-width: 43.75em) {
  img.intro_thumb {
    visibility: visible;
    height: auto;
  }

  body#home .sect_intro_deats {
    background-image: none;
    background-size: auto;
    background-attachment: initial;
    background-color: rgba(31, 33, 34, 0.75);
  }
}

img.intro_thumb {
    width: 100%;
}

picture.intro_thumb {
    max-height: calc(100vh - 186px);
    overflow-y: hidden;
}

header.intro_caption {
    top: 50%;
}

@media only screen and (min-width: 43.75em) {

body#home .sect_intro_outer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

body#home .sect_intro {
    width: auto;
    max-width: 936px;
}

body#home p.sect_intro_deats_copy {
    padding-top: 0;
    color: white;
}

.sect_intro .progress_heading {
    color: #e35e14;
}

body#home .sect_intro_deats_heading {
    color: #e35e14 !important;
}
}

.sect_intro_deats .connected_feed_arrow {
    color: #e35e14;
    font-weight: bold;
}

/* Donate button for updates pages */

.updateDonate a {
    display: inline-block;
    color: white;
    background: #e35e14;
    border: 3px solid #e35e14;
    padding: 0.5rem 1rem;
    width: auto;
    margin: 1rem auto 0 auto;
    font-size: 1.5rem;
    text-decoration: none;
    border-radius: 3px;
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.25s ease;
}

.updateDonate a:hover {
    color: #e35e14;
    background: transparent;
}

@media only screen and (min-width: 43.75em) {
  .updateDonate a {
    min-width: 50%;
  }
}

.surcore.surcore-full {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 936px;
}

.nospan span {
    border: 0;
}


.fullwide-center {
    text-align:  center;
}

.sect_intro_deats .connected_feed_arrow {
    color: white;
}

/* CTA MID-BLOCK */

.cta-block {
    background: #3c3b39;
    padding: 1.5rem;
    color: white;
    border-radius:  5px;
    margin-top:  1rem;
    line-height:  1;
}

.cta-block h2 {
    margin-top:  0;
    margin-bottom:  1rem;
    line-height:  1;
}

.cta-block h2 span {
    border-bottom:  none;
    color: #e35e14;
    font-weight: bolder;
}

.cta-block a {
    background: #e35e14;
    color: white;
    text-decoration:  none;
    font-size:  1.5rem;
    padding: 0.5rem 1rem;
    display: block;
    border-radius: 5px;
    margin-top:  1rem;
    text-align:  center;
     border: 3px solid transparent;
    transition: 0.2s ease all;
}

.cta-block a:hover, .cta-block a:focus {
    border: 3px solid #e35e14;
    color: #e35e14;
    background:  transparent;
    outline: none;
}


#cursor {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.125rem;
    background: #e35e14;
    display: inline-block;
    border-radius: 50%;
}

.urgent-span {
    font-weight:  bold;
}

.blink
{
  animation: blink .7s steps(2, start) infinite;
  -webkit-animation: blink 1s steps(2, start) infinite;
}
@keyframes blink
{
  to
  {
      visibility: hidden;
  }
}
@-webkit-keyframes blink
{
  to
  {
      visibility: hidden;
  }
}
