/*
 * ---:[ 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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #202020;
  background-color: white;
  overflow-x: hidden; }

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

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

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

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

.container {
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px; }
  @media all and (min-width: 700px) {
    .container {
  max-width: 644px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }
  @media all and (min-width: 700px) {
    .container {
  max-width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  margin-left: 0;
  margin-right: 0; } }
  @media all and (min-width: 1256px) {
    .container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }

a {
  color: #202020;
  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-size: 33px;
    line-height: 52px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 28px; }
  .grt h2 {
    font-size: 26px;
    line-height: 42px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 28px; }
  .grt h3 {
    font-size: 20px;
    line-height: 33px;
    font-weight: bold;
    color: #202020;
    margin-top: 28px;
    margin-bottom: 17px; }
  .grt h4 {
    font-size: 16px;
    line-height: 28px;
    color: orangered;
    margin-bottom: 11px; }
  .grt h1 + h2,
  .grt h2 + h3,
  .grt h2:first-child,
  .grt h3:first-child {
    margin-top: 0; }

  .grt ul,
  .grt ol {
    margin-left: 28px; }
  .grt li {
    margin-bottom: 28px; }
    .grt li:last-child {
      margin-bottom: 0; }
  .grt blockquote {
    color: #777777;
    padding-left: 17px;
    border-left: 7px solid rgba(0, 0, 0, 0.1); }

  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 15px; }
  .grt code {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    background-color: #f8f8f8;
    padding: 17px; }
  .grt kbd {
    font-size: 13px;
    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: 28px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol {
    margin-top: 28px;
    margin-bottom: 0; }
    .grt blockquote > :last-child {
      margin-bottom: 0; }
  @media all and (min-width: 700px) {
    body:not(.has-sidebar) .grt h1 {
        font-size: 42px;
        line-height: 65px; }
      body:not(.has-sidebar) .grt h2 {
        font-size: 33px;
        line-height: 52px; }
      body:not(.has-sidebar) .grt h3 {
        font-size: 26px;
        line-height: 42px; }
      body:not(.has-sidebar) .grt h4 {
        font-size: 20px;
        line-height: 33px; }
    .grt .left:not(.bar),
    .grt .alignleft {
      float: left;
      clear: both;
      margin-right: 28px; }
    .grt .right:not(.bar),
    .grt .alignright {
      float: right;
      clear: both;
      margin-left: 28px; } }
      .grt .headline_area .headline a {
        color: #202020; }
        .grt .headline_area .headline a:hover {
          color: #202020; }
  .grt .byline {
    font-size: 13px;
    line-height: 23px;
    color: orangered;
    margin-top: -24px; }
      .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: 46px;
      height: 46px; }
  .grt .drop_cap {
    font-size: 56px;
    line-height: 1em;
    margin-right: 7px;
    float: left; }
  .grt .small {
    font-size: 13px;
    line-height: 23px;
    color: orangered; }
    .grt .alert,
    .grt .note,
    .grt .box {
      padding: 17px; }
    .grt .alert {
      color: #202020;
      background-color: #ccffcc; }

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

    .grt .box {
      color: #202020;
      background-color: #ffffbd; }

  .grt .highlight {
    background-color: #fffb7a;
    padding: 4px 0; }
  .grt .impact {
    font-size: 20px;
    line-height: 33px; }
  .grt .bar {
    color: orangered; }
  .grt .pop {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4); }
  .grt .wp-caption,
  .grt .frame {
    box-sizing: border-box;
    color: #aaaaaa;
    background-color: white;
    padding: 28px; }
    .grt .wp-caption img {
      margin-bottom: 28px; }
    .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: 13px;
    line-height: 23px; }
    .grt .wp-caption-text code,
    .grt .caption code,
    .grt .footnotes code {
      font-size: 12px; }
  .grt .caption {
    color: #aaaaaa;
    margin-top: -24px; }
  .grt .center + .caption,
  .grt .aligncenter + .caption {
    text-align: center; }
  .grt h2 + .caption {
    margin-top: -25.5px; }
  .grt h3 + .caption {
    margin-top: -16.5px;
    margin-bottom: 17px; }
  .grt blockquote + .caption {
    padding-left: 24px; }
  .grt .footnotes {
    color: orangered;
    padding-top: 17px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .grt .footnotes p {
      margin-bottom: 11px; }
  .grt .author_description {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    padding-top: 28px; }
    .grt .author_description .avatar {
      float: left;
      width: 84px;
      height: 84px;
      margin-right: 17px; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt .post_box + .post_box {
    margin-top: 45px; }
    .grt .byline,
    .grt .alert,
    .grt .note,
    .grt .box,
    .grt .wp-caption,
    .grt .caption,
    .grt .footnotes,
    .grt .page-links {
      margin-bottom: 28px; }
      .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: 433px) {
    .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: orangered;
          content: '\2022\0020'; } }
  @media all and (min-width: 700px) {
    .grt .headline_area {
      position: relative; }
      body:not(.has-sidebar) .grt h2 + .caption {
        margin-top: -24px; }
      body:not(.has-sidebar) .grt h3 + .caption {
        margin-top: -15px; }
    .grt .impact {
      font-size: 26px;
      line-height: 42px; } }

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

.required {
  color: #202020; }

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

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: 11px; }

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: orangered;
    padding: 11px 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 4px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    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: #ff6126;
    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 {
      background-color: #fcfc0d; }
    button.update:hover,
    .button.update:hover,
    button.update:active,
    .button.update:active {
      background-color: #fcfc33; }


  #site_title {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: white;
    display: inline-block;
    vertical-align: bottom; }
    #site_title.has-logo {
      margin-bottom: 28px; }
    #site_title.has-logo:last-child {
      margin-bottom: 0; }
  #site_title a {
    color: inherit; }

  .prev_next {
    margin-top: 28px;
    margin-bottom: -45px; }
  .prev_next.blog_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .prev_next .previous_posts:first-child {
      margin-right: auto; }
    .prev_next .previous_posts a:before {
      content: '\2190\0020'; }
    .prev_next .next_posts a:after {
      content: '\0020\2192'; }
  .prev_next .next_post,
  .prev_next .previous_post {
    margin-bottom: 0; }


  #comments .comments_intro {
    margin-top: 45px;
    margin-bottom: 28px; }
    #comments .comments_intro:after {
      content: '\0020\2193'; }
  #comments .num_comments,
  #comments .comments_closed {
    font-weight: bold; }
  #comments .comments_closed {
    font-weight: bold;
    margin-top: 45px; }
  #comments .comment_list {
    list-style: none;
    margin-left: 0; }
    #comments .comment_list > .comment:first-child {
      margin-top: 0; }
  #comments .comment {
    margin-top: 45px; }
    #comments .comment #respond {
      margin-top: 28px; }
  #comments .children {
    list-style: none;
    margin-top: 0;
    margin-left: 17px; }
    #comments .children .comment {
      margin-top: 28px; }
  #comments .comment_header {
    margin-bottom: 11px; }
  #comments .avatar {
    float: right;
    width: 45px;
    height: 45px;
    margin-left: 17px; }
  #comments .comment_author {
    font-weight: bold; }
    #comments .comment_date:before {
      display: block;
      height: 0;
      content: '\a';
      white-space: pre; }
    #comments .comment_text :last-child {
      margin-bottom: 11px; }
  #comments .comment_footer {
    font-size: 13px;
    line-height: 23px; }
    #comments .comment_footer a {
      text-transform: lowercase;
      margin-right: 11px; }
  #comments .comment_nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 17px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #comments .comment_nav .previous_comments:first-child {
      margin-right: auto; }
  #comments #respond {
    margin-top: 45px; }
    #comments #respond p {
      margin-bottom: 17px; }
    #comments #respond .comment-reply-title {
      font-weight: bold; }
    #comments #respond #cancel-comment-reply-link {
      font-weight: normal;
      margin-left: 11px; }
    #comments #respond .comment-notes,
    #comments #respond .logged-in-as {
      padding: 17px;
      background-color: #202020; }
    #comments #respond .comment-form-cookies-consent {
      font-size: 13px;
      line-height: 23px; }
      #comments #respond .comment-form-cookies-consent input {
        vertical-align: -8%; }
      #comments #respond .comment-form-cookies-consent label {
        margin-left: 7px; }
    #comments #respond .submit {
      padding: 11px; }
  @media all and (min-width: 700px) {
    #comments .children {
      margin-left: 28px; }
      #comments .comment_date:before {
        display: inline;
        height: auto;
        content: '\2022\0020';
        white-space: normal; } }

      .readability .text .byline .avatar {
        float: right;
        margin-left: 17px;
        margin-bottom: 0; }
      .focus .text .byline .avatar {
        margin-bottom: 7px; }
      @media all and (min-width: 700px) {
        .readability .text .byline .avatar {
          float: left;
          margin-left: 0;
          margin-right: 17px; }
        .focus .text .byline .avatar {
          margin-bottom: 11px; } }
    .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: 700px) {
  .readability .text,
    .focus .text {
      max-width: 644px; }
      .readability .text .extend,
      .focus .text .extend {
        box-sizing: border-box;
        max-width: calc(100vw - 56px); }
      .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(700px - 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(350px - (100vw / 2));
        margin-right: calc(350px - (100vw / 2)); }
        .focus .text .extend.right {
          margin-left: 28px; }
        .focus .text .extend.left {
          margin-right: 28px; } }

@media all and (min-width: 1256px) {
  .readability .text .pullout,
      .focus .text .pullout {
        float: right;
        box-sizing: border-box; }
      .readability .text .extend,
      .focus .text .extend {
        max-width: 1200px; }
        .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: -556px; }
      .readability .text .breakout {
        max-width: calc(864px + (100vw - 1200px) / 2);
        margin-right: calc(-556px - (100vw - 1200px) / 2); }
      .readability .text .pullout {
        max-width: calc(100vw - (100vw - 1200px) / 2 - 689px);
        margin-right: calc(-556px - (100vw - 1200px) / 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: -278px;
        margin-right: -278px; }
      .focus .text .breakout {
        max-width: calc(586px + (100vw - 1200px) / 2);
        margin-left: 28px;
        margin-right: calc(322px - (100vw / 2)); }
        .focus .text .breakout.left {
          margin-left: calc(322px - (100vw / 2));
          margin-right: 28px; }
      .focus .text .pullout {
        max-width: calc(100vw - (100vw - 1200px) / 2 - 950px);
        margin-right: calc(-278px - (100vw - 1200px) / 2); }
        .focus .text .pullout.left {
          float: left;
          margin-left: calc(-278px - (100vw - 1200px) / 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(586px + (100vw - 1200px) / 2);
      margin-left: 28px;
      margin-right: calc((1200px - 100vw) / 2); }
      .text .breakout.left,
      .text .extend .breakout.left {
        float: left;
        margin-left: calc((1200px - 100vw) / 2);
        margin-right: 28px; }
      .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: 700px) {
    .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: 700px) {
    .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: 700px) {
        .readability .text .wp-post-image,
        .focus .text .wp-post-image {
          max-width: calc(100vw - 56px); }
        .focus .text .wp-post-image {
          margin-left: auto;
          margin-right: auto; } }
      @media all and (min-width: 1256px) {
        .readability .text .wp-post-image,
        .focus .text .wp-post-image {
          max-width: 1200px; } }

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

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

@media all and (min-width: 1256px) {
  .readability .text .featured_image_wrap {
        margin-right: -556px; }
      .focus .text .featured_image_wrap {
        margin-left: -278px;
        margin-right: -278px; } }

  .menu {
    font-size: 13px;
    line-height: 23px;
    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: 4px; }
    .menu li:last-child {
      margin-right: 0; }
  .menu a {
    display: block;
    color: #202020;
    padding-top: 28px;
    padding-bottom: 28px; }
  .menu:before {
    content: '\2194';
    color: orangered;
    margin-right: 17px; }
  @media all and (min-width: 700px) {
    .mode-focus .menu {
      justify-content: center; }
    .menu:before {
      display: none; } }

  .bar {
    color: orangered; }
  @media all and (min-width: 1256px) {
    .text .bar {
      width: 100%; }
      .text .bar code {
        font-size: 12px; }
      .readability .text .bar,
      .focus .text .bar {
        box-sizing: border-box;
        float: right;
        clear: right;
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 17px; }
      .readability .text .bar {
        max-width: 511px;
        margin-right: -556px; }
      .focus .text .bar {
        max-width: 250px;
        margin-right: -278px; }
        .focus .text .bar.left {
          float: left;
          clear: left;
          margin-left: -278px; } }

  .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: 45px;
    margin-bottom: 45px;
    margin-left: -28px; }
  .bleed + .bleed {
    margin-top: -45px; }
  .content > .post_box:last-child .bleed:last-child {
    border-bottom: 0;
    margin-bottom: -45px; }
  .bleed:after {
    display: table;
    clear: both;
    content: ''; }
  @media all and (min-width: 700px) {
    .bleed {
    margin-left: calc(calc(644px - 100vw) / 2); } }
  @media all and (min-width: 700px) {
    .bleed {
    margin-left: -28px; } }
  @media all and (min-width: 1256px) {
    .bleed {
    margin-left: calc(calc(1200px - 100vw) / 2); } }
  .focus .bleed {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .bleed .container {
    padding-top: 45px;
    padding-bottom: 45px; }
  .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; }

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

  .icon-social svg {
    width: auto;
    height: 20px; }
  .icon-social + .icon-social {
    margin-left: 4px; }

.card {
  box-sizing: border-box;
  color: inherit;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 28px 45px -28px rgba(0, 0, 0, 0.3);
  margin-bottom: 28px;
  overflow: hidden;
  transition: all 0.1s ease-in-out; }
  .card:hover {
    transform: scale(1.03); }
  .card .card-body {
    padding: 20px 17px 17px 17px; }
  .card .card-text:first-child {
    margin-top: 2px; }
  .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-size: 20px;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 14px; }
    .card .card-title a {
      text-decoration: none; }
  .card .card-subtitle {
    font-size: 13px;
    line-height: 23px;
    color: orangered;
    margin-top: -14px;
    margin-bottom: 17px; }
  .card.card-centered .card-text {
    text-align: center; }
  .card .card-text > :last-child {
    margin-bottom: 0; }
  @media all and (min-width: 488px) {
    .card .card-body {
      padding: 20px 28px 28px 28px; }
    .card .card-title {
      font-size: 26px;
      line-height: 42px; } }

  .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: 586px; }
    @media all and (min-width: 700px) {
      .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% - 14px); }
      .card-flex.card-flex-2 .card-body,
      .card-flex.card-flex-3 .card-body {
        padding: 20px 17px 17px 17px; }
      .card-flex.card-flex-2 .card-title,
      .card-flex.card-flex-3 .card-title {
        font-size: 20px;
        line-height: 33px; } }
    @media all and (min-width: 948px) {
      .card-flex.card-flex-2 .card-body,
      .card-flex.card-flex-3 .card-body {
        padding: 20px 28px 28px 28px; }
      .card-flex.card-flex-2 .card-title,
      .card-flex.card-flex-3 .card-title {
        font-size: 26px;
        line-height: 42px; } }
    @media all and (min-width: 1256px) {
      .card-flex.card-flex-3 > .card,
      .card-flex.card-flex-3 > .card-link {
        max-width: calc(33.333% - 18.668px); }
      .card-flex.card-flex-3 .card-body {
        padding: 20px 17px 17px 17px; }
      .card-flex.card-flex-3 .card-title {
        font-size: 20px;
        line-height: 33px; } }
    .card-flex.card-flex-4 > .card,
    .card-flex.card-flex-4 > .card-link {
      max-width: 418.5px; }
    @media all and (min-width: 488px) {
      .card-flex.card-flex-4 .card-body {
        padding: 20px 17px 17px 17px; }
      .card-flex.card-flex-4 .card-title {
        font-size: 20px;
        line-height: 33px; } }
    @media all and (min-width: 642px) {
      .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% - 14px); } }
    @media all and (min-width: 949px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(33.333% - 18.668px); } }
    @media all and (min-width: 1256px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(25% - 21px); } }

.youtube {
  position: relative;
  background-color: black;
  padding-top: 56.25%;
  margin-bottom: 28px;
  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 ]:---
 */
.front-page #header {
  border-bottom: 0px;
  padding-top: 80px; }

/*
 * .front-page #content { margin-top: 32px;padding-top: 32px; }
 */
#content {
  padding-top: 0px; }

.gform_wrapper button,
input[type=submit] {
  margin: 10px 0px 0px 0px !important; }

.social-grid-container {
  display: grid;
  grid-template-columns: auto auto; }

.social-grid-item {
  padding-bottom: 0px; }

.grid-container {
  display: grid;
  grid-template-columns: 133px auto;
  padding-top: 32px; }

.grid-item {
  padding-bottom: 60px; }

.grid-item-last {
  padding-bottom: 0px; }

#date {
  color: #999999;
  padding-right: 40px;
  float: left; }

.purple .subhead {
  color: #bd10e0; }

.purple h2 {
  color: #bd10e0; }

.purple .wtrvl-checkout_button:hover {
  background-color: #9b27b2 !important; }

.woketravel_packages .packagesWidget__header--medium {
  display: none !important; }

.woketravel_packages iframe {
  min-height: 800px !important; }

.woketravel_packages_1 iframe {
  min-height: 400px !important; }

.wtrvl-checkout_button:hover {
  background-color: #e03d00 !important; }

.social-profiles {
  padding-bottom: 20px; }

.icon-social {
  font-size: 3em;
  padding-left: 20px;
  padding-right: 20px; }

a.icon-social {
  color: rgba(0, 0, 0, 0.3); }

a.icon-social:hover {
  color: rgba(0, 0, 0, 0.5); }

.headline span {
  text-transform: italic !important;
  display: block; }

.bio_header #site_title a {
  background-color: white; }

.bio h2 {
  text-align: center !important;
  font-size: 29px !important;
  line-height: 48px !important; }

.bio a {
  text-align: center;
  background-color: #c1a297;
  color: white;
  border-bottom: 0px !important;
  width: 100%;
  padding: 10px 0px 10px 0px;
  line-height: 32px;
  display: inline-block;
  border-radius: 12px;
  font-weight: 400; }

.bio a:hover {
  background-color: #a48a80; }

.bio .event {
  padding: 15px 0px 10px 0px; }

.bio .event-last {
  padding: 15px 0px 10px 0px; }

.bio .event-first {
  padding: 0px 0px 10px 0px;
  border-bottom: 3px solid #f8f8f8; }

.grt .wp-caption img {
  margin-bottom: 15px; }

.subhead {
  text-align: center;
  color: orangered;
  margin-bottom: 45px;
  font-size: 23px;
  line-height: 39px; }

.admin-hidden-markup {
  display: none; }

.post_date,
.post-date,
.post_tags {
  color: #999999;
  display: block; }

.post_date_intro {
  color: #999999; }

.post_tags a {
  color: #999999;
  border-bottom: 1px solid #999999; }

.post_tags a:hover {
  border-bottom: none; }

.grt .wp-caption,
.grt .frame {
  padding: 0px; }

.meta {
  padding-top: 0px !important; }

.archives li {
  margin-bottom: 50px;
  list-style: none; }

#recent-posts-3 li {
  list-style: none; }

#recent-posts-3 ul {
  margin-left: 0px; }

#lenten {
  background-color: #f4ecff; }

.focus .text .extend .card-flex.card-flex-2,
.card-flex.card-flex-3 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

#buzzsprout-player-7190002 {
  margin-bottom: 0px; }

/*
 * .grt .alert, .grt .note, .grt .box { margin-top: 32px; }
 */
.grt .wp-caption,
.grt .caption,
.grt .footnotes,
.grt .page-links,
.grt .headline_area {
  margin-top: 32px; }

/*
 * .grt .alert, .grt .note, .grt .box { border-radius: 23px; }
 */
/*
 * ------ ALL ------
 */
/*
 * body { font-family:"Gotham SSm A","Gotham SSm B"; font-weight:300; margin-left: auto; margin-right: auto; max-width: 1200px; background: linear-gradient(135deg, #ccccff 0%, #ffccff 40%, #ffccff 60%, #ffcc99 100%) } f7e2ff
 */
/*
 * Purple BG: #f4ecff
 * 
 * Red BG: #4b0000
 */
body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  margin-left: auto;
  margin-right: auto; }

#content {
  padding-top: 0px;
  padding-bottom: 0px; }

/*
 * #content { margin-left: auto; margin-right: auto; max-width: 1200px; box-shadow: 0 0 11px rgba(0, 0, 0, 0.4); padding-top: 0px; padding-bottom: 0px; border-radius: 27px 27px 0px 0px;}
 * 
 * #nav { background-color: transparent; }
 * 
 * #header { border-bottom: none; }
 */
/*
 * #content { margin-left: auto; margin-right: auto; max-width: 1200px; box-shadow: 0 28px 45px -28px rgba(0, 0, 0, 0.3);  }
 */
h2,
h3 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  text-align: left !important; }

h4 {
  margin-top: 60px; }

/*
 * ------ TOP ------
 */
/*
 * #header { text-align: center; margin-left: auto; margin-right: auto;  }
 * 
 * #site_title { text-transform: uppercase; text-align: center; margin-left: auto; margin-right: auto; }
 * 
 * #site_title a { background-color: #ff4500; }
 * 
 * #site_title a:hover { color: #fff; background-color:rgba(0,0,0,0.1); }
 * 
 * #site_title a { padding: 14px; }
 */
/*
 * #nav { letter-spacing: 1px; font-weight: 700; margin-left: auto; margin-right: auto;  }
 */
/*
 * #header { padding: 40px 0px; };
 */
#header {
  padding: 40px;
  background-color: transparent; }

/*
 * #site_title { font-weight: 400; letter-spacing: 3px; margin: 40px; text-transform: uppercase; }
 * 
 * #site_title a { margin: 0px !important; }
 * 
 * #site_title a { color: #fff; background-color: #ff4500; padding: 30px;  }
 * 
 * #site_title a:hover { color: #fff; background-color:#e03d00; }
 */
#site_title.has-logo {
  max-width: 300px; }

.menu a {
  padding: 20px;
  letter-spacing: 1px;
  border-bottom: none;
  text-decoration: none; }

.menu a:hover {
  background-color: #f8f8f8; }

.menu:before {
  content: "←";
  margin-left: 17px;
  font-weight: 700; }

/*
 * .menu { padding: 22px;  }
 * 
 * .menu:before { color: #000; font-weight: 700; margin-left: 17px; font-family: unquote("-apple-system"), BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif; }
 * 
 * .menu a { display: initial; text-decoration:none; margin-left: 12px; margin-right: 12px; border-bottom: 2px solid transparent; }
 * .nav-scroll
 * .menu a:hover { border-bottom: 2px solid #ff4500; }
 */
.sign-up {
  background-color: #f8f8f8;
  padding: 30px 30px 20px 30px;
  margin-top: 40px;
  margin-bottom: 40px; }

.lent {
  background-color: #ddccff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-top: 40px;
  margin-bottom: 40px; }

.lent h2 {
  max-width: 644px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 28px; }

.lent li {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto; }

.lent li a,
p a,
.post_content a {
  border-bottom-color: #202020; }

/*
 * ------ BUTTONS ------
 */
button,
input[type=submit],
.button {
  border: 0px; }

button:hover,
input[type=submit]:hover,
.button:hover,
button:active,
input[type=submit]:active,
.button:active {
  background-color: #d83a00; }

button:active,
input[type=submit]:active,
.button:active {
  margin-top: 0px; }

button.delete,
.button.delete {
  background-color: #777777; }

/*
 * li a, p a, .post_content a { text-decoration: none; border-bottom: 1px solid #ff4500; }
 * 
 * li a:hover, p a:hover, .post_content a:hover { border-bottom: 0px; }
 */
li a,
p a,
.post_content a,
#more a {
  text-decoration: underline; }

li a:hover,
p a:hover,
.post_content a:hover,
#more a:hover {
  text-decoration: none; }

.post_content a.button {
  border: 0px;
  padding: 12px;
  color: white; }

.post_content a.button:hover,
.post_content a.button:active {
  background-color: #d83a00;
  border: 0px; }

/*
 * ------ PAGES ------
 */
.event {
  padding: 60px 0px 40px 0px;
  border-bottom: 3px solid #f8f8f8; }

.event-last {
  padding: 60px 0px 40px 0px; }

.cruise-first {
  padding: 60px 0px 80px 0px;
  border-top: 3px solid #f8f8f8;
  border-bottom: 3px solid #f8f8f8;
  margin-top: 80px; }

.cruise {
  padding: 60px 0px 80px 0px;
  border-bottom: 3px solid #f8f8f8; }

.cruise-last {
  padding: 60px 0px 80px 0px;
  border-bottom: 3px solid #f8f8f8;
  margin-bottom: 80px; }

.cruise-first h4 {
  text-align: center;
  padding-bottom: 40px; }

.cruise h4 {
  text-align: center;
  padding-bottom: 40px; }

.cruise-last h4 {
  text-align: center;
  padding-bottom: 40px; }

/*
 * ------ CALLOUTS ------
 */
/*
 * .alert, .box, .note { border-left: 7px solid rgba(0,0,0,0.1); }
 */
/*
 * .grt .note { margin-bottom: 47px; }
 */
/*
 * ------ BLOG & FRONT ------
 */
.recent,
.blog-best,
.grt .post_list {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto; }

.front-page .recent .widget_title {
  display: none; }

#front-intro {
  margin-bottom: 52px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto; }

.front-page .recent {
  margin-bottom: 31px;
  margin-top: 31px; }

#more {
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto; }

/*
 * #more a { text-decoration: none; border-bottom: 1px solid #ff4500; }
 * 
 * #more a:hover { border-bottom: 0px; }
 */
#thesis-killer-recent-entries-11 .widget_title {
  display: none; }

#thesis-killer-recent-entries-10 .widget_title {
  display: none; }

#thesis-killer-recent-entries-11,
#thesis-killer-recent-entries-10,
#thesis-killer-recent-entries-3,
#thesis-killer-recent-entries-7,
#thesis-killer-recent-entries-8,
#thesis-killer-recent-entries-6,
#thesis-killer-recent-entries-4,
#thesis-killer-recent-entries-12 {
  margin-bottom: 31px;
  margin-top: 31px;
  max-width: 644px;
  margin-left: auto;
  margin-right: auto; }

#thesis-killer-recent-entries-11 ul,
#thesis-killer-recent-entries-10 ul,
#thesis-killer-recent-entries-3 ul,
#thesis-killer-recent-entries-7 ul,
#thesis-killer-recent-entries-8 ul,
#thesis-killer-recent-entries-6 ul,
#thesis-killer-recent-entries-4 ul,
#thesis-killer-recent-entries-12 ul {
  list-style-type: none;
  margin-left: 0px; }

.blog-best ul {
  list-style-type: none;
  margin-left: 0px; }

.archives li {
  margin-bottom: 28px; }

/*
 * ------ BREADCRUMBS ------
 */
.breadbox {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  max-width: 1200px;
  background-color: white;
  border-bottom: 1px solid #f8f8f8; }

.crumbs-item a {
  color: black;
  font-weight: 400; }

.crumbs {
  margin-left: 20px;
  margin-right: 20px; }


  .crumbs .crumbs-crumb {
    color: black; }
  .crumbs .crumbs-sep {
    color: black; }

  .crumbs a {
    color: black; }
    .crumbs a:hover,
    .crumbs a:active {
      border-bottom: 1px solid black; }


/*
 * ------ BLEED ------
 */
/*
 * .bleed { padding-top:45px; padding-bottom:30px; margin-top:60px; margin-bottom:60px; }
 */
.content > .post_box:last-child .bleed:last-child {
  margin-bottom: 32px; }

/*
 * .deep h2, .deep p, .deep a { color: #ffffff; }
 * 
 * .deep .highlight { color: #202020; }
 */
  .bleed.deep {
    background-color: #53b0de; }
  .bleed.not-so-deep {
    background-color: #98ddff; }
  .bleed.orange {
    background-color: rgba(255, 69, 0, 0.09); }
  .bleed.silver {
    background-color: #f8f8f8; }

/*
 * ------ FOOTER ------
 */
.footer #nav {
  border-bottom: 0px; }

#menu-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

#footer {
  border-top: 10px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
  border-bottom: 30px solid background-color: rgba(0, 0, 0, 0.1) !important; }

#custom_html-5 {
  background-color: #353538;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  word-spacing: 30px;
  text-transform: uppercase; }

#custom_html-5 a {
  color: white;
  text-decoration: none; }

#custom_html-5 a:hover {
  border-bottom: 2px solid white; }

.designed-and-copied {
  background-color: none;
  text-align: center;
  color: #202020; }

.footer_top {
  padding-bottom: 22px;
  padding-top: 22px;
  color: #d83a00;
  background-color: rgba(0, 0, 0, 0.1); }

.footer_top a {
  color: black;
  border-bottom: 1px solid black;
  margin-left: 14px;
  margin-right: 14px; }

.footer_top a:hover {
  border-bottom: 0px; }

.designed {
  padding-top: 50px; }

.designed a {
  color: #202020;
  border-bottom: 1px solid orangered; }

.designed a:hover {
  border-bottom: 0px; }

.copy {
  padding-bottom: 50px;
  padding-top: 22px; }

.footer_mid {
  padding-bottom: 22px;
  padding-top: 22px;
  background-color: rgba(0, 0, 0, 0.1); }

.footer_mid a {
  color: #f8f8f8;
  border-bottom: 1px solid black;
  margin-left: 14px;
  margin-right: 14px; }

.footer_mid a:hover {
  border-bottom: 0px; }

#custom_html-18 {
  color: orangered;
  margin-left: auto;
  margin-right: auto;
  background-color: orangered;
  padding-bottom: 20px;
  margin-bottom: 60px; }

#custom_html-18 .widget_title {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 37px;
  line-height: 58px;
  padding: 20px;
  color: white; }

#custom_html-18 a {
  color: white;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  word-spacing: 30px;
  text-transform: uppercase; }

#custom_html-18 a:hover {
  border-bottom: 2px solid white; }

.menu-social-container {
  color: white;
  margin-left: auto;
  margin-right: auto;
  background-color: orangered;
  margin-bottom: 60px; }

.menu-social-container a {
  color: white;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  word-spacing: 30px;
  text-transform: uppercase; }

/*
 * ------ GRAVITY ------
 */
.gform_wrapper {
  border: 3px solid rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 40px; }

.gform_body ul {
  list-style-type: none; }

.gfield_label {
  font-weight: 700; }

.gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  width: 95%;
  padding: 14px;
  margin-bottom: 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.gsection_title {
  display: none; }

.gform_body textarea {
  width: 95%; }

.gfield_radio {
  margin-bottom: 30px !important; }

.gform_wrapper button,
input[type=submit] {
  margin: 0px 0px 30px 30px; }

.gform_heading {
  margin: 0px 30px 30px 30px; }

#gform_widget-3 .gform_wrapper .top_label .gfield_label {
  display: none; }

#gform_confirmation_message_9 {
  background-color: orangered;
  color: white;
  padding: 60px;
  text-align: center;
  font-size: 30px;
  line-height: 48px; }

/*
 * ------ GRAVITY FOOTER ------
 */
/*
 * .embed-page .substack-watermark { right: 100px !important; }
 */
#custom_html-34 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 20px;
  max-width: 644px; }

#custom_html-34 h2 {
  font-size: 33px;
  line-height: 52px;
  text-align: center !important;
  font-weight: bold; }

#custom_html-34 p {
  padding-bottom: 20px;
  padding-top: 20px; }

/*
 * #custom_html-34 a { color: #f8f8f8; }
 */
/*
 * ------ GRAVITY FOOTER ------
 */
#gform_widget-13 {
  margin-left: 32px;
  margin-right: 32px;
  color: black; }

#gform_widget-13 .gform_wrapper {
  background-color: white;
  max-width: 870px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 60px;
  margin-bottom: 75px;
  border: 15px solid orangered; }

#gform_widget-13 .gform_title {
  letter-spacing: 1px;
  text-transform: uppercase; }

#gform_widget-13 .gform_heading {
  margin: 0px 30px 20px 30px; }

#gform_widget-13 .gfield_label {
  display: none; }

#input_10_1 {
  max-width: 75%;
  font-size: 14px;
  padding: 14px;
  margin-bottom: 15px;
  background-color: white;
  border: 2px solid #ececec;
  text-transform: lowercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #111111 !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

#gform_widget-13 input[type=submit] {
  margin: 10px 30px 45px 30px; }

#gform_confirmation_message_10 {
  padding: 60px;
  text-align: center;
  font-size: 30px;
  line-height: 48px; }

#gform_widget-13 .gform_description {
  font-size: 14px; }

/*
 * ------ ON SCREEN EDIT ------
 */
.post_edit {
  position: fixed;
  bottom: 60px;
  left: 0;
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.1) !important;
  padding: 13px 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
  width: 63px !important;
  text-align: center; }

.post_edit a {
  color: gainsboro;
  border: none !important; }

.post_edit a:hover {
  border-bottom: 0px !important; }

#thesis_launcher {
  text-shadow: none !important;
  background: rgba(0, 0, 0, 0.05) !important;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.1) !important; }

#thesis_launcher input {
  background: transparent;
  color: rgba(0, 0, 0, 0.1) !important;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  padding: 0px !important;
  margin: 0px;
  text-align: center !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: none !important; }

/*
 * ------
 * font-family: "Landmark Dimensional A", "Landmark Dimensional B";
 * font-family: "Landmark Inline A", "Landmark Inline B";
 * font-family: "Landmark Shadow A", "Landmark Shadow B";
 * font-family: "Landmark Regular A", "Landmark Regular B";
 * font-family: "Numbers Depot A", "Numbers Depot B";
 * font-family: "Numbers ValutaOpen A", "Numbers ValutaOpen B";
 * font-family: "Numbers ValutaSolid A", "Numbers ValutaSolid B";
 * ------
 */
.cards-tct {
  text-align: center;
  background-color: orangered;
  color: white; }

.card-tct-title {
  font-size: 60px;
  margin-bottom: 159px;
  margin-top: 160px;
  text-transform: uppercase; }

.square-title-bold {
  font-size: 90px;
  line-height: 100px;
  font-weight: 800;
  margin-bottom: 80px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 529px; }

.open-lavendar-second {
  text-align: center;
  background-color: #5e6f75;
  color: white; }

.open-ring-one {
  border: 10px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.open-ring-two {
  border: 10px solid rgba(0, 0, 0, 0.2);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.open-ring-three {
  border: 10px solid rgba(0, 0, 0, 0.3);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.open-ring-four {
  border: 10px solid rgba(0, 0, 0, 0.4);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.open-ring-five {
  border: 10px solid rgba(0, 0, 0, 0.5);
  margin: 0px;
  padding-top: 40px;
  padding-bottom: 50px; }

.open-title {
  font-size: 30px;
  margin-top: 107px;
  text-transform: uppercase; }

.open-sub {
  font-family: "Landmark Inline A", "Landmark Inline B";
  font-size: 150px;
  line-height: 150px; }

.cards-mint-second {
  text-align: center;
  background-color: rgba(96, 250, 142, 0.35);
  color: #111111; }

.cards-lavendar-second {
  text-align: center;
  background-color: rgba(184, 96, 250, 0.35);
  color: #111111; }

.cards-blue {
  text-align: center;
  background-color: #009cff;
  color: white; }

.cards-purple {
  text-align: center;
  background-color: #a900ff;
  color: white; }

.cards-purple-second {
  text-align: center;
  background-color: #c660fa;
  color: #111111; }

.cards-black {
  text-align: center;
  background-color: #111111;
  color: white; }

.cards {
  text-align: center;
  background-color: orangered;
  color: white; }

.cards-ring-one {
  border: 30px solid rgba(0, 0, 0, 0.5);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.cards-ring-two {
  border: 30px solid rgba(0, 0, 0, 0.4);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.cards-ring-three {
  border: 30px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.cards-ring-four {
  border: 30px solid rgba(0, 0, 0, 0.2);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.cards-ring-five {
  border: 30px solid rgba(0, 0, 0, 0.3);
  margin: 0px;
  padding-top: 50px;
  padding-bottom: 60px; }

.card-title {
  font-size: 60px;
  margin-bottom: 150px;
  text-transform: uppercase; }

.square {
  text-align: center;
  background-color: #009cff;
  color: white;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }

.square-ring-one {
  border: 30px solid rgba(0, 0, 0, 0.5);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.square-ring-two {
  border: 30px solid rgba(0, 0, 0, 0.4);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.square-ring-three {
  border: 30px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.square-ring-four {
  border: 30px solid rgba(0, 0, 0, 0.2);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.square-ring-five {
  border: 30px solid rgba(0, 0, 0, 0.3);
  margin: 0px;
  padding-top: 84px;
  padding-bottom: 125px; }

.square-title {
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 80px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 529px; }

.square-sub {
  font-family: "Landmark Inline A", "Landmark Inline B";
  font-size: 120px; }

.card-sub {
  font-family: "Landmark Inline A", "Landmark Inline B";
  font-size: 200px; }

.card-sub-2 {
  font-family: "Landmark Shadow A", "Landmark Shadow B";
  font-size: 150px; }

.card-sub-3 {
  font-family: "Landmark Dimensional A", "Landmark Dimensional B";
  font-size: 120px; }

.card-sub-2nd {
  font-family: "Landmark Dimensional A", "Landmark Dimensional B";
  font-size: 150px;
  line-height: 175px; }

.second-2 {
  font-family: "Numbers ValutaOpen A", "Numbers ValutaOpen B";
  font-size: 150px; }

.second-1 {
  font-family: "Numbers Depot A", "Numbers Depot B";
  font-size: 150px; }

.second-3 {
  font-family: "Numbers ValutaSolid A", "Numbers ValutaSolid B";
  font-size: 150px; }

.podcast-4-cap {
  font-family: "Landmark Shadow A", "Landmark Shadow B";
  font-size: 130px; }

.podcast-4 {
  font-family: "Landmark Shadow A", "Landmark Shadow B";
  font-size: 100px; }

.podcast-5 {
  font-family: "Landmark Regular A", "Landmark Regular B";
  font-size: 100px; }

.podcast-2 {
  font-family: "Landmark Inline A", "Landmark Inline B";
  font-size: 60px;
  line-height: 91px;
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: orangered;
  text-align: center; }

.podcast-1 {
  font-family: "Landmark Dimensional A", "Landmark Dimensional B";
  font-size: 200px;
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: orangered;
  text-align: center; }

.podcast-1-live {
  font-family: "Landmark Dimensional A", "Landmark Dimensional B";
  font-size: 200px;
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: white;
  background-color: orangered;
  text-align: center; }

.podcast-2 {
  font-family: "Landmark Inline A", "Landmark Inline B";
  font-size: 60px;
  line-height: 91px;
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: orangered;
  text-align: center; }

.podcast-2-live {
  font-family: "Landmark Inline A", "Landmark Inline B";
  font-size: 60px;
  line-height: 91px;
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: white;
  background-color: orangered;
  text-align: center; }

.podcast-3 {
  font-family: "Landmark Shadow A", "Landmark Shadow B";
  font-size: 200px;
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: orangered;
  text-align: center; }

.podcast-3-live {
  font-family: "Landmark Shadow A", "Landmark Shadow B";
  font-size: 200px;
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: white;
  background-color: orangered;
  text-align: center; }

.podcast-4-live {
  font-family: "Landmark Regular A", "Landmark Regular B";
  font-size: 200px;
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: white;
  background-color: orangered;
  text-align: center; }

@media screen and (max-width: 700px) {
  #wpadminbar #wp-admin-bar-gform-forms .ab-item {
    line-height: 53px;
    height: 46px !important;
    width: 52px !important;
    display: block;
    background-size: 36px 36px;
    background-position: 7px 6px; }

  #header {
    text-align: center; }

  .subhead {
    text-align: left; }

  #front-intro {
    box-sizing: border-box;
    margin-left: 32px;
    margin-right: 32px; }

  #site_title {
    text-align: center;
    font-size: 2vw; } }

@media screen and (min-width: 700px) {
  #header {
    text-align: center; }

  #site_title {
    text-align: center; } }