@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
.z-depth-1, .button, button,
input[type="submit"] {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half, .button:hover, button:hover,
input[type="submit"]:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.button, button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #00bcd4;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: .5px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer; }
  .button:hover, button:hover,
  input[type="submit"]:hover {
    background-color: #00d7f3; }
  .button:disabled, button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #eceff1;
  color: #000;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.44141em;
  margin: 1.2207em 0; }

h2 {
  font-size: 1.95313em;
  margin: 0.97656em 0; }

h3 {
  font-size: 1.5625em;
  margin: 0.625em 0; }

h4 {
  font-size: 1.25em;
  margin: 0.625em 0; }

h5 {
  font-size: 1.25em;
  margin: 1.25em 0 0.3125em 0; }

h6 {
  font-size: 1.25em;
  margin: 1.25em 0 0.3125em 0; }

/*
p {
  margin: 0 0 ($base-spacing / 4) 0;
}
*/
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #455a64;
  text-decoration: none; }
  a:hover {
    color: #4dd0e1; }
  a:active, a:focus {
    color: #4dd0e1;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: #262626;
  margin: 1.5em 0;
  padding-left: 0.6em; }

cite {
  color: #404040;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #455a64;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(59, 76, 85, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  section div.content ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.button, button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .button a:link,
  .button a:active,
  .button a:hover,
  .button a:visited, button a:link,
  button a:active,
  button a:hover,
  button a:visited,
  input[type="submit"] a:link,
  input[type="submit"] a:active,
  input[type="submit"] a:hover,
  input[type="submit"] a:visited {
    color: white; }

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 1.5em; }

.card {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: 0 2px 4px #dddddd;
  margin: 0 1.25em 1.5em 0;
  position: relative; }
  .card .card-image {
    overflow: hidden;
    max-height: 150px; }
    .card .card-image img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #DBD199;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      width: 100%; }
  .card .card-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #f7f7f7;
    border-bottom: 1px solid #DDD;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.5em 0.75em; }
  .card .card-copy {
    font-size: 0.89443em;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .card .card-copy p {
      margin: 0 0 0.75em; }
  .card:focus, .card:hover {
    background-color: white; }
    .card:focus .card-image img, .card:hover .card-image img {
      background: #e2daac; }
    .card:focus .card-header, .card:hover .card-header {
      background-color: white; }
  .card:active {
    background-color: #f7f7f7; }
    .card:active .card-header {
      background-color: #f7f7f7; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

#nav {
  height: 4em;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #607d8b; }
  #nav section div.wrapper {
    padding: 0; }
    #nav section div.wrapper div.content {
      padding: 0; }
  #nav #name .wrapper {
    padding-left: 0.75em; }
  #nav #name h1 {
    color: white;
    font-size: 1.11803em;
    text-align: left;
    margin: 0;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 640px) {
      #nav #name h1 {
        font-size: 1.25em; } }
  #nav #collaborate {
    display: none; }
    @media screen and (min-width: 640px) {
      #nav #collaborate {
        display: inline; } }
    #nav #collaborate .wrapper {
      padding-right: 0.75em; }
    #nav #collaborate p {
      display: inline;
      font-weight: 400;
      color: white;
      float: right;
      text-align: right;
      font-size: 1.22242em; }
    #nav #collaborate a:link,
    #nav #collaborate a:visited,
    #nav #collaborate a:active {
      color: white; }
    #nav #collaborate a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 25em) {
    #nav #nav-circles {
      height: 5.25em;
      padding: 0; } }
  #nav #nav-circles .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  #nav #nav-circles .content {
    width: 100%;
    max-width: 18.75em;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #nav #nav-circles .content #nav-web,
    #nav #nav-circles .content #nav-activist,
    #nav #nav-circles .content #nav-digital {
      position: relative;
      top: 0.75em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 640px) {
        #nav #nav-circles .content #nav-web,
        #nav #nav-circles .content #nav-activist,
        #nav #nav-circles .content #nav-digital {
          height: 6em; } }
      @media screen and (min-width: 53.75em) {
        #nav #nav-circles .content #nav-web,
        #nav #nav-circles .content #nav-activist,
        #nav #nav-circles .content #nav-digital {
          height: 5em; } }
    #nav #nav-circles .content #nav-web {
      left: 8%; }
      @media screen and (min-width: 640px) {
        #nav #nav-circles .content #nav-web {
          left: 2.5%; } }
      @media screen and (min-width: 53.75em) {
        #nav #nav-circles .content #nav-web {
          left: 7%; } }
    #nav #nav-circles .content #nav-activist {
      left: 4%;
      z-index: 10; }
      @media screen and (min-width: 640px) {
        #nav #nav-circles .content #nav-activist {
          left: 0;
          margin-left: -1.25%;
          margin-right: -1.25%; } }
      @media screen and (min-width: 53.75em) {
        #nav #nav-circles .content #nav-activist {
          left: 0;
          margin-left: -3.5%;
          margin-right: -3.5%; } }
    @media screen and (min-width: 640px) {
      #nav #nav-circles .content #nav-digital {
        left: -2.5%; } }
    @media screen and (min-width: 53.75em) {
      #nav #nav-circles .content #nav-digital {
        left: -7%; } }
    #nav #nav-circles .content svg.nav-circle {
      width: 100%;
      height: 100%; }

footer {
  background: #263238;
  padding: 1.5em;
  width: 100%; }
  footer p {
    margin-top: 0;
    font-size: 1em;
    font-weight: 300; }
  footer ul {
    margin: 0;
    padding: 0; }
  footer li {
    list-style: none; }
  footer a {
    text-decoration: none; }
  footer .footer-logo {
    margin-right: 1.25em;
    margin-bottom: 1.25em; }
    @media screen and (min-width: 25em) {
      footer .footer-logo {
        float: left;
        margin-bottom: 0; } }
  footer .footer-logo img {
    height: 3.8147em; }
  footer .footer-quote {
    color: #90a4ae;
    font-family: "Roboto Slab", "Georgia", "Cambria", "Times New Roman", "Times", serif; }
    @media screen and (min-width: 15em) {
      footer .footer-quote {
        float: left; } }
    @media screen and (min-width: 25em) {
      footer .footer-quote {
        max-width: 75%; } }
    @media screen and (min-width: 53.75em) {
      footer .footer-quote {
        max-width: 50%; } }
    footer .footer-quote .attribution {
      display: block;
      padding-left: 1.5625em; }
  footer ul {
    margin-bottom: 1.25em; }
    @media screen and (min-width: 53.75em) {
      footer ul {
        float: left;
        margin-left: 1.25em;
        margin-bottom: 0; } }
  footer ul li {
    font-weight: 800;
    padding-right: 1.25em; }
    @media screen and (min-width: 53.75em) {
      footer ul li {
        display: inline;
        text-align: left; } }
  footer ul li a {
    color: #90a4ae; }
    footer ul li a:focus, footer ul li a:hover {
      color: #cfd8dc; }
  @media screen and (min-width: 53.75em) {
    footer .footer-secondary-links {
      float: right; } }
  footer .footer-secondary-links ul.footer-social {
    margin-top: 1.25em; }
    @media screen and (min-width: 15em) {
      footer .footer-secondary-links ul.footer-social {
        float: left;
        clear: both; } }
    @media screen and (min-width: 53.75em) {
      footer .footer-secondary-links ul.footer-social {
        clear: none;
        margin-top: 0; } }
    footer .footer-secondary-links ul.footer-social li {
      font-size: 1.25em;
      float: left;
      line-height: 0;
      padding-right: 1.25em; }
      footer .footer-secondary-links ul.footer-social li:last-child {
        padding-right: 0; }
    footer .footer-secondary-links ul.footer-social .fa-circle {
      color: #37474f; }
    footer .footer-secondary-links ul.footer-social img {
      height: 1.6em;
      opacity: 0.7;
      padding: 1px; }
      footer .footer-secondary-links ul.footer-social img:focus, footer .footer-secondary-links ul.footer-social img:hover {
        opacity: 1; }

#herobg {
  z-index: -100;
  position: relative;
  height: 100vh;
  min-height: 420px;
  background-color: #607D8B; }
  @media (min-width: 1280px) {
    #herobg {
      min-height: 698px; } }

#hero {
  height: 98vh;
  min-height: 420px;
  background-color: #263238;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }
  @media (min-width: 1280px) {
    #hero {
      min-height: 684px; } }
  #hero h1 {
    color: white; }
    @media screen and (min-width: 500px) {
      #hero h1 {
        text-align: left; } }
  #hero h2 {
    color: white;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: normal; }

#circles .content {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  #circles .content #web,
  #circles .content #activist,
  #circles .content #digital {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }
  #circles .content #activist {
    z-index: 10; }
  #circles .content svg.circle {
    width: 85%;
    height: 85%; }

@media screen and (min-width: 15em) {
  body {
    font-size: 13px; } }
@media screen and (min-width: 25em) {
  body {
    font-size: 14px; } }
@media screen and (min-width: 53.75em) {
  body {
    font-size: 16px; } }

@media screen and (min-width: 15em) {
  p,
  li {
    font-size: 1.18218em; } }
@media screen and (min-width: 25em) {
  p,
  li {
    font-size: 1.18218em; } }

div.wrapper {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em; }
  div.wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 63em) {
    div.wrapper {
      padding: 1.5em 0; } }

section {
  width: 100%; }
  section div.content {
    text-align: left; }
    section div.content ul {
      margin-left: 1.5625em; }
      section div.content ul li {
        padding-bottom: 0.64em; }

#experience {
  background-color: #cfd8dc; }

p.lede {
  font-size: 1.27821em;
  margin: 0 0 1.25em 0;
  font-weight: bold; }

p.job-title {
  font-size: 1.25em;
  margin: 0 0 1.25em 0;
  font-weight: bold; }

#greeting .wrapper {
  padding-top: 0; }
#greeting .content .leading-image {
  width: 9.31323em; }
  #greeting .content .leading-image img {
    width: 100%; }

@media screen and (min-width: 53.75em) {
  img#profile {
    padding-right: 1.5em;
    padding-bottom: 0; } }

#experience .content {
  padding-top: 0; }
  #experience .content .flex {
    margin-top: 4em; }
    #experience .content .flex .leading-image {
      width: 1.5625em; }
      #experience .content .flex .leading-image img {
        max-width: 10em; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex .flex > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%; }
  .flex .leading-image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto; }
    .flex .leading-image img {
      width: 100%;
      max-width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-right: 1.5em;
      padding-bottom: 1.5em; }
  @media screen and (min-width: 420px) {
    .flex .text {
      -webkit-box-flex: 4;
      -moz-box-flex: 4;
      box-flex: 4;
      -webkit-flex: 4 0px;
      -moz-flex: 4 0px;
      -ms-flex: 4 0px;
      flex: 4 0px; } }
  .flex .text p:first-of-type {
    margin-top: 0; }

.button-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .button-flex .button-flex > * {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2 25%;
    -moz-flex: 2 25%;
    -ms-flex: 2 25%;
    flex: 2 25%; }
  .button-flex .button {
    margin: 1em; }
