html {
    -webkit-font-smoothing: antialiased;
    font-size: 62.5%;
}

body.story-template {
    position: relative;
    background: #FFF;
}

h1, h2, h3, h4, h5 {
    font-family: VinylOT-Regular, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

/* Group  */
.group:before,
.group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.group:after {
    clear: both;
}

.group {
    *zoom: 1;
}


/* Fonts */

#guts p,
#guts .main-image figcaption,
#guts .inline-image figcaption,
#guts blockquote,
.photo-template-credit {
    font-family: Lexia-Regular, georgia, serif;
    font-weight: normal;
    font-style: normal;
}

#guts blockquote p,
#guts blockquote span {
    font-family: Lexia-Bold, georgia, serif;
    font-weight: normal;
    font-style: normal;
}



/*
HEADER
*/

header {
    position: fixed;
    z-index: 500;
    left: 0;
    right: 0;
    top: 0;
    background: #263D31;
    height: 100px;
}

.hdr-inr {
    width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}

.hdr-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 50;
}

.hdr-logo img {
    width: 100px;
    height: auto;
    display: block;
}

.hdr-inr h1 {
    width: 34%;
    float: left;
    margin: 0;
    padding: 0;
    height: 100px;
    display: table;
}

.hdr-inr h1 span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.hdr-inr h1 span a {
    color: #94F4C2;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: .95;
    display: inline-block;
    text-decoration: none;
}

.hdr-inr h1 a:hover, .hdr-inr h1 a:focus {
    color: #FFF;
    cursor: pointer;
}



/*
HEADER NAV
*/


.story-filters {
    text-align: right;
    margin: 0;
    padding: 0;
}

.story-filters li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    border-bottom: 4px solid #263D31;
    line-height: 86px;
}

.story-filters li:hover {
    border-bottom: 4px solid #94F4C2;
}

.story-filters li a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font: normal 2rem/1 VinylOT-Regular, sans-serif;
    text-transform: uppercase;
    display: block;
    line-height: 96px;
    cursor: pointer;
}

.story-filters li a:hover, .story-filters li a:focus {
    color: #94F4C2;
}

/*
MAIN CONTENT
*/


#page-wrap {
    margin-top: 100px;
    background: url('../img/stories.gif') no-repeat center 500px;
    background-size: 20px;
}

body.story-template #st-filter {
    width: 100%;
}

.story-opt-nav {
    background: #C2BDB4;
}

body.story-template .opt-inner {
    width: 960px;
    margin: 0 auto;
    padding: 40px 10px 30px;
    border: none;
}

#main-content {
    width: 940px;
    padding: 80px 20px 60px;
    margin: 0 auto;
    background: white;
}

#guts .call-out {
    padding: 20px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 20px;
    float: right;
    width: 33%;
    background: #D3FFE8;
}

#guts .call-out p {
    font-size: 15px;
    color: #263D31;
}

#guts .call-out p:last-child {
    margin-bottom: 0;
}

.content {
    width: 940px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

#guts h2 {
    font-size: 30px;
    font-size: 3rem;
    color: #DA2222;
}

#guts h3 {
    color: #263D31;
    margin-bottom: 60px;
    font-size: 90px;
    font-size: 9rem;
    line-height: .85;
    letter-spacing: -3px;
}

#guts p {    
    color: #444;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 1em;
    line-height: 1.6;
}

#guts p a {
    color: #063;
    text-decoration: none;
    padding-bottom: .15em;
    border-bottom: 1px solid #063;
}

#guts p a:hover,
#guts p a:focus {
    color: #da2222;
    text-decoration: none;
    padding-bottom: 0;
    border-bottom: none;
}

#guts p a:active {
    color: #263D31;
    position: relative;
    top: 1px;
}

#guts .main-image {
    margin: 0 0 60px;
}

#guts .main-image figcaption,
#guts .inline-image figcaption {
    padding: 1em 0;
    color: #555;
    font-size: 10px;
    font-size: 1rem;
}

#guts .main-image figcaption a,
#guts .inline-image figcaption a {
    color: #063;
    padding-bottom: 2px;
    border-bottom: 1px solid #063;
    text-decoration: none;
}

#guts .main-image figcaption a:hover,
#guts .main-image figcaption a:focus {
    color: #da2222;
    border-color: #da2222;
}

#guts .main-image figcaption a:active {
    position: relative;
    top: 1px;
    color: #111;
}

#guts img {
    display: block;
    max-width: 100%;
}

#guts .ecuador-info-boxes {
    padding: 40px 0;
    margin: 0 -10px;
}


#guts .ecuador-info-boxes article {
    margin: 0 10px 20px;
    padding: 30px;
    background: #da2222;
    border-radius: 3px;
    width: 400px;
    float: left;
}

#guts .ecuador-info-boxes article p {
    margin: 0;
    font-size: 17px;
    font-size: 1.7rem;
    color: white;
}

section.pull-quote {
    background: #EEE;
    padding: 30px 30px 1em;
    border-radius: 3px;
    margin-top: 40px;
}

section.pull-quote p {
    font-style: italic;
}

#guts blockquote {
    padding: 30px 0 30px 65px;
    margin: 50px 0;
    color: #063;
    position: relative;
}

#guts blockquote i {
    color: #ccc;
    position: absolute;
    top: 30px;
    left: 0;
}

#guts blockquote p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #6EAA8C;
    clear: both;
    padding: 0;
}

#guts blockquote p:last-child {
    margin-bottom: 0;
}

#guts blockquote span {
    display: block;
    font-size: 14px;
    clear: both;
    padding-left: 20px;
}

#guts blockquote span a {
    color: #063;
}

.related {
    margin: 0 0 40px;
    padding-top: 40px;
    border-top: 1px solid #CCC;
}

.video-content {
    margin-top: 60px;
}

.related h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: .95;
    letter-spacing: -.03em;
    color: #263D31;
    width: 640px;
    float: left;
}

.related .btn {
    float: right;
    display: inline-block;
    background: #94F4C2;
    padding: 1em;
    line-height: 1;
    border-radius: .3em;
    color: #063;
    text-decoration: none;
    font-family: VinylOT-Regular, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related .btn span {
    float: right;
}

.related a.btn:hover,
.related a.btn:focus {
    background: #063;
    color: #FFF;
}

.related a.btn:active {
    position: relative;
    top: 1px;
    background: #263D31;
}

.related .btn i {
    margin-right: .5em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videoControls a.prev-video {
    margin-right: 20px;
}

#videoControls a {
    float: left;
    display: block;
    background: #F0F0F0;
    padding: 1em;
    line-height: 1;
    border-radius: .3em;
    color: #999;
    text-decoration: none;
    font-family: VinylOT-Regular, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    width: 460px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#videoControls a.next-video {
    text-align: right;
    float: right;
}

#videoControls a:hover, #videoControls a:focus {
    color: #063;
    background: #94F4C2;
}

section#vidya {
    width: 940px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.photo-template-credit {
    font-size: 11px;
    color: #444;
}

.photo-template-credit a {
    color: #063;
    text-decoration: none;
    padding-bottom: .15em;
}

.photo-template-credit a:hover,
.photo-template-credit a:focus {
    color: #da2222;
}

#filters li.highlighted {
    border-color: #C2BDB4;
}

#filters li.highlighted a {
    color: #C2BDB4;
}

#filters li a.highlighted#reabut {
    color: #C2BDB4;
}


/*
FOOTER
*/

footer {
    background: #333;
    clear: both;
}

.ftr-inr {
    padding: 40px 20px;
    width: 940px;
    color: #FFF;
    margin: 0 auto;
    height: 300px;
}

.ftr-inr h1 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #94F4C2;
    float: left;
    display: inline-block;
}

.ftr-logo {
    float: right;
    display: inline-block;
}

.ftr-logo img {
    width: 100px;
    height: auto;
    display: block;
}


/*** TRANSITIONS ON HOVER ***/
.hdr-inr h1 span a,
.story-filters li,
.story-filters li a
h1 a,
#guts p a,
#guts .related .btn,
#videoControls a,
figcaption a {
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope, .isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}


/* SINGLE PAGE STYLES */

/*body.story-template.realising-rights-stories article.rea {
    width: 210px;
    height: 210px;
    background-color: #806770;
    color: #FFF;
}
*/

@media (max-width: 1260px) {
    .story-template .hdr-inr h1 span a {
        font-size: 20px;
        font-size: 2rem;
    }  

    .story-filters {
        float: left;
    }

    .story-filters li a {
        font-size: 16px;
        font-size: 1.6rem;
    }


}
