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

html {
  word-break: break-word;
  -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: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #111111;
  background-color: #0d0d0d;
  overflow-x: hidden; }

a {
  color: #1f594c;
  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: "Montserrat", sans-serif;
    font-size: 31px;
    line-height: 50px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 27px; }
  .grt h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 44px;
    margin-bottom: 17px; }
  .grt h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    line-height: 33px;
    font-weight: bold;
    margin-top: 27px;
    margin-bottom: 11px; }
  .grt h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3,
  .grt h2:first-child,
  .grt h3:first-child {
    margin-top: 0; }
  .grt ul {
    list-style-type: square; }
  .grt ul,
  .grt ol {
    margin-left: 27px; }
  .grt li {
    margin-bottom: 11px; }
    .grt li:last-child {
      margin-bottom: 0; }
  .grt blockquote {
    color: #828282;
    padding-left: 17px;
    border-left: 7px solid rgba(0, 0, 0, 0.1); }
  .grt sub,
  .grt sup {
    color: #828282; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    background-color: #0d0d0d;
    padding: 17px; }
  .grt kbd {
    font-size: 12px;
    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,
  .grt .left,
  .grt .alignleft,
  .grt .right,
  .grt .alignright,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone {
    margin-bottom: 27px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol {
    margin-top: 11px;
    margin-bottom: 0;
    margin-left: 17px; }
    .grt blockquote > :last-child,
    .grt .left > :last-child,
    .grt .right > :last-child {
      margin-bottom: 0; }
  @media all and (min-width: 834px) {
    body:not(.has-sidebar) .grt h1 {
        font-size: 39px;
        line-height: 62px; }
      body:not(.has-sidebar) .grt h2 {
        font-size: 31px;
        line-height: 50px; }
      body:not(.has-sidebar) .grt h3 {
        font-size: 24px;
        line-height: 40px; }
      body:not(.has-sidebar) .grt h4 {
        font-size: 19px;
        line-height: 33px; }
    .grt .left:not(.bar),
    .grt .alignleft {
      float: left;
      clear: both;
      margin-right: 27px; }
    .grt .right:not(.bar),
    .grt .alignright {
      float: right;
      clear: both;
      margin-left: 27px; } }
    .grt .headline_area .headline {
      margin-top: 0;
      margin-bottom: 0; }
      .grt .headline_area .headline a {
        color: #111111; }
        .grt .headline_area .headline a:hover {
          color: #1f594c; }
  .grt .byline {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 23px;
    color: #828282;
    margin-top: 7px; }
      .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 .archive_title {
    margin-bottom: 27px; }
  .grt .drop_cap {
    font-size: 54px;
    line-height: 1em;
    margin-right: 7px;
    float: left; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 17px; }
  .grt .alert {
    background-color: #ffe91f; }
  .grt .note {
    background-color: #ccf1ff; }
  .grt .box {
    background-color: #1f594c; }
  .grt .highlight {
    background-color: #fffb7a;
    padding: 4px 0; }
  .grt .impact {
    font-size: 19px;
    line-height: 33px; }
  .grt .bar {
    color: #828282; }
  .grt .pop {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4); }
  .grt .wp-caption,
  .grt .frame {
    box-sizing: border-box;
    color: #828282;
    background-color: #0d0d0d;
    padding: 7px; }
    .grt .wp-caption img {
      margin-bottom: 7px; }
    .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: 12px;
    line-height: 23px; }
    .grt .wp-caption-text code,
    .grt .caption code,
    .grt .footnotes code {
      font-size: 11px; }
  .grt .caption {
    color: #828282;
    margin-top: -17px; }
  .grt .center + .caption,
  .grt .aligncenter + .caption {
    text-align: center; }
  .grt h2 + .caption {
    margin-bottom: 17px; }
  .grt h3 + .caption {
    margin-top: -11px;
    margin-bottom: 11px; }
  .grt blockquote + .caption {
    padding-left: 24px; }
  .grt .footnotes {
    color: #828282;
    padding-top: 17px;
    border-top: 1px dotted rgba(0, 0, 0, 0.15); }
    .grt .footnotes p {
      margin-bottom: 11px; }
  .grt .author_description {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 27px; }
    .grt .author_description .avatar {
      float: left;
      width: 81px;
      height: 81px;
      margin-right: 17px; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt .post_box + .post_box {
    margin-top: 44px; }
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .wp-caption,
  .grt .caption,
  .grt .footnotes,
  .grt .page-links,
  .grt .headline_area {
    margin-bottom: 27px; }
  .grt .post_list {
    margin-bottom: 0; }
    .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_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: 834px) {
    .grt .headline_area {
      position: relative; }
    .grt .byline {
      margin-top: 11px; }
        .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'; }
    .grt .impact {
      font-size: 24px;
      line-height: 40px; } }

label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.required {
  color: #21dd27; }

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

textarea {
  line-height: inherit; }


  button,
  input[type=submit],
  .button {
    display: inline-block;
    width: auto;
    font-family: "Montserrat", sans-serif;
    font-size: inherit;
    font-weight: normal;
    line-height: 1em;
    vertical-align: top;
    color: #111111;
    text-decoration: none;
    background-color: #0d0d0d;
    padding: 11px 17px;
    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;
    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: #202020;
    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; }

input[type=submit] {
  color: white;
  background-color: #1f594c; }
    input[type=submit]:hover,
    input[type=submit]:active {
      background-color: #297564; }

#header {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  #nav {
    background-color: #0d0d0d; }

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

#content {
  background-color: white;
  padding-top: 27px;
  padding-bottom: 27px; }

#footer {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: white;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.container {
  box-sizing: border-box;
  padding-left: 17px;
  padding-right: 17px; }
  @media all and (min-width: 834px) {
    .container {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }
  @media all and (min-width: 854px) {
    .container {
  max-width: 100%;
  padding-left: 27px;
  padding-right: 27px;
  margin-left: 0;
  margin-right: 0; } }
  @media all and (min-width: 1254px) {
    .container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }

  #site_title {
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    line-height: 62px;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom; }
      #site_title.has-logo {
        margin-bottom: 17px; }
      #site_title.has-logo:last-child {
        margin-bottom: 0; }
      #site_title a:hover {
        color: #1f594c; }

  .menu {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    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: 27px; }
    .menu li:last-child {
      margin-right: 0; }
  .menu a {
    display: block;
    text-transform: uppercase;
    color: white;
    padding-top: 11px;
    padding-bottom: 11px; }
  .menu:before {
    content: '\2194';
    color: #828282;
    margin-right: 17px; }
  @media all and (min-width: 854px) {
    .mode-focus .menu {
      justify-content: center; }
    .menu:before {
      display: none; } }

  .prev_next {
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 27px;
    margin-bottom: -27px; }
  .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; }
  .prev_next .next_post + .previous_post {
    margin-top: 17px; }

  #comments .comments_intro {
    margin-top: 44px;
    margin-bottom: 27px; }
    #comments .comments_intro:after {
      content: '\0020\2193'; }
  #comments .num_comments,
  #comments .comments_closed {
    font-weight: bold; }
  #comments .comments_closed {
    font-weight: bold;
    margin-top: 44px; }
  #comments .comment_list {
    list-style: none;
    margin-left: 0; }
    #comments .comment_list > .comment:first-child {
      margin-top: 0; }
  #comments .comment {
    margin-top: 44px; }
    #comments .comment #respond {
      margin-top: 27px; }
  #comments .children {
    list-style: none;
    margin-top: 0;
    margin-left: 17px; }
    #comments .children .comment {
      margin-top: 27px; }
  #comments .comment_header {
    margin-bottom: 11px; }
  #comments .avatar {
    float: right;
    width: 44px;
    height: 44px;
    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: 12px;
    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 dotted rgba(0, 0, 0, 0.15);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15); }
    #comments .comment_nav .previous_comments:first-child {
      margin-right: auto; }
  #comments #respond {
    margin-top: 44px; }
    #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-form-cookies-consent {
      font-size: 12px;
      line-height: 23px; }
      #comments #respond .comment-form-cookies-consent label {
        margin-left: 7px; }
    #comments #respond .submit {
      padding: 11px; }
  @media all and (min-width: 834px) {
    #comments .children {
      margin-left: 27px; }
      #comments .comment_date:before {
        display: inline;
        height: auto;
        content: '\2022\0020';
        white-space: normal; } }

  .content,
  .sidebar {
    box-sizing: border-box; }

  .sidebar {
    margin-top: 27px; }

  @media all and (min-width: 834px) {
    .has-sidebar .content,
      .has-sidebar .sidebar {
        width: 100%;
        max-width: 800px; } }

  @media all and (min-width: 1254px) {
    .has-sidebar .columns {
        display: flex;
        justify-content: space-between; }
      .has-sidebar .sidebar {
        margin-top: 0;
        max-width: 356px; } }

  .sidebar {
    background-color: #e8e8e8;
    padding: 17px; }
    .sidebar > div {
      margin-bottom: 44px; }
      .sidebar > div > :last-child {
        margin-bottom: 0; }
    .sidebar .widget_title {
      font-size: 19px;
      line-height: 33px;
      margin-bottom: 11px; }
    .sidebar p,
    .sidebar ul {
      margin-bottom: 27px; }
    .sidebar ul {
      list-style-type: square;
      margin-left: 27px; }
    .sidebar li {
      margin-bottom: 11px; }
      .sidebar li:last-child {
        margin-bottom: 0; }
    .sidebar > :last-child,
    .sidebar .textwidget > :last-child {
      margin-bottom: 0; }
    @media all and (min-width: 834px) {
      .sidebar {
    padding: 27px; } }
    @media all and (min-width: 1254px) {
      .sidebar {
    font-size: 12px;
    line-height: 23px;
    padding: 17px; }
      .sidebar > div {
        margin-bottom: 27px; }
      .sidebar .widget_title {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 7px; }
      .sidebar p,
      .sidebar ul {
        margin-bottom: 17px; }
      .sidebar ul {
        list-style-type: square;
        margin-left: 17px; }
      .sidebar li {
        margin-bottom: 7px; }
      .sidebar input[type=submit] {
        padding: 7px; } }

      .readability .text .byline .avatar {
        float: right;
        margin-left: 17px;
        margin-bottom: 0; }
      .focus .text .byline .avatar {
        margin-bottom: 7px; }
      @media all and (min-width: 834px) {
        .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; }

@media all and (min-width: 854px) {
  .readability .text,
    .focus .text {
      max-width: 800px; }
      .readability .text .extend,
      .focus .text .extend {
        box-sizing: border-box;
        max-width: calc(100vw - 54px); }
      .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(854px - 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(427px - (100vw / 2));
        margin-right: calc(427px - (100vw / 2)); }
        .focus .text .extend.right {
          margin-left: 27px; }
        .focus .text .extend.left {
          margin-right: 27px; } }

@media all and (min-width: 1254px) {
  .readability .text .extend,
      .focus .text .extend {
        max-width: 1200px; }
      .readability .text .pullout,
      .focus .text .pullout {
        float: right;
        box-sizing: border-box; }
      .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: -400px; }
      .readability .text .breakout {
        max-width: calc(786.5px + (100vw - 1200px) / 2);
        margin-right: calc(-400px - (100vw - 1200px) / 2); }
      .readability .text .pullout {
        max-width: calc(100vw - (100vw - 1200px) / 2 - 844px);
        margin-right: calc(-400px - (100vw - 1200px) / 2); }
      .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: -200px;
        margin-right: -200px; }
      .focus .text .breakout {
        max-width: calc(586.5px + (100vw - 1200px) / 2);
        margin-left: 27px;
        margin-right: calc(400px - (100vw / 2)); }
        .focus .text .breakout.left {
          margin-left: calc(400px - (100vw / 2));
          margin-right: 27px; }
      .focus .text .pullout {
        max-width: calc(100vw - (100vw - 1200px) / 2 - 1027px);
        margin-right: calc(-200px - (100vw - 1200px) / 2); }
        .focus .text .pullout.left {
          float: left;
          margin-left: calc(-200px - (100vw - 1200px) / 2);
          margin-right: 0; }
    .text .breakout,
    .text .extend .breakout {
      float: right;
      box-sizing: border-box;
      max-width: calc(586.5px + (100vw - 1200px) / 2);
      margin-left: 27px;
      margin-right: calc((1200px - 100vw) / 2); }
      .text .breakout.left,
      .text .extend .breakout.left {
        float: left;
        margin-left: calc((1200px - 100vw) / 2);
        margin-right: 27px; }
    .text .extend .pullout {
      float: none;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .focus .text .extend .pullout {
        margin-left: auto;
        margin-right: auto; } }

  @media all and (min-width: 834px) {
    .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; } }

      .focus .text .headline_area,
      .focus .text .featured_image_wrap,
      .focus .text .post_content h1,
      .focus .text h2,
      .focus .text h3,
      .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; }

  .bar {
    color: #828282; }
    @media all and (min-width: 1254px) {
      .text .bar {
        width: 100%; }
        .text .bar code {
          font-size: 11px; }
        .readability .text .bar,
        .focus .text .bar {
          box-sizing: border-box;
          float: right;
          clear: right;
          font-size: 12px;
          line-height: 23px;
          margin-bottom: 17px; }
        .readability .text .bar {
          max-width: 356px;
          margin-right: -400px; }
        .focus .text .bar {
          max-width: 173px;
          margin-right: -200px; }
          .focus .text .bar.left {
            float: left;
            clear: left;
            margin-left: -200px; } }

  .bleed {
    position: relative;
    width: 100vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 44px;
    margin-bottom: 44px;
    margin-left: -17px; }
    .bleed + .bleed {
      margin-top: -44px; }
    .bleed:last-child {
      margin-bottom: 0; }
    .content > .post_box:last-child .bleed:last-child {
      margin-bottom: -27px; }
    .bleed:after {
      display: table;
      clear: both;
      content: ''; }
    @media all and (min-width: 834px) {
      .bleed {
    margin-left: calc(calc(800px - 100vw) / 2); } }
    @media all and (min-width: 854px) {
      .bleed {
    margin-left: -27px; } }
    @media all and (min-width: 1254px) {
      .bleed {
    margin-left: calc(calc(1200px - 100vw) / 2); } }
    .focus .bleed {
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; }
    .bleed .container {
      padding-top: 27px;
      padding-bottom: 17px; }
      .bleed .post_content > h2:first-child {
        margin-bottom: 27px; }
        .bleed .post_content > h2:first-child + .caption {
          margin-top: -27px;
          margin-bottom: 27px; }
    .bleed + h2 {
      margin-bottom: 27px; }
      .bleed + h2 + .caption {
        margin-top: -27px;
        margin-bottom: 27px; }
    .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 .caption,
      .bleed.red .bar,
      .bleed.red .wp-caption {
        color: maroon; }
    .bleed.salmon {
      background-color: #ffddcc; }
      .bleed.salmon blockquote,
      .bleed.salmon .caption,
      .bleed.salmon .bar,
      .bleed.salmon .wp-caption {
        color: #802b00; }
    .bleed.orange {
      background-color: #ffeecc; }
      .bleed.orange blockquote,
      .bleed.orange .caption,
      .bleed.orange .bar,
      .bleed.orange .wp-caption {
        color: #805500; }
    .bleed.yellow {
      background-color: #ffffcc; }
      .bleed.yellow blockquote,
      .bleed.yellow .caption,
      .bleed.yellow .bar,
      .bleed.yellow .wp-caption {
        color: olive; }
    .bleed.chartreuse {
      background-color: #eeffcc; }
      .bleed.chartreuse blockquote,
      .bleed.chartreuse .caption,
      .bleed.chartreuse .bar,
      .bleed.chartreuse .wp-caption {
        color: #558000; }
    .bleed.lime {
      background-color: #ddffcc; }
      .bleed.lime blockquote,
      .bleed.lime .caption,
      .bleed.lime .bar,
      .bleed.lime .wp-caption {
        color: #2a8000; }
    .bleed.green {
      background-color: #ccffcc; }
      .bleed.green blockquote,
      .bleed.green .caption,
      .bleed.green .bar,
      .bleed.green .wp-caption {
        color: green; }
    .bleed.aquamarine {
      background-color: #ccffdd; }
      .bleed.aquamarine blockquote,
      .bleed.aquamarine .caption,
      .bleed.aquamarine .bar,
      .bleed.aquamarine .wp-caption {
        color: #00802b; }
    .bleed.turquoise {
      background-color: #ccffee; }
      .bleed.turquoise blockquote,
      .bleed.turquoise .caption,
      .bleed.turquoise .bar,
      .bleed.turquoise .wp-caption {
        color: #008055; }
    .bleed.cyan {
      background-color: #ccffff; }
      .bleed.cyan blockquote,
      .bleed.cyan .caption,
      .bleed.cyan .bar,
      .bleed.cyan .wp-caption {
        color: teal; }
    .bleed.blue {
      background-color: #cceeff; }
      .bleed.blue blockquote,
      .bleed.blue .caption,
      .bleed.blue .bar,
      .bleed.blue .wp-caption {
        color: #005580; }
    .bleed.steel {
      background-color: #ccddff; }
      .bleed.steel blockquote,
      .bleed.steel .caption,
      .bleed.steel .bar,
      .bleed.steel .wp-caption {
        color: #002a80; }
    .bleed.lavender {
      background-color: #ccccff; }
      .bleed.lavender blockquote,
      .bleed.lavender .caption,
      .bleed.lavender .bar,
      .bleed.lavender .wp-caption {
        color: navy; }
    .bleed.purple {
      background-color: #ddccff; }
      .bleed.purple blockquote,
      .bleed.purple .caption,
      .bleed.purple .bar,
      .bleed.purple .wp-caption {
        color: #2b0080; }
    .bleed.orchid {
      background-color: #eeccff; }
      .bleed.orchid blockquote,
      .bleed.orchid .caption,
      .bleed.orchid .bar,
      .bleed.orchid .wp-caption {
        color: #550080; }
    .bleed.magenta {
      background-color: #ffccff; }
      .bleed.magenta blockquote,
      .bleed.magenta .caption,
      .bleed.magenta .bar,
      .bleed.magenta .wp-caption {
        color: purple; }
    .bleed.pink {
      background-color: #ffccee; }
      .bleed.pink blockquote,
      .bleed.pink .caption,
      .bleed.pink .bar,
      .bleed.pink .wp-caption {
        color: #800055; }
    .bleed.rose {
      background-color: #ffccdd; }
      .bleed.rose blockquote,
      .bleed.rose .caption,
      .bleed.rose .bar,
      .bleed.rose .wp-caption {
        color: #80002a; }

      @media all and (min-width: 854px) {
        .readability .text .wp-post-image,
        .focus .text .wp-post-image {
          max-width: calc(100vw - 54px); }
        .focus .text .wp-post-image {
          margin-left: auto;
          margin-right: auto; } }
      @media all and (min-width: 1254px) {
        .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: 854px) {
  .readability .text .featured_image_wrap {
        margin-right: calc(854px - 100vw); }
      .focus .text .featured_image_wrap {
        margin-left: calc(427px - (100vw / 2));
        margin-right: calc(427px - (100vw / 2)); } }

@media all and (min-width: 1254px) {
  .readability .text .featured_image_wrap {
        margin-right: -400px; }
      .focus .text .featured_image_wrap {
        margin-left: -200px;
        margin-right: -200px; } }

.card {
  box-sizing: border-box;
  color: inherit;
  border-radius: 7px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 27px;
  transition: all 0.1s ease-in-out; }
  .card:hover {
    transform: scale(1.03); }
  .card .card-body {
    padding: 27px; }
  .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: 19px;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 21px; }
    .card .card-title a {
      text-decoration: none; }
    @media all and (min-width: 515px) {
      .card .card-title {
    font-size: 24px;
    line-height: 40px; } }
  .card .card-subtitle {
    font-size: 12px;
    line-height: 23px;
    color: #828282;
    margin-top: -20px;
    margin-bottom: 22.5px; }
    @media all and (min-width: 515px) {
      .card .card-subtitle {
    margin-top: -17px;
    margin-bottom: 23.5px; } }
  .card.card-centered .card-text {
    text-align: center; }
  .card .card-text > :last-child {
    margin-bottom: 0; }

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

.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
    .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: 586.5px; }
    @media all and (min-width: 854px) {
      .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% - 13.5px); } }
    @media all and (min-width: 1254px) {
      .card-flex.card-flex-3 > .card,
      .card-flex.card-flex-3 > .card-link {
        max-width: calc(33.333% - 18.001px); } }
    .card-flex.card-flex-4 > .card,
    .card-flex.card-flex-4 > .card-link {
      max-width: 419.625px; }
    @media all and (min-width: 620.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% - 13.5px); } }
    @media all and (min-width: 947.25px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(33.333% - 18.001px); } }
    @media all and (min-width: 1254px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(25% - 20.25px); } }

.youtube {
  position: relative;
  background-color: black;
  padding-top: 56.25%;
  margin-bottom: 27px;
  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 ]:---
 */
hr {
  padding: 0;
  height: 1px;
  background: #0d0d0d;
  border: 0; }

/*
 * [ Table ]
 */
.table {
  width: 100%;
  display: table;
  margin: 0; }

.cell {
  display: table-cell; }

.row .cell:nth-child(1) {
  width: 25%;
  padding-left: 11px; }

.row .cell:nth-child(2) {
  width: 100%;
  padding-left: 11px; }

.row {
  display: table-row;
  background: #e8e8e8; }

.row.header {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  background: white; }

/*
 * [ Table End ]
 */
.crumbs {
  font-family: "Montserrat", sans-serif;
  color: white; }
  .crumbs a {
    color: white;
    text-decoration: none; }

/*
 * .masonry-with-columns {
 * columns: 3 8em;
 * column-gap: 1rem;
 * display: inline-block;
 * width: 100%;
 * }
 */
.masonry-with-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 80vh;
  column-gap: 1rem; }
  .masonry-with-columns div {
    width: 22rem; }

.card-flat {
  box-shadow: none;
  background-color: transparent; }

.card-flat:hover {
  transform: none; }

  .sidebar .card-body {
    border-style: solid; }
    .sidebar .card-body .card-title {
      font-size: 22px;
      line-height: 30px; }

  .card.card-no-pad .card-body,
  .card.card-podcast .card-body {
    padding: 0; }

button,
input[type="submit"],
.button {
  border-radius: 0.2em; }

#gallery-1 .gallery-item {
  width: 13% !important;
  padding-inline: 0.2em; }

#header {
  background-image: url("/wp-content/uploads/THE-ROLLUP-gradient.png");
  background-size: cover; }

#logo {
  width: 4.5em; }

  .menu:before {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif; }

    #nav .menu:before {
      display: none; }

.copyright-year {
  display: flex;
  align-items: center; }

/*
 * .card.card-no-pad {
 * p {
 * margin: 0;
 * }
 * .youtube {
 * margin-bottom: 0;
 * }
 * img, .wp-caption {
 * height: 360px;
 * margin-bottom: -360px;
 * padding: 0;
 * }
 * }
 */
.grt .featured_image_link {
  display: inline;
  vertical-align: initial; }