/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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 macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/**
 * Pixel to REM
 */

/**
 * Converts Photoshop line heights to CSS REM
 */

/**
 * Converts Photoshop letter spacing to CSS REM
 */

/**
 * Breakpoints
 */

/**
 * Get color from map
 */

/**

 * Font shortend
 */

/**
 * Links styling
 */

/**
 * Screen reader text
 */

.sr-only {
  top: auto;
  left: -10000rem;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

/**
 * Links
 */

.rwd-container {
  height: 0;
  padding-top: 25px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.rwd-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  background: white;
  background: #F5F5F6;
  font-family: "europa";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*img[src$=".svg"] {
	width: 100%;
	height: 100%;
}*/

img {
  height: auto;
  display: block;
  max-width: 100%;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

.toggler {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in;
}

.toggler.active {
  max-height: 2000px;
  -webkit-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out;
}

.divider {
  width: 100%;
  border: none;
  margin: 0;
  display: block;
  padding: 0;
}

@font-face {
  font-family: 'europa-bold';
  src: font-url(asset-path("../fonts/europa-bold-webfont.eot"));
  src: font-url(asset-path("../fonts/stylesheets/europa-bold-webfont.eot?#iefix")) format("embedded-opentype"), font-url(asset-path("../fonts/europa-bold-webfont.woff2")) format("woff2"), font-url(asset-path("../fonts/europa-bold-webfont.woff")) format("woff"), font-url(asset-path("../fonts/europa-bold-webfont.ttf")) format("truetype"), font-url(asset-path("../fonts/europa-bold-webfont.svg#europabold")) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'europa-italic';
  src: font-url("../../dist/fonts/europa-bolditalic-webfont.eot");
  src: font-url("../../dist/fonts/europa-bolditalic-webfont.eot") format("embedded-opentype"), font-url("../../dist/fonts/europa-bolditalic-webfont.woff2") format("woff2"), font-url("../../dist/fonts/europa-bolditalic-webfont.woff") format("woff"), font-url("../../dist/fonts/europa-bolditalic-webfont.ttf") format("truetype"), font-url("../../dist/fonts/europa-bolditalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'europa-light';
  src: font-url("../../dist/fonts/europa-light-webfont.eot");
  src: font-url("../../dist/fonts/europa-light-webfont.eot") format("embedded-opentype"), font-url("../../dist/fonts/europa-light-webfont.woff2") format("woff2"), font-url("../../dist/fonts/europa-light-webfont.woff") format("woff"), font-url("../../dist/fonts/europa-light-webfont.ttf") format("truetype"), font-url("../../dist/fonts/europa-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'europa-light-italic';
  src: font-url("../../dist/fonts/europa-lightitalic-webfont.eot");
  src: font-url("../../dist/fonts/europa-lightitalic-webfont.eot") format("embedded-opentype"), font-url("../../dist/fonts/europa-lightitalic-webfont.woff2") format("woff2"), font-url("../../dist/fonts/europa-lightitalic-webfont.woff") format("woff"), font-url("../../dist/fonts/europa-lightitalic-webfont.ttf") format("truetype"), font-url("../../dist/fonts/europa-lightitalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'europa-regular';
  src: font-url("../../dist/fonts/europa-regular-webfont.eot");
  src: font-url("../../dist/fonts/europa-regular-webfont.eot") format("embedded-opentype"), font-url("../../dist/fonts/europa-regular-webfont.woff2") format("woff2"), font-url("../../dist/fonts/europa-regular-webfont.woff") format("woff"), font-url("../../dist/fonts/europa-regular-webfont.ttf") format("truetype"), font-url("../../dist/fonts/europa-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'europa';
  src: font-url("../../dist/fonts/europa-regular-webfont.eot");
  src: font-url("../../dist/fonts/europa-regular-webfont.eot") format("embedded-opentype"), font-url("../../dist/fonts/europa-regular-webfont.woff2") format("woff2"), font-url("../../dist/fonts/europa-regular-webfont.woff") format("woff"), font-url("../../dist/fonts/europa-regular-webfont.ttf") format("truetype"), font-url("../../dist/fonts/europa-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'europa-italic';
  src: font-url("../../dist/fonts/europa-regularitalic-webfont.eot");
  src: font-url("../../dist/fonts/europa-regularitalic-webfont.eot") format("embedded-opentype"), font-url("../../dist/fonts/europa-regularitalic-webfont.woff2") format("woff2"), font-url("../../dist/fonts/europa-regularitalic-webfont.woff") format("woff"), font-url("../../dist/fonts/europa-regularitalic-webfont.ttf") format("truetype"), font-url("../../dist/fonts/europa-regularitalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 *
 * T I T L E S
 *
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-style: normal;
  font-family: "freight-micro-pro";
}

h1.entry-title {
  font-size: 2.25rem;
  line-height: 102.77778%;
  letter-spacing: 0.015rem;
}

h1.entry-title a {
  color: white;
}

h1.entry-title a:link,
h1.entry-title a:focus,
h1.entry-title a:active,
h1.entry-title a:visited {
  color: white;
}

h1.entry-title a:hover {
  color: white;
}

.loop h2.entry-title {
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 127.27273%;
}

.loop h2.entry-title a {
  color: #2D3949;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
}

.loop h2.entry-title a:link,
.loop h2.entry-title a:focus,
.loop h2.entry-title a:active,
.loop h2.entry-title a:visited {
  color: #2D3949;
}

.loop h2.entry-title a:hover {
  color: #2D3949;
}

.post h2.entry-title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 112.5%;
}

.post h2.entry-title a {
  color: #2D3949;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
}

.post h2.entry-title a:link,
.post h2.entry-title a:focus,
.post h2.entry-title a:active,
.post h2.entry-title a:visited {
  color: #2D3949;
}

.post h2.entry-title a:hover {
  color: #2D3949;
}

.roundtable h2.entry-title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 112.5%;
}

.roundtable h2.entry-title a {
  color: #009FE3;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
}

.roundtable h2.entry-title a:link,
.roundtable h2.entry-title a:focus,
.roundtable h2.entry-title a:active,
.roundtable h2.entry-title a:visited {
  color: #009FE3;
}

.roundtable h2.entry-title a:hover {
  color: #009FE3;
}

h1.post-title {
  color: #2D3949;
  margin-bottom: 0;
}

.section-title {
  color: #009FE3;
  display: inline-block;
  margin-top: 0;
  border-bottom: 4px solid #E73636;
  font-size: 2rem;
  line-height: 112.5%;
}

.section-title-alt {
  color: #E73636;
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02rem;
}

/**
 *
 *  ENTRY CONTENT
 *
 */

a {
  text-decoration: none;
}

p,
ol,
ul {
  color: #2D3949;
  margin: 0 0 23px;
}

.entry-content > p,
.entry-content ol,
.entry-content ul {
  font-weight: 400;
  font-family: "freight-micro-pro";
  font-size: 1.0625rem;
  line-height: 135.29412%;
}

.entry-content h2 {
  font-weight: 600;
  margin-bottom: 23px;
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
  font-size: 1.375rem;
  line-height: 104.54545%;
  letter-spacing: 0.02rem;
}

.entry-content h3 {
  color: #E73636;
  margin: 0 0 10px;
  font-weight: 600;
  font-family: "freight-micro-pro";
  font-size: 1.875rem;
  line-height: 103.33333%;
  letter-spacing: 0.02rem;
}

.entry-content h4 {
  color: #2D3949;
  margin: 0 0 10px;
  font-weight: 600;
  font-family: "freight-micro-pro";
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
  font-size: 1.375rem;
  line-height: 104.54545%;
  letter-spacing: 0.02rem;
}

blockquote {
  color: #009FE3;
  margin: 0 0 23px 18px;
  padding: 0 0 18px 18px;
  border-left: 2px solid #E2E2E2;
  font-size: 1.125rem;
  line-height: 122.22222%;
}

blockquote p {
  color: #009FE3;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-family: "freight-micro-pro";
  font-size: 1.125rem;
  line-height: 122.22222%;
}

blockquote.quote-left,
blockquote.quote-right {
  border: none;
}

blockquote.quote-left p,
blockquote.quote-right p {
  font-size: 2rem;
  line-height: 118.75%;
}

blockquote.quote-left cite,
blockquote.quote-right cite {
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 172.72727%;
}

blockquote.quote-right {
  margin: 0 0 23px 40px;
  padding: 0 10px 0 0;
  text-align: right;
}

blockquote.quote-left {
  margin: 0 100px 30px 0;
  padding: 25px 40px 10px 10px;
  position: relative;
}

blockquote.quote-left p,
blockquote.quote-left cite {
  color: white;
  z-index: 3;
  position: relative;
  font-weight: bold;
  font-family: "europa";
}

blockquote.quote-left:after,
blockquote.quote-left:before {
  width: 180%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

blockquote.quote-left:after {
  top: 0;
  right: 10px;
  z-index: 1;
  background: #009FE3;
}

blockquote.quote-left:before {
  top: 10px;
  right: 0;
  z-index: 2;
  background: #E73636;
}

@media (min-width: 768px) {
  h1.entry-title {
    font-size: 2.625rem;
    line-height: 102.38095%;
    letter-spacing: 0.015rem;
  }

  .post h2.entry-title {
    font-size: 1.5625rem;
    line-height: 112%;
    letter-spacing: 0.02rem;
  }

  .entry-content > p,
  .entry-content ol,
  .entry-content ul {
    font-size: 1.375rem;
    line-height: 136.36364%;
  }

  .entry-content h2 {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.02rem;
  }

  .entry-content h3 {
    font-size: 2.25rem;
    line-height: 102.77778%;
    letter-spacing: 0.02rem;
  }

  .entry-content h4 {
    font-size: 1.75rem;
    line-height: 103.57143%;
    letter-spacing: 0.02rem;
  }
}

@media (min-width: 1200px) {
  h1.entry-title {
    font-size: 3.4375rem;
    line-height: 100%;
    letter-spacing: 0.015rem;
  }
}

.svg-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.svg-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  padding: 1px;
  overflow: hidden;
  vertical-align: top;
}

/**
 * Facebook share button
 */

.ssba a {
  color: #2D3949;
  margin: 10px 0;
  display: inline-block;
  padding: 7px 22px 7px 8px;
  position: relative;
  font-weight: bold;
  border-right: none;
  font-size: 0.875rem;
  line-height: 1;
}

.ssba a:after {
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 2px solid #2D3949;
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  background: white;
}

.ssba a:first-of-type:before {
  top: 1px;
  left: -16px;
  width: 20px;
  height: 100%;
  content: '';
  z-index: 4;
  position: absolute;
  background: white;
  border-right: 2px solid #2D3949;
}

.ssba a + a {
  margin-left: 5px;
}

.ssba a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 3;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ssba a:hover:after {
  background: #2D3949;
}

.ssba a:hover {
  color: white;
}

.ssba a:focus {
  outline: none;
}

@media (min-width: 768px) {
  .ssba a span:after {
    content: 'Share';
    padding-left: 5px;
  }
}

.social {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  line-height: 0;
}

.social li {
  display: inline-block;
}

.social li + li {
  margin-left: 10px;
}

.social .st0 {
  fill: white !important;
  color: white !important;
  stroke: none !important;
}

.social a {
  color: white;
  width: 38px;
  height: 38px;
  display: block;
  position: relative;
}

.social a:link,
.social a:focus,
.social a:active,
.social a:visited {
  color: white;
}

.social a:hover {
  color: white;
}

.social a:after,
.social a:before {
  width: 34px;
  height: 34px;
  display: block;
  z-index: 1;
  content: '';
  position: absolute;
  border-radius: 50%;
}

.social a:after {
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.social a:before {
  top: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.social a:hover .svg-icon {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.social a:hover .svg-icon > svg {
  -webkit-transform: scale(1.2) translateY(-45%) translateX(-45%);
          transform: scale(1.2) translateY(-45%) translateX(-45%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.social a:hover:after {
  left: -1px;
  background: #E73636;
}

.social a:hover:before {
  right: -1px;
  background: #009FE3;
}

.social .label {
  display: none;
}

.social .svg-icon {
  width: 38px;
  height: 38px;
  z-index: 2;
  position: relative;
  background: #2D3949;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  border-radius: 50%;
}

.social .svg-icon > svg {
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 1.0625rem;
  -webkit-transform: scale(1) translateY(-50%) translateX(-50%);
          transform: scale(1) translateY(-50%) translateX(-50%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

input,
button,
select,
textarea {
  color: #00204e;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  border-radius: 0;
  font-family: "europa";
  -webkit-appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  padding: 10px 10px 9px;
  max-width: 100%;
  min-height: 120px;
}

input[type=url],
input[type=tel],
input[type=text],
input[type=date],
input[type=email],
input[type=search],
input[type=number],
input[type=password] {
  width: 100%;
  display: block;
  padding: 10px 10px 9px;
}

input[type=url]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 159, 227, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 159, 227, 0.2);
}

button:hover,
input[type=submit]:hover {
  cursor: pointer;
}

.btn-primary,
.btn-blue-dk {
  color: white;
  border: 3px solid #2D3949;
  padding: 19px 22px;
  display: inline-block;
  background: #2D3949;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}

.btn-primary:link,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-blue-dk:link,
.btn-blue-dk:focus,
.btn-blue-dk:active,
.btn-blue-dk:visited {
  color: white;
}

.btn-primary:hover,
.btn-blue-dk:hover {
  color: #2D3949;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-blue-dk:hover,
.btn-blue-dk:focus,
.btn-blue-dk:active {
  cursor: pointer;
  background: none;
}

.btn-secondary {
  color: white;
  border: 3px solid #009FE3;
  padding: 16px 22px 17px;
  display: inline-block;
  min-width: 246px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #009FE3;
  text-align: center;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1;
}

.btn-secondary:link,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:visited {
  color: white;
}

.btn-secondary:hover {
  color: #009FE3;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #009FE3;
  cursor: pointer;
  background: none;
}

.btn-text {
  color: #009FE3;
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.btn-text:focus {
  outline: none;
  background: #E2E2E2;
}

.btn-text:after {
  left: 15px;
  width: calc(100% - 30px);
  bottom: 7px;
  content: '';
  display: inline-block;
  position: absolute;
  border-bottom: 3px solid #E73636;
}

.link-text {
  color: #009FE3;
  margin: 0 0 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 118.75%;
}

.link-text:hover,
.link-text:focus,
.link-text:active {
  color: #2D3949;
  outline: none;
}

.link-text:after {
  left: 0;
  width: 100%;
  bottom: -2px;
  content: '';
  display: inline-block;
  position: absolute;
  border-bottom: 2px solid #E73636;
}

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav #wp-calendar {
  margin-bottom: 20px;
}

.nav .menu-item-has-children > a {
  display: block;
  position: relative;
}

.nav .menu-item-has-children > a:after {
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  border-top: 5px solid rgba(45, 57, 73, 0.54);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.nav .sub-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out;
}

.nav .active > .sub-menu {
  max-height: 600px;
  -webkit-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out;
}

.navbar-main {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: block;
  z-index: 99;
  position: fixed;
  background: white;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.navbar-main .inn {
  height: 100%;
  height: 100vh;
  position: relative;
}

.admin-bar .navbar-main .inn {
  padding-top: 42px;
}

.nav-active .navbar-main {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.sub-menu-wrap {
  left: 10px;
  right: 0;
  bottom: 18px;
  position: absolute;
  padding-top: 25px;
}

.nav-main,
.nav-submain {
  color: #2D3949;
}

.nav-main a,
.nav-submain a {
  color: #2D3949;
  display: block;
}

.nav-main a:link,
.nav-main a:focus,
.nav-main a:active,
.nav-main a:visited,
.nav-submain a:link,
.nav-submain a:focus,
.nav-submain a:active,
.nav-submain a:visited {
  color: #2D3949;
}

.nav-main a:hover,
.nav-submain a:hover {
  color: #2D3949;
}

.nav-main {
  padding: 19px 0 0 10px;
  max-width: 85%;
  font-family: "freight-micro-pro";
  font-size: 2rem;
  line-height: 118.75%;
}

.nav-main > li {
  font-weight: 600;
  border-bottom: 1px solid #CACFD6;
}

.nav-main > li > a {
  padding: 14px 2px 11px 3px;
}

.nav-submain {
  font-size: 0;
  margin-top: 10px;
}

.nav-submain li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

.nav-submain li + li {
  margin-left: 10px;
  border-left: 1px solid #2D3949;
  padding-left: 11px;
}

.nav-submain a:hover {
  text-decoration: underline;
}

.nav-footer {
  color: white;
  font-size: 0;
  font-family: "europa";
  font-weight: 400;
}

.nav-footer li {
  color: white;
  width: 50%;
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
  font-size: 1.25rem;
  line-height: 135%;
}

.nav-footer a:link,
.nav-footer a:focus,
.nav-footer a:active,
.nav-footer a:visited {
  color: white;
}

.nav-footer a:hover {
  color: white;
}

.pagination {
  margin: 2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  margin: 0 5px;
  text-align: center;
  background: white;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.pagination .page-numbers {
  color: #009FE3;
  display: block;
  padding: 10px 8px 9px;
  min-width: 36px;
  font-weight: bold;
}

.pagination .current {
  color: white;
  background: #009FE3;
}

.navbar-toggle {
  top: 50%;
  margin: 0;
  border: none;
  padding: 0;
  z-index: 80;
  outline: none;
  position: absolute;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  cursor: pointer;
  outline: none;
}

.open {
  right: 20px;
  width: 42px;
  height: 42px;
}

.open .svg-icon svg {
  width: 42px;
  height: 42px;
}

.close {
  width: 24px;
  height: 24px;
}

.close span {
  left: 0;
  right: 0;
  height: 0;
  display: block;
  position: absolute;
  -webkit-transition: background 0s .2s;
  transition: background 0s .2s;
  background: none;
  text-indent: -999em;
  font-size: 0;
}

.close span:after,
.close span:before {
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  background: #2D3949;
}

.close span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-form {
  position: relative;
}

.search-form .search-submit {
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  margin: 0;
  border: none;
  padding: 0;
  z-index: 10;
  outline: none;
  display: none;
  position: absolute;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus,
.search-form .search-submit:active {
  cursor: pointer;
  outline: none;
}

.search-form .svg-icon + span {
  display: none;
}

.search-form .search-field {
  padding: 16px 11px 14px;
  background: #F5F5F6;
  -webkit-box-shadow: 0 1px 4px 0 rgba(45, 57, 73, 0.1);
          box-shadow: 0 1px 4px 0 rgba(45, 57, 73, 0.1);
  border-radius: 4px;
  font-family: "europa";
  font-size: 1rem;
  line-height: 1;
}

.search-form .search-field:focus {
  outline: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 159, 227, 0.5);
          box-shadow: 0 0 4px 0 rgba(0, 159, 227, 0.5);
}

#wp-calendar {
  width: 100%;
}

#wp-calendar thead th {
  color: white;
  margin: 0;
  background: #2D3949;
}

#wp-calendar tbody td,
#wp-calendar thead th {
  border: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  font-size: 1.25rem;
  line-height: 170%;
}

#wp-calendar tfoot {
  font-size: 1.25rem;
  line-height: 1;
}

#wp-calendar tbody td {
  background: #F5F5F6;
}

#wp-calendar tbody a {
  color: white;
  display: block;
  background: #009FE3;
}

#wp-calendar #next {
  text-align: right;
}

/**
 * Grid Setup
 */

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

.container {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:after {
  content: " ";
  display: block;
  clear: both;
}

.row [class^="span-"] {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.main {
  background: white;
}

.content {
  padding: 0 10px;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
  }

  .wrap > .banner {
    float: left;
    width: 30%;
    margin: 0;
    z-index: 40;
    position: relative;
    background: white;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }

  .wrap > .main {
    width: 70%;
    float: right;
    overflow-x: hidden;
  }

  .wrap .content {
    padding: 0 35px 0 15px;
    overflow-y: scroll;
    max-height: 100vh;
    margin-right: -20px;
  }
}

.banner {
  padding: 0 0 20px;
  z-index: 250;
  position: relative;
}

.banner .logo {
  max-width: 215px;
}

.header-main,
.menu-toggle-trans {
  display: none;
}

.search-form-wrap {
  padding: 13px 10px;
  position: relative;
  margin-bottom: 5px;
}

.search-form-wrap .close {
  right: 20px;
}

.search-form-wrap .search-form {
  max-width: 85%;
}

.header-main {
  padding: 22px 0 50px;
}

.header-main .inn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-main .button-wrap {
  width: 96px;
  margin: 0;
  text-align: center;
}

.header-main .button-wrap .link-text {
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
  font-size: 1.25rem;
  line-height: 130%;
}

.header-main .button-wrap .link-text:after {
  content: none;
}

.header-main .search-submit {
  display: block;
}

.header-main .search-form-wrap {
  width: calc( 100% - 96px);
  padding: 0 15px 0 0;
}

.header-main .search-form {
  max-width: 100%;
}

.header-main .search-form .search-field {
  background: #FAFAFA;
}

.home .header-main {
  padding-bottom: 5px;
}

.logo-sidebar {
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
  padding-top: 15px;
}

.logo-sidebar img {
  max-width: 160px;
}

@media (min-width: 992px) {
  .banner {
    padding: 0 15px 0 15px;
  }

  .banner .mobile,
  .banner .navbar-toggle,
  .banner .search-form-wrap {
    display: none;
  }

  .banner .navbar-main {
    left: 0;
    display: block;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }

  .banner .navbar-main .inn {
    padding: 22px 1px 0 4px;
  }

  .banner .nav-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-main {
    display: block;
  }
}

@media (min-width: 1200px) {
  .banner {
    padding: 0 15px 0 25px;
  }
}

.content-info {
  color: white;
  padding: 22px 0 14px;
  background: #2D3949;
  margin-top: 120px;
  margin-left: -10px;
  margin-right: -10px;
}

.content-info h3 {
  margin: 0;
  font-family: "europa";
  font-size: 3rem;
  line-height: 116.66667%;
}

.content-info .span-hello {
  display: none;
}

.content-info .span-hello span {
  display: block;
}

.content-info .divider {
  margin: 31px 0 9px;
  height: 2px;
  position: relative;
  background: white;
}

.content-info .divider .svg-icon {
  top: 50%;
  left: 50%;
  width: 24px;
  border: 4px solid #2D3949;
  height: 24px;
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  margin-top: -12px;
  background: #2D3949;
  text-align: center;
}

.content-info .divider svg {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .content-info {
    padding: 22px 5px 14px;
    margin-top: 30px;
  }

  .content-info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .content-info .span-hello {
    width: 50%;
    display: block;
  }

  .content-info .span-menu {
    width: 50%;
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .content-info {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .author .content-info {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.home .content-info {
  margin: 0;
}

@media (min-width: 768px) {
  .post-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .post-index .span-4 {
    width: 33.33333%;
    margin-bottom: 30px;
  }

  .post-index .loop {
    border: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}

.error-wrap {
  margin: 10px 0 30px;
}

.author-card {
  font-size: 0;
}

.author-card .avatar {
  border-radius: 50%;
}

.author-card h1 {
  color: #2D3949;
  margin: 0 0 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
  font-size: 2.25rem;
  line-height: 111.11111%;
  letter-spacing: 0.015rem;
}

.author-card h3,
.author-card h4 {
  color: #2D3949;
  font-family: "europa";
  font-size: 1.25rem;
  line-height: 120%;
}

.author-card h3 {
  margin: 0;
}

.author-card h3 a {
  color: #2D3949;
}

.author-card h3 a:link,
.author-card h3 a:focus,
.author-card h3 a:active,
.author-card h3 a:visited {
  color: #2D3949;
}

.author-card h3 a:hover {
  color: #2D3949;
}

.author-card h4 {
  margin: 0;
  font-weight: 400;
}

.author .author-card {
  font-size: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
}

.author .author-card > div {
  display: inline-block;
  vertical-align: middle;
}

.author .author-card .span-bio,
.author .author-card .span-name {
  width: 100%;
}

.author .author-card .span-avatar {
  width: 90px;
}

.author .author-card .span-avatar + .span-name {
  width: calc(100% - 90px);
  padding-left: 10px;
}

.author .author-card .avatar {
  margin: 0 auto;
  max-width: 80px;
}

.author .author-card .span-bio {
  padding-top: 11px;
  font-size: 1.0625rem;
  line-height: 135.29412%;
}

@media (min-width: 768px) {
  .author .author-card {
    text-align: right;
  }

  .author .author-card > div {
    vertical-align: top;
  }

  .author .author-card .span-avatar {
    float: left;
    width: 30%;
    position: relative;
  }

  .author .author-card .span-bio,
  .author .author-card .span-avatar + .span-name {
    width: 70%;
    text-align: left;
    padding-left: 0;
  }

  .author .author-card .avatar {
    max-width: 165px;
  }
}

.author .section-title-alt {
  margin: 0 0 32px;
}

.single .author-card {
  padding: 24px 5px 45px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.single .author-card > div {
  display: inline-block;
  vertical-align: middle;
}

.single .author-card .span-details {
  width: 100%;
}

.single .author-card .span-avatar {
  width: 90px;
}

.single .author-card .avatar {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single .author-card .span-avatar + .span-details {
  width: calc(100% - 90px);
  padding-left: 20px;
}

.single-roundtable .author-card {
  border: none;
  padding: 14px 5px 15px;
}

@media (min-width: 768px) {
  .single-post .author-card {
    padding: 42px 5px 39px;
    text-align: center;
  }

  .single-post .author-card h4 {
    margin: 0 0 28px;
  }

  .single-post .author-card .link-text {
    font-size: 1.25rem;
  }

  .single-post .author-card .avatar {
    width: 165px;
    height: 165px;
    margin: 0 auto;
  }

  .single-post .author-card .span-avatar,
  .single-post .author-card .span-details,
  .single-post .author-card .span-avatar + .span-details {
    width: 100%;
  }

  .single-post .author-card .span-avatar + .span-details {
    padding: 21px 0 0;
  }

  .single-roundtable .authors-cards {
    margin-bottom: 20px;
  }

  .single-roundtable .authors-cards li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

.card {
  font-size: 0;
}

.card p {
  margin: 0;
}

.card .terms,
.card .entry-date,
.card .entry-author,
.card .entry-authors {
  color: #2D3949;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.card .terms a,
.card .entry-author {
  color: #2D3949;
}

.card .terms a:link,
.card .terms a:focus,
.card .terms a:active,
.card .terms a:visited,
.card .entry-author:link,
.card .entry-author:focus,
.card .entry-author:active,
.card .entry-author:visited {
  color: #2D3949;
}

.card .terms a:hover,
.card .entry-author:hover {
  color: #2D3949;
}

.card .entry-authors a,
.card .entry-author-wrap a {
  padding-top: 7px;
}

.card .link-text {
  margin: 0;
}

.card .terms,
.card .entry-date {
  display: inline-block;
  vertical-align: middle;
}

.card .terms + .terms:before,
.card .terms + .entry-date:before {
  margin: 0 7px;
  display: inline-block;
  content: '|';
}

.card .entry-authors a {
  display: inline-block;
}

.card .entry-author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card .entry-summary p {
  font-size: 1rem;
  line-height: 143.75%;
}

.card .entry-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card .entry-thumbnail:before {
  content: '';
  display: block;
  padding-top: 92%;
}

.home .card .entry-date,
.search-results .card .entry-date {
  display: block;
  padding-top: 5px;
  padding-left: 0;
}

.home .card .entry-date:before,
.search-results .card .entry-date:before {
  content: none;
}

/**
 * Default loop card
 **/

.card.loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #CACFD6;
}

.card.loop h2 {
  font-size: 1.375rem;
  line-height: 127.27273%;
}

.card.loop .entry-thumbnail {
  width: 30%;
}

.card.loop .entry-summary-wrap {
  width: 70%;
  margin-top: -4px;
  padding-left: 20px;
}

.card.loop .entry-authors,
.card.loop .entry-author-wrap {
  margin-bottom: 10px;
}

.card.loop .download,
.card.loop .entry-summary {
  display: none;
}

@media (min-width: 768px) {
  .card.loop {
    height: 100%;
    display: block;
    padding: 15px 15px 20px;
    background: white;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }

  .card.loop .entry-title {
    margin-bottom: 10px;
  }

  .card.loop .entry-thumbnail {
    width: 100%;
  }

  .card.loop .entry-summary-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .card.loop .entry-summary {
    padding: 21px 0 12px;
    display: block;
  }

  .card.loop .terms,
  .card.loop .entry-date,
  .card.loop .entry-authors,
  .card.loop .entry-author-wrap {
    font-size: 0.75rem;
  }
}

.card.post {
  padding: 15px 15px 20px;
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.card.post .entry-title {
  margin-bottom: 10px;
}

.card.post .entry-summary {
  padding: 21px 0 12px;
}

@media (min-width: 768px) {
  .card.post .terms,
  .card.post .entry-date,
  .card.post .entry-authors {
    font-size: 0.75rem;
  }
}

.card.roundtable .entry-title {
  margin-bottom: 14px;
}

.card.roundtable .terms,
.card.roundtable .entry-date {
  color: #009FE3;
}

.card.roundtable .terms a {
  color: #009FE3;
}

.card.roundtable .terms a:link,
.card.roundtable .terms a:focus,
.card.roundtable .terms a:active,
.card.roundtable .terms a:visited {
  color: #009FE3;
}

.card.roundtable .terms a:hover {
  color: #009FE3;
}

.card.roundtable .entry-meta {
  padding-bottom: 12px;
}

.card.roundtable .entry-summary {
  padding: 34px 0 25px;
}

.author .card.roundtable h2,
.search-results .card.roundtable h2 {
  font-size: 1.375rem;
  line-height: 127.27273%;
}

.home .card.roundtable .category {
  display: block;
  padding-top: 5px;
}

.home .card.roundtable .category:before {
  content: none;
}

.row > article:nth-child(even) .card.roundtable {
  padding: 9px 15px 0;
  background: #F5F5F6;
}

.row > article:nth-child(odd) .card.roundtable {
  padding: 9px 15px 10px;
  background: white;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .row > article:nth-child(odd) .card.roundtable {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .card.roundtable .entry-title {
    font-size: 2rem;
    line-height: 131.25%;
  }

  .card.roundtable .entry-meta {
    padding-bottom: 15px;
  }

  .card.roundtable .entry-summary {
    padding: 9px 0 25px;
  }

  .row > article:nth-child(odd) .card.roundtable {
    padding: 17px 10px 10px;
  }
}

.page-header {
  margin-bottom: 35px;
}

.page-header .container {
  z-index: 6;
}

.page-header h1 {
  color: #E73636;
  margin: 0;
  display: inline-block;
  padding: 9px 0 9px 10px;
  z-index: 8;
  position: relative;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  background: #F5F5F6;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.015rem;
}

.page-header h1 .bg {
  z-index: 10;
  position: relative;
}

.page-header h1:after {
  left: -100%;
  width: 200%;
  z-index: 9;
}

.page-header h1:after,
.page-header .entry-type:after {
  top: 0;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: skewX(-20deg) translateX(20px);
          transform: skewX(-20deg) translateX(20px);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  background-color: inherit;
}

.page-header .entry-type {
  height: 47px;
  display: none;
  padding: 0 0 0 40px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: "freight-micro-pro";
  margin-left: -12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1;
}

.page-header .entry-type:after {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.page-header .entry-type.strategist:after,
.page-header .entry-type.roundtables:after {
  background: #E73636;
}

.page-header .entry-type.roundtables {
  z-index: 4;
  padding-left: 50px;
}

.page-header .entry-type.scholarly {
  z-index: 5;
  background: #009FE3;
}

.page-header .entry-type.strategist {
  z-index: 6;
}

.page-header .entry-type .svg-strategist {
  font-size: 1.125rem;
}

.page-header .entry-type .svg-scholar {
  font-size: 1.75rem;
}

.page-header .entry-type .svg-icon {
  margin-right: 10px;
}

.page-header .entry-type span {
  color: white;
  z-index: 2;
  position: relative;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .page-header h1 {
    font-size: 3.25rem;
    line-height: 1;
    letter-spacing: 0.015rem;
  }

  .page-header .entry-type {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.search .page-header {
  padding-bottom: 36px;
}

.search .page-header h1 {
  color: #2D3949;
  padding: 6px 0 9px 10px;
  background: none;
}

.search .page-header h1:after {
  content: none;
}

.search .page-header h1 span {
  background: none;
  border-bottom: 4px solid #E73636;
}

.search .page-header h2 {
  color: #E73636;
  margin: 11px 0 0;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.02rem;
}

.endnotes {
  margin: 64px 0 53px;
  padding: 38px 10px 10px 10px;
  position: relative;
  border-top: 2px solid #E73636;
  counter-reset: endnotesp;
}

.endnotes .svg-icon,
.endnotes .png-icon {
  top: 0;
  left: 50%;
  width: 36px;
  height: 28px;
  z-index: 2;
  position: absolute;
  background: white;
  margin-top: -14px;
  margin-left: -18px;
}

.endnotes .svg-icon svg,
.endnotes .png-icon svg {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}

.endnotes .svg-icon img,
.endnotes .png-icon img {
  margin: 0 auto;
}

.endnotes h4 {
  color: #E73636;
  font-weight: 600;
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02rem;
}

.endnotes ul {
  color: #E73636;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-family: "freight-micro-pro";
  counter-reset: endnotes;
  font-size: 1rem;
  line-height: 118.75%;
}

.endnotes .notes {
  counter-reset: paragraph;
}

.endnotes .notes p {
  margin: 0;
  position: relative;
  padding-left: 33px;
  font-size: 1rem;
  line-height: 118.75%;
}

.endnotes .notes p + p {
  margin-top: 30px;
}

.endnotes a[name^="_ftn"] {
  left: 0;
  display: block;
  position: absolute;
}

.endnotes ul li {
  position: relative;
  padding-left: 33px;
}

.endnotes ul li + li {
  margin-top: 30px;
}

.endnotes ul li:before {
  top: 1px;
  left: 0;
  color: inherit;
  position: absolute;
  font-family: "europa";
  font-weight: 600;
  font-size: 1rem;
  line-height: 118.75%;
}

.endnotes ul li:before {
  counter-increment: endnotes;
  content: counter(endnotes);
}

.endnotes ul i,
.endnotes ul em {
  font-style: italic;
  font-weight: 600;
}

.endnotes a:link,
.endnotes a:focus,
.endnotes a:active,
.endnotes a:visited {
  color: #E73636;
}

.endnotes a:hover {
  color: #E73636;
}

@media (min-width: 768px) {
  .endnotes {
    margin: 180px 0 53px;
  }
}

.progress-read {
  top: 0;
  left: 0;
  width: 100%;
  color: #E73636;
  height: 6px;
  border: none;
  display: block;
  z-index: 35;
  position: fixed;
  -webkit-transform: skewX(-30deg) translateX(-20px);
          transform: skewX(-30deg) translateX(-20px);
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.progress-read::-webkit-progress-bar {
  background-color: transparent;
}

.progress-read::-moz-progress-bar {
  background-color: red;
}

.progress-read::-webkit-progress-value {
  background-color: red;
}

.admin-bar .progress-read {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .progress-read {
    top: 32px;
  }
}

.single .main {
  background: none;
}

.single .mobile .logo,
.single .header-main,
.single .issue-label,
.single .span-meta-row,
.single .span-meta-col {
  display: none;
}

.single .navbar-toggle.open {
  top: 46px;
  position: fixed;
}

.single.admin-bar .navbar-toggle.open {
  top: 88px;
}

.single .featured-thumb {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 23;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single .entry-type,
.single .entry-subtype {
  top: 0;
  left: -10px;
  color: white;
  height: 47px;
  display: none;
  padding: 0 30px;
  z-index: 99;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  font-family: "freight-micro-pro";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1;
}

.single .entry-type:after,
.single .entry-subtype:after {
  top: 0;
  right: 0;
  width: 160%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: skewx(-25deg);
          transform: skewx(-25deg);
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.08);
}

.single .entry-type span,
.single .entry-subtype span {
  z-index: 2;
  position: relative;
}

.single .entry-type .svg-icon,
.single .entry-subtype .svg-icon {
  margin-right: 10px;
}

.single .entry-type .svg-strategist,
.single .entry-subtype .svg-strategist {
  font-size: 1.125rem;
}

.single .entry-type .svg-scholarly,
.single .entry-subtype .svg-scholarly {
  font-size: 1.75rem;
}

.single .entry-subtype {
  top: 45px;
  z-index: 25;
  min-width: 150px;
}

.single .entry-subtype:after {
  background: #009FE3;
}

.single .has-thumb:before,
.single .featured-thumb:before {
  width: calc(100% + 20px);
  content: '';
  display: block;
  padding-top: 53%;
  margin-left: -10px;
}

.single .row-content {
  z-index: 31;
  position: relative;
  font-size: 0;
  background: white;
}

.single .entry-title {
  margin: 7px 0 17px;
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
}

.single .entry-meta .author {
  margin-bottom: 8px;
}

.single .terms,
.single .entry-date,
.single .entry-authors {
  color: #2D3949;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.single .terms + .terms:before,
.single .terms + .entry-date:before {
  margin: 0 5px;
  display: inline-block;
  content: '|';
}

.single .terms a,
.single .entry-author {
  color: #2D3949;
}

.single .terms a:link,
.single .terms a:focus,
.single .terms a:active,
.single .terms a:visited,
.single .entry-author:link,
.single .entry-author:focus,
.single .entry-author:active,
.single .entry-author:visited {
  color: #2D3949;
}

.single .terms a:hover,
.single .entry-author:hover {
  color: #2D3949;
}

.single .entry-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single .entry-authors .entry-author:not(:only-child) {
  padding-right: 30px;
}

.single .entry-authors .link-text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.single .entry-authors a {
  padding-top: 7px;
}

.single .authors-cards {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  font-size: 0;
}

.single .issue-label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 118.75%;
}

.single .lead {
  color: #E73636;
  margin: 0;
  font-weight: 400;
  font-family: "europa";
  font-size: 1.125rem;
  line-height: 127.77778%;
}

.single .contents {
  padding: 15px 50px 5px 0;
  position: relative;
  margin-top: 30px;
}

.single .contents h3,
.single .contents p,
.single .contents ul,
.single .contents ol {
  z-index: 2;
  position: relative;
}

.single .contents h3 {
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1;
}

.single .contents a {
  text-decoration: none !important;
}

.single .contents:after {
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  background: rgba(0, 159, 227, 0.1);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.single .contents + .lead {
  margin-top: 40px;
}

.single .pubinfo p,
.single .contents p {
  font-size: 1.0625rem;
  line-height: 147.05882%;
}

.single .pubinfo a,
.single .contents a {
  color: #2D3949;
  text-decoration: underline;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
}

.single .pubinfo a:link,
.single .pubinfo a:focus,
.single .pubinfo a:active,
.single .pubinfo a:visited,
.single .contents a:link,
.single .contents a:focus,
.single .contents a:active,
.single .contents a:visited {
  color: #2D3949;
}

.single .pubinfo a:hover,
.single .contents a:hover {
  color: #2D3949;
}

.single .entry-content h2 {
  margin-bottom: 23px;
}

.single .related-articles {
  padding: 0 10px;
}

.single .related-articles h3 {
  margin: 23px 0 31px;
}

.single .entry-share {
  margin: 15px 0 20px;
}

.single .content-info {
  margin-top: 0;
}

.single .entry-content a[name] {
  display: inline-block;
  font-weight: 700;
  font-family: "europa";
  vertical-align: top;
  font-size: 0.9375rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .single .article {
    position: relative;
  }

  .single .article .meta,
  .single .article .issue-label,
  .single .article .span-content,
  .single .article .span-meta-row,
  .single .article .span-meta-col {
    display: inline-block;
    vertical-align: top;
  }

  .single .article .entry-type,
  .single .article .entry-subtype {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .single .article .span-meta-row {
    width: 100%;
    padding-top: 40px;
  }

  .single .article.roundtable .span-meta-row {
    padding-top: 85px;
  }

  .single .article .span-meta-col {
    width: 25%;
    max-width: 165px;
  }

  .single .article .span-meta-col .entry-authors {
    padding-top: 20px;
  }

  .single .article .span-content {
    width: 70%;
    max-width: 600px;
    margin-top: -4px;
  }

  .single .article .span-content .entry-meta {
    display: none;
  }

  .single .article .entry-share {
    margin: 36px 0 20px;
  }

  .single .article .entry-meta + .entry-share {
    margin-top: 0;
  }

  .single .article .entry-date {
    display: block;
    padding-top: 5px;
  }

  .single .article .entry-date:before {
    content: none;
  }

  .single .article .download {
    float: right;
  }

  .single .article .terms,
  .single .article .entry-date {
    font-weight: 400;
  }

  .single .article .lead {
    font-size: 1.5rem;
    line-height: 125%;
  }
}

@media (min-width: 992px) {
  .single .progress-read,
  .single .featured-thumb {
    left: auto;
    right: auto;
    width: 70%;
    max-width: 896px;
  }

  .single .featured-thumb {
    margin-left: -18px;
  }

  .single .row-content {
    margin-top: -10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .single .wrap .content {
    padding: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .single .article {
    position: relative;
  }

  .single .article header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    max-width: 100%;
  }

  .single .article .lead,
  .single .article .pubinfo,
  .single .article .contents,
  .single .article .entry-title,
  .single .article .entry-share,
  .single .article .authors-cards {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    max-width: 586px;
    margin-left: auto;
    margin-right: auto;
  }

  .single .article header .entry-title {
    margin-bottom: 58px;
  }
}

/**
 * Framing
 */

.card.framing .entry-title a:after {
  background-color: #2D3949;
}

.framing .entry-type:after {
  background: #2D3949;
}

/**
 * Scholarly
 */

.card.scholarly .entry-title a:after {
  background-color: #009FE3;
}

.scholarly .entry-type:after {
  background: #009FE3;
}

/**
 * Strategist
 */

.card.strategist .entry-title a:after {
  background-color: #E73636;
}

.roundtable .entry-type:after,
.strategist .entry-type:after {
  background: #E73636;
}

.article.scholarly u,
.article.scholarly h1,
.article.scholarly h2,
.article.scholarly .entry-content a,
.article.roundtable u,
.article.roundtable h1,
.article.roundtable h2,
.article.roundtable .entry-content a {
  -webkit-text-decoration-color: #009FE3 !important;
          text-decoration-color: #009FE3 !important;
}

.article.scholarly .entry-content a,
.article.roundtable .entry-content a {
  color: #2D3949;
  text-decoration: underline;
}

.article.scholarly .entry-content a:link,
.article.scholarly .entry-content a:focus,
.article.scholarly .entry-content a:active,
.article.scholarly .entry-content a:visited,
.article.roundtable .entry-content a:link,
.article.roundtable .entry-content a:focus,
.article.roundtable .entry-content a:active,
.article.roundtable .entry-content a:visited {
  color: #2D3949;
}

.article.scholarly .entry-content a:hover,
.article.roundtable .entry-content a:hover {
  color: #2D3949;
}

.article.scholarly .entry-content a[name],
.article.roundtable .entry-content a[name] {
  color: #009FE3;
  text-decoration: none;
}

.article.scholarly .entry-content a[name]:link,
.article.scholarly .entry-content a[name]:focus,
.article.scholarly .entry-content a[name]:active,
.article.scholarly .entry-content a[name]:visited,
.article.roundtable .entry-content a[name]:link,
.article.roundtable .entry-content a[name]:focus,
.article.roundtable .entry-content a[name]:active,
.article.roundtable .entry-content a[name]:visited {
  color: #009FE3;
}

.article.scholarly .entry-content a[name]:hover,
.article.roundtable .entry-content a[name]:hover {
  color: #009FE3;
}

.article.scholarly .lead,
.article.scholarly .endnotes h4,
.article.scholarly .endnotes ul,
.article.scholarly .endnotes p,
.article.roundtable .lead,
.article.roundtable .endnotes h4,
.article.roundtable .endnotes ul,
.article.roundtable .endnotes p {
  color: #009FE3;
}

.article.scholarly blockquote.quote-left,
.article.roundtable blockquote.quote-left {
  padding-top: 15px;
}

.article.scholarly blockquote.quote-left:after,
.article.roundtable blockquote.quote-left:after {
  top: 0;
  right: 10px;
  z-index: 2;
  background: #009FE3;
}

.article.scholarly blockquote.quote-left:before,
.article.roundtable blockquote.quote-left:before {
  top: 10px;
  right: 0;
  z-index: 1;
  background: #E73636;
}

.article.scholarly .progress-read {
  color: #009FE3;
}

.article.scholarly .progress-read::-moz-progress-bar {
  background-color: #009FE3;
}

.article.scholarly .progress-read::-webkit-progress-value {
  background-color: #009FE3;
}

.article.strategist u,
.article.strategist h1,
.article.strategist h2,
.article.strategist .entry-content a {
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
}

.article.strategist .entry-content a {
  color: #E73636;
  text-decoration: underline;
}

.article.strategist .entry-content a:link,
.article.strategist .entry-content a:focus,
.article.strategist .entry-content a:active,
.article.strategist .entry-content a:visited {
  color: #E73636;
}

.article.strategist .entry-content a:hover {
  color: #E73636;
}

.article.strategist .entry-content a[name] {
  color: #E73636;
  text-decoration: none;
}

.article.strategist .entry-content a[name]:link,
.article.strategist .entry-content a[name]:focus,
.article.strategist .entry-content a[name]:active,
.article.strategist .entry-content a[name]:visited {
  color: #E73636;
}

.article.strategist .entry-content a[name]:hover {
  color: #E73636;
}

.article.strategist .endnotes h4,
.article.strategist .endnotes ul,
.article.strategist .endnotes p,
.article.strategist blockquote p,
.article.strategist blockquote.quote-right p {
  color: #E73636;
}

.article.strategist blockquote.quote-left p {
  color: white;
}

.article.roundtable .row-main-content .issue-label {
  color: #E73636;
  margin-top: 20px;
}

.article.roundtable .row-main-content .terms,
.article.roundtable .row-main-content .terms a,
.article.roundtable .row-main-content .entry-date,
.article.roundtable .row-main-content .entry-authors a {
  color: #009FE3;
}

.article.roundtable .row-main-content h1 {
  color: #009FE3;
  -webkit-text-decoration-color: #E73636;
          text-decoration-color: #E73636;
}

.article.roundtable .progress-read {
  color: #009FE3;
  height: 8px;
}

.article.roundtable .progress-read::-moz-progress-bar {
  background: linear-gradient(#009FE3 0, #009FE3 50%, #E73636 50%);
}

.article.roundtable .progress-read::-webkit-progress-value {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009FE3), color-stop(50%, #009FE3), color-stop(50%, #E73636));
  background: linear-gradient(#009FE3 0, #009FE3 50%, #E73636 50%);
}

.article.framing h1 {
  -webkit-text-decoration-color: #2D3949;
          text-decoration-color: #2D3949;
}

.article.framing .entry-content a[name] {
  color: #009FE3;
  text-decoration: none;
}

.article.framing .entry-content a[name]:link,
.article.framing .entry-content a[name]:focus,
.article.framing .entry-content a[name]:active,
.article.framing .entry-content a[name]:visited {
  color: #2D3949;
}

.article.framing .entry-content a[name]:hover {
  color: #2D3949;
}

.article.framing .entry-type:after {
  background: #2D3949;
}

.article.framing .progress-read {
  color: #2D3949;
}

.article.framing .progress-read::-moz-progress-bar {
  background-color: #2D3949;
}

.article.framing .progress-read::-webkit-progress-value {
  background-color: #2D3949;
}

.article.framing .lead,
.article.framing .endnotes h4,
.article.framing .endnotes ul,
.article.framing .endnotes p,
.article.framing blockquote p {
  color: #2D3949;
}

.article.framing blockquote.quote-left {
  padding-top: 15px;
}

.article.framing blockquote.quote-left p {
  color: white;
}

.article.framing blockquote.quote-left:after {
  top: 0;
  right: 10px;
  z-index: 2;
  background: #2D3949;
}

.article.framing blockquote.quote-left:before {
  top: 10px;
  right: 0;
  z-index: 1;
  background: #E73636;
}

@media (min-width: 768px) {
  .card.framing {
    background: rgba(45, 57, 73, 0.08);
  }

  .card.framing h2.entry-title a {
    -webkit-text-decoration-color: #2D3949;
            text-decoration-color: #2D3949;
  }

  .card.scholarly h2.entry-title a {
    -webkit-text-decoration-color: #009FE3;
            text-decoration-color: #009FE3;
  }

  .card.scholarly .terms,
  .card.scholarly .entry-date,
  .card.scholarly .entry-authors {
    color: #009FE3;
  }

  .card.scholarly .terms a,
  .card.scholarly .entry-author {
    color: #009FE3;
  }

  .card.scholarly .terms a:link,
  .card.scholarly .terms a:focus,
  .card.scholarly .terms a:active,
  .card.scholarly .terms a:visited,
  .card.scholarly .entry-author:link,
  .card.scholarly .entry-author:focus,
  .card.scholarly .entry-author:active,
  .card.scholarly .entry-author:visited {
    color: #009FE3;
  }

  .card.scholarly .terms a:hover,
  .card.scholarly .entry-author:hover {
    color: #009FE3;
  }

  .card.strategist .terms,
  .card.strategist .entry-date,
  .card.strategist .entry-authors {
    color: #E73636;
  }

  .card.strategist .terms a,
  .card.strategist .entry-author {
    color: #E73636;
  }

  .card.strategist .terms a:link,
  .card.strategist .terms a:focus,
  .card.strategist .terms a:active,
  .card.strategist .terms a:visited,
  .card.strategist .entry-author:link,
  .card.strategist .entry-author:focus,
  .card.strategist .entry-author:active,
  .card.strategist .entry-author:visited {
    color: #E73636;
  }

  .card.strategist .terms a:hover,
  .card.strategist .entry-author:hover {
    color: #E73636;
  }
}

.error404 .main {
  background: #D8D8D8;
}

.error404 .main .content {
  min-height: 100vh;
}

.error404 .main .svg-wrap {
  margin: 0 auto;
  padding: 100px 0 50px;
  max-width: 790px;
}

.error404 .main h1 {
  color: white;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 2.25rem;
  line-height: 133.33333%;
  letter-spacing: 0.02rem;
}

.error404 .main h1 a {
  color: white;
  text-decoration: underline;
}

.error404 .main h1 a:link,
.error404 .main h1 a:focus,
.error404 .main h1 a:active,
.error404 .main h1 a:visited {
  color: white;
}

.error404 .main h1 a:hover {
  color: white;
}

.wgt-main-article {
  padding: 0 0 39px;
}

.wgt-main-article .entry-title {
  position: relative;
  margin-bottom: 0;
}

.wgt-main-article .entry-title a {
  width: 85%;
  z-index: 2;
  display: block;
  position: relative;
}

.wgt-main-article .entry-title span {
  padding: 3px 40px 11px 0;
  z-index: 3;
  display: inline-block;
  position: relative;
}

.wgt-main-article .entry-title a:after {
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.wgt-main-article .entry-summary {
  padding-top: 2px;
}

.wgt-main-article .entry-meta {
  padding-top: 11px;
}

@media (min-width: 768px) {
  .wgt-main-article .card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 14px 13px;
    background: white;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }

  .wgt-main-article .entry-thumbnail {
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .wgt-main-article .entry-summary-wrap {
    width: 50%;
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    padding-left: 21px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .wgt-main-article .entry-summary {
    padding-top: 2px;
    padding-bottom: 44px;
  }

  .wgt-main-article .entry-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 180%;
    margin-left: calc(-100% - 41px);
    font-size: 2.3125rem;
    line-height: 102.7027%;
    letter-spacing: 0.015rem;
  }

  .wgt-main-article .entry-title a {
    width: initial;
  }

  .wgt-main-article .entry-title a span {
    padding: 3px 35px 11px 15px;
  }

  .wgt-main-article .entry-title a:after {
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
  }

  .wgt-main-article .entry-meta {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    padding-top: 19px;
  }

  .wgt-main-article .entry-summary p {
    font-size: 1.125rem;
    line-height: 127.77778%;
  }
}

.wgt-featured-articles .span-4 + .span-4 {
  margin-top: 30px;
}

.wgt-featured-articles + .wgt-newsletter {
  margin-top: 59px;
}

@media (min-width: 768px) {
  .wgt-featured-articles .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wgt-featured-articles .row .span-4 {
    width: 33.33333%;
  }

  .wgt-featured-articles .row .span-4 + .span-4 {
    margin-top: 0;
  }

  .wgt-featured-articles + .wgt-newsletter {
    margin-top: 29px;
  }
}

.wgt-featured-roundtables .span-4 + .span-4 {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .wgt-featured-roundtables + .content-info {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .wgt-featured-roundtables .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wgt-featured-roundtables .card .entry-meta {
    width: 30%;
  }

  .wgt-featured-roundtables .card .entry-summary-wrap {
    width: 70%;
    padding: 0 70px 0 30px;
  }

  .wgt-featured-roundtables .card .entry-date {
    display: block;
    margin-top: 5px;
  }

  .wgt-featured-roundtables .card .entry-date:before {
    content: none;
  }
}

.wgt-newsletter {
  background: #009FE3;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 29px;
}

.wgt-newsletter label {
  display: none;
}

.wgt-newsletter p {
  margin: 0;
}

.wgt-newsletter input[type=text],
.wgt-newsletter input[type=email] {
  padding: 19px 15px 18px;
  background: white;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.375rem;
  line-height: 1;
}

.wgt-newsletter input[type=text]:focus,
.wgt-newsletter input[type=email]:focus {
  outline: none;
}

.wgt-newsletter input[type=submit] {
  color: white;
  width: 246px;
  margin: 0 auto;
  display: block;
  padding: 19px 5px;
  -webkit-transform: translateY(39px);
          transform: translateY(39px);
  background: #2D3949;
  text-align: center;
  font-weight: bold;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1;
}

.wgt-newsletter .mc4wp-form {
  padding: 50px 10px 12px;
}

.wgt-newsletter .mc4wp-form-success .mc4wp-form-fields {
  display: none;
}

.wgt-newsletter .mc4wp-form-success p {
  color: white;
  margin-bottom: 20px;
}

.wgt-newsletter + .wgt-textblock {
  padding-top: 63px;
}

@media (min-width: 768px) {
  .wgt-newsletter {
    margin-left: 0;
    margin-right: 0;
    background: none;
  }

  .wgt-newsletter .mc4wp-form {
    padding: 35px 32px;
    position: relative;
    background: #009FE3;
  }

  .wgt-newsletter input[type=text],
  .wgt-newsletter input[type=email] {
    height: 62px;
  }

  .wgt-newsletter input[type=submit] {
    top: 35px;
    right: 32px;
    height: 62px;
    padding: 23px 5px 24px;
    position: absolute;
    -webkit-transform: none;
            transform: none;
    font-size: 0.9375rem;
    line-height: 1;
  }

  .wgt-newsletter + .wgt-textblock {
    padding-top: 0;
  }
}

.wgt-textblock .section-title {
  margin-bottom: 13px;
}

.wgt-textblock h3 {
  color: #009FE3;
  margin: 0 0 3px;
  font-size: 1.375rem;
  line-height: 118.18182%;
}

.wgt-textblock p {
  margin: 0;
  font-size: 1rem;
  line-height: 143.75%;
}

.wgt-textblock .card {
  padding: 10px 15px 19px;
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.wgt-textblock + .wgt-featured-roundtables {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .wgt-textblock .section-title {
    display: none;
  }

  .wgt-textblock h3 {
    font-size: 1.75rem;
    line-height: 121.42857%;
  }
}

.wgt-posts-index.post-type-roundtable .span-4 .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wgt-posts-index.post-type-roundtable .card-wrap:nth-child(even) {
  background: #F5F5F6;
}

.wgt-posts-index.post-type-roundtable .span-4:nth-child(even) .card {
  margin-left: -10px;
  margin-right: -10px;
}

.wgt-posts-index.post-type-roundtable .entry-author {
  color: #009FE3;
}

.wgt-posts-index.post-type-roundtable .entry-author:link,
.wgt-posts-index.post-type-roundtable .entry-author:focus,
.wgt-posts-index.post-type-roundtable .entry-author:active,
.wgt-posts-index.post-type-roundtable .entry-author:visited {
  color: #009FE3;
}

.wgt-posts-index.post-type-roundtable .entry-author:hover {
  color: #009FE3;
}

.wgt-posts-index.post-type-roundtable + .content-info {
  margin-top: 0;
}

@media (min-width: 768px) {
  .wgt-posts-index.post-type-roundtable {
    margin-left: -15px;
    margin-right: -15px;
  }

  .wgt-posts-index.post-type-roundtable .card {
    margin: 0 auto !important;
    padding: 17px 0 5px;
    max-width: 496px;
  }
}

@media (min-width: 1200px) {
  .wgt-posts-index.post-type-roundtable .card {
    -webkit-transform: translateX(-17%);
            transform: translateX(-17%);
  }
}

@media (min-width: 768px) {
  .wgt-posts-index.post-type-post .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wgt-posts-index.post-type-post .span-4 {
    width: 33.33333%;
  }

  .wgt-posts-index.post-type-post .span-4 + .span-4 {
    margin-top: 0;
  }
}

.wgt-authors {
  position: relative;
  padding-bottom: 17px;
}

.wgt-authors .link-text {
  font-family: "freight-micro-pro";
}

.wgt-authors.type-manual:after,
.wgt-authors.type-auto li + li .author-card:before {
  left: 0;
  width: 72%;
  display: block;
  content: '';
  position: absolute;
  border-top: 1px solid #E2E2E2;
}

.wgt-authors.type-manual:after {
  bottom: 0;
}

.wgt-authors.type-auto li + li .author-card:before {
  top: 0;
}

.wgt-authors .widget-title {
  margin-bottom: 0;
}

.wgt-authors ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.wgt-authors .author-card {
  width: 100%;
  padding: 12px 0;
  position: relative;
}

.wgt-authors .author-card > div {
  display: inline-block;
  vertical-align: middle;
}

.wgt-authors .author-card .span-avatar {
  width: 85px;
  padding: 0;
}

.wgt-authors .author-card .span-details {
  width: calc(100% - 85px);
  padding: 0 0 0 10px;
}

.wgt-authors + .wgt {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .wgt-authors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .wgt-authors .span-4 {
    width: 33.33333%;
  }

  .wgt-authors.type-auto li + li .author-card:before {
    content: none;
  }
}

.pw-topics .main,
.pw-topics .banner {
  background: #009FE3;
}

.pw-topics .menu-toggle-trans {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pw-topics .menu-toggle {
  display: none;
}

.pw-topics .content-info {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .pw-topics .banner {
    background: white;
  }
}

.wgt-topics {
  text-align: center;
  padding-top: 5px;
}

.wgt-topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 137.5%;
}

.wgt-topics a,
.wgt-topics h2 {
  color: white;
  font-weight: 600;
  font-family: "europa";
}

.wgt-topics a:link,
.wgt-topics a:focus,
.wgt-topics a:active,
.wgt-topics a:visited,
.wgt-topics h2:link,
.wgt-topics h2:focus,
.wgt-topics h2:active,
.wgt-topics h2:visited {
  color: white;
}

.wgt-topics a:hover,
.wgt-topics h2:hover {
  color: white;
}

.wgt-topics h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  line-height: 135%;
}

.wgt-topics a {
  display: block;
  padding: 0 0 2px;
}

.wgt-topics .span-topic {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wgt-topics .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .wgt-topics .span-topic {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .wgt-topics .span-topic {
    width: 25%;
  }
}

.pw-regions .main,
.pw-regions .banner {
  background: #2D3949;
}

.pw-regions .menu-toggle-trans {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pw-regions .menu-toggle {
  display: none;
}

.pw-regions .content-info {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .pw-regions .banner {
    background: white;
  }
}

.wgt-regions {
  padding-top: 5px;
}

.wgt-regions .span-posts,
.wgt-regions .span-categories {
  display: none;
}

.wgt-regions .span-topic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 1rem;
  line-height: 137.5%;
}

.wgt-regions .span-topic a,
.wgt-regions .span-topic h2 {
  color: white;
  font-weight: 600;
  font-family: "europa";
}

.wgt-regions .span-topic a:link,
.wgt-regions .span-topic a:focus,
.wgt-regions .span-topic a:active,
.wgt-regions .span-topic a:visited,
.wgt-regions .span-topic h2:link,
.wgt-regions .span-topic h2:focus,
.wgt-regions .span-topic h2:active,
.wgt-regions .span-topic h2:visited {
  color: white;
}

.wgt-regions .span-topic a:hover,
.wgt-regions .span-topic h2:hover {
  color: white;
}

.wgt-regions .span-topic h2 {
  margin: 0 0 6px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 135%;
}

.wgt-regions .span-topic a {
  display: block;
  padding: 0 0 2px;
}

.wgt-regions .span-topic + .span-topic {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .wgt-regions .span-posts {
    width: 100%;
    display: block;
  }

  .wgt-regions .span-categories {
    width: 33.33333%;
    display: block;
  }

  .wgt-regions > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .wgt-regions .span-regions {
    display: none;
  }

  .wgt-regions .span-4 {
    width: 50%;
  }

  .wgt-regions .card.loop .entry-summary {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .wgt-regions .span-categories {
    width: 25%;
  }

  .wgt-regions .span-posts {
    width: 75%;
  }

  .wgt-regions .span-4 {
    width: 33.33333%;
  }

  .wgt-regions .loop h2 {
    font-size: 1.125rem;
    line-height: 100%;
    letter-spacing: 0.03rem;
  }

  .wgt-regions .loop p {
    font-size: 0.8125rem;
    line-height: 130.76923%;
  }
}

.row-map {
  position: relative;
  margin-bottom: 140px;
}

.row-map a {
  color: white;
  width: 27px;
  height: 27px;
  display: block;
  z-index: 2;
  position: absolute;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 207.69231%;
  letter-spacing: 0.001rem;
}

.row-map a:link,
.row-map a:focus,
.row-map a:active,
.row-map a:visited {
  color: white;
}

.row-map a:hover {
  color: white;
}

.row-map a span {
  display: block;
  z-index: 10;
  position: relative;
  background: #2D3949;
  border-radius: 50%;
}

.row-map .europe {
  top: 32%;
  left: 51%;
}

.row-map .south-america {
  top: 69%;
  left: 28%;
}

.row-map .russia-fsu {
  top: 25%;
  left: 72%;
}

.row-map .africa {
  top: 62%;
  left: 52%;
}

.row-map .north-america {
  top: 31%;
  left: 17%;
}

.row-map .australia {
  top: 76%;
  left: 84%;
}

.row-map .middle-east-north-africa {
  top: 49%;
  left: 52%;
}

.row-map .asia {
  top: 41%;
  left: 70%;
}

.row-map a:after,
.row-map a:before {
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1;
  content: '';
  position: absolute;
  border-radius: 50%;
}

.row-map a:after {
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.row-map a:before {
  top: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.row-map a:hover:after {
  left: -1px;
  background: #E73636;
}

.row-map a:hover:before {
  right: -1px;
  background: #009FE3;
}

h6 {
  font-size: 0.8rem;
}

.single .contents a:link,
a:visited {
  color: #2d3949;
  text-decoration: underline;
  -webkit-text-decoration-color: #e73636;
  text-decoration-color: #e73636;
}

.single .contents a:hover,
a:active {
  text-decoration: none;
}

a:link,
a:visited {
  color: #009EE7;
}

a:hover,
a:active {
  color: #2d3949;
}

.row-map {
  margin-bottom: 50px;
}

/* Page header */

.single .mobile .logo {
  display: block;
}

@media screen and (max-width: 992px) {
  .single .featured-thumb {
    position: relative;
  }

  .single .featured-thumb:before,
  .single .has-thumb:before {
    padding-top: 0;
  }

  .single .featured-thumb:before,
  .single .has-thumb .featured-thumb:before {
    padding-top: 53%;
  }
}

.entry-summary {
  padding: 10px;
}

.entry-content > table,
.entry-content table tr td,
.entry-content table tr th {
  font-weight: 400;
  font-family: freight-micro-pro;
  font-size: 1.0625rem;
  line-height: 135.29412%;
}

@media (min-width: 768px) {
  .entry-content > p,
  .entry-content ol,
  .entry-content ul,
  .entry-content td {
    font-size: 1.25rem;
  }
}

.wgt-main-article {
  padding-bottom: 19px;
}

.wgt-featured-articles .row {
  padding-top: 10px;
}

/* Line height of endnotes */

.endnotes .notes p + p {
  margin-top: 10px;
}

/* Third party images in body copy */

.img-uploaded-left {
  margin-right: 25px;
}

.img-uploaded-right {
  margin-left: 25px;
}

/* Quotes */

blockquote,
blockquote p,
blockquote li,
.article.strategist blockquote p {
  color: #2d3949;
  font-weight: normal;
}

.article.scholarly blockquote.quote-right p {
  color: #009fe3;
}

.article.scholarly blockquote.quote-left p,
.article.scholarly blockquote.quote-right p,
.article.framing blockquote.quote-left p,
.article-framing blockquote.quote-right p,
.article.strategist blockquote.quote-left p,
.article.strategist blockquote.quote-right p {
  font-weight: 600 !important;
}

/* Forms */

.entry-content input[type=date],
.entry-content input[type=email],
.entry-content input[type=number],
.entry-content input[type=password],
.entry-content input[type=search],
.entry-content input[type=tel],
.entry-content input[type=text],
.entry-content input[type=url],
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 16px 11px 14px;
  background: #f5f5f6;
  -webkit-box-shadow: 0 1px 4px 0 rgba(45, 57, 73, 0.1);
          box-shadow: 0 1px 4px 0 rgba(45, 57, 73, 0.1);
  border-radius: 4px;
  font-family: europa;
  font-size: 1rem;
  line-height: 1;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.entry-content [type=reset],
.entry-content [type=submit] {
  color: #fff;
  border: 3px solid #009fe3;
  padding: 16px 22px 17px;
  display: inline-block;
  min-width: 246px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #009fe3;
  text-align: center;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.entry-content [type=reset],
.entry-content [type=submit]:hover {
  color: #009fe3;
  cursor: pointer;
  background: none;
}

/* Article links */

.article .entry-content a:link,
.article .entry-content a:visited {
  text-decoration: underline;
}

.article .entry-content a:active,
.article .entry-content a:focus,
.article .entry-content a:hover {
  text-decoration: none;
  color: #2d3949;
}

.article.scholarly .entry-content a:link,
.article.scholarly .entry-content a:visited {
  color: #009fe3;
}

.article.strategist .entry-content a:link,
.article.strategist .entry-content a:visited {
  color: #e73636;
  -webkit-text-decoration-color: #e73636 !important;
  text-decoration-color: #e73636 !important;
}

.article.strategist .entry-content a:active,
.article.strategist .entry-content a:focus,
.article.strategist .entry-content a:hover {
  color: #2d3949;
}

.article.scholarly .entry-content a:active,
.article.scholarly .entry-content a:focus,
.article.scholarly .entry-content a:hover {
  color: #2d3949;
}

.article.roundtable .entry-content a:link,
.article.roundtable .entry-content a:visited {
  color: #009fe3;
  -webkit-text-decoration-color: #e73636 !important;
  text-decoration-color: #e73636 !important;
}

.article.roundtable .entry-content a:active,
.article.roundtable .entry-content a:focus,
.article.roundtable .entry-content a:hover {
  text-decoration: none;
  color: #2d3949;
}

.article .entry-content a:active,
.article .entry-content a:focus,
.article .entry-content a:hover,
.article .entry-content a:link,
.article .entry-content a:visited {
  color: #2d3949;
  -webkit-text-decoration-color: #2d3949;
  text-decoration-color: #2d3949;
}

/* headings */

.article.scholarly .entry-content h2,
.article.scholarly .entry-content h3,
.article.scholarly .entry-content h4,
.article.scholarly .entry-content h5 {
  color: #2d3949;
  -webkit-text-decoration-color: #009fe3 !important;
  text-decoration-color: #009fe3 !important;
  text-decoration: underline;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: .02rem;
  font-weight: 600;
}

.article.framing .entry-content h2,
.article.framing .entry-content h3,
.article.framing .entry-content h4,
.article.framing .entry-content h5 {
  color: #2d3949;
  -webkit-text-decoration-color: #2d3949 !important;
  text-decoration-color: #2d3949 !important;
  text-decoration: underline;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: .02rem;
  font-weight: 600;
}

.article.roundtable .entry-content h2,
.article.roundtable .entry-content h3,
.article.roundtable .entry-content h4,
.article.roundtable .entry-content h5,
.article.roundtable .entry-content h6,
.article.strategist .entry-content h2,
.article.strategist .entry-content h3,
.article.strategist .entry-content h4,
.article.strategist .entry-content h5 {
  color: #2d3949;
  -webkit-text-decoration-color: #e73636 !important;
  text-decoration-color: #e73636 !important;
  text-decoration: underline;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: .02rem;
  font-weight: 600;
}

.single .article.framing header h1.entry-title,
.article.framing .issue-label {
  color: #2d3949;
}

.single .article.scholarly .issue-label,
.single .article.strategist .issue-label {
  color: #2d3949;
}

.article.strategist h1,
.article.strategist h2,
.article.scholarly h1,
.article.scholarly h2 {
  color: #2d3949;
}

.article.roundtable .row-main-content h1 {
  -webkit-text-decoration-color: #e73636 !important;
  text-decoration-color: #e73636 !important;
}

.article.roundtable .lead {
  color: #e73636;
}

.archive .page-header h1 {
  text-transform: capitalize;
}

/* excerpt cards, new php added*/

@media (min-width: 1200px) {
  .wgt-featured-roundtables .card .entry-date {
    margin-top: 0;
  }
}

.card.post .entry-authors,
.card.post .entry-date,
.card.post .terms,
.card.loop .terms,
.card.loop .entry-authors,
.card.loop .entry-date {
  font-size: 1rem;
  font-weight: 400;
}

.card.loop h2.entry-title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .card.loop h2.entry-title {
    font-size: 1.5625rem;
    line-height: 112%;
    letter-spacing: .02rem;
  }
}

@media (min-width: 1200px) {
  .wgt-main-article .entry-title {
    margin-bottom: -50px;
  }
}

.card.loop .entry-date {
  display: block;
  padding-top: 7px;
}

.card.loop .entry-date:before {
  content: "";
  margin: 0;
}

@media (min-width: 768px) {
  .card.loop.framing {
    background: #eff0f1;
  }
}

.card.loop .terms {
  display: inline;
  line-height: 1.2em;
}

.card.loop.roundtable .entry-authors {
  display: none;
}

.card.framing {
  background: #eff0f1;
}

.card.loop h2.entry-title a {
  color: #2d3949;
}

/* footer */

footer.content-info {
  z-index: 23;
  position: relative;
}

ul#colophon.nav-footer li {
  font-size: 0.95rem;
}

/* Add new icons */

.svg-icon.framing {
  display: none;
}

.page-header .entry-type.scholarly .svg-icon.scholar {
  display: none;
  margin: 0;
}

.page-header .entry-type.framing:before,
.single .article.framing .entry-type:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("https://tnsr.org/wp-content/themes/tnsr/dist/icons/rook.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  margin-right: 5px;
}

.page-header .entry-type.roundtables:before,
.single .article.roundtable .entry-type:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("https://tnsr.org/wp-content/themes/tnsr/dist/icons/roundtable.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  margin-right: 5px;
}

.page-header .entry-type.scholarly:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("https://tnsr.org/wp-content/themes/tnsr/dist/icons/pawn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  margin-right: 5px;
}

.single .entry-type .svg-scholarly {
  font-size: 20px;
}

span.entry-type.Roundtable {
  padding-right: 50px;
}

.page-header .entry-type.framing:after,
.page-header .entry-type.framing:after {
  background: #2d3949;
}

.page-header .entry-type.roundtables:after {
  background: #e73636;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e73636), color-stop(50%, #e73636), color-stop(50%, #009fe3), color-stop(100%, #009fe3));
  background: -webkit-gradient(linear, left top, left bottom, from(#e73636), color-stop(50%, #e73636), color-stop(50%, #009fe3), to(#009fe3));
  background: linear-gradient(to bottom, #e73636 0%, #e73636 50%, #009fe3 50%, #009fe3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73636', endColorstr='#009fe3', GradientType=0 );
}

/* endnotes */

.endnotes a:link,
.endnotes a:visited {
  text-decoration: underline;
}

.endnotes a:active,
.endnotes a:focus,
.endnotes a:hover {
  text-decoration: none;
  color: #2d3949;
}

.article.scholarly .endnotes a:link,
.article.scholarly .endnotes a:visited {
  color: #009fe3;
}

.article.strategist .endnotes a:active,
.article.strategist .endnotes a:focus,
.article.strategist .endnotes a:hover {
  color: #2d3949;
}

.article.scholarly .endnotes a:active,
.article.scholarly .endnotes a:focus,
.article.scholarly .endnotes a:hover {
  color: #2d3949;
}

.article.roundtable .endnotes h4,
.article.roundtable .endnotes p,
.article.roundtable .endnotes ul {
  color: #009fe3;
}

.article.roundtable .endnotes a:link,
.article.roundtable .endnotes a:visited {
  color: #009fe3;
  -webkit-text-decoration-color: #e73636 !important;
  text-decoration-color: #e73636 !important;
}

.article.roundtable .endnotes a:active,
.article.roundtable .endnotes a:focus,
.article.roundtable .endnotes a:hover {
  text-decoration: none;
  color: #2d3949;
}

.article .entry-content a[name],
.article .entry-content a[name],
.article .endnotes a[name^=_ftn] {
  padding-top: 9px;
  margin-top: -9px;
  font-size: 0.9rem;
}

.article .endnotes a[name^=_ftn] {
  padding-top: 9px;
  margin-top: -9px;
  font-size: 0.9rem;
}

.article .endnotes a[name^=_ftn] {
  text-decoration: none;
}

.article.roundtable .endnotes a[name^=_ftn] {
  color: #e73636;
}

.framing .endnotes a:active,
.framing .endnotes a:focus,
.framing .endnotes a:hover,
.framing .endnotes a:link,
.framing .endnotes a:visited {
  color: #2d3949;
}

/* Scroll to top */

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 36px;
  height: 36px;
  background-image: url("https://tnsr.org/wp-content/themes/tnsr/dist/icons/scrollup.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.go-top span {
  display: none;
}

/* Regions widget */

@media (min-width: 1200px) {
  .wgt-regions .span-posts {
    width: 75%;
  }
}

/* Masthead */

.wgt-authors h2.widget-title {
  margin-bottom: 5px;
}

/* Authors fix */

.single .related-articles .entry-authors .entry-author:not(:only-child) {
  padding-right: 0;
}

.single .related-articles .entry-authors {
  display: block;
}

/* Mobile menu */

@media (max-height: 670px) {
  ul.nav-main {
    font-size: 1.5rem;
    line-height: 100%;
  }
}

@media (max-height: 600px) {
  .sub-menu-wrap ul.social {
    display: none;
  }
}

.wgt-main-article h1.entry-title {
  font-size: 2.03rem;
}

@media (min-width: 1200px) {
  .wgt-main-article .entry-title {
    margin-bottom: -20px;
  }
}

.single .row-content {
  padding: 0;
}

.single .article .span-meta-row {
  padding-left: 52px;
  padding-top: 43px;
}

.single .article .download {
  margin-right: 15px;
}

.single .article .span-meta-col {
  display: block;
  width: 100%;
  max-width: none;
  padding-top: 17px;
}

.single .article .span-meta-col .issue-label {
  display: inline-block;
  color: #303947;
  font-family: "europa";
  font-size: 18px;
  font-weight: 400;
}

.single .article .span-meta-col .issue-label:after {
  margin: 0 5px;
  display: inline-block;
  content: '|';
  color: #459ddd;
  font-family: "europa";
  font-weight: 700;
  font-size: 18px;
}

.single .article .span-meta-col .entry-date {
  display: inline-block;
  padding-top: 0;
  color: #303947;
  font-family: "europa";
  font-size: 18px;
  font-weight: 400;
}

.single .article .span-meta-col .entry-authors {
  margin-bottom: 0;
  display: none !important;
}

.single .article .span-meta-col .entry-authors .entry-author {
  color: #303947;
  font-family: "freight-micro-pro";
  font-size: 24px;
  font-weight: 400;
  padding-top: 0;
}

.single .article .meta {
  padding-top: 14px;
}

.single .article .meta .region:before {
  margin: 0 5px;
  display: inline-block;
  content: '|';
  color: #459ddd;
  font-family: "europa";
  font-weight: 700;
  font-size: 18px;
}

.single .article .span-content {
  padding-left: 52px;
  padding-right: 15px;
  max-width: 100%;
  width: auto;
}

.single .article .entry-content {
  padding-right: 57px;
}

.single .article .entry-content .quote-left {
  max-width: 85%;
}

.single .article .endnotes {
  padding-right: 57px;
}

.single .article .endnotes .notes p {
  word-wrap: break-word;
}

.single .article header .span-meta-col {
  display: none;
}

.single .article header .entry-meta {
  display: block !important;
  padding-top: 24px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.single .article header .entry-meta .terms {
  display: none;
}

.single .article header .entry-meta .entry-date {
  display: none;
}

.single .article header .entry-meta .chcs {
  display: none;
}

.single .article header .entry-meta .entry-authors {
  display: block;
  margin-bottom: 0;
}

.single .article header .entry-meta .entry-authors .entry-author {
  padding-right: 0;
  color: #303947;
  font-family: "freight-micro-pro";
  font-size: 24px;
  font-weight: bold;
}

.single .article header .entry-title {
  margin: 0;
  letter-spacing: -3px;
  max-width: none;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 40px;
  line-height: 58px;
}

.single .article header .span-meta-col {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single .article header .span-meta-col .entry-authors {
  margin-bottom: 0;
}

.single .article header .span-meta-col .entry-authors .entry-author {
  color: #303947;
  font-family: "freight-micro-pro";
  font-size: 24px;
  font-weight: 400;
  padding-top: 0;
}

.single .article header .lead {
  margin: 0;
  max-width: none;
  padding-top: 38px;
  color: #2f3b43;
  font-family: "europa";
  font-size: 24px;
  font-weight: 400;
  padding-right: 57px;
}

.single .article header .entry-share {
  padding-right: 57px;
  margin-left: 0;
}

.single .article .su {
  padding-top: 16px;
}

.single .article .su .su_label {
  display: inline-block;
  color: #303947;
  font-family: Europa;
  font-size: 18px;
  color: #303947;
  font-family: "europa";
  font-weight: 400;
  margin-right: 8px;
}

.single .article .su .su_url {
  display: inline-block;
  font-family: "europa";
  font-weight: 700;
  color: #22353e;
  font-size: 18px;
}

@media (max-width: 767px) {
  .entry-title {
    font-size: 2.25rem !important;
    line-height: 102.77778% !important;
    letter-spacing: 0.015rem !important;
    padding-top: 10px !important;
  }

  .lead {
    margin: 0 !important;
    font-weight: 400 !important;
    font-family: europa !important;
    font-size: 1.125rem !important;
    line-height: 127.77778% !important;
  }

  .span-meta-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
  }

  .span-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .quote-left {
    margin: 0 100px 30px 0 !important;
    padding: 25px 40px 10px 10px !important;
    position: relative !important;
    width: 100% !important;
  }

  .entry-summary-wrap .entry-title {
    font-size: 1.375rem !important;
    line-height: 127.27273% !important;
  }

  .entry-summary-wrap .entry-meta {
    display: block !important;
  }
}

.single .article.roundtable .row-main-content .span-meta-row {
  padding-left: 52px;
  padding-top: 43px;
  padding-top: 94px;
}

.single .article.roundtable .row-main-content .span-meta-row .span-meta-col {
  width: 100%;
  display: block;
}

.single .article.roundtable .row-main-content .span-meta-row .span-meta-col .entry-date {
  display: inline-block;
  padding-top: 0;
  color: #303947;
  font-family: "europa";
  font-size: 18px;
  font-weight: 400;
}

.single .article.roundtable .row-main-content .span-meta-row .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
}

.single .article.roundtable .row-main-content .span-meta-row .meta .category {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single .article.roundtable .row-main-content .span-meta-row .meta .category a {
  display: inline-block;
  padding-top: 0;
  color: #303947;
  font-family: "europa";
  font-size: 18px;
  font-weight: 700;
}

.single .article.roundtable .row-main-content .span-meta-row .meta .region {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single .article.roundtable .row-main-content .span-meta-row .meta .region a {
  display: inline-block;
  padding-top: 0;
  color: #303947;
  font-family: "europa";
  font-size: 18px;
  font-weight: 400;
}

.single .article.roundtable .row-main-content .span-meta-row .meta .region:before {
  display: none;
}

.single .article.roundtable .row-main-content .span-meta-row .meta .region:after {
  margin: 0 5px;
  display: inline-block;
  content: '|';
  color: #459ddd;
  font-family: "europa";
  font-weight: 700;
  font-size: 18px;
}

.single .article.roundtable .row-main-content .span-content {
  padding-left: 52px;
  padding-right: 15px;
  max-width: 100%;
  width: auto;
}

.single .article.roundtable .row-main-content header .entry-title {
  color: #e73636;
  -webkit-text-decoration-color: #009FE3 !important;
          text-decoration-color: #009FE3 !important;
  margin: 0;
  letter-spacing: -3px;
  max-width: none;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 22px;
  line-height: 58px;
}

.single .article.roundtable .row-main-content header .contents {
  margin: 0;
  padding-left: 0;
  margin-top: 44px;
}

.single .article.roundtable .row-main-content header .contents:before {
  display: none;
  content: "";
  background-color: white;
  height: 100%;
  width: 100px;
  position: absolute;
  left: -102px;
  top: 0;
  z-index: 10;
}

.single .article.roundtable .row-main-content header .lead {
  margin-left: 0;
}

.single .article.roundtable .row-main-content header .entry-share {
  margin-left: 0;
}

.single .article.roundtable .row-main-content header .entry-meta {
  padding-top: 0;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single .article.roundtable .row-main-content header .entry-meta .region {
  display: none;
}

.single .article.roundtable .row-main-content header .entry-meta .category {
  display: none;
}

.single .article.roundtable .row-main-content header .entry-meta .entry-date {
  display: none;
}

.single .article.roundtable .row-main-content header .entry-meta .entry-authors {
  display: block;
  color: #d5463f;
  font-size: 24px;
  font-family: "freight-micro-pro";
  font-weight: 400;
  padding-top: 18px;
}

.single .article.roundtable .row-main-content header .entry-meta .entry-authors .entry-author {
  color: #d5463f;
  font-family: "freight-micro-pro";
  font-weight: 400;
  font-size: 24px;
  padding: 0;
  line-height: 26px;
}

.single .article.roundtable .row-main-content header .entry-meta .entry-authors .chcs {
  color: #2f3b43;
  display: inline-block;
  font-size: 24px;
  font-family: "freight-micro-pro";
  font-weight: 700;
  padding: 0;
  line-height: 26px;
  padding-top: 8px;
}

.single .article.scholarly .meta .region {
  font-weight: bold;
}

.single .article.framing .row-content .entry-type:before {
  display: none;
}

.single .article.framing .issue-label:after {
  color: #2D3949 !important;
}

.single .article.framing .terms:before {
  color: #2D3949 !important;
}

.single .article.framing .region {
  font-weight: bold;
}

.single .article.framing .su .su_label {
  font-weight: bold;
}

.single .article.framing .su .su_url {
  font-weight: normal;
}

.single .article.strategist .su .su_label {
  color: #E73636 !important;
}

.single .article.strategist .issue-label:after {
  color: #E73636 !important;
}

.single .article.strategist .terms:before {
  color: #E73636 !important;
}

.single .article.strategist .region {
  font-weight: bold;
}

.single .article.scholarly .su .su_label {
  color: #009FE3 !important;
}

.gform_confirmation_wrapper {
  padding-bottom: 30px;
}

.span-content .endnotes {
  margin-top: 0;
  padding-left: 0;
  padding-top: 0;
  border-top: 0px;
}

.span-content .endnotes .svg-icon {
  display: none;
}

.span-content .endnotes .accr-toggle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2f3b43;
  padding-left: 26px;
  font-family: "freight-micro-pro";
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  background-color: #f5f5f6;
  height: 51px;
  line-height: 51px;
  display: block;
  position: relative;
}

.span-content .endnotes .accr-toggle:before {
  height: 100%;
  width: 4px;
  position: absolute;
  right: 55px;
  top: 0;
  background-color: #FFF;
  content: "";
  display: block;
}

.span-content .endnotes .accr-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 100%;
  background-image: url(../icons/endnotes.png);
  background-size: 27px 21px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

.span-content .endnotes .accr-toggle .toggle-lable {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.toggle-lable {
  width: 100%;
  height: 51px;
  display: block !important;
}

.tsw {
  display: none !important;
}

.notes {
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
  max-height: 0px;
  overflow: hidden;
}

.tsw:checked ~ .notes {
  max-height: 10000px;
}

.tsw:checked ~ .accr-toggle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.coming-soon{
font-size:initial!important;
}
/*# sourceMappingURL=main.css.map*/