/* /file/site/style/ob.2020.variables.less:L10 */
.bg-brand {
  background-color: #c74d4f;
}
/* /file/site/style/ob.2020.variables.less:L14 */
.text-red {
  color: #c74d4f;
}
/* /file/site/style/ob.2020.variables.less:L17 */
a.text-red:hover {
  color: #bf3c3e;
}
/* /file/site/style/ob.2020.variables.less:L22 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c74d4f;
}
/* /file/site/style/ob.2020.default.less:L3 */
a {
  color: #0056b3;
}
/* /file/site/style/ob.2020.default.less:L6 */
a:hover {
  color: #007bff;
}
/* /file/site/style/ob.2020.default.less:L11 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #e7e7e7;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 0;
  }
}
/* /file/site/style/ob.2020.default.less:L24 */
.navbar-light .navbar-nav .nav-link {
  color: black;
}
/* /file/site/style/ob.2020.default.less:L27 */
.navbar-light .navbar-toggler {
  color: black;
  border-color: rgba(0, 0, 0, 0.5);
}
/* /file/site/style/ob.2020.default.less:L32 */
.ob-content {
  background-color: white;
  border-radius: 0.25rem;
  padding-bottom: 4rem;
  max-width: 70rem;
  width: 100%;
  box-shadow: 0 0.6px 2.2px rgba(0, 0, 0, 0.02), 0 1.3px 5.3px rgba(0, 0, 0, 0.028), 0 2.5px 10px rgba(0, 0, 0, 0.035), 0 4.5px 17.9px rgba(0, 0, 0, 0.042), 0 8.4px 33.4px rgba(0, 0, 0, 0.05), 0 20px 80px rgba(0, 0, 0, 0.07);
}
/* /file/site/style/ob.2020.default.less:L51 */
.ob-content__split {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 992px) {
  .ob-content__split {
    flex-direction: column-reverse;
  }
}
/* /file/site/style/ob.2020.default.less:L61 */
.ob-content__places {
  flex: 0 0 14rem;
}
/* /file/site/style/ob.2020.default.less:L70 */
.ob-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
}
/* /file/site/style/ob.2020.default.less:L76 */
.ob-header ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
/* /file/site/style/ob.2020.default.less:L82 */
/* /file/site/style/ob.2020.default.less:L83 */
.ob-header ul li a {
  font-size: 18px;
  font-weight: 400;
  float: left;
  text-decoration: none;
  color: #c74d4f;
  padding: 0 1rem;
}
/* /file/site/style/ob.2020.default.less:L91 */
.ob-header ul li a::after {
  content: " ";
  display: block;
  height: 0.25rem;
  background-color: #c74d4f;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform 0.15s ease-out, color 0.15s ease-out;
}
/* /file/site/style/ob.2020.default.less:L101 */
.ob-header ul li a.active,
.ob-header ul li a:hover {
  color: black;
}
/* /file/site/style/ob.2020.default.less:L105 */
.ob-header ul li a:hover::after,
.ob-header ul li a.active::after {
  transform: none;
}
/* /file/site/style/ob.2020.default.less:L113 */
#PageFooter {
  margin-top: auto;
}
/* /file/site/style/ob.2020.default.less:L117 */
.fabeko {
  text-align: center;
}
/* /file/site/style/ob.2020.default.less:L121 */
.content-container {
  padding: 0 55px 0 33px;
  box-sizing: border-box;
}
/* /file/site/style/ob.2020.default.less:L126 */
.footer-gfx {
  background: url(/static/graphics/footer.png) right bottom repeat-x;
  height: 71px;
  margin-top: 20px;
}
/* /file/site/style/ob.2020.default.less:L132 */
.page-footer {
  background: #aeaeae;
  padding: 11px 0 30px;
  color: black;
}
/* /file/site/style/ob.2020.default.less:L137 */
.page-footer a {
  color: black;
}
/* /file/site/style/ob.2020.default.less:L138 */
.page-footer .container {
  border-top: 1px solid white;
  padding: 15px 25px;
  background: inherit;
}
/* /file/site/style/ob.2020.default.less:L139 */
.page-footer .copyright {
  text-align: right;
  font-size: 10pt;
  clear: right;
  margin-top: 20px;
}
/* /file/site/style/ob.2020.default.less:L140 */
/* /file/site/style/ob.2020.default.less:L141 */
.page-footer .social img {
  margin: 5px;
  width: 40px;
  height: auto;
  transition: filter 0.5s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
/* /file/site/style/ob.2020.default.less:L154 */
/* /file/site/style/ob.2020.default.less:L155 */
.page-footer .social:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
/* /file/site/style/ob.2020.default.less:L167 */
.flow > * + * {
  margin-top: 1rem;
}
