* {
  font-family: "Rubik", arial, sans-serif;
}
:root {
  --ariel: #374fa6;
  --eventsPrimaryColor: #374fa6 !important;
}
a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;

  color: #2d55aa;
}

a:hover,
a:focus {
  color: #254894;
}
.read-more-btn {
  background-color: var(--eventsPrimaryColor);
}
/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle,
.btn-outline-info:hover,
.btn-info:hover {
  color: #fff;
  background-color: var(--ariel);
  border-color: var(--ariel);
}
.btn-info,
.btn-primary {
  background-color: var(--ariel);
  border-color: var(--ariel);
}
.btn-outline-info,
.btn-outline-primary {
  color: var(--ariel);
  border-color: var(--ariel);
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: #fff;
  background-color: var(--ariel);
  border-color: var(--ariel);
}
figure {
  margin: 0;
}

caption {
  position: fixed;
  top: -999px;
}

@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }
}

.table {
  border: 1px solid #3aaaff;
}
.table thead th {
  border-bottom: 2px solid #3aaaff;
  background: #2d55aa;
  color: #fff;
}
.table td,
.table th {
  border-top: 1px solid #3aaaff;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(241 247 255);
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #3aaaff;
}

legend {
  font-size: 1rem;
}

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

.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}

@media (min-width: 1460px) {
  .container {
    max-width: 1400px;
  }
}

.btn {
  border-radius: 2rem;
}

.btn-success {
  color: #fff;
  background-color: #00854b;
  border-color: #00854b;
}
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  background-color: #08844e;
  border-color: #08844e;
}

.ui-front {
  z-index: 999999999;
}

@media (max-width: 991px) {
  .table-mobile-friendly,
  .table-mobile-friendly thead,
  .table-mobile-friendly tbody,
  .table-mobile-friendly caption,
  .table-mobile-friendly tr,
  .table-mobile-friendly th,
  .table-mobile-friendly td {
    display: block;
  }

  .rich-content .phonebook-comp table.table-mobile-friendly {
    background: none;
    border: 0;
  }

  .table-mobile-friendly thead {
    position: fixed;
    top: -999px;
  }

  .table-mobile-friendly tr {
    margin-bottom: 1rem;
    background: #fff;
    border: 1px solid #3aaaff;
  }
}

.alert-info {
  color: #212529;
  background-color: #f1f7ff;
  border-color: #219fff;
}
.alert-info a {
  color: inherit;
}

.alert-success {
  color: #00854b;
  background-color: #f5fffb;
  border-color: #00854b;
}
.alert-success a {
  color: inherit;
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  margin: 0;
  padding: 0;

  background: #f1f7ff;
  margin-top: 100px;
}

body.with-strip-ad {
  margin-top: 0;
}

/* Header */

.header {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  color: #000;

  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;

  height: 100px;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.with-strip-ad .header {
  top: 81px;
}

.header.offset {
  top: 0;
}

.header a {
  color: inherit;
}

/**/

.top-alert {
  background: #00854b;
  color: #fff;

  padding: 20px;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 1.3rem;
  position: relative;

  margin-bottom: 100px;

  /*text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;*/
}

#topAlert {
  position: relative;
  overflow: hidden;
}

.top-alert h2 {
  display: block;
  position: absolute;
  top: 23px;
  right: 23px;

  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 2rem;
  border: 2px solid #ffb709;
  padding: 0.2rem 1rem;
  background: #ffb709;
  color: #412e00;
  margin: 0;
}

@media (max-width: 991px) {
  .top-alert {
    padding-right: 20px;
  }
  .top-alert h2 {
    display: none;
  }
}

.top-alert .msg {
  font-size: 1.3rem;
  border: 2px solid transparent;
  padding: 0.2rem 1rem;
}

.top-alert button {
  position: absolute;
  top: 23px;
  left: 23px;
  border-radius: 2rem;
  border: 2px solid #fff;
  padding: 0 1rem;
  background: none;
  font-size: 1.3rem;
  color: #fff;
}

.top-alert .bn-news ul li a {
  color: #fff;
}
.top-alert .bn-news ul li a:hover,
.top-alert .bn-news ul li a:focus {
  color: #ffb709;
}

/* Logo */

.header .logo {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  z-index: 3;
}

.header .logo img {
  display: block;
  height: 60px;
}

/* Navigation */

.header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header nav a {
  color: inherit;
}

.header nav a.on,
.header nav li.on > span > a {
  font-weight: bold;
}

.header nav button {
  display: none;
}

@media (min-width: 1200px) {
  .header .navigation {
  }

  .header nav > ul {
    text-align: center;
    position: relative;
    width: fit-content;
    padding: 0 3rem;
    margin: 0 auto;
  }

  .header nav li:hover > ul {
    display: block;
    transition-delay: 1s;
  }

  .header nav > ul > li {
    display: inline-block;
  }

  .header nav > ul > li > span > a {
    display: inline-block;
    padding: 2.15rem 15px;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .header nav > ul > li:after {
    content: "\\\\";
    color: rgb(29 153 217);
    padding: 15px 0;
    font-size: 1.3rem;
  }

  .header nav > ul > li:last-child:after {
    content: none;
  }

  .header nav > ul > li > span > a:hover,
  .header nav > ul > li:hover > span > a {
    text-decoration: underline;
    color: #2d55aa;
  }

  .header nav > ul > li.on > span > a,
  .header nav > ul > li > span > a.on {
    color: #2d55aa;
  }

  .header nav > ul > li > ul {
    display: none;

    text-align: right;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    width: 100%;
    background: #2d55ab;
    color: #fff;
    padding: 1rem;

    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);

    column-count: 2;
  }

  .header nav > ul > li > ul > li > span > a {
    font-size: 1.2rem;
  }

  .header nav > ul > li > ul > li > span > a > em.arrow {
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
    color: #ffb709;
  }

  .header nav > ul > li > ul > li > span > a > em.arrow:before {
    content: "\f104";
  }
}

@media (max-width: 1199px) {
  .header .navigation {
    display: none;
  }
}

/* Header Icons */

.header-side {
  position: absolute;
  top: 39px;
  left: 0;
}

@media (max-width: 1199px) {
  .header-side {
    display: none;
  }
}

.header-side > div {
  float: right;
  margin-right: 15px;
}

.header-side .toshav-center-btn {
  border: 1px solid #0996ff;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  position: relative;
  padding-right: 40px;
}
.header-side .toshav-center-btn:hover,
.header-side .toshav-center-btn:focus {
  border: 1px solid #0996ff;
  background: #f1f1f1;
  color: #111;
}

.header-side .search-btn {
  border: 1px solid #ddd;
  color: #0996ff;
  padding: 0.5rem 0.65rem;
  border-radius: 3rem;
  position: relative;
}
.header-side .search-btn:hover,
.header-side .search-btn:focus {
  border: 1px solid #0996ff;
  background: #0996ff;
  color: #fff;
}

.header-side .toshav-center-btn:before {
  background-image: url(images/user.png);
  width: 18px;
  height: 21px;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 11px;
}

/* Header Search */

.header-search-autocomplete.ui-widget-content,
.header-search-autocomplete.ui-widget.ui-widget-content {
  border: 0;
  background: none;
}

.header-search-autocomplete.ui-menu .ui-menu-item-wrapper {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 0.75rem;
  color: #fff;
  border-radius: 3rem;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 50%);
}
.header-search-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: rgb(255 249 179 / 80%);
  color: #000;
}

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: rgb(45 85 170 / 80%);
  backdrop-filter: blur(5px);
  height: 100vh;
  padding: 5rem;

  display: none;
}

.header-search .content {
  position: relative;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
  border-radius: 3rem;
  box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
  color: #754c29;
}

@media (max-width: 991px) {
  .header-search input {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .header-search button {
    width: 50px;
    padding: 0.5rem 1rem;
  }
  .header-search button.submit {
    left: 51px;
    font-size: 18px;
  }
}

/* Toggle Navigation Button */

a.toggle-nav {
  display: none;
}

@media (max-width: 1199px) {
  a.toggle-nav {
    position: absolute;
    top: 27px;
    left: 1rem;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #2d55aa;
    border: 2px solid #2d55aa;
    display: block;
    padding: 0.3rem;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Footer */

.footer {
  padding: 2rem 0;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  color: #000;
}

.footer .btgrid {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer .col-md-4 {
    border-left: 1px solid #ddd;
  }
  .footer .col-md-4:last-child {
    border-left: 0;
  }
}

.footer h2 {
  color: #333;
  font-weight: bold;
  font-size: 1.3rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.footer ul > li a:before {
  color: #ffb709;
  font-family: "FontAwesome";
  content: "\f104";
  margin-left: 6px;
}

.footer a {
  color: #2d55aa;
}

.footer p {
  margin: 0;
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
}

.footer a.icon-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #0d227c;
  color: #fff;
  border-radius: 50%;
  margin-left: 0.5rem;
}

.footer a.icon-btn > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.footer a.icon-btn em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  margin-left: -3px;
}

.footer a.icon-btn.facebook {
  background: #2b6da4;
}
.footer a.icon-btn.instagram {
  background: #b753ad;
}
.footer a.icon-btn.youtube {
  background: #df192a;
}
.footer a.icon-btn.flickr {
  background: #ff0084;
}

/* Breadcrumbs */

.breadcrumbs {
}

.breadcrumbs a {
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/* bNagish */

.bNagish-toggle {
  bottom: auto;
  top: 79px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
}
.bNagish-toggle em {
  color: #fff;
  font-size: 18px;
}

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-content {
  margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.skip-ad .skip-ad-close {
  position: fixed;
  top: 30px;
  width: 100%;
  text-align: left;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: red;
  color: #000;
}

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #f1f1f1;
  z-index: 9999999;

  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;

  visibility: hidden;

  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation.open {
  left: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: 1rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a {
  color: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
  font-weight: bold;
}

.mobile-navigation nav button {
  display: none;
}

.mobile-navigation nav ul ul {
  display: none;
}

.mobile-navigation nav li {
  border-bottom: 1px solid #ddd;
}
.mobile-navigation nav li > span {
  display: block;
  position: relative;
}
.mobile-navigation nav ul ul {
  background: rgba(0, 0, 0, 0.02);
}
.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.mobile-navigation nav a {
  display: block;
  padding: 15px;
  margin-right: 48px;
}
.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  overflow: hidden;

  padding: 0 15px;
  background: none;
  border: 0;
  background: rgba(0, 0, 0, 0.02);
  color: inherit;

  font-family: "FontAwesome";
  font-style: normal;
}
.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}
.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}
.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f078";
}
.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 80%;
}
.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

.mobile-navigation-search {
  position: relative;
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #fff;
  border: 0;
}

.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
}

.mobile-navigation {
  background: rgb(45, 85, 170);
  background: linear-gradient(
    49deg,
    rgba(45, 85, 170, 1) 0%,
    rgba(9, 150, 255, 1) 100%
  );
  border-right: 2px solid #fff;
}

.mobile-navigation .content .head .button {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 1.6rem;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Page Header */

.page-header {
  display: none;
}

/* Page Content */

.page-content {
  background: #fff;
}

@media (min-width: 992px) {
  .page-content {
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
    margin: 3rem 0;
  }
}

@media (max-width: 991px) {
  .page-content {
    margin: 2rem -15px;
    margin-top: 0;
  }
}

.page-content-head {
  background: #fff;
  color: #2d55aa;
  padding: 1.5rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
  .page-content-head {
    padding: 1rem;
    background: #2d55aa;
    color: #fff;
  }
}

.page-content-head h1 {
  margin: 0;
  font-weight: bold;
}

.page-content-head a {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .page-content-head a {
    color: rgba(255, 255, 255, 0.8);
  }
}

.page-content-head button {
  display: none;
}

@media (max-width: 991px) {
  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }
}

.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
}

@media (max-width: 991px) {
  .page-content-body {
    padding: 1rem;
  }
}

.page-content-nav {
  display: none;
}

.page-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content-nav ul > li {
  border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
  padding: 1rem;
  display: block;
}

/* Social Sharing Buttons */

.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share .h6 {
  font-size: 1.3rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}

.social-share a:focus,
.social-share a:hover {
  transform: scale(1.1);
}

/* InPage Navigation */

.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}

.sub-pages-nav ul ul {
  display: none;
}

.sub-pages-nav ul > li {
  width: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}

.sub-pages-nav a {
  display: block;
  color: inherit;
  border-right: 3px solid #219fff;
  background: #f1f7ff;
  padding: 1rem;
  font-size: 1.3rem;
}

.sub-pages-nav.with-icons a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sub-pages-nav.with-icons a img {
  height: 60px;
}

.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}

.sub-pages-nav .arrow:before {
  content: "\f104";
}

/* Mode Table Of Contents */

.toc-container {
  border: 1px solid #ddd;
  background: #f1f1f1;
  display: inline-block;
  padding: 0.5rem;
}

.toc-toggle a span {
  display: none;
}

.toc-toggle a:before {
  content: "הצג";
}

.toc-container.active .toc-toggle a:before {
  content: "הסתר";
}

.toc-expendable {
  display: none;
}

.toc-expendable ol {
  margin: 0;
  margin-top: 1rem;
}

/* InPage Style - Rich Content */

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
}

.rich-content h2 {
  color: #2d55aa;
}

.rich-content h3 {
  color: #2d55aa;
}

.rich-content h4 {
  color: #2d55aa;
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-right: 3px solid #1d99d9;
  background: #f1f7ff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
}

.rich-content .phonebook-comp {
  display: block;
  color: inherit;
  border-right: 3px solid #1d99d9;
  background: #f1f7ff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.rich-content .phonebook-comp table {
  background: #fff;
}

/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Media Print */

@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}

/* Card * */

.card {
  border: 1px solid #2d55aa;
  border-radius: 0.25rem;
  overflow: hidden;
}
.card-header {
  background: #2d55aa;
  color: #fff;
}
.card-header h2 {
  color: inherit;
  margin: 0;
  font-size: 1.3rem;
}
.card-body {
  background: #f1f7ff;
}

/**/

/**/

.form-category-group {
  background: #f1f1f1;
  border-right: 3px solid #2d55aa;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
  background: #fff;
}

.form-category-group a {
  color: inherit;
}

.form-category-group .tofes-link {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 2rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}

/**/

.inpage-article {
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.inpage-article .info {
  padding: 1rem;
}
.inpage-article .info h3 {
  margin: 0;
  font-size: 1.2rem;
}

/**/

/**/

.page-event-promo {
  display: block;
  padding: 1rem;
  color: #000;
  margin: 15px 0;
  background: #f1f1f1;
  border-bottom: 3px solid #d8d8d8;
  border-radius: 2rem;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.page-event-promo:hover,
.page-event-promo:focus {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
  background: #0c97ff;
  border-bottom: 3px solid #2d55aa;
}

.page-event-promo h3 {
  height: 4.5rem;
  font-size: 1.2rem;
  color: #2d55aa;
  overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
  color: #fff;
}

.page-event-promo .date {
  background: #199cff;
  color: #fff;
  padding: 0 5px;
  border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
  color: #199cff;
  background: #fff;
}

.page-events .more {
  text-align: left;
}

/**/

@media (min-width: 992px) {
  .only-in-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  /* Force table to not be like tables anymore */
  .rich-content table,
  .rich-content caption,
  .rich-content thead,
  .rich-content tbody,
  .rich-content th,
  .rich-content td,
  .rich-content tr {
    display: block;
    width: 100%;
    border: 0;
  }

  .rich-content caption {
    margin-bottom: 10px;
    display: none;
  }

  .rich-content thead tr {
    position: absolute;
    top: -9999px;
    right: -9999px;
  }

  .rich-content tr {
    border: 1px solid #3aaaff;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
  }

  .rich-content td {
    padding: 0;
  }

  .rich-content td:before {
    /*content: attr(data-caption) ": ";*/
    font-weight: bold;
  }

  .only-in-mobile {
    display: inline;
  }
}

/** GENERIC NAV with PIC **/
.sub-pages-nav.with-pic ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-pages-nav.with-pic ul > li {
  width: 33%;

  @media (max-width: 1199px) {
    width: 49%;
  }

  @media (max-width: 767px) {
    width: 100%;
  }
}

.sub-pages-nav.with-pic a {
  display: block;
  color: #333;
  background: #fff;
  color: #0056b3;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  position: relative;
  box-shadow: 0 0 26px rgb(0 0 0 / 13%);
  border-radius: 15px;
  overflow: hidden;
  border-right: none;
}

.sub-pages-nav.with-pic a:hover {
  transform: scale(1.05);
}

.sub-pages-nav.with-pic a .icon {
  padding-bottom: 70.25%;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.sub-pages-nav.with-pic a:hover {
  text-decoration: none;
  transform: scale(1);
}
.sub-pages-nav.with-pic .info {
  min-height: 100px;
  display: block;
  padding: 1rem;
}
.sub-pages-nav.with-pic .name {
  display: block;
  font-weight: bold;
}
.sub-pages-nav.with-pic .description {
  display: block;
  margin: 10px 0;
}
.sub-pages-nav.with-pic .read-more {
  display: block;
}

.sub-pages-nav.with-pic .read-more > span {
  display: inline-block;
  padding: 5px 0;
  border-radius: 10px;
  font-weight: 300;
}
.sub-pages-nav.with-pic .read-more > span em {
  font-style: normal;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: inline-block;
}
/** END -- GENERIC NAV with ICONS **/

.soc {
  padding-right: 10rem;
  display: flex;
  position: relative;
  margin-top: -1.5rem;
  gap: 10px;
  z-index: 9;

  @media (max-width: 991px) {
    padding-right: 2rem;
  }
}

.icon-btn {
  float: right;
  height: 30px;
  color: #fff;
  margin-left: 0.15rem;
  border-radius: 100vw;
  height: 50px;
  width: 50px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  background-size: cover;

  @media (max-width: 991px) {
    height: 40px;
    width: 40px;
  }
}
.icon-btn > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100vw;
  transition: all 0.2s ease;
}
.soc .icon-btn:hover {
  transform: scale(1.1);
}
.sub-pages-nav.with-icons ul {
  display: flex;
  flex-wrap: wrap;
  color: var(--text);
  justify-content: center;
}
.sub-pages-nav.with-icons li {
  flex: 1 0 30%;
  max-width: 33%;
  margin-block: 2rem;

  @media (max-width: 1200px) {
    flex: 1 0 40%;
    max-width: 40%;
  }
  @media (max-width: 600px) {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .sub-pages-nav.with-icons li:last-of-type {
    margin-left: auto;
  }
}
.sub-pages-nav.with-icons a {
  padding: 70px 2rem 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: relative;
  border-right: none;
  text-align: center;
  height: 100%;
  border-radius: 20px;
  border: 1px solid;
}
.sub-pages-nav.with-icons a:hover img {
  transform: scale(1.25);
}
.sub-pages-nav.with-icons a .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-pages-nav.with-icons .title {
  font-size: calc(1vw + 16px);
  font-weight: 900;
}
.sub-pages-nav.with-icons .icon {
  top: -50px;
  border: 5px solid #fff;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  width: 105px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 768px) {
    top: -35px;
    width: 82px;
  }
}
.sub-pages-nav.with-icons li:nth-child(6n + 1) a {
  border-color: #fdc419;
}
.sub-pages-nav.with-icons li:nth-child(6n + 2) a {
  border-color: #1eb300;
}
.sub-pages-nav.with-icons li:nth-child(6n + 3) a {
  border-color: #00b6da;
}
.sub-pages-nav.with-icons li:nth-child(6n + 4) a {
  border-color: #ff932d;
}
.sub-pages-nav.with-icons li:nth-child(6n + 5) a {
  border-color: #0038c7;
}
.sub-pages-nav.with-icons li:nth-child(6n + 6) a {
  border-color: #f25101;
}
.sub-pages-nav.with-icons .icon img {
  width: 95%;
  height: auto;
  transition: all 0.3s ease;
}
