@charset "UTF-8";
/* CSS Document */



html, body {
  height: 100%;
  margin: 0; 
		font-family:'metapro-norm', Helvetica, Arial, sans-serif;
}
#wrapper {
    margin: 0 auto;
    overflow: hidden;
}
#header .container {   
  max-width: 1600px; 
  width: 100%; 
  padding: 0; 
}
#header {   
  width: 100%; 
  position: fixed; 
  top: 0; 
  left: 0; 
  text-transform: uppercase; 
  font-size: 14px; 
  letter-spacing: 2px; 
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif; 
  z-index: 1;
}
#header .logo {   
  width: 60px; 
  height: 60px; 
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .logo img {   
  width: 100%; 
  height: 100%; 
  display: block; 
}

#header.shrink .has-drop-down {
  height: 40px;
}
#logo-mini {
  margin-top: 16px;
  margin-left: 14px;
  display: none;
}
.header-holder {   
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  width: 100%; 
}
.header-left-bar {   
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  font-size: 14px; 
}
.header-left-bar a {   
  text-transform: uppercase; 
  text-decoration: none; 
  color: #fff; 
}
.header-right-bar a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.region {   
  margin-left: 20px; 
  display: none; 
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.region a {   
  text-transform: uppercase; 
  text-decoration: none; 
  color: #fff; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
}
.region a:hover { opacity: .5; }
.header-right-bar {   
  font-size: 12px; 
  font-weight: 300; 
  margin-right: 17px; 
}
.header-right-bar i {   
  color: #fff; 
  margin-right: 8px; 
  display: block; 
  float: left; 
  font-size: 14px; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
}
.header-right-bar i:hover { opacity: .5; }
.header-right-bar a {   
  text-transform: uppercase; 
  text-decoration: none; 
  color: #fff; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
}
.header-right-bar a:hover { opacity: .5; }
.main-img-holder {   
  background-size: cover; 
  background-position: center; 
  min-height: 400px; 
  overflow: hidden;
  position: relative;
}
.main-img-holder span.credit {
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}
.after-slide-text .text-wrap { padding-top: 48px; }
.has-drop-down {   
  z-index: 1; 
  overflow: hidden; 
  height: 80px;
   -webkit-transition: height 0.4s ease;
   transition: height 0.4s ease;
}
.share-box {   
  background: #fff; 
  opacity: .94; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  color: #333; 
  padding: 14px; 
  width: 100%; 
  max-width: 1280px; 
  position: absolute; 
  top: 0; 
  left: 50%; 
  -webkit-transform: translateX(-50%); 
  -ms-transform: translateX(-50%); 
  transform: translateX(-50%); 
  letter-spacing: .14em; 
  padding: 14px 10px 11px 14px; 
  overflow: hidden;
  z-index: 10;
}
.share-box .social {   
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  margin-right: 12px;
}
.share-box .social li { margin-right: 5px; list-style: none; }
.share-box .social li:last-child { margin-right: 0; }
.share-box a {   
  display: inline-block; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
 
}
.share-box a:hover { opacity: .5; }
.share-box i {   
  font-size: 18px; 
  color: #333; 
}
.share-box .blue-box {   
  width: 18px; 
  height: 18px; 
  background: #007bc6; 
  margin-right: 14px; 
}
.share-box .left-bar {   
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  color: #333; 
}
 .scrollContainer {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
margin: auto;
}
#navigation{
	z-index:100;
position: fixed;
}
 #content-wrapper, #scroll-wrapper {
    height: 100%;
}
#scroll-wrapper.scrollContainer .scrollContent {
    width: 100%;
    height: auto;
}
a {
  color:#00acef;
}

#scene1  {
	z-index:101;
    background: url(//features.hrw.org/features/slider_features/Caribbean-witness/new/imgs/carib_coverB.jpg) no-repeat center center;
    background-size: cover;
	width:100%;
	height:100%;
	position: relative;
	top:0;
     }
 
#hero{
	background: url(//features.hrw.org/features/slider_features/Caribbean-witness/new/imgs/carib_coverB.jpg);
	height: 500px;
	position: relative;
	width:100%;
	background-size: cover;
}
.scene {
    position: relative;
}

.triggerFadeBottom{
    position: absolute;
    bottom: 100px;
}

.logo{
	  background-image: url(//features.hrw.org/features/slider_features/Caribbean-witness/new/imgs/interface/logo.png);
background-size:80px 80px;
display:block;
width:80px;
height:80px;
position:absolute;
top:0;
left:0;
}
.logotitle{
position:relative;
top:30px;
left:100px;	
    letter-spacing: 1px;
	font-size:14px;
}

#menuIcon{
content: "";
    display: block;
    height: 35px;
    width: 35px;
    background-color: #fff;
    background-size: 90%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(//features.hrw.org/features/slider_features/Caribbean-witness/new/imgs/interface/responsive-nav-close.png);
    top: 10px;

}
#menuIconClose{
	content: "";
    display: block;
    height: 35px;
    width: 35px;
    background-color: #fff;
    background-size: 90%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 10px;
		background-image: url(//features.hrw.org/features/slider_features/Caribbean-witness/new/imgs/interface/nav_submenu_up_arrow.png)
}


#menu{
	display:block;
}
.navButtons{
	display: none;
background-color: #fff;
width: 100%;
padding-top: 40px;
position:absolute;
}
.Mobilenav_overlay.open{
	display:block;
}
.navButtons>a{
	display: block;
height: 14%;
text-decoration: none;
padding: 7%;

}
#navigation>svg{
display:none;
margin:40px 20px 0 0;
}
.st10{
	opacity:0;
}
.st10.active{
	opacity:.9;
}
/* text positions */
.Mobilenav_overlay {
	    top: 0;
    z-index: 1001;
	    position: fixed;
    background-color: #fff;
    border-left: none;
    border-right: none;
    width: 100%;
    height: 100%;
    display: none;
}
.Mobilenav_overlay>a{
	text-decoration:none;
    width: 100%;
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    color: #0b81c3;
    display: block;
    font-family: "Neue Helvetica W02","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.33333em;
    margin-top: -1px;
    padding: 0.66667rem 25px;
    position: relative;
}
.textHome{
	position: absolute;
display: block;
height: 0;
overflow: visible;
margin-left: 6%;
visible;
bottom: 45%;
}
.bodyText{
	margin:20px 40px 50px 45px;
	border-bottom: 1px solid #ccc;
padding-bottom:40px;

}
.imgcaption{
	    color: #666;
    text-transform: none;
    font-size: 14px;
    line-height: 1.3;
	margin-top: 8px;
}
/* text sizes */
h1.title{
	font-family:'metapro-bold', Helvetica, Arial, sans-serif;
    font-size:48px;
    line-height: 48px;
    margin: 0px;
	color:#fff;
}
.subtitle{
	font-family: 'metapro-book', Helvetica, Arial, sans-serif;
		 font-size:18px;
		 color:#fff;
}
.author{
	margin-top:40px;
	font-size:12px;
}
h2.title{
	font-family:'metapro-bold', Helvetica, Arial, sans-serif;
    font-size:40px;
	line-height: 45px;
}
h3{
	font-family:'metapro-bold', Helvetica, Arial, sans-serif;
    font-size:25px;
	line-height: 35px;
}
.introText{
	font-family:'metapro-bold', Helvetica, Arial, sans-serif;
	color:#505050;
	font-size: 20px;
	margin-top:20px;
}
.bodyText{
	 font-size:16px;
	   line-height:26px;
}


.textQuote{
	font-family: 'metapro-bold', Helvetica, Arial, sans-serif;
font-size: 20px;
color: #505050;
float: right;
max-width: 300px;
margin-left: 30px;
margin-bottom: 20px;
}

.quote-credit{
	 font-size:16px;
}

#navigation>svg{
display:none;
}
#navigation.openNav{
display:block;	
}

@media only screen and (min-width: 720px) {
	 #hero {   
    width: 100vw;
    height: 56.25vw; 
    background-position: 50% 25%; 
  }
   h1.title{
    font-size:80px;
line-height: 80px;
margin-bottom: 20px;
}
.subtitle{
		 font-size:40px;
}
.author{
	margin-top:60px;
		 font-size:14px;
}

.bodyText{
	 font-size:18px;
	   line-height:34px;
}

.textQuote{
	font-size:24px;

}
.quote-credit{
	
}
#menuIcon{
	display:none;
}
#navigation>svg{
display:block;
}
#navigation, .navButtons{
height: 558px;
width: 360px;
left: 10px;
display:block;
top:0;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 0);
}

.navButtons>a{
margin:2px;
height: 90px;
display:block;
padding: 0;

}
.navButtons>a>span{
opacity:0;
}
.navButtons>.country1, .navButtons>.country2, .navButtons>.country5, .navButtons>.country6{
float:left;
clear:right;
}
.navButtons>.country3, .navButtons>.country4, .navButtons>.country7{
	clear:left;
}
.navButtons>.country1,.navButtons>.country6 {
width:95px;
}
.navButtons>.country5{
width:220px;
}
.navButtons>.country2{
padding-top: 50px;
}
.navButtons>.country3{
padding-top: 30px;
}

.navButtons>.country4{
padding-top: 35px;
}

.bodyText{
	margin:80px 80px 120px 400px;
}
}


@media only screen and (min-width: 1280px) {
 
.bodyText{
	margin:80px 20% 120px 400px;
}
.textQuote{
	font-size:26px;

}


 
}



@media only screen and (min-width: 1600px) {
   h1.title{
    font-size:100px;
line-height: 100px;
margin-bottom: 20px;
}
.subtitle{
	 font-size:26px;
	   line-height:43px;
}
.author{
	 font-size:16px;
}

.bodyText{
	 font-size:18px;
	   line-height:34px;
}

.textQuote{
	font-size:30px;

}
.quote-credit{
	 font-size:16px;

}

}









