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

html {
  box-sizing: border-box; }

h1 {
  font-size: 36pt;
  padding: 24px 0;
  color: #424242; }

h2 {
  clear: both;
  margin-top: 48px;
  font-size: 24pt;
  padding-top: 48px;
  color: #15A960;
  width: 550px;
  max-width: 100%; }
  h2 code {
    font-size: 16pt; }

h2 {
  font-weight: 300;
  text-align: center;
  margin: 12px; }
  h2.title {
    font-size: 30pt;
    color: #15A960; }
  h2.subtitle {
    font-size: 16pt;
    color: #15A960; }

li {
  text-align: left; }

a {
  color: #15A960; }

p, li {
  margin: 3px 0;
  font-size: 12pt;
  color: #4d4c4c; }
  p.good, li.good {
    font-size: 14pt;
    color: #15A960; }
  @media (max-width: 550px) {
    p, li {
      padding-left: 12px;
      padding-right: 12px; } }
  p img, li img {
    max-width: 100%; }

video {
  display: block;
  margin: 24px auto;
  border: 1px solid #a5a5a5; }

img.circle {
  float: left;
  border: none;
  -webkit-shape-outside: circle();
  shape-outside: circle();
  border-radius: 50%; }

img.avatar {
  height: 48px;
  width: 48px;
  float: left;
  border-radius: 50%;
  margin: 12px; }

body {
  padding: 0;
  margin: 0;
  font-size: 12pt;
  background-color: #fcfcfc;
  color: #424242;
  font-weight: 300; }

strong {
  font-weight: 600; }

input, body {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

p, ul {
  margin-top: 12px;
  font-family: "charterregular", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14pt;
  line-height: 1.6; }
  p li, ul li {
    font-size: 14pt; }

pre {
  padding: 12px;
  overflow: scroll;
  width: 100%; }
  pre code {
    font-size: 12pt; }

code {
  font-size: 13pt; }

.bio {
  margin-top: 12px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 550px) {
    .bio {
      max-width: 100%; } }
  .bio img {
    margin: 0 12px 0 0; }
  .bio p {
    margin: 0; }

.the-point {
  color: #15A960;
  font-size: 30pt;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
  font-family: "Lato", Helvetica, Arial, sans-serif; }

.staff {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 550px) {
    .staff {
      max-width: 100%; } }
  .staff img.avatar {
    height: 96px;
    width: 96px; }
  .staff p {
    margin: 0; }

blockquote p {
  font-style: oblique; }

.social-logo {
  width: 24px; }

.mixpanel-ad {
  display: none; }

table.comparison {
  border-spacing: 0; }
  table.comparison img {
    border: none; }
  table.comparison th, table.comparison td {
    width: 20%; }
  table.comparison .regular-ssl-vendor, table.comparison .certsimple-difference {
    padding: 24px 12px;
    margin: 0 12px;
    width: 40%;
    line-height: 1.4em; }
  table.comparison th.certsimple-difference {
    color: #15A960; }
  table.comparison .certsimple-difference {
    background-color: #EEFCEE; }
    table.comparison .certsimple-difference img {
      height: 24px;
      display: inline-block;
      vertical-align: middle; }
    table.comparison .certsimple-difference span {
      color: #15A960;
      display: inline-block;
      font-weight: 300;
      font-size: 30px;
      vertical-align: middle; }
  table.comparison h1 {
    font-size: 24px;
    height: 20px;
    font-style: normal;
    margin: 0;
    padding: 24px 12px 48px 12px; }
    table.comparison h1 img {
      display: inline-block; }

.mobile-logo {
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  text-align: center; }
  .mobile-logo h1 {
    padding: 12px;
    width: 100%; }
  @media (min-width: 550px) {
    .mobile-logo {
      display: none; } }
  .mobile-logo h1 {
    padding: 12px;
    width: 100%;
    font-weight: 26pt; }
  @media (min-width: 550px) {
    .mobile-logo {
      display: none; } }

nav small, .mobile-logo small {
  font-weight: 400;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1rem; }

.mobile-logo h1, .logo h1 {
  padding: 12px;
  margin: 0;
  color: #15A960;
  font-weight: 300;
  font-size: 24pt; }
  .mobile-logo h1 img, .logo h1 img {
    height: 24px;
    padding-right: 6px; }
  .mobile-logo h1 a, .logo h1 a {
    color: #15A960;
    text-decoration: none; }

nav, footer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  nav a, footer a {
    text-align: center;
    font-size: 10pt;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400; }
    nav a.logo, footer a.logo {
      text-transform: none;
      padding: 0; }
      nav a.logo h1, footer a.logo h1 {
        padding: 12px;
        font-size: 24pt; }
      @media (max-width: 550px) {
        nav a.logo, footer a.logo {
          display: none; } }
    nav a strong, footer a strong {
      font-weight: 900; }
  @media (max-width: 550px) {
    nav, footer {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      nav a, footer a {
        width: 33%;
        padding: 6px 12px; } }

nav {
  background-color: #fcfcfc; }
  nav a {
    color: #15A960; }
    nav a img {
      height: 20px; }

footer {
  background-color: #292929; }
  footer a {
    color: #fcfcfc; }

nav.article-nav {
  top: 0;
  position: fixed;
  z-index: 2; }
  @media (max-width: 550px) {
    nav.article-nav {
      position: relative; } }

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

html {
  box-sizing: border-box; }

h1 {
  font-size: 36pt;
  padding: 24px 0;
  color: #424242; }

h2 {
  clear: both;
  margin-top: 48px;
  font-size: 24pt;
  padding-top: 48px;
  color: #15A960;
  width: 550px;
  max-width: 100%; }
  h2 code {
    font-size: 16pt; }

h2 {
  font-weight: 300;
  text-align: center;
  margin: 12px; }
  h2.title {
    font-size: 30pt;
    color: #15A960; }
  h2.subtitle {
    font-size: 16pt;
    color: #15A960; }

li {
  text-align: left; }

a {
  color: #15A960; }

p, li {
  margin: 3px 0;
  font-size: 12pt;
  color: #4d4c4c; }
  p.good, li.good {
    font-size: 14pt;
    color: #15A960; }
  @media (max-width: 550px) {
    p, li {
      padding-left: 12px;
      padding-right: 12px; } }
  p img, li img {
    max-width: 100%; }

video {
  display: block;
  margin: 24px auto;
  border: 1px solid #a5a5a5; }

img.circle {
  float: left;
  border: none;
  -webkit-shape-outside: circle();
  shape-outside: circle();
  border-radius: 50%; }

img.avatar {
  height: 48px;
  width: 48px;
  float: left;
  border-radius: 50%;
  margin: 12px; }

body {
  padding: 0;
  margin: 0;
  font-size: 12pt;
  background-color: #fcfcfc;
  color: #424242;
  font-weight: 300; }

strong {
  font-weight: 600; }

input, body {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

p, ul {
  margin-top: 12px;
  font-family: "charterregular", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14pt;
  line-height: 1.6; }
  p li, ul li {
    font-size: 14pt; }

pre {
  padding: 12px;
  overflow: scroll;
  width: 100%; }
  pre code {
    font-size: 12pt; }

code {
  font-size: 13pt; }

.bio {
  margin-top: 12px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 550px) {
    .bio {
      max-width: 100%; } }
  .bio img {
    margin: 0 12px 0 0; }
  .bio p {
    margin: 0; }

.the-point {
  color: #15A960;
  font-size: 30pt;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
  font-family: "Lato", Helvetica, Arial, sans-serif; }

.staff {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 550px) {
    .staff {
      max-width: 100%; } }
  .staff img.avatar {
    height: 96px;
    width: 96px; }
  .staff p {
    margin: 0; }

blockquote p {
  font-style: oblique; }

.social-logo {
  width: 24px; }

.mixpanel-ad {
  display: none; }

.bonus-footer {
  width: 100%;
  background-color: #292929;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  padding: 48px;
  font-weight: 400; }
  @media (max-width: 550px) {
    .bonus-footer {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .bonus-footer div {
    width: 150px; }
    @media (max-width: 550px) {
      .bonus-footer div {
        width: 100%;
        text-align: center; } }
    .bonus-footer div .penny {
      width: 100px; }
    .bonus-footer div p {
      color: white;
      font-size: 8pt;
      text-transform: uppercase;
      padding: 3px 0;
      font-family: "Lato", Helvetica, Arial, sans-serif; }
      .bonus-footer div p a {
        text-decoration: none;
        color: white; }

.blog-posts .blog-post:nth-child(5n+1):after {
  background: linear-gradient(135deg, #33D013, #000000); }

.blog-posts .blog-post:nth-child(5n+2):after {
  background: linear-gradient(135deg, #4F7756, #010101); }

.blog-posts .blog-post:nth-child(5n+3):after {
  background: linear-gradient(135deg, #55AD7A, #010101); }

.blog-posts .blog-post:nth-child(5n+4):after {
  background: linear-gradient(135deg, #90F86F, #010101); }

.blog-posts .blog-post:nth-child(5n+5):after {
  background: linear-gradient(135deg, #25DC2E, #000000); }

@font-face {
  font-family: 'Charter';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/blog/charter_regular-webfont.eot");
  src: url("/fonts/blog/charter_regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/blog/charter_regular-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Charter';
  font-style: oblique;
  font-weight: 400;
  src: url("/fonts/blog/charter_italic-webfont.eot");
  src: url("/fonts/blog/charter_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/blog/charter_italic-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Charter';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/blog/charter_bold-webfont.eot");
  src: url("/fonts/blog/charter_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/blog/charter_bold-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Charter';
  font-style: oblique;
  font-weight: 700;
  src: url("/fonts/blog/charter_bold_italic-webfont.eot");
  src: url("/fonts/blog/charter_bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/blog/charter_bold_italic-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"), local("Lato-Hairline"), url(/fonts/blog/lato/Lato-Hairline.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Hairline.woff) format("woff"), url(/fonts/blog/lato/Lato-Hairline.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(/fonts/blog/lato/Lato-Light.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Light.woff) format("woff"), url(/fonts/blog/lato/Lato-Light.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/blog/lato/Lato-Regular.eot);
  src: local("Lato Regular"), local("Lato-Regular"), local("Lato"), url(/fonts/blog/lato/Lato-Regular.svg#Lato) format("svg"), url(/fonts/blog/lato/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/blog/lato/Lato-Regular.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Regular.woff) format("woff"), url(/fonts/blog/lato/Lato-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(/fonts/blog/lato/Lato-Bold.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Bold.woff) format("woff"), url(/fonts/blog/lato/Lato-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(/fonts/blog/lato/Lato-Black.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Black.woff) format("woff"), url(/fonts/blog/lato/Lato-Black.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local("Lato Hairline Italic"), local("Lato-HairlineItalic"), url(/fonts/blog/lato/Lato-Hairline-Italic.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Hairline-Italic.woff) format("woff"), url(/fonts/blog/lato/Lato-Hairline-Italic.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url(/fonts/blog/lato/Lato-Light-Italic.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Light-Italic.woff) format("woff"), url(/fonts/blog/lato/Lato-Light-Italic.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url(/fonts/blog/lato/Lato-Italic.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Italic.woff) format("woff"), url(/fonts/blog/lato/Lato-Italic.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url(/fonts/blog/lato/Lato-Bold-Italic.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Bold-Italic.woff) format("woff"), url(/fonts/blog/lato/Lato-Bold-Italic.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url(/fonts/blog/lato/Lato-Black-Italic.woff2) format("woff2"), url(/fonts/blog/lato/Lato-Black-Italic.woff) format("woff"), url(/fonts/blog/lato/Lato-Black-Italic.ttf) format("truetype"); }

header.blog {
  margin: 48px 0; }
  header.blog h1 {
    margin-bottom: 6px;
    padding: 0;
    text-transform: uppercase;
    font-size: 22pt;
    text-align: center;
    font-weight: 300;
    letter-spacing: 8px; }
  header.blog h2 {
    text-transform: uppercase;
    font-size: 12pt;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
    color: #a5a5a5; }
  header.blog a {
    letter-spacing: 6px;
    text-decoration: none;
    font-size: 12pt;
    text-transform: uppercase;
    color: #222;
    font-weight: 300;
    opacity: 0.6;
    transition: 0.2s; }
    header.blog a img {
      height: 10pt;
      margin-right: 6px; }
    header.blog a:hover {
      opacity: 1.0; }

@media (min-width: 550px) {
  .blog-index a.blog-post:first-of-type {
    width: 100%; } }

.blog-index a.blog-post {
  width: 100%;
  height: 400px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: white;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 550px) {
    .blog-index a.blog-post {
      width: 50%; } }
  .blog-index a.blog-post header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 24pt;
    z-index: 1; }
    .blog-index a.blog-post header h2 {
      font-size: 24pt;
      color: white;
      width: auto; }
      @media (min-width: 550px) {
        .blog-index a.blog-post header h2 {
          font-size: 24pt; } }
      @media (min-width: 850px) {
        .blog-index a.blog-post header h2 {
          font-size: 36pt; } }
    .blog-index a.blog-post header p {
      font-family: Lato;
      color: white;
      font-size: 12pt; }
  .blog-index a.blog-post:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    display: block;
    position: absolute; }

.blog-title {
  width: 100%;
  min-height: 500px;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: white;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 87px; }
  .blog-title header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 24pt;
    z-index: 1; }
    .blog-title header h2 {
      font-size: 24pt;
      color: white;
      width: auto; }
      @media (min-width: 550px) {
        .blog-title header h2 {
          font-size: 24pt; } }
      @media (min-width: 850px) {
        .blog-title header h2 {
          font-size: 36pt; } }
    .blog-title header p {
      font-family: Lato;
      color: white;
      font-size: 12pt; }
  .blog-title:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    display: block;
    position: absolute; }
  @media (max-width: 550px) {
    .blog-title {
      margin-top: 0; } }
  .blog-title header {
    padding: 96px; }
    @media (max-width: 550px) {
      .blog-title header {
        padding: 24px; } }
  .blog-title h2 {
    padding: 0; }
  .blog-title h3 {
    font-weight: 300;
    margin: 0 0 6px 0;
    font-size: 16pt; }

.blog-title:after, .other-article:after {
  background: black; }

.blog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .blog table, .blog p, .blog h1, .blog h2, .blog h3, .blog h4, .blog .the-point, .blog ul, .blog p img, .blog pre {
    width: 550px;
    max-width: 100%; }
    @media (max-width: 550px) {
      .blog table, .blog p, .blog h1, .blog h2, .blog h3, .blog h4, .blog .the-point, .blog ul, .blog p img, .blog pre {
        width: auto;
        max-width: 100%; } }
  .blog p {
    font-weight: 400; }
  .blog .the-point {
    width: auto;
    max-width: 850px; }
  .blog h2 {
    text-align: left;
    color: #424242; }
  .blog iframe {
    display: block;
    max-width: 850px; }
  .blog table {
    margin: 48px auto;
    border-spacing: 0;
    border-collapse: collapse; }
    .blog table tr, .blog table td {
      padding: 12px 12px;
      border: 1px solid #F1F1F1; }
  .blog .related-content {
    background-color: white;
    height: 200px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .blog .related-content .other-articles {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 850px;
      max-width: 100%; }
      @media (max-width: 550px) {
        .blog .related-content .other-articles {
          width: auto; } }
      .blog .related-content .other-articles .other-article {
        display: block;
        width: 50%;
        height: 150px;
        margin: 3px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-decoration: none;
        color: white;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .blog .related-content .other-articles .other-article header {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 24pt;
          z-index: 1; }
          .blog .related-content .other-articles .other-article header h2 {
            font-size: 24pt;
            color: white;
            width: auto; }
            @media (min-width: 550px) {
              .blog .related-content .other-articles .other-article header h2 {
                font-size: 24pt; } }
            @media (min-width: 850px) {
              .blog .related-content .other-articles .other-article header h2 {
                font-size: 36pt; } }
          .blog .related-content .other-articles .other-article header p {
            font-family: Lato;
            color: white;
            font-size: 12pt; }
        .blog .related-content .other-articles .other-article:after {
          content: '';
          width: 100%;
          height: 100%;
          opacity: 0.8;
          top: 0;
          left: 0;
          display: block;
          position: absolute; }
        @media (max-width: 550px) {
          .blog .related-content .other-articles .other-article {
            margin: 0;
            width: 100%;
            height: 300px; } }
        .blog .related-content .other-articles .other-article header {
          text-align: center;
          font-size: 18pt;
          padding: 24px; }
  .blog .blog-about-certsimple {
    margin-top: 48px;
    padding: 48px 0;
    border-top: 1px solid #F1F1F1;
    max-width: none;
    width: 100%;
    background-color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .blog .blog-about-certsimple * {
      max-width: 100%; }
    .blog .blog-about-certsimple h2 {
      color: #15A960;
      font-weight: 300;
      text-align: center;
      margin: 0; }
    .blog .blog-about-certsimple h3 {
      text-align: center;
      font-weight: 400;
      margin: 0; }
    .blog .blog-about-certsimple .details {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 550px) {
        .blog .blog-about-certsimple .details {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 12px; } }
      .blog .blog-about-certsimple .details img.compare {
        margin: 12px;
        width: 200px;
        max-width: 50%;
        border: none; }
      .blog .blog-about-certsimple .details p {
        font-family: "Lato", Helvetica, Arial, sans-serif;
        margin-right: 12px;
        padding: 0;
        font-size: 14pt; }

.infographic {
  width: 850px;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 96px; }

.help-contents {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  min-height: 1000px; }
  @media (max-width: 600px) {
    .help-contents {
      max-width: 100%; } }
  .help-contents .column {
    width: 50%; }
    @media (max-width: 600px) {
      .help-contents .column {
        width: 100%; } }
    .help-contents .column .category {
      padding-bottom: 24px; }
      .help-contents .column .category h2 {
        text-align: left;
        margin: 0;
        color: #292929; }
      .help-contents .column .category a {
        display: block;
        padding: 6px;
        text-decoration: none;
        font-weight: 500; }

.faq-item {
  max-width: 550px;
  text-align: left;
  padding-top: 128px;
  padding-bottom: 128px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 550px) {
    .faq-item {
      max-width: 100%; } }
  .faq-item .faq-breadcrumbs {
    font-family: Lato, sans-serif;
    font-size: 8pt;
    text-transform: uppercase;
    color: #A6A6A6;
    font-weight: 500; }
    .faq-item .faq-breadcrumbs a {
      color: % grey; }
  .faq-item h1 {
    width: 100%;
    font-weight: 300;
    margin: 0;
    font-size: 26pt; }

pre {
  -moz-tab-size: 2;
       tab-size: 2;
  overflow: hidden; }
  pre code {
    white-space: pre-wrap;
    font-family: "Menlo", "Monaco", "Courier New", monospace; }

.overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw; }
  .overlay .message {
    margin: 0 auto; }

.help-and-faq h1 {
  color: #15A960;
  font-weight: 200; }

.about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .about table, .about p, .about h1, .about .the-point {
    width: 550px;
    max-width: 100%; }
    @media (max-width: 550px) {
      .about table, .about p, .about h1, .about .the-point {
        width: auto;
        max-width: 100%; } }
  .about .the-point {
    width: 850px;
    max-width: 100%; }
  .about .byline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
    .about .byline img {
      margin: 0 6px 0 0;
      padding: 0; }
    .about .byline .date {
      font-style: oblique;
      color: #a5a5a5;
      font-size: 14pt;
      margin: 0; }
  .about h3 {
    margin: 48px auto 12px auto; }
  .about h4 {
    padding-top: 24px; }
