/* Images */

.page-node #content-wrap img,
.node-teaser img {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* container */

#wrap.container {
    width: 1040px;
    max-width: 100%;
    margin-top: 15px;
}

/* header */

#header-wrap #site-logo a {
    display: inline-block;
}

#header-wrap #logo img {
    max-width: 340px;
}

#header-wrap #header {
    padding: 25px 0;
}

#header-wrap .call-to-action {
    position: absolute;
    width: 374px;
    padding-top: 12.7%;
    top: 32px;
    right: -47px;
    background-image: url("https://www.bdva.eu/sites/default/files/EBDVF%20ribbon.png");
    background-repeat: no-repeat;
    background-size: auto 53.6px;
}

/* menu */

#main-menu ul.menu.dropdown-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
}

#main-menu ul.menu.dropdown-menu li {
    flex-grow: 2;
}

/* Home - slider */

#preface-wrap .view-slideshow {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -40px;
}

/* Sidebar */

.jk-sidebar-logos {

  border: solid thin rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jk-sidebar-logos > p {
  margin-bottom: 30px;
  width: 75%;
}

.jk-sidebar-logos > p img,
.jk-sidebar-logos > p a {
  width: 100%;
}

.jk-sidebar-logos .logo-eu-robotics {
  width: 62%;
}

/* Custom made elements */

div.jk-row {
  display: flex;
}

div.jk-row .left, div.jk-row .right {
  padding: 10px;
}
div.jk-row img {
  margin-top: 0px !important;
  width: 160px;
  max-width: 160px !important;
  height: auto !important;
  border: none !important;
}
.jk-content-spacer {
  height: 20px;
}

.jk-accordion,
.jk-services-table {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.jk-accordion .ui-accordion-header {
  border: none;
  background-color: #025494;
  background-image: url('https://www.bdva.eu/sites/default/files/table-subheader_bg-big-no-drop-shadow.png');
  background-size: 100% 100%;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px !important;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
}

.jk-accordion .ui-accordion-header:after {
  display: block;
  content: " ";
  position: absolute;
  right: 12px;
  background-image: url('https://www.bdva.eu/sites/default/files/chevron-up-2.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  image-rendering: -webkit-optimize-contrast;
  transform: translateY(-50%) rotate(180deg);
}

.jk-accordion .ui-accordion-header-active:after {
  transform: translateY(-50%) rotate(0deg);
}

.jk-accordion .ui-accordion-header span {
  color: #F3AE35;
  font-size: 12px;
}

.jk-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}

.jk-services-table,
.jk-services-table td {
  border: none;
}

.jk-services-table--header td:first-child,
.jk-services-table--sub-header td {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.jk-services-table--sub-header {
  color: rgba(255, 255, 255, 0.95);
  background-image: url('https://www.bdva.eu/sites/default/files/table-subheader_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.jk-services-table--header td:first-child {
  color: #F3AE35;
}

.jk-services-table--header td:nth-child(2),
.jk-services-table--header td:nth-child(3) {
  max-width: 60px;
  width: 60px;
}

.jk-services-table td:nth-child(2),
.jk-services-table td:nth-child(3) {
  text-align: center;
}

.jk-services-table td:nth-child(2) img,
.jk-services-table td:nth-child(3) img {
  width: 20px;
  margin: 0 !important;
  padding: 0 !important;
}

.jk-services-table tr:not(.jk-services-table--sub-header) td:nth-child(2)  {
  border-left: solid thin #F3AE35;
  border-right: solid thin #F3AE35;
}

.jk-services-table tr:not(.jk-services-table--header, .jk-services-table--sub-header){
  border-top: dotted thin #F3AE35;
}

.jk-services-table tr.jk-services-table--sub-header + tr {
  border-top: none;
}

.jk-cta-generic {
    border-left: solid 2px #025494;
    border-bottom: solid 2px #025494;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 13px;
    margin-bottom: 30px;
    text-align: center;
}

.jk-cta-generic span.label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #025494;
}

.jk-cta-generic span.icon {
    display: inline-block;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 33px;
    height: 32px;
    vertical-align: middle;
    margin-left: 10px;
    background-size: auto 24px;
    background-repeat: no-repeat;
}

.jk-cta-generic.with-icon {
    padding-right: 10px;
}

.jk-cta-generic.with-icon.chevron-right span.icon {
    background-position: center 1px;
}

.jk-cta-generic.with-icon.chevron-blue.chevron-right span.icon {
    background-image: url("https://www.bdva.eu/sites/default/files/chevron-right-blue.png");
}

.jk-cta-generic.with-icon.download span.icon {

}

.jk-cta-generic.with-icon.download-blue span.icon {
    background-image: url("https://www.bdva.eu/sites/default/files/download-blue.png");
}

@media screen and (max-width: 960px) {
  div.jk-row img {
    margin-top: 20px !important;
  }
  div.jk-row {
    flex-direction: column;
  }
  div.jk-row .left, div.jk-row .right {
    text-align: center;
  }
  #header-wrap #logo img {
      width: 340px;
      max-width: 100%;
  }

}

@media screen and (max-width: 720px) {
  #header-wrap .call-to-action {
    display: none;
  }
}