.ipsApp .ipsBreadcrumb {
  display: none !important;
}

{font-family: Open Sans, sans-serif;
  }

  .mySlides {display: none;}
 
/* Questions Q icon on top row text */
.qicon {
  color: #FF1515; 
  font: bold 1.3em Open Sans, Sans-Serif; 
  letter-spacing: .13em; 
  line-height: 1.5em;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  text-align: center;
  top: 20px;
  max-width: 100%;
  padding: 0.5vw 2vw 1vw 2vw;
  }
  /* On smaller screens, decrease font size */
@media only screen and (max-width: 300px) {
 .qicon { font: bold small;  top: 5px;}
}

  
/* Caption questions on top row text */
.qtext {
  color: white; 
  font: bold 1.3em Open Sans, Sans-Serif; 
  letter-spacing: .13em; 
  line-height: 1.5em;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  text-align: center;
  top: 20px;
  max-width: 100%;
  padding: 0.5vw 2vw 2.5vw 2vw;
  }
  /* On smaller screens, decrease font size */
@media only screen and (max-width: 300px) {
 .qtext{ font: bold small}
}


/* Caption answers on lower row */
.atext {
  color: white; 
  font: bold 1.3em Open Sans, Sans-Serif; 
  letter-spacing: .13em;   
  line-height: 1.5em;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  text-align: center;
  top: 20px;
  max-width: 100%;
  padding: 0.5vw 2vw 2.5vw 2vw;
  }
  /* On smaller screens, decrease font size */
@media only screen and (max-width: 300px) {
 .atext {font: bold small}
}    
  
  /* Statements on middle row text */
.text {
  color: white; 
  font: bold 1.3em Open Sans, Sans-Serif; 
  letter-spacing: 110%;   
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  text-align: center;
  top: 15px;
  right: 15px;
  padding: 15px 25px;
  }
  
/* Slideshow container */
.slideshow-container {
  background-image: url("https://www.occupierworld.com/uploads/pages_media/748291927_LandingPageHeroNEWTEXT.jpg?_cb=1700500854");
  background-size: 100%;
  background-position:bottom;
  background-repeat:no-repeat;
  margin: auto;
  max-width: 100%;
  min-height: calc(85vw / 2 );
  padding: 25px 5px;
}

  @media only screen and (min-width:768px) and (max-width: 1100px) {
    .slideshow-container {
      min-height: calc(85vw / 2 + 50px)
    }
  }

  @media only screen and (max-width: 767px) {
    .slideshow-container {
    background-image: url("https://www.occupierworld.com/uploads/pages_media/580475876_LandlingPageHeroNewText(Mobile)tiny.jpg?_cb=1700501462");
    background-size: 90%;
  	background-position:top;
  	background-repeat:no-repeat;
  	margin: auto;
  	width: 100%;
    height: calc(95vw * 1.05);
    }
  }

  
.slider { 
  padding: 25px 5px;}
 
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 767px) {
  .text {font-size: bold small}
}

.typewriter {
  position: relative;
  height: 2.2em;
}

.typewriter .typewriter-content {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #FF1515; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .13em; /* Adjust as needed */
  animation: 
    typing 5.5s steps(40, end),
    blink-caret .75s steps(40,end) infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #FF1515; }
}

/*.blinking-cursor {
  font-weight: 100;
  font-size: 30px;
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #FF1515;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #FF1515;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #FF1515;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #FF1515;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #FF1515;
  }
}*/