body {
  background-color: #F3F3F3;
  font-size: 0.95rem;
}
.header {
  padding: 20px;
  background: #772122;
  color: #fff;
  z-index: 10;
}
.header .container {
  margin-top: 0;
}
.header .logo-wrapper {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lido STF", "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 30px;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .header .logo-wrapper {
    font-size: 1.2rem !important;
  }
}
.header .logo-wrapper .smaller {
  display: block;
  font-size: 1.3rem;
}
.header .logo-wrapper img {
  max-width: 60px;
}
@media screen and (max-width: 550px) {
  .header {
    padding: 15px 0;
  }
  .header img {
    max-width: 30px;
  }
}
.container {
  margin-top: 20px;
  width: 100% !important;
  max-width: 1200px !important;
}
.row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn,
.form-control,
.list-group-item.active {
  border-radius: 0;
}
.btn-primary {
  background-color: #772122;
  border-color: #772122;
}
.btn-primary:hover {
  background-color: #9f2c2d;
  border-color: #8b2728;
}
.btn-info {
  color: #772122;
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  color: #fff;
  background-color: #772122 !important;
  border-color: #772122 !important;
}
a:not([class]) {
  text-decoration: underline;
  color: #474747;
}
a:not([class]):hover {
  color: #7a7a7a;
}
.nav-link {
  color: #772122;
  cursor: pointer;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.badge-primary {
  background-color: #772122;
}
.list-group-item.active {
  border-color: rgba(0, 0, 0, 0.125);
  background-color: #F3F3F3;
}
.list-group .container {
  margin-top: 0;
  margin-bottom: 0;
}
.list-group .container .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.card {
  border-radius: 0;
}
.card.gray {
  background-color: #F3F3F3;
  border: 0;
}
.card .card-body table {
  margin-bottom: 0;
}
.narrow-card.card .card-body {
  padding: 0.25rem;
}
.tight-card.card .card-body {
  padding: 0;
}
.card.collapsible-card,
.card.mobile-menu {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-height: 46px;
  overflow: hidden;
}
.card.collapsible-card.open,
.card.mobile-menu.open {
  max-height: 5000px;
}
.card.collapsible-card .card-header,
.card.mobile-menu .card-header {
  cursor: pointer;
}
.card.collapsible-card .card-button,
.card.mobile-menu .card-button {
  position: absolute;
  top: 9px;
  right: 9px;
  height: 30px;
  width: 30px;
  padding: 0;
  font-weight: bold;
  line-height: 30px;
  border-radius: 100%;
}
.card.collapsible-card .menu-button,
.card.mobile-menu .menu-button {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 24px;
  width: 25px;
  background: transparent;
  border: 0;
  outline: 0;
}
.card.collapsible-card .menu-button:active,
.card.mobile-menu .menu-button:active,
.card.collapsible-card .menu-button:focus,
.card.mobile-menu .menu-button:focus {
  box-shadow: none;
}
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before,
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  content: " ";
}
.card.collapsible-card .menu-button span,
.card.mobile-menu .menu-button span,
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before,
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #772122;
}
.card.collapsible-card .menu-button span,
.card.mobile-menu .menu-button span {
  top: 50%;
  margin-top: -2px;
}
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before {
  top: 0;
}
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  bottom: 0;
}
@media screen and (min-width: 550px) {
  .card.collapsible-card .menu-button,
  .card.mobile-menu .menu-button {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .card.mobile-menu {
    max-height: 5000px !important;
  }
  .card.mobile-menu .card-button {
    display: none;
  }
}
.autocomplete-input {
  position: relative;
}
.autocomplete-input .autocomplete-list {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -4px;
  border-radius: .25rem;
  box-shadow: 0 2px 2px #0000001f;
  color: #474747;
  z-index: 10;
}
.autocomplete-input .autocomplete-list a {
  color: #474747;
}
.autocomplete-input .autocomplete-list a:hover {
  background: #F3F3F3;
}
@media screen and (max-width: 550px) {
  .autocomplete-input.open {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F3F3F3;
    z-index: 10;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .autocomplete-input.open input.form-control,
  .autocomplete-input.open select.form-control {
    padding: 1.6rem;
  }
  .autocomplete-input.open .autocomplete-list {
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
}
.page-link:active,
.page-link:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.page-link.active {
  background-color: #772122 !important;
  color: #fff !important;
}
@media print {
  .hidden-print {
    display: none;
  }
  .full-width-print {
    width: 100% !important;
    max-width: 100%;
  }
}
ul.list-group.list-group-striped li:nth-of-type(odd) {
  background: #f9f9f9;
}
ul.list-group.list-group-striped li:nth-of-type(even) {
  background: #fff;
}
.btn-menu {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 3px 20px 0 0;
  padding: 5px 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .btn-menu {
    margin: 3px 0 0 0;
  }
}
.btn-menu:active,
.btn-menu:focus {
  outline: 0;
}
.btn-menu:hover {
  background: #ffffff4f;
  border: 1px solid #6060604f;
}
.app-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  max-width: 95vw;
  background: #fff;
  border-right: 1px solid #999999;
  box-shadow: 0 2px 8px #00000091;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  opacity: 0;
  overflow-y: auto;
  z-index: 15;
}
.app-menu.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.app-menu .menu-links {
  border-top: 1px solid #F3F3F3;
}
.app-menu .menu-links a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #F3F3F3;
  text-decoration: none;
}
.app-menu .menu-links a.active {
  color: #772122;
  font-weight: bold;
}
.hamburger-icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
.hamburger-icon .icon-middle {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.open.hamburger-icon .icon-middle {
  opacity: 0;
}
.black.hamburger-icon .icon-middle {
  background: #000;
}
.hamburger-icon .icon-before-after:before,
.hamburger-icon .icon-before-after:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.black.hamburger-icon .icon-before-after:before,
.black.hamburger-icon .icon-before-after:after {
  background: #000;
}
.hamburger-icon .icon-before-after:before {
  top: 0;
  left: 0;
}
.open.hamburger-icon .icon-before-after:before {
  transform: rotate(45deg);
}
.hamburger-icon .icon-before-after:after {
  top: 18px;
  left: 0;
}
.open.hamburger-icon .icon-before-after:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 550px) {
  .hidden-mobile {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .hidden-mobile-up {
    display: none;
  }
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 400;
  src: url("lido/Lido-Regular.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 700;
  src: url("lido/Lido-Bold.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-style: italic;
  font-weight: 400;
  src: url("lido/Lido-Italic.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 700;
  font-style: italic;
  src: url("lido/Lido-BoldItalic.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 500;
  src: url("lido/Lido-Medium.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 500;
  font-style: italic;
  src: url("lido/Lido-MediumItalic.woff");
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 550px) {
  html,
  body {
    overflow-x: hidden;
  }
}
.search-container {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 20px 40px 20px;
  background: #F3F3F3;
  box-shadow: 0 0 0;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.search-container .row {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .search-container {
    padding: 20px;
  }
}
.search-container.sticky {
  box-shadow: 0 2px 6px #00000040;
}
.search-container .container {
  margin-top: 0;
}
.search-container input.form-control {
  border-radius: 3px;
}
.search-container input.form-control.malid-style {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #000;
  color: #000;
}
.search-container input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.search-container .btn.btn-primary {
  max-height: 38px;
  padding: 0 25px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 36px;
  box-shadow: 0 0px 0px #00000000;
  border-radius: .25rem;
  background: #772122;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.search-container .btn.btn-primary:hover {
  box-shadow: 0 2px 5px #0000005e;
}
.search-container .search-info {
  margin-top: 5px;
  color: #9a9a9a;
  font-size: 0.8rem;
}
.link-list a {
  display: block;
}
.searchform-sticky .malfar-menu {
  position: sticky;
  top: 180px;
}
.malfar-menu ul.menu-main ul.menu-sub {
  max-height: 0;
  margin-left: 20px;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.malfar-menu ul.menu-main ul.menu-sub .nav-item.selected {
  font-weight: bold;
}
.malfar-menu ul.menu-main li.open > a {
  font-weight: bold;
}
.malfar-menu ul.menu-main li.open ul.menu-sub {
  max-height: 1500px;
}
@media screen and (min-width: 550px) {
  .searchform-sticky .malfar-menu .card-body {
    max-height: calc(-150vh);
    overflow-y: auto;
  }
}
.list-group-item table,
.card-body table {
  width: 100%;
  margin-top: 10px;
  border: 0;
}
.list-group-item table td,
.card-body table td {
  padding: 5px 0 !important;
  border: 0;
}
.list-group-item table tr,
.card-body table tr {
  border-bottom: 1px solid #f3f3f3;
}
.list-group-item table + table,
.card-body table + table {
  margin-top: 30px;
}
.dictionary-list h2,
.card h2 {
  font-size: 1.3rem;
}
.dictionary-list h2 a,
.card h2 a {
  text-decoration: none;
}
.item-pistill p {
  position: relative;
  max-height: 75px;
  overflow-y: hidden;
}
.item-pistill p:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
@media screen and (max-width: 550px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 550px) {
  .hidden-mobile-up {
    display: none !important;
  }
}
.frontpage .card {
  border-radius: 2px;
  box-shadow: 0 2px 2px #00000005;
}
.frontpage .card .btn-light {
  font-size: 0.8rem;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.frontpage .front-boxes {
  margin-top: 2rem;
}
.frontpage .front-boxes .flex-fill {
  flex: 1 !important;
}
