/*!
 * Ec resp.less
 * less meta file
 *
 * specific stylesheets for IE are called in template.php
 */
/*                Basic style rules:                 */
body {
  background-image: url("cream_pixels.png");
  background-repeat: repeat;
  background-color: rgb(227,225,217,.6);
}
.page-publications .container #block-system-main img,
.page-news .container #block-system-main img,
body.front .container #block-system-main img {
  width: 100%;
}
.view-block-eurydice-banner-page img {
  max-width: 1140px;
}
.panel {
  margin-bottom: 0;
}
a,
a:visited {
  color: #009dc6;
}
table {
  background-color: transparent;
  width: 100% !important;
}
#path .list-group-item.list-group-item {
  display: contents;
}
#block-system-main {
  margin-bottom: 0;
}
#layout-body {
  margin-top: 0;
}
#block-system-main .panel-body {
  padding: 0 0 100px 0;
}
.not-logged-in .eurydice-user-block {
  padding-right: 20px;
  margin-top: -49px;
  display: inline-block;
  float: right;
}
.display-none-element {
  display: none!important;
}
.display-block-element {
  display: block!important;
}
.mob-menu {
  display: block!important;
  padding: 10px!important;
}
.eurydice-user-block {
  padding-right: 20px;
  display: inline-block;
  float: right;
}
#block-system-main .view-content .views-row {
  padding-top: 0px;
}
#rightColumn {
  padding: 15px;
}
#block-system-main .view-content .views-row {
  border-top: 1px solid transparent;
}
.panel-default {
  border-color: transparent;
}
/*             Header and Navigation styling:          */
.navbar-default {
  background-color: #009dc6;
  border: 0;
}
#main-menu .navbar {
  min-height: 55px!important;
}
#main-menu .navbar-nav > li > a {
  background-color: #009dc6;
  color: #fff;
}
#main-menu .navbar-nav > li > a.active {
  background-color: #fff;
  color: #009dc6;
}
#main-menu .affix {
  border: 0;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
}
#block-menu-menu-eurydice-main-menu {
  border: 0;
}
#block-menu-menu-eurydice-main-menu ul {
  padding: 0!important;
}
#block-menu-menu-eurydice-main-menu .panel-body ul li {
  display: inline-block;
}
#block-menu-menu-eurydice-main-menu .panel-body ul li :hover {
  background-color: rgb(221,221,221,.4);
}
#block-menu-menu-eurydice-main-menu a {
  color: #009dc6;
  padding: 10px 15px;
}
/* NAVBAR li*/
li.expanded,
li.collapsed,
li.leaf {
  padding: 0.3em 0.5em 0 0;
}
/*                Page banners styling:                */
.view-block-eurydice-banner-pages .views-row.views-row-1.views-row-odd.views-row-first.views-row-last {
  position: relative;
}
.views-field.views-field-field-eurydice-images- {
  min-height: 260px;
  background-color: currentColor;
}
.banner-title {
  position: absolute;
  top: 80px;
  left: 50px;
  color: #fff;
  font-size: 4em;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.75);
}
.banner-subtitle {
  position: absolute;
  top: 150px;
  left: 50px;
  color: #fff;
  font-size: 2em;
}
.view-block-eurydice-banner-pages .views-field.views-field-body-1 {
  padding: 40px 50px 30px 50px;
}

/*          Publications News & Articles styling        */
.view-euridice-publications {
  margin: 0 35px;
}
.view-euridice-publications .view-filters {
  margin-left: 15px;
  margin-bottom: 50px;
}
.pub-new-img {
  min-height: 220px;
  background: #ddd;
}
.pub-new-img a:hover {
  opacity: .8;
  transition: opacity .3s ease;
}
.pub-new-tit {
  min-height: 100px;
}
.pub-new-tit h4 {
  color: #009dc6;
}
.pub-new-tit a:hover {
  text-decoration: none;
}
.pub-new-bdy {
  min-height: 150px;
  font-size: 12px;
}
.pub-new-dat {
  padding: 0px 0 10px 0;
  text-transform: uppercase;
  font-size: 10px;
}
.pub-new-cont {
  padding: 15px 20px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bdbdbd5e;
  border-left: 1px solid #bdbdbd5e;
  border-right: 1px solid #bdbdbd5e;
}
.views-more-link {
  background: #009dc6;
  padding: 5px 25px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.views-more-link:visited {
  color: #ffffff;
}
.views-more-link:hover {
  text-decoration: none;
  color: #fff;
}
.views-exposed-widgets {
  margin-bottom: 30px;
}
/*            Social media sharing widget          */
.panel-pane.pane-block.pane-bean-social-media-shareing {
  display: inline-block;
  padding-left: 35px;
}
/*            Homepage 3 boxes menu: ;        */
#homepage-menu-boxes {
/* Due to the bullet points the margin-top needs 60px + the offet you need */
  margin-top: 74px;
}
#homepage-menu-boxes a:hover {
  text-decoration: none;
}
.hpm-item img {
  background-color: indianred;
}
.view-eurydice-hpm {
  padding: 0 35px;
  float: left;
  width: 100%;
}
.hpm-title {
  background-color: rgba(0, 157, 198, 0.75);
  padding: 20px 15px;
  position: relative;
  bottom: 60px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
/*    Homepage two lines of text below slider*/
.pane-block-9.adding-padding {
  content: "";
  display: table;
  clear: both;
  padding-left: 50px;
}
/*            Slider on home page        */
.swiper-container.swiper-container-horizontal .field-content img {
  background: cadetblue;
}
.swiper-button-prev {
  margin-left: 60px;
}
.swiper-button-next {
  margin-right: 60px;
}
.swiper-container.swiper-container-horizontal {
  max-width: 760px;
  margin-bottom: 30px;
}
/*            Contact and About pages body        */
#block-system-main .view-content .views-row h3,
.nu-agency-address-title h3 {
  text-transform: uppercase;
  color: #009dc6;
}
.pane-block.pane-views-eurydice-pages-block,
.pane-block.pane-views-eurydice-pages-block-2,
.pane-block.pane-views-eurydice-contacts-block.nu-agency-address-title {
  padding-left: 50px;
  padding-right: 50px;
}
.pane-block.pane-views-eurydice-contacts-block.nu-agency-address-title .views-exposed-widgets {
  padding-left: 0px;
}
.pane-block.pane-views-eurydice-pages-block,
.pane-block.pane-views-eurydice-pages-block-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*            Footer Styling        */
#layout-footer {
  border-top: 2px solid #009dc6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  background-color: #009dc6;
  color: #fff;
  min-height: 130px;
}
#layout-footer a {
  color: #fff;
}
#block-views-feedback-block {
  text-align: left;
  background-color: #009dc6;
  border-color: transparent;
  box-shadow: 0 0px 0px;
}
.form-item-submitted-did-you-find-what-you-were-looking-for,
.webform-component--did-you-find-what-you-were-looking-for label,
#edit-submitted-did-you-find-what-you-were-looking-for {
  display: inline-block;
  color: #fff;
}
.webform-component--did-you-find-what-you-were-looking-for label {
  margin-right: 30px;
}
.webform-conditional-processed .form-actions {
  display: none;
}
.webform-component--did-you-find-what-you-were-looking-for {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
#block-views-feedback-block {
  margin-bottom: 0;
  border: 0;
}
#block-views-feedback-block .panel-body,
#block-node-syndicate .panel-body,
#block-node-syndicate .panel-body a {
  padding: 0;
}
.region.region-content-bottom {
  position: relative;
}
#block-node-syndicate {
  float: right;
  margin: 0;
  position: absolute;
  bottom: 35px;
  right: 50px;
}
/*            National education systems        */
.view-id-eurydice_browse_by_country.view-display-id-block_1 .views-field.views-field-title {
  background: #009dc6;
  padding: 15px 20px;
}
/* NOTE waiting a banner with the text already integrated */
.view-block-eurydice-banner-pages .views-field-title,
.view-block-eurydice-banner-pages .views-field-field-subtitle {
  cursor: default;
}
.panel-pane.pane-block.col-md-3 h2.pane-title {
  color: #009dc6;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}
.view-id-eurydice_browse_by_country.view-display-id-block_1.tb-rgl {
  border-bottom: 2px solid #95989a;
  padding-bottom: 30px;
}
.views-field.views-field-og-group-ref-1,
.views-field-stamp {
  font-size: 10px;
  color: #444;
}
.view-id-eurydice_browse_by_country.view-display-id-block_1 .views-field.views-field-title a {
  color: #fff;
}
.bk-lat-news a {
  color: #009dc6;
  text-decoration: none;
}
#latest-updates .pane-content {
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(138,138,138,1);
  margin-bottom: 30px;
}
ul.quicktabs-tabs li {
  display: table-cell;
  background: none;
  list-style-type: none;
  padding: 2px;
  white-space: nowrap;
}
.quicktabs-tabs .active {
  background: #009dc6;
  padding: 10px 15px;
  margin: 0;
}
.quicktabs-tabs .active a {
  color: #fff!important;
}
.quicktabs-tabs {
  padding: 0;
}
.pane-quicktabs-tab-country-chapter {
  padding-left: 50px;
}
.pane-quicktabs-tab-country-chapter .item-list ul li {
  margin: 0;
}
#quicktabs-container-tab_country_chapter {
  padding-left: 15px;
}
.page-national-description .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
  padding-left: 0;
}
.views-field.views-field-field-eurydice-thumbnail .col-md-2 {
  padding-left: 0;
  padding-right: 30px;
}
.views-field.views-field-title .col-md-10 {
  padding-left: 0;
  margin-left: -15px;
}
#quicktabs-tabpage-tab_country_chapter-1 a,
#block-views-eurydice-countries-block-1 a {
  color: #1e1e1e;
  text-decoration: none;
}
#latest-updates .pager {
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  margin-bottom: 0px;
}
/*    Quick tab menu in chater node*/
#block-quicktabs-chapter-country-node .panel-body {
  padding: 0;
}
.block-og-menu li {
  padding-right: 30px !important;
}
#quicktabs-container-chapter_country_node {
  padding: 15px;
}
#block-quicktabs-chapter-country-node .panel-heading {
  display: none;
}
.panel .panel-body .list-group a.list-group-item {
  border-bottom: none;
}
.panel .panel-body .list-group a.list-group-item:last-child {
  border-bottom: none;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  max-width: 1140px;
  height: 260px;
  padding: 0;
}
figure {
  max-width: 1140px;
  height: 260px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
/* Rotate */
.hover06 figure img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover06 figure:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
/*  Node Publication and News look and feel*/
.text-center {
  color: #009dc6;
}
.node-date-eur {
  margin: 30px 55px 0 55px;
  padding: 15px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  text-transform: uppercase;
  color: #848484;
  text-align: center;
}
.node-type-news .field-name-field-eurydice-images- img,
.node-type-eurydice-ct-publication .field-name-field-full-image img {
  max-width: 300px;
  margin: auto;
  display: block;
  padding-bottom: 60px;
}
.node .field-name-body {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding: 0;
  color: #5d5d5d;
}
#myLink {
  display: block;
  width: 25%;
  margin: 0 auto;
  text-decoration: none;
}
.glyphicon-arrow-left:before {
  position: relative;
  top: 2px;
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon strong {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 100;
}
.node-type-eurydice-ct-publication .node-eurydice-ct-publication {
  padding: 30px 55px 30px 55px;
}
/*  Country descriptions flag and country title */
.eurydice-country-group-title {
  display: inline-block;
  font-size: 28px;
  position: relative;
  bottom: 5px;
  color: #595959;
}
.countries-all-flag {
  background-image: url(https://eacea.ec.europa.eu/national-policies/eurydice/sites/eurydice/files/eurydice-flags-all.png);
  width: 50px;
  height: 40px;
  content: ".";
  margin-right: 5px;
  color: transparent;
  display: inline-block;
  margin-left: -10px;
}
.country-2 {
  background-position-x: 0px;
}
.country-208 {
  background-position-x: -50px;
}
.country-383 {
  background-position-x: -100px;
}
.country-633 {
  background-position-x: -100px;
}
.country-791 {
  background-position-x: -100px;
}
.country-1126 {
  background-position-x: -150px;
}
.country-1249 {
  background-position-x: -200px;
}
.country-1432 {
  background-position-x: -250px;
}
.country-1565 {
  background-position-x: -300px;
}
.country-2143 {
  background-position-x: -350px;
}
.country-2263 {
  background-position-x: -400px;
}
.country-2437 {
  background-position-x: -450px;
}
.country-2567 {
  background-position-x: -500px;
}
.country-4925 {
  background-position-x: -1100px;
}
.country-2759 {
  background-position-x: -550px;
}
.country-3097 {
  background-position-x: -600px;
}
.country-3288 {
  background-position-x: -650px;
}
.country-3544 {
  background-position-x: -700px;
}
.country-3657 {
  background-position-x: -750px;
}
.country-3761 {
  background-position-x: -800px;
}
.country-3925 {
  background-position-x: -850px;
}
.country-4077 {
  background-position-x: -900px;
}
.country-4255 {
  background-position-x: -950px;
}
.country-4465 {
  background-position-x: -1000px;
}
.country-4682 {
  background-position-x: -1050px;
}
.country-5047 {
  background-position-x: -1150px;
}
.country-5237 {
  background-position-x: -1200px;
}
.country-5448 {
  background-position-x: -1250px;
}
.country-5575 {
  background-position-x: -1300px;
}
.country-5759 {
  background-position-x: -1350px;
}
.country-6134 {
  background-position-x: -1400px;
}
.country-6480 {
  background-position-x: -1450px;
}
.country-6715 {
  background-position-x: -1500px;
}
.country-7329 {
  background-position-x: -1550px;
}
.country-7849 {
  background-position-x: -1600px;
}
.country-8044 {
  background-position-x: -1640px;
}
.country-8189 {
  background-position-x: -1680px;
}
.country-10935 {
  background-position-x: -1735px;
}
.country-10100 {
  background-position-x: -1780px;
}
.country-9463 {
  background-position-x: -1835px;
}
.country-9157 {
  background-position-x: -1835px;
}
.country-9260 {
  background-position-x: -1835px;
}
.country-9363 {
  background-position-x: -1835px;
}
.country-11248 {
  background-color: #fff;
  background: transparent;
  margin-left: -55px;
}
#block-eurydice-main-eurydice-this-chapter li::before {
  background-image: url(https://eacea.ec.europa.eu/national-policies/eurydice/sites/eurydice/files/flag-sprite.png);
  width: 30px;
  height: 15px;
  content: ".";
  display: inline-block;
  margin-left: -25px;
  margin-right: 15px;
  color: transparent;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(2):before {
  background-position-x: -30px;
  background-position-y: 0;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(3):before {
  background-position-x: -60px;
  background-position-y: 0;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(4):before {
  background-position-x: -60px;
  background-position-y: 0;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(5):before {
  background-position-x: -60px;
  background-position-y: 0;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(6):before {
  background-position-x: -90px;
  background-position-y: 0px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(7):before {
  background-position-x: -120px;
  background-position-y: 0px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(8):before {
  background-position-x: -120px;
  background-position-y: -30px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(9):before {
  background-position-x: 0px;
  background-position-y: -15px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(10):before {
  background-position-x: -30px;
  background-position-y: -15px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(11):before {
  background-position-x: -60px;
  background-position-y: -15px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(12):before {
  background-position-x: -90px;
  background-position-y: -15px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(13):before {
  background-position-x: -120px;
  background-position-y: -15px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(14):before {
  background-position-x: -00px;
  background-position-y: -30px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(15) {
  display: none;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(16):before {
  background-position-x: -60px;
  background-position-y: -30px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(17):before {
  background-position-x: -90px;
  background-position-y: -30px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(18):before {
  background-position-x: -0px;
  background-position-y: -45px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(19):before {
  background-position-x: -30px;
  background-position-y: -45px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(20):before {
  background-position-x: -60px;
  background-position-y: -45px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(21):before {
  background-position-x: -90px;
  background-position-y: -45px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(22):before {
  background-position-x: -120px;
  background-position-y: -45px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(23):before {
  background-position-x: -0px;
  background-position-y: -60px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(24):before {
  background-position-x: -30px;
  background-position-y: -60px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(25):before {
  background-position-x: -60px;
  background-position-y: -60px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(26):before {
  background-position-x: -90px;
  background-position-y: -60px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(27):before {
  background-position-x: -120px;
  background-position-y: -60px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(28):before {
  background-position-x: -0px;
  background-position-y: -75px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(29):before {
  background-position-x: -30px;
  background-position-y: -75px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(30):before {
  background-position-x: -60px;
  background-position-y: -75px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(31):before {
  background-position-x: -90px;
  background-position-y: -75px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(32):before {
  background-position-x: -30px;
  background-position-y: -30px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(33):before {
  background-position-x: -120px;
  background-position-y: -75px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(34):before {
  background-position-x: -90px;
  background-position-y: -90px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(35):before {
  background-position-x: 0px;
  background-position-y: -90px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(36):before {
  background-position-x: -30px;
  background-position-y: -90px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(37):before {
  background-position-x: -60px;
  background-position-y: -90px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(38):before {
  background-position-x: -120px;
  background-position-y: -90px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(39):before {
  background-position-x: 0px;
  background-position-y: -105px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(40):before {
  background-position-x: -30px;
  background-position-y: -105px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(41):before {
  background-position-x: -60px;
  background-position-y: -105px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(42):before {
  background-position-x: -60px;
  background-position-y: -105px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(43):before {
  background-position-x: -60px;
  background-position-y: -105px;
}
#block-eurydice-main-eurydice-this-chapter li:nth-child(44):before {
  background-position-x: -60px;
  background-position-y: -105px;
}
#block-quicktabs-national-education-systems-node- .content {
  padding: 0;
}
#block-quicktabs-national-education-systems-node- .content a.chapter-country-link {
  margin-bottom: 20px;
  display: block;
}
#block-quicktabs-national-education-systems-node- .content a.chapter-country-link i {
  font-size: 1.5em;
  margin-right: 10px;
}
#block-quicktabs-national-education-systems-node- .content a.chapter-country-link span {
  position: relative;
  top: -3px;
}
#quicktabs-container-national_education_systems_node_ {
  padding: 15px;
}
/*Next Prev Chapter*/

.prev-next-pager {
  padding: 15px 0;
  position: relative;
  display: block;
  clear: both;
  overflow: auto;
}
.prev-next-pager .next-chapter {
  background: none;
}
.prev-next-pager .next-chapter .next-chapter-inner {
  border: 1px solid #ddd;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  transition: background .3s;
  padding-bottom: 1px;
}
.prev-next-pager .next-chapter .next-chapter-inner i {
  position: relative;
  right: 6px;
  z-index: 10;
  font-size: 2em;
}
.prev-next-pager .next-chapter .next-chapter-inner a {
  border: 0;
  padding: 10px 25px 10px 15px;
  font-size: 0.9em;
}
.prev-next-pager .next-chapter .next-chapter-inner:hover {
  background: #e9f2fa;
}
.prev-next-pager .prev-chapter {
  background: none;
}
.prev-next-pager .prev-chapter .prev-chapter-inner {
  border: 1px solid #ddd;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  transition: background .3s;
  padding-bottom: 1px;
}
.prev-next-pager .prev-chapter .prev-chapter-inner i {
  position: relative;
  left: 6px;
  z-index: 10;
  font-size: 2em;
  top: 23%;
}
.prev-next-pager .prev-chapter .prev-chapter-inner a {
  border: 0;
  padding: 10px 15px 10px 25px;
  font-size: 0.9em;
}
.prev-next-pager .prev-chapter .prev-chapter-inner:hover {
  background: #e9f2fa;
}
.prev-next-pager a:hover {
  background: transparent;
}
.region-sidebar-right .main-country-link {
  visibility: hidden;
}
.region-sidebar-right .main-country-link:after {
  content: 'Overview';
  visibility: visible;
  display: block;
}
.panel .panel-body .list-group a.list-group-item {
  padding: 0px 15px;
}
/*    Submenu testing: ;*/
#block-menu-menu-eurydice-main-menu .menu.clearfix.list-group.list-group-flush.list-unstyled {
  max-width: 1140px;
  margin: auto;
}
.sticky {
  position: fixed;
  top: 55px;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(140,140,140,1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(140,140,140,1);
  box-shadow: 0px 2px 3px 0px rgba(140,140,140,1);
  background-color: #fff;
}
#block-menu-menu-eurydice-main-menu .panel-body {
  padding: 0;
}
/*    FlexSlider*/
.eurydice-slider {
  position: relative;
}
.eurydice-slider-content {
  position: absolute;
  bottom: 0px;
  padding: 0px 15px 15px 15px;
  background: rgba(0,0,0,0.5);
  width: 100%;
}
.eurydice-slider-content span,
.eurydice-slider-content a {
  color: #fff;
}
.eurydice-slider-content a:hover {
  text-decoration: none;
}
.carousel {
  max-width: 760px;
  margin: 0 auto;
}
.flex-direction-nav a {
  width: 50px;
  height: 50px;
}
.flex-direction-nav a:before {
  color: rgba(0,157,198,0.6);
}
.flex-direction-nav .flex-next {
  right: 0 !important;
  margin-right: -130px;
  opacity: 1 !important;
}
.flex-direction-nav .flex-prev {
  left: 0 !important;
  opacity: 1 !important;
  margin-left: -130px;
}
.flexslider {
  width: 90%;
  margin: 0 auto;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
  display: block !important;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
}
.flex-control-paging li a.flex-active {
  background: rgba(0, 157, 198, 0.9);
}
.flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
#eurydice-flexslider {
  content: "";
  display: table;
  clear: both;
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
}
/* HP hr Gradient color1 - color2 - color1 */
hr.style-one {
  border: 0;
  height: 2px;
  background: #009dc6;
  background-image: linear-gradient(to right, #00caff, #009dc6, #00caff);
  width: 1040px;
}
/*    Media query: ;*/
@media screen and (max-width: 600px) {
  .region.region-tools {
    display: none;
  }
}

table {
  border-collapse: unset !important;
  border-spacing: 0;
}
/*Fix chapter body padding*/

.tabsContainer#rightColumn {
  padding: 0;
}
.node-type-eurydice-ct-countrychapter .field-name-body {
  padding: 15px;
}

/*FIx draft moderation message*/
form.workbench-moderation-moderate-form {
  display: block;
}
form.workbench-moderation-moderate-form .alert {
  clear: both;
  display: block;
}
form.workbench-moderation-moderate-form fieldset.captcha-admin-links {
  display: none;
}

/*Export to PDF*/

.export-pdf-container {
  clear: both;
  display: block;
}

.export-pdf-container .export-pdf-container-inner {
  padding: 30px 15px;
  text-align: right;
}

.export-pdf-container a.export-pdf-btn {
  padding: 10px 20px;
  border: 1px solid #009dc6;
  text-decoration: none;
  transition: all .3s ease;
  color: #009dc6;
  display: inline-block;
  margin-bottom: 0;
}

.export-pdf-container a.export-pdf-btn i {
  font-size: 1.5em;
  margin-right: 10px;
}

.export-pdf-container a.export-pdf-btn span {
  position: relative;
  top: -2px;
}

.export-pdf-container a.export-pdf-btn:hover {
  color: #fff;
  border: 1px solid #0065a2;
  background: #0065a2;
}

.node.node-eurydice-ct-countrychapter .field-name-body,
.node.node-eurydice-ct-country .field-name-body {
  border-bottom: 0;
}

@media screen and (max-width: 780px) {
  .view.view-eurydice-hpm.view-id-eurydice_hpm.view-display-id-block .views-row {
    width: 33%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  body.front .container #block-system-main img {
    width: 100%;
    height: auto;
  }
  .hpm-title {
    background-color: rgba(0, 157, 198, 0.75);
    padding: 14px 0px;
    position: relative;
    bottom: 60px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    min-height: 60px;
    max-height: 60px;
  }
  .banner-title {
    top: 13px;
    font-size: 3em;
  }
  .banner-subtitle {
    top: 65px;
    font-size: 1.4em;
  }
  figure {
    max-width: 1140px;
    height: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 540px) {
  .page-youthwiki-eu-cooperation-youth-policy .yw-banner .views-field.views-field-title .field-content {
    top: 0%;
  }

  .view.view-eurydice-hpm.view-id-eurydice_hpm.view-display-id-block .views-row {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .view-block-eurydice-banner-pages .views-field.views-field-body-1 {
    padding: 15px 10px 15px 10px;
  }

  .view-eurydice-hpm {
    padding: 0 0px;
  }

  .hpm-title {
    padding: 20px 5px;
    font-size: 16px;
  }
  .pane-block-9.adding-padding {
    padding-left: 10px;
  }
  .panel-pane.pane-block.pane-bean-social-media-shareing {
    padding-left: 10px;
  }
  .view.view-block-eurydice-banner-pages.view-id-block_eurydice_banner_pages.view-display-id-block_1 figure,
  #block-node-syndicate {
    display: none;
  }
  .banner-title {
    position: relative;
    top: 0;
    left: 10px;
    color: #074a8b;
    font-size: 1.7em;
    font-weight: bold;
  }
  .views-field.views-field-field-subtitle,
  .views-field.views-field-title {
    text-align: center;
  }
  .views-field.views-field-title {
    margin: 25px 0 0 0;
  }
  .banner-subtitle {
    position: relative;
    top: 0;
    left: 10px;
    color: #074a8b;
    font-size: 1em;
    font-weight: bold;
  }
  #block-system-main .panel-body {
    padding: 0;
  }
  .eurydice-slider-content h2 {
    font-size: 18px;
  }
  .date-display-single {
    font-size: 11px;
  }
}
/*Table Chapter 2.8 Style*/

table.chapter-28-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  float: left;
}
.chapter-28-table td,
.chapter-28-table th {
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  padding: 8px;
}
.chapter-28-table tfoot td {
  padding-left: 8px;
}
.chapter-28-table {
  border-left: 1px solid #b7b7b7;
}
.chapter-28-table caption {
  border: 1px solid #b7b7b7;
  padding: 8px;
}
span.captchaConfirmation input {
  color: #444;
}
label.captchaConfirmationLabel {
  display: block;
  padding: 20px 0;
  color: #fff;
}
span#captcha_0 {
  display: none;
}
/*Overview Block*/

#block-eurydice-ct-all-eurydice-country-navigation .panel-body content {
  padding: 0 15px!important;
}
#block-eurydice-ct-all-eurydice-country-navigation {
  top: -10px;
}
