@charset "UTF-8";
/* ==========================================================================
   The combined stylesheet for inside omnifocus
   ========================================================================== */
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8; }

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold; }

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080; }

.hljs-string,
.hljs-doctag {
  color: #d14; }

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold; }

.hljs-subst {
  font-weight: normal; }

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold; }

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal; }

.hljs-regexp,
.hljs-link {
  color: #009926; }

.hljs-symbol,
.hljs-bullet {
  color: #990073; }

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3; }

.hljs-meta {
  color: #999;
  font-weight: bold; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

/* ==========================================================================
   Variables for Inside Omnifocus
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Layout
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Grid Settings
   ========================================================================== */
/* Typography
   ========================================================================== */
/* Misc
   ========================================================================== */
/* ==========================================================================
   A collection of the mixins for inside omnifocus
   ========================================================================== */
/* ==========================================================================
   Useful Media Query Mixins
   ========================================================================== */
/* Screen Sizes
   ========================================================================== */
/* Misc
   ========================================================================== */
/* ==========================================================================
   Calculation helpers and generator mixins for a flexbox grid system
   ========================================================================== */
/* Calculation Helpers
   ========================================================================== */
/* Column Generators
   ========================================================================== */
/* ==========================================================================
   These are the mixins and placeholders we use to enforce a grid on a page
   ========================================================================== */
/* ==========================================================================
   Useful Media Query Mixins
   ========================================================================== */
/* Screen Sizes
   ========================================================================== */
/* Misc
   ========================================================================== */
/* ==========================================================================
   Calculation helpers and generator mixins for a flexbox grid system
   ========================================================================== */
/* Calculation Helpers
   ========================================================================== */
/* Column Generators
   ========================================================================== */
/* Placeholders Classes to extend
   ========================================================================== */
@media (max-width: 767px) {
  
  #secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    
    #secondary-nav > * {
      margin-bottom: 0px; } }

@media (min-width: 768px) {
  
  #secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px; }
  
  #secondary-nav > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px; }
    #secondary-nav > *:last-of-type {
      margin-right: 0; } }

/* ==========================================================================
   Image Mixins
   ========================================================================== */
/* ==========================================================================
   Mixins for applying typographical styles
   ========================================================================== */
#secondary-nav .nav-link, #main-callout .page-title {
  margin-bottom: 1rem;
  font-family: "industry", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  font-size: 22px;
  line-height: 28px; }
  html:not(.wf-active) #secondary-nav .nav-link, #secondary-nav html:not(.wf-active) .nav-link, html:not(.wf-active) #main-callout .page-title, #main-callout html:not(.wf-active) .page-title {
    font-family: inherit; }
  @media (max-width: 768px) {
    #secondary-nav .nav-link, #main-callout .page-title {
      font-size: 20px; } }

/* ==========================================================================
   Mixins to enforce the layout
   ========================================================================== */
#main-header,
#make-content-col,
#main-callout,
#main-content,
#main-footer {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    #main-header,
    #make-content-col,
    #main-callout,
    #main-content,
    #main-footer {
      margin-left: 0;
      margin-right: 0;
      padding-left: calc( 50% - 512px + 40px);
      padding-right: calc( 50% - 512px + 40px); } }

/* ==========================================================================
   Miscellaneous mixins
   ========================================================================== */

#main-callout,
#main-footer {
  background-color: rgba(51, 51, 50, 0.8);
  color: #F8F8F8; }
  #main-callout a, #main-footer a {
    color: #F8F8F8;
    font-weight: bold;
    text-decoration: none; }
    #main-callout a:hover, #main-footer a:hover {
      text-decoration: underline; }

/* ==========================================================================
   A collection of the base styles for inside omnifocus
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  font-size: 18px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  color: #4A4A49;
  background-color: #fff; }
  html:not(.wf-active) body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #F8F8F8; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #3d71bc;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a4e82;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover, a:not([href]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #F8F8F8;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6, #inside-omnifocus-wrap.article .article-body h1, .focus-3-blog #main-content .article-body .blog-link-body h1, #inside-omnifocus-wrap.article .article-body h2, .focus-3-blog #main-content .article-body .blog-link-body h2, #inside-omnifocus-wrap.article .article-body h3, .tools-and-services .tools-and-services-list .service-block .service-block-title, .focus-3-blog #main-content .article-body .blog-link-body h3, #inside-omnifocus-wrap.article .article-body h4, .focus-3-blog #main-content .article-body .blog-link-body h4 {
  margin-bottom: 1rem;
  font-family: "industry", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: inherit; }
  html:not(.wf-active) h1, html:not(.wf-active) h2, html:not(.wf-active) h3, html:not(.wf-active) h4, html:not(.wf-active) h5, html:not(.wf-active) h6, html:not(.wf-active) #inside-omnifocus-wrap.article .article-body h1, #inside-omnifocus-wrap.article .article-body html:not(.wf-active) h1, html:not(.wf-active) .focus-3-blog #main-content .article-body .blog-link-body h1, .focus-3-blog #main-content .article-body .blog-link-body html:not(.wf-active) h1, html:not(.wf-active) #inside-omnifocus-wrap.article .article-body h2, #inside-omnifocus-wrap.article .article-body html:not(.wf-active) h2, html:not(.wf-active) .focus-3-blog #main-content .article-body .blog-link-body h2, .focus-3-blog #main-content .article-body .blog-link-body html:not(.wf-active) h2, html:not(.wf-active) #inside-omnifocus-wrap.article .article-body h3, #inside-omnifocus-wrap.article .article-body html:not(.wf-active) h3, html:not(.wf-active) .tools-and-services .tools-and-services-list .service-block .service-block-title, .tools-and-services .tools-and-services-list .service-block html:not(.wf-active) .service-block-title, html:not(.wf-active) .focus-3-blog #main-content .article-body .blog-link-body h3, .focus-3-blog #main-content .article-body .blog-link-body html:not(.wf-active) h3, html:not(.wf-active) #inside-omnifocus-wrap.article .article-body h4, #inside-omnifocus-wrap.article .article-body html:not(.wf-active) h4, html:not(.wf-active) .focus-3-blog #main-content .article-body .blog-link-body h4, .focus-3-blog #main-content .article-body .blog-link-body html:not(.wf-active) h4 {
    font-family: inherit; }

h1 {
  font-size: 42px;
  line-height: 44px; }

h2, #inside-omnifocus-wrap.article .article-body h1, .focus-3-blog #main-content .article-body .blog-link-body h1 {
  font-size: 30px;
  line-height: 32px; }

h3, #inside-omnifocus-wrap.article .article-body h2, .focus-3-blog #main-content .article-body .blog-link-body h2 {
  font-size: 24px;
  line-height: 28px; }

h4, #inside-omnifocus-wrap.article .article-body h3, .tools-and-services .tools-and-services-list .service-block .service-block-title, .focus-3-blog #main-content .article-body .blog-link-body h3 {
  font-size: 20px;
  line-height: 25px; }

h5, #inside-omnifocus-wrap.article .article-body h4, .focus-3-blog #main-content .article-body .blog-link-body h4 {
  font-size: 19px;
  line-height: 23px; }

h6 {
  font-size: 18px;
  line-height: 23px; }

small {
  font-size: 15px;
  line-height: 19px;
  font-weight: normal; }

/**
 * @license
 * MyFonts Webfont Build ID 3220285, 2016-05-17T17:58:45-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ProximaNova-RegularIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/
 * Copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * Licensed pageviews: 2,000,000
 * 
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * Copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * Licensed pageviews: 2,000,000
 * 
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * Copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * Licensed pageviews: 2,000,000
 * 
 * Webfont: Industry-Book by Fort Foundry
 * URL: http://www.myfonts.com/fonts/fort-foundry/industry/book/
 * Copyright: Copyright &#x00A9; 2014 by Mattox Shuler. All rights reserved.
 * Licensed pageviews: 100,000
 * 
 * Webfont: Industry-Bold by Fort Foundry
 * URL: http://www.myfonts.com/fonts/fort-foundry/industry/bold/
 * Copyright: Copyright &#x00A9; 2014 by Mattox Shuler. All rights reserved.
 * Licensed pageviews: 100,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3220285
 * 
 * © 2016 MyFonts Inc
*/
@font-face {
  font-family: 'proxima-nova';
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/31233D_0_0.eot");
  src: url("/assets/fonts/31233D_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/31233D_0_0.woff2") format("woff2"), url("/assets/fonts/31233D_0_0.woff") format("woff"), url("/assets/fonts/31233D_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'proxima-nova';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/31233D_1_0.eot");
  src: url("/assets/fonts/31233D_1_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/31233D_1_0.woff2") format("woff2"), url("/assets/fonts/31233D_1_0.woff") format("woff"), url("/assets/fonts/31233D_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'proxima-nova';
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/31233D_2_0.eot");
  src: url("/assets/fonts/31233D_2_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/31233D_2_0.woff2") format("woff2"), url("/assets/fonts/31233D_2_0.woff") format("woff"), url("/assets/fonts/31233D_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'industry';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/31233D_3_0.eot");
  src: url("/assets/fonts/31233D_3_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/31233D_3_0.woff2") format("woff2"), url("/assets/fonts/31233D_3_0.woff") format("woff"), url("/assets/fonts/31233D_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'industry';
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/31233D_4_0.eot");
  src: url("/assets/fonts/31233D_4_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/31233D_4_0.woff2") format("woff2"), url("/assets/fonts/31233D_4_0.woff") format("woff"), url("/assets/fonts/31233D_4_0.ttf") format("truetype"); }

/* ==========================================================================
   Universal Layout Styles
   ========================================================================== */
#main-content {
  margin-top: 33px;
  margin-bottom: 33px; }
  @media (min-width: 768px) {
    #main-content {
      margin-bottom: 55px;
      margin-top: 55px; } }

#inside-omnifocus-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  min-height: 100vh; }
  #inside-omnifocus-wrap #main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

/* ==========================================================================
   Miscellaneous Styles
   ========================================================================== */
#inside-omnifocus-wrap {
  background: url("/assets/img/backgrounds/circuit.png");
  background-attachment: fixed; }

#main-header {
  background: white; }

/* ==========================================================================
   A collection of components used in inside omnifocus
   ========================================================================== */
/* ==========================================================================
   Hamburger Icon that morphs into an X when opened. Example markup: 

    <button id="menu-button" class="open">
        <span>Menu Toggle</span>
    </button>
   ========================================================================== */
/* ==========================================================================
   Styles for the Nav at the top of each page, including the small-screen
   expandable menu
   ========================================================================== */
#main-nav {
  margin-top: 15px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    #main-nav {
      margin-top: 20px;
      margin-bottom: 45px; } }
  #main-nav #main-omni-logo {
    width: 55px;
    height: auto; }
    @media (min-width: 768px) {
      #main-nav #main-omni-logo {
        width: 60px; } }
  #main-nav .menu-control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (min-width: 768px) {
      #main-nav .menu-control-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #main-nav .menu-control-wrap::before, #main-nav .menu-control-wrap::after {
          content: '';
          display: block;
          width: calc(50% - 45px);
          height: 1px;
          background-color: #8055B4; } }
    #main-nav .menu-control-wrap #menu-button {
      display: block;
      position: relative;
      overflow: hidden;
      margin: 0;
      padding: 0;
      width: 30px;
      height: 20px;
      font-size: 0;
      text-indent: -9999px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: none;
      border: none;
      cursor: pointer;
      background: none; }
      #main-nav .menu-control-wrap #menu-button:focus {
        outline: none; }
      #main-nav .menu-control-wrap #menu-button > span {
        display: block;
        position: absolute;
        top: 9px;
        left: 0;
        right: 0;
        height: 2px;
        background: #55595c;
        -webkit-transition: background 0.3s;
        transition: background 0.3s; }
        #main-nav .menu-control-wrap #menu-button > span::before, #main-nav .menu-control-wrap #menu-button > span::after {
          position: absolute;
          display: block;
          background: #55595c;
          left: 0;
          width: 100%;
          height: 2px;
          content: "";
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s; }
        #main-nav .menu-control-wrap #menu-button > span::before {
          -webkit-transition-property: top, -webkit-transform;
          transition-property: top, -webkit-transform;
          transition-property: top, transform;
          transition-property: top, transform, -webkit-transform;
          top: -8px; }
        #main-nav .menu-control-wrap #menu-button > span::after {
          -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
          transition-property: bottom, transform, -webkit-transform;
          bottom: -8px; }
      #main-nav .menu-control-wrap #menu-button.open > span {
        background: none; }
        #main-nav .menu-control-wrap #menu-button.open > span::before {
          top: 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        #main-nav .menu-control-wrap #menu-button.open > span::after {
          bottom: 0;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      @media (min-width: 768px) {
        #main-nav .menu-control-wrap #menu-button {
          display: none; } }
  #main-nav #main-nav-links {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    #main-nav #main-nav-links.open {
      max-height: 250px;
      margin: 1rem 0; }
    @media (min-width: 768px) {
      #main-nav #main-nav-links {
        display: none; } }
    #main-nav #main-nav-links .nav-link {
      display: block;
      position: relative;
      text-align: center;
      padding: 1rem;
      color: #4A4A49; }
      #main-nav #main-nav-links .nav-link:not(:last-child) {
        border-bottom: 1px solid #4A4A49; }

/* ==========================================================================
   Styles for the tab nav on larger screens that sits above the callout
   ========================================================================== */
@media (max-width: 767px) {
  #secondary-nav {
    display: none; } }

#secondary-nav .nav-link {
  margin-bottom: 0;
  display: block;
  text-align: center;
  background-color: #F8F8F8;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #7d7d7c; }
  @media (min-width: 1024px) {
    #secondary-nav .nav-link {
      padding-bottom: 13px;
      padding-top: 13px; } }
  #secondary-nav .nav-link.active, #secondary-nav .nav-link:hover, #secondary-nav .nav-link:focus, #secondary-nav .nav-link:active {
    background-color: rgba(51, 51, 50, 0.8);
    color: #F8F8F8;
    text-decoration: none;
    font-weight: bold; }

/* ==========================================================================
   Styles for the main title text of the site
   ========================================================================== */
#main-title-container a:hover, #main-title-container a:focus {
  text-decoration: none; }

#main-title {
  font-size: 48px;
  line-height: .9;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 45px;
  color: #6A55B4; }
  @supports (-webkit-background-clip: text) {
    #main-title {
      background: linear-gradient(45deg, #5559b4 0%, #7c56b4 39%, #9155b4 60%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }
  @media (min-width: 375px) {
    #main-title {
      font-size: 56px; } }
  @media (min-width: 414px) {
    #main-title {
      font-size: 62px; } }
  @media (min-width: 768px) {
    #main-title {
      text-align: center;
      font-size: 72px;
      margin-bottom: 65px; } }
  @media (min-width: 1024px) {
    #main-title {
      font-size: 90px; } }
  html:not(.wf-active) #main-title {
    font-size: 44px; }
    @media (min-width: 375px) {
      html:not(.wf-active) #main-title {
        font-size: 52px; } }
    @media (min-width: 414px) {
      html:not(.wf-active) #main-title {
        font-size: 58px; } }
    @media (min-width: 768px) {
      html:not(.wf-active) #main-title {
        font-size: 72px; } }
    @media (min-width: 1024px) {
      html:not(.wf-active) #main-title {
        font-size: 90px; } }

/* ==========================================================================
   Styles for the 'callout' area. Aka the dark band below the main title.
   ========================================================================== */
#main-callout {
  padding-top: 35px;
  padding-bottom: 35px; }
  #main-callout > *:last-child {
    margin-bottom: 0; }
  #main-callout .page-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      #main-callout .page-title {
        display: none; } }

/* ==========================================================================
   Universal Footer Style
   ========================================================================== */
#main-footer {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (min-width: 768px) {
    #main-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 70px;
      padding-bottom: 65px; } }
  #main-footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 55px; }
    @media (min-width: 768px) {
      #main-footer .footer-links {
        margin-bottom: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: none;
        padding: 28px 60px 28px 0; } }
  #main-footer .footer-link-block {
    display: block;
    text-align: center;
    font-weight: normal; }
    @media (min-width: 768px) {
      #main-footer .footer-link-block {
        margin-left: 30px;
        margin-bottom: 0; } }
  #main-footer .footer-link-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 75px;
    height: 75px; }
  #main-footer .copyright {
    margin-bottom: 0;
    border-top: 1px solid #F8F8F8;
    padding-top: 55px; }
    @media (min-width: 768px) {
      #main-footer .copyright {
        border-top: none;
        padding-top: 0;
        border-left: 1px solid #F8F8F8;
        padding-left: 60px;
        width: calc(100% - 375px); } }
    #main-footer .copyright .omni-logo-footer {
      display: block;
      margin-bottom: 10px;
      width: 93px;
      height: auto; }

/* ==========================================================================
   Styles for an individual workflow block, used on the homepage.
   ========================================================================== */
.workflow-block {
  margin-bottom: 20px;
  display: block;
  color: #4A4A49;
  text-decoration: none;
  position: relative;
  background: #F8F8F8;
  padding: 5px 5px 5px 30px; }
  .workflow-block:hover {
    color: #4A4A49;
    text-decoration: none; }
  .workflow-block * {
    cursor: pointer; }
  .workflow-block:hover .workflow-title {
    text-decoration: underline; }
  .workflow-block:hover .author-photo {
    width: 100px;
    top: -7px;
    left: -17px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  @media (max-width: 767px) {
    .workflow-block:not(:last-of-type):before {
      position: absolute;
      content: '';
      display: block;
      bottom: 0;
      right: 5px;
      background-color: #dfdede;
      height: 2px;
      width: calc(100% - 35px); } }
  .workflow-block:after {
    position: absolute;
    right: 7px;
    bottom: 9px;
    color: #4A4A49;
    content: '❯';
    font-size: 20px; }
  @media (min-width: 1024px) {
    .workflow-block {
      border-right: 32px solid rgba(70, 18, 142, 0.7);
      background-clip: padding-box; }
      .workflow-block:after {
        color: #F8F8F8;
        right: -21px;
        bottom: 6px; } }
  .workflow-block .workflow-title {
    margin-bottom: 1rem;
    font-family: "industry", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 2px; }
    html:not(.wf-active) .workflow-block .workflow-title {
      font-family: inherit; }
  .workflow-block .workflow-byline {
    display: block;
    margin-bottom: 1rem;
    font-family: "industry", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px; }
    html:not(.wf-active) .workflow-block .workflow-byline {
      font-family: inherit; }
  .workflow-block .workflow-description {
    margin-bottom: 0;
    padding-bottom: 40px; }
  .workflow-block .author-photo {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 5px;
    left: -15px;
    display: none;
    width: 94px;
    height: auto;
    border-radius: 100%;
    -webkit-backface-visibility: hidden; }

/* ==========================================================================
   Styles for an individual service or tool listing on the 'tools and services'
   page.
   ========================================================================== */
/* ==========================================================================
   An Individual Post on the 'Collected' page
   ========================================================================== */
.collected-link-block .collected-link-anchor {
  display: block;
  color: #4A4A49;
  text-decoration: none; }
  .collected-link-block .collected-link-anchor:hover {
    color: #4A4A49;
    text-decoration: none; }
  .collected-link-block .collected-link-anchor * {
    cursor: pointer; }
  .collected-link-block .collected-link-anchor:hover .collected-link-title {
    text-decoration: underline; }

.collected-link-block .collected-link-title {
  margin-bottom: 5px;
  color: #F8F8F8;
  background: rgba(8, 3, 144, 0.7);
  padding: 27px 17px; }
  @media (min-width: 768px) {
    .collected-link-block .collected-link-title {
      padding: 40px; } }

.collected-link-block .collected-link-body {
  position: relative;
  background: #F8F8F8;
  padding: 17px;
  padding-bottom: 27px; }
  @media (min-width: 768px) {
    .collected-link-block .collected-link-body {
      padding: 20px 40px 40px 40px; } }
  .collected-link-block .collected-link-body img,
  .collected-link-block .collected-link-body iframe {
    max-width: 100%;
    height: auto; }

.collected-link-block .collected-link-anchor-bottom {
  display: block;
  color: #4A4A49;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 24px;
  padding: 17px; }
  .collected-link-block .collected-link-anchor-bottom:hover {
    color: #4A4A49;
    text-decoration: none; }
  .collected-link-block .collected-link-anchor-bottom * {
    cursor: pointer; }
  @media (min-width: 768px) {
    .collected-link-block .collected-link-anchor-bottom {
      padding: 13.3333333333px 20px; } }

/* ==========================================================================
   Styles for the homepage
   ========================================================================== */
.home #main-callout {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .home #main-callout {
      padding: 67px; }
      .home #main-callout > p {
        margin-left: auto;
        margin-right: auto;
        max-width: 450px; } }
  @media (min-width: 1024px) {
    .home #main-callout > p {
      max-width: 670px; } }

@media (min-width: 768px) {
  .home #main-content {
    margin-top: 30px; } }

.home .workflows-list-title {
  background: rgba(51, 51, 50, 0.8);
  padding: 13px 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .home .workflows-list-title {
      display: none; } }

@media (max-width: 767px) {
  .home .workflows-list {
    margin-right: -5px; } }

@media (min-width: 768px) {
  .home .workflows-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .home .workflows-list > * {
      width: calc(50% + -25px);
      margin-bottom: 40px;
      margin-right: 50px; }
      .home .workflows-list > *:nth-of-type(2n) {
        margin-right: 0; } }

@media (min-width: 1024px) {
  .home .workflows-list .workflow-block:nth-of-type(6n-5), .home .workflows-list .workflow-block:nth-of-type(6n-4) {
    border-color: rgba(110, 20, 137, 0.7); }
  .home .workflows-list .workflow-block:nth-of-type(6n-3), .home .workflows-list .workflow-block:nth-of-type(6n-2) {
    border-color: rgba(70, 18, 142, 0.7); }
  .home .workflows-list .workflow-block:nth-of-type(6n-1), .home .workflows-list .workflow-block:nth-of-type(6n) {
    border-color: rgba(8, 3, 144, 0.7); } }

/* ==========================================================================
   Styles for an 'article' style page like a workflow, a service, or a post
   ========================================================================== */
@media (max-width: 767px) {
  #inside-omnifocus-wrap.article {
    background: none; } }

#inside-omnifocus-wrap.article #main-callout {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px; }
  #inside-omnifocus-wrap.article #main-callout h1 {
    margin-bottom: 1rem;
    font-family: "industry", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 14px; }
    html:not(.wf-active) #inside-omnifocus-wrap.article #main-callout h1 {
      font-family: inherit; }
    @media (min-width: 768px) {
      #inside-omnifocus-wrap.article #main-callout h1 {
        text-align: center; } }
    @media (min-width: 1024px) {
      #inside-omnifocus-wrap.article #main-callout h1 {
        margin-bottom: 1rem;
        font-family: "industry", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
        font-weight: normal;
        line-height: 1.1;
        color: inherit;
        font-size: 42px;
        line-height: 44px; }
        html:not(.wf-active) #inside-omnifocus-wrap.article #main-callout h1 {
          font-family: inherit; } }
  #inside-omnifocus-wrap.article #main-callout .author-byline {
    margin-bottom: 10px; }
  #inside-omnifocus-wrap.article #main-callout .article-header-photo {
    width: 94px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 100%; }
  #inside-omnifocus-wrap.article #main-callout .article-description {
    max-width: 400px;
    margin: 0 auto; }

#inside-omnifocus-wrap.article #main-content {
  margin-top: 0;
  margin-bottom: 0; }

#inside-omnifocus-wrap.article .article-body {
  padding-top: 47px;
  padding-bottom: 47px; }
  #inside-omnifocus-wrap.article .article-body h1,
  #inside-omnifocus-wrap.article .article-body h2,
  #inside-omnifocus-wrap.article .article-body h3,
  #inside-omnifocus-wrap.article .article-body h4,
  #inside-omnifocus-wrap.article .article-body h5,
  #inside-omnifocus-wrap.article .article-body h6 {
    margin-bottom: 9px; }
    #inside-omnifocus-wrap.article .article-body h1:not(:first-child),
    #inside-omnifocus-wrap.article .article-body h2:not(:first-child),
    #inside-omnifocus-wrap.article .article-body h3:not(:first-child),
    #inside-omnifocus-wrap.article .article-body h4:not(:first-child),
    #inside-omnifocus-wrap.article .article-body h5:not(:first-child),
    #inside-omnifocus-wrap.article .article-body h6:not(:first-child) {
      margin-top: 25px; }
  #inside-omnifocus-wrap.article .article-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto; }
  #inside-omnifocus-wrap.article .article-body object,
  #inside-omnifocus-wrap.article .article-body embed {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 1rem; }
  #inside-omnifocus-wrap.article .article-body iframe {
    width: 100%; }
  #inside-omnifocus-wrap.article .article-body code:not(.hljs) {
    overflow-wrap: break-word;
    white-space: pre-wrap; }
  #inside-omnifocus-wrap.article .article-body > p:first-of-type:first-letter {
    float: left;
    color: #F8F8F8;
    background: #8055B4;
    font-size: 50px;
    padding: 20px 20px 18px 20px;
    margin-right: 6px;
    margin-top: 3px; }
  @media (min-width: 768px) {
    #inside-omnifocus-wrap.article .article-body {
      padding-left: 45px;
      padding-right: 45px;
      margin: 0 5px;
      background-color: #F8F8F8;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1024px) {
    #inside-omnifocus-wrap.article .article-body {
      padding: 30px 45px; } }

#inside-omnifocus-wrap.article .more-workflows-wrap {
  margin-top: 33px; }

/* ==========================================================================
   Styles for the 'Collected' page
   ========================================================================== */
.collected #main-callout .page-title {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .collected #main-callout {
    display: none; } }

.collected .collected-link-block {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .collected .collected-link-block {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .collected .collected-link-block {
      max-width: 670px; } }
  .collected .collected-link-block:nth-child(3n-2) .collected-link-title {
    background: rgba(110, 20, 137, 0.7); }
  .collected .collected-link-block:nth-child(3n-1) .collected-link-title {
    background: rgba(70, 18, 142, 0.7); }
  .collected .collected-link-block:nth-child(3n) .collected-link-title {
    background: rgba(8, 3, 144, 0.7); }

/* ==========================================================================
   Styles for the Tools and Services page
   ========================================================================== */
@media (min-width: 768px) {
  .tools-and-services #main-callout {
    padding-top: 45px;
    padding-bottom: 45px; }
    .tools-and-services #main-callout p {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 1024px) {
  .tools-and-services #main-callout {
    padding-top: 60px;
    padding-bottom: 60px; }
    .tools-and-services #main-callout p {
      max-width: 675px;
      text-align: center; } }

.tools-and-services .tools-and-services-list {
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .tools-and-services .tools-and-services-list {
      padding-top: 10px;
      padding-right: 5px;
      margin-left: 5px;
      margin-right: -5px;
      background: #F8F8F8; }
      .tools-and-services .tools-and-services-list .service-block {
        margin-left: -5px; } }
  @media (min-width: 768px) {
    .tools-and-services .tools-and-services-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .tools-and-services .tools-and-services-list > * {
        width: calc(50% + -25px);
        margin-bottom: 40px;
        margin-right: 50px; }
        .tools-and-services .tools-and-services-list > *:nth-of-type(2n) {
          margin-right: 0; } }
  .tools-and-services .tools-and-services-list .service-block {
    position: relative;
    display: block;
    color: #4A4A49;
    text-decoration: none; }
    .tools-and-services .tools-and-services-list .service-block:hover {
      color: #4A4A49;
      text-decoration: none; }
    .tools-and-services .tools-and-services-list .service-block * {
      cursor: pointer; }
    @media (min-width: 768px) {
      .tools-and-services .tools-and-services-list .service-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .tools-and-services .tools-and-services-list .service-block:hover .service-block-title {
      text-decoration: underline; }
    .tools-and-services .tools-and-services-list .service-block:after {
      content: "❯";
      position: absolute;
      top: 12px;
      right: 20px;
      color: #F8F8F8; }
      @media (min-width: 768px) {
        .tools-and-services .tools-and-services-list .service-block:after {
          color: #4A4A49;
          top: auto;
          bottom: 10px;
          right: 10px; } }
    .tools-and-services .tools-and-services-list .service-block .service-block-title {
      position: relative;
      margin-bottom: 0;
      padding: 12px 20px;
      color: #F8F8F8;
      background-color: rgba(51, 51, 50, 0.8);
      border-left: 5px solid rgba(70, 18, 142, 0.7);
      background-clip: padding-box; }
    .tools-and-services .tools-and-services-list .service-block .service-block-description {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: #F8F8F8;
      padding: 10px 20px 50px 20px;
      margin-bottom: 0;
      margin-left: 5px; }
    .tools-and-services .tools-and-services-list .service-block#omni-sync-server .service-block-title {
      border-color: rgba(20, 155, 236, 0.7); }
    .tools-and-services .tools-and-services-list .service-block#email .service-block-title {
      border-color: rgba(242, 152, 14, 0.7); }
    .tools-and-services .tools-and-services-list .service-block#zapier .service-block-title {
      border-color: rgba(235, 70, 16, 0.7); }
    .tools-and-services .tools-and-services-list .service-block#evernote .service-block-title {
      border-color: rgba(125, 216, 35, 0.7); }
    .tools-and-services .tools-and-services-list .service-block#applescript .service-block-title {
      border-color: rgba(230, 19, 149, 0.7); }
    .tools-and-services .tools-and-services-list .service-block#ifttt .service-block-title {
      border-color: rgba(48, 186, 194, 0.7); }
    .tools-and-services .tools-and-services-list .service-block#third-party-ios .service-block-title {
      border-color: rgba(86, 86, 85, 0.7); }
    .tools-and-services .tools-and-services-list .service-block#url-schemes .service-block-title {
      border-color: rgba(229, 243, 24, 0.7); }

/* ==========================================================================
   Styles for a collected entry, which is kind of like a blog post
   ========================================================================== */
#inside-omnifocus-wrap.article.collected-entry #main-callout .entry-title {
  margin-bottom: 0; }

/* ==========================================================================
   Styles for the 'Collected' page
   ========================================================================== */
#player > div {
  margin: 1em auto;
  max-width: 1%; }

.focus-3-blog #main-content {
  margin: 0 auto; }
  .focus-3-blog #main-content .article-body {
    padding: 47px 0; }
    .focus-3-blog #main-content .article-body .blog-link-body h1,
    .focus-3-blog #main-content .article-body .blog-link-body h2,
    .focus-3-blog #main-content .article-body .blog-link-body h3,
    .focus-3-blog #main-content .article-body .blog-link-body h4,
    .focus-3-blog #main-content .article-body .blog-link-body h5,
    .focus-3-blog #main-content .article-body .blog-link-body h6 {
      margin-bottom: 9px; }
      .focus-3-blog #main-content .article-body .blog-link-body h1:not(:first-child),
      .focus-3-blog #main-content .article-body .blog-link-body h2:not(:first-child),
      .focus-3-blog #main-content .article-body .blog-link-body h3:not(:first-child),
      .focus-3-blog #main-content .article-body .blog-link-body h4:not(:first-child),
      .focus-3-blog #main-content .article-body .blog-link-body h5:not(:first-child),
      .focus-3-blog #main-content .article-body .blog-link-body h6:not(:first-child) {
        margin-top: 25px; }
    .focus-3-blog #main-content .article-body .blog-link-body img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      height: auto; }
    .focus-3-blog #main-content .article-body .blog-link-body object,
    .focus-3-blog #main-content .article-body .blog-link-body embed {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      margin-bottom: 1rem; }
    .focus-3-blog #main-content .article-body .blog-link-body iframe {
      width: 100%; }
    .focus-3-blog #main-content .article-body .blog-link-body code:not(.hljs) {
      overflow-wrap: break-word;
      white-space: pre-wrap; }
    .focus-3-blog #main-content .article-body .blog-link-body > p:first-of-type:first-letter {
      float: left;
      color: #F8F8F8;
      background: #8055B4;
      font-size: 50px;
      padding: 20px 20px 18px 20px;
      margin-right: 6px;
      margin-top: 3px; }
    .focus-3-blog #main-content .article-body .blog-link-body blockquote {
      margin-left: 20px;
      border-left-width: 3px;
      border-left-color: #404040;
      border-left-style: solid;
      padding-left: 10px; }
    @media (min-width: 768px) {
      .focus-3-blog #main-content .article-body {
        padding: 0 45px;
        margin: 0 5px;
        background-color: #F8F8F8;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 1024px) {
      .focus-3-blog #main-content .article-body {
        padding: 30px 45px; } }
  .focus-3-blog #main-content h2 {
    text-align: center;
    margin: 1em; }
  .focus-3-blog #main-content .workflow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .focus-3-blog #main-content .workflow-wrap .workflow-block {
      width: calc(50% + -25px);
      margin-bottom: 40px; }
    @media (max-width: 508px) {
      .focus-3-blog #main-content .workflow-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .focus-3-blog #main-content .workflow-wrap .workflow-block {
          width: 100%;
          margin-bottom: 40px;
          padding: 25px; } }

.focus-3-blog #main-callout {
  padding: 45px 0 35px;
  text-align: center; }
  .focus-3-blog #main-callout .page-title {
    margin-bottom: 0; }

.focus-3-blog img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.focus-3-blog .blog-link-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 auto; }

.focus-3-blog .calendar-bg {
  background: url("../img/backgrounds/due-dates@2x.png");
  background-color: #de6d70; }

.focus-3-blog .check-bg {
  background: url("../img/backgrounds/check@2x.png");
  background-color: RGBA(197, 151, 242, 1); }

.focus-3-blog .checkcircle-bg {
  background: url("../img/backgrounds/checkcircle@2x.png");
  background-color: RGBA(252, 201, 119, 1); }

.focus-3-blog .flag-bg {
  background: url("../img/backgrounds/flag@2x.png");
  background-color: RGBA(244, 152, 100, 1); }

.focus-3-blog .forecast-bg {
  background: url("../img/backgrounds/forecast@2x.png");
  background-color: RGBA(124, 166, 235, 1); }

.focus-3-blog .inbox-bg {
  background: url("../img/backgrounds/inbox@2x.png");
  background-color: RGBA(153, 148, 229, 1); }

.focus-3-blog .projects-bg {
  background: url("../img/backgrounds/projects@2x.png");
  background-color: RGBA(222, 141, 218, 1); }

.focus-3-blog .blog-link-block {
  margin: 10px auto;
  height: 100%;
  background-size: 200px;
  background-repeat: repeat-x; }
  @media (max-width: 767px) {
    .focus-3-blog .blog-link-block {
      width: 100%; } }
  .focus-3-blog .blog-link-block .blog-link-body {
    font-family: "industry", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; }
  .focus-3-blog .blog-link-block .overlay {
    margin-top: 10em;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1em; }
    .focus-3-blog .blog-link-block .overlay iframe {
      display: none; }
    .focus-3-blog .blog-link-block .overlay .blog-link-title {
      font-weight: bold; }
    .focus-3-blog .blog-link-block .overlay a {
      color: white; }
    .focus-3-blog .blog-link-block .overlay .tags {
      color: rgba(255, 255, 255, 0.6);
      font-family: "industry", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
      font-size: 0.8em;
      padding-right: 0.5em; }
      .focus-3-blog .blog-link-block .overlay .tags a {
        padding-right: 1em; }
  @media (min-width: 768px) {
    .focus-3-blog .blog-link-block {
      max-width: 300px; } }
/*# sourceMappingURL=main.css.map */