/*
 * ---:[ Focus CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img,
.left,
.alignleft,
.right,
.alignright {
  display: block; }

.center,
.aligncenter {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

button,
input[type=submit] {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

body {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-size: 18px;
  line-height: 31px;
  color: #111111;
  background-color: #eeeeee;
  overflow-x: hidden; }

#header {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#content {
  word-break: break-word;
  background-color: white;
  padding-top: 31px;
  padding-bottom: 31px; }

#footer {
  color: #555555;
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.container {
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px; }
  @media all and (min-width: 682px) {
    .container {
  max-width: 644px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }
  @media all and (min-width: 706px) {
    .container {
  max-width: 100%;
  padding-left: 31px;
  padding-right: 31px;
  margin-left: 0;
  margin-right: 0; } }
  @media all and (min-width: 1102px) {
    .container {
  max-width: 1040px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }

a {
  color: #bb0303;
  text-decoration: none; }
  p a,
  .post_content a {
    text-decoration: underline; }
      p a.button,
      .post_content a.button {
        text-decoration: none; }

code,
pre,
kbd {
  font-family: Menlo, Consolas, Monaco, "Andale Mono", Courier, Verdana, sans-serif; }

  .grt h1 {
    font-family: 'Sentinel A', 'Sentinel B', serif;
    font-size: 37px;
    line-height: 58px;
    color: #111111;
    margin-bottom: 31px; }
  .grt h2 {
    font-family: 'Sentinel A', 'Sentinel B', serif;
    font-size: 29px;
    line-height: 47px;
    margin-top: 50px;
    margin-bottom: 31px; }
  .grt h3 {
    font-family: 'Sentinel A', 'Sentinel B', serif;
    font-size: 23px;
    line-height: 38px;
    margin-top: 31px;
    margin-bottom: 19px; }
  .grt h4 {
    font-size: 18px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 12px; }
  .grt h1 + h2,
  .grt h2 + h3,
  .grt h2:first-child,
  .grt h3:first-child {
    margin-top: 0; }

  .grt ul,
  .grt ol {
    margin-left: 31px; }
  .grt li {
    margin-bottom: 12px; }
    .grt li:last-child {
      margin-bottom: 0; }
  .grt blockquote {
    color: #828282;
    padding-left: 19px;
    border-left: 7px solid rgba(0, 0, 0, 0.1); }
  .grt sub,
  .grt sup {
    color: #828282; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 16px; }
  .grt code {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    background-color: #e8eff5;
    padding: 19px; }
  .grt kbd {
    font-size: 14px;
    color: #4e4e4e;
    background-color: #f7f7f7;
    padding: 4px 7px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px white inset;
    margin: 0 1px; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt img {
    margin-bottom: 31px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol {
    margin-top: 12px;
    margin-bottom: 0;
    margin-left: 19px; }
    .grt blockquote > :last-child {
      margin-bottom: 0; }
  @media all and (min-width: 682px) {
    body:not(.has-sidebar) .grt h1 {
        font-size: 47px;
        line-height: 73px; }
      body:not(.has-sidebar) .grt h2 {
        font-size: 37px;
        line-height: 58px; }
      body:not(.has-sidebar) .grt h3 {
        font-size: 29px;
        line-height: 47px; }
      body:not(.has-sidebar) .grt h4 {
        font-size: 23px;
        line-height: 38px; }
    .grt .left:not(.bar),
    .grt .alignleft {
      float: left;
      clear: both;
      margin-right: 31px; }
    .grt .right:not(.bar),
    .grt .alignright {
      float: right;
      clear: both;
      margin-left: 31px; } }
      .grt .headline_area .headline a {
        color: #111111; }
        .grt .headline_area .headline a:hover {
          color: #bb0303; }
  .grt .byline {
    font-size: 14px;
    line-height: 25px;
    color: #828282;
    margin-top: -26px; }
      .grt .byline .post_author:after,
      .grt .byline .post_date:after,
      .grt .byline .num_comments_link:after,
      .grt .byline .post_edit:after {
        display: block;
        height: 0;
        content: '\a';
        white-space: pre; }
    .grt .byline .avatar {
      width: 50px;
      height: 50px; }
  .grt .drop_cap {
    font-size: 62px;
    line-height: 1em;
    margin-right: 7px;
    float: left; }
  .grt .small {
    font-size: 14px;
    line-height: 25px;
    color: #828282; }
    .grt .alert,
    .grt .note,
    .grt .box {
      padding: 19px; }
    .grt .alert {
      background-color: #ffee00; }

    .grt .note {
      background-color: #ccf1ff; }

    .grt .box {
      background-color: #cce8cc; }

  .grt .highlight {
    background-color: #fffb7a;
    padding: 4px 0; }
  .grt .impact {
    font-size: 23px;
    line-height: 38px; }
  .grt .bar {
    color: #828282; }
  .grt .pop {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }
  .grt .wp-caption,
  .grt .frame {
    box-sizing: border-box;
    color: #828282;
    background-color: #eeeeee;
    padding: 19px; }
    .grt .wp-caption img {
      margin-bottom: 19px; }
    .grt .wp-caption.aligncenter img {
      margin-right: auto;
      margin-left: auto; }
    .grt .wp-caption .wp-caption-text {
      margin-bottom: 0; }
  .grt .wp-caption-text,
  .grt .caption,
  .grt .footnotes {
    font-size: 14px;
    line-height: 25px; }
    .grt .wp-caption-text code,
    .grt .caption code,
    .grt .footnotes code {
      font-size: 13px; }
  .grt .caption {
    color: #828282;
    margin-top: -26px; }
  .grt .center + .caption,
  .grt .aligncenter + .caption {
    text-align: center; }
  .grt h2 + .caption {
    margin-top: -27.5px; }
  .grt h3 + .caption {
    margin-top: -17.5px;
    margin-bottom: 19px; }
  .grt blockquote + .caption {
    padding-left: 26px; }
  .grt .footnotes {
    color: #828282;
    padding-top: 19px;
    border-top: 1px dotted rgba(0, 0, 0, 0.2); }
    .grt .footnotes p {
      margin-bottom: 12px; }
  .grt .author_description {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 31px; }
    .grt .author_description .avatar {
      float: left;
      width: 93px;
      height: 93px;
      margin-right: 19px; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt .post_box + .post_box {
    margin-top: 50px; }
    .grt .byline,
    .grt .alert,
    .grt .note,
    .grt .box,
    .grt .wp-caption,
    .grt .caption,
    .grt .footnotes,
    .grt .page-links {
      margin-bottom: 31px; }
      .grt .alert > :last-child,
      .grt .note > :last-child,
      .grt .box > :last-child,
      .grt .footnotes > :last-child,
      .grt .post_list > :last-child {
        margin-bottom: 0; }
  .grt .post_list {
    margin-bottom: 0; }
    .grt .post_box:after,
    .grt .headline_area:after,
    .grt .byline:after,
    .grt .post_content:after,
    .grt .post_list:after,
    .grt .extend:after,
    .grt .author_description:after,
    .grt .query_box:after {
      display: table;
      clear: both;
      content: ''; }
  @media all and (min-width: 421px) {
    .grt .byline .post_author:after,
        .grt .byline .post_date:after,
        .grt .byline .num_comments_link:after {
          display: none; }
        .grt .byline .post_author ~ .post_date_intro:before,
        .grt .byline .post_date_intro ~ .post_date_intro:before,
        .grt .byline .post_author ~ .num_comments_link:before,
        .grt .byline .post_date ~ .num_comments_link:before,
        .grt .byline .post_author ~ .post_edit:before,
        .grt .byline .post_date ~ .post_edit:before,
        .grt .byline .num_comments_link ~ .post_edit:before {
          color: #828282;
          content: '\2022\0020'; } }
  @media all and (min-width: 682px) {
    .grt .headline_area {
      position: relative; }
      body:not(.has-sidebar) .grt h2 + .caption {
        margin-top: -26px; }
      body:not(.has-sidebar) .grt h3 + .caption {
        margin-top: -16px; }
    .grt .impact {
      font-size: 29px;
      line-height: 47px; } }

label {
  display: block;
  font-weight: bold; }
  label .required {
    font-weight: normal; }


input,
textarea,
select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 7px;
  border: 1px dotted rgba(0, 0, 0, 0.2); }

input[type=checkbox],
input[type=radio],
input[type=image],
input[type=submit],
select {
  width: auto; }

input[type=checkbox],
input[type=radio] {
  display: inline-block; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    display: inline;
    font-weight: normal;
    margin-left: 12px; }

textarea {
  line-height: inherit; }


  button,
  input[type=submit],
  .button {
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1em;
    vertical-align: top;
    color: white;
    text-decoration: none;
    background-color: #919ba7;
    padding: 12px 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 4px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    outline-offset: -1px;
    cursor: pointer;
    -webkit-appearance: none; }
  button:hover,
  input[type=submit]:hover,
  .button:hover,
  button:active,
  input[type=submit]:active,
  .button:active {
    text-decoration: none;
    background-color: #a6aeb8;
    transition: background-color 0.3s ease; }
  button:active,
  input[type=submit]:active,
  .button:active {
    border-bottom-width: 2px;
    margin-top: 2px; }

    button.save,
    .button.save {
      color: white;
      background-color: #509b26; }
    button.save:hover,
    .button.save:hover,
    button.save:active,
    .button.save:active {
      background-color: #60ba2e; }
    button.delete,
    .button.delete {
      color: white;
      background-color: #d50b0b; }
    button.delete:hover,
    .button.delete:hover,
    button.delete:active,
    .button.delete:active {
      background-color: #f31313; }
    button.action,
    .button.action {
      color: white;
      background-color: #12a7ff; }
    button.action:hover,
    .button.action:hover,
    button.action:active,
    .button.action:active {
      background-color: #38b5ff; }
    button.update,
    .button.update {
      color: white;
      background-color: #ea7317; }
    button.update:hover,
    .button.update:hover,
    button.update:active,
    .button.update:active {
      background-color: #ed883a; }


      .readability .text .byline .avatar {
        float: right;
        margin-left: 19px;
        margin-bottom: 0; }
      .focus .text .byline .avatar {
        margin-bottom: 7px; }
      @media all and (min-width: 682px) {
        .readability .text .byline .avatar {
          float: left;
          margin-left: 0;
          margin-right: 19px; }
        .focus .text .byline .avatar {
          margin-bottom: 12px; } }
    .focus .text .breakout {
      margin-left: auto;
      margin-right: auto; }
    .text .breakout.left {
      float: none;
      margin-left: 0;
      margin-right: 0; }
    .text .pullout.left {
      float: none;
      margin-right: 0; }

@media all and (min-width: 706px) {
  .readability .text,
    .focus .text {
      max-width: 644px; }
      .readability .text .extend,
      .focus .text .extend {
        box-sizing: border-box;
        max-width: calc(100vw - 62px); }
      .readability .text .wp-caption img,
      .focus .text .wp-caption img {
        max-width: 100%; }
      .readability .text .headline_area,
      .readability .text .post_content > h1,
      .readability .text .post_content > h2,
      .readability .text .post_content > h3,
      .readability .text .post_content > h4,
      .readability .text .post_content > .impact,
      .readability .text .extend,
      .readability .text .extend + .caption {
        margin-right: calc(706px - 100vw); }
    .focus .text {
      margin-left: auto;
      margin-right: auto; }
      .focus .text .headline_area,
      .focus .text .post_content > h1,
      .focus .text .post_content > h2,
      .focus .text .post_content > h3,
      .focus .text .post_content > .impact,
      .focus .text .extend,
      .focus .text .extend + .caption {
        margin-left: calc(353px - (100vw / 2));
        margin-right: calc(353px - (100vw / 2)); }
        .focus .text .extend.right {
          margin-left: 31px; }
        .focus .text .extend.left {
          margin-right: 31px; } }

@media all and (min-width: 1102px) {
  .readability .text .pullout,
      .focus .text .pullout {
        float: right;
        box-sizing: border-box; }
      .readability .text .extend,
      .focus .text .extend {
        max-width: 1040px; }
        .readability .text .extend .pullout,
        .focus .text .extend .pullout {
          float: none;
          max-width: 100%; }
      .readability .text .headline_area,
      .readability .text .post_content > h1,
      .readability .text .post_content > h2,
      .readability .text .post_content > h3,
      .readability .text .post_content > h4,
      .readability .text .post_content > .impact,
      .readability .text .extend,
      .readability .text .extend + .caption {
        margin-right: -396px; }
      .readability .text .breakout {
        max-width: calc(702.5px + (100vw - 1040px) / 2);
        margin-right: calc(-396px - (100vw - 1040px) / 2); }
      .readability .text .pullout {
        max-width: calc(100vw - (100vw - 1040px) / 2 - 694px);
        margin-right: calc(-396px - (100vw - 1040px) / 2); }
        .readability .text .extend .pullout {
          margin-left: 0;
          margin-right: 0; }
      .focus .text .headline_area,
      .focus .text .post_content > h1,
      .focus .text .post_content > h2,
      .focus .text .post_content > h3,
      .focus .text .post_content > .impact,
      .focus .text .extend,
      .focus .text .extend + .caption {
        margin-left: -198px;
        margin-right: -198px; }
      .focus .text .breakout {
        max-width: calc(504.5px + (100vw - 1040px) / 2);
        margin-left: 31px;
        margin-right: calc(322px - (100vw / 2)); }
        .focus .text .breakout.left {
          margin-left: calc(322px - (100vw / 2));
          margin-right: 31px; }
      .focus .text .pullout {
        max-width: calc(100vw - (100vw - 1040px) / 2 - 873px);
        margin-right: calc(-198px - (100vw - 1040px) / 2); }
        .focus .text .pullout.left {
          float: left;
          margin-left: calc(-198px - (100vw - 1040px) / 2);
          margin-right: 0; }
        .focus .text .extend .pullout {
          margin-left: auto;
          margin-right: auto; }
    .text .breakout,
    .text .extend .breakout {
      float: right;
      box-sizing: border-box;
      max-width: calc(504.5px + (100vw - 1040px) / 2);
      margin-left: 31px;
      margin-right: calc((1040px - 100vw) / 2); }
      .text .breakout.left,
      .text .extend .breakout.left {
        float: left;
        margin-left: calc((1040px - 100vw) / 2);
        margin-right: 31px; }
      .has-sidebar .text .breakout,
      .has-sidebar .text .extend .breakout {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }

  @media all and (min-width: 682px) {
    .mode-focus #header,
      .mode-focus #nav,
      .mode-focus #nav-secondary,
      .mode-focus #footer {
        text-align: center; }
        .mode-focus #header_image,
        .mode-focus #logo {
          margin-left: auto;
          margin-right: auto; } }

  @media all and (min-width: 682px) {
    .focus .text .headline_area,
        .focus .text .featured_image_wrap,
        .focus .text .post_content h1,
        .focus .text h2,
        .focus .text h3,
        .focus .text h2 + .caption,
        .focus .text h3 + .caption,
        .focus .text .impact,
        .focus .text .extend + .caption,
        .focus .text .extend .caption {
          text-align: center; }
          .focus .text .byline .avatar {
            margin-left: auto;
            margin-right: auto; }
      .focus .archive_title {
        text-align: center; } }

      @media all and (min-width: 706px) {
        .readability .text .wp-post-image,
        .focus .text .wp-post-image {
          max-width: calc(100vw - 62px); }
        .focus .text .wp-post-image {
          margin-left: auto;
          margin-right: auto; } }
      @media all and (min-width: 1102px) {
        .readability .text .wp-post-image,
        .focus .text .wp-post-image {
          max-width: 1040px; } }

  .featured_image_link {
    display: inline-block;
    vertical-align: top; }

@media all and (min-width: 706px) {
  .readability .text .featured_image_wrap {
        margin-right: calc(706px - 100vw); }
      .focus .text .featured_image_wrap {
        margin-left: calc(353px - (100vw / 2));
        margin-right: calc(353px - (100vw / 2)); } }

@media all and (min-width: 1102px) {
  .readability .text .featured_image_wrap {
        margin-right: -396px; }
      .focus .text .featured_image_wrap {
        margin-left: -198px;
        margin-right: -198px; } }

  .menu {
    font-size: 18px;
    line-height: 31px;
    list-style: none;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .menu::-webkit-scrollbar {
    display: none; }
  .menu li {
    margin-right: 31px; }
    .menu li:last-child {
      margin-right: 0; }
  .menu a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px; }
  .menu:before {
    content: '\2194';
    color: #828282;
    margin-right: 19px; }
  @media all and (min-width: 682px) {
    .mode-focus .menu {
      justify-content: center; }
    .menu:before {
      display: none; } }

  .bar {
    color: #828282; }
  @media all and (min-width: 1102px) {
    .text .bar {
      width: 100%; }
      .text .bar code {
        font-size: 13px; }
      .readability .text .bar,
      .focus .text .bar {
        box-sizing: border-box;
        float: right;
        clear: right;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 19px; }
      .readability .text .bar {
        max-width: 346px;
        margin-right: -396px; }
      .focus .text .bar {
        max-width: 167px;
        margin-right: -198px; }
        .focus .text .bar.left {
          float: left;
          clear: left;
          margin-left: -198px; } }

  .bleed {
    position: relative;
    width: 100vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -19px; }
  .bleed + .bleed {
    margin-top: -50px; }
  .content > .post_box:last-child .bleed:last-child {
    border-bottom: 0;
    margin-bottom: -31px; }
  .bleed:after {
    display: table;
    clear: both;
    content: ''; }
  @media all and (min-width: 682px) {
    .bleed {
    margin-left: calc(calc(644px - 100vw) / 2); } }
  @media all and (min-width: 706px) {
    .bleed {
    margin-left: -31px; } }
  @media all and (min-width: 1102px) {
    .bleed {
    margin-left: calc(calc(1040px - 100vw) / 2); } }
  .focus .bleed {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .bleed .container {
    padding-top: 31px;
    padding-bottom: 19px; }
  .bleed pre,
  .bleed .wp-caption,
  .bleed .frame {
    background-color: rgba(0, 0, 0, 0.1); }
  .bleed.no-border {
    border-top: none; }
  .bleed.red {
    background-color: #ffcccc; }
    .bleed.red blockquote,
    .bleed.red .post_content > .small,
    .bleed.red .caption,
    .bleed.red .bar,
    .bleed.red .wp-caption {
      color: maroon; }
  .bleed.salmon {
    background-color: #ffddcc; }
    .bleed.salmon blockquote,
    .bleed.salmon .post_content > .small,
    .bleed.salmon .caption,
    .bleed.salmon .bar,
    .bleed.salmon .wp-caption {
      color: #802b00; }
  .bleed.orange {
    background-color: #ffeecc; }
    .bleed.orange blockquote,
    .bleed.orange .post_content > .small,
    .bleed.orange .caption,
    .bleed.orange .bar,
    .bleed.orange .wp-caption {
      color: #805500; }
  .bleed.yellow {
    background-color: #ffffcc; }
    .bleed.yellow blockquote,
    .bleed.yellow .post_content > .small,
    .bleed.yellow .caption,
    .bleed.yellow .bar,
    .bleed.yellow .wp-caption {
      color: olive; }
  .bleed.chartreuse {
    background-color: #eeffcc; }
    .bleed.chartreuse blockquote,
    .bleed.chartreuse .post_content > .small,
    .bleed.chartreuse .caption,
    .bleed.chartreuse .bar,
    .bleed.chartreuse .wp-caption {
      color: #558000; }
  .bleed.lime {
    background-color: #ddffcc; }
    .bleed.lime blockquote,
    .bleed.lime .post_content > .small,
    .bleed.lime .caption,
    .bleed.lime .bar,
    .bleed.lime .wp-caption {
      color: #2a8000; }
  .bleed.green {
    background-color: #ccffcc; }
    .bleed.green blockquote,
    .bleed.green .post_content > .small,
    .bleed.green .caption,
    .bleed.green .bar,
    .bleed.green .wp-caption {
      color: green; }
  .bleed.aquamarine {
    background-color: #ccffdd; }
    .bleed.aquamarine blockquote,
    .bleed.aquamarine .post_content > .small,
    .bleed.aquamarine .caption,
    .bleed.aquamarine .bar,
    .bleed.aquamarine .wp-caption {
      color: #00802b; }
  .bleed.turquoise {
    background-color: #ccffee; }
    .bleed.turquoise blockquote,
    .bleed.turquoise .post_content > .small,
    .bleed.turquoise .caption,
    .bleed.turquoise .bar,
    .bleed.turquoise .wp-caption {
      color: #008055; }
  .bleed.cyan {
    background-color: #ccffff; }
    .bleed.cyan blockquote,
    .bleed.cyan .post_content > .small,
    .bleed.cyan .caption,
    .bleed.cyan .bar,
    .bleed.cyan .wp-caption {
      color: teal; }
  .bleed.blue {
    background-color: #cceeff; }
    .bleed.blue blockquote,
    .bleed.blue .post_content > .small,
    .bleed.blue .caption,
    .bleed.blue .bar,
    .bleed.blue .wp-caption {
      color: #005580; }
  .bleed.steel {
    background-color: #ccddff; }
    .bleed.steel blockquote,
    .bleed.steel .post_content > .small,
    .bleed.steel .caption,
    .bleed.steel .bar,
    .bleed.steel .wp-caption {
      color: #002a80; }
  .bleed.lavender {
    background-color: #ccccff; }
    .bleed.lavender blockquote,
    .bleed.lavender .post_content > .small,
    .bleed.lavender .caption,
    .bleed.lavender .bar,
    .bleed.lavender .wp-caption {
      color: navy; }
  .bleed.purple {
    background-color: #ddccff; }
    .bleed.purple blockquote,
    .bleed.purple .post_content > .small,
    .bleed.purple .caption,
    .bleed.purple .bar,
    .bleed.purple .wp-caption {
      color: #2b0080; }
  .bleed.orchid {
    background-color: #eeccff; }
    .bleed.orchid blockquote,
    .bleed.orchid .post_content > .small,
    .bleed.orchid .caption,
    .bleed.orchid .bar,
    .bleed.orchid .wp-caption {
      color: #550080; }
  .bleed.magenta {
    background-color: #ffccff; }
    .bleed.magenta blockquote,
    .bleed.magenta .post_content > .small,
    .bleed.magenta .caption,
    .bleed.magenta .bar,
    .bleed.magenta .wp-caption {
      color: purple; }
  .bleed.pink {
    background-color: #ffccee; }
    .bleed.pink blockquote,
    .bleed.pink .post_content > .small,
    .bleed.pink .caption,
    .bleed.pink .bar,
    .bleed.pink .wp-caption {
      color: #800055; }
  .bleed.rose {
    background-color: #ffccdd; }
    .bleed.rose blockquote,
    .bleed.rose .post_content > .small,
    .bleed.rose .caption,
    .bleed.rose .bar,
    .bleed.rose .wp-caption {
      color: #80002a; }

.logo-diythemes {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: white;
  background-color: #bb0303;
  padding: 8px 10px 4px 11px;
  -moz-user-select: none;
  user-select: none; }
  .logo-diythemes:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .logo-diythemes .logo-diy {
    font-family: 'Ziggurat A', 'Ziggurat B', Georgia, serif;
    font-size: 31px;
    line-height: 1em;
    word-break: normal; }
  .logo-diythemes .logo-themes {
    font-family: 'Whitney A', 'Whitney B', Tahoma, sans-serif;
    font-size: 24px;
    line-height: 1em;
    word-break: normal; }

.logo-focus {
  font-family: focus, sans-serif;
  line-height: 1em;
  text-transform: uppercase; }
  .logo-focus.shadow {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .logo-focus.highlight {
    padding-left: 4px;
    padding-right: 4px; }

.logo-thesis {
  font-family: thesislogo, serif;
  text-transform: uppercase; }
  .logo-wrap .logo-thesis {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }

.logo-big {
  font-size: 76px;
  line-height: 1.08em;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1); }

.icon-diy {
  font-family: diythemes-icons; }

#banner {
  position: relative;
  text-align: center;
  background-color: #ffee00;
  padding: 12px 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4); }
  #banner a {
    text-decoration: underline; }
  #banner .banner-link {
    display: block; }
  @media all and (min-width: 580px) {
    #banner .emoji {
      display: inline-block;
      transform: scale(-1, 1); }
      #banner .emoji:before {
        white-space: pre;
        content: ' '; }
    #banner .banner-link {
      display: inline; } }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .crumbs .crumbs-crumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .crumbs .crumbs-crumb:first-child {
      overflow: unset; }
  .crumbs .crumbs-sep {
    color: #828282; }
  .crumbs .crumbs-item {
    margin-right: 7px; }
    .crumbs .crumbs-item:last-child {
      margin-right: 0; }
  .crumbs a:hover,
  .crumbs a:active {
    text-decoration: underline; }
  @media all and (min-width: 682px) {
    .crumbs {
  justify-content: center; } }

    .menu li a:hover,
    .menu li a:active {
      text-decoration: underline; }
  .menu:before {
    font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif; }

  #footer .menu {
    margin-bottom: 19px; }
    #footer .menu:before {
      display: block; }
    #footer .menu a {
      color: #111111;
      padding: 0; }
      #footer .menu a:hover,
      #footer .menu a:active {
        text-decoration-color: #bb0303; }
  #footer .made-in,
  #footer .social {
    margin-top: 19px; }
    #footer .social a {
      display: inline-block;
      margin-right: 12px; }
      #footer .social a:last-child {
        margin-right: 0; }
        #footer .social a:hover svg {
          fill: #bb0303; }
    #footer .social svg {
      width: auto;
      height: 23px;
      fill: #828282; }
  #footer .icon-diy {
    font-size: 23px;
    line-height: 31px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 19px; }
    #footer .icon-diy:last-child {
      margin-right: 0; }
    #footer .icon-diy:hover {
      color: #bb0303; }
  @media all and (min-width: 530px) {
    #footer .made-in {
      margin-top: 0; } }
  @media all and (min-width: 682px) {
    #footer .menu {
      justify-content: flex-start; } }
  @media all and (min-width: 765px) {
    #footer .menu.page-internal {
      justify-content: center; }
      #footer .menu.page-internal:before {
        display: none; } }
  @media all and (min-width: 985px) {
    #footer .menu.page-front {
      justify-content: center; }
      #footer .menu.page-front:before {
        display: none; } }

  .grt .drop_cap {
    font-weight: bold; }
    .grt a.underline {
      text-decoration: underline; }
    .grt a.juicy {
      color: inherit;
      cursor: text;
      text-decoration: none; }
      .grt a.juicy:hover {
        text-decoration: none; }
    .grt h2 a,
    .grt h3 a,
    .grt h4 a,
    .grt li a {
      text-decoration: none; }
      .grt h2 a:hover,
      .grt h3 a:hover,
      .grt h4 a:hover,
      .grt li a:hover {
        text-decoration: underline; }
    .grt h2 code,
    .grt h3 code,
    .grt h4 code,
    .grt li code {
      font-weight: normal; }
  .grt .description {
    font-size: 14px;
    line-height: 25px;
    color: #828282; }
  .grt .checklist {
    list-style-type: none;
    margin-left: 0; }
    .grt .checklist > li {
      padding-left: 26px; }
      .grt .checklist > li:before {
        font-family: diythemes-icons;
        content: '\ea10';
        color: #12a7ff;
        margin-right: 7px;
        margin-left: -26px; }
    .grt .checklist.green > li:before {
      color: #52af1d; }
    .grt .checklist.red > li:before {
      color: #ec1818; }
      .grt .checklist li blockquote {
        margin-top: 12px; }
        .grt .checklist li blockquote + .caption {
          margin-bottom: 12px; }
    .grt .feature:before,
    .grt .compatibility:before,
    .grt .deprecated:before,
    .grt .performance:before,
    .grt .bugfix:before,
    .grt .boring:before,
    .grt .derpy:before,
    .grt .interesting:before,
    .grt .optimization:before,
    .grt .function:before,
    .grt .type:before,
    .grt .parameter:before,
    .grt .return:before,
    .grt .everyone:before,
    .grt .intermediate:before,
    .grt .advanced:before {
      font-size: 14px;
      line-height: 25px;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 7px;
      padding: 4px 7px;
      border-radius: 7px;
      color: white;
      background-color: #999999;
      vertical-align: 2%; }
  .grt .feature:before {
    content: 'feature';
    background-color: #008800; }
  .grt .compatibility:before {
    content: 'compatibility';
    background-color: #1a97b7; }
  .grt .deprecated:before {
    content: 'deprecated';
    background-color: #bb0000; }
  .grt .performance:before {
    content: 'performance';
    background-color: #ce6308; }
  .grt .bugfix:before {
    content: 'bugfix';
    background-color: #9a490f; }
  .grt .boring:before {
    content: 'boring'; }
  .grt .derpy:before {
    content: 'derpy';
    background-color: #ce9e16; }
  .grt .interesting:before {
    content: 'interesting';
    background-color: #703cb5; }
  .grt .optimization:before {
    content: 'optimization';
    background-color: #d20dc3; }
  .grt .function:before {
    content: 'function';
    background-color: #3364bd; }
  .grt .type:before {
    content: 'filter type';
    background-color: #805506; }
  .grt .parameter:before {
    content: 'parameter';
    background-color: #d0451b; }
  .grt .return:before {
    content: 'return';
    background-color: #40a51f; }
    .grt code.hook {
      background-color: rgba(152, 134, 44, 0.3); }
    .grt code.hook-wp {
      background-color: rgba(98, 165, 204, 0.3); }
    .grt code.hook-container {
      background-color: rgba(156, 133, 193, 0.3); }
    .grt code.hook-pc {
      background-color: rgba(104, 189, 127, 0.3); }
    .grt code.filter {
      background-color: rgba(193, 114, 180, 0.3); }
    .grt code.var {
      color: #e64909; }
    .grt code.class-css {
      color: #0040d6; }
  .grt pre {
    background-color: rgba(50, 50, 150, 0.08);
    border-left: 7px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 19px 19px 0; }
  .grt li pre {
    margin-top: 19px; }
    .grt sub a,
    .grt sup a {
      text-decoration: none; }
      .grt .bleed.pad-top .container {
        padding-top: 50px; }
    .grt .bleed pre {
      background-color: rgba(50, 50, 150, 0.08); }
  .grt .youtube {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }
  .grt .fin {
    color: #828282;
    text-align: center; }
  .grt .return-docs {
    font-size: 14px;
    line-height: 25px;
    color: #828282;
    text-decoration: none; }
    .grt .return-docs:hover {
      text-decoration: underline; }
    .grt .emoji.emoji-hmm:after {
      content: '\01f914'; }
    .grt .emoji.emoji-huff:after {
      content: '\01f624'; }
  @media all and (min-width: 1102px) {
    .grt .up-1 {
      margin-top: -31px; }
    .grt .up-2 {
      margin-top: -62px; }
    .grt .up-3 {
      margin-top: -93px; }
    .grt .up-4 {
      margin-top: -124px; }
    .grt .up-5 {
      margin-top: -155px; }
      .grt .bar ul {
        margin-left: 12px; } }

.bleed:has(+.bleed) {
  border-bottom: 0; }

.card {
  box-sizing: border-box;
  color: inherit;
  border-radius: 7px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 31px;
  overflow: hidden; }
  .card .card-body {
    padding: 22px 19px 19px 19px; }
  .card .card-text:first-child {
    margin-top: 2.5px; }
  .card .card-title,
  .card .card-subtitle {
    text-align: center; }
    .card .card-title:last-child,
    .card .card-subtitle:last-child {
      margin-bottom: 0; }
  .card .card-title {
    font-family: 'Sentinel A', 'Sentinel B', serif;
    font-size: 23px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 15.5px; }
    .card .card-title a {
      text-decoration: none; }
  .card .card-subtitle {
    font-size: 14px;
    line-height: 25px;
    color: #828282;
    margin-top: -15.5px;
    margin-bottom: 19px; }
  .card.card-centered .card-text {
    text-align: center; }
  .card .card-text > :last-child {
    margin-bottom: 0; }
  @media all and (min-width: 458px) {
    .card .card-body {
      padding: 22px 31px 31px 31px; }
    .card .card-title {
      font-size: 29px;
      line-height: 47px; } }

  .grt .card {
    display: block;
    text-decoration: none; }
  .grt .card .card-image {
    max-width: 100%;
    margin-bottom: 0; }

.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
    .card-flex.card-flex-2 > .card,
    .card-flex.card-flex-3 > .card,
    .card-flex.card-flex-2 > .card-link,
    .card-flex.card-flex-3 > .card-link {
      max-width: 504.5px; }
    @media all and (min-width: 706px) {
      .card-flex.card-flex-2,
  .card-flex.card-flex-3 {
    justify-content: space-between; }
      .card-flex.card-flex-2 > .card,
      .card-flex.card-flex-3 > .card,
      .card-flex.card-flex-2 > .card-link,
      .card-flex.card-flex-3 > .card-link {
        max-width: calc(50% - 15.5px); }
      .card-flex.card-flex-2 .card-body,
      .card-flex.card-flex-3 .card-body {
        padding: 22px 19px 19px 19px; }
      .card-flex.card-flex-2 .card-title,
      .card-flex.card-flex-3 .card-title {
        font-size: 23px;
        line-height: 38px; } }
    @media all and (min-width: 933px) {
      .card-flex.card-flex-2 .card-body,
      .card-flex.card-flex-3 .card-body {
        padding: 22px 31px 31px 31px; }
      .card-flex.card-flex-2 .card-title,
      .card-flex.card-flex-3 .card-title {
        font-size: 29px;
        line-height: 47px; } }
    @media all and (min-width: 1102px) {
      .card-flex.card-flex-3 > .card,
      .card-flex.card-flex-3 > .card-link {
        max-width: calc(33.333% - 20.668px); }
      .card-flex.card-flex-3 .card-body {
        padding: 22px 19px 19px 19px; }
      .card-flex.card-flex-3 .card-title {
        font-size: 23px;
        line-height: 38px; } }
    .card-flex.card-flex-4 > .card,
    .card-flex.card-flex-4 > .card-link {
      max-width: 355.125px; }
    @media all and (min-width: 458px) {
      .card-flex.card-flex-4 .card-body {
        padding: 22px 19px 19px 19px; }
      .card-flex.card-flex-4 .card-title {
        font-size: 23px;
        line-height: 38px; } }
    @media all and (min-width: 542.5px) {
      .card-flex.card-flex-4 {
    justify-content: space-between; }
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(50% - 15.5px); } }
    @media all and (min-width: 834.25px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(33.333% - 20.668px); } }
    @media all and (min-width: 1102px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(25% - 23.25px); } }

  .omnitweet.no-scroll {
    overflow: hidden;
    touch-action: none; }
  .omnitweet #tweet-stream {
    box-sizing: border-box;
    max-width: 717px;
    margin-top: -31px;
    margin-bottom: -31px;
    margin-left: -19px;
    margin-right: -19px; }
    .omnitweet #tweet-stream.tweet-thread {
      border-top: 1px solid #ebeef0;
      margin-top: 0; }
    .omnitweet #tweet-stream:after {
      display: table;
      clear: both;
      content: ''; }
    @media all and (min-width: 594px) {
      .omnitweet #tweet-stream {
    border: 1px solid #ebeef0;
    border-width: 0 1px;
    margin-left: auto;
    margin-right: auto; } }
  .omnitweet .tweet-stream-item {
    padding: 9px 15px;
    border-bottom: 1px solid #ebeef0; }
    .omnitweet .tweet-stream-item:last-child {
      border-bottom: 0; }
    .omnitweet .tweet-stream-item #no-tweets-yet {
      text-align: center;
      margin-top: 31px; }
    .omnitweet .tweet-stream-item.tweet-load-more {
      border-top: 1px solid #ebeef0; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-stream-item {
    padding: 12px 19px; } }
  .omnitweet .twitter-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .omnitweet .twitter-toolbar .twitter-toolbar-title {
      display: flex;
      align-items: center; }
    .omnitweet .twitter-toolbar .twitter-title {
      font-weight: bold;
      color: #111111;
      text-decoration: none; }
    .omnitweet .twitter-toolbar .twitter-toolbar-links {
      display: inline-flex; }
    .omnitweet .twitter-toolbar .twitter-icon,
    .omnitweet .twitter-toolbar .twitter-search-link,
    .omnitweet .twitter-toolbar .twitter-settings-link {
      width: 1.167em;
      height: 1.167em; }
    .omnitweet .twitter-toolbar .twitter-search-link,
    .omnitweet .twitter-toolbar .twitter-settings-link {
      padding: 7px;
      border-radius: 100%; }
      .omnitweet .twitter-toolbar .twitter-search-link:hover,
      .omnitweet .twitter-toolbar .twitter-settings-link:hover {
        background-color: #fed7d7; }
        .omnitweet .twitter-toolbar .twitter-search-link:hover svg,
        .omnitweet .twitter-toolbar .twitter-settings-link:hover svg {
          stroke: #bb0303; }
    .omnitweet .twitter-toolbar .twitter-icon {
      margin-right: 7px; }
    .omnitweet .twitter-toolbar .twitter-search-link + .twitter-settings-link {
      margin-left: 12px; }
    .omnitweet .twitter-toolbar .twitter-settings-link {
      margin-right: -7px; }
  .omnitweet .tweet-editor {
    height: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    border: 0;
    outline: none;
    overflow: hidden;
    resize: none;
    caret-color: #bb0303; }
    .omnitweet .tweet-editor:disabled {
      color: inherit;
      background-color: white;
      cursor: not-allowed; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-editor {
    font-size: 18px;
    line-height: 31px; } }
  .omnitweet .tweet-new,
  .omnitweet .tweet-error,
  .omnitweet .tweet-delete {
    transition: background-color 1.25s cubic-bezier(1, 1, 1, 1);
    transition-delay: 0s; }
  .omnitweet .tweet-new {
    background-color: #ffffc8; }
  .omnitweet .tweet-error,
  .omnitweet .tweet-delete {
    background-color: #ffd9d9; }
  .omnitweet .tweet-error {
    font-size: 15px;
    line-height: 24px;
    padding-left: 72px; }
    .omnitweet .tweet-error svg {
      width: 1.167em;
      height: 1.167em;
      margin-right: 7px;
      vertical-align: text-bottom; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-error {
    font-size: 18px;
    line-height: 31px;
    padding-left: 89px; } }
  .omnitweet .twitter-separator {
    height: 12px;
    background-color: #f7f9fa;
    border: 1px solid #ebeef0;
    border-width: 0 0 1px 0;
    margin: 0; }
  .omnitweet .tweet {
    display: flex; }
    .omnitweet .tweet .tweet-avatar {
      width: 48px;
      margin-right: 9px; }
      .omnitweet .tweet .tweet-avatar img {
        width: 48px;
        min-width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-bottom: 0; }
      @media all and (min-width: 594px) {
        .omnitweet .tweet .tweet-avatar {
      width: 58px;
      margin-right: 12px; }
        .omnitweet .tweet .tweet-avatar img {
          width: 58px;
          min-width: 58px;
          height: 58px; } }
    .omnitweet .tweet .tweet-body {
      width: 607px; }
  .omnitweet .tweet-name {
    font-weight: bold; }
  .omnitweet .tweet-username,
  .omnitweet .tweet-timestamp {
    color: #5b7083; }
  .omnitweet .tweet-media {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(129px, 0.5fr));
    justify-items: start;
    margin-top: 15px; }
    .omnitweet .tweet-media:last-child {
      margin-bottom: 6px; }
    .omnitweet .tweet-media:empty {
      margin-top: 0; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-media {
    gap: 19px;
    margin-top: 19px; }
      .omnitweet .tweet-media:last-child {
        margin-bottom: 7px; } }
  .omnitweet .tweet-image-box {
    position: relative; }
    .omnitweet .tweet-image-box .tweet-image-delete {
      position: absolute;
      top: -0.584em;
      right: -0.584em;
      width: 1.167em;
      height: 1.167em;
      cursor: pointer;
      z-index: 10; }
      .omnitweet .tweet-image-box .tweet-image-delete:hover circle {
        fill: rgba(0, 0, 0, 0.85); }
      .omnitweet .tweet-image-box .tweet-image-delete circle {
        stroke: transparent;
        fill: rgba(0, 0, 0, 0.6); }
      .omnitweet .tweet-image-box .tweet-image-delete line {
        stroke: white; }
  .omnitweet .tweet-image {
    border-radius: 7px;
    margin: 0 auto;
    z-index: 9; }
  .omnitweet .tweet-controls {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 24px;
    padding-top: 9px;
    border-top: 1px solid #ebeef0;
    margin-top: 9px; }
    .omnitweet .tweet-controls.disabled {
      justify-content: flex-end; }
    .omnitweet .tweet-controls .tweet-image-button {
      position: relative;
      width: 1.167em;
      height: 1.167em;
      padding: 6px;
      border-radius: 100%;
      margin-left: -6px;
      cursor: pointer;
      overflow: hidden; }
      .omnitweet .tweet-controls .tweet-image-button:hover {
        background-color: #fed7d7; }
        .omnitweet .tweet-controls .tweet-image-button:hover svg {
          stroke: #bb0303; }
    .omnitweet .tweet-controls .tweet-image-input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer; }
    .omnitweet .tweet-controls .tweet-image-input::-webkit-file-upload-button {
      cursor: pointer; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-controls {
    font-size: 18px;
    line-height: 31px;
    padding-top: 12px;
    margin-top: 12px; }
      .omnitweet .tweet-controls .tweet-image-button {
        padding: 7px;
        margin-left: -7px; } }
  .omnitweet .tweet-header,
  .omnitweet .tweet-content {
    font-size: 15px;
    line-height: 24px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-header,
  .omnitweet .tweet-content {
    font-size: 18px;
    line-height: 31px; } }
  .omnitweet .tweet-content {
    white-space: pre-wrap; }
  .omnitweet .tweet-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    line-height: 21px;
    margin-top: 15px;
    margin-left: -5px; }
    .omnitweet .tweet-footer .button {
      padding: 5px 8px;
      border-bottom-width: 3px;
      border-radius: 8px; }
      .omnitweet .tweet-footer .button:active {
        border-bottom-width: 1px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-footer {
    font-size: 14px;
    line-height: 25px;
    margin-top: 19px;
    margin-left: -4px; } }
  .omnitweet .tweet-footer-left {
    flex: 1; }
  .omnitweet .tweet-footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .omnitweet .tweet-actions {
    display: flex;
    align-items: center; }
    .omnitweet .tweet-actions .button {
      padding: 6px 9px;
      border-bottom-width: 3px;
      border-radius: 9px; }
      .omnitweet .tweet-actions .button:active {
        border-bottom-width: 1px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-actions .button {
        padding: 7px 12px;
        border-bottom-width: 4px;
        border-radius: 12px; }
        .omnitweet .tweet-actions .button:active {
          border-bottom-width: 2px; } }
  .omnitweet .tweet-thread-add,
  .omnitweet .tweet-edit,
  .omnitweet .tweet-view,
  .omnitweet .tweet-thread-view {
    display: inline-block;
    color: #5b7083;
    text-decoration: none;
    padding: 0 4px;
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    cursor: pointer; }
    .omnitweet .tweet-thread-add:hover,
    .omnitweet .tweet-edit:hover,
    .omnitweet .tweet-view:hover,
    .omnitweet .tweet-thread-view:hover {
      background-color: #ffebeb;
      border-bottom-color: #5b7083; }
    .omnitweet .tweet-thread-add svg,
    .omnitweet .tweet-edit svg,
    .omnitweet .tweet-view svg,
    .omnitweet .tweet-thread-view svg {
      width: 16px;
      height: 16px;
      stroke: #5b7083;
      vertical-align: -10%; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-thread-add svg,
      .omnitweet .tweet-edit svg,
      .omnitweet .tweet-view svg,
      .omnitweet .tweet-thread-view svg {
        vertical-align: -8%; } }
  .omnitweet .tweet-thread-add {
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
    padding: 0;
    border-bottom: 0;
    border-radius: 100%; }
    .omnitweet .tweet-thread-add svg {
      width: 17px;
      height: 17px;
      margin: 0 auto; }
  .omnitweet .tweet-edit {
    margin-right: 19px; }
    .omnitweet .tweet-edit:last-child {
      margin-right: 0; }
  .omnitweet .tweet-view,
  .omnitweet .tweet-thread-view {
    font-size: 13px;
    line-height: 21px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-view,
  .omnitweet .tweet-thread-view {
    font-size: 14px;
    line-height: 25px; } }
  .omnitweet .tweet-thread-view:hover {
    background-color: #fed7d7; }
  .omnitweet .tweet-thread-show {
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 72px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: -9px;
    margin-left: -72px;
    margin-right: -15px; }
    .omnitweet .tweet-thread-show:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-thread-show {
    font-size: 18px;
    line-height: 31px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 89px;
    padding-right: 19px;
    margin-top: 19px;
    margin-bottom: -12px;
    margin-left: -89px;
    margin-right: -19px; } }
  .omnitweet .tweet-footer + .tweet-thread-show {
    margin-top: 9px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-footer + .tweet-thread-show {
    margin-top: 12px; } }
  .omnitweet #tweet-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1000; }
    .omnitweet #tweet-popup .tweet-popup {
      position: relative;
      top: 5%;
      width: 100%;
      max-width: 717px;
      max-height: 80vh;
      background-color: white;
      border-radius: 15px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
      margin: auto;
      overflow: auto;
      overscroll-behavior: contain;
      z-index: 1050; }
      .omnitweet #tweet-popup .tweet-popup .tweet-stream-item {
        max-height: 60vh;
        border-bottom: 0;
        overflow: hidden;
        overflow-y: scroll; }
      @media all and (min-width: 594px) {
        .omnitweet #tweet-popup .tweet-popup {
      border-radius: 19px; } }
  .omnitweet .tweet-popup-bookend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff0f0;
    padding: 9px 15px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-popup-bookend {
    padding: 12px 19px; } }
  .omnitweet .tweet-popup-header {
    border-bottom: 1px solid #c4cfd6; }
    .omnitweet .tweet-popup-header .tweet-popup-close {
      width: 1.167em;
      height: 1.167em;
      padding: 6px;
      border-radius: 100%;
      cursor: pointer; }
      .omnitweet .tweet-popup-header .tweet-popup-close:hover {
        background-color: #fecdcd; }
        .omnitweet .tweet-popup-header .tweet-popup-close:hover svg {
          stroke: #bb0303; }
      @media all and (min-width: 594px) {
        .omnitweet .tweet-popup-header .tweet-popup-close {
      padding: 7px; } }
  .omnitweet .tweet-popup-message {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-popup-message {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 19px; } }
  .omnitweet .tweet-popup-footer {
    border-top: 1px solid #c4cfd6; }
    .omnitweet .tweet-popup-footer .button {
      font-size: 15px;
      padding: 6px 9px;
      border-bottom-width: 3px;
      border-radius: 9px;
      white-space: nowrap; }
      .omnitweet .tweet-popup-footer .button:active {
        border-bottom-width: 1px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-popup-footer .button {
        font-size: 18px;
        padding: 7px 12px;
        border-bottom-width: 4px;
        border-radius: 12px; }
        .omnitweet .tweet-popup-footer .button:active {
          border-bottom-width: 2px; } }
  .omnitweet .tweet-popup-footer-left {
    display: flex;
    margin-right: 19px; }
  .omnitweet .tweet-thread-status,
  .omnitweet .tweet-popup-footer-right {
    font-size: 13px;
    line-height: 21px;
    color: #5b7083; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-thread-status,
  .omnitweet .tweet-popup-footer-right {
    font-size: 14px;
    line-height: 25px; } }
    .omnitweet .tweet-thread .tweet-stream-item .tweet-thread-add,
    .omnitweet .tweet-thread .tweet-stream-item .tweet-thread-show {
      display: none; }
  .omnitweet .tweet-thread .tweet-stream-item:last-child .tweet-thread-add {
    display: inline-block; }
  .omnitweet .tweet-thread-controls {
    padding-top: 19px;
    border-top: 1px dotted rgba(0, 0, 0, 0.25); }
    .omnitweet .tweet-thread-controls ul {
      font-size: 14px;
      line-height: 25px;
      color: #828282; }
      .omnitweet .tweet-thread-controls ul a {
        color: #828282;
        text-decoration: none; }
        .omnitweet .tweet-thread-controls ul a:hover span {
          text-decoration: underline; }
      .omnitweet .tweet-thread-controls ul svg {
        width: 16px;
        height: 16px;
        stroke: #828282;
        vertical-align: -8%; }
        .omnitweet .tweet-thread-controls ul svg.svg-lower {
          vertical-align: -10%; }
  .omnitweet .tweet-load-more {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 72px; }
    @media all and (min-width: 594px) {
      .omnitweet .tweet-load-more {
    padding-left: 89px; } }
    .omnitweet #tweet-thread-add-new svg,
    .omnitweet #tweet-load-more svg {
      width: 1em;
      height: 1em;
      stroke: white;
      vertical-align: -13%; }
  .omnitweet .tweet-thread-message {
    padding: 12px 19px;
    margin-top: -19px; }
  .omnitweet .tweet-thread-new-tweet {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #5b7083;
    padding: 0 4px;
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    margin-left: -4px;
    cursor: pointer; }
    .omnitweet .tweet-thread-new-tweet:hover {
      background-color: #ffebeb;
      border-bottom-color: #5b7083; }
    .omnitweet .tweet-thread-new-tweet svg {
      width: 1.167em;
      height: 1.167em;
      stroke: #5b7083;
      vertical-align: -13%; }
  .omnitweet .tweet-threaded {
    position: relative;
    padding: 0 19px 15.5px 19px;
    margin-top: -15.5px;
    margin-bottom: 15.5px;
    margin-left: -19px;
    margin-right: -19px; }
    .omnitweet .tweet-threaded.tweet-active {
      background-color: rgba(0, 0, 0, 0.03); }
    .omnitweet .tweet-threaded .tweet-threaded-actions {
      display: none;
      background-color: rgba(0, 0, 0, 0.05);
      padding: 7px 19px;
      margin: 0 -19px; }
    .omnitweet .tweet-threaded .tweet-threaded-actions-flex {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .omnitweet .tweet-threaded .tweet-view,
    .omnitweet .tweet-threaded .tweet-edit {
      font-size: 14px;
      line-height: 25px;
      color: #111111;
      border: 1px solid transparent;
      border-radius: 7px; }
      .omnitweet .tweet-threaded .tweet-view:hover,
      .omnitweet .tweet-threaded .tweet-edit:hover {
        background-color: white;
        border-color: rgba(0, 0, 0, 0.35); }
      .omnitweet .tweet-threaded .tweet-view svg,
      .omnitweet .tweet-threaded .tweet-edit svg {
        color: #111111;
        stroke: #111111;
        vertical-align: -8%; }
    .omnitweet .tweet-threaded .tweet-threaded-action-message {
      padding: 12px 19px;
      margin-left: -19px;
      margin-right: -19px; }
    .omnitweet .tweet-threaded .tweet-threaded-content {
      padding-top: 15.5px; }
      .omnitweet .tweet-threaded .tweet-threaded-content > :last-child {
        margin-bottom: 0; }
    .omnitweet .tweet-threaded .tweet-threaded-images {
      grid-template-columns: repeat(auto-fit, minmax(146.75px, 0.5fr));
      padding-top: 31px;
      margin-top: 0;
      margin-bottom: 0; }
      .omnitweet .tweet-threaded .tweet-threaded-images:last-child {
        padding-bottom: 15.5px;
        margin-bottom: -15.5px; }
    .omnitweet .tweet-threaded .tweet-threaded-post {
      display: flex;
      justify-content: flex-end;
      padding-top: 7px;
      padding-bottom: 15.5px;
      margin-bottom: -15.5px; }
      .omnitweet .tweet-threaded .tweet-threaded-post .tweet-post:disabled {
        background-color: #888888; }
    .omnitweet .tweet-threaded .tweet-threaded-images + .tweet-threaded-post {
      padding-top: 19px; }
    .omnitweet .tweet-threaded .tweet-threaded-message {
      padding: 12px 19px;
      margin-top: 7px; }

  .og-card-showcase .og-card {
    box-sizing: border-box;
    width: 100%;
    max-width: 564px;
    padding-bottom: 19px;
    border-radius: 7px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    margin-bottom: 31px; }
    .og-card-showcase .og-card .og-card-image {
      width: 100%;
      object-fit: cover;
      border-radius: 7px 7px 0 0;
      margin-bottom: 19px; }
    .og-card-showcase .og-card .og-card-name {
      font-size: 23px;
      line-height: 38px;
      font-weight: bold;
      text-align: center;
      padding-left: 19px;
      padding-right: 19px; }
      .og-card-showcase .og-card .og-card-name a {
        text-decoration: none; }
    .og-card-showcase .og-card .og-card-info {
      padding-left: 19px;
      padding-right: 19px;
      margin-top: 12px; }
      .og-card-showcase .og-card .og-card-info ul {
        margin-left: 19px;
        margin-bottom: 0; }
  @media all and (min-width: 706px) {
    .og-card-showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
    .og-card-showcase .og-card {
      width: calc(100vw / 2 - 46.5px);
      max-width: 504px; }
      .og-card-showcase .og-card .og-card-image {
        height: 252px; } }
  @media all and (min-width: 1102px) {
    .og-card-showcase .og-card {
      max-width: 326px; }
      .og-card-showcase .og-card .og-card-image {
        height: 163px; } }

.youtube {
  position: relative;
  background-color: black;
  padding-top: 56.25%;
  margin-bottom: 31px;
  overflow: hidden;
  cursor: pointer; }
  .youtube img,
  .youtube iframe,
  .youtube .play,
  .youtube .play:before {
    position: absolute; }
  .youtube img {
    width: 100%;
    top: -16.67%;
    left: 0;
    opacity: 0.7; }
  .youtube.custom-thumb img {
    top: 0; }
  .youtube iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .youtube .play,
  .youtube .play:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .youtube .play {
    width: 90px;
    height: 60px;
    background-color: #ff1616;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px; }
  .youtube .play:before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent white; }

/*
 * ---:[ Custom CSS ]:---
 */
#breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  nav .new {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111111;
    background-color: #fffb7a; }
      nav .menu a.button {
        display: inline-block;
        color: white;
        padding: 9px 12px;
        margin-top: -4px; }
        nav .menu a.button:hover {
          text-decoration: none; }
        nav .menu a.button:active {
          margin-top: -2px; }

#nav-diy {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #nav-diy .logo-diythemes {
    margin-left: -19px;
    margin-right: -19px; }
    #nav-diy .menu a {
      color: #111111; }
      #nav-diy .menu a:hover {
        text-decoration: underline;
        text-decoration-color: #bb0303; }
      #nav-diy .menu a.button {
        color: white;
        text-decoration: none; }
  @media all and (min-width: 638px) {
    #nav-diy .menu {
      justify-content: center; }
      #nav-diy .menu:before {
        display: none; } }
  @media all and (min-width: 682px) {
    #nav-diy .logo-diythemes {
      margin-left: calc((644px - 100vw) / 2);
      margin-right: calc((644px - 100vw) / 2); } }
  @media all and (min-width: 706px) {
    #nav-diy .logo-diythemes {
      margin-left: -31px;
      margin-right: -31px; } }
  @media all and (min-width: 861px) {
    #nav-diy {
  padding: 12px 0; }
    #nav-diy .container {
      display: flex;
      justify-content: center; }
    #nav-diy .logo-diythemes {
      margin-left: 0;
      margin-right: 31px; }
    #nav-diy .menu {
      justify-content: flex-start; }
      #nav-diy .menu a {
        padding-top: 6px;
        padding-bottom: 6px; }
        #nav-diy .menu a.button {
          padding: 9px 12px; } }

.nav {
  background-color: white;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15); }
    #nav-focus.nav .menu {
      justify-content: flex-start; }
      #nav-focus.nav .menu:before {
        display: block; }
    #nav-open-graph.nav .menu:before,
    #nav-resources.nav .menu:before,
    #nav-focus-cards.nav .menu:before,
    #nav-omnitweet.nav .menu:before {
      display: none; }
      #nav-aff.nav .menu .active {
        font-weight: bold; }
  @media all and (min-width: 421px) {
    #nav-breadcrumbs.nav .menu:before {
        display: none; } }
  @media all and (min-width: 633px) {
    #nav-focus.nav .menu:before {
          display: none; } }
  @media all and (min-width: 642px) {
    #nav-account.nav .menu:before {
        display: none; } }
  @media all and (min-width: 682px) {
    #nav-focus.nav .menu,
      #nav-omnitweet.nav .menu {
        justify-content: center; }
      #nav-aff.nav .menu {
        justify-content: flex-start; } }
  @media all and (min-width: 1040px) {
    #nav-aff.nav .menu {
        justify-content: center; }
        #nav-aff.nav .menu:before {
          display: none; } }

.button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  a.button .logo-focus {
    font-size: 23px;
    line-height: 18px;
    vertical-align: bottom;
    margin: 0 2px; }

    .grt h2 .logo-focus {
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
      .grt h2.fight .boxing {
        display: inline-block;
        margin-left: 12px; }
        .grt h2.fight .boxing:first-child {
          transform: scale(-1, 1);
          margin-left: 0;
          margin-right: 12px; }
    .grt blockquote.testimonial {
      background-color: rgba(255, 255, 255, 0.35);
      padding-top: 12px;
      padding-right: 12px;
      padding-bottom: 12px;
      border-radius: 0 12px 12px 0; }
      .grt blockquote.testimonial.must-see {
        color: #111111;
        background-color: #ffeec3; }
        .grt blockquote.testimonial.must-see + .caption {
          color: #111111; }
    .grt .testimonials .testimonial {
      margin-top: 19px;
      margin-left: -26px; }
      .grt .testimonials .testimonial + .caption {
        margin-left: -26px; }
    .grt .faq h2 {
      padding-bottom: 19px;
      border-bottom: 3px dotted rgba(0, 0, 0, 0.25); }
    .grt .faq h3 {
      margin-top: 31px; }
      @media all and (min-width: 706px) {
        .grt .faq h3 {
      margin-left: calc(353px - (100vw / 2));
      margin-right: calc(353px - (100vw / 2)); } }
      @media all and (min-width: 1102px) {
        .grt .faq h3 {
      margin-left: -198px;
      margin-right: -198px; } }
    .grt .faq > div {
      border-top: 1px dotted rgba(0, 0, 0, 0.25); }
    .grt .faq h2 + div {
      border-top: 0; }
      .grt .faq h2 + div > h3:first-child {
        margin-top: 0; }
  .grt .info-box {
    font-size: 14px;
    line-height: 25px; }
    .grt .info-box.box {
      color: #216321; }
    .grt .info-box.note {
      color: #245162; }
    .grt .info-box.alert {
      color: #5e5a23; }
    .grt .agency-form > p:first-child {
      margin-bottom: 19px; }
    .grt .agency-form .form-field {
      margin-bottom: 19px; }
    .grt .agency-form input[type="email"] {
      text-align: center;
      border-color: #1f84aa; }
    .grt .agency-form input[type="submit"] {
      font-weight: bold; }
  .grt .myth,
  .grt .reality {
    max-width: 644px;
    box-sizing: border-box;
    padding: 19px;
    margin-left: auto;
    margin-right: auto; }
    .grt .myth :last-child,
    .grt .reality :last-child {
      margin-bottom: 0; }
  .grt .myth {
    background-color: #c1eff9; }
  .grt .reality {
    background-color: #ffcccc;
    margin-bottom: 31px; }
  @media all and (min-width: 706px) {
    .grt .myth,
    .grt .reality {
      padding: 31px; } }
  @media all and (min-width: 1102px) {
    .grt .myth {
      float: left;
      width: 39%;
      padding: 12px 19px;
      margin-top: 19px; }
    .grt .reality {
      float: right;
      width: 61%;
      padding: 31px; } }
    .grt .lie:before {
      content: '\01f925';
      margin-right: 19px; }
    .grt .lie:after {
      content: '\01f925';
      margin-left: 19px; }
    .grt .truth:before {
      content: '\01f449';
      margin-right: 19px; }
    .grt .truth:after {
      content: '\01f448';
      margin-left: 19px; }

.card {
  background-color: white; }
    .card.focus-card .card-title {
      font-size: 23px;
      line-height: 38px; }
    .card.focus-card .checklist li {
      padding-left: 0;
      margin-bottom: 19px; }
      .card.focus-card .checklist li:before {
        margin-left: 0; }
    .card.magnet .cta {
      margin-bottom: 19px; }
    .card.magnet .transformation {
      text-align: left;
      background-color: #d9edff;
      padding: 19px;
      margin-top: -22px;
      margin-left: -19px;
      margin-right: -19px;
      margin-bottom: 19px; }
      .card.magnet .transformation p {
        margin-bottom: 19px; }
      .card.magnet .transformation .checklist {
        margin-left: 19px; }
      .card.magnet .transformation > :last-child {
        margin-bottom: 0; }
  @media all and (min-width: 458px) {
    .card.focus-card .card-title {
        font-size: 29px;
        line-height: 47px; }
      .card.magnet .transformation {
        padding: 31px;
        margin-left: -31px;
        margin-right: -31px;
        margin-bottom: 31px; } }

    @media all and (min-width: 706px) {
      #two-step .card.magnet .card-body {
          padding-left: 19px;
          padding-right: 19px;
          padding-bottom: 19px; }
        #two-step .card.magnet .transformation {
          padding: 19px;
          margin-left: -19px;
          margin-right: -19px;
          margin-bottom: 19px; }
        #two-step .card.focus-card .card-body {
          padding-left: 19px;
          padding-right: 19px;
          padding-bottom: 19px; }
        #two-step .card.focus-card .card-title {
          font-size: 23px;
          line-height: 38px; } }
    @media all and (min-width: 933px) {
      #two-step .card.magnet .card-body {
          padding-left: 31px;
          padding-right: 31px;
          padding-bottom: 31px; }
        #two-step .card.magnet .transformation {
          padding: 31px;
          margin-left: -31px;
          margin-right: -31px;
          margin-bottom: 31px; }
        #two-step .card.focus-card .card-body {
          padding-left: 31px;
          padding-right: 31px;
          padding-bottom: 31px; }
        #two-step .card.focus-card .card-title {
          font-size: 29px;
          line-height: 47px; } }

  .magnet.card .card-text:first-child {
    margin-top: 0; }
  .card-text > p:first-child + .checklist {
    margin-top: -12px; }
  .card-text .form-field {
    margin-bottom: 19px; }
    .card-text .form-field label {
      margin-bottom: 12px; }
    .card-text .form-field input {
      text-align: center;
      background-color: #ffffb0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-top: 0;
      border-radius: 4px;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .card-text .form-submit input {
      font-weight: bold; }

.card-soft {
  box-shadow: 0 31px 50px -31px rgba(0, 0, 0, 0.3); }

.card-subtle {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.card-flat {
  box-shadow: none; }

  .youtube.yt85 {
    padding-top: 62.5%; }
    .youtube.yt85 img {
      top: -10%; }

    .template-front .content > .modular:first-child .bleed {
      border-top: 0;
      margin-top: -31px; }
      .template-front .content > .modular:first-child .bleed .youtube {
        border-radius: 7px; }

#two-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #two-step > .step {
    max-width: 504.5px;
    margin-bottom: 50px; }
    #two-step > .step .drop_cap {
      color: #bb0303; }
    #two-step > .step .card {
      margin-bottom: 0; }
  #two-step .step-heading {
    max-width: 300px;
    margin: 0 auto; }
    #two-step .step-heading svg {
      display: block;
      width: 60px;
      height: auto;
      margin: 0 auto 7px auto; }
  @media all and (min-width: 706px) {
    #two-step {
  justify-content: space-between; }
    #two-step > .step {
      max-width: calc(50% - 15.5px); } }

.og-card {
  background-color: white; }

  .template-home .text_box:last-child {
    margin-top: 50px; }
  .template-home .post_list br {
    content: ''; }
    .template-home .post_list br:after {
      content: '\0020'; }

    .sitemap .post_content br {
      content: ''; }
      .sitemap .post_content br:after {
        content: '\0020'; }

.pricing {
  text-align: center;
  background-color: #fff25d;
  padding: 12px 19px 19px 19px;
  border: 4px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 31px; }
  .pricing .product-name {
    font-family: 'Sentinel A', 'Sentinel B', serif;
    font-size: 29px;
    line-height: 47px; }
  .pricing .price-selector {
    margin: 7px auto 4px auto; }
    .pricing .price-selector td {
      padding: 12px 4px;
      border-top: 1px dotted rgba(0, 0, 0, 0.15); }
      .pricing .price-selector td:first-child {
        text-align: left; }
      .pricing .price-selector td:last-child {
        font-size: 14px;
        line-height: 25px;
        padding-left: 19px; }
    .pricing .price-selector tr:first-child td {
      border-top: 0; }
    .pricing .price-selector input[type="checkbox"],
    .pricing .price-selector input[type="radio"] {
      vertical-align: baseline; }
  .pricing .price-selection {
    margin-top: 7px;
    margin-bottom: 7px; }
  .pricing .price-sites {
    display: none; }
  .pricing .price-first-year {
    padding-bottom: 7px; }
  .pricing .price-recurring {
    display: inline-block;
    padding-top: 7px;
    border-top: 1px dotted rgba(0, 0, 0, 0.15); }
  .pricing .price {
    font-size: 29px;
    font-weight: bold;
    color: #d25c08; }
  .pricing .billing {
    font-size: 14px;
    line-height: 25px;
    color: #866b18;
    margin-bottom: 12px; }
  .pricing .billing-detail {
    margin-bottom: 7px; }
    .pricing .billing-detail:last-child {
      margin-bottom: 0; }
  .pricing > p:first-child {
    margin-top: 12px; }
  .pricing > p:last-child {
    margin-bottom: 12px; }

    .purchase .pricing .product-name {
      font-size: 47px;
      line-height: 73px; }
    .purchase .details h3 {
      text-align: left; }
    .purchase .details .caption {
      margin-bottom: 0; }

    .landing .headline strong:first-child {
      padding: 4px 12px;
      background-color: #fffb7a; }
      @media all and (min-width: 682px) {
        .landing .headline strong:first-child {
      padding: 4px 19px; } }

  .form-diy .form-item {
    margin-bottom: 19px; }
    .form-diy .form-item ul {
      list-style: none;
      margin-left: 0; }
      .form-diy .form-item ul li {
        margin-bottom: 7px; }
      .form-diy .form-item input[type=checkbox] + label,
      .form-diy .form-item input[type=radio] + label {
        margin-left: 4px; }

  .edd_form label {
    display: block; }
    .edd_form label span {
      font-weight: normal;
      color: #828282; }
  .edd_form input[type=text],
  .edd_form input[type=email],
  .edd_form input[type=url],
  .edd_form input[type=password] {
    width: 100%; }
  .edd_form select {
    height: 37px;
    background-color: #ccf1ff; }
  .edd_form .tip {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 19px; }
  .edd_form .req,
  .edd_form label .required,
  .edd_form .tip .required,
  .edd_form .edd-required-indicator,
  .edd_form .has_errors,
  .edd_form .form_error label {
    color: #dd0000; }
  @media all and (min-width: 682px) {
    .edd_form #name,
    .edd_form #email {
      width: 50%; }
    .edd_form .tip {
      float: right;
      max-width: 35%; } }

  #edd_login_form .edd-lost-password a {
    text-decoration: none;
    color: #828282; }
    #edd_login_form .edd-lost-password a:hover {
      text-decoration: underline; }

  .account #message,
  .account .affwp-notice {
    background-color: #ffee00;
    padding: 12px 0; }
    .account #message :last-child,
    .account .affwp-notice :last-child {
      margin-bottom: 0; }
    .account .note h3:first-child,
    .account .alert h3:first-child,
    .account .box h3:first-child {
      text-align: left; }
    .account .note ul,
    .account .alert ul,
    .account .box ul {
      margin-bottom: 19px; }
  .account #content .container > .post_box:first-child {
    padding-top: 0; }
    .account .post_content .headline {
      margin-bottom: 31px; }
  .account .section {
    margin-bottom: 31px; }
    .account .section:last-child {
      margin-bottom: 0; }
  .account #my_licenses {
    margin-bottom: 50px; }
  .account .header {
    margin-bottom: 19px; }
    .account .header h1 {
      display: inline-block;
      margin-bottom: 0; }
  .account .name {
    font-family: 'Sentinel A', 'Sentinel B', serif;
    font-weight: bold; }
  .account .license {
    min-width: 323px;
    text-align: center; }
      .account .license .card-title .name {
        font-size: 37px;
        line-height: 58px; }
    .account .license .card-subtitle {
      text-transform: uppercase;
      margin-bottom: 24px; }
      .account .license .card-subtitle a {
        text-transform: none;
        margin-left: 7px; }
        .account .license .card-subtitle a:hover {
          text-decoration: underline; }
    .account .license .card-text {
      background-color: #fff6c9;
      padding: 12px 0;
      border: 1px dotted rgba(0, 0, 0, 0.15);
      border-width: 1px 0;
      margin-left: -31px;
      margin-right: -31px;
      margin-bottom: 19px; }
      .account .license .card-text .key {
        font-family: Menlo, Consolas, Monaco, "Andale Mono", Courier, Verdana, sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 4px; }
      .account .license .card-text .card-subtitle {
        margin-top: -4px;
        margin-bottom: 0; }
        .account .license .card-text .card-subtitle a {
          display: inline-block;
          text-transform: none;
          margin-left: 7px; }
          .account .license .card-text .card-subtitle a:hover {
            text-decoration: underline; }
        .account .license .card-text .card-subtitle .activations {
          margin-left: 7px; }
      .account .license.status-expired .card-text,
      .account .license.status-disabled .card-text {
        background-color: #ffd6d6; }
      .account .license.status-disabled .key {
        text-decoration: line-through; }
    .account .card-flex-2 .license {
      max-width: 504.5px; }
      @media all and (min-width: 739px) {
        .account .card-flex-2 .license {
      width: calc(50vw - 46.5px); } }
    .account .product-links .download_product {
      display: inline-block; }
      .account .product-links .download_product + .button {
        margin-left: 4px; }
  .account .boxes,
  .account .skins {
    justify-content: flex-start; }
    .account .boxes .box {
      text-align: center;
      background-color: #fff3cf;
      padding: 12px 19px 19px 19px;
      border: 4px solid rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
      margin: 0 31px 31px 0; }
      .account .boxes .box .name {
        font-size: 23px;
        line-height: 38px;
        margin-bottom: 4px; }
        .account .boxes .box .product-links .button {
          font-size: 14px;
          padding: 7px;
          border-bottom-width: 3px;
          vertical-align: middle; }
          .account .boxes .box .product-links .button:active {
            border-bottom-width: 1px; }
  .account .cost_type {
    font-size: 14px;
    line-height: 1em;
    vertical-align: text-top;
    padding: 7px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-left: 7px; }
    .account .cost_type.free,
    .account .box.free {
      background-color: #e7f9ff; }
    .account .cost_type.premium,
    .account .box.premium {
      background-color: #fff3cf; }
  .account .skin {
    text-align: center;
    background-color: black;
    border-radius: 0 0 12px 12px;
    margin-right: 31px; }
    .account .skin .card-image {
      border-radius: 0; }
  .account .edd-table {
    width: 100%;
    margin-bottom: 12px; }
    .account .edd-table thead {
      background-color: rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-width: 1px 0; }
    .account .edd-table th,
    .account .edd-table td {
      text-align: left;
      padding: 7px 12px;
      border: 1px solid #e6d8af; }
    .account .edd-table th {
      background-color: #ffebb0; }
    .account .edd-table .edd_sl_expiration,
    .account .edd-table .edd_sl_sites,
    .account .edd-table .edd_sl_upgrades {
      text-align: right; }
    .account #edd_user_history td {
      line-height: 31px; }
  .account .add-site {
    padding: 19px;
    margin-top: 31px;
    background-color: #cce8cc; }
    .account .add-site input[type=text] {
      margin-bottom: 19px; }
    .account .add-site p {
      margin-bottom: 19px; }
      .account .add-site p:last-child {
        margin-bottom: 0; }
  .account .edd-receipt {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .account .edd-receipt th {
      font-size: 23px;
      line-height: 38px;
      text-align: left; }
    .account .edd-receipt tr td:first-child {
      width: 65%; }
    .account .edd-receipt thead tr:first-child th,
    .account .edd-receipt tbody tr:first-child td {
      padding-top: 19px; }
    .account .edd-receipt tbody tr:last-child td,
    .account .edd-receipt thead tr:first-child th {
      padding-bottom: 19px; }
    .account .edd-receipt thead {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .account #edd_profile_editor_form fieldset {
      padding-top: 31px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-width: 4px;
      margin-bottom: 19px; }
    .account #edd_profile_editor_form label {
      display: block; }
    .account #edd_profile_editor_form p {
      margin-bottom: 19px; }
  .account .edd-sl-manage-license-details > span {
    display: block; }
    .account .edd_sl_license_row code,
    .account .edd-sl-manage-license-key code {
      background-color: #c6f8fd; }
  .account .edd_success {
    background-color: #cce8cc;
    padding: 19px;
    margin-bottom: 31px; }
  .account input[readonly],
  .account input[disabled=disabled] {
    background-color: #eeeeee; }
  .account .affwp {
    margin-bottom: 19px; }
    .account .affwp .edd-table {
      margin-bottom: 0; }
      .account .affwp .edd-table.spaced {
        margin-bottom: 31px; }
      .account .affwp .notifications input[type=checkbox] {
        position: initial; }
      .account .affwp .notifications label {
        font-weight: normal; }
    .account .affwp .affwp-no-results {
      text-align: center; }
  .account #affwp-graphs-filter {
    margin-bottom: 19px; }
    .account #affwp-graphs-filter .affwp-graphs-date-options {
      margin-bottom: 12px; }
      .account #affwp-graphs-filter .affwp-search-date > span {
        font-weight: bold; }
      .account #affwp-graphs-filter .affwp-search-date input {
        width: 240px;
        margin-bottom: 12px; }
  .account .affwp-graph {
    width: 100% !important; }

    .checkout #edd_checkout_wrap .edd_empty_cart {
      display: block;
      text-align: center;
      margin-bottom: 31px; }
  .checkout .edd_cart_amount {
    color: #d25c08 !important; }
  .checkout #footer {
    padding-top: 19px;
    padding-bottom: 19px; }
  .checkout #edd_checkout_cart {
    width: 100%;
    margin-bottom: 31px; }
    .checkout #edd_checkout_cart td,
    .checkout #edd_checkout_cart th {
      color: #111111;
      padding: 12px;
      border: 1px solid #e6d8af; }
    .checkout #edd_checkout_cart th {
      text-align: left;
      background-color: #ffebb0;
      padding: 7px 12px; }
    .checkout #edd_checkout_cart tfoot th {
      text-align: right;
      background-color: #ffebb0;
      padding-top: 12px;
      padding-bottom: 12px; }
    .checkout #edd_checkout_cart td {
      line-height: 31px; }
      .checkout #edd_checkout_cart td img {
        float: none;
        margin: 0 0 19px 0; }
    .checkout #edd_checkout_cart .edd_cart_item_price,
    .checkout #edd_checkout_cart .edd_cart_fee_amount {
      font-weight: bold;
      text-align: center; }
    .checkout #edd_checkout_cart .edd_cart_actions {
      text-align: center; }
    .checkout #edd_checkout_cart .edd_checkout_cart_item_title {
      font-weight: bold;
      padding-bottom: 4px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 12px; }
      .checkout #edd_checkout_cart .download_description p,
      .checkout #edd_checkout_cart .download_description > ul {
        margin-bottom: 12px; }
    .checkout #edd_checkout_cart .edd-sl-renewal-details {
      margin-bottom: 12px; }
    .checkout #edd_checkout_cart .edd-sl-renewal-key {
      font-family: Menlo, Consolas, Monaco, "Andale Mono", Courier, Verdana, sans-serif;
      font-size: 16px;
      padding: 4px;
      background-color: #c6f8fd;
      border-radius: 7px; }
    .checkout #edd_checkout_cart .recurring-notice {
      font-size: 14px;
      line-height: 25px;
      color: #828282; }
      .checkout #edd_checkout_cart .edd_cart_actions .button {
        font-size: 14px;
        padding: 7px; }
    .checkout #edd_checkout_form_wrap .edd-payment-icons {
      line-height: 1em; }
      .checkout #edd_checkout_form_wrap .edd-payment-icons svg {
        display: inline-block;
        width: auto;
        max-height: 31px;
        margin-right: 4px;
        margin-bottom: 0; }
    .checkout #edd_checkout_form_wrap .edd-description {
      display: block; }
    .checkout #edd_checkout_form_wrap #edd_payment_mode_select_wrap {
      margin-top: -19px;
      margin-bottom: 31px; }
      .checkout #edd_checkout_form_wrap #edd-payment-mode-wrap ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 0; }
        .checkout #edd_checkout_form_wrap #edd-payment-mode-wrap ul li {
          margin-bottom: 7px; }
      .checkout #edd_checkout_form_wrap #edd-payment-mode-wrap label {
        font-family: 'Gotham A', 'Gotham B', sans-serif;
        font-weight: normal;
        margin-left: 4px; }
    .checkout #edd_checkout_form_wrap fieldset {
      border: 0;
      padding: 0;
      margin-top: 31px;
      margin-bottom: 0; }
      .checkout #edd_checkout_form_wrap fieldset legend {
        font-family: 'Sentinel A', 'Sentinel B', serif;
        font-size: 29px;
        line-height: 47px;
        text-transform: capitalize;
        margin-bottom: 12px; }
      .checkout #edd_checkout_form_wrap fieldset .info {
        font-size: 14px;
        line-height: 25px;
        color: #828282;
        margin-top: -8px;
        margin-bottom: 12px; }
      .checkout #edd_checkout_form_wrap fieldset .edd-icon {
        position: relative;
        width: 1em;
        height: 1em;
        vertical-align: middle; }
      .checkout #edd_checkout_form_wrap fieldset .edd-icon-lock {
        top: -0.125rem; }
      .checkout #edd_checkout_form_wrap fieldset > :last-child:not(.edd-payment-icons):not(.card-expiration) {
        margin-bottom: 0; }
      .checkout #edd_checkout_form_wrap fieldset #edd-login-account-wrap,
      .checkout #edd_checkout_form_wrap fieldset #edd-new-account-wrap {
        color: #111111;
        background-color: #cce8cc;
        padding: 19px;
        margin: 0 0 31px 0; }
      .checkout #edd_checkout_form_wrap fieldset#edd_cc_fields {
        background-color: white;
        border: none;
        margin-top: 0; }
        .checkout #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper {
          background-color: #ccf1ff;
          padding: 12px;
          margin-bottom: 31px; }
      .checkout #edd_checkout_form_wrap fieldset#edd_register_account_fields {
        margin-bottom: 12px; }
        .checkout #edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
          margin-bottom: 12px; }
        .checkout #edd_checkout_form_wrap fieldset#edd_register_account_fields p {
          margin-bottom: 19px; }
      .checkout #edd_checkout_form_wrap fieldset#edd_checkout_user_info {
        margin-top: 0;
        margin-bottom: 0; }
        .checkout #edd_checkout_form_wrap fieldset#edd_checkout_user_info legend {
          display: none; }
        .checkout #edd_checkout_form_wrap fieldset#edd_checkout_user_info + #edd_purchase_submit {
          margin-top: 31px; }
      .checkout #edd_checkout_form_wrap fieldset#edd_purchase_submit {
        margin-top: 0; }
    .checkout #edd_checkout_form_wrap #edd_checkout_user_info + #edd_cc_fields {
      margin-top: 31px; }
    .checkout #edd_checkout_form_wrap label {
      font-size: 18px;
      line-height: 31px;
      margin: 0; }
    .checkout #edd_checkout_form_wrap input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
      width: 100%;
      padding: 7px; }
    .checkout #edd_checkout_form_wrap .edd-description {
      font-size: 14px;
      line-height: 25px;
      color: #828282;
      margin-bottom: 7px; }
      .checkout #edd_checkout_form_wrap #edd_purchase_form_wrap #edd-stripe-card-errors {
        margin-top: 0; }
    .checkout #edd_checkout_form_wrap #edd_final_total_wrap {
      font-weight: bold;
      color: #111111;
      background-color: #ffebb0;
      padding: 19px;
      border: 0; }
    .checkout #edd_checkout_login_register #edd_login_fields {
      margin-bottom: 31px; }
    .checkout #edd_checkout_login_register p {
      margin-bottom: 19px; }
    .checkout #edd_checkout_login_register .edd-description {
      display: none; }
    .checkout #edd_checkout_login_register #edd-email-description {
      display: block; }

  #support_form .description {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #828282;
    margin-bottom: 7px; }
  #support_form #system_status {
    font-family: Menlo, Consolas, Monaco, "Andale Mono", Courier, Verdana, sans-serif;
    font-size: 14px;
    line-height: 25px; }
  #support_form input[type=file] {
    max-width: 100%;
    background-color: #ffebb0;
    padding: 12px;
    border: none;
    border-radius: 7px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1) inset; }
    #support_form .form_error input[type=text],
    #support_form .form_error textarea {
      border-color: #dd0000; }

    .omnitweet .tweet-thread-show:hover {
      background-color: #e6f3fb; }

    .bleed form .list_label {
      margin-bottom: 12px; }
    .bleed form input[type="text"],
    .bleed form input[type="email"],
    .bleed form input[type="url"],
    .bleed form textarea {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); }
    .bleed form .radio {
      list-style: none;
      margin-left: 0; }
      .bleed form .radio input[type="radio"] + label {
        margin-left: 4px; }
      .bleed form .radio li {
        margin-bottom: 7px; }