  .teal:before {
      background-color: #023E8A !important;
  }
  .teal:hover {
      background-color: #023E8A !important;
      box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
      transform: translateY(-7px);
  }
  .teal:active {
      background-color: #023E8A !important
  }
  .ui.teal.button {
    background-color: #03045E;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  .ui.menu .item::before {
    background: none !important;
  }
  .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
  border-left: none !important;
}

.landing-image {
    background-image: url('{{ url_for('static', filename='images/bg-test.jpg') }}') !important;
    background-size: cover !important;
}
.ui.pointing {
    border: 0 none !important;
}
.center_images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:355px;
  height:355px;
}
.hidden.menu {
  display: none;
}
.masthead.segment {
  min-height: 700px;
  padding: 1em 0;
}
.masthead .logo.item img {
  margin-right: 1em;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead h1.ui.header {
  margin-top: 1.2em;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: bolder;
  text-shadow: 1px 1px #000;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: bolder;
  text-shadow: 1px 1px #000;
}
.ui.vertical.stripe {
  padding: 8em 0;
}
.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 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;
}

@media only screen and (max-width: 700px) {
    .center_images {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 125px;
        height: 125px;
    }

    .ui.fixed.menu {
        display: none !important;
    }

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

    .ui.large.top.fixed.menu.transition.visible .ui.container .right.menu .item {
        display: none;
    }

    .ui.inverted.button {
        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;
    }
}

.ui.menu:not(.vertical) .item > .button {
  position: relative;
  top: 0;
  margin: -.5em 0;
  padding-bottom: .78571429em;
  padding-top: .78571429em;
  font-size: 1em;
}
.ui.primary.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
  box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}
.ui.primary.button, .ui.primary.buttons .button {
  background-color: #0000ce;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
@media -sass-debug-info{filename{}line{font-family:\000037}}
nav {
  margin-bottom: 40px !important;
}

@media -sass-debug-info{filename{}line{font-family:\0000312}}
.ui.fixed.main.menu .right.menu > .item:last-of-type {
  border-right: 1px solid rgba(34, 36, 38, 0.0980392);
}

@media -sass-debug-info{filename{}line{font-family:\0000318}}
nav .mobile.only.row .ui.vertical.menu {
  margin-top: 40px;
  display: none;
}

@media -sass-debug-info{filename{}line{font-family:\0000325}}
.flashes > .ui.message:last-of-type {
  margin-bottom: 2rem;
}

@media -sass-debug-info{filename{}line{font-family:\0000330}}
table.selectable tr:hover {
  cursor: pointer !important;
}
