@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap");
.btn, .wp-block-latest-posts__post-excerpt > a, .wp-block-button__link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .wp-block-latest-posts__post-excerpt > a, .wp-block-button__link {
      transition: none; } }
  .btn:hover, .wp-block-latest-posts__post-excerpt > a:hover, .wp-block-button__link:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .wp-block-latest-posts__post-excerpt > a:focus, .wp-block-button__link:focus, .btn.focus, .wp-block-latest-posts__post-excerpt > a.focus, .focus.wp-block-button__link {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(139, 181, 33, 0.25); }
  .btn.disabled, .wp-block-latest-posts__post-excerpt > a.disabled, .disabled.wp-block-button__link, .btn:disabled, .wp-block-latest-posts__post-excerpt > a:disabled, .wp-block-button__link:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .wp-block-latest-posts__post-excerpt > a:not(:disabled):not(.disabled), .wp-block-button__link:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .wp-block-latest-posts__post-excerpt > a.disabled, a.disabled.wp-block-button__link,
fieldset:disabled a.btn,
fieldset:disabled .wp-block-latest-posts__post-excerpt > a,
fieldset:disabled a.wp-block-button__link {
  pointer-events: none; }

.btn-primary, .wp-block-latest-posts__post-excerpt > a, .wp-block-button__link {
  color: #212529;
  background-color: #8bb521;
  border-color: #8bb521; }
  .btn-primary:hover, .wp-block-latest-posts__post-excerpt > a:hover, .wp-block-button__link:hover {
    color: #fff;
    background-color: #72951b;
    border-color: #6a8a19; }
  .btn-primary:focus, .wp-block-latest-posts__post-excerpt > a:focus, .wp-block-button__link:focus, .btn-primary.focus, .wp-block-latest-posts__post-excerpt > a.focus, .focus.wp-block-button__link {
    color: #fff;
    background-color: #72951b;
    border-color: #6a8a19;
    box-shadow: 0 0 0 0.2rem rgba(123, 159, 34, 0.5); }
  .btn-primary.disabled, .wp-block-latest-posts__post-excerpt > a.disabled, .disabled.wp-block-button__link, .btn-primary:disabled, .wp-block-latest-posts__post-excerpt > a:disabled, .wp-block-button__link:disabled {
    color: #212529;
    background-color: #8bb521;
    border-color: #8bb521; }
  .btn-primary:not(:disabled):not(.disabled):active, .wp-block-latest-posts__post-excerpt > a:not(:disabled):not(.disabled):active, .wp-block-button__link:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wp-block-latest-posts__post-excerpt > a:not(:disabled):not(.disabled).active, .wp-block-button__link:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .wp-block-latest-posts__post-excerpt.show > a.dropdown-toggle,
  .show > .dropdown-toggle.wp-block-button__link {
    color: #fff;
    background-color: #6a8a19;
    border-color: #627f17; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .wp-block-latest-posts__post-excerpt > a:not(:disabled):not(.disabled):active:focus, .wp-block-button__link:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wp-block-latest-posts__post-excerpt > a:not(:disabled):not(.disabled).active:focus, .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .wp-block-latest-posts__post-excerpt.show > a.dropdown-toggle:focus,
    .show > .dropdown-toggle.wp-block-button__link:focus {
      box-shadow: 0 0 0 0.2rem rgba(123, 159, 34, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #086634;
  border-color: #086634; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #054322;
    border-color: #04371c; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #054322;
    border-color: #04371c;
    box-shadow: 0 0 0 0.2rem rgba(45, 125, 82, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #086634;
    border-color: #086634; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #04371c;
    border-color: #032b16; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(45, 125, 82, 0.5); }

.btn-success {
  color: #212529;
  background-color: #8bb521;
  border-color: #8bb521; }
  .btn-success:hover {
    color: #fff;
    background-color: #72951b;
    border-color: #6a8a19; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #72951b;
    border-color: #6a8a19;
    box-shadow: 0 0 0 0.2rem rgba(123, 159, 34, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #8bb521;
    border-color: #8bb521; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #6a8a19;
    border-color: #627f17; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(123, 159, 34, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #dcd500;
  border-color: #dcd500; }
  .btn-warning:hover {
    color: #212529;
    background-color: #b6b000;
    border-color: #a9a400; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #b6b000;
    border-color: #a9a400;
    box-shadow: 0 0 0 0.2rem rgba(192, 187, 6, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #dcd500;
    border-color: #dcd500; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #a9a400;
    border-color: #9c9700; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(192, 187, 6, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #9c287d;
  border-color: #9c287d; }
  .btn-danger:hover {
    color: #fff;
    background-color: #7e2065;
    border-color: #731e5c; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #7e2065;
    border-color: #731e5c;
    box-shadow: 0 0 0 0.2rem rgba(171, 72, 145, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #9c287d;
    border-color: #9c287d; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #731e5c;
    border-color: #691b54; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(171, 72, 145, 0.5); }

.btn-light {
  color: #fff;
  background-color: #a29380;
  border-color: #a29380; }
  .btn-light:hover {
    color: #fff;
    background-color: #91806a;
    border-color: #8a7a65; }
  .btn-light:focus, .btn-light.focus {
    color: #fff;
    background-color: #91806a;
    border-color: #8a7a65;
    box-shadow: 0 0 0 0.2rem rgba(176, 163, 147, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background-color: #a29380;
    border-color: #a29380; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #8a7a65;
    border-color: #837360; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(176, 163, 147, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary {
  color: #8bb521;
  border-color: #8bb521; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #8bb521;
    border-color: #8bb521; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 181, 33, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #8bb521;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #8bb521;
    border-color: #8bb521; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 181, 33, 0.5); }

.btn-outline-secondary {
  color: #086634;
  border-color: #086634; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #086634;
    border-color: #086634; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 102, 52, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #086634;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #086634;
    border-color: #086634; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(8, 102, 52, 0.5); }

.btn-outline-success {
  color: #8bb521;
  border-color: #8bb521; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #8bb521;
    border-color: #8bb521; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 181, 33, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #8bb521;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #8bb521;
    border-color: #8bb521; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 181, 33, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #dcd500;
  border-color: #dcd500; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #dcd500;
    border-color: #dcd500; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 213, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #dcd500;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #dcd500;
    border-color: #dcd500; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 213, 0, 0.5); }

.btn-outline-danger {
  color: #9c287d;
  border-color: #9c287d; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #9c287d;
    border-color: #9c287d; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(156, 40, 125, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #9c287d;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #9c287d;
    border-color: #9c287d; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 40, 125, 0.5); }

.btn-outline-light {
  color: #a29380;
  border-color: #a29380; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #a29380;
    border-color: #a29380; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(162, 147, 128, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #a29380;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #a29380;
    border-color: #a29380; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(162, 147, 128, 0.5); }

.btn-outline-dark {
  color: #000;
  border-color: #000; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #8bb521;
  text-decoration: none; }
  .btn-link:hover {
    color: #597415;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .category-2:not(.single) .site-main > .post .entry-title a, ul.aboutus-block li > a, ul.aboutus-block li.active > a, .h4, .post-24 .ultp-block-title, .h5, .h6, .category-2:not(.single) .site-main.aboutus-accordion-activated .post:not(.active) .entry-title a, ul.aboutus-block.aboutus-accordion-activated li:not(.active) > a {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 1.8rem; }

h2, .h2 {
  font-size: 1.575rem; }

h3, .h3, .category-2:not(.single) .site-main > .post .entry-title a, ul.aboutus-block li > a, ul.aboutus-block li.active > a {
  font-size: 1.305rem; }

h4, .h4, .post-24 .ultp-block-title {
  font-size: 1.17rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6, .category-2:not(.single) .site-main.aboutus-accordion-activated .post:not(.active) .entry-title a, ul.aboutus-block.aboutus-accordion-activated li:not(.active) > a {
  font-size: 0.9rem; }

.lead {
  font-size: 1.125rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline, .menu-language-switcher-container ul {
  padding-left: 0;
  list-style: none; }

.list-inline-item, .menu-language-switcher-container ul > li {
  display: inline-block; }
  .list-inline-item:not(:last-child), .menu-language-switcher-container ul > li:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row, .post-24 .ultp-block-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .post-24 .ultp-block-item, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3, .post-24 .ultp-block-item {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

body {
  background-color: #f8f9fa; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto; }

a, button, input {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

blockquote {
  font-size: 1.25rem;
  padding: 1.25rem 1.75rem; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

table th, table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

table tbody + tbody {
  border-top: 2px solid #dee2e6; }

table table {
  background-color: #fff; }

figcaption {
  padding-top: 0;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left; }

input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 0.5rem 1.25rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  cursor: pointer; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote {
  font-style: italic;
  font-size: 1.15rem;
  border-left: 3px solid rgba(33, 37, 41, 0.25);
  padding: 0.5rem 1.75rem;
  background: rgba(33, 37, 41, 0.05); }

blockquote p {
  font-size: 1.15rem; }

blockquote p:last-child {
  margin-bottom: 0; }

.navbar-dark .navbar-nav .dropdown-menu a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.site-footer {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%; }

.post-thumbnail {
  margin-top: 1.5em;
  display: inline-block; }

.card-title.entry-title {
  margin-bottom: .25rem; }

.entry-meta {
  font-size: .9rem; }

.entry-footer {
  font-size: .9rem;
  margin-top: 1rem; }

.comments-link {
  float: right;
  margin: 4px 0px 4px 10px;
  font-size: 90%;
  padding-top: 0.2em; }

.cat-links .badge, .tags-links .badge {
  font-size: 90%;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 4px 10px 4px 0;
  padding: 0.4em .9em; }

.cat-links a, .tags-links a {
  color: #6c757d; }

.cat-links a:hover, .tags-links a:hover {
  text-decoration: none;
  color: #212529; }

.entry-meta a, .comments-link a, .edit-link a {
  color: #6c757d; }

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
  text-decoration: none;
  color: #007bff; }

.entry-title a:hover {
  color: #007bff !important; }

.content-area.wp-bp-404 .card-body {
  padding: 2.5rem 4rem; }

.sidebar-1-area .widget, .footer-widgets .widget {
  margin-bottom: 0;
  padding: 2rem; }

.sidebar-1-area .widget ul, .footer-widgets .widget ul {
  padding-left: 20px;
  color: #6c757d;
  margin-bottom: 0; }

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: square; }

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a {
  color: #6c757d; }

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover {
  color: #212529;
  text-decoration: none; }

.footer-widgets .widget {
  padding: 0.5rem; }

#wp-calendar #next {
  text-align: right; }

#wp-calendar #prev a, #wp-calendar #next a {
  color: #6c757d; }

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
  color: #212529;
  text-decoration: none; }

#calendar_wrap table th, #calendar_wrap table td {
  padding: .25rem; }

.hentry.card .card-body {
  padding: 1.5rem; }

select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.entry-title a:hover {
  text-decoration: none; }

.mt-3r {
  margin-top: 3rem; }

.wp-bs-4-jumbotron {
  margin-bottom: 0; }

.wp-bs-4-jumbotron .jumbotron-heading {
  font-weight: 600; }

.wp-bs-4-jumbotron .container {
  max-width: 40rem; }

.comments-area {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word; }

.comments-area .media-body {
  overflow: auto; }

.comments-area .comment-list {
  list-style: none;
  padding-left: 0; }

.comments-area .comment-list > li {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 2.5rem 4rem; }

.comments-area .comment-list ul.children {
  list-style: none;
  padding-left: 2rem; }

.comments-area .comment-list ul.children li {
  padding: 2.5rem 0 0; }

.comments-area .comment-list .comment-respond {
  padding: 2.5rem 4rem; }

.comments-area .comments-title {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid #dee2e6 !important; }

.comments-area .comment-navigation {
  padding: 1rem 4rem 0;
  border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-comment-form {
  padding: 2.5rem 4rem; }

.comments-area .wb-cancel-reply {
  margin-left: 2rem; }

.comments-area .logged-in-as {
  padding-left: 15px;
  font-size: .9rem; }

.comments-area .logged-in-as a {
  color: #6c757d; }

.comments-area .logged-in-as a:hover {
  color: #212529;
  text-decoration: none; }

.comments-area .wb-comment-notes {
  font-size: .9rem; }

.comments-area .no-comments {
  padding: 1rem 4rem; }

.comments-area small {
  font-size: .9rem; }

.comments-area p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link {
  margin-right: 1rem;
  color: #6c757d; }

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
  color: #212529;
  text-decoration: none; }

.comments-area .comment-author a:hover {
  text-decoration: none;
  color: #212529; }

.wp-bp-sticky {
  position: absolute;
  top: 0;
  right: 1rem; }

.single .post-navigation .nav-links a {
  color: #6c757d;
  margin-bottom: 2rem;
  display: inline-block; }

.single .post-navigation .nav-links a:hover {
  color: #212529;
  text-decoration: none; }

.navbar {
  padding: 1rem; }

#wp-bp-posts-slider {
  border: 1px solid rgba(0, 0, 0, 0.125); }

#wp-bp-posts-slider .carousel-item img {
  width: auto;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover; }

#wp-bp-posts-slider .carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 4rem; }

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next {
  width: 10%; }

.custom-logo-link {
  margin-right: 1rem; }

.site-title a, .navbar-dark .navbar-brand, .site-description {
  color: #fff;
  margin-bottom: 0; }

.navbar-brand {
  font-size: 1.5rem; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  opacity: 0.5; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  opacity: 0.75; }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
  opacity: 1; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
  color: #212529; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #212529; }

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
  margin-top: 0 !important; }

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
  display: none; }

.navbar-toggler {
  background-color: #343a40; }

.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

body.custom-background .wp-bp-main-content .col-md-8 {
  background: #f8f9fa;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.site-footer a:hover {
  text-decoration: none; }

.admin-bar .site-header.sticky-top {
  top: 32px; }

.wb-bp-front-page .site-header {
  border-bottom: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-color: #343a40;
  border-radius: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
  padding: 10rem 2rem;
  /* background: rgba(#212529, 0.7); */ }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
  opacity: .75; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem; }

.wb-bp-front-page .wp-bp-services-section {
  padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content {
  padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content p {
  font-size: 1.25rem;
  font-weight: 300; }

.wb-bp-front-page .wp-bp-main-content blockquote {
  font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content blockquote p {
  font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
  margin-bottom: 1rem;
  margin-top: 0.5rem; }

.wb-bp-front-page .wp-bp-feat-card-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%; }

.wp-caption .wp-caption-text {
  font-size: 0.95rem; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .hentry.card .card-body {
    padding: 2.5rem 3rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: block; } }

@media (min-width: 768px) {
  .hentry.card .card-body {
    padding: 2.5rem 3rem; } }

a:hover, a:focus {
  text-decoration: none; }

b, strong {
  font-weight: 600; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
  border-radius: 0; }

.btn-primary, .wp-block-latest-posts__post-excerpt > a, .wp-block-button__link {
  color: #ffffff; }

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0; }

.main-navigation .nav-item {
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  padding: 0.8rem; }
  .main-navigation .nav-item.active .nav-link {
    color: #fff !important;
    border-bottom: 1px solid #fff; }

.main-navigation .nav-link {
  color: #000 !important;
  opacity: 1 !important;
  padding: 0.1rem 0; }
  .main-navigation .nav-link:hover, .main-navigation .nav-link:focus {
    color: #fff !important; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; } }

.site-logo {
  height: 48px;
  width: auto;
  background-image: url("./assets/images/oia_logo_web_zold_251x48.png");
  background-position: top left;
  background-size: cover; }
  .site-logo img {
    opacity: 0; }

.type-page .entry-header {
  display: none; }

.header-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

.searchform-wrapper {
  position: relative;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 38px;
  overflow: hidden;
  background: transparent;
  border: none;
  color: #fff;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease; }
  .searchform-wrapper input[type="text"] {
    border: none;
    background: transparent; }
  .searchform-wrapper .icon {
    display: block;
    position: absolute;
    left: 0.5rem;
    top: 25%;
    color: #212529;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease; }
  .searchform-wrapper input.s {
    padding-left: 2.5rem;
    height: 100%;
    width: 100%;
    color: #fff !important; }
    .searchform-wrapper input.s:active, .searchform-wrapper input.s:focus {
      color: #fff; }
    .searchform-wrapper input.s::placeholder, .searchform-wrapper input.s::-webkit-input-placeholder, .searchform-wrapper input.s:-moz-placeholder, .searchform-wrapper input.s::-moz-placeholder, .searchform-wrapper input.s:-ms-input-placeholder {
      color: #fff;
      opacity: 0.8; }
  .searchform-wrapper:hover, .searchform-wrapper:focus {
    background: rgba(0, 0, 0, 0.2);
    width: 150px; }
    .searchform-wrapper:hover .icon, .searchform-wrapper:focus .icon {
      color: #fff; }

.menu-language-switcher-container {
  margin-right: 1rem; }
  .menu-language-switcher-container ul {
    margin: 0; }
    .menu-language-switcher-container ul > li {
      font-weight: 800; }
      .menu-language-switcher-container ul > li:not(:last-child) {
        margin-right: 0; }
        .menu-language-switcher-container ul > li:not(:last-child)::after {
          content: "|"; }
      .menu-language-switcher-container ul > li.active a {
        color: #fff; }
      .menu-language-switcher-container ul > li a {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
        color: #212529; }
        .menu-language-switcher-container ul > li a:hover, .menu-language-switcher-container ul > li a:focus,
        .menu-language-switcher-container ul > li a .active {
          color: #fff; }

.site-footer {
  background-color: #000 !important;
  font-size: 0.8rem;
  font-weight: 500; }
  .site-footer > .footer-widgets > .container > .row > .col:nth-child(1), .post-24 .site-footer > .footer-widgets > .container > .ultp-block-row > .col:nth-child(1) {
    min-width: 25%; }
  .site-footer .rpwe_widget .widget-title {
    position: relative;
    padding-bottom: 0.5rem;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 90%; }
    .site-footer .rpwe_widget .widget-title:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 3rem;
      border-bottom: 1px solid #fff; }
  .site-footer .rpwe_widget .rpwe-ul {
    list-style-type: none; }
    .site-footer .rpwe_widget .rpwe-ul > li {
      list-style: none;
      border: none;
      margin-bottom: 0; }
  .site-footer .rpwe_widget .rpwe-block a {
    color: #fff;
    opacity: 0.6; }
    .site-footer .rpwe_widget .rpwe-block a:hover, .site-footer .rpwe_widget .rpwe-block a:focus {
      opacity: 1; }
  .site-footer .rpwe_widget .rpwe-block h3 {
    font-size: 0.8rem !important;
    font-weight: 500; }

#text-5 {
  position: relative; }
  #text-5::after {
    content: ' ';
    display: block;
    position: absolute;
    top: -0.5rem;
    left: 0.5rem;
    width: 25%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.5; }
  #text-5 .widget-title {
    text-transform: uppercase;
    font-size: 90%;
    opacity: 0.5; }
  #text-5 img {
    padding-bottom: 0.8rem;
    padding-right: 0.3rem; }

.category-2 .main-navigation.navbar.bg-dark,
.page-id-23 .main-navigation.navbar.bg-dark {
  background-color: #8bb521 !important; }

.category-2:not(.single) .site-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  @media (min-width: 992px) {
    .category-2:not(.single) .site-main {
      display: table;
      min-height: 500px; } }
  .category-2:not(.single) .site-main > .post {
    flex: 1;
    height: 100%;
    padding: 1rem;
    text-align: center;
    background-color: #8bb521;
    border-radius: 0;
    border: none; }
    @media (min-width: 992px) {
      .category-2:not(.single) .site-main > .post {
        display: table-cell;
        vertical-align: middle;
        width: 25%; } }
    .category-2:not(.single) .site-main > .post:nth-child(1) {
      background-color: #dcd500; }
    .category-2:not(.single) .site-main > .post:nth-child(3) {
      background-color: #086634;
      color: #fff; }
    .category-2:not(.single) .site-main > .post:nth-child(4) {
      background-color: #9c287d;
      color: #fff; }
    .category-2:not(.single) .site-main > .post .entry-title a {
      display: block;
      width: 100%;
      font-weight: bold;
      color: #ffffff; }
      .category-2:not(.single) .site-main > .post .entry-title a.text-dark {
        color: #ffffff !important; }
      .category-2:not(.single) .site-main > .post .entry-title a:hover, .category-2:not(.single) .site-main > .post .entry-title a:focus {
        opacity: 1; }
    .category-2:not(.single) .site-main > .post:not(.active) .entry-summary {
      display: none; }
      @media (min-width: 992px) {
        .category-2:not(.single) .site-main > .post:not(.active) .entry-summary {
          vertical-align: middle; } }
  @media (min-width: 992px) {
    .category-2:not(.single) .site-main.aboutus-accordion-activated .post {
      width: auto; } }
  .category-2:not(.single) .site-main.aboutus-accordion-activated .post:not(.active) .entry-title a {
    font-weight: bold; }
  @media (min-width: 768px) {
    .category-2:not(.single) .site-main .hentry.card .card-body {
      padding: 1rem; } }

ul.aboutus-block {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  @media (min-width: 992px) {
    ul.aboutus-block {
      display: table;
      min-height: 500px; } }
  ul.aboutus-block li {
    flex: 1;
    height: 100%;
    padding: 1rem;
    text-align: center;
    background-color: #8bb521; }
    @media (min-width: 992px) {
      ul.aboutus-block li {
        display: table-cell;
        vertical-align: middle;
        width: 25%; } }
    ul.aboutus-block li:nth-child(1) {
      background-color: #dcd500; }
    ul.aboutus-block li:nth-child(3) {
      background-color: #086634;
      color: #fff; }
    ul.aboutus-block li:nth-child(4) {
      background-color: #9c287d;
      color: #fff; }
    ul.aboutus-block li > a {
      display: block;
      width: 100%;
      font-weight: bold;
      color: #ffffff;
      opacity: 0.8; }
      ul.aboutus-block li > a:hover, ul.aboutus-block li > a:focus {
        opacity: 1; }
    ul.aboutus-block li:not(.active) div.wp-block-latest-posts__post-full-content {
      display: none; }
    ul.aboutus-block li.active > a {
      opacity: 1;
      font-weight: bold;
      margin-bottom: 1rem; }
  @media (min-width: 992px) {
    ul.aboutus-block.aboutus-accordion-activated li {
      width: auto; } }
  ul.aboutus-block.aboutus-accordion-activated li:not(.active) > a {
    font-weight: bold; }

.category-3 .main-navigation.navbar.bg-dark,
.page-id-56 .main-navigation.navbar.bg-dark {
  background-color: #018d36 !important; }

.category-3 .site-logo,
.page-id-56 .site-logo {
  background-image: url("./assets/images/oia_logo_web_feher_251x48.png"); }

@media (min-width: 992px) {
  .category-3:not(.single) .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.category-3:not(.single) .site-main > .post {
  display: block;
  border-left: 1rem solid #8bb521; }
  @media (min-width: 992px) {
    .category-3:not(.single) .site-main > .post {
      width: 32%; } }
  .category-3:not(.single) .site-main > .post:nth-child(5n+1) {
    border-left-color: #dcd500; }
  .category-3:not(.single) .site-main > .post:nth-child(5n+2) {
    border-left-color: #8bb521; }
  .category-3:not(.single) .site-main > .post:nth-child(5n+3) {
    border-left-color: #086634; }
  .category-3:not(.single) .site-main > .post:nth-child(5n+4) {
    border-left-color: #9c287d; }
  .category-3:not(.single) .site-main > .post:nth-child(5n) {
    border-left-color: #a29380; }
  .category-3:not(.single) .site-main > .post .card-body {
    height: 100%; }
    @media (min-width: 992px) {
      .category-3:not(.single) .site-main > .post .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }

.category-5 .main-navigation.navbar.bg-dark,
.page-id-62 .main-navigation.navbar.bg-dark {
  background-color: #9c287d !important; }

.category-5 .site-logo,
.page-id-62 .site-logo {
  background-image: url("./assets/images/oia_logo_web_feher_251x48.png"); }

@media (min-width: 992px) {
  .category-5:not(.single) .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; } }

@media (min-width: 992px) {
  .category-5:not(.single) .site-main > .post {
    width: 46%; } }

@media (min-width: 992px) {
  .category-4:not(.single) .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 992px) {
  .category-4:not(.single) .site-main > .post {
    width: 49%; } }

.wb-bp-front-page .main-navigation.navbar.bg-dark {
  background-color: #dcd500 !important; }

.front-title {
  font-size: 4rem;
  font-weight: 800;
  color: #dcd500;
  padding-left: 3rem; }

#text-3 .textwidget > p:first-of-type {
  margin-right: -25px; }
  #text-3 .textwidget > p:first-of-type img {
    width: 100%;
    height: auto; }

.single-kuratorok .main-navigation.navbar.bg-dark {
  background-color: #8bb521 !important; }

@media (min-width: 768px) {
  .type-kuratorok.hentry.card .card-body {
    position: relative;
    padding-top: 280px !important; }
  .type-kuratorok .post-thumbnail {
    /*max-width: 33%;
      float: left;
      margin-right: 1rem;*/
    position: absolute;
    top: 1.3rem;
    left: 3rem;
    max-height: 200px;
    overflow: hidden; }
    .type-kuratorok .post-thumbnail img {
      height: 200px;
      width: auto; } }

.ultp-block-image img {
  border-radius: 100%; }

.ultp-block-title a {
  color: #fff; }
  .ultp-block-title a:hover, .ultp-block-title a:focus {
    color: #000; }

.post-24 .ultp-block-item {
  margin-bottom: 1rem; }

.post-24 .ultp-block-title {
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem; }

.post-24 .ultp-block-excerpt {
  font-size: 0.7875rem; }

.post-24 .ultp-block-image {
  position: relative;
  overflow: hidden;
  border-radius: 100%; }
  .post-24 .ultp-block-image:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    padding-top: 100%; }

.post-24 .ultp-block-image img {
  position: absolute;
  top: 0;
  left: 0; }

.card-title {
  font-weight: 700; }

.wrap {
  width: 100%;
  margin: auto; }
  .wrap img {
    max-width: 100%; }
