diff --git a/_includes/header-eq-default.html b/_includes/header-eq-default.html
index 9deb521c6b..ea9fc1fe55 100644
--- a/_includes/header-eq-default.html
+++ b/_includes/header-eq-default.html
@@ -28,7 +28,7 @@
{% unless page.hideSaveLater %}
+ class="btn btn--ghost u-fr u-d-no@xs@m complete-later">Save and sign out
{% endunless %}
diff --git a/_prototypes/individual-response--your-household-v15/style.css b/_prototypes/individual-response--your-household-v15/style.css
index 18998b9e89..4b4a12dc42 100644
--- a/_prototypes/individual-response--your-household-v15/style.css
+++ b/_prototypes/individual-response--your-household-v15/style.css
@@ -43,6 +43,10 @@ h4 {
font-size: .8rem;
}
+.logo__img {
+ width: 220px;
+}
+
/* over 740px */
@media only screen and (min-width: 740px) {
.u-fs-xl,
@@ -69,6 +73,14 @@ h4 {
.u-fs-s {
font-size: .8rem;
}
+
+ .logo__img {
+ width: 220px;
+ }
+}
+
+.page__subheader {
+ padding: 1rem 0;
}
.header__title {
@@ -89,6 +101,10 @@ h4 {
width: 1px;
}
+.header__title--nav-adj {
+ padding-top: 0;
+}
+
.btn:not(.btn--ghost):not(.btn--ghost-blue) {
-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.8);