﻿@charset "UTF-8";
/*
====================

	Reset

====================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul,
.p,
table {
  margin-top: 1em;
}

ol ol,
ol ul,
ul ul,
ul ol {
  margin-bottom: 1em;
}

dl, dt, dd, ol, ul {
  margin-left: 2em;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font: 400 0.9em "Open Sans", arial, sans-serif;
}

.rem {
  font-size: 1rem !important;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: #000;
  background-color: #505050;
}

.page {
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1330px) {
  .page {
    width: 1272px;
    margin: 0 auto;
  }
}

a {
  word-wrap: break-word;
}

i, em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.cf::after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

#skip-nav {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

a#skip-nav:active,
a#skip-nav:focus,
a#skip-nav:hover {
  left: 10px;
  top: 10px;
}

.acc-tab {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background: black;
  color: yellow;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px;
  z-index: 1000000;
  border-radius: 0;
  text-decoration: none;
}

.acc-tab:active,
.acc-tab:focus {
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
}

.c-more-link a,
a.c-more-link {
  line-height: 1.2em;
  text-decoration: none;
  color: #408354;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 600;
}

.c-more-link a::after,
a.c-more-link::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  font-size: 0.75em;
  padding-left: 0.5em;
  vertical-align: middle;
  border-bottom: none !important;
}

p.c-more-link + p.c-more-link {
  margin-top: 0.3em !important;
}

p.view-button a {
  background: #9e0300;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px 30px 11px 30px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 1rem;
  -webkit-appearance: none;
  cursor: pointer;
  min-width: 170px;
  border: none !important;
  box-shadow: none !important;
}

p.view-button a:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  font-size: 0.75em;
  padding-left: 0.5em;
  vertical-align: middle;
}

p.view-button a:hover {
  color: #fff;
  background: rgb(183.5, 3.4841772152, 0) !important;
  transition: background-color 0.25s ease-in-out;
}

p.outline-button a {
  background: none !important;
  padding: 0 30px;
  line-height: 46px !important;
  /*height:46px !important;*/
  font-size: 0.95rem !important;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  color: #555 !important;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: none !important;
  background: none !important;
  margin-top: 1em;
}

p.outline-button a:hover {
  background: rgba(255, 255, 255, 0.5) !important;
  color: #408354 !important;
}

p.view-button a,
p.outline-button a {
  min-width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 500px) {
  p.view-button a,
  p.outline-button a {
    min-width: 200px;
  }
}

.menu-pu {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
  z-index: 8001;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  border: 1px solid #eee;
  line-height: 1.7;
  font-size: 1rem;
  padding: 10px 0 10px 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.menu-pu a {
  color: #666 !important;
  text-shadow: none !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  text-transform: none !important;
  text-align: left;
  border: none !important;
  display: block !important;
  margin: 0;
  padding: 8px 20px;
  box-shadow: none !important;
  -webkit-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out !important;
}

.menu-pu a:hover,
.menu-pu a.on:hover {
  background: #f0f0f0 !important;
  color: #000 !important;
}

span.zoom {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden;
  position: relative;
}

span.zoom16x9 {
  padding-bottom: 56.25%;
}

span.zoom img {
  width: 101%;
  width: 100%;
  /*height:101%;*/
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

a:hover span.zoom img {
  transform: scale3d(1.25, 1.25, 1);
}

.social a {
  margin-top: 0;
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 1em;
  text-align: center;
  box-shadow: none;
  border-bottom: none;
  margin-left: 8px;
  vertical-align: middle;
  color: #fff;
  background: #999;
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social a:hover {
  background: #aaa;
}

.social a:first-child {
  margin-left: 0;
}

.social a.bookmark {
  color: #ccc;
  background: #fff;
  border-radius: 0;
  font-size: 1.5em;
}

.social a.bookmark:hover {
  color: #999;
}

.social a.bookmarked {
  color: #55a076;
  background: #fff;
  border-radius: 0;
  font-size: 1.5em;
}

.social a.bookmarked:hover {
  color: #5faa7c;
}

.social a.email {
  font-size: 0.9em;
}

.social a.copy-link,
.social a.map {
  background: #de2c26;
}

.social a.copy-link:hover,
.social a.map {
  background: #e73730;
}

.social a.facebook {
  background: #1877f2;
}

.social a.facebook:hover {
  background: rgb(72.2827868852, 147.4262295082, 244.7172131148);
}

.social a.twitter {
  background: #24abe2;
}

.social a.twitter:hover {
  background: #27c0ff;
}

.social a.instagram {
  background: #db2087;
}

.social a.instagram:hover {
  background: rgb(227.1816733068, 64.6183266932, 154.1585657371);
}

.social a.youtube {
  background: #cc181e;
}

.social a.youtube:hover {
  background: #e62117;
}

.social a.googleplus {
  background: #e04426;
}

.social a.googleplus:hover {
  background: #ff4a27;
}

.social a.linkedin {
  background: #0077b5;
}

.social a.linkedin:hover {
  background: rgb(0, 145.8243093923, 221.8);
}

dialog#modal-notify {
  border: 10px solid #fff;
  background: #f5f5f5;
  padding: 35px;
  text-align: center;
  max-width: 450px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25), inset 0 0 5em 1em rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
dialog#modal-notify::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.7s allow-discrete;
}
dialog#modal-notify .md-icon span {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #9e0300;
  border-radius: 50%;
  position: relative;
}
dialog#modal-notify .md-icon span i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  line-height: 100px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
dialog#modal-notify h1 {
  margin-top: 1em;
  font-size: 1.65em;
  font-weight: 700;
  color: rgb(180, 22.5, 38.5714285714);
  line-height: 1.5;
}
dialog#modal-notify p {
  font-size: 1.1rem;
  margin-top: 1em;
  line-height: 1.4;
}
dialog#modal-notify :first-child {
  margin-top: 0;
}
dialog#modal-notify button.no-button {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  color: rgb(180, 22.5, 38.5714285714);
  padding-top: 1em;
}
@media screen and (min-width: 500px) {
  dialog#modal-notify button.no-button {
    padding-top: 0;
  }
}
dialog#modal-notify p.modal-buttons {
  margin-top: 2em;
}

dialog#modal-notify[open] {
  opacity: 1;
}

dialog#modal-notify[open]::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

@starting-style {
  dialog#modal-notify[open] {
    opacity: 0;
  }
  dialog#modal-notify[open]::backdrop {
    background-color: rgba(0, 0, 0, 0);
  }
}
.row {
  clear: both;
  position: relative;
}
.row::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

h2 + .row,
h3 + .row,
p + .row,
table + .row {
  margin-top: 1em;
}

.col {
  float: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .col {
    float: left;
    position: relative;
  }
}

div.col *:first-child,
div.col-home *:first-child {
  margin-top: 0;
}

html div.col h2:first-child,
html div.col h3:first-child,
html div.col h4:first-child {
  margin-top: 0 !important;
}

.col + .col {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .col + .col {
    margin-top: 0;
  }
}

.row .col:first-child {
  margin-left: 0;
}

.col-2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-2 {
    width: 50%;
  }
}

.col-3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-3 {
    width: 33.33333%;
  }
}

.col-4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-4 {
    width: 25%;
  }
}

.col-23 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .row-flex .col + .col {
    padding-left: 20px;
  }
}

#fake-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7000;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

#sticky-menu {
  position: fixed;
  top: 60px;
  top: 0;
  left: -300px;
  display: none;
  z-index: 10000;
  width: 300px;
  height: 100%;
  overflow: auto;
  background: rgb(255, 255, 255);
  color: #777;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  outline: none;
  -ms-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
#sticky-menu.open {
  left: 0;
  display: block;
}
#sticky-menu .nav-button:hover span, #sticky-menu .nav-button:hover span::before, #sticky-menu .nav-button:hover span::after {
  background: rgb(0, 0, 0);
}
#sticky-menu .nav-button span,
#sticky-menu .nav-button span::before,
#sticky-menu .nav-button span::after {
  background: #bbb;
}
#sticky-menu .nav-button.open span {
  background-color: transparent;
}
#sticky-menu #sm-current-menu-item {
  position: absolute;
  top: 0;
  left: -100px;
}
#sticky-menu #sm-current-menu-item:active,
#sticky-menu #sm-current-menu-item:focus {
  top: 10px;
  left: 10px;
}
#sticky-menu #sm-close-menu:active,
#sticky-menu #sm-close-menu:focus {
  margin: 0 30px;
}
#sticky-menu a {
  text-decoration: none;
  color: #408354;
  border-bottom: 2px solid #bcebd1;
  font-weight: 600;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#sticky-menu a:hover {
  border-color: #408354;
}
#sticky-menu a[href^="tel:"] {
  border-bottom: none;
  cursor: default;
  color: #222;
}
#sticky-menu div {
  font-size: 0.95em;
}
#sticky-menu div.row {
  float: none;
  width: 100%;
  padding: 20px 30px;
  margin: 0;
}
#sticky-menu div.row + .row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#sticky-menu div.row:last-child {
  padding-bottom: 60px;
}
#sticky-menu h3 {
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-size: 0.9em;
  margin: 0 0 1em 0;
  letter-spacing: 0.02em;
  font-weight: 700;
}
#sticky-menu .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sticky-menu .nav ul li {
  padding: 0;
  position: relative;
}
#sticky-menu .nav ul li:first-child {
  padding-top: 0;
}
#sticky-menu .nav ul li button {
  border: none;
  background: none;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -15px;
  width: 15px;
  padding: 0;
}
#sticky-menu .nav ul li button.chevron-on i {
  transform: rotate(90deg);
  color: rgb(0, 0, 0);
}
#sticky-menu .nav ul li button i {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.25);
  margin: 0;
  cursor: pointer;
  width: 15px;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#sticky-menu .nav ul li button i:hover, #sticky-menu .nav ul li button i.open {
  color: rgb(0, 0, 0);
}
#sticky-menu .nav ul li a.section-main {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  margin: 0.4em 0;
  position: relative;
  border-bottom: none;
  display: inline-block;
}
@media screen and (min-width: 1600px) {
  #sticky-menu .nav ul li a.section-main {
    margin: 0.25em 0;
  }
}
#sticky-menu .nav ul li ul {
  margin: 0.3em 0;
  display: none;
}
#sticky-menu .nav ul li ul.show {
  display: block;
}
#sticky-menu .nav ul li ul li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
#sticky-menu .nav ul li ul li:first-child {
  padding-top: 0.3em;
}
#sticky-menu .nav ul li ul li a.sm-nav-current {
  color: rgb(0, 0, 0);
  border-bottom: none;
}
#sticky-menu .nav ul li ul ul {
  padding-left: 1em;
}
#sticky-menu .nav ul.sticky-nav > li.section-more > ul {
  padding-bottom: 1em;
}
#sticky-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sticky-menu ul li {
  padding: 0.3em 0;
}
#sticky-menu ul li:first-child {
  padding-top: 0;
}
#sticky-menu span {
  display: block;
  vertical-align: middle;
}
#sticky-menu span + span {
  margin-top: 1em;
}
#sticky-menu i {
  margin: 0 0.8em 0 0;
  font-size: 1.15em;
  vertical-align: middle;
  color: #408354;
}
#sticky-menu i.fa-phone {
  transform: rotate(110deg);
  font-size: 1.1em;
}
#sticky-menu .button {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#sticky-menu .button i {
  color: #fff;
}
#sticky-menu .follow a {
  font-size: 1.2em;
  border-bottom: none;
  font-weight: unset;
}
#sticky-menu .follow a:hover i {
  color: #408354 !important;
}
#sticky-menu .follow a i {
  color: rgba(0, 0, 0, 0.4) !important;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-right: 0;
}
#sticky-menu .follow a + a {
  margin-left: 15px;
}

#sticky-header {
  position: fixed;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #700e18;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 0.95em;
  z-index: 0;
  opacity: 0;
  -ms-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
#sticky-header.on {
  z-index: 0;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  #sticky-header.on {
    z-index: 8000;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    display: block;
  }
}
#sticky-header .nav-button {
  top: 22px;
  left: 20px;
}
#sticky-header .page {
  padding: 0;
  margin: 0 auto;
}
#sticky-header form {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 250px;
  padding: 0 0 0 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
}
#sticky-header form input {
  border: none;
  float: left;
}
#sticky-header form input:focus {
  background: none;
}

.nav-button {
  display: block;
  width: 17px;
  height: 16px;
  padding: 0;
  position: absolute;
  cursor: pointer;
  z-index: 7901;
  top: 22px;
  left: 20px;
  background: none;
  border: none;
}
.nav-button span,
.nav-button span::before,
.nav-button span::after {
  top: 6px;
  cursor: pointer;
  height: 3px;
  width: 17px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nav-button span::before {
  top: -6px;
}
.nav-button span::after {
  bottom: 6px;
}
.nav-button:hover span, .nav-button:hover span::before, .nav-button:hover span::after {
  background: rgb(255, 255, 255);
}
.nav-button .open span {
  background-color: transparent;
}
.nav-button .open span::before, .nav-button .open span::after {
  background: rgb(255, 255, 255);
  top: 0;
}
.nav-button .open span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-button .open span::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Header */
#header-curve {
  display: none;
}

html.translated-ltr #header {
  top: 40px;
}
@media screen and (min-width: 1200px) {
  html.translated-ltr #header {
    top: 0;
  }
}

#header {
  position: fixed;
  width: 100%;
  background: #700e18;
  top: 0;
  left: 0;
  z-index: 7900;
  height: 60px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

#h-top {
  position: relative;
}
#h-top .page {
  height: 60px;
}

#h-logo,
#sh-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 208px;
  height: 60px;
  background-image: url(/images/layout/sh-logo-narrow.png);
  background-image: url(/images/layout/sh-logo-narrow.png);
  background-size: 208px 60px;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (min-width: 500px) {
  #h-logo,
  #sh-logo {
    width: 350px;
    height: 60px;
    background-image: url(/images/layout/sh-logo.png);
    background-image: url(/images/layout/sh-logo.png);
    background-size: 350px 60px;
  }
}

#search-link {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(/Images/Icons/Search-White-Large-75-Opacity.png) no-repeat center center;
  background-size: cover;
}

#header nav,
#header form,
#t-links,
#t-featured {
  display: none;
}

@media screen and (min-width: 1024px) {
  #search-link {
    display: none;
  }
  #header form {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 250px;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
  #header form input {
    border: none;
    float: left;
  }
  #header form input:focus {
    background: none;
  }
  .search-term {
    background: none;
    width: 220px;
    display: block;
    padding: 0 0 0 10px;
    margin: 0;
    height: 30px;
    color: rgb(255, 255, 255);
    font-size: 1em;
  }
  .search-term::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    letter-spacing: 0.03em;
  }
  .search-button {
    right: 0;
    width: 30px;
    height: 30px;
    padding: 7px 7px 7px 7px;
    display: block;
    margin: 0;
    background: none;
  }
}
@media screen and (min-width: 1200px) {
  #header-curve {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 263px;
    background: url(/Images/Layout/Header-Curve.png) no-repeat center bottom;
    z-index: 51;
  }
  #header {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 7500;
    box-shadow: none;
  }
  #header form {
    top: 16px;
    right: 20px;
    width: 325px;
  }
  #header form .search-term {
    width: 295px;
  }
  #header nav {
    position: absolute;
    bottom: 11px;
    right: 0;
    display: block;
    height: 40px;
    text-align: right;
  }
  #header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #header nav ul > li {
    display: block;
    float: left;
    position: relative;
  }
  #header nav ul > li:hover > a {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
  }
  #header nav ul > li > a {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    float: left;
    line-height: 40px;
    max-height: 40px;
    text-align: center;
    padding: 0 20px;
  }
  #header nav ul > li:last-child .menu-pu {
    left: unset;
    right: 0;
  }
  #header nav ul li.over .menu-pu, #header nav ul li:hover .menu-pu {
    display: block;
  }
  #header nav ul ul a.on {
    color: rgb(255, 255, 255);
    font-weight: 600;
  }
  #header nav .menu-pu {
    top: 40px;
    left: 0px;
    border: 1px solid #fff;
  }
  #header nav #q-links {
    width: 668px;
    text-align: center;
    padding-right: 10px;
    display: inline-block;
  }
  #header nav #q-links a {
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-size: 0.95em;
    font-weight: 400;
    text-decoration: none;
    padding: 0 12px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  #header nav #q-links a:hover {
    color: rgb(255, 255, 255);
  }
  #header .nav-button {
    left: 14px;
    top: 15px;
  }
  li.chevron-down > a:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f078";
    font-size: 0.8em;
    padding-left: 0.5em;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.2);
  }
  li.chevron-down > a:hover:after,
  li.chevron-down:hover > a:after {
    color: rgb(0, 0, 0);
  }
  #h-top {
    padding: 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #header {
    height: 155px;
  }
  #h-top .page,
  #h-top {
    height: 109px;
  }
  #h-logo {
    position: absolute;
    top: 18px;
    left: 0;
    transform: none;
    width: 371px;
    height: 91px;
    background-image: url(/images/layout/Logo-Desktop.png);
    background-size: 371px 91px;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 8000;
  }
  #t-links {
    position: relative;
    width: 100%;
    color: white;
    display: block;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 0.95em;
    letter-spacing: 0.02em;
    height: 46px;
    line-height: 46px;
    background-color: rgba(112, 14, 24, 0.5);
  }
  #t-links #t-links-left,
  #t-links #t-links-right {
    text-overflow: ellipsis;
  }
  #t-links #t-links-left span,
  #t-links #t-links-right span {
    display: inline-block;
    line-height: 46px;
  }
  #t-links #t-links-left {
    float: left;
    width: 65%;
    overflow: hidden;
    height: 46px;
  }
  #t-links #t-links-right {
    float: right;
    width: 35%;
    text-align: right;
    padding-right: 20px;
  }
  #t-links i.fa-phone {
    transform: rotate(110deg);
    font-size: 1.1em;
  }
  #t-links a {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  #t-links a[href^="tel:"] {
    border-bottom: none;
    cursor: default;
    font-size: 1.05em;
  }
  #t-links a:hover {
    border-color: #ebbb28;
    color: rgb(255, 255, 255);
  }
  #t-links i {
    color: #ebbb28;
    margin: 0 0.5em 0 1.2em;
    font-size: 1.15em;
  }
  #t-links .page > a {
    color: white;
  }
  #t-links .page > a:hover {
    color: rgb(255, 255, 255);
  }
  #t-links #t-account {
    position: relative;
    font-weight: 600;
    cursor: pointer;
  }
  #t-links #t-account:hover {
    border-color: rgba(255, 255, 255, 0);
  }
  #t-links #t-account:hover::after {
    color: rgb(255, 255, 255);
  }
  #t-links #t-account:hover .menu-pu {
    display: block;
  }
  #t-links #t-account::after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f078";
    font-size: 0.8em;
    padding-left: 0.5em;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  #t-links #t-account .menu-pu {
    top: 46px;
    right: 0;
  }
  #t-links #t-account a::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 0.8em;
    color: #ccc;
    width: 25px;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  #t-links #t-account a:hover::before {
    color: #000;
  }
  #t-links #t-account .my-personal::before {
    content: "\f007";
  }
  #t-links #t-account .my-notify::before {
    content: "\f1d8";
  }
  #t-links #t-account .my-signout::before {
    content: "\f2f5";
  }
  #t-links #t-account .my-bookmarks::before {
    content: "\f02e";
  }
  #t-links #t-account .my-help::before {
    content: "\f128";
  }
  #t-links #q-links {
    margin-left: 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  #t-links #q-links a {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1330px) {
  #header form {
    right: 0;
  }
  #header nav {
    right: -20px;
  }
  #header nav ul > li:last-child .menu-pu {
    left: unset;
    right: 0;
  }
  #header nav .menu-pu {
    right: unset;
    left: 0;
  }
  #h-logo {
    left: 0;
  }
}
footer {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95em;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}
@media screen and (min-width: 1330px) {
  footer {
    padding: 25px 0 0 0;
  }
}
footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
footer a:hover {
  color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
}
footer a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  font-weight: 400;
  cursor: default;
}
footer a[href^="tel:"]:hover {
  color: inherit;
}
footer strong {
  color: rgb(255, 255, 255);
  font-weight: 600;
}
footer .f-section:first-child {
  border-top: none;
}
@media screen and (min-width: 1330px) {
  footer .f-section {
    padding: 55px 0 80px 0;
  }
}

.f-section {
  padding: 30px 0;
}
.f-section > *:first-child {
  margin-top: 0;
}
.f-section + .f-section {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

#f-blocks {
  line-height: 1.6;
  text-align: left;
}
#f-blocks h2 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.25em;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #f-blocks h2 {
    margin: 0 0 1em 0;
    padding: 0 0 0.5em 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
}
#f-blocks h2 + p {
  margin-top: 0;
}
#f-blocks h2 a {
  color: rgb(255, 255, 255);
}
#f-blocks h3 {
  color: #ebbb28;
  font-size: 1.1em;
}
#f-blocks .col {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2em;
}
#f-blocks .col:first-child {
  margin-bottom: 0;
}
#f-blocks .col:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #f-blocks .col {
    margin-top: 0;
    margin-bottom: 0;
  }
  #f-blocks .col:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}
#f-blocks .col-f-seal {
  display: none;
}
@media screen and (min-width: 1330px) {
  #f-blocks .col-f-seal {
    display: block;
    width: 18%;
    margin-right: 3%;
  }
}
#f-blocks .col-f-about {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #f-blocks .col-f-about {
    width: 44%;
  }
}
@media screen and (min-width: 1330px) {
  #f-blocks .col-f-about {
    width: 37%;
  }
}
#f-blocks .col-f-text {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #f-blocks .col-f-text {
    width: 25%;
    margin-left: 3%;
  }
}
@media screen and (min-width: 1330px) {
  #f-blocks .col-f-text {
    width: 18%;
  }
}
#f-blocks #block-seal {
  padding: 0;
  min-height: unset;
  background: none;
}
@media screen and (min-width: 1330px) {
  #f-blocks #block-seal {
    width: 100%;
    padding-top: 100%;
    background-image: url(/images/layout/seal-large-bottom.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
  }
}
#f-blocks .block-social + .block-social {
  margin-top: 0.5em;
}
#f-blocks .block-social span.social {
  padding-right: 0.8em;
}
#f-blocks .block-social span.social a:hover {
  color: #fff;
}
#f-blocks .block-social > a {
  border-color: rgba(255, 255, 255, 0);
}
#f-blocks .block-social > a:hover {
  border-bottom-color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #f-blocks .block-social > a {
    border-color: rgba(255, 255, 255, 0.3);
  }
}

#f-bottom p {
  margin: 3em 0 0 0;
}
#f-bottom div p:first-child {
  margin-top: 0;
}

#bottom-text {
  float: left;
  line-height: 20px;
}

#bottom-links {
  float: right;
  margin: 2em 0 0 0;
}
@media screen and (min-width: 768px) {
  #bottom-links {
    margin: 0;
    text-align: right;
  }
}

#b-links a {
  display: block;
  margin-top: 1em;
  border-bottom: none;
}
#b-links a:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #b-links a:hover {
    border-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  #b-links a {
    display: inline-block;
    margin-top: 0;
    margin-left: 35px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    line-height: 1.6em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1330px) {
  #b-links a {
    margin-bottom: 0;
  }
}

#c-side {
  width: 100%;
  float: none;
  padding: 0;
  font-size: 0.95em;
  margin-top: 2.5em;
}
@media screen and (min-width: 1330px) {
  #c-side {
    width: 288px;
    float: right;
    padding: 0 0 50px 0;
    margin-top: 0;
  }
  #c-side .menu-pu {
    top: -10px;
    left: -300px;
  }
}
#c-side *:first-child {
  margin-top: 0;
}
#c-side h2 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.15em;
  margin-top: 2em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1330px) {
  #c-side h2 {
    padding: 0 0 1em 0;
    border-bottom: 2px solid #ddd;
  }
}
#c-side p {
  margin: 0.8em 0 0 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.7em;
}
#c-side strong {
  color: rgb(0, 0, 0);
}
#c-side a {
  font-weight: 600;
  color: #408354;
  text-decoration: none;
  border-bottom: 2px solid #bcebd1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#c-side a[href^="tel:"] {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: none;
  cursor: default;
  font-weight: 400;
}
#c-side a:hover {
  border-color: #408354;
}
#c-side nav a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  font-weight: 400;
  border-bottom: none;
}
#c-side nav h2 {
  margin-top: 0;
  padding: 1.5em 0 1em 0;
  border-top: 2px solid #ddd;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1330px) {
  #c-side nav h2 {
    padding: 0 0 1em 0;
    border-top: none;
  }
}
#c-side nav h2 a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 700;
}
#c-side nav > ul {
  margin: 1em 0 0 0;
  list-style: none;
}
#c-side nav > ul > li {
  padding: 0.8em 0;
  border-top: 1px solid rgb(228.65, 228.65, 228.65);
  position: relative;
  display: block;
  line-height: 1.4em;
}
#c-side nav > ul > li:first-child {
  padding-top: 0;
  border-top: none;
}
#c-side nav > ul > li a.more {
  font-weight: 600;
}
#c-side nav > ul > li a.on {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 700;
}
#c-side nav > ul > li > a:hover {
  color: rgb(0, 0, 0);
}
#c-side nav > ul ul {
  list-style-type: disc;
  padding: 0;
  color: #bbb;
  list-style: none;
  margin: 0.9em 0 1.2em 0;
}
#c-side nav > ul ul li {
  border-top: none;
  margin: 0.5em 0;
  line-height: 1.4;
  position: relative;
}
#c-side nav > ul ul li a {
  color: #408354;
  text-decoration: none;
  border-bottom: none;
}
#c-side nav > ul ul li a:hover {
  text-decoration: underline;
}
#c-side nav > ul ul li a.on {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
  font-weight: 600;
}
#c-side nav > ul ul li li {
  padding-left: 1em;
}
@media screen and (min-width: 1330px) {
  #c-side nav ul > li.over > .menu-pu,
  #c-side nav ul > li:hover > .menu-pu {
    display: block;
  }
  #c-side nav ul > li.on:hover .menu-pu {
    display: none;
  }
  #c-side nav + #s-sidebar h2:first-child {
    margin-top: 0;
    padding-top: 2em;
  }
  #c-side nav + #s-sidebar div:first-child {
    margin-top: 3em;
  }
  #c-side nav + #s-sidebar div:first-child + h2 {
    margin-top: 0em;
  }
}
#c-side .social-line {
  margin-top: 0.3em;
  display: block;
}
#c-side .social-line span.social {
  padding-right: 0.5em;
}
#c-side .social-line span.social a {
  color: #fff;
  border-bottom: none;
  font-weight: normal;
}
#c-side .social-line span.social a:hover {
  color: #fff;
}

#s-sidebar {
  display: none;
}
@media screen and (min-width: 1330px) {
  #s-sidebar {
    display: block;
    margin-top: 1em;
  }
}

.home-section a,
.article .e-content a,
button.text-link,
.fb-modal a {
  color: #408354;
  border-bottom: 2px solid #bcebd1;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.home-section a:hover,
.article .e-content a:hover,
button.text-link:hover,
.fb-modal a:hover {
  border-color: #408354;
}

h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 1em 0 0 0;
  line-height: 1.4em;
  vertical-align: middle;
  color: #9e0300;
}
h2.h1 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.15em;
  line-height: 1.5em;
  font-weight: 700;
  margin: 1em 0 0 0;
  color: rgb(0, 0, 0);
}
h3 span.label {
  display: block;
  margin-top: 0.3em;
  font-weight: 600;
  color: #444;
}

h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 1em 0 0 0;
  color: rgb(0, 0, 0);
}

.h-border {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1em;
}

.border-bottom {
  padding: 0 0 1em 0;
  border-bottom: 2px solid #ddd;
}

h2 + div, h3 + div, h4 + div,
h2 + h3 {
  margin-top: 1em;
}

p + h2, ol + h2, ul + h2, table + h2, div + h2,
p + h3, ol + h3, ul + h3, table + h3, div + h3,
p + h4, ol + h4, ul + h4, table + h4, div + h4,
p + table, ol + table, ul + table, h2 + table, h3 + table, h4 + table {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  p + h2, ol + h2, ul + h2, table + h2, div + h2,
  p + h3, ol + h3, ul + h3, table + h3, div + h3,
  p + h4, ol + h4, ul + h4, table + h4, div + h4,
  p + table, ol + table, ul + table, h2 + table, h3 + table, h4 + table {
    margin-top: 2em;
  }
}

li {
  line-height: 1.6;
}

table,
iframe {
  margin-top: 1em;
}

pre {
  font-family: Consolas, Courier, monospace;
  font-size: 1.2em;
  background: #e5e5e5;
  padding: 20px;
}

span.line,
div.line {
  display: block;
  line-height: 1.6;
}

.line-label {
  font-weight: 600;
  color: rgb(0, 0, 0);
}

blockquote {
  display: block;
  font-size: 1.3rem;
  margin: 2em auto !important;
  font-family: "Volkhov", serif;
  font-style: italic;
  font-weight: 600;
  color: #444;
  padding: 1.2em 60px 1.2em 60px;
  border-left: 4px solid #ddd;
  line-height: 1.6;
  position: relative;
}
blockquote::before {
  font-family: Arial, sans-serif;
  content: "“";
  color: #ccc;
  font-size: 5.4rem;
  position: absolute;
  left: 15px;
  top: -10px;
  font-weight: 400;
}
blockquote::after {
  content: "";
}
blockquote cite {
  display: block;
  color: #222;
  font-style: normal;
  font-weight: bold;
  margin-top: 1rem;
}

figure {
  padding: 0;
}
figure figcaption {
  display: block;
  margin-top: 0.7em;
  color: rgba(0, 0, 0, 0.54);
  font: 400 0.95em Roboto, "Open Sans", arial, sans-serif;
  line-height: 1.4;
  padding-bottom: 0.9em;
}

body #article .enews {
  width: 100%;
  margin-bottom: 3em;
}

body #article .enews a {
  display: block;
  border-bottom: none !important;
  box-shadow: none;
  text-decoration: none;
  padding: 20px;
  background: #f9f9f9 !important;
}

body #article .enews span.icon {
  padding-bottom: 1em;
}

body #article .enews span.icon img {
  width: unset !important;
  display: inline;
}

body #article .enews span {
  display: block;
  text-align: center;
}

body #article .enews span + span {
  margin-top: 0.3em;
  line-height: 1.4;
}

header#is-fs-header + #a-content {
  margin-top: 40px;
}

#fs-header {
  position: relative;
}
#fs-header + h1 {
  margin-top: 40px;
}
#fs-header #fsh-nav-container {
  width: 100%;
  position: relative;
}
#fs-header #fsh-nav-container #fsh-nav-fade {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 46px;
  height: 50px;
  z-index: 10000;
  background-image: url(/images/layout/fixed-nav-fade.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
}
#fs-header.fs-sticky #fsh-nav-container {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 90000000;
  background: #fff;
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.25);
}
#fs-header.fs-sticky nav {
  background: #fff;
  margin-top: 0;
}
@media screen and (min-width: 1330px) {
  #fs-header.fs-sticky nav {
    width: 1140px;
    margin: 0 auto;
  }
}
#fs-header > div.page {
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (min-width: 1330px) {
  #fs-header > div.page {
    width: 1140px;
  }
  #fs-header > div.page.fs-no-menu {
    border-bottom: none;
  }
}
#fs-header #fsh-top {
  position: relative;
}
@media screen and (min-width: 1330px) {
  #fs-header #fsh-top {
    width: 100%;
    height: 84px;
  }
}
#fs-header #fsh-top #fsh-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 500px) {
  #fs-header #fsh-top #fsh-logo {
    width: auto;
    height: 67.2px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1330px) {
  #fs-header #fsh-top #fsh-logo {
    height: 84px;
  }
}
@media screen and (min-width: 1330px) {
  #fs-header #fsh-top #fsh-logo {
    display: inline-block;
    margin-left: unset;
    margin-right: unset;
  }
}
#fs-header #fsh-top #fsh-name {
  font-family: "Volkhov", serif;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.2;
  margin: 0;
  color: rgb(0, 0, 0);
  position: relative;
  max-height: 84px;
  height: 84px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #fs-header #fsh-top #fsh-name {
    position: absolute;
    width: 50%;
    left: 0;
    right: 50%;
  }
}
#fs-header #fsh-top #fsh-name span {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fs-header #fsh-top #fsh-links {
  position: relative;
  margin: 1em 0 1em 0;
  text-align: center;
  font-family: Roboto, "Open Sans", arial, sans-serif;
}
@media screen and (min-width: 1330px) {
  #fs-header #fsh-top #fsh-links {
    position: absolute;
    right: 0;
    margin: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    height: 86.2px;
    text-align: right;
  }
}
#fs-header #fsh-top #fsh-links a {
  color: #408354;
  display: inline-block;
  text-decoration: none;
  border-bottom: none;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-align: center;
  margin: 0;
  width: 80px;
}
#fs-header #fsh-top #fsh-links a + a {
  margin-left: 0;
}
#fs-header #fsh-top #fsh-links a span.fsh-icons {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px auto;
  border: 3px solid rgba(64, 131, 84, 0.3);
  border-radius: 50%;
  position: relative;
  color: #408354;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#fs-header #fsh-top #fsh-links a span.fsh-icons i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #408354;
  font-size: 22px;
}
#fs-header #fsh-top #fsh-links a span.fsh-icons-text {
  display: block;
  position: relative;
  width: 100%;
  line-height: 15.6px;
  height: 31.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#fs-header #fsh-top #fsh-links a span.fsh-icons-text span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fs-header #fsh-top #fsh-links a:hover {
  color: #408354;
}
#fs-header #fsh-top #fsh-links a:hover span.fsh-icons {
  border-color: #408354;
}
#fs-header nav {
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: -2px;
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media screen and (min-width: 1330px) {
  #fs-header nav {
    overflow-x: initial;
  }
}
#fs-header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fs-header nav ul > li {
  display: inline-block;
  position: relative;
}
#fs-header nav ul > li.chevron-down > a:after {
  color: rgba(0, 0, 0, 0.4);
}
#fs-header nav ul > li.chevron-down > a:hover:after, #fs-header nav ul > li.chevron-down:hover > a:after {
  color: rgb(0, 0, 0);
}
#fs-header nav ul > li > a.fsh-nav-link {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.05em;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-block;
  line-height: 50px;
  max-height: 50px;
  padding: 0 15px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
#fs-header nav ul > li > a.fsh-nav-link:hover {
  color: #408354;
}
#fs-header nav ul > li > a.fsh-nav-link.on {
  border-bottom-color: #408354;
}
@media screen and (min-width: 1330px) {
  #fs-header nav ul li.over .menu-pu, #fs-header nav ul li:hover .menu-pu {
    display: block;
  }
}
#fs-header nav .menu-pu {
  top: 47px;
}

.fs-figure.fs-no-slider {
  margin-top: 2rem;
}
.fs-figure .fs-figure-heading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Caveat", cursive;
  font-weight: 600;
  color: #fff;
  font-size: 2em;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: #000 0 0 20px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .fs-figure .fs-figure-heading {
    display: inline-block;
    font-size: 5em;
  }
}
@media screen and (min-width: 1330px) {
  .fs-figure .fs-figure-heading {
    font-size: 7em;
  }
}

@media screen and (min-width: 768px) {
  .fs-contact {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1330px) {
  .fs-contact {
    float: none;
    width: 100%;
  }
}

.fs-sidebar {
  margin-top: 2em;
  position: relative;
}
.fs-sidebar img {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .fs-sidebar {
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 1330px) {
  .fs-sidebar {
    float: none;
    width: 100%;
  }
  .fs-sidebar img {
    margin-left: unset;
    margin-right: unset;
  }
}
.fs-sidebar a.no-text {
  background: none !important;
  border-bottom: none !important;
  transition: none !important;
  box-shadow: none !important;
}

#fs_buttons {
  display: block;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 1330px) {
  #fs_buttons {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
#fs_buttons a {
  display: block;
  padding: 1.6em 1em;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1330px) {
  #fs_buttons a {
    flex: 1;
    display: flex;
    padding: 1.2em 1em;
    line-height: 1.4;
    align-items: center;
    justify-content: center;
  }
}
#fs_buttons a:nth-child(1), #fs_buttons a:nth-child(7) {
  background-color: #921a1d;
}
#fs_buttons a:nth-child(2), #fs_buttons a:nth-child(8) {
  background-color: #e99a3b;
}
#fs_buttons a:nth-child(3), #fs_buttons a:nth-child(9) {
  background-color: #17593d;
}
#fs_buttons a:nth-child(4), #fs_buttons a:nth-child(10) {
  background-color: #084d36;
}
#fs_buttons a:nth-child(5), #fs_buttons a:nth-child(11) {
  background-color: #6b6765;
}
#fs_buttons a:nth-child(6), #fs_buttons a:nth-child(12) {
  background-color: #094157;
}
@media screen and (min-width: 1330px) {
  #fs_buttons:hover a {
    opacity: 0.5;
  }
  #fs_buttons:hover a:hover {
    opacity: 1;
  }
}

/*
	The below needs to be wrapped because 
	these files are also used in wrapped for
	the Back Office UI
*/
.article a {
  color: #408354;
  border-bottom: 2px solid #bcebd1;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 600;
}
.article a:hover {
  border-color: #408354;
}
.article a.no-text {
  background: none !important;
  border-bottom: none !important;
  transition: none !important;
  box-shadow: none !important;
}
.article p {
  line-height: 1.6;
  margin-top: 1.6em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.article h1 {
  font-size: 1.6em;
  font-weight: 400;
  margin: 1em 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.5;
  vertical-align: middle;
}
.article h2 {
  color: #9e0300;
}
.article h2 + p {
  margin-top: 1.6em;
}
.article h3 + p,
.article h4 + p {
  margin-top: 0.8em;
}
.article strong a {
  font-weight: inherit;
}
.article .spread {
  letter-spacing: 0.1em;
}
.article * li:first-child {
  margin-top: 0;
}
.article li {
  padding-left: 0.5em;
}
.article li + li {
  margin-top: 0.25em;
}
.article figure {
  display: block;
}
.article figure img,
.article figure iframe {
  display: block;
  margin: 0 auto;
}
.article figure img {
  width: 100%;
  height: auto;
}
.article figure figcaption,
.article figure .caption {
  display: block;
  margin-top: 0.7em;
  color: rgba(0, 0, 0, 0.54);
  font: 400 0.95em Roboto, "Open Sans", arial, sans-serif;
  line-height: 1.4;
  padding-bottom: 0.9em;
}
.article .caption {
  display: block;
  margin-top: 0.7em;
  color: rgba(0, 0, 0, 0.54);
  font: 400 0.95em Roboto, "Open Sans", arial, sans-serif;
  line-height: 1.4;
  padding-bottom: 0.9em;
}
.article .grid-row figure figcaption,
.article .grid-row figure .caption {
  padding-bottom: 0;
}
.article .full-16x9 {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.article .full-3x2 {
  position: relative;
  padding-bottom: 66.66%; /* 3:2 */
  height: 0;
}
.article .full-16x9 iframe,
.article .full-3x2 iframe,
.article .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article .ar16x9 {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
.article .ar3x2 {
  aspect-ratio: 3/2;
  height: 100%;
  width: 100%;
}
.article p + div.full-16x9,
.article p + div.full-3x2,
.article p + div > table.listing-table {
  margin-top: 1.5em !important;
}
.article a.button + a.button {
  margin-left: 10px;
}

section#article {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0 0 0;
}
@media screen and (min-width: 1330px) {
  section#article {
    padding: 0 0 0 0;
  }
}
@media screen and (min-width: 1540px) {
  section#article {
    background: #f0f0f0;
  }
}

#a-wrapper {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #a-wrapper {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1330px) {
  #a-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1540px) {
  #a-wrapper {
    width: 1540px;
    background: #fff;
    margin: 0 auto;
  }
}

article {
  padding: 20px 20px 40px 20px;
  box-shadow: none;
  z-index: 2;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  article {
    padding: 20px 0 40px 0;
  }
}
@media screen and (min-width: 1330px) {
  article {
    padding: 60px 0 80px 0;
    z-index: 52;
  }
}
@media screen and (min-width: 1330px) {
  article.page {
    width: 1140px;
  }
}
article header {
  position: relative;
  /* On the fence about this one
  + #a-content::before
  {
  	display:block;
  	content:"";
  	width:8%;
  	border-top:4px solid $color-article-borders;
  	margin:2em 0;			
  }
  */
}
article header *:first-child {
  margin-top: 0;
}
article header #placeholder {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  margin: 0.5em 0 1em 0;
  font-size: 0.9em;
  line-height: 1.7;
}
@media screen and (min-width: 1330px) {
  article header #placeholder {
    margin: 0 0 1.3em 0;
  }
}
article header #placeholder > span::before {
  color: rgba(0, 0, 0, 0.4);
  content: "/";
  padding: 0 0.3em;
}
article header #placeholder > span:first-child::before {
  content: "";
  padding: 0;
}
article header #placeholder > span a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
article header #placeholder > span a:hover {
  color: rgb(0, 0, 0);
}
article header #placeholder > span a i {
  display: none;
}
article header h1 {
  font-family: "Volkhov", serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.2;
  margin: 0;
  color: rgb(0, 0, 0);
  position: relative;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  article header h1 {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1330px) {
  article header h1 {
    font-weight: 400;
  }
}
article header h1 span.category-menu {
  display: block;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.7em;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  article header h1 span.category-menu {
    display: inline;
    margin-top: 0;
  }
}
article header h1 span.category-menu:hover .menu-pu {
  display: block;
}
article header h1 span.category-menu i {
  color: #ccc;
  font-size: 0.5em;
  line-height: 1.7;
  vertical-align: middle;
}
article header h1 span.category-menu .menu-pu {
  top: 25px;
  left: 0;
}
article header h1 span.category-menu:hover,
article header h1 span.category-menu:hover i {
  color: #222;
}
article header .summary {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 600;
  font-size: 1.15em;
  margin-top: 0.7em;
  color: #444;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  article header .summary {
    font-size: 1.2em;
  }
}
article header #page-share {
  width: 100%;
  margin: 1.5em 0 2em 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 8px;
}
article header #page-share::after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
article header #page-share.social a {
  margin-left: 0;
}
article header #hdi-title {
  margin: 0 0 1em 0;
  font-weight: 700;
}
article header + figure {
  padding: 0 0 2em 0;
  margin-left: -20px;
  width: calc(100% + 40px);
}
@media screen and (min-width: 768px) {
  article header + figure {
    padding: 0 0 2em 0;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1330px) {
  article header + figure {
    padding: 0 0 4em 0;
  }
}
article header + figure figcaption {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  article header + figure figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}
article header + figure img {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 1330px) {
  #a-content.a-wide #c-article {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#c-article {
  width: 100%;
  float: none;
}
@media screen and (min-width: 1330px) {
  #c-article {
    width: 802px;
    float: left;
    position: relative;
  }
}
#c-article img {
  max-width: 100%;
}

.article {
  font-size: 1em;
  color: #444;
}
.article > *:first-child,
.article div > *:first-child {
  margin-top: 0;
}
.article .row + .row {
  margin-top: 2em;
}
.article .grid-row + .board-listing {
  margin-top: 2em;
}
.article .grid-content > .float-right:first-child + *,
.article .grid-content > .float-left:first-child + * {
  margin-top: 0;
}
.article .grid-content + .grid-content {
  margin-top: 2em;
}
.article.fs-article .row + .row {
  margin-top: 3em;
}
.article.fs-article .grid-content > .float-right:first-child + *,
.article.fs-article .grid-content > .float-left:first-child + * {
  margin-top: 0;
}
.article.fs-article .grid-content + .grid-content {
  margin-top: 3em;
}
.article.fs-article .grid-article + .grid-article {
  margin-top: 3em;
}
.article .grid-image {
  width: 100%;
  height: auto;
}

.more-in {
  display: none;
}
@media screen and (min-width: 1330px) {
  .more-in {
    display: block;
  }
}

@media screen and (min-width: 1330px) {
  .grid-row > div.grid-article,
  .grid-wide-article .grid-content,
  .grid-heading-narrow h2,
  .grid-heading-narrow h3,
  .grid-heading-narrow h4 {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1330px) {
  .grid-row > div.fs-grid-narrow.grid-article {
    width: 70%;
  }
}

@media screen and (min-width: 1330px) {
  .with-feartured-image .grid-row > div.grid-article,
  .with-feartured-image .grid-wide-article .grid-content,
  .with-feartured-image .grid-heading-narrow h2,
  .with-feartured-image .grid-heading-narrow h3,
  .with-feartured-image .grid-heading-narrow h4 {
    width: 690px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1330px) {
  .with-feartured-image .grid-wide {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1330px) {
  .with-feartured-image .grid-wide-article.grid-heading-narrow h2,
  .with-feartured-image .grid-wide-article.grid-heading-narrow h3,
  .with-feartured-image .grid-wide-article.grid-heading-narrow h4 {
    padding-left: 0;
  }
}

@media screen and (min-width: 1330px) {
  .grid-row > div.grid-article,
  .article-text,
  .grid-text-large {
    font-size: 1.05em;
  }
  .grid-row > div.grid-article p,
  .article-text p,
  .grid-text-large p {
    line-height: 1.7;
  }
}

.grid-row .fs-col,
.grid-row .grid-col {
  float: none;
  position: relative;
}
@media screen and (min-width: 1330px) {
  .grid-row .fs-col,
  .grid-row .grid-col {
    float: left;
  }
}
.grid-row .fs-col > *:first-child,
.grid-row .grid-col > *:first-child {
  margin-top: 0 !important;
}
.grid-row .fs-col + .fs-col,
.grid-row .grid-col + .fs-col {
  margin-top: 3em;
}
@media screen and (min-width: 1330px) {
  .grid-row .fs-col + .fs-col,
  .grid-row .grid-col + .fs-col {
    margin-top: 0;
  }
}
.grid-row .fs-col + .grid-col,
.grid-row .grid-col + .grid-col {
  margin-top: 2em;
}
@media screen and (min-width: 1330px) {
  .grid-row .fs-col + .grid-col,
  .grid-row .grid-col + .grid-col {
    margin-top: 0;
  }
}
.grid-row .fs-col > div + div,
.grid-row .grid-col > div + div {
  margin-top: 2em;
}
.grid-row .fs-col-2 {
  width: 100%;
}
@media screen and (min-width: 1330px) {
  .grid-row .fs-col-2 {
    width: 44%;
    float: left;
  }
  .grid-row .fs-col-2:nth-child(1) {
    margin-right: 3%;
    margin-left: 3%;
  }
  .grid-row .fs-col-2:nth-child(2) {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.grid-row .grid-col-2 {
  width: 100%;
}
@media screen and (min-width: 1330px) {
  .grid-row .grid-col-2 {
    width: 47%;
    float: left;
  }
  .grid-row .grid-col-2:nth-child(2) {
    margin-left: 6%;
  }
  .grid-row .grid-col-2 .image-billboard .ib-text {
    font-size: 0.6em;
  }
}

.grid-border-1 {
  border: 3px solid rgb(228.65, 228.65, 228.65);
  padding: 5%;
}

.board-listing {
  position: relative;
}
.board-listing + .board-listing {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .board-listing + .board-listing {
    margin-top: 4em;
  }
}

.board-header {
  position: relative;
  margin: 10px 0 !important;
}
.board-header h2 {
  font-size: 1.4em;
  margin: 0;
  line-height: 36px;
  padding: 0;
  font-family: "Open Sans", arial, sans-serif;
}
.board-header h3 {
  margin: 0;
  line-height: 1.7;
  padding-left: 0;
  font-size: 1.2em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .board-header h3 {
    line-height: 36px;
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px) {
  .board-header.bh-no-icon h3 {
    line-height: 36px;
    padding-left: 0;
  }
}
.board-header h2 span, .board-header h3 span {
  display: none;
}
@media screen and (min-width: 768px) {
  .board-header h2 span, .board-header h3 span {
    display: block;
    position: absolute;
    font-size: 1em;
    color: #aaa;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    border: 3px solid #e4e4e4;
    border-radius: 18px;
    text-align: center;
    line-height: 36px !important;
  }
  .board-header h2 span i, .board-header h3 span i {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 36px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.board-filter {
  position: relative;
  display: block;
  text-align: left;
  margin: 1em 0 0 0 !important;
}
@media screen and (min-width: 768px) {
  .board-filter {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: right;
    margin: 0 !important;
  }
}
.board-filter select {
  font: 600 13px "Open Sans", arial, sans-serif;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #333;
  display: inline-block;
  border: 2px solid #eee;
  padding: 6px 14px;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .board-filter select {
    width: auto;
  }
}
.board-filter select + select,
.board-filter span.mp-fc-button,
.board-filter span + span {
  margin-left: 10px;
}

.upcoming-meetings {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .upcoming-meetings {
    margin-top: 0;
  }
}
.upcoming-meetings .board-name {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .upcoming-meetings .board-name {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .upcoming-meetings {
    /*
    .board-name,
    .board-date,
    td.col-i
    {
    	vertical-align:top;
    	padding-top:15px;
    	padding-bottom:15px;
    }

    td.col-i
    {
    	a
    	{
    		margin-top:7px;
    	}
    }
    */
  }
}

.meeting-table {
  margin-top: 0;
}
.meeting-table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .meeting-table thead {
    display: table-header-group;
    background: none;
  }
  .meeting-table thead tr th {
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding: 10px 4px;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0.08em;
    font-family: Roboto, "Open Sans", arial, sans-serif;
  }
  .meeting-table thead tr th.align-left {
    text-align: left;
  }
  .meeting-table thead tr th:first-child {
    text-align: left;
  }
}
.meeting-table tbody {
  -ms-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.meeting-table tbody:hover td {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .meeting-table tbody:hover td {
    opacity: 0.4;
  }
}
.meeting-table tbody tr {
  display: block;
  padding: 1em 0 1em 0;
  border-top: 1px solid rgb(228.65, 228.65, 228.65);
}
@media screen and (min-width: 768px) {
  .meeting-table tbody tr {
    display: table-row;
    border-top: none;
    padding: 0;
  }
}
.meeting-table tbody tr:hover td {
  opacity: 1;
}
.meeting-table tbody tr:first-child, .meeting-table tbody tr.row-first, .meeting-table tbody tr:first-child td {
  border-top: none;
}
.meeting-table tbody tr td {
  display: block;
  padding: 0;
  border-top: none;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .meeting-table tbody tr td {
    display: table-cell;
    padding: 15px 0;
    border-top: 1px solid rgb(228.65, 228.65, 228.65);
    vertical-align: top;
    -ms-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .meeting-table tbody tr td:first-child {
    padding-right: 20px;
  }
}
.meeting-table tbody tr td span {
  vertical-align: top;
}
.meeting-table tbody tr td.col-i {
  width: 40px;
  text-align: left;
  display: inline-block;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .meeting-table tbody tr td.col-i {
    width: 80px;
    text-align: center;
    display: table-cell;
    padding: 10px 0;
  }
}
.meeting-table tbody tr td.col-i a {
  border-bottom: none !important;
  transition: none !important;
  box-shadow: none !important;
  color: #fff !important;
  display: block;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px !important;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .meeting-table tbody tr td.col-i a {
    margin-left: auto;
    margin-right: auto;
  }
}
.meeting-table tbody tr td.col-i a i {
  color: #fff !important;
}
.meeting-table tbody tr td.col-i i {
  display: block;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.meeting-table tbody tr td.no-file {
  display: none;
}
@media screen and (min-width: 768px) {
  .meeting-table tbody tr td.no-file {
    display: table-cell;
    padding-top: 15px;
  }
  .meeting-table tbody tr td.no-file span {
    color: rgba(0, 0, 0, 0.54);
    line-height: 1.4;
  }
}

.board-table tbody tr,
.board-table tbody tr.row-hide {
  display: none;
}
.board-table tbody tr.current-year,
.board-table tbody tr.row-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .board-table tbody tr.current-year,
  .board-table tbody tr.row-show {
    display: table-row;
  }
}

.col-agenda a {
  background: #47cec0 !important;
}

.col-packet a {
  background: #ed5f55 !important;
}

.col-minutes a {
  background: #4ec2e7 !important;
}

.col-video a {
  background: #9398ec !important;
}

.meeting-board {
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-align: left;
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .meeting-board {
    font-weight: 600;
  }
}

.meeting-date {
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .meeting-date {
    text-align: left;
    white-space: nowrap;
    line-height: 1.4;
  }
}

.meeting-time {
  color: rgba(0, 0, 0, 0.54) !important;
}
.meeting-time::before {
  content: ", ";
}
@media screen and (min-width: 768px) {
  .meeting-time {
    font-weight: 600;
  }
}

.upcoming-meetings .meeting-date,
.upcoming-meetings .meeting-time {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .upcoming-meetings .meeting-date,
  .upcoming-meetings .meeting-time {
    font-weight: 600;
  }
}

.meeting-note {
  font-size: 14px;
  line-height: 1.5;
  font-family: Roboto, "Open Sans", arial, sans-serif;
  font-weight: 400;
  display: block;
  margin: 0.2em 0 0 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .meeting-note {
    margin-top: 0;
    color: rgba(0, 0, 0, 0.7);
  }
}

.meeting-details {
  font-size: 0.95em;
  line-height: 1.6;
  margin: 0.5em 0 0 0;
  padding: 0 0 0.5em 0;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .meeting-details {
    margin-top: 0.2em;
    padding-bottom: 0;
  }
}
.meeting-details p, .meeting-details ol, .meeting-details ul, .meeting-details h1, .meeting-details h2, .meeting-details h3, .meeting-details h4, .meeting-details h5 {
  margin-top: 0.5em;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .meeting-board-link + .meeting-note {
    margin-top: 0.4em;
  }
}

p + .next-meeting {
  margin-top: 2em;
}

.next-meeting {
  padding: 25px;
  border: 3px solid rgb(228.65, 228.65, 228.65);
}

.next-meeting .board-listing {
  display: none;
}

.rm-show .board-listing {
  display: block !important;
}

h2 + .event-blocks,
h3 + .event-blocks {
  margin-top: 2em;
}

.event-blocks + .c-more-link {
  margin-top: 1em;
}
.event-blocks .h-event {
  display: block;
  width: 100%;
  position: relative;
  height: 106px;
  min-height: 106px;
  border: 3px solid #f3f3f3;
  padding: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .event-blocks .h-event {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 126px;
    min-height: 126px;
  }
}
.event-blocks .h-event:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-color: #fff;
}
.event-blocks .h-event + .h-event {
  margin-top: 2%;
}
@media screen and (min-width: 1330px) {
  .event-blocks .h-event + .h-event {
    margin-top: 12px;
  }
}
.event-blocks .e-date {
  display: block;
  position: absolute;
  background: url(/images/layout/Calendar-Day.png) no-repeat top left;
  top: 10px;
  left: 10px;
  transform-origin: top left;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .event-blocks .e-date {
    transform: scale(1);
  }
}
.event-blocks .e-date .d-month {
  position: absolute;
  top: 22px;
  left: 23px;
  width: 55px;
  height: 17px;
  text-align: center;
  color: #fff;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  overflow: hidden;
}
.event-blocks .e-date .d-day {
  position: absolute;
  top: 39px;
  left: 23px;
  width: 55px;
  height: 40px;
  text-align: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.04em;
  overflow: hidden;
}
.event-blocks .e-details {
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  left: 104px;
  font-size: 0.95em;
}
@media screen and (min-width: 768px) {
  .event-blocks .e-details {
    font-size: 1em;
    left: 128px;
    right: 20px;
  }
}
.event-blocks .e-details .d-date {
  display: block;
  font-size: 0.95em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 500px) {
  .event-blocks .e-details .d-date {
    display: block;
  }
}
.event-blocks .e-details .d-title,
.event-blocks .e-details .d-time {
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.3;
}
.event-blocks .e-details .d-title {
  color: rgb(0, 0, 0);
  line-height: 1.3;
}
.event-blocks .e-details .d-time {
  color: #338543;
}
.event-blocks .e-details .d-all-day {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.event-blocks .e-details div + div {
  margin-top: 0.3em;
}

#c-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}

#c-loading i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: #3891b1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 50px;
}

.fc-unthemed td.fc-other-month {
  background: #f5f5f5;
}

.fc-day-top.fc-other-month {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.fc-day-grid-event .fc-time {
  font-weight: normal;
}

.fc-day-grid-event .fc-title {
  font-weight: 500;
}

#calendar .fc-event,
#calendar .fc-event:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: none !important;
  box-shadow: none !important;
}

#mp-fc-nav span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-month-view .fc-day-grid-event {
  border-radius: 0;
  font-size: 0.9em;
  padding: 2px 4px;
  margin-bottom: 2px;
  cursor: pointer;
}

.fc-month-view .fc-title {
  white-space: normal;
}

.fc-list-item {
  cursor: pointer;
}

fc.-list-time:hover {
  background: #f5f5f5;
}

.event-p {
  background-color: #23aea0;
  border-color: #23aea0;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.event-np {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #aaa;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.event-np:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #666;
  cursor: pointer;
}

.event-np::after {
  content: "Unpublished";
  font-style: italic;
}

#mp-header {
  margin-bottom: 1em;
  font-size: 1rem;
}

#mp-header span {
  vertical-align: middle;
}

#mp-header span.mp-fc-button,
#mp-header span.mp-fc-button-rnd {
  display: inline-block;
  cursor: pointer;
  font: 600 13px "Open Sans", arial, sans-serif;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #333;
  display: inline-block;
  border: 2px solid #eee;
  padding: 8px 14px;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  border-radius: 3px;
}

#mp-fc-nav span.mp-fc-button {
  margin-right: 10px;
}

#mp-header span.mp-fc-button-rnd {
  border-radius: 50%;
  border-color: transparent;
  width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  padding: 0;
}

#mp-header span.mp-fc-button:hover,
#mp-header span.mp-fc-button-rnd:hover {
  background-color: #eee;
  border-color: #eee;
  color: #000;
}

#mp-fc-title {
  display: block;
  margin: 1.4rem 0 1.4rem 0;
  font-size: 1.8em;
}

#mp-fc-options {
  text-align: left;
  margin-bottom: 1.4rem;
  margin-top: 0 !important;
}

#mp-fc-options select + select,
#mp-fc-options span.mp-fc-button,
#mp-fc-options span + span {
  margin-left: 0;
}

#mp-fc-options select {
  font: 600 13px "Open Sans", arial, sans-serif;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #333;
  display: inline-block;
  border: 2px solid #eee;
  padding: 6px 14px;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}

#mp-fc-export,
#mp-fc-view {
  display: none !important;
}

#calendar {
  font-family: "Roboto", arial, sans-serif;
  font-size: 1rem;
}

html .qtip-catapult {
  background-color: white;
  border: none;
  color: #222;
  max-width: 700px;
  font-family: "Roboto", "Open Sans", arial, sans-serif;
}

html .qtip-shadow {
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
}

html .qtip-catapult .qtip-titlebar {
  background-color: transparent;
  padding: 0;
  border: none;
}

html .qtip-catapult .qtip-title {
  padding: 0;
  background: none;
}

html .qtip-catapult .qtip-title div {
  padding: 20px 40px 20px 20px;
  font: 500 1.7em/1.4 "Roboto", "Open Sans", arial, sans-serif;
  background: #bbb;
  color: #fff;
}

html .qtip-catapult .qtip-titlebar .qtip-icon {
  position: absolute;
  z-index: 11;
  top: 20px;
  right: 20px;
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

html .qtip-catapult .qtip-titlebar .qtip-icon:hover {
  color: rgb(255, 255, 255);
}

html .qtip-catapult .qtip-content {
  padding: 20px 20px 70px 20px;
  font-size: 1.25em;
  line-height: 1.4;
}

ul.qtip-details {
  list-style: none;
  margin: 0 0 0 0;
  padding-left: 0;
}

ul.qtip-details li {
  margin-top: 0.8em;
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  line-height: 1.6;
}

ul.qtip-details li::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.qtip-details li:first-child {
  margin-top: 0 !important;
}

ul.qtip-details li::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1.2em;
  color: #bbb;
  position: absolute;
  top: -2px;
  left: 0;
}

ul.qtip-details li.qd-time {
  font-weight: 500;
  font-size: 1.15em;
  padding-top: 0;
}

ul.qtip-details li.qd-time span {
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  color: #999;
}

ul.qtip-details li.qd-time::before {
  content: "\f017";
  font-weight: 400;
}

ul.qtip-details li.qd-description {
  font-weight: 400;
}

ul.qtip-details li.qd-description a {
  color: #408354;
}

ul.qtip-details li.qd-description img {
  max-width: 100%;
}

ul.qtip-details li.qd-description *:first-child {
  margin-top: 0;
}

ul.qtip-details li.qd-description::before {
  content: "\f036";
}

ul.qtip-details li.qd-calendar::before {
  content: "\f073";
  font-weight: 400;
}

ul.qtip-details li.qd-location::before {
  content: "\f3c5";
}

div.qtip-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  border-top: 1px solid #ddd;
  line-height: 55px;
  padding: 0 20px;
  font-weight: 500;
}

div.qtip-more a {
  display: inline-block;
  color: #3891b1;
  color: #888;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

div.qtip-more a:hover,
div.qtip-more a:hover i {
  color: #000;
}

div.qtip-more a + a {
  margin-left: 20px;
}

div.qtip-more a i {
  margin-right: 8px;
  color: #bbb;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

div.qtip-more a[data-type=iframe] i {
  font-size: 1.2em;
}

.fancybox-slide--iframe .fancybox-content {
  width: 700px !important;
  max-width: 85%;
  max-height: 85%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #mp-fc-options {
    text-align: right;
    margin-bottom: 0;
  }
  #mp-fc-options select + select,
  #mp-fc-options span.mp-fc-button,
  #mp-fc-options span + span {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  /* New Calendar Header */
  #mp-fc-nav span.mp-fc-button {
    margin-right: 10px;
  }
  #mp-fc-title {
    font-size: 1.8em;
    line-height: 40px;
    color: #000;
    display: inline-block;
    height: 40px;
    margin: 0 0 0 10px;
  }
  #mp-fc-options select {
    font: 600 13px "Open Sans", arial, sans-serif;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #333;
    display: inline-block;
    border: 2px solid #eee;
    padding: 6px 14px;
    white-space: nowrap;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
    vertical-align: middle;
  }
  #mp-fc-export {
    display: none !important;
  }
  #mp-fc-view {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1330px) {
  #mp-fc-export {
    display: inline-block !important;
  }
}
p + .document-listing,
ul + .document-listing,
ol + .document-listing,
h2 + .document-listing,
h3 + .document-listing,
h4 + .document-listing {
  margin-top: 2em;
}

p.heading-desc {
  margin-top: 0.1em !important;
}

.document-listing.flat-list ul, .document-listing.flat-list h2, .document-listing.flat-list div {
  margin-left: 0 !important;
}
.document-listing.border-list ul, .document-listing.border-list h2, .document-listing.border-list div {
  margin-left: 0 !important;
}
.document-listing.border-list li.last-doc + li h2 {
  margin-top: 1.6em;
}
.document-listing.border-list ul.docs li {
  margin: 0;
}
.document-listing.border-list ul.docs li.file {
  border-top: 1px solid rgb(228.65, 228.65, 228.65);
  border-left: 1px solid rgb(228.65, 228.65, 228.65);
  border-right: 1px solid rgb(228.65, 228.65, 228.65);
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
.document-listing.border-list ul.docs li.file:hover {
  background-color: #f9f9f9;
}
.document-listing.border-list ul.docs li.file::before {
  left: 10px;
  top: 10px;
}
.document-listing.border-list ul.docs li.file + li.cat-collapse {
  margin-top: -1px;
}
.document-listing.border-list ul.docs li.last-doc {
  border-bottom: 1px solid rgb(228.65, 228.65, 228.65);
}
.document-listing.collapse-list ul[data-level="0"] {
  margin-left: 0;
}
.inset .document-listing {
  margin-top: 2em !important;
}
.document-listing > ul:first-child > li:first-child > h2 {
  margin-top: 0 !important;
}
.document-listing div {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6em;
}
.document-listing div + ul.docs {
  margin-top: 0.8em;
}
.document-listing ul h2 {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.4em;
  color: #9e0300;
}
.document-listing ul h2 + div {
  margin-top: -0.8em;
}
.document-listing ul ul h2 {
  font-size: 1.15em;
  color: rgb(0, 0, 0);
}
.document-listing ul ul ul h2 {
  font-size: 1.1em;
  color: rgb(0, 0, 0);
}
.document-listing.has-heading ul h2 {
  font-size: 1.15em;
  color: rgb(0, 0, 0);
}
.document-listing.has-heading ul ul h2,
.document-listing.has-heading ul ul ul h2 {
  font-size: 1.1em;
  color: rgb(0, 0, 0);
}
.document-listing.has-heading.show-smaller-headings ul h2,
.document-listing.has-heading.show-smaller-headings ul ul h2,
.document-listing.has-heading.show-smaller-headings ul ul ul h2 {
  font-size: 1.1em;
  color: rgb(0, 0, 0);
}
.document-listing.show-smaller-headings ul h2 {
  font-size: 1.15em;
  color: rgb(0, 0, 0);
}
.document-listing.show-smaller-headings ul ul h2,
.document-listing.show-smaller-headings ul ul ul h2 {
  font-size: 1.1em;
  color: rgb(0, 0, 0);
}
.document-listing ul {
  margin-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.document-listing ul[data-level="0"] {
  margin-left: 0;
}
.document-listing ul li {
  padding-left: 0;
}
.document-listing ul li.cat-collapse {
  border: 1px solid rgb(228.65, 228.65, 228.65);
  padding: 15px 20px 15px 25px !important;
  margin-bottom: 0;
  position: relative;
}
.document-listing ul li.cat-collapse + li.cat-collapse {
  margin-top: -1px;
}
.document-listing ul li.cat-collapse.show-docs ul {
  display: block;
}
.document-listing ul li.cat-collapse.show-docs ul h2 {
  margin-top: 1em;
}
.document-listing ul li.cat-collapse.show-docs > h2:first-child::before {
  content: "\f078";
  color: rgb(0, 0, 0);
}
.document-listing ul li.cat-collapse.show-docs > h2:first-child + ul, .document-listing ul li.cat-collapse.show-docs > h2:first-child + div + ul {
  margin-top: 1.4em;
}
.document-listing ul li.cat-collapse > ul {
  display: none;
}
.document-listing ul li.cat-collapse > h2:first-child {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px !important;
  margin-right: 15px;
  transition: all 0.25s ease-in-out;
  line-height: 1.6rem;
}
.document-listing ul li.cat-collapse > h2:first-child:hover {
  color: #408354 !important;
}
.document-listing ul li.cat-collapse > h2:first-child::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  color: #bbb;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
  transition: all 0.15s ease-in-out;
}
.document-listing ul li.cat-collapse > h2:first-child + div {
  margin-top: 0.1em;
  margin-right: 15px;
  margin-left: 15px !important;
}

ul.docs li {
  margin-top: 0.6em;
  list-style: none;
}
ul.docs li.last-doc {
  padding-bottom: 1em;
}
ul.docs li.file {
  padding-left: 35px;
  position: relative;
}
ul.docs li.file::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  background-image: url(/images/Icons/li-file.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #ddd;
}
ul.docs li.pdf::before {
  background-image: url(/images/Icons/li-pdf.png);
  border-color: #ccc;
}
ul.docs li.doc::before, ul.docs li.docx::before {
  background-image: url(/images/Icons/li-doc.png);
  border-color: #24639c;
  background-color: #24639c;
}
ul.docs li.ppt::before, ul.docs li.pptx::before {
  background-image: url(/images/Icons/li-ppt.png);
  border-color: #d64b34;
  background-color: #d64b34;
}
ul.docs li.xls::before, ul.docs li.xlsx::before {
  background-image: url(/images/Icons/li-xls.png);
  border-color: #008051;
  background-color: #008051;
}
ul.docs li.img::before {
  background-image: url(/images/Icons/li-img.png);
  border-color: transparent;
  background-color: transparent;
}
ul.docs li.link::before {
  background-image: url(/images/Icons/li-link.png);
  border-color: transparent;
  background-color: transparent;
}
ul.docs li.link-ext::before {
  background-image: url(/images/Icons/li-link-ext.png);
  border-color: transparent;
  background-color: transparent;
}
ul.docs li a {
  color: #408354;
  border-bottom: 2px solid #bcebd1;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 600 !important;
}

p + .filter-documents {
  margin-top: 2em;
}

.filter-documents {
  background: #f8f8f8;
  position: relative;
  width: 100%;
  height: 75px;
}
.filter-documents + .document-listing {
  margin-top: 2em;
}
.filter-documents input {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: block;
  width: calc(100% - 40px);
}
.filter-documents div.results-list {
  display: none;
  position: absolute;
  top: 55px;
  left: 20px;
  right: 20px;
  background: #fff;
  z-index: 5000;
}
.filter-documents div.results-list.results-active {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
  display: block !important;
}
.filter-documents div.results-list ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.filter-documents div.results-list ul.docs li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.filter-documents div.results-list ul.docs li.file {
  border-top: 1px solid rgb(228.65, 228.65, 228.65);
  padding-left: 45px;
  line-height: 24px;
}
.filter-documents div.results-list ul.docs li.file:first-child {
  border-top: none;
}
.filter-documents div.results-list ul.docs li.file:hover {
  background-color: #f9f9f9;
}
.filter-documents div.results-list ul.docs li.file::before {
  left: 10px;
  top: 10px;
}
.filter-documents div.results-list ul.docs li.file div {
  display: none;
}

.doc-list {
  margin-left: 0px;
}
.doc-list.doc-list-borders {
  border-bottom: 1px solid rgb(228.65, 228.65, 228.65);
}
.doc-list.doc-list-borders li {
  margin: 0;
}
.doc-list.doc-list-borders li.file {
  border-top: 1px solid rgb(228.65, 228.65, 228.65);
  border-left: 1px solid rgb(228.65, 228.65, 228.65);
  border-right: 1px solid rgb(228.65, 228.65, 228.65);
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
.doc-list.doc-list-borders li.file:hover {
  background-color: #f9f9f9;
}
.doc-list.doc-list-borders li.file::before {
  left: 10px;
  top: 10px;
}

h2 + .doc-list {
  margin-top: 1.6em;
}

.grid-full .gallery {
  --gallery-flex-gap:2rem;
  justify-content: center;
}

.gallery + .gallery-header {
  margin-top: 3em;
}

@media screen and (min-width: 1312px) {
  .grid-full .gallery-header,
  .grid-full .gallery-description,
  .grid-full div.view-gallery {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-header + .gallery-header {
  margin-top: 1em;
}
.gallery-header + .gallery {
  margin-top: 2em;
}
.gallery-header h2, .gallery-header h3, .gallery-header h4 {
  margin: 0;
}
.gallery-header h2 + p, .gallery-header h3 + p, .gallery-header h4 + p {
  margin-top: 0.4em;
}

.gallery {
  --gallery-flex-gap:1rem;
  --gallery-aspect-ratio:1/1;
  width: 100%;
  position: relative;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gallery-flex-gap);
  container-type: inline-size;
}
.gallery + div.view-gallery {
  margin-top: 1.5em;
}
.gallery + div.view-gallery + .gallery-header {
  margin-top: 3em;
}
.gallery div.gallery-items {
  --gallery-flex-items: 2;
  align-items: flex-end;
  aspect-ratio: var(--gallery-aspect-ratio);
  display: flex;
  width: calc(100% / var(--gallery-flex-items) - (var(--gallery-flex-items) - 1) / var(--gallery-flex-items) * var(--gallery-flex-gap));
}
.gallery div.gallery-items a {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .gallery div.gallery-items a:hover span.g-zoom img {
    transform: scale3d(1.2, 1.2, 1);
  }
  .gallery div.gallery-items a.g-comments::after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 500;
    content: "\f075";
    color: #fff;
    width: 40px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.6em;
    opacity: 0.7;
  }
  .gallery div.gallery-items a.g-comments:hover span.gallery-comments {
    opacity: 1;
  }
}
.gallery div.gallery-items a span.g-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  padding-bottom: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.gallery div.gallery-items a span.g-zoom.gz-250 {
  width: 250%;
}
.gallery div.gallery-items a span.g-zoom img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale3d(1, 1, 1);
  transition: all 0.8s ease;
  image-rendering: -webkit-optimize-contrast;
}
.gallery div.gallery-items a span.gallery-comments {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gallery div.gallery-items a span.gallery-comments {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    opacity: 0;
    transition: all 0.8s ease;
  }
  .gallery div.gallery-items a span.gallery-comments span.comment-text {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
    font: 400 0.9em Roboto, "Open Sans", arial, sans-serif;
  }
}
.gallery div.gallery-items a span img {
  width: 100%;
  height: auto;
}
.gallery div.gallery-items a span img.gallery-full {
  display: none;
}
.gallery div.gallery-items a span img.gallery-mobile {
  display: none;
}
.gallery div.gallery-items a span img.gallery-full {
  display: block;
}

@container (width > 500px) {
  .gallery div.gallery-items {
    --gallery-flex-items:3;
  }
}
@container (width > 600px) {
  .gallery div.gallery-items {
    --gallery-flex-items:4;
  }
}
@container (width > 1000px) {
  .gallery div.gallery-items {
    --gallery-flex-items:5;
  }
}
@container (width > 1800px) {
  .gallery div.gallery-items {
    --gallery-flex-items:6;
  }
}
@container (width > 20000px) {
  .gallery div.gallery-items {
    --gallery-flex-items:7;
  }
}
p + .gallery,
p + .img-blocks,
h2 + .gallery,
h2 + .img-blocks,
h3 + .gallery,
h3 + .img-blocks,
h4 + .gallery,
h4 + .img-blocks,
h5 + .gallery h5 + .img-blocks {
  margin-top: 2em;
}

.img-blocks.ar11 {
  --img-aspect-ratio:1/1;
}
.img-blocks.ar32 {
  --img-aspect-ratio:3/2;
}
.img-blocks.ar169 {
  --img-aspect-ratio:16/9;
}
.img-blocks.ar249 {
  --img-aspect-ratio:24/9;
}
.img-blocks.ar23 {
  --img-aspect-ratio:2/3;
}
.img-blocks.ar45 {
  --img-aspect-ratio:4/5;
}
.img-blocks.ar1722 {
  --img-aspect-ratio:17/22;
}

.grid-full .img-blocks {
  --img-flex-gap:2rem;
}

.img-blocks {
  --img-flex-gap:1rem;
  --img-aspect-ratio:1/1;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--img-flex-gap);
  container-type: inline-size;
}
.img-blocks.center-blocks {
  justify-content: center;
}
.img-blocks .img-flex-items {
  --img-flex-items: 2;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / var(--img-flex-items) - (var(--img-flex-items) - 1) / var(--img-flex-items) * var(--img-flex-gap));
}
.img-blocks .img-flex-item {
  display: block;
  position: relative;
  aspect-ratio: var(--img-aspect-ratio);
  width: 100%;
  overflow: hidden;
  content: "";
}
.img-blocks .img-flex-item.block-text-smaller > span.block-text {
  line-height: 20px;
  height: 40px;
  font-size: 14px;
}
.img-blocks .img-flex-item.block-text-smaller > span.block-text span {
  line-height: 20px;
  height: 20px;
}
.img-blocks .img-flex-item > a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  border-bottom: none !important;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .img-blocks .img-flex-item > a:hover span.g-zoom img {
    transform: scale3d(1.25, 1.25, 1);
  }
  .img-blocks .img-flex-item > a:hover span.g-icons {
    opacity: 1;
  }
  .img-blocks .img-flex-item > a.g-comments:hover span.gallery-comments {
    opacity: 1;
  }
}
.img-blocks .img-flex-item > a span.g-icons {
  display: none;
}
.img-blocks .img-flex-item > a span.g-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .img-blocks .img-flex-item > a span.g-icons {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.6em;
    opacity: 0.7;
    display: inline-block;
    transition: all 0.8s ease;
  }
  .img-blocks .img-flex-item > a span.g-icons i + i {
    margin-left: 10px;
    text-align: center;
    display: inline-block;
  }
}
.img-blocks .img-flex-item > a span img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale3d(1, 1, 1);
  transition: all 0.8s ease;
  image-rendering: -webkit-optimize-contrast;
}
.img-blocks .img-flex-item > a span.gallery-comments {
  display: none;
}
.img-blocks .img-flex-item > a span.gallery-comments p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .img-blocks .img-flex-item > a span.gallery-comments {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    opacity: 0;
    transition: all 0.8s ease;
  }
}
@media screen and (min-width: 1024px) {
  .img-blocks .img-flex-item > a span.gallery-comments span.comment-text {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
    font: 400 1rem Roboto, "Open Sans", arial, sans-serif;
  }
}
@media screen and (min-width: 2000px) {
  .img-blocks .img-flex-item > a span.gallery-comments span.comment-text {
    font-size: 1rem;
  }
}
.img-blocks div.block-text {
  display: block;
  text-align: center;
  margin-top: 0;
  width: 100%;
  line-height: 20px;
  height: 50px;
  font-size: 14px;
  padding-top: calc(0.5 * 20px);
}
.img-blocks div.block-text span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 20px;
  height: 20px;
}
.img-blocks div.block-text a {
  border-bottom: none;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .img-blocks div.block-text {
    line-height: 24px;
    height: 60px;
    font-size: 16px;
    padding-top: calc(0.5 * 24px);
  }
  .img-blocks div.block-text span {
    line-height: 24px;
    height: 24px;
  }
  .img-blocks div.block-text.block-text-smaller {
    line-height: 20px;
    height: 50px;
    font-size: 14px;
    padding-top: calc(0.5 * 20px);
  }
  .img-blocks div.block-text.block-text-smaller span {
    line-height: 20px;
    height: 20px;
  }
}

@container (width > 600px) {
  .img-blocks div.img-flex-items {
    --img-flex-items:3;
  }
}
@container (width > 1000px) {
  .img-blocks div.img-flex-items {
    --img-flex-items:4;
  }
}
@container (width > 1800px) {
  .img-blocks div.img-flex-items {
    --img-flex-items:5;
  }
}
@container (width > 2000px) {
  .img-blocks div.img-flex-items {
    --img-flex-items:6;
  }
}
/* Image Carousel */
.siema-cont {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  aspect-ratio: 3/2;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  container-type: inline-size;
  width: 100%;
  display: block;
}
.siema-cont + .sieam-cont {
  margin-top: 0;
}
.siema-cont:hover .siema-controls {
  opacity: 1;
}
.siema-cont.siema-flush-bottom {
  margin-bottom: 0;
}
.siema-cont .siema {
  overflow: hidden;
}
.siema-cont .siema img {
  height: 0;
}
.siema-cont .siema.siema-init img {
  height: auto;
  width: 100%;
}
.siema-cont .siema div.siema-slide {
  position: relative;
}
.siema-cont .siema a {
  display: block;
}
.siema-cont .siema span.slide-desc {
  font-family: Roboto, "Open Sans", arial, sans-serif;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 12px;
  margin-right: 12px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1rem;
}
.siema-cont.siema-1722 {
  aspect-ratio: 17/22;
}
.siema-cont.siema-1722 .siema div.siema-slide {
  aspect-ratio: 17/22;
}
.siema-cont.siema-45 {
  aspect-ratio: 4/5;
}
.siema-cont.siema-45 .siema div.siema-slide {
  aspect-ratio: 4/5;
}
.siema-cont.siema-23 {
  aspect-ratio: 2/3;
}
.siema-cont.siema-23 .siema div.siema-slide {
  aspect-ratio: 2/3;
}
.siema-cont.siema-249 {
  aspect-ratio: 24/9;
}
.siema-cont.siema-249 .siema div.siema-slide {
  aspect-ratio: 24/9;
}
.siema-cont.siema-169 {
  aspect-ratio: 16/9;
}
.siema-cont.siema-169 .siema div.siema-slide {
  aspect-ratio: 16/9;
}
.siema-cont.siema-11 {
  aspect-ratio: 1/1;
}
.siema-cont.siema-11 .siema div.siema-slide {
  aspect-ratio: 1/1;
}
.siema-cont .siema-controls {
  opacity: 0.3;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1440px) {
  .siema-cont .siema-controls.wide-controls {
    color: #000;
    opacity: 0.4;
  }
  .siema-cont .siema-controls.wide-controls i {
    color: #000;
    font-size: 28px;
    height: 28px;
  }
  .siema-cont .siema-controls.wide-controls span {
    background: #ccc;
    height: 48px;
    opacity: 0.7;
  }
  .siema-cont .siema-controls.wide-controls span.prev {
    border-radius: 48px;
    left: -68px;
  }
  .siema-cont .siema-controls.wide-controls span.prev i {
    left: 46%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .siema-cont .siema-controls.wide-controls span.next {
    border-radius: 48px;
    right: -68px;
  }
  .siema-cont .siema-controls.wide-controls span.next i {
    left: 54%;
    right: unset;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.siema-cont .siema-controls i {
  position: absolute;
  top: 50%;
  color: #000;
  font-size: 20px;
  height: 20px;
}
.siema-cont .siema-controls span {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background: #fff;
  opacity: 0.8;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.siema-cont .siema-controls span:hover {
  opacity: 1;
}
.siema-cont .siema-controls span.prev {
  left: 20px;
  border-radius: 50px;
}
.siema-cont .siema-controls span.prev i {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 46%;
}
.siema-cont .siema-controls span.next {
  right: 20px;
  border-radius: 50px;
}
.siema-cont .siema-controls span.next i {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 54%;
}

@container (width > 900px) {
  .siema-cont .siema-controls {
    color: #000;
    opacity: 0.4;
  }
  .siema-cont .siema-controls i {
    color: #000;
    font-size: 28px;
    height: 28px;
  }
  .siema-cont .siema-controls span {
    background: #ccc;
    height: 48px;
    opacity: 0.7;
  }
  .siema-cont .siema-controls span.prev {
    border-radius: 48px;
    left: -68px;
  }
  .siema-cont .siema-controls span.prev i {
    left: 46%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .siema-cont .siema-controls span.next {
    border-radius: 48px;
    right: -68px;
  }
  .siema-cont .siema-controls span.next i {
    left: 54%;
    right: unset;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* Image Billboard Macro */
.image-billboard {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .image-billboard {
    background: #000;
    color: #fff;
    overflow: hidden;
  }
  .image-billboard.ar11 {
    padding-bottom: calc(100% * (1/1));
  }
  .image-billboard.ar32 {
    padding-bottom: calc(100% * (2/3));
  }
  .image-billboard.ar169 {
    padding-bottom: calc(100% * (9/16));
  }
  .image-billboard.ar249 {
    padding-bottom: calc(100% * (9/24));
  }
  .image-billboard.ar23 {
    padding-bottom: calc(100% * (3/2));
  }
  .image-billboard.ar45 {
    padding-bottom: calc(100% * (5/4));
  }
  .image-billboard.ar1722 {
    padding-bottom: calc(100% * (22/17));
  }
}
.image-billboard .ib-img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .image-billboard .ib-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 25;
    opacity: var(--ib-opacity);
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .image-billboard.ib-blur .ib-img {
    filter: blur(1.5rem);
    transform: scale(1.2);
  }
}
.image-billboard .ib-text {
  margin-top: 2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .image-billboard .ib-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
    margin: 0;
    z-index: 50;
  }
}
.image-billboard .ib-text > *:first-child {
  margin-top: 0;
}
.image-billboard .ib-text .ib-heading {
  text-align: center;
  line-height: 1.1;
}
@media screen and (min-width: 1330px) {
  .image-billboard .ib-text .ib-heading {
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .image-billboard .ib-text h2, .image-billboard .ib-text h3 {
    color: #fff;
    margin-top: 0.7em;
  }
  .image-billboard .ib-text h2 + p, .image-billboard .ib-text h3 + p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .image-billboard .ib-text strong {
    color: #fff;
  }
}
.image-billboard .ib-text h2 {
  font-family: "Volkhov", serif;
  font-size: 2em;
}
@media screen and (min-width: 1330px) {
  .image-billboard .ib-text h2 {
    font-size: 2.8em;
  }
}
.image-billboard .ib-text h3 {
  font-size: 1.6em;
}
@media screen and (min-width: 768px) {
  .image-billboard .ib-text p {
    margin-top: 1.5em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1330px) {
  .image-billboard .ib-text p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .image-billboard .ib-text a {
    color: #fff;
    border-bottom: 2px solid #fff;
    box-shadow: none;
  }
  .image-billboard .ib-text a:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #fff;
  }
  .image-billboard .ib-text a.button {
    font-size: 1em;
  }
}
@media screen and (min-width: 1330px) {
  .image-billboard .ib-text a.button {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .image-billboard.ib-reverse {
    background: #fff;
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .image-billboard.ib-reverse .ib-text h2, .image-billboard.ib-reverse .ib-text h3, .image-billboard.ib-reverse .ib-text strong {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .image-billboard.ib-reverse .ib-text a {
    color: #000;
    border-bottom: 2px solid #000;
    box-shadow: none;
  }
  .image-billboard.ib-reverse .ib-text a:hover {
    background: rgba(0, 0, 0, 0.15);
    border-color: #000;
  }
}

.article .no-wrap,
.no-wrap {
  white-space: nowrap;
}

.listing-table {
  font-size: 1em;
  line-height: 1;
  border: 1px solid #ddd;
}
.listing-table th,
.listing-table td {
  padding: 12px;
  vertical-align: middle;
  line-height: 1.4;
}
.listing-table th > h2:first-child,
.listing-table th > h3:first-child,
.listing-table th > p:first-child,
.listing-table td > h2:first-child,
.listing-table td > h3:first-child,
.listing-table td > p:first-child {
  margin-top: 0;
}
.listing-table th {
  text-align: left;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}
.listing-table tr:hover th {
  background: none;
}
.listing-table tbody:first-child tr:first-child td {
  border-top: none;
}
.listing-table tbody td {
  border-top: 1px solid #eee;
}
.listing-table tbody tr:hover {
  background-color: #f9f9f9;
}

.scroll-table {
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}

table.sort-table th {
  cursor: pointer;
  position: relative;
}
table.sort-table th::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f0dc";
  font-size: 0.9em;
  padding-left: 0.8em;
  vertical-align: middle;
  color: #ddd;
}
table.sort-table th.sorting-asc::after {
  content: "\f0de";
  color: #000;
}
table.sort-table th.sorting-desc::after {
  content: "\f0dd";
  color: #000;
}

h2 + .staff-table, h3 + .staff-table {
  margin-top: 1.5em;
}
.staff-table td,
.staff-table th {
  vertical-align: middle;
  line-height: 1.4em;
}
.staff-table .staff-name {
  font-weight: 600;
  color: #000;
}
.staff-table .staff-title {
  font-style: italic;
  margin-top: 0.3em;
}
.staff-table tr td:last-child {
  white-space: nowrap;
}
.staff-table .dept-and-title + .dept-and-title {
  margin-top: 0.5em;
}
.staff-table .dept-name {
  color: #000;
}
.staff-table .dept-title {
  color: rgba(0, 0, 0, 0.54);
}

.input-table tr td {
  padding: 4px 10px;
  position: relative;
}
.input-table tr td:first-child {
  width: 175px;
  padding-left: 0;
  vertical-align: middle;
  font-weight: 700;
  color: #000;
}
.input-table tr td.optional {
  font-weight: 400;
}
.input-table textarea {
  width: 100%;
}

.border-table {
  width: 100%;
  border: 1px solid #ddd;
}
.border-table tbody:first-child tr:first-child td {
  border-top: none;
}
.border-table tbody tr:hover {
  background-color: #f8f8f8;
}
.border-table th,
.border-table td {
  padding: 12px;
  vertical-align: middle;
  line-height: 1.4em;
}
.border-table th {
  text-align: left;
  background: #eee;
}
.border-table td {
  border-top: 1px solid #eee;
}

tr.td-indent td {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .resp-table,
  .staff-table {
    border: none;
  }
  .resp-table thead,
  .staff-table thead {
    display: none;
  }
  .resp-table td,
  .resp-table th,
  .staff-table td,
  .staff-table th {
    padding: 0;
  }
  .resp-table tbody tr,
  .staff-table tbody tr {
    display: block;
    padding: 0.6em 0 0.6em 0;
  }
  .resp-table tbody tr :first-child,
  .staff-table tbody tr :first-child {
    padding-top: 0;
  }
  .resp-table tbody tr td:first-child,
  .staff-table tbody tr td:first-child {
    font-weight: 600;
  }
  .resp-table tbody td,
  .staff-table tbody td {
    border: none;
    display: block;
    padding: 0.1em 0 0 0;
  }
  .input-table tr:first-child td:first-child {
    padding-top: 0;
  }
  .input-table tr td {
    display: block;
    padding: 0;
    width: 100%;
  }
  .input-table tr td:first-child {
    padding: 1em 0 0.4em 0;
    width: 100%;
  }
}
* + form {
  margin-top: 1em;
}

form {
  position: relative;
}
form + h2,
form + h3,
form + p {
  margin-top: 2em;
}
form.no-show {
  margin: 0;
}
form .text-button {
  margin-top: 1.5em;
}

p.no-form-button {
  margin-top: 2em !important;
}

#recaptcha-element {
  margin-top: 0.5em;
}

#recaptcha-block {
  margin-top: 1.5em;
}

.button,
.buttons a,
.article a.button,
.buttons input,
input[type=submit],
input[type=button] {
  background: #9e0300;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px 30px 11px 30px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 1rem;
  -webkit-appearance: none;
  cursor: pointer;
  min-width: 170px;
  border: none !important;
  box-shadow: none !important;
}

a.button,
.buttons a {
  border: none !important;
  box-shadow: none !important;
}

.button i,
.buttons a i,
.buttons input i,
input[type=submit] i,
input[type=button] i {
  margin-right: 10px;
}

.buttons a:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  font-size: 1.2em;
  padding-left: 0.5em;
  vertical-align: middle;
}

.button-large,
.buttons-large a,
.buttons-large input {
  padding: 0 30px;
  line-height: 3.5em;
}

.button:hover,
.buttons a:hover,
.article a.button:hover,
.buttons input:hover,
input[type=submit]:hover,
input[type=button]:hover {
  color: #fff;
  background: rgb(183.5, 3.4841772152, 0) !important;
  transition: background-color 0.25s ease-in-out;
}

.red-button {
  background-color: #cc2929 !important;
  transition: background-color 0.25s ease-in-out !important;
}

.red-button:hover {
  background-color: #d93333 !important;
}

.button-alt {
  margin: 1em 0 0 0;
  display: block;
  line-height: 1.6;
}

html p.buttons,
html p.button-panel {
  display: block;
  margin-top: 3em !important;
}

*:first-child .button,
*:first-child .buttons a,
*:first-child .buttons input,
*:first-child button {
  margin-left: 0px;
}

.center .button {
  margin: 0 auto;
}

a.no-button,
input.no-button,
button.no-button {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  font-size: 1em;
}

a.no-button i,
input.no-button i,
button.no-button i {
  margin-right: 5px;
}

.error,
.red,
.req {
  color: #cc0000;
}

button,
input[type=submit] {
  font-family: "Open Sans", arial, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input,
textarea,
select {
  font-family: "Open Sans", arial, sans-serif;
  background: #fff;
  padding: 6px 8px;
  font-size: 1em;
  border: 2px solid #ddd;
  color: #000;
}

#c-bottom textarea {
  height: 100px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=time],
input[type=url],
input[type=datetime-local],
input[type=month],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  box-sizing: border-box;
  width: 100%;
}

input.monospace {
  font-family: "Courier New", monospace;
  font-size: 16px;
  font-weight: normal;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
textarea:focus,
select:focus {
  border-color: #ebbb28;
  background: #fff;
}

.button-icon::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  padding-right: 10px;
  font-size: 0.9em;
}

.button-check::before {
  content: "\f00c";
}

.button-cross::before {
  content: "\f00d";
}

.button-plus::before {
  content: "\f067";
}

.button-chevron::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  font-size: 0.9em;
  padding-left: 0.5em;
  vertical-align: middle;
}

form button.disabled,
form button.disabled:hover,
form input[type=submit].disabled,
form input[type=submit].disabled:hover {
  background-color: #aaa !important;
  color: #eee !important;
  cursor: not-allowed !important;
}

.input-stack .label {
  padding-bottom: 0.4em;
}

.input-stack label {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.input-stack label.optional::after {
  content: "Optional";
  color: rgba(0, 0, 0, 0.54);
  display: inline;
  margin: 0 0 0 0.5em;
  font-weight: 400;
}

.input-stack .field input {
  padding: 10px;
}

.fail {
  color: #cc0000;
}

.success {
  color: #339933;
}

.warning {
  color: #ffcc00;
}

.inline-messages {
  display: block;
  margin: 0.8em 0 0 0;
  font-weight: 600;
}

.inline-messages i {
  margin-right: 8px;
}

input.invalid,
input.invalid:focus,
textarea.invalid,
textarea.invalid:focus {
  border: 2px solid #ff1a07;
}

.has-validation-error {
  position: relative;
}

.validation-error {
  color: #ff1a07;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0.2em;
}

form label.mobile-block {
  display: block;
}

form label.mobile-block + label.mobile-block {
  margin-top: 0.6em;
}

label.optional::after,
label.optional-inline::after {
  content: "Optional";
  color: rgba(0, 0, 0, 0.54);
  display: inline;
  margin: 0 0 0 0.5em;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .button-alt {
    display: inline;
    margin: 0 0 0 10px;
  }
  .inline-messages {
    display: inline;
    margin: 0 0 0 10px;
  }
  .inline-messages i {
    margin-right: 8px;
  }
  form label.mobile-block {
    display: inline;
  }
  form label.mobile-block + label.mobile-block {
    margin-top: 0;
  }
  label.optional::after {
    content: "Optional";
    display: block;
    margin: 0.4em 0 0 0;
    font-weight: 400;
    font-size: 0.95em;
  }
}
@media screen and (max-width: 500px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=date],
  input[type=time],
  input[type=url],
  input[type=datetime-local],
  input[type=month],
  textarea {
    width: 100%;
  }
}
/* Upload Form */
.upload-progress {
  height: 10px;
  margin: 1em 0 0 0;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
  transition: opacity 0.5s ease-in;
  opacity: 0;
}

.upload-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  background-color: rgb(157.3333333333, 19.6666666667, 33.7142857143);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.upload-percent {
  position: absolute;
  top: 0;
  left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.show-opacity {
  opacity: 1 !important;
}

/* File Upload */
/*
	<div class="file-upload fu-thumb-show">
		<div><strong>Image 1</strong></div>
		<div><input type="file" name="Image1" class="file-input" /></div>
		<div class="fu-thumb"><img src="/media/1016/porsche-another-another.jpg" /></div>
		<div class="fu-remove"><i class="fas fa-minus-circle"></i>Remove</div>
	</div>
*/
div.file-upload {
  margin-top: 2em;
}

.file-upload span.optional {
  font-size: 0.9em;
  color: #aaa;
  margin-left: 0.7em;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 600;
}

div.fu-title {
  font-size: 1.05em;
  color: #000;
}

div.fu-file {
  margin-top: 1em;
}

div.fu-thumb {
  opacity: 0;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.25s ease-in-out;
}

div.fu-thumb-show .fu-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  margin-top: 1em;
}

div.fu-thumb-show img {
  display: inline-block;
  height: 100%;
  width: auto;
}

div.fu-thumb-show div.fu-desc {
  opacity: 1;
  height: auto;
  margin-top: 0.8em;
}

div.fu-remove {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  margin-top: 0;
  height: 0;
  overflow: hidden;
}

div.fu-thumb-show div.fu-remove {
  opacity: 1;
  height: auto;
  margin-top: 1em;
  margin-bottom: 2em;
}

div.fu-thumb-show div.fu-remove span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  color: #408354;
  transition: all 0.25s ease-in-out;
}

div.fu-thumb-show div.fu-remove span:hover {
  color: #000;
}

.fu-fake-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.5);
}

.bold,
.strong {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.indent {
  margin-left: 3.5em !important;
}

.lt-grey {
  color: rgba(0, 0, 0, 0.4);
}

.grey {
  color: rgba(0, 0, 0, 0.54);
}

.black {
  color: rgb(0, 0, 0);
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.note {
  color: rgba(0, 0, 0, 0.54);
}

.img-col-cont {
  margin-top: 2em;
}
.img-col-cont > h2, .img-col-cont > h3, .img-col-cont > h4, .img-col-cont > h5, .img-col-cont > p, .img-col-cont > ol, .img-col-cont > ul {
  clear: both;
}
@media screen and (min-width: 500px) {
  .img-col-cont.img-col-card .img-col {
    padding: 5%;
    border: 3px solid rgb(228.65, 228.65, 228.65);
  }
}
@media screen and (min-width: 500px) {
  .img-col-cont.img-col-card .img-col > * {
    margin-left: 47.5%;
  }
}
@media screen and (min-width: 768px) {
  .img-col-cont.img-col-card .img-col > * {
    margin-left: 35%;
  }
}
@media screen and (min-width: 500px) {
  .img-col-cont.img-col-card .img-col > img:first-child,
  .img-col-cont.img-col-card .img-col > a:first-child > img {
    width: 42.5%;
  }
}
@media screen and (min-width: 768px) {
  .img-col-cont.img-col-card .img-col > img:first-child,
  .img-col-cont.img-col-card .img-col > a:first-child > img {
    width: 30%;
  }
}
@media screen and (min-width: 500px) {
  .img-col-cont.img-col-card .img-col > img:first-child,
  .img-col-cont.img-col-card .img-col > a:first-child,
  .img-col-cont.img-col-card .img-col > a:first-child img {
    margin-left: 0;
  }
}

.img-col {
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  overflow: auto;
}
@media screen and (min-width: 500px) {
  .img-col {
    padding-left: 225px;
  }
}
.img-col + .img-col {
  margin-top: 2em;
}
.img-col::after {
  clear: both;
}
.img-col > img:first-child,
.img-col > a:first-child > img {
  display: block;
}
@media screen and (min-width: 500px) {
  .img-col > img:first-child,
  .img-col > a:first-child > img {
    float: left;
    display: inline-block;
    padding: 0 0 0 0;
    width: 200px;
    height: auto;
    margin-left: -225px;
  }
}
@media screen and (min-width: 500px) {
  .img-col > *:nth-child(2) {
    margin-top: 0;
  }
}
.img-col > div {
  margin-top: 0.4em;
  line-height: 1.4;
}
.img-col > div + * {
  margin-top: 1.4em;
}
.img-col ul, .img-col ol {
  padding-left: 1.5em;
}

.pb-cont {
  margin-top: 2em;
  padding: 5%;
  border: 3px solid #f3f3f3;
}

.float-left,
.float-right {
  display: block;
  float: none;
  padding: 1em 0 1em 0;
  clear: both;
}
.float-left p,
.float-right p {
  margin: 0.8em 0 0 0;
}
.float-left p:first-child,
.float-right p:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .float-left + h2,
  .float-left + h3,
  .float-left + p,
  .float-right + h2,
  .float-right + h3,
  .float-right + p {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .float-right {
    float: right;
    padding: 20px 0 20px 20px;
  }
}

@media screen and (min-width: 768px) {
  .float-left {
    float: left;
    padding: 20px 20px 20px 0;
  }
}

@media screen and (min-width: 768px) {
  img.float-right {
    padding: 0;
    margin: 20px 0 20px 20px;
  }
}

@media screen and (min-width: 768px) {
  img.float-left {
    padding: 0;
    margin: 20px 20px 20px 0;
  }
}

.inset {
  border-left: 3px solid #ddd;
  padding: 10px 30px;
  margin-left: 0;
  position: relative;
  clear: both;
}
.inset.alert, .inset.inset-alert {
  border-color: #ffd958;
}
.inset.alert h2, .inset.inset-alert h2 {
  color: #cc3300;
}
.inset.inset-error h2, .inset.inset-error h3 {
  color: #cc3300;
}
.inset.inset-notify {
  border-color: #ffd958;
}
.inset.inset-solid {
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .inset.inset-float {
    width: 37%;
    padding: 10px 0 10px 30px;
    float: right;
    font-size: 0.95em;
    margin-left: 30px;
  }
  .inset.inset-float.inset-solid {
    margin: 30px;
    padding: 25px;
    border: none;
  }
  .inset.inset-float.inset-border {
    background: none;
    border: 3px solid rgb(228.65, 228.65, 228.65);
    padding: 25px;
  }
  .inset.inset-float + h2,
  .inset.inset-float + h3,
  .inset.inset-float + p {
    margin-top: 0;
  }
}
.inset.inset-plain {
  border-left: none;
}
.inset.inset-center {
  text-align: center;
}
.inset.inset-icon {
  padding-left: 85px;
  border-left: none;
}
.inset.inset-icon .ii-icon {
  position: absolute;
  top: 14px;
  left: 0;
  margin: 0;
  display: block;
  height: 64px;
  width: 64px;
  border: 3px solid #e4e4e4;
  border-radius: 50%;
}
.inset.inset-icon i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  font-size: 32px;
  text-align: center;
  color: #999;
}
.inset *:first-child {
  margin-top: 0 !important;
}
.inset > * {
  margin-top: 0.7em !important;
  margin-bottom: 0;
}
.inset ul,
.inset ol {
  margin-left: 2em;
  padding-left: 0;
}
.inset ul li,
.inset ol li {
  line-height: 1.5;
  margin: 0.1em 0;
}
.inset h2 {
  font-size: 1.25em;
  margin-top: 1em;
}
.inset h3 {
  font-size: 1.1em;
  margin-top: 1em;
}
.inset .docs.doc-list {
  margin-left: 0;
}
.inset .docs.doc-list li {
  margin-top: 0.6em;
}

div.inset {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.image-macro {
  margin-top: 2em;
}
.image-macro.float-right, .image-macro.float-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .image-macro.float-right, .image-macro.float-left {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image-macro.float-right span, .image-macro.float-left span {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .image-macro.float-right {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .image-macro.float-left {
    margin-right: 30px;
  }
}
.image-macro a.img-has-link {
  position: relative;
  display: inline-block;
  background: none !important;
  border-bottom: none !important;
  transition: none !important;
  box-shadow: none !important;
}
.image-macro a.img-has-link::after {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0c1";
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.image-macro a.img-has-link:hover::after {
  opacity: 1;
}
.image-macro a.img-has-link.icon-overlay-external::after {
  content: "\f35d";
  padding-left: 4px;
}
.image-macro a.img-has-link.icon-overlay-image::after {
  content: "\f00e";
}
.image-macro a.img-has-link.icon-overlay-document::after {
  content: "\f063";
}
.image-macro a.img-has-link.icon-overlay-content::after {
  content: "\f0c1";
}
.image-macro img {
  display: block;
}
.image-macro span {
  display: block;
  margin-top: 0.7em;
  font-family: Roboto, "Open Sans", arial, sans-serif;
}
.image-macro span *:first-child {
  margin-top: 0;
}

.staff-gallery {
  margin-top: 25px;
  margin-left: -40px;
  font-size: 1em;
  box-sizing: content-box;
}
.staff-gallery:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.staff-gallery * {
  box-sizing: inherit;
}
.staff-gallery > div {
  float: left;
  margin: 0 0 40px 40px;
  padding-bottom: 10px;
  width: 160px;
  height: 213px;
}
.staff-gallery > div > a:first-child {
  display: block;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  position: relative;
  border: none;
  transition: all 0.15s ease-in-out !important;
  width: inherit;
  height: inherit;
}
.staff-gallery > div > a[href]:first-child:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important;
}
.staff-gallery img {
  height: inherit;
  top: 0;
  left: 50%;
  margin: 0;
  position: relative;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.staff-gallery p {
  margin: 0.8em 0 0 0;
  line-height: 1.2em;
  text-align: center;
}
.staff-gallery p span {
  display: block;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 0.4em;
}
.staff-gallery p span:first-child {
  color: #444;
  margin-top: 0;
}
.staff-gallery p span a {
  box-shadow: none !important;
}
.staff-gallery p em {
  color: #444;
}

.staff-gallery-text > div {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

p + #site-map {
  margin-top: 2em;
}

.site-map {
  list-style: none;
  margin-left: 0;
}
.site-map > li:first-child {
  margin-top: 0;
}
.site-map > li:first-child a.section-main {
  padding-top: 0;
  margin-top: 0;
}
.site-map li {
  line-height: 1.8em;
  margin: auto;
}
.site-map ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0.5em;
}
.site-map ul li {
  padding: 0.2em 0;
}
.site-map ul ul {
  list-style: disc;
  margin-left: 3em;
  margin-top: 0.5em;
}
.site-map ul ul li {
  padding: 0;
  border-bottom: none;
}
.site-map a.section-main {
  color: rgb(0, 0, 0);
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  background: none;
  box-shadow: none;
  border-bottom: none;
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #ddd;
}
.site-map a.section-main:hover {
  background: none;
}
.site-map a.section {
  font: 700 1.05em/1em "Open Sans", arial, sans-serif;
}

.list-table {
  list-style: none;
  margin: 1.7em 0;
  padding: 0 !important;
  border: 1px solid #ddd;
}
.list-table li {
  border-top: 1px solid rgb(228.65, 228.65, 228.65);
  margin: 0px !important;
  padding: 8px 15px;
  transition: background 0.15s ease-in-out;
}
.list-table li:first-child {
  border-top: none;
}
.list-table li:hover {
  background: #f9f9f9;
}
.list-table li.pdf {
  background: url(/images/icons/li-pdf.gif) no-repeat 5px 5px;
  min-height: 16px;
  padding: 5px 0px 5px 28px;
}

.shop-perkasie-list {
  list-style: none;
  margin: 1.7em 0;
  padding: 0 !important;
}
.shop-perkasie-list.with-borders {
  border: 1px solid #ddd;
}
.shop-perkasie-list.with-borders li {
  border-top: 1px solid rgb(228.65, 228.65, 228.65);
  padding: 8px 15px;
}
.shop-perkasie-list.with-borders li:hover {
  background: #f9f9f9;
}
.shop-perkasie-list li {
  margin: 0px !important;
  padding: 0.2em 0;
  transition: background 0.15s ease-in-out;
}
.shop-perkasie-list li:first-child {
  border-top: none;
}
.shop-perkasie-list li span {
  display: inline-block;
}
.shop-perkasie-list li span + span {
  margin-left: 0.7em;
}

.list-two-col {
  -ms-columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -ms-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -ms-column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.list-three-col {
  -ms-columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -ms-column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -ms-column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.list-two-col li,
.list-three-col li {
  margin: 0.9em 0;
}

ul.faq {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
}
ul.faq > li:hover {
  background: #fafafa;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
ul.faq li {
  padding: 10px 14px;
  border-top: 1px solid #ddd;
  cursor: pointer;
}
ul.faq li:first-child {
  border-top: none;
}
ul.faq li div {
  display: none;
}
ul.faq li span.faq-q {
  font-weight: 700;
}
ul.faq li.open div.faq-a {
  display: block;
  margin-top: 1em;
}
ul.faq li ul {
  list-style: disc;
  padding-left: 0;
  margin-left: 2em;
  margin-top: 0.7em;
}
ul.faq li ul li {
  padding: 0;
  border: none;
  cursor: default;
}

ol.spread li,
ul.spread li {
  margin-top: 1em;
  line-height: 1.9em;
  letter-spacing: 0;
}
ol.spread li:first-child,
ul.spread li:first-child {
  margin-top: 0;
}

.list-sep {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list-sep li {
  padding: 0.7em 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
.list-sep li:first-child {
  padding-top: 0;
  border: none;
}

#topcontrol {
  width: 33px;
  height: 33px;
  background: url(/images/layout/btt.png) no-repeat top left;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
#topcontrol:hover {
  background-position: left bottom;
}

.contacts-display p {
  margin: 0.8em 0 0 0;
}

.contacts-display h3 + p {
  margin-top: 0.3em;
}

@media screen and (min-width: 1024px) {
  #contacts-map {
    width: 60%;
    float: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contacts-map + h2 {
    margin-top: 0;
  }
}

.contacts-social {
  margin: 1em 0 1em 0;
}
.contacts-social > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.5em;
}
.contacts-social > div span.social a, .contacts-social > div span.social a:hover {
  border-bottom: none !important;
  box-shadow: none !important;
  color: #fff !important;
}

div.park {
  border: 1px solid #ddd;
  padding: 30px;
}
div.park + div.park {
  margin-top: 3em;
}
div.park h2 span {
  font-size: 0.7em;
  font-weight: normal;
  float: right;
}

.fb-modal {
  display: none;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .fb-modal {
    width: 600px;
  }
}
.fb-modal *:first-child {
  margin-top: 0;
}
.fb-modal p {
  line-height: 1.7;
}
.fb-modal p + form {
  margin-top: 2em;
}
.fb-modal h3 {
  font-size: 1.2em;
  color: rgb(0, 0, 0);
}

.wide-article-panel {
  margin-top: 2em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .wide-article-panel {
    padding-top: 2em;
    border-top: 2px solid #ddd;
  }
}
.wide-article-panel h4 {
  margin: 0 0 1.5em 0;
  font-size: 1.05em;
  color: rgb(0, 0, 0);
}

@media screen and (min-width: 768px) {
  div.grid-row + .wide-article-panel {
    margin-top: 4em;
  }
}

a.rnd-button {
  display: inline-block;
  cursor: pointer;
  font: 600 13px "Open Sans", arial, sans-serif;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #222;
  border: 2px solid #eee !important;
  padding: 8px 14px;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  border-radius: 3px;
  text-align: center;
  box-shadow: none !important;
  -ms-transition: all 0.15s ease-in-out !important;
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
}
a.rnd-button:hover {
  background: #408354 !important;
  border-color: #408354 !important;
  color: #fff !important;
}
a.rnd-button i {
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 0.85em;
}

.button-group {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 1em;
}
.button-group a {
  color: rgb(255, 255, 255);
  background: #9e0300;
  border: none !important;
  display: inline-block;
  cursor: pointer;
  font: 600 1em "Open Sans", arial, sans-serif;
  padding: 0.5em 0.7em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  white-space: nowrap;
  text-align: center;
  box-shadow: none !important;
  -ms-transition: all 0.15s ease-in-out !important;
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
}
@media screen and (min-width: 1024px) {
  .button-group a {
    font: 600 1em "Open Sans", arial, sans-serif;
    padding: 1em 1.3em;
  }
}
.button-group a:hover, .button-group a.on {
  background: rgb(183.5, 3.4841772152, 0) !important;
  color: rgb(255, 255, 255);
}

#article-tag-list h4 {
  margin: 0 0 1em 0;
}
#article-tag-list a {
  margin-right: 0.5em;
  margin-top: 0.5em;
}
#article-tag-list a span.tag-count {
  opacity: 0.7;
}

.pagination {
  clear: both;
  position: relative;
  margin-top: 2em;
}
.pagination::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagination h4 + div {
  margin-top: 0;
}
.pagination span {
  vertical-align: middle;
}
.pagination a {
  vertical-align: middle;
}
.pagination a.rnd-button {
  min-width: 120px;
}
.pagination .p-left {
  float: left;
  width: 50%;
}
.pagination .p-right {
  float: right;
  width: 50%;
  text-align: right;
}
.pagination .p-right a.rnd-button i {
  margin: 0 0 0 5px;
}

.preview-text {
  display: block;
  position: relative;
}
.preview-text > *:first-child {
  margin-top: 0 !important;
}
.preview-text .pt-text > *:first-child {
  margin-top: 0 !important;
}
.preview-text .pt-full {
  display: none;
}
.preview-text .pt-preview {
  display: block;
}
.preview-text .pt-toggle {
  display: inline-block;
  margin-top: 0.8em;
  line-height: 1.6;
  font-weight: 600;
}
.preview-text a {
  overflow-wrap: break-word;
  word-break: break-all;
}

.pt-show-full .pt-full {
  display: block;
}
.pt-show-full .pt-preview {
  display: none;
}

.muni-modal {
  position: relative;
  display: block;
  font-family: Roboto, "Open Sans", arial, sans-serif;
  padding: 0 !important;
  overflow: hidden;
}
.muni-modal .mm-header {
  height: 70px;
  background-color: rgb(157.3333333333, 19.6666666667, 33.7142857143);
  color: #fff;
  line-height: 70px;
  padding: 0 20px;
  font-size: 1.25em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.muni-modal .mm-header .icon {
  position: absolute;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 15px;
  height: 15px;
}
.muni-modal .mm-header .icon:hover {
  color: rgb(255, 255, 255);
}
.muni-modal .mm-canvas {
  margin-top: 70px;
  width: 100%;
  padding: 20px;
  height: auto;
  line-height: 1.7;
  color: #222;
}
.muni-modal .mm-content {
  position: absolute;
  top: 70px;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 0 20px 20px 20px;
  line-height: 1.7;
  color: #222;
  overflow: auto;
}
.muni-modal .mm-content .mm-menu .mm-tabs {
  border-bottom: solid 1px #ddd;
  margin: 0;
  list-style: none;
  padding: 0;
}
.muni-modal .mm-content .mm-menu .mm-tabs::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.muni-modal .mm-content .mm-menu .mm-tabs li {
  float: left;
  outline: none;
  margin: 0 !important;
}
.muni-modal .mm-content .mm-menu .mm-tabs li:first-child {
  margin-left: 0;
}
.muni-modal .mm-content .mm-menu .mm-tabs a {
  cursor: pointer;
  display: block;
  outline: none;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  margin-top: 10px;
  border-bottom: 3px solid transparent;
  min-width: 100px;
  text-align: center;
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.muni-modal .mm-content .mm-menu .mm-tabs a:hover {
  color: rgb(0, 0, 0);
}
.muni-modal .mm-content .mm-menu .mm-tabs a.active {
  border-color: #408354;
  color: rgb(0, 0, 0);
}
.muni-modal .mm-content .mm-menu .mm-tabs a i {
  color: #bbb;
}
.muni-modal .mm-content .mm-article {
  display: none;
  margin-top: 1em !important;
}
.muni-modal .mm-content .mm-article:first-child {
  margin-top: 0;
}
.muni-modal .mm-content .mm-article ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  -ms-column-gap: 40px;
  column-gap: 40px;
}
.muni-modal .mm-content .mm-article ul li {
  padding: 0.4em 0;
  line-height: 1.5;
}
.muni-modal .mm-content .mm-article a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.95em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.muni-modal .mm-content .mm-article a:hover {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.muni-modal .mm-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  border-top: 1px solid #ddd;
  padding: 0 20px;
}
.muni-modal .mm-footer a {
  line-height: 70px;
  font-weight: 500;
  color: #222;
}
.muni-modal .mm-footer a::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  font-size: 0.75em;
  padding-left: 0.5em;
  vertical-align: middle;
  border-bottom: none !important;
}
.muni-modal .mm-footer a:hover {
  color: #408354;
}

#how {
  display: none;
  width: 100%;
  max-width: 1000px;
  height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
}

#page-translate {
  display: none;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.social-list {
  display: block;
}
.social-list div {
  width: 100%;
  display: block;
}
.social-list div + div {
  margin-top: 0.5em;
}
.social-list div span.social {
  padding-right: 0.8em;
}
.social-list.social-list-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-list.social-list-flex div {
  width: unset;
  display: inline-block;
}
.social-list.social-list-flex div + div {
  margin-top: 0;
}
.social-list.social-list-flex div span.social {
  padding-right: 0;
}
.social-list.social-list-flex.social-list-larger div {
  width: 60px;
}
.social-list.social-list-flex.social-list-larger span.social a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2em;
}
.social-list.social-list-flex.social-list-larger span.social a i {
  font-size: 1em;
  color: #fff;
  line-height: 60px;
  margin: 0;
}
.social-list span.social a, .social-list span.social a:hover {
  border-bottom: none;
  box-shadow: none;
  color: #fff !important;
}
.social-list span.social a i, .social-list span.social a:hover i {
  font-size: 1em;
  color: #fff;
  line-height: 30px;
  margin: 0;
}

h2 + .icon-text-block,
h3 + .icon-text-block {
  margin-top: 2em;
}

.icon-text-block {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 0;
  border: 3px solid #f3f3f3;
  position: relative;
  min-height: 100px;
}
.icon-text-block + .icon-text-block {
  margin-top: 10px;
}
.icon-text-block .itb-icon {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 80px;
  height: 40px;
  text-align: center;
}
.icon-text-block .itb-icon i {
  font-size: 40px;
  line-height: 40px;
  height: 40px;
}
.icon-text-block .itb-icon.itb-icon-green i {
  color: #339933;
}
.icon-text-block .itb-icon.itb-icon-yellow i {
  color: #ffcc00;
}
.icon-text-block .itb-icon.itb-icon-red i {
  color: #cc0000;
}
.icon-text-block .itb-text {
  margin-left: 80px;
}
.icon-text-block .itb-text h3 {
  color: #000;
  margin: 0;
}
.icon-text-block .itb-text h3 + * {
  margin-top: 0.3em;
}

.icon-link-blocks {
  --ilb-gap: 1rem;
  width: 100%;
  display: block;
  position: relative;
}
.icon-link-blocks::after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .icon-link-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--ilb-gap);
  }
}
.icon-link-blocks a {
  display: block;
  position: relative;
  width: 100%;
  background: #eee;
  padding: 2rem;
  box-shadow: none;
  border: none;
  min-height: 4rem;
}
@media screen and (min-width: 1024px) {
  .icon-link-blocks a.flex50 {
    display: flex;
    --flex-panel-items:2;
    width: calc(100% / var(--flex-panel-items) - (var(--flex-panel-items) - 1) / var(--flex-panel-items) * var(--ilb-gap));
    align-items: center;
  }
}
.icon-link-blocks a:hover {
  background: #bcebd1;
}
.icon-link-blocks a div.ilb-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 2rem;
  width: 2.5rem;
  height: 2rem;
  text-align: center;
}
.icon-link-blocks a div.ilb-icon i {
  display: block;
  font-size: 2rem;
  color: #408354;
  line-height: 1;
}
.icon-link-blocks a div.ilb-text {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 3.5rem;
}
.icon-link-blocks a + a {
  margin-top: 2%;
}
@media screen and (min-width: 1024px) {
  .icon-link-blocks a + a {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  div.fs-col .icon-link-blocks a {
    width: 100%;
    display: block;
  }
}

.icon-link-blocks.backoffice a {
  width: 100% !important;
  display: block !important;
}

div.news-category {
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 0.9em;
}

div.row-featured {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  div.row-featured {
    margin-bottom: 3em;
  }
}

.news-article-listing h2 a,
.news-category-listing h2 a {
  color: #408354;
  font-weight: 700;
  border-color: rgba(255, 255, 255, 0);
}
.news-article-listing h2 a:hover,
.news-category-listing h2 a:hover {
  color: #408354;
  border-color: #408354;
}
@media screen and (min-width: 768px) {
  .news-article-listing div.row-news:first-child,
  .news-category-listing div.row-news:first-child {
    margin-top: -20px !important;
  }
}

div.col-featured-large {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  div.col-featured-large {
    width: 70%;
    padding-right: 40px;
  }
}
div.col-featured-large.col-featured-full {
  width: 100%;
  padding-right: 0;
}
div.col-featured-large img,
div.col-featured-large span.zoom {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1330px) {
  div.col-featured-large img,
  div.col-featured-large span.zoom {
    margin-bottom: 1.2em;
  }
}
div.col-featured-large h2 {
  font-family: "Open Sans", arial, sans-serif;
  margin: 0;
  font-size: 1.3em;
  line-height: 1.3;
}
@media screen and (min-width: 1330px) {
  div.col-featured-large h2 {
    font-size: 1.5em;
    margin-top: 0.3em;
  }
}
div.col-featured-large p {
  margin-top: 0.6em;
  line-height: 1.6;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1330px) {
  div.col-featured-large p {
    margin-top: 0.3em;
  }
}

div.col-featured-small {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.col-featured-small {
    width: 30%;
  }
}
div.col-featured-small div + div {
  margin-top: 2em;
}
div.col-featured-small img,
div.col-featured-small span.zoom {
  margin-bottom: 0.8em;
}
div.col-featured-small h2 {
  font-family: "Open Sans", arial, sans-serif;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.3;
}

div.row-news {
  padding: 0;
}
@media screen and (min-width: 768px) {
  div.row-news {
    padding: 30px 0 30px 0;
    margin-top: 0 !important;
  }
}
div.row-news + div.row-news {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  div.row-news + div.row-news {
    border-top: 3px solid #f3f3f3;
    margin-top: 0;
  }
}
div.row-news .col *:first-child {
  margin-top: 0;
}
div.row-news .col + .col {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  div.row-news .col + .col {
    margin-top: 0;
  }
}
div.row-news .col + .col-news-image {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  div.row-news .col + .col-news-image {
    margin-top: 0;
  }
}
div.row-news .col + .col-news-text {
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  div.row-news .col + .col-news-text {
    margin-top: 0;
  }
}
div.row-news div.col-news-date {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.54);
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  div.row-news div.col-news-date {
    width: 15%;
    padding-top: 0;
    position: absolute;
    top: 30px;
    left: 0;
  }
}
div.row-news div.col-news-text {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  div.row-news div.col-news-text {
    position: relative;
    width: 55%;
    padding: 0 40px 0 0;
    margin-left: 15%;
  }
}
div.row-news div.col-news-text .news-category {
  display: none;
}
@media screen and (min-width: 768px) {
  div.row-news div.col-news-text .news-category {
    display: block;
    padding-bottom: 0.3em;
  }
}
div.row-news div.col-news-text h2 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 768px) {
  div.row-news div.col-news-text h2 {
    font-size: 1.3em;
  }
}
div.row-news div.col-news-text p {
  margin: 0.2em 0 0 0;
}
div.row-news div.col-news-text p.text-preview {
  display: block;
}
div.row-news div.col-news-text p.text-preview-fs {
  display: none;
}
div.row-news div.col-news-dummy {
  display: none;
}
@media screen and (min-width: 768px) {
  div.row-news div.col-news-dummy {
    display: block;
    width: 30%;
  }
  div.row-news div.col-news-dummy div {
    content: "";
    width: 100%;
    padding-top: 66%;
  }
}
div.row-news div.col-news-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.row-news div.col-news-image {
    display: block;
    width: 30%;
    padding-top: 0;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1000;
  }
}
div.row-news.hide-news-date div.col-news-date {
  display: none;
}
@media screen and (min-width: 768px) {
  div.row-news.hide-news-date div.col-news-text {
    width: 60%;
    margin-left: 0;
    padding-right: 20px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  div.row-news.hide-news-date div.col-news-dummy {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  div.row-news.hide-news-date div.col-news-image {
    width: 40%;
  }
}

@media screen and (min-width: 1330px) {
  div.fs-col div.row-news div.col-news-date {
    display: none;
  }
}
@media screen and (min-width: 1330px) {
  div.fs-col div.row-news div.col-news-text {
    width: 60%;
    margin-left: 0;
    padding-right: 20px;
  }
  div.fs-col div.row-news div.col-news-text p.text-preview {
    display: none;
  }
  div.fs-col div.row-news div.col-news-text p.text-preview-fs {
    display: block;
  }
}
@media screen and (min-width: 1330px) {
  div.fs-col div.row-news div.col-news-dummy {
    width: 40%;
  }
}
@media screen and (min-width: 1330px) {
  div.fs-col div.row-news div.col-news-image {
    width: 40%;
  }
}
div.fs-col > div.c-more-link {
  margin-top: 2em;
}
@media screen and (min-width: 1330px) {
  div.fs-col > div.c-more-link {
    margin-top: 1em;
  }
}

div.news-category-listing {
  margin-top: 0;
}
div.news-category-listing .row-news .col-news-text {
  padding-top: 0;
}
div.news-category-listing .row-news .col-news-date {
  line-height: 1.8;
}

h2 + div.news-category-listing,
h3 + div.news-category-listing {
  margin-top: 1.6em;
}

#news-more-articles h4 {
  margin: 0;
}

#article-figure {
  margin-left: -20px;
  width: calc(100% + 40px);
}
#article-figure + #news-article-body {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  #article-figure {
    margin: 0;
    width: 100%;
  }
}

#news-article-meta {
  margin-bottom: 1.5em;
}
#news-article-meta + * {
  margin-top: 0 !important;
}
#news-article-meta span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.4;
  vertical-align: middle;
}
#news-article-meta span.news-article-category {
  cursor: pointer;
  position: relative;
}
#news-article-meta span.news-article-category:hover, #news-article-meta span.news-article-category:hover::after {
  color: #222;
}
#news-article-meta span.news-article-category::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f078";
  font-size: 0.95em;
  padding-left: 0.3em;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.2);
}
#news-article-meta span.news-article-category.over .menu-pu, #news-article-meta span.news-article-category:hover .menu-pu {
  display: block;
}
#news-article-meta span.news-article-category .menu-pu {
  top: 10px;
  left: 0;
}
#news-article-meta + * {
  margin-top: 1em;
}

#news-article-body img {
  width: 100%;
  height: auto;
}
#news-article-body hr {
  border-top: 2px solid #ddd;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 2.5em 0 !important;
}
@media screen and (min-width: 1024px) {
  #news-article-body {
    padding-bottom: 4em;
    margin: 0;
  }
  #news-article-body.center-content {
    width: 640px;
    margin: 2em auto 0 auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1330px) {
  #news-article-body.center-content .news-event-details {
    margin-right: -81px;
  }
}
#news-article-body hr {
  border-top: 2px solid #ddd;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 2.5em 0 !important;
}

#news-article-bottom h4 {
  margin: 0;
  font-size: 1.05em;
}
#news-article-bottom div.row-news-more {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  #news-article-bottom div.row-news-more div.col-3 {
    width: 30.33%;
    margin-left: 4.5%;
  }
  #news-article-bottom div.row-news-more div.col-3:first-child {
    margin-left: 0;
  }
}
#news-article-bottom div.row-news-more h2 {
  font-family: "Open Sans", arial, sans-serif;
  margin: 0.6em 0 0 0;
  font-size: 1.15em;
  line-height: 1.5;
}
#news-article-bottom div.row-news-more h2 a {
  border-bottom: none;
}

.news-event-details {
  font-family: "Open Sans", arial, sans-serif;
  padding: 65px 20px 70px 20px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  margin: 1em 0 0 0;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .news-event-details {
    float: right;
    width: 50%;
    margin-top: 2em;
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
.news-event-details h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  background: rgb(157.3333333333, 19.6666666667, 33.7142857143);
  color: #fff;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 1em;
  font-family: "Open Sans", arial, sans-serif;
}
.news-event-details #event-title {
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.1rem;
}
.news-event-details ul#ce-summary {
  padding: 0;
}
.news-event-details ul#ce-summary li {
  line-height: 1.6;
  font-size: 0.95rem;
}
.news-event-details ul#ce-summary li::before {
  top: 4px;
}
.news-event-details ul#ce-summary li p {
  line-height: inherit;
  margin-top: 0.6em;
}
.news-event-details ul#ce-summary li p:first-child {
  margin-top: 0;
}
.news-event-details ul#ce-summary li#event-desc ul {
  margin-left: 1.3em;
  padding-left: 0;
  list-style-type: disc;
}
.news-event-details ul#ce-summary li#event-desc ul li {
  padding: 0;
}
.news-event-details ul#ce-summary li#event-desc ul li + li {
  margin-top: 0.6em;
}
.news-event-details ul#ce-summary div#dt-date {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}
.news-event-details ul#ce-summary div#dt-time {
  display: block;
  font-weight: 600;
  font-size: 1.05em;
  color: rgba(0, 0, 0, 0.54);
}
.news-event-details #ce-footer {
  padding: 0 20px;
  font-size: 1em;
  height: 50px;
  border-top: 1px solid rgb(228.65, 228.65, 228.65);
  font-weight: 600;
  font-family: "Open Sans", arial, sans-serif;
}

.panel-row {
  clear: both;
  position: relative;
  text-align: center;
  margin-top: -20px !important;
  padding-bottom: 1em;
}
@media screen and (min-width: 1330px) {
  .panel-row {
    text-align: left;
    padding-bottom: 0;
  }
}
.panel-row::after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.panel-row a.panel-block {
  display: inline-block;
  width: 225px;
  height: 225px;
  margin: 30px 15px 0 15px !important;
  background: #fff;
  padding: 25px;
  overflow: hidden;
  font-size: 1em;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  color: #888;
  border-bottom: none;
  text-decoration: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .panel-row a.panel-block {
    display: block;
    width: 235px;
    height: 235px;
    margin: 30px 30px 0 0 !important;
    float: left;
  }
}
@media screen and (min-width: 1330px) {
  .panel-row a.panel-block:nth-child(3n) {
    /*margin-right:0 !important;*/
  }
}
.panel-row a.panel-block:hover {
  border-bottom: none;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}
.panel-row a.panel-block:hover i {
  color: rgb(157.3333333333, 19.6666666667, 33.7142857143);
}
.panel-row a.panel-block div {
  position: relative;
  top: 50%;
  transform: translateY(-55%);
}
.panel-row a.panel-block h2 {
  font-size: 1.1em;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 600;
  margin: 0.7em 0 0 0;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.panel-row a.panel-block i {
  font-size: 2.6em;
  color: #ccc;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.panel-row a.panel-block p {
  display: block;
  margin-top: 0.5em;
  line-height: 1.3;
  font-size: 1em;
  color: #999;
}
@media screen and (min-width: 768px) {
  .panel-row a.panel-block p {
    line-height: 1.5;
  }
}

.panel {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .panel {
    padding: 90px 30px 30px 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    -ms-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
}
.panel::after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .panel:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  }
}
.panel *:first-child {
  margin-top: 0 !important;
}
.panel + .panel {
  margin-top: 2.5em;
  padding-top: 2em;
  border-top: 1px solid #e7e7e7;
}
@media screen and (min-width: 768px) {
  .panel + .panel {
    padding-top: 90px;
    border-top: none;
  }
}
.panel.create-panel {
  padding: 40px;
}
.panel h2 {
  position: relative;
  font-size: 1.2em !important;
  font-family: "Open Sans", arial, sans-serif;
  margin: 0;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .panel h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-bottom: 2px solid #f5f5f5;
    line-height: 60px;
    padding: 0 30px;
    vertical-align: middle;
  }
}
.panel h2:first-child i {
  margin-right: 15px;
  color: #0091ae;
  color: #fff;
  background: #eee;
  border-radius: 40px;
  font-size: 20px;
  line-height: 37px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: none;
}
@media screen and (min-width: 768px) {
  .panel h2:first-child + * {
    margin-top: 0;
  }
}
.panel h2 + form,
.panel h2 + ul {
  margin-top: 2em;
}
.panel a:first-child + h2 {
  margin-top: 0px !important;
}
.panel a:first-child .float-right {
  margin-top: 0px;
}
.panel p {
  line-height: 1.4;
}
.panel p + p {
  margin-top: 1em;
}
.panel p + form {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .panel form table {
    margin-top: 0;
  }
}

#remove-phone-link {
  margin: 1em 0 0 0;
}

ul.bookmark-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.bookmark-list li {
  padding: 0.7em 0;
  border-top: 1px solid #ececec;
}
ul.bookmark-list li:first-child {
  padding-top: 0;
  border-top: none;
}
ul.bookmark-list li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 1.25em;
  content: "\f15c";
  content: "\f02e";
  padding-right: 14px;
  vertical-align: middle;
  color: #ccc;
}

.snackbar-container button.action {
  color: rgba(255, 255, 255, 0.7) !important;
  background: none;
}

.m-warning p {
  color: #ffcc00 !important;
}

.m-error p {
  color: #ffcc00 !important;
}

.m-fail {
  background: #cc0000 !important;
}

.panel .message {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1.7em;
  background: #999;
  color: #222;
  font-weight: 600;
  padding: 14px 30px;
  font-size: 1;
  text-align: left;
  opacity: 0;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.panel .message i {
  margin-right: 15px;
}

.notify-table {
  font-size: 1em;
  line-height: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .notify-table {
    margin-top: 0;
  }
}
.notify-table th {
  padding: 0 8px 16px 8px;
  text-align: center;
  vertical-align: middle;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .notify-table th {
    padding: 0 12px 16px 12px;
  }
}
.notify-table td {
  padding: 16px 8px;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .notify-table td {
    padding: 16px 12px;
  }
}
.notify-table td.nt-input {
  line-height: 0px;
  font-size: 0px;
}
.notify-table tbody:first-child tr:first-child td {
  border-top: none;
}
.notify-table tbody td {
  border-top: 1px solid #eee;
}

.notify-table input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.notify-table input:checked + label {
  background: rgb(157.3333333333, 19.6666666667, 33.7142857143);
}
.notify-table input:checked + label::after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}
.notify-table label {
  cursor: pointer;
  text-indent: -9999px;
  width: 33px;
  height: 20px;
  background: #ddd;
  display: block;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.notify-table label:hover {
  background: #bbb;
}
.notify-table label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 14px;
  transition: 0.3s;
}

.show-password {
  font-size: 1.2em;
  cursor: pointer;
  vertical-align: middle;
  margin-left: -30px;
}
.show-password i {
  color: #bbb;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.show-password i:hover {
  color: #000;
}

.validation-summary-errors {
  display: block;
  border-left: 3px solid #ffd958;
  padding: 10px 20px;
}
.validation-summary-errors ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.field-validation-error {
  margin-left: 10px;
  font-size: 0.9em;
}

.mp-search-form {
  margin: 0;
  padding: 0;
}

.mp-search-form form p:first-child {
  margin-top: 0 !important;
}

.mp-search-form form input[type=text] {
  width: 100%;
  font-size: 1.2em;
}

.mp-search-query {
  margin: 2em 0 1em 0;
}

.mp-search-result {
  margin: 0;
  padding: 1em 0;
}

.result-parent {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.9em;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

.result-heading {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.4;
}

.result-body {
  margin-top: 0.5em;
  line-height: 1.6;
  color: #222;
  font-size: 1em;
}

.result-file {
  margin-top: 0.2em;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1em;
}

.result-tags {
  margin-top: 0.3em;
  line-height: 1.4;
}

.result-tags a + a {
  margin-left: 0.4em;
}

.page-of-page {
  color: rgba(0, 0, 0, 0.54);
}

/*
====================

	Print

====================
*/
@media screen {
  .print-only {
    display: none;
  }
}
@media print {
  .print-only {
    display: block;
  }
  body {
    background: #fff;
  }
  #sticky-header,
  #sticky-menu,
  #fake-modal,
  #header,
  footer,
  #c-side,
  #page-share,
  #placeholder {
    display: none;
  }
  #print-header {
    font-family: "Vollkorn", Times, serif;
    font-weight: 600;
    font-size: 1.4rem;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 2px solid #eee;
  }
  #print-header div {
    font: 600 0.7rem "Open Sans", a rial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-top: 0.2em;
  }
  section#article header {
    margin-bottom: 0.8em;
  }
  section#article,
  .page,
  #c-article {
    padding: 0 !important;
    width: 100%;
  }
  body div#c-article,
  body #article article {
    font-size: 0.9rem;
  }
  .rem {
    font-size: 0.9rem !important;
  }
  @page {
    margin: 50pt 40pt 60pt 40pt;
  }
}
