diff --git a/CHANGELOG.md b/CHANGELOG.md
index 884fb0aba..fcc7ea48f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
### Added
- `fade-in` class for fading in elements on page load
+- Responsive Javascript for the third nav.
## 0.11.3
diff --git a/docs/source/patterns/_third-nav.md b/docs/source/patterns/_third-nav.md
index cbfa0c44a..c7f9159e1 100644
--- a/docs/source/patterns/_third-nav.md
+++ b/docs/source/patterns/_third-nav.md
@@ -1 +1,5 @@
Tertiary navigation is necessary only when the information architecture of the site requires three levels of hierarchy within pages. A breadcrumb component can also be used in this pattern.
+
+The third nav has a set of of Javascript bindings responsible for responsive behavior when the content of the third nav is greater than it's container.
+
+Only a single third nav can be on a page.
diff --git a/docs/source/patterns/sample-code/_third-nav.html b/docs/source/patterns/sample-code/_third-nav.html
index 335508be1..27f34171d 100644
--- a/docs/source/patterns/sample-code/_third-nav.html
+++ b/docs/source/patterns/sample-code/_third-nav.html
@@ -1,6 +1,7 @@
+
+
\ No newline at end of file
diff --git a/lib/sass/calcite-web/patterns/_third-nav.scss b/lib/sass/calcite-web/patterns/_third-nav.scss
index fd8c03367..a4bcbbc5f 100644
--- a/lib/sass/calcite-web/patterns/_third-nav.scss
+++ b/lib/sass/calcite-web/patterns/_third-nav.scss
@@ -25,7 +25,7 @@
padding: 11px 6px;
top: 0;
margin: 0;
- background-color: rgba(255,255,255,.8);
+ background-color: rgba($white, .8);
display: none;
&:before {
padding-right: 0;