a {
  color: #333;
  text-decoration: underline;
}

.navigation {
  display: block;
  height: 85px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 20px;
  border-bottom: 4px none #bc438b;
  background-color: hsla(0, 0%, 100%, .65);
}

.navigation.services-page {
  background-color: transparent;
  background-image: none;
}

.navigation.services-page.blog-page {
  display: block;
  height: 10vh;
}

.nav-container {
  display: inline;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: co-headline, sans-serif;
  color: #444;
  font-size: 15px;
  font-weight: 700;
}

.nav-container:focus {
  background-color: transparent;
}

.section-1 {
  display: block;
  height: 100vh;
  background-color: transparent;
  background-image: url('../images/SydneyPink.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-1.who-we-are {
  background-position: 50% 40%;
  background-size: auto;
  background-attachment: fixed;
}

.section-1.home {
  height: auto;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(0deg, rgba(188, 67, 139, .65), rgba(240, 148, 44, .65)), url('../images/snow-mountains-forest-winter-optimized.jpg');
  background-image: linear-gradient(90deg, rgba(188, 67, 139, .65), rgba(240, 148, 44, .65)), url('../images/snow-mountains-forest-winter-optimized.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.nav-link {
  position: relative;
  display: inline-block;
  height: 45px;
  padding-bottom: 46px;
  float: left;
  border-width: 4px;
  border-color: #333 #333 transparent;
  border-bottom-style: solid;
  -webkit-transition: border-color 400ms ease, color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease;
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-width: 4px;
  border-color: #fff #fff #bc438b;
  border-bottom-style: solid;
  color: #bc438b;
  text-decoration: none;
}

.nav-link:active {
  border-bottom-color: #333;
  color: #333;
}

.nav-link.w--current {
  border-style: none;
  color: #bc438b;
}

.nav-link.w--current:focus {
  padding-bottom: 46px;
  color: #bc438b;
}

.nav-link.pain {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.nav-link.pain:hover {
  border-bottom-style: dotted;
  border-bottom-width: 2px;
}

.nav-link.home {
  border-bottom-style: solid;
  border-bottom-color: transparent;
  color: #fff;
}

.nav-link.home:hover {
  border-bottom-style: solid;
  border-bottom-color: #bc438b;
  color: #333;
}

.nav-link.home:active {
  border-bottom-color: #333;
  color: #333;
}

.nav-link.home:focus {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  color: #bc438b;
}

.nav-link.home.w--current {
  border-bottom-style: none;
}

.nav-link.home.w--current:hover {
  border-bottom-style: solid;
  color: #fff;
}

.headline {
  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-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;
}

.home-headline {
  margin-top: 100px;
  font-family: co-headline, sans-serif;
  font-size: 4em;
  text-align: center;
}

.home-headline.section-2 {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #bc438b;
  font-size: 3.2em;
}

.home-headline.home {
  max-width: 1000px;
  margin-top: 0px;
  color: #fff;
  font-size: 7em;
  line-height: 100px;
}

.section-1-btn {
  display: block;
  margin-top: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: co-headline, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-1-btn:hover {
  border-color: #bc438b;
  background-color: rgba(187, 67, 138, .9);
  color: #fff;
}

.section-1-btn:active {
  background-color: rgba(51, 51, 51, .9);
  color: #bc438b;
}

.section-1-btn.services-contact {
  max-height: 35px;
  max-width: 500px;
  margin: 0px 60px 50px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-width: 2px;
  border-color: #bc438b;
  -webkit-transition: background-color 400ms ease, color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, color 400ms ease;
  color: #333;
}

.section-1-btn.services-contact:hover {
  color: #fff;
}

.section-1-btn.services-contact.gira-bio {
  margin-right: 0px;
  margin-left: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.section-1-btn.services-contact.bottom {
  width: 500px;
  min-height: 35px;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-1-btn.services-contact.who {
  margin-left: 0px;
}

.section-1-btn.home-btns {
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 11px;
  border: 1px none #fff;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .45);
  -webkit-transition: background-color 400ms ease, color 400ms ease, border-color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, border-color 400ms ease;
  color: #333;
  font-size: 16px;
}

.section-1-btn.home-btns:hover {
  border-bottom-color: #333;
  background-color: rgba(51, 51, 51, .9);
  color: #fff;
}

.section-1-btn.home-btns:active {
  background-color: rgba(240, 148, 44, .75);
}

.section-1-btn.home-btns.bottom {
  display: none;
  width: 400px;
  margin-top: 50px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-1-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1000px;
  margin-bottom: 100px;
  padding-left: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-logo {
  margin-top: 5px;
}

.home-section-2 {
  height: auto;
  min-height: auto;
  padding-bottom: 60px;
}

.home-section-2.part-3 {
  min-height: 100vh;
  background-image: url('../images/Recent-Client-Logos-BKG.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.home-section-2-subhea {
  display: block;
  max-width: 860px;
  margin: 8px auto 0px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.home-section-2-subhea.number-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: co-headline, sans-serif;
  color: #444;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.home-section-2-subhea._2 {
  display: inline-block;
  max-width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

.section-2-graphics-flex {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-2-venn {
  position: relative;
  z-index: -1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-2-graphics-2 {
  display: block;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.v-line {
  width: 2px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px solid rgba(0, 0, 0, .35);
}

.graphic-subhead-2 {
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: co-headline, sans-serif;
  color: #bc438b;
  font-weight: 700;
  text-align: center;
}

.asterisk-div {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.asterisk-div.link-block {
  display: block;
  max-width: 271px;
  margin: 96px auto 169px;
  text-decoration: none;
}

.section-3-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-3-flex-parent.home {
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gradient-circle-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #000;
  border-radius: 250px;
  background-image: -webkit-linear-gradient(0deg, rgba(188, 67, 139, .7), rgba(240, 148, 44, .7));
  background-image: linear-gradient(90deg, rgba(188, 67, 139, .7), rgba(240, 148, 44, .7));
  box-shadow: 0 0 100px 35px rgba(240, 148, 44, .25);
}

.sec3-typog {
  margin-bottom: 20px;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 43px;
  font-weight: 500;
  text-align: center;
}

.sec3-typog._2 {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 700;
}

.sec3-typog._2._5 {
  margin-top: 10px;
  font-size: 58px;
}

.sec3-typog._3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 300;
}

.sec3-typog._3._4 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
}

.sec3-typog._3._4._6 {
  margin-top: 3px;
  font-size: 23px;
  font-weight: 400;
}

.typography-div {
  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;
  font-family: canada-type-gibson, sans-serif;
}

.section-2-flex-div {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2-flex-div.home {
  padding-top: 60px;
}

.left-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  margin-left: auto;
  padding-right: 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;
  border-radius: 60px;
  background-color: rgba(188, 67, 139, .7);
  -webkit-transition: box-shadow 450ms ease;
  transition: box-shadow 450ms ease;
  text-decoration: none;
}

.left-button:hover {
  box-shadow: 0 0 30px 10px rgba(188, 67, 139, .4);
}

.left-button.right {
  margin-right: 0px;
  margin-left: 15px;
  background-color: rgba(240, 148, 44, .7);
  -webkit-transition: box-shadow 450ms ease;
  transition: box-shadow 450ms ease;
}

.left-button.right:hover {
  box-shadow: 0 0 30px 10px rgba(240, 148, 44, .5);
}

.regular-headline {
  display: block;
  max-width: 1000px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: co-headline, sans-serif;
  color: #bc438b;
  font-size: 4.5em;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.regular-headline.services-and {
  padding-right: 16px;
  padding-left: 16px;
  font-family: canada-type-gibson, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.regular-headline.our-work {
  margin-top: 0px;
  padding-top: 90px;
  color: #333;
}

.regular-headline.pain {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.regular-headline._404 {
  margin-top: 0px;
  color: #fff;
  font-size: 8em;
}

.regular-headline.side-ops {
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 119px;
  line-height: 89px;
  font-weight: 900;
}

.regular-headline.white {
  color: #fff;
}

.headline-subhead {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.headline-subhead.services {
  padding-top: 40px;
  font-size: 22px;
}

.headline-subhead.ourwork {
  color: #333;
}

.headline-subhead.sub {
  display: block;
  width: auto;
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: canada-type-gibson, sans-serif;
  color: #444;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.headline-subhead.internships {
  line-height: 28px;
}

.headline-subhead.internships.white {
  margin-bottom: 30px;
}

.headline-subhead.side-ops {
  color: #fff;
  font-size: 21px;
}

.headline-subhead.white {
  color: #fff;
}

.who-we-are-icons {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.who-we-are-link-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 225px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px 11px;
  border-color: transparent;
  border-radius: 110px;
  -webkit-transition: border-color 450ms ease, border-width 800ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 250ms ease;
  transition: border-color 450ms ease, border-width 800ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 250ms ease;
  transition: border-color 450ms ease, filter 250ms ease, border-width 800ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 450ms ease, filter 250ms ease, border-width 800ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 250ms ease;
  text-decoration: none;
}

.who-we-are-link-blocks:hover {
  width: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 10px 10px 212px;
  border-color: rgba(188, 67, 139, .25) transparent hsla(0, 0%, 97%, .55) #bc438b;
  border-radius: 0px;
  background-image: none;
  color: #fff;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.footer:focus {
  border: 1px solid #000;
}

.copyright-block {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px 0px 0px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.copyright-text {
  margin-top: 5px;
  font-family: co-headline, sans-serif;
  color: #eee;
  font-size: 10px;
  font-weight: 700;
}

.footer-buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.footer-nav {
  padding-right: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: co-headline, sans-serif;
  color: #eee;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.footer-nav:hover {
  color: #bc438b;
}

.footer-nav.w--current {
  margin-top: 0px;
}

.footer-nav.team-join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  color: #bc438b;
}

.footer-nav.team-join:hover {
  color: #fff;
}

.footer-nav.team-join:active {
  color: #f0942c;
}

.footer-left-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.social-media-icons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-right: 10px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.social-media-icon {
  margin-right: 20px;
  opacity: 0.65;
}

.social-media-icon:hover {
  opacity: 1;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.section-3-home-btns-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: co-headline, sans-serif;
  color: #fff;
  line-height: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.who-icon-titles {
  position: absolute;
  padding-top: 200px;
  font-family: co-headline, sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.stella-icon {
  padding-top: 20px;
}

.who-person-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 100px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Will-Bio-Cutout-Double-Exposure.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.who-person-sections._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.who-person-sections._1._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Gira-DoubleExpBKGlarge.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.who-person-sections._1._2._4 {
  background-image: url('../images/StellaBioPic2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.who-person-sections._1._3 {
  background-image: url('../images/KildaBeachPic2Compressed.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.will-bio-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.will-bio-div.service-1 {
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.will-bio-div.service-1.service-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.will-bio-div.service-1.service-2.gira-bio {
  width: auto;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.will-bio-div.service-1.service-2.will-bio {
  width: auto;
  margin-left: 100px;
  padding-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.will-bio-div.service-1.presenation-stuff {
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.will-bio-div.service-1.presenation-stuff.portfolio {
  width: 40%;
  margin-bottom: 60px;
}

.bio-name-title {
  margin-top: 60px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #bc438b;
  font-size: 6.7em;
  line-height: 70px;
  font-style: italic;
  font-weight: 900;
  text-align: right;
}

.bio-name-title.services {
  margin-top: 80px;
  margin-bottom: 15px;
  margin-left: 50px;
  padding-top: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 5.8em;
  line-height: 70px;
}

.bio-name-title.services.portfolio {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 5.4em;
  text-align: left;
}

.bio-name-title.services.portfolio.carescripts {
  font-size: 5.2em;
}

.bio-name-title.kilda {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.bio-quote {
  padding-right: 60px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: canada-type-gibson, sans-serif;
  color: #7a7a7a;
  font-size: 33px;
  line-height: 40px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
}

.bio-quote.body-copy {
  width: auto;
  margin-top: 20px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 60px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
}

.bio-quote.body-copy.left {
  padding-right: 60px;
  padding-left: 0px;
  text-align: left;
}

.bio-quote.body-copy.service-page {
  padding-right: 60px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bio-quote.body-copy.service-page.left-just {
  text-align: left;
}

.bio-quote.services {
  margin-top: 30px;
  padding-right: 60px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #333;
  line-height: 38px;
  text-align: left;
}

.bio-quote.will {
  padding-right: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #555;
  text-align: left;
}

.bio-quote.gira {
  padding-right: 0px;
  padding-left: 60px;
  color: #555;
}

.bio-quote.kilda {
  color: #333;
  text-align: left;
}

.bio-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 25px;
  margin-right: 0px;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-right: 3px solid #333;
}

.bio-text-div._1 {
  max-width: 560px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-left: 3px none #cacaca;
  border-right-style: solid;
  border-right-color: #cacaca;
  background-color: transparent;
  background-image: none;
}

.bio-text-div._1._2 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-right-style: none;
  border-left-style: solid;
}

.bio-text-div._1._2.stella {
  padding-right: 15px;
  border-left-color: #444;
  background-image: none;
}

.bio-text-div._1.kilda {
  border-right-color: #333;
}

.services-sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/boatin-1080.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.services-headline-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-offered-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding-top: 60px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.services-btn-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 265px;
  margin-right: 3px;
  padding-top: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(188, 67, 139, .8);
  -webkit-transition: box-shadow 450ms ease;
  transition: box-shadow 450ms ease;
  text-decoration: none;
}

.services-btn-blocks:hover {
  background-color: rgba(188, 67, 139, .8);
  background-image: none;
  box-shadow: inset 0 -50px 100px -25px #f0942c;
}

.services-box-titles {
  width: 70%;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-family: co-headline, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.services-box-descrips {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.service-sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ExmouthCanyonGradient.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-sec-1._2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/GNPbkggradient.jpg');
}

.service-sec-1._2._3 {
  background-image: url('../images/BearPawsGradient.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-sec-1._2._3._4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BoranupGradient.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.service-sec-1.ourwork-sec-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(90deg, rgba(61, 185, 170, .5), transparent 25%), url('../images/portfoliobkg.jpg');
  background-image: linear-gradient(0deg, rgba(61, 185, 170, .5), transparent 25%), url('../images/portfoliobkg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-sec-1.ourwork-sec-1._2 {
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, .6), hsla(0, 0%, 100%, 0) 25%), url('../images/portfoliobkg.jpg');
  background-image: linear-gradient(0deg, rgba(51, 51, 51, .6), hsla(0, 0%, 100%, 0) 25%), url('../images/portfoliobkg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-sec-1.ourwork-sec-1._2._3 {
  background-image: -webkit-linear-gradient(90deg, rgba(188, 67, 139, .5), hsla(0, 0%, 100%, 0) 25%), url('../images/portfoliobkg.jpg');
  background-image: linear-gradient(0deg, rgba(188, 67, 139, .5), hsla(0, 0%, 100%, 0) 25%), url('../images/portfoliobkg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-img-1 {
  margin-top: 120px;
  margin-left: -120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.service-title-colors {
  color: #333;
}

.empty-div-bio-bkg {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job-title {
  padding-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: canada-type-gibson, sans-serif;
  color: #a7a7a7;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.job-title.kilda {
  padding-left: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #bc438b;
}

.job-title.stella {
  color: #333;
}

.asterisk {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  text-align: center;
}

.services-4-boxes-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 975px;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.other-stuff-box {
  width: 305px;
  height: 300px;
  margin: 10px;
  background-image: url('../images/rollover---web.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.other-stuff-box:hover {
  background-image: url('../images/rollover---web.png');
  background-size: contain;
  opacity: 1;
}

.other-stuff-box.logos {
  background-image: url('../images/rollover---logo-white.png');
  background-size: auto;
}

.other-stuff-box.print {
  background-image: url('../images/rollover---print.png');
  background-position: 0px 0px;
  background-size: contain;
}

.other-stuff-box.infos {
  background-image: url('../images/rollover---info.png');
  background-size: contain;
}

.other-stuff-box.uiux {
  background-image: url('../images/rollover---ui.png');
  background-size: contain;
}

.other-stuff-box.emailsocial {
  background-image: url('../images/rollover---email.png');
  background-size: contain;
}

.other-stuff-top-div {
  width: 305px;
  height: 300px;
  background-image: url('../images/normal---web.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.other-stuff-top-div:hover {
  opacity: 0;
}

.other-stuff-top-div.logos {
  background-image: url('../images/normal---logo.png');
  background-size: auto;
}

.other-stuff-top-div.print {
  background-image: url('../images/normal---print.png');
  background-size: contain;
}

.other-stuff-top-div.infos {
  background-image: url('../images/normal---info.png');
  background-size: auto;
}

.other-stuff-top-div.uiux {
  background-image: url('../images/normal---ui.png');
  background-size: contain;
}

.other-stuff-top-div.emailsocial {
  background-image: url('../images/normal---email.png');
  background-size: contain;
}

.our-work-sec-1 {
  min-height: 90vh;
  background-image: -webkit-linear-gradient(270deg, #fff 7%, rgba(240, 148, 44, .7) 64%, rgba(188, 67, 139, .7)), url('../images/surgeloft.jpg');
  background-image: linear-gradient(180deg, #fff 7%, rgba(240, 148, 44, .7) 64%, rgba(188, 67, 139, .7)), url('../images/surgeloft.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.portfolio-subheads {
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: co-headline, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.simuapp-slide-thumb {
  margin: 2px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
}

.simuapp-slide-thumb:hover {
  -webkit-filter: grayscale(100%) invert(80%);
  filter: grayscale(100%) invert(80%);
}

.portfolio-thumbs-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 552px;
  margin-top: 25px;
  margin-right: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-thumbs-div._1080-slides {
  margin-top: 120px;
}

.contact-sec-1 {
  display: block;
  min-height: 100vh;
  padding-bottom: 40px;
  background-image: url('../images/HOUDC.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.contact-sec-1.side-ops-page {
  background-image: -webkit-linear-gradient(90deg, transparent 26%, hsla(0, 0%, 100%, .59)), url('../images/sea-sky-sunset-ocean.jpeg');
  background-image: linear-gradient(0deg, transparent 26%, hsla(0, 0%, 100%, .59)), url('../images/sea-sky-sunset-ocean.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-sec-1.revisions {
  background-image: -webkit-linear-gradient(90deg, transparent 23%, #fff), url('../images/BoranupGradient.jpg');
  background-image: linear-gradient(0deg, transparent 23%, #fff), url('../images/BoranupGradient.jpg');
}

.contact-form {
  display: block;
  max-width: 500px;
  margin: 30px auto;
  padding: 20px;
  background-image: -webkit-linear-gradient(90deg, rgba(188, 67, 139, .9), rgba(188, 67, 139, .6));
  background-image: linear-gradient(0deg, rgba(188, 67, 139, .9), rgba(188, 67, 139, .6));
  text-align: left;
}

.contact-form.join-team.internship {
  min-width: 350px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(90deg, rgba(188, 67, 139, .9), rgba(188, 67, 139, .75));
  background-image: linear-gradient(0deg, rgba(188, 67, 139, .9), rgba(188, 67, 139, .75));
}

.contact-form.revisions {
  max-width: 650px;
}

.contact-field-labels {
  font-family: co-headline, sans-serif;
  color: #fff;
  font-size: 16px;
}

.contact-submit {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: co-headline, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-submit:hover {
  background-color: hsla(0, 0%, 100%, .85);
  color: #333;
}

.contact-submit:active {
  border-color: #333;
  background-color: rgba(51, 51, 51, .85);
  color: #fff;
}

.contact-submit:focus {
  border-color: #333;
  background-color: rgba(51, 51, 51, .85);
}

.contact-submit.team {
  margin-top: 10px;
  margin-bottom: 5px;
}

.checkbox-field-contact {
  margin-top: 10px;
  margin-left: 15px;
}

.checkbox-contact {
  border: 1px solid #fff;
  background-color: transparent;
}

.text-field-contact {
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.text-field-contact:focus {
  border: 2px solid #333;
}

.text-field-contact.notes {
  min-height: 300px;
}

.success-form {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #fff;
  background-color: rgba(51, 51, 51, .5);
  font-family: co-headline, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.success-message {
  height: 450px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/22239190561_792b71c838_o.jpg');
  background-position: 50% 21%;
  background-size: cover;
  background-repeat: no-repeat;
}

.error-message {
  padding-bottom: 5px;
  background-color: hsla(0, 0%, 100%, .9);
  font-family: canada-type-gibson, sans-serif;
  color: #333;
  font-weight: 600;
  text-align: center;
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 92vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(90deg, transparent 30%, #fff 89%), url('../images/emptyroombkg.jpg');
  background-image: linear-gradient(0deg, transparent 30%, #fff 89%), url('../images/emptyroombkg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pain-sec-1 {
  min-height: 100vh;
  background-image: url('../images/Whitesky-forest-crap-edition.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navigation-home.home {
  border-bottom-style: none;
  background-color: transparent;
}

.homeheadline-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 0px none #000;
}

.pain-btn {
  display: block;
  max-width: 300px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f0942c;
  font-family: Inconsolata, monospace;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
}

.pain-btn:hover {
  box-shadow: 21px 21px 37px 15px #000;
}

.pain-btn.stay.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tumblrframe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 0px none #000;
  text-align: center;
}

._404-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._404-message-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px none #000;
  border-radius: 250px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, rgba(188, 67, 139, .75), rgba(240, 148, 44, .8));
  background-image: linear-gradient(90deg, rgba(188, 67, 139, .75), rgba(240, 148, 44, .8));
}

._404-subhead {
  margin-top: 35px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.enjoy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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('../images/reallybad.gif');
  background-position: 0px 0px;
  background-size: cover;
}

.enjoyheadline {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20em;
  font-weight: 900;
}

.typography-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.mouse-scroll-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -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;
  opacity: 0.75;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.mouse-scroll-btn:hover {
  opacity: 0.45;
}

.blog-iframe-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.scroll-icon {
  display: block;
  max-height: 75%;
  max-width: 75%;
}

.mailchimp-embed {
  min-width: 300px;
  margin-left: 20px;
}

.email-form-title {
  font-family: canada-type-gibson, sans-serif;
  color: #bc438b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
}

.mailchimp-form {
  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;
}

.mailchimp-text-field {
  height: 25px;
  max-height: 30px;
  max-width: 327px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: #f5f5f5;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

.mailchimp-text-field:focus {
  padding-left: 5px;
  border: 1px solid #bc438b;
  background-color: #fff;
}

.mailchimp-form-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.form-submit-btn {
  height: 25px;
  max-height: 30px;
  margin-left: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bc438b;
  font-family: co-headline, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-submit-btn:hover {
  background-color: hsla(0, 0%, 100%, .9);
  color: #bc438b;
}

.form-submit-btn:active {
  background-color: rgba(240, 148, 44, .9);
  color: #333;
}

.mailchimp-success {
  height: 25px;
  max-width: 415px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(188, 67, 139, .9);
  font-family: co-headline, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mailchimp-success-text {
  margin-bottom: 0px;
  padding-top: 3px;
}

.mailchimp-error {
  max-height: 25px;
  max-width: 414px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0942c;
  font-family: canada-type-gibson, sans-serif;
  color: #333;
}

.back-to-top-btn {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.skip-to-top-btn {
  margin-top: 40px;
  opacity: 0.66;
}

.skip-to-top-btn:hover {
  opacity: 0.84;
}

.skip-to-top-btn.our-work {
  margin-top: 0px;
  margin-bottom: 20px;
}

.form-and-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.description-div {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.desc-icons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.desc-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin: 5px;
  padding: 12px 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(51, 51, 51, .85);
}

.icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.blockout {
  color: #bc438b;
  font-size: 110px;
  text-shadow: 0 0 50px hsla(0, 0%, 100%, .25);
}

.pink-line {
  position: relative;
  z-index: 2;
  width: 413px;
  height: 1px;
  margin-top: -103px;
  margin-left: 144px;
  float: left;
  border-top: 2px solid #bc438b;
}

._404span {
  font-weight: 400;
}

html.w-mod-js *[data-ix="home-headline-intro"] {
  opacity: 0;
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}

html.w-mod-js *[data-ix="home-btns-load-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="venndiagram-loadin"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

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

html.w-mod-js *[data-ix="right-circle-enter"] {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="left-circle-enter"] {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

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

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

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

@media (max-width: 991px) {
  .navigation.services-page {
    float: none;
  }
  .section-1 {
    height: 100vh;
  }
  .nav-link {
    display: block;
    width: auto;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-style: none none none solid;
    border-bottom-color: #bc438b;
    border-left-color: #bc438b;
    background-color: hsla(0, 0%, 100%, .95);
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms cubic-bezier(.455, .03, .515, .955);
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms cubic-bezier(.455, .03, .515, .955);
    font-family: Montserrat, sans-serif;
  }
  .nav-link:hover {
    border-right-style: none;
    border-bottom-style: none;
    border-bottom-color: #333;
    border-left-style: solid;
    border-left-color: #fff;
    background-color: rgba(188, 67, 139, .85);
    color: #fff;
  }
  .nav-link.w--current {
    min-width: 250px;
    border-bottom-color: #333;
    border-left-style: solid;
    background-color: rgba(188, 67, 139, .9);
    color: #fff;
  }
  .nav-link.home {
    border-bottom-style: none;
    border-bottom-color: #bc438b;
    color: #333;
  }
  .nav-link.home:hover {
    border-bottom-style: none;
    color: #fff;
  }
  .nav-link.home.w--current {
    border-bottom-style: none;
    background-color: rgba(188, 67, 139, .85);
    color: #fff;
  }
  .home-headline.home {
    font-size: 5.4em;
    line-height: 90px;
  }
  .section-1-btn.services-contact {
    margin-right: 0px;
  }
  .section-1-btn.home-btns {
    margin-top: 30px;
  }
  .section-1-btn-div {
    display: block;
    width: 80%;
  }
  .hamburger:hover {
    color: #bc438b;
  }
  .hamburger:active {
    color: #bc438b;
  }
  .hamburger:focus {
    color: #bc438b;
  }
  .section-2-graphics-flex {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .section-2-venn {
    position: relative;
    z-index: 5;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    opacity: 0;
  }
  .asterisk-div.link-block {
    margin-top: 30px;
    margin-bottom: 11px;
  }
  .sec3-typog._2._5 {
    font-size: 58px;
  }
  .nav-menu-tablet {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    display: block;
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 90px;
    padding-bottom: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
  }
  .hamburger-menu-btn:hover {
    color: #bc438b;
  }
  .hamburger-menu-btn:active {
    background-color: transparent;
    color: #bc438b;
  }
  .hamburger-menu-btn:focus {
    background-color: transparent;
    color: #bc438b;
  }
  .hamburger-menu-btn.w--open {
    border: 2px none #bc438b;
    background-color: transparent;
    color: #bc438b;
  }
  .section-2-flex-div.home {
    padding-bottom: 40px;
  }
  .regular-headline {
    margin-top: 50px;
    font-size: 3.6em;
    line-height: 54px;
    text-align: center;
  }
  .regular-headline.our-work {
    margin-top: 60px;
  }
  .headline-subhead {
    font-size: 21px;
    line-height: 20px;
    text-align: center;
  }
  .headline-subhead.services {
    padding-top: 0px;
  }
  .headline-subhead.ourwork {
    color: #333;
  }
  .who-we-are-icons {
    margin-top: 35px;
    padding-right: 142px;
    padding-left: 142px;
  }
  .who-we-are-link-blocks {
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .who-person-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .who-person-sections._1 {
    height: auto;
    min-height: 100vh;
    background-position: 81% 50%;
  }
  .who-person-sections._1._2 {
    background-position: -200px 50%;
  }
  .who-person-sections._1._3 {
    background-position: -130px 0px;
  }
  .will-bio-div {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .will-bio-div.service-1.service-2.gira-bio {
    margin-right: 0px;
  }
  .will-bio-div.service-1.service-2.will-bio {
    margin-left: 0px;
    padding-left: 0px;
  }
  .will-bio-div.service-1.presenation-stuff {
    width: 80%;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .will-bio-div.service-1.presenation-stuff.portfolio {
    width: 90%;
    margin-bottom: 0px;
  }
  .bio-name-title {
    margin-top: 60px;
    padding-left: 20px;
    font-size: 6em;
    text-align: left;
  }
  .bio-name-title.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 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;
  }
  .bio-name-title.services.portfolio {
    margin-top: 40px;
    padding-left: 0px;
  }
  .bio-name-title.gira {
    padding-right: 20px;
  }
  .bio-name-title.stella {
    padding-right: 20px;
  }
  .bio-quote {
    display: block;
    padding-right: 0px;
    font-weight: 600;
  }
  .bio-quote.body-copy {
    padding-right: 0px;
  }
  .bio-quote.body-copy.service-page {
    padding-bottom: 20px;
  }
  .bio-quote.services {
    margin-top: 0px;
    padding-right: 0px;
  }
  .bio-text-div {
    max-width: 650px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bio-text-div._1 {
    border-right-color: #b9b9b9;
  }
  .bio-text-div._1._2 {
    background-image: -webkit-linear-gradient(0deg, transparent, hsla(0, 0%, 100%, .6) 34%);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .6) 34%);
  }
  .bio-text-div._1._2.stella {
    background-image: -webkit-linear-gradient(0deg, transparent, hsla(0, 0%, 100%, .5) 34%);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .5) 34%);
  }
  .services-btn-blocks {
    margin-top: 3px;
  }
  .service-sec-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .service-sec-1.ourwork-sec-1 {
    padding-bottom: 40px;
  }
  .service-sec-1.ourwork-sec-1._2 {
    padding-bottom: 40px;
  }
  .service-sec-1.reversing-resp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-img-1 {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .job-title {
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .job-title.stella {
    padding-right: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .job-title.gira {
    padding-right: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .services-4-boxes-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our-work-sec-1 {
    min-height: 90vh;
    background-image: -webkit-linear-gradient(270deg, #fff 7%, rgba(240, 148, 44, .6) 34%, rgba(188, 67, 139, .7)), url('../images/surgeloft.jpg');
    background-image: linear-gradient(180deg, #fff 7%, rgba(240, 148, 44, .6) 34%, rgba(188, 67, 139, .7)), url('../images/surgeloft.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .homeheadline-div {
    min-height: 85vh;
  }
  .enjoyheadline {
    width: 90%;
    font-size: 12em;
    text-align: center;
  }
  .back-to-top-btn {
    display: block;
  }
  .back-to-top-btn.our-work {
    margin-bottom: 20px;
  }
  .pink-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigation.services-page.blog-page {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-1.who-we-are {
    height: auto;
    min-height: 100vh;
  }
  .nav-link {
    min-width: 150px;
    background-color: hsla(0, 0%, 100%, .9);
  }
  .nav-link.w--current {
    border-left-style: solid;
  }
  .home-headline {
    margin-top: 80px;
    font-size: 3.4em;
  }
  .home-headline.home {
    width: 95%;
    font-size: 4.4em;
    line-height: 70px;
  }
  .section-1-btn.home-btns.bottom {
    display: block;
  }
  .section-1-btn-div {
    width: 85%;
    -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;
  }
  .hamburger:hover {
    color: #bc438b;
  }
  .hamburger:active {
    color: #bc438b;
  }
  .hamburger:focus {
    color: #bc438b;
  }
  .section-2-graphics-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-2-venn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-3-flex-parent.home {
    height: auto;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sec3-typog._2._5 {
    font-size: 58px;
  }
  .nav-menu-tablet {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: auto;
    max-height: auto;
    min-height: 420px;
    margin-top: 90px;
    float: right;
    background-color: transparent;
  }
  .hamburger-menu-btn.w--open {
    border-style: none;
    background-color: transparent;
    color: #bc438b;
  }
  .left-button {
    display: none;
  }
  .regular-headline {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 3.6em;
  }
  .regular-headline.services-and {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 2.6em;
  }
  .regular-headline.services {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2.6em;
  }
  .regular-headline.side-ops {
    font-size: 75px;
    line-height: 60px;
  }
  .headline-subhead {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .headline-subhead.services {
    padding-top: 0px;
  }
  .who-we-are-icons {
    padding-right: 50px;
    padding-left: 50px;
  }
  .who-we-are-link-blocks {
    margin-bottom: 20px;
  }
  .footer {
    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;
  }
  .copyright-block {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-left-flex {
    display: none;
  }
  .who-person-sections._1 {
    height: auto;
    min-height: 100vh;
    background-position: 78% 50%;
  }
  .who-person-sections._1._2 {
    background-position: -357px 0px;
  }
  .who-person-sections._1._2._4 {
    background-position: 35% 50%;
  }
  .who-person-sections._1._3 {
    background-position: 41% 50%;
  }
  .will-bio-div.service-1.presenation-stuff {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .bio-name-title.services {
    width: 90%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 4.5em;
  }
  .bio-name-title.services.portfolio {
    margin-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4.5em;
  }
  .bio-name-title.services.portfolio.carescripts {
    font-size: 4.3em;
  }
  .bio-quote.body-copy.service-page {
    padding-right: 10px;
  }
  .bio-quote.services {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .bio-text-div {
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
  }
  .bio-text-div._1 {
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .6) 66%, transparent);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6) 66%, transparent);
  }
  .bio-text-div._1._2 {
    background-image: -webkit-linear-gradient(0deg, transparent, hsla(0, 0%, 100%, .75) 34%);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .75) 34%);
  }
  .bio-text-div._1._2.stella {
    background-image: -webkit-linear-gradient(0deg, transparent, hsla(0, 0%, 100%, .5) 34%);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .5) 34%);
  }
  .bio-text-div._1.kilda {
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .6) 66%, transparent);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6) 66%, transparent);
  }
  .services-offered-container-div {
    padding-bottom: 20px;
  }
  .service-img-1 {
    width: 85%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .job-title.stella {
    font-size: 38px;
  }
  .portfolio-subheads {
    margin-left: 25px;
  }
  .portfolio-thumbs-div {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .enjoyheadline {
    font-size: 9em;
  }
  .mouse-scroll-btn {
    margin-top: 60px;
  }
  .form-and-description-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .desc-icons-div {
    padding-right: 0px;
  }
  .blockout {
    font-size: 70px;
  }
}

@media (max-width: 479px) {
  .navigation.services-page.blog-page {
    height: 15vh;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .section-1 {
    height: 100vh;
  }
  .section-1.who-we-are {
    height: auto;
    min-height: 100vh;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .nav-link {
    border-left-style: solid;
    border-left-color: #bc438b;
    background-color: hsla(0, 0%, 100%, .95);
  }
  .nav-link.home {
    background-color: hsla(0, 0%, 100%, .95);
  }
  .nav-link.home:focus {
    border-bottom-color: #bc438b;
  }
  .home-headline {
    margin-top: 20px;
    font-size: 2.4em;
  }
  .home-headline.section-2 {
    font-size: 2.8em;
  }
  .home-headline.home {
    margin-top: 60px;
    font-size: 3.3em;
    line-height: 44px;
  }
  .section-1-btn {
    margin-top: 20px;
  }
  .section-1-btn.services-contact {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .section-1-btn.services-contact.gira-bio {
    margin-left: 20px;
  }
  .section-1-btn.services-contact.bottom {
    width: 300px;
    margin-left: 0px;
  }
  .section-1-btn.home-btns.bottom {
    width: 90%;
  }
  .section-1-btn-div {
    margin-top: 30px;
  }
  .nav-logo {
    width: 170px;
    margin-top: 12px;
    padding-right: 0px;
  }
  .home-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-section-2-subhea {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
  .home-section-2-subhea.number-2 {
    font-size: 28px;
    line-height: 32px;
  }
  .section-2-graphics-flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-2-venn {
    display: block;
    width: auto;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-2-graphics-2 {
    min-height: auto;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/ABCG-VENN.png');
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .v-line {
    display: block;
    opacity: 0;
  }
  .v-line._2 {
    display: none;
    margin-bottom: 10px;
  }
  .section-3-flex-parent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-3-flex-parent.home {
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .gradient-circle-home {
    width: 300px;
    height: 300px;
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sec3-typog {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .sec3-typog._2 {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .sec3-typog._2._5 {
    margin-top: 0px;
    font-size: 40px;
  }
  .sec3-typog._3 {
    margin-bottom: 4px;
    font-size: 20px;
  }
  .sec3-typog._3._4 {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .sec3-typog._3._4._6 {
    margin-top: 5px;
  }
  .typography-div {
    margin-bottom: -35px;
    -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;
    align-self: stretch;
  }
  .nav-menu-tablet {
    height: auto;
    max-height: 420px;
    margin-top: 93px;
    background-color: transparent;
  }
  .hamburger-menu-btn.w--open {
    background-color: transparent;
  }
  .section-2-flex-div.home {
    padding-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .regular-headline {
    margin-top: 10px;
    font-size: 3.6em;
  }
  .regular-headline.services-and {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .regular-headline.services {
    margin-top: 0px;
  }
  .regular-headline.our-work {
    margin-top: 0px;
    font-size: 3em;
    line-height: 40px;
  }
  .regular-headline._404 {
    font-size: 5em;
  }
  .regular-headline.side-ops {
    margin-top: 30px;
    font-size: 50px;
    line-height: 40px;
  }
  .headline-subhead.services {
    margin-top: 0px;
    padding-top: 20px;
  }
  .headline-subhead.sub {
    text-align: center;
  }
  .who-we-are-icons {
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .who-we-are-link-blocks {
    width: auto;
    height: auto;
    min-height: 220px;
    min-width: 235px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-width: 2px;
  }
  .who-we-are-link-blocks:hover {
    border-width: 2px;
    border-color: #bc438b;
    border-radius: 113px;
    box-shadow: none;
  }
  .copyright-block {
    margin-right: 0px;
  }
  .who-person-sections._1 {
    padding-left: 0px;
    background-position: 74% 50%;
  }
  .who-person-sections._1._2 {
    background-position: -540px 50%;
  }
  .will-bio-div.service-1.presenation-stuff.portfolio {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bio-name-title {
    padding-bottom: 0px;
    font-size: 4.8em;
  }
  .bio-name-title.services {
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 3em;
    line-height: 46px;
    text-align: left;
  }
  .bio-name-title.services.portfolio {
    margin-top: 20px;
    margin-bottom: 11px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 3.6em;
    text-align: left;
  }
  .bio-name-title.services.portfolio.carescripts {
    margin-left: 10px;
    font-size: 2.6em;
  }
  .bio-name-title.gira {
    text-align: right;
  }
  .bio-quote.body-copy {
    padding-right: 0px;
    padding-left: 35px;
  }
  .bio-quote.body-copy.left {
    padding-right: 35px;
  }
  .bio-quote.body-copy.service-page {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bio-quote.services {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }
  .bio-quote.will {
    padding-right: 20px;
  }
  .bio-quote.gira {
    padding-left: 20px;
  }
  .bio-text-div {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-color: transparent;
    text-align: left;
  }
  .bio-text-div._1 {
    padding-top: 0px;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6)), -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .6) 83%, transparent);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6)), linear-gradient(90deg, hsla(0, 0%, 100%, .6) 83%, transparent);
  }
  .bio-text-div._1._2 {
    padding-top: 20px;
    background-color: hsla(0, 0%, 100%, .6);
    background-image: -webkit-linear-gradient(0deg, transparent, hsla(0, 0%, 100%, .75) 19%);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .75) 19%);
  }
  .bio-text-div._1._2.stella {
    background-image: -webkit-linear-gradient(0deg, transparent, hsla(0, 0%, 100%, .7) 26%);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .7) 26%);
  }
  .bio-text-div._1.kilda {
    background-color: hsla(0, 0%, 100%, .6);
  }
  .services-headline-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .empty-div-bio-bkg {
    display: none;
  }
  .job-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #333;
    font-size: 30px;
  }
  .job-title.stella {
    font-size: 24px;
  }
  .job-title.gira {
    font-size: 27px;
    line-height: 24px;
  }
  .asterisk {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-subheads {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .portfolio-thumbs-div {
    margin-bottom: 10px;
  }
  .contact-form.join-team.internship {
    min-width: 280px;
  }
  .success-form {
    font-size: 25px;
  }
  .homeheadline-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tumblrframe {
    height: 85vh;
  }
  ._404-message-div {
    width: 280px;
    height: 280px;
  }
  ._404-subhead {
    font-size: 18px;
  }
  .enjoyheadline {
    font-size: 5em;
  }
  .mouse-scroll-btn {
    margin-top: 50px;
  }
  .desc-icons-div {
    display: block;
    padding-right: 0px;
  }
  .blockout {
    font-size: 47px;
  }
}

