/**
 * Place your custom styles here.
 */
@font-face {
  font-family: "HelveticaNeue-55Roman";
  src: url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-55Roman.eot"); /* IE9 Compat Modes */
  src: url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-55Roman.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-55Roman.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-55Roman.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-55Roman.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-55Roman.svg#HelveticaNeueW01-55Roman")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "HelveticaNeue-75Bold";
  src: url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-75Bold.eot"); /* IE9 Compat Modes */
  src: url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-75Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-75Bold.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-75Bold.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-75Bold.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/themes/sparkbootstrap/fonts/HelveticaNeueW01-75Bold.svg#HelveticaNeueW01-75Bold")
      format("svg"); /* Legacy iOS */
}

body {
  margin-top: 0;
  font-family: "HelveticaNeue-55Roman", Helvetica;
}
.navbar-default {
  background-color: #00255c;
  border: none;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
}
.path-frontpage article > h2,
.feed-icons {
  display: none;
}

#block-languageswitcher {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
}

#block-languageswitcher > .links {
  display: flex;
  padding: 0;
  margin: 0;
}

#block-languageswitcher > .links li {
  list-style: none;
}

#block-languageswitcher a {
  display: inline-block;
  padding: 15px 15px;
  color: #cdced6;
}

#block-languageswitcher:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  background-image: url(../images/flag.jpg);
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#block-languageswitcher a:hover,
#block-languageswitcher a:focus,
#block-languageswitcher a.is-active {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

.fr-logo {
  width: 222px;
  height: auto;
}

.ontrack-mobile {
  display: block;
  margin-top: 30px;
  width: 208px;
  height: auto;
}

.ontrack-desktop {
  width: 208px;
  height: auto;
}

#kineret-main {
  padding-top: 20px;
  padding-bottom: 20px;
  /*background: rgb(254,254,254);*/
  background-image: url("/themes/sparkbootstrap/images/map.png"),
    linear-gradient(
      120deg,
      rgba(254, 254, 254, 1) 0%,
      rgba(204, 212, 214, 1) 100%
    );
  background-repeat: no-repeat;
  background-position: right center;
}
#kineret-line {
  width: 400px;
  height: 4px;
  background-color: #ec9222;
  margin-top: 40px;
  margin-bottom: 30px;
}
.content h1 {
  font-family: "HelveticaNeue-75Bold", Helvetica;
  color: #00255c;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}

.content h2,
.kineret-main {
  font-family: "HelveticaNeue-75Bold", Helvetica;
  color: #00255c;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 20px;
}
.content h3,
.kineret-sub {
  color: #00255c;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 30px;
}
.content p,
.kineret-regular {
  color: #4c4d4f;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.content p > a,
.kineret-regular a,
.kineret-sub b {
  font-family: "HelveticaNeue-75Bold", Helvetica;
}
.kineret-email {
  color: #07b1b0;
  white-space: nowrap;
}
.kineret-phone {
  color: #4c4d4f;
}
.content small,
.kineret-small {
  color: #4c4d4f;
  font-size: 10px;
  line-height: 14px;
}

.button-arw {
  position: relative;
  color: #fff !important;
  background: #f05323;
  border: none;
  text-decoration: none !important;
  min-width: 175px;
  font-weight: 400;
  vertical-align: top;
  font-size: 19px;
  padding: 10px 52px 10px 30px;
}

.button-arw:after {
  content: "";
  background-image: url(../images/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
  width: 29px;
  height: 100%;
  background-size: 11px 17px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
}

.button-submit {
  display: block;
  position: relative;
  color: #fff;
  background: #f05323;
  border: none;
  text-decoration: none;
  font-weight: 400;
  vertical-align: top;
  font-size: 16px;
  padding: 5px 50px 5px 15px;
}

.button-submit:after {
  content: "";
  background-image: url(../images/white-arrow.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 100%;
  background-size: 8px 17px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 2px;
  top: 22%;
}

.kineret-copyright {
  display: inline-block;
  line-height: 18px;
  font-size: 10px;
  margin-top: 6px;
}

.video {
  margin-bottom: 20px;
}

#kineret-footer {
  background: url("/themes/sparkbootstrap/images/grey_foooter.jpg") repeat-x
    center bottom;
  padding-top: 16px;
  line-height: 45px;
}

.modal .close {
  position: absolute;
  top: -40px;
  right: 5px;
  font-size: 35px;
  color: #fff;
  opacity: 1;
  z-index: 1;
}

.modal-dialog {
  margin-top: 100px;
}

.paab-logo-container {
  display: flex;
  justify-content: center;
}

.paab-logo {
  width: 113px;
  height: auto;
}

#injection-video .modal-body {
  padding: 20px;
  font-size: 16px;
}
#injection-video .form label,
#injection-video .form input,
#injection-video .form .error {
  margin-bottom: 20px;
}

.injection-video .video,
.injection-video.show-video .video-cta,
#injection-video .form .error {
  display: none;
}

.injection-video.show-video .video,
#injection-video .form.error .error {
  display: block;
}

#injection-video .form .error {
  padding: 10px 15px;
}

.pdf-downloads {
  padding: 0;
}
.pdf-downloads li {
  list-style: none;
  margin-bottom: 18px;
}

.pdf-downloads li .button-arw {
  display: inline-block;
}

sup.sup {
  font-size: 50%;
  top: -0.75em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ontrack-mobile {
    display: none;
  }
  .sobi {
    float: left;
    margin-right: 14px;
  }
  .paab_biote {
    text-align: right;
  }
  .kineret-copyright {
    float: left;
  }
  .navbar-nav {
    float: right;
  }
  .main-container > .row > .col-sm-6 {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  #kineret-line {
    margin-top: 38px;
  }
  .ontrack-desktop {
    display: none;
  }
  .hidden-mobile {
    display: none;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: right;
  }
  .paab_biote {
    margin-bottom: 10px !important;
  }
  #navbar-collapse {
    display: block;
    border-top: none;
  }
  #kineret-line {
    max-width: 75%;
  }
  .navbar-nav > li {
    float: left;
  }
}
@media (max-width: 940px) {
  #kineret-main {
    background-image: linear-gradient(
      120deg,
      rgba(254, 254, 254, 1) 0%,
      rgba(204, 212, 214, 1) 100%
    );
  }
  .col-sm-6 {
    width: 100%;
  }
  .col-sm-3 {
    display: none;
  }
  #kineret-footer .col-sm-3 {
    display: block;
  }
  .paab-logo-container {
    display: block;
  }
  .ontrack-mobile {
    display: inherit;
  }
}
@media (min-width: 989px) {
  .hidden-desktop {
    display: none;
  }
  .biote_logo {
    margin-right: 20px;
  }
}
