<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ================================================================================ */
/* COLORS */
/* (main.scss) */
/* ================================================================================ */
.red, .red a {
  color: #2397db; }

.lightgray, .lightgray a {
  color: darkgray; }

.gray, .gray a {
  color: #666666; }

.charcoal, .charcoal a {
  color: #333333; }

.black, .black a {
  color: black; }

/* ================================================================================ */
/* GLOBAL STYLES */
/* (main.scss) */
/* ================================================================================ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

::-moz-selection {
  background: #eee;
  color: black;
  text-shadow: none; }

::selection {
  background: #eee;
  color: black;
  text-shadow: none; }

a {
  cursor: pointer;
  text-decoration: none;
  color: black; }
  a:hover {
    text-decoration: underline; }
  a:active {
    outline: none; }
  a:focus {
    outline: none; }

textarea {
  resize: none; }

html.touch select:focus {
  font-size: 0.0625em !important; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner {
  border: none; }

::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder {
  color: #999; }

input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
  -webkit-appearance: none;
  border-radius: 0; }

select.styled {
  height: 35px; }

fieldset {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.img img {
  width: 100%; }

figure {
  display: block;
  clear: both; }
  figure a {
    display: block;
    position: relative;
    margin-bottom: 5px; }
    figure a img {
      display: block;
      width: 100%;
      height: auto; }
  figure figcaption {
    font-size: 1.25em;
    padding: 3px 0 6px 0;
    font-weight: 700; }

.expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #2397db; }
  .expand:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background: url(../../images/icn-arrow-expand-x2.png) center center no-repeat;
    background-size: 14px; }

.socials {
  list-style-type: none; }
  .socials .social-btn {
    float: left; }
    .socials .social-btn a {
      background: url(../../images/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      height: 38px;
      display: inline-block !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .socials .social-btn a {
          background-image: url(../../images/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  .socials .social-btn.fb a {
    width: 8px;
    background-position: -12px 0; }
    .socials .social-btn.fb a:hover {
      background-position: -12px -42px; }
  .socials .social-btn.twtr a {
    width: 17px;
    background-position: -51px 0; }
    .socials .social-btn.twtr a:hover {
      background-position: -51px -42px; }
  .socials .social-btn.pin a {
    width: 17px;
    background-position: -101px 0; }
    .socials .social-btn.pin a:hover {
      background-position: -101px -42px; }
  .socials .social-btn.lin a {
    width: 18px;
    background-position: -147px 0; }
    .socials .social-btn.lin a:hover {
      background-position: -147px -42px; }
  .socials .social-btn.gplus a {
    width: 17px;
    background-position: -194px 0; }
    .socials .social-btn.gplus a:hover {
      background-position: -194px -42px; }

.white-line {
  background: white;
  border: 0;
  height: 1px solid;
  margin: 0;
  display: block;
  clear: both; }

.gray-line {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 1px;
  display: block;
  clear: both;
  background: #d2d2d2; }

.thick-line {
  border: 0;
  display: block;
  clear: both;
  height: 4px;
  background: #eee;
  margin: 1em 0; }

.line-pad {
  padding: 0;
  height: 1px;
  display: block;
  clear: both;
  background: #ebebeb;
  margin: 30px 0; }

.double-line {
  display: block;
  clear: both;
  background: white;
  height: 6px;
  border-top: 3px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 30px 0; }

.post-more {
  color: #2397db;
  /*text-transform: uppercase;*/
  /*font-family: 'Napco_1';*/
  font-weight: 700;
  white-space: nowrap; }

.more-link {
  text-align: right; }

.narrow-more {
  color: #333 !important;
  font-family: 'Napco_1';
  font-weight: 700; }

.sticker {
  background: black;
  color: white;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
  z-index: 100;
  font-family: 'Napco_1'; }
  .sticker a {
    color: white;
    text-decoration: none; }
  .sticker.new {
    background: #2397db;
    color: white;
    padding: 4px 10px; }

time {
  display: block;
  font-size: 0.75em; }

.btn-block-red {
  background: #2397db;
  color: white;
  text-transform: uppercase;
  border: 0;
  font-size: 1em;
  font-weight: 700;
  font-family: 'Napco_1';
  cursor: pointer; }
  .btn-block-red:hover {
    background: #d22029;
    text-decoration: none; }

.no-pad.u {
  padding-top: 0 !important; }
.no-pad.d {
  padding-bottom: 0 !important; }
.no-pad.l {
  padding-left: 0 !important; }
.no-pad.r {
  padding-right: 0 !important; }

.no-margin.u {
  margin-top: 0 !important; }
.no-margin.d {
  margin-bottom: 0 !important; }
.no-margin.l {
  margin-left: 0 !important; }
.no-margin.r {
  margin-right: 0 !important; }



.job-list .job {
  border-top: 1px solid #e3e3e3;
  padding: 15px 0; }
  .job-list .job span {
    display: block;
    clear: both; }
  .job-list .job .location {
    font-size: .875em; }
  .job-list .job:first-child {
    border-top: none;
    padding-top: 0; }
  .job-list .job:last-child {
    padding-bottom: 0; }
  
  .bucket .post-thumb-full {
  display: block;
  clear: both;
  margin-bottom: 15px; }
  .bucket .post-thumb-full.with-label {
    position: relative; }
  .bucket .post-thumb-full .label {
    background: #2397db;
    color: #fff;
    font-family: 'Napco_1';
    font-size: 0.875em;
    font-weight: bold;
    text-transform: none;
    float: left;
    padding: 6px 7px;
    position: absolute;
    top: 7px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.37);
    min-width: 50px;
    text-align: center; }
.bucket .post-title {
  display: block;
  clear: both;
  margin-bottom: 15px;
  line-height: 1.2em;
  font-size: 1.25em;
  font-weight: 900; }


/* ================================================================================ */
/* AUTHOR PROFILE */
/* (modules.scss) */
/* ================================================================================ */
.author-feature .post-thumb-half {
  margin-top: 5px; }
.author-feature small {
  text-transform: uppercase;
  font-family: 'Napco_2 Condensed';
  font-size: .875em;
  font-weight: 700; }
.author-feature .h4 {
  padding-bottom: 10px; }





/* ================================================================================ */
/* HOME */
/* (main.scss) */
/* I don't think this is used. -Marc */
/* ================================================================================ */
.home-post-preview {
  display: block; }
  .home-post-preview .double-line {
    margin: 40px 0 30px 0; }
  
  
  
  
  
  
.section-head {
  margin-left: -6px;
  margin-bottom: -28px;
}

.section-head.empty-section-head {
  margin-top: 16px;
}

.home-page hr {
  margin-bottom: 40px;
}

a.padded-anchor {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden;
}

article:first-child .label.sponsored-content,
.label.sponsored-content {
  padding: 0 0 4px 0;
  text-transform: uppercase;
}

.disclaimer {
  font-size: 10px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1.4;
}

.use-touch-sticky header .top-layer .logo {
  float: left;
}

/* ================================================================================ */
/* SCROLL BARS */
/* ================================================================================ */

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}</pre></body></html>