@import url("https://use.typekit.net/get4esp.css");
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: white;
  font-size: 20px;
  line-height: 26px;
  margin-top: 30px;
  letter-spacing: -.30px; }

h1,
h2,
h3,
h4,
nav.pages,
nav.lang,
.intro-issues .box .item a.action,
.intro-issue-slider a.button-buy,
.intro-authors .box .item p.issue-number,
button#contact-submit,
input.wpcf7-submit {
  font-family: "roboto-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.40px;
  margin: 0px; }

h1.site {
  margin-bottom: 36px;
  padding-top: 6px; }

h1 {
  font-size: 36px;
  text-align: center; }

#main h1 {
  margin-bottom: 36px; }

a,
a:hover,
a:visited {
  color: black;
  text-decoration: none; }

hr {
  border-width: 0;
  border-bottom: 2px solid black; }

p {
  margin-top: 0px; }

.container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

body.blog .container,
body.page-id-53 .container,
body.page-id-172 .container,
body.single-bonus .container {
  width: 1080px; }

header.main {
  text-align: center; }

nav ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  margin: 0px; }

nav ul li {
  display: inline-block; }

nav.lang {
  position: absolute;
  top: 0px;
  right: 0px; }

nav.lang li.wpml-ls-item {
  margin-left: 5px; }

nav.pages {
  margin-bottom: 32px; }

nav.pages li {
  margin-left: 25px;
  margin-right: 25px; }

nav.pages li a {
  border-bottom: 3px solid white; }

nav.pages li.subscribe a,
nav.pages li.menu-item-259 a,
nav.pages li.menu-item-260 a {
  color: red; }

body.homepage nav.pages li.magazine a,
body.issues nav.pages li.issues a,
body.blog nav.pages li.blog a,
body.authors nav.pages li.authors a,
nav.pages li.current-menu-item a,
body.single-issues li.menu-item-75 a,
body.single-bonus li.menu-item-76 a {
  border-bottom: 2px solid black; }

.intro {
  width: 100%;
  height: 470px;
  background-color: #d7d7d7;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }

.intro-homepage .box {
  width: 520px;
  height: 246px;
  background-color: white;
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 100px;
  padding: 40px;
  box-sizing: border-box;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 16px;
  line-height: 21px;
  text-align: center; }

.intro h3 {
  font-size: 23px;
  margin-bottom: 14px; }

.intro-homepage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto; }

body.home .intro-homepage img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  height: auto; }

.intro .button {
  width: 140px;
  height: 32px;
  border: 2px solid black;
  display: inline-block;
  line-height: 32px; }

.intro .button.button-a,
.intro .button.button-b {
  position: absolute;
  bottom: 28px; }

.intro .button.button-a {
  left: 40px; }

.intro .button.button-b {
  right: 40px; }

body.homepage article,
body.page-id-68 article,
body.page-id-146 article {
  text-align: center;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }

body.homepage article h2,
body.page-id-68 article h3,
body.page-id-146 article h3 {
  padding: 10px;
  display: inline-block;
  border: 2px solid black;
  margin-bottom: 18px;
  font-size: 24px; }

.intro-issues {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 60px;
  background-color: #e6e6e6; }

.intro-issues .box hr {
  margin-bottom: 40px; }

.intro-issues .box {
  width: 868px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 140px;
  text-align: center; }

.intro-issues .box .item {
  float: left;
  margin-right: 44px;
  margin-bottom: 80px;
  width: 184px;
  height: 259px;
  position: relative; }

.intro-issues .box .item img {
  width: 100%;
  height: auto; }

.intro-issues .box .item:nth-of-type(4n) {
  margin-right: 0px; }

.intro-issues .box .item h4 {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 18px; }

.intro-issues .box .item a.action {
  font-size: 18px; }

.intro-issues .box .item span.next,
article span.next {
  border-left: 1px solid black;
  margin-left: 5px;
  padding-left: 5px;
  display: inline-block;
  height: 13px; }

.intro-issue-slider {
  height: auto;
  overflow: inherit;
  margin-bottom: 0px; }

.intro-issue-slider .slides {
  height: 470px !important;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 0; }

.intro-issue-slider .slides .rsOverflow {
  cursor: inherit !important; }

.intro-issue-slider .slides.rsHor {
  opacity: 1; }

.intro-issue-slider span.gallery-next,
.intro-issue-slider span.gallery-prev {
  position: absolute;
  z-index: 100;
  right: 40px;
  top: 140px;
  display: block;
  width: 40px;
  height: 190px;
  background-image: url(img/slider-next.png);
  background-size: auto 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center; }

.intro-issue-slider span.gallery-prev {
  left: 40px;
  transform: rotate(180deg); }

.intro-issue-slider .content-text {
  color: white;
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 24px;
  line-height: 32px;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.intro-issue-slider .content-text .box {
  width: 608px;
  margin-left: auto;
  margin-right: auto; }

.intro-issue-slider .content-text h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px; }

.intro-issue-slider a.button-buy {
  color: white;
  text-align: center;
  border-color: white;
  padding: 10px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px; }

section.articles article {
  border-bottom: 1px solid black;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px; }

section.articles article h3 {
  margin-bottom: 20px; }

section.articles article:last-of-type {
  border-bottom: 0px solid black;
  margin-bottom: 10px; }

section.articles article .image {
  background-color: #d7d7d7; }

section.articles article.featured .image {
  width: 100%;
  height: 470px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px; }

section.articles article.featured .image img,
section.articles article .col .image img {
  width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

section.articles article.featured h2 {
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 6px; }

section.articles article.featured p {
  width: 800px; }

article p.info {
  text-transform: uppercase;
  margin-bottom: 8px; }

article p.info a {
  color: #498fe1; }

section.articles article .col {
  width: 48%;
  float: left;
  padding-bottom: 22px; }

section.articles article .col:nth-of-type(2) {
  float: right; }

section.articles article .col .image {
  width: 100%;
  height: 346px;
  overflow: hidden;
  position: relative; }

section.articles article a[rel~="category"] {
  pointer-events: none; }

section.articles article h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 8px; }

section.articles a.load-more {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px; }

section.articles a.load-more span {
  width: 28px;
  height: 56px;
  background-image: url(img/load-more-02.png);
  background-repeat: no-repeat;
  display: table;
  margin-left: auto;
  margin-right: auto; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 1.6s linear infinite;
  -moz-animation: rotating 1.6s linear infinite;
  -ms-animation: rotating 1.6s linear infinite;
  -o-animation: rotating 1.6s linear infinite;
  animation: rotating 1.6s linear infinite; }

section.articles .next-page article:first-of-type {
  border-top: 1px solid black;
  padding-top: 30px; }

article.single p {
  width: auto !important; }

article.single .box {
  width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

article.single .box h2 {
  font-size: 55px !important;
  line-height: 66px !important;
  margin-bottom: 40px !important; }

article.single p.info {
  font-size: inherit !important;
  text-align: center; }

article.single p {
  font-size: 26px;
  line-height: 34px;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

article.single img {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 40px; }

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

ul.share-tools svg {
  width: 20px;
  height: auto; }

ul.share-tools {
  text-align: left;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  position: absolute;
  margin-left: -100px;
  margin-top: 36px; }

ul.share-tools li {
  margin-bottom: 10px; }

.intro-authors {
  background: #f2f1ec; }

.intro-authors .box {
  text-align: left;
  width: 1000px; }

.intro-authors .box .item {
  width: 150px;
  margin-right: 20px !important;
  height: 300px;
  overflow: hidden;
  float: left; }

.intro-authors .box .item h3 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  height: 50px;
  margin-bottom: 10px;
  color: #1645e8; }

.intro-authors .box .item-text {
  width: 265px;
  text-align: left;
  margin-right: 75px !important; }

.intro-authors .box .item-text .mini-box {
  position: absolute;
  bottom: 24px; }

.intro-authors .box .item-text .mini-box h1 {
  margin-bottom: 10px !important; }

.intro-authors .box .item-text .mini-box p {
  margin-bottom: 0px; }

.intro-authors .box .item-text .mini-box .logo-letter {
  top: -10px;
  position: relative;
  margin-left: 4px; }

.intro-authors .box .item p.issue-number {
  border: 1px solid black;
  background-color: white;
  display: inline-block;
  line-height: 20px;
  font-size: 17px;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  float: right;
  margin-top: 0px; }

.intro-authors .box .item p.issue-number span {
  float: left; }

.intro-authors .box .item p.issue-number span.next {
  height: 12px;
  margin-left: 5px;
  margin-right: 2px;
  margin-top: 4px; }

.intro-authors .box .item p.issue-number span.logo-letter {
  margin-top: -2px; }

.intro-authors .box .item-text h1 {
  text-align: left; }

.intro-authors .box .item .image {
  width: 100%;
  height: 214px;
  overflow: hidden;
  position: relative;
  background-color: white; }

.intro-authors .box .item .image figcaption {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  box-sizing: border-box;
  display: none; }

.intro-authors .box .item .image:hover figcaption {
  display: block; }

.intro-authors .box .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.intro-authors .box .item .image:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20); }

.intro-contact {
  height: auto;
  background-color: #e6e6e6;
  margin-bottom: 0px; }

.intro-contact .box {
  padding: 60px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 140px;
  float: left;
  width: 100%;
  box-sizing: border-box; }

.intro-contact form {
  width: 100%;
  float: left; }

.intro-contact form input,
.intro-contact form textarea {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  background-color: transparent;
  border-width: 0;
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7a7a7a; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a7a7a; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #7a7a7a; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #7a7a7a; }

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

*:focus {
  outline: none; }

.intro-contact form input.wpcf7-submit {
  border-width: 0px; }

#contact-submit {
  font-size: 18px;
  color: #e6e6e6;
  background-color: black;
  border-width: 0px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  float: right; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
  border-width: 0px !important;
  margin-left: 0px !important;
  padding-left: 0px !important; }

article.page .box {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px; }

body.page-america-recrute article.page .box p,
body.page-america-recrute article.page .box ul {
  text-align: left; }

article.page .box h3,
article.page .box h4 {
  margin-bottom: 20px; }

body.page-id-63 article.page .box h3 {
  margin-bottom: 0px;
  font-size: 20px; }

article.press .box {
  width: 600px; }

article.press .box img {
  width: 100%;
  height: auto; }

article.press iframe,
article.press img {
  margin-bottom: 40px; }

footer {
  border-top: 1px solid black;
  margin-top: 70px;
  margin-bottom: 22px;
  padding-top: 26px;
  width: 100%;
  float: left;
  position: relative; }

footer nav li {
  display: block;
  margin-bottom: 6px;
  font-size: 16px; }

footer nav.first {
  float: left; }

footer nav.second {
  float: right;
  text-align: right; }

footer a.america {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 170px;
  height: 32px; }

footer a.america svg {
  width: 100%;
  height: auto; }

body.issues footer,
body.single-issues footer,
body.page-id-48 footer,
body.page-id-171 footer,
body.authors footer,
body.page-id-55 footer,
body.page-id-203 footer,
body.contact footer,
body.page-id-57 footer {
  margin-top: 0px;
  border-width: 0px; }

.theme-switcher {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000; }

.theme-switcher .option {
  font-size: 16px;
  width: 30px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: table;
  background-color: #e0e0e0;
  margin-bottom: 2px; }

.theme-switcher .option.active {
  background-color: #b4b4b4; }

a.subscribe-newsletter {
  color: red;
  font-weight: 600; }

.newsletter form {
  text-align: center;
  width: 240px;
  position: relative; }

.newsletter-footer form {
  margin-top: 32px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  font-size: 16px; }

.newsletter-header form {
  position: relative;
  top: -22px;
  width: 170px; }

.newsletter form input[type="email"] {
  border: 2px solid black;
  color: black;
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 14px;
  padding: 5px;
  padding-right: 0px;
  font-family: "futura-pt",sans-serif;
  font-weight: 200; }

.newsletter form input[type="submit"] {
  border: none;
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  right: 0px;
  margin-top: 1px;
  color: black;
  cursor: pointer;
  font-size: 14px;
  padding: 5px;
  padding-right: 0px;
  font-family: "futura-pt",sans-serif;
  font-weight: 200; }

.newsletter-box form {
  width: 170px;
  margin-left: auto;
  margin-right: auto; }

footer a.america svg {
  margin-top: 24px; }

.cookie-notice-container {
  background-color: red; }

#cn-notice-buttons {
  display: none !important; }

.container,
body.blog .container,
body.page-id-53 .container,
body.single-bonus .container {
  width: 94%;
  max-width: 1080px; }

body.blog .container,
body.page-id-53 .container,
body.single-bonus .container {
  max-width: 1080px; }

.intro-authors .box {
  width: 87%;
  max-width: 1080px; }

@media only screen and (max-width: 1000px) {
  .newsletter-header {
    display: none; } }

@media only screen and (max-width: 800px) {
  .intro-homepage .box {
    width: 400px;
    top: 30px;
    left: 30px; }
  .intro-homepage {
    background-size: auto 100%; }
  .intro-issue-slider span.gallery-prev {
    left: 40px; }
  .intro-issue-slider span.gallery-next {
    right: 40px; }
  .intro-issues .box {
    width: 90%; }
  .intro-issues .box .item:nth-of-type(4n) {
    margin-right: 44px; }
  .intro-issues .box .item:nth-of-type(3n) {
    margin-right: 0px; }
  section.articles article.featured p {
    width: 100%; }
  article.single .box {
    width: 570px; }
  ul.share-tools {
    margin-left: -60px; }
  .intro-authors .box .item:nth-of-type(5),
  .intro-authors .box .item:nth-of-type(4),
  .intro-authors .box .item:nth-of-type(9) {
    margin-right: 20px !important; }
  .intro-authors .box {
    width: 95%;
    margin-left: 30px; }
  .newsletter-footer form {
    margin-top: 10px; } }

@media (max-width: 700px) {
  body,
  article.single p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 18px; }
  nav.lang {
    font-size: 14px;
    top: 10px; }
  nav ul li {
    margin-left: 10px; }
  h1.site {
    margin-bottom: 4px;
    padding-top: 8px; }
  h1.site svg {
    width: 60%; }
  .container,
  body.blog .container {
    width: 100%;
    overflow: hidden; }
  header.main {
    width: 96%;
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto; }
  nav.pages {
    margin-bottom: 16px; }
  nav.pages li {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px; }
  body.homepage nav.pages li.magazine a,
  body.home nav.pages li.magazine a,
  body.issues nav.pages li.issues a,
  body.blog nav.pages li.blog a,
  body.authors nav.pages li.authors a {
    border-bottom-width: 2px; }
  .intro-homepage {
    margin-bottom: 20px; }
  .intro-homepage img {
    right: -60px; }
  .intro-homepage .box {
    width: 90%;
    left: 5%;
    bottom: 5%;
    top: inherit;
    padding: 22px !important;
    height: auto; }
  .intro h3 {
    font-size: 18px;
    margin-bottom: 8px; }
  .intro .button.button-a,
  .intro .button.button-b {
    position: static;
    width: 50%;
    display: inline-block;
    width: 40%;
    margin-left: 2%;
    margin-right: 2%;
    border-width: 2px; }
  h1,
  .intro-issue-slider .content-text h2,
  section.articles article.featured h2,
  section.articles article h2,
  article.single .box h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important; }
  #main h1,
  .intro-issue-slider .content-text h2 {
    margin-bottom: 18px; }
  hr {
    border-bottom-width: 2px; }
  body.homepage article,
  body.home article {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px; }
  body.homepage article h2,
  body.home article h2 {
    border-width: 2px;
    padding: 6px;
    font-size: 18px;
    margin-bottom: 14px; }
  body.homepage article p,
  body.home article p {
    text-align: left;
    line-height: 18px; }
  .intro-issues .box .item {
    margin-right: auto !important;
    margin-left: auto;
    float: inherit; }
  .intro-issues .box .item a.action-discover {
    color: black; }
  .intro-issue-slider .content-text .box {
    width: 90%; }
  .intro-issue-slider .content-text {
    padding-top: 30px; }
  .intro-issue-slider .content-text .box {
    font-size: 18px;
    line-height: 22px; }
  .intro-issue-slider a.button-buy {
    margin-top: 60px; }
  .intro-issue-slider span.gallery-prev,
  .intro-issue-slider span.gallery-next {
    width: 25px;
    height: 134px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%; }
  .intro-issue-slider span.gallery-prev {
    width: 25px;
    height: 134px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5%;
    right: initial; }
  section.articles article:not(.single) {
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box; }
  section.articles article.featured .image,
  section.articles article .col .image {
    height: 240px; }
  section.articles article.featured .image img,
  section.articles article .col .image img {
    transform: scale(1.2); }
  section.articles article .content-text {
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box; }
  section.articles article .col {
    width: 100%; }
  article.single .box {
    width: 90%; }
  article.single img,
  .embed-container {
    margin-bottom: 20px; }
  ul.share-tools {
    position: static;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 12px; }
  ul.share-tools li {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px; }
  .intro-issues .box .item-text {
    height: 150px;
    margin-bottom: 20px !important; }
  .intro-authors .box {
    margin-left: auto;
    margin-right: auto;
    width: 92%; }
  .intro-authors .box .item,
  .intro-authors .box .item:nth-of-type(5),
  .intro-authors .box .item:nth-of-type(4),
  .intro-authors .box .item:nth-of-type(9) {
    float: left;
    margin-right: 10px !important;
    margin-bottom: 30px; }
  .intro-contact .box {
    padding-left: 40px;
    padding-right: 40px; }
  article.page .box {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box; }
  footer {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  footer nav {
    margin-top: 15%; }
  footer nav li {
    margin-bottom: 2px; }
  footer nav.second {
    text-align: left; }
  footer a.america {
    width: 120px;
    bottom: inherit;
    top: 10%; }
  footer a.america svg {
    width: 100%; } }

.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow, .rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow, .rsNav, .rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs, .rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }
