.blogpage > body > header {
  padding: 0;
  background-color: #14233C; }
  .blogpage > body > header .container {
    padding: 16px 20px;
    height: 70px;
    display: flex;
    display: -ms-flexbox; }
  .blogpage > body > header h1 {
    width: initial;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto; }
  .blogpage > body > header .logo {
    height: 38px;
    width: auto;
    display: block; }
  .blogpage > body > header .logo-full {
    display: none; }
  @media (min-width: 450px) {
    .blogpage > body > header .logo-mark {
      display: none; }
    .blogpage > body > header .logo-full {
      display: block; } }
  .blogpage > body > header .btn {
    line-height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 11px 26px 8px;
    font-size: 16px;
    display: inline-block;
    margin-right: -4px;
    font-weight: bold;
    color: white; }
    .blogpage > body > header .btn:hover {
      background-color: #404F65; }

.blogpage .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.blogpage .fixed-placeholder {
  position: relative;
  height: 70px; }

.blog-post-header {
  background-color: #F3F4F5;
  height: 285px;
  position: relative;
  color: #14233C; }
  @media (min-width: 550px) {
    .blog-post-header {
      height: 350px; } }
  .blog-post-header .container {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column; }
    .blog-post-header .container .grid-row {
      height: 100%; }
  .blog-post-header .date,
  .blog-post-header .category {
    position: absolute;
    top: 0;
    font-size: 16px;
    line-height: 19px;
    margin: 0; }
  .blog-post-header .date {
    left: 20px;
    text-transform: uppercase; }
  .blog-post-header .category {
    right: 20px;
    color: #50B9DC;
    font-weight: 600; }
    .blog-post-header .category .scroll-down-handle g {
      stroke: #50B9DC; }
    @media (min-width: 550px) {
      .blog-post-header .category {
        color: inherit; }
        .blog-post-header .category a {
          top: 30px;
          padding: 9px 22px 8px;
          border-radius: 5px;
          font-weight: 600;
          background-color: rgba(255, 255, 255, 0.1); }
          .blog-post-header .category a:hover {
            background-color: rgba(255, 255, 255, 0.2); } }
  .blog-post-header--filled {
    color: white; }
    .blog-post-header--filled .category {
      color: white;
      border-bottom: 2px solid white; }
      .blog-post-header--filled .category a {
        color: white; }
        .blog-post-header--filled .category a:visited {
          color: white; }
      @media (min-width: 550px) {
        .blog-post-header--filled .category {
          text-decoration: none;
          border: none; } }
    .blog-post-header--filled .scroll-down-handle g {
      stroke: white; }
  @media (min-width: 550px) {
    .blog-post-header--blank .category a {
      background-color: #e8e9ec; }
      .blog-post-header--blank .category a:hover {
        background-color: #E1E4E6; } }
  .blog-post-header h1, .blog-post-header h1 > a {
    font-size: 22px;
    line-height: 30px;
    font-family: "Avenir Next", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    z-index: 1; }
    @media (min-width: 550px) {
      .blog-post-header h1, .blog-post-header h1 > a {
        font-size: 35px;
        line-height: 45px;
        width: 100%; } }
  .blog-post-header .background-image {
    position: absolute;
    top: 10%;
    height: 80%;
    left: 0;
    width: 100%; }
  .blog-post-header .scroll-down-handle {
    position: absolute;
    bottom: 20px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }

.blog-post-footer {
  clear: both;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 20px;
  max-width: 840px; }
  @media (min-width: 550px) {
    .blog-post-footer {
      margin-bottom: 70px; } }

.blog-post-related-articles h1 {
  margin: 0 20px 20px;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  color: #14233C; }
  @media (min-width: 550px) {
    .blog-post-related-articles h1 {
      margin: 0 20px; } }
.blog-post-related-articles ul {
  padding: 0;
  margin: 20px 0;
  list-style: none; }
  @media (min-width: 550px) {
    .blog-post-related-articles ul {
      display: flex;
      display: -ms-flexbox;
      justify-content: center;
      -ms-flex-pack: center;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      padding: 10px;
      margin: auto; } }
.blog-post-related-articles li {
  height: 135px;
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 550px) {
    .blog-post-related-articles li {
      height: 185px;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      min-width: 370px;
      margin: 0; }
      .blog-post-related-articles li:last-of-type:nth-child(odd) {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%; } }
  @media (min-width: 760px) {
    .blog-post-related-articles li {
      flex: 0 0 50%;
      -ms-flex: 0 0 50%; } }
.blog-post-related-articles .other-post {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block; }
  .blog-post-related-articles .other-post a {
    font-size: inherit;
    background-color: #F3F4F5;
    height: 100%;
    width: 100%;
    display: block; }
    .blog-post-related-articles .other-post a:hover {
      background-color: #E6E9EC; }
  @media (min-width: 550px) {
    .blog-post-related-articles .other-post {
      padding: 10px; }
      .blog-post-related-articles .other-post a {
        border-radius: 5px; } }
.blog-post-related-articles .date, .blog-post-related-articles .category {
  position: absolute;
  top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #A3AAB4; }
  @media (min-width: 550px) {
    .blog-post-related-articles .date, .blog-post-related-articles .category {
      top: 40px;
      font-size: 14px;
      line-height: 18px; } }
.blog-post-related-articles .date {
  text-transform: uppercase; }
.blog-post-related-articles .title {
  position: absolute;
  right: 60px;
  bottom: 20px;
  line-height: 22px;
  font-size: 16px;
  font-family: "Avenir Next", "Montserrat";
  font-weight: 700;
  color: #14233C; }
  @media (min-width: 550px) {
    .blog-post-related-articles .title {
      bottom: 40px;
      right: 80px; } }
.blog-post-related-articles .date, .blog-post-related-articles .title {
  left: 20px; }
  @media (min-width: 550px) {
    .blog-post-related-articles .date, .blog-post-related-articles .title {
      left: 40px; } }
.blog-post-related-articles .arrow {
  position: absolute;
  width: 20px;
  bottom: 25px; }
  @media (min-width: 550px) {
    .blog-post-related-articles .arrow {
      bottom: 45px; } }
.blog-post-related-articles .category, .blog-post-related-articles .arrow {
  right: 20px; }
  @media (min-width: 550px) {
    .blog-post-related-articles .category, .blog-post-related-articles .arrow {
      right: 40px; } }
.blog-post-related-articles .btn {
  min-height: 76px;
  background-color: #F3F4F5;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 27px 16px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: inherit;
  margin-top: 20px;
  cursor: pointer;
  margin: 0 20px;
  position: relative; }
  .blog-post-related-articles .btn:hover {
    background-color: #E6E9EC; }
  @media (min-width: 550px) {
    .blog-post-related-articles .btn {
      text-align: left;
      padding-left: 29px;
      padding-right: 29px; } }
  .blog-post-related-articles .btn .arrow {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 20px; }
    @media (min-width: 550px) {
      .blog-post-related-articles .btn .arrow {
        display: block;
        right: 30px; } }

.blog-post-author {
  margin: auto;
  position: relative;
  text-align: center; }
  .blog-post-author a {
    color: #50B9DC; }
    .blog-post-author a:hover {
      color: #19304D; }
  .blog-post-author-container {
    display: inline-block; }
  .blog-post-author-image {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 50%; }
    @media (min-width: 550px) {
      .blog-post-author-image {
        width: 151px;
        height: 151px;
        display: inline-block;
        vertical-align: top; } }
  .blog-post-author-name {
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
    color: #14233C;
    line-height: 25px; }
  .blog-post-author-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px; }
    @media (min-width: 550px) {
      .blog-post-author-title {
        font-size: 20px;
        line-height: 30px; } }
  @media (min-width: 550px) {
    .blog-post-author-details {
      margin-left: 39px;
      display: inline-block;
      vertical-align: top;
      text-align: left; } }
  .blog-post-author-more {
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 18px;
    color: #50B9DC; }
    @media (min-width: 550px) {
      .blog-post-author-more {
        font-size: 18px;
        line-height: 30px; } }

.blog-post-comments {
  margin: 100px 0;
  padding: 0 20px; }
  .blog-post-comments #discourse-comments {
    margin-left: auto;
    margin-right: auto;
    max-width: 664px; }
  .blog-post-comments .btn {
    background-color: #F3F4F5;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: inherit;
    width: 233px;
    height: 44px;
    margin: 0 auto;
    padding: 15px 0 11px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold; }
    @media (min-width: 550px) {
      .blog-post-comments .btn {
        height: 53px;
        padding: 19px 0 16px;
        width: 250px; } }

#article-text-anchor {
  top: -70px;
  position: absolute; }

#article-text {
  padding: 30px 0 0;
  margin: auto; }
  @media (min-width: 550px) {
    #article-text {
      padding-top: 59px; } }
  #article-text a {
    color: #50B9DC;
    font-size: inherit; }
    #article-text a:hover {
      color: #19304D; }
  #article-text > h1, #article-text > h2, #article-text > h3, #article-text > h4, #article-text > h5, #article-text > h6, #article-text > p, #article-text > div, #article-text > blockquote, #article-text > article, #article-text > ul, #article-text > ol, #article-text > table, #article-text > hr, #article-text > section > h1, #article-text > section > h2, #article-text > section > h3, #article-text > section > h4, #article-text > section > h5, #article-text > section > h6, #article-text > section > p, #article-text > section > div, #article-text > section > blockquote, #article-text > section > article, #article-text > section > ul, #article-text > section > ol, #article-text > section > table, #article-text > section > hr {
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 704px; }
  #article-text > ul, #article-text > ol, #article-text > section > ul, #article-text > section > ol {
    padding-left: 40px; }
  #article-text h1, #article-text h2, #article-text h3, #article-text h4, #article-text h5, #article-text h6 {
    font-family: MaisonNeue, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif; }
  #article-text h1 {
    font-size: 28px;
    font-size: 1.75rem; }
  #article-text h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  #article-text h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  #article-text p + h1,
  #article-text p + h2 {
    padding-top: 16px; }
  #article-text hr {
    border: 0;
    height: 3px;
    background: #EDEDED;
    margin-bottom: 30px;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff; }
  #article-text blockquote {
    font-size: 22px;
    line-height: 30px;
    font-family: "Avenir Next", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    color: #14233C; }
    @media (min-width: 550px) {
      #article-text blockquote {
        font-size: 30px;
        line-height: 40px;
        margin: 50px auto; } }
  #article-text p, #article-text blockquote, #article-text ul, #article-text ol {
    margin-left: auto;
    margin-right: auto; }
  #article-text figure {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    max-width: 800px; }
    #article-text figure img, #article-text figure iframe, #article-text figure video {
      display: block;
      width: 100%;
      padding-bottom: 10px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 550px) {
        #article-text figure img, #article-text figure iframe, #article-text figure video {
          padding-bottom: 20px; } }
    #article-text figure figcaption {
      text-align: center;
      padding: 0 20px; }
      #article-text figure figcaption, #article-text figure figcaption a {
        font-size: 12px;
        line-height: 18px;
        font-weight: bold; }
        @media (min-width: 550px) {
          #article-text figure figcaption, #article-text figure figcaption a {
            font-size: 15px;
            line-height: 22px; } }
    #article-text figure.inline, #article-text figure.inline-left, #article-text figure.inline-right {
      padding: 0 20px;
      margin-left: auto;
      margin-right: auto;
      max-width: 704px;
      text-align: center; }
      #article-text figure.inline img, #article-text figure.inline iframe, #article-text figure.inline video, #article-text figure.inline-left img, #article-text figure.inline-left iframe, #article-text figure.inline-left video, #article-text figure.inline-right img, #article-text figure.inline-right iframe, #article-text figure.inline-right video {
        padding-bottom: 20px;
        margin: auto;
        display: inline-block; }
    @media (min-width: 550px) {
      #article-text figure.inline-left, #article-text figure.inline-right {
        margin: 0 auto; } }
    #article-text figure.inline-left img, #article-text figure.inline-left iframe, #article-text figure.inline-left video, #article-text figure.inline-right img, #article-text figure.inline-right iframe, #article-text figure.inline-right video {
      max-width: 260px; }
    @media (min-width: 550px) {
      #article-text figure.inline-left img, #article-text figure.inline-left iframe, #article-text figure.inline-left video {
        float: left;
        padding-right: 20px; }
      #article-text figure.inline-right img, #article-text figure.inline-right iframe, #article-text figure.inline-right video {
        float: right;
        padding-left: 20px; } }
    #article-text figure.with-padding {
      max-width: 840px;
      padding: 0 20px; }

.blog20180322diversity-and-inclusion table {
  width: 100%;
  border-collapse: collapse; }
.blog20180322diversity-and-inclusion td, .blog20180322diversity-and-inclusion th {
  padding: 20px;
  margin: 0;
  text-align: center; }
.blog20180322diversity-and-inclusion tr:nth-child(odd) td {
  background-color: #F7F7F7; }

.blog20180412gender-pay-gap table {
  width: 100%;
  border-collapse: collapse; }
.blog20180412gender-pay-gap td, .blog20180412gender-pay-gap th {
  padding: 20px;
  margin: 0;
  text-align: left; }
.blog20180412gender-pay-gap tr:nth-child(odd) td {
  background-color: #F7F7F7; }

.blog20180629typeform-breach table {
  width: 100%;
  border-collapse: collapse; }
.blog20180629typeform-breach td, .blog20180629typeform-breach th {
  padding: 20px;
  margin: 0;
  text-align: center; }
.blog20180629typeform-breach tr:nth-child(odd) td {
  background-color: #F7F7F7; }

.blog20180522big-news-about-small-print table {
  width: 100%;
  border-collapse: collapse; }
.blog20180522big-news-about-small-print td, .blog20180522big-news-about-small-print th {
  padding: 20px;
  margin: 0;
  text-align: left; }
.blog20180522big-news-about-small-print tr:nth-child(odd) td {
  background-color: #F7F7F7; }

.blog20160426automated-testing .kif-code {
  line-height: 1.5em;
  overflow-x: scroll;
  font-size: 16px; }
  .blog20160426automated-testing .kif-code .functionName {
    color: #60831a; }
  .blog20160426automated-testing .kif-code .string {
    color: #c04917; }
.blog20160426automated-testing .image-accessibility-inspector {
  max-width: 300px; }
.blog20160426automated-testing .image-bb-test-results {
  max-width: 500px; }

.signup-blog {
  display: none;
  font-weight: 600;
  background-color: #F3F4F5;
  text-align: center;
  margin-bottom: 30px;
  overflow-x: hidden; }
  @media (min-width: 550px) {
    .signup-blog {
      margin: 50px auto;
      background-color: transparent; } }

.signup-blog-container {
  background-color: #F3F4F5;
  border-radius: 5px;
  padding: 34px 0 40px;
  margin: 0 auto; }

.signup-blog-logos img {
  display: inline-block;
  width: 200px;
  margin: 0 8px; }

#share-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  opacity: 1;
  background-color: #14233C;
  font-size: 16px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.44);
  transition: .3s opacity; }
  #share-widget.share-widget--hidden {
    opacity: 0; }
  #share-widget .container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    height: 50px;
    padding: 0 10px 0 20px; }
  #share-widget ul, #share-widget li {
    display: inline-block;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  #share-widget span {
    margin-top: 4px; }
  #share-widget a {
    width: 40px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    margin-left: 10px; }
    #share-widget a .fa {
      line-height: 30px;
      font-size: 18px; }
    #share-widget a:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  @media (min-width: 850px) {
    #share-widget {
      width: 100%;
      height: 182px;
      position: absolute;
      top: 500px;
      padding: 0;
      opacity: 0;
      z-index: 100;
      opacity: 1;
      left: auto;
      background-color: transparent;
      pointer-events: none; }
      #share-widget .container {
        align-items: flex-start;
        -ms-flex-align: start;
        justify-content: flex-end;
        -ms-flex-pack: end; }
      #share-widget.share-widget--fixed {
        position: fixed;
        top: 120px; }
      #share-widget ul, #share-widget li {
        display: block;
        list-style: none;
        margin-bottom: 10px;
        padding: 0;
        pointer-events: all; }
      #share-widget span {
        display: none; }
      #share-widget a {
        width: 50px;
        height: 38px;
        line-height: 38px;
        display: block;
        text-align: center;
        font-size: 20px;
        color: #14233C;
        border-radius: 5px;
        background-color: #F3F4F5;
        margin-bottom: 10px; }
        #share-widget a .fa {
          line-height: 38px;
          font-size: 18px; }
        #share-widget a:hover {
          background-color: #E6E9EC; } }

.column {
  max-width: 33.333333% !important;
  width: 100%;
  float: left;
  padding: 0 10px !important; }

@media screen and (max-width: 768px) {
  .column {
    max-width: 100% !important; } }
.o-box {
  background: #f7f7f7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 22px !important;
  margin: 0 0 20px;
  width: 100%; }

.o-box--green {
  background-color: #00BB3D;
  color: white; }

.o-box--green p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0 !important; }

.o-box--green p + * {
  margin-top: 16px; }

.o-checklist {
  list-style: none;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0; }

.o-checklist + * {
  margin-top: 16px !important; }

.o-checklist__item {
  background-image: url("/static/images/blog/big-list/checklist-item.svg");
  background-repeat: no-repeat;
  background-position: -4px 8px;
  font-weight: bold;
  padding-left: 32px;
  padding-top: 8px;
  padding-bottom: 8px; }

.o-checklist__item--checked {
  background-image: url("/static/images/blog/big-list/checklist-item-checked.svg"); }

.o-checklist__item + *, + .o-checklist__item {
  margin-top: 16px; }

.o-checklist__item > .o-checklist {
  margin-top: 16px;
  margin-left: -32px !important; }

.o-checklist__item > .o-checklist .o-checklist__item {
  background-image: url("/static/images/blog/big-list/checklist-item-nested.svg");
  font-weight: normal; }

.o-checklist__item > .o-checklist .o-checklist__item.o-checklist__item--checked {
  background-image: url("/static/images/blog/big-list/checklist-item-nested-checked.svg"); }

.o-checklist--light .o-checklist__item {
  background-image: url("/static/images/blog/big-list/checklist-item-light.svg"); }

.o-checklist--light .o-checklist__item--checked {
  background-image: url("/static/images/blog/big-list/checklist-item-light-checked.svg"); }

.o-checklist--light .o-checklist__item > .o-checklist {
  margin-top: 16px;
  margin-left: -32px; }

.o-checklist--light .o-checklist__item > .o-checklist .o-checklist__item {
  background-image: url("/static/images/blog/big-list/checklist-item-nested-light.svg");
  font-weight: normal; }

.o-checklist--light .o-checklist__item > .o-checklist .o-checklist__item.o-checklist__item--checked {
  background-image: url("/static/images/blog/big-list/checklist-item-nested-light-checked.svg"); }

.blogpage, .blogpage body {
  margin: 0;
  padding: 0; }
.blogpage.blog {
  background-color: white; }
  .blogpage.blog body {
    font-family: "MaisonNeue", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #FFFFFF;
    overflow-x: hidden; }
  .blogpage.blog .container {
    max-width: 1040px; }
    .blogpage.blog .container--narrow {
      max-width: 704px; }
    .blogpage.blog .container--no-padding {
      padding: 0; }
.blogpage:not(.blog) > body > header h1 {
  flex: 0 0 140x;
  width: 140px; }
.blogpage:not(.blog) > body > header .container {
  height: 93px; }
.blogpage:not(.blog) > body > footer .reach-out-text {
  margin: 50px auto 10px; }
.blogpage:not(.blog) > body > footer p {
  margin: 50px 0 0; }
.blogpage:not(.blog) .post-wrapper {
  /**
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    contenteditable attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that are clearfxed.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  padding-bottom: 1em;
  background-color: #fff;
  /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, #f2f2f2, #eee);
  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background-image: -moz-linear-gradient(top, #f2f2f2, #eee);
  /* For Firefox (3.6 to 15) */
  background-image: -o-linear-gradient(top, #f2f2f2, #eee);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #f2f2f2, #eee);
  /* Standard syntax; must be last */ }
  .blogpage:not(.blog) .post-wrapper:before, i
  .blogpage:not(.blog) .post-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .blogpage:not(.blog) .post-wrapper:after {
    clear: both; }
  .blogpage:not(.blog) .post-wrapper {
    *zoom: 1; }
.blogpage:not(.blog) h1, .blogpage:not(.blog) h1.post-title a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333; }
  .blogpage:not(.blog) h1 img, .blogpage:not(.blog) h1.post-title a img {
    width: 100%;
    max-width: 550px; }
.blogpage:not(.blog) .post {
  text-align: left;
  color: #333;
  font-size: 20px;
  padding: 0; }
  .blogpage:not(.blog) .post h1.post-title {
    font-size: 40px;
    line-height: 49px;
    padding-top: 2em;
    padding-bottom: 0.5em; }
  .blogpage:not(.blog) .post h2, .blogpage:not(.blog) .post .post-author {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0; }
  .blogpage:not(.blog) .post h2.post-subtitle {
    font-size: 25px;
    font-weight: 300;
    margin-top: -0.5em;
    margin-bottom: 1em; }
  .blogpage:not(.blog) .post p, .blogpage:not(.blog) .post a, .blogpage:not(.blog) .post li {
    font-family: georgia, times, sans-serif; }
  .blogpage:not(.blog) .post p {
    margin: 0 0 1.6em 0;
    line-height: 30px; }
  .blogpage:not(.blog) .post a, .blogpage:not(.blog) .post a:hover {
    color: #D23C50; }
  .blogpage:not(.blog) .post p a:hover {
    text-decoration: underline; }
  .blogpage:not(.blog) .post li {
    line-height: 30px; }
  .blogpage:not(.blog) .post p.image img {
    max-width: 100%;
    text-align: center;
    display: block; }
  .blogpage:not(.blog) .post .caption {
    font-size: .75em; }
  .blogpage:not(.blog) .post .avatar {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    overflow: hidden;
    float: left;
    margin-right: 15px; }
    .blogpage:not(.blog) .post .avatar img {
      max-width: 100%; }
  .blogpage:not(.blog) .post .post-date {
    color: #9F9F9F; }
  .blogpage:not(.blog) .post p.post-date {
    margin: 0; }
  .blogpage:not(.blog) .post .post-meta {
    margin: 0 0 100px 0; }
.blogpage .vimeo-video iframe {
  height: 280px; }
  @media (max-width: 500px) {
    .blogpage .vimeo-video iframe {
      height: 140px; } }
