.aggptable tr:first-child, tr:nth-child(5), tr:nth-child(4), tr:nth-child(3), tr:nth-child(2) { 
    font-weight: bold; 
    }
    
.aggptable tr:first-child { 
    color: #ffffff;
    background: #00496b !important; 
    }
    
ul, ol {
    padding-left: 15px;
    }
    
.uk-navbar-nav>li>a {
padding: 0 10px; letter-spacing: 0;
}
.home-hero {padding-top: 160px !important;padding-bottom: 120px !important;}

.publication-space {padding-bottom: 12px !important;}
.vision p {color:#ffffff;}
.marine-energy-facts h3 {font-weight: normal !important;}
.latest-news-home .uk-card {box-shadow: none !important; background-color: #f1f1f1; !important;}

.logo-link a img {opacity: 0.75 !important;}
.logo-link a:hover img {opacity: 1.0 !important;}

.uk-card-hover {background-color: #f1f1f1 !important;}

.news-card a {color:#008bd2;}
.news-card a:hover {color:#00496b;}

.logo-slider-home {z-index: 10;}

.membership h4 {margin-bottom: 0px !important;}
.membership p {margin-top: 0px !important;}

.membership ul, ol {padding-left: 15px;}

.membership .uk-table td {
    padding: 16px 0;
    vertical-align: top;
    }
    
.uk-accordion-title {
    font-size: 1.75rem !important;
}
    
/* Desktop and bigger */
@media (min-width: 960px) {

}

/* Laptop and bigger */
@media (min-width: 1200px) {

}

/* Tablet portrait and smaller */
@media (max-width: 959px) {
  .home-hero h1 {
    padding: 0px;
  }

}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
    .home-hero h1 {
    margin: 0px !important; 
    padding: 25px 100px 0 100px;
    }

}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .home-hero h1 {
  margin: 0px !important; 
  padding: 25px 10px 0 10px;
  }
  

}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-navbar {
    padding: 20px 0 20px 0;
    }
}