@charset "UTF-8";
/*
//
/// Base */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2016 Schwartzco Inc.
        License: 1609-VCXZEM
*/
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-SuperItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-SuperItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-SuperItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-SuperItalic-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Super-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Super-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Super-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Super-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-BlackItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-BlackItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-BlackItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-BlackItalic-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Black-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Black-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Black-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-BoldItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-BoldItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-BoldItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Bold-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Bold-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-SemiboldItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-SemiboldItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-SemiboldItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-SemiboldItalic-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Semibold-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Semibold-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-MediumItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-MediumItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-MediumItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Medium-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Medium-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
	font-family: 'sharp sans';
	src: url("/wp-content/themes/baseline-2016/fonts/SHSN.woff") format("woff");
	font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
.header--subscribe_button, .remodal_title, .hs-subscribe__form-container .hs_submit input[type="submit"], .mobile_nav--subscribe_link_button, .mobile_nav--results_none_text, .mobile_nav--results_title, .mobile_nav--results_name, .footer--header, .footer--subscribe_form input[type="submit"], .article--content h1, .article--content h2, .article--content h3, .article--content h4, .article--content h5, .article--content h6, .article--section_header, .article--content blockquote,
.article--content [data-layout='pull_quote'], .article--author_link, .article--title, .article--category_link, .article--cta_title, .article--related_header, .masthead--featured_category_link, .masthead--featured_title, .masthead--featured_link, .card--category, .card--title_link, .card--author_name, .profile--name, .profile--articles_header, .pager--link, .category--name, .home--title, .ad--title, .ad--link, .search--query_text, .page--title {
  font-family: 'Graphik Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

.masthead--featured_title, .home--title, .card--title_link, .article--title, .card--category, .card--author_name, .masthead--featured_category_link, .masthead--featured_link, .article--author_link, .article--category_link, .article--content h1, .article--content h2, .article--content h3, .article--content h4, .article--content h5, .article--content h6 {
	font-family: 'sharp sans';
}

@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-RegularItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-RegularItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-RegularItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Regular-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Regular-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
.l-body, .header--nav a, .header--nav_button, .header--search_form input[type="text"], .remodal_text, .hs-subscribe__form-container .hs_email input[type="email"], .mobile_nav--search_form input[type="text"], .mobile_nav--follow_label, .mobile_nav--nav a, .mobile_nav--results_none_search, .mobile_nav--results_category, .footer--body, .footer--util_nav a, .footer--copyright, .footer--nav a, .article--content blockquote cite,
.article--content [data-layout='pull_quote'] cite, .article--author_post_age, .article--intro_text, .article--cta_copy, .masthead--featured_summary, .card--copy, .card--date, .profile--credentials, .profile--description, .profile--articles_no_results, .ad[layout="branded"] .ad--title, .search--query_label, .breaker--content, .page--label {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

.header--nav a, .footer--nav a {
	font-family: 'sharp sans';
}

@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-LightItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-LightItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-LightItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-LightItalic-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Light-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Light-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-ExtralightItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-ExtralightItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-ExtralightItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-ExtralightItalic-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Extralight-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Extralight-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Extralight-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Extralight-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-ThinItalic-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-ThinItalic-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-ThinItalic-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-ThinItalic-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Thin-Web.eot");
  src: url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Thin-Web.woff2") format("woff2"), url("/wp-content/themes/baseline-2016/fonts/Graphik/Graphik-Thin-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }
/*
//
/// A quick & simple media query mixin */
/*
//
/// Creates a centered container that will not have a "jump" in its width when going from desktop to mobile mode */
/*
//
/// Outputs all prefixes for the flex properties */
/*
//
/// Breakpoints */
/*
//
/// Colors */
/*
//
/// Transitions */
.l-content, .header, .mobile_nav {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.header--nav_button, .remodal-close, .footer--util_nav a, .footer--nav a, .article--content a, .masthead--featured_category_link, .profile--social_link, .ad--link, .ad--social_link {
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  opacity: 1;
  cursor: pointer; }
  .header--nav_button:hover, .remodal-close:hover, .footer--util_nav a:hover, .footer--nav a:hover, .article--content a:hover, .masthead--featured_category_link:hover, .profile--social_link:hover, .ad--link:hover, .ad--social_link:hover {
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    opacity: 0.85; }
  .header--nav_button:active, .remodal-close:active, .footer--util_nav a:active, .footer--nav a:active, .article--content a:active, .masthead--featured_category_link:active, .profile--social_link:active, .ad--link:active, .ad--social_link:active {
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 1; }

/*
//
/// Theme classes */
/*
//
/// Buttons */
.hs-subscribe__form-container .hs_submit input[type="submit"], .article--cta_link, .page--return_button {
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  background-color: #30aabc;
  cursor: pointer;
  outline: none;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: white;
  padding: 1.25rem 0;
  cursor: pointer;
  font-size: 1.7rem; }
  .hs-subscribe__form-container .hs_submit input[type="submit"]:hover, .article--cta_link:hover, .page--return_button:hover {
    -webkit-transition: background-color 0.15s ease;
    -moz-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    background-color: #1c8a93; }
  .hs-subscribe__form-container .hs_submit input[type="submit"]:active, .article--cta_link:active, .page--return_button:active {
    -webkit-transition: background-color 0s;
    -moz-transition: background-color 0s;
    transition: background-color 0s;
    background-color: #00b386; }

/*
//
/// Layout classes */
.l-content, .header--nav .menu, .header--nav .menu-item, .mobile_nav--search, .mobile_nav--subscribe_link, .mobile_nav--follow, .mobile_nav--nav, .mobile_nav--nav .menu, .mobile_nav--nav .menu-item, .mobile_nav--nav a, .mobile_nav--nav_container, .mobile_nav--subscribe_wrap, .mobile_nav--subscribe_figure, .mobile_nav .subscribe_overlay--title, .mobile_nav--results_list, .mobile_nav--results_item, .footer, .footer--copy, .footer--subscribe, .footer--subscribe_confirmation, .footer--social, .footer--social_list, .footer--util_nav, .footer--util_nav .menu, .footer--util_nav_container, .footer--copyright, .footer--nav, .footer--nav .menu, .footer--nav_container, .article--content, .article, .article--cta_title, .article--cta_copy, .article--cta_nav, .article--related, .article--related_header, .masthead, .masthead--featured_category, .masthead--featured_nav, .card--figure, .card--wrap, .profile, .profile--credentials, .profile--name, .profile--description, .profile--social, .profile--articles_header, .profile--articles_list, .pager, .pager--list, .category, .category--name, .category--description, .home--articles, .home--row, .ad--figure, .ad--nav, .ad--copy, .ad--social, .search--header, .search--results, .breaker, .page--label, .page--title, .page--content {
  float: left;
  clear: both;
  width: 100%;
  display: table;
  box-sizing: border-box; }

.kint, .header--wrap, .footer--wrap, .article--related_list, .masthead--featured, .profile--articles, .category--header, .category--articles, .home, .search, .page {
  max-width: 1160px;
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both; }
  .androidV4-3 .kint, .androidV4-3 .header--wrap, .androidV4-3 .footer--wrap, .androidV4-3 .article--related_list, .androidV4-3 .masthead--featured, .androidV4-3 .profile--articles, .androidV4-3 .category--header, .androidV4-3 .category--articles, .androidV4-3 .home, .androidV4-3 .search, .androidV4-3 .page, .androidV4-2 .kint, .androidV4-2 .header--wrap, .androidV4-2 .footer--wrap, .androidV4-2 .article--related_list, .androidV4-2 .masthead--featured, .androidV4-2 .profile--articles, .androidV4-2 .category--header, .androidV4-2 .category--articles, .androidV4-2 .home, .androidV4-2 .search, .androidV4-2 .page, .androidV4-1 .kint, .androidV4-1 .header--wrap, .androidV4-1 .footer--wrap, .androidV4-1 .article--related_list, .androidV4-1 .masthead--featured, .androidV4-1 .profile--articles, .androidV4-1 .category--header, .androidV4-1 .category--articles, .androidV4-1 .home, .androidV4-1 .search, .androidV4-1 .page {
    display: block; }
  @media only screen and (max-width: 1247.311827957px) {
    .kint, .header--wrap, .footer--wrap, .article--related_list, .masthead--featured, .profile--articles, .category--header, .category--articles, .home, .search, .page {
      max-width: 93%; } }

.mobile_nav, .mobile_nav--main, .mobile_nav--subcribe, .mobile_nav--results, .masthead--bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.article--author_img, .card--img, .card--author_img, .profile--img, .profile--social_svg, .pager--svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.header--nav_container:before, .masthead--featured, .card--footer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.header--hamburger, .header--logo, .category--copy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

/*
//
/// Overlay classes */
/*
//
/// Shortcuts */
.mobile_nav--results_link, .footer--nav .menu, .article--author, .article--related_list, .profile--articles_list, .category--articles, .home--row, .home--featured, .card--author, .profile--social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.l-content, .header, .mobile_nav {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.header--hamburger, .mobile_nav--close, .mobile_nav--back {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }

/*
//
/// Recent Updates 

v5.0
  - Updated html element to use silent class for font smoothing
  - Added the 62.5% font size to the html element
v4.0
  - Added textarea selector with max-width:100%;
v3.1
  - Adding <aside> to box-sizing:border-box; rule.
v3.0
	- Added a box-sizing:border-box; rule.
v2.0 
	- Removed font-size:62.5% on html. This is not goot for every site
	- Added font smoothing to html as default
	- Conveted .menu to ul
	- Added object to the video and image style




/*
//
/// Elements */
html {
  font-size: 62.5%; }

body {
  float: left;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 15px; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none; }

video, img, object, picture {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0;
  display: table;
  list-style: none outside none; }

div, article, section, table, header, footer, main, aside {
  box-sizing: border-box; }

textarea {
  max-width: 100%; }

/*
//
/// This class applies the generic font styles and formatting to a container of content */
/*
//
/// Remove all devel references for production */
.kint {
  margin: 4.5rem auto; }

/*
//
/// Components */
.l-html {
  overflow: hidden;
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-top: 0 !important; }

.l-body {
  font-size: 1.7rem;
  color: #85939D;
  padding-top: 6.5rem;
  background-color: #F8F9FA;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.l-page {
  overflow-y: scroll;
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 1px; }

.l-content {
  margin-top: 7.2rem; }

#wpadminbar .ab-top-secondary {
  margin-top: -3.2rem; }

/*
//
/// Switching to mobile mode */
@media screen and (max-width: 700px) {
  .l-body {
    padding-top: 5.2rem; }

  .l-content[state="opened"] {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  .l-content[state="closed"] {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); } }
/*
//
/// Static styling */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #04444d;
  z-index: 9;
  padding: 1.5rem 0;
  /*
  // LAYOUT */
  /*
  // LOGO */
  /*
  // NAV */
  /*
  // SUBSCRIBE BUTTON */
  /*
  // SEARCH */ }
  .header[drop-shadow="enabled"] {
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.3); }
  .customize-support .header {
    margin-top: 3.2rem; }
  .header--wrap {
    position: relative; }
  .header--right {
    float: right; }
  .header--hamburger {
    display: none;
    border: 0;
    margin: 0;
    width: 2.1rem;
    height: 1.5rem;
    background-color: transparent;
    right: 0;
    padding: 1rem;
    box-sizing: content-box;
    outline: none;
    cursor: pointer; }
  .header--logo {
    margin: 0; }
  .header--logo_link {
    display: block; }
  .header--logo_svg {
    width: 12.3rem;
    height: 2.3rem; }
  .header--nav {
    float: left;
    margin-right: 2rem;
    margin-top: 0.9rem;
    position: relative; }
    .header--nav .menu {
      width: auto; }
    .header--nav .menu-item {
      margin-bottom: 2rem; }
      .header--nav .menu-item:last-child {
        margin-bottom: 0; }
    .header--nav a {
      color: #85939D;
      font-size: 1.5rem;
      outline: none;
      float: left;
      width: 100%;
      cursor: pointer; }
      .header--nav a[state="inactive"] {
        color: #D0D9DF;
        -webkit-transition: color 0.35s ease-out;
        -moz-transition: color 0.35s ease-out;
        transition: color 0.35s ease-out; }
      .header--nav a[state="active"], .header--nav a[state="default"] {
        color: #303A4C;
        -webkit-transition: color 0.15s ease;
        -moz-transition: color 0.15s ease;
        transition: color 0.15s ease; }
  .header--nav_button {
	font-family: 'sharp sans';
    border: 0;
    padding: 0 2rem 0 0;
    color: white;
    background-color: transparent;
    outline: none;
    position: relative;
    font-size: 1.5rem; }
    .header--nav_button:after {
      content: '▼';
      color: white;
      font-size: 0.9rem;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) scale(0.8);
      -moz-transform: translateY(-50%) scale(0.8);
      transform: translateY(-50%) scale(0.8); }
  .header--nav_container {
    position: absolute;
    z-index: 99;
    background-color: white;
    padding: 3rem;
    border-radius: 0.3rem;
    box-shadow: 0.2rem 0.2rem 0.8rem -0.4rem rgba(0, 0, 0, 0.32);
    top: 5rem;
    left: -10rem;
    width: 28.5rem;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem); }
    .header--nav_container:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 17.5px solid transparent;
      border-right: 17.5px solid transparent;
      border-bottom: 16.8px solid white;
      bottom: 100%; }
    .header--nav_container[opened="true"] {
      visibility: visible;
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0); }
  .header-signup_button {
    border: 0;
    background-color: #0c9;
    color: white;
    border-radius: 0.3rem;
    padding: 0.9rem 2rem;
    outline: none;
    font-size: 1.5rem;
    margin-right: 2rem;
    float: left;
    cursor: pointer; }
  .header--subscribe_button {
	font-family: "sharp sans";
    border: 1px solid #30aabc;
    background-color: #303A4C;
    color: white;
    padding: 0.9rem 2rem;
    outline: none;
    font-size: 1.5rem;
    margin-right: 2rem;
    float: left;
    cursor: pointer; }
.header--secondary_button {
	color: #30aabc;
	background-color: transparent;
	border: 1px solid #30aabc;
}
.header--secondary_button:hover {
	color: #fff;
	background-color: #30aabc;
	border: 1px solid #30aabc;
}
  .header--search {
    overflow: hidden;
    border: 1px solid transparent;
    float: left;
    border-radius: 0.3rem; }
    .header--search[active="true"] {
      border-color: #30aabc; }
  .header--search_button {
    border: 0;
    background-color: transparent;
    background-image: url("/wp-content/themes/baseline-2016/img/header--search_icon.png");
    background-repeat: no-repeat;
    color: transparent;
    text-indent: -99999px;
    background-size: 1.4rem;
    background-position: center;
    padding: 0.675rem 2rem;
    cursor: pointer;
    outline: none;
    float: left; }
  .header--search_form {
    float: left;
    overflow: hidden;
    width: 0;
    -webkit-transition: width 0.15s ease;
    -moz-transition: width 0.15s ease;
    transition: width 0.15s ease; }
    .header--search[active="true"] .header--search_form {
      -webkit-transition: width 0.15s ease;
      -moz-transition: width 0.15s ease;
      transition: width 0.15s ease;
      width: 19rem; }
    .header--search_form .screen-reader-text {
      display: none; }
    .header--search_form input[type="submit"] {
      display: none; }
    .header--search_form input[type="text"] {
      box-sizing: border-box;
      border: none;
      height: 3.2rem;
      background-color: transparent;
      outline: none;
      color: white; }

/*
//
/// Switching to mobile mode */
@media screen and (max-width: 700px) {
  .header {
    /*
    // LAYOUT */
    /*
    // LOGO */ }
    .header[state="closed"] {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      transform: translateX(-100%); }
    .header[state="opened"] {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0); }
    .header--wrap {
      height: 2.25rem; }
    .header--hamburger {
      display: block; }
    .header--right {
      display: none; }
    .header--logo_svg {
      height: 2rem;
      width: 10.6rem; } }
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #85939D;
  background: #FFFFFF; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: url("/wp-content/themes/baseline-2016/img/subscribe_overlay--close.svg");
  background-repeat: no-repeat;
  background-position: center; }

/* Text styles */
.remodal_title {
  font-size: 2rem;
  margin: 5rem 0 1rem;
  text-align: center;
  color: #212835; }

.remodal_text {
  line-height: 2.8rem;
  margin: 0 0 2.5rem;
  text-align: center;
  color: #85939D; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 500px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2B2E38; }

.lt-ie9 .remodal {
  width: 700px; }

/*
//
/// Classes */
/*
//
/// Static styling */
.hs-subscribe__form-container {
  margin: 0 auto 8rem; }

.remodal .hs-subscribe__form-container {
  margin: 0 auto 5rem; }

.hs-subscribe__form-container .hs-form fieldset,
.hs-subscribe__form-container .hs_submit {
  display: inline-block;
  vertical-align: top; }
.hs-subscribe__form-container .hs-form fieldset.form-columns-1 .hs-input[type="email"] {
  width: 100%; }
.hs-subscribe__form-container .hs_email input[type="email"] {
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 .8rem;
  padding: 1.15rem;
  color: #212835;
  border: 1px solid #D0D9DF;
  border-radius: 4px;
  outline: none;
  min-width: 23rem; }
.hs-subscribe__form-container .hs_submit input[type="submit"] {
  font-size: 1.5rem;
  padding: 1.25rem 1.75rem; }
.hs-subscribe__form-container .hs-form-required {
  display: none !important; }
.hs-subscribe__form-container .hs-error-msgs {
  font-size: 1.3rem;
  margin: .5rem 0 1.3rem;
  color: #EF6173; }

/*
//
/// Classes */
.mobile_nav--main, .mobile_nav--subscribe, .mobile_nav--subcribe, .mobile_nav--results {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
  [state="active"].mobile_nav--main, [state="active"].mobile_nav--subscribe, [state="active"].mobile_nav--subcribe, [state="active"].mobile_nav--results {
    opacity: 1;
    pointer-events: auto;
    z-index: 99; }
  [state="inactive"].mobile_nav--main, [state="inactive"].mobile_nav--subscribe, [state="inactive"].mobile_nav--subcribe, [state="inactive"].mobile_nav--results {
    opacity: 0;
    pointer-events: none; }

/*
//
/// Static styling */
.mobile_nav {
  position: fixed;
  background-color: #212835;
  z-index: 99;
  display: none;
  /*
  // LAYOUT */
  /*
  // NAVIGATIONAL BUTTONS */
  /*
  // SEARCH */
  /*
  // SUBSCRIBE LINK */
  /*
  // FOLLOW */
  /*
  // NAV */
  /*
  // SUBSCRIBE */
  /*
  // RESULTS */ }
  .mobile_nav[state="closed"] {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%); }
  .mobile_nav[state="open"] {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  .mobile_nav--main {
    padding: 2rem;
    min-height: 100vh;
    box-sizing: border-box; }
  .mobile_nav--main_bottom {
    position: absolute;
    width: calc(100% - 4rem);
    bottom: 0; }
  .mobile_nav--close {
    position: absolute;
    top: 0.3rem;
    right: 1rem;
    border: 0;
    background-color: transparent;
    outline: none;
    padding: 1rem;
    cursor: pointer;
    z-index: 999999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
    .mobile_nav--close[state="disabled"] {
      opacity: 0;
      pointer-events: none; }
  .mobile_nav--back {
    border: 0;
    background-color: transparent;
    padding: 1rem;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    outline: none;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
    .mobile_nav--back[state="disabled"] {
      opacity: 0;
      pointer-events: none; }
  .mobile_nav--back_svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  .mobile_nav--search {
    margin-top: 4.5rem; }
    .mobile_nav--search .screen-reader-text {
      position: absolute;
      visibility: hidden;
      pointer-events: none; }
  .mobile_nav--search_form input[type="submit"] {
    display: none; }
  .mobile_nav--search_form input[type="text"] {
    font-size: 1.5rem;
    outline: none;
    border: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    color: #85939D;
    padding: 1rem;
    width: 100%;
    background-image: url("/wp-content/themes/baseline-2016/img/mobile_nav--search_icon.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 2.4rem; }
  .mobile_nav--subscribe_link {
    border-top: 1px solid #5E6D7E;
    border-bottom: 1px solid #5E6D7E;
    padding: 1.5rem 0; }
  .mobile_nav--subscribe_link_button {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #00CC99;
    font-size: 1.5rem;
    font-weight: 500;
    outline: none;
    cursor: pointer; }
  .mobile_nav--follow {
    padding: 1.8rem 0; }
  .mobile_nav--follow_label {
    font-size: 1.2rem;
    float: left;
    color: #5e6d7e;
    line-height: 3.4rem;
    margin: 0; }
  .mobile_nav--follow_icons {
    float: right; }
  .mobile_nav--follow_link {
    float: left; }
    .mobile_nav--follow_link[type="twitter"] {
      padding: 0.7rem 0.5rem;
      margin-right: 1.5rem; }
    .mobile_nav--follow_link[type="linkedin"] {
      padding: 0 0.2rem;
      margin-right: 1rem; }
    .mobile_nav--follow_link[type="facebook"] {
      margin-right: -1.1rem; }
  .mobile_nav--follow_svg[type="twitter"] {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  .mobile_nav--follow_svg[type="linkedin"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3); }
  .mobile_nav--follow_svg[type="facebook"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3); }
  .mobile_nav--nav {
    margin-top: 7.3rem;
    display: block;
    height: calc(100vh - (1.7rem + 4.5rem + 3.8rem + 7.3rem + 12.1rem + 0.2rem));
    overflow-y: scroll; }
    .mobile_nav--nav .menu {
      padding-bottom: 1.7rem; }
    .mobile_nav--nav .menu-item {
      margin-bottom: 1rem; }
      .mobile_nav--nav .menu-item:last-child {
        margin-bottom: 0; }
    .mobile_nav--nav a {
      font-size: 1.5rem;
      padding: 0.5rem 0;
      outline: none;
      color: #d0d8de; }
  .mobile_nav--subscribe_wrap {
    padding: 0 2rem; }
  .mobile_nav--subscribe_figure {
    margin: 7.7rem auto auto;
    text-align: center; }
    .mobile_nav--subscribe_figure[state="disabled"] {
      display: none; }
  .mobile_nav .subscribe_overlay--title {
    text-align: center;
    color: white;
    font-size: 2.6rem;
    margin-top: 4.5rem;
    margin-bottom: 0; }
  .mobile_nav .subscribe_overlay--body {
    text-align: center;
    color: #d0d8de;
    max-width: 36rem;
    margin: auto;
    line-height: 1.65;
    padding-top: 2rem;
    overflow: hidden;
    clear: both; }
  .mobile_nav .subscribe_overlay--close {
    display: none; }
  .mobile_nav .subscribe_overlay--email {
    margin-top: 3rem; }
    .mobile_nav .subscribe_overlay--email input[type="email"] {
      background-color: rgba(255, 255, 255, 0.05);
      color: white; }
  .mobile_nav .subscribe_overlay--confirmation {
    margin-top: 6.5rem; }
  .mobile_nav div.wpcf7-validation-errors {
    border: 1px solid #ffffff;
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.24);
    color: rgba(255, 0, 0, 0.79);
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    margin-top: 0; }
  .mobile_nav div.wpcf7-response-output {
    display: none !important; }
  .mobile_nav--results {
    top: 12.9rem;
    z-index: 99;
    background-color: #212835;
    padding: 0 2rem; }
  .mobile_nav--results_none {
    text-align: center;
    max-width: 30rem;
    margin: 9rem auto 0;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    visibility: visible;
    opacity: 1; }
    .mobile_nav--results_none[state="inactive"] {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      pointer-events: none; }
  .mobile_nav--results_none_text {
    font-size: 1.2rem;
    color: white; }
  .mobile_nav--results_none_text_extra {
    display: none; }
    .mobile_nav--results_none_text_extra[state="active"] {
      display: block; }
  .mobile_nav--results_none_search {
    color: #5E6D7E;
    font-size: 2rem;
    margin: 0; }
    .mobile_nav--results_none_search[state="inactive"] {
      display: none; }
  .mobile_nav--results_title {
    font-size: 1.2rem;
    color: white;
    margin-top: 0;
    margin-bottom: 2rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease; }
    .mobile_nav--results_title[state="active"] {
      visibility: visible;
      opacity: 1; }
  .mobile_nav--results_list {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    border-top: 1px solid #5E6D7E; }
    .mobile_nav--results_list[state="active"] {
      visibility: visible;
      opacity: 1; }
  .mobile_nav--results_item {
    border-bottom: 1px solid #5E6D7E;
    padding: 1rem 0;
    opacity: 0;
    -webkit-transform: -webkit-translateY(4rem);
    -moz-transform: -moz-translateY(4rem);
    transform: translateY(4rem);
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out; }
    .mobile_nav--results_item[state="active"] {
      opacity: 1;
      -moz-transform: -moz-translate(0);
      -webkit-transform: -webkit-translate(0);
      transform: translate(0); }
  .mobile_nav--results_link {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .mobile_nav--results_text {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    -webkit-flex-basis: calc(72% - 2rem);
    -ms-flex-preferred-size: calc(72% - 2rem);
    flex-basis: calc(72% - 2rem); }
  .mobile_nav--results_figure {
    margin: 0 2rem 0 0;
    width: 28%;
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1; }
  .mobile_nav--results_category {
    font-size: 1.1rem;
    color: #00CC99;
    margin-bottom: 0.3rem;
    font-weight: 400; }
  .mobile_nav--results_name {
    font-size: 1.2rem;
    line-height: 1.5;
    color: white;
    margin: 0; }

/*
//
/// Switching to mobile mode */
@media screen and (max-width: 700px) {
  .mobile_nav {
    display: block; } }
/*
//
/// Static styling */
.footer {
  background-color: #04444d;
  margin-top: 4.5rem;
  padding: 8rem 0 12rem;
  /*
  // LAYOUT */
  /*
  // COPY */
  /*
  // SUBSCRIBE */
  /*
  // SOCIAL */
  /*
  // UTILITY NAV */
  /*
  // COPYRIGHT */
  /*
  // NAV */ }
  .footer--left {
    float: left;
    display: table;
    max-width: 58rem; }
  .footer--right {
    float: right;
    display: table; }
  .footer--header {
    color: white;
    font-size: 3.6rem;
    margin: 0 0 1.5rem;
    font-weight: 400; }
  .footer--body {
    color: #D0D9DF;
    margin-bottom: 4rem;
    line-height: 1.85; }
  .footer--subscribe {
    margin-bottom: 4rem; }
    .footer--subscribe[state="inactive"] {
      display: none; }
    .footer--subscribe .subscribe_overlay--title,
    .footer--subscribe .subscribe_overlay--body {
      display: none; }
    .footer--subscribe .subscribe_overlay--email {
      width: auto;
      margin-right: 1.5rem; }
    .footer--subscribe .subscribe_overlay--submit {
      width: auto;
      clear: none; }
  .footer--subscribe_form input[type="email"] {
    width: 27.2rem;
    padding: 1.15rem 1.25rem; }
  .footer--subscribe_form input[type="submit"] {
    padding: 1.35rem 2rem;
    border-color: white;
    font-size: 1.5rem; }
  .footer--subscribe_form .subscribe_overlay--close,
  .footer--subscribe_form .subscribe_overlay--email [role="alert"],
  .footer--subscribe_form .wpcf7-response-output {
    display: none !important; }
  .footer--subscribe_confirmation {
    margin-bottom: 8rem;
    display: none; }
    .footer--subscribe_confirmation[state="active"] {
      display: table; }
  .footer--subscribe_confirmation_copy {
    color: white;
    line-height: 2.5rem; }
  .footer--subscribe_confirmation_copy_tint {
    color: rgba(255, 255, 255, 0.46); }
  .footer--social {
    margin-bottom: 7rem; }
  .footer--social_item {
    float: left;
    margin-right: 1.5rem;
    width: 4rem; }
    .footer--social_item:last-child {
      margin-right: 0; }
  .footer--util_nav .menu-item {
    float: left;
    margin-right: 3rem; }
    .footer--util_nav .menu-item:last-child {
      margin-right: 0; }
  .footer--util_nav a {
    color: #85939D;
    font-size: 1.3rem; }
  .footer--copyright {
    text-align: right;
    color: #85939D;
    font-size: 1.3rem;
    margin-top: -1.5rem;
    pointer-events: none; }
  .footer--nav .menu {
    height: 18rem;
    width: 35rem;
    flex-wrap: wrap;
    flex-direction: column; }
  .footer--nav .menu-item {
    margin-bottom: 2rem;
    margin-right: 6rem; }
  .footer--nav a {
    font-size: 1.5rem;
    color: #D0D9DF; }

/*
//
/// Mobile mode */
@media screen and (max-width: 1015px) {
  .footer {
    padding-top: 6rem;
    /*
    // LAYOUT */
    /*
    // SOCIAL */
    /*
    // COPYRIGHT */
    /*
    // UTIL NAV */ }
    .footer--copy, .footer--subscribe, .footer--subscribe_confirmation, .footer--right {
      display: none; }
    .footer--left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      max-width: 100%;
      width: 100%; }
    .footer--social {
      order: 2;
      margin-bottom: 4.5rem; }
    .footer--social_list {
      width: auto;
      margin: auto;
      float: none; }
    .footer--social_item {
      text-align: center; }
    .footer--copyright {
      text-align: center;
      margin: auto; }
    .footer--util_nav {
      order: 1;
      margin-bottom: 4.5rem; }
      .footer--util_nav .menu-item {
        margin: auto;
        clear: both;
        width: 100%;
        text-align: center;
        margin-bottom: 2rem; }
        .footer--util_nav .menu-item:last-child {
          margin-bottom: 0; }
      .footer--util_nav a {
        color: white;
        font-size: 1.6rem; }
    .footer--util_nav_container {
      width: auto;
      margin: auto;
      float: none; } }
/*
//
/// Classes */
.article--content h1, .article--content h2, .article--content h3, .article--content h4, .article--content h5, .article--content h6, .article--section_header, .article--content > div,
.article--content > *, .article--content p, .article--content a,
.article--content ul, .article--content ol, .article--content dl, .article--content li,
.article--content hr, .article--content code,
.article--content pre, .article--content span, .article--content label,
.article--content blockquote,
.article--content cite, .article--content [data-layout='full_width'], .article--content [data-layout='expanded'], .article--details, .article--header, .article--intro_text, .article--cta, .article--comments {
  display: table;
  clear: both;
  width: 87.5vw;
  max-width: 76rem;
  margin-right: auto;
  margin-left: auto; }

.article--content h1, .article--content h2, .article--content h3, .article--content h4, .article--content h5, .article--content h6, .article--section_header {
  line-height: 1.3;
  margin: 50px auto 15px;
  color: #212835; }

/*
//
/// Default article styles */
.article--content {
  margin-bottom: 6rem; }
  .article--content p, .article--content a,
  .article--content ul, .article--content ol, .article--content dl, .article--content li,
  .article--content hr, .article--content code,
  .article--content pre, .article--content span, .article--content label,
  .article--content blockquote,
  .article--content cite {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2.4rem;
    color: #85939D; }
  .article--content a, .article--content pre, .article--content span, .article--content label {
    display: inline; }
  .article--content b, .article--content strong {
    font-weight: 500;
    color: #212835; }
  .article--content table {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 6rem auto;
    border-spacing: 0;
    background-color: #FFFFFF; }
    .article--content table thead {
      text-align: left; }
      .article--content table thead th {
        font-weight: 500;
        border-top: 1px solid #D0D9DF; }
    .article--content table tr {
      vertical-align: top;
      border-bottom: 1px solid #D0D9DF; }
    .article--content table th,
    .article--content table td {
      padding: 0.75rem 0.75rem 2rem;
      border-right: 1px solid #D0D9DF;
      border-bottom: 1px solid #D0D9DF; }
      .article--content table th:first-child,
      .article--content table td:first-child {
        border-left: 1px solid #D0D9DF; }
  .article--content img {
    margin-top: 3.6rem;
    margin-bottom: 6rem; }
  .article--content ul, .article--content ol, .article--content dl {
    padding-bottom: 2.4rem;
    padding-left: 5.5rem;
    list-style: disc; }
  .article--content li {
    margin-bottom: 1rem; }
    .article--content li:last-child {
      margin-bottom: 0; }
  .article--content a {
    color: #30aabc; }
  .article--content p + ul,
  .article--content p + ol {
    margin-top: -1.5rem; }
  .article--content [data-layout='full_width'] {
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 0; }
    .article--content [data-layout='full_width'] img {
      width: 100vw; }
  .article--content [data-layout='expanded'] {
    max-width: 96rem;
    margin-bottom: 0; }
    .article--content [data-layout='expanded'] img {
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
  .article--content blockquote,
  .article--content [data-layout='pull_quote'] {
    font-size: 2.5rem;
    line-height: 4rem;
    max-width: 64rem;
    margin: 6.8rem auto 5.5rem;
    color: #85939D; }
    .article--content blockquote cite,
    .article--content [data-layout='pull_quote'] cite {
      font-size: 1.6rem;
      line-height: 2.6rem;
      margin: 1rem 0 0; }

/*
//
/// Article meta styles */
.article {
  margin-top: 1rem;
  /*
  // DETAILS */
  /*
  // AUTHOR */ }
  .article + .footer {
    margin-top: 12rem; }
  .article--details {
    margin-bottom: 12rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #D0D9DF; }
  .article--author {
    float: left;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .article--author_figure {
    position: relative;
    overflow: hidden;
    width: 4.7rem;
    height: 4.7rem;
    margin: 0;
    border-radius: 100%; }
    .article--author_figure + .article--author_details {
      margin-left: 2rem; }
  .article--author_img {
    min-width: 100%;
    min-height: 100%; }
  .article--author_name {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    white-space: nowrap; }
  .article--author_link {
    color: #30aabc;
    outline: none; }
  .article--author_post_age {
    font-size: 1.3rem;
    line-height: 1.3rem;
    clear: both;
    white-space: nowrap;
    color: #85939D; }

.article {
  /*
  // HEADER */
  /*
  // CTA */
  /*
  // COMMENTS */
  /*
  // RELATED */
  /*
  // SHARE */ }
  .article--header {
    margin-bottom: 3.3rem; }
  .article--title {
    font-size: 3.3rem;
    line-height: 4.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
    color: #212835; }
  .article--category {
    margin-bottom: 0; }
    .article--category_link {
      font-size: 1.5rem;
      color: #30aabc;
      outline: none; }
  .article--intro_text {
    font-size: 2.3rem;
    line-height: 4rem;
    margin-top: 0;
    margin-bottom: 3rem;
    color: #5E6D7E; }
  .article--clear_button a {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2rem;
    color: white;
    border-radius: 4px;
    background-color: #303A4C; }
  .article--cta {
    margin-bottom: 6rem;
    padding: 4.3rem 6rem;
    background-color: #F8F9FA; }
  .article--cta_title {
    font-size: 2.3rem;
    line-height: 2.3rem;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #212835; }
  .article--cta_copy {
    line-height: 2.9rem;
    margin-bottom: 2rem;
    color: #5E6D7E; }
  .article--cta_link {
    display: inline-block;
    width: auto;
    padding: 1rem 2rem; }
  .article--comments {
    margin-bottom: 1.5rem; }
  .article--related {
    margin-bottom: -5rem;
    padding: 6rem 0 5rem;
    background-color: #F8F9FA; }
  .article--related_header {
    font-size: 2.3rem;
    margin-top: 0;
    margin-bottom: 6rem;
    text-align: center;
    color: #212835; }
  .article--share {
    float: right; }
    .article--share .at-share-btn {
      outline: none;
      background-color: transparent !important; }
    .article--share .at-icon path {
      fill: #85939D; }

/*
//
/// Switching to mobile mode */
@media screen and (max-width: 700px) {
  .article {
    /*
    // DETAILS */
    /*
    // SHARE */
    /*
    // AUTHOR */
    /*
    // CONTENT */
    /*
    // COMMENTS */
    /*
    // RELATED */
    /*
    // CTA */ }
    .article--details {
      margin-bottom: 4rem; }
    .article--share {
      display: none; }
    .article--author {
      width: 100%; }
    .article--author_details {
      width: calc(100% - 4.7rem - 2rem); }
    .article--author_name {
      font-size: 1.2rem;
      float: left;
      margin: 0; }
    .article--author_post_age {
      font-size: 1.2rem;
      float: right;
      clear: none; }
    .article--author_figure {
      width: 2.5rem;
      height: 2.5rem; }
    .article--header {
      margin-bottom: 2rem; }
    .article--category {
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .article--title {
      font-size: 2.5rem;
      line-height: 3.5rem; }
    .article--intro_text {
      font-size: 1.5rem;
      line-height: 2.5rem;
      margin-bottom: 3rem; }
    .article--section_header {
      margin-top: 0;
      margin-bottom: 1rem; }
    .article--content h1,
    .article--content h2,
    .article--content h3,
    .article--content h4,
    .article--content h5,
    .article--content h6 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #85939D; }
    .article--content p {
      font-size: 1.5rem;
      line-height: 2.5rem;
      margin-bottom: 3rem; }
      .article--content p img, .article--content p[data-layout='expanded'], .article--content p[data-layout='full_width'] {
        margin-bottom: 3rem; }
        .article--content p img img, .article--content p[data-layout='expanded'] img, .article--content p[data-layout='full_width'] img {
          margin-bottom: 0; }
      .article--content p[data-layout='pull_quote'] {
        font-size: 2rem;
        font-weight: 600;
        line-height: 3rem;
        padding: 3rem 0;
        border-top: 1px solid #5E6D7E;
        border-bottom: 1px solid #5E6D7E; }
    .article--clear_button a {
      font-size: 1.2rem; }
    .article--comments {
      display: none; }
    .article--related {
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 4rem;
      background-color: white; }
    .article--related_header {
      font-size: 2rem;
      float: none;
      width: 93%;
      margin: 0 auto 3rem;
      padding: 6rem 0 3rem;
      text-align: left;
      border-top: 1px solid #F8F9FA; }
    .article--cta {
      width: 100vw;
      max-width: 100vw;
      padding: 3rem 6.25vw; }
    .article--cta_title {
      font-size: 1.2rem;
      line-height: 1.5rem;
      margin-bottom: 1rem; }
    .article--cta_copy {
      font-size: 1rem;
      line-height: 1.6rem;
      margin-bottom: 1.6rem;
      color: #5E6D7E; }
    .article--cta_link {
      font-size: 1.2rem;
      font-weight: 500;
      padding: 1rem 2rem; } }
/*
//
/// Static styling */
.masthead {
  margin: 0 0 5rem;
  height: 28vw;
  max-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden; }
  .masthead[layout="featured"] {
    height: 75rem; }
    .masthead[layout="featured"]:before {
      content: '';
      z-index: 1;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 39.5rem;
      background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.01) 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.01) 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(30, 87, 153, 0.01) 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031e5799', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
  .masthead--bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    [focal-point="Upper Left"] .masthead--bg {
      background-position: top left; }
    [focal-point="Upper Center"] .masthead--bg {
      background-position: top center; }
    [focal-point="Upper Right"] .masthead--bg {
      background-position: top right; }
    [focal-point="Center Left"] .masthead--bg {
      background-position: center left; }
    [focal-point="Center Right"] .masthead--bg {
      background-position: center right; }
    [focal-point="Bottom"] .masthead--bg {
      background-position: bottom center; }
    [focal-point="Bottom Left"] .masthead--bg {
      background-position: bottom left; }
    [focal-point="Bottom Right"] .masthead--bg {
      background-position: bottom right; }
  .masthead--featured {
    bottom: 8rem;
    z-index: 2; }
  .masthead--featured_category {
    margin-bottom: 1.5rem; }
  .masthead--featured_category_link {
    color: #30aabc;
    font-size: 1.5rem; }
  .masthead--featured_title {
    margin-top: 0;
    color: white;
    font-size: 3.4rem;
    line-height: 5.2rem;
    margin-bottom: 1rem;
    max-width: 66rem; }
  .masthead--featured_summary {
    color: white;
    font-size: 1.5rem;
    line-height: 2.3rem;
    max-width: 66rem;
    margin-bottom: 2rem; }
  .masthead--featured_link {
    color: white;
    font-size: 1.5rem;
    display: inline-block;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color 0.35s ease-out;
    -moz-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out; }
    .masthead--featured_link:hover {
      -webkit-transition: background-color 0.15s ease;
      -moz-transition: background-color 0.15s ease;
      transition: background-color 0.15s ease;
      background-color: rgba(255, 255, 255, 0.4); }
    .masthead--featured_link:active {
      -webkit-transition: background-color 0;
      -moz-transition: background-color 0;
      transition: background-color 0;
      background-color: rgba(255, 255, 255, 0.5); }

/*
//
/// Switching to mobile mode */
@media screen and (max-width: 700px) {
  .masthead {
    margin-bottom: 1.8rem; }
    .masthead[layout="featured"] {
      height: 51.5rem; }
    .masthead--featured {
      bottom: 5rem; }
    .masthead--featured_title {
      font-size: 2rem;
      line-height: 2.5rem; }
    .masthead--featured_summary {
      font-size: 1.5rem;
      line-height: 2.5rem;
      margin-bottom: 2.5rem; }
    .masthead--featured_category {
      display: none; }
    .masthead--featured_link {
      font-size: 1.2rem; } }
/*
//
/// Classes */
.card, .ad {
  float: left;
  width: 31%;
  margin-bottom: 5rem; }
  .card:nth-child(3n + 2), .ad:nth-child(3n + 2) {
    margin: 0 3.44% 5rem; }
  .card:nth-child(3n + 4), .ad:nth-child(3n + 4) {
    clear: both; }

.article--related_list, .profile--articles_list, .category--articles, .home--row, .home--featured {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

/*
//
/// Static styling */
.card {
  box-shadow: 0 10px 50px 0 rgba(145, 154, 164, 0);
  -webkit-transition: box-shadow 750ms ease;
  -moz-transition: box-shadow 750ms ease;
  transition: box-shadow 750ms ease;
  background-color: white;
  position: relative;
  /*
  // PHOTO */
  /*
  // CONTENT */
  /*
  // FOOTER */
  /*
  // AUTHOR */ }
  .card[layout="wide"] {
    clear: both;
    width: 100%; }
    .card[layout="wide"], .card[layout="wide"]:nth-child(3n + 2) {
      margin: 0 auto 5rem; }
  .card[layout="featured"] {
    width: 65.5%; }
  .card[layout="search"] {
    width: 100%;
    background-color: white;
    position: relative;
    overflow: hidden; }
    .card[layout="search"]:nth-child(3n + 2) {
      margin: 0 auto 5rem; }
  .card:hover {
    -webkit-transition: box-shadow 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: box-shadow 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: box-shadow 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    box-shadow: 0 10px 50px 0 rgba(145, 154, 164, 0.35); }
  .card--figure {
    height: 200px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: block; }
    .card[layout="featured"] .card--figure {
      height: 312px; }
    .card[layout="search"] .card--figure {
      width: 22.4%; }
  .card--img {
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: -webkit-transform 750ms ease;
    -moz-transition: -moz-transform 750ms ease;
    transition: transform 750ms ease; }
    .card:hover .card--img {
      -webkit-transition: -webkit-transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: -moz-transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
      -webkit-transform: -webkit-translate(-50%, -50%) scale(1.15);
      -moz-transform: -moz-translate(-50%, -50%) scale(1.15);
      transform: translate(-50%, -50%) scale(1.15); }
  .card--wrap {
    background-color: white;
    padding: 2.5rem 2.5rem 7rem; }
    .card[layout="search"] .card--wrap {
      position: absolute;
      top: 50%;
      left: 22.4%;
      -webkit-transform: -webkit-translateY(-50%);
      -moz-transform: -moz-translateY(-50%);
      transform: translateY(-50%);
      width: 77.6%;
      clear: none; }
  .card--category {
    color: #30aabc;
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .card--title {
    margin-bottom: 1.5rem;
    clear: both;
    margin-top: 0; }
  .card--title_link {
    color: #212835;
    font-size: 1.8rem;
    line-height: 2.8rem; }
  .card--copy {
    color: #85939D;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
    clear: both; }
  .card--footer {
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 5rem); }
    .card[layout="search"] .card--footer {
      display: none; }
  .card--date {
    font-size: 1.3rem;
    line-height: 3rem;
    color: #85939D;
    float: right; }
  .card--author {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left; }
  .card--author_figure {
    overflow: hidden;
    border-radius: 100%;
    height: 3rem;
    width: 3rem;
    position: relative;
    margin: 0 1rem 0 0;
    -webkit-transform: -webkit-translateZ(0);
    -moz-transform: -moz-translateZ(0);
    transform: translateZ(0); }
  .card--author_name {
    color: #30aabc;
    font-size: 1.3rem; }

/*
//
/// Mobile mode */
@media screen and (max-width: 900px) {
  .card {
    width: 100%;
    margin-bottom: 2rem; }
    .card[layout="featured"] {
      width: 100%; }
    .card[layout="search"]:nth-child(3n + 2) {
      margin-bottom: 2rem; }
    .card[layout="condensed"]:last-child {
      margin-bottom: 4rem; }
    .card:nth-child(3n + 2) {
      margin: 0 auto 2rem; }
    .card:last-child {
      margin-bottom: 0; }
    .card--copy {
      font-size: 1.5rem;
      line-height: 2.5rem; }
      .card[layout="condensed"] .card--copy {
        display: none; }
      .card[layout="search"] .card--copy {
        display: none; }
    [layout="condensed"] .card--footer {
      display: none; }
    .card--author_name {
      font-size: 1.2rem; }
    .card--date {
      font-size: 1.2rem; }
    .card--category {
      font-size: 1.2rem;
      margin-bottom: 1rem; }
      .card[layout="condensed"] .card--category {
        display: none; }
      .card[layout="search"] .card--category {
        display: none; }
    .card--title {
      margin-bottom: 1rem; }
      .card[layout="search"] .card--title {
        margin: 0; }
    .card--title_link {
      color: #212835;
      font-size: 1.8rem;
      line-height: 2.8rem; }
      .card[layout="condensed"] .card--title_link {
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: 400; }
      .card[layout="search"] .card--title_link {
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: 400; }
    .card[layout="featured"] .card--figure, .card[layout="normal"] .card--figure {
      width: 100%;
      height: 200px; }
    [layout="condensed"] .card--figure {
      float: left;
      width: 35%;
      height: calc((93vw * 0.35) * 0.69);
      margin-right: 1.5rem; }
    .card--wrap {
      padding: 2.5rem 2.5rem 9rem; }
      .card[layout="condensed"] .card--wrap {
        width: calc(65% - 1.5rem);
        float: left;
        padding: 0;
        clear: none;
        position: relative;
        height: calc((93vw * 0.35) * 0.69);
        background-color: transparent; }
      .card[layout="search"] .card--wrap {
        padding: 0 2.5rem; }
    [layout="condensed"] .card--title {
      margin: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
    .card--img {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
/*
//
/// Static styling */
.profile {
  position: relative;
  /*
  // HIGH LEVEL LAYOUT */
  /*
  // PHOTO */
  /*
  // CONTENT */
  /*
  // SOCIAL */
  /*
  // ARTICLES */ }
  .profile + .footer {
    margin-top: 0; }
  .profile--bg_bar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.8rem;
    background-color: #F8F9FA; }
  .profile--bio {
    clear: both;
    margin: 0 auto 6rem;
    display: table;
    width: 93vw;
    max-width: 56rem;
    position: relative;
    margin-top: 7.8rem;
    z-index: 2; }
  .profile--articles {
    border-top: 1px solid #D0D8DE;
    position: relative;
    z-index: 2;
    padding: 5rem 0 6rem; }
  .profile--figure {
    margin: 0 auto 5rem;
    width: 16rem;
    height: 16rem;
    position: relative;
    overflow: hidden;
    border-radius: 100%; }
  .profile--img {
    min-height: 100%;
    min-width: 100%; }
  .profile--credentials {
    margin-bottom: 1rem;
    text-align: center;
    color: #85939D; }
  .profile--name {
    margin: 0 auto 2rem;
    text-align: center;
    font-size: 3.3rem;
    line-height: 4.5rem;
    color: #212835; }
  .profile--description {
    margin-bottom: 3.5rem;
    color: #85939D;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center; }
  .profile--social {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .profile--social_link {
      display: inline-block;
      width: 4rem;
      height: 4rem;
      position: relative;
      margin-right: 1rem;
      outline: none; }
      .profile--social_link:last-child {
        margin-right: 0; }
      .profile--social_link[href=""] {
        display: none; }
    .profile--social_svg {
      max-width: 100%;
      height: auto; }
  .profile--articles_header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #212835;
    text-align: center;
    margin-bottom: 5rem; }
  .profile--articles_no_results {
    color: #5E6D7E;
    font-size: 1.5rem;
    line-height: 2.6rem;
    text-align: center;
    margin: auto;
    display: table;
    clear: both;
    max-width: 93vw; }

/*
//
/// Mobile mode */
@media screen and (max-width: 700px) {
  .profile {
    /*
    // LAYOUT */
    /*
    // PHOTO */
    /*
    // CONTENT */
    /*
    // SOCIAL */
    /*
    // ARTICLES */ }
    .profile--bg_bar {
      height: 10.2rem; }
    .profile--bio {
      margin-top: 4.6rem;
      margin-bottom: 2.7rem; }
    .profile--figure {
      height: 11.2rem;
      width: 11.2rem;
      margin-bottom: 3.8rem; }
    .profile--credentials {
      font-size: 1.2rem; }
    .profile--name {
      font-size: 2rem;
      line-height: 2rem;
      margin-bottom: 2rem; }
    .profile--description {
      margin-bottom: 2rem;
      font-size: 1.2rem;
      line-height: 1.8rem; }
    .profile--social_link {
      height: 2.7rem;
      width: 2.8rem;
      margin-right: 0.6rem; }
    .profile--social_svg path {
      fill: #D0D8DE; }
    .profile--articles_header {
      font-size: 2rem;
      margin-bottom: 3rem; } }
/*
//
/// Classes */
.pager--next, .pager--prev {
  float: left;
  display: inline-block;
  padding: 0;
  outline: none;
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out; }
  .pager--next:hover, .pager--prev:hover {
    -webkit-transition: background-color 0.15s ease;
    -moz-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    background-color: rgba(208, 216, 222, 0.5); }
  .pager--next:active, .pager--prev:active {
    -webkit-transition: background-color 0;
    -moz-transition: background-color 0;
    transition: background-color 0;
    background-color: rgba(208, 216, 222, 0.8); }

/*
//
/// Static styling */
.pager {
  max-width: 93vw; }
  .pager--nav {
    margin: auto;
    clear: both;
    display: table; }
  .pager--link {
    float: left;
    margin-right: 2.7rem;
    display: inline-block;
    font-size: 1.5rem;
    color: #85939D;
    line-height: 3rem; }
    .pager--link.current {
      color: #30aabc;
      cursor: default; }
    .pager--link.dots {
      cursor: default; }
  .pager--prev {
    margin-right: 2.7rem; }
  .pager--svg[direction="prev"] {
    -webkit-transform: translate(-50%, -50%) scale(-1);
    -moz-transform: translate(-50%, -50%) scale(-1);
    transform: translate(-50%, -50%) scale(-1); }

/*
//
/// Mobile mode */
@media screen and (max-width: 700px) {
  .pager--link {
    font-size: 1.15rem;
    margin-right: 1.6rem; }
  .pager--prev {
    margin-right: 1.6rem; } }
/*
//
/// Static styling */
.category {
  padding-top: 11rem; }
  .category--header {
    margin-bottom: 8rem;
    position: relative; }
  .category--figure {
    margin: 0;
    float: left; }
  .category--figure + .category--copy {
    left: 10rem; }
  .category--name {
    font-size: 2.4rem;
    color: #212835;
    margin-top: 0;
    margin-bottom: 1rem; }
  .category--description {
    max-width: 56rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #85939D; }

/*
//
/// Mobile mode */
@media screen and (max-width: 700px) {
  .category {
    padding-top: 8rem; }
    .category--header {
      margin-bottom: 4rem; }
    .category--figure {
      float: none;
      margin: 0 auto 2rem;
      display: table;
      clear: both; }
    .category--copy {
      position: static;
      clear: both;
      left: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      top: auto;
      text-align: center;
      width: 100%;
      float: left; }
    .category--name {
      font-size: 2rem;
      margin-bottom: 1rem; }
    .category--description {
      font-size: 1.5rem;
      line-height: 2.5rem;
      color: #85939D; } }
/*
//
/// Static styling */
.home--title {
  font-size: 2.4rem;
  color: #212835;
  margin: 0 0 5rem; }
.home--featured .ad {
  margin-right: 0; }

/*
//
/// Mobile mode */
@media screen and (max-width: 900px) {
  .home--title, .home--featured .ad {
    display: none; } }
/*
//
/// Static styling */
.ad[layout="branded"] {
  background-color: #edcb86;
  padding: 4rem 3rem;
  position: relative; }
.ad--title {
  color: #212835;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center; }
  .ad[layout="branded"] .ad--title {
    font-size: 2.5rem;
    color: white;
    text-align: left;
    margin-bottom: 1rem;
    max-width: 250px; }
.ad--figure {
  margin: 0 0 0.5rem; }
  .ad[layout="branded"] .ad--figure {
    display: none; }
.ad--figure a:hover .ad--overlay, .ad--figure a:focus .ad--overlay {
  opacity: 1; }
.ad--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 204, 153, 0.8);
  transition-duration: 300ms; }
  .ad--overlay-container {
    max-width: 250px;
    width: 100%;
    box-shadow: 0 2px 20px #85939D;
    position: relative;
    display: block;
    margin: 2.5rem auto 3.5rem; }
  .ad--overlay-button {
    line-height: 3.8rem;
    position: absolute;
    font-size: 1.3rem;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 130px;
    margin-top: -20px;
    margin-left: -65px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px; }
.ad--img {
  display: block;
  margin: auto;
  max-width: 100%; }
.ad--nav {
  margin-bottom: 3.3rem; }
.ad--link {
  background-color: #00CC99;
  display: table;
  color: white;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 2rem;
  margin: auto;
  outline: none; }
  .ad[layout="branded"] .ad--link {
    background-color: #5497EB;
    text-transform: uppercase;
    padding: 1.3rem 2.3rem;
    font-weight: 400;
    float: left;
    font-size: 1.1rem;
    letter-spacing: 0.15rem; }
.ad--copy {
  border-top: 1px solid rgba(94, 109, 126, 0.2);
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 2rem; }
  .ad--copy img {
    display: block;
    margin-bottom: 2rem; }
    .ad[layout="branded"] .ad--copy img {
      display: none; }
  .ad[layout="branded"] .ad--copy {
    font-size: 1.7rem;
    line-height: 2.7rem;
    color: rgba(255, 255, 255, 0.8);
    border: none;
    padding-top: 0;
    margin-bottom: 3rem;
    max-width: 250px; }
.ad--social {
  margin-top: 1.5rem; }
  .ad[layout="branded"] .ad--social {
    display: none; }
.ad--social_link {
  display: inline-block;
  cursor: pointer;
  margin-right: 2rem; }
  .ad--social_link:last-child {
    margin-right: 0; }
.ad--logo {
  margin-bottom: 4.6rem; }
  .ad[layout="ebook"] .ad--logo {
    display: none; }

/*
//
/// Mobile mode */
@media screen and (max-width: 900px) {
  .ad {
    width: 100%;
    margin-bottom: 2rem; }
    .ad:nth-child(3n + 2) {
      margin: 0 auto 2rem; }
    .ad[layout="branded"] {
      height: 42.4rem; }
      .ad[layout="branded"]:before {
        background-size: 100%;
        background-position: center 100%; } }
/*
//
/// Static styling */
.search {
  margin-top: 8rem; }
  .search--header {
    margin-bottom: 9.3rem; }
  .search--results {
    margin-bottom: 2rem; }
  .search--query {
    float: left; }
  .search--query_label {
    font-size: 1.7rem;
    color: #85939D;
    margin-bottom: 1rem; }
  .search--query_text {
    font-size: 3.4rem;
    color: #212835;
    text-transform: capitalize;
    margin: 0; }

/*
//
/// Mobile mode */
@media screen and (max-width: 900px) {
  .search--header {
    margin-bottom: 4rem; } }
/*
//
/// Static styling */
.breaker {
  background-color: #212835;
  padding: 5.5rem 8.8rem;
  margin-bottom: 5rem; }
  .breaker--wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto; }
  .breaker--figure {
    margin: 0 5rem 0 0; }
  .breaker--img {
    max-width: none; }
  .breaker--content {
    font-size: 1.5rem;
    color: #D0D9DF;
    line-height: 2.5rem;
    max-width: 55rem;
    width: 100%; }
    .breaker--content img {
      display: block;
      margin-bottom: 2rem; }

/*
//
/// Mobile mode */
@media screen and (max-width: 900px) {
  .breaker {
    padding: 1.5rem 2rem; }
    .breaker--wrap {
      flex-wrap: wrap; }
    .breaker--figure {
      margin: 0 auto 1.5rem; }
      .breaker--figure + .breaker--content {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .breaker--img {
      max-width: 56vw; }
    .breaker--content {
      padding-top: 4rem;
      text-align: center;
      margin-bottom: 1.5rem;
      font-size: 1.2rem;
      line-height: 1.8rem; } }
/*
//
/// Static styling */
.page {
  padding-top: 4.5rem; }
  .page[layout="short"] {
    padding: 20rem 0; }
  .page--label {
    font-size: 1.7rem;
    color: #85939D; }
  .page--title {
    font-size: 3.4rem;
    color: #212835;
    margin-top: 0;
    margin-bottom: 3.2rem; }
  .page--return_button {
    width: auto;
    padding: 1rem 2rem;
    font-weight: 500; }

/*# sourceMappingURL=app.css.map */
