/*@import url('widgets.css');*/
/* BREADCRUMBS */
html, body {
  /*background-image: url("/static/images/body_bg.png");*/
  margin:0;
  padding:0;
  height:100%;
  /*color: #000;*/
}
#wrapper {
  min-height:100%;
  position:relative;
}
#header {
  padding:0em 5em;
}
#container {
  padding:10px;
  padding-bottom:60px;
}
#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:60px;
  /*background:#6cf;*/
}

div.breadcrumbs {
    background: #79aec8;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #c4dce8;
    text-align: left;
}

div.breadcrumbs a {
    color: #fff;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #c4dce8;
}

.h3.footer {
  margin-top: 1em;
  font-size: 26em;
  font-weight: normal;
}

.hidden.menu {
  display: none;
}

.masthead.segment {
  /*min-height: 900px;*/
  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: -0.5em;
  margin-left: -1.0em;
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: bold;
}
.masthead h2.ui.header {
  margin-top: 0em;
  margin-left: -1.0em;
  margin-bottom: 0.3em;
  font-size: 1.7em;
  font-weight: normal;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 1em;
}

.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 0em 0em;
  margin-top: 5em;
}

.secondary.pointing.menu .toc.item {
  display: none;
}

.footer-copyright {
    /*padding: 0 20px;*/
    font-size: 12px;
    /*line-height: 20px;*/
    /*color: #999;*/
    text-align: center;
}

.footer-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    -webkit-font-smoothing: antialiased;
}

@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: 350px;
  }
  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 1.5em;
  }
  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }

#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:30px;
  /*background:#6cf;*/
}

}