.slick-prev {
  background: #000;
  color: white;
}
div#bthn[lang="en"] {
  display: none;
}
div#glassix-widget-launcher-container {
  right: 35px !important;
}
ul#ui-id-1 {
  background-color: green;
}
* {
  font-family: "Heebo", "fontmeoded", arial, sans-serif;
}
:root {
  --web-primary-hover-color: #204d8b;
  --prime1: #204d8b;
  --prime1RGB: 32, 77, 139;
  --prime2: #5ebced;
  --prime2RGB: 92, 179, 224;
  --prime3: #13861f;
  --prime4: #e3a731;
  --prime5: #e96032;
  --prime6: #7a421c;
  --prime7: #ff4000;
  --phonebookPrimaryColor: #284988;
  --text: #222;
  --webLink: #0466ce;
}
a {
  color: var(--webLink);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

figure {
  margin: 0;
}

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

.table {
  border: 1px solid #ddd;
}

legend {
  font-size: 1em;
}
main hr {
    border-top: 1px solid rgb(61 61 61);
}
@media (min-width: 1540px) {
  .container {
    max-width: 1401px;
  }
}



.table {
  border: 1px solid var(--prime3);
}
table tr td a {
  color: var(--webLink);
}
.table td,
.table th {
  border-top: 1px solid var(--prime3);
}

.table thead {
  background: #d9eeca;
}
.table thead tr {
  border-bottom: 3px solid var(--prime3);
}


/* --- CSS למוביל (≤ 768px) - table-responsive */
@media(max-width: 768px) {
	table.table-mobile,
	table.table-mobile thead,
	table.table-mobile tbody,
	table.table-mobile tr,
	table.table-mobile th,
	table.table-mobile td	{
		display: block !important;
		width: 100% !important;
        text-align: right !important; 
        padding: 0 !important; 
	}
	
	table.table-mobile thead {
		display: none !important;
	}
	
	table.table-mobile tr	{
		margin-bottom: 15px !important;
		border: 1px solid #ddd !important;
        overflow: hidden !important; 
	}
	
	table.table-mobile td:before {
		content: attr(data-caption) ": " !important;
		
		font-weight: bold !important;
		background: #f1f1f1 !important;
		padding: 5px !important;
		
		display: inline-block !important; 
		width: 40% !important; 
        box-sizing: border-box !important;
        text-align: right !important; 
	}
	

	table.table-mobile td .td-content{
		display: inline-block !important;
		padding: 5px !important;
        width: 60% !important; 
        box-sizing: border-box !important;
        vertical-align: top !important;
        text-align: right !important; 
	}
    
   
    table.table-mobile td {
        border-bottom: 1px solid #eee !important;
    }
}

.btn {
  background-color: var(--prime4);
  border-radius: 0.75rem;
}

.card {
  border-radius: 0.75rem;
}
.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgb(16 78 139);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: white;
  font-size: 2.5rem;
}

a {
  color: var(--webLink);

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

a:hover,
a:focus {
  color: var(--web-links-hover-color);
}

.btn-primary,
.btn-primary.btn-outline-primary {
  background: var(--prime1);
  border: 1px solid var(--prime1);
  transition: transform 0.3s ease;
}
.btn-primary:hover,
.btn-primary:focus {
  background: var(--web-primary-hover-color);
  border: 1px solid var(--web-primary-hover-color);
  transform: scale(1.1);
}

.btn-outline-primary {
  color: var(--web-primary-color);
  border-color: var(--web-primary-color);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--web-primary-hover-color);
  border-color: var(--web-primary-hover-color);
}

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

body {
  margin: 0;
  padding: 0;

  background: #fff;

  font-size: 1.2em;
}

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

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

.header nav button {
  display: none;
}

.header > nav {
  padding-inline-start: 6rem;
  display: flex;
  align-items: center;
  height: 100%;

  @media (max-width: 1600px) {
    padding-inline-start: 5rem;
  }

  @media (max-width: 991px) {
    display: none;
  }
}
.header > nav ul {
  list-style: none;
}
.header nav > ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-inline-start: 0.25rem;

  @media (max-width: 1199px) {
    display: none;
  }
}
.header nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0.1rem 0;
}
.header nav > ul > li:last-child > span a::after {
  content: none;
}
.header nav > ul > li:hover > ul {
  display: block;
}
.header nav > ul > li > span > a {
  display: block;
  font-size: calc(0.12vw + 16px);
  position: relative;
  margin-inline-end: 1.5rem;
  border-bottom: 2px solid transparent;
  color: var(--prime1);
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  text-decoration: none;

  @media (max-width: 1600px) {
    margin-inline-end: 1rem;
  }
}

.header nav > ul > li > span > a:hover {
  text-decoration: none;
}

.header nav > ul > li:last-of-type > span > a {
  margin-inline-end: 0;
}

.header nav > ul > li > span > a:hover::before {
  width: calc(100% - 20px);
}

.header nav > ul > li > span > a::before {
  transition: all 0.5s ease;
  content: "";
  width: 0;
  border-bottom: 2px solid var(--prime3);
  position: absolute;
  top: calc(100% + 3px);
  inset-inline-end: 0;
  inset-inline-start: 0;
  margin: auto;
}

.header nav > ul > li > span > a::after {
  position: absolute;
  content: "";
  padding: 0;
  width: 5px;
  height: 5px;
  background-color: var(--prime2);
  display: inline-block;
  inset-inline-end: -14px;
  border-radius: 100vw;
  top: 50%;
  transform: translateY(-50%);

  @media (max-width: 1600px) {
    inset-inline-end: -10px;
  }
}
.header nav > ul > li:nth-of-type(6n + 1) > span > a::after {
  background-color: var(--prime2);
}
.header nav > ul > li:nth-of-type(6n + 2) > span > a::after {
  background-color: var(--prime1);
}
.header nav > ul > li:nth-of-type(6n + 3) > span > a::after {
  background-color: var(--prime3);
}
.header nav > ul > li:nth-of-type(6n + 4) > span > a::after {
  background-color: var(--prime4);
}
.header nav > ul > li:nth-of-type(6n + 5) > span > a::after {
  background-color: var(--prime5);
}
.header nav > ul > li:nth-of-type(6n + 6) > span > a::after {
  background-color: var(--prime6);
}

.header nav > ul > li > span > a.on {
  font-weight: bold;
}
.header nav > ul > li > ul {
  display: none;
  text-align: right;
  position: absolute;
  top: 105%;
  inset-inline-start: 0;
  z-index: 9999;
  width: 500px;
  background: #fff;
  color: #000;
  padding: 1rem 1.25rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 0;
  border-radius: 10px;
  column-count: 2;
}
.header nav > ul > li > ul > li {
  margin-bottom: 2rem;
}
.header nav > ul > li > ul > li > span > a {
  font-size: 1.1rem;
  display: block;
  width: 100%;
  color: var(--text);
  position: relative;
  text-decoration: none;
}
.header nav > ul > li > ul > li a:hover {
  color: var(--prime3);
  font-weight: 500;
}
.header nav > ul > li > ul > li > span > a::after {
  content: "";
  display: block;
  position: relative;
  bottom: -0.5rem;
  width: 50px;
  height: 1px;
  background-color: var(--prime4);
  inset-inline-start: 0;
}
.header nav > ul > li > ul > li > span > a em.arrow {
  font-family: "FontAwesome";
  font-style: normal;
  content: none;
}
.header nav > ul > li > ul > li > span > a em.arrow::before {
  content: "\f104";
  content: none;
}

.header-side .icon-btn {
  float: right;
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
  display: none;
}

.header .fa-magnifying-glass,
.header .fa-search {
  color: var(--prime1);
}

.header-side .icon-btn.search {
  display: block;
}

.header-side .icon-btn[title="ENGLISH"] {
  padding-inline-start: 3.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #c3c3c3;
  display: block;

  @media (max-width: 1600px) {
    padding-right: 2.2rem;
  }
}
/* Header */

.header {
  background: #fff;
  color: #000;
  height: 80px;
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 20px 100px -30px,
    rgba(0, 0, 0, 0.3) 0px 30px 20px -30px;
}

.header.offset {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* Logo */

.header .logo {
  position: relative;
  top: 0px;
  inset-inline-start: 78px;
  display: block;
  z-index: 3;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 120px;

  @media (max-width: 1600px) {
    inset-inline-start: 65px;
    width: 190px;
    height: 100px;
  }

  @media (max-width: 1199px) {
    inset-inline-start: 10px;
    top: -10px;
  }
}

.header .logo img {
  display: block;
  width: 90%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.header.offset .logo img {
  width: 180px;
  top: -1.2rem;

  @media (max-width: 1199px) {
    top: 0;
  }
}

.header .logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  border-radius: 0 0 20px 20px;

  @media (max-width: 991px) {
    content: none;
  }
}
.header.offset .logo::after {
  width: 230px;
  height: 78px;
  box-shadow: none;

  @media (max-width: 1600px) {
    width: 200px;
  }
}
/* Header Icons */
.header .symbols {
  max-width: 287px;
  z-index: 9;
  position: absolute;
  top: 175px;
  inset-inline-end: 3.5rem;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  transition: all 0.25s ease-out;
  opacity: 1;
  pointer-events: all;

  @media (max-width: 991px) {
    top: 5px;
    inset-inline-end: 1.5rem;
    max-width: 220px;
  }
}

.symbols a {
  flex: 0 1 auto;
}
.symbols a:hover {
  transform: scale(1.1);
}
.symbols img {
  width: 90%;
}

.header.offset .symbols {
  opacity: 0;
  transform: translateY(10px);
  z-index: -1;
  pointer-events: none;
}
.header-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: auto;
  gap: 8px;
  padding: 0;
  flex-wrap: wrap;
  margin-inline-end: 1.5rem;
  transition: all 0.2s ease;

  @media (max-width: 1500px) {
    width: 15%;
    margin-inline-end: 0.75rem;
  }

  @media (max-width: 1199px) {
    margin-inline-end: 7rem;
    margin-top: 10px;
  }

  @media (max-width: 991px) {
    /* display: none; */
  }
}

.header a.icon-btn:hover {
  transform: scale(1.25);
}

/* Header Search */

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

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

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

.header-search button.submit:hover {
  color: var(--prime2);
}

@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 {
    inset-inline-end: 51px;
    font-size: 18px;
  }
}

/* Toggle Navigation Button */

a.toggle-nav {
  display: none;
}

/* Header Search */

.header-search {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid var(--prime3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

  display: none;
}

/* Toggle Navigation Button */

.whatsBtn {
  position: fixed;
  bottom: 50px;
  inset-inline-end: auto;
  right: 35px;
  z-index: 999;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.35));
}
.whatsBtn a {
  color: #29aa53;
  display: block;
}
.whatsBtn span {
  margin-inline-start: -21px;
  background-color: #fff;
  width: min-content;
  padding: 0.1rem 1rem;
  display: inline-block;
  display: none;
  line-height: 1.1;
  border-radius: 10px;
}
.whatsBtn a:hover {
  text-decoration: none;
}
.whatsBtn a:hover span {
  display: inline-block;
}

/* Breadcrumbs */

.breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs ul > li > a,
.breadcrumbs ul > li > a > span {
  color: #fff;
}
@media (max-width: 1199px) {
  .breadcrumbs {
    max-width: 300px;
  }
  .whatsBtn {
    bottom: 215px;
    right: 19px;
    display: none;
  }
  .whatsBtn img {
    width: 40px;
    height: 40px;
  }
}

.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;
}
@media (max-width: 768px) {
    
    .breadcrumbs ul {
        display: flex;
        flex-wrap: wrap; 
        justify-content: flex-start;
        padding: 0; 
        margin: 0;
        list-style: none;
    }

    .breadcrumbs ul li {
        display: inline-block; 
        white-space: normal; 
        margin-left: 5px; 
    }
}
/* 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: 99;

  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;
  display: flex;
  flex-direction: column;
}

.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 {
  color: #fff;
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

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

.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 #3571b1;
}

.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";
  font-size: 50%;
}

.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: 20%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

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

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #3571b1;
  border-radius: 50px;
  color: #fff;
  border: none;
  outline: none;
}

.mobile-navigation-search input::placeholder {
  color: #a4aeb9;
}

.mobile-navigation-search .fa {
  color: #fff;
}

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

.mobile-navigation {
  background: #124e8d;
}

.mobile-navigation .content .head .button {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

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

/* Page Header */

.page-header {
  height: 495px;

  background-repeat: no-repeat;
  background-position: bottom center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: relative;

  position: relative;
  text-align: center;

  @media (max-width: 991px) {
    height: 360px;
  }
}

.page-header .content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.page-header .content > div {
  max-width: 900px;
  margin: 2rem auto;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  display: inline-block;

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

.page-header .content > div:hover {
  background: rgba(47, 181, 218, 0.9);
}

.page-header .content a {
  color: #fff;
}

@media (min-width: 1200px) {
  .page-header .content h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .page-header .content h1 {
    font-size: 1.4em;
  }
}

/* Page Content */

.page-content {
  margin-bottom: 3rem;
}

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

.page-content-head {
  color: #fff;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: start;
}

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

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

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

.page-header button {
  display: none;
}

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

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

  .page-header button.opened em:before {
    content: "\f139";
  }
}
.page-wrapper {
  max-width: 90%;
  margin-inline: auto;
}
.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
  background: #fff;
  margin-bottom: 5rem;
}

@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;
}

.mobile-soc.mobile-soc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
  margin: 2px;
  gap: 10px;
  margin-top: auto;
}

.mobile-soc a {
  background-repeat: no-repeat;
  background-position: center;
  padding: 14px;
}
.mobile-soc a[title="ENGLISH"] {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem;
  margin: 2rem 0rem;
}
.mobile-soc a[title="ENGLISH"]::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  inset: 0;
  margin: -2rem auto;
  background-color: #fff;
}
/* Social Sharing Buttons */

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

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

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

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

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

.sub-pages-nav ul ul {
  display: none;
}
/* .sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}
.sub-pages-nav ul > li {
  width: 50%;
  float: right;
  position: relative;
  padding: 1rem;
} */
/* .sub-pages-nav a {
  display: block;
  color: inherit;
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 0.75rem 1.25rem;
  font-size: 1.3em;
  border-right: 4px solid #124e8f;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: start;
} */
/* 
.sub-pages-nav ul > li:nth-child(5n + 1) a {
  border-right: 4px solid #f37107;
  .arrow {
    color: #f37107;
  }
}

.sub-pages-nav ul > li:nth-child(5n + 2) a {
  border-right: 4px solid #49bf58;
  .arrow {
    color: #49bf58;
  }
}
.sub-pages-nav ul > li:nth-child(5n + 3) a {
  border-right: 4px solid #25bce6;
  .arrow {
    color: #25bce6;
  }
}
.sub-pages-nav ul > li:nth-child(5n + 4) a {
  border-right: 4px solid #fcaf0d;
  .arrow {
    color: #fcaf0d;
  }
}
.sub-pages-nav ul > li:nth-child(5n + 5) a {
  border-right: 4px solid #945924;
  .arrow {
    color: #945924;
  }
} */
/* START OF GRID */
.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
}

.sub-pages-nav ul > li {
  position: relative;
  padding: 1rem;
  flex: 1 1 30%;
  max-width: 30%;
  min-width: 200px;
  @media (max-width: 1580px) {
    flex: 1 1 49%;
    max-width: 49%;
  }
  @media (max-width: 1024px) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.sub-pages-nav a {
  display: block;
  color: inherit;
  font-size: 1.3rem;
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 10px;
  background: #ffffff;
}
.sub-pages-nav li a {
  position: relative;
  display: flex;
}
.sub-pages-nav li a .fa-external-link {
  color: var(--prime7);
  font-size: 0.8rem;
  margin-top: 7px;
  position: absolute;
  left: 0.5rem;
}
.sub-pages-nav li a:hover {
  border-color: #a0a0a0;
  box-shadow: 0 0 9px rgba(172, 172, 172, 0.2);
  .arrow {
    inset-inline-end: 9px;
    color: #a0a0a0;
  }
}
.sub-pages-nav a .icon {
  position: relative;
  border-radius: 0 8px 8px 0;
  padding: 0;
  width: 10px;
}
.sub-pages-nav a > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;

  @media (max-width: 387px) {
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
  }
}
.sub-pages-nav li:nth-child(5n + 1) a .icon {
  background: #f57528;
}
.sub-pages-nav li:nth-child(5n + 2) a .icon {
  background: #24b9e3;
}
.sub-pages-nav li:nth-child(5n + 3) a .icon {
  background: #945b2c;
}
.sub-pages-nav li:nth-child(5n + 4) a .icon {
  background: #35c162;
}
.sub-pages-nav li:nth-child(5n + 5) a .icon {
  background: #fcb337;
}
.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  float: left;
  margin-right: 10px;
  color: #b6b6b6;
  position: absolute;
  inset-inline-end: 15px;
  transition: all 0.2s ease-out;
}

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

/* SUB MENU ICONS */
.sub-pages-nav.with-icons ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}
.sub-pages-nav.with-icons a {
  border: 1px solid #1d5293;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--text);
  background: transparent;
  padding: 1rem;
  line-height: 1.1rem;
  font-size: 1.2rem;
  border-radius: 25px;
  text-align: center;
  min-height: 170px;
}
.sub-pages-nav.with-icons ul > li {
  width: 25%;
  float: right;
  position: relative;
  padding: 1rem;
  max-width: 330px;

  @media (max-width: 767px) {
    width: 100%;
    max-width: 100%;
  }
}
.sub-pages-nav.with-icons a .icon {
  margin-bottom: 5px;
  height: 55px;
  width: auto;
}
.sub-pages-nav.with-icons a .icon img {
  height: 100%;
}
.sub-pages-nav.with-icons a span:last-child {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.sub-pages-nav.with-icons .fa-external-link {
  font-size: 0.75rem;
}
/* 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 a,
.rich-content h3 a,
.rich-content h4 a,
.rich-content h5 a,
.rich-content h6 a {
  color: inherit;
}

.rich-content h2 {
  color: var(--prime1);
}

.rich-content h3 {
  color: #124e8f;
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1.5rem;
  position: relative;
  padding-right: 40px;
}

.rich-content .contact-man:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: calc(100% - 4px);
  border-radius: 0 8px 8px 0;
  background: var(--prime1);
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--prime1);
}

.rich-content .contact-man em {
  color: var(--prime1);
}

.rich-content .contact-man a {
  color: inherit;
  text-decoration: underline;
}

.rich-content .contact-man a:hover {
  color: var(--prime1);
  text-decoration: none;
}

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

/* Footer */

.footer {
  margin-top: 10rem;
  position: relative;
  padding: 7rem 0 1.5rem;
  background-color: #204d8b;
  color: #fff;
}

.footer > .row + .container {
  max-width: 90%;

  @media (max-width: 1100px) {
    max-width: 100%;
  }
}
.footer .container {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.footer a {
  color: #fff;
}
.footer p {
  margin: 0;
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
.footer-sections-grid ul {
  padding-inline-start: 0rem;
  list-style: none;
  font-size: 1.25rem;
  color: var(--text);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 280px;
  gap: 0.5rem 30px;
  font-weight: 300;

  @media (max-width: 991px) {
    width: 100%;
    margin-inline: auto;
    height: 350px;
  }
}
.footer-sections-grid a {
  font-size: calc(0.45vw + 10px);

  @media (max-width: 991px) {
    font-size: calc(1vw + 13px);
  }
}
.footer-sections-grid li {
  flex: 0 0 auto;
  max-width: 190px;
  text-align: right;

  @media (max-width: 991px) {
    max-width: 32%;
  }
}

.footer .logo img {
  width: 99%;
}
.footer .container-fluid {
  z-index: 2;
}
.footer .logo {
  z-index: 9;
  width: 240px;
  height: 125px;
  background-color: #fff;
  padding: 1rem;
  top: -3rem;
  border-radius: 0 0 20px 20px;
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.footer::before {
  content: "";
  position: absolute;
  inset-inline-end: 32%;
  top: 0;
  width: 510px;
  height: 465px;
  opacity: 0.5;
  background-image: url(./images/footer_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.footer .logo::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0px;
  inset-inline-end: -32px;
  z-index: -1;
  border-inline-end: 2rem solid transparent;
  border-inline-start: 0;
  border-bottom: 3rem solid #464646;
}
.footer .logo::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0px;
  inset-inline-start: -32px;
  z-index: -1;
  border-inline-end: 0;
  border-inline-start: 2rem solid transparent;
  border-bottom: 3rem solid #464646;
}
.footer .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

  &:hover {
    transform: scale(1.05);
  }
}
.footer-soc {
  text-align: start;
}
.footer-soc p.handcoded {
  background-color: transparent;
  padding: 0;
  em {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 1rem;
    color: #fff;
  }
}
.footer-soc h2 {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.footer-soc h2 ~ span {
  font-size: 1rem;
}
.footer-soc h2 + span {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.footer-soc h2 + span::after {
  content: "";
  position: relative;
  display: block;
  background-color: #3b7cb2;
  bottom: -0.5rem;
  right: 0;
  width: 125px;
  height: 2px;
}
.footer-soc h2 ~ span + span:not(:last-child) {
  margin-left: 1rem;
  position: relative;
}
.footer-soc h2 ~ span + span:not(:last-child)::after {
  position: absolute;
  content: "";
  padding: 0;
  width: 5px;
  height: 5px;
  background-color: var(--prime2);
  display: inline-block;
  inset-inline-end: -8px;
  border-radius: 100vw;
  top: 50%;
  transform: translateY(-50%);
}
[dir="ltr"] .footer-soc h2 ~ span + span:not(:last-child)::after {
  inset-inline-start: -8px;
}
.footer .low {
  padding-block: 1.5rem;
  color: #ffffff;
  font-weight: 300;
}

.footer .low em {
  font-style: normal;
  @media (max-width: 991px) {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.footer .row {
  justify-content: space-between;
}

.footer .low {
  border-top: 1px solid var(--prime2);
}

.footer .symbols {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  flex-wrap: wrap;

  i {
    color: var(--prime2);
    font-size: calc(0.7vw + 16px);
  }

  a:hover i {
    color: #fff;
  }
}

.footer .apps {
  display: flex;
  margin-inline-start: auto;
  gap: 1rem;

  a {
    width: 92px;
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    &:hover {
      transform: scale(1.1);
    }
  }
}

.footer .low i[class^="fa"] {
  color: var(--prime2);
  font-size: 0.9rem;
}
/* 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;
  }
}

/* bNagish */
.bNagish {
  position: fixed;
  top: auto;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 99999;

  @media (max-width: 1600px) {
    width: 65px;
  }

  @media (max-width: 1199px) {
    right: auto;
    left: 0;
  }
}
.bNagish-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bNagish-toggle {
  position: relative;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 50px;
  height: 50px;
  color: var(--prime1);
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.bNagish-toggle em {
  font-size: 1.5rem;
}
.bNagish-toggle:hover,
.bNagish-toggle:focus {
  background-color: #97ff00;
  color: var(--prime1);
}
.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  border-radius: 4px;
  top: 50px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-width: 180px;
  padding: 2px;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--prime1);

  @media (max-width: 1199px) {
    right: auto;
    left: 0;
  }
}
.bNagish-bar {
  left: auto;
  right: 0;
  top: -10px;
  bottom: auto;

  @media (max-width: 1199px) {
    right: auto;
    left: 0;
  }
}
.bNagish-links-group > a {
  color: var(--text);
}

/* Floating Buttons * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (min-width: 1200px) {
  .floating-btns a {
    display: block;
    width: 48px;
    height: 36px;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
  }

  .floating-btns {
    position: fixed;
    z-index: 99;
  }

  .floating-btns img {
    max-height: 18px;
    max-width: 20px;
  }

  .floating-btns-right {
    top: 175px;
    right: 0;
  }

  .floating-btns-right a {
    background: url(images/right-btn.png) left;
    background-size: 100% 100%;
  }

  .floating-btns-left {
    top: 228px;
    left: 0;
  }

  .floating-btns-left a {
    background: url(images/left-btn.png) right;
    background-size: 100% 100%;
  }
}

@media (max-width: 1199px) {
  .floating-btns-container {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #111;
    z-index: 999;
    overflow-x: auto;
  }

  .floating-btns-container div {
    display: inline;
  }

  .floating-btns-container div.floating-btns-content {
    width: 500px;
    display: block;
  }

  .floating-btns-container a {
    display: inline-block;
    padding: 0.75rem;
  }

  .floating-btns-container img {
    max-height: 18px;
    max-width: 20px;
  }
}

/* Header Responsive Fixing */

@media (min-width: 1200px) {
  .header .primary-row {
    width: 1401px;
    height: 75px;
    background: url(images/header-sm-new.png);
    position: relative;
    margin: 0 auto;
    margin-top: 19px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .navigation {
    right: 230px;
  }

  .header nav > ul > li {
    border-right: 1px solid #ddd;
  }

  .header nav > ul > li > span > a {
    padding: 0.85rem 1.5rem;
  }
}

@media (max-width: 1199px) {
  .header {
    background: #fff;
  }

  a.toggle-nav {
    display: block;
    position: absolute;
    top: 30px;
    left: 55px;
    width: 40px;
    height: 40px;
  }

  a.toggle-nav em {
    font-size: 24px;
    color: var(--prime1);
  }

  /* .header-side .icon-btn:not(.search):not([title="ENGLISH"]){
    display: none;
  } */
  .header-side .icon-btn:not(.search) {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .search {
    left: 0;
  }
}

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

.ui-widget.ui-widget-content {
  border-radius: 1rem;
  border: 0;
}

.ui-widget-content {
  background: none;
}

.ui-menu-item {
  padding-top: 0.2rem;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.3em;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: #25bce6;
  color: rgba(18, 78, 143, 1);
}

.col-form-legend {
  font-size: inherit;
}

#glilyammap {
  position: relative;
}

#glilyammap .description {
  pointer-events: none;
  position: fixed;
  font-size: 14px;
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 5;
  color: #21669e;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  display: none;
}

#glilyammap .description.active {
  display: block;
}

#glilyammap .description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

/**/
.stripe {
  position: absolute;
  width: 100%;
  min-height: 5rem;
  padding: 0;
  color: #fff;
  background-color: rgb(30 73 141 / 90%);
  bottom: 0;
}
.stripe > * {
  color: #fff;
}
.page-content-head {
  position: relative;
}
.breadcrumbs {
  margin-bottom: 0;
}
.page-content-head h1 {
  margin: 0;
  font-weight: 700;
  font-size: calc(1.35vw + 12px);
  line-height: 1;
}
.page-header .content > div {
  background: #174f8e;
  color: #fff;
}
.dark-contrast .bn-news ul li a {
  background: #174f8e;
  color: #fff;
}
@media (min-width: 992px) {
  .header nav > ul > li > span > a > span:nth-child(2) {
    color: #124e8f;
  }
}

#skip-to-content,
.sr-only {
  background: #000;
  color: yellow;
}

.footer p {
  background: #fff;
  color: #000;
  padding: 0 5px;
  border-radius: 10px;
  display: inline-block;
}
.content-box-1 {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.content-box-2 {
  color: #000000;
  background-color: #ffffff;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0.75rem;
}

.smart-form {
  position: relative;
  background: #f1f1f1;
  padding: 30px;
  border-radius: 20px;
  border-right: 4px solid var(--prime1);
}
div.border.border-dark:has(.smart-form) {
  border: 1px solid transparent !important;
}
h3.border-dark {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid transparent !important;
}
.smart-form .form-group > legend {
  font-weight: bold;
  font-size: 1em;
}
.smartforms-pre-text {
  border-right: 4px solid var(--prime1);
  padding: 2rem;
  margin-block: 1rem;
  border-radius: 20px;
  color: #004085;
  background-color: #cce5ff;
  border-color: #87aed9;
}
@media (max-width: 991px) {
  .footer-sections-grid .col-lg-6:last-of-type ul {
    height: auto;
    margin-bottom: 5rem;
  }
  .footer .symbols {
    justify-content: center;
    a {
      margin: 30px 12px;
      flex: 0 0 55px;
    }

    i {
      color: var(--prime2);
      font-size: calc(3vw + 16px);
    }
  }
  .footer {
    &::before {
      margin: auto auto 10.52rem;
      inset: 0;
      height: 363px;
      width: 90%;
    }
    .low {
      margin-top: 16rem;
    }
    .low .container .row {
      flex-direction: column-reverse;
    }
    .apps {
      margin: 0.25rem auto 2rem;
    }
    .apps a {
      background-size: cover;
      height: 2.4rem;
      width: 130px;
    }
  }
}

@media (max-width: 420px) {
  .footer-sections-grid ul {
    height: auto;
  }
  .footer-sections-grid li {
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  .footer .apps {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .logo::before,
  .footer .logo::after {
    content: none;
  }
}

.search-found {
  background: yellow;
}

.phonebook .phonebook-section-title {
  border: 1px solid var(--phonebookPrimaryColor);
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.phonebook .phonebook-section-title em {
  color: var(--phonebookPrimaryColor);
  position: absolute;
  top: 18px;
  right: -10px;
  z-index: 5;
  background: #fff;
  background: none;
}

.phonebook .phonebook-section-title {
  margin: 0;
}

.phonebook h2 a {
  color: inherit;
}

.phonebook {
  margin-bottom: 15px;
  border: 1px solid var(--phonebookPrimaryColor);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.phonebook > h2 {
  background: var(--phonebookPrimaryColor);
  color: #fff;
  margin: 0;
}

.phonebook > h2 > a > em:before {
  content: "\f137";
}

.phonebook.active > h2 > a > em:before {
  content: "\f13a";
}

.phonebook .info {
  background: #fff;
  padding: 1.5rem;
  padding-right: 40px;
  font-size:1.1rem;
}

.phonebook .info:focus {
  outline: 0;
}

.phonebook .info p {
  margin: 0 0 20px 0;
}

.phonebook .member {
  display: block;
  color: inherit;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1.5rem;
  position: relative;
  padding-right: 40px;
  background: #fff;
  margin-bottom: 20px;
}
.phonebook .member:last-child {
  margin-bottom: 0;
}
.phonebook .row > div:first-child {
  padding-right:30px;
}
.phonebook .row > div:first-child:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: calc(100% - 4px);
  border-radius: 0 8px 8px 0;
  background: var(--phonebookPrimaryColor);
}

.phonebook .row > div:last-child {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  
  & > div{
      flex:1 0 50%;
  }
}


.phonebook .member-name{
    color: var(--phonebookPrimaryColor);
    font-size: 1.5rem;
    margin-bottom:0.45rem;
}
.phonebook .pic {
  float: right;
  margin-left: 10px;
}

.phonebook .img-fluid {
  display: block;
  max-width: 87px;
}

.phonebook .fa-stack {
  font-size: 100%;
}

.phonebook .fa-mobile {
  font-size: 130%;
}

.phonebook .fa-envelope {
  font-size: 90%;
}

.phonebook .fa-fax {
  font-size: 90%;
}

.phonebook .fa-inverse {
  background: #fff;
  color: var(--phonebookPrimaryColor);
}

.contact-name {
  color: var(--phonebookPrimaryColor);
  font-size: 1.5rem;
}

.contact-info a {
  color: inherit;
}

.phoneboook-search-holder {
  margin-bottom: 30px;
}

.phoneboook-search-holder .inner {
  position: relative;
}

.phoneboook-search-holder .search-results {
  position: absolute;
  top: 10px;
  left: 50px;
  font-size: 1.2em;
}

.phoneboook-search-holder input {
  border: 0;
  width: 100%;
  font-size: 1.2rem;
  padding: 15px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.phoneboook-search-holder button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 10px;
  background: none;
  border: 0;
  width: 60px;
  font-size: 20px;
  color: var(--phonebookPrimaryColor);
}
.web-module .table-bordered {
    border: 1px solid #204d8b;
}
.web-module .table td,.web-module .table th {
    border-top: 1px solid #204d8b;
}
.web-module .table thead tr {
    border-bottom: 3px solid #204d8b;
}
.web-module .table-bordered td, .web-module .table-bordered th {
    border: 1px solid #204d8b;
}