.hidden.menu {
  display: none;
}

.masthead.segment {
  min-height: 700px;
  padding: 1em 0em;
}
.masthead .logo.item img {
  margin-right: 1em;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead h1.ui.header {
  margin-top: 4em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

.ui.vertical.stripe {
  padding: 8em 0em;
}
.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
  display: none;
}

ol, ul {
  font-size: 1.33em;
}

ol ol, ol ul, ul ul, ul ol{
  font-size: inherit;
}

.ui.header:last-child {
  margin-bottom: 2em;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: 2em auto 0;
  width: 100%;
  background: #00000024;
  padding: 2em 4em;
  border-radius: 0.5em;
}

/* Hide the images by default */
.slideshow-mySlides {
  display: none;
}

.slideshow-mySlides.active {
  display: block;
}

.slideshow-textblock {
  width: calc(40% - 0.25em);
  display: inline-block;
  vertical-align:top;
  padding: 0 1em 0 0;
}

.slideshow-imgblock {
  width: 60%;
  display: inline-block;
}

/* Next & previous buttons */
.slideshow-prev, .slideshow-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #2185d0;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  /*background-color: rgba(0,0,0,0.4);*/
}

/* Position the "previous button" to the left */
.slideshow-prev {
  left: 0em;
}

/* Position the "next button" to the right */
.slideshow-next {
  right: 0em;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-prev:hover, .slideshow-next:hover {
  background-color: rgba(0,0,0,0.8);
}

.wizard-img {
  width:100%;
  border-radius: 0.5em;
}

/* Caption text */
.slideshow-text {
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: bold;
}

/* Number text (1/3 etc) */
.slideshow-numbertext {
  font-size: 1.7em;
  margin: auto;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}

/* The dots/bullets/indicators */
.slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-active, .slideshow-dot:hover {
  background-color: #717171;
}

.ui.floating.dropdown.labeled.search.icon.button.white {
  background: #ffffff;
  color: #000000;
}

.ui.floating.dropdown.labeled.search.icon.button.white i{
  background: #ffffff;
}

.MsoListParagraphCxSp {
  padding-left: 1.3em; 
}

.menu-container {
  position: fixed;
  display: flex;
  width: 100% !important;
  left: 0;
  margin-left: 0 !important;
  margin-top: -1em;
  padding: 0.5em 0 0.5em;
  background: #1b1c1d;
  opacity: 1;
  z-index: 2;
}
.menu-container .ui.menu .item {
  line-height: unset;
}


/* Fading animation */
.slideshow-fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

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

@media only screen and (max-width: 1200px) {
  .slideshow-mySlides.active {
    display:flex; 
    flex-direction: column; 
    text-align:center;
  }
  .slideshow-textblock {
    width: 100%;
    display: block;
    padding: 0 1em 0 0;
    order: 3;
  }
  .slideshow-prev, .slideshow-next {
    top:13em;
  }
  .slideshow-imgblock {
    width: 100%;
    display: block;
    order: 1;
  }
  .slideshow-numbertext {
    order: 2;
    margin-top: 1.5em;
  }
  .content-container {
    padding: 0 5%;
  }
  .ui.fixed.menu {
    display: none !important;
  }
  .menu-container .ui.container {
    width:100% !important;
    margin-left: 0em!important;
    margin-right: 0em!important;
  }
  .secondary.pointing.menu a.item,
  .secondary.pointing.menu .menu {
      display: none;
  }
  .secondary.pointing.menu .toc.item {
      display: block;
  }
  .masthead.segment {
      min-height: 350px;
  }
  .masthead h1.ui.header {
      font-size: 2em;
      margin-top: 3.5em;
  }
  .masthead h2 {
      margin-top: 0.5em;
      font-size: 1.5em;
  }
}

/*@media only screen and (max-width: 950px) {
  .ui.fixed.menu {
      display: none !important;
  }
  .menu-container .ui.container {
    width:100% !important;
    margin-left: 0em!important;
    margin-right: 0em!important;
  }
  .secondary.pointing.menu a.item,
  .secondary.pointing.menu .menu {
      display: none;
  }
  .secondary.pointing.menu .toc.item {
      display: block;
  }
  .masthead.segment {
      min-height: 350px;
  }
  .masthead h1.ui.header {
      font-size: 2em;
      margin-top: 3.5em;
  }
  .masthead h2 {
      margin-top: 0.5em;
      font-size: 1.5em;
  }
}*/

/*@media only screen and (max-width: 800px) {
  .content-container {
    padding: 0 5%;
  }
}*/






