diff --git a/themes/fid_bbi/scss/compiled.scss b/themes/fid_bbi/scss/compiled.scss
index 01780e50b0f4d571b109af248138e66613a3d746..05968029642578441e185d060e7ccb77f0531f4c 100644
--- a/themes/fid_bbi/scss/compiled.scss
+++ b/themes/fid_bbi/scss/compiled.scss
@@ -152,6 +152,10 @@ body {
     display: flex;
   }
 
+  .flex-checkbox label {
+    color: $oil;
+  }
+
   // Shard box
   .checkbox {
     transform: translate(-250%, 200%);
@@ -197,6 +201,45 @@ input.searchFormKeepFilters {
   }
 }
 
+//// Advanced Search links in header
+///// pull to right on Large
+.navbar-form {
+  padding: 0;
+
+  ///// transparentize border to avoid double border thickness
+  .tab-content {
+    border-color: transparent;
+  }
+}
+
+.adv_search_terms {
+  background-color: transparent;
+  border: 1px solid $snow;
+  color: $snow;
+}
+
+.adv_search_links {
+  border-bottom: 1px solid $snow;
+  border-left: 1px solid $snow;
+  border-right: 1px solid $snow;
+  color: $snow;
+
+  li {
+    display: table-cell;
+  }
+
+  a {
+    color: $snow;
+  }
+
+  // 768px and above as inline list
+  @media only screen and (min-width: $screen-sm-min) {
+    li {
+      border-right: 1px solid $snow;
+    }
+  }
+}
+
 
 // Breadcrumbs
 .breadcrumb {
@@ -241,7 +284,6 @@ input.searchFormKeepFilters {
 }
 
 
-
 // Footer
 footer {
   background: $brand-primary;
@@ -305,3 +347,4 @@ footer {
 .description-tab > table th {
   min-width: 13rem;
 }
+