@charset "UTF-8";
/***** 3rd Party Components *****/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

button, input[type="button"], input[type="reset"], input[type="submit"], button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #FFD94C;
  border-radius: 6px;
  border: 1px solid #FFBF2D;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus, .button:hover, .button:focus {
    background-color: #e5b400;
    color: #000;
    outline: none; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: white;
  border: 1px solid #EAEAEA;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

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

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #D7D7D7;
  border: none;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.125em;
  color: black;
  font-weight: 600;
  margin-bottom: 0.75em;
  padding: 0.5em;
  padding-left: 18px;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #d1d1d1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #FFD94C;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 212, 51, 0.7);
    outline: none; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  select[multiple=multiple]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #282E38; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, textarea::-moz-placeholder,
  select[multiple=multiple]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #282E38; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, textarea:-moz-placeholder,
  select[multiple=multiple]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #282E38; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, textarea:-ms-input-placeholder,
  select[multiple=multiple]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #282E38; }

textarea {
  resize: vertical; }

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

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

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

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 0.75em 0px; }
  #post-detail .content ul li:before,
  ol #post-detail .content ul li:before,
  #post-detail .content ul ol li:before {
    color: #FFD94C;
    /* set color to red */
    content: "›";
    /* /2022 is the numerical unicode for &bull; */
    font-size: 1.25em;
    /* set the font-size of the bullet if necessary. Make sure to use em or %*/
    line-height: 1em;
    padding-right: .25em;
    /* give the bullet some padding from the text Make sure to use em*/
    position: relative; }
  #post-detail .content ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

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

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

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

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #EAEAEA;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  color: #FFD94C;
  margin: 0 0 0.6em; }

h1 {
  margin: 30px 0 14px 0;
  font-size: 3em; }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 1.875em; } }

h2 {
  font-size: 1.875em;
  margin: 20px 0 12px 0; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 1.25em; } }

h3 {
  font-size: 1.875em; }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 1.5em; } }

p {
  margin: 0 0 0.75em; }

a {
  color: #FFD94C;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #ffc800; }
  a:active, a:focus {
    outline: none; }

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

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

figure {
  margin: 8px 0px 10px 0px; }
  figure.left {
    float: left;
    margin: 8px 20px 10px 0px; }
    figure.left::after {
      content: "";
      clear: both;
      display: table; }
  figure.right {
    float: right;
    margin: 8px 0px 10px 20px; }
    figure.right::after {
      content: "";
      clear: both;
      display: table; }
  figure.center {
    text-align: center; }

blockquote {
  margin: 0px;
  padding: 0px 0px 0px 14px;
  border-left: 2px solid #576474;
  font-style: italic; }

pre {
  background: #282E38;
  padding: 20px 10px 20px 20px; }

/***** Base Layout Styles *****/
/************ General Page Elements */
.row-wrapper {
  display: block; }
  .row-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .row-wrapper .outer-container {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto; }
    .row-wrapper .outer-container::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 960px) {
      .row-wrapper .outer-container > :first-child {
        padding-left: 20px;
        padding-right: 20px; } }

/************ Top Navigation */
nav {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: table;
  height: 58px; }
  @media screen and (max-width: 480px) {
    nav {
      height: 50px; } }
  nav #logo {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    height: 31px;
    width: 125px;
    background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/logo-header.png");
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      nav #logo {
        background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/logo-header@2x.png");
        background-size: 125px 31px; } }
    @media screen and (max-width: 480px) {
      nav #logo {
        position: absolute;
        top: 9px;
        right: 20px; } }
  nav #nav-toggle {
    display: none;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      nav #nav-toggle {
        display: block;
        position: absolute;
        top: 9px;
        left: 20px;
        width: 30px;
        height: 30px;
        background: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/icon-nav-mobile.svg") no-repeat center; } }
  nav ul {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px; }
    @media screen and (max-width: 480px) {
      nav ul {
        display: none;
        margin-top: 5px; } }
    nav ul li {
      display: inline-block;
      margin-left: 44px; }
      @media screen and (max-width: 480px) {
        nav ul li {
          margin-left: 25px; } }
      nav ul li a {
        color: #EAEAEA; }

/*********** Newsletter / Social Follow */
.newsletter-form__signup {
  position: relative;
  max-width: 340px;
  background: #D7D7D7;
  border-radius: 6px;
  height: 61px; }
.newsletter-form input[type="text"] {
  width: 100%;
  padding-right: 70px;
  height: 61px;
  background: transparent;
  border: none; }
.newsletter-form input[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 61px;
  width: 61px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 1px solid black;
  background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/icon-form-send.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.125em; }
.newsletter-form .request-notice {
  clear: both;
  font-size: 0.75em;
  padding-left: 10px;
  color: #EAEAEA;
  margin: 8px 0px 0px 0px; }
  .newsletter-form .request-notice.error {
    color: #bc3b2a; }
  .newsletter-form .request-notice.success {
    color: #50b850; }

.social-button {
  height: 61px;
  width: 61px;
  border: none;
  background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/icons-social.svg");
  background-size: 480px 750px;
  background-repeat: no-repeat;
  margin-right: 18px; }
  .social-button:last-child {
    margin-right: 0px; }
  .social-button--rss {
    background-color: #E88A42;
    background-position: -214px -702px; }
    .social-button--rss:hover {
      background-color: #c56318; }
  .social-button--twitter {
    background-color: #39A9E0;
    background-position: -212px 17px; }
    .social-button--twitter:hover {
      background-color: #1c80b1; }
  .social-button--googleplus {
    background-color: #DD4B39;
    background-position: -211px -124px; }
    .social-button--googleplus:hover {
      background-color: #ac2d1e; }

/************* Footer */
footer {
  padding: 84px 0px 33px 0px;
  background: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/logo-fn-footer.svg") no-repeat center 45px; }
  footer p {
    margin-bottom: 0px;
    font-size: 0.75em;
    color: #576474;
    text-align: center; }
  footer a {
    color: #576474; }

/***** Custom Components *****/
.overlay__content {
  position: fixed;
  margin-top: 200px;
  left: 50%;
  border-radius: 5px;
  text-align: center;
  z-index: 1001;
  /* 1 higher than the overlay layer */ }
  @media screen and (max-width: 750px) {
    .overlay__content {
      margin-top: 50px;
      left: 0px; } }

.overlay__wrapper {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px; }
.overlay__background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
.overlay__content {
  text-align: left;
  width: 39.25em;
  margin-left: -19.625em; }
  @media screen and (max-width: 750px) {
    .overlay__content {
      width: 88%;
      margin-left: 6%; } }
  .overlay__content__head {
    background-color: #5A646F;
    padding: 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    .overlay__content__head h2 {
      color: #fff;
      margin: 0;
      font-size: 1.5em;
      line-height: 1em; }
  .overlay__content__body {
    padding: 22px;
    background-color: #C6CACD;
    color: #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
    @media screen and (max-width: 480px) {
      .overlay__content__body {
        padding-bottom: 150px; } }
    .overlay__content__body--shirt-prize {
      background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/giveaways/tower-tshirts@2x.png");
      background-repeat: no-repeat;
      background-size: 363px 248px;
      background-position: 340px 60px; }
      @media screen and (max-width: 480px) {
        .overlay__content__body--shirt-prize {
          background-position: center 290px; } }
    .overlay__content__body--card-prize {
      background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/giveaways/nerdy-game-of-cards@2x.png");
      background-repeat: no-repeat;
      background-size: 363px 248px;
      background-position: 350px 48px; }
      @media screen and (max-width: 480px) {
        .overlay__content__body--card-prize {
          background-position: center 230px; } }
    .overlay__content__body h2 {
      color: #000;
      margin: 0px 0px 10px 0px;
      font-size: 1.25em;
      line-height: 1em; }
    .overlay__content__body p {
      margin-right: 275px; }
      @media screen and (max-width: 750px) {
        .overlay__content__body p {
          margin-right: 0px;
          width: 225px; } }
    .overlay__content__body a {
      color: #282E38;
      font-weight: bold; }
  .overlay__content__close {
    width: 18px;
    height: 18px;
    background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/icon-close.svg");
    background-position: -23px center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px; }

.fn-popup {
  z-index: 1000;
  position: fixed;
  border-radius: 8px;
  background-color: #D7D7D7;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px rgba(55, 60, 75, 0.1); }
  @media screen and (max-width: 750px) {
    .fn-popup {
      max-width: 100%; } }
  .fn-popup__close {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    top: 7px;
    right: 7px; }
    .fn-popup__close__button {
      width: 15px;
      height: 15px;
      background-image: url("../img/popups/close-arrow@2x.png");
      background-position: center center;
      background-size: 16px 16px;
      background-repeat: no-repeat; }
  .fn-popup__text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px; }
  .fn-popup__button--next, .fn-popup__button--link, .fn-popup__button--tweet, .fn-popup__button--signup {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #FFD94C;
    border-radius: 6px;
    color: #371400;
    cursor: pointer;
    display: inline-block;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 1;
    padding: 0.75em 1em;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    text-align: center; }
    .fn-popup__button--next:hover, .fn-popup__button--next:focus, .fn-popup__button--link:hover, .fn-popup__button--link:focus, .fn-popup__button--tweet:hover, .fn-popup__button--tweet:focus, .fn-popup__button--signup:hover, .fn-popup__button--signup:focus {
      background-color: #ffce19;
      transition: all 0.1s linear;
      outline: none;
      color: #371400; }
    .fn-popup__button--next:disabled, .fn-popup__button--link:disabled, .fn-popup__button--tweet:disabled, .fn-popup__button--signup:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .fn-popup__button-caption a {
    color: #ECEEF2;
    font-size: 0.8em;
    padding-left: 27px; }

/******* Modal Overlay */
.fn-popup__modal {
  display: none; }
  .fn-popup__modal .fn-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500; }
  .fn-popup__modal .fn-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999; }

/************************
  Site-Specific PopUps
************************/
#fn-popup-shirtgiveaway {
  right: 0px;
  bottom: 25px;
  height: 290px;
  padding: 30px;
  box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.22);
  background-color: #62676F;
  background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/popups/tower-shirts@2x.png");
  background-position: right bottom;
  background-size: 153px 120px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #fn-popup-shirtgiveaway.fn-popup--squashed {
    width: 180px;
    visibility: visible;
    background-position: 60px 180px; }
  #fn-popup-shirtgiveaway.fn-popup--stretched {
    width: 290px;
    visibility: visible;
    background-position: 150px 180px; }
  #fn-popup-shirtgiveaway.fn-popup--hidden {
    width: 0px;
    visibility: hidden; }
  #fn-popup-shirtgiveaway .fn-popup__content--1 {
    display: none; }
  #fn-popup-shirtgiveaway .fn-popup__content--2 {
    display: none; }
    #fn-popup-shirtgiveaway .fn-popup__content--2 input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  #fn-popup-shirtgiveaway .fn-popup__content--3 {
    display: none; }
    #fn-popup-shirtgiveaway .fn-popup__content--3 .fn-popup__text--line1 {
      font-weight: 600;
      color: #FFD94C; }
  #fn-popup-shirtgiveaway .fn-popup__button--next,
  #fn-popup-shirtgiveaway .fn-popup__button--signup {
    display: inline-block;
    width: 120px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border: 1px solid #98630c; }
  #fn-popup-shirtgiveaway .request-notice {
    width: 117px;
    padding: 0px;
    font-size: 14px; }
    #fn-popup-shirtgiveaway .request-notice:before {
      content: '';
      background-image: none;
      width: 0px;
      height: 0px; }

#fn-popup-picturepuzzle {
  right: 0px;
  bottom: 25px;
  width: 340px;
  min-height: 307px;
  padding: 9px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #fn-popup-picturepuzzle .fn-popup__close {
    display: none;
    background: #1F222A;
    top: -28px; }
  #fn-popup-picturepuzzle.fn-popup--hidden {
    width: 0px;
    visibility: hidden; }
  #fn-popup-picturepuzzle .fn-popup__content--1 {
    display: none; }
    #fn-popup-picturepuzzle .fn-popup__content--1 .fn-popup__text {
      padding: 30px 0px;
      background: #1F222A;
      border-radius: 4px;
      border-top-right-radius: 0px;
      text-align: center; }
  #fn-popup-picturepuzzle .fn-popup__button--link {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #98630c; }
    #fn-popup-picturepuzzle .fn-popup__button--link:after {
      content: '';
      width: 19px;
      height: 10px;
      background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/popups/button-arrow@2x.png");
      background-repeat: no-repeat;
      background-size: 19px 10px;
      display: inline-block;
      margin-left: 7px; }

#fn-popup-towerspecial {
  right: 0px;
  bottom: 25px;
  width: 225px;
  height: 320px;
  padding: 30px;
  box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.22);
  background-color: #62676F;
  background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/popups/tower-special-sale@2x.png");
  background-position: right bottom;
  background-size: 172px 154px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #fn-popup-towerspecial.fn-popup--hidden {
    width: 0px;
    visibility: hidden; }
  #fn-popup-towerspecial .fn-popup__content--1 {
    display: none; }
    #fn-popup-towerspecial .fn-popup__content--1 .fn-popup__text {
      border-radius: 4px;
      border-top-right-radius: 0px; }
  #fn-popup-towerspecial .fn-popup__button--link {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #98630c; }

#fn-popup-tower-win-beta {
  right: 0px;
  bottom: 25px;
  width: 255px;
  height: 380px;
  padding: 30px 24px 24px 24px;
  box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.22);
  background: #E2E5EA;
  background-image: linear-gradient(-177deg, #FBFCFF 7%, #E6E9ED 47%);
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #fn-popup-tower-win-beta.fn-popup--hidden {
    width: 0px;
    visibility: hidden; }
  #fn-popup-tower-win-beta .fn-popup__content--1 {
    display: none; }
    #fn-popup-tower-win-beta .fn-popup__content--1 .fn-popup__text {
      border-radius: 4px;
      border-top-right-radius: 0px; }
  #fn-popup-tower-win-beta .fn-popup__button--link {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.42);
    background-image: linear-gradient(-180deg, #F9C830 19%, #F8AD38 100%);
    border: 1px solid #FFC56A;
    color: #371400;
    text-shadow: none;
    font-weight: bold; }

html,
body {
  background-color: #191C22; }

/************ Top Navigation */
.row-wrapper__navigation--default,
.row-wrapper__navigation--picture-puzzle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #191C22;
  opacity: 0.5; }

/************ Header Image */
.row-wrapper__post-header {
  background: #fff;
  background-size: cover;
  background-position: center; }

header {
  width: 100%;
  height: 360px;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat; }

/************ Sharing Top */
.row-wrapper__sharing-topbar {
  background: #292f39;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10; }
  @media screen and (min-width: 480px) {
    .row-wrapper__sharing-topbar {
      position: inherit !important; } }

#sharing-topbar {
  height: 72px;
  display: table;
  margin: auto; }
  #sharing-topbar__wrapper {
    display: table-cell;
    vertical-align: middle; }
  #sharing-topbar .button {
    width: 70px;
    height: 38px;
    border: 1px solid #fff;
    background-color: transparent;
    background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/icons-social.svg");
    background-repeat: no-repeat;
    margin-right: 15px; }
    @media screen and (max-width: 480px) {
      #sharing-topbar .button {
        width: 50px; } }
    #sharing-topbar .button:hover {
      background-color: #191C22; }
  #sharing-topbar .button:last-child {
    margin-right: 0px; }
  #sharing-topbar .social-button--twitter {
    background-position: -127px 9px; }
    @media screen and (max-width: 480px) {
      #sharing-topbar .social-button--twitter {
        background-position: -137px 9px; } }
  #sharing-topbar .social-button--googleplus {
    background-position: -125px -85px; }
    @media screen and (max-width: 480px) {
      #sharing-topbar .social-button--googleplus {
        background-position: -135px -85px; } }
  #sharing-topbar .social-button--facebook {
    background-position: -122px -275px; }
    @media screen and (max-width: 480px) {
      #sharing-topbar .social-button--facebook {
        background-position: -132px -275px; } }
  #sharing-topbar .social-button--linkedin {
    background-position: -126px -371px; }
    @media screen and (max-width: 480px) {
      #sharing-topbar .social-button--linkedin {
        background-position: -136px -371px; } }

/*********** Sharing Sidebar */
#sharing-sidebar {
  position: fixed;
  right: -70px;
  top: 50px;
  -webkit-transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  @media screen and (max-width: 480px) {
    #sharing-sidebar {
      display: none; } }
  #sharing-sidebar .button {
    float: none;
    display: block;
    width: 70px;
    height: 56px;
    border: none;
    border-radius: 0;
    background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/icons-social.svg");
    background-repeat: no-repeat; }
    #sharing-sidebar .button:first-of-type {
      border-top-left-radius: 3px; }
    #sharing-sidebar .button:last-of-type {
      border-bottom-left-radius: 3px; }
  #sharing-sidebar .social-button--twitter {
    background-position: -128px 19px;
    background-color: #5AA4D4; }
    #sharing-sidebar .social-button--twitter:hover {
      background-color: #348dc7; }
  #sharing-sidebar .social-button--googleplus {
    background-position: -126px -75px;
    background-color: #EE391E; }
    #sharing-sidebar .social-button--googleplus:hover {
      background-color: #ca270f; }
  #sharing-sidebar .social-button--facebook {
    background-position: -124px -265px;
    background-color: #3B5998; }
    #sharing-sidebar .social-button--facebook:hover {
      background-color: #2d4373; }
  #sharing-sidebar .social-button--linkedin {
    background-position: -128px -362px;
    background-color: #007BB6; }
    #sharing-sidebar .social-button--linkedin:hover {
      background-color: #005983; }

/*********** Content */
.row-wrapper__post-content {
  background: #191C22; }

#post-detail {
  margin-left: 8.7136929461%;
  float: left;
  display: block;
  margin-right: 4.5643153527%;
  width: 82.5726141079%;
  margin-top: 76px;
  margin-bottom: 100px; }
  #post-detail:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    #post-detail {
      margin-left: 0%;
      width: 100%; } }
  #post-detail .meta {
    color: #808A9E;
    font-size: 1.25em; }
  #post-detail h1 {
    margin-top: 5px;
    margin-bottom: 42px; }
  #post-detail .intro {
    color: #EAEFF8;
    font-size: 1.5em;
    margin-bottom: 35px; }
  #post-detail .content {
    color: #b8c3d8;
    font-size: 1.25em;
    /** Signup **/ }
    #post-detail .content h2 {
      font-size: 1.5em;
      margin-top: 50px;
      clear: both; }
    #post-detail .content h2:first-child {
      margin-top: 0px; }
    #post-detail .content h3 {
      font-size: 1.2em;
      margin-top: 35px;
      clear: both; }
    #post-detail .content h2:first-child {
      margin-top: 0px; }
    #post-detail .content b, #post-detail .content strong {
      color: #e9edf3; }
    #post-detail .content ul li {
      padding-left: .75em;
      position: relative;
      margin-bottom: .5em; }
      #post-detail .content ul li:before {
        position: absolute;
        left: 0; }
    #post-detail .content figcaption {
      color: #808A9E;
      font-size: 0.8em; }
    #post-detail .content .framed-content {
      font-size: 0.9em;
      border: 1px solid #20252d;
      background: #282E38;
      border-radius: 6px;
      padding: 24px;
      margin-bottom: 28px; }
      #post-detail .content .framed-content::after {
        clear: both;
        content: "";
        display: table; }
      #post-detail .content .framed-content img {
        float: left;
        margin-right: 24px;
        border-radius: 6px; }
    #post-detail .content .checkmark-active {
      background: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/checkmark.png") no-repeat center center; }
    #post-detail .content .signup--block, #post-detail .content .signup--gift {
      background: #282E38;
      padding: 25px;
      margin-top: 60px;
      border-radius: 6px;
      font-size: 16px; }
      #post-detail .content .signup--block::after, #post-detail .content .signup--gift::after {
        clear: both;
        content: "";
        display: table; }
    #post-detail .content .signup--block__join--email p, #post-detail .content .signup--block__join--social p, #post-detail .content .signup--gift p {
      color: #EAEAEA;
      font-size: 1.25em; }
      @media screen and (max-width: 960px) {
        #post-detail .content .signup--block__join--email p, #post-detail .content .signup--block__join--social p, #post-detail .content .signup--gift p {
          margin-bottom: 10px;
          font-size: 1.125em; } }
    #post-detail .content .signup--block h2 {
      margin-bottom: 2px; }
    #post-detail .content .signup--block__join--email, #post-detail .content .signup--block__join--social {
      width: 50%;
      float: left; }
      @media screen and (max-width: 750px) {
        #post-detail .content .signup--block__join--email, #post-detail .content .signup--block__join--social {
          width: 100%;
          margin-bottom: 25px; } }
      @media screen and (min-width: 750px) and (max-width: 960px) {
        #post-detail .content .signup--block__join--email, #post-detail .content .signup--block__join--social {
          width: auto; }
          #post-detail .content .signup--block__join--email:last-child, #post-detail .content .signup--block__join--social:last-child {
            margin-left: 60px; } }
    #post-detail .content .signup--gift__image {
      float: left;
      display: block;
      margin-right: 2.9972752044%;
      width: 14.1689373297%; }
      #post-detail .content .signup--gift__image:last-child {
        margin-right: 0; }
      @media screen and (max-width: 750px) {
        #post-detail .content .signup--gift__image {
          display: none; } }
    #post-detail .content .signup--gift__content {
      float: left;
      display: block;
      margin-right: 2.9972752044%;
      width: 82.8337874659%; }
      #post-detail .content .signup--gift__content:last-child {
        margin-right: 0; }
      @media screen and (max-width: 750px) {
        #post-detail .content .signup--gift__content {
          width: 100%;
          float: none; } }
    #post-detail .content .signup--gift__text::after {
      clear: both;
      content: "";
      display: table; }
    #post-detail .content .signup--gift form {
      clear: both; }

/*********** Footer */
.row-wrapper__post-footer .footer-container--left, .row-wrapper__post-footer .footer-container--right {
  padding-top: 34px;
  padding-bottom: 57px; }

.row-wrapper__post-footer {
  background-image: -webkit-linear-gradient(left, #282E38 0, #282E38 50%, #20252d 50%, #20252d 100%);
  background-image: linear-gradient(to right, #282E38 0, #282E38 50%, #20252d 50%, #20252d 100%); }
  .row-wrapper__post-footer .footer-container h3 {
    margin-bottom: 6px; }
  .row-wrapper__post-footer .footer-container__subline {
    margin-bottom: 35px;
    font-size: 1.5em; }
    @media screen and (max-width: 480px) {
      .row-wrapper__post-footer .footer-container__subline {
        font-size: 1.25em; } }
  .row-wrapper__post-footer .footer-container--left {
    background: #282E38;
    float: left;
    display: block;
    margin-right: 4.5643153527%;
    width: 56.4315352697%;
    padding-left: 20px;
    padding-right: 20px; }
    .row-wrapper__post-footer .footer-container--left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .row-wrapper__post-footer .footer-container--left {
        width: 100%;
        float: none; } }
    @media screen and (min-width: 480px) {
      .row-wrapper__post-footer .footer-container--left {
        padding-right: 100; } }
    .row-wrapper__post-footer .footer-container--left__image {
      height: 125px;
      width: 96px;
      background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/icon-tower-footer.png");
      background-position: center;
      background-repeat: no-repeat;
      float: left; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .row-wrapper__post-footer .footer-container--left__image {
          background-image: url("https://tower-website-ftkdppxp1xaznovg.netdna-ssl.com/blog/assets/img/icon-tower-footer@2x.png");
          background-size: 96px 125px; } }
      @media screen and (max-width: 480px) {
        .row-wrapper__post-footer .footer-container--left__image {
          margin-right: 20px; } }
    .row-wrapper__post-footer .footer-container--left__content {
      color: #b8c3d8;
      font-size: 1.25em;
      margin-left: 143px;
      padding-right: 25px; }
      @media screen and (max-width: 480px) {
        .row-wrapper__post-footer .footer-container--left__content {
          margin-left: 0px;
          padding-right: 0px; } }
  .row-wrapper__post-footer .footer-container--right {
    background: #20252d;
    padding-top: 34px;
    float: left;
    display: block;
    margin-right: 4.5643153527%;
    width: 39.0041493776%;
    padding-left: 20px;
    padding-right: 20px; }
    .row-wrapper__post-footer .footer-container--right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .row-wrapper__post-footer .footer-container--right {
        width: 100%;
        float: none; } }
    .row-wrapper__post-footer .footer-container--right h3 {
      color: #95ACC7; }
    .row-wrapper__post-footer .footer-container--right ul {
      font-size: 1.25em; }

/*********** Picture Puzzle Content */
.content__picture-puzzle {
  /*  .picture-puzzle-form {
      border:1px solid $dark-gray;
      border-radius:$base-border-radius;
      
      &__contents {
        max-width: 400px;
        text-align: center;
        margin: 35px auto 30px auto;
        padding:0 32px;
      }
    }
  */ }
  .content__picture-puzzle__image {
    background: #ffd255;
    margin-bottom: 42px; }
  .content__picture-puzzle img {
    display: block; }
  .content__picture-puzzle p {
    color: #EAEFF8;
    font-size: 1.25em;
    margin-bottom: 35px; }
  .content__picture-puzzle__episode {
    margin-bottom: 100px; }
  .content__picture-puzzle__hint--description {
    padding-top: 12px;
    background: #191C22;
    text-align: center; }
  .content__picture-puzzle__hint--content, .content__picture-puzzle__answer--content {
    text-align: left;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    background: transparent; }
    .content__picture-puzzle__hint--content p, .content__picture-puzzle__answer--content p {
      color: #191C22;
      padding: 4px 0px 15px 0px;
      margin-bottom: 0px;
      font-size: 1em;
      text-align: center;
      font-weight: bold; }
  .content__picture-puzzle .caption-content-visible {
    visibility: visible;
    opacity: 1;
    max-height: 320px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffd255; }
  .content__picture-puzzle figcaption a {
    color: #808A9E;
    text-decoration: underline; }
    .content__picture-puzzle figcaption a:hover {
      color: #FFD94C; }
  .content__picture-puzzle__submission-header {
    text-align: center; }

/******* Easter Eggs (for Windows Beta) */
#easteregg-submission {
  padding: 30px 24px 24px 24px;
  border-radius: 8px;
  background-color: #D7D7D7;
  box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.22);
  background: #E2E5EA;
  background-image: linear-gradient(-177deg, #FBFCFF 7%, #E6E9ED 47%);
  color: black;
  margin-bottom: 50px; }
  #easteregg-submission h3 {
    color: black;
    text-align: center; }
  #easteregg-submission a, #easteregg-submission a:hover {
    color: black;
    font-weight: bold;
    text-decoration: underline; }
  #easteregg-submission li:before {
    content: "›";
    font-size: 1.25em;
    line-height: 1em;
    padding-right: .25em;
    position: relative; }

/*  end Easter Eggs */

/*# sourceMappingURL=post.css.map */
