
/* RES Custom Styles */

@import url('https://fonts.googleapis.com/css?family=Krona+One|Open+Sans:300,300i,400,400i,700,700i');

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  background: white;
}

a {
  color: #006997;
  text-decoration: none;
  transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
}

a, p, h1, h2, h3, h4, li, div {
  word-break: break-word;
}

a:hover, a:focus {
  color: #0080b7;
  text-decoration: none;
  outline: none;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 300;
  color: #006997;
  text-transform: uppercase;
  font-family: 'Krona One', sans-serif;
  
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a,
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover,
h1 a:focus, .h1 a:focus, h2 a:focus, .h2 a:focus, h3 a:focus, .h3 a:focus {
  color: #006997;
  text-decoration: none;
  outline: none;
}

h3 {
  font-size: 1.6em;
}

h4 {
  margin-top: 0;
}

ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 1em;
}

aside.col-sm-3 {
  padding-left: 0;
  padding-right: 1em;
}

button:hover, button:focus {
  outline: none !important;
}

div.ppi4hpc-outer-container {
  width: 100%;
  margin: 0;
  padding: 0 20px 0 20px;
  background: rgba(255, 255, 255, 0.85);
}

div.grey-outer-container {
  padding-top: 1em;
  background-image: url('/drupal-website/sites/default/files/public/background_cubes.png');
}

#ppi4hpc-main-content {
  padding: 20px;
  background: white;
}

.page-front-page #ppi4hpc-main-content {
  padding: 0;
  background: none;
}

#navbar {
  width: 100%;
  margin: auto;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
	padding-bottom: 15px;
}

#navbar .navbar-collapse {
  padding: 0;
}

.ppi4hpc-outer-container .sf-main-menu {
  float: right;
  margin-top: 6em;
  margin-right: -15px;
}

.ppi4hpc-outer-container .sf-main-menu > li > a {
  background: none;
  color: #006997;
  font-size: 0.9em;
  padding: 10px 15px;
  font-family: 'Krona One', sans-serif;
  text-transform: uppercase;
}

.ppi4hpc-outer-container .sf-main-menu > li > a:hover,
.ppi4hpc-outer-container .sf-main-menu > li.sfHover > a {
  background: #006997; /* #0080b7; */
  color: white;
}

.ppi4hpc-outer-container .sf-main-menu > li.sfHover li.sfHover > a {
  background: #006997; /* #0080b7; */
  color: white;
}

.ppi4hpc-outer-container .sf-main-menu > li li a {
  background: none;
  color: #006997;
  font-size: 1em;
  padding: 10px 15px;
}

.ppi4hpc-outer-container .sf-main-menu > li li a:hover {
  background: #006997;
  color: white;
}

.sf-sub-indicator {
  display: none !important;
}

.no-padding {
  padding: 0;
}

.breadcrumb {
  border-radius: 0;
  background: none;
  margin-left: -15px;
  width: calc( 100% + 30px );
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.5em;
  margin-top: -0.5em;
}

.breadcrumb > li {
  display: inline;
}

.nav-tabs {
  margin-bottom: 20px;
}

#block-system-navigation {
  border-left: 5px solid #dedede;
  background: #eaeaea;
  margin-left: -15px;
  width: calc( 100% + 30px );
  padding: 1em;
  margin-bottom: 1em;
}

#block-system-navigation .block-title {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  font-size: 1em;
  color: #a2a2a2;
}

#block-system-navigation .nav {
  display: inline-block;
}

#block-system-navigation .nav > li {
  display: inline-block;
}

#block-system-navigation .nav > li > a {
  padding: 0 10px 0 0;
}

#block-system-navigation .nav > li > a:hover,
#block-system-navigation .nav > li > a:focus {
  background: none;
}


/* FlexSlider Styles */

.flexslider {
  border: none;
  margin: 0;
	background: none;
	text-align: center;
	padding: 120px 0;
}

.flex-direction-nav .flex-prev {
  background: url('/drupal-website/sites/default/files/public/previous-icon-thin.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  left: -30px;
}

.flex-direction-nav .flex-next {
  background: url('/drupal-website/sites/default/files/public/next-icon-thin.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  right: -30px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: -30px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: -30px;
}

.flex-direction-nav a:before {
  display: none;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block;
  opacity: 1;
}

.flex-control-nav {
  display: none;
}

/* Custom Slides */

.ppi4hpc-slide {
  position: relative;
}

.ppi4hpc-slide-block {
  position: absolute;
  bottom: 1em;
  background: none;
  padding: 0;
  font-size: 2em;
  width: 100%;
  max-width: 500px;
  color: white;
  font-weight: 300;
  margin-left: 1em;
}

.ppi4hpc-slide-block .slide-title {
  padding: 0.25em 0.5em;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
}

.ppi4hpc-slide-block .slide-title div {
  position: relative;
  z-index: 3;
  line-height: normal;
}

.ppi4hpc-slide-block .slide-title:after {
  content: '';
  position: absolute;
  width: 1100%; height: 1100%;
  bottom: 0; right: -500%;
  background: #006997;
  transform-origin: 54% 100%;
  transform: rotate(-45deg);
  z-index: 0;
}

.ppi4hpc-slide-block .slide-description {
  padding: 0.25em 0.5em;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
}

.ppi4hpc-slide-block .slide-description div {
  position: relative;
  z-index: 3;
  line-height: normal;
  color: #006997;
  font-size: 0.65em;
}

.ppi4hpc-slide-block .slide-description:after {
  content: '';
  position: absolute;
  width: 1100%; height: 1100%;
  bottom: 0; right: -500%;
  background: white;
  transform-origin: 54% 100%;
  transform: rotate(-45deg);
  z-index: 0;
}

/*
.ppi4hpc-slide-block .slide-title:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 50%;
  left: 0px;
  top: 0px;
  background: #1F67B2;
  transform: skewX(-35deg);
  transform-origin: left bottom;
  z-index: -1;
}
.ppi4hpc-slide-block .slide-title:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 50%;
  left: 0px;
  bottom: 0px;
  background: #1F67B2;
  transform: skewX(35deg);
  transform-origin: right top;
  z-index: -1;
}
*/

.ppi4hpc-slide a.ppi4hpc-button {
  font-size: 0.6em;
  float: right;
  background: none;
  border: 1px solid white;
}

.ppi4hpc-slide a.ppi4hpc-button:hover {
  color: #006997;
  background: white;
}

.ppi4hpc-service-slide {
  background: #006997;
  color: white;
  padding: 1em;
  text-align: center;
  margin-right: 1em;
}

.ppi4hpc-service-slide .title {
  font-size: 1.5em;
  margin-bottom: 0.75em;
  min-height: 70px;
}

.ppi4hpc-service-slide a.ppi4hpc-button {
  font-size: 1.1em;
  border: 1px solid white;
}

.ppi4hpc-service-slide a.ppi4hpc-button:hover {
  background: white;
  color: #006997;
}

.ppi4hpc-client-slide {
  margin-right: 1em;
}

/* Custom Block Styles */

.ppi4hpc-block {
  background: #eeeeee;
  padding: 1em;
  font-size: 1.1em;
  color: black;
}

.ppi4hpc-block-container {
  background: #eeeeee;
}

.highlight-block {
  color: #006997;
  font-size: 1.1em;
  text-align: center;
  padding: 1em;
  border: 1px solid #006997;
  font-weight: 500;
}

article.node .highlight-block {
  margin-bottom: 1em;
}

article.node ul li,
.ppi4hpc-block ul li {
  background: url('/drupal-website/sites/default/files/public/bullet.png') no-repeat left 7px;
  padding-left: 1.5em;
}

article.node ul li.grey,
.ppi4hpc-block ul li.grey,
article.node ul li.grey ul li,
.ppi4hpc-block ul li.grey ul li {
  background: url('/drupal-website/sites/default/files/public/bullet-grey.png') no-repeat left 7px;
  padding-left: 1.5em;
}

.ppi4hpc-block .ppi4hpc-button {
  float: right;
  padding-right: 2em;
  padding-left: 2em;
}

.ppi4hpc-block.contact-block {
  font-size: 1.1em;
  text-align: center;
  margin-top: 15px;
}

.ppi4hpc-block.contact-block h2 {
  margin-top: 0;
  font-size: 1.81em;
}

.ppi4hpc-block.contact-block .ppi4hpc-button {
  float: none;
  margin-bottom: 0.5em;
}

.ppi4hpc-calendar-block {
  padding-left: 1em;
}

.view-display-id-front_page_calendar_block .views-row:not(.view-row-last) {
  margin-bottom: 1em;
}

.view-display-id-front_page_calendar_block .views-field-field-ppi4hpc-evt-date {
  text-transform: uppercase;
}

.view-display-id-front_page_calendar_block .views-field-title a {
  font-weight: 500;
  color: black;
  text-decoration: none;
}

/* Top Header Styles */

.top-header {
  
}

.top-header .tbar {
  height: 4px;
  float: left;
  width: 12.5%;
}

.top-header .tbar-1 {
  background: #e85552;
}

.top-header .tbar-2 {
  background: #ed761d;
}

.top-header .tbar-3 {
  background: #f8b435;
}

.top-header .tbar-4 {
  background: #fdcd3f;
}

.top-header .tbar-5 {
  background: #2eabbb;
}

.top-header .tbar-6 {
  background: #248eb4;
}

.top-header .tbar-7 {
  background: #156fa8;
}

.top-header .tbar-8 {
  background: #0f4e75;
}

#ppi4hpc-main-content,
.view-display-id-news_home_block .views-row .views-field,
.view-display-id-events_home_block .views-row .views-field {
  border: 1px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, #e85552, #ed761d, #f8b435, #fdcd3f, #2eabbb, #248eb4, #156fa8, #0f4e75);
  -webkit-border-image: -webkit-linear-gradient(left, #e85552, #ed761d, #f8b435, #fdcd3f, #2eabbb, #248eb4, #156fa8, #0f4e75);
  border-image: linear-gradient(to right, #e85552, #ed761d, #f8b435, #fdcd3f, #2eabbb, #248eb4, #156fa8, #0f4e75);
  border-image-slice: 1;
}

/* Page Styles */

.page-header {
  border: none;
  padding-bottom: 0;
}

h1.page-header {
  font-weight: 100;
  font-size: 1.8em;
  color: #006997;
}

article.node {
  color: black;
  font-size: 1.1em;
}

article.node ul {
  margin: 0;
}

article.node .ppi4hpc-block {
  font-size: 1em;
}

article.node .full-image {
  margin-top: 1em;
  width: 100%;
  max-width: 521px;
}

article.node .service-centres {
  padding: 1em;
  background: #f9f9f9;
  margin-top: 1em;
}

article.node .service-centres table {
  width: 100%;
}

article.node .service-centres td.service-centre-name {
  font-weight: 500;
  max-width: 30px;
}

article.node .service-centres td.service-centre-link {
}

.ppi4hpc-clients-area {
  text-align: center;
  margin-top: 1em;
}

.ppi4hpc-clients-area img {
  width: 100%;
  max-width: 300px;
  margin-right: 2em;
  margin-bottom: 2em;
}

.ppi4hpc-experiences-block {
  margin-bottom: 6em;
}

.ppi4hpc-experience {
  margin-top: 1em;
}

.ppi4hpc-experience-title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.ppi4hpc-experience-summary {
  margin-bottom: 1.1em;
}

.ppi4hpc-experience.ppi4hpc-block .ppi4hpc-button {
  float: none;
}

.ppi4hpc-experience-image {
  float: right;
}

.ppi4hpc-experience-image img {
  width: 100%;
  max-width: 300px;
}

.ppi4hpc-experience-page-table {
  width: 100%;
  margin-bottom: 6em;
  margin-top: 2em;
}

.ppi4hpc-experience-page-table td {
  vertical-align: top;
  width: 50%;
}

.ppi4hpc-experience-page-table h3 {
  margin-top: 0;
}

.ppi4hpc-experience-page-table h4 {
  margin-top: 0;
  font-weight: 300;
  color: #8a8a8a;
}

.ppi4hpc-experience-page-table .text {
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.ppi4hpc-experience-page-participants {
  border-right: 10px solid white;
}

.ppi4hpc-experience-page-technical-info {
  border-left: 10px solid white;
}

.ppi4hpc-experience-page-header img {
  float: right;
  width: 100%;
  max-width: 250px;
}

.ppi4hpc-experience-page-header .col-top {
  margin-bottom: 1em;
}

.ppi4hpc-experience-page-header .col-left {
  padding-right: 1em;
}

button.form-submit,
.btn-primary,
.button-primary {
  color: white;
  border: none;
  border-radius: 0;
  background: #006997;
  text-transform: uppercase;
  padding: 0.25em 2em;
  font-weight: 300;
  font-size: 1.1em;
  transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
}

button.form-submit:hover, button.form-submit:focus,
.btn-primary:hover, .btn-primary:focus,
.button-primary:hover, .button-primary:focus {
  background: #0080b7;
  color: white;
}

.node-webform .field-name-body {
  margin-bottom: 1em;
}

.g-recaptcha {
  margin-bottom: 1em;
}

.webform-confirmation {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

#block-system-main .links {
  display: none;
}

/* Pager Styles */

.pagination > li > span,
.pagination > li > a {
  background: none;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  color: #bbbbbb;
  font-weight: 300;
  margin-right: 0.5em;
  height: 35px;
}

.pagination > li.active > span {
  border: 1px solid #006997;
  color: #006997;
  background: none;
  border-radius: 0;
  font-weight: 300;
  margin-right: 0.5em;
  transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
}

.pagination > li > span:hover,
.pagination > li > a:hover {
  background: #bbbbbb;
  color: white;
  border: 1px solid #bbbbbb;
}

.pagination > li.active > span:hover {
  background: #006997;
  color: white;
  border: 1px solid #006997;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination li.pager-first a:before,
.pagination li.prev a:before,
.pagination li.next a:before,
.pagination li.pager-last a:before {
	content: "\f048";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	margin: 0 .33em 0 0;
	opacity: .9;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.pagination li.pager-first a:before {
	content: "\f048"; /* step backward */
  font-size: 1.1em;
	vertical-align: text-top;
  margin: 0.1em .33em 0 .3em;
}
.pagination li.prev a:before {
	content: "\f0d9"; /* caret left */
	font-size: 1.6em;
	vertical-align: bottom;
  margin: -0.1em 0.2em 0 0.1em;
}
.pagination li.next a:before {
	content: "\f0da"; /* caret right */
	font-size: 1.6em;
	vertical-align: bottom;
  margin: -0.1em 0.1em 0 0.2em;
}
.pagination li.pager-last a:before {
	content: "\f051"; /* step forward */
  font-size: 1.1em;
	vertical-align: text-top;
  margin: 0.1em .33em 0 .3em;
}

/* Home View Styles */

.view-display-id-news_home_block .views-row {
  padding-left: 0;
}

.view-display-id-news_home_block .views-row-last {
  padding-right: 1em;
}

.view-display-id-news_home_block .views-row .views-field {
  background: white;
  padding: 1em;
  min-height: 380px;
}

.ppi4hpc-news-image img {
  width: 100%;
}

.ppi4hpc-news-title {
  margin-top: 1em;
}

.ppi4hpc-news-title a {
  font-size: 1.1em;
}

.ppi4hpc-news-date {
  margin-top: 1em;
}

.ppi4hpc-news-date span.date-display-single {
  text-transform: uppercase;
  color: #bbbbbb;
}

.view-display-id-events_home_block .views-row {
  padding-left: 0;
}

.view-display-id-events_home_block .views-row-last {
  padding-right: 1em;
}

.view-display-id-events_home_block .views-row .views-field {
  background: white;
  padding: 1em;
}

.ppi4hpc-event-title a {
  font-size: 1.1em;
}

.ppi4hpc-event-date span.date-display-single {
  text-transform: uppercase;
  color: #bbbbbb;
}

.ppi4hpc-event-date {
  display: inline-block;
}

.ppi4hpc-event-place {
  color: #bbbbbb;
  display: inline-block;
}

.view-display-id-events_home_block .separator {
  color: #bbbbbb;
  display: inline-block;
  margin: 0 5px 0 5px;
}

.ppi4hpc-more-view-results a {
  float: right;
  margin: 0.5em 1em 0 0;
  color: #006997;
}

/* Block Styles */

section.ppi4hpc-simple-block {
  background: white;
  margin-top: 1em;
  padding: 1em;
  width: 30%;
}

section.ppi4hpc-home-block-1 {
  width: 30%;
}

section.ppi4hpc-simple-block h2.block-title {
  margin: 0 0 0.5em 0;
  font-size: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #006997;
}

section.block p.simple-text {
  font-size: 1.1em;
}

a.ppi4hpc-button {
  color: #006997;
  display: inline-block;
  padding: 0.25em 0.5em;
  border: 1px solid #006997;
  margin-top: 1em;
}

a.ppi4hpc-button:hover {
  background: #006997;
  color: white;
}

section.ppi4hpc-simple-block a.ppi4hpc-button {
  float: right;
}

.ppi4hpc-home-block h2.block-title {
  color: #006997;
  font-size: 1.8em;
  float: left;
  margin: 1px 0 0 10px;
}

.ppi4hpc-central-content-block {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ppi4hpc-central-content-block img {
  display: none
}

#block-block-5 h2.block-title,
#block-views-7975fdf9e4c8eb060ab662c38177ba3e h2.block-title,
#block-views-658b45f844b698745f26f3726cc873ed h2.block-title {
	font-size: 1.75em;
	float: left;
	margin-left: 20px;
}

#block-views-7975fdf9e4c8eb060ab662c38177ba3e .view-header,
#block-views-658b45f844b698745f26f3726cc873ed .view-header {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#block-views-7975fdf9e4c8eb060ab662c38177ba3e,
#block-views-658b45f844b698745f26f3726cc873ed,
#block-block-5 {
	margin-bottom: 40px;
}

#block-block-5 .content {
	background: white;
	border-top: 1px solid #fdcc41;
	border-bottom: 1px solid #fdcc41;
}

.fenix-view-all {
	font-size: 1.1em;
}

.fenix-view-all a {
	font-weight: 500;
}

.fenix-view-all a:hover {
	color: #db6d20;
}

.fenix-view-all a:hover i {
	color: #db6d20;
}

.fenix-view-all i {
	margin-right: 10px;
	transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
}

.view-display-id-news_home2_block .views-row,
.view-display-id-events_home2_block .views-row {
	padding: 1.5em;
	background: white;
	border-bottom: 1px solid #fdcc41;
	transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
}

.view-display-id-news_home2_block .views-row:hover,
.view-display-id-events_home2_block .views-row:hover {
	background: rgba(255, 255, 255, 0.7);
}

.view-display-id-news_home2_block .views-row-first,
.view-display-id-events_home2_block .views-row-first {
	border-top: 1px solid #fdcc41;
}

.view-display-id-news_home2_block .views-field-title a,
.view-display-id-events_home2_block .views-field-title a {
	color: #f86d0e;
	font-weight: 500;
	font-size: 1.1em;
}

.view-display-id-news_home2_block .views-field-field-ppi4hpcc-news-date,
.view-display-id-events_home2_block .views-field-field-ppi4hpc-evt-place {
	color: #3a96b8;
	font-weight: 500;
	margin-top: 8px;
	font-size: 0.85em;
}

.view-display-id-news_home2_block .views-field-field-ppi4hpcc-news-date,
.view-display-id-events_home2_block .views-field-field-ppi4hpc-evt-place span {
	text-transform: uppercase;
}

.home-icons {
	transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
}

.home-icons:hover {
	background: rgba(255, 255, 255, 0.7);
}

/* Table Styles */

.field-name-body table {
  border-color: rgb(25, 90, 163) !important;
}

.field-name-body table th {
  background-color: rgb(25, 90, 163) !important;
  color: white !important;
  padding: 15px !important;
}

.field-name-body table td {
  padding: 15px !important;
  border-color: rgb(25, 90, 163) !important;
}

.field-name-body table tr {
  border-color: rgb(25, 90, 163) !important;
}

/* News Page Styles */

.view-display-id-news_page_block .views-row {
  padding: 1em;
  background: white;
  margin-top: 1em;
}

.view-display-id-news_page_block .ppi4hpc-news-image img {
  width: 100%;
  max-width: 300px;
}

.view-display-id-news_page_block .ppi4hpc-news-title {
  margin-top: 0;
}

.view-display-id-news_page_block .ppi4hpc-news-title a {
  font-size: 1.1em;
}

.view-display-id-news_page_block .ppi4hpc-news-date {
  margin-top: 0.5em;
}

.view-display-id-news_page_block .ppi4hpc-news-summary {
  margin-top: 0.5em;
}

/* News Node Styles */

.node-type-ppi4hpc-content-news .ppi4hpc-news-date {
  margin-top: 0;
}

.node-type-ppi4hpc-content-news .ppi4hpc-news-summary {
  margin-top: 1em;
  text-align: center;
  font-style: italic;
  margin-bottom: 1em;
  color: #006997;
}

.node-type-ppi4hpc-content-news .ppi4hpc-news-image img {
  width: auto;
	max-width: 400px;
  margin: 0 auto;
}

.node-type-ppi4hpc-content-news .ppi4hpc-news-body {
  margin-top: 1em;
}

/* Events Page Block */

.view-display-id-events_page_block {
	margin-bottom: 2em;
}

.view-display-id-events_page_block .views-row,
.view-display-id-past_events_page_block .views-row {
  padding: 1em;
  background: white;
  margin-top: 1em;
}

.view-display-id-events_page_block .separator,
.view-display-id-past_events_page_block .separator {
  color: #bbbbbb;
  display: inline-block;
  margin: 0 5px 0 5px;
}

/* Event Node Styles */

.node-type-ppi4hpc-content-event .ppi4hpc-event-date {
  display: block;
}

.node-type-ppi4hpc-content-event .ppi4hpc-event-place {
  color: #006997;
  display: block;
}

.node-type-ppi4hpc-content-event .ppi4hpc-event-summary {
  margin-top: 1em;
  text-align: center;
  font-style: italic;
  margin-bottom: 1em;
  color: #006997;
}

.node-type-ppi4hpc-content-event .ppi4hpc-event-body {
  margin-top: 1em;
}

.ppi4hpc-event-body h1 {
  font-size: 1.2em;
}

/* ------------------------------------------------ */
/*	Sidebar Menu
/* ------------------------------------------------ */

.side-menu li.is-collapsed,
.side-menu .close-menu-link,
.side-menu li{
	display: none
}

section.sidebar {margin-right: .5em}
.side-menu ul {
	padding: 0;
	margin: 0
}
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-black,
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-grey,
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white {
	display: list-item;
	margin-bottom: 0.03em;
}
.side-menu .home-link, .side-menu ul.menu li.ppi4hpc_theme-left-menu-link-black > a,
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-grey > a,
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a {
	display: block;
	padding: .682em .8em;
	line-height: 1.3em;
	font-size: 1.1em;
}
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a,
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a:hover {line-height: 1.5em}
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a {padding: .682em .8em .682em 1.8em}

.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-black > a {
	background-color: #006997;
	color: white;
}

.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-grey > a {
	background-color: #006997;
	color: white;
}

.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a {
	background-color: #FFF;
	color: #006997
}

.side-menu li.ppi4hpc_theme-left-menu-link-black.ppi4hpc_theme-left-menu-link-down-arrow > a:before,
.side-menu li.ppi4hpc_theme-left-menu-link-grey > a:before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	margin: 0 .33em 0 0;
	opacity: .9;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.side-menu li.ppi4hpc_theme-left-menu-link-black > a:before {
	content: "\f104";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	margin: 0 .33em 0 0;
	opacity: .9;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.side-menu li.ppi4hpc_theme-left-menu-link-grey > a:before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	margin: 0 .33em 0 0;
	opacity: .9;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a.active:before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	margin: 0 .33em 0 0;
	opacity: .9;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a.active:before {
  background-color: #006997;
}
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a.active:before
.side-menu li.ppi4hpc_theme-left-menu-link-black > a:before {content: "\f104"; /* angle-left */}
.side-menu li.ppi4hpc_theme-left-menu-link-black.ppi4hpc_theme-left-menu-link-down-arrow > a:before,
.side-menu li.ppi4hpc_theme-left-menu-link-grey > a:before {content: "\f107"; /* angle-down */}
.side-menu ul.menu li.ppi4hpc_theme-left-menu-link-white > a.active:before {
	content: "";
	width: .8em;
	line-height: 2em;
	height: .3em;
	margin: 0 .6em .15em -1.5em;
}

.sidebar .side-menu{display:block;}

/* Other Styles */

.region-sidebar-first {
  border-radius: 0;
  border: none;
  background: white;
}

.region-top-header {
  float: right;
}

.region-central-content {
  margin-bottom: 2em;
}

ul.contextual-links li {display: block}

ul.tabs--primary {
  display: none;
}

ul.action-links {
  display: none;
  margin-top: -0.5em;
}

.navbar-collapse.in {
  overflow-y: visible;
}

#edit-page-link {
  color: #006997;
  margin-left: 0.5em;
}

#edit-page-link:hover {
  color: #006997;
}

#edit-page-link.open {
  color: #cccccc;
}

.social-links {
  padding: 10px 0 10px 10px;
  text-align: center;
  float: right;
  width: 300px;
}

.social-links a {
  float: right;
  color: #006997;
}

.social-links i {
  color: #1da1f2;
  font-size: 1.75em;
  margin-left: 0.25em;
  vertical-align: middle;
}

.ppi4hpc-outer-container .org-logos {
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.ppi4hpc-outer-container .org-logos a {
  display: inline-block;
  margin-right: 1em;
}

.ppi4hpc-outer-container .org-logos a img {
  width: 100%;
  max-width: 60px;
}

.ppi4hpc-outer-container .org-logos a.ppi4hpc-icts img {
  max-width: 100px;
}

.ppi4hpc-outer-container .org-logos a.ppi4hpc-coordinator {
  text-align: left;
}

.ppi4hpc-outer-container .org-logos a span {
  display: block;
  margin-bottom: 0.5em;
  color: #bbbbbb;
}

#top-search-web-content-area {
  float: right;
}

.navbar .logo {
  margin: 45px 0 0 0;
}

.navbar .logo img {
  width: 100%;
  max-width: 215px;
	min-width: 215px;
}

.views-exposed-form input[type="text"] {
  border: 1px solid #bbbbbb;
  box-shadow: none;
  border-radius: 0;
  line-height: normal;
}

#views-exposed-form-ppi4hpc-view-search-page .views-exposed-form .views-exposed-widget .btn,
#views-exposed-form-ppi4hpc-view-search-search-main-page .views-exposed-form .views-exposed-widget .btn {
  margin: 0;
  padding: 6px 12px;
  height: 34px;
}

#views-exposed-form-ppi4hpc-view-search-page .views-exposed-form .views-exposed-widget,
#views-exposed-form-ppi4hpc-view-search-search-main-page .views-exposed-form .views-exposed-widget {
  padding: 0;
}

#views-exposed-form-ppi4hpc-view-search-search-main-page .views-exposed-form .views-exposed-widget.views-widget-filter-search_api_views_fulltext {
  width: 50%;
}

.view-display-id-search_main_page .view-header {
  color: #bbbbbb;
  margin-bottom: 0.5em;
}

.view-display-id-search_main_page .views-field.views-field-title {
  margin-bottom: 1em;
}

.view-display-id-search_main_page .views-field.views-field-title a {
  font-size: 1.1em;
  color: black;
  text-decoration: underline;
}

ul.language-switcher-locale-url {
  margin: 0.4em 1em 0 0;
}

ul.language-switcher-locale-url li {
  float: right;
}

ul.language-switcher-locale-url li.last {
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #bbbbbb;
}

ul.language-switcher-locale-url li a {
  color: #bbbbbb;
}

ul.language-switcher-locale-url li.active a {
  color: #bbbbbb;
}

.nav-tabs {
  border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: black;
  background: #f4f4f4;
  border-radius: 0;
  padding: 5px 20px;
  border: none;
  border-radius: 0;
  font-weight: normal;
  outline: none;
}

.nav-tabs > li > a {
  color: #006997;
  background: #f4f4f4;
  border-radius: 0;
  padding: 5px 20px;
  border: none;
  border-radius: 0;
  font-weight: bold;
}

.field-name-body img {
  max-width: 100%;
  max-width: 100%;
}

fieldset.ppi4hpc-collapsible legend {
  font-size: 1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
}

fieldset.ppi4hpc-collapsible legend:before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	margin: 0 .33em 0 0;
	opacity: .9;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

fieldset.ppi4hpc-collapsible legend.visible:before {
	content: "\f106";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	margin: 0 .33em 0 0;
	opacity: .9;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

fieldset.ppi4hpc-collapsible .fieldset-cwrapper {
  display: none;
  margin-left: 1em;
  margin-bottom: 1em;
}

fieldset.ppi4hpc-collapsible > p {
  display: none;
}

a.quicktabs-tab {
  background: #006997;
  color: white;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.1em;
}

li.active a.quicktabs-tab {
  background: #f9f9f9;
  color: #e17b75;
  font-weight: bold;
}

ul.quicktabs-tabs {
  margin-top: 2em;
	text-align: center;
}

.field-collection-container {
  border-bottom: none;
  margin: 0;
}

.field-collection-view {
  padding-bottom: 0;
  margin: 0;
}

body:not(.logged-in) .field-collection-view {
  border: none;
}

.field-collection-view ul.field-collection-view-links {
  margin-right: 0;
}

.field-collection-view ul.field-collection-view-links li {
  background: none;
  background: #f3f3f3;
  padding: 0.25em 1em;
  text-align: center;
  margin-right: 0.5em;
}

.field-collection-view ul.field-collection-view-links li.last {
  margin-right: 0;
}

.field-collection-view ul.field-collection-view-links li a {
  margin: 0;
}

/**
 * Cookie Policy Styles
 */

#sliding-popup {
	position: fixed;
	box-shadow: 0px 5px 17px 0px rgba(50, 50, 50, .75);
	-moz-box-shadow: 0px 5px 17px 0px rgba(50, 50, 50, .75);
	-webkit-box-shadow: 0px 5px 17px 0px rgba(50, 50, 50, .75)
}

#popup-buttons { display: none}

.popup-content { max-width: 1200px !important}

#popup-text {
	margin: 1em auto !important;
	width: 100%;
	max-width: 100% !important
}

#web-eu-cookie-area {
	color: #000;
	width: 100%;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 1em
}

#web-eu-cookie-area img { float: right; }

#web-eu-cookie-area a {
  text-decoration: underline;
  color: #000
}

/* Table Styles */

.node-ppi4hpc-content-event table th,
.node-ppi4hpc-content-news table th {
  padding: 1em;
  background: #d6dae6;
  border: 5px solid white;
  color: #006997;
  font-weight: 500;
}

.node-ppi4hpc-content-event table td,
.node-ppi4hpc-content-news table td {
  padding: 1em;
  background: #e8e8ea;
  border: 5px solid white;
}

table.fenix-table {
  font-weight: 500;
}

table.fenix-table tr > th {
  background: #0f4e75;
  text-align: center;
  padding: 8px;
  border-bottom: 30px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
}

table.fenix-table tr > th:nth-child(1) {
  width: 20%;
  border-top-left-radius: 30px;
}

table.fenix-table tr > th:nth-child(2) {
  width: 50%;
}

table.fenix-table tr > th:nth-child(3) {
  width: 20%;
  border-top-right-radius: 30px;
}

table.fenix-table tr > th img {
  width: 40px;
}

table.fenix-table td {
  padding: 10px;
  border: 4px solid white;
  color: #0f4e73;
  text-align: center;
}

table.fenix-table td.fenix-t-section {
  background: #b2c6d3;
  padding: 10px;
  text-align: center;
}

table.fenix-table td.fenix-t-section img {
  width: 30px;
  margin-right: 10px;
}  

table.fenix-table span.fenix-t-org {
  color: #6ab3cd;
  font-style: italic;
}

table.fenix-table td.fenix-t-yellow {
  background: #ffe2bb;
  text-align: center;
}

table.fenix-table td.fenix-t-yellow-strong {
  background: #ffd498;
  text-align: center;
}

table.fenix-table td.fenix-t-orange {
  background: #fdd6ba;
  text-align: center;
}

table.fenix-table td.fenix-t-orange-strong {
  background: #fcc9a2;
  text-align: center;
}

table.fenix-table td.fenix-t-grey {
  background: #e8e8ea;
  text-align: center;
}

table.fenix-table td.fenix-t-lightblue {
  background: #bbdde5;
  text-align: center;
}

table.fenix-table td.fenix-t-person {
  text-align: left;
}

table.fenix-table td.fenix-t-footer {
  border-top: 30px solid white;
  background: #0f4e74;
  color: white;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

table.fenix-table td.fenix-t-footer a {
  color: white;
}

li#menu-303-1 ul {
  display: none !important;
}


/* ICEI Infrastructure table styles */

.field-name-body table.icei-infrastructure {
  border: none !important;
}

.field-name-body table.icei-infrastructure tr,
.field-name-body table.icei-infrastructure td {
  border: 2px solid;
  border-color: white !important;
}

.field-name-body table.icei-infrastructure td {
  background: rgb(232, 232, 234);
}

.field-name-body table.icei-infrastructure tbody > tr:first-child > td {
  color: white !important;
  text-align: center;
}

.field-name-body table.icei-infrastructure tbody > tr > td:first-child {
  background: rgb(209, 221, 229);
}

.field-name-body table.icei-infrastructure tbody > tr:nth-child(2)  > td:first-child,
.field-name-body table.icei-infrastructure tbody > tr:nth-child(4)  > td:first-child,
.field-name-body table.icei-infrastructure tbody > tr:nth-child(10) > td:first-child,
.field-name-body table.icei-infrastructure tbody > tr:nth-child(15) > td:first-child,
.field-name-body table.icei-infrastructure tbody > tr:nth-child(20) > td:first-child {
  background: rgb(178, 198, 211) !important;
}

#block-block-1 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/* jQuery UI Styles */

.ui-widget {
	font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.ui-widget-content a {
	color: #006997 !important;
}

/* New Home Styles */

.fxhg-icon img {
	width: 100px;
}

#block-block-3 {
	padding: 60px 0;
}

.fxhg-icon {
	float: left;
	margin-right: 30px;
}

.fxhg-text {
	float: left;
	width: calc( 100% - 130px );
}

.fxhg-text div {
	font-weight: 500;
}

.fxhg-header {
	color: #db6d20;
	font-size: 2em;
	margin-bottom: 5px;
}

.fxhg-header a {
	color: #db6d20;
}

.slide-link, .slide-link:hover {
	color: white;
	font-size: 40px;
	font-family: 'Krona One', sans-serif;
	text-shadow: 2px 2px #000000;
}

.partners-block {
	background: white;
	padding: 60px 0 0px 0;
}

#block-block-4 {
	text-align: center;
}

#block-block-4 h2 {
	text-align: center;
	font-size: 1.75em;
	margin-bottom: 40px;
}

.fxp {
	display: inline-block;
	margin-right: 40px;
	margin-top: 20px;
}

.fxf {
	background: #2d6081;
	color: white;
}

.fxf-c1 {
	background: #174f74;
	padding: 40px;
	text-align: center;
	font-size: 0.8em;
}

.fxf-c1 img {
	max-width: 220px;
}

.fxf-c1 a {
	color: #a0dee7;
}

.fxf-c2 {
	padding: 40px;
	font-size: 0.85em;
}

.fxf-c2 > div {
	border-right: 1px solid #174f74;
}

.footer-left-pinfo {
	padding: 25px 0;
	border-top: 1px solid #2d6081;
	border-bottom: 1px solid #2d6081;
	margin: 25px 0;
}

.fxf-c2 a {
	color: #a0dee7;
}

.fxf-c2 div > div {
	margin-bottom: 20px;
}

.fxf-c2 a {
	color: white;
	text-transform: uppercase;
	font-family: 'Krona One', sans-serif;
}

.fxf-c3 {
	padding: 40px;
}

.fxf-c3 a {
	display: inline-block;
	color: white;
	padding: 10px 20px;
	background: rgba(23, 79, 116, 0.5);
	margin-bottom: 40px;
	border: 1px solid #174f74;
}

.fxf-c3 a:hover {
	background: rgba(23, 79, 116, 1);
}

.fxf-c3 a i {
	color: #a0dee7;
	font-size: 2.1em;
	margin-right: 15px;
}

.fxf-c3 a span {
	vertical-align: top;
	margin-top: 5px;
	display: inline-block;
}

.eu-desc {
	font-size: 0.8em;
}

.eu-desc .eu-col-1 {
	width: 100px;
	float: left;
	margin-right: 20px;
}

.eu-desc img {
	border: 1px solid white;
}

.eu-desc .eu-col-2 {
	float: left;
	width: calc( 100% - 120px );
}

.main-container {
	margin-bottom: 20px;
}

body.page-node-89 .main-container > div.row {
	display: none;
}

.webform-component--gdpr .help-block {
	font-size: 1em;
	color: black;
}

.webform-component--gdpr .help-block a {
	text-decoration: underline;
}

table.fenix-planned-resources-table p {
	margin-bottom: 0;
}

/* Media Styles */

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 1170px;
  }
}

@media screen and (max-width: 1200px) {
	
	#block-block-3 .clearfix > .col-sm-4 {
		text-align: center;
	}
	
	.fxhg-text {
    float: none;
    width: 100%;
	}
	
	.fxhg-icon {
    float: none;
    margin: 0;
	}
	
	.fxf-c2,
	.fxf-c3 {
		text-align: center;
	}
	
}

@media screen and (max-width: 767px) {
  .navbar .logo img {
    margin-bottom: 1em;
  }
  .sf-menu.sf-horizontal.sf-shadow ul, .sf-menu.sf-vertical.sf-shadow ul, .sf-menu.sf-navbar.sf-shadow ul ul {
    width: 12em !important;
  }
  
  #navbar .navbar-collapse {
    border-color: #bbbbbb;
    margin-right: 0;
    margin-left: 0;
  }
  .ppi4hpc-outer-container .sf-main-menu {
    margin-right: 0;
  }
  .ppi4hpc-outer-container .sf-main-menu > li > a {}
  .ppi4hpc-calendar-block {
    padding-left: 0;
  }
  .navbar .logo {
    margin-right: 0;
    padding: 0;
  }
  .navbar .logo img {
    width: 100%;
  }
  .navbar-toggle {
    margin-right: 0;
    margin-left: 1em;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  article.node .service-centres td.service-centre-name {
    display: block;
    max-width: 100%;
  }
  article.node .service-centres td.service-centre-link {
    display: block;
    margin-bottom: 1em;
  }
  .ppi4hpc-experience-image {
    float: none;
    margin-bottom: 1em;
  }
  
  .ppi4hpc-experience-page-header .col-left {
    padding-right: 0;
  }
  .ppi4hpc-experience-page-header img {
    float: none;
  }
  .ppi4hpc-experience-page-table td {
    border: none;
    display: block;
    margin-bottom: 1em;
    width: 100%;
  }
  
  .field-name-body table {
    width: 100% !important;
  }
  
  .field-name-body table th,
  .field-name-body table td {
    display: block !important;
    width: 100% !important;
    border: 1px solid #006997;
  }
	
	#block-block-3 .clearfix > .col-sm-4 {
		margin-bottom: 40px;
		text-align: center;
	}
	
	.fxhg-text {
    float: none;
    width: 100%;
	}
	
	.fxhg-icon {
    float: none;
    margin: 0;
	}
	
	.fxp {
		display: block;
	}
	
	.slide-link {
		font-size: 30px;
	}
	
	.flexslider {
		padding: 60px 0;
	}
	
}

@media screen and (max-width: 567px) {
  .ppi4hpc-slide-block {
    padding: 2vw;
    top: 0;
    font-size: 5vw;
  }
}

