body{
   margin:0px;
   padding:0px;
   /*font-family: 'Roboto', sans-serif;*/
   position:relative;
   font-family: Libre Baskerville,Georgia,Times,Times New Roman,serif;

}

@font-face{
    font-family:visuelt;
    font-weight:700;
    src:url(/fonts/Visuelt-Bold-Web.woff2) format("woff2"),url(../fonts/Visuelt-Bold-Web.woff) format("woff");
    font-style:regular
}
@font-face{
    font-family:visuelt;
    font-weight:700;
    src:url(/fonts/Visuelt-BoldItalic-Web.woff2) format("woff2"),url(/fonts/visuelt/Visuelt-BoldItalic-Web.woff) format("woff");
    font-style:italic
}
@font-face{
    font-family:visuelt;
    font-weight:500;
    src:url(/fonts/Visuelt-Medium-Web.woff2) format("woff2"),url(/fonts/Visuelt-Medium-Web.woff) format("woff");
    font-style:regular
}
@font-face{
    font-family:visuelt;
    font-weight:500;
    src:url(/fonts/Visuelt-MediumItalic-Web.woff2) format("woff2"),url(/fontsVisuelt-MediumItalic-Web.woff) format("woff");
    font-style:italic
}
@font-face{
    font-family:visuelt;
    font-weight:400;
    src:url(/fonts/Visuelt-Regular-Web.woff2) format("woff2"),url(/fonts/Visuelt-Regular-Web.woff) format("woff");
    font-style:regular
}
@font-face{
    font-family:visuelt;
    font-weight:400;
    src:url(/fonts/Visuelt-Italic-Web.woff2) format("woff2"),url(/fonts/Visuelt-Italic-Web.woff) format("woff");
    font-style:italic
}
@font-face{
    font-family:visuelt;
    font-weight:300;
    src:url(/fonts/Visuelt-Light-Web.woff2) format("woff2"),url(/fonts/Visuelt-Light-Web.woff) format("woff");
    font-style:regular
}
@font-face{
    font-family:visuelt;
    font-weight:300;
    src:url(/fonts/Visuelt-LightItalic-Web.woff2) format("woff2"),url(/fonts/Visuelt-LightItalic-Web.woff) format("woff");
    font-style:italic
}


@font-face{
    font-family:sang_bleu_kingdom;
    src:url(/fonts/sangbleu/SangBleuKingdom-Regular-Web/S/SangBleuKing-Web.woff2) format("woff2"),url(/fonts/SangBleuKing-Web.woff) format("woff");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:sang_bleu_kingdom;
    src:url(/fonts/SangBleuKingdom-RegularItalic-WebS.woff2) format("woff2"),url(/fonts/SangBleuKingdom-RegularItalic-WebS.woff) format("woff");
    font-weight:400;
    font-style:italic
}

body{
/*   background:#000;*/
font-family: visuelt;
}

.grey-background{
  background-color:#f3f3f3;
}

   @-webkit-keyframes AnimationName {
       0%{background-position:0% 50%}
       50%{background-position:100% 50%}
       100%{background-position:0% 50%}
   }
   @-moz-keyframes AnimationName {
       0%{background-position:0% 50%}
       50%{background-position:100% 50%}
       100%{background-position:0% 50%}
   }
   @keyframes AnimationName { 
       0%{background-position:0% 50%}
       50%{background-position:100% 50%}
       100%{background-position:0% 50%}
   }


.clear{
   clear:both;
}

.width-container{
   width:90%;
   max-width:1200px;
   margin:auto;
}

.meet{
   color:#000;
   font-size:30px;
   font-weight: bold;
}

p{
   color:#000;
   max-width:600px;
}

.main-body li{
   color:#000;
   max-width:600px;
   text-align:left;
   margin-left:40px;
}

h1{
   color: #000;
}

a{
   text-decoration: none;
   color: #000;
}

.main--message{

    display: inline-block;
   margin:40px;
    border-radius: 50px;
    color:#000;
}

.option{
   display: inline-block;
    background: rgba(255, 255, 255, 0.7019607843137254);
    padding: 16px;
    border-radius: 50px;
    border: 2px solid #000fff;
    cursor: pointer;
    margin-right: 20px;
    transition: all 0.2s;
    margin-bottom:20px;
}

.option:hover{
       background: #000;
       box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.30196078431372547);
   }



.message--options {
    margin-top: 30px;
        z-index: 9000;
position: relative;
}



.rosa--logo{
   margin-bottom:50px;
}


.main--message{
   margin-top:30px;


   transition:all 0.2s;
}

.main--message.show{

   opacity:1;
   margin-top:0px;
}

.message--options{
   opacity: 0;
   margin-top:50px;
   transition:all 0.2s;
}

.message--options.show{
   margin-top:30px;
   opacity:1;
}

.message--options.one{}

.message--option.two{}

.main-body p{
   text-align: left;
   /*padding-left: 30px;*/
   padding-right: 30px;
   max-width: 100%;
}

.main-body h1{
   text-align: left;
   /*padding-left: 30px;*/
   padding-right: 30px;
}


footer{
    bottom: 0px;
    width: 100%;
    left: 0;
    padding:20px 0px;
}
footer a{
	color:#000!important;
	text-decoration:none;
	font-size:12px;
	margin-right:20px;
}

footer a.right{
	float:right;
}

header{
		/*position: fixed;*/
   		top: 0;
    	width: 100%;
    	left: 0;
    	padding:20px 0px;
}

header a{
	color:#000!important;
	text-decoration:none;
	font-size:18px;
	margin-right:20px;
}

a.main--message{
	display:inline-block;
	text-decoration:none;
	color:#000!important;
	cursor:pointer;
}


.header-left{
	color:#000;
	cursor:pointer;
	position:relative;
	font-weight:500;
}

.header-left span a{
	margin-left: 30px;
    font-size: 12px;
    font-weight:300;
    text-decoration: underline;
}

.header-left span a:hover{
	text-decoration: underline;
}

.header-left span{
	    margin-left: 30px;
	    font-weight:bold;
}

.fa{
    font-size: 33px;
    margin-right: 10px;
    margin-top: 1px;
    position: absolute;
}


.content{
    margin-top:70px;
    padding:30px 0px;
    text-align: center;
}

.grey {
    color: #000;
    width: 23%;
    float: left;
   /* background: #0a0a0a;*/
    padding: 20px;
    box-sizing: border-box;
    margin: 1%;
    min-height: 200px;
    border:1px dashed #000;
}

.grey.half{
    width: 48%;
    float: left;
}

.grey h3{
	border-bottom:1px solid #252525;
	padding-bottom:25px;
}

.grey p{
    color: #000;
    max-width: 600px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 27px;
}

.grey-full {
   width: 100%;
   float: none;
}

.grey-full h3{
   text-align: left;
}
h3 .arrow-right{
   float: right;
   font-size: 64px;
   position: relative;
   top: -38px;
}

.grey-full p{
   width: 100%;
   max-width: 100%;
}

.main-hover {
   cursor: pointer;
}

.main-hover:hover {
   border-color: #c4c4c4;
}

.search input{
	 width: 600px;
    padding: 20px;
    background: #1d1d1d;
    border: 1px dashed #000;
    outline: 0;
    color: #000;
}

.search .search-header{
	color:#000;
	margin-bottom:15px;
}

#knowledge-search .tt-menu {
   background-color: #000;
   padding: 10px;
}
#knowledge-search .tt-menu.tt-open{
   bottom:100% !important;
   top:auto!important;
}
#knowledge-search .result {
   color: #000;
   text-align: left;
   font-family: 'Open Sans', sans-serif;
   border-bottom: 1px solid #e3e3e3;
   padding-top: 12px;
   padding-bottom: 12px;
}
#knowledge-search .result:first-child {
   padding-top:5px;
}
#knowledge-search .result:last-child {
   border-bottom: hidden;
   padding-bottom:5px;
}
#knowledge-search .result .top  {
   margin-bottom: 10px;
}
#knowledge-search .result .topic  {
   font-weight: 700;
   font-size: 20px;
}
#knowledge-search .result .category  {
   float: right;
   color: #999999;
}


@media only screen and (max-width: 650px) {
  nav{
  	display:none;
  }

  .rosa--logo{
  	margin-bottom:10px;
  }

  svg{
  	    max-width: 300px;
  }

  .option{
  	    margin-bottom: 10px;
  	    margin-right:10px;
  	  
  }

  footer{
  	position: absolute;
    bottom: -59px;
  }


  footer a{
  	float:left;
  	margin-right:10px;
  }

  .content br{
  	display:none;
  }

  .content{
  	min-height:100vh;
  	margin-top:0px;
  }
}

.about--button{
	padding:15px;
	background:#000;
	color:#000;
	text-decoration:none;
	display: block;
	margin-top:30px;
}

.history-tab{
    width: 500px;
    position: fixed;
    right: -500px;
    background: #000;
    bottom: 50px;
    transition:all 0.3s;
    padding: 30px;
    box-sizing: border-box;
    z-index: 10000;
    max-height: 90vh;
}

.history-tab.active{
  right:0;
}

.history-toggle{
  position: absolute;
    width: 40px;
    left: -40px;
    background: #000;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom:0;
    cursor:pointer;
}

.history-toggle img{
  max-width:20px;
  transform: rotate(180deg);
}

.active .history-toggle img{
  transform: rotate(0deg);
}

.history-content h2, .roadmap-content h2{
  color:#000;
  margin-top:0px;
  border-bottom:1px solid #000;
  padding-bottom:20px;
}
.history-content p{
  color:#000;
}

.history-content a{
  display:inline-block;
  background:#000;
  padding:10px;
  color:#000;
  text-decoration:none;
}

.history-content li{
    padding: 4px 0px;
}


.disabled{
  opacity:0.4;
  cursor:initial!important;
  border:1px dashed #000!important;
}



#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #000;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #000;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #000;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #000;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#gallery {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    display: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.82);
    padding: 50px;
}
#gallery.active{
  display:flex;
}

.close-lightbox {
    top: 25px;
    right: 55px;
    z-index: 998;
    color: rgb(255, 255, 255);
    position: absolute;
    cursor: pointer;
}

.human-rights h3,
.human-rights h4{
  text-align:left;
  color:#000;
  text-decoration:underline;
}

.progress--bar--container{
    width: 100%;
    height: 70px;
  /*  background: #000;*/
    position: relative;
    opacity:1;
    transition:all 0.3s;
}

/*.progress--bar--container.sticky{
  position:sticky;
  top:0;
}*/

.section.personalized-experience{
  top:-500px;
  opacity:0;
  position:relative;
}


.section.personalized-experience.sticky{
    border-bottom:1px solid #000;
    position:sticky;
    top:0!important;
    z-index: 1;
    opacity:1;
    transition:all 0.2s;
}

.section.personalized-experience{
  padding:0px 0px!important;
}


.description {
   font-weight: 600;
   margin: 0 0 100px;
   color: #b8171c;
   text-align: center;
}

.progress--bar--container a {
   display: inline-block;
   padding: 20px;
   color: #000;
   text-decoration: none;
   font-size:11px;
   text-align:center;
}
.progress--bar--container ul {
   margin: 0;
   padding: 0;
}
.progress--bar--container ul li {
   display: inline-block;
   margin-right: -5px;
   list-style-type: none;
       width: 7.2%;
   margin-left:0px;
       z-index: 900;
    position: relative;
}
.progress--bar--container .progress-item {
   height: 5px;
   margin-top: -5px;
   background-color: #5d5d5d;
   margin: 0px;
}

.dummy--bar{
      width: 100%;
    height: 4.5px;
    position: absolute;
    background: #b7b7b7;
    bottom: 27px;
    z-index: 1;
}


/*home container*/

.home-container{
  width:100%;
  max-width:640px;
  margin:auto;
}

.home-container p{
  font-size:26px;
  font-weight:bold;
  margin-right:0px!important;
  display:inline-block;
  line-height: 41px;
  letter-spacing: 0.6px;
  max-width:none;
}

.home-container p .large {
   font-size:30px;
}

.home-container .select{
  font-weight:normal;
  color:#9c9c9c;
  cursor:pointer;
  font-size:26px;
}

.home-container .select:hover{
  color:#000;
}

.home-container .active{
/*   font-weight:bold; */
}

.home-container .first.active{
  color:#000;
  text-decoration:underline;
}

.home-container .second.active{
  color:#000;
  text-decoration:underline;
}

ol.roadmap li {
   padding-top: 12px;
}

ol.roadmap li.visited {
   text-decoration-line: line-through;
}

.roadmap-tab {
   position:fixed;
   background-color:#000;
   top:200px;
   left:0;
}

.section-tab {
    position: fixed;
    background-color: #000;
    top: 40px;
    /* right: 200px; */
    padding: 10px;
    left: -253px;
    padding-right: 0px;
    /* border-radius: 0px 50px 50px 0px; */
    transition: all 0.3s;
    cursor: pointer;
    max-width: 300px;
    min-width: 300px;
    z-index: 100;
}

.section-tab:hover {
    left: 0;
}

.section-tab p, .roadmap-tab p {
   color: #000;
}


/* roadmap */

.roadmap-toggle {
    position: absolute;
    width: 40px;
    right: -40px;
    background: #000;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
}

.roadmap-content {
    padding: 15px;
}

.roadmap-tab img {
    max-width: 20px;
    /* transform: rotate(180deg); */
}
.roadmap-tab{
    max-width: 450px;
    min-width: 450px;
    left:-450px;
    transition:all 0.3s;
    z-index:100;
  }

.roadmap-tab.active{
  left:0;
}

.roadmap-tab.active img{
  transform: rotate(180deg); 
}


.section-tab.sticky{
  position:sticky;
  top:0;
}


.harrassed.roadmap.list{
    color: #000;
    text-align: left;
}

.roadmap-tab p{
  margin:initial;
}

.inpage-roadmap ol.roadmap li {
    padding-top: 12px;
    position: relative;
    z-index: 9000;
    color: #000;
    margin: 50px 0px;
    padding-top: 10px;
    font-size: 20px;
}

.inpage-roadmap ol.roadmap li::before {
    width: 60px;
    height: 60px;
    background: #000;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    left: -46px;
    z-index: -1;
    top: 7px;
}

.inpage-roadmap ol.roadmap li::after {
    width: 6px;
    height: 100px;
    content: "";
    display: block;
    background: #000;
    left: -19px;
    position: absolute;
}

.inpage-roadmap ol.roadmap p{
    font-size: 15px;
}

.inpage-roadmap ol.roadmap li:last-child::after{
display:none;
}

/*COLOURS - COLORS*/

.pink{
    background-color:#e78e93;
}
.blue{
    background-color:#314fb3;
}
.orange{
    background-color:#fd763e;
}
.green{
    background-color:#21870f;
}
.red{
    background-color:#ff4e4e;
}

.red-text{
  color:#ff4e4e;
}

.yellow{
    background-color:#ffc824;
}
.yellow-text{
  color:#ffc824;
}

.cyan{
  background-color:#03ffff;
}



.left-side{
  width:250px;
  float:left;
  min-height:100px;
}


.left-side .page-info{
  color:#000;
  text-align:left;
  margin-bottom:30px;
}

.left-side .page-info h3{
  text-decoration:underline;
}

.right-side{
  width:calc(100% - 250px);
  float:left;
  padding-left: 30px;
  box-sizing: border-box;
}



.help-option {
width: 31%;
    height: 100px;
    float: left;
    margin: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
}

.help-option.inactive{
  opacity: 0.3;
}

a.side--links {
    display: block;
    padding: 14px;
    margin-bottom: 10px;
}

.all--links.stick {
    position: fixed;
    top: 20px;
    width: 250px;
}


.chart-item {
    background: #000;
    width: 10%;
    margin: 6px 0px;
    border-radius: 50px;
    padding: 3px;
    box-sizing: border-box;
    display:block;
    color:#000;
}

.header-left a{
    border-bottom: 5px solid #000;
}

.sexually-harassed .header-left a{
   border-bottom: 5px solid #03ffff;
}
.all--links-collapse{
  z-index:9;
}