/* start of ec-resp fix */
.nav-pills > li + li {
  margin-left: 0px;
}
.mainPicture form {
  display: none;
}
section .mainContent fieldset {
  float: left;
  width: 100%;
  overflow: auto;
  border: solid 1px #cbe7fc;
  border-radius: 5px;
  background-color: #e3f5ff;
  margin-top: 5px;
}

section .mainContent form legend {
  padding-top: 2px;
  padding-bottom: 5px;
  border-bottom: 0;
  margin-bottom: -30px;
}
#subscribe tr.odd .form-item,
#subscribe tr.even .form-item {
  white-space: normal;
}
#tabbedContent #block-system-main .view-content .views-row {
  padding-top: 0;
}
.taxonomy-term-description {
  margin-top: 0;
}
#block-system-main .view-content .views-row {
  border: 0;
  margin: 0;
}

/* pager */
.pagerContainer {
  margin: 0px -12px;
  padding: 20px 12px;
  border-top: 3px solid #eee;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(5%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%);
  box-sizing: content-box;
  float: left;
  width: 100%;
}
.item-list .pager {
  padding: 0;
  margin: 0;
}
.item-list .pager li {
  margin: 0 0.1em 10px 0.1em;
  padding: 0;
  line-height: 18px;
}
.item-list .pager li a {
  padding: 1px 8px 2px 8px;
  text-decoration: none;
  border-color: #eee;
  display: inline-block;
}
.item-list .pager li.pager-first a {
  padding: 1px 8px 2px 26px;
  color: #074a8a;
  background: #fff url(../images/theme/sprite-pager.png) no-repeat 0 -196px;
}
.item-list .pager li.pager-previous a {
  padding: 1px 8px 2px 26px;
  background: #fff url(../images/theme/sprite-pager.png) no-repeat 0 -245px;
}
.item-list .pager li.pager-next a {
  padding: 1px 26px 2px 8px;
  background: #fff url(../images/theme/sprite-pager.png) no-repeat 100% -294px;
}
.item-list .pager li.pager-last a {
  padding: 1px 26px 2px 8px;
  color: #074a8a;
  background: #fff url(../images/theme/sprite-pager.png) no-repeat 100% -343px;
}

.item-list .pager li.pager-item a {
  border-color: #bbb;
}
.item-list .pager li.pager-current {
  padding: 1px 7px 2px 7px;
  background: #555;
  color: #fff;
  border: 1px solid #555;
  border-radius: 15px;
  font-size: 110%;
  line-height: 18px;
}
.item-list .pager li.pager-ellipsis,
.item-list .pager.js_pagerCurrentPos5 .js_pager-item-dist3,
.item-list .pager.js_pagerCurrentPos5 .js_pager-item-dist4,
.item-list .pager.js_pagerCurrentPos5 .js_pager-item-dist5,
.item-list .pager.js_pagerCurrentPos5 .js_pager-item-dist6,
.item-list .pager.js_pagerCurrentPos4 .js_pager-item-dist3,
.item-list .pager.js_pagerCurrentPos4 .js_pager-item-dist4,
.item-list .pager.js_pagerCurrentPos4 .js_pager-item-dist5,
.item-list .pager.js_pagerCurrentPos4 .js_pager-item-dist6,
.item-list .pager.js_pagerCurrentPos3 .js_pager-item-dist3,
.item-list .pager.js_pagerCurrentPos3 .js_pager-item-dist4,
.item-list .pager.js_pagerCurrentPos3 .js_pager-item-dist5,
.item-list .pager.js_pagerCurrentPos3 .js_pager-item-dist6,
.item-list .pager.js_pagerCurrentPos2 .js_pager-item-dist4,
.item-list .pager.js_pagerCurrentPos2 .js_pager-item-dist5,
.item-list .pager.js_pagerCurrentPos2 .js_pager-item-dist6,
.item-list .pager.js_pagerCurrentPos2 .js_pager-item-dist7,
.item-list .pager .js_pager-item-dist7,
.item-list .pager .js_pager-item-dist8 {
  display: none;
}

@media(max-width: 1060px) {

  .item-list .pager {
    position: relative;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin: 30px 0;
    padding: 5px 0;
  }
  .item-list .pager.js_pagerCurrentPos1 {
    margin: 0 0 30px 0;
    border-top: 0;
  }
  .item-list .pager .pager-first {
    position: absolute;
    left: 0px;
    top: -30px;
  }
  .item-list .pager .pager-previous {
    position: absolute;
    left: 70px;
    top: -30px;
  }
  .item-list .pager .pager-next {
    position: absolute;
    right: 70px;
    bottom: -40px;
  }
  .item-list .pager .pager-last {
    position: absolute;
    right: 0px;
    bottom: -40px;
  }
  .item-list .pager.js_pagerCurrentPos5 .js_pager-item-dist3,
  .item-list .pager.js_pagerCurrentPos4 .js_pager-item-dist3,
  .item-list .pager.js_pagerCurrentPos3 .js_pager-item-dist3,
  .item-list .pager.js_pagerCurrentPos3 .js_pager-item-dist4,
  .item-list .pager.js_pagerCurrentPos2 .js_pager-item-dist3,
  .item-list .pager.js_pagerCurrentPos2 .js_pager-item-dist4,
  .item-list .pager.js_pagerCurrentPos2 .js_pager-item-dist5 {
    display: inline;
  }
}

/* /pager */
.panel .panel-body .list-group {
  margin: 0px;
}
.panel .panel-body .list-group a {
  display: inline;
  padding: 0;
}

.field-name-field-shared-main-image .field-label {
  display: none;
}
.panel .panel-body li,
.panel .panel-body label {
  color: #555;
}

#sidebarRight .block-multisite-twitterblock .panel-body {
  padding: 0 10px;
}
#sidebarRight .block-multisite-twitterblock .tweet_more {
  margin-bottom: 10px;
}
div.more-link > a,
div.more-link >  a:visited,
div.more-link >  a:hover {
  color: #074a8a !important;
}

#block-system-main .view-header h2 {
  background-color: transparent;
  border-radius: 0;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.field-label {
  text-transform: none;
}
.field-image-caption,
.field-name-field-caption {
  float: none;
  font-family: Verdana;
  font-size: 100%;
  font-style: normal;
  margin-bottom: 0;
  width: auto;
}
/* end of ec-resp fix */
*+html .region,
*+html .comment-wrapper .comment .comment-text,
*+html .clearfix {
  min-height: 1%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.region:after,
.comment-wrapper .comment .comment-text:after,
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

body {
  color: #333333;
  font-family: Verdana,Arial,Helvetica,"DejaVu Sans",sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  border: 0 none;
  min-width: 320px;
  background: #ebf6fc;
  background: -moz-linear-gradient(top, #ebf6fc 0%, #b3e0f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf6fc), color-stop(100%,#b3e0f7));
  background: -webkit-linear-gradient(top, #ebf6fc 0%,#b3e0f7 100%);
  background: -o-linear-gradient(top, #ebf6fc 0%,#b3e0f7 100%);
  background: -ms-linear-gradient(top, #ebf6fc 0%,#b3e0f7 100%);
  background: linear-gradient(to bottom, #ebf6fc 0%,#b3e0f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf6fc',endColorstr='#b3e0f7',GradientType=0);
}

legend {
  font-size: inherit;
}
table {
  clear: both;
}
td,
th {
  vertical-align: top;
  border: solid 1px #eee;
  padding: 5px 2%;
}
th {
  background: #f4f6f9;
  border: solid 1px #ddd;
}
td h2,
td h3,
td h4,
td h5,
th h2,
th h3,
th h4,
th h5 {
  margin-top: 5px;
}
li>p {
  padding-top: 0;
  margin-top: 0;
}

/* layout */
.layout {
  background: url(../images/theme/bg_dashes.png);
  min-height: 900px;
}
#sidebarLeft {
  float: left;
  width: 23%;
  margin-right: 2%;
}
#sidebarRight {
  float: right;
  width: 23%;
}
#pageCenter {
  float: left;
  width: 50%;
  margin-bottom: 60px;
}
.layout-noleft #pageCenter,
.layout-noright #pageCenter {
  width: 75%;
}

.layout-noleft.layout-noright #pageCenter {
  width: 100%;
}

#banner a,
#messages a,
.mainContentSection a {
  text-decoration: underline;
}
.panel {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  border: 0;
  border-radius: 0;
}
.panel .panel-heading {
  color: #252525;
  padding: 10px 0;
  margin: 0 12px 5px;
  font-size: 16px;
  background: transparent;
  border-top: 0;
  border-bottom: solid 2px #e2e5ea;
}
.panel .panel-body {
  padding: 5px 0 10px;
  margin: 0 12px;
  color: #555555;
}

#sidebarRight .panel,
#sidebarRight .panel-head,
#sidebarRight .panel-body {
  padding: 0;
  margin: 0;
}
#sidebarRight .panel-heading {
  margin-right: 10px;
  margin-left: 10px;
}
.panel .panel-body>p {
  margin-bottom: 0;
}

footer {
  min-height: 60px;
  padding: 10px 0 20px;
  background: #fff;
  border-top: solid 2px #999;
  color: #555;
}
footer .region-footer {
  width: 50%;
  margin-left: 25%;
}
.layout-noleft footer .region-footer {
  width: 75%;
  margin-left: 0%;
}
.layout-noright footer .region-footer {
  width: 75%;
  margin-left: 25%;
}
.layout-noleft.layout-noright footer .region-footer {
  width: 100%;
  margin-left: 0%;
}
footer .region-footer .panel {
  border-radius: 0;
}
footer a {
  text-decoration: underline;
}
#path {
  padding: 1px 0 1px;
}

/* /layout */

.container {
  max-width: 1200px;
}
.showWhenSmall {
  display: none;
}
h1 {
  margin: 0;
}
img {
  border: 0;
}

header {
  display: block;
  width: 100%;
  position: relative;
  line-height: 14px;
}
header .region-header-top {
  padding-right: 140px;
}
header .region-header-top .region-header-top {
  padding-right: 0px;
}
header ul {
  margin: 0;
  padding: 0;
}

header .utility-nav,
header .administrative-nav {
  float: right;
  margin: 3px 0 0px 0px;
  font-size: 11px;
}
header .utility-nav a,
header .administrative-nav a {
  border-left: 1px solid #939393;
  color: #777777;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  margin: 0;
  padding: 0 12px;
  text-decoration: none;
}
header .utility-nav  a:hover,
header .administrative-nav  a:hover {
  text-decoration: underline;
}
header .utility-nav li:first-child a {
  border-left: 0;
}
header .administrative-nav li:first-child a {
  border-left: 2px solid #777;
}
header .utility-nav li,
header .administrative-nav li {
  list-style: none;
  float: left;
}
header .utility-nav a.user-link {
  border: none;
}
#block-system-user-menu li a {
  font-size: 11px;
}
#block-system-user-menu {
  float: left;
}
header .utility-nav .username {
  display: inline-block;
  float: left;
}
header #block-system-user-menu li {
  padding: 0;
}

/*main menu*/
#main-navigation {
  border-bottom: solid 1px #9fb7c3;
  border-top: solid 1px #002e4a;
  margin-bottom: 20px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d3e5f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3e5f0));
  background: -webkit-linear-gradient(top, #ffffff 0%,#d3e5f0 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#d3e5f0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#d3e5f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#d3e5f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3e5f0',GradientType=0 );
}
#main-navigation .panel {
  border-radius: 0;
}
#main-navigation .panel-heading {
  display: none;
}
#main-navigation .panel,
#main-navigation .panel .panel-body {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}
.menu-name-main-menu .glyphicon-home {
  margin-top: 5px;
}
#main-navigation .chunck-1,
#main-navigation .chunck-2 {
  display: block;
}

#main-navigation .list-group-item:last-child,
#main-navigation .list-group-item:first-child {
  border-radius: 0px;
}

#main-navigation ul {
  padding: 0;
  margin: 0;
}
#main-navigation ul li {
  float: left;
  list-style: none;
  padding: 0;
  border-right: solid 1px #9fb7c3;
  border-bottom: solid 1px #9fb7c3;
  margin-bottom: -1px;
  margin-left: 0;
}
#main-navigation ul li a {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  float: left;
  padding: 0px 20px;
  height: 39px;
  line-height: 39px;
  border-right: solid 1px #fff;
}
#main-navigation ul li a .glyphicon-home {
  display: block;
  text-align: center;
  width: auto;
  top: 8px;
}
#main-navigation ul li  a:hover {
  text-decoration: underline;
}
#main-navigation ul li ul {
  display: none;
}

#main-navigation ul li.active-trail,
#main-navigation ul li.active {
  background: #074a8a;
  background: -moz-linear-gradient(top, #074a8a 0%, #073977 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074a8a), color-stop(100%,#073977));
  background: -webkit-linear-gradient(top, #074a8a 0%,#073977 100%);
  background: -o-linear-gradient(top, #074a8a 0%,#073977 100%);
  background: -ms-linear-gradient(top, #074a8a 0%,#073977 100%);
  background: linear-gradient(to bottom, #074a8a 0%,#073977 100%);
}
#main-navigation ul li.active-trail>a,
#main-navigation ul li.active>a {
  color: #fff;
  background: transparent;
}
#main-navigation ul li a {
  color: #074a8a;
}
#main-navigation .menu_search_form {
  display: none;
}
/*/main menu*/

/* content blocks */
#banner .region>.block,
#layout-body .region>.block {
  background: #fff;
  border-radius: 5px;
  border: solid 3px #fff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
#layout-body .region.region-content-bottom>.block,
#layout-body .region.region-sidebar-right>.block {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f7fb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f7fb));
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f7fb 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f4f7fb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f4f7fb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f4f7fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f7fb',GradientType=0 );
}
#layout-body .region.region-sidebar-right>.block.block-facetapi {
  background: #ffffff;
}
#layout-body .mainContentSection {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
#layout-body .mainContentSection .region>.block {
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 0;
  margin-bottom: 0;
}
#layout-body .mainContentSection .region>.block .panel .panel-heading,
#layout-body .mainContentSection .region>.block .panel .panel-body {
  margin-left: 15px;
  margin-right: 15px;
}
/* /content blocks */

/* search block */
#main-navigation .menu_search_form,
#search-block-form {
  position: relative;
  padding-right: 44px;
}
#main-navigation .menu_search_form .form-item,
#search-block-form .form-item {
  width: 100%;
  float: none;
}
#main-navigation .menu_search_form .input-group,
#search-block-form .input-group {
  position: static;
  display: block;
}
#main-navigation .menu_search_form .input-group-btn,
#search-block-form .input-group-btn {
  width: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#main-navigation .menu_search_form .form-item input,
#search-block-form .form-item input {
  border-color: #bbbbbb;
  display: block;
}
#main-navigation .menu_search_form,
#sidebarRight #block-search-form {
  border: 0;
  padding: 4px;
  background: #074b8c;
  background: -moz-linear-gradient(top, #074b8c 0%, #0065a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074b8c), color-stop(100%,#0065a2));
  background: -webkit-linear-gradient(top, #074b8c 0%,#0065a2 100%);
  background: -o-linear-gradient(top, #074b8c 0%,#0065a2 100%);
  background: -ms-linear-gradient(top, #074b8c 0%,#0065a2 100%);
  background: linear-gradient(to bottom, #074b8c 0%,#0065a2 100%);
  filter: none;
}
#main-navigation .menu_search_form #search-block-form--2 .btn-default,
#block-search-form .btn-default {
  padding: 6px 12px;
  border-color: #bbbbbb;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
  border-radius: 0;
}
#search-block-form--2 .form-item {
  margin: 0;
}
.form-control {
  border-radius: 0;
}
/* /search block */

/* nav L2 */
#sidebarLeft .block.block-menu-block {
  background: #ebf2f8;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebf2f8 25%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#ebf2f8));
  background: -webkit-linear-gradient(top, #ffffff 0%,#ebf2f8 25%);
  background: -o-linear-gradient(top, #ffffff 0%,#ebf2f8 25%);
  background: -ms-linear-gradient(top, #ffffff 0%,#ebf2f8 25%);
  background: linear-gradient(to bottom, #ffffff 0%,#ebf2f8 25%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf2f8',GradientType=0 );
  box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.3);
  overflow: hidden;
  padding: 5px 10px 5px;
  border: solid 1px #d3e0e7;
}
#sidebarLeft .block.block-menu-block .panel-heading {
  color: #252525;
  font-size: 15px;
  font-weight: normal;
  border-bottom: solid 2px #d2e3ed;
  margin: 0;
  padding: 3px 0 8px;
}
#sidebarLeft .block.block-menu-block  a:hover {
  text-decoration: underline;
}
#sidebarLeft .block.block-menu-block .panel-heading a {
  color: #252525;
}
#sidebarLeft .block.block-menu-block .panel-body {
  margin: 0;
  padding: 0;
}
#sidebarLeft .block.block-menu-block .nav-pills li {
  float: none;
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #cde0eb;
}
#sidebarLeft .block.block-menu-block .nav-pills>li a {
  float: none;
  display: block;
  border: none;
  background: transparent;
  padding: 6px 8px 8px 0;
  line-height: 14px;
  color: #074a8a;
  margin: 0;
  border-radius: 0;
  white-space: normal;
}
#sidebarLeft .block.block-menu-block .nav-pills li.active-trail {
  background: url(../images/theme/sprite.png) no-repeat 100% 12px;
  border-bottom: 0px;
}
#sidebarLeft .block.block-menu-block .nav-pills li.active {
  border: 0px;
}
#sidebarLeft .block.block-menu-block .nav-pills li.active-trail>a {
  color: #252525;
}
#sidebarLeft .block.block-menu-block .nav-pills li.active>a {
  color: #fff;
  background: #074a8b url(../images/theme/sprite.png) no-repeat 100% -188px;
  padding: 6px 10px 8px;
  margin: 0 -10px;
}
#sidebarLeft .block.block-menu-block .nav-pills li.last {
  border-bottom: 0px;
}
#sidebarLeft .block.block-menu-block .nav-pills>li.active-trail .dropdown-menu {
  display: block;
  background-color: #ffffff;
  border: 1px solid #b9cdd7;
  border-right: 0;
  border-radius: 0px;
  box-shadow: 0 1px 2px 2px rgba(0,0,0,0.1);
  float: none;
  font-size: inherit;
  margin: 0 -10px 5px -1px;
  padding: 0 10px 0px;
  position: static;
  min-width: 50px;
}
/*v2*/
#sidebarLeft .block.block-menu-block .nav-pills>li.active-trail .dropdown-menu .dropdown-menu {
  border-left: solid 3px #6daed0;
  border-bottom: solid 1px #9aaeb8;
  background-color: #f1f6fa;
}
#sidebarLeft .block.block-menu-block .nav-pills>li.active-trail .dropdown-menu .dropdown-menu .dropdown-menu {
  background-color: #fff;
}
/*v2*/

/* /nav L2 */

/* tabs */
.tabTitle,
#tabbedContent.tabIsSet .tabbedTab {
  display: none;
}
#tabbedContent.tabbed0 .tabbedTab0,
#tabbedContent.tabbed1 .tabbedTab1,
#tabbedContent.tabbed2 .tabbedTab2,
#tabbedContent.tabbed3 .tabbedTab3,
#tabbedContent.tabbed4 .tabbedTab4,
#tabbedContent.tabbed5 .tabbedTab5,
#tabbedContent.tabbed6 .tabbedTab6 {
  display: block;
}

#tabbedContent .tabsList {
  display: block;
  margin: 10px 0;
  padding: 0 5px;
  font-size: 12px;
  border-bottom: solid 1px #bec9cf;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e8f1f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f1f7));
  background: -webkit-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e8f1f7 100%);
}
#tabbedContent .tabsList.tabsListBot {
  border-bottom: 0px;
  background: transparent;
  height: 0px;
}
#tabbedContent .tabsList .tab {
  color: #0065b1;
  list-style: none;
  display: inline-block;
  padding: 3px 10px 5px;
  margin: 0 5px;
  cursor: pointer;
}
#tabbedContent.tabbed0 .tabsList .tab0,
#tabbedContent.tabbed1 .tabsList .tab1,
#tabbedContent.tabbed2 .tabsList .tab2,
#tabbedContent.tabbed3 .tabsList .tab3,
#tabbedContent.tabbed4 .tabsList .tab4,
#tabbedContent.tabbed5 .tabsList .tab5,
#tabbedContent.tabbed6 .tabsList .tab6 {
  background: #fff;
  color: #333;
  border: solid 1px #bec9cf;
  margin-right: 4px;
  margin-left: 4px;
}
#tabbedContent .tabsList .tab {
  margin-bottom: -1px;
  border-bottom: 0px !important;
  position: relative;
}
#tabbedContent .tabsList.tabsListBot .tab {
  height: 28px;
  margin-bottom: -28px;
  border-top: 0px !important;
}
#tabbedContent.tabbed0 .tabsList.tabsListBot .tab0,
#tabbedContent.tabbed1 .tabsList.tabsListBot .tab1,
#tabbedContent.tabbed2 .tabsList.tabsListBot .tab2,
#tabbedContent.tabbed3 .tabsList.tabsListBot .tab3,
#tabbedContent.tabbed4 .tabsList.tabsListBot .tab4,
#tabbedContent.tabbed5 .tabsList.tabsListBot .tab5,
#tabbedContent.tabbed6 .tabsList.tabsListBot .tab6 {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}

#tabbedContent .tabsList .tab .statsItems {
  position: absolute;
  top: -3px;
  right: -5px;
  color: #fff;
  background: #777;
  border-radius: 2px;
  font-size: 9px;
  line-height: 12px;
  padding: 0 2px;
  font-family: Arial;
}
#tabbedContent .tabsList .tab .statsItems.newItems {
  background: #d71818;
}
/* /tabs */

/* content */

.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 1em;
}

#tabbedContent .content img.media-element {
  height: auto;
  max-width: 100%;
}
.node-blog-post .content-meta {
  margin-bottom: 10px;
  color: #777;
}

.mainContentSection {
  padding-top: 15px;
  margin-bottom: 30px;
}
.mainContentSection h1#page-title {
  color: #333;
  font-size: 24px;
  margin: 0 15px 15px;
  padding: 0;
}
section h2 {
  color: #222;
  font-size: 18px;
  border-bottom: solid 2px #e2e5ea;
  padding-bottom: 10px;
  margin-top: 40px;
}
section h2:first-child {
  margin-top: 0px;
}
section h3 {
  color: #222;
  font-size: 16px;
  padding-bottom: 7px;
  border-bottom: solid 1px #eef0f5;
  margin-top: 32px;
}
section h4 {
  color: #222;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: solid 1px #f3f6ff;
  margin-top: 25px;
}
section h5 {
  color: #444;
  font-size: 13px;
  margin-top: 20px;
}
section h6 {
  color: #444;
  font-size: 12px;
  margin-top: 20px;
}

section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child,
section h2+h3,
section h3+h4,
section h4+h5,
section h5+h6 {
  margin-top: 0px;
}

.mainContentSection blockquote,
.mainContentSection .node .content blockquote {
  font-size: 110%;
  font-style: italic;
  padding: 0 20px;
  margin: 10px 0;
  position: relative;
  border: 0;
  color: #777;
  line-height: 1.4em;
}
.mainContentSection blockquote:before,
.mainContentSection .node .content blockquote:before {
  content: "“";
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 50px;
  line-height: 1em;
  color: #ccc;
  font-family: Arial;
}

.mainContentSection ul>li,
.mainContentSection ul ul ul>li,
.mainContentSection ul ul ul ul ul>li {
  list-style-type: disc;
}
.mainContentSection ul ul>li,
.mainContentSection ul ul ul ul>li,
.mainContentSection ul ul ul ul ul ul>li {
  list-style-type: circle;
}

.contentAutoscroll {
  width: 100%;
  max-height: 80vh;
  overflow: auto;
  border: solid 2px #ccc;
}
.contentAutoscroll table {
  max-width: 50000px;
}
.contentAutoscroll td,
.contentAutoscroll th {
  padding: 5px 5px;
}

/* homepage blocks highlights */
.front .view-display-id-block_1 {
  margin-top: -8px;
}
.front .view-display-id-block_1 a {
  text-decoration: none;
}
.front .view-display-id-block_1 h2 {
  border: 0px;
  color: #0065a2;
  padding-bottom: 0;
}
.front .view-display-id-block_1  a:hover h2 {
  text-decoration: underline;
}
.front .view-display-id-block_1 img {
  max-width: 100%;
  height: auto;
  border: solid 1px #e6e6e6;
}
.front .view-display-id-block_1>.view-header {
  float: left;
  width: 58%;
}
.front .view-display-id-block_1>.view-header h2 {
  font-size: 175%;
  line-height: 1.2em;
}
.front .view-display-id-block_1>.view-header .homepage-carousel-date {
  color: #777;
  font-size: 100%;
  margin-top: 0.8em;
}
.front .view-display-id-block_1>.view-header .homepage-carousel-teaser,
.front .view-display-id-block_1>.view-header .homepage-carousel-teaser a {
  color: #555;
  font-size: 105%;
  margin-top: 0.8em;
  line-height: 1.4em;
}
.front .view-display-id-block_1>.view-header .homepage-carousel-teaser {
  border-bottom: solid 4px #ddd;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.front .view-display-id-block_1>.view-header .homepage-carousel-teaser  a:hover {
  color: #0065a2;
}

.front .view-display-id-block_1>.view-content {
  float: right;
  width: 40%;
}
.front .view-display-id-block_1>.view-content img {
  float: right;
  width: 35%;
  max-width: 120px;
  margin-left: 10px;
  margin-bottom: 7px;
}
.front .view-display-id-block_1>.view-content h2 {
  font-size: 110%;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.front .view-display-id-block_1>.view-content .homepage-carousel-date {
  color: #777;
  font-size: 85%;
  margin-bottom: 0.5em;
}
.front .view-display-id-block_1>.view-content .homepage-carousel-teaser,
.front .view-display-id-block_1>.view-content .homepage-carousel-teaser a {
  color: #555;
  font-size: 98%;
  line-height: 1.4em;
}
.front .view-display-id-block_1>.view-content .homepage-carousel-teaser  a:hover {
  color: #0065a2;
}
.front .view-display-id-block_1>.view-content .homepage-carousel-teaser {
  border-bottom: solid 2px #ddd;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
}
.front .view-display-id-block_1>.view-content .homepage-carousel-teaser:after {
  clear: both;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
}
/* /homepage blocks highlights */

.region-content .mainPicture {
  float: right;
  width: 250px;
  max-width: 40%;
  background: #fff;
  border: solid 1px #e5e5e5;
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: -6px -5px 15px 3%;
  position: relative;
  z-index: 5;
}
.region-content .mainPicture figure {
  background: #e5e5e5;
}
.region-content .mainPicture figure .picContainer {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
}
.region-content .mainPicture figure .picContainer img {
  width: 100%;
  height: auto;
}
.region-content .mainPicture figure .picContainer .zoomIcon {
  display: none;
}
.region-content .mainPicture figure .picContainer.zoomable {
  cursor: pointer;
}
.region-content .mainPicture figure .picContainer.zoomable .zoomIcon {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 28px;
  height: 27px;
  background: url(../images/theme/sprite.png) no-repeat 0px -1350px;
}
.region-content .mainPicture figure figcaption {
  padding-bottom: 5px;
  text-align: center;
  background: #fff;
}
.region-content .mainPicture figure figcaption .legend {
  font-size: 11px;
  line-height: 12px;
  padding: 5px 6px 3px;
  color: #555;
  display: inline-block;
  text-align: left;
}
.region-content .mainPicture figure figcaption .copyright {
  font-size: 10px;
  line-height: 11px;
  padding: 3px 6px 0px;
  color: #999;
  display: block;
  text-align: right;
}
.region-content .mainPicture figure figcaption .copyright a {
  color: #999;
}

/* share this */
.region-content .shareThis {
  float: right;
  width: 40%;
  min-width: 185px;
  max-width: 230px;
  clear: right;
  padding: 0;
  margin: 0 -4px 10px 5%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.region-content .shareThis > a,
.region-content .shareThis > a.wtShareButton {
  width: 100%;
  box-sizing: border-box;
}

/* /share this */

.region-content .mainTeaser {
  background: #fff6ea;
  color: #333333;
  border: solid 1px #ecdac2;
  padding: 7px 12px 8px;
  margin: 0px -8px 15px;
}
.region-content .mainContent iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: solid 1px #e5e5e5;
}
.region-content .mainContent img,
.region-content .mainContent table img {
  max-width: 100%;
  height: auto !important;
}

.node .field-name-body {
  border-bottom: 0;
  margin-bottom: 40px;
}

.node .field-type-taxonomy-term-reference {
  background: #f3f3f3 url(../images/theme/bg_dashes.png);
  border: solid 1px #eee;
  font-size: 12px;
  float: left;
  width: 100%;
  padding: 5px 10px 10px;
  margin: 0 0 20px;
  border-radius: 3px;
}
.node .field-type-taxonomy-term-reference h3 {
  margin: 0 10px 0 0;
  border-bottom: 0px;
  padding: 0;
}
.node .field-type-taxonomy-term-reference .field-label {
  font-size: 12px;
  line-height: 18px;
}
.node .field-type-taxonomy-term-reference ul.links li {
  padding: 0 1.5em 0 0;
  list-style: none;
}
.node .field-type-taxonomy-term-reference .links {
  float: left;
  width: 90%;
}
.node .field-type-taxonomy-term-reference .links a {
  color: #074a8b;
}

#subscriptions-ui-node-form .collapsible,
#subscriptions-ui-node-form--2 .collapsible,
#subscriptions-ui-node-form--3 .collapsible,
#subscriptions-ui-node-form--4 .collapsible {
  padding: 5px 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #e3f5ff;
  margin-top: 5px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#subscribe {
  min-height: 35px;
  margin-top: 0;
}
#subscriptions-ui-node-form .collapsible legend {
  border: 0;
  margin-bottom: 10px;
  position: absolute;
  width: auto;
}
#subscriptions-ui-node-form tr.odd .form-item,
#subscriptions-ui-node-form tr.even .form-item {
  white-space: normal;
  line-height: inherit;
}

/* pillars */
.field-name-field-pilar-and-action-image {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  float: right;
  margin: -6px -5px 15px 10px;
  max-width: 40%;
  padding: 2px;
}
.field-name-field-pilar-and-action-image img {
  height: auto;
  max-width: 100%;
}

.view-action-content .item-list>ul {
  margin: 0 0 20px;
  padding: 0;
}
.view-action-content .item-list>ul>li {
  margin: 0;
  padding: 0 0 5px 15px;
  list-style: none;
  background: url("../images/theme/sprite.png") no-repeat 0 -591px;
}
.view-action-content .item-list>ul>li a {
  text-decoration: none;
}
.view-action-content .item-list>ul>li  a:hover {
  text-decoration: underline;
}
/* /pillars */

/* div accordion */
div#accordion {
  margin-top: 2em;
}
div#accordion h3 {
  cursor: pointer;
  color: #0065a2;
  clear: left;
}
div#accordion h3:before {
  content: " + ";
  border: solid 1px #ccc;
  border-radius: 5px;
  float: left;
  background: #eee;
  font-size: 10px;
  color: #333;
  font-weight: bold;
  padding: 0px 2px 2px;
  margin: 3px 7px 0 0;
}
/* /div accordion */

.meta.submitted {
  color: #999;
  margin-bottom: 10px;
}

/* newsroom page */
.field-name-field-newsroom-documents .field-items {
  padding: 0 0 15px 25px;
}
.field-name-field-newsroom-documents .field-items .field-item {
  display: list-item;
  list-style: disc;
}
.field-name-field-newsroom-item-contact-text,
.field-name-field-newsroom-item-main-link,
.group-recommended-reading {
  margin-bottom: 15px;
}
/* /newsroom page */

/* /content */

/* newsroom */
.block-nexteuropa-newsroom .itemFlag {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 8px;
  font-family: Arial;
  padding: 1px 3px;
  border-radius: 2px;
  margin-top: 2px;
  vertical-align: top;
  line-height: 10px;
}
.block-nexteuropa-newsroom .itemFlag.flagHot {
  background-color: #d71818;
}
#block-nexteuropa-newsroom-newsroom-admin-tools .panel-body {
  background: #e6f5fd;
  margin: -7px 3px;
}
#layout-body .mainContentSection .region > .block.block-nexteuropa-newsroom .panel-body {
  padding: 5px 3px 5px;
}
#layout-body .region.region-content-bottom>.block-nexteuropa-newsroom {
  background: #e6f5fd;
  border: solid 3px #fff;
}
.mainContentSection .block-nexteuropa-newsroom a {
  text-decoration: none;
}
.block-nexteuropa-newsroom .newsroom_item_container {
  border: solid 1px #bad6f0;
  border-radius: 5px;
  background: #fff;
  float: left;
  width: 49%;
  margin-bottom: 20px;
  clear: left;
  padding: 8px 9px 14px;
  min-height: 220px;
}
.block-nexteuropa-newsroom .newsroom_item_container:nth-child(even) {
  margin-left: 2%;
  clear: none;
}

.block-nexteuropa-newsroom .newsroom_item_container h3.newsroom_title,
.block-nexteuropa-newsroom .newsroom_item_container h3.newsroom_title a {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0;
  padding: 0;
}
.block-nexteuropa-newsroom .newsroom_item_container h3.newsroom_title {
  border-bottom: solid 2px #e2e5ea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.block-nexteuropa-newsroom .newsroom_item_container .view-content .views-row {
  font-size: 12px;
  margin: 0 0 12px;
  padding-left: 15px;
  line-height: 16px;
}
.block-nexteuropa-newsroom .newsroom_item_container .view-content .views-row .newsroom_title {
  background: url(../images/theme/sprite.png) no-repeat 0px -593px;
  margin-left: -15px;
  padding-left: 15px;
}
.block-nexteuropa-newsroom .newsroom_item_container .view-content .views-row .newsroom_item_metadata {
  color: #555;
  font-size: 11px;
  line-height: 14px;
  margin-top: 3px;
}
.block-nexteuropa-newsroom .newsroom_item_container .view-content .views-row .newsroom_type {
  font-size: 11px;
  font-style: italic;
  color: #999;
  margin-left: -12px;
}
.block-nexteuropa-newsroom .newsroom_item_container .newsroom_more {
  padding: 5px 0 5px;
  font-size: 12px;
  color: #074a8b;
  text-decoration: underline;
}
.block-nexteuropa-newsroom .newsroom_item_container .newsroom_more a {
  color: #074a8b;
  text-decoration: underline;
}
.block-nexteuropa-newsroom .newsroom_item_container .newsroom_more a em {
  font-style: normal;
}

.block-nexteuropa-newsroom .newsroom_item_container.highlighted {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  border-width: 3px;
  padding: 6px 7px 12px;
}

.block-nexteuropa-newsroom .newsroom_item_container .view-content .views-row.newItem .newsroom_title,
.block-nexteuropa-newsroom .newsroom_item_container .view-content .views-row.newItem .newsroom_title a {
  color: #a3620a;
}

.block-nexteuropa-newsroom .newsroom_item_container .view-content .views-row.newItem {
  background-position: 0 -392px;
}

.newsroom_rss {
  text-align: right;
  padding: 0;
  margin: 0 0 10px;
}
.newsroom_rss a.feed-icon {
  margin: 0 7px 0 0;
  padding: 0;
}

.block-nexteuropa-newsroom .newsroom_item_container.featured {
  clear: left;
  width: 62%;
  margin-left: 0;
}
.block-nexteuropa-newsroom .newsroom_item_container.agenda {
  width: 36%;
  margin-left: 2%;
  clear: none;
}
.newsroom-agenda-container .date-row,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row {
  position: relative;
  padding-left: 35px;
  border-bottom: solid 1px #e2e5ea;
  margin-bottom: 5px;
  min-height: 50px;
}
.newsroom-agenda-container .date-row .date-date,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-date {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 30px;
  text-align: center;
  color: #362f2d;
}
.newsroom-agenda-container .date-row .date-date .day,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-date .day {
  font-size: 18px;
  display: block;
}
.newsroom-agenda-container .date-row .date-date .month,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-date .month {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  line-height: 10px;
}
.newsroom-agenda-container .date-row .date-date .year,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-date .year {
  font-size: 10px;
  color: #777;
  display: block;
  line-height: 10px;
  letter-spacing: -1px;
}
.newsroom-agenda-container .date-row .date-events .views-row,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row {
  border-top: solid 1px #e2e5ea;
  padding: 3px 0 0 5px;
  margin-bottom: 6px;
}
.newsroom-agenda-container .date-row .date-events .views-row:first-child,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row:first-child {
  padding-top: 0;
  border-top: 0;
}
.newsroom-agenda-container .date-row .date-events .views-row .newsroom_type,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row .newsroom_type {
  margin-left: -5px;
}
.newsroom-agenda-container .date-row .date-events .views-row .newsroom_title,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row .newsroom_title {
  margin-left: 0;
  padding-left: 0;
  background: none;
  line-height: 14px;
}

/*### fix to display less ###*/

.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3812,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3826,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3827 {
  display: none;
}
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3812.starts,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3826.starts,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3827.starts,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3812.ends,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3826.ends,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3827.ends,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3812.single-day,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3826.single-day,
.block-nexteuropa-newsroom .newsroom_item_container.agenda .date-row .date-events .views-row.type-3827.single-day {
  display: block;
}

/*### fix to display less ###*/

.newsroom-featured-item {
  border-top: solid 1px #eee;
  border-bottom: solid 3px #ccc;
  margin-bottom: -10px;
  margin: 0 -13px 0 -13px;
  padding: 0 13px 20px 13px;
}
.newsroom-featured-item .newsroom-type a {
  color: #5797bd;
}
.newsroom-featured-item .newsroom-title {
  margin: 8px 0 10px;
}
.newsroom-featured-item .newsroom-title a {
  font-size: 170%;
  text-decoration: none;
}
.newsroom-featured-item .newsroom-image {
  overflow: hidden;
  max-height: 50vh;
  margin-bottom: 5px;
}
.newsroom-featured-item .newsroom-image img {
  width: 100%;
  height: auto;
}
.newsroom-featured-item .newsroom-date {
  margin: 10px 0 10px;
  color: #777777;
}
.newsroom-featured-item .newsroom-teaser {
  font-size: 110%;
  line-height: 1.5em;
}

/* /newsroom */

/* table of content*/
.tableOfContent {
  padding: 10px 10px 10px;
}
.tableOfContent>h3 {
  font-size: 16px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 2px #b9cdd7;
}
.tableOfContent>ul {
  padding: 0 0 15px;
  border-bottom: solid 2px #b9cdd7;
}
.mainContentSection .tableOfContent li,
.tableOfContent li {
  list-style: none;
  background: url(../images/theme/sprite.png) no-repeat 0 -791px;
  padding: 0 0 0 16px;
}
.tableOfContent li a {
  text-decoration: none;
  color: #0065b1;
}
.tableOfContent li  a:hover {
  text-decoration: underline;
}
/* /table of content*/

/* discussions */
.discussions_container {
  background: #e6f5fd;
  padding: 2px;
  margin: -7px 3px -4px;
  font-size: 12px;
}
.discussions_container>h2 {
  display: none;
}
.discussions_container .discussions_group {
  border: solid 1px #bad6f0;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 10px;
}
.discussions_container .discussions_group h3 {
  padding: 10px 0 19px 0;
  margin: 0 0 10px;
  border-bottom: solid 2px #e2e5ea;
  font-weight: bold;
  font-size: 13px;
}
.discussions_container .discussions_group h3 a {
  color: #333;
  text-decoration: none;
}
.discussions_container .discussions_group .discussion_teaser {
  margin: 0 0 10px;
  padding: 0;
  max-height: 2.95em;
  overflow: hidden;
  position: relative;
}
.discussions_container .discussions_group .discussion_teaser:after {
  content: "...";
  position: absolute;
  right: 0px;
  top: 1.5em;
  background: #fff;
  padding-left: 2px;
}
.discussions_container .discussion_item {
  border-bottom: solid 1px #e2e5ea;
  margin: 0 0 10px 15px;
  padding: 0 0 15px;
  line-height: 16px;
}
.discussions_container .discussions_group .discussion_teaser+.discussion_item {
  border-top: solid 1px #e2e5ea;
  padding-top: 10px;
}
.discussions_container .discussion_item .discussion_title {
  float: left;
  width: 64%;
  margin: 0 3% 0 -15px;
  padding: 0 0 0 15px;
  background: url(../images/theme/sprite.png) no-repeat 0px -592px;
}
.discussions_container .discussion_item.newItem .discussion_title {
  background-position: 0px -392px;
}
.discussions_container .discussion_item .discussion_title a {
  text-decoration: none;
  color: #0065a2;
}
.discussions_container .discussion_item .discussion_title  a:hover {
  text-decoration: underline;
}
.discussions_container .discussion_item.newItem .discussion_title a {
  color: #a3620a;
}
.discussions_container .discussion_item .discussion_title .itemFlag {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 8px;
  font-family: Arial;
  padding: 1px 3px;
  border-radius: 2px;
  margin-top: 2px;
  vertical-align: top;
  line-height: 10px;
}
.discussions_container .discussion_item .discussion_title .itemFlag.flagHot {
  background-color: #9e0039;
}
.discussions_container .discussion_item .discussion_title .itemFlag.flagEditorChoice {
  background-color: #406618;
}
.discussions_container .discussion_item .discussion_title .itemFlag.flagPopular {
  background-color: #72008f;
}
.discussions_container .discussion_item .discussion_title .itemFlag.flagNew {
  background-color: #fb0101;
}
.discussions_container .discussion_item .discussion_techInfo {
  float: left;
  width: 35%;
  font-size: 11px;
  color: #777;
}
.discussions_container .discussion_item .discussion_techInfo .discussion_created_user a {
  color: #074a8b;
  text-decoration: underline;
}
.discussions_container .discussion_item .discussion_techInfo .discussion_comments {
  color: #555;
}
.discussions_container .discussion_item .discussion_techInfo .discussion_comments .itemsCount {
  color: #000;
}
.discussions_container .discussion_item .discussion_techInfo .discussion_comments .newItemsCount {
  color: #a3620a;
  font-size: 10px;
}

.discussions_container .discussion_moreLink {
  padding: 5px 0 10px 5px;
}
.discussions_container .discussion_moreLink a {
  color: #074a8b;
}

/* /discussions */

/* blogs */
.page-blog-home h1 {
  padding-right: 100px !important;
}
.view-blog-home .communityTools {
  background: transparent;
  border: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
.view-blog-home .blogDescription {
  padding-bottom: 2em;
}

/*blogs filter*/
.view-blog-home .view-filters {
  background: #f0f0f0 url("../images/theme/bg_dashes.png") repeat scroll 0 0;
  padding: 5px 17px 30px;
  margin-bottom: 2em;
  position: relative;
}
.view-blog-home .view-filters:after {
  content: " ";
  background: url("../images/theme/filter_box_arrow.png") repeat scroll 50% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.view-blog-home .view-filters label {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}
.view-blog-home .view-filters .views-widget {
  display: inline-block;
  width: auto;
  margin-left: 1em;
}
.view-blog-home .views-exposed-form #edit-blog-tags-wrapper.views-exposed-widget {
  width: auto;
}
@media screen and (min-width:1110px) {
  .view-blog-home .view-filters .views-widget {
    width: 70%;
  }
  .view-blog-home .views-exposed-form #edit-blog-tags-wrapper.views-exposed-widget {
    width: 80%;
  }
}
.view-blog-home .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}
/*/blogs filter*/


/*blogs listing*/
.view-blog-home .blog_post_item {
  margin-bottom: 2em;
}
.view-blog-home .blog_author {
  min-height: 90px;
  width: 90px;
  padding: 2px;
  border: solid 1px #ececec;
  text-align: center;
  float: left;
}
.view-blog-home .authorPicture {
  position: relative;
  overflow: hidden;
  max-height: 105px;
}
.view-blog-home .authorName {
  font-size: 9px;
  line-height: 12px;
  padding: 5px 0 5px;
}
.view-blog-home .authorPicture img {
  width: 100%;
  height: auto;
}
.view-blog-home .internal_user .authorPicture:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: ".";
  overflow: hidden;
  text-indent: -3000px;
}
.view-blog-home .internal_user .authorPicture:after {
  width: 31px;
  height: 16px;
  background: url(../images/theme/blogFlagIntExt.png) no-repeat 0 0;
}

.view-blog-home .blog_title,
.view-blog-home .posted-comment,
.view-blog-home .blog_teaser {
  margin-left: 110px;
}
.view-blog-home .blog_title h3 {
  border: none;
  padding: 5px 0 5px;
  margin: 0;
}
.view-blog-home .blog_title a {
  text-decoration: none;
}
.view-blog-home .blog_title a:hover {
  text-decoration: underline;
}
.view-blog-home .comment-count,
.view-blog-home .post-date {
  font-size: 11px;
  color: #777777;
}
.view-blog-home .comment-count,
.view-blog-home .comment-count a {
  padding-left: 0.5em;
}
.view-blog-home .blog_teaser {
  padding: 5px 0 15px 20px;
  border-bottom: solid 1px #ececec;
}
/*/blogs listing*/

/*blog page*/
.node-type-blog-post .blogPublicationInfo {
  padding-left: 2em;
  color: #777;
  margin-top: -0.5em;
  padding-bottom: 1.3em;
}
.node-type-blog-post .node-blog-post.node-full.internal_user .blogPublicationInfo .submittedBy:after {
  content: " ";
  background: url(../images/theme/blogFlagIntExt.png) no-repeat 0 0;
  width: 30px;
  height: 15px;
  display: inline-block;
  margin-left: 0.5em;
}
.node-type-blog-post .blogPublicationInfo .submittedBy {
  padding-bottom: 0.7em;
}
.node-type-blog-post .blogPublicationInfo .submittedBy a {
  text-decoration: none;
  font-size: 130%;
}
.node-type-blog-post .blogPublicationInfo .submittedMore {
  padding-bottom: 0.7em;
}
.node-type-blog-post .blogPublicationInfo .submittedMore .submittedComments:before {
  content: " - ";
  padding: 0 0.5em;
}
.node-type-blog-post .authorInfo {
  padding: 0.5em;
  border-top: solid 1px #e9e9e9;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
}
.node-type-blog-post .authorInfo .user-picture {
  border: solid 1px #e9e9e9;
  background: #fff;
  padding: 2px;
  float: right;
  width: 80px;
}
.node-type-blog-post .authorInfo .user-picture img {
  width: 100%;
  height: auto;
}
.node-type-blog-post .authorInfo .publishedIn,
.node-type-blog-post .authorInfo .publishedBy,
.node-type-blog-post .authorInfo .publishedDesc {
  text-align: right;
  padding-right: 100px;
  color: #777777;
}
.node-type-blog-post .authorInfo .publishedIn {
  font-size: 10px;
  margin-bottom: 1.2em;
}
.node-type-blog-post .authorInfo .publishedIn a {
  font-size: 13px;
}
.node-type-blog-post .authorInfo .publishedBy {
  font-size: 10px;
  margin-bottom: 0.4em;
}
.node-type-blog-post .authorInfo .publishedBy a {
  font-size: 2em;
  text-decoration: none;
}
.node-type-blog-post .authorInfo .publishedBy a:hover {
  text-decoration: underline;
}
.node-type-blog-post .authorInfo .publishedDesc {
  font-size: 90%;
  padding-left: 1vw;
}
/*/blog page*/

/*blog action*/
.node-type-blog-post .blogBottomLinks {
  background: #f0f0f0 url("../images/theme/bg_dashes.png") repeat 0 0;
  border: solid 1px #ececec;
  margin-top: 2em;
  border-radius: 0 0 5px 5px;
  padding: 0;
}
.node-type-blog-post .blogBottomLinks:before {
  content: " ";
  background: url("../images/theme/block_cta_arrow.png") no-repeat 50% 0;
  display: block;
  width: 100%;
  height: 2em;
  margin: -1px 0 0;
}
.node-type-blog-post .blogBottomLinks .community-comments-subscription {
  border: 0;
  float: right;
  width: 49%;
  min-width: 200px;
  margin: 0 0 1em;
  padding: 0;
}
.node-type-blog-post .blogBottomLinks .addCommentButton {
  float: left;
  width: 49%;
  min-width: 200px;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
}
.node-type-blog-post .blogBottomLinks .addCommentButton a {
  display: inline-block;
  border: solid 1px #b9cdd7;
  border-radius: 30px;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.09);
  color: #0065b1 !important;
  font-size: 1.1em !important;
  text-decoration: none !important;
  padding: 6px 15px 6px;
  background: #ecf3f9;
  background: -moz-linear-gradient(top, #dae8f5 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae8f5), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #dae8f5 0%,#ffffff 100%);
}
.node-type-blog-post .blogBottomLinks .addCommentButton a:before {
  content: " ";
  background: url("../images/theme/add_comment_icon.png") no-repeat 0 0;
  display: inline-block;
  width: 2em;
  height: 25px;
  vertical-align: middle;
}

/*/blog action*/
/* /blogs */

/* blogs sidebarRight */
#sidebarRight .view-join-in-latest-posts {
  margin: 0 0 10px;
  padding: 0 10px 10px;
}
#sidebarRight .view-join-in-latest-posts .item-list ul {
  margin: 0;
}
#sidebarRight .view-join-in-latest-posts .item-list li {
  /*used on homepage*/
  list-style: none;
  padding: 0 0 10px 15px;
  margin: 0 0 5px;
  min-height: 58px;
  border-bottom: solid 1px #eee;
  line-height: 14px;
}
#sidebarRight .view-join-in-latest-posts .item-list li .views-field-picture a {
  float: right;
  border: solid 1px #ccc;
  margin: 0 0 0 10px;
}
#sidebarRight .view-join-in-latest-posts .item-list li .views-field-nothing a {
  background: url(../images/theme/sprite.png) no-repeat 0px -592px;
  margin-left: -15px;
  padding-left: 15px;
}
#sidebarRight .view-join-in-latest-posts .item-list li .views-field-nothing .blog-source a {
  background: none;
  margin: 2px 0 4px;
  padding: 0;
  font-style: italic;
  color: #999;
  font-size: 85%;
  display: block;
}

#sidebarRight .view-join-in-latest-posts .view-header .item-list li .views-field-nothing .views-field-picture a {
  background: none;
  padding: 0;
  margin: 0;
}
#sidebarRight .view-join-in-latest-posts .view-header .item-list li {
  border-bottom: solid 1px #ccc;
}
#sidebarRight .view-join-in-latest-posts .view-header .item-list li .views-field-nothing .blog-source a {
  color: #333;
}


#sidebarRight .view-blog-landing-page-most-commented {
  padding: 0 10px 10px;
}
#sidebarRight .view-blog-landing-page-most-commented .list-group li {
  padding: 0 0 10px 0 !important;
  margin-bottom: 10px;
  border-bottom: solid 1px #e2e5ea;
}
#sidebarRight .view-blog-landing-page-most-commented .list-group li .views-field-title {
  padding: 0 0 0 15px;
}
/* /blogs sidebarRight */


/* block latest comments */
#block-digital-agenda-general-dae-group-comments,
.community-latest-comments {
  background: #f4f7fb !important;
  border-color: #f4f7fb !important;
}

.community-latest-comments .list-group,
.view-community-latest-comments .list-group {
  margin: 0 10px 5px 10px !important;
}
.community-latest-comments .list-group li,
.view-community-latest-comments .list-group li {
  padding: 0 0 10px 20px !important;
  margin-bottom: 10px;
  border-bottom: solid 1px #e2e5ea;
  background: url("../images/theme/quote.png") no-repeat 0 0;
}
.community-latest-comments .list-group li a,
.view-community-latest-comments .list-group li a {
  padding: 0;
  margin: 0;
}

.community-latest-comments .list-group li a:hover,
.view-community-latest-comments .list-group li a:hover {
  color: #074a8a;
}

.community-latest-comments .views-field.views-field-subject a:first-letter,
.community-latest-comments .views-field.views-field-subject a::first-letter {
  text-transform: uppercase;
}

.community-latest-comments .list-group li .views-field-comment-body {
  font-style: italic;
  margin-top: 5px;
  margin-left: -20px;
  padding: 2px 0 7px;
  margin-left: -20px;
}
.community-latest-comments .list-group li .views-field-comment-body a {
  color: #333;
  margin-left: 20px;
}
.community-latest-comments .list-group li .views-field-title {
  font-size: 9px;
}
.community-latest-comments .list-group li .views-field-title a {
  color: #0065a2;
  font-size: 12px;
}
.community-latest-comments .list-group li .views-field-created {
  font-size: 11px;
  text-align: right;
  color: #777;
}

/* /block latest comments */


/* social/join box */
#block-boxes-social-media-box h2 {
  display: none;
}

.block-social-network-links .socialLinks4 {
  margin-top: -7px;
  border-top: 2px solid #e2e5ea;
}
.block-social-network-links .socialLinks4 .list-group-item {
  border: 0;
}

.socialLinks4 {
  display: block;
  padding: 10px 0 3px;
  margin: 0;
  background: #e6f5fd;
}
.socialLinks4 li {
  float: left;
  text-align: center;
  width: 25%;
  min-width: 54px;
  margin-bottom: 5px;
  list-style: none;
}
.socialLinks4 li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: -5000px;
  background: no-repeat 0 0;
}
.socialLinks4 li a.facebookLink {
  background-image: url(../images/social/facebook_4inarow.png);
}
.socialLinks4 li a.linkedinLink {
  background-image: url(../images/social/linkedin_4inarow.png);
}
.socialLinks4 li a.youtubeLink {
  background-image: url(../images/social/youtube_4inarow.png);
}
.socialLinks4 li a.pinterestLink {
  background-image: url(../images/social/pinterest_4inarow.png);
}
.socialLinks4 li a.twitterLink {
  background-image: url(../images/social/twitter_4inarow.png);
}

.block-social-network-links .socialLinks {
  margin-top: -7px;
  border-top: 2px solid #e2e5ea;
}
.block-social-network-links .socialLinks .list-group-item {
  border: 0;
}

.socialLinks {
  display: block;
  padding: 10px 0 3px;
  margin: 0;
}
.socialLinks li {
  float: left;
  text-align: center;
  width: 20%;
  min-width: 42px;
  margin-bottom: 5px;
  list-style: none;
}
.socialLinks li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -5000px;
  background: no-repeat 0 0;
}
.socialLinks li a.facebookLink {
  background-image: url(../images/social/facebook_5inarow.png);
}
.socialLinks li a.linkedinLink {
  background-image: url(../images/social/linkedin_5inarow.png);
}
.socialLinks li a.youtubeLink {
  background-image: url(../images/social/youtube_5inarow.png);
}
.socialLinks li a.pinterestLink {
  background-image: url(../images/social/pinterest_5inarow.png);
}
.socialLinks li a.twitterLink {
  background-image: url(../images/social/twitter_5inarow.png);
}


#block-boxes-social-media-box ul.quicktabs-tabs {
  background: #e6f5fd;
}

/*
  HTML to use :
  <div class="DAEJoinBlogButtons">
    <a href="/digital-agenda/en/join-digital-agenda-community/" class="joinButton" title="Discussions, Events, Newsletters"><span><span>Discussions, Events, Newsletters</span></span></a>
    <a href="/digital-agenda/blog_home/" class="blogButton" title="Digital Agenda Blog"><span>Digital Agenda Blog</span></a>
  </div>
*/

.DAEJoinBlogButtons {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 5px 0 0;
  border-bottom: solid 1px #eee;
  position: relative;
}
.DAEJoinBlogButtons .joinButton {
  display: block;
  margin: 0 58px 10px 10px;
  font-size: 11px;
  border-radius: 3px;
  overflow: hidden;
  border: solid 1px #eee;
  height: 38px;
  min-width: 115px;
  background: rgb(240,240,240);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
.DAEJoinBlogButtons .joinButton>span {
  border-radius: 2px;
  overflow: hidden;
  display: block;
  height: 38px;
  border: solid 1px #fff;
  background: url(../images/theme/join_button.png) no-repeat 6px 2px;
  padding: 0 0 0 38px;
  line-height: 38px;
}
.DAEJoinBlogButtons .joinButton>span>span {
  line-height: 1em;
  vertical-align: sub;
  display: inline-block;
}
.DAEJoinBlogButtons .blogButton {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  border: solid 1px #d4d5d5;
  height: 38px;
  width: 38px;
  margin: 0 10px 10px 0;
  position: absolute;
  top: 5px;
  right: 0px;
  background: rgb(240,240,240);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
.DAEJoinBlogButtons .blogButton>span {
  border-radius: 2px;
  overflow: hidden;
  display: block;
  height: 38px;
  border: solid 1px #fff;
  background: url(../images/theme/blog_button.png) no-repeat 50% 50%;
  text-indent: -500px;
}

@media(min-width: 500px) and (max-width: 805px) {
  .DAEJoinBlogButtons .blogButton {
    position: static;
    margin-left: 10px;
  }
  .DAEJoinBlogButtons .joinButton {
    margin-right: 10px;
  }
}

/* social/join box */

/* promoted links */
.promotedLinks ul,
.not-front .slide-wrapper ul {
  margin: 0;
  padding: 0;
}
.promotedLinks ul li,
.not-front .slide-wrapper ul li {
  margin: 0 -5px 5px;
  padding: 0 15px 15px;
  list-style: none;
  border-top: solid 3px #ced9e4;
  background: #eff5fa;
}
.promotedLinks ul li span.listVisual {
  float: right;
  margin: 10px 0px 10px 10px;
  border: solid 1px #e5e5e5;
  padding: 3px;
  background: #fff;
  width: 30%;
}
.promotedLinks ul li span.listVisual img {
  width: 100%;
  height: auto;
  float: left;
}
.promotedLinks ul li h2,
.promotedLinks ul li h2 a {
  color: #0065b1;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.promotedLinks ul li h2 {
  padding: 8px 0 8px;
  font-size: 16px;
}
.promotedLinks ul li span.teaser,
.promotedLinks ul li span.teaser a {
  color: #333;
  text-decoration: none;
  display: block;
}
.promotedLinks ul li span.teaser {
  padding-right: 34%;
  padding-bottom: 8px;
  font-size: 12px;
}
a.moreLink,
.promotedLinks ul li a.moreLink {
  color: #074a8b;
  font-size: 12px;
  text-decoration: underline;
  display: block;
  padding-right: 22%;
}

/* /promoted links */

.clear-form-button,
.btn.btn-info,
.btn.btn-default {
  border: solid 1px #b9cdd7;
  border-radius: 30px;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.09);
  color: #0065b1 !important;
  font-size: 1.1em !important;
  text-decoration: none !important;
  padding: 6px 12px 8px;
  background: #ecf3f9;
  background: -moz-linear-gradient(top, #dae8f5 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae8f5), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #dae8f5 0%,#ffffff 100%);
}
.clear-form-button:hover,
.btn.btn-info:hover,
.btn.btn-default:hover {
  color: #074a8a !important;
}

.btn-mini {
  font-size: 11px;
  display: inline-block;
  margin: 0 10px;
}

/* users */
.userProfile {
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 20px;
}

.userProfile .userSideInfo {
  float: right;
  max-width: 30%;
  border: solid 1px #eee;
  padding: 2px;
  margin: -10px 0 10px 15px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.09);
}
.userProfile .userSideInfo .userPicture img {
  max-width: 100%;
  height: auto;
  border-bottom: solid 1px #eee;
  margin-bottom: 2px;
}
.userProfile .userPicture:last-child img {
  border: 0;
  margin-bottom: 0;
}
.userProfile .userContactBtn .btn {
  margin: 10px 0;
  max-width: 90%;
  white-space: normal;
  border: solid 1px #b9cdd7;
  border-radius: 20px;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.09);
  color: #0065b1 !important;
  font-size: 100% !important;
  text-decoration: none !important;
  padding: 6px 12px 8px;
  background: #ecf3f9;
  background: -moz-linear-gradient(top, #dae8f5 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae8f5), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #dae8f5 0%,#ffffff 100%);
}

.userProfile .userDetails h3 {
  border: 0;
}
.userProfile .userDetails dl,
.userProfile .userDetails .field {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: solid 1px #f3f3f3;
}
.userProfile .userDetails .field.clearfix:after,
.userProfile .userDetails .field.clearfix:before {
  display: none;
}

.userProfile .userDetails dl dt,
.userProfile .userDetails .field .field-label {
  float: none;
  display: inline-block;
  min-width: 22%;
  vertical-align: top;
  padding-bottom: 5px;
}
.userProfile .userDetails dl dd,
.userProfile .userDetails .field .field-items,
.userProfile .userDetails .field .links {
  float: none;
  display: inline-block;
  padding-left: 5%;
  margin: 0;
}

.userProfile .userDetails .field .links li {
  padding: 0;
}
.userProfile .userDetails .field h3.field-label {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 5px;
  margin: 0;
  font-size: inherit;
  color: #555;
}

.view-group-content-per-user .item-list>h3,
.view-tab-user-comments .item-list>h3 {
  padding: 5px 0 7px 35px;
  background: url(../images/communities/medium_icon.png) no-repeat 0 0;
  border-bottom-width: 2px;
  margin-top: 15px;
}
.view-group-content-per-user .item-list>ul,
.view-tab-user-comments .item-list>ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.view-group-content-per-user .item-list>ul>li.views-row,
.view-tab-user-comments .item-list>ul>li.views-row {
  list-style: none;
  border-bottom: solid 1px #ddd;
  padding: 0 0 10px;
  margin: 0;
}
.view-group-content-per-user .item-list>ul>li.views-row .views-field-subject,
.view-tab-user-comments .item-list>ul>li.views-row .views-field-subject {
  font-size: 110%;
  padding: 0 0 7px;
  margin: 13px 0 2px;
  border-bottom: solid 1px #eef0f5;
}
.view-group-content-per-user .item-list>ul>li.views-row-first .views-field-subject,
.view-tab-user-comments .item-list>ul>li.views-row-first .views-field-subject {
  margin-top: 0px;
}
.view-group-content-per-user .item-list>ul>li.views-row .views-field-subject a,
.view-tab-user-comments .item-list>ul>li.views-row .views-field-subject a {
  text-decoration: none;
}
.view-group-content-per-user .item-list>ul>li.views-row .views-field-subject  a:hover,
.view-tab-user-comments .item-list>ul>li.views-row .views-field-subject  a:hover {
  text-decoration: underline;
}
.view-group-content-per-user .item-list>ul>li.views-row .views-field-subject a .itemDate,
.view-tab-user-comments .item-list>ul>li.views-row .views-field-subject a .itemDate {
  font-size: 80%;
  color: #777;
}
.view-group-content-per-user .item-list>ul>li.views-row .views-field-title,
.view-tab-user-comments .item-list>ul>li.views-row .views-field-title {
  padding: 4px 0 0 16px;
}

.og-kick-user-link {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.og-kick-user-link a {
  font-size: 0px;
  width: 20px;
  height: 18px;
  background: url(../images/communities/com_sprite.png) no-repeat -9px -135px;
  display: block;
}

.user-profile-page .view-group-content-per-user .item-list > ul {
  padding: 0 0 0 1.0em;
  margin: 0 0 1.2em;
}
.user-profile-page .view-group-content-per-user .item-list > ul > li.views-row {
  padding: 0;
}
.user-profile-page .view-group-content-per-user .item-list > ul > li.views-row:first-child {
  padding-top: 0;
}
.user-profile-page .view-group-content-per-user .item-list > ul > li.views-row a {
  text-decoration: none;
  display: block;
  padding: 0.8em 0 1.2em;
}
.user-profile-page .view-group-content-per-user .item-list > ul > li.views-row a:hover {
  text-decoration: underline;
}

/* /users */

/* country pages */
.country-page .tabbed0 .tabbedTab0 {
  background: #e6f5fd;
  margin: -7px 3px;
  padding: 7px 12px;
}
.country-page #block-system-main {
  margin: -7px -12px 15px!important;
  clear: both;
  padding-top: 7px;
  background: #fff !important;
}

.tabbed0 .tabbedTab0 .block-connect-country {
  float: left !important;
  width: 49% !important;
  margin: 0 0.5% 15px !important;
  border: solid 1px #bad6f0 !important;
  background: #fff !important;
  border-radius: 5px !important;
}
@media screen and (max-width: 800px) {
  .tabbed0 .tabbedTab0 .block-connect-country {
    width: 99% !important;
  }
}
.tabbed0 .tabbedTab0 .block-connect-country .link-wrapper {
  margin-top: 0.5em;
  padding-top: 0;
}
.tabbed0 .tabbedTab0 .block-connect-country .link-wrapper .links {
  margin-top: 0;
  padding-top: 0;
}
.tabbed0 .tabbedTab0 .block-connect-country:nth-child(2n+1) {
  clear: left;
}
.block-connect-country .mainPicture figure .picContainer.zoomable .zoomIcon {
  display: none;
}
.block-connect-country .node-readmore {
  font-size: 11px;
}
.block-connect-country .mainTeaser {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
}
.block-connect-country .node .field-name-body {
  margin-bottom: 0;
}

.block-connect-country .node-teaser .content {
  line-height: 18px;
}

#block-connect-country-business .panel-body .content,
#block-connect-country-broadband .panel-body .content {
  line-height: 14px;
  font-size: 11px;
  padding-left: 5%;
}

#block-connect-country-champion .digital_champion_name h2 {
  font-size: 110%;
  border-bottom-width: 1px;
  clear: none;
}

.tabbed0 .tabbedTab0 .block-connect-country h3 {
  font-size: 100%;
  border-bottom: 0;
  margin: 0;
  padding: 0 0 5px;
}
.block-connect-country h3 a {
  text-decoration: none;
}
.block-connect-country h3  a:hover {
  text-decoration: underline;
}
.block-connect-country .node-page+.node-page {
  border-top: solid 1px #eee;
  padding-top: 10px;
  margin-top: 10px;
}
.block-connect-country .node-page:last-child {
  padding-bottom: 10px;
}

.country-page .vocabulary-country .taxonomy-term-description {
  float: left;
  width: 60%;
  margin-bottom: 5px;
}
.country-page .vocabulary-country .field-name-field-flag {
  float: right;
  width: 38%;
  max-width: 225px;
  border: solid 1px #cecece;
  padding: 3px;
  margin-bottom: 10px;
}

#block-connect-country-scoreboard .mainPicture {
  float: none;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
#block-connect-country-scoreboard .mainPicture img {
  width: 100%;
}

.page-country .node-teaser {
  border-bottom: solid 1px #e2e5ea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page-country .node-teaser h2,
.page-country .node-teaser h2 a,
.page-country .node-teaser h3,
.page-country .node-teaser h3 a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border: 0;
}
.page-country .node-teaser h2,
.page-country .node-teaser h3 {
  margin-bottom: 5px;
}
.page-country .node-teaser .field-name-field-shared-teaser {
  font-size: 12px;
  padding: 5px 0 0 10px;
  line-height: 16px;
}
.page-country .node-teaser .field-name-field-shared-teaser p {
  margin: 0 0 5px;
  padding: 0;
}
.page-country .node-teaser .link-wrapper.right {
  width: auto;
  max-width: 100%;
  font-size: 11px;
  padding: 0;
}
.page-country .node-teaser .link-wrapper.right a {
  padding-left: 8px;
  background: url(../images/theme/sprite.png) no-repeat -5px -593px;
}
.page-country .node-teaser .link-wrapper.right li {
  padding: 0 0 0 10px;
}

.page-country .node-teaser .link-wrapper.right li.nodequeue-ajax-toggle {
  display: block;
}
.page-country .node-teaser .link-wrapper.right li.nodequeue-ajax-toggle a {
  color: #777;
}

/* fix */
#block-connect-country-scoreboard .meta,
#block-connect-country-champion .meta,
#block-connect-country-going .meta,
#block-connect-country-scoreboard h3,
#block-connect-country-champion h3,
#block-connect-country-going h3 {
  display: none;
}
/* /fix */

/* /country pages */

/* CTA's */
#layout-body .block.callToAction {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
  background: transparent;
  border-radius: 20px;
}
#layout-body .block.callToAction .boxes-box-controls ul {
  margin: 0;
}

.joinFollowDAE_CTA a,
.joinFollowDAE_CTA a.list-group-item:first-child {
  background: #0065a2 url(../images/CTAs/follow-discuss.jpg) no-repeat 50% -3px;
  height: 85px;
  overflow: hidden;
  font-weight: bold;
  color: #074a8b;
  line-height: 15px;
  border-radius: 18px;
  border: solid 2px #fff;
  padding: 0;
  display: block;
}
.joinFollowDAE_CTA a span {
  display: inline;
}
.joinFollowDAE_CTA a .small {
  font-size: 12px;
  font-weight: normal;
}
.joinFollowDAE_CTA a span.line1 {
  color: #fff;
  padding-top: 15px;
  font-size: 16px;
}
.joinFollowDAE_CTA  a:hover span.line1 {
  text-decoration: underline;
}
.joinFollowDAE_CTA a span.line2 {
  padding-top: 5px;
  font-size: 15px;
}
.joinFollowDAE_CTA a span.line1,
.joinFollowDAE_CTA a span.line2,
.joinFollowDAE_CTA a span.line2 .small {
  display: block;
  text-align: center;
}

.CTAjoinAGroup {
  background: #cbe1ef url(../images/CTAs/join_com_group_cbe1ef.png) no-repeat 12% 0;
  float: left;
  width: 100%;
  border-radius: 18px;
  border: 3px solid #fff;
}
.CTAjoinAGroup a,
.CTAjoinAGroup a.list-group-item {
  padding: 10px 10px 10px 30%;
  min-height: 80px;
  display: block;
  background: transparent;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.CTAjoinAGroup .textPart1,
.CTAjoinAGroup .textPart2 {
  color: 0065b1;
  font-size: 20px;
}
.CTAjoinAGroup .textPart1 {
  font-weight: bold;
}
.CTAjoinAGroup .textPart3 {
  color: #333;
  font-size: 12px;
  display: block;
  line-height: 14px;
}

.CTAnewsletter {
  background: #cbe1ef url(../images/CTAs/newsletter_cbe1ef.png) no-repeat 11% 0;
  padding: 2px 10px 10px 28%;
  min-height: 90px;
  float: none;
  width: 100%;
  border-radius: 18px;
  border: 3px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.CTAnewsletter .panel .panel-body {
  color: #333;
  line-height: 15px;
}
.CTAnewsletter .title {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 5px;
}
.CTAnewsletter .form-item,
.CTAnewsletter .form-actions {
  margin: 0;
}
.CTAnewsletter .inputMail {
  margin-bottom: 5px;
}
.CTAnewsletter .inputMail .form-control {
  padding: 3px;
  height: auto;
  font-size: 12px;
}
.CTAnewsletter .inputMail input {
  width: 100%;
  min-width: 50px;
}
.CTAnewsletter .inputSubscribe {
  float: left;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  border-radius: 50px;
}
.CTAnewsletter .inputSubscribe input {
  border-radius: 50px;
  border: solid 1px #b9cdd7;
  padding: 1px 8px 3px;
  color: #0065b1;
  font-size: 12px !important;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #ededed 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #ededed 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}
.CTAnewsletter .linkPreviousIssues {
  float: right;
}
.CTAnewsletter .linkPreviousIssues a,
.CTAnewsletter .linkPreviousIssues a.list-group-item {
  background: transparent;
  border: 0;
  margin: 0;
  border-radius: 0;
  display: inline;
  font-size: 11px;
  color: #074a8b;
  text-decoration: underline;
  padding: 0;
}

/* /CTA's */

/* getAppBadges */
.getAppBadges {
  display: block;
  margin: 10px auto;
  width: 80%;
  background: rgba(0,0,0,0.07);
  border-radius: 10px;
  padding: 10px 15px 10px;
}
.getAppBadges h3 {
  color: #333;
  border-bottom: solid 1px #ccc;
}
.getAppBadges ul {
  margin: 0;
  padding: 0;
}
.getAppBadges ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 33%;
  min-width: 134px;
  display: inline-block;
}
.getAppBadges ul li a {
  display: block;
  width: 129px;
  height: 45px;
  margin: 5px auto;
  overflow: hidden;
  text-indent: -5000px;
}
.getAppBadges ul li a.GooglePlay {
  background: url(../images/apps/google_play.png) no-repeat 0 0;
}
.getAppBadges ul li a.AppleStore {
  background: url(../images/apps/app_store.png) no-repeat 0 0;
}
.getAppBadges ul li a.WindowsPhoneStore {
  background: url(../images/apps/windows_phone_store.png) no-repeat 0 0;
}
@media(max-width: 499px) {
  .getAppBadges ul li {
    width: 100%;
  }
}
/* /getAppBadges */

/* form confirmation */
form.confirmation .form-submit {
  display: inline-block;
  border-radius: 50px;
  border: solid 1px #b9cdd7;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  padding: 5px 15px 8px 15px;
  margin-right: 15px !important;
  color: #0065a2;
  text-decoration: none;
  background: #dae8f5;
  background: -moz-linear-gradient(top, #dae8f5 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae8f5), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #dae8f5 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae8f5', endColorstr='#ffffff',GradientType=0 );
}
form.confirmation .form-submit:hover,
form.confirmation .form-submit:focus {
  background: #dbf4fc;
  background: -moz-linear-gradient(top, #dbf4fc 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbf4fc), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #dbf4fc 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #dbf4fc 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #dbf4fc 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #dbf4fc 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf4fc', endColorstr='#ffffff',GradientType=0 );
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
form.confirmation .form-actions {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
/* /form confirmation */

/* dateItemFormat */
.dateItemFormat {
  float: left;
  width: 14%;
  min-width: 30px;
  margin-right: 3%;
}
.dateItemFormat span {
  display: block;
  text-align: center;
}
.dateItemFormat .dateItemFormat_day {
  color: #362f2d;
  font-size: 18px;
}
.dateItemFormat .dateItemFormat_month {
  color: #362f2d;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 11px;
}
.dateItemFormat .dateItemFormat_year {
  color: #777;
  font-size: 10px;
  line-height: 11px;
  font-family: Arial;
}
/* /dateItemFormat */

/* rate widget */
.rate-widget.rate-widget-thumbs_up {
  float: right;
  clear: both;
  width: 120px;
  height: 30px;
  margin-bottom: 30px;
  padding: 5px;
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
  background-image: -ms-linear-gradient(top,#fff,#f2f2f2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
  background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
  background-image: -o-linear-gradient(top,#fff,#f2f2f2);
  background-image: linear-gradient(top,#fff,#f2f2f2);
}
.rate-widget .rate-button.rate-thumbs-up-btn-up {
  background: url(../images/communities/com_sprite.png) no-repeat -8px -319px;
  height: 18px;
  width: 120px;
  padding: 0 0 0 20px;
  display: block;
}
.rate-widget.rate-widget-thumbs_up .rate-description {
  left: 28px;
  position: absolute;
  top: 5px;
}
.rate-widget.rate-widget-thumbs_up .rate-info {
  left: 0px;
  position: absolute;
  top: 30px;
  line-height: 12px;
}
.rate-thumbs-up-btn-up {
  text-indent: 0px;
}

/* /rate widget */

/* TOC */
#toc-wrapper {
  padding: 3px 12px;
  border-top: 1px solid #e1ecf3;
  border-bottom: 2px solid #e1ecf3;
  border-radius: 0px;
  min-width: 61%;
  margin: 5px -12px 20px;
  background: #f2f6f9 url(../images/theme/bg_dashes.png);
  line-height: 1.2em;
}
#toc-wrapper>h3 {
  margin: 0px;
  padding: 10px 0px;
  color: #6a6a6a;
  border-bottom: 0px;
}
#toc-wrapper #toc {
  margin: 0;
  padding: 5px 0 5px 0;
  box-shadow: 0 0 0;
  background: transparent;
  border: 0 transparent;
  border-radius: 0;
}
#toc-wrapper #toc ul {
  margin: 0;
  padding: 5px 0 0 0;
}
#toc-wrapper #toc li {
  list-style: none;
  padding: 4px 0px 6px 4%;
  border-top: 1px dashed #e1ecf3;
}
#toc-wrapper #toc li a {
  text-decoration: none;
  color: #0086ba;
}
#toc-wrapper #toc li  a:hover {
  text-decoration: underline;
}
/* /TOC */

/* comments */
#comments {
  margin-top: 5em;
}
.comment-wrapper .indented {
  margin-left: 0px;
  padding-left: 3%;
  border-left: 3px solid #ddd;
}
.comment-wrapper .comment .attribution {
  float: left;
  width: 90px;
  margin-top: 20px;
  position: relative;
}
.comment-wrapper .indented .comment .attribution:before {
  content: "^";
  color: #ccc;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: -12px;
}
.comment-wrapper .comment .attribution .user-picture {
  float: left;
  border: solid #ddd 1px;
  padding: 2px;
}
.comment-wrapper .comment .attribution .user-picture a {
  max-height: 105px;
  overflow: hidden;
  float: left;
}
.comment-wrapper .comment .attribution .user-picture img {
  width: 80px;
}
.comment-wrapper .comment .attribution .submitted {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 0.6em;
}
.comment-wrapper .comment .attribution .submitted .commenter-name {
  line-height: 1em;
  padding: 0.3em 0 0.6em;
  display: block;
}
.comment-wrapper .comment .attribution .submitted .commenter-name a {
  text-decoration: none;
}
.comment-wrapper .comment .attribution .submitted .comment-time {
  color: #777;
  font-size: 85%;
  line-height: 1em;
}
.comment-wrapper .comment .comment-text {
  margin-left: 100px;
  padding: 10px 10px 0;
  border: solid #e9e9e9 1px;
  margin-top: 20px;
  border-radius: 0px 5px 5px 5px;
  position: relative;
}
.comment-wrapper .comment .comment-text .content {
  padding: 0 0 10px 3px;
}
.comment-wrapper .comment .comment-text h3 a {
  text-decoration: none;
}
.comment-wrapper .comment .comment-text .links.inline {
  display: block;
}
.comment-wrapper .comment .comment-text .comment-arrow {
  position: absolute;
  top: -6px;
  left: -7px;
  background: #fff url("../images/theme/quote.png") no-repeat 0px 0px;
  width: 23px;
  height: 21px;
  border-radius: 0 0 20px 0;
}
.comment-wrapper .comment .comment-text h3 {
  margin-top: 0;
  padding: 4px 0 15px 3px;
}
.comment-wrapper .comment .comment-text .label-info {
  position: absolute;
  top: -9px;
  left: 18px;
  background: #a3610a;
}

#comment-body-add-more-wrapper .form-item.form-type-textarea .form-textarea-wrapper .wysiwyg-toggle-wrapper {
  padding: 5px 0 0 10px;
}
#comment-body-add-more-wrapper .form-item.form-type-textarea .form-textarea-wrapper,
#comment-body-add-more-wrapper .filter-wrapper.form-wrapper {
  background: #f3f3f3;
  color: #777;
}
.comment-wrapper .form-item.form-type-item {
  float: left;
}
.comment-wrapper .report-container {
  opacity: 0.5;
  font-size: 85%;
}
.comment-wrapper .report-container:hover {
  opacity: 1;
}
.comment-wrapper .rate-widget.rate-widget-thumbs_up {
  clear: none;
}
.comment-wrapper .links.inline {
  float: right;
  margin-top: 0;
}
/* /comments */

/* highlights block */
.newsroom_highlights {
  padding: 0 10px 5px;
}
.newsroom_highlights .item {
  background: url("../images/theme/sprite.png") no-repeat scroll 0 -592px rgba(0, 0, 0, 0);
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 12px;
  padding-left: 15px;
}
.newsroom_highlights .item .date,
.newsroom_highlights .item .speaker {
  color: #777777;
  font-size: 11px;
  line-height: 14px;
}
/* /highlights block */

/* Our Actions bloc */
#our-actions .view-content ul,
#our-actions .view-content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#our-actions .view-content ul li {
  position: relative;
  float: left;
  width: 49%;
  padding: 5px 0 0 20px;
  margin-bottom: 10px;
  border-top: solid 1px #eee;
}
#our-actions .view-content ul li:nth-child(odd) {
  margin-right: 2%;
  clear: left;
}
#our-actions .view-content ul li a {
  text-decoration: none;
}
#our-actions .view-footer {
  float: right;
  width: 40%;
  padding: 7px 10px 10px;
  margin: 10px;
  color: #555;
  background: #eee;
  border: solid 1px #ccc;
}
#our-actions .view-footer .views-field-field-actions-status {
  position: relative;
  padding: 0 0 0 20px;
}

#our-actions .Completed,
#our-actions .On-track,
#our-actions .At-risk-of-delay,
#our-actions .Delayed {
  width: 15px;
  height: 18px;
  background: no-repeat 50% 50%;
  display: inline-block;
  overflow: hidden;
  text-indent: -5000px;
  position: absolute;
  top: 7px;
  left: 0px;
}
#our-actions .Completed {
  background-image: url(../images/content/target_tick.png);
}
#our-actions .On-track {
  background-image: url(../images/content/target_green.png);
}
#our-actions .At-risk-of-delay {
  background-image: url(../images/content/target_yellow.png);
}
#our-actions .Delayed {
  background-image: url(../images/content/target_red.png);
}

.tabbedTab>#our-actions {
  padding: 5px 12px 10px;
}
#our-actions .view-footer .Completed,
#our-actions .view-footer .On-track,
#our-actions .view-footer .At-risk-of-delay,
#our-actions .view-footer .Delayed {
  top: 1px;
}

.view-action-progress-report .view-content {
  padding: 0 10px 10px;
}
.view-action-progress-report .view-content .views-label-field-actions-status {
  display: none;
}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content {
  margin: 3px 0 3px;
  padding: 0 0 0 20px;
}
.view-action-progress-report .view-content .views-field-field-actions-contact {
  margin-top: 10px;
}
.view-action-progress-report .view-content .views-field-field-actions-contact a {
  text-decoration: underline;
}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content.On-track {
  background: url("../images/content/target_green.png") no-repeat 5px 7px;
}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content.Delayed {
  background: url("../images/content/target_red.png") no-repeat 5px 7px;
}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content.At-risk-of-delay {
  background: url("../images/content/target_yellow.png") no-repeat 5px 7px;
}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content.Completed {
  background: url("../images/content/target_tick.png") no-repeat 5px 3px;
}

/* /Our Actions bloc */

/* views-field-field-shared-chapter */
.panel .panel-body .views-field-field-shared-chapter ul.list-group {
  margin: 0 10px 10px;
}
.panel .panel-body .views-field-field-shared-chapter ul.list-group li {
  background: url("../images/theme/sprite.png") no-repeat -5px -593px;
  line-height: 14px;
  list-style: none;
  margin: 0;
  padding: 0 0 7px 11px;
}
/* /views-field-field-shared-chapter */

/* CORDIS tab */
#quicktabs-container-cordis_projects .view-projects>.view-content>.views-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e2e5ea;
}
#quicktabs-container-cordis_projects .attachment>.view-projects>.view-content>.views-row {
  border-bottom: 0;
}
#quicktabs-container-cordis_projects .views-row a h2:first-child {
  font-size: 14px;
  color: #0065a2;
  border-bottom: 0;
  padding-bottom: 0;
  margin-top: 20px;
}
/* /CORDIS tab */

/* CORDIS project list */
ul.cordis-project-list {
  margin: 0 0 20px;
  padding: 0;
}
ul.cordis-project-list li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}
ul.cordis-project-list li h3 {
  border-bottom: 1px solid #eef0f5;
  font-size: 110%;
  margin: 20px 0 5px;
  padding-bottom: 7px;
  line-height: 1.1;
}
ul.cordis-project-list li h3 a {
  text-decoration: none;
}
ul.cordis-project-list li h3  a:hover {
  text-decoration: underline;
}
ul.cordis-project-list li abbr {
  color: #222;
  font-style: italic;
  display: block;
}
ul.cordis-project-list li .more-link a {
  font-size: 85%;
  background: url("../images/theme/sprite.png") no-repeat scroll -5px -593px rgba(0, 0, 0, 0);
  padding-left: 10px;
  color: #0065a2 !important;
}
/* /CORDIS project list */

/* fancy box */
.fancybox-inner {
  border-radius: 5px;
  border: solid 5px #fff;
  background: #0a142e url(../images/theme/loading.gif) no-repeat 50% 50%;
}
.fancybox-inner .fancybox-image {
  background: #fff;
}
/* /fancy box */

/* identityBox */
/*Static Box that goes in sidebarRight to illustrate a section; it is visually connected to content*/
.identityBox {
  position: relative;
  z-index: 0;
  margin: 25px 0 25px -8.75% !important;
  border-radius: 0px 10px 10px 0 !important;
  background: #fff !important;
  filter: none !important;
  border: solid 1px #e9e9e9 !important;
  border-left: none !important;
  padding: 13px !important;
  box-shadow: none !important;
}
.identityBox img {
  width: 100%;
  height: auto;
}
.identityBox:before {
  content: ".";
  text-indent: -50px;
  width: 8px;
  height: 8px;
  background: url(../images/theme/connected_box_corners.png) no-repeat 0 0;
  position: absolute;
  top: -8px;
  left: 0;
  overflow: hidden;
}
.identityBox:after {
  content: ".";
  text-indent: -50px;
  width: 8px;
  height: 8px;
  background: url(../images/theme/connected_box_corners.png) no-repeat 0 -18px;
  position: absolute;
  bottom: -8px;
  left: 0;
  overflow: hidden;
  visibility: visible;
}
.identityBox p:last-child {
  margin: 0px !important;
  padding: 0px !important;
}

/* /identityBox */

/* glossary */
.glossaryLink {
  position: relative;
  white-space: nowrap;
  margin-right: 15px;
}
.glossaryLink:after {
  content: "";
  font-size: 70%;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: -13px;
  top: 0px;
  color: #b47a47;
}
.glossaryLink>span {
  display: none;
}
.glossaryLink:hover {
  z-index: 500;
}
.glossaryLink:hover>span {
  display: block;
  position: absolute;
  top: 30px;
  left: -10px;
  white-space: normal;
  background: #fbecde;
  border: solid 2px #b47a47;
  border-radius: 5px;
  padding: 10px 15px 15px;
  width: 250px;
  color: #333;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.glossaryLink:hover>span:before {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 23px;
  height: 10px;
  content: ".";
  text-indent: -50px;
  overflow: hidden;
  background: url(../images/theme/sprite.png) no-repeat 0px -1549px;
}

/* displayContentInPopup */
.displayContentInPopup.displayContentInPopupIsSet .thumbnailPreview {
  display: inline-block;
  cursor: pointer;
}
.displayContentInPopup.displayContentInPopupIsSet h5 {
  font-size: 100%;
  display: inline-block;
  text-decoration: underline;
  color: #0065a2;
  cursor: pointer;
  margin: 0 15px 0 0;
}
.displayContentInPopup.displayContentInPopupIsSet h5:hover {
  color: #003556;
}
.displayContentInPopup .thumbnailPreview,
.displayContentInPopup.displayContentInPopupIsSet .contentInPopup {
  display: none;
}
.displayContentInPopup_popbg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background: rgba(0,0,0,0.8);
  z-index: 5550;
}
.displayContentInPopup_pop {
  position: relative;
  z-index: 5;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  border: 5px solid #fff;
  border-radius: 5px;
  background: #fff;
}
.displayContentInPopup_pop>.contentInPopup>iframe {
  width: 100%;
  height: 75vh;
}
.displayContentInPopup_close {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.displayContentInPopup_close:after {
  position: fixed;
  top: 5px;
  right: 0px;
  cursor: pointer;
  height: 36px;
  width: 40px;
  z-index: 5;
  content: "";
  background: url(//ec.europa.eu/digital-agenda/sites/all/libraries/fancybox/fancybox_sprite.png) no-repeat 0 0;
}
/* /displayContentInPopup */

/* Better presentation of unpublished content */
.node-unpublished {
  margin: -10px;
  padding: 10px;
  background-color: #ffffff;
  border: dashed 1px #c00;
}
.node-unpublished:before {
  content: "this version is not published";
  color: #fff;
  background: #c00;
  display: inline-block;
  font-size: 85%;
  padding: 3px 7px 6px;
  margin: -10px 10px 10px -10px;
}
/* /Better presentation of unpublished content */
/*facetapi fix*/
.block-facetapi.panel .panel-body .item-list ul {
  margin: -10px 0 10px;
}
.block-facetapi.panel .panel-body .item-list ul li {
  font-weight: bold;
  padding: 5px 0 8px 30px;
  margin: 0 10px;
  position: relative;
}
.block-facetapi.panel .panel-body .item-list ul li:first-child {
  margin-top: 10px;
}
.block-facetapi.panel .panel-body .item-list ul li a.facetapi-active {
  margin: 7px 5px 9px -30px;
  padding: 2px 12px;
  overflow: hidden;
  background: #67c171 url(../images/facetCheck.png) no-repeat 4px 5px;
  border-color: #388a41;
  text-indent: -3000px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -4px;
  left: 30px;
  width: 20px;
}
.block-facetapi.panel .panel-body .item-list ul li a.facetapi-active:hover {
  background: #d9534f url(../images/facetCheck.png) no-repeat 4px -22px;
  border-color: #a02622;
}
.facetapi-limit-link {
  display: block;
  padding: 10px 0 15px;
  margin-top: 15px;
  text-decoration: underline;
  border-top: 1px solid #ddd;
}
.block-facetapi.panel .panel-body .item-list ul li a.facetapi-inactive {
  border-top: 1px solid #ececec;
  border-bottom: 0;
  font-weight: normal;
  display: block;
  min-height: 27px;
  padding: 10px 0 13px 10px;
  margin: 0 0 -13px -30px;
}
.block-facetapi.panel .panel-body .item-list ul li:first-child a.facetapi-inactive {
  border-top: 0;
  border-bottom: 0;
  margin-top: -10px;
}

/*/facetapi fix*/


/* Events */
/* Events listing */
.newsroomPage-filterForm #edit-button {
  clear: both;
  display: block;
}
.newsroomPage-filterForm #edit-end-date,
.newsroomPage-filterForm #edit-start-date {
  display: inline-block;
  clear: both !important;
  float: none !important;
}
.newsroomPage-filterForm .form-item input {
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
}
.no-result {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  color: #a02622;
}
.newsroomPage-filterForm,
.newsroomAgenda-filterForm {
  border-top: solid 5px #ced9e4;
  border-bottom: solid 1px #ced9e4;
  background: #eff5fa;
  padding: 10px 15px 12px;
  margin-bottom: 25px;
}
.newsroomAgenda-filterForm h3 {
  border-bottom: 0;
  padding-bottom: 0;
  color: #555;
}
.newsroomPage-filterForm .checkbox label.option,
.newsroomPage-filterForm label,
.newsroomAgenda-filterForm label {
  float: left;
  min-width: 80px;
  margin: 0 0 5px 10px;
  display: block;
  font-weight: bold;
  padding-left: 0;
}
.newsroomPage-filterForm .date-padding input,
.newsroomPage-filterForm select,
.newsroomAgenda-filterForm select {
  display: inline-block;
  width: 90%;
  max-width: 400px;
  margin: 0 0 5px 10px;
}
.newsroomAgenda-filterForm .form-submit {
  display: inline-block;
  margin: 0 0 5px 70px;
}

.newsroomAgenda-container .date-row {
  position: relative;
  min-height: 80px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.newsroomAgenda-container .date-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  text-align: center;
}
.newsroomAgenda-container .date-date .day {
  display: block;
  font-size: 250%;
  line-height: 1.0em;
}
.newsroomAgenda-container .date-date .month {
  display: block;
  font-size: 110%;
  letter-spacing: 0.15em;
}
.newsroomAgenda-container .date-date .year {
  display: block;
  font-size: 90%;
}
.newsroomAgenda-container .date-events {
  margin-left: 80px;
}
.newsroomAgenda-container .date-events .views-row {
  border-top: solid 1px #eee;
  padding-top: 10px;
  margin-bottom: 15px;
}
.newsroomAgenda-container .date-events .views-row:first-child {
  border-top: 0;
  padding-top: 0;
}
.newsroomAgenda-container .furtherDates {
  margin-top: 3em;
}
.newsroomAgenda-container .furtherDates .date-date {
  color: #999;
}
.block-nexteuropa-newsroom .newsroom_item_container.agenda .newsroom_type,
.newsroomAgenda-container .newsroom_type {
  color: #999;
  font-style: italic;
  padding-bottom: 3px;
  display: block;
  font-size: 85%;
}
.newsroomAgenda-container .newsroom_title {
  display: block;
  padding-bottom: 3px;
}
.newsroomAgenda-container .newsroom_title a {
  text-decoration: none;
}
.newsroomAgenda-container .newsroom_title a:hover {
  text-decoration: underline;
}
.newsroomAgenda-container .newsroom_item_metadata {
  display: block;
  padding: 0 0 0 2em;
}

.newsroomAgenda-container h3 {
  border-color: #ddd;
}

.agendaPagination {
  margin: 0px -12px;
  padding: 20px 12px;
  border-top: 3px solid #eee;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(5%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%);
  box-sizing: content-box;
  float: left;
  width: 100%;
  text-align: center;
}
.agendaPagination .agenda-next,
.agendaPagination .agenda-previous {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.agendaPagination .agenda-next a,
.agendaPagination .agenda-previous a {
  display: inline-block;
  width: 100px;
  border: solid 1px #eee;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
}
.agendaPagination .agenda-previous a {
  padding: 1px 8px 2px 26px;
  background: #fff url(../images/theme/sprite-pager.png) no-repeat 0 -245px;
}
.agendaPagination .agenda-next a {
  padding: 1px 26px 2px 8px;
  background: #fff url(../images/theme/sprite-pager.png) no-repeat 100% -294px;
}
.agendaPagination .date-form {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 15px;
}
.agendaPagination .date-form .form-item-current-date label {
  display: none;
}
.agendaPagination .date-form .container-inline-date > .form-item,
.agendaPagination .date-form .container-inline-date .form-item input {
  margin: 0;
  text-align: center;
}
.agendaPagination .date-form .container-inline-date .form-item input {
  text-align: center;
  color: #fff;
  background: #0065a2;
  cursor: pointer;
  border-radius: 10px;
}
/* /Events listing */

/* /Events */


/* Search page */
/*search form*/
.page-search .search-wrapper {
  background: #f0f0f0 url("../images/theme/bg_dashes.png") repeat scroll 0 0;
  padding: 15px 17px 30px;
  margin-bottom: 3em;
  position: relative;
}
.page-search .search-wrapper:after {
  content: " ";
  background: url("../images/theme/filter_box_arrow.png") repeat scroll 50% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.page-search .search-wrapper #edit-basic {
  display: block;
  width: 100%;
}
.page-search .search-wrapper .form-item-keys {
  width: 80%;
}
.page-search .search-wrapper .form-item-keys input {
  width: 100%;
  height: 36px;
}
.page-search .search-wrapper .form-submit {
  margin-left: -20px;
  position: relative;
  z-index: 2;
  padding: 6px 25px 8px;
}
.spelling-suggestions {
  padding: 0 0 0 2em;
}
.spelling-suggestions dt {
  display: inline-block;
}
.spelling-suggestions dt:after {
  content: ":";
  display: inline-block;
  padding: 0 0.5em;
}
.spelling-suggestions dd {
  display: inline-block;
}
/*/search form*/
.page-search h2 {
  margin: 0 15px;
}
.page-search strong {
  color: #333;
}
.page-search .search-results {
  margin: 1em 15px 4em 30px;
  padding: 0;
  max-width: 620px;
}
.page-search .search-result {
  margin: 3em 0;
}
.page-search .search-result h3 a {
  text-decoration: none;
}
.page-search .search-result h3 a:hover {
  text-decoration: underline;
}

.page-search .region-sidebar-right {
  padding-top: 60px;
}
/* /Search page */


/** TAMAS **/

/* listing newsroom */
.node-sticky {
  background: inherit;
  border: inherit;
  padding: inherit;
}

.page-newsroom .mainContentSection #block-system-main .view-content .views-row {
  border-bottom: solid 1px #eee !important;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 80%, #f9f9ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#ffffff), color-stop(100%,#f9f9ff));
  background: -webkit-linear-gradient(top, #ffffff 80%,#f9f9ff 100%);
  background: -o-linear-gradient(top, #ffffff 80%,#f9f9ff 100%);
  background: -ms-linear-gradient(top, #ffffff 80%,#f9f9ff 100%);
  background: linear-gradient(to bottom, #ffffff 80%,#f9f9ff 100%);
  padding: 0 20px 10px 27px;
  margin: 0 -12px;
}
.page-newsroom .mainContentSection #block-system-main .view-content .views-row:first-child {
  border-top: solid 1px #eee !important;
}

.page-newsroom .views-row .views-field-field-newsroom-item-short-title {
  font-size: 14px;
  margin: 3px 0 4px -10px;
}
.page-newsroom .views-row .views-field-field-newsroom-item-date {
  margin-bottom: 2px;
  font-size: 11px;
  color: #999999;
}
.page-newsroom .views-row .views-field-field-newsroom-item-venue {
  font-size: 11px;
  color: #704a21;
  line-height: 13px;
  font-style: italic;
  margin-bottom: 2px;
}
.page-newsroom .views-row .views-field-field-shared-teaser a {
  font-size: 11px;
  margin: -3px 0 5px;
  display: inline-block;
}
.page-newsroom .views-row .views-field-field-newsroom-item-type {
  font-size: 11px;
  margin: 5px 0 -3px -10px;
}
.page-newsroom .views-row .views-field-field-newsroom-item-type a {
  color: #5797bd;
}

/** Main image **/
.page-newsroom #pageCenter figure.newsroom-image {
  min-width: 90px;
  width: 20%;
}
#pageCenter figure.newsroom-image {
  float: right;
  width: 250px;
  /*max-width: 40%;*/
  background: #fff;
  border: solid 1px #e5e5e5;
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: -6px -5px 15px 3%;
  z-index: 5;
}
#pageCenter figure.newsroom-image .picContainer {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  display: block;
}
#pageCenter figure.newsroom-image .picContainer img {
  width: 100%;
  height: auto;
}
#pageCenter figure.newsroom-image .picContainer .zoomIcon {
  display: none;
}
#pageCenter figure.newsroom-image .picContainer.zoomable {
  cursor: pointer;
}
#pageCenter figure.newsroom-image .picContainer.zoomable .zoomIcon {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 28px;
  height: 27px;
  background: url(../images/theme/sprite.png) no-repeat 0px -1350px;
}
#pageCenter figure.newsroom-image figcaption {
  margin-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background: #fff;
}
#pageCenter figure.newsroom-image figcaption .legend {
  font-size: 11px;
  line-height: 12px;
  padding: 5px 6px 3px;
  color: #555;
  display: inline-block;
  text-align: left;
}
#pageCenter figure.newsroom-image figcaption .copyright {
  font-size: 10px;
  line-height: 11px;
  padding: 3px 6px 0px;
  color: #999;
  display: block;
  text-align: right;
}
#pageCenter figure.newsroom-image figcaption .copyright a {
  color: #999;
}
/** /Main image **/
.page-newsroom #pageCenter section #block-system-main {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.page-newsroom section a.feed-icon {
  float: right;
  padding: 0;
  margin: 10px 0 20px;
}
.page-newsroom .view-newsroom .view-footer {
  padding: 5px 0 8px;
}

/* /listing newsroom */

/* Newsroom item */
#pageCenter section .field-name-field-newsroom-item-quote-box {
  color: #444;
  padding: 7px 15px 12px 20px !important;
  position: relative;
  font-style: italic;
  float: right;
  width: 35%;
  margin: 0 0 10px 10px !important;
  clear: right;
  border-bottom: solid 2px #ddd !important;
  background: #f3f3f3 !important;
}
#pageCenter section .field-name-field-newsroom-item-quote-box:before {
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 30px;
  content: "“";
  font-family: Times;
  font-weight: bold;
  color: #999;
}

/* event detail specific page */
#pageCenter section .group-event-info {
  background: #f5f9fc;
  margin: 0 -12px 2em;
}
#pageCenter section .group-event-info .eventOrganiser {
  padding: 1.5em 17px 1.7em;
}
#pageCenter section .group-event-info .eventOrganiser .field-label {
  float: none;
  display: inline-block;
  font-weight: normal;
  color: #777;
  width: auto;
}
#pageCenter section .group-event-info .eventOrganiser .field-items {
  float: none;
  display: inline;
  color: #222;
}
#pageCenter section .group-event-info .eventDateVenue {
  border: solid 4px #bbd9ee;
  margin: 0 4px;
  background: #bbd9ee;
  background: -moz-linear-gradient(top, #99bcd4 0%, #bfdbef 33%);
  background: -webkit-linear-gradient(top, #99bcd4 0%,#bfdbef 33%);
  background: linear-gradient(to bottom, #99bcd4 0%,#bfdbef 33%);
}
#pageCenter section .group-event-info .eventDateVenue .field-label {
  display: none;
}
#pageCenter section .group-event-info .eventDateVenue .field-name-field-newsroom-item-date {
  float: left;
  width: 45%;
  box-sizing: border-box;
  text-align: center;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate {
  margin: 1.5em auto 0;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate .weekday {
  font-size: 85%;
  margin: 1px 0 3px;
  display: block;
  font-family: Arial, Helvetica;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate .monthday {
  font-size: 35px;
  margin: 3px 0 8px;
  display: block;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate .month {
  font-size: 16px;
  margin: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate .year {
  font-size: 12px;
  margin: 1px 0 7px;
  display: block;
  letter-spacing: 2px;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate .start-date {
  display: inline-block;
  min-width: 5em;
  width: 32%;
  border-radius: 5px;
  border: solid 1px #f8cf9c;
  background: #fff;
  color: #196d9e;
  border-top-width: 5px;
  vertical-align: middle;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate .end-date {
  display: inline-block;
  min-width: 5em;
  width: 32%;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  background: #f8fcff;
  color: #2082bb;
  border-top-width: 5px;
  vertical-align: middle;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate .start-date+.end-date {
  position: relative;
  margin-left: 9px;
  z-index: 5;
}
#pageCenter section .group-event-info .eventDateVenue .startEndDate .start-date+.end-date:before {
  position: absolute;
  left: -10px;
  top: 0px;
  vertical-align: middle;
  background: url(../images/theme/arrowEventDate.png) no-repeat 95% 50%;
  width: 18px;
  height: 5em;
  margin-left: -1px;
  content: " ";
}

.addtocal {
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  margin: 15px 0 1.5em;
  font-size: 11px;
  color: #074a8a;
  background: #cfe6f6;
  line-height: 2em;
  padding: 0 1em 2px;
  text-decoration: underline;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
}
#addtocal-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 690;
  max-width: 600px;
  background: #fff;
  padding: 1em 1em;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
  border-radius: 10px;
}
#addtocal-popup h3 {
  text-align: left;
  font-size: 150%;
  padding: 0.2em 0 1em;
  border-bottom-width: 2px;
}
#addtocal-popup #addtocal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(45deg);
  cursor: pointer;
}
#addtocal-popup #addtocal-close:before {
  content: "+";
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  width: 35px;
  height: 35px;
  background: #555;
  border-radius: 50px;
  border: solid 2px #fff;
  line-height: 25px;
  cursor: pointer;
}
#addtocal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 49;
  background: rgba(0,0,0,0.7);
}
.showAdd2Cal #addtocal-popup,
.showAdd2Cal #addtocal-background {
  display: block;
}

.region-content ul.addtocal_menu {
  padding: 0;
}
.region-content ul.addtocal_menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.addtocal_menu li a {
  display: inline-block;
  padding: 2em 0 0;
  margin: 0.5em 0.5em;
  width: 5.5em;
  height: 5.5em;
  max-height: 15vh;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #074a8b;
  border-radius: 1em;
  border: solid 4px #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 50%, #efefef 100%);
  background: -webkit-linear-gradient(top, #ffffff 50%,#efefef 100%);
  background: linear-gradient(to bottom, #ffffff 50%,#efefef 100%);
  text-decoration: none;
}

#pageCenter section .group-event-info .eventDateVenue .field-name-field-newsroom-item-venue {
  float: right;
  width: 55%;
  box-sizing: border-box;
  border-left: solid 4px #bbd9ee;
  padding: 2em 2em 2.5em 5em;
  background: #e8f4fc url(../images/theme/pinEventDate.png) no-repeat 1.2em 45%;
  color: #00507f;
  min-height: 7em;
}
#pageCenter section .group-event-info .eventDateVenue .maplink {
  float: right;
  width: 55%;
  box-sizing: border-box;
  border-left: solid 4px #bbd9ee;
  border-top: solid 2px #bbd9ee;
  padding: 0;
}
#pageCenter section .group-event-info .eventDateVenue .maplink a {
  background: #ccc url(../images/theme/mapEventDate.jpg) no-repeat 50% 50%;
  display: block;
  min-height: 7em;
  position: relative;
}
#pageCenter section .group-event-info .eventDateVenue .maplink a:before {
  content: " ";
  background: url(../images/theme/mapEventDateArr.png) no-repeat 48% -100px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#pageCenter section .group-event-info .eventDateVenue .maplink a:hover {
  background-image: url(../images/theme/mapEventDateHL.jpg);
}
#pageCenter section .group-event-info .eventDateVenue .maplink a:hover:before {
  background-position: 48% 70%;
}
#pageCenter section .group-event-info .eventDateVenue .maplink a span {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #fff;
  background: #0065a1;
  text-transform: lowercase;
  padding: 3px 15px 6px;
  text-decoration: underline;
}
#pageCenter section .groupEventConnect {
  background: #f5f9fc;
  margin: -2em -12px 2em;
  padding: 1.5em 17px 0.5em;
}
#pageCenter section .groupEventConnect .eventContact {
  display: inline-block;
  width: 65%;
  min-width: 250px;
  vertical-align: middle;
  margin-bottom: 1.5em;
}
#pageCenter section .groupEventConnect .eventContact .field-label {
  color: #777;
  display: inline-block;
  float: none;
  font-weight: normal;
  width: auto;
}
#pageCenter section .groupEventConnect .eventContact .field-items,
#pageCenter section .groupEventConnect .eventContact .field-items * {
  display: inline;
  float: none;
}
#pageCenter section .groupEventConnect .eventRegister {
  display: inline-block;
  width: 30%;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1.5em;
}
#pageCenter section .groupEventConnect .eventRegister a {
  display: inline-block;
  border-radius: 50px;
  font-size: 1.5em;
  text-decoration: none;
  color: #fff;
  padding: 0.5em 2em 0.7em;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
  background: #074a8b;
  background: -moz-linear-gradient(top, #074a8b 0%, #0064af 100%);
  background: -webkit-linear-gradient(top, #074a8b 0%,#0064af 100%);
  background: linear-gradient(to bottom, #074a8b 0%,#0064af 100%);
}

#pageCenter section .eventLists,
#pageCenter section .locationBlock {
  float: left;
  width: 100%;
  padding: 2em 0;
}
#pageCenter section .locationBlock {
  padding: 2em 12px;
  margin: 0 -12px 2em;
  width: calc(100% + 24px);
  border-bottom: solid 1px #e2e5ea;
}

@media screen and (min-width:1080px) {
  #pageCenter section .eventLists .eventList {
    float: left;
    width: 48%;
    box-sizing: border-box;
  }
  #pageCenter section .eventLists .eventList:nth-child(2n) {
    margin-left: 4%;
  }
}

#pageCenter section .eventLists .eventList .listLabel,
#pageCenter section .locationBlock .locationMapLabel {
  font-size: 1.4em;
  border-bottom: solid 2px #e2e5ea;
  padding: 0.7em 0;
}
#pageCenter section .eventLists .eventList .field-items {
  padding: 0;
}
#pageCenter section .eventLists .eventList .field-items .field-item {
  background: url("../images/spriteUtils.png") no-repeat -7px -1454px;
  display: block;
  padding: 0 0 0 15px;
}
#pageCenter section .eventLists .eventList .listItems {
  padding: 0.7em 0 2em;
}

#pageCenter section .locationBlock .locationMap {
  margin: 1em 0 0;
}
#pageCenter section .locationBlock .locationMap .leaflet-ui {
  max-height: 70vh;
}
#pageCenter section .locationBlock .locationMap #leaflet-disclaimer {
  background: #eee;
  padding: 0.5em 1em;
}
#pageCenter section .locationBlock .locationMapInfo {
  text-align: center;
  margin: 1em 0 0;
}
#pageCenter section .locationBlock .locationMapInfo .venue-bottom {
  font-style: italic;
  margin: 0 0 1em;
}

/* /event detail specific page */

/* newsletter subscription page */

.page-newsletters-list h2 {
  margin-top: 2em !important;
}
.page-newsletters-list h3 {
  border-bottom: solid 1px #ccc;
  margin-top: 2em !important;
}
.serviceItemContainer {
  margin: 1em 0 3em;
}
.serviceItemContainer .subscrNewsletterList {
  padding-left: 1em;
}
.serviceItemContainer .subscrNewsletterList .subscrNewsletterItem {
  border-bottom: solid 1px #eee;
  padding: 0 1em 1.5em;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f9fc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f5f9fc 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f5f9fc 100%);
}
.serviceItemContainer .subscrNewsletterList .subscrNewsletterItem h4 {
  font-size: 1.15em;
  padding: 1.5em 0 0.7em;
}
.serviceItemContainer .subscrNewsletterList .subscrNewsletterItem .image {
  float: right;
  width: 25%;
  max-width: 200px;
  margin-left: 1.2em;
  text-align: center;
  background: #fff;
}
.serviceItemContainer .subscrNewsletterList .subscrNewsletterItem .image .sample {
  padding-bottom: 0.5em;
  display: block;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.serviceItemContainer .subscrNewsletterList .subscrNewsletterItem .image img {
  width: 100%;
  height: auto;
  border: solid 1px #eee;
}
.serviceItemContainer .subscrNewsletterList .subscrNewsletterItem .form {
  padding-top: 0.7em;
}

/* /newsletter subscription page */

#pageCenter section .field-label-inline .field-label,
#pageCenter section .field-label-above .field-label {
  font-size: 100%;
  font-weight: bold;
  margin-right: 5px;
  color: #444;
}
#pageCenter section .field-label-inline .field-items,
#pageCenter section .field-label-above .field-items {
  margin-bottom: 10px;
}
#pageCenter section .field-label-inline .mainPicture .field-items,
#pageCenter section .field-label-above .mainPicture .field-items {
  margin-bottom: 0px;
}
#pageCenter section .field-name-field-newsroom-documents .field-item,
#pageCenter section .field-name-field-theme .field-item,
#pageCenter section .field-name-field-external-links .field-item {
  display: block;
  padding: 0 0 0 15px;
  background: url(../images/spriteUtils.png) no-repeat -7px -1454px;
}

#pageCenter section .view-id-newsroom_related_content .attachment-before ul,
#pageCenter section .view-id-newsroom_related_content .attachment-before ul li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}
#pageCenter section .view-id-newsroom_related_content .attachment-before ul li .field-content:before {
  content: "";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

#block-views-newsroom-related-content-block {
  margin-top: 15px;
}
#block-nexteuropa-newsroom-newsroom-related-content li,
.view-newsroom-related-content .view-content li {
  background: url("../images/spriteUtils.png") no-repeat scroll -7px -1454px rgba(0, 0, 0, 0);
  display: block;
  padding: 0 0 0 15px;
  margin: 0 0 3px;
}

/* /Newsroom item */

/** /TAMAS **/

/** NIKOLAY **/
#layout-body .region-tools > .block {
  box-shadow: none;
  border: none;
  background: none;
}
.tabs {
  clear: both;
  height: auto;
}
.region-tools ul {
  height: auto;
  clear: both;
  list-style-type: none;
}
.region-tools .utility-nav ul li {
  float: left;
}
#messages {
  height: auto;
  clear: both;
}
.programme-image {
  float: left;
  margin: 5px 10px;
}

.authorFirstName,
.authorLastName {
  display: block;
}
header .utility-nav .user-link a {
  font-weight: bold;
  border: none;
}
.content-updated {
  margin: 10px;
  clear: both;
  text-align: right;
}
.chosen-container {
  height: auto !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: 100% !important;
}

.views-exposed-form .views-exposed-widget .clear-form-button {
  margin-top: 1.6em;
}

.breadcrumb {
  display: inline;
  padding: 0 !important;
  background-color: transparent !important;
}
.success-text {
  color: #5cb85c;
  font-weight: bold;
}
.report-container a {
  background: rgba(0, 0, 0, 0) url("../images/communities/report_icon.png") no-repeat;
  color: #777 !important;
  display: inline-block;
  padding: 0 0 0 26px;
}
/** /NIKOLAY **/

/** fix scroll agenda newsroom blocks */
.front .block-nexteuropa-newsroom .newsroom_item_container.agenda,
.tabbedTab1 .block-nexteuropa-newsroom .newsroom_item_container.agenda,
.tabbedTab2 .block-nexteuropa-newsroom .newsroom_item_container.agenda,
.tabbedTab3 .block-nexteuropa-newsroom .newsroom_item_container.agenda {
  height: 35em;
  max-height: 80vh;
  overflow: auto;
}

/* Survey */
#banner .region > #block-digital-agenda-general-dae-survey,
#layout-body .region > #block-digital-agenda-general-dae-survey {
  margin: 0 7% 2em;
  border: solid 3px #fccb61;
  padding: 1.5em 1em 1em;
  text-align: center;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,249,224,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,249,224,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,249,224,1) 100%);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
#block-digital-agenda-general-dae-survey .srvQuestion {
  font-size: 17px;
  padding-bottom: 0.5em;
  line-height: 1.2em;
}
#block-digital-agenda-general-dae-survey .srvInfo {
  font-size: 13px;
  color: #9c5e04;
  padding-bottom: 1.5em;
  line-height: 1.3em;
}
#block-digital-agenda-general-dae-survey .survey-buttons a {
  border: solid 1px #fccb61;
  border-radius: 30px;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.09);
  color: #0065b1 !important;
  font-size: 1.2em !important;
  text-decoration: none !important;
  padding: 0.4em 1.5em 0.6em;
  margin: 0.5em 0.3em;
  background: #ffffff;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 100%);
}
#block-digital-agenda-general-dae-survey .survey-buttons a:hover,
#block-digital-agenda-general-dae-survey .survey-buttons a:focus {
  color: #074a8a !important;
  background: #ffffff;
}
/* /Survey */

/* --- RESPONSIVE PART (to keep at the end) --- */
@media(min-width: 500px) {
  #main-navigation ul.nav-pills li:hover>ul.dropdown-menu {
    display: block;
    background: #e9f2fa;
    border-radius: 0 0 5px 5px;
    left: -1px;
    border-top: 0px;
    padding: 5px 0 7px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    top: 40px;
  }
  #main-navigation.scrollFollowNav {
    filter: none;
  }
  #main-navigation ul.nav-pills li:hover>ul.dropdown-menu .dropdown-menu {
    display: none;
  }
  #main-navigation ul.nav-pills>li:hover:not(.first) {
    background: #e9f2fa;
    border-bottom: solid 1px #e9f2fa;
  }
  #main-navigation ul.nav-pills li.active-trail:hover {
    background: #0065a2;
  }
  #main-navigation ul.nav-pills li:hover>ul>li,
  #main-navigation ul.nav-pills li:hover>ul>li>a {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
    float: none;
  }
  #main-navigation ul.nav-pills li:hover>ul>li>a {
    padding: 0px 20px;
    font-size: 12px;
    line-height: 30px;
  }
  #main-navigation ul.nav-pills li.last:hover>ul.dropdown-menu {
    left: auto;
    right: -1px;
  }
  .container {
    width: auto;
  }
}

@media (max-width: 767px) {
  #main-logo #banner-flag {
    display: none;
  }
  #main-logo {
    width: 129px;
    height: 89px;
    background: url(../images/theme/eulogo_mini.png) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 10px;
  }
  #layout-header {
    background: #fff;
    height: auto;
  }
  #layout-header .container {
    padding: 0;
  }
  #layout-header nav.region-header-top {
    position: relative;
    display: block;
  }
  #layout-header #main-title {
    left: 0px;
    line-height: 16px;
    top: 40px;
    text-transform: uppercase;
    font-size: 18px !important;
    height: 20px;
    width: 100%;
    padding: 0 10px 0 0;
    position: absolute;
    margin: 0;
  }
  #layout-header #main-title span {
    position: absolute;
    left: 148px;
    bottom: 0px;
  }
  #layout-header #sub-title {
    background-color: #0065a2;
    color: #ffffff;
    position: static;
    padding: 5px 0 10px 148px;
    font-size: 13px !important;
    line-height: 13px;
  }
  #layout-header .headerBannerContainer {
    position: relative;
    padding-top: 64px;
  }

  header .region-header-top {
    padding: 0px 10px 0px;
  }
  .language-selector-close,
  .language-selector-open {
    position: relative;
    float: right;
    clear: right;
    padding: 0;
  }
  #layout-header .headerBannerContainer {
    margin-top: -15px;
  }
  #sidebarLeft .block.block-menu-block,
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  #sidebarLeft {
    margin-right: 1%;
  }
  #pageCenter {
    width: 52%;
  }
  #sidebarLeft .block.block-menu-block {
    padding-left: 5px;
    padding-right: 5px;
  }
  #sidebarLeft .block.block-menu-block .nav-pills li.active > a {
    margin: 0 -5px;
  }
  #sidebarLeft .block.block-menu-block .panel-heading {
    font-size: 13px;
  }

  .community-section .region-content-bottom>.panel,
  .block-nexteuropa-newsroom .newsroom_item_container.featured,
  .block-nexteuropa-newsroom .newsroom_item_container.agenda,
  .block-nexteuropa-newsroom .newsroom_item_container {
    width: 100%;
    min-height: 50px;
  }
  .block-nexteuropa-newsroom .newsroom_item_container.agenda,
  .block-nexteuropa-newsroom .newsroom_item_container:nth-child(even) {
    margin-left: 0px;
  }

  .identityBox {
    margin-left: -4.75% !important;
  }

  .front .view-display-id-block_1>.view-header,
  .front .view-display-id-block_1>.view-content {
    float: none;
    width: 100%;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  #layout-header #banner-flag {
    left: 20px;
  }
  #layout-header #main-title,
  #layout-header #sub-title {
    left: 210px;
  }

  .container {
    width: auto;
  }
  #block-menu-block-main-navigation ul li a {
    padding: 5px 12px 0;
  }
}

@media(min-width: 500px) and (max-width: 860px) {
  #main-navigation ul li a {
    padding: 5px 8px 0;
  }
  #main-navigation>.container {
    padding: 0;
  }

  .CTAjoinAGroup {
    background-position: 100% 0;
  }
  .CTAjoinAGroup a,
  .CTAjoinAGroup a.list-group-item {
    padding: 10px;
  }
  .CTAnewsletter {
    background-position: 100% 0;
    padding: 2px 10px 5px;
  }
}

@media(max-width: 860px) {
  body {
    font-size: 11px;
    line-height: 16px;
  }
  .shareThis {
    display: none;
  }
  .node .field-type-taxonomy-term-reference,
  .node .field-type-taxonomy-term-reference .field-label,
  #main-navigation ul.nav-pills li>ul>li>a,
  #main-navigation ul.nav-pills li:hover>ul>li>a,
  #tabbedContent .tabsList,
  .promotedLinks ul li span.teaser,
  .promotedLinks ul li a.moreLink,
  .language-selector-close,
  .language-selector-open {
    font-size: 11px;
  }

  section h2 {
    font-size: 14px;
  }
  section h3 {
    font-size: 13px;
  }

  .language-selector-close,
  .language-selector-open {
    top: 1px !important;
  }
}

@media(min-width: 500px) and (max-width: 595px) {
  body {
    overflow-x: auto;
    width: 595px;
  }
  .container {
    width: 595px;
  }
}

@media(max-width: 499px) {
  .hideWhenSmall {
    display: none;
  }
  .showWhenSmall {
    display: block;
  }
  body {
    background: #ebf6fc;
  }
  #main-logo {
    width: 86px;
    height: 59px;
    background: url(../images/theme/eulogo_micro.png) no-repeat 0 0;
    position: absolute;
    top: 22px;
    left: 10px;
  }
  #layout-header #main-title span {
    left: 105px;
  }
  #layout-header #sub-title {
    padding-left: 105px;
  }
  .layout {
    background: transparent;
  }

  /* main navigation */
  #main-navigation {
    background: #fff;
  }
  #main-navigation .container {
    padding: 0;
    margin: 0;
  }
  #main-navigation .panel-heading {
    display: block;
    margin: 0;
    padding: 0 0 0px 38px;
    border-radius: 0px;
    background: url(../images/theme/sprite.png) no-repeat 11px -1291px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 36px;
    cursor: pointer;
    background-color: #e5f0f6;
    color: #074a8a;
    -moz-transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  #main-navigation .showMenu .panel-heading {
    background-color: #074a8b;
    color: #fff;
  }
  #main-navigation .panel-body {
    margin: 0 -15px;
    display: none;
  }
  #main-navigation .showMenu .panel-body {
    display: block;
  }
  #main-navigation ul {
    margin: 0;
  }
  #main-navigation ul li {
    float: none;
    display: block;
    padding: 0 0 1px 5px;
    border-top: solid 1px #acc4d1;
  }
  #main-navigation ul li a {
    float: none;
    display: block;
    padding: 10px 15px 10px 10px;
    height: auto;
    border-right: 0;
    border-top: solid 1px #fff;
    margin: 0 0 0 -5px;
  }
  #main-navigation ul li.active {
    background: transparent;
  }
  #main-navigation ul li.active a {
    color: #0065a2;
  }
  #main-navigation ul li a .chunck-1,
  #main-navigation ul li a .chunck-2 {
    float: none;
    display: inline;
  }
  #main-navigation ul li ul.dropdown-menu {
    position: static;
    float: none;
    display: none;
    margin: 0;
    border-left: solid 2px #9fb7c3;
    margin-bottom: 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    font-size: 12px;
  }
  #main-navigation ul li.active-trail>ul.dropdown-menu {
    display: block;
  }
  #main-navigation ul li.active-trail {
    background: #d0e0f0;
  }
  #main-navigation ul li.active-trail>a {
    color: #252525;
    background: url("../images/theme/sprite.png") no-repeat 95% 15px;
  }
  #main-navigation ul li.active {
    background: #074a8a;
  }
  #main-navigation ul li.active>a {
    color: #fff;
    background: transparent;
  }

  /* search block */
  #main-navigation .menu_search_form {
    display: block;
    float: left;
    width: 100%;
  }
  #main-navigation .menu_search_form .form-item {
    padding-right: 44px;
    float: left;
  }
  #main-navigation .menu_search_form .input-group-btn {
    right: 5px;
    top: 4px;
  }
  #main-navigation .menu_search_form .input-group-btn input {
    border-radius: 0 5px 5px 0;
  }
  #main-navigation .menu_search_form .form-item input {
    border-radius: 5px 0 0 5px;
  }
  #main-navigation ul li a .glyphicon-home {
    top: 0px;
  }
  .menu-name-main-menu .glyphicon-home {
    margin-top: 0px;
  }
  span.glyphicon {
    padding-right: 3px;
  }
  /* /search block */
  /* /main navigation */

  #sidebarRight #block-search-form {
    display: none;
  }
  #pageCenter,
  .layout-noleft #pageCenter,
  .layout-noright #pageCenter,
  #sidebarRight,
  #sidebarLeft {
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }

  .comment-wrapper .comment .attribution {
    width: 100%;
    float: none;
  }
  .comment-wrapper .comment .attribution:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .comment-wrapper .comment .attribution .user-picture {
    margin-right: 10px;
  }
  .comment-wrapper .comment .attribution .user-picture img {
    width: 40px;
  }
  .comment-wrapper .comment .comment-text {
    margin-left: 0px;
  }
  .identityBox {
    display: none;
  }
}

@media(max-width: 320px) {
  body {
    overflow-x: auto;
    width: 320px;
  }
}

/* --- /RESPONSIVE PART (to keep at the end) --- */

/** Go to market : /go-to-market-support **/
.g2m-item-list-wrapper {
  border-top: solid 2px #ececec;
  margin-top: 15px;
  padding-top: 15px;
}
.g2m-item-list-wrapper .g2m-item-list {
  padding: 0px 1.2em 10px;
}
#tabbedContent #block-system-main .g2m-item-list-wrapper .g2m-item-list li.views-row,
.g2m-item-list-wrapper .g2m-item-list li {
  display: block;
  padding: 0 0 15px 1.2em;
  margin: 0 0 2.5em;
  border-bottom: solid 1px #dcdcdc;
  float: left;
  width: 100%;
}
#tabbedContent #block-system-main .g2m-item-list-wrapper .g2m-item-list li h3 {
  margin-left: -1.2em;
}
.g2m-item-list-wrapper .g2m-item-list .views-field-g2m-description {
  padding-bottom: 10px;
}
.g2m-item-list-wrapper .g2m-item-list .views-field-g2m-country,
.g2m-item-list-wrapper .g2m-item-list .views-field-g2m-support-types {
  font-size: 85%;
  margin-top: 10px;
  padding-left: 25px;
}
.g2m-item-list-wrapper .g2m-item-list .views-field-g2m-country .views-label-g2m-country,
.g2m-item-list-wrapper .g2m-item-list .views-field-g2m-support-types .views-label-g2m-support-types {
  color: #888;
  margin-left: -15px;
}
.g2m-item-list-wrapper .g2m-item-list .views-field-g2m-links {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0px;
}
.g2m-item-list-wrapper .g2m-item-list .views-field-g2m-links a {
  border-radius: 5px;
  color: #fff;
  background: #0065a2;
  display: inline-block;
  text-align: center;
  min-width: 40%;
  padding: 5px 10px 7px;
  clear: both;
  margin: 1em 0;
  float: left;
}

.views-field-g2m-description .field-content .readmoreExpander {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 3em;
  color: #0065a2;
  text-decoration: underline;
  cursor: pointer;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
}

@media screen and (min-width:1000px) {
  .g2m-item-list-wrapper .g2m-item-list .views-field-g2m-description {
    width: 50%;
    float: left;
    margin-right: 5%;
  }
  .g2m-item-list-wrapper .g2m-item-list .views-field-g2m-country,
  .g2m-item-list-wrapper .g2m-item-list .views-field-g2m-support-types {
    width: 43%;
    float: left;
  }
}


.view-go-to-market-initiatives-2 .view-filters {
  margin: 2em 0 10px;
  padding: 0px 10px 10px;
  background: #f4f7fb;
}
.view-go-to-market-initiatives-2 .view-filters .views-exposed-widget {
  margin: 5px 2%;
}
.view-go-to-market-initiatives-2 .view-filters .views-submit-button {
  clear: left;
}
.view-go-to-market-initiatives-2 .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0.6em;
}
/** END: Go to market : /go-to-market-support **/

/** START: SC6 **/

.view-sc6-projects .view-filters {
  margin: 2em 0 10px;
  padding: 0px 10px 10px;
  background: #f4f7fb;
}

.region-content .field-name-field-sc6p-logo {
  float: right;
  width: 250px;
  max-width: 40%;
  background: #fff;
  border: solid 1px #e5e5e5;
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: -6px -5px 15px 3%;
  position: relative;
  z-index: 5;
}
.region-content .field-name-field-sc6p-logo figure {
  background: #e5e5e5;
}

/** END: SC6 **/

/** Start: Innovators **/
.innovatorCountry {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.node-innovator .field-name-field-innovator-image {
  float: right;
  width: 250px;
  max-width: 40%;
  background: #fff;
  border: solid 1px #e5e5e5;
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  margin: -6px -5px 15px 3%;
  position: relative;
  z-index: 5;
  clear: right;
}

.node-innovator .form-item label {
  display: none;
}

.node-innovator .rate-widget.rate-widget-thumbs_up {
  float: none;
  clear: none;
  margin-top: 20px;
  margin-right: 20px;
}

.groupDetailsFloating {
  border: solid 2px #eee;
  clear: right;
  background: #fff;
  padding: 10px 15px;
  margin: 15px -8px;
  position: relative;
  border-radius: 30px 0 0;
}

.groupDetailsFloating:before {
  content: " ";
  background: #fff url(/digital-agenda/sites/digital-agenda/files/societal_challenges_icons.png) no-repeat 12px 6px;
  background-size: 170px;
  position: absolute;
  top: -5px;
  left: -8px;
  width: 45px;
  height: 45px;
  border: solid 2px #eee;
  border-radius: 100px;
}
.groupDetailsFloating h3 {
  padding-left: 32px;
}

@media (min-width: 800px) {
  .groupDetailsFloating {
    float: right;
    width: 250px;
    max-width: 40%;
    clear: right;
    margin-left: 10px;
    margin-right: -5px;
  }
}
/** End: Innovators **/
