@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul, ol, li,
h1, h2, h3, h4,
img, video,
figure, embed,
p, blockquote, pre {
  max-width: 100%;
  margin-bottom: 1rem; }

html {
  color: #46401D;
  background-color: #FFFFFA; }

@font-face {
  font-family: 'AvenirLTPro-Black';
  src: url(https://www.ittybittyapps.com/fonts/3963E8_0_0.eot);
  src: url(https://www.ittybittyapps.com/fonts/3963E8_0_0.eot#iefix) format("embedded-opentype"), url(https://www.ittybittyapps.com/fonts/3963E8_0_0.woff2) format("woff2"), url(https://www.ittybittyapps.com/fonts/3963E8_0_0.woff) format("woff"), url(https://www.ittybittyapps.com/fonts/3963E8_0_0.ttf) format("truetype"); }

html {
  font-size: 100%;
  line-height: 1.75;
  font-family: ivyjournal, Georgia, serif; }

h1, h2, h3 {
  font-weight: normal;
  font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262006; }

h1 {
  font-size: 2em;
  line-height: 1.25;
  color: #E1243E; }

h2, h3 {
  font-size: 1.5em; }

h4 {
  color: #262006; }

* + h1, * + h2, * + h3, * + h4 {
  margin-top: 2em; }

h1 + h2, h2 + h3, h3 + h4 {
  margin-top: 0; }

em, i {
  font-style: normal; }

time {
  color: #A29F8B; }

ul, ol {
  list-style: none; }

a {
  color: #E1243E;
  text-decoration: none;
  border-bottom: 1px solid rgba(225, 36, 62, 0.25);
  transition-duration: 0.25s;
  transition-property: color, border-bottom;
  transition-timing-function: cubic-bezier(0.06, 0.53, 0.41, 0.89); }
  a:hover, a:focus {
    color: #b9192f;
    border-bottom-color: rgba(225, 36, 62, 0.75);
    transition-duration: 0s; }
  a:active {
    color: #5f0d18;
    border-bottom-color: #E1243E;
    transition-duration: 0s; }

.button {
  font-weight: normal;
  font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  line-height: 1em;
  text-align: center;
  padding: 0.75em 1em 0.5em;
  border: none;
  border-radius: 0.3em;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  transition-duration: 0.25s;
  transition-property: color, background-color;
  transition-timing-function: cubic-bezier(0.06, 0.53, 0.41, 0.89); }
  .button-primary {
    font-weight: normal;
    font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 0.75em 1em 0.5em;
    border: none;
    border-radius: 0.3em;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition-duration: 0.25s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.06, 0.53, 0.41, 0.89);
    color: #FFFFFA;
    background-color: #E1243E; }
    .button-primary:hover, .button-primary:focus {
      color: #FFFFFA;
      background-color: #b9192f;
      transition-duration: 0s; }
    .button-primary:active {
      color: #FFFFFA;
      background-color: #5f0d18;
      transition-duration: 0s; }
  .button-secondary {
    font-weight: normal;
    font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 0.75em 1em 0.5em;
    border: none;
    border-radius: 0.3em;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition-duration: 0.25s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.06, 0.53, 0.41, 0.89);
    color: #E1243E;
    background-color: #FFFFFA;
    border: 1px solid #E1243E; }
    .button-secondary:hover, .button-secondary:focus {
      color: #b9192f;
      border-color: #b9192f;
      transition-duration: 0s; }
    .button-secondary:active {
      color: #5f0d18;
      border-color: #5f0d18;
      transition-duration: 0s; }
  .button-disabled {
    font-weight: normal;
    font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 0.75em 1em 0.5em;
    border: none;
    border-radius: 0.3em;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition-duration: 0.25s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.06, 0.53, 0.41, 0.89);
    cursor: not-allowed;
    color: #A29F8B;
    background-color: rgba(162, 159, 139, 0.1); }

.buttons {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .buttons > * {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  @media (min-width: 832px) {
    .buttons > * {
      min-width: 14rem; } }
  @media (max-width: 832px) {
    .buttons > *:last-child:not(:first-child) {
      margin-top: 1rem; } }

.message {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 832px) {
    .message {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .message h1 {
    margin-bottom: 1rem; }
    @media (min-width: 832px) {
      .message h1 {
        font-size: 3rem;
        margin-bottom: 2rem; } }
  @media (min-width: 832px) {
    .message p {
      max-width: 1064px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem;
      font-size: 1.25rem; } }
  @media (min-width: 832px) and (min-width: 832px) {
    .message p {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) and (min-width: 832px) {
    .message p {
      max-width: 832px; } }
  .message .buttons {
    margin-top: 2rem; }
  @media (min-width: 832px) {
    .message {
      margin-top: 4rem;
      margin-bottom: 4rem; } }

.collage-double {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    .collage-double {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .collage-double figure {
    display: flex;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 50%; }
    .collage-double figure img {
      width: 75%;
      border: 0.5rem solid #FFFFFA; }
    .collage-double figure img:last-child {
      margin-bottom: -75%;
      margin-left: -50%; }
  @media (min-width: 832px) {
    .collage-double {
      max-width: calc(832px - 8rem);
      margin-left: auto;
      margin-right: auto; } }

.collage-triple {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    .collage-triple {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .collage-triple figure {
    display: flex;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 66%; }
    .collage-triple figure img {
      width: 66%;
      border: 0.5rem solid #FFFFFA; }
    .collage-triple figure img:nth-child(2) {
      margin-left: -33%;
      margin-bottom: -50%; }
    .collage-triple figure img:last-child {
      margin-bottom: -110%;
      margin-left: -90%; }
  @media (min-width: 832px) {
    .collage-triple {
      max-width: calc(832px - 8rem);
      margin-left: auto;
      margin-right: auto; } }

.illustration {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  @media (min-width: 832px) {
    .illustration {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .illustration img {
    display: inline-block;
    max-width: 16rem; }

@font-face {
  font-family: 'SF-Mono-Web';
  font-weight: normal;
  src: url(https://www.ittybittyapps.com/fonts/SFMono-Medium.otf) format("opentype"); }

code {
  display: inline-block;
  line-height: 1.5em;
  font-size: 0.875em;
  font-weight: normal;
  word-break: break-all;
  white-space: pre-wrap;
  vertical-align: baseline;
  font-family: 'SF-Mono-Web', 'SF Mono', monospace;
  padding: 0.1em .4em 0.05em;
  margin-left: .15em;
  margin-right: .15em;
  color: #46401D;
  background-color: #F8F6E9; }

pre {
  padding: 1em;
  background-color: #F8F6E9; }

pre code {
  padding: 0;
  box-shadow: none;
  background-color: transparent; }

/* Background */
.chroma {
  background-color: #F8F6E9; }

/* Error */
.chroma .err {
  color: #555542; }

/* LineTableTD */
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineTable */
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  overflow: auto;
  display: block; }

/* LineHighlight */
.chroma .hl {
  display: block;
  width: 100%;
  background-color: #ffffcc; }

/* LineNumbersTable */
.chroma .lnt {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em; }

/* LineNumbers */
.chroma .ln {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em; }

/* Keyword */
.chroma .k {
  color: #33A0A3; }

/* KeywordConstant */
.chroma .kc {
  color: #33A0A3; }

/* KeywordDeclaration */
.chroma .kd {
  color: #33A0A3; }

/* KeywordNamespace */
.chroma .kn {
  color: #33A0A3; }

/* KeywordPseudo */
.chroma .kp {
  color: #33A0A3; }

/* KeywordReserved */
.chroma .kr {
  color: #33A0A3; }

/* KeywordType */
.chroma .kt {
  color: #33A0A3; }

/* Name */
.chroma .n {
  color: #555542; }

/* NameAttribute */
.chroma .na {
  color: #836c28; }

/* NameBuiltin */
.chroma .nb {
  color: #33A0A3; }

/* NameBuiltinPseudo */
.chroma .bp {
  color: #5b269a; }

/* NameClass */
.chroma .nc {
  color: #A66998; }

/* NameConstant */
.chroma .no {
  color: #555542; }

/* NameDecorator */
.chroma .nd {
  color: #555542; }

/* NameEntity */
.chroma .ni {
  color: #555542; }

/* NameException */
.chroma .ne {
  color: #555542; }

/* NameFunction */
.chroma .nf {
  color: #555542; }

/* NameFunctionMagic */
.chroma .fm {
  color: #555542; }

/* NameLabel */
.chroma .nl {
  color: #555542; }

/* NameNamespace */
.chroma .nn {
  color: #555542; }

/* NameOther */
.chroma .nx {
  color: #555542; }

/* NameProperty */
.chroma .py {
  color: #555542; }

/* NameTag */
.chroma .nt {
  color: #555542; }

/* NameVariable */
.chroma .nv {
  color: #555542; }

/* NameVariableClass */
.chroma .vc {
  color: #555542; }

/* NameVariableGlobal */
.chroma .vg {
  color: #555542; }

/* NameVariableInstance */
.chroma .vi {
  color: #555542; }

/* NameVariableMagic */
.chroma .vm {
  color: #555542; }

/* Literal */
.chroma .l {
  color: #A66998; }

/* LiteralDate */
.chroma .ld {
  color: #A66998; }

/* LiteralString */
.chroma .s {
  color: #E86E68; }

/* LiteralStringAffix */
.chroma .sa {
  color: #E86E68; }

/* LiteralStringBacktick */
.chroma .sb {
  color: #E86E68; }

/* LiteralStringChar */
.chroma .sc {
  color: #E86E68; }

/* LiteralStringDelimiter */
.chroma .dl {
  color: #E86E68; }

/* LiteralStringDoc */
.chroma .sd {
  color: #E86E68; }

/* LiteralStringDouble */
.chroma .s2 {
  color: #E86E68; }

/* LiteralStringEscape */
.chroma .se {
  color: #E86E68; }

/* LiteralStringHeredoc */
.chroma .sh {
  color: #E86E68; }

/* LiteralStringInterpol */
.chroma .si {
  color: #E86E68; }

/* LiteralStringOther */
.chroma .sx {
  color: #E86E68; }

/* LiteralStringRegex */
.chroma .sr {
  color: #E86E68; }

/* LiteralStringSingle */
.chroma .s1 {
  color: #E86E68; }

/* LiteralStringSymbol */
.chroma .ss {
  color: #E86E68; }

/* LiteralNumber */
.chroma .m {
  color: #A66998; }

/* LiteralNumberBin */
.chroma .mb {
  color: #A66998; }

/* LiteralNumberFloat */
.chroma .mf {
  color: #A66998; }

/* LiteralNumberHex */
.chroma .mh {
  color: #A66998; }

/* LiteralNumberInteger */
.chroma .mi {
  color: #A66998; }

/* LiteralNumberIntegerLong */
.chroma .il {
  color: #A66998; }

/* LiteralNumberOct */
.chroma .mo {
  color: #A66998; }

/* Operator */
.chroma .o {
  color: #555542; }

/* OperatorWord */
.chroma .ow {
  color: #555542; }

/* Comment */
.chroma .c {
  color: #46401D; }

/* CommentHashbang */
.chroma .ch {
  color: #46401D; }

/* CommentMultiline */
.chroma .cm {
  color: #46401D; }

/* CommentSingle */
.chroma .c1 {
  color: #46401D; }

/* CommentSpecial */
.chroma .cs {
  color: #46401D; }

/* CommentPreproc */
.chroma .cp {
  color: #46401D; }

/* CommentPreprocFile */
.chroma .cpf {
  color: #46401D; }

.header {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .header nav {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 832px) {
      .header nav {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .header .logo {
    border-bottom: none;
    transition-property: transform;
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }
    .header .logo path {
      fill: #E1243E; }
    .header .logo:hover {
      transform: scale(1.05);
      transition-duration: .25s; }
    .header .logo:active {
      transform: scale(0.95);
      transition-duration: 0.05s; }
  .header .menu {
    cursor: pointer; }
    .header .menu ul {
      display: flex;
      align-items: center;
      margin-bottom: 0; }
    .header .menu li {
      margin-left: 1rem;
      margin-bottom: 0; }
    .header .menu li:not(.active) a {
      border: none;
      color: #262006;
      background-color: transparent; }
    .header .menu li a:hover, .header .menu li a :focus {
      color: white;
      transition-duration: 0s;
      background-color: #E1243E;
      mix-blend-mode: multiply; }
    .header .menu li a:active {
      color: white;
      transition-duration: 0s;
      background-color: #5f0d18; }
    @media (max-width: 48rem) {
      .header .menu {
        width: 1rem;
        margin-right: 1rem;
        height: 0.25rem;
        background-color: #E1243E; }
        .header .menu:before, .header .menu:after {
          display: block;
          height: inherit;
          content: '';
          background-color: #E1243E; }
        .header .menu:before {
          width: 2rem;
          transform: translateY(-0.5rem); }
        .header .menu:after {
          width: 1.75rem;
          transform: translateY(0.25rem); }
        .header .menu ul {
          display: none; } }
  @media (max-width: 48rem) {
    .header .visible {
      background-color: transparent; }
      .header .visible:before {
        transform: rotate(45deg); }
      .header .visible:after {
        width: 2rem;
        transform: rotate(-45deg) translateY(-0.2rem) translateX(0.2rem); }
      .header .visible ul {
        display: flex;
        position: absolute;
        top: 7rem;
        left: 0;
        bottom: 0;
        padding: 4rem;
        z-index: 999;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        background-color: #F8F6E9; }
      .header .visible li {
        margin-left: 0; } }
  @media (max-width: 48rem) {
    .header .nav:after {
      font-weight: normal;
      font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
      text-rendering: optimizeLegibility;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal;
      font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
      text-rendering: optimizeLegibility;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      line-height: 1em;
      text-align: center;
      padding: 0.75em 1em 0.5em;
      border: none;
      border-radius: 0.3em;
      letter-spacing: 0.05rem;
      text-transform: uppercase;
      transition-duration: 0.25s;
      transition-property: color, background-color;
      transition-timing-function: cubic-bezier(0.06, 0.53, 0.41, 0.89);
      text-align: right;
      float: right;
      margin-top: -0.5rem;
      margin-right: 2rem;
      padding: 0;
      content: attr(data-alt);
      color: #262006; } }

.footer {
  position: relative;
  margin-top: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #F8F6E9; }
  .footer nav {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 4rem; }
    @media (min-width: 832px) {
      .footer nav {
        padding-left: 2rem;
        padding-right: 2rem; } }
    .footer nav a {
      background-color: transparent;
      color: #262006; }
      .footer nav a:hover, .footer nav a :focus {
        color: white;
        transition-duration: 0s;
        background-color: #E1243E;
        mix-blend-mode: multiply; }
      .footer nav a:active {
        color: white;
        transition-duration: 0s;
        background-color: #5f0d18; }
    @media (max-width: 832px) {
      .footer nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0; }
        .footer nav > * {
          width: calc(50% - 2rem); }
        .footer nav a {
          margin-bottom: 2rem; } }
  .footer p {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    margin-bottom: 0;
    color: #A29F8B; }
    @media (min-width: 832px) {
      .footer p {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .footer:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background-color: inherit;
    transform: skewY(1deg) translateY(-10%); }
    @media (max-width: 832px) {
      .footer:after {
        transform: skewY(1deg) translateY(-5%); } }
  .footer:before {
    position: absolute;
    display: block;
    top: -4rem;
    z-index: 1;
    width: 100%;
    height: 5rem;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://www.ittybittyapps.com/images/ittybittypeeps.svg); }
    @media (min-width: 832px) {
      .footer:before {
        max-width: 1064px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
        width: auto;
        margin-bottom: -5rem;
        top: -6rem;
        background-position: calc(100% - 4rem); } }
  @media (min-width: 832px) and (min-width: 832px) {
    .footer:before {
      padding-left: 2rem;
      padding-right: 2rem; } }

.author {
  display: flex;
  align-items: center; }
  .author .avatar {
    overflow: hidden;
    position: relative;
    padding-top: 55.5%;
    background-color: #F8F6E9;
    width: 3rem;
    height: 3rem;
    padding: 0;
    flex-shrink: 0;
    margin-right: 1rem;
    border-radius: 1.5rem; }
    .author .avatar img, .author .avatar svg {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0;
      position: absolute; }
  .author .info p {
    margin: 0; }
  .author .info .name {
    color: #262006; }
  .author .info .role {
    color: #A29F8B; }
  @media (min-width: 832px) {
    .author {
      text-align: right;
      flex-direction: row-reverse; }
      .author .avatar {
        margin-right: 0;
        margin-left: 1rem; } }

.post {
  display: block;
  border: none; }
  .post .artwork {
    overflow: hidden;
    position: relative;
    padding-top: 55.5%;
    background-color: #F8F6E9;
    margin-bottom: 1rem;
    background-image: url(https://www.ittybittyapps.com/images/blog/empty.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center; }
    .post .artwork img, .post .artwork svg {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0;
      position: absolute; }
    .post .artwork:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: ''; }
  .post .excerpt {
    padding-top: 0.75rem;
    margin-top: -1rem;
    border-top: none; }
    .post .excerpt h2 {
      margin-top: 0.5rem;
      margin-bottom: 0;
      line-height: 1.5; }

.actions {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-top: 4rem; }
  @media (min-width: 832px) {
    .actions {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .actions li {
    margin-bottom: 4rem; }
  .actions .action {
    font-weight: normal;
    font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #262006;
    border-bottom: none; }
    .actions .action:before {
      display: block;
      margin: 0 auto 1rem;
      width: 4rem;
      height: 4rem;
      content: '';
      background-repeat: no-repeat;
      background-size: 3rem 3rem, 4rem 4rem;
      background-position: center 0.5rem, center;
      transition-duration: 0.05s; }
    .actions .action:hover:before {
      transform: scale(1.05);
      transition-duration: 0.25s; }
    .actions .action:active:before {
      transform: scale(0.95);
      transition-duration: 0.05s; }
  .actions .email:before {
    background-image: url(https://www.ittybittyapps.com/images/contact/email.svg), url(https://www.ittybittyapps.com/images/heptagon.svg); }
  .actions .twitter:before {
    background-image: url(https://www.ittybittyapps.com/images/contact/twitter.svg), url(https://www.ittybittyapps.com/images/heptagon.svg); }
  .actions .location:before {
    background-image: url(https://www.ittybittyapps.com/images/contact/location.svg), url(https://www.ittybittyapps.com/images/heptagon.svg); }
  @media (min-width: 832px) {
    .actions {
      margin-top: 6rem; }
      .actions ul {
        display: flex;
        justify-content: space-around; }
      .actions li {
        width: 33%; } }

#home #masthead {
  height: 42rem;
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 832px) {
    #home #masthead {
      margin-bottom: -4rem; } }
  @media (min-width: 1200px) {
    #home #masthead {
      height: 50rem; } }
  @media (min-height: 900px) {
    #home #masthead {
      height: 50rem; } }
  #home #masthead h1 {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    margin-top: 3rem;
    z-index: 2;
    mix-blend-mode: multiply; }
    @media (min-width: 832px) {
      #home #masthead h1 {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 832px) {
      #home #masthead h1 {
        font-size: 3rem; } }
    @media (min-width: 1200px) {
      #home #masthead h1 {
        font-size: 4rem;
        max-width: 50rem; } }
    @media (min-height: 900px) {
      #home #masthead h1 {
        font-size: 4rem;
        max-width: 50rem; } }
    #home #masthead h1:after {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      width: calc(8000px / 2);
      height: calc(276px / 2);
      content: '';
      background-size: calc(4000px / 2);
      background-position: center;
      background-image: url(https://www.ittybittyapps.com/images/home/back.png);
      animation: marquee 90s linear reverse infinite;
      mix-blend-mode: multiply; }
      @media (min-width: 1200px) {
        #home #masthead h1:after {
          top: 4rem; } }
      @media (min-height: 900px) {
        #home #masthead h1:after {
          top: 4rem; } }
  #home #masthead:before, #home #masthead:after {
    display: block;
    position: absolute;
    content: '';
    animation: marquee 90s linear infinite;
    z-index: -5;
    mix-blend-mode: multiply; }
  #home #masthead:before {
    bottom: 216px;
    width: calc(8000px / 2);
    height: calc(652px / 2);
    background-size: calc(4000px / 2);
    background-image: url(https://www.ittybittyapps.com/images/home/mid.png); }
  #home #masthead:after {
    bottom: 0;
    width: calc(8000px / 2);
    height: calc(478px / 2);
    background-size: calc(4000px / 2);
    background-image: url(https://www.ittybittyapps.com/images/home/front.png);
    animation-duration: 60s; }

@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

#home #info {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    #home #info {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #home #info h1 {
    mix-blend-mode: multiply; }

#home #skills {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 8rem; }
  @media (min-width: 832px) {
    #home #skills {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #home #skills ul {
    font-weight: normal;
    font-family: AvenirLTPro-Black, Avenir, -apple-system, sans-serif;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    justify-content: space-around;
    margin-bottom: 6rem;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
    border-top: 1px solid #d9ce88;
    border-bottom: 1px solid #d9ce88; }
  #home #skills li {
    font-size: 1.25em;
    margin-bottom: 0; }
    @media (min-width: 832px) {
      #home #skills li {
        font-size: 1.5em; } }
  @media (min-width: 832px) {
    #home #skills {
      margin-bottom: 16rem; } }

#home #clients {
  position: relative;
  margin-bottom: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #F8F6E9; }
  @media (min-width: 832px) {
    #home #clients {
      margin-bottom: 16rem; } }
  #home #clients h3 {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.05rem;
    color: #A29F8B; }
    @media (min-width: 832px) {
      #home #clients h3 {
        padding-left: 2rem;
        padding-right: 2rem; } }
  #home #clients ul {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: -3rem; }
    @media (min-width: 832px) {
      #home #clients ul {
        padding-left: 2rem;
        padding-right: 2rem; } }
    #home #clients ul > * {
      width: calc(50% - 2rem); }
    @media (min-width: 832px) {
      #home #clients ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #home #clients ul > * {
          width: calc(33.3% - 2rem); } }
  #home #clients li {
    margin-bottom: 1rem;
    opacity: 0.4; }
  #home #clients img {
    margin-bottom: 0; }
  #home #clients:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background-color: inherit;
    transform: skewY(-1deg) translateY(-10%); }
    @media (max-width: 832px) {
      #home #clients:before {
        transform: skewY(-1deg) translateY(-5%); } }
  #home #clients:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background-color: inherit;
    transform: skewY(1deg) translateY(10%); }
    @media (max-width: 832px) {
      #home #clients:after {
        transform: skewY(1deg) translateY(5%); } }

#home #team {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    #home #team {
      padding-left: 2rem;
      padding-right: 2rem; } }

#home #mentoring {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 8rem; }
  @media (min-width: 832px) {
    #home #mentoring {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #home #mentoring {
      margin-bottom: 16rem; } }

#home #reveal {
  position: relative;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 6rem;
  padding-top: 2rem;
  color: #FFFFFA;
  background-color: #002B3B; }
  @media (min-width: 832px) {
    #home #reveal {
      margin-top: 8rem;
      margin-bottom: 12rem; } }
  #home #reveal h1, #home #reveal h3 {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 832px) {
      #home #reveal h1, #home #reveal h3 {
        padding-left: 2rem;
        padding-right: 2rem; } }
  #home #reveal h1 {
    margin-bottom: 1rem; }
    @media (min-width: 832px) {
      #home #reveal h1 {
        font-size: 3rem;
        margin-bottom: 2rem; } }
  #home #reveal p {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 832px) {
      #home #reveal p {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 832px) {
      #home #reveal p {
        max-width: 832px; } }
    @media (min-width: 832px) {
      #home #reveal p {
        font-size: 1.25rem; } }
  #home #reveal .logo {
    display: block;
    margin-top: 4rem;
    width: 216px;
    height: 79px;
    text-indent: -9999rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(https://www.ittybittyapps.com/images/home/reveal-logo.png); }
  #home #reveal figure {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem; }
    @media (min-width: 832px) {
      #home #reveal figure {
        padding-left: 2rem;
        padding-right: 2rem; } }
    #home #reveal figure img {
      border-radius: 0.25rem;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); }
  #home #reveal h3 {
    font-size: 1em;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #FFFFFA; }
  #home #reveal ul {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    max-width: 60%;
    margin-bottom: 4rem; }
    @media (min-width: 832px) {
      #home #reveal ul {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 832px) {
      #home #reveal ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #home #reveal ul > * {
          width: calc(33.3% - 2rem); } }
  #home #reveal li {
    margin-bottom: -2rem; }
  #home #reveal:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background-color: inherit;
    transform: skewY(-1deg) translateY(-5%); }
    @media (max-width: 832px) {
      #home #reveal:before {
        transform: skewY(-1deg) translateY(-2.5%); } }
  #home #reveal:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background-color: inherit;
    transform: skewY(1deg) translateY(5%); }
    @media (max-width: 832px) {
      #home #reveal:after {
        transform: skewY(1deg) translateY(2.5%); } }

#about #personal {
  margin-bottom: 6rem; }
  @media (min-width: 832px) {
    #about #personal {
      margin-bottom: 10rem; } }

#about #banner figure {
  display: flex;
  position: relative;
  overflow-y: hidden;
  z-index: -1;
  height: 55vw;
  align-items: center;
  background-color: #FFFFFA; }
  #about #banner figure img {
    width: 100%;
    max-width: auto; }
  #about #banner figure:before {
    content: '';
    display: block;
    position: absolute;
    top: -12.5%;
    width: 100%;
    height: 25%;
    transform: skewY(-1deg);
    background-color: #FFFFFA; }
  #about #banner figure:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12.5%;
    width: 100%;
    height: 25%;
    transform: skewY(2deg);
    background-color: #FFFFFA; }
  @media (min-width: 832px) {
    #about #banner figure {
      height: 40vw; } }

#about #melbourne {
  margin-top: 18rem; }
  @media (min-width: 832px) {
    #about #melbourne {
      margin-top: 24rem; } }

#about #join {
  margin-bottom: 10rem; }
  @media (min-width: 832px) {
    #about #join {
      margin-bottom: 16rem; } }

#archive #posts {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    #archive #posts {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #archive #posts li {
    margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #archive #posts ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #archive #posts ul > * {
        width: calc(33.3% - 2rem); } }

#blog-list #posts {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 4rem; }
  @media (min-width: 832px) {
    #blog-list #posts {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #blog-list #posts li {
    margin-bottom: 6rem; }
    @media (min-width: 832px) {
      #blog-list #posts li {
        margin-bottom: 8rem; } }
  #blog-list #posts li > a {
    border: none;
    display: block;
    color: #46401D; }
  #blog-list #posts article .artwork {
    overflow: hidden;
    position: relative;
    padding-top: 55.5%;
    background-color: #F8F6E9;
    margin-bottom: 1rem; }
    #blog-list #posts article .artwork img, #blog-list #posts article .artwork svg {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0;
      position: absolute; }
  #blog-list #posts article time {
    margin-bottom: 1rem;
    display: block; }
  #blog-list #posts article h2 {
    margin-top: 0;
    margin-bottom: 1rem; }
  #blog-list #posts article .author {
    margin-bottom: 1rem; }
  #blog-list #posts article .more {
    display: block;
    margin-top: 2rem;
    max-width: 10rem; }
  @media (min-width: 832px) {
    #blog-list #posts article {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #blog-list #posts article figure, #blog-list #posts article time {
        width: 100%; }
      #blog-list #posts article h2, #blog-list #posts article .summary {
        width: calc(75% - 2rem);
        margin-right: 2rem; }
      #blog-list #posts article .title {
        font-size: 2rem; }
      #blog-list #posts article .author {
        width: 25%;
        margin-top: -3.5rem; } }

#blog-single .banner {
  display: flex;
  position: relative;
  overflow-y: hidden;
  margin-top: 0;
  margin-bottom: -1rem;
  z-index: -1;
  height: 55vw;
  align-items: center;
  background-color: #F8F6E9; }
  #blog-single .banner img {
    width: 100%;
    max-width: auto; }
  #blog-single .banner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12.5%;
    width: 100%;
    height: 25%;
    transform: skewY(2deg);
    background-color: #FFFFFA; }
  @media (min-width: 832px) {
    #blog-single .banner {
      height: 40vw;
      margin-bottom: -6rem; } }

#blog-single .meta {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 832px) {
    #blog-single .meta {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #blog-single .meta .title {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    color: #262006; }
  #blog-single .meta .tags {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    #blog-single .meta .tags li {
      display: inline-block;
      font-size: 0.8em;
      margin-right: 0.5rem; }
  @media (min-width: 832px) {
    #blog-single .meta {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 4rem;
      margin-bottom: 4rem; }
      #blog-single .meta time, #blog-single .meta .tags {
        width: 100%; }
      #blog-single .meta .title {
        width: calc(75% - 2rem);
        margin-right: 2rem;
        font-size: 3rem; }
      #blog-single .meta .author {
        width: 25%;
        margin-bottom: 4rem; }
      #blog-single .meta .tags {
        margin-top: 1rem; } }

#blog-single .content {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    #blog-single .content {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #blog-single .content {
      max-width: 832px; } }
  #blog-single .content img, #blog-single .content video, #blog-single .content embed {
    mix-blend-mode: multiply; }
  #blog-single .content ul, #blog-single .content ol {
    margin-left: 1rem; }
  #blog-single .content ul > li {
    position: relative;
    margin-left: 1.5rem; }
    #blog-single .content ul > li:before {
      position: absolute;
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      left: -1.5rem;
      top: 0.55rem;
      content: '';
      border-radius: 0.25rem;
      background-color: #E1243E; }
  #blog-single .content ol {
    counter-reset: list-counter; }
  #blog-single .content ol > li {
    position: relative;
    margin-left: 1.5rem;
    counter-increment: list-counter; }
    #blog-single .content ol > li:before {
      position: absolute;
      display: block;
      line-height: 0;
      font-size: 0.875em;
      font-weight: bold;
      text-align: center;
      border-radius: 100%;
      top: 0.1rem;
      left: -2.5rem;
      width: 1.5rem;
      padding: 0.75rem 0 0.7rem;
      text-indent: 0.1rem;
      color: #E1243E;
      content: counter(list-counter);
      background-color: rgba(225, 36, 62, 0.1); }
  #blog-single .content ul ul, #blog-single .content ol ol, #blog-single .content ul ol, #blog-single .content ol ul {
    margin-top: 1rem; }
  #blog-single .content blockquote {
    padding-left: 1em;
    color: #A29F8B;
    border-left: 2px solid rgba(162, 159, 139, 0.25); }
  #blog-single .content figure {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center; }
    #blog-single .content figure img {
      display: inline-block; }
  #blog-single .content figcaption {
    text-align: center;
    font-size: 0.875em;
    color: #A29F8B; }
  #blog-single .content hr {
    width: 100%;
    height: 1px;
    margin: 4em auto;
    border: none;
    background-color: rgba(38, 32, 6, 0.15); }
  #blog-single .content .note {
    display: block;
    padding: 1rem;
    margin-left: 0;
    font-style: normal;
    color: #a09242;
    border: 2px solid #F8F6E9; }
  #blog-single .content .twitter-tweet {
    display: block;
    margin-top: 4rem !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem !important;
    mix-blend-mode: multiply; }
  #blog-single .content .quote {
    display: block;
    margin: 6rem auto;
    text-align: center; }
    #blog-single .content .quote blockquote {
      margin-left: 0;
      font-size: 1.25rem;
      font-weight: bold;
      font-style: normal;
      color: #262006;
      border: none;
      padding: 0; }
      #blog-single .content .quote blockquote:before {
        content: '“'; }
      #blog-single .content .quote blockquote:after {
        content: '”'; }
    #blog-single .content .quote .source {
      color: #A29F8B; }
    @media (min-width: 832px) {
      #blog-single .content .quote {
        max-width: 832px; }
        #blog-single .content .quote blockquote {
          font-size: 1.5rem; } }

#blog-single .related {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 4rem; }
  @media (min-width: 832px) {
    #blog-single .related {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #blog-single .related li {
    margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #blog-single .related {
      margin-top: 8rem; }
      #blog-single .related ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #blog-single .related ul > * {
          width: calc(33.3% - 2rem); } }

#careers-list #board {
  margin-bottom: 6rem; }
  @media (min-width: 832px) {
    #careers-list #board {
      margin-bottom: 10rem; } }

#careers-list #melbourne {
  margin-top: 18rem;
  margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #careers-list #melbourne {
      margin-top: 32rem;
      margin-bottom: 8rem; } }

#careers-list #banner figure {
  display: flex;
  position: relative;
  overflow-y: hidden;
  z-index: -1;
  height: 55vw;
  align-items: center;
  background-color: #FFFFFA; }
  #careers-list #banner figure img {
    width: 100%;
    max-width: auto; }
  #careers-list #banner figure:before {
    content: '';
    display: block;
    position: absolute;
    top: -12.5%;
    width: 100%;
    height: 25%;
    transform: skewY(-1deg);
    background-color: #FFFFFA; }
  #careers-list #banner figure:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12.5%;
    width: 100%;
    height: 25%;
    transform: skewY(2deg);
    background-color: #FFFFFA; }
  @media (min-width: 832px) {
    #careers-list #banner figure {
      height: 40vw; } }

#careers-list #benefits {
  margin-top: 5rem;
  margin-bottom: 8rem; }
  #careers-list #benefits ul {
    margin-top: 4rem;
    border-top: 1px solid #d9ce88;
    border-bottom: 1px solid #d9ce88; }
  #careers-list #benefits li {
    position: relative;
    text-align: left;
    font-weight: bold;
    color: #262006;
    margin-left: 4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    #careers-list #benefits li:before {
      position: absolute;
      display: block;
      width: 3rem;
      height: 3rem;
      left: -4rem;
      top: -0.5rem;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(https://www.ittybittyapps.com/images/careers/check.svg); }
  @media (min-width: 832px) {
    #careers-list #benefits {
      margin-top: 10rem;
      margin-bottom: 14rem; }
      #careers-list #benefits ul {
        display: inline-block; }
      #careers-list #benefits li {
        font-size: 1.25rem; } }

#careers-list #testimonials {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  background-color: #F8F6E9;
  margin-bottom: 8rem; }
  #careers-list #testimonials ul {
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 100vw;
    height: auto; }
    @media (min-width: 832px) {
      #careers-list #testimonials ul {
        margin-left: auto;
        margin-right: auto;
        max-width: 832px; } }

@keyframes fade {
  0% {
    transform: translateX(0);
    opacity: 0; }
  2% {
    transform: translateX(0);
    opacity: 1; }
  23% {
    transform: translateX(0);
    opacity: 1; }
  25% {
    transform: translateX(0);
    opacity: 0; }
  26% {
    transform: translateX(-100%);
    opacity: 0; }
  28% {
    transform: translateX(-100%);
    opacity: 1; }
  48% {
    transform: translateX(-100%);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  51% {
    transform: translateX(-200%);
    opacity: 0; }
  53% {
    transform: translateX(-200%);
    opacity: 1; }
  72% {
    transform: translateX(-200%);
    opacity: 1; }
  75% {
    transform: translateX(-200%);
    opacity: 0; }
  76% {
    transform: translateX(-300%);
    opacity: 0; }
  78% {
    transform: translateX(-300%);
    opacity: 1; }
  98% {
    transform: translateX(-300%);
    opacity: 1; }
  100% {
    transform: translateX(-300%);
    opacity: 0; } }
  #careers-list #testimonials li {
    flex-shrink: 0;
    height: 100%;
    max-width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    text-align: center;
    animation: fade 30s linear infinite; }
    #careers-list #testimonials li figure {
      overflow: hidden;
      position: relative;
      padding-top: 55.5%;
      background-color: #F8F6E9;
      padding-top: 0;
      width: 12rem;
      height: 16rem;
      display: inline-block;
      border: 0.5rem solid #FFFFFA; }
      #careers-list #testimonials li figure img, #careers-list #testimonials li figure svg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;
        position: absolute; }
    #careers-list #testimonials li blockquote {
      margin-left: 0;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: bold;
      color: #262006; }
      #careers-list #testimonials li blockquote:before {
        content: '“'; }
      #careers-list #testimonials li blockquote:after {
        content: '”'; }
    @media (min-width: 832px) {
      #careers-list #testimonials li {
        display: flex;
        align-items: center; }
        #careers-list #testimonials li figure {
          flex-shrink: 0; }
        #careers-list #testimonials li .quote {
          text-align: left;
          margin-left: 2rem; }
        #careers-list #testimonials li blockquote {
          font-size: 1.5rem; } }
  #careers-list #testimonials:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background-color: inherit;
    transform: skewY(-1deg) translateY(-10%); }
    @media (max-width: 832px) {
      #careers-list #testimonials:before {
        transform: skewY(-1deg) translateY(-5%); } }
  #careers-list #testimonials:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background-color: inherit;
    transform: skewY(1deg) translateY(10%); }
    @media (max-width: 832px) {
      #careers-list #testimonials:after {
        transform: skewY(1deg) translateY(5%); } }
  @media (min-width: 832px) {
    #careers-list #testimonials {
      margin-bottom: 16rem; } }

#careers-list #openings ul {
  margin-bottom: 4rem;
  margin-top: 4rem; }
  @media (min-width: 832px) {
    #careers-list #openings ul {
      max-width: 1064px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 832px) and (min-width: 832px) {
    #careers-list #openings ul {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) and (min-width: 832px) {
    #careers-list #openings ul {
      max-width: 832px; } }

#careers-list #openings .position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  padding-top: 2rem;
  padding-bottom: 2rem; }

#careers-list #openings li {
  margin-bottom: 0;
  border-top: 1px solid #d9ce88; }

#careers-list #openings li:last-child {
  border-bottom: 1px solid #d9ce88; }

#careers-list #openings .role {
  font-weight: bold;
  color: #262006; }
  @media (min-width: 832px) {
    #careers-list #openings .role {
      font-size: 1.25rem; } }

#careers-single .banner {
  display: flex;
  position: relative;
  overflow-y: hidden;
  margin-top: 0;
  margin-bottom: -1rem;
  z-index: -1;
  height: 55vw;
  align-items: center;
  background-color: #F8F6E9; }
  #careers-single .banner img {
    width: 100%;
    max-width: auto; }
  #careers-single .banner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12.5%;
    width: 100%;
    height: 25%;
    transform: skewY(2deg);
    background-color: #FFFFFA; }
  @media (min-width: 832px) {
    #careers-single .banner {
      height: 40vw;
      margin-bottom: -6rem; } }

#careers-single .meta {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 832px) {
    #careers-single .meta {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #careers-single .meta {
      max-width: 832px; } }
  @media (min-width: 832px) {
    #careers-single .meta {
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  #careers-single .meta .title {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    color: #262006; }
    @media (min-width: 832px) {
      #careers-single .meta .title {
        font-size: 3rem; } }
  #careers-single .meta span {
    color: #A29F8B; }

#careers-single .content {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    #careers-single .content {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #careers-single .content {
      max-width: 832px; } }
  #careers-single .content img, #careers-single .content video, #careers-single .content embed {
    mix-blend-mode: multiply; }
  #careers-single .content ul, #careers-single .content ol {
    margin-left: 1rem; }
  #careers-single .content ul > li {
    position: relative;
    margin-left: 1.5rem; }
    #careers-single .content ul > li:before {
      position: absolute;
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      left: -1.5rem;
      top: 0.55rem;
      content: '';
      border-radius: 0.25rem;
      background-color: #E1243E; }
  #careers-single .content ol {
    counter-reset: list-counter; }
  #careers-single .content ol > li {
    position: relative;
    margin-left: 1.5rem;
    counter-increment: list-counter; }
    #careers-single .content ol > li:before {
      position: absolute;
      display: block;
      line-height: 0;
      font-size: 0.875em;
      font-weight: bold;
      text-align: center;
      border-radius: 100%;
      top: 0.1rem;
      left: -2.5rem;
      width: 1.5rem;
      padding: 0.75rem 0 0.7rem;
      text-indent: 0.1rem;
      color: #E1243E;
      content: counter(list-counter);
      background-color: rgba(225, 36, 62, 0.1); }
  #careers-single .content ul ul, #careers-single .content ol ol, #careers-single .content ul ol, #careers-single .content ol ul {
    margin-top: 1rem; }
  #careers-single .content blockquote {
    padding-left: 1em;
    color: #A29F8B;
    border-left: 2px solid rgba(162, 159, 139, 0.25); }
  #careers-single .content figure {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center; }
    #careers-single .content figure img {
      display: inline-block; }
  #careers-single .content figcaption {
    text-align: center;
    font-size: 0.875em;
    color: #A29F8B; }
  #careers-single .content hr {
    width: 100%;
    height: 1px;
    margin: 4em auto;
    border: none;
    background-color: rgba(38, 32, 6, 0.15); }
  #careers-single .content .note {
    display: block;
    padding: 1rem;
    margin-left: 0;
    font-style: normal;
    color: #a09242;
    border: 2px solid #F8F6E9; }
  #careers-single .content .twitter-tweet {
    display: block;
    margin-top: 4rem !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem !important;
    mix-blend-mode: multiply; }
  #careers-single .content .quote {
    display: block;
    margin: 6rem auto;
    text-align: center; }
    #careers-single .content .quote blockquote {
      margin-left: 0;
      font-size: 1.25rem;
      font-weight: bold;
      font-style: normal;
      color: #262006;
      border: none;
      padding: 0; }
      #careers-single .content .quote blockquote:before {
        content: '“'; }
      #careers-single .content .quote blockquote:after {
        content: '”'; }
    #careers-single .content .quote .source {
      color: #A29F8B; }
    @media (min-width: 832px) {
      #careers-single .content .quote {
        max-width: 832px; }
        #careers-single .content .quote blockquote {
          font-size: 1.5rem; } }

#careers-single .buttons {
  margin-top: 4rem; }
