.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('b97cd642-custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  overflow: visible;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family:var(--font-display, Teko, sans-serif);
  color: var(--ink, #555555);
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family:var(--font-display, Teko, sans-serif);
  font-size: 50px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:var(--font-display, Teko, sans-serif);
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:var(--font-display, Teko, sans-serif);
  font-size: 32px;
  line-height: 24px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:var(--font-display, Teko, sans-serif);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

p {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: var(--ink, #555555);
  font-size: 16px;
  line-height: 35px;
  text-align: left;
}

a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: var(--brand, #ae8043);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

a:hover {
  color: #161008;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: var(--ink, #555555);
  font-size: 16px;
  line-height: 25px;
}

li {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: var(--ink, #555555);
  font-size: 16px;
  line-height: 30px;
}

label {
  display: block;
  margin-bottom: 5px;
  margin-left: 7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

blockquote {
  margin: 15px 30px 20px;
  padding: 20px;
  border-top: 2px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
  border-left: 5px none #e2e2e2;
  font-family: 'Open Sans', sans-serif;
  color: var(--ink, #555555);
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('24da4cf8-v_squared_creative_boise_typewriter_4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.intro-title {
  color: var(--bg, #ffffff);
  font-size: 54px;
  line-height: 67px;
  text-align: center;
  letter-spacing: 9px;
}

.intro-container {
  position: relative;
  z-index: 10;
  width: 50%;
}

.divider {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-bottom: 2px solid var(--bg, #ffffff);
}

.divider.black {
  border-bottom-color: var(--ink, #555555);
}

.divider.divider-a {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  margin-top: 20px;
  margin-left: 0px;
  float: none;
  text-align: left;
}

.divider.divider-b {
  display: block;
  width: 80%;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  text-align: left;
}

.divider.dark {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom-color: #ddd;
}

.divider.dark.alt {
  margin-top: 30px;
}

.intro-copy {
  margin-bottom: 20px;
  color: var(--bg, #ffffff);
  font-weight: 300;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
}

.logo {
  margin-top: 30px;
  margin-left: 30px;
}

.main-nav {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-nav.sticky {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
}

.menu-item {
  position: static;
  display: inline-block;
  margin-right: 0px;
  padding: 0px 12px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: var(--bg, #ffffff);
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.menu-item:hover {
  color: var(--brand, #ae8043);
}

.menu-item.w--current {
  color: var(--brand, #ae8043);
  font-weight: 300;
}

.menu-item.dropdown {
  display: block;
  margin-bottom: 0px;
  padding: 15px 18px;
  text-align: center;
}

.menu-item.dropdown:hover {
  background-color: var(--brand, #ae8043);
  color: var(--bg, #ffffff);
}

.menu-item.dropdown.w--current:hover {
  color: var(--bg, #ffffff);
}

.menu-item.sticky {
  color: var(--ink, #555555);
}

.m-link {
  margin-right: 3px;
  margin-left: 3px;
  padding: 20px 13px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  font-family: 'Open Sans', sans-serif;
  color: var(--bg, #ffffff);
  font-size: 15px;
  font-weight: 300;
}

.m-link:hover {
  border-bottom: 1px solid var(--bg, #ffffff);
}

.m-link.w--current {
  color: var(--brand, #ae8043);
}

.m-link.sticky {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--ink, #555555);
}

.m-link.sticky:hover {
  background-color: transparent;
  color: #444;
}

.m-link.m-link-main:hover {
  border-bottom-color: var(--brand, #ae8043);
  color: var(--brand, #ae8043);
}

.button {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 30px 20px 25px;
  border: 2px solid var(--brand, #ae8043);
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family:var(--font-display, Teko, sans-serif);
  color: var(--brand, #ae8043);
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
}

.button:hover {
  background-color: var(--brand, #ae8043);
  color: var(--bg, #ffffff);
}

.button.style-b {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-color: #a93439;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #a93439;
}

.button.style-b:hover {
  background-color: #a93439;
  color: var(--bg, #ffffff);
}

.button.form-button {
  margin-top: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.read-more {
  display: inline-block;
  background-color: var(--bg, #ffffff);
  text-align: center;
}

.button.read-more:hover {
  background-color: var(--brand, #ae8043);
}

.button.bottom {
  margin-bottom: 50px;
}

.button.big {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
  background-color: var(--bg, #ffffff);
}

.button.big:hover {
  background-color: var(--brand, #ae8043);
}

.social {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  margin-bottom: 30px;
  margin-left: 30px;
}

.social.social-f {
  position: static;
  margin-bottom: 0px;
  margin-left: 0px;
}

.social-item {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background-image: url('00fbcc78-v_squared_creative_boise_social_icons.svg');
  background-position: 0px 0px;
  background-size: 105px 175px;
  background-repeat: no-repeat;
}

.social-item.facebook {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.social-item.facebook:hover {
  background-position: -35px 0px;
}

.social-item.twitter {
  background-position: 0px -35px;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.social-item.twitter:hover {
  background-position: -35px -35px;
}

.social-item.googleplus {
  background-position: 0px -70px;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.social-item.googleplus:hover {
  background-position: -35px -70px;
}

.social-item.youtube {
  background-position: 0px -105px;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.social-item.youtube:hover {
  background-position: -35px -105px;
}

.social-item.instagram {
  background-position: 0px 100%;
  -webkit-transition-property: none;
  transition-property: none;
}

.social-item.instagram:hover {
  background-position: 50% 100%;
}

.social-list {
  display: inline-block;
}

.about {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.row {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.row.blog-r {
  padding-top: 150px;
  padding-bottom: 150px;
}

.row.row-b {
  text-align: left;
}

.row.services {
  padding-top: 0px;
  border-top: 1px none #ddd;
}

.row.services.alt {
  border-top-style: none;
}

.row.blog-col {
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.row.masonry-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.blog-row {
  text-align: left;
}

.section-title {
  font-size: 50px;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.section-title.alt {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.section-title.alt.small {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.section-title.light {
  color: var(--bg, #ffffff);
}

.studies {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.case-study {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.case-study.cs-one {
  position: relative;
  background-image: url('52a34dab-v_squared_creative_boise_customedica_antiques.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study.cs-two {
  position: relative;
  background-image: url('48990aa0-v_squared_creative_boise_peaches__creamies_body_.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study.cs-three {
  position: relative;
  background-image: url('94e0e80a-v_squared_creative_boise_southfork_lodge_cabin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study.cs-four {
  position: relative;
  background-image: url('ba826b5e-v_squared_creative_boise_asana_climbing_gym_clim.jpg');
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 25, 13, 0.84)), to(rgba(34, 25, 13, 0.84)));
  background-image: linear-gradient(180deg, rgba(34, 25, 13, 0.84), rgba(34, 25, 13, 0.84));
}

.cs-overlay.overlay-a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 25, 13, 0.84)), to(rgba(34, 25, 13, 0.84)));
  background-image: linear-gradient(180deg, rgba(34, 25, 13, 0.84), rgba(34, 25, 13, 0.84));
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
}

.cs-content {
  position: relative;
  z-index: 2;
  padding: 69px;
  opacity: 1;
  text-align: center;
}

.title-light {
  margin-bottom: 20px;
  color: var(--bg, #ffffff);
  font-size: 32px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 12px;
}

.copy-light {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: var(--bg, #ffffff);
  text-align: center;
}

.blog {
  position: relative;
  overflow: hidden;
  background-image: url('e0e54ff1-v_squared_creative_boise_typewriter_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.featured-title {
  margin-bottom: 0px;
  color: var(--bg, #ffffff);
  font-size: 40px;
  line-height: 39px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 5px;
}

.excerpt {
  color: var(--bg, #ffffff);
  text-align: left;
}

.featured-container {
  margin-bottom: 40px;
  text-align: left;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0c0702), to(rgba(12, 7, 2, 0)));
  background-image: linear-gradient(90deg, #0c0702, rgba(12, 7, 2, 0));
}

.author-portrait {
  display: inline-block;
  float: left;
}

.author-round {
  margin-right: 12px;
  border-radius: 200px;
  box-shadow: 4px 4px 14px 0 #000;
}

.featured-meta {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.28);
  font-size: 16px;
}

.featured-meta.f-date {
  margin-left: 10px;
}

.footer-top {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #332513;
}

.logo-container {
  margin-top: 20px;
  margin-left: 20px;
}

.logo-container.w--current {
  display: inline-block;
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}

.logo-container.sticky {
  margin-top: 0px;
  margin-left: 0px;
}

.footer-container {
  font-family:var(--font-display, Teko, sans-serif);
  font-size: 14px;
  text-align: left;
}

.footer-title {
  margin-bottom: 20px;
  color: var(--bg, #ffffff);
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: 5px;
}

.copyright {
  padding: 15px;
  background-color: #22190d;
  text-align: center;
}

.cr-copy {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #694c27;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 5px;
}

.intro {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#22190d), to(#22190d));
  background-image: linear-gradient(180deg, #22190d, #22190d);
}

.hero-logo {
  display: inline-block;
  opacity: 0;
}

.logo-big {
  max-height: 100vh;
}

.sub-header {
  position: relative;
  min-height: 500px;
  background-color: #22190d;
  background-image: url('7e50d076-v_squared_creative_boise_brick.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sub-header.small {
  min-height: 400px;
}

.title-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--bg, #ffffff);
  text-align: center;
}

.subpage-title {
  color: var(--bg, #ffffff);
  font-size: 50px;
  line-height: 52px;
  letter-spacing: 12px;
}

.subpage-title.blog-title {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.57);
}

.subpage-title.works-title {
  text-transform: uppercase;
}

.work-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #4b361c;
  border-bottom: 1px solid #1f160b;
  background-color: #332513;
  text-align: center;
}

.tab {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family:var(--font-display, Teko, sans-serif);
  color: var(--brand, #ae8043);
  font-size: 17px;
  letter-spacing: 2px;
}

.tab:hover {
  background-color: #22190d;
  color: var(--bg, #ffffff);
}

.tab.w--current {
  background-color: #22190d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: var(--bg, #ffffff);
}

.work-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('46ae28cb-background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.work-item._75 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.work-item._75.bbp {
  background-image: url('07a769c2-v_squared_creative_boise_bulk_bbq_pellets_flames.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.work-item._75.tdp {
  background-image: url('11ba7142-v_squared_creative_boise_top_dog_plumbing_van.jpg');
  background-position: 50% -147px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.work-item._75.wk {
  background-attachment: fixed;
}

.work-item._50 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-image: none;
}

.work-item._50.vision {
  background-image: url('9e6feb09-v_squared_creative_boise_vision_point_nautical.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.amcc {
  background-image: url('feab336f-v_squared_creative_boise_ashley_manor_tree.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.acg {
  background-image: url('e1413ad2-v_squared_creative_boise_asana_climbing_gym_hold.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.work-item.sr {
  background-image: url('3217a8a7-v_squared_creative_boise_strategic_risk_coinl.jpg');
  background-position: 50% 38%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.qc {
  background-image: url('d8ac24be-v_squared_creative_boise_quality_cage_metal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.work-item.cm {
  background-image: url('f4c400f4-v_squared_creative_boise_cafe_mule_richard.jpg');
  background-position: 50% 24%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.work-item.wk {
  background-image: url('f71de0b1-v_squared_creative_boise_weka_boots.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.work-item.wi {
  background-image: url('e47c3330-v_squared_creative_boise_women_ignite_smiling.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.pc {
  background-image: url('48990aa0-v_squared_creative_boise_peaches__creamies_body_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.sfl {
  background-image: url('94e0e80a-v_squared_creative_boise_southfork_lodge_cabin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.work-item.aa {
  background-image: url('20540f68-v_squared_creative_boise_aidan_alexander.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.work-item.cma {
  background-image: url('52a34dab-v_squared_creative_boise_customedica_antiques.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.work-item.bwa {
  background-image: url('e1f22b74-v_squared_creative_boise_bluewater_advisory_beac.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.pg {
  background-image: url('d56af8db-v_squared_creative_boise_paul_gregory.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.sqc {
  background-image: url('f897bad9-mountain2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.work-item.tra {
  background-image: url('853c67d4-v_squared_creative_boise_tenant_realty_advisors_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.tdp {
  background-image: url('cf3dda01-v_squared_creative_boise_top_dog_plumbing_vehicl.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.work-item.tcg {
  background-image: url('b1a3bca5-v_squared_creative_boise_website_the_cigar_maste.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.sra {
  background-image: url('a2713d34-v_squared_creative_boise_website_strategic_risk_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.ipwc {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.subpage {
  background-color: #22190d;
}

.item-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid var(--brand, #ae8043);
}

.work-title {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 10px;
  margin-left: 10px;
  color: var(--bg, #ffffff);
}

.work-services {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60%;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 0px;
  opacity: 0.54;
  color: var(--bg, #ffffff);
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
}

.work-logo {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-button {
  padding: 10px 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none var(--brand, #ae8043);
  background-color: var(--brand, #ae8043);
  opacity: 0;
  font-family:var(--font-display, Teko, sans-serif);
  color: var(--bg, #ffffff);
  font-size: 20px;
  letter-spacing: 3px;
}

.work-button:hover {
  border-style: none;
  background-color: var(--bg, #ffffff);
  color: var(--brand, #ae8043);
}

.work-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-logo {
  max-width: 100%;
}

.tab-pane {
  padding-bottom: 0px;
}

.team-toggle {
  width: 75px;
  height: 75px;
  border: 3px solid var(--bg, #ffffff);
  border-radius: 300px;
}

.bio-row {
  padding: 50px 20px;
  background-color: var(--bg, #ffffff);
}

.row-margins {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.t-portrait {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 300px;
}

.bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer {
  height: 10px;
}

.footer-copy {
  color: var(--bg, #ffffff);
  text-align: left;
}

.row-wrapper {
  padding: 50px 15px;
  background-color: var(--bg, #ffffff);
}

.row-wrapper.connect {
  padding: 0px;
  background-image: url('24da4cf8-v_squared_creative_boise_typewriter_4.jpg');
  background-position: -72px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.row-wrapper.map {
  padding: 0px;
}

.row-wrapper.cta {
  background-image: url('7e50d076-v_squared_creative_boise_brick.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.row-wrapper.opaque {
  background-color: #000;
}

.row-wrapper.services {
  padding-top: 0px;
}

.row-wrapper.blog-row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row-wrapper.alt {
  padding-top: 50px;
  padding-bottom: 1px;
  text-align: center;
}

.row-wrapper.alt.community {
  padding-top: 0px;
}

.row-copy {
  display: inline;
  direction: ltr;
  text-align: left;
}

.row-copy.grid {
  padding-top: 15px;
  border-top: 1px none #ddd;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.row-copy.single-col {
  -webkit-column-count: 1;
  column-count: 1;
}

.row-copy._100 {
  margin-bottom: 50px;
  text-align: center;
  -webkit-column-count: 1;
  column-count: 1;
}

.row-copy.alt {
  margin-bottom: 70px;
}

.row-copy.single {
  -webkit-column-count: 1;
  column-count: 1;
}

.row-copy.client-work {
  -webkit-column-count: 2;
  column-count: 2;
}

.services {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-item {
  padding: 49px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-item.full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-item.opaque {
  margin-bottom: 0px;
  background-color: var(--bg, #ffffff);
}

.form-field {
  height: 60px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 20px;
}

.form-field:hover {
  border-bottom-color: var(--brand, #ae8043);
}

.form-field:focus {
  border-bottom-color: var(--brand, #ae8043);
}

.form-field.cta {
  margin-bottom: 23px;
  border-bottom-color: var(--brand, #ae8043);
  background-color: rgba(51, 37, 19, 0.75);
  color: var(--bg, #ffffff);
}

.form-field.cta:hover {
  background-color: var(--brand, #ae8043);
  color: var(--bg, #ffffff);
}

.form-field.cta:active {
  color: var(--brand, #ae8043);
}

.form-field.cta:focus {
  background-color: var(--brand, #ae8043);
  color: var(--bg, #ffffff);
}

.form-field.cta.text-area {
  min-height: 200px;
}

.form-field.cta._100 {
  margin-bottom: 5px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.form-field.text-area {
  min-height: 120px;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.field-container._100 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.block-half {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 970px solid transparent;
  border-right: 60px solid var(--bg, #ffffff);
}

.list-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-grid._100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.list-grid-item {
  display: block;
  margin-bottom: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  font-size: 14px;
}

.list-grid-item.light {
  margin-bottom: 7px;
  color: var(--bg, #ffffff);
  text-align: left;
}

.list-grid-item.third {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.list-grid-item.half {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.list-grid-item.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-title {
  text-align: left;
}

.post-copy {
  text-align: left;
}

.post-meta {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-style: italic;
  text-align: left;
}

.post-meta.author {
  float: none;
  line-height: 15px;
}

.post-meta.date {
  line-height: 15px;
}

.post-container {
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.post-container:hover {
  background-color: #f7f7f7;
}

.success {
  padding: 40px;
  border: 1px solid #ddd;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.error {
  background-color: red;
  font-family: 'Open Sans', sans-serif;
  color: var(--bg, #ffffff);
  font-weight: 700;
  text-align: center;
}

.blog-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post {
  display: block;
  padding: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.blog-image {
  width: 100%;
  height: 200px;
  background-image: url('46ae28cb-background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-heading {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  text-align: center;
}

.form-heading.light {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: var(--bg, #ffffff);
}

.form-copy.light {
  color: var(--bg, #ffffff);
  text-align: center;
}

.cta-title {
  padding-bottom: 0px;
  line-height: 38px;
}

.cta-title.light {
  color: var(--brand, #ae8043);
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 5px;
}

.service-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-icon.services {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-icon.clients {
  height: auto;
}

.service-title.client {
  font-size: 30px;
  line-height: 30px;
}

.service-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 220px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-container.temp {
  display: block;
}

.list-item-container {
  padding: 15px 0px;
  text-align: left;
}

.dropdown {
  padding: 0px;
}

.dropdown-list {
  left: -69px;
  top: 61px;
  display: none;
  margin-top: 0px;
  float: right;
  background-color: rgba(51, 37, 19, 0.93);
}

.dropdown-list.sticky {
  margin-top: 10px;
}

.dropdown-list.sticky.desktop.w--open {
  top: 50px;
}

.dropdown-list.sticky.desktop.alt.w--open {
  top: 50px;
}

.dropdown-list.sticky.tablet.w--open {
  top: 51px;
}

.menu-wrapper {
  display: inline-block;
  background-color: transparent;
}

.header-main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: right;
}

.header-logo {
  width: 250px;
}

.header-logo.sticky {
  width: 91px;
  margin-left: 10px;
  padding-top: 4px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 16;
  display: none;
  padding-right: 0px;
  background-color: var(--bg, #ffffff);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
}

.list-two-col {
  display: block;
}

.list-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.list-item {
  margin-bottom: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  font-family: 'Open Sans', sans-serif;
  color: var(--ink, #555555);
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.gallery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.gallery-item {
  position: relative;
  display: block;
  padding: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.masonry-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 25, 13, 0.8)), to(rgba(34, 25, 13, 0.8)));
  background-image: linear-gradient(180deg, rgba(34, 25, 13, 0.8), rgba(34, 25, 13, 0.8));
  opacity: 0;
}

.gallery-overlay-copy {
  margin-top: 0px;
  padding-bottom: 0px;
  color: var(--bg, #ffffff);
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 3px;
}

.mobile-dropdown {
  display: inline-block;
  float: none;
  color: #333;
}

.image-left {
  margin-right: 10px;
  float: none;
}

.paragraph.left {
  margin-bottom: 50px;
  text-align: left;
}

.paragraph.center {
  text-align: center;
}

.work-gallery {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.work-gallery-row {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

.video-main {
  margin-top: 10px;
  margin-bottom: 30px;
}

.lead-blueprint {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: none;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  text-align: center;
}

.lead-blueprint.mobile {
  opacity: 1;
}

.lead-container {
  padding: 8px 16px 14px;
  border: 3px solid #332513;
  text-align: center;
}

.lead-title {
  text-align: center;
}

.lead-copy {
  text-align: center;
}

.link-dark {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:var(--font-display, Teko, sans-serif);
  color: var(--bg, #ffffff);
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.link-dark:hover {
  color: var(--bg, #ffffff);
  text-decoration: underline;
}

.post-author {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
}

.meta-container {
  margin-bottom: 15px;
}

.work-lead {
  margin-bottom: 30px;
}

.form-success {
  color: var(--bg, #ffffff);
}

.intake-form {
  height: auto;
  margin-bottom: 50px;
}

.sales-portrait {
  float: none;
  border-radius: 300px;
}

.sales-title {
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.sales-copy {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 35px;
  text-align: left;
}

.sales-contact {
  display: inline-block;
  padding-right: 10px;
  float: left;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.form-dropdown {
  margin-bottom: 25px;
}

.rich-text {
  padding-bottom: 50px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
}

.client-splash {
  max-width: 60%;
  margin-bottom: 17px;
}

.landing-page-end {
  padding-bottom: 50px;
}

.sales-form {
  margin-top: 30px;
}

.column {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #ddd;
}

.blog-copy {
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sidebar-item {
  margin-bottom: 40px;
  text-align: center;
}

.guide {
  width: 100%;
  margin-bottom: 20px;
}

.guide-wrapper {
  margin-top: 40px;
}

.video {
  margin-bottom: 20px;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(51, 37, 19, 0.78);
}

.image {
  width: 400px;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.image-2 {
  width: 100px;
  height: auto;
  max-width: 600px;
  min-width: 320px;
  margin-bottom: 30px;
}

.image-3 {
  width: 100%;
}

.div-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block.works {
  background-color: rgba(51, 37, 19, 0.78);
  background-image: url('22765b7d-v_squared_creative_boise_brick_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-2 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.html-embed {
  width: 100%;
  height: 100vh;
}

.html-embed-2 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.portfolio-image {
  width: 50%;
  height: auto;
  min-width: 50%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.portfolio-image.last {
  width: 100%;
}

.portfolio-row {
  margin-bottom: 30px;
}

.portfolio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.portfolio-slider {
  width: 100%;
  height: auto;
  background-color: var(--bg, #ffffff);
}

.portfolio-slide {
  height: 500px;
  background-image: url('46ae28cb-background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-nav {
  color: #000;
}

.portfolio-website {
  width: 100%;
  float: right;
}

.image-4 {
  width: 100%;
}

.div-block-3 {
  margin-bottom: 30px;
}

.video-2 {
  max-height: 400px;
}

.portfolio-video {
  display: block;
  margin-top: 30px;
}

.video-m {
  display: block;
  width: 100%;
  max-height: 350px;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.paragraph-2 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-4 {
  padding: 18px 10px 10px;
  float: none;
  text-align: left;
}

.image-5 {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 650px;
  padding: 20px 0px 20px 20px;
  float: right;
  direction: ltr;
}

.heading {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.image-6 {
  width: 100%;
  height: auto;
  max-width: 400px;
  padding: 10px 20px 20px 0px;
  float: left;
}

.image-7 {
  width: 100%;
  height: auto;
  max-width: 550px;
  padding: 10px 0px 20px 20px;
  float: right;
}

.client-work {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}

.client-work.copy {
  text-align: center;
}

.rich-text-block {
  font-family: 'Open Sans', sans-serif;
}

.click-to-call {
  background-color: var(--brand, #ae8043);
  color: var(--bg, #ffffff);
}

.heading-2 {
  color: var(--bg, #ffffff);
}

.cs-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('46ae28cb-background-image.svg');
  background-position: 50% 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-logo {
  position: relative;
  z-index: 5;
  width: 400px;
  height: auto;
  max-width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
}

.cs-brandcolor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.85;
}

.cs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.cs-one {
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  text-align: left;
}

.cs-step {
  font-size: 150px;
  line-height: 100px;
  font-weight: 900;
  text-align: left;
}

.cs-sub {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.cs-sub.light {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
  color: var(--bg, #ffffff);
  text-align: left;
}

.cs-two {
  min-height: 350px;
  margin: 15px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-image: url('46ae28cb-background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-two.cs-mobile {
  display: none;
}

.cs-services {
  color: #b4b6b8;
  font-weight: 600;
  text-align: center;
}

.cs-summary {
  position: relative;
  z-index: 5;
  color: var(--bg, #ffffff);
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.cs-summary h2 {
  color: #ce1717;
}

.cs-summary p {
  color: var(--bg, #ffffff);
}

.cs-copy {
  font-family: 'Open Sans', sans-serif;
  color: var(--ink, #555555);
  font-size: 16px;
  line-height: 35px;
}

.cs-footer {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 50px;
  background-image: url('46ae28cb-background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  height: 40px;
}

.image-8 {
  margin-bottom: 30px;
}

.image-9 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 15px;
}

.image-10 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 40px;
}

.video-wrapper {
  width: 550px;
}

.html-embed-3 {
  width: 100%;
  border: 2px solid #ccc;
}

.rich-text-block-2 {
  margin-right: 5px;
  margin-left: -20px;
}

html.w-mod-js *[data-ix="scroll-slide-r-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="load-fade-in-center"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-fade-in-center-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-slide-r-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="load-slide-l-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="scroll-fade-in-center-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scroll-slide-right"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="scroll-slide-right-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="work-item-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="work-item-animation-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="work-item-animation-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="work-item-animation-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="team-portrait"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px) rotate(-90deg);
  -ms-transform: translate(-100px, 0px) rotate(-90deg);
  transform: translate(-100px, 0px) rotate(-90deg);
}

html.w-mod-js *[data-ix="bio-fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="asset-load"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .main-nav.sticky {
    display: inline-block;
    float: right;
    text-align: right;
  }

  .menu-item {
    color: var(--ink, #555555);
  }

  .menu-item.dropdown {
    color: var(--bg, #ffffff);
  }

  .menu-item.sticky {
    color: var(--ink, #555555);
  }

  .m-link {
    color: var(--ink, #555555);
  }

  .m-link.sticky {
    color: var(--ink, #555555);
  }

  .m-link.sticky:hover {
    color: #444;
  }

  .row {
    width: 95%;
  }

  .section-title {
    font-size: 40px;
    line-height: 40px;
  }

  .case-study.cs-one {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .case-study.cs-two {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .case-study.cs-three {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .case-study.cs-four {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cs-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .cs-content {
    position: relative;
    z-index: 2;
  }

  .title-container {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .work-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work-item._75.tdp {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-position: 50% 50%;
  }

  .work-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  }

  .work-title {
    font-size: 26px;
  }

  .work-button {
    opacity: 1;
  }

  .team-toggle {
    width: 45px;
    height: 45px;
  }

  .t-portrait {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .bio {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-wrapper.connect {
    padding-right: 0px;
    background-position: -356px 0px;
  }

  .row-wrapper.map {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-copy {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .block-item.opaque {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .form-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .field-container._100 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .list-grid {
    display: block;
  }

  .list-grid-item {
    margin-bottom: 10px;
    padding-right: 19px;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .list-grid-item.third {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .blog-post {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .form-heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .service-container {
    margin-top: 0px;
  }

  .dropdown-list {
    margin-top: 60px;
  }

  .dropdown-list.sticky.mobile {
    position: absolute;
  }

  .dropdown-list.sticky.desktop.alt.w--open {
    position: absolute;
    float: none;
  }

  .dropdown-list.sticky.tablet.w--open {
    position: absolute;
    top: 47px;
  }

  .mobile-toggle:active {
    color: #000;
  }

  .mobile-toggle.w--open {
    background-color: hsla(0, 0%, 96.9%, 0.52);
  }

  .list-col {
    display: block;
  }

  .mobile-nav {
    display: block;
    color: #000;
  }

  .mobile-nav:active {
    color: #000;
  }

  .mobile-dropdown {
    display: block;
    overflow: visible;
    max-height: 550px;
    margin-top: 60px;
    margin-left: 96px;
    background-color: var(--bg, #ffffff);
    box-shadow: -6px 6px 8px -5px rgba(0, 0, 0, 0.06);
  }

  .menu-toggle.custom {
    color: var(--bg, #ffffff);
  }

  .dropdown-arrow {
    color: var(--ink, #555555);
  }

  .lead-blueprint {
    max-width: 260px;
  }

  .column {
    padding-left: 25px;
  }

  .portfolio-website {
    width: 100%;
    margin-bottom: 25px;
    float: none;
  }

  .image-4 {
    width: 100%;
  }

  .image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-6 {
    display: block;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .image-7 {
    display: block;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .cs-row {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cs-one {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .cs-two {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .cs-two.cs-mobile {
    display: block;
  }

  .cs-two.cs-left {
    display: none;
  }

  .cs-summary {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width: 767px) {
  .intro-title {
    font-size: 30px;
    line-height: 30px;
  }

  .button {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 11px;
    font-size: 18px;
  }

  .button.style-b {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .social {
    margin-bottom: 0px;
  }

  .about {
    padding: 70px 20px;
  }

  .row {
    width: 100%;
  }

  .section-title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 8px;
  }

  .case-study.cs-one {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .case-study.cs-two {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .case-study.cs-three {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .case-study.cs-four {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-container {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .intro {
    display: none;
  }

  .sub-header {
    height: auto;
    min-height: 250px;
    padding-top: 197px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .title-container {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 50px;
  }

  .subpage-title {
    font-size: 29px;
    line-height: 36px;
  }

  .subpage-title.blog-title {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 29px;
    line-height: 36px;
  }

  .work-item._75.tdp {
    background-position: 50% 50%;
  }

  .work-overlay {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .work-button {
    opacity: 1;
  }

  .work-row {
    display: block;
  }

  .row-wrapper.connect {
    background-image: url('5fe2049e-v_squared_creative_boise_typewriter_6.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .block-list {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-item.full {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('5fe2049e-v_squared_creative_boise_typewriter_6.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .block-item.opaque {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-field.cta {
    min-height: 70px;
  }

  .block-half {
    position: static;
    height: 300px;
    border-style: none none solid solid;
    border-right-width: 35px;
    border-bottom-width: 48px;
    border-bottom-color: var(--bg, #ffffff);
    border-left-width: 600px;
    border-left-color: transparent;
  }

  .list-grid {
    display: block;
    padding-left: 0px;
  }

  .list-grid-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .blog-post {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blog-image {
    height: 200px;
  }

  .form-heading.light {
    min-height: 70px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header-logo {
    width: 150px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .lead-blueprint {
    position: static;
    max-width: none;
  }

  .lead-blueprint.mobile {
    position: static;
    display: block;
  }

  .sales-portrait {
    margin-bottom: 20px;
  }

  .column {
    padding-right: 0px;
    padding-left: 25px;
    border-right-style: none;
  }

  .video-m {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    background-image: none;
  }

  .intro-title {
    padding-left: 0px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 6px;
  }

  .main-nav {
    margin-top: 10px;
    margin-right: 10px;
  }

  .button {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
  }

  .social {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .cs-content {
    padding: 35px;
  }

  .title-light {
    font-size: 25px;
    line-height: 33px;
    text-align: center;
  }

  .copy-light {
    width: 95%;
  }

  .intro {
    display: none;
  }

  .sub-header {
    position: relative;
    display: block;
    min-height: auto;
    padding-top: 200px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .title-container {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 49px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subpage-title {
    font-size: 29px;
    line-height: 36px;
  }

  .subpage-title.blog-title {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 29px;
    line-height: 36px;
  }

  .tab {
    display: inline-block;
    width: 33.33%;
  }

  .team-toggle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .row-margins {
    width: 95%;
  }

  .row-wrapper.connect {
    background-image: url('bda2452a-v_squared_creative_boise_typewriter_7.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .block-item.full {
    background-image: url('bda2452a-v_squared_creative_boise_typewriter_7.jpg');
  }

  .form-field {
    height: 70px;
  }

  .field-container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .list-grid-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blog-image {
    height: 125px;
  }

  .form-heading {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header-logo {
    width: 100px;
  }

  .sticky-nav {
    opacity: 1;
  }

  .column {
    padding-left: 25px;
  }
}

