.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#content {
  min-height: 340px;
}

/*
.ui.grid{padding: 0 !important;}
.pushable.segment{margin: 0 !important;}
*/
/*MENU Starts*/
.hidden.menu {
  display: none;
}

.masthead.segment {
  min-height: 10px;
  padding: 1em 0;
}

.masthead .logo.item img {
  margin-right: 1em;
}

.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}

.ui.vertical.stripe {
  padding: 8em 0;
}

.ui.vertical.stripe .floated.image {
  clear: both;
}

.ui.vertical.stripe p {
  font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0;
}

.quote.stripe.segment {
  padding: 0;
}

.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 5em 0;
}


.secondary.pointing.menu .toc.item {
  display: none;
}

main {
  min-height: 250px;
}

.white-text {
  color: #fff !important;
}

.jpip-bg {
  background-color: #7d386e !important;
}

.blue {
  background-color: #7d386e !important;
  color: #fff !important;
}

/*html .ui {box-sizing: border-box;}*/

/*.ui.attached.menu:not(.tabular) {border: 0px; border-image-width:0px;}
.ui.vertical.segment, .ui.segment, .ui.secondary.pointing.menu {border: 0px;}
*/

@media only screen and (max-width: 700px) {
  .ui.fixed.menu {
    display: none !important;
  }

  .secondary.pointing.menu .item,
  .secondary.pointing.menu .menu {
    display: none;
  }

  .secondary.pointing.menu .toc.item {
    display: block;
  }

  .masthead.segment {
    min-height: 10px;
  }

  .mblmgr {
    padding-top: 30px;
  }
}

/*MENU Ends*/
/*TABLE STARTS*/
/*
#example .settings.table {
  margin-bottom: 20px;
}
#example .settings.table td:first-child {
  font-weight: bold;
}
#example .settings.table td:nth-child(2n) {
  width: 100px;
}
*/
/*TABLE ENDS*/