@charset "UTF-8";
@import url(../fonts/stylesheet.css);
/*
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
*/
.mac.none-mobile ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.mac.none-mobile ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.search-sidebar-exposed-form .main-wrapper * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.select-field .current:empty:after {
  content: ".";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.select-field .current[placeholder]:empty:after {
  content: "" attr(placeholder) "";
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

input::-ms-clear {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  .search-back,
#block-boxes-ads_googletag_688x78,
#header-group .block,
#map-results,
.entity-display-full.popup-in-page #page,
#footer,
#fancybox-overlay,
#sidebar-first,
.pink-btn {
    display: none;
  }

  #main-content {
    width: 100%;
  }

  #page {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/*
quotation mark
*/
.qmark:after {
  content: '"';
}

.blinking {
  -webkit-animation: blink 2s infinite;
  -moz-animation: blink 2s infinite;
  -o-animation: blink 2s infinite;
  animation: blink 2s infinite;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-decoration: none !important;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.floating-action-btn {
  background-color: #F13A60;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 56px;
  height: 56px;
  width: 56px;
  font-size: 24px;
  color: white;
  position: fixed;
  bottom: 24px;
  right: 24px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  filter: url("data:image/svg+xml;charset=utf-8,#filter");
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}

.mini-floating-action-btn {
  background-color: #F13A60;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: white;
  position: fixed;
  bottom: 24px;
  right: 24px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  filter: url("data:image/svg+xml;charset=utf-8,#filter");
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-o-keyframes blink {
  0% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
.line-through {
  text-decoration: line-through !important;
}

body {
  font-size: 12px;
  line-height: 19px;
  font-family: Open sans Hebrew;
  color: black;
  background: #efece4;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
}

.rtl,
[lang=he],
body.rtl {
  direction: rtl;
}

body {
  direction: rtl;
  text-align: right;
}

.ltr,
[lang=en],
body.ltr {
  direction: ltr;
}

body, .region {
  background-color: #FAFAFA;
}

.field-display-list-one-line .field-item {
  display: inline;
}

.field-display-list-one-line .field-item .elem:not(:last-child):after {
  content: "," " ";
}

body h2 {
  margin-bottom: 0px;
}

body p {
  margin-top: 0;
  margin-bottom: 0px;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4c281e;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c281e;
}

.view-caregiver-view-2 .item-list ul,
.view-last-days-caregiver-view-2 .item-list ul {
  margin-right: 0px;
}

.content-side-right #sidebar-first {
  left: 160px;
}

.ltr {
  direction: ltr;
  unicode-bidi: embed;
}

a {
  text-decoration: underline;
}

#page {
  /*  background-color: rgb(68,68,68);  Needed for IEs */
  /* width:1024px;*/
  -moz-box-shadow: 0 0 10px 2px #888;
  /* -webkit-box-shadow: 0 0 10px 2px #888; */
  /* box-shadow: 0 0 10px 2px #888; */
}

.page-jobs #page,
.page-caregivers #page {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.hidden, .hid {
  display: none !important;
}

.hidden2 {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.def-hidden, .d-hid, .dhid {
  display: none;
}

.v-hid {
  visibility: hidden;
}

.notext {
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.noclick {
  pointer-events: none !important;
  cursor: default !important;
}

.def-hidden.active {
  display: block;
}

ul {
  list-style-type: none;
}

.text-center, .tcenter {
  text-align: center;
}

.center {
  margin-right: auto !important;
  margin-left: auto !important;
  float: none !important;
  display: block;
}

.abs {
  position: absolute;
}

.inlineb {
  display: inline-block;
}

.left, .alignleft {
  float: left;
}

.right, .alignright {
  float: right;
}

#main-group {
  margin-top: 8px;
}

.back-white {
  background-color: white;
}

.color-type1 {
  background-color: #F23B61 !important;
  /* pink */
  color: white !important;
}

.color-type5, .color-type5 a {
  background-color: #e6e6e6;
  /* gray title */
  color: #F23B61;
}

.color-type9, a.color-type9 {
  /* background-color:#E5DACF !important; */
  /* pager color  */
  color: #4C281E !important;
}

input.autocomplete + span {
  display: none;
}

.gray-text {
  color: #7F7F79;
}

.top50pr {
  position: relative;
  top: 50%;
}

.pink-text {
  color: #F23B61;
  /* pink */
}

a,
link, a.link, .link {
  /* text-decoration: underline; */
  cursor: pointer;
  color: inherit;
}

/* pink link*/
.link1,
a.link1 {
  color: #F23B61 !important;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #4C281E;
}

.link1:hover,
a.link1:hover {
  color: #4C281E !important;
}

a.link2 {
  color: #4C281E;
  text-decoration: underline;
  cursor: pointer;
}

.link-btn {
  color: inherit;
  text-decoration: underline;
  border: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  background: transparent;
}

a.link2:hover {
  color: #F23B61 !important;
  cursor: pointer;
}

a.no-link, .no-link a, .no-link {
  text-decoration: none !important;
}

.no-link:hover,
a.no-link:hover, .no-link a:hover {
  cursor: default !important;
  /*   color: inherit !important;*/
}

.fusion-inline-menu.menu-no-separators .inner ul.menu li {
  border: 0px;
}

.sf-menu.rtl, .sf-menu.rtl li {
  float: right;
  margin-right: 0;
}

input.value-error {
  border: 2px solid #F23B61;
}

/*
OLD CODE
.v-mark {
    background-image: url(images/v_mark.png);
    width:20px;
    height:20px;
}

ul.list-v-mark,
.list-v-mark ul,
.list-v-mark li{
    list-style-image: url(images/v_mark.png) !important;
}

ul.list-v-mark2,
.list-v-mark2 ul,
.list-v-mark2 li{
    list-style-image: url(images/v2.png) !important;
}
*/
ul.inline li {
  display: inline;
}

.font1-h2 h2,
.font1 {
  font-family: ezerblock_oebold !important;
  font-weight: normal !important;
}

.spoiler-bold-h2 h2,
h2.spoiler-bold-h2 {
  font-family: ezerblock_oebold;
  line-height: normal;
  font-size: 24px;
  font-weight: normal;
}

.box-shadow-type1 {
  -webkit-box-shadow: 2px 2px 10px 0px #888;
  -moz-box-shadow: 2px 2px 10px 0px #888;
  box-shadow: 2px 2px 10px 0px #888;
}

/*-------------------------*/
/*   autocomplete		   */
/*-------------------------*/
input.form-autocomplete.value-error {
  border: 2px solid #F23B61 !important;
}

ul.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
  z-index: 10;
}

/* way the hell off screen */
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

/*----------------------*/
/*      Header 		*/
/*----------------------*/
#header-group .block {
  margin-bottom: 0px;
}

#header-group {
  color: #4C281E;
  position: relative;
}

#header-group .fusion-right-content .inner {
  text-align: right;
}

#header-group #block-helpbook-site-header-links {
  float: right;
  max-width: 650px;
  position: relative;
  top: 20px;
}

#header-group #block-helpbook-site-header-links li {
  display: inline-block;
  vertical-align: middle;
}

#header-group #block-helpbook-site-header-links li.last {
  float: left;
}

#header-group #block-helpbook-site-header-links a:not(.fb-connect) {
  text-decoration: underline;
  color: #4C281E;
  font-size: 14px;
}

#header-group #block-helpbook-site-header-links a:hover:not(.fb-connect),
#header-group #block-helpbook-site-header-links a:focus {
  color: #F23B61;
}

#header-group #block-helpbook_site-batch_block {
  margin-bottom: 20px;
}

#header-group .menu {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.block {
  margin-bottom: 0px;
}

#block-boxes-registers_num {
  margin: 0 !important;
  position: absolute;
  right: 20px;
  top: 17px;
  margin-top: 16px;
  float: right;
}

.block.block-boxes.block-boxes-simple.grid16-8.grid12-6.even {
  margin: 0 !important;
  position: absolute;
  right: 33px;
  top: 66px;
}

.block.block-boxes.block-boxes-simple.grid16-8.grid12-6.even .inner, .block.addtoany_registers_num .inner, #header-group .block-menu .inner {
  margin: 0;
}

#join-top-menus ul li {
  line-height: 100%;
}

ul.ui-menu {
  border-top: 1px solid #F23B61;
  border-left: 1px solid #F23B61;
  border-bottom: 1px solid #F23B61;
}

ul.ui-menu .ui-menu-item a {
  line-height: 1.1em;
}

.ui-menu li.diff-line:first-child {
  display: none;
}

.ui-menu li.depth-1 a,
.ui-menu li.depth-1 a.ui-state-hover,
.ui-menu li.depth-1 a.ui-state-active {
  padding-right: 20px;
}

.ui-menu li.depth-2 a,
.ui-menu li.depth-2 a.ui-state-hover,
.ui-menu li.depth-2 a.ui-state-active {
  padding-right: 40px;
}

.ui-menu li.depth-0.group-5020 {
  display: none;
}

.ui-menu li.depth-1.group-5020 a,
.ui-menu li.depth-1.group-5020 a.ui-state-hover,
.ui-menu li.depth-1.group-5020 a.ui-state-active {
  padding-right: 5px;
}

/* ------------------------*/
/*     front page 	  	   */
/* ------------------------*/
.last-days-view h2.block-title {
  margin: 0px;
  background-color: #E5DACF;
  /* color-type9 */
  color: #4C281E;
  height: 20px;
  padding: 4px 8px;
  font-size: 24px;
  line-height: 24px;
  display: none;
}

#block-helpbook_site-goto_salary_calc_form .form-item-care-type {
  display: inline;
}

#block-helpbook_site-goto_salary_calc_form input.form-submit {
  background-color: #4C281E;
  color: white;
  width: 50px;
  font-size: 14px;
  height: 22px;
  padding-top: 0px;
  padding-bottom: 2px;
  font-family: arial;
}

#block-helpbook_site-goto_salary_calc_form .inner {
  margin: 10px 15px 20px 0;
}

#block-menu-menu-article-topics-menu a {
  font-size: 14px;
  color: #4C281E;
  vertical-align: 25%;
}

#block-menu-menu-article-topics-menu li {
  margin-bottom: 5px;
}

#block-menu-menu-article-topics-menu .inner {
  margin-right: 15px;
  margin-top: 10px;
}

table.program-table {
  line-height: 110%;
  border: 1px solid #e4e4e4;
}

#block-menu-menu-article-topics-menu ul {
  margin-bottom: 0px;
}

#block-block-26,
.tabs-hp,
.tabs-landing {
  margin-top: 10px;
  margin-bottom: 0;
}

#boxes-box-landing_tabs .ui-tabs .ui-tabs-panel,
.tabs-landing.ui-tabs .ui-tabs-panel,
.tabs-hp.ui-tabs .ui-tabs-panel {
  padding: 0px;
  -webkit-box-shadow: 2px 2px 10px 0px #888;
  -moz-box-shadow: 2px 2px 10px 0px #888;
  box-shadow: 2px 2px 10px 0px #888;
  z-index: 1;
  position: relative;
  top: -1px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  background-color: #f6f7f1;
  color: #4C281E;
}

.tabs-landing.clean .search-popup-links {
  right: 30px;
}

.tabs-landing.children .search-popup-links {
  right: 15px;
}

.tabs-landing.pets .search-popup-links {
  right: 15px;
}

#block-block-26 .side,
.page-landing .side,
.tabs-hp .side {
  height: 275px;
  padding-top: 10px;
}

#adv-find-caregiver {
  background-color: #cfbfb7;
  color: #4C281E;
}

#adv-find-caregiver button {
  width: 235px;
  height: 50px;
  font-size: 24px;
  font-family: ezerblock_oebold;
  cursor: pointer;
  font-weight: normal;
}

#adv-find-caregiver button:hover {
  padding-top: 2px;
  padding-right: 2px;
}

.btn3.disabled:hover,
.btn3,
#adv-find-caregiver .hp_tab_register {
  width: 180px;
  min-height: 27px;
  font-size: 21px;
  font-family: ezerblock_oebold;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 3px;
  font-weight: normal;
  border: 3px solid #E5DACF;
  text-decoration: none !important;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.btn3.disabled {
  filter: alpha(opacity=40);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  pointer-events: none;
}

.btn3.t2,
#adv-find-caregiver .hp_tab_register {
  margin-right: 13px;
  margin-bottom: 10px;
  color: #EFECE4;
  background: #F23B61;
}

.btn3.t2:hover,
#adv-find-caregiver .hp_tab_register:hover {
  color: #4C281E !important;
  background: #EFECE4 !important;
}

.btn3.selected,
.btn3:hover {
  color: #EFECE4;
  background: #F23B61;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

.btn3 {
  width: 110px;
  font-size: 20px;
  padding-top: 5px;
  min-height: 21px;
  color: #3F3F49;
  background: #EFECE4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #A59E96;
  -webkit-box-shadow: 0px 1px 4px -1px #a59e96;
  -moz-box-shadow: 0px 1px 4px -1px #a59e96;
  box-shadow: 0px 1px 4px -1px #a59e96;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.btn3.t3 {
  background: #E5DACF;
  border-color: #DDDDD5;
  color: #4C281E;
}

.btn3.t3:hover {
  background: #f5f2ee;
}

#block-block-26 .tab-page-image,
.tabs-hp .tab-page-image,
.tab-page-image {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
}

/* ------------------------*/
/*     map block	   */
/* ------------------------*/
#block-block-5 {
  position: relative;
  margin-bottom: 0px;
}

.map {
  direction: rtl;
}

.map svg,
.map svg:active {
  cursor: url(../files/openhand_8_8.cur), auto !important;
}

.map-container svg image {
  cursor: pointer;
}

.map-table.small-map tbody {
  border: 1px solid #7F7F79;
}

#block-boxes-map_block {
  margin-bottom: 0px;
}

.page-jobs #block-boxes-map_block {
  margin-bottom: 0;
}

#block-boxes-map_block .boxes-box-controls {
  display: none;
}

#boxes-box-map_block {
  padding: 6px 6px 0px 6px;
  background-color: #DDDDD5;
}

#small-map {
  border-left: 1px solid #7F7F79;
}

.page-jobs .small-map-tr {
  border-bottom: 1px solid #7F7F79;
}

.page-jobs .map-legend {
  display: none;
}

.map-legend {
  padding: 0 3%;
  /* height: 16px; */
  /* background-color: #f6f7f1; */
}

.small-map .map-legend {
  border-top: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1px;
}

.map-legend .outside,
.map-legend .inside {
  font-size: 14px;
  /* white-space:nowrap; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  align-items: baseline;
}

.map-legend .place-color {
  width: 10px;
  height: 10px;
  /* display: block; */
  min-width: 10px;
}

.map-legend .legend-text {
  /* display: block; */
  padding-right: 5px;
  margin: 0;
}

.map-legend .inside {
  color: #ee8aa2;
}

.map-legend .inside .place-color {
  background-color: #ee8aa2;
}

.map-legend .outside {
  color: #4C281E;
}

.map-legend .outside .place-color {
  background-color: #997979;
}

.map-plc-msg {
  font-size: 0.7em;
  line-height: 3em;
  font-style: italic;
  color: #7d7d7d;
}

.font9 {
  font-size: 9px;
}

.font10 {
  font-size: 10px;
}

/*----------------*/
/* map display    */
/*----------------*/
.view.def-display-map .list-display {
  display: none;
  /* background-color: #CCC7C1; */
  padding-top: 1px;
}

#map-results {
  position: absolute;
  z-index: 2;
  top: 0;
  font-size: 13px;
  padding: 0px 2px 2px 2px;
  background: white;
  -webkit-box-shadow: 0 0 10px 2px #888;
  -moz-box-shadow: 0 0 10px 2px #888;
  box-shadow: 0 0 10px 2px #888;
  margin: 4px;
}

@media (min-width: 768px) {
  #map-results {
    max-width: 260px;
  }

  [lang=en] #map-results {
    max-width: 300px;
  }
}
#map-results thead {
  line-height: 150%;
}

#map-results th:first-child {
  max-width: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#map-results th {
  vertical-align: top;
  padding-right: 3px;
  line-height: 150%;
  font-size: 11px;
}

#map-results tr {
  border: 3px solid transparent;
  line-height: 100%;
  background: transparent;
}

#map-results tbody tr.active,
#map-results tbody tr:hover {
  background: #ffe3e8 !important;
  cursor: pointer;
}

#map-results td {
  background: transparent;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}

#map-results .map-legend {
  padding: 0 2px;
}

#map-results td.citizenship {
  max-width: 120px;
}

#map-results td.result-num > span {
  text-align: center;
  /* min-width:12px; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  line-height: 18px;
  display: block;
  vertical-align: middle;
  font-size: 12px;
}

.view-caregiver-view-2 #map-results td {
  padding-top: 1px;
  padding-bottom: 2px;
}

#map-results td.result-num.live-in-search > span {
  background-color: #ee8aa2;
}

#map-results td.result-num.live-out-of-search > span {
  background-color: #997979;
}

#map-results td.node-title,
#map-results td.field-clean-care-type,
#map-results td.field-pets-care-type {
  max-width: 110px;
  text-align: right;
}

#map-results td.username {
  max-width: 60px;
  padding-right: 5px;
  text-align: right;
}

#map-results .right {
  padding-right: 2px;
}

#map-results .pager {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.view-jobs-view-2 #map-results {
  min-width: 300px;
  width: fit-content;
}

.view-jobs-view-2.view-display-id-children #map-results {
  min-width: 270px;
}

#map-results .field-children-care-type {
  padding-right: 5px;
  text-align: right;
}

.view-jobs-view-2 .map-legend {
  display: none;
}

.landing-page .search-view .view-empty {
  display: none;
}

.inactive-map .map-container {
  display: none;
}

.active-map .list-display {
  display: none;
}

.big-map-container {
  display: none;
  margin-top: 0px;
}

.active-map .big-map-container {
  display: block;
}

/* ------------------------*/
/*      search results     */
/* ------------------------*/
.search-text-helper {
  display: block;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .map-display-page .search-text-helper {
    display: none;
  }
}
.search-results-header {
  z-index: 100;
  max-width: 100%;
  padding: 7px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.5em;
}

.search-results-header.header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

/*
.search-results-header.header1 .mobile-search-btn-warp {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
*/
.search-results-header:not(.header2) {
  -moz-box-shadow: 2px 2px 3px 1px #cecac3;
  -box-shadow: 2px 2px 3px 1px #cecac3;
  -webkit-box-shadow: 1px 2px 2px -1px #cecac3;
  -moz-box-shadow: 1px 2px 2px -1px #cecac3;
  box-shadow: 1px 2px 2px -1px #cecac3;
  border: 1px solid #EFECE4;
  background-color: #FFFFFF;
  /* border-radius: 5px; */
  font-family: "Open Sans Hebrew";
}

@media (max-width: 767px) {
  .search-results-header:not(.header2) {
    background-color: #FFF;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.search-results-header.header2:not(.fixed-state) {
  margin-top: 7px;
}

.search-results-header.header2.fixed-state .select-search {
  display: none;
}

.search-results-header .line2 {
  height: 40px;
  margin: 0 5px;
}

.search-results-header .l2 {
  font-size: 20px;
  line-height: 10px;
  display: block;
  padding-top: 2px;
  font-weight: bold;
}

.search-results-header .l1 {
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  padding-top: 5px;
}

.search-results-header .search-title {
  margin-right: 7px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-left: 6px;
}

.search-results-header .search-title:empty {
  display: none;
}

.search-results-header .search-title .search-t1 {
  color: #F23B61;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search-results-header .search-t1 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0.1em;
  line-height: 1.3em;
}

.search-results-header .search-t2 {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.search-results-header .search-title .total {
  font-weight: normal;
}

.search-results-header .search-title .search-t2 .t1:not(:empty) {
  margin-left: 8px;
}

.search-results-header .search-title .search-t2:first-letter {
  text-transform: uppercase;
}

.two-btns-select .btn,
.search-results-header .display-type-s {
  /* float:right; */
  text-align: right;
  cursor: pointer;
  padding: 4px 5px 4px 10px;
  margin: 3px;
  display: inline-block;
  /* font-size: 15px; */
  vertical-align: middle;
}

.search-results-header .d {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-align-self: center;
  font-size: 1em;
}

.search-results-header .d > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media (min-width: 768px) {
  .search-results-header .d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .search-header-frame {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: #FFF;
    margin-left: 3px;
    padding: 0 5px;
    vertical-align: middle;
    display: inline-block;
  }

  .display-type-select,
.search-header-frame {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}
.search-results-header .display-type-s .icon:before {
  vertical-align: middle;
}

.do-text-translate {
  margin: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  font-size: 15px;
}

.do-text-translate .checkbox {
  cursor: pointer;
}

.do-text-translate .checkbox:after {
  content: "";
  position: absolute;
  height: 1.5em;
  width: 100px;
}

.two-btns-select .left-btn:not(.curr-state),
.map-display-page .search-results-header .list-display-s {
  color: #BFBFBF;
}

.display-type-s:before {
  vertical-align: middle;
}

.two-btns-select .left-btn:not(.curr-state):hover,
.map-display-page .search-results-header .list-display-s:hover {
  background-position: -11px -5102px;
}

.two-btns-select .left-btn.curr-state,
.list-display-page .search-results-header .list-display-s {
  background-position: -11px -4980px;
}

.two-btns-select .btn.curr-state,
.list-display-page .search-results-header .list-display-s,
.map-display-page .search-results-header .map-display-s {
  pointer-events: none;
  background-color: #FE4A6B;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: white;
}

.two-btns-select .right-btn:not(.curr-state),
.list-display-page .search-results-header .map-display-s {
  color: #BFBFBF;
}

.search-results-header .between-select:after,
.search-results-header .between-select:before {
  display: none;
}

.two-btns-select .right-btn:not(.curr-state):hover,
.list-display-page .search-results-header .map-display-s:hover {
  background-position: -84px -5021px;
}

.l1b,
.search-results-header .display-type-select .l1 {
  font-size: 13px;
  line-height: 13px;
  display: block;
  padding-top: 5px;
}

.l2b,
.search-results-header .display-type-select .l2 {
  font-size: 20px;
  line-height: 10px;
  font-weight: bold;
  vertical-align: top;
  display: block;
}

.search-results-header .b1 {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .search-results-header .display-type-select {
    margin: 3px;
  }

  .search-results-header .display-type-select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: #ffffff;
    /* width: 156px; */
    /* height: 37px; */
  }
}
.display-type-select .between-select {
  width: 45px;
  height: 0.5em;
  background-color: #BFBFBF;
  content: "";
  display: inline-block;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  position: relative;
}

.map-display-page .search-results-header .between-select:before,
.list-display-page .search-results-header .between-select:after {
  background-color: #F23B61;
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -0.25em;
}

.display-type-select .between-select:after {
  left: 0;
}

@media (max-width: 767px) {
  .display-type-select .text {
    display: none;
  }

  .list-display-page .search-results-header .list-display-s,
.map-display-page .search-results-header .map-display-s {
    background: transparent;
    color: #FE4A6B;
    margin: 0;
  }

  .search-results-header .display-type-s {
    padding: 1px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .display-type-select .between-select {
    display: none;
  }
}
.search-results-header .b2:not(.b-last) {
  position: static;
}

.select-display-agent {
  width: 200px;
  display: block;
  margin: auto;
  height: 40px;
}

search-results-header .select-display-agent {
  display: block;
  margin: auto;
  width: 200px;
}

.search-results-header .b-last {
  position: absolute;
  top: 0px;
  left: 0px;
}

.search-results-top-msg {
  background: #EDC5CE;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}

.search-results-header .center1 {
  display: inline-block;
}

span.list-display-text {
  display: none;
}

span.map-display-text {
  display: block;
}

.contain-map.active-map span.map-display-text {
  display: none;
}

.contain-map.active-map span.list-display-text {
  display: block;
}

.top-search-pager {
  float: left;
}

.top-search-pager ul.pager {
  margin: 10px 5px 10px 0px;
}

.top-search-pager ul.pager .pager-next,
.top-search-pager ul.pager .pager-previous {
  display: none;
}

.top-search-sort .form-item-sort-bef-combine {
  margin: 5px;
  float: right;
  clear: left;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #a18c81;
}

.top-search-sort .form-item-sort-bef-combine label {
  color: white;
  font-size: 14px;
}

.form.top-search-sort .select-field {
  margin-right: 3px;
  width: 130px;
  z-index: auto;
  margin-bottom: 3px;
  margin-left: 4px;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.form.top-search-sort .select-field .arrow {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.form.top-search-sort .select-field .drop {
  z-index: 100;
}

.top-search-sort.form .select-field li label {
  font-weight: normal;
}

.form.top-search-sort .select-field .drop li {
  padding: 0 5px 0 13px;
}

ul.pager a, ul.pager li.pager-current {
  border-width: 0px;
}

ul.pager a {
  text-decoration: underline;
  padding: 3px 5px 2px 5px;
}

div.view-display-id-search_result_display ul,
div.view-last-days-caregiver-view-2 ul {
  list-style-type: none;
  margin-right: 0px;
}

.page-landing .view-last-days-caregiver-view-2 li,
.view-last-days-caregiver-view-2 li {
  display: none;
}

.icon-recommend {
  background: url(../images/icon_recommend.png) no-repeat;
}

.icon-video {
  background: url(sprite16.png) no-repeat 0px -1977px;
}

.icon-audio {
  background: url(sprite16.png) no-repeat -189px -8758px;
}

.icon-text, .icon-opinion {
  background: url(../images/icon_text.png) no-repeat;
}

.icon-times {
  background: url(sprite16.png) no-repeat -10px -2165px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
  position: absolute;
  right: 70px;
}

.node-display div.fivestar-widget .star,
.node-display div.fivestar-widget .star a,
.node-display div.fivestar-widget-static .star,
.node-display div.fivestar-widget-static .star span {
  background-image: url(../images/hearts.png);
}

div.fivestar-widget,
div.fivestar-widget-static {
  display: inline;
}

div.fivestar-form-item {
  width: 200px;
}

.node-display .fivestar-default {
  float: right;
  /*width: 200px;*/
}

.node-display .field-type-fivestar .description {
  float: right;
  margin-right: 5px;
}

.average-rating {
  display: none;
}

/*
this def disable: ".progress-disabled {float: right;}" from system-base-rtl.css
for ajax buttons
*/
input.progress-disabled,
a.progress-disabled {
  float: inherit;
}

.fb_iframe_widget {
  height: 20px;
  max-width: 150px;
}

.ajax-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
}

#map-display .ajax-progress {
  position: absolute;
}

#map-display .ajax-progress .throbber {
  left: initial;
  right: initial;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

/* for preloading */
#page-bottom,
.footer-wrapper {
  background: url(../images/loader.gif) no-repeat -9999px -9999px;
}

.ajax-progress .throbber {
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 8px;
  width: 75px;
  height: 25px;
  background-color: white;
  border: 2px solid #7F7F79;
  color: #4C281E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 60px;
  padding-right: 5px;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  position: fixed;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.ajax-progress .throbber:before {
  content: "רק רגע...";
  font-size: 18px;
  text-align: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  line-height: 18px;
  font-family: Arial, sans-serif;
  white-space: nowrap;
  font-weight: normal;
}

body[lang=en] .ajax-progress .throbber {
  width: 100px;
  height: 50px;
}

body[lang=en] .ajax-progress .throbber:before {
  content: "Please\a  wait...";
  white-space: normal;
}

.node-display-search-result .ajax-progress,
.search-progress,
.search-sidebar-exposed-form .ajax-progress {
  margin-left: -120px;
  text-align: center;
}

.search-progress .throbber:before,
.search-sidebar-exposed-form .ajax-progress .throbber:before {
  font-size: 18px;
  content: "רק רגע...";
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
}

body[lang=en] .search-progress .throbber:before,
body[lang=en] .search-sidebar-exposed-form .ajax-progress .throbber:before {
  content: "Wait...";
  content: "Please\a  wait...";
  white-space: normal;
}

.ajax-progress .message {
  padding-left: 0;
  background-color: white;
  left: 20px;
  position: absolute;
  top: -webkit-calc(50% + 50px);
  top: -moz-calc(50% + 50px);
  top: calc(50% + 50px);
  right: -webkit-calc(50% - 115px);
  right: -moz-calc(50% - 115px);
  right: calc(50% - 115px);
  border: 1px solid #7F7F79;
  width: 230px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 0.8em;
  white-space: nowrap;
}

.ajax-progress .message {
  display: none;
}

.video-recording .ajax-progress .message {
  display: block;
}

/* all right footer block */
#block-block-11 {
  margin-bottom: 0px;
}

body #tiptip_holder {
  z-index: 1010;
}

/*   *************/
/*   articles    */
/*****************/
.node-article.view-mode-teaser h3 {
  margin: 0px;
}

.node-article.view-mode-teaser p {
  margin: 0px;
  margin-top: 3px;
}

.node-article.view-mode-teaser .field-name-field-writer {
  color: grey;
}

.node-article.view-mode-teaser .group-left {
  padding: 12px;
}

.view-articles .group-left {
  width: 71%;
}

.view-articles .group-right {
  width: 22%;
  margin-bottom: 10px;
}

.view-articles .item-list ul {
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.view-articles * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pane-articles-panel-pane-2 {
  padding: 20px;
}

#block-user-login {
  display: none;
}

html .block ul, html .block ol,
html ul, html ol {
  margin-left: 0;
  margin-right: 0;
}

.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
}

ul.tick {
  margin-bottom: 0px;
}

ul.tick:not(.type2) li:not(:empty):before {
  content: "";
  font-family: "helpbook-icons" !important;
  speak: none;
  font-style: normal;
  color: #F23B61;
  unicode-bidi: -moz-plaintext;
  unicode-bidi: plaintext;
  margin-left: 11px;
}

ul.tick.type2 li,
ul.multilines-tick ul.tick li {
  float: none;
}

ul.multilines-tick > li {
  float: right;
}

ul.multilines-tick, .block ul.multilines-tick, ul.multilines-tick ul.tick {
  margin-right: 0px;
}

ul.tick li.last {
  margin-left: 0px;
}

.hearts {
  margin: 0px auto;
  height: 9px;
  text-align: center;
  max-width: 100px;
  padding: 5px 0;
}

.hearts a {
  text-decoration: none !important;
}

.hearts span {
  height: 14px;
  width: 14px;
  display: inline-block;
}

.hearts-edit .hearts-view {
  display: block;
}

.hearts-edit .hearts-view .hearts span:hover,
.hearts-edit .hearts-view .hearts span.hovered {
  cursor: pointer;
  background-position: -10px -830px;
}

.hearts p {
  color: #876463;
}

.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

.btns,
.alert-popup .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.btns,
.alert-popup .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.btns.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.btns.space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.alert-popup .btns .hb-btn {
  white-space: normal;
}

@media (max-width: 767px) {
  .btns,
.popup .btns,
.alert-popup .btns {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    min-width: 70%;
    max-width: 100%;
  }

  .btns .hb-btn,
.alert-popup .btns .hb-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .my-home .hb-btn,
.alert-popup .btns .hb-btn {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }

  .btns .hb-btn:not(:first-child),
.alert-popup .btns .hb-btn:not(:first-child) {
    margin-top: 1.5em;
  }
}
.in-btn,
a.in-btn,
.alert-popup a.gray-btn,
.alert-popup a.pink-btn {
  float: none !important;
  display: inline-block !important;
}

.pac-container {
  display: none;
}

.pink-btn.center {
  display: block !important;
}

.def-btn,
form input.pink-btn,
input.pink-btn,
input.gray-btn,
a.pink-btn,
a.upgrade-btn,
a.white-btn,
a.cream-btn,
a.gray-btn {
  display: inline-block;
  cursor: pointer;
  margin: 2px 4px;
  height: 22px;
  line-height: 22px;
  padding: 0 13px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  /* box-shadow: 3px 3px 5px rgba(0,0,0,0.4); */
  text-decoration: none !important;
  border: 0px;
  min-width: 45px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

a.gray-btn {
  background-color: #7e7e79;
}

a.gray-btn:hover {
  background-color: #f13a60;
  text-decoration: none;
}

.size2-btn,
input.size2-btn,
a.size2-btn {
  margin: 2px;
  height: 27px !important;
  line-height: 27px !important;
  padding: 0 15px !important;
  font-size: 17px !important;
}

.def-btn,
.def-btn.selected,
input.pink-btn,
a.pink-btn {
  background-color: #f13a60;
}

.def-btn:hover,
.def-btn.selected:hover,
input.pink-btn:hover,
a.pink-btn:hover {
  background-color: #7e7e79;
  text-decoration: none;
}

.def-btn.unselected,
a.white-btn {
  color: #f13a60 !important;
  background-color: #FFF;
}

.none-mobile .def-btn.unselected:hover,
.none-mobile a.white-btn:hover {
  color: #FFF !important;
  background-color: #f13a60;
  text-decoration: none;
}

.pink-text {
  color: #f13a60;
}

.next-btn,
a.next-btn {
  text-decoration: none !important;
  width: 116px;
  background: url(images/next-btn2.png);
  height: 34px !important;
  cursor: pointer;
  -webkit-box-shadow: 4px 0px 2px -2px #888;
  -moz-box-shadow: 4px 0px 2px -2px #888;
  box-shadow: 4px 0px 2px -2px #888;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding-right: 8px;
  line-height: 30px !important;
  display: block;
}

.next-btn:hover,
a.next-btn:hover {
  background-position: 0px -35px;
  text-decoration: none !important;
}

#popups {
  display: none;
}

.alert-popup,
#alert-popup {
  text-align: center;
  padding: 2.5em;
  max-width: 96vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

#alert-popup p, .popup p, .alert-popup p {
  /* font-size: 16px; */
  padding-bottom: 7px;
  text-align: center;
  line-height: 1.5em;
  font-weight: normal;
}

#alert-popup.popup.size2, .popup.size2 {
  width: 330px;
  max-width: 100%;
}

#alert-popup.popup.size3, .popup.size3 {
  width: 380px;
}

@media (min-width: 768px) {
  #alert-popup, .alert-popup {
    max-width: initial;
  }

  .alert-popup {
    max-width: 70% !important;
    max-width: 70vw !important;
  }

  #alert-popup.popup.wide, .popup.wide, .popup.wide #alert-popup {
    width: 510px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .alert-popup p {
    text-align: center;
  }

  #alert-popup.popup.wide, .popup.wide, .popup.wide #alert-popup {
    min-width: 75vw;
    max-width: 100%;
    overflow: hidden;
  }
}
#alert-popup.popup.wide2, .popup.wide2, .popup.wide2 #alert-popup {
  width: 600px;
  max-width: 95vw;
  /* overflow:hidden; */
}

#alert-popup.popup.wide3, .popup.wide3, .popup.wide3 #alert-popup {
  width: 760px;
  max-width: 100%;
  overflow: hidden;
}

#alert-popup .pop-title, .popup .pop-title {
  font-weight: bold;
  font-size: 1.2em;
}

.alert-popup a.pink-btn,
.alert-popup a.gray-btn,
#alert-popup a.gray-btn,
#alert-popup a.pink-btn {
  float: none;
  margin: 0 5px 5px 0px;
  display: block;
  width: auto;
  text-align: center;
  padding: 0 7px;
  height: 24px;
  line-height: 24px;
}

#alert-popup.ok-cancel-popup a.gray-btn,
#alert-popup.ok-cancel-popup a.pink-btn {
  margin: 0 10px;
  display: inline-block;
}

.boss-popup:not(.fancybox-wrap) {
  width: 540px;
  overflow-x: hidden;
  font-size: 12px;
  text-align: center;
}

/*.boss-popup .pop-head { background-color:#dee2c8; border-bottom:1px solid #997979; height:22px; font-size: 14px; font-weight: bold; padding-right: 30px; line-height:20px;  }*/
.boss-popup .pop-head {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 12px;
}

.alert-popup .pop-cnt {
  /* padding:0px 20px 15px 20px; */
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .alert-popup .pop-cnt {
    font-size: 18px;
  }
}
.boss-popup .field, .boss-popup .form-text {
  background-color: white;
  /* padding:2px 10px; */
  /* height:16px; */
}

.boss-popup.not-paying {
  width: 380px;
}

.boss-popup.not-paying h4 {
  text-align: center;
}

#email-verif-popup .pop-cnt {
  font-size: 22px;
  line-height: 30px;
  padding-top: 15px;
}

#alert-popup .pop-suffix {
  padding-top: 7px;
}

#email-verif-popup .pop-suffix {
  padding: 22px 22px 20px;
}

.alert-popup .pop-cnt.msg {
  font-weight: bold;
}

.alert-popup .pop-cnt .title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.alert-popup .pop-cnt .msg {
  font-weight: normal;
}

.discount-msg {
  font-size: 0.8em;
}

#del.alert-popup .pop-cnt .title {
  font-size: 1.1em;
}

@media (max-width: 767px) {
  #del.alert-popup {
    padding: 1.5em;
  }
}
#del.alert-popup .pop-cnt .title {
  padding: 0 0.5em;
}

@media (max-width: 350px) {
  #del.alert-popup .pop-cnt {
    font-size: 16px;
  }
}
#footer {
  background-color: transparent;
}

#block-menu-menu-footer-menu,
#block-menu-menu-register-footer-menu {
  margin-top: 10px;
  margin-bottom: 5px;
}

#block-menu-menu-footer-menu a,
#block-menu-menu-register-footer-menu a {
  color: #876463;
}

#block-menu-menu-register-footer-menu {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

/**Help Menu**/
#sidebar-first .hlp_menu, #sidebar-first .contact-sidebar {
  /* background: none repeat scroll 0 0 #E5DACF; */
  float: left !important;
}

@media (max-width: 767px) {
  #block-menu-menu-help-menu {
    display: none;
  }
}
.hlp_menu ul li {
  list-style: none outside none;
}

.hlp_menu li a {
  color: #4C281E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  padding-right: 41px;
  padding-top: 4px;
  text-decoration: underline;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hlp_menu ul li .menu {
  display: none;
}

.hlp_menu ul li.open .menu {
  display: inherit;
}

.hlp_menu ul li {
  padding-bottom: 5px;
}

.hlp_menu ul li ul li {
  padding: 0;
}

.hlp_menu li a.active, .hlp_menu li.active > a {
  background-color: #EFECE4 !important;
}

.hlp_menu li ul li a {
  font-weight: normal;
  text-decoration: none;
}

.hlp_menu li #expanded {
  padding-bottom: 0;
}

.hlp_menu li #about {
  background-position: right 0px;
}

.hlp_menu li #h-i-w {
  background-position: right -76px;
}

.hlp_menu li #hlp {
  background-position: right -45px;
}

.hlp_menu li #tips {
  background-position: right -145px;
}

.hlp_menu li #terms {
  background-position: right -175px;
}

.hlp_menu li #contact {
  background-position: right -115px;
}

.hlp_menu li #privacy {
  background-position: right -207px;
}

.hlp_menu .content > ul > li > a {
  background: url("images/icons-general-pages1.png") no-repeat scroll right 0px transparent;
}

.hlp_menu .content > ul > li > a:hover {
  background: url("images/icons-general-pages2.png") no-repeat scroll right 0px transparent;
}

[lang=en] a[href="/en/help"],
[lang=en] a[href^="/en/help/"],
[lang=en] .hlp_menu li #hlp {
  display: none !important;
}

@media (min-width: 768px) {
  .hlp-banner:before, .about-banner:before, .contact-banner:before, .title-banner:before {
    background: url("images/hlp-b.png") no-repeat transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
  }
}
.about-banner:before {
  background: url("images/about-b.png") no-repeat transparent;
  padding-top: 25px;
  /*   width: 622px;*/
  font-size: 40px;
}

.contact-banner:before {
  background: url("images/contact-b.png") no-repeat transparent;
}

.hlp-banner:before, .about-banner:before, .contact-banner:before, .title-banner:before {
  background-position: right;
}

.hlp-banner, .about-banner, .contact-banner, .title-banner {
  position: relative;
  font-size: 28px;
  height: 135px;
  /* width: 643px; */
}

@media (max-width: 767px) {
  .hlp-banner, .about-banner, .contact-banner .title-banner {
    background: none !important;
  }
}
#sidebar-first .contact-sidebar {
  background: #dfe3ca;
}

#sidebar-first .contact-sidebar .content {
  padding: 10px;
}

@media (min-width: 768px) {
  .hlp-banner h1, .about-banner h1, .contact-banner h1,
.hlp-banner h2, .about-banner h2, .contact-banner h2 {
    padding-top: 28px;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    right: 17px;
  }
}
.banner p,
#page .banner p {
  margin-top: 20px;
  width: 356px;
  font-size: 16px;
}

.node-page table.hlp-table thead th {
  background: url("images/g-h.png") no-repeat scroll right top transparent;
  height: 40px;
  border: 0 none;
  padding-top: 2px;
  vertical-align: top;
  width: 303px;
}

.node-page table.hlp-table thead th:first-child {
  padding-left: 56px;
  background: url("images/p-h.png") no-repeat scroll right 0 transparent;
}

table.hlp-table tbody td {
  padding-right: 15px;
}

table.hlp-table tbody td a {
  color: #4C281E;
  text-decoration: underline;
}

table.no-border thead th, table.no-border th, table.no-border tr, table.no-border td, table.no-border tbody {
  border: 0 none;
}

table.hlp-table {
  border: 0 none;
}

table.hlp-table th a {
  white-space: nowrap;
}

.w-content {
  background: none repeat scroll 0 0 white;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 10px;
}

.w-content.n-content {
  padding: 20px 20px 20px 10px;
  width: 629px;
}

.entity-entityform-type,
.node-page, .node-webform {
  /* background: none repeat scroll 0 0 #E5DACF; */
  padding: 10px 15px;
  /* max-width: 660px; */
  margin-bottom: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans Hebrew";
}

.node.node-webform .content .field {
  /* border-width : 1px; */
}

.entitytype-feedback-form .form-type-radios label {
  margin-left: 1em;
  margin-right: 0px;
}

.entitytype-feedback-form .form-wrapper {
  max-width: 456px;
  margin: auto;
  margin-bottom: 1em;
}

.page-eform-submit-feedback #main-group {
  margin: auto;
  float: none;
}

.entitytype-feedback-form label {
  padding-right: 0;
}

.entitytype-feedback-form .field-prefix {
  display: block;
}

.entitytype-feedback-form .hb-btn {
  margin-right: 0;
}

.entitytype-feedback-form input {
  max-width: 100%;
}

.entitytype-feedback-form .feedback-testemonials-title {
  margin-bottom: 1em;
  font-size: 0.9em;
}

.entitytype-feedback-form .field-name-field-feedback-testemonial-image {
  margin-bottom: 2em;
  display: none !important;
}

.field-name-field-feedback-testemonial-image input,
.field-name-field-feedback-testemonial-image .image-widget-data,
.field-name-field-feedback-testemonial-image .description {
  display: none;
}

.field-type-image:not(.with-img) .remove-image {
  display: none;
}

.field-type-image.with-img .choose-image {
  display: none;
}

.node-webform a, .node-page a {
  color: #4C281E;
  text-decoration: underline;
}

.node-page a:hover {
  color: #F23B61;
}

.node-webform.uuid-0b04d919 .form-item > label {
  min-width: 150px;
  width: 150px;
  /* margin-right: 1em; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  margin-left: 0.4em;
  padding: 0;
  /* white-space: nowrap; */
}

@media (max-width: 767px) {
  .node-webform.uuid-0b04d919 .form-item > label {
    min-width: 100px;
    width: 100px;
  }
}
.node-webform.uuid-0b04d919 .webform-container-inline label.error, .webform-component--type label.error {
  width: 200px;
}

.node-webform.uuid-0b04d919 .webform-container-inline input, .node-webform.uuid-0b04d919 .webform-component--type .select-field {
  /* max-width: 280px; */
  width: 100%;
}

.node-webform.uuid-8dcde1e7 .webform-component {
  display: inline-block;
}

.node-webform.uuid-8dcde1e7 h2 {
  text-align: center;
}

@media (min-width: 768px) {
  .node-webform.uuid-8dcde1e7 .webform-component--phone input {
    width: 130px;
  }
}
.node-webform.uuid-8dcde1e7 .form-submit {
  display: block;
  margin: auto;
}

.webform-component--id-type {
  display: block;
  width: 100%;
}

.rtl .webform-container-inline label {
  margin-left: 1em;
  margin-right: 0px;
}

.webform-component--id-type .form-item {
  display: inline-block;
  width: initial !important;
}

.webform-component--id-type {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.webform-component--id-type label {
  padding-right: 0px;
  padding-left: 10px;
}

.node-webform:not(.type-users_content) .webform-component--id-type,
.node-webform:not(.type-users_content) .webform-component--users-content-msg,
.node-webform:not(.type-users_content) .webform-component--id-number,
.node-webform:not(.type-users_content) .webform-component--city,
.node-webform:not(.type-users_content) .webform-component--address,
.node-webform:not(.type-users_content) .webform-component--user-number {
  display: none !important;
}

.webform-component--user-number label,
.webform-component--user-number label .q-tip {
  display: inline;
}

.webform-component--user-number input + .q-tip {
  display: none;
}

.webform-component--type .select-field {
  /* width: 270px; */
  /* max-width: 100%; */
  /* width: 250px; */
}

.webform-container-inline div, .webform-container-inline div.form-item {
  display: block;
}

.webform-component--type .select-field .drop {
  /* max-height:120px; */
}

.webform-client-form .captcha .description {
  display: none;
}

.webform-client-form .captcha img {
  border: 1px solid gray;
  /* float: right; */
  height: 39px;
  width: 87px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  left: -webkit-calc(-50% - 57px + 44px);
  left: -moz-calc(-50% - 57px + 44px);
  left: calc(-50% - 57px + 44px);
}

@media (max-width: 767px) {
  .webform-client-form .captcha img {
    left: -webkit-calc(-50% - 50px + 44px) !important;
    left: -moz-calc(-50% - 50px + 44px) !important;
    left: calc(-50% - 50px + 44px) !important;
  }

  .node-webform.uuid-0b04d919 #wf-submit a {
    right: -webkit-calc(50% + 50px - 20%) !important;
    right: -moz-calc(50% + 50px - 20%) !important;
    right: calc(50% + 50px - 20%) !important;
  }
}
.webform-client-form .captcha .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.webform-client-form .captcha input {
  width: 100%;
}

#content-messages {
  display: none;
}

.webform-component--description .jspPane {
  left: 0 !important;
  top: 0 !important;
}

.webform-component--description .jspVerticalBar, .webform-component--description .jspVerticalBar, .webform-component--description .jspHorizontalBar {
  display: none;
}

.webform-component--description textarea {
  /* padding:0; */
}

.webform-component--description .textarea-field textarea {
  width: 100%;
}

.webform-component--description label {
  /* float:right; */
  width: 125px;
  margin-right: 11px;
  vertical-align: top;
}

.webform-component--description label span {
  vertical-align: top;
}

.entity-entityform-type .entityform,
.webform-client-form {
  /*  background: none repeat scroll 0 0 white; */
  max-width: 466px;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .node-webform.uuid-0b04d919 .webform-client-form {
    /* max-width: 400px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.node-webform.uuid-0b04d919 .webform-client-form {
  display: inline-block;
  width: 100%;
  display: block !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.node-webform.uuid-0b04d919 input.form-submit {
  display: none;
}

.node-webform.uuid-0b04d919 .form-item.webform-component {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.node-webform.uuid-8dcde1e7 .form-item.webform-component {
  margin-bottom: 10px;
}

.node-webform.uuid-8dcde1e7 .webform-component--desc,
.node-webform.uuid-8dcde1e7 .webform-component--phone-msg {
  display: block;
}

.node-webform.uuid-8dcde1e7 {
  margin-bottom: 0px;
  background: white;
}

.node-webform.uuid-8dcde1e7 .webform-component-title {
  text-align: center;
  display: block;
}

.node-webform.uuid-8dcde1e7 h2 a {
  text-align: center;
  text-decoration: none;
}

.node-webform.uuid-8dcde1e7 .form-required {
  display: none;
}

.node-webform.uuid-8dcde1e7 .webform-component--title {
  font-weight: bold;
  text-align: center;
  display: block;
}

.logged-in .node-webform.uuid-8dcde1e7 .webform-component--name,
.logged-in .node-webform.uuid-8dcde1e7 .webform-component--phone,
.logged-in .node-webform.uuid-8dcde1e7 .webform-component--mail {
  display: none;
}

.entity-entityform-type .textarea-containter,
.webform-client-form .textarea-containter {
  width: 100%;
}

@media (max-width: 767px) {
  .node-webform .form-item, .node-webform textarea, .node-webform input {
    width: 100%;
  }
}
.node-webform.uuid-0b04d919 #wf-submit a {
  width: 40%;
  position: relative;
  right: -webkit-calc(50% + 57px - 20%);
  right: -moz-calc(50% + 57px - 20%);
  right: calc(50% + 57px - 20%);
}

#wf-submit {
  display: inline-block;
  /* float: left; */
  padding: 15px 5px 10px;
  /* width: 125px; */
}

#wf-submit a {
  color: white;
  cursor: pointer;
  font-family: arial;
  font-size: 16px;
  margin-top: 0;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #F23B61;
  vertical-align: middle;
  padding: 1em 2em;
  margin: auto;
}

#wf-submit a:hover {
  background-color: #D23955;
}

#wf-submit a:hover {
  background-position: -10px -2075px;
}

.family-help, .cares-help,
.node-page .family-help, .node-page .cares-help {
  background: url("images/family-help.png") no-repeat scroll 0 0 #dee3c9;
  padding: 10px;
  padding-right: 20px;
  padding-top: 10px;
  width: 630px;
}

.cares-help, .node-page .cares-help {
  background: url("images/cares-help.png") no-repeat scroll 0 0 #dee3c9;
}

@media (max-width: 767px) {
  .family-help, .cares-help,
.node-page .family-help,
.cares-help, .node-page .cares-help {
    background-image: none;
    background-color: #DEE3C9;
  }
}
.bck-title {
  line-height: 135px;
  width: 661px;
  background: url("images/bck-title.png") no-repeat scroll 0 0 transparent;
}

.safety-title:before {
  background-image: url("images/safety-title.png");
}

.node-page h1 {
  font-size: 20px;
}

.node-page h3 {
  font-size: 16px;
}

.node-page h3 a, .node-page h3 a:hover, .node-page h4 a, .node-page h4 a:hover {
  text-decoration: none;
  color: #4C281E;
}

.field .field-label.font-normal {
  font-weight: normal;
}

.care-types-nav {
  background: url(images/nav2.png) repeat-x;
  height: 24px;
  margin-right: 4px;
}

.care-types-nav li {
  float: right;
  padding-left: 3px;
}

.care-types-nav li a,
.care-types-nav li a span {
  display: block;
  background: url(images/nav2-btn.png) no-repeat right -24px;
  padding: 0 5px 0 0;
  font-size: 13px;
  height: 24px;
  line-height: 22px;
  text-decoration: none;
}

.care-types-nav li a span {
  background-position: 0 -24px;
  padding: 0 0 0 5px;
}

.care-types-nav li.active a {
  background-position: right 0;
}

.care-types-nav li.active a span {
  background-position: 0 0;
  font-weight: bold;
}

.care-types-nav li a:hover span {
  background-position: 0 -24px;
}

.care-types-nav li a:hover {
  background-position: right -24px;
}

.error, .form .ch-label.error-state, .form label.error-state, .form label.error-state2 {
  color: #f23b61 !important;
}

.form .field.error-state, .form .field.error-state2,
.form .captcha input.error-state,
.form .textarea-field.error-state, .form .textarea-field.error-state2 {
  border-color: #ef3a63 !important;
  border-width: 2px !important;
}

#are_you_sure_popup_link, #are_you_sure_popup {
  display: none;
}

.form-item-name .form-text,
.form-item-mail .form-text {
  text-align: right;
  direction: ltr;
}

.fancy-inner .node-page {
  padding-top: 20px;
}

.top5 {
  position: relative;
  top: 5px;
}

.form-item .tip {
  display: inline-block;
}

.form-type-textfield .tip {
  /* height: 1.7em; */
}

.tip-tcenter {
  text-align: center;
}

.user-type-caregiver .caregiver-in-hidden,
.user-type-employer .employer-in-hidden,
.logged-in .logged-in-hidden,
.not-logged-in .not-logged-in-hidden {
  display: none;
}

.user-type-caregiver .caregiver-in-transp,
.user-type-employer .employer-in-transp,
.logged-in .logged-in-transp,
.not-logged-in .not-logged-in-transp {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* articles */
.page-articles #content-group,
.page-landing #content-group,
.page-article #content-group {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* articles */
@media (min-width: 768px) {
  .page-articles #content-inner,
.page-landing #content-inner,
.page-article #content-inner {
    /* background-color: #E5DACF; */
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 35px;
    width: 690px;
  }
}
@media (max-width: 767px) {
  #content-top .view-articles img {
    display: none;
  }

  .view-articles img {
    max-width: 100%;
  }

  #content-top .view-articles .view-header {
    height: 1em;
    position: static;
    float: none;
    text-align: center;
  }
}
.view-articles {
  position: relative;
}

.view-articles > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.view-articles > .view-content h3 {
  font-size: 1em;
}

.view-articles.view-display-id-block_3 .view-header {
  float: right;
  position: absolute;
  font-size: 24px;
  top: 12px;
  right: 77px;
}

.view-articles.view-display-id-block_3 .view-header h4 {
  font-family: ezerblock_oebold;
  font-weight: normal;
}

.view-articles.view-display-id-block_3 .view-content {
  float: right;
  margin-right: 5px;
}

#block-views-articles-block_3 {
  margin-bottom: 5px;
}

.view-articles.view-display-id-page .view-content li,
.view-articles.view-display-id-page_1 .view-content li {
  float: right;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  background: #f6f7f2;
  /* height: 107px; */
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  /* padding-right: 10px !important; */
  /* width: 638px; */
  /* margin-right: 5px; */
}

.view-articles.view-display-id-page .views-field-field-writer-1,
.view-articles.view-display-id-page .views-field-title-1,
.view-articles.view-display-id-page_1 .views-field-field-writer-1,
.view-articles.view-display-id-page_1 .views-field-title-1,
.view-articles.view-display-id-page_2 .views-field-field-writer-1,
.view-articles.view-display-id-page_2 .views-field-title {
  /* float: right; */
  font-weight: bold;
}

.view-articles .views-field-title-1 a {
  text-decoration: inherit;
  color: inherit;
  font-size: 19px;
}

.view-articles.view-display-id-page .view-header,
.view-articles.view-display-id-page_1 .view-header,
.view-articles.view-display-id-page_2 .view-header {
  margin-right: 5px;
  font-size: 18px;
  margin-top: 10px;
}

.view-articles.view-display-id-page_2 .view-header h4 {
  width: 450px;
  float: right;
}

.view-articles.view-display-id-page_2 .view-header a {
  display: block;
  width: 173px;
  height: 25px;
  text-align: center;
  color: #F13A60;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  /* vertical-align: middle; */
}

.view-articles.view-display-id-page_2 .view-header a:hover {
  background-position: 0 25px;
}

.view-articles.view-display-id-page_2 .view-content {
  /* background: #f6f7f2; */
  /* width: 625px; */
  /* float: right; */
  margin-right: 5px;
  margin-left: 15px;
  padding-right: 10px;
  padding-top: 10px;
  padding-left: 20px;
}

.view-articles .views-field-field-writer-1 {
  font-size: 10px;
  font-weight: bold;
  color: #7e7e79;
  line-height: 1.2;
  margin-top: 6px;
  margin-bottom: 2px;
}

.view-articles.view-display-id-page_2 .views-field-title {
  font-size: 23px;
  font-weight: bold;
  /* max-width: 415px; */
}

.view-articles.view-display-id-page .views-field-title a,
.view-articles.view-display-id-page_1 .views-field-title a {
  color: #4c281e;
  font-weight: bold;
  font-size: 14px;
}

.view-articles .views-label {
  float: right;
}

.view-articles.view-display-id-page .views-field-field-image,
.view-articles.view-display-id-page_1 .views-field-field-image {
  float: right;
  width: 109px;
  height: 109px;
  margin-left: 20px;
}

.view-articles.view-display-id-page_2 .views-field-field-image {
  float: left;
}

#page .view-articles.view-display-id-page_2 .views-field-body p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.view-articles.view-display-id-page .views-field-field-teaser,
.view-articles.view-display-id-page_1 .views-field-field-teaser {
  float: right;
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
}

.view-articles.view-display-id-page .views-field-field-teaser p,
.view-articles.view-display-id-page_1 .views-field-field-teaser p {
  font-size: 12px;
  color: #4c281e;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 0px;
}

.view-articles.view-display-id-page_2 .views-field-field-teaser {
  width: 415px;
  float: right;
}

.view-articles .views-field-nothing {
  /* float: right; */
  font-size: 10px;
  text-decoration: underline;
  /* width: 250px */
}

.view-articles .toarticle {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #F23B61;
  width: 119px;
}

.view-articles .views-field-nothing a {
  color: #876463;
}

#block-views-articles-block_2 h3 {
  color: #7e7e79;
  font-size: 100%;
}

#block-views-articles-block_2 .view-content {
  width: 690px;
}

#block-views-articles-block_2 .view-content .item-list {
  float: right;
  width: 320px;
  margin-right: 20px;
}

#block-views-articles-block_2 .view-content .item-list ul {
  margin-right: 15px;
}

#block-views-articles-block_2 .view-content ul li .views-field-nothing a {
  color: #4c281e;
  font-size: 12px;
  text-decoration: underline;
}

.view-articles.view-display-id-page_2 .views-field-view {
  float: left;
  width: 170px;
  margin-top: 30px;
}

.view-articles.view-display-id-page_2 .views-field-view .view-content {
  width: 170px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  margin-top: 2px;
}

.view-articles.view-display-id-page_2 .views-field-view .views-field-nothing {
  font-size: 12px;
  width: 170px;
}

.view-articles.view-display-id-page_2 .views-field-view .views-label-view {
  font-size: 14px;
  font-weight: bold;
  color: #7e7e79;
}

.page-landing .ui-tabs-panel {
  padding: 0;
}

/*----*/
.tabs-hp #tabs-2 .right h2 {
  width: 365px;
  text-align: center;
}

.tbl_prg_landing h3 {
  font-family: ezerblock_oebold;
  font-weight: normal;
}

.page-hb-uuid-node-a96f5814-86ca-4737-ae23-50024cecff0c #block-system-main,
.page-hb-uuid-node-4d1d169b-16ae-4772-a42f-a0418dcf7e28 #block-system-main,
.page-node-18 #block-system-main {
  display: none;
}

.two-cols-quicktabs {
  margin-left: 10px;
}

#active-quicktabs-tab.element-invisible {
  display: none;
}

.two-cols-quicktabs .inner {
  margin-right: 5px;
  margin-left: 5px;
}

.two-cols-quicktabs h2.title {
  font-size: 36px;
  font-family: ezerblock_oebold;
  font-weight: normal;
  white-space: nowrap;
  padding: 36px 65px;
  position: absolute;
}

.two-cols-quicktabs .title-banner {
  margin-bottom: 10px;
}

.two-cols-quicktabs .title-banner:before {
  background: url(../images/how-12.png) no-repeat transparent;
}

@media (max-width: 767px) {
  .two-cols-quicktabs .title-banner:before {
    display: none;
  }

  .two-cols-quicktabs .title-banner {
    height: initial;
  }

  .two-cols-quicktabs h2.title {
    position: static;
    padding: 0;
    text-align: center;
    line-height: 2em;
  }
}
.two-cols-quicktabs .node {
  background: transparent;
}

.two-cols-quicktabs .field-name-field-body ul li {
  list-style-image: url(../images/bullet-14.png) !important;
  margin-right: 35px;
}

.two-cols-quicktabs .quicktabs_main {
  float: right;
}

#quicktabs-container-programs_help {
  background: #F6F7F1;
  margin-bottom: 20px;
}

.two-cols-quicktabs .quicktabs-tabpage:first-child,
.two-cols-quicktabs #quicktabs-tabpage-terms_of_uses-0,
.two-cols-quicktabs #quicktabs-container-test #quicktabs-tabpage-test-0 {
  background: url(../images/pink.jpg) repeat-x right top #f6f7f1;
}

.two-cols-quicktabs .quicktabs-tabpage:last-child,
.two-cols-quicktabs #quicktabs-tabpage-terms_of_uses-1,
.two-cols-quicktabs #quicktabs-container-test #quicktabs-tabpage-test-1 {
  background: url(../images/green.jpg) repeat-x right top #f6f7f1;
}

@media (max-width: 480px) {
  [lang=en] #quicktabs-programs_help ul.quicktabs-tabs li,
[lang=en] #quicktabs-terms_of_uses ul.quicktabs-tabs li {
    margin-bottom: -4px;
  }

  [lang=en] #quicktabs-programs_help ul.quicktabs-tabs li a,
[lang=en] #quicktabs-terms_of_uses ul.quicktabs-tabs li a {
    font-size: 0;
  }

  [lang=en] #quicktabs-terms_of_uses ul.quicktabs-tabs li a:after {
    font-size: 15px;
  }

  [lang=en] #quicktabs-terms_of_uses ul.quicktabs-tabs li.first a:after {
    content: "For candidates";
    font-size: 15px;
  }

  [lang=en] #quicktabs-terms_of_uses ul.quicktabs-tabs li.last a:after {
    content: "For employers";
    font-size: 15px;
  }

  [lang=en] #quicktabs-programs_help ul.quicktabs-tabs li.last a:after {
    content: "For caregivers search";
    font-size: 15px;
  }

  [lang=en] #quicktabs-programs_help ul.quicktabs-tabs li.first a:after {
    content: "For job search";
    font-size: 15px;
  }
}
@media (max-width: 480px) and (max-width: 350px) {
  [lang=en] #quicktabs-programs_help ul.quicktabs-tabs li a:after {
    font-size: 14px !important;
  }
}
.uuid-275ce313 .content,
.uuid-abb7c5d8 .content {
  font-size: 24px;
}

.uuid-abb7c5d8 .content span,
.uuid-275ce313 .content span, .uuid-5b0008dd .content span {
  font-size: 16px !important;
  line-height: 1.7;
}

.uuid-4d1d169b {
  display: none;
}

.two-cols-quicktabs ul.quicktabs-tabs li a {
  font-family: Arial;
  background: transparent;
  padding-right: 10px;
  font-size: 15px;
}

.two-cols-quicktabs ul.quicktabs-tabs li.active a {
  text-decoration: none;
}

.two-cols-quicktabs ul.quicktabs-tabs {
  margin: 0;
}

.two-cols-quicktabs ul.quicktabs-tabs li {
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
  font-weight: bold;
  padding: 0 5px;
}

.two-cols-quicktabs ul.quicktabs-tabs li.first {
  background: url("images/p-h.png") no-repeat scroll right 0 transparent;
  float: right;
}

.two-cols-quicktabs ul.quicktabs-tabs li.last {
  background: url("images/g-h.png") no-repeat scroll right top transparent;
  float: left;
}

.img_log,
.two-cols-quicktabs .img_log {
  background: url(../images/logo_big-16.png) no-repeat scroll 0 0 transparent;
  font-size: 0;
  height: 19px;
  width: 77px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.img-logo-before:before,
.img-logo-after:after {
  content: " ";
  background: url(../images/logo_big-16.png) no-repeat scroll 0 0 transparent;
  height: 19px;
  width: 77px;
  display: inline-block;
  vertical-align: bottom;
}

.img_log_s,
.two-cols-quicktabs .img_log_s {
  background: url(../images/logo_small-17.png) no-repeat scroll right 0 transparent;
  font-size: 0;
  height: 12px;
  width: 51px;
  display: inline-block;
  vertical-align: middle;
}

.img_log2,
.two-cols-quicktabs .img_log2 {
  background: url(sprite16.png) no-repeat scroll -10px -5644px;
  font-size: 0;
  height: 26px;
  width: 106px;
  display: inline-block;
  position: relative;
  top: 6px;
}

.two-cols-quicktabs .img_li {
  background: url(../images/boss_icons_how-13.png) no-repeat scroll 0 0 transparent;
  width: 47px;
  height: 43px;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: -10px;
}

.two-cols-quicktabs .img_li2 {
  background: url(../images/care_icons_how-15.png) no-repeat scroll 0 0 transparent;
  width: 49px;
  height: 43px;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: -10px;
}

.two-cols-quicktabs .img_li_1 {
  background-position: 0 0;
  height: 96px;
}

.two-cols-quicktabs .img_li_2 {
  background-position: 0 -106px;
  height: 184px;
}

.two-cols-quicktabs .img_li_3 {
  background-position: 0 -293px;
}

.two-cols-quicktabs .img_li_4 {
  background-position: 0 -379px;
}

.two-cols-quicktabs .img_li_2_1 {
  background-position: 0 0;
  height: 70px;
}

.two-cols-quicktabs .img_li_2_2 {
  background-position: 0 -68px;
  height: 78px;
}

.two-cols-quicktabs .img_li_2_3 {
  background-position: 0 -144px;
}

.two-cols-quicktabs .img_li_2_4 {
  background-position: 0 -250px;
}

.two-cols-quicktabs .img_li_2_5 {
  background-position: 0 39px;
}

#quicktabs-test .field-name-field-body {
  padding-right: 15px;
  margin-top: 15px;
  padding-left: 45px;
}

/* -- program --*/
#quicktabs-test .tbl_program_page {
  margin-left: 50px;
  margin-right: 15px;
}

#quicktabs-test .tbl_program_page table:first-child {
  position: static !important;
}

#quicktabs-test .tbl_program_page .sticky-header {
  display: none;
}

#quicktabs-test .tbl_program_page th.th-title {
  border: 1px solid #E5DACF;
  background: #EFECE4;
  height: 25px;
}

#quicktabs-test .tbl_program_page td {
  border: 1px solid #E5DACF;
}

#quicktabs-test .tbl_program_page td.col-title {
  color: #fff;
  font-weight: bold;
  padding-right: 15px;
}

/*-- end --*/
/* --end what is it work*/
#boxes-box-log_out a {
  color: #4C281E;
  text-decoration: underline;
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

/* google tag */
#block-boxes-ads_googletag_688x78 {
  margin: 5px 0px;
}

.ie-display {
  display: none;
}

.internet-explorer .ie-display {
  display: inherit;
}

.date-float {
  display: none;
}

#error_login {
  color: red !important;
  margin-bottom: 3px;
}

.fb_not_connected, .fb_connected {
  position: relative;
  z-index: 100;
}

.page-hb-uuid-node-7cfee64e-78ea-485f-94f4-435f7d9d3699 #block-system-main {
  display: none;
}

.fb2-btn,
.not-logged-in .fb-connect.fb0,
.fb-connect.fb2 {
  background: url("sprite16.png") no-repeat scroll -20px -7034px transparent;
  display: block;
  height: 28px;
  width: 115px;
}

.fb2-btn:hover,
.not-logged-in .fb-connect.fb0:hover,
.fb-connect.fb2:hover {
  background-position: -20px -7005px;
}

.fb-connect.fb2.big {
  height: 41px;
  width: 148px;
  background-position: -20px -7111px;
}

.fb-connect.fb2.big:hover {
  background-position: -20px -7065px;
}

.html:not(.page-user-register) #page.fb-user .fb-connect {
  display: none !important;
}

.fb_no_v_inf .checkbox {
  padding-right: 10px;
}

@media (max-width: 359px) {
  .search-results-header .active-btn {
    display: none !important;
  }

  .search-results-header .d {
    width: auto !important;
  }
}
.html-tip {
  display: none;
}

.tooltip .html-tip {
  display: initial;
}

.ver-top, .ver-top span {
  vertical-align: top;
}

.ver-img-middle img {
  vertical-align: middle;
}

#user-pass-reset .form-submit {
  float: right;
}

.marker-name-availability-date {
  position: static;
  padding: 0px;
}

.help-content h2 {
  font-size: 26px;
}

.help-content h3 {
  margin-top: 20px;
}

html .block ul.rteindent1,
html ul.rteindent1 {
  margin-right: 40px;
}

html .block ul.rteindent2,
html ul.rteindent2 {
  margin-right: 80px;
}

.hz-rtv {
  z-index: 3;
  position: relative;
}

.fancybox-wrap #node-151028 h2,
.fancybox-wrap #node-151030 h2,
.fancybox-wrap #node-151026 h2 {
  display: none;
}

.css-tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}

#block-helpbook_site-page_title .content,
#block-helpbook-site-page-title .content,
.search-sidebar-exposed-block .block-title {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 20px;
  background-color: #DDDDD5;
  color: #4C281E;
  margin: 0;
  padding-right: 15px;
}

#block-helpbook_site-page_title {
  margin-bottom: 0px;
}

a.upgrade-btn {
  display: block;
  background-color: #f13a60;
  margin: 0 auto;
  width: 140px;
}

a.upgrade-btn:hover {
  background-color: #7e7e79;
  text-decoration: none;
}

#block-boxes-block_tab,
#block-boxes-block_tab_home,
#block-boxes-block_tab_home_caregiver {
  margin-bottom: 0.5em;
}

#block-boxes-home_page_adv2,
#block-boxes-home_page_caregiver_adv2 {
  margin-bottom: 1em;
}

.x-close, .x-close.c2:hover, .live-out-of-search .x-close:hover {
  float: left;
  width: 16px !important;
  font-size: 13px !important;
  line-height: 18px !important;
  text-decoration: none !important;
  color: #f13a60 !important;
  font-family: sans-serif !important;
  text-indent: 3000px;
  background: url(sprite16.png) no-repeat -20px -6955px;
}

.x-close-char {
  text-decoration: none !important;
  color: #f13a60;
  font-family: sans-serif !important;
  font-size: 25px;
}

.x-close-char-before:before,
.x-close-char-after:after {
  text-decoration: none !important;
  color: #f13a60;
  font-family: sans-serif !important;
  content: "×";
}

.x-close-char.x-close-right {
  margin-right: 4px;
}

.x-close-popup .pop-cnt {
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fancy-boss.popup .fancybox-close {
  top: 10px;
}

.bubble {
  position: relative;
  margin: 0;
  padding: 10px;
  min-width: 145px;
  text-decoration: none !important;
  background: #f6f7f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bubble:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent transparent #f6f7f1 transparent;
  border-style: solid;
  border-width: 7px;
  height: 0;
  width: 0;
  position: absolute;
  top: -14px;
  left: 44px;
}

.bubble.arrow-right:before {
  border-color: transparent transparent transparent #f6f7f1;
  top: -14px;
  left: 44px;
}

.lock-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.lock #program-form * {
  pointer-event: none !important;
}

.tooltip, .arrow:after {
  background: white;
  border: 1px solid;
  border-color: inherit;
}

.tooltip {
  /*pointer-events: none;*/
  filter: alpha(opacity=0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: inline-block;
  position: absolute;
  direction: rtl;
  font-size: 12px;
  line-height: 14px;
  color: #4c281e;
  padding: 8px 5px;
  font-stretch: condensed;
  text-decoration: none;
  z-index: 10001;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*left: 50%; */
  /* default value  */
  /* top: 50%; */
  /* default value  */
}

.tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: -webkit-calc(50% - 35px);
  left: -moz-calc(50% - 35px);
  left: calc(50% - 35px);
  /* margin-left: -35px; */
  bottom: -16px;
  pointer-events: none;
}

.tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 23px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.tooltip .arrow.arrow-bottom-right {
  left: initial;
  right: -17px;
}

.tooltip .arrow.arrow-top {
  bottom: inherit;
  top: -16px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.tooltip .arrow.arrow-right {
  width: 16px;
  height: 28px;
  overflow: hidden;
  right: -16px;
  margin-top: 0px;
  bottom: 33%;
}

.tooltip .arrow.arrow-right:after {
  content: "";
  left: -20px;
  top: 0px;
  width: 25px;
  height: 25px;
}

.tooltip.no-active {
  display: none !important;
}

.tooltip.active {
  display: inline-block !important;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.tooltip.out {
  filter: alpha(opacity=0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: -20px;
}

.hlp-tip .tip-content {
  display: none;
}

.clone-popup {
  display: none;
}

fancybox-opened .clone-popup {
  display: inherit;
}

.fancybox-opened .entity-popup + .fancybox-close {
  left: 0.4em;
  top: 0.2em;
}

#logo img {
  width: 290px;
  height: 83px;
}

#logo a {
  text-decoration: none;
  color: #4C281E;
}

#logo {
  height: 79px;
  position: relative;
}

#logo:before {
  content: "";
  color: #F23B61;
  bottom: 87px;
  position: absolute;
  right: 32px;
  font-family: ezerblock_oebold;
  font-size: 21px;
  top: 5px;
}

.slogan {
  position: absolute;
  bottom: 0px;
  right: -19px;
  font-size: 21px;
}

#copyrights {
  font-size: 11px;
  padding-top: 5px;
  text-align: center;
  padding-left: 67px;
}

#adraba-logo {
  background: url(images/adraba.png) no-repeat;
  height: 25px;
  width: 24px;
  display: inline-block;
  position: relative;
  top: 6px;
}

.head2 {
  line-height: 22px;
  font-size: 21px;
  margin-bottom: 1em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .head2 {
    font-size: 1em;
  }
}
.page-user.lock-search #main-group,
.lock-def .main-group,
.lock-main-group #main-group,
.lock-main-group .main-group,
.lock-load-ajax #preface-top,
.lock-load-ajax #main-group,
.lock-search .view {
  filter: alpha(opacity=20);
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

#lock-search-sidebar {
  position: absolute;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background: #EFECE4;
  z-index: 500;
}

.gray-btn.disabled,
.pink-btn.disabled {
  filter: alpha(opacity=20);
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  pointer-events: none;
}

optgroup {
  direction: rtl !important;
  text-align: right !important;
}

.view-caregivers-gallery .views-field-field-children-care-type {
  height: 19px;
}

.info-list {
  padding: 15px;
  position: relative;
}

.page-landing .info-list {
  min-height: 236px;
}

.hp-info-block .info-list {
  min-height: 216px;
}

.hp-info-block .info-list:before {
  background: url(sprite16.png) no-repeat -8px -7529px;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 5px;
}

.info-block-2 .info-list:before {
  background-position: -8px -7613px;
}

.info-block-3 .info-list:before {
  background-position: -8px -7694px;
}

.info-list li {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  padding-right: 10px !important;
}

.info-list .content {
  cursor: text;
  display: none;
  /* position: absolute; */
  /* width:286px; */
  right: -10px;
}

.info-list li .img-title0 {
  height: 20px;
  float: right;
  /* background: url(images/v2.png) no-repeat !important; */
  margin-left: 4px;
}

.info-list li.open {
  background-position: -20px -7496px;
}

.info-list li.first.open {
  background-position: -19px -7478px;
}

.info-list li .title {
  font-weight: normal;
}

.info-list li:not(.first) .title:before {
  content: "•";
  text-decoration: blink;
  color: #fe4a6b;
  font-size: 1.9em;
  display: inline-block;
  line-height: 0.4;
  vertical-align: middle;
  margin-left: 0.3em;
  margin-top: -0.1em;
}

.info-list li.first .title {
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 8px;
}

.info-list li.open .title {
  font-weight: bold;
  /* background: #E5DACF; */
}

.info-list li.open .content {
  display: block !important;
  /* background: rgb(250, 250, 250); */
  z-index: 10;
  margin-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-style: italic;
  /* padding-left: 8px; */
}

.hp-info-block {
  margin-top: 20px;
}

.page-landing .hp-info-block {
  margin-bottom: 1em;
}

.hp-info-block.block .inner {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 8px;
}

.hp-info-block .info-block {
  float: right;
  width: 304px;
  margin: 0 8px;
}

#preface-bottom-inner {
  margin-right: 8px;
}

.yt-video-img {
  background: url(https://i1.ytimg.com/vi/su0evqyLWn0/0.jpg);
  width: 330px;
  margin: 25px 10px;
  -webkit-background-size: 330px 242px;
  -moz-background-size: 330px 242px;
  -o-background-size: 330px 242px;
  background-size: 330px 242px;
  height: 180px;
  background-position: 0px -31px;
}

.yt-video-play {
  position: absolute;
  top: 50%;
  right: 116px;
  width: 113px;
  height: auto;
  z-index: 100;
  pointer-events: none;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}

.yt-video-background {
  background-color: rgba(200, 200, 200, 0.4) !important;
}

a.youtube-video:hover .yt-video-play {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.program-btns {
  margin: 0px 4px;
  padding: 7px 0px;
  vertical-align: top;
}

.program-btns {
  padding: 0px 0px 7px 0px;
}

.program-btns.pay-prog .btn3 {
  display: inline-block;
}

.program-btns .btn3 {
  margin-right: 4px;
  width: 93px;
  font-size: 19px;
}

.program-btns.pay-prog .btn3.first {
  margin-right: 2px;
}

.program-btns.pay-prog.caregiver-prog .btn3.first {
  margin-right: 2px;
}

.programs-popup .click-show-coupon-code {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.programs-popup {
  max-width: 95vw;
}

@media (min-width: 768px) {
  .programs-popup {
    max-width: 750px;
  }
}
.program-btns .sku-emp-free {
  margin: auto;
  float: none;
  width: 95px;
}

input.coupon-code {
  margin: 0 5px;
  xdisplay: block;
}

.programs-popup .programs-info > * {
  max-width: 90vw;
  overflow: hidden;
}

.no-free-campaign.no-free-emp-program .employer-programs .free-prog,
.free-campaign .employer-programs .free-prog,
.user-pay-type-pay:not(.user-trial) .employer-programs .free-prog {
  display: none !important;
}

.program-table.prog-count-1 .td-0 {
  width: 100% !important;
}

.user-trial .employer-programs .free-prog .info-list {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.free-campaign .employer-programs {
  min-width: 350px !important;
  margin: 0 auto !important;
}

.user-pay-type-pay:not(.user-trial) .employer-programs .pay-prog,
.free-campaign .employer-programs .pay-prog {
  margin: 0 auto !important;
  width: 100%;
  float: none;
}

.no-free-campaign.no-free-emp-program .employer-programs,
.free-campaign .employer-programs {
  max-width: 400px;
}

.programs-popup .programs-select-wrapper {
  padding-top: 15px !important;
}

#block-quicktabs-programs_help.two-cols-quicktabs h2.title {
  background: url(images/programs-b.png) no-repeat scroll 0 0 transparent;
}

#block-quicktabs-programs-help ul.quicktabs-tabs .element-invisible {
  display: none;
}

.mailchimp-newsletter-mergefields input {
  width: 220px;
}

.mailchimp-signup-subscribe-form .form-type-checkbox {
  display: none;
}

.rate a[href^=tel],
.field-name-rate a[href^=tel],
.no-tel a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* jplayer bug */
/*
.jp-duration {
    left:77px !important;
}
.jp-playlist {
    display: none;
}
.audio {
    direction: ltr;
}
.audio a {
    color :transparent !important;
}
*/
.page-jobs #block-system-main,
.page-caregivers #block-system-main {
  margin-bottom: 0px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bdbdbd !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #757575 !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #757575 !important;
}

.empty-text {
  color: #757575 !important;
}

body:not(.mobile) .select-field.normal {
  display: none;
}

.none-mobile .select-field.normal {
  display: none !important;
}

.ie-old .ie-old-view,
.android .android-view {
  display: block;
}

.user-pay-type-pay.user-type-employer .pop-cnt .order-msg {
  display: none;
}

.user-pay-type-pay .pay-display-none {
  display: none !important;
}

.not-testing-client .only-testing {
  display: none;
}

.prod-site .only-stage-site {
  display: none;
}

.footer-links-extended-topics a {
  text-decoration: none;
  color: #4C281E;
}

.footer-links-extended-topics .elem {
  display: inline-block;
  width: 200px;
}

#block-helpbook-site-footer-links {
  background: #E5DACF;
  margin-bottom: 0;
  padding-top: 10px;
}

.footer-links-extended-topics .row {
  margin-bottom: 7px;
}

.front .footer-links-extended-topics .elem {
  width: 153px;
}

.grid16-12 .footer-links-extended-topics {
  padding-right: 10px;
  background: #E5DACF;
  margin-right: 0px;
}

.grid16-12 .footer-links-extended-topics .elem {
  width: 222px;
}

.page-caregivers .grid16-12 .footer-links-extended-topics .elem {
  width: 165px;
}

.footer-links {
  background: #E5DACF;
  display: none;
}

.footer-links .inner {
  margin-right: 10px;
}

.footer-links h4 {
  margin-bottom: 0px;
  padding-top: 10px;
}

.footer-links ul {
  font-size: 11px;
  width: 33%;
  float: right;
}

.footer-links ul a {
  text-decoration: inherit;
  color: inherit;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links.cols6 ul {
  width: 16%;
}

.footer-links.cols6 ul.col-4 {
  margin-right: 25px;
}

.footer-links .xpandcont ul {
  width: 120%;
}

.xpendopen .xpandcont,
.xpendopen .xp2 {
  display: inherit;
}

.xpendopen .xp1 {
  display: none;
}

.ui-widget-content {
  color: inherit;
}

.landing-content .boxes-box-content {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  margin: 0px 10px 0px 10px;
}

.landing-content .boxes-box {
  padding-top: 10px;
  padding-bottom: 10px;
}

.no-free-campaign .free-campaign {
  display: none;
}

.no-free-campaign .free-campaign-transp {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.takala-btn,
a.takala-btn {
  height: 24px;
  position: fixed;
  bottom: 10px;
  left: 5px;
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 0 12px;
}

@media (max-width: 767px) {
  body .takala-btn, body a.takala-btn,
.takala-btn {
    display: none !important;
    visibility: hidden !important;
    font-size: 0px !important;
  }
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 70%;
}

.hid-on-true.val-true,
.hid-on-false.val-false {
  display: none;
}

.responsive-menus.responsified span.toggler {
  padding: 1px;
  display: block;
  background: transparent;
  color: black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1.1em;
  line-height: 1.1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 10;
  border-bottom: 0px !important;
  font-size: 20px;
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  -moz-transform: scaleX(1.2);
  -o-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

.responsive-menus .responsive-menus-simple li > span,
.responsive-menus .responsive-menus-simple li > a,
#navigation .dd .responsive-menus ul li .elem {
  font-size: 16px;
  color: white;
  padding: 10px;
  border-bottom: 0px;
}

.responsive-menus .responsive-menus-simple li.expanded {
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
}

.responsive-menus .top-menu-count {
  left: 10px;
  right: inherit;
}

#admin-menu {
  z-index: 1000;
}

.search-city.error-state {
  border: 3px solid red !important;
}

#main-wrapper {
  position: relative;
}

#main-wrapper {
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.page-jobs #main-wrapper,
.page-caregivers #main-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

app-content #main-wrapper {
  padding-top: 1em;
}

@media (max-width: 767px) {
  .entity-display-full .entity-ajax-popup,
.entity-display-full #main-wrapper {
    padding-top: 48px;
  }
}
.page-node-730 #main-wrapper {
  font-size: 13px;
}

.search-sidebar-exposed-form .hide {
  display: none !important;
}

.checkbox-display.checked:before {
  content: "";
  position: relative;
  text-align: center;
  color: #F13A60;
  font-family: "Material Icons";
  text-indent: -2px;
}

.checkbox-display {
  position: relative;
  text-decoration: none;
}

a.checkbox-display {
  text-decoration: none;
  color: inherit;
}

.search-results-header .checkbox-display:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  padding-right: 2px;
  margin-left: 5px;
  margin-right: 3px;
}

.checkbox-display:before {
  content: "";
  position: relative;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  margin-right: 5px;
  border: 1px solid #c4c4c4 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
  color: #565a5c;
  display: inline-block !important;
  font-size: 1em;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
  float: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .search-results-header .checkbox-display:before {
    content: "" !important;
    font-family: "helpbook-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    border: none !important;
    color: #DFE3EF;
    vertical-align: top;
    text-indent: 0px !important;
    padding-right: 0px;
    margin-left: 3px;
    margin-right: 0px;
  }

  .search-results-header .checkbox-display.checked:before {
    color: #F13A60;
  }
}
@media (min-width: 768px) {
  .search-view .view-content.list-display {
    margin-top: 0.5em;
  }
}
@media (max-width: 767px) {
  .search-sidebar-exposed-block {
    z-index: 2000 !important;
    display: none;
    visibility: visible !important;
    position: fixed !important;
    width: 100% !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    padding-bottom: 0px;
    background: #ddddd5;
  }
}
.gutter {
  margin-left: 0px;
  margin-right: 0px;
}

.icon-icon-children:before {
  content: "";
}

.icon-icon-pets:before {
  content: "";
}

.icon-icon-clean:before {
  content: "";
}

.icon-icon-replace-job.material:before,
.icon-icon-replace-job:before {
  font-family: "Material Icons" !important;
  content: "";
}

.icon-icon-swap-vert.material:before,
.icon-icon-swap-vert:before {
  font-family: "Material Icons" !important;
  content: "";
}

@media (max-width: 767px) {
  .main-menu .icon-icon-swap-vert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }

  .main-menu .icon-icon-swap-vert:before {
    font-size: 1.5em !important;
    margin-left: 0.3em !important;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.icon-reset-search.material {
  vertical-align: inherit;
}

.icon-reset-search.material:before,
.icon-reset-search:before {
  font-family: "Material Icons" !important;
  content: "";
  vertical-align: middle;
}

.icon-delete.material:before,
.icon-delete:before {
  font-family: "Material Icons" !important;
  content: "";
  vertical-align: middle;
}

.icon-help.material:before,
.icon-help:before {
  font-family: "Material Icons" !important;
  content: "";
}

.icon-bug.material:before,
.icon-bug:before {
  font-family: "Material Icons" !important;
  content: "";
}

.icon-keyboard-arrow-left.material:before,
.icon-keyboard-arrow-left:before {
  font-family: "Material Icons" !important;
  content: "";
}

.q-tip {
  margin-right: 0.3em;
  /* vertical-align: middle; */
  line-height: 1;
  cursor: pointer;
}

.q-tip.tip:not(.qt-processed) {
  opacity: 0;
}

.q-tip:after {
  font-family: "helpbook-icons" !important;
  content: "";
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  font-size: 1.2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}

.q-tip:not(:empty):after {
  margin-right: 0.3em;
}

.main-menu .icon-icon-ads,
.main-menu .icon-icon-ads + * {
  display: none !important;
}

.icon-icon-video:before {
  vertical-align: middle;
}

input[name=ctl_saved_search] + .text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

input[name=ctl_saved_search] + .text > .icon-delete {
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  font-size: 1.5em;
}

.icon-next:before,
.icon-before-text:before,
.icon-next.material:before {
  vertical-align: middle;
  font-family: "Material Icons" !important;
  content: "";
}

.icon-before:before,
.icon-next-text:before,
.icon-before.material:before {
  vertical-align: middle;
  font-family: "Material Icons" !important;
  content: "";
}

.icon-icon-arrow-testimonial-left.media-next {
  position: absolute;
  top: 37%;
  left: 20px;
  font-size: 2em;
  color: #fe4a6b;
  cursor: pointer;
  z-index: 10;
}

.icon-icon-arrow-testimonial-right.media-back {
  position: absolute;
  top: 37%;
  right: 20px;
  font-size: 2em;
  color: #fe4a6b;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 360px) {
  .icon-icon-arrow-testimonial-right.media-back {
    right: 8px;
  }

  .icon-icon-arrow-testimonial-left.media-next {
    left: 8px;
  }
}
@media (max-width: 767px) {
  .icon-icon-arrow-testimonial-right.media-next {
    left: 0;
  }

  .icon-icon-arrow-testimonial-left.media-back {
    right: 0;
  }
}
.fb-color {
  color: #3A5898;
}

.material {
  vertical-align: middle;
}

.icon-videocam-off.material:before,
.icon-videocam-off:before {
  content: "" !important;
  font-family: "Material Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  border: none !important;
  text-indent: 0px !important;
  font-size: 1.8em;
  vertical-align: middle;
}

.icon-volume-off.material:before,
.icon-volume-off:before {
  content: "" !important;
  font-family: "Material Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  border: none !important;
  text-indent: 0px !important;
  font-size: 1.8em;
  vertical-align: middle;
}

#sms-user-settings-form .form-item-confirm-code {
  margin-bottom: 1em;
}

#sms-user-settings-form .form-item-confirm-code input {
  min-width: 100px;
}

#sms-user-settings-form #edit-number {
  margin-bottom: 1em;
}

#sms-user-settings-form #edit-number > label {
  margin-left: 10px;
}

#sms-user-settings-form .send-code {
  min-height: 35px;
  white-space: normal;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
}

#sms-user-settings-form .confirm-without-sms {
  min-height: 35px;
  white-space: normal;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 0.5em;
  font-family: inherit;
}

#sms-user-settings-form .hb-btn:not(.send-code) {
  margin-inline-start: 0px;
}

@media (max-width: 767px) {
  #sms-user-settings-form .send-code {
    display: block;
    margin: 1em auto;
  }

  #sms-user-settings-form .hb-btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
#login {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  width: 100%;
  padding: 2.4em 1.8em 1em 1.8em;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#login .elem {
  color: #876463;
  text-decoration: underline;
  cursor: pointer;
}

#login .buttons .form-submit {
  float: none;
  display: block;
  margin: auto;
  padding: 0.95em;
  height: auto;
  font-size: 1.23em;
  line-height: 1;
  width: 100%;
  margin: 0.7em 0 0.7em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#login p {
  font-size: 13px;
  margin: 0px;
}

#login .pop-cnt {
  padding: 0 !important;
  /* max-width:326px; */
  /*height:142px;*/
}

#login .pop-foot {
  background-color: transparent;
  padding: 0px 20px;
  margin-top: 1em;
}

#login .pop-foot a {
  color: #F13A60;
  font-weight: bold;
  text-decoration: blink;
}

#login .form {
  max-width: 326px;
  position: relative;
  /* height:142px;*/
  margin: auto;
}

#login .marker-text {
  position: absolute;
  left: 0;
  top: -10px;
  float: none;
  padding-left: 0;
  max-width: 100px;
  font-size: 13px;
}

#login .error2 {
  top: 10px;
}

#login h5 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 1em;
}

#login .field {
  width: 100% !important;
  float: none !important;
  max-width: none !important;
  /* width: calc(100% - 2em) !important; */
  border: 1px solid #cfcfcf;
  background: white;
  font-size: 0.96em;
  padding: 1.1em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

#login label {
  line-height: 23px;
  /* float:right; */
}

#login .row {
  padding-bottom: 10px;
  max-width: 326px;
  width: 100% !important;
  /* display: flex; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -moz-box-align: center;
  align-items: center;
}

#login .buttons {
  max-width: 100%;
  position: relative;
}

#login .buttons .ch-label {
  float: none;
  display: block;
  max-width: auto;
}

#login .popup-link-boss {
  float: right;
}

#login .form-item-remember-me label {
  max-width: auto;
  font-weight: bold;
}

#login-pass {
  width: 366px;
}

#login-pass p {
  line-height: 16px;
  padding-bottom: 22px;
}

#login-pass h5 {
  font-size: 18px;
  padding-bottom: 3px;
}

#login-pass .pop-cnt {
  padding: 10px 24px;
}

#login-pass .form {
  position: relative;
  width: 318px;
}

#login-pass .marker-text {
  position: absolute;
  left: 0;
  top: 30px;
  float: none;
  padding-left: 0;
  width: 100px;
  font-size: 13px;
}

#login-pass .error2 {
  top: 50px;
}

#login-pass .field {
  width: 231px;
  float: left;
}

#login-pass label {
  float: right;
  width: 46px;
  line-height: 23px;
}

#login-pass .row {
  padding-bottom: 10px;
}

#login-pass .buttons {
  padding-top: 6px;
}

#login-pass .submit {
  width: 137px;
  height: 34px;
  background: url(sprite16.png) no-repeat 0px -3930px;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  cursor: pointer;
  border: 0;
  float: left;
}

#login-pass .submit:hover {
  background-position: 0 bottom;
}

#hb-message .messages {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}

#forgot_pass h5 {
  margin: 0;
}

#forgot_pass .messages.error {
  display: none;
}

#open-save-search-popup {
  display: none;
}

#open-save-search-popup .search-type {
  font-weight: normal;
  pointer-events: none;
  padding: 5px 10px;
  border-top: 1px solid #D5D5D5;
  padding-top: 1em !important;
  margin-top: 0.5em;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
}

#open-save-search-popup .content {
  position: fixed;
  top: 15% !important;
  font-family: "Open Sans Hebrew";
  left: -webkit-calc(50% - 150px);
  left: -moz-calc(50% - 150px);
  left: calc(50% - 150px);
  z-index: 4000;
  border: none;
  background-color: white;
  width: 316px;
  max-height: 70%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  overflow-y: auto;
}

#open-save-search-popup .close-popup {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 7px;
  cursor: pointer;
}

#open-save-search-popup .item-list {
  overflow: auto;
}

#open-save-search-popup .title {
  padding: 10px;
  padding-top: 40px !important;
}

#open-save-search-popup .item-list a {
  display: block;
  text-align: right;
  padding: 5px 10px;
  margin: 2px 0;
  cursor: pointer;
  text-decoration: blink;
  font-weight: bold;
}

#open-save-search-popup .item-list a:before {
  content: "- ";
}

#open-save-search-popup .item-list a:hover {
  background-color: #FFE3E8;
}

#open-save-search-popup .only-agents-msg {
  padding: 5px 10px;
  border-top: 1px solid #D5D5D5;
  line-height: 1;
  vertical-align: middle;
  background: #efece4;
}

@media (max-width: 767px) {
  #open-save-search-popup .content {
    min-width: 90%;
    max-width: 95%;
    /* height: calc(100% - 6em); */
    left: 5%;
    right: 5%;
    width: 90% !important;
    font-size: 12px;
    height: 90%;
    top: 5% !important;
    max-height: 90%;
  }

  #open-save-search-popup .close-popup {
    font-size: 2em;
  }

  #open-save-search-popup .title,
#open-save-search-popup .search-type,
#open-save-search-popup .item-list a {
    font-size: 1.7em;
    padding: 0.4em 0.8em;
    line-height: 1.1em;
  }

  #open-save-search-popup .title {
    padding-top: 40px;
  }

  #open-save-search-popup .only-agents-msg {
    font-size: 1.25em;
  }
}
.logo-paypal:before {
  content: url(images/logo-paypal.png);
  vertical-align: middle;
}

.logo-cc:before {
  content: url(images/logo-cc.png);
  vertical-align: middle;
}

.page-hb-display-node-og-image .adv-display > .content {
  min-height: 329px;
  max-height: 329px;
  height: 329px;
}

.page-hb-display-node-og-image .new-request {
  display: none !important;
}

.page-hb-display-node-og-image .main-content {
  font-size: 1.2em;
}

.page-hb-display-node-og-image .node-display-search-result .body {
  height: inherit !important;
  line-height: 1.6em;
  max-height: 230px;
}

.page-hb-display-node-og-image .node-display-search-result table.content-table tbody {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

.page-hb-display-node-og-image .node-display .search-expr {
  max-width: inherit;
  width: 62%;
}

.page-hb-display-node-og-image .node-display-search-result .content-table-col {
  max-width: inherit;
  width: inherit;
}

.page-hb-display-node-og-image field-name-field_exp_years,
.page-hb-display-node-og-image .field-name-rate,
.page-hb-display-node-og-image .field-name-field_job_part,
.page-hb-display-node-og-image .field-name-availability,
.page-hb-display-node-og-image .field-name-login {
  display: none;
}

.page-hb-display-node-og-image .adv-display:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../images/logo64_send.jpg);
  width: 100%;
  margin: auto;
  background-color: #eee9e3;
  height: 64px;
  visibility: visible !important;
}

.google-play {
  display: block;
  padding: 0;
  background-image: url(images/google-play-badge.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
}

[lang=en] .google-play {
  background-image: url(images/google-play-badge-en.png);
}

@media (min-width: 768px) {
  .google-play.page-link {
    background-position: right;
    position: relative;
    right: -15px;
    margin-top: 6px;
    width: 165px;
  }
}
.helpbookapp .google-play,
.ios .google-play {
  display: none !important;
}

@-webkit-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
.repaint {
  -webkit-animation: repaint 100ms;
  -moz-animation: repaint 100ms;
  -o-animation: repaint 100ms;
  animation: repaint 100ms;
}

.js-ellipsis:not(.trunced) + .add-ellipsis {
  display: none;
}

a.add-ellipsis {
  color: #496CFE;
}

.tabs-nav a {
  text-decoration: none;
}

.tabs-nav {
  -webkit-box-shadow: 2px 0 2px 666;
  -moz-box-shadow: 2px 0 2px 666;
  box-shadow: 2px 0 2px 666;
}

.tabs-nav .tabs-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs-nav .tab-nav {
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .tabs-nav .tabs-list {
    display: block;
    overflow-x: auto;
    position: relative;
  }

  .tabs-nav {
    background-color: #FE4A6B;
    margin: 0;
    z-index: 2;
    position: relative;
  }

  .tabs-nav .tab-nav {
    font-size: 16px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 0px;
    padding: 15px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-weight: bold;
    color: #FFFFFF;
  }

  .tabs-nav .tab-nav.touch {
    background-color: #D23955;
  }
}
.tabs-list #magic-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: white;
}

/*
remove fb filter & fb filter info (remove fb mutual friends)
*/
.register-new-style .info-side .fb-text2,
.fb-friends-wrapper,
.fb-display {
  display: none !important;
}

@media (max-width: 767px) {
  .search-results-header .b1 {
    border-right: none !important;
  }

  .search-filter-update .search-results-header > *:not(:last-child),
.search-results-header.d-w > *:not(:last-child) {
    border-left: 1px solid #BFBFBF;
  }

  .search-results-header > * {
    padding-left: 3vw;
    padding-right: 3vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 32px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
/*
.page-node-151028 .field-name-body [name]:not([name=""]) {
  display: block;
  position: relative;
  top: -170px;
}
@media (max-width:767px) {
  .page-node-151028 .field-name-body [name]:not([name=""]) {
    top: -100px;
  }
}
*/
class .nowrap {
  white-space: nowrap;
}

.g-trans-sign:hover,
.g-trans-sign {
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-bottom: -6px;
}

.g-trans-sign:after {
  /*
  background-image: url("images/google-translated.png");
  background-size: contain;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  */
  content: "* " url("images/google-translated.png");
  white-space: pre-wrap;
  color: #767676;
  text-decoration: none !important;
}

#google_translator_disclaimer-popup {
  max-width: 400px !important;
}

#google_translator_disclaimer-popup p {
  text-align: left;
  line-height: 1.8em;
  font-size: 13.3px;
}

@media (max-width: 767px) {
  .google_translator_disclaimer-popup-wrap {
    padding: 0.5em;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
  }

  #google_translator_disclaimer-popup {
    padding: 2em 1em;
  }
}
.text[lang=he] {
  direction: rtl;
  text-align: right;
}

.text[lang=en] {
  direction: ltr;
  text-align: left;
}

.field-item .text {
  display: block;
}

@media (max-width: 767px) {
  .mobile-order {
    -webkit-box-ordinal-group: var(--mobile-order);
    -ms-flex-order: var(--mobile-order);
    -webkit-order: var(--mobile-order);
    -moz-box-ordinal-group: var(--mobile-order);
    order: var(--mobile-order);
  }
}
/*body:not(.terms-update) .terms-of-use-msg,*/
.landing-page #block-boxes-terms-of-use-msg,
body.page-caregivers.entity-display-full .terms-of-use-msg,
body.page-jobs.entity-display-full .terms-of-use-msg,
header-site .terms-of-use-msg {
  display: none;
}

.terms-of-use-msg {
  width: 100%;
  background: #fe4a6b;
  padding: 1em 0.5em;
  text-align: center;
  font-weight: bold;
  color: white;
  margin-top: 0.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  app-content .terms-of-use-msg {
    position: absolute;
    top: 3.7em;
    margin-top: 0px;
    z-index: 10;
  }
}
.terms-of-use-msg a {
  border: 2px solid white;
  padding: 0.2em;
  margin: 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.terms-of-use-msg a:hover {
  -webkit-box-shadow: 0 0 18em 0 rgba(0, 0, 0, 0.18) inset;
  -moz-box-shadow: 0 0 18em 0 rgba(0, 0, 0, 0.18) inset;
  box-shadow: 0 0 18em 0 rgba(0, 0, 0, 0.18) inset;
  color: white;
}

@media (max-width: 767px) {
  .terms-of-use-msg {
    line-height: 2em;
  }

  app-content .terms-of-use-msg {
    z-index: 3;
    position: relative;
    margin-bottom: -3.5em;
  }
}
/* whan not in used */
.terms-of-use-msg {
  display: none !important;
}

body:not([lang=en]) .en-lang-display,
body:not([lang=he]) .he-lang-display,
body[lang=en] .no-en-lang-display,
body[lang=he] .no-he-lang-display,
he-lang-display {
  display: none;
}

[lang=en] [text-lang-en]:before {
  content: attr(text-lang-en);
}

[lang=he] [text-lang-he]:before {
  content: attr(text-lang-he);
}

.field-widget-options-buttons .form-type-checkbox,
.field-widget-options-buttons .form-type-radio,
.field-widget-options-onoff .form-type-radio {
  display: inline-block;
}

.or-line {
  position: relative;
  text-align: center;
  color: #767676;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 1em auto;
}
.or-line > * {
  margin: 0px 15px;
}
.or-line:after, .or-line:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #cfcfcf;
}

.icon-google {
  display: inline-flex;
  align-items: center;
}

.icon-google:before {
  content: url("images/Google__G__Logo.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
}

.hb-btn-x {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(1em - 1px) calc(2em - 1px);
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: #F23B61;
  border: 1px solid white;
  font-weight: bold;
  color: white;
  line-height: 1em;
}
a.hb-btn-x {
  color: white !important;
}

.hb-btn-x:hover {
  color: white;
  background-color: #ea103d;
  text-decoration: none;
}
.hb-btn-google-login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(1em - 2px) calc(2em - 2px);
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: white;
  border: 2px solid #484848;
  font-weight: bold;
  color: #484848;
  line-height: 1em;
}
a.hb-btn-google-login {
  color: #484848 !important;
}

.hb-btn-google-login:hover {
  color: #484848;
  background-color: #e6e6e6;
  text-decoration: none;
}
#google_info .hb-btn-google-login {
  display: inline-flex;
}

.hb-btn-google-login .icon-google:after {
  content: "";
  margin-right: 0.315em;
}
.hb-btn-fb-login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(1em - 0px) calc(2em - 0px);
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: #3B5999;
  border: 0px solid white;
  font-weight: bold;
  color: white;
  line-height: 1em;
}
a.hb-btn-fb-login {
  color: white !important;
}

.hb-btn-fb-login:hover {
  color: white;
  background-color: #2d4474;
  text-decoration: none;
}
.hb-btn-fb-login .icon-icon-fb {
  display: inline-flex;
  align-items: center;
}
.hb-btn-fb-login .icon-icon-fb:after {
  content: "";
  margin-right: 0.315em;
}

.lock-overlay-popup + #fancybox-overlay {
  pointer-events: none;
}

.seniors-start-work-popup + #fancybox-overlay {
  pointer-events: none;
}

@media (min-width: 768px) {
  #seniors-start-work-popup {
    width: 500px;
  }
}

/*# sourceMappingURL=style.css.map */
