@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #F2F2F2;
}

html,
body {
  min-height: 100vh;
  overflow-x: hidden;
}
html.something-active, html.hasToggled,
body.something-active,
body.hasToggled {
  overflow: hidden;
}

main:focus {
  outline: none !important;
}

/**
 * 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
	 ========================================================================== */
/**
 * 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.button-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  background: rgba(180, 180, 180, 0.8);
  color: #fff;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease;
  -o-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.button-top-visible {
  opacity: 1;
  pointer-events: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*
|--------------------------------------------------------------------------
| Responsive Breakpoint Mixin
|--------------------------------------------------------------------------
|
| This mixin checks for min or max keywords. Custom dimensions also
| supported.
|
| Breakpoints varaible dimensions can can be found in:
| /sass/abstracts/variables/dimensions/_breakpoints.scss
|
| Usage example:
|
| @include breakpoint(mobile, tablet, portrait) {
|   styles...
| }
|
| using '0' in either of the 3 breakpoint setttings will return null e.g.
|
| @include breakpoint(0, tablet, 0) {
|   styles...
| }
|
| The above would compile to:
|
| @media screen and (max-width: 1024px) {
|   styles...
| }
|
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: none;
    page-break-inside: avoid;
  }
  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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

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

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html,
body {
  background: #F7F5F4;
  font-size: 16px;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

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

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

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

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

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

/* ==========================================================================
   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), (-o-min-device-pixel-ratio: 5/4), (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;
  }
}
.style {
  display: block;
}

.side-topPosition1 {
  margin-top: -100px;
  z-index: 1;
  position: relative;
}

.side-topPosition2 {
  margin-top: -250px;
  z-index: 1;
  position: relative;
}

.side-topPosition3 {
  margin-top: -350px;
  z-index: 1;
  position: relative;
}

.side-topPosition4 {
  margin-top: -150px;
  z-index: 1;
  position: relative;
}

.blog-module1 {
  background: #FFFFFF;
  padding: 30px 58px;
}

.blog-module1 h2.module-title {
  color: #045FC7;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.blog-module1 .nav-tabs {
  border-bottom: none;
}

.blog-module1 .nav-tabs li {
  width: 50%;
}

.nav-tabs > li > a, .nav-tabs li a {
  color: #01162E !important;
  border-color: #FFFFFF;
  border-width: 2px;
  padding-bottom: 0 !important;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.016em;
  border-bottom: 2px solid #fff;
  text-align: center;
  font-weight: 700 !important;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #01162E !important;
  border-color: #FFFFFF;
  border-width: 2px;
  padding-bottom: 0 !important;
  border-bottom: 2px solid #fff;
  text-align: center;
}

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a {
  color: #045FC7 !important;
  border-color: #045FC7;
  border-width: 2px;
  padding-bottom: 0 !important;
  border-bottom: none;
  text-align: center;
  line-height: 12px;
  padding-top: 14px;
}

.blog-module1 .blog-item-module-1 {
  padding: 15px 0;
  margin-right: -35px;
  position: relative;
}

.blog-module1 .blog-item-module-1 img {
  width: 100%;
}

.blog-module1 .blog-item-module-1 h3 {
  color: #045FC7;
  margin: 5px 0 10px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 30px;
}

.blog-module1 .blog-item-module-1 span {
  color: #8F99A5;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 24px;
}

.blog-module1 .blog-item-module-1 span.author-name {
  display: block;
  margin-top: 5px;
}

.blog-module1 .blog-item-module-1 p {
  color: #000000;
  font-size: 20px;
  letter-spacing: 0em;
  margin: 5px 0 0 0;
  line-height: 26px;
}

.blog-module1 .blog-item-module-1 .blog-item-number {
  width: 50px;
  height: 50px;
  background: #045FC7;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 20px;
  left: -50px;
  font-size: 32px;
  letter-spacing: 0em;
  line-height: 50px;
}

.blog-module1 .blog-item-module-1 .blog-item-date {
  content: counter(item);
  display: inline-block;
  width: 58px;
  height: 58px;
  background: #045FC7;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
  left: -58px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: "bell-centennial-std-address", sans-serif;
}

.blog-module1 .blog-item-module-1 .blog-item-date span {
  display: block;
  color: white;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 15px;
}

.blog-module1 .blog-item-module-1 .blog-item-comments {
  width: 35px;
  height: 35px;
  background: #045FC7;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 30px;
  right: -20px;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 35px;
}

.blog-module1 .blog-item-module-1 .blog-item-comments:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #045FC7;
  position: absolute;
  top: 26px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 5px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .blog-module1 {
    margin-top: 0;
  }
}
.all-link {
  text-align: center;
}

.all-link a {
  color: #045FC7;
  text-decoration: none;
  padding: 12px 64px;
  min-width: 200px;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.004em;
  font-weight: 700;
}

.blog-main {
  margin-top: -400px;
  margin-bottom: 100px;
}

.blog-main .blog-module-2 {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-bottom: 30px;
}

.blog-main .blog-module-2.blog-module-alt .blog-content {
  width: 88%;
  max-width: 616px;
  padding: 0 0 20px 30px;
}

.blog-module-2.blog-module-alt .blog-content .audio-bar {
  padding: 20px 0;
}

.blog-module-2.blog-module-alt .blog-content > p {
  padding: 0 20px 0 0;
}

.blog-main .blog-module-2 .all-link {
  /*margin-top: 40px;*/
}

.blog-module-3 .blog-image, .blog-module-2 .blog-image {
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.blog-main .blog-module-2 .tab,
.blog-main .blog-module-3.blog-module-3-feature .tab {
  position: absolute;
  top: 320px;
  background: #E21B1B;
  color: #FFFFFF;
  padding: 15px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  /* line-height: 30px; */
}

.blog-main .blog-module-2 h3 {
  font-size: 40px;
  background: #FFFFFF;
  max-width: 80%;
  font-weight: bold;
  padding: 20px 20px;
  margin-top: -50px;
  line-height: 1;
}

.blog-main .blog-module-3.blog-module-3-feature h3 {
  font-size: 40px;
  background: #FFFFFF;
  max-width: none;
  width: calc(100% + 30px);
  font-weight: bold;
  padding: 20px 20px 20px 30px;
  margin-top: -50px;
  line-height: 1;
  margin-left: -30px;
}

@media (max-width: 575px) {
  .blog-main .blog-module-2 h3 {
    max-width: 100%;
    font-size: 30px;
  }
  .blog-module-3 .blog-image, .blog-module-2 .blog-image {
    height: 200px;
  }
  .blog-main .blog-module-2 .tab {
    top: 180px;
    padding: 10px;
  }
}
.blog-main .blog-module-2 .blog-quote,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.blog-main .blog-module-3.blog-module-3-feature .blog-quote {
  padding: 20px 0;
}

.blog-main .blog-module-2 .blog-quote .blog-photo,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-photo {
  margin-right: 20px;
  position: relative;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center;
  background-size: cover;
}

.blog-main .blog-module-2 .blog-quote .blog-photo img,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-photo img {
  width: 100%;
  height: auto;
}

.blog-main .blog-module-2 .blog-quote .blog-photo .length,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-photo .length {
  background: #FFFFFF;
  padding: 10px 15px;
  color: #E21B1B;
  display: inline-block;
  position: relative;
  bottom: -130px;
  left: -5px;
  padding-left: 36px;
  background-image: url("../../img/icon-eye.svg");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 10px center;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  z-index: 99;
}

@media (max-width: 575px) {
  .blog-main .blog-module-2 .blog-quote .blog-photo,
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-photo {
    width: 100px;
    height: 100px;
  }
  .blog-main .blog-module-2 .blog-quote .blog-photo .length,
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-photo .length {
    padding: 7px 8px 8px 30px;
    background-size: 15px;
    font-size: 15px;
    bottom: -79px;
    left: -5px;
  }
}
.blog-main .blog-module-2 .blog-quote .blog-quote-content,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
          flex: 1 1 1px;
}

.blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-detail,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-detail {
  padding: 13px 10px 10px 30px;
}

.blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-detail h4,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-detail h4 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.001em;
  color: #01162E;
  margin-top: 10px;
  font-weight: 100;
}

.blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-detail h6,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-detail h6 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.001em;
  color: #8F99A5;
  margin-top: 0px;
  font-weight: 100;
}

@media (max-width: 575px) {
  .blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-detail,
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-detail {
    /*padding: 10px;*/
    padding: 5px 0px;
  }
  .blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-detail h4,
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-detail h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-detail h6,
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-detail h6 {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-line,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-line {
  position: relative;
}

.blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-line span,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-line span {
  background: #FFFFFF;
  padding-right: 20px;
  color: #E21B1B;
  display: inline-block;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.04em;
  /* line-height: 30px; */
}

.blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-line:before,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #E21B1B;
  top: 8px;
  left: 0;
}

.blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-line.line-end,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-line.line-end {
  text-align: right;
}

.blog-main .blog-module-2 .blog-quote .blog-quote-content .quote-line.line-end span,
.blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-line.line-end span {
  padding-right: 0;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .blog-main {
    margin-top: 50px;
  }
}
.blog-module-3 {
  background: #FFFFFF;
  position: relative;
}

.blog-module-3 .blog-image, .blog-module-2 .blog-image {
  height: 400px;
}

.blog-sidebar .blog-module-3 .blog-image {
  height: 200px;
}

.blog-module-3 .blog-content {
  width: 88%;
  max-width: 616px;
  padding: 0px 0 20px 30px;
  /*padding: 0 20px 20px;*/
}

.blog-module-3 .blog-content.sidebarc {
  padding: 0px 0 20px 20px !important;
}

.blog-module-3 .blog-item-comments {
  width: 35px;
  height: 35px;
  background: #045FC7;
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: 10px;
  right: -20px;
}

@media (max-width: 991px) {
  .blog-module-3 .blog-image, .blog-module-2 .blog-image {
    height: 300px;
  }
  .blog-sidebar .blog-module-3 .blog-image {
    height: 300px;
  }
  .blog-module-3 .blog-item-comments {
    right: 0;
  }
}
.blog-module-3 .blog-item-comments:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #045FC7;
  position: absolute;
  top: 26px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 5px;
}

.blog-module-3 .audio-bar {
  position: relative;
  padding: 20px 20px;
  background: #FFFFFF;
  margin-top: -56px;
  margin-left: -20px;
}

.contact-details .audio-bar {
  position: relative;
  background: #FFFFFF;
  margin-left: 0px;
}

.contact-details .audio-bar {
  padding: 20px 30px;
}

.contact-details .audio-bar.article {
  padding: 20px 0px;
}

.audio-bar span {
  color: #E21B1B;
  background: #FFFFFF;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 30px;
}

.audio-bar:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #E21B1B;
  top: 35px;
  left: 35px;
  right: 35px;
}

.audio-bar .length {
  display: inline-block;
  position: relative;
  float: right;
  right: auto;
  top: auto;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 30px;
  color: #E21B1B;
  background: #FFFFFF;
  padding: 0 0 0 40px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 18px;
  font-size: 16px;
}

.audio-bar .eye {
  background-image: url("../../img/icon-eye.svg");
}

.audio-bar .bars {
  background-image: url("../../img/icon-bars.svg");
}

.audio-bar .play {
  background-image: url("../../img/icon-play.svg");
}

.blog-module-3 h3 {
  background: #FFFFFF;
  color: #01162E;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 48px;
  letter-spacing: 0.016em;
  line-height: 48px;
}

div.blog-sidebar.sideRight.side-topPosition2 > div.blog-module-3 > div.blog-content > h3 {
  background: #FFFFFF;
  color: #01162E;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 32px;
  letter-spacing: 0.01em;
  line-height: 38px;
}

.blog-module-3 .tag {
  color: #8F99A5;
  font-size: 48px;
  letter-spacing: 0.016em;
  line-height: 48px;
}

div.blog-sidebar.sideRight.side-topPosition2 > div.blog-module-3 > div.blog-content > span.tag {
  color: #8F99A5;
  font-size: 32px;
  letter-spacing: 0.01em;
  line-height: 38px;
}

div.blog-sidebar > div > div > p {
  margin: 5px 0;
}

.blog-module-3 p {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0px !important;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 32px;
}

p.modp {
  color: #000000;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0.001em;
  padding-top: 30px !important;
}

div.blog-sidebar.sideRight.side-topPosition2 > div.blog-module-3 > div.blog-content > p {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0px !important;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 34px;
}

@media (max-width: 575px) {
  .blog-module-3 .blog-content {
    width: 90%;
  }
  .blog-module-3 .blog-image, .blog-module-2 .blog-image {
    height: 200px;
  }
  .blog-sidebar .blog-module-3 .blog-image {
    height: 250px;
  }
  .blog-module-3 h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-module-3 .tag {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-module-3 p {
    font-size: 18px;
  }
}
.blog-module-3 .tag-list {
  border: 1px solid #eee;
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.tag-list div {
  color: #ccc;
  padding: 5px 15px;
}

.blog-module-3 .tag-list span {
  width: 1px;
  display: inline-block;
  background: #eee;
}

.blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.blog-wrapper .blog-sidebar {
  width: 30%;
  margin-right: 40px;
}

.blog-wrapper .contact-details {
  background: none !important;
}

.blog-wrapper .blog-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
          flex: 1 1 1px;
}

.blog-wrapper.sidebar-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blog-wrapper.sidebar-right .blog-sidebar {
  margin-right: 0;
  margin-left: 40px;
}

.sidebarLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .sidebarLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .blog-wrapper .blog-sidebar {
    width: 100%;
    margin: 0 0 50px !important;
  }
}
@media (max-width: 991px) {
  .sidebarRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .blog-wrapper .blog-sidebar {
    width: 100%;
    margin: 0 0 50px !important;
  }
}
.category-name h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 64px;
  letter-spacing: 0.016em;
  line-height: 64px;
}

.category-name {
  background: transparent !important;
  padding: 50px 0px !important;
}

@media only screen and (max-width: 1200px) {
  .category-name h2 {
    font-size: 52px;
  }
}
@media (max-width: 990px) {
  .category-name h2, .category-name {
    display: none;
    padding: 0px !important;
  }
  .category-name-main h2 {
    color: #FFFFFF;
    font-size: 50px;
    text-align: center;
  }
  .category-name-main {
    background: #01162E !important;
  }
}
@media (min-width: 991px) {
  .category-name-main {
    display: none;
  }
}
a.article-link {
  text-decoration: none;
}

a.article-link:hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #E21B1B !important;
     -moz-text-decoration-color: #E21B1B !important;
          text-decoration-color: #E21B1B !important;
}

a.article-linkb {
  text-decoration: none;
}

a.article-linkb:hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #23527c !important;
     -moz-text-decoration-color: #23527c !important;
          text-decoration-color: #23527c !important;
}

/* -------------------------------------
SINGLES PAGE*/
.header-image-titlev2, .header-image-titlev2-sub, .header-image-titlev2-sub-of-sub {
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
}

.header-image-titlev2 {
  font-weight: bold;
  font-size: 64px;
  letter-spacing: 0.016em;
  line-height: 64px;
  color: #FFFFFF;
  padding: 4px 0px;
  z-index: 9;
}

.header-image-titlev2-sub {
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 0.016em;
  line-height: 48px;
  color: #8F99A5;
  padding: 4px 0px;
  z-index: 9;
}

.header-image-titlev2-sub-of-sub {
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #FFFFFF;
  font-style: italic;
  padding: 4px 0px;
  z-index: 9;
}

.header-image-titlev2-sub-of-sub a {
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 32px;
  color: #FFFFFF;
  font-style: italic;
  text-decoration: underline;
  padding: 4px 0px;
  z-index: 9;
}

@media only screen and (max-width: 769px) {
  .header-image-titlev2, .chat-module h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .responses-to-piece h3 {
    font-size: 40px;
    line-he: 40px;
  }
  .header-image-titlev2-sub {
    font-size: 25px;
    line-height: 25px;
  }
  .header-image-titlev2-sub-of-sub, .header-image-titlev2-sub-of-sub a {
    font-size: 20px;
    line-he: 20px;
    padding-bottom: 40px;
  }
  .header-title {
    bottom: -50px;
  }
  .header-image {
    min-height: 400px;
  }
  .chat-module h3 {
    font-size: 38px;
  }
}
/* -------------------------------------
SINGLES PAGE: SIGN UP FORM*/
.btn-article {
  background: #01162E;
  border: 1px solid #01162E;
  color: #F7F5F4;
  border-radius: 33px;
  box-shadow: none;
  height: inherit;
  padding: 11px 38px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.btn-article:hover, .btn-article:hover, .btn-article:active:hover, .btn-article:active {
  color: #fff;
  background: #035fc7;
  background-color: #035fc7;
  border-color: #035fc7;
  font-weight: 100;
}

.form-details {
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #8F99A5;
  padding: 0px 0px 20px 0px;
  font-weight: bold;
}

.form-details span {
  font-weight: bold;
  color: #01162E;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 32px;
}

.newsletter-form-article {
  border: 1px solid #EDEDED;
  padding: 30px;
  margin: 22px 60px 22px 60px;
}

input.newsletter-article {
  background: #ffffff;
  border-bottom: #01162E 2px solid;
  border-left: #ffffff 0px solid;
  border-right: #ffffff 0px solid;
  border-top: #ffffff 0px solid;
  border-radius: 0px;
  padding: 12px 0px;
  color: #01162E;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 30px;
}

input.newsletter-article::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

input.newsletter-article::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

input.newsletter-article::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

input.newsletter-article:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

input.newsletter-article::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

.newsletter-form-article .input-group {
  margin: auto;
}

@media only screen and (min-width: 1001px) {
  .input-group .newsletter-article {
    min-width: 360px;
  }
}
@media only screen and (max-width: 1000px) {
  .input-group .newsletter-article {
    min-width: 360px;
  }
}
@media only screen and (max-width: 770px) {
  .input-group .newsletter-article {
    min-width: 250px;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 600px) {
  .input-group .newsletter-article {
    min-width: 200px;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .newsletter-form-article {
    margin: 22px 20px 22px 20px;
  }
  .btn-article {
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .input-group .newsletter-article {
    min-width: 150px;
    margin: 5px;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .newsletter-form-article {
    margin: 22px 20px 22px 20px;
  }
  .btn-article {
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 410px) {
  .btn-article {
    margin-top: 0px;
    margin-left: 5px;
  }
}
/* -------------------------------------
SINGLES PAGE: COOKIE TRAIL*/
.article-cookie-trail {
  margin-top: 15px;
  margin-bottom: 0px;
}

.contact-details .article-cookie-trail.bottommargin {
  margin-bottom: 20px !important;
}

.tag-list div a {
  color: #8F99A5;
  padding-bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.032em;
  line-height: 30px;
}

.tag-list div a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.article-cookie-trail .tag-list {
  border: 1px solid #eee;
  padding: 5px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .article-cookie-trail .tag-list {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .article-cookie-trail .tag-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .article-cookie-trail .tag-list.external-link div, .article-cookie-trail .tag-list.external-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
.article-cookie-trail .tag-list div {
  color: #01162E;
  font-size: 12px;
  letter-spacing: 0.032em;
  line-height: 30px;
}

.article-cookie-trail .tag-list.external-link div {
  padding: 5px 55px 5px 15px;
}

div.blog-sidebar.sideRight.side-topPosition2 > div.blog-module-3 > div.blog-content > .article-cookie-trail .tag-list.external-link > div {
  padding: 5px 40px;
}

div.blog-sidebar.sideRight.side-topPosition2 > div.blog-module-3 > div.blog-content > div.article-cookie-trail {
  text-align: center;
}

@media (max-width: 325px) {
  .article-cookie-trail .tag-list.external-link div {
    padding: 5px 15px 5px 15px;
  }
}
.article-cookie-trail .tag-list span.next {
  width: 7px;
  display: inline-block;
  background: url("../../img/icon-right-arrow@2x.png");
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center;
  background-size: contain;
}

.article-cookie-trail .tag-list span.line {
  width: 1px;
  display: inline-block;
  background: #eee;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center;
  background-size: contain;
}

.article-cookie-trail .tag-list span.external-link {
  width: 20px;
  display: inline-block;
  background: url("../../img/icon-external-link.svg");
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center center;
  background-size: contain;
}

/* -------------------------------------
SINGLES PAGE: COMMENT COUNT, SIDE SHARE MODULE*/
.contact-details .blog-item-comments {
  width: 49px;
  height: 49px;
  background: #01162E;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 41px;
  right: -20px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 49px;
}

.contact-details .blog-item-comments.light-count {
  color: #01162E !important;
  background: #fff !important;
}

.blog-module-3 .blog-item-comments.light-count:before {
  border-right: 10px solid #FFFFFF !important;
}

@media (max-width: 991px) {
  .contact-details .blog-item-comments {
    right: -15px;
  }
}
.contact-details .blog-item-comments:before {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #01162E;
  position: absolute;
  top: 35px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 10px;
}

.contact-details .blog-item-share {
  width: 49px;
  background: #01162E;
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: 130px;
  right: -20px;
  padding-top: 11px;
}

@media (max-width: 991px) {
  .contact-details .blog-item-share {
    right: -15px;
  }
}
.contact-details ul.sociali li {
  display: block;
  padding: 0;
  margin: 0 5px;
}

.contact-details ul.sociali li a {
  display: inline-block;
  /*    margin: 0 auto;*/
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  position: inherit;
  top: 0px;
}

.contact-details ul.sociali li a i {
  line-height: 0px;
}

/* -------------------------------------
SINGLES PAGE: RESPONSES, MODULES*/
div.external-link.tag-list {
  padding: 5px 20px 5px 0px;
}

div.external-link.tag-list:hover {
  border: 1px solid #b2b2b2;
}

.external-link div a {
  color: #2B85DE;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 30px;
}

.blog-module-3 .article-cookie-trail {
  padding: 12px 0px 12px 0px;
}

.padFix {
  padding: 12px 20px 12px 20px !important;
}

.article-spacer {
  display: block;
  height: 70px;
  background: #f7f5f4;
}

.sidebar-spacer {
  display: block;
  height: 65px;
  background: transparent;
}

.sidebar-spacer-xs {
  display: block;
  height: 25px;
  background: transparent;
}

.article-spacer-text1, .article-spacer-text2 {
  text-align: center;
  background-image: url("../../img/icon-vline1.jpg");
  background-position: bottom center;
  padding: 60px 0px 0px 0px;
}

.article-spacer-text1 {
  background-repeat: no-repeat;
}

.article-spacer-text2 {
  background-repeat: repeat-y;
}

.article-spacer-text2 span, .article-spacer-text1 span {
  background: #f7f5f4;
  padding: 8px;
  letter-spacing: 0.004em;
  line-height: 30px;
  position: relative;
  color: #8F99A5;
  top: -30px;
}

.responses-to-piece h3 {
  color: #8F99A5;
  background: #f7f5f4;
  padding: 1.25em 0;
  font-size: 48px;
  letter-spacing: 0.016em;
  line-height: 48px;
  font-variant-numeric: oldstyle-nums;
  text-transform: lowercase;
}

.responses-to-piece-link h3 {
  color: #01162E;
  background: #f7f5f4;
  padding: 40px 0px;
  text-align: center;
}

.responses-to-piece-link h3 a {
  color: #01162E;
  border-bottom: 1px solid #01162E;
  padding: 10px 0px;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 32px;
}

.responses-to-piece-link h3 a:hover {
  color: #8F99A5;
  border-bottom: 1px solid #8F99A5;
}

.contact-details .blog-module-3 .audio-bar {
  margin-left: -30px !important;
  top: 1px;
}
@media (max-width: 575px) {
  .contact-details .blog-module-3 .audio-bar {
    margin-left: -15px !important;
  }
}

.chat-module h3 {
  color: #045FC7;
  font-size: 48px;
  font-weight: bold;
  margin: 20px 0px;
}

/* -------------------------------------
CATEGORY PAGE: SIDEBAR */
.sidebar-about {
  margin: 0px;
  padding: 40px 20px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.001em;
  line-height: 32px;
}

.smallmargin {
  padding: 5px;
}

.dark-dark {
  background-color: transparent;
  -webkit-align-content: center;
          align-content: center;
}

.dark {
  background-color: rgba(1, 22, 46, 0.7);
  color: #fff;
}

.light {
  background-color: transparent;
  color: #01162E;
}

.blog-sidebar .blog-module-3 .blog-content {
  width: 95% !important;
}

.sideRight {
  margin-left: 40px;
}

.sideLeft {
  margin-right: 40px;
}

.blog-image-side {
  height: 120px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 990px) {
  .blog-image-side {
    height: 250px;
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 575px) {
  .blog-image-side {
    height: 120px;
    background-size: cover;
    background-position: center center;
  }
  .blog-sidebar .blog-module-3 .blog-image {
    height: 250px !important;
  }
}
/* -------------------------------------
CATEGORY PAGE: NEWSLETTER SIGN-UP MODULE */
.sign-up-module {
  border-top: solid 12px #E21B1B;
  padding: 40px 20px;
}

.sign-up-module div.nopadBottom {
  margin: 50px 5%;
}

input.newsletter-category {
  background: #ffffff;
  border-bottom: #01162E 2px solid;
  border-left: #ffffff 0px solid;
  border-right: #ffffff 0px solid;
  border-top: #ffffff 0px solid;
  border-radius: 0px;
  padding: 12px 0px;
  color: #01162E;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  min-width: 260px;
  margin-bottom: 10px !important;
  margin-top: 50px;
}

input.newsletter-category::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

input.newsletter-category::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

input.newsletter-category::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

input.newsletter-category:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

input.newsletter-category::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #01162E;
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 30px;
}

div.blog-module-3.sign-up-module > div > div > form > button {
  margin-right: 25px !important;
  float: right;
}

.sign-up-body h3 {
  color: #8F99A5;
  font-size: 32px;
  min-width: 50%;
  max-width: 260px;
  margin-top: 0px;
  line-height: 38px !important;
  letter-spacing: 0.001em;
}

@media (max-width: 1200px) {
  .sign-up-body h3 {
    min-width: 50%;
    max-width: 100%;
  }
  div.blog-module-3.sign-up-module > div > div > form > button {
    margin-right: 25px !important;
    margin-bottom: 10px;
    float: none;
    vertical-align: bottom;
  }
}
@media (max-width: 400px) {
  input.newsletter-category {
    min-width: 230px;
  }
}
@media (max-width: 350px) {
  input.newsletter-category {
    min-width: 200px;
  }
}
.sign-up-body h3 span {
  color: #01162E;
}

.nopadBottom {
  padding-bottom: 0px !important;
}

/* BEGIN Safari 9+ */
_:default:not(:root:root), .safari_only {
  /*.navbar-nav*/
  margin-top: 60px !important;
}

/* END Safari 9+ */
/* ============= Table Of Contents ============

* 1 - Common Styles
* 2 - Banner Sliders
*     2.1 - Banner Slider 01 & 03
*     2.2 - Banner Slider 02
*     2.3 - Banner Slider 04
*     2.4 - Banner Slider 05
* 3 - Main Content
* 4 - Default Posts Style
* 5 - List Posts Style
* 6 - Masonry Posts Style
* 7 - Grid Posts Style
* 8 - List Posts 02 Style
* 9 - Single Post Types
*      9.1 - Left Sidebar
*      9.2 - Header Image
*      9.3 - Side Image
*      9.4 - Video Post
*      9.5 - Quote Post
* 10 - Categories Page
* 11 - About Page
* 12 - Contact Page
* 13 - Sidebar
* 14 - Widgets
* 15 - Pagination
* 16 - Footer

============================================= */
/*  HEADER SECTIONS  */
@media only screen and (min-width: 1201px) {
  .smLogo, .smLogo img {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .xlLogo, .xlLogo img {
    display: none;
  }
}
.header-topv1, .header-topv2 {
  padding-top: 20px;
  overflow: visible;
}

.header-topv1 .row div .header-logo img {
  width: 360px;
  outline: none;
  margin-top: 20px;
}

.header-topv2 .row div .header-logo img {
  width: 276px;
  outline: none;
  margin-top: 20px;
  margin-left: 40px;
}

.header-topv2 .row div .header-logo img {
  width: 276px;
  outline: none;
  margin-top: 20px;
  margin-left: 40px;
}

.header-logo img:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header-menu {
  /* display: inline-block; widows: 100%;*/
}

.socialHeader li img, .logo-tiny-mobile {
  width: 133.06px;
  height: 25px;
}

@media only screen and (max-width: 7680px) {
  .header-logo img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 769px) {
  .mobile-logo, .logo-tiny-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /*  .header-image {
    height: 300px;
    min-height: 300px !important;
  }*/
  .header-image .col-lg-4.col-sm-12.top .header-logo, .header-image .col-lg-8.col-sm-12.bottom h4 {
    display: none;
  }
  .header-image .col-lg-4.col-sm-12.top {
    position: relative;
    height: 50px;
  }
  a.mobile-logo {
    display: block;
    text-align: center;
    width: 100%;
  }
  a.mobile-logo img {
    max-width: 360px;
    margin: 0 5%;
  }
}
.navbar-inverse {
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .nav {
    margin-top: 30px;
  }
}
/*.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus,
.nav>li>a,
.nav>li>a:focus,
.nav>li>a:hover*/
.nav > li > a {
  background-color: transparent !important;
  outline: none;
  text-decoration: none !important;
  color: #F7F5F4;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 0px !important;
  border-bottom: 2px solid transparent;
}

.nav > li > a:hover {
  border-radius: 0px !important;
  border-bottom: 2px solid #FFFFFF !important;
}

.nav > li.active > a {
  border-bottom: 2px solid #FFFFFF !important;
}

.nav > li > a {
  padding: 5px 0px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.064em;
  line-height: 30px;
  font-weight: 100;
}

.nav > li {
  padding: 10px 25px;
}

@media (max-width: 1200px) {
  .nav > li {
    padding: 10px 0px;
  }
}
.dropdown-toggle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.dropdown-toggle span {
  font-size: 18px;
  margin-left: 10px;
  margin-top: 5px;
}

#bs-example-navbar-collapse-1 {
  z-index: 98;
}

.navbar-static-top {
  z-index: 98;
}

header > div > div > div.col-lg-4.col-sm-12.top, a.mobile-logo {
  z-index: 111;
}

.nav > li {
  display: inline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
}

.nav-tabs > li {
  padding: 0px;
}

span.hambgr {
  display: inline-block;
  background: url("../../img/icon-menu-lines.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: -5px;
  top: 2px;
}

span.subham {
  top: 6px;
  margin-left: 10px;
}

/**  SUB MENU  *************************************/
ul.nav .dropdown-custom {
  text-align: left;
  position: absolute;
  top: -99999px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 99999999999999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.118);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #FFFFFF;
}

ul.nav .dropdown-custom, ul.nav > li:hover > ul {
  right: 0;
}

ul.nav ul > li, ul.nav ul a {
  width: 200px;
}

ul.nav .dropdown-custom .title {
  font-weight: bold;
}

ul.nav .dropdown-custom a {
  /*display: block;*/
  padding: 5px 0;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  display: inline-block;
  height: 24px;
  overflow: hidden;
  word-break: break-all;
  font-family: "bell-centennial-std-address", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.nav .dropdown-custom a:hover {
  color: #E21B1B;
  border-bottom: 1px solid #E21B1B;
  width: initial;
}

ul.nav .dropdown-custom > li {
  margin-left: 10px;
}

ul.nav .dropdown-custom > li:first-child {
  margin-left: 0px;
}

ul.nav ul ul li {
  float: none;
}

ul.nav > li:hover > ul {
  opacity: 1;
  position: absolute;
  top: 99%;
}

ul.nav ul ul {
  background-image: none;
  background-color: transparent;
  padding: 0;
}

ul.nav ul > li {
  display: inline;
  float: left;
}

@media only screen and (min-width: 1201px) {
  #bs-example-navbar-collapse-1 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin: 0 -30px;
    top: -75px;
  }
  .navbar-collapse .navbar-nav {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1200px) {
  #bs-example-navbar-collapse-1 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin: 0 -90px 0 -60px;
    overflow: hidden;
    top: -70px;
  }
  .navbar-collapse .navbar-nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  div.col-lg-8.col-sm-12 > h4 > ul.socialHeader {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 992px) {
  #bs-example-navbar-collapse-1 {
    margin: 0 -60px 0 -30px;
    top: -75px;
  }
}
@media only screen and (max-width: 768px) {
  #bs-example-navbar-collapse-1 {
    /* position: absolute; */
    /* left: 25px;
    right: 0px;
    top: 50px; */
    top: 0;
  }
  #bs-example-navbar-collapse-1 ul {
    width: 100%;
    text-align: center;
  }
  .navbar-collapse .navbar-nav {
    width: auto;
    display: block;
  }
  .socialHeader {
    margin-top: 0;
    margin-right: 60px;
  }
  .header-topv1 .row > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .navbar-toggle {
    margin-left: 10px;
    margin-right: 5px;
  }
  .sub-header {
    position: relative;
  }
  .sub-header > div {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav > li.dropdown.open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .nav > li.dropdown.open > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    color: white;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    color: white;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background: transparent;
  }
  .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border-color: #fff;
    background-color: #fff;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #6b6b6b;
  }
}
.contact-details p, .contact-details h3.title-sub, .author-article, .article-cookie-trail, .chat-module h3, .article-audio {
  padding: 0 60px 12px 60px;
}

.entry-content h3 {
  padding: 24px 60px 24px 60px;
}

.title-sub {
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 32px;
  margin-bottom: 24px;
}

ul.sociali.socialArticle {
  margin: 0;
}

.author-article {
  min-height: 121px;
  margin: 0px;
}

.author-article img.author-image {
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
}

.author-article .author-about {
  text-align: left;
  margin: 0 0 0 0;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 24px;
  overflow: hidden;
}

.author-article .author-about span {
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  .contact-details h3.title-sub {
    padding: 12px 47px 12px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .author-article, .article-cookie-trail, .chat-module h3, .article-audio {
    padding: 12px 20px 12px 20px;
  }
  .contact-details p, .entry-content h3 {
    padding: 12px 35px 12px 20px;
  }
  .author-article .author-about {
    margin: 0 0em 0 0;
  }
  .author-article img.author-image {
    margin: 0 1em 0.5em 0;
  }
}
.contact-details p img.fullWidth, .contact-details img.fullWidth, img.fullWidth {
  padding: 12px 0px 12px 0px;
  height: auto;
  max-width: 100%;
  min-width: 100%;
}

.firstcharacter {
  color: #E21B1B;
  float: left;
  font-family: "lemonde-jou";
  font-size: 58px;
  line-height: 12px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 3px;
  font-weight: 700;
}

.header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  /*    top: -50px;
    position: relative;*/
}

.header-title-discourseSub {
  max-width: 1100px;
}

@media only screen and (max-width: 1025px) {
  .header-title {
    max-width: 700px;
    width: 90%;
    top: -50px;
  }
}
@media only screen and (max-width: 769px) {
  .header-title {
    max-width: 700px;
    width: 90%;
    top: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .header-title {
    top: 0px;
  }
}
h1.header-image-title {
  color: #FFFFFF;
  padding: 150px 0px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  h1.header-image-title {
    /*margin: auto 0px;*/
    /*width: 600px;*/
    width: 600px;
    font-size: 64px;
    letter-spacing: 0.0016em;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  h1.header-image-title {
    width: 95%;
    font-size: 55px;
    letter-spacing: 0.0016em;
    line-height: 55px;
  }
}
@media only screen and (max-width: 500px) {
  h1.header-image-title {
    width: 100%;
    font-size: 53px;
    letter-spacing: 0.0016em;
    line-height: 53px;
  }
}
@media only screen and (max-width: 400px) {
  h1.header-image-title {
    width: 100%;
    font-size: 43px;
    letter-spacing: 0.0016em;
    line-height: 43px;
  }
}
h4.footer-title {
  padding: 20px 0px;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 32px;
}

@media only screen and (min-width: 769px) {
  h4.footer-title {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  h4.footer-title {
    text-align: center;
  }
  footer .footer-logo, footer .footer-social {
    float: none !important;
    text-align: center;
  }
  footer {
    text-align: center;
  }
}
.copyright, .copyright a {
  max-width: 928px;
  text-align: center;
  margin: 15px auto;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.08em;
  line-height: 16px;
  text-transform: inherit;
  color: #F7F5F4;
}

.copyright a:hover {
  text-decoration: underline;
  color: #E21B1B;
  text-transform: inherit;
}

.copyright img {
  display: block;
  margin: 100px auto 0px auto;
  width: 150px;
  height: 28.18px;
}

.row {
  padding-bottom: 40px;
}

/*  FOOTER SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

div.row > div.col-sm-3 > a.footer-logo > img {
  height: 175px;
  width: 173.19px;
}

/*  FOOTER COLUMN SETUP  */
.vertLineL {
  border-left: 1px solid #fff;
}

.vertLineR {
  border-right: 1px solid #fff;
}

.col {
  display: block;
  float: left;
  /*margin: 1% 0 1% 1.5%;*/
  margin: 1% 0 1% 5.5%;
  min-height: 150px;
}

.col:first-child {
  margin-left: 0;
}

/*  FOOTER GROUPING  */
.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

ul.footerList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

ul.footerList li {
  padding-left: 0px;
}

ul.footerList li a.topics, ul.footerList li a.topics:visited {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 20px;
  color: #e0e0e0;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  height: 24px;
  overflow: hidden;
  word-break: break-all;
  font-family: "bell-centennial-std-address", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.footerList li a.topics:hover, ul.footerList li a.pages:hover {
  text-decoration: underline !important;
}

ul.footerList li a.pages {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 30px;
  padding-left: 40px;
  color: #e0e0e0;
  text-decoration: none;
  text-transform: none;
  font-family: "bell-centennial-std-address", sans-serif;
}

@media only screen and (max-width: 991px) {
  .vertLineL {
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
  }
  ul.footer-pages li {
    /*padding-left: 0px;
      display: inline;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 10px 45px;
  }
  ul.footer-pages {
    padding-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  ul.footerList li a.pages {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 730px) {
  ul.footer-pages li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 10px 45px;
  }
  ul.footer-pages {
    padding-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  ul.footerList li a.topics {
    width: 120px;
    text-align: left;
  }
  ul.footer-pages {
    margin-top: 0px;
  }
  .vertLineL, .vertLineR {
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
  }
  ul.footer-pages li {
    /*padding-left: 0px;
      display: inline;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0px 20px;
  }
  ul.footer-pages {
    padding-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  ul.footer-pages {
    margin-top: 35px;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  ul.footer-pages li {
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 771px) {
  /*990-768*/
  ul.footerList li a.topics {
    width: 150px;
    text-align: left;
  }
}
@media only screen and (max-width: 1000px) {
  ul.footerList li a.topics {
    width: 120px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  ul.footerList li a.topics {
    width: 170px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  ul.footerList li a.topics {
    width: 120px;
    text-align: left;
  }
  ul.footer-pages {
    margin-top: 0px;
  }
  .vertLineL, .vertLineR {
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
  }
  .span_1_of_4_First {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  ul.footerList li a.topics {
    width: 210px;
    text-align: center;
  }
  ul.footer-pages {
    margin-top: 0px;
  }
  .vertLineL, .vertLineR {
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
  }
  .span_1_of_4_First {
    width: 100% !important;
  }
}
ul.sociali li a i.fa-stack-2x {
  font-size: 1.3em !important;
}

.disclaimer-text {
  display: block;
  padding: 20px 0px;
}

.credit {
  display: block;
  padding: 0px 0px 60px 0px;
}

@media only screen and (min-width: 769px) {
  .socialposition {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .socialposition {
    text-align: center;
  }
}
ul.socialFooter li a {
  width: 50px;
  height: 50px;
  position: relative;
  left: -20px;
}

@media only screen and (max-width: 768px) {
  ul.socialFooter li a {
    position: relative;
    left: 0px;
  }
}
ul.sociali.sidebarSocial li a i {
  line-height: 40px;
}

.sidebar-about ul.sociali {
  list-style: none;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  width: 160px;
  height: 52px;
  padding: 7px;
  -webkit-align-content: center;
          align-content: center;
  display: inline-block;
  background-color: #01162e;
}

.main-content {
  background: #F7F5F4;
}

/*div.header-image {
-webkit-filter: grayscale(100%);

}*/
/*div.header-image {
 background-repeat: no-repeat;
 background-attachment: inherit;
 background-position: center;
 background-size: cover;
 min-height: 500px;
 padding-top: 380px;
}*/
/* 1 -------------- Common Styles --------------- */
a {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover {
  color: #E21B1B;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  /*Le Monde Journal ????*/
  /*font-weight: 700;*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

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

video, iframe {
  border: none;
  max-width: 100%;
}

p {
  color: #000000;
  font-family: "lemonde-jou";
  margin: 10px 0;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 32px;
}

/*.overlay {
background: rgba(0, 0, 0, 0.25);
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
}*/
.background-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.btn {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 33px;
  box-shadow: none;
  color: #01162E;
  height: inherit;
  padding: 10px 37px;
  text-transform: capitalize;
  font-weight: 100;
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-family: "bell-centennial-std-name-num", sans-serif !important;
}

.btn:hover, .btn-primary:hover, .btn-primary:active:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background: #035fc7;
  background-color: #035fc7;
  border-color: #035fc7 1px solid !important;
  border: #035fc7 1px solid !important;
  font-weight: 100;
}

.padding {
  padding: 4.25% 0;
}

.entry-title {
  color: #000;
  display: inline-block;
  font-size: 24px;
  margin: 14px 0 4px;
  text-transform: uppercase;
  width: 100%;
}

.entry-title a {
  color: #000;
}

.time {
  color: #999;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}

.time:before, .time:after {
  content: "";
  background: #ccc9c7;
  height: 1px;
  width: 25px;
  top: 50%;
  margin-top: -0.5px;
  position: absolute;
}

.time:before {
  left: -35px;
}

.time:after {
  right: -35px;
}

.post-meta {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  color: #999;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  margin-top: 40px;
  padding: 13px 0;
  width: 100%;
}

.post-meta a:hover {
  color: #af7152 !important;
}

.post-meta .comments {
  font-style: italic;
}

.post-meta .comments i {
  font-size: 12px;
  margin-right: 2px;
}

.post-meta .comments a {
  color: #999;
}

.post-meta .post-social a {
  color: #aaa;
}

.post-meta .post-social a i {
  font-size: 12px;
  padding-left: 10px;
}

.entry-content .btn {
  margin-top: 9px;
}

.widget-title, .comment-title, .respond-title {
  border-bottom: 1px solid #000;
  color: #000;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 25px;
  padding: 0 0 3px;
  text-transform: uppercase;
}

.btn-container {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.btn-container .btn {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #171717;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 38px;
  padding: 0 13.233%;
  text-transform: uppercase;
}

.btn-container .btn:hover {
  background: #171717;
  border-color: #171717;
  color: #e1e1e1;
}

.btn-container .btn.load-more {
  margin-bottom: 5.9%;
}

.gray-bg {
  background: #f5f5f5;
}

.section-title {
  color: #fff;
  background: #E21B1B;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  z-index: 2;
  line-height: 1;
  font-weight: 100 !important;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 17px 36px;
  letter-spacing: 0.04em;
}

.details-top {
  margin-bottom: 17px;
}

blockquote {
  border: none;
  color: #000;
  /*Le Monde Journal ????*/
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  margin: 3.5% 0;
  padding: 3.52% 0;
  position: relative;
  text-align: center;
}

blockquote:before, blockquote:after {
  content: "";
  background: #eaeaea;
  height: 1px;
  width: 65%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

blockquote:before {
  top: 0;
}

blockquote:after {
  bottom: 0;
}

blockquote.style-02 {
  border-left: 2px solid #af7152;
  color: #999;
  font-size: 25px;
  line-height: 1.45;
  padding: 1% 3%;
  text-align: left;
}

blockquote.style-02:before, blockquote.style-02:after {
  display: none;
}

/* 3 ---------------- Main Content ----------------- */
.main-content.has-left-sidebar .row .col-sm-8 {
  float: right;
}

.main-content.has-left-sidebar .row .col-sm-4 {
  float: left;
}

.main-content.has-left-sidebar .row .col-sm-4 aside.sidebar {
  padding: 0 20px 0 0;
}

.main-content.full-width-thumbnail .padding {
  padding-top: 0;
}

/* 4 ------------ Default Posts Style ------------ */
.default-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}

.default-posts article {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

.default-posts article.full-width {
  min-height: inherit !important;
  margin-bottom: 68px;
  width: 100%;
}

.default-posts article.full-width .entry-thumbnail {
  margin-bottom: 44px;
}

.default-posts article.full-width .entry-title {
  font-size: 32px;
}

.default-posts article.full-width .time {
  margin-bottom: 9px;
}

.default-posts article .entry-thumbnail {
  margin-bottom: 32px;
}

.default-posts article p {
  margin: 19px 0;
}

/* 5 --------------- List Posts Style --------------- */
.list-posts {
  margin-bottom: 22px;
}

.list-posts article {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  margin: 23px 0 0;
  padding-bottom: 25px;
  width: 100%;
}

.list-posts article:last-child {
  border-bottom: none;
}

.list-posts article .entry-thumbnail {
  max-width: 40%;
  margin: 0 30px 0 0;
  padding: 0;
}

.list-posts article .entry-content {
  padding-top: 7px;
}

.list-posts article .entry-content .entry-title {
  font-size: 22px;
  line-height: 1.2;
  margin: 17px 0 6px;
}

.list-posts article .entry-content .time:before, .list-posts article .entry-content .time:after {
  display: none;
}

.blog-module1 .blog-item-module-1 .blog-item-number {
  font-size: 32px;
  line-height: 14px;
  padding-top: 18px;
}

.sign-up-body h3 {
  line-height: 32px;
}

input.newsletter-category, input.newsletter-footer {
  padding: 6px 0 6px 0;
}

.masonry-posts article .entry-content .btn:hover {
  background: #000;
  color: #fff;
}

/* 7 --------------- Grid Posts Style --------------- */
.grid-posts article {
  background: #fff;
  margin-bottom: 40px;
  padding: 15px;
  text-align: center;
}

.grid-posts article .entry-thumbnail {
  margin-bottom: 30px;
}

.grid-posts article .entry-content .btn {
  margin: 20px 0 25px;
}

/* 8 --------------- List Posts 02 Style --------------- */
.list-posts-02 article {
  display: inline-block;
  padding-bottom: 35px;
  width: 100%;
}

.list-posts-02 article .entry-thumbnail {
  margin: 0 40px 0 0;
  max-width: 60%;
  padding: 0;
}

.list-posts-02 article .entry-content {
  padding-top: 14px;
  text-align: center;
}

.list-posts-02 article.type-ad {
  display: inline-block;
  margin: 15px 0 35px;
  padding: 0;
  position: relative;
  width: 100%;
}

.list-posts-02 article.type-ad .entry-thumbnail {
  margin-right: 0;
  max-width: inherit;
  width: 100%;
}

.list-posts-02 article.type-ad .entry-content {
  background: #fff;
  left: 50%;
  top: 50%;
  padding: 4% 10%;
  position: absolute;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-posts-02 article.type-ad .entry-content .entry-title {
  font-size: 34px;
}

.post-navigation {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  padding: 15px 0;
  width: 100%;
}

.post-navigation .nav-links {
  position: relative;
  width: 50%;
}

.post-navigation .nav-links .meta-nav {
  color: #000;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
  position: absolute;
}

.post-navigation .nav-links article {
  margin: 0;
}

.post-navigation .nav-links .entry-thumbnail {
  padding: 0;
}

.post-navigation .nav-links .entry-title {
  font-size: 14px;
  text-transform: inherit;
}

.post-navigation .nav-links .time:before, .post-navigation .nav-links .time:after {
  display: none;
}

.post-navigation .nav-links.prev {
  padding-left: 25px;
}

.post-navigation .nav-links.prev article {
  position: relative;
}

.post-navigation .nav-links.prev article:before {
  content: "";
  background: #eaeaea;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  position: absolute;
}

.post-navigation .nav-links.prev .meta-nav {
  left: 0;
}

.post-navigation .nav-links.prev .entry-thumbnail {
  margin: 0 20px 0 0;
}

.post-navigation .nav-links.next {
  padding-right: 25px;
}

.post-navigation .nav-links.next .meta-nav {
  right: 0;
}

.post-navigation .nav-links.next .entry-thumbnail {
  margin: 0 0 0 20px;
}

.respond {
  margin: 21px 0 15px;
}

.respond .respond-title {
  border-bottom: none;
  padding-bottom: 0;
}

.respond .comment-form {
  margin-top: 0;
}

.respond .comment-form .comment-form-control-wrap {
  width: 32.749%;
}

.col-sm-8 .comment-form .comment-form-control-wrap {
  width: 32.4%;
}

/* 9.1 ----------- Left Sidebar ----------- */
.left-sidebar article .row .col-sm-8 .entry-content {
  margin-top: 10px;
}

.left-sidebar article .row .col-sm-4 aside.sidebar {
  margin-top: 28px;
}

/* 9.2 -------------- Header Image ------------- */
.header-image .entry-thumbnail {
  position: relative;
}

.header-image .entry-thumbnail .top-content {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-image .entry-thumbnail .top-content .category, .header-image .entry-thumbnail .top-content .entry-title, .header-image .entry-thumbnail .top-content .time {
  border-color: #fff;
  color: #fff;
}

.header-image .entry-thumbnail .top-content .category a, .header-image .entry-thumbnail .top-content .entry-title a, .header-image .entry-thumbnail .top-content .time a {
  color: #fff;
}

/* 9.3 -------------- Side Image ------------- */
.side-image .time:before, .side-image .time:after {
  display: none;
}

/* 9.4 -------------- Video Post ------------- */
.video-post article .entry-thumbnail {
  margin-bottom: 40px;
}

.video-post article .top-content {
  margin-bottom: 25px;
}

/* 9.5 -------------- Quote Post ------------- */
.quote-post .entry-thumbnail {
  position: relative;
}

.quote-post .entry-thumbnail blockquote {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 7%;
  position: absolute;
  width: 85%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quote-post .entry-thumbnail blockquote:before {
  background: rgba(175, 113, 83, 0.9);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.quote-post .entry-thumbnail blockquote:after {
  display: none;
}

.quote-post .entry-thumbnail blockquote .author {
  color: #fff;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 22px;
  position: relative;
  text-transform: uppercase;
}

.quote-post .entry-thumbnail blockquote .author:before, .quote-post .entry-thumbnail blockquote .author:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 25px;
  top: 50%;
  position: absolute;
}

.quote-post .entry-thumbnail blockquote .author:before {
  left: -35px;
}

.quote-post .entry-thumbnail blockquote .author:after {
  right: -35px;
}

/* 10 ------------- Categories Page ------------ */
.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.categories div[class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.categories article {
  margin: 20px 0;
}

.categories article .entry-thumbnail {
  margin-bottom: 17px;
}

.categories article .entry-title {
  font-size: 18px;
}

.categories .details-top {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

/* 11 ------------- About Page ------------ */
.about-me {
  margin: 0 auto;
  max-width: 890px;
}

.about-me .avatar {
  margin: 55px 0 68px;
}

.about-me .avatar img {
  margin: 0 auto;
  max-width: 690px;
}

.about-me p {
  display: inline-block;
  margin: 12px 0;
  width: 100%;
}

.about-me .details {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 4.7%;
}

.about-me .social {
  padding: 4% 0 3.1%;
}

.about-me .social a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 12px;
}

/* 12 ------------- Page ------------ */
.contact .contact-top .padding {
  padding-top: 0;
}

.contact-details {
  margin: 0 auto;
  max-width: 750px;
  background: #fff;
  z-index: 10;
  margin-top: -90px;
  position: relative;
  padding-bottom: 20px;
}

.contact-details.discourse {
  margin: 0 auto;
  max-width: 750px;
  background: #fff;
  z-index: 9999999999999;
  margin-top: -100px;
  position: relative;
  padding-bottom: 50px;
}

.discourseSubCategory {
  margin-top: -250px !important;
}

.essaySubCategory {
  margin-top: -400px !important;
}

@media (max-width: 1200px) {
  .essaySubCategory {
    margin-top: -300px !important;
  }
}
@media (max-width: 1024px) {
  .essaySubCategory {
    margin-top: -300px !important;
  }
}
@media (max-width: 768px) {
  .essaySubCategory {
    margin-top: -300px !important;
  }
}
@media (max-width: 414px) {
  .essaySubCategory {
    margin-top: -400px !important;
  }
}
.contact-details-bottomfix {
  padding-bottom: 0px !important;
}

.contact-details-bottommarginfix {
  margin-bottom: 50px;
}

.contact-details-audioArticle {
  margin-top: 0px !important;
}

.contact-details .details-top {
  margin-bottom: 27px;
}

.contact-details p {
  display: inline-block;
  margin: 0 0 12px 0;
  width: 100%;
}

.entry-content h3 {
  text-align: center;
}

/* 15 --------------- Pagination --------------- */
.pagination {
  display: inline-block;
  margin-bottom: 32px;
  width: 100%;
}

.pagination.pagination-01 {
  /*Le Monde Journal ????*/
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
  width: 100%;
}

.pagination.pagination-01 a {
  color: #af7152;
}

.pagination.pagination-01 a.previous-page i {
  margin: 0 5px 0 0;
}

.pagination.pagination-01 a.next-page i {
  margin-left: 5px;
}

.pagination.pagination-01 i {
  font-size: 16px;
}

.pagination.pagination-02 ul, .pagination.pagination-03 ul {
  margin: 0;
  padding: 0;
}

.pagination.pagination-02 ul li, .pagination.pagination-03 ul li {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  float: left;
  list-style: none;
  margin: 3px 4px 3px 0;
}

.pagination.pagination-02 ul li:last-child, .pagination.pagination-03 ul li:last-child {
  margin-right: 0;
}

.pagination.pagination-02 ul li a, .pagination.pagination-03 ul li a {
  color: #000;
  background: #fff;
  border: 1px solid #eaeaea;
  display: inline-block;
  line-height: 34px;
  padding: 0 13.53px;
}

.pagination.pagination-02 ul li a:hover, .pagination.pagination-03 ul li a:hover {
  background: #eaeaea;
}

.pagination.pagination-02 ul li.active a, .pagination.pagination-03 ul li.active a {
  background: #eaeaea;
}

.pagination.pagination-03 ul li a:hover {
  background: #af7152;
  border-color: #af7152;
  color: #fff;
}

.pagination.pagination-03 ul li.active a {
  background: #af7152;
  border-color: #af7152;
  color: #fff;
}

/* 16 -------------- Footer -------------- */
footer {
  background: #01162E;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: "lemonde-jou";
  font-size: 11px;
  padding: 70px 0 25px 0;
  width: 100%;
  font-weight: 700;
}

footer a {
  color: #fff;
  text-transform: uppercase;
}

footer .footer-logo {
  max-width: 175px;
}

footer .footer-social a {
  color: #fff;
  /*display: inline-block;*/
  font-size: 22px;
  padding-right: 30px;
  padding-bottom: 15px;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after, .pagewrap:after, .pagewrap:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after, .pagewrap:after {
  clear: both;
}

.clearfix, .pagewrap {
  zoom: 1;
}

/*****************************************************
*    NAVIGATION AREA  FOR  MOBILE SCREENS ONLYS      *
*****************************************************/
@media screen and (max-width: 768px) {
  header .is-clicked {
    display: none;
  }
  .cd-main-content {
    min-height: 100%;
    position: relative;
    background-color: #fff;
    z-index: 0;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
       transition-duration: 0.4s;
  }
  .cd-main-content.lateral-menu-is-open {
    -webkit-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  #mobilemenutroggler:checked + #lateral-menu-is-open #cd-lateral-nav {
    -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
  #mobilemenutroggler:checked + #lateral-menu-is-open .cd-main-content {
    -webkit-transform: translateX(-260px);
         -o-transform: translateX(-260px);
            transform: translateX(-260px);
  }
  #cd-lateral-nav {
    display: block;
  }
  header h1 a {
    margin: 0 auto;
  }
  #cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
  }
  #cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
  }
  #cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
  }
  #cd-top-nav a {
    display: inline-block;
    padding: 0.5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
  }
  #cd-top-nav a.current {
    background-color: #242e30;
  }
  .mobile-menu {
    padding: 16px;
    position: absolute;
    display: block;
    right: 0;
    top: -20px;
    height: 50px;
    width: 60px;
    cursor: pointer;
    z-index: 9999999999999;
  }
  .overlay .mobile-menu {
    top: 0px;
  }
  .mobile-menu .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 23px;
    height: 2px;
    background-color: #fff;
  }
  .mobile-menu .cd-menu-icon::before, .mobile-menu .cd-menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
  }
  .mobile-menu .cd-menu-icon::before {
    bottom: 7px;
  }
  .mobile-menu .cd-menu-icon::after {
    top: 7px;
  }
  .mobile-menu.is-clicked .cd-menu-icon::before {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 0;
  }
  .mobile-menu.is-clicked .cd-menu-icon::after {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
  }
  .mobile-menu.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
  }
  .mobile-menu.is-clicked .cd-menu-icon::before, .mobile-menu.is-clicked .cd-menu-icon::after {
    background-color: #fff;
  }
  /*****************************************************
  *    OVERLAT EFFECT AREA                             *
  *****************************************************/
  .socialHeader li img, .logo-tiny-mobile {
    position: relative;
    top: -5px;
  }
  .overlay .dropdown-toggle {
    display: inherit !important;
  }
  .overlay .dropdown-custom {
    text-align: left;
  }
  .overlay .dropdown-custom {
    display: none;
    z-index: 9999999999;
    padding-top: 18px;
    /*opacity: 0;*/
  }
  /* Menu style */
  .overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }
  .overlay ul li {
    display: block;
    min-height: 54px;
    margin: 20px 0;
  }
  .overlay ul li a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.001em;
    color: #FFFFFF;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
  }
  .overlay ul li a:hover, .overlay ul li a:focus {
    color: #e21b1b;
    text-decoration: underline;
  }
  ul > li.dropdown.mobile-dropdown-menu > a > span.glyphicon-menu-hamburger {
    padding-left: 10px;
  }
  nav > ul > li.social-wrap.nondropdown {
    padding-top: 15px;
  }
  .overlay.overlay-hugeinc .mobile-menu {
    display: none;
  }
  .overlay.overlay-hugeinc.open .mobile-menu {
    display: block;
  }
  .overlay.overlay-hugeinc.open .overlay-content {
    height: 100%;
    overflow: scroll;
  }
  .overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 99999999;
  }
  .overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .overlay-hugeinc nav > ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  }
  .overlay-hugeinc.open nav > ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
  .overlay nav {
    height: 89%;
    font-size: 18px;
  }
  .overlay ul li, .back-button {
    min-height: 34px;
  }
  .overlay ul li.social-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .social-wrap a {
    color: #fff;
    margin: 0 10px;
    display: inline-block !important;
    width: 20px;
  }
  .back-button {
    position: absolute;
    top: 2px;
    left: 20px;
    color: #fff;
  }
}
@media only screen and (max-width: 1200px) {
  div.blog-sidebar.sideRight.side-topPosition2 > div.blog-module-3 > div.blog-content > .article-cookie-trail .tag-list.external-link > div {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 990px) {
  div.blog-sidebar.sideRight.side-topPosition2 > div.blog-module-3 > div.blog-content > .article-cookie-trail .tag-list.external-link > div {
    padding: 5px 40px;
  }
}
@media only screen and (max-width: 770px) {
  p, p.modp {
    line-height: 29px !important;
  }
  .site-footer .container .row .col-sm-5 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .copyright img {
    margin: 0px auto 0px auto;
  }
  .site-footer .container .row {
    padding-bottom: 0px;
  }
  .credit {
    padding: 0px 0px 10px 0px;
  }
  .footer2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  a.footer-logo img {
    margin-top: 45px;
  }
  .footer2 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .blog-module-3 .audio-bar {
    padding: 10px 20px;
  }
  .sign-up-module div.nopadBottom {
    margin: 30px 5%;
  }
  .sign-up-module {
    padding: 0px;
  }
  .navbar-collapse ul {
    background: #2d2d2d;
  }
  div.blog-sidebar.sideRight > div.blog-module-3 > div.blog-content > p.modp {
    margin-top: 20px;
  }
  .newsletter-form-article {
    padding: 30px;
  }
  .contact-details p, .contact-details h3.title-sub, .author-article, .article-cookie-trail, .chat-module h3, .article-audio {
    padding: 6px 30px 6px 30px;
  }
  .contact-details p, .author-article, .article-cookie-trail {
    padding: 8px 30px 8px 30px;
  }
  .contact-details .audio-bar.article {
    padding: 10px 0px;
  }
  .author-article {
    margin: 0px;
  }
  .audio-bar:before {
    top: 25px;
  }
  .audio-bar .length {
    top: 0px;
  }
  p.modp {
    padding-top: 5px !important;
  }
  .contact-details .audio-bar {
    padding: 10px 15px;
  }
  .blog-module-3 .audio-bar {
    margin-top: -36px;
  }
  .contact-details .blog-item-comments {
    width: 39px;
    height: 39px;
    font-size: 13px;
    line-height: 39px;
  }
  .contact-details .blog-item-comments:before {
    top: 25px;
  }
  .contact-details .blog-item-share {
    width: 39px;
  }
  .chat-module h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .col {
    margin: 0% 0 0% 0% !important;
  }
  .contact-details p {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 400px) {
  .socialHeader img {
    width: 100px;
  }
  .col {
    margin: 0% 0 0% 0% !important;
  }
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 21, 45, 0.9);
  /*background-color: rgba(0, 0, 0, 0.8);*/
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -o-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

/*  FOOTER GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.62%;
}

.span_2_of_4 {
  width: 49.25%;
}

.span_1_of_4 {
  width: 23.87%;
}

.span_1_of_4_First {
  width: 10%;
}

/*  FOOTER GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }
}
.span_1_of_4_First span {
  position: relative;
  top: 60px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .span_1_of_4_First span {
    position: relative;
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .span_1_of_4_First span {
    position: relative;
    left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .span_1_of_4_First span {
    position: inherit;
  }
  .col {
    min-height: 50px;
  }
}
@media (max-width: 1366px) {
  .banner-slider.banner-slider-05 .owl-item .inner-content {
    width: 75%;
  }
}
@media (max-width: 1200px) {
  .banner-slider.banner-slider-05 .owl-item .inner-content {
    width: 80%;
  }
  .entry-title {
    font-size: 20px;
  }
  .default-posts article.full-width .entry-title {
    font-size: 26px;
  }
  .default-posts article .entry-thumbnail {
    margin-bottom: 25px;
  }
  .default-posts article.full-width .entry-thumbnail {
    margin-bottom: 30px;
  }
  .list-posts article .entry-content {
    padding-top: 0;
  }
  .list-posts article .entry-content .entry-title {
    font-size: 18px;
  }
  .list-posts-02 article.type-ad .entry-content .entry-title {
    font-size: 28px;
  }
  .single-post .entry-title {
    font-size: 26px;
  }
  blockquote {
    font-size: 22px;
  }
  .single-post .side-image .top-content {
    margin: -6px 0 20px;
  }
  .single-post .entry-content ul li,
  .single-post .entry-content ol li {
    font-size: 16px;
  }
  .col-sm-8 .respond .comment-form .comment-form-control-wrap {
    width: 32.253%;
  }
  .respond .comment-form .comment-form-control-wrap {
    width: 32.624%;
  }
  .widget_related_posts article .entry-title {
    font-size: 13px;
  }
  .widget_insta_feed .widget-details a {
    max-width: 84px;
  }
  .widget_recent_posts article .entry-content .entry-title {
    font-size: 13px;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .banner-slider .entry-title,
  .banner-slider.banner-slider-05 .owl-item .inner-content .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .quote-post .entry-thumbnail blockquote {
    padding: 5%;
  }
}
@media (max-width: 992px) {
  video,
  iframe {
    max-height: 300px;
  }
  blockquote {
    font-size: 18px;
    margin: 2.5% 0;
    padding: 2.5% 0;
  }
  blockquote.style-02 {
    font-size: 18px;
  }
  .entry-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .default-posts article.full-width .entry-title {
    font-size: 20px;
  }
  .banner-slider .entry-title,
  .banner-slider.banner-slider-05 .owl-item .inner-content .entry-title {
    font-size: 18px;
  }
  .list-posts article .entry-thumbnail {
    float: none !important;
    margin: 0 0 30px 0 !important;
    max-width: inherit;
  }
  .list-posts article .entry-thumbnail,
  .list-posts article .entry-content {
    display: inline-block;
    width: 100%;
  }
  .list-posts-02 article .entry-thumbnail {
    margin-right: 30px;
  }
  .list-posts-02 article .entry-content {
    padding-top: 0;
    text-align: left;
  }
  .list-posts-02 article .entry-content .category {
    margin-top: -6px;
  }
  .list-posts-02 article .entry-content .time:before,
  .list-posts-02 article .entry-content .time:after {
    display: none;
  }
  .list-posts-02 article.type-ad .entry-thumbnail {
    margin: 0;
  }
  .list-posts-02 article.type-ad .entry-content {
    text-align: center;
  }
  .list-posts-02 article.type-ad .entry-content .entry-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .list-posts-02 article.type-ad .entry-content .time:before,
  .list-posts-02 article.type-ad .entry-content .time:after {
    display: block;
  }
  .single-post .entry-title {
    font-size: 20px;
  }
  .single-post p {
    margin: 8px 0;
  }
  .post-navigation .nav-links article .entry-thumbnail {
    max-width: 85px;
  }
  .post-navigation .nav-links article .entry-title {
    margin-top: 0;
  }
  .post-navigation .nav-links.prev {
    padding-left: 15px;
  }
  .post-navigation .nav-links.prev .entry-thumbnail {
    margin: 0 15px 0 0;
  }
  .post-navigation .nav-links.next {
    padding-right: 20px;
  }
  .post-navigation .nav-links.next .entry-thumbnail {
    margin: 0 0 0 15px;
  }
  .col-sm-8 .respond .comment-form .comment-form-control-wrap {
    width: 31.918%;
  }
  .respond .comment-form .comment-form-control-wrap {
    width: 32.4%;
  }
  .quote-post .entry-thumbnail blockquote {
    font-size: 17px;
  }
  .quote-post .entry-thumbnail blockquote .author {
    margin-top: 12px;
  }
  .about-me .avatar img {
    max-width: 400px;
  }
  .wpcf7-form .wpcf7-form-control-wrap,
  .comment-form .wpcf7-form-control-wrap,
  .wpcf7-form .comment-form-control-wrap,
  .comment-form .comment-form-control-wrap {
    width: 32.4%;
  }
  .widget_recent_posts article .entry-thumbnail {
    margin: 0 15px 15px 0;
    max-width: 90px;
  }
  aside.sidebar {
    padding: 0 !important;
  }
  .widget_insta_feed .widget-details a {
    max-width: 66px;
  }
}
@media (max-width: 767px) {
  .padding {
    padding: 40px 0;
  }
  .entry-thumbnail.background-bg {
    height: 50vh;
  }
  .entry-thumbnail.background-bg img {
    display: none;
  }
  .banner-slider.banner-slider-02 .owl-nav div[class*=owl-],
  .banner-slider.banner-slider-05 .owl-nav div[class*=owl-] {
    width: 30px;
  }
  .banner-slider.banner-slider-02 .owl-nav div[class*=owl-]:before,
  .banner-slider.banner-slider-05 .owl-nav div[class*=owl-]:before {
    line-height: 30px;
  }
  .banner-slider.banner-slider-05 .owl-item .inner-content {
    padding: 15px;
    width: 70%;
  }
  .list-posts {
    margin-bottom: 0;
  }
  .list-posts-02 {
    margin-top: 20px;
  }
  .list-posts-02 article .entry-thumbnail {
    display: inline-block;
    float: none !important;
    margin: 0 0 30px;
    max-width: inherit;
    width: 100%;
  }
  .list-posts-02 article .entry-content {
    display: inline-block;
    width: 100%;
  }
  .list-posts-02 article.type-ad .entry-content .entry-title {
    font-size: 16px;
  }
  .list-posts-02 article.type-ad .entry-content {
    width: 85%;
  }
  .single-post .entry-title {
    font-size: 18px;
  }
  .section-widget .widget_insta_feed div[class*=col-] {
    float: left;
    width: 50%;
  }
  .header-image .entry-thumbnail .top-content {
    width: 85%;
  }
  .about-me .avatar img {
    max-width: 200px;
  }
  .wpcf7-form .wpcf7-form-control-wrap,
  .comment-form .wpcf7-form-control-wrap,
  .wpcf7-form .comment-form-control-wrap,
  .comment-form .comment-form-control-wrap {
    margin-right: 0;
    width: 100% !important;
  }
  .widget_related_posts article {
    margin-bottom: 30px;
  }
  aside.sidebar {
    margin-top: 20px;
  }
  aside.sidebar .widget {
    margin-bottom: 40px !important;
  }
  footer {
    padding: 20px 0;
    text-align: center;
  }
  footer .footer-logo,
  footer .footer-social {
    float: none !important;
    text-align: center;
  }
  footer .copyright {
    padding: 15px 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .post-navigation .nav-links {
    width: 100%;
  }
  .post-navigation .nav-links.prev {
    margin-bottom: 20px;
  }
  .post-navigation .nav-links.prev article:before {
    display: none;
  }
  .single-post .author-bio .author-avatar,
  .comments .comment-list .author-avatar {
    display: inline-block;
    float: none !important;
    margin-bottom: 20px;
  }
  .single-post .author-bio .author-details,
  .comments .comment-list .author-details {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .entry-thumbnail.background-bg {
    height: 80vh;
  }
  .section-widget .widget_insta_feed div[class*=col-] {
    width: 16.66%;
  }
}
@media (max-width: 375px) {
  .btn {
    line-height: 25px;
    padding: 5px 20px;
  }
  .banner-slider .entry-title {
    font-size: 15px !important;
  }
  .banner-slider .banner-slider-04 .inner-content {
    width: 90%;
  }
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.entry-content p:first-of-type {
  padding-top: 14px;
}

.entry-content p:first-of-type::first-letter {
  color: #E21B1B;
  float: left;
  font-family: "lemonde-jou";
  font-size: 58px;
  line-height: 12px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 3px;
  font-weight: 700;
}

.author-name-link a {
  color: #8F99A5;
}

.author-name-link a:hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #E21B1B !important;
     -moz-text-decoration-color: #E21B1B !important;
          text-decoration-color: #E21B1B !important;
}

.author-about a {
  color: #333;
}

.large-author-image {
  width: 100%;
}

.article-cookie-trail .article-tag-list {
  border: 1px solid #eee;
  padding: 5px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 12px;
}

.article-tag-list a {
  color: #8F99A5;
  font-size: 12px;
  letter-spacing: 0.032em;
  line-height: 1.75;
  margin: 10px 15px;
}

.fb-comments {
  padding: 0 3em 2em;
}

.first .blog-item-comments {
  color: #01162E !important;
  background: #fff !important;
}

.first .blog-item-comments:before {
  border-right: 10px solid #FFFFFF !important;
}

.nav-tabs {
  margin: 0;
}

ol.wpp-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

ol.wpp-list li {
  counter-increment: item;
}

ol.wpp-list li + li {
  margin-top: 2.5px;
}

ol.wpp-list li .wpp-count {
  width: 40px;
  height: 40px;
  background: #045FC7;
  color: #FFFFFF;
  line-height: 40px;
  position: absolute;
  right: -23px;
  top: 25px;
  display: inline-block;
  text-align: center;
}

ol.wpp-list li .wpp-count::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #045FC7;
  border-bottom: 0;
  border-left: 0;
  margin-left: -12px;
  margin-bottom: -10px;
}

ol.wpp-list li .wpp-date {
  content: counter(item);
  display: inline-block;
  width: 58px;
  height: 58px;
  background: #045FC7;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
  left: -58px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: "bell-centennial-std-address", sans-serif;
}

ol.wpp-list li .wpp-date > span {
  display: block;
  color: white;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 15px;
}

.blog-module1 ol.wpp-list li.blog-item-module-1 h3 {
  margin-top: 10px;
}

.blog-module1 ol.wpp-list li.blog-item-module-1 span.author-name {
  margin-top: 3px;
}

ol.wpp-list .blog-item-comments span {
  color: white !important;
}

ul.nav .dropdown-custom {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  display: block;
}

ul.nav .dropdown-custom li {
  margin: 0;
}

.discourse-breadcrumb .tag-list {
  display: inline-block;
}

.blog-item-module-1 .fb_comments_count {
  color: white !important;
}

.contact-details {
  padding-bottom: 0;
}

#breadcrumbs {
  padding: 5px 15px;
  margin: 0;
  display: inline;
}

#breadcrumbs span a:after {
  width: 7px;
  display: inline-block;
  background: url("../../img/icon-right-arrow@2x.png");
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center;
  background-size: contain;
  content: "";
  height: 13px;
  margin-left: 5px;
  padding: 0 15px;
  vertical-align: middle;
}

#breadcrumbs a, #breadcrumbs .breadcrumb_last {
  color: #8F99A5;
  padding-bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.032em;
  line-height: 30px;
  font-family: "bell-centennial-std-name-num", sans-serif;
}

#breadcrumbs a:visited, #breadcrumbs .breadcrumb_last:visited {
  color: #8F99A5;
}

#breadcrumbs a:hover {
  color: #000000;
  text-decoration: underline;
}

#breadcrumbs .breadcrumb_last {
  color: #01162E;
  font-weight: normal;
}

.sidebar-about p {
  margin: 0px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.001em;
  line-height: 32px;
  color: #fff;
  font-family: "lemonde-journal", serif;
}

.footer-topics a, footer-topics a:visited {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 20px;
  color: #e0e0e0;
  text-decoration: none;
  text-transform: none;
  display: inline;
  height: 24px;
  font-family: "bell-centennial-std-address", sans-serif;
}

.footer-topics a:hover {
  text-decoration: underline;
}

.footer-topics ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

@media only screen and (max-width: 600px) {
  .footer-topics ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    margin: 0 !important;
    padding: 0;
    width: 100%;
  }
}
.footer-topics li {
  list-style-type: none;
  margin-bottom: 5px;
}

.article-cookie-trail .article-tag-list span.line {
  width: 1px;
  display: inline-block;
  background: #eee;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center;
  background-size: contain;
}

.audio-bar span {
  text-transform: capitalize;
}

ul.footer-pages li a {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 30px;
  padding-left: 40px;
  color: #e0e0e0;
  text-decoration: none;
  text-transform: none;
  font-family: "bell-centennial-std-address", sans-serif;
  padding-bottom: 15px;
}

.article-tag-list a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.mobile-share ul.sociali li a i {
  color: #01162E;
}

.mobile-share ul.sociali li {
  display: inline-block;
}

.mobile-share ul.sociali li h5 {
  font-weight: 600;
}

@media (min-width: 768px) {
  .mobile-share {
    display: none;
  }
}
.form-control {
  font-weight: 100;
  font-family: "bell-centennial-std-name-num", sans-serif !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
  font-family: "lemonde-journal", serif;
}

p.ctct-form-text {
  text-transform: lowercase;
}

p.ctct-form-text:first-letter {
  text-transform: uppercase;
}

.contact-details .mobile-share ul.sociali li a {
  position: relative;
  top: 33px;
  width: 20px;
  height: 20px;
}

.newsletter-form-article .ctct-form-custom {
  position: relative;
}

.newsletter-form-article label#email_address_label_0 {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.newsletter-form-article .ctct-form-element {
  background: transparent !important;
  border-bottom: #01162E 2px solid !important;
  border-radius: 0px !important;
  color: #01162E !important;
  font-family: "bell-centennial-std-address", sans-serif;
  margin-top: 0 !important;
  max-width: 300px;
  display: inline-block;
}

@media (max-width: 768px) {
  .newsletter-form-article .ctct-form-element {
    max-width: 500px;
  }
}
.newsletter-form-article .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  background: #01162E;
  border: 1px solid #01162E;
  color: #F7F5F4;
  border-radius: 33px;
  box-shadow: none;
  height: inherit;
  padding: 8px 38px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-family: "bell-centennial-std-address", sans-serif;
  margin-right: 25px !important;
  float: none;
  width: 100%;
}

@media (min-width: 768px) {
  .newsletter-form-article .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    right: 0;
    position: absolute;
    top: 10px;
    height: 39px;
    float: right;
    width: auto;
  }
}
@media (min-width: 992px) {
  .newsletter-form-article .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    right: 40px;
    position: absolute;
    top: 10px;
    height: 39px;
  }
}
@media (min-width: 1200px) {
  .newsletter-form-article .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    position: absolute;
    top: 10px;
    right: 60px;
    height: 39px;
  }
}
.newsletter-form-article div.ctct-form-embed form.ctct-form-custom {
  min-height: initial;
}

.newsletter-form-article div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
  display: none;
}

.newsletter-form-article div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
  min-height: initial;
}

.newsletter-form-article div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success .ctct-form-text {
  display: none;
}

.sign-up-module .ctct-form-button {
  float: none;
  max-width: 266px;
  width: 100%;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .sign-up-module .ctct-form-button {
    position: absolute;
    top: 56px;
    right: 160px;
    float: right;
    width: auto;
    max-width: none;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .sign-up-module .ctct-form-button {
    position: absolute;
    top: 56px;
    right: 70px;
  }
}
@media (min-width: 1200px) {
  .sign-up-module .ctct-form-button {
    position: initial;
  }
}
.back-button {
  font-family: "bell-centennial-std-name-num", sans-serif;
}

.overlay-content .mobile-logo {
  padding-bottom: 1em;
}

article .audio-bar .length {
  right: 0;
}

.bottom-padding {
  padding-bottom: 20px;
}

.text-center {
  text-align: center;
}

.chat-module h3 {
  padding: 40px 60px 12px 60px;
}

@media (max-width: 575.98px) {
  .contact-details p {
    font-size: 18px;
    line-height: 26px !important;
  }
  .contact-details h3.title-sub {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 1em;
  }
  .header-image-titlev2, .header-image-title {
    font-size: 40px;
    line-height: 40px;
  }
  ul.sociali {
    margin-bottom: 0;
  }
  .blog-module-3 h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-module-3 .tag {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-module-3 .article-cookie-trail {
    padding: 2px 0px 12px 0px;
  }
  .blog-main .blog-module-2 .tab {
    top: 114px;
  }
}
p.ctct-gdpr-text {
  display: none;
}

label#email_address_label_0 {
  font-family: "bell-centennial-std-address", sans-serif;
  padding-right: 10px;
}

.ctct-form-element {
  background: #ffffff !important;
  border-bottom: #01162E 2px solid !important;
  border-left: #ffffff 0px solid !important;
  border-right: #ffffff 0px solid !important;
  border-top: #ffffff 0px solid !important;
  border-radius: 0px !important;
  padding: 12px 0px !important;
  color: #01162E !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
  min-width: 220px !important;
  margin-bottom: 10px !important;
  margin-top: 50px !important;
  font-family: "bell-centennial-std-address", sans-serif;
}

.ctct-form-defaults {
  padding: 0 !important;
}

button.ctct-form-button {
  background: #01162E;
  border: 1px solid #01162E;
  color: #F7F5F4;
  border-radius: 33px;
  box-shadow: none;
  height: inherit;
  padding: 8px 38px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-family: "bell-centennial-std-address", sans-serif;
  margin-right: 25px !important;
  float: right;
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .blog-main .blog-module-2 .tab {
    top: 204px;
  }
}
.hide-for-small {
  display: block;
}

@media (max-width: 575.98px) {
  .hide-for-small {
    display: none;
  }
}
.show-for-medium {
  display: none;
}

@media (min-width: 768px) {
  .show-for-medium {
    display: block;
  }
}
.blog-module1 .no-image .blog-item-module-1 h3 {
  margin: 0px 0 0;
}

.blog-module1 .no-image .blog-item-module-1 {
  padding: 15px 0;
  padding-left: 0px;
}

@media screen and (max-width: 769px) and (min-width: 460px) {
  .soundcloud-container {
    margin-top: 70px;
  }
}
@media screen and (max-width: 459px) and (min-width: 388px) {
  .soundcloud-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  ul.footer-pages li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0;
  }
}
_:-ms-lang(x), #bs-example-navbar-collapse-1 {
  display: inline-block !important;
}

_:-ms-lang(x), .home .contact-details {
  margin: 0;
}

@media (min-width: 768px) {
  _:-ms-lang(x), #bs-example-navbar-collapse-1 {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  _:-ms-lang(x), #bs-example-navbar-collapse-1 {
    margin: 0 -30px;
  }
}
@media (max-width: 1200px) {
  _:-ms-lang(x), #bs-example-navbar-collapse-1 {
    margin: 0 -40px;
    width: 100%;
    top: -20px;
  }
}
@media (max-width: 1200px) {
  _:-ms-lang(x), ul.nav .dropdown-custom {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    display: block;
  }
}
.g-recaptcha {
  display: none;
}

.entry-content ul {
  padding-left: 3em;
}

.entry-content li {
  line-height: 1.25em;
  padding: 0 0 1em 0.5em;
}

a:visited {
  color: #337ab7;
}

.author-name-link a:visited {
  color: #8F99A5;
}

.article-tag-list a:visited {
  color: #8F99A5;
  font-size: 12px;
  letter-spacing: 0.032em;
  line-height: 1.75;
  margin: 10px 15px;
}

.footer-topics a, footer-topics a:visited {
  color: #e0e0e0;
}

.contact-details p {
  line-height: 150%;
  font-size: 22px;
  letter-spacing: 0.0125em;
}

/*-----BUG FIXES-----*/
@media only screen and (max-width: 991px) {
  ul.footer-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  ul.footer-pages li {
    display: inline-block;
  }
  .article-cookie-trail .article-tag-list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article-cookie-trail .article-tag-list span.line {
    display: none;
  }
}
#blog-latest > div.blog-item-module-1 {
  padding-left: 20px;
}

/* Load More Button
---------------------------------------------------------------------- */
.load-more-wrapper {
  text-align: center;
  padding: 0 0 80px 0;
  background: #F7F5F4;
  font-family: "bell-centennial-std-sub-capt", sans-serif;
}

.load-more {
  display: inline-block;
  color: #4694e1;
  text-decoration: none;
  background: none;
  padding: 11px 90px;
  min-width: 200px;
  display: inline-block;
  border: 1px solid #ededed !important;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 700;
}

.load-more:hover {
  color: #E21B1B;
  border: 1px solid #ededed !important;
}

.load-more:disabled {
  opacity: 0.5;
  color: #aaa;
  cursor: default;
  display: none;
}

.page-template-features-category .blog-module-2.mix + .mix {
  margin-top: 70px;
}

.series-wrapper .blog-main.series-main {
  margin-top: -80px;
  margin-bottom: 100px;
  margin-left: 40px;
}

.blog-module-2.series-description {
  padding-bottom: 0px;
}

.series-description > div {
  padding: 45px 70px;
  box-sizing: border-box;
}

.series-description > div p {
  font-size: 20px;
  line-height: 34px;
}

.series__sideber--inner {
  padding: 40px 0 0 20px;
}

.sidebar__title {
  color: #045fc7;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #045fc7;
}

.series-interviewees ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.series-interviewees ul li {
  display: block;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #efeeee;
}

.series-interviewees ul li a {
  display: block;
  color: #10243a;
  padding: 16px 0;
}

.series-interviewees ul li a:hover {
  color: #E21B1B;
}

.from-series-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.from-series-title a {
  color: white;
}

.from-series-title a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #E21B1B;
     -moz-text-decoration-color: #E21B1B;
          text-decoration-color: #E21B1B;
}

@media (max-width: 991px) {
  .series-wrapper .blog-main.series-main {
    margin-top: -80px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .header-title {
    text-align: center;
  }
  .header-title .header-image-titlev2 {
    max-width: 100% !important;
  }
  .load-more-wrapper {
    padding: 0 0 40px 0;
  }
  .series__sideber--inner {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 575px) {
  .single-series .header-title,
  .single-interviewee .header-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    top: auto;
  }
  .from-series-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }
  .single-series .header-image-titlev2,
  .single-interviewee .header-image-titlev2 {
    font-size: 30px;
    line-height: 40px;
  }
  .series-description > div {
    padding: 30px 40px;
    box-sizing: border-box;
  }
  .series-description > div p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .single-series .article-spacer,
  .single-interviewee .article-spacer {
    height: 40px;
  }
  .series__sideber--inner {
    padding: 40px 40px 30px 40px;
  }
}
.dialogue-date {
  z-index: 8;
  color: white;
  display: block;
  margin-bottom: 10px;
  opacity: 0.8;
  letter-spacing: 1.5px;
}

.blog-module-3-feature .blog-content .blog-quote-content .quote-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-module-3-feature .blog-content .blog-quote-content .quote-line:not(.quote-line-opening) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.blog-module-3-feature .blog-content .blog-quote-content .quote-line.quote-line-opening .length.essay-date {
  padding-left: 0 !important;
  padding-right: 20px;
}
.blog-module-3-feature .blog-content .blog-quote-content .quote-line .length.essay-date {
  display: inline-block;
  background: #fff;
  padding-left: 20px;
  position: relative;
  z-index: 5;
}

.blog-module-2-feature .blog-quote .blog-quote-content .quote-line {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.blog-module-2-feature .blog-quote .blog-quote-content .quote-line:not(.quote-line-opening) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.blog-module-2-feature .blog-quote .blog-quote-content .quote-line .length.essay-date {
  display: inline-block;
  background: #fff;
  padding-left: 20px;
  position: relative;
  z-index: 5;
}

body.menu--active, html.menu--active {
  overflow: hidden;
}

.site-wrapper {
  position: relative;
  z-index: 9996;
  background: #F7F5F4;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #e21b1b;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #045fc7;
}

.shape-overlays__path:nth-of-type(3) {
  fill: #01162E;
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ctct-form-wrapper .ctct-button {
  font-size: 0.9rem;
}

.ctct-form-wrapper .ctct-message {
  position: relative;
  border: 0px solid;
  padding: 0 60px 0 0;
  letter-spacing: -0.363px;
  font-family: bell-centennial-std-name-num, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 40px;
  margin: 0 0 20px 0;
}

.ctct-form-wrapper .ctct-message.ctct-error {
  color: #cf0b00;
}

.ctct-form-wrapper .ctct-message.ctct-success {
  color: #1b7926;
}

.ctct-form-wrapper .ctct-message .ctct-dismiss-ajax-notice {
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 0;
  background: none;
}

.ctct-form-wrapper .ctct-form-field {
  margin: 0 0 1rem;
}

.ctct-form-wrapper .ctct-field-inline {
  display: inline-block;
}

.ctct-form-wrapper input[type=text]:required:valid, .ctct-form-wrapper input[type=email]:required:valid, .ctct-form-wrapper input[type=password]:required:valid, .ctct-form-wrapper input[type=tel]:required:valid, .ctct-form-wrapper input[type=number]:required:valid {
  background-image: url("../images/check_circle.svg");
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-color: #2ecc40;
  padding-left: 32px;
}

.ctct-form-wrapper input[type=text]:required.ctct-invalid, .ctct-form-wrapper input[type=text].ctct-invalid, .ctct-form-wrapper input[type=email]:required.ctct-invalid, .ctct-form-wrapper input[type=email].ctct-invalid, .ctct-form-wrapper input[type=password]:required.ctct-invalid, .ctct-form-wrapper input[type=password].ctct-invalid, .ctct-form-wrapper input[type=tel]:required.ctct-invalid, .ctct-form-wrapper input[type=tel].ctct-invalid, .ctct-form-wrapper input[type=number]:required.ctct-invalid, .ctct-form-wrapper input[type=number].ctct-invalid {
  background: #fff url("../images/error.svg") no-repeat;
  background-color: rgba(255, 65, 54, 0.02);
  background-position: 8px 50%;
  background-size: 24px;
  border-color: #ff4136;
  padding-left: 40px;
}

.ctct-form-wrapper .ctct-field-error {
  font-size: 0.85rem;
  font-style: italic;
}

.ctct-form-wrapper input.ctct-invalid {
  background: #fff url("../images/error.svg") no-repeat;
  background-color: rgba(255, 65, 54, 0.02);
  background-position: 8px 50%;
  background-size: 24px;
  border-color: #ff4136;
  padding-left: 40px;
}

.ctct-form-wrapper input.ctct-label-left,
.ctct-form-wrapper textarea.ctct-label-left {
  display: inline-block;
  width: 75%;
}

.ctct-form-wrapper span.ctct-label-left {
  display: inline-block;
  margin-right: 5%;
  width: 20%;
}

.ctct-form-wrapper input.ctct-label-right,
.ctct-form-wrapper textarea.ctct-label-right {
  display: inline-block;
  margin-right: 5%;
  width: 75%;
}

.ctct-form-wrapper input.ctct-label-right[type=checkbox],
.ctct-form-wrapper textarea.ctct-label-right[type=checkbox] {
  width: auto;
}

.ctct-form-wrapper span.ctct-label-right {
  display: inline-block;
  width: 20%;
}

.ctct-form-wrapper span.ctct-label-hidden {
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.ctct-form-wrapper .ctct_usage {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ctct-form-wrapper .no-recaptcha .ctct-submitted:disabled {
  background-image: url("../images/oval.min.svg");
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  cursor: wait;
  opacity: 0.3;
}

.ctct-form-wrapper .has-recaptcha .ctct-submitted:disabled {
  cursor: not-allowed;
}

.ctct-form-wrapper .ctct-form::after {
  clear: both;
  content: "";
  display: table;
}

.ctct-form-wrapper .ctct-form .ctct-label-top label,
.ctct-form-wrapper .ctct-form .ctct-label-bottom label {
  display: block;
}

.ctct-form-wrapper .ctct-form .ctct-label-left label,
.ctct-form-wrapper .ctct-form .ctct-label-right label {
  display: inline-block;
}

.ctct-form-wrapper .ctct-form abbr {
  border: none;
  color: #ff4136;
  font-size: 0.9rem;
}

.ctct-form-wrapper .ctct-input-container label {
  color: #aaa;
  font-size: 0.8rem;
}

.ctct-form-wrapper .ctct-field-error {
  color: #ff4136;
}

.ctct-form-wrapper .ctct-submit {
  cursor: pointer;
}

.ctct-form-wrapper .ctct-form-field-checkbox fieldset {
  border: none;
  padding: 0;
}

.ctct-form-wrapper .ctct-form-field-checkbox fieldset legend {
  font-weight: normal;
  padding: 0;
}

.ctct-twentyfourteen .ctct-form-field input {
  width: 100%;
}

@media (min-width: 992px) {
  .ctct-form-wrapper .ctct-field-half {
    float: left;
    margin-right: 2%;
    width: 48%;
  }
  .ctct-form-wrapper .ctct-field-half:last-of-type {
    margin-right: 0;
  }
  .ctct-form-wrapper .ctct-field-third {
    float: left;
    margin-right: 2%;
    width: 32%;
  }
  .ctct-form-wrapper .ctct-field-third:last-of-type {
    margin-right: 0;
  }
  .ctct-form-wrapper .ctct-field-fourth {
    float: left;
    margin-right: 2%;
    width: 24%;
  }
  .ctct-form-wrapper .ctct-field-fourth:last-of-type {
    margin-right: 0;
  }
}
.nav.navbar-nav {
  max-width: 750px;
  margin-right: 20px;
  width: 100%;
}
.nav.navbar-nav li {
  padding: 10px 20px;
}
.nav.navbar-nav li#menu-item-3213 a, .nav.navbar-nav li.support-link a {
  position: relative;
  border-bottom: 0px !important;
}
.nav.navbar-nav li#menu-item-3213 a:before, .nav.navbar-nav li.support-link a:before {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% - 30px);
  left: -10px;
  top: 15px;
  background-color: #e21b1b;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  content: "";
  display: block;
  z-index: -1;
  border-radius: 15px;
}
.nav.navbar-nav li#menu-item-3213 a:hover, .nav.navbar-nav li.support-link a:hover {
  border-bottom: 0px !important;
  color: white;
}
.nav.navbar-nav li#menu-item-3213 a:hover:before, .nav.navbar-nav li.support-link a:hover:before {
  background-color: #045fc7;
}
.nav.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: calc(100% - 10px);
  left: calc(50% + 10px);
  right: auto !important;
  -webkit-transform: translate(-50%, 20px);
       -o-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left;
  background-color: white;
  padding: 10px 0;
  margin: 0;
  border-top: solid 4px #045fc7;
}
.nav.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu > li {
  white-space: nowrap;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 20px;
}
.nav.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu > li a {
  color: #01162e;
}
.nav.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu > li a:hover {
  color: #e21b1b;
}
.nav.navbar-nav li.menu-item.menu-item-has-children:hover > ul.sub-menu {
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .nav.navbar-nav li.m-extra.first {
    padding: 10px 20px 10px 35px;
    margin-left: 20px;
  }
}
.nav.navbar-nav li.m-extra.first:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: white;
}
@media screen and (min-width: 1025px) {
  .nav.navbar-nav li.m-extra.first:before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
    height: 20px;
  }
}
.nav.navbar-nav li:first-child {
  padding-left: 0;
}
.nav li {
  font-family: "bell-centennial-std-sub-capt", sans-serif;
}
.nav li a.dropdown-toggle {
  font-family: "bell-centennial-std-sub-capt", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border-bottom: 0px solid #fff !important;
}
.nav li a.dropdown-toggle span.hambgr {
  margin-right: 0;
}
.nav li a.dropdown-toggle:hover {
  border-bottom: 0px solid #fff !important;
  color: #e21b1b;
}
.nav li.dropdown {
  float: right;
  padding: 10px 0;
}

ul.sociali {
  list-style: none;
  padding-left: 0px;
}
ul.sociali li {
  display: inline-block;
  padding: 0;
  margin: 0 11px;
  vertical-align: middle;
}
ul.sociali li a {
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  position: relative;
}
ul.sociali li a:hover i {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #547ca8;
}
ul.sociali li i {
  color: #FFF;
  text-align: center;
  margin: 0;
  position: relative;
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  width: 20px;
}
ul.sociali li.support-link {
  position: relative;
  z-index: 1;
  height: 20px;
  font-family: bell-centennial-std-sub-capt, sans-serif;
}
ul.sociali li.support-link a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  letter-spacing: 0.064em;
  color: white;
  position: relative;
  border-bottom: 0px !important;
}
ul.sociali li.support-link a:before {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  left: -10px;
  top: -5px;
  background-color: #e21b1b;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  content: "";
  display: block;
  z-index: -1;
  border-radius: 15px;
}
ul.sociali li.support-link a:hover {
  border-bottom: 0px !important;
  color: white;
}
ul.sociali li.support-link a:hover:before {
  background-color: #045fc7;
}

.socialHeader li img {
  position: relative;
}

@media (max-width: 768px) {
  .socialposition.sub-header {
    display: none;
  }
}
.site__navigation {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site__navigation > li {
  display: block;
  font-family: "bell-centennial-std-sub-capt", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.site__navigation > li.support-link a {
  position: relative;
  border-bottom: 0px !important;
}
.site__navigation > li.support-link a:before {
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 10px);
  left: -15px;
  top: -5px;
  background-color: #e21b1b;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  content: "";
  display: block;
  z-index: -1;
  border-radius: 20px;
}
.site__navigation > li.support-link a:hover {
  border-bottom: 0px !important;
  color: white !important;
}
.site__navigation > li.support-link a:hover:before {
  background-color: #045fc7;
}
.site__navigation > li + li {
  margin-top: 20px;
}
.site__navigation > li > a {
  text-transform: none;
  color: white !important;
}
.site__navigation > li > a:visited {
  color: white !important;
}
.site__navigation > li > a:hover, .site__navigation > li > a:focus {
  color: #e21b1b !important;
}
.site__navigation > li.menu-item-has-children {
  position: relative;
}
.site__navigation > li.menu-item-has-children:hover > a {
  color: #e21b1b !important;
}
.site__navigation > li.menu-item-has-children:hover a + ul.sub-menu {
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  visibility: visible;
  opacity: 1;
}
.site__navigation > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  left: 100%;
  top: calc(50% + 10px);
  -webkit-transform: translate(40px, -50%);
       -o-transform: translate(40px, -50%);
          transform: translate(40px, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 800px) {
  .site__navigation > li.menu-item-has-children > ul.sub-menu {
    display: none;
  }
}
.site__navigation > li.menu-item-has-children > ul.sub-menu:before {
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  width: 3px;
  border-left: 3px solid #045fc7;
  display: block;
  content: "";
}
.site__navigation > li.menu-item-has-children > ul.sub-menu > li {
  white-space: nowrap;
  display: block;
  font-size: 16px;
  width: 100%;
  margin: 0;
}
.site__navigation > li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 5px 15px;
  background-color: white;
  display: block;
}
.site__navigation > li.menu-item-has-children > ul.sub-menu > li:first-child > a {
  padding-top: 10px;
}
.site__navigation > li.menu-item-has-children > ul.sub-menu > li:last-child > a {
  padding-bottom: 10px;
}

.mega_menu--body {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .mega_menu--body {
    padding-bottom: 70px;
  }
}

.tam-search {
  width: 100%;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 575px) {
  .tam-search {
    padding-top: 50px;
  }
}
.tam-search button {
  background: none;
  border: 0;
  height: 39px;
  width: 39px;
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 0;
  text-align: right;
}
.tam-search button i {
  color: white;
  font-size: 26px;
  line-height: 39px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tam-search button:hover i {
  color: #E21B1B;
}
.tam-search input {
  width: 100%;
  padding: 30px 0;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: white;
  -webkit-appearance: none !important;
  display: block;
  background: none;
  background-color: transparent !important;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  color: white;
  font-family: "bell-centennial-std-sub-capt", sans-serif;
}
.tam-search input:focus {
  color: white;
}
.tam-search input:focus::-webkit-input-placeholder {
  color: #11263d;
}
.tam-search input:focus::-moz-placeholder {
  color: #11263d;
}
.tam-search input:focus:-ms-input-placeholder {
  color: #11263d;
}
.tam-search input::-webkit-input-placeholder {
  color: white;
}
.tam-search input::-moz-placeholder {
  color: white;
}
.tam-search input:-ms-input-placeholder {
  color: white;
}

.mega_menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mega_menu .mega_menu-wrap {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.mega_menu .mega_menu--inner {
  position: relative;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 60px;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .mega_menu .mega_menu--inner {
    padding: 60px 40px;
  }
}
.mega_menu--body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 576px) {
  .mega_menu--body {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.mega_menu--body .site__navigation,
.mega_menu--body .site__newsletter {
  display: inline-block;
}
.mega_menu--body .site__newsletter {
  max-width: 500px;
}
@media (max-width: 800px) {
  .mega_menu--body .site__newsletter {
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .mega_menu--body .site__newsletter {
    max-width: 100%;
    margin-top: 60px;
  }
}
.mega_menu--body .site__newsletter .ctct-inline-form.fancy-form .ctct-form-embed .ctct-form-defaults {
  max-width: 100%;
  width: 100%;
}
.mega_menu--body .site__newsletter .ctct-inline-form.fancy-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-element {
  max-width: 100%;
}
.mega_menu--body .site__newsletter--desc {
  margin-bottom: 40px;
}
.mega_menu--body .site__newsletter--desc p {
  font-size: 16px;
  line-height: 30px;
  color: #BFD1E5;
  letter-spacing: 1.5px;
  margin: 0;
  font-family: "bell-centennial-std-sub-capt", sans-serif;
}

.fancy-title {
  position: relative;
  margin-bottom: 30px;
}
.fancy-title:before {
  position: absolute;
  width: 100%;
  display: block;
  content: "";
  background-color: #11263c;
  height: 2px;
  top: 50%;
  left: 0;
  z-index: 9;
  margin-top: -1px;
}
.fancy-title h4 {
  font-family: "lemonde-journal", serif;
  font-weight: 700;
  padding-right: 20px;
  background-color: #01162e;
  position: relative;
  color: white;
  font-size: 24px;
  line-height: 34px;
  z-index: 10;
  display: inline-block;
}

.mega_menu--header {
  position: relative;
  padding: 0 0 100px 0;
}
@media (max-width: 575px) {
  .mega_menu--header {
    padding: 0 0 70px 0;
  }
}

.mega_menu--close {
  position: absolute;
  background: none;
  outline: 0;
  border: 0;
  right: 0;
  padding: 0;
  margin: 0;
  top: 0;
}
.mega_menu--close:hover span {
  color: #E21B1B;
}
.mega_menu--close:hover .close_icon:before, .mega_menu--close:hover .close_icon:after {
  background-color: #E21B1B;
}
.mega_menu--close span {
  font-family: "bell-centennial-std-name-num", sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-top: 0;
}
.mega_menu--close .close_icon {
  position: relative;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.mega_menu--close .close_icon:before, .mega_menu--close .close_icon:after {
  position: absolute;
  left: 15px;
  top: 1px;
  content: "";
  height: 22px;
  width: 2px;
  background-color: white;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mega_menu--close .close_icon:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mega_menu--close .close_icon:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mega_menu--footer {
  width: 100%;
  padding: 30px 0;
  border-top: 2px solid #11263D;
}
@media (max-width: 575px) {
  .mega_menu--footer {
    padding: 30px 0 0 0;
  }
}
.mega_menu--footer:after {
  clear: both;
  display: block;
  content: "";
}
.mega_menu--footer .mega_menu-claremont {
  float: right;
}
@media (max-width: 575px) {
  .mega_menu--footer .mega_menu-claremont {
    float: none;
    clear: both;
  }
}
.mega_menu--footer .mega_menu--social {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
@media (max-width: 575px) {
  .mega_menu--footer .mega_menu--social {
    float: none;
    clear: both;
    margin-bottom: 25px;
    width: 100%;
  }
}
.mega_menu--footer .mega_menu--social li {
  display: inline-block;
}
.mega_menu--footer .mega_menu--social li + li {
  margin-left: 20px;
}
.mega_menu--footer .mega_menu--social li a {
  color: white;
  line-height: 31px;
  font-size: 20px;
}
.mega_menu--footer .mega_menu--social li a:hover {
  color: #E21B1B;
}
.mega_menu--footer .mega_menu--social li a i {
  position: relative;
  left: auto;
  right: auto;
}

.mega_menu {
  z-index: -1;
}
.mega_menu .mega_menu-wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(10%);
       -o-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.mega_menu.is-opened {
  z-index: 9999;
}
.mega_menu.is-opened .mega_menu-wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0);
       -o-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  pointer-events: auto;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.sticky-navigation {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #01162E;
  height: 70px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, -o-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
  -webkit-transform: translateY(-100px);
       -o-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.sticky-navigation .container {
  height: 100%;
}
.sticky-navigation.sticky {
  -webkit-transform: translateY(0) rotate(0);
       -o-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  opacity: 1;
  visibility: visible;
}

.sticky-search {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 30px;
}
@media (max-width: 768px) {
  .sticky-search {
    width: auto;
    max-width: 180px;
    margin: 0 20px;
  }
}
.sticky-search input {
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: #18304B;
  display: block;
  border-radius: 40px;
  width: 100%;
  line-height: 40px;
  color: white;
  letter-spacing: 1px;
  font-family: "bell-centennial-std-name-num", sans-serif;
  padding: 0 55px 0 18px;
  box-sizing: border-box;
  outline: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.sticky-search input:focus {
  color: white;
}
.sticky-search input:focus::-webkit-input-placeholder {
  color: #11263d;
}
.sticky-search input:focus::-moz-placeholder {
  color: #11263d;
}
.sticky-search input:focus:-ms-input-placeholder {
  color: #11263d;
}
.sticky-search input::-webkit-input-placeholder {
  color: white;
}
.sticky-search input::-moz-placeholder {
  color: white;
}
.sticky-search input:-ms-input-placeholder {
  color: white;
}
.sticky-search button {
  position: absolute;
  right: 8px;
  top: 0;
  color: white;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  margin: 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
}
.sticky-search button i {
  font-size: 18px;
  line-height: 40px;
}
.sticky-search button:hover {
  color: #e21b1b;
}

.sticky-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
}
.sticky-wrap span.hambgr {
  margin-right: 0;
}
.sticky-wrap .sticky-menu-toggle > a {
  font-family: "bell-centennial-std-name-num", sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.sticky-wrap .sticky-menu-toggle > a:hover {
  color: #e21b1b;
}
.sticky-wrap > div {
  display: inline-block;
}

.site-footer {
  padding: 100px 0 25px 0;
}
@media (max-width: 575px) {
  .site-footer {
    padding: 60px 0 25px 0;
  }
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-row .row-title {
  position: relative;
}
.footer-row .row-title h3 {
  position: relative;
  color: white;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  z-index: 10;
  display: inline-block;
}
.footer-row .row-title.fancy {
  margin-bottom: 40px;
}
.footer-row .row-title.fancy h3 {
  padding-right: 20px;
  background-color: #01162E;
}
@media (max-width: 768px) {
  .footer-row .row-title.fancy h3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer-row .row-title.fancy:before {
  position: absolute;
  width: 100%;
  display: block;
  content: "";
  background-color: #11263C;
  height: 2px;
  top: 50%;
  left: 0;
  z-index: 9;
  margin-top: -1px;
}
.footer-row.row-engage {
  position: relative;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #11263C;
}
@media (max-width: 800px) {
  .footer-row.row-engage h4.footer-title {
    text-align: center;
  }
  .footer-row.row-engage .ctct-inline-form.fancy-form .ctct-form-embed .ctct-form-defaults {
    margin: 0 auto;
  }
}
.footer-row.row-engage .footer-col {
  width: 50%;
}
.footer-row.row-engage .footer-col:nth-child(2) {
  text-align: right;
}
.footer-row.row-engage .footer-col:nth-child(2) .footer-title {
  text-align: right;
}
@media (max-width: 800px) {
  .footer-row.row-engage .footer-col {
    width: 100%;
    text-align: center;
  }
  .footer-row.row-engage .footer-col:nth-child(2) {
    text-align: center;
  }
  .footer-row.row-engage .footer-col:nth-child(2) .footer-title {
    text-align: center;
  }
}

.footer-col {
  display: inline-block;
}
.footer-col.col-topics {
  width: calc(100% - 212px);
  padding-right: 100px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .footer-col.col-topics {
    padding-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
}
.footer-col.col-brand {
  width: 212px;
}
@media (max-width: 800px) {
  .footer-col.col-brand {
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin-bottom: 60px;
  }
}
.footer-col.col-brand .footer-logo {
  max-width: 100%;
}

.col-topics ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col-topics ul li {
  display: inline-block;
  width: 25%;
  font-family: "bell-centennial-std-address", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  padding-right: 25px;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .col-topics ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .col-topics ul li {
    width: 100%;
    padding: 0 !important;
  }
}
.col-topics ul li a {
  text-transform: none;
}
.col-topics ul li a:visited {
  color: white !important;
}
.col-topics ul li a:hover, .col-topics ul li a:focus {
  color: #e21b1b !important;
}

.newsletter-form-footer {
  position: relative;
}
.newsletter-form-footer .form-inline {
  clear: both;
}

.footer-nav {
  padding: 90px 0 40px 0;
  margin: 0;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #11263C;
}
.footer-nav li {
  font-family: "bell-centennial-std-address", sans-serif;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.footer-nav li ul.sub-menu {
  display: none !important;
}
@media (min-width: 769px) {
  .footer-nav li + li {
    margin-left: 5rem;
  }
}
@media (max-width: 768px) {
  .footer-nav li {
    margin: 0 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer-nav li {
    display: block;
    margin: 0;
  }
  .footer-nav li + li {
    margin-top: 20px;
  }
}
.footer-nav li a {
  text-transform: none;
}
.footer-nav li a:visited {
  color: white !important;
}
.footer-nav li a:hover, .footer-nav li a:focus {
  color: #e21b1b !important;
}
@media (max-width: 575px) {
  .footer-nav {
    position: relative;
    padding: 40px 0 40px 0;
    margin-top: 40px;
  }
  .footer-nav:before {
    position: absolute;
    display: block;
    width: 30%;
    min-width: 100px;
    left: 50%;
    -webkit-transform: translate(-50%);
         -o-transform: translate(-50%);
            transform: translate(-50%);
    height: 1px;
    background-color: #11263C;
    content: "";
    top: 0;
  }
}

.copyright {
  padding: 70px 0 0 0;
}
.copyright .disclaimer-text {
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 20px;
}
.copyright img {
  margin: 0 auto;
}

ul.sociali {
  margin: 0 60px 0 0 !important;
}
ul.sociali.socialFooter li {
  margin: 0;
  display: inline-block;
}
ul.sociali.socialFooter li + li {
  margin-left: 30px;
}
@media (max-width: 800px) {
  ul.sociali.socialFooter li {
    margin: 0 15px;
  }
  ul.sociali.socialFooter li + li {
    margin-left: 15px;
  }
}
ul.sociali.socialFooter li a {
  width: auto;
  height: auto;
  display: block;
  left: auto;
}
ul.sociali.socialFooter li a:hover svg path {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  fill: #547ca8;
}
ul.sociali.socialFooter li a i {
  position: relative;
  font-weight: normal;
  font-size: 28px !important;
}
ul.sociali.socialFooter li a i.fa-rss {
  font-weight: 900;
}

.twitter .fa-twitter {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}
.twitter .fa-twitter:before, .twitter .fa-twitter:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.twitter .fa-twitter:before {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23547CA8' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
}
.twitter .fa-twitter:after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
}
.twitter:hover .fa-twitter:before, .twitter:focus .fa-twitter:before {
  opacity: 1;
}
.twitter:hover .fa-twitter:after, .twitter:focus .fa-twitter:after {
  opacity: 0;
}

.ctct-form-wrapper .success {
  border: 0;
  padding: 0;
  color: white;
  font-weight: normal;
  background-color: transparent;
}

#gform_1 {
  position: relative;
  max-width: 440px;
}

#gform_wrapper_1 {
  background: none;
  border-radius: 30px;
  max-width: 440px;
  position: relative;
}
#gform_wrapper_1 form {
  clear: both;
  position: relative;
}
#gform_wrapper_1 .ctct-message.error {
  display: none !important;
}
#gform_wrapper_1 .button.ctct-button,
#gform_wrapper_1 .ctct-disclosure {
  display: none;
}
#gform_wrapper_1 .ginput_container_email input {
  position: relative;
  z-index: 5;
  margin: 0 !important;
  padding: 0 150px 0 25px !important;
  height: 60px;
  background: none !important;
  border-radius: 30px !important;
  display: block;
  border: 1px solid #25384E !important;
  max-width: 440px;
  width: 100%;
  color: white !important;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-family: "bell-centennial-std-name-num", sans-serif;
  letter-spacing: 1px;
}
#gform_wrapper_1 .ginput_container_email input::-webkit-input-placeholder {
  font-family: "bell-centennial-std-name-num", sans-serif;
  letter-spacing: 1px;
}
#gform_wrapper_1 .ginput_container_email input::-moz-placeholder {
  font-family: "bell-centennial-std-name-num", sans-serif;
  letter-spacing: 1px;
}
#gform_wrapper_1 .ginput_container_email input::placeholder {
  font-family: "bell-centennial-std-name-num", sans-serif;
  letter-spacing: 1px;
}
#gform_wrapper_1 .ginput_container_email span.ctct-label-top {
  display: none;
}
#gform_wrapper_1 .gform_footer #gform_submit_button_1 {
  position: absolute;
  right: 8px;
  top: 8px;
  font-family: "bell-centennial-std-address", sans-serif;
  background-color: white;
  margin-right: 0 !important;
  padding: 15.5px 38px;
  color: #25384E;
  border: 0;
  border-radius: 23px;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 12px;
  z-index: 6;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
#gform_wrapper_1 .gform_footer #gform_submit_button_1:hover {
  background-color: #e21b1b;
  color: white;
}

.ctct-popup-form {
  display: none !important;
}

.tam-subscribe-overlay-form #gform_wrapper_1 .gform_footer #gform_submit_button_1 {
  position: relative;
  top: -10px;
  width: 100%;
}

.tam-advert-space {
  text-align: center;
}
.tam-advert-space .g {
  display: inline-block;
}
.tam-advert-space.advert-sidebar--desktop {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .tam-advert-space.advert-sidebar--desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .tam-advert-space.advert-sidebar--desktop {
    display: block;
  }
}
.tam-advert-space.advert-sidebar--mobile {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .tam-advert-space.advert-sidebar--mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .tam-advert-space.advert-sidebar--mobile {
    display: none;
  }
}

@media print {
  a, a:visited {
    text-decoration: none !important;
  }
  a::after, a:visited::after {
    display: none;
  }
  @page {
    size: letter portrait;
    margin-top: 0.5in;
    margin-left: 1.5in;
    margin-right: 1.5in;
    margin-bottom: 0.5in;
  }
  @page :first {
    size: letter portrait;
    margin-top: 1.25in;
    margin-bottom: 0.5in !important;
  }
  @page @top-right {
    content: "Page " counter(page) " of " counter(pages);
    display: block;
    width: 100%;
    height: 0.25in;
    font-size: 10pt;
    font-family: "bell-centennial-std-name-num";
    color: #e21b1b;
  }
  .header-title::before {
    display: inline-block;
    content: "The American Mind";
    margin-bottom: 0.25in;
    font-family: "bell-centennial-std-name-num", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12pt;
  }
  footer {
    display: none;
  }
  .article-spacer, .blog-module-3, .responses-to-piece, .contact-details .blog-item-share {
    display: none;
  }
  footer.site-footer.colophon {
    padding: 0px;
  }
  .container {
    width: 100%;
    max-width: 8in;
    padding: 0;
    margin: 0 auto;
  }
  .article-audio {
    padding: 0;
    border-bottom: none;
    border-top: 1px solid black;
    margin: 0in;
  }
  .contact-details .audio-bar.article {
    padding: 0.125in 0 0 0;
    text-align: center;
  }
  .contact-details .audio-bar .length {
    display: none !important;
  }
  .contact-details h3.title-sub {
    padding: 0.25in 0;
    font-size: 16pt;
    line-height: 22pt;
    text-align: center;
    margin-bottom: 0;
  }
  .entry-content p {
    display: inline;
    font-size: 12pt;
    line-height: 16pt !important;
    text-align: left;
    padding: 0pt;
    margin-top: 0pt;
  }
  .entry-content p:first-of-type::first-letter {
    padding: 0;
    margin: 0;
    font-size: 84pt;
    line-height: 42pt;
    color: #E21B1B !important;
  }
  .entry-content p::after {
    display: block;
    content: " ";
    height: 8pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    width: 100%;
  }
  .author-article {
    padding: 0.125in 0;
    border-top: 1px solid grey;
  }
  .copyright {
    padding: 0;
    margin: 0;
  }
  .header-title {
    max-width: 8in;
    width: 100%;
  }
  .contact-details {
    max-width: 8in;
    width: 100%;
  }
  h1.header-image-titlev2 {
    font-size: 48pt;
    line-height: 48pt;
    color: #01162E !important;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  h2.header-image-titlev2-sub {
    font-size: 28pt;
    line-height: 28pt;
    margin: 0;
    padding: 0.25in 0 0.05in 0;
    text-align: center;
  }
  .header-image-titlev2-sub-of-sub {
    font-size: 18pt;
    text-decoration: none;
    line-height: 18pt;
    text-align: center;
    padding: 0.05in 1in;
  }
  .credit {
    padding-bottom: 0.5in;
  }
  .copyright .disclaimer-text {
    padding: 0 0 0.5in 0;
  }
  h2 {
    padding-bottom: 0.25in;
    padding-top: 0.5in;
    font-size: 32pt;
    line-height: 40pt;
  }
  .entry-content h3 {
    padding: 0.25in 1.25in 0.5in;
    font-size: 24pt;
  }
  pre, blockquote {
    border: none;
    font-size: 16pt;
    line-height: 24pt;
    margin: 0;
    padding: 0.25in 0 0.5in 0.5in;
  }
  body {
    color: #01162E !important;
  }
  .copyright a {
    background: blue;
    display: inline-block;
  }
  header.header-image {
    padding: 0.15in 0;
    margin-bottom: 0.5in;
    background: rgb(1, 22, 46) !important;
    display: none !important;
  }
  header.header-image .row {
    padding-bottom: 0;
  }
  header .col-lg-8.col-sm-12.bottom {
    margin: 0;
    width: 3.25in !important;
    display: block;
    float: none;
  }
  .copyright img {
    position: absolute;
    top: 0.275in;
    right: 2.5in;
    z-index: 99999;
  }
  .author-article .author-about {
    font-size: 12pt !important;
    line-height: 16pt !important;
  }
  .author-article img.author-image {
    height: 60px;
    width: 60px;
  }
  .hentry {
    margin: 0 0 0.125in 0;
  }
}
.home__hero .tam__carousel-arrow--left, .home__hero .tam__carousel-arrow--right {
  top: 0;
  height: 100%;
}
.home__hero .tam__carousel-arrow--left[disabled], .home__hero .tam__carousel-arrow--left:disabled, .home__hero .tam__carousel-arrow--right[disabled], .home__hero .tam__carousel-arrow--right:disabled {
  display: block;
}
.home__hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  white-space: normal;
}
@media screen and (min-width: 1025px) {
  .home__hero-item-content, .home__hero-item-image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__hero-item-content, .home__hero-item-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home__hero-item-content, .home__hero-item-image {
    width: 100%;
  }
}
.home__hero-item-content {
  background-color: white;
}
@media screen and (min-width: 1281px) {
  .home__hero-item-content {
    padding-top: 7vw;
    padding-bottom: 7vw;
    padding-right: 9vw;
    padding-left: calc(9vw + 100px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .home__hero-item-content {
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-right: 7vw;
    padding-left: calc(7vw + 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__hero-item-content {
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-right: calc(6vw + 60px);
    padding-left: calc(6vw + 60px);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .home__hero-item-content {
    padding: 40px 30px 40px 30px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1025px) {
  .home__hero-item-content-title {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__hero-item-content-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home__hero-item-content-title {
    margin-bottom: 20px;
  }
}
.home__hero-item-content-title-output {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -2.112px;
  color: #01162E;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .home__hero-item-content-title-output {
    font-size: 4.6vw;
    line-height: 3.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__hero-item-content-title-output {
    font-size: 68px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .home__hero-item-content-title-output {
    font-size: 48px;
    line-height: 42px;
  }
}
.home__hero-item-content-title-output a {
  color: inherit;
}
.home__hero-item-content-author {
  font-family: "lemonde-journal", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: -0.308px;
  color: #8F99A5;
  margin-bottom: 25px;
}
.home__hero-item-content-author a {
  color: inherit;
}
.home__hero-item-content-subtitle p {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #01162E;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__hero-item-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .home__hero-item-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}
.home__hero-item-image-box {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (min-width: 1025px) {
  .home__hero-item-image-box {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__hero-item-image-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .home__hero-item-image-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
}
.home__hero-item-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__epicks .tam__carousel-arrow--left, .home__epicks .tam__carousel-arrow--right {
  top: 0;
}
@media screen and (min-width: 1025px) {
  .home__epicks .tam__carousel-arrow--left, .home__epicks .tam__carousel-arrow--right {
    height: calc(100% - 104px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__epicks .tam__carousel-arrow--left, .home__epicks .tam__carousel-arrow--right {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home__epicks .tam__carousel-arrow--left, .home__epicks .tam__carousel-arrow--right {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .home__epicks .tam__carousel-arrow--left {
    left: -115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__epicks .tam__carousel-arrow--left {
    left: -75px;
  }
}
@media screen and (max-width: 767px) {
  .home__epicks .tam__carousel-arrow--left {
    left: -65px;
  }
}
.home__epicks .tam__carousel-bullets {
  padding-top: 100px;
}
.home__epicks-item {
  white-space: normal;
}
.home__epicks-item-content {
  border: 1px solid #8F99A5;
  background-color: white;
  padding: 35px;
  height: 100%;
}
.home__epicks-item-content-meta {
  margin-bottom: 25px;
}
.home__epicks-item-content-meta-date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.154px;
  color: #E21B1B;
}
.home__epicks-item-content-title {
  margin-bottom: 20px;
}
.home__epicks-item-content-title-output {
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.363px;
  color: #01162E;
}
@media screen and (min-width: 1366px) {
  .home__epicks-item-content-title-output {
    font-size: 1.5vw;
    line-height: 33px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .home__epicks-item-content-title-output {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__epicks-item-content-title-output {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home__epicks-item-content-title-output {
    font-size: 22px;
    line-height: 24px;
  }
}
.home__epicks-item-content-title-output a {
  color: inherit;
}
.home__epicks-item-content-title-output a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #e21b1b;
     -moz-text-decoration-color: #e21b1b;
          text-decoration-color: #e21b1b;
}
.home__epicks-item-content-author {
  font-family: "lemonde-journal", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.242px;
  color: #8F99A5;
}
@media screen and (min-width: 1025px) {
  .home__epicks-item-content-author {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__epicks-item-content-author {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home__epicks-item-content-author {
    font-size: 18px;
    line-height: 18px;
  }
}
.home__epicks-item-content-author a {
  color: inherit;
}
.home__epicks-item-content-author a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: black;
     -moz-text-decoration-color: black;
          text-decoration-color: black;
}
@media screen and (min-width: 1025px) {
  .home__epicks-inner {
    padding-left: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__epicks-inner {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .home__epicks-inner {
    padding-left: 30px;
  }
}
.home__salvos-container, .home__memos-container {
  position: relative;
  width: 100%;
  background-color: #F7F5F4;
  padding-top: 150px;
  overflow: hidden;
}
.home__salvos-inner, .home__memos-inner {
  position: relative;
  background-color: #01162E;
}
.home__salvos-list, .home__memos-list {
  position: relative;
  -webkit-transform: translateY(-150px);
       -o-transform: translateY(-150px);
          transform: translateY(-150px);
}
@media screen and (min-width: 1025px) {
  .home__salvos-list, .home__memos-list {
    padding-left: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__salvos-list, .home__memos-list {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .home__salvos-list, .home__memos-list {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .home__quotes {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__quotes {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home__quotes {
    padding-top: 40px;
  }
}
.home__quotes-inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .home__quotes-inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__quotes-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .home__quotes-inner {
    padding: 0 30px;
  }
}
.home__features .tam__carousel-arrow--left, .home__features .tam__carousel-arrow--right {
  top: 0;
  height: 100%;
}
.home__features .feature-item {
  white-space: normal;
}
@media screen and (min-width: 1025px) {
  .home__features .feature-item .tam__feature-content {
    padding-right: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__features .feature-item .tam__feature-content {
    padding-right: 140px;
    padding-left: 140px;
  }
}
@media screen and (max-width: 767px) {
  .home__features .feature-item .tam__feature-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home__features .feature-item .tam__feature-opening-image {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .home__section-description {
    margin-bottom: 35px;
    padding: 150px 50px 0 50px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__section-description {
    padding: 150px 50px 0 50px;
    margin-bottom: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .home__section-description {
    padding: 90px 30px 0 30px;
    margin-bottom: 35px;
    text-align: center;
  }
}
.home__section-description h1 {
  font-family: "lemonde-journal", serif;
  font-style: normal;
  font-weight: 750;
  letter-spacing: -0.363px;
  color: #B9BDC2;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .home__section-description h1 {
    font-size: 33px;
    line-height: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__section-description h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .home__section-description h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.home__section-description h1 strong {
  color: #045FC7;
  font-weight: 750;
}

.tam__archive-head {
  background-color: #01162E;
  width: 100%;
  padding-top: 50px;
}
.tam__archive-head-inner {
  padding: 45px 0 320px 0;
  border-top: 2px solid #E21B1B;
}
.tam__archive-head-type + .tam__archive-head-type-description {
  margin-top: 60px;
}
.tam__archive-head-type-title {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -2.112px;
  color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .tam__archive-head-type-title {
    font-size: 88px;
    line-height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__archive-head-type-title {
    font-size: 65px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .tam__archive-head-type-title {
    font-size: 48px;
    line-height: 36px;
  }
}
.tam__archive-head-type-description {
  max-width: 700px;
}
.tam__archive-head-type-description p {
  font-family: "lemonde-journal", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  line-height: 33px;
  letter-spacing: -0.363px;
  color: #FFFFFF;
}
.tam__archive-body {
  padding-bottom: 100px;
}
.tam__archive-body-inner {
  position: relative;
  width: 100%;
  margin-top: -225px;
}
.tam__archive--features [data-items] {
  width: 100%;
}
.tam__archive--features [data-items] .feature-item {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .tam__archive--features [data-items] .feature-item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__archive--features [data-items] .feature-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__archive--features [data-items] .feature-item {
    margin-bottom: 35px;
  }
}

@media print {
  @page {
    size: letter portrait;
    margin-top: 0.5in;
    margin-left: 1in;
    margin-right: 1in;
    margin-bottom: 0.5in;
  }
  @page :first {
    size: letter portrait;
    margin-top: 1.25in;
    margin-bottom: 0.5in !important;
  }
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tam__single {
    background-color: white;
  }
}
.tam__single-header {
  background: #01162E;
  width: 100%;
  color: white;
}
.tam__single-header-inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px 140px 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-inner {
    padding: 60px 40px 120px 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-inner {
    padding: 40px 30px 90px 30px;
  }
}
@media print {
  .tam__single-header-inner {
    position: relative;
    text-align: center;
    padding: 0px 50px 80px 50px;
  }
  .tam__single-header-inner:before {
    display: inline-block;
    content: "The American Mind";
    padding-bottom: 35px;
    font-family: bell-centennial-std-name-num, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12pt;
    box-shadow: initial !important;
    text-shadow: initial !important;
  }
}
.tam__single-header-meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #E21B1B;
}
@media screen and (min-width: 1025px) {
  .tam__single-header-meta {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-meta {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-meta {
    margin-bottom: 30px;
  }
}
@media print {
  .tam__single-header-meta {
    display: block;
    margin-bottom: 15px;
  }
}
.tam__single-header-meta:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  background-color: #E21B1B;
  display: block;
  content: "";
}
.tam__single-header-meta-type, .tam__single-header-meta-date, .tam__single-header-meta-ttf {
  position: relative;
  z-index: 2;
  background-color: #01162E;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .tam__single-header-meta-type, .tam__single-header-meta-date, .tam__single-header-meta-ttf {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-meta-type, .tam__single-header-meta-date, .tam__single-header-meta-ttf {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-meta-type, .tam__single-header-meta-date, .tam__single-header-meta-ttf {
    font-size: 14px;
  }
}
.tam__single-header-meta-type {
  padding-right: 15px;
}
.tam__single-header-meta-date {
  padding-right: 15px;
}
.tam__single-header-meta-ttf {
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .tam__single-header-meta-ttf {
    padding-left: 53px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-meta-ttf {
    padding-left: 53px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-meta-ttf {
    padding-left: 43px;
  }
}
.tam__single-header-meta-ttf:before {
  position: absolute;
  left: 15px;
  top: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='16' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.506 15.2325C10.9267 15.2325 9.30266 14.8539 7.67864 14.1072C6.36492 13.5029 5.04949 12.6584 3.76848 11.597C1.5175 9.73157 0.12737 7.82191 0.00871019 7.61582C-0.0203398 7.56525 0.0236002 7.43567 0.13566 7.24106C0.57072 6.48737 2.10124 4.67825 4.35612 3.0322C6.25114 1.64893 9.20353 0 12.506 0C16.1235 0 19.2795 1.96301 21.2902 3.6098C23.5856 5.48993 24.9382 7.37149 25.0033 7.61581C25.0321 7.72406 24.8202 8.09076 24.4501 8.57284C23.6125 9.66354 21.9948 11.3147 19.966 12.678C17.4435 14.373 14.9335 15.2325 12.506 15.2325L12.506 15.2325ZM12.4997 2.99971C10.0185 2.99971 7.99969 5.01839 7.99969 7.49971C7.99969 9.981 10.0185 11.9997 12.4997 11.9997C14.9809 11.9997 16.9997 9.981 16.9997 7.49971C16.9997 5.01839 14.9809 2.99971 12.4997 2.99971Z' fill='%23E21B1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='25.0059' height='15.2325' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  content: "";
}
@media screen and (min-width: 1025px) {
  .tam__single-header-meta-ttf:before {
    width: 26px;
    height: 16px;
    background-size: 26px 16px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-meta-ttf:before {
    width: 26px;
    height: 16px;
    background-size: 26px 16px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-meta-ttf:before {
    width: 20px;
    height: 12px;
    background-size: 20px 12px;
    margin-top: -6px;
  }
}
.tam__single-header-meta-ttf.video:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M1.37184 11.9317C1.45424 11.9773 1.54529 12 1.63627 12C1.73675 12 1.83707 11.9723 1.92537 11.9171L10.6526 6.4626C10.8121 6.36292 10.909 6.18812 10.909 6.00005C10.909 5.81198 10.8121 5.63718 10.6526 5.53751L1.92537 0.082924C1.75718 -0.0222032 1.54526 -0.0277305 1.37184 0.0683786C1.19842 0.164524 1.09082 0.347179 1.09082 0.545469V11.4546C1.09082 11.6529 1.19842 11.8355 1.37184 11.9317Z' fill='%23E21B1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 1025px) {
  .tam__single-header-meta-ttf.video:before {
    width: 26px;
    height: 16px;
    background-size: 16px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-meta-ttf.video:before {
    width: 26px;
    height: 16px;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-meta-ttf.video:before {
    width: 20px;
    height: 12px;
    background-size: 12px 12px;
  }
}
.tam__single-header-meta-ttf.audio:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.697 18'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23e21b1b;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-582.406 -3675)'%3E%3Crect class='a' width='2.957' height='14' transform='translate(582.407 3679)'/%3E%3Crect class='a' width='2.957' height='14' transform='translate(600.146 3679)'/%3E%3Crect class='a' width='2.957' height='10' transform='translate(594.233 3683)'/%3E%3Crect class='a' width='2.957' height='18' transform='translate(588.32 3675)'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 1025px) {
  .tam__single-header-title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-title {
    margin-bottom: 20px;
  }
}
@media print {
  .tam__single-header-title {
    padding-bottom: 20px;
  }
}
.tam__single-header-title h1 {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  color: white;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -2.3px;
}
@media screen and (min-width: 1025px) {
  .tam__single-header-title h1 {
    font-size: 96px;
    line-height: 84px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-title h1 {
    font-size: 66px;
    line-height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-title h1 {
    font-size: 46px;
    line-height: 42px;
  }
}
@media print {
  .tam__single-header-title h1 {
    font-size: 48pt;
    line-height: 48pt;
  }
}
.tam__single-header-author {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.726px;
  color: #F7F5F4;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .tam__single-header-author {
    font-size: 33px;
    line-height: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header-author {
    font-size: 27px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header-author {
    font-size: 20px;
    line-height: 30px;
  }
}
.tam__single-header-author a {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
}
.tam__single-header-author a:before {
  position: absolute;
  width: 0;
  height: 20px;
  display: block;
  left: -5px;
  bottom: -2px;
  content: "";
  background-color: #E21B1B;
  z-index: -1;
  will-change: width;
  -webkit-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.tam__single-header-author a:hover {
  color: white;
}
.tam__single-header-author a:hover:before {
  width: 60%;
}
@media screen and (min-width: 1025px) {
  .tam__single-header + .tam__single-media .tam__single-media-box {
    margin-top: -75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header + .tam__single-media .tam__single-media-box {
    margin-top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header + .tam__single-media .tam__single-media-box {
    margin-top: -45px;
  }
}
@media screen and (min-width: 1025px) {
  .tam__single-header + .tam__single-media .tam__single-media-box.has-credit {
    margin-top: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-header + .tam__single-media .tam__single-media-box.has-credit {
    margin-top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-header + .tam__single-media .tam__single-media-box.has-credit {
    margin-top: -25px;
  }
}
.tam__single-media {
  position: relative;
  z-index: 9;
}
@media print {
  .tam__single-media {
    margin-bottom: 20px;
  }
}
.tam__single-media-box {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
.tam__single-media-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.tam__single-media-box img,
.tam__single-media-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tam__single-media-box-credit {
  font-family: "lemonde-journal", serif;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  text-align: right;
  color: #f1f1f1;
  display: block;
  padding-bottom: 20px;
  max-width: 400px;
  letter-spacing: 0.484px;
  font-style: italic;
}
@media screen and (min-width: 1025px) {
  .tam__single-media-box-credit {
    font-size: 15px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-media-box-credit {
    font-size: 15px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-media-box-credit {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-share {
    padding: 30px 0 0 0;
  }
}
.tam__single-share > span,
.tam__single-share > a {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.384px;
}
@media screen and (min-width: 768px) {
  .tam__single-share > span,
  .tam__single-share > a {
    display: block;
    width: 100%;
    background-color: #8F99A5;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    color: #F7F5F4;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-share > span,
  .tam__single-share > a {
    color: #01162E;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tam__single-share > span i,
  .tam__single-share > a i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-share > span i,
  .tam__single-share > a i {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .tam__single-share > span span,
  .tam__single-share > a span {
    display: inline-block;
    font-family: "bell-centennial-std-name-num", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-share > span span,
  .tam__single-share > a span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tam__single-share > span + a,
  .tam__single-share > a + a {
    border-top: 1px solid white;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-share > span + a,
  .tam__single-share > a + a {
    margin-left: 10px;
  }
}
.tam__single-share a {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tam__single-share a:hover {
    background-color: #045FC7;
  }
}
.tam__single-subtitle {
  background-color: white;
}
@media screen and (min-width: 1025px) {
  .tam__single-subtitle {
    padding: 50px 75px 0 75px;
    margin-top: -50px;
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-subtitle {
    padding: 35px 40px 0 40px;
    margin-top: -35px;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-subtitle {
    padding: 25px 0 0 0;
    margin-top: -25px;
    max-width: 92%;
  }
}
@media print {
  .tam__single-subtitle {
    margin-top: 0px;
  }
}
.tam__single-subtitle h3 {
  font-style: normal;
  font-weight: 750;
  letter-spacing: -0.968px;
  color: #01162E;
}
@media screen and (min-width: 1025px) {
  .tam__single-subtitle h3 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-subtitle h3 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-subtitle h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.tam__single-subtitle + .tam__single-editorsNote {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .tam__single-subtitle + .tam__single-content-output {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-subtitle + .tam__single-content-output {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-subtitle + .tam__single-content-output {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .tam__single-editorsNote {
    padding: 0 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-editorsNote {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-editorsNote {
    padding: 0 30px;
  }
}
.tam__single-editorsNote-title {
  position: relative;
  width: 100%;
}
.tam__single-editorsNote-title span {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: white;
  padding-right: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1.152px;
  color: #8F99A5;
}
@media screen and (min-width: 1025px) {
  .tam__single-editorsNote-title span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-editorsNote-title span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-editorsNote-title span {
    font-size: 16px;
    line-height: 20px;
  }
}
.tam__single-editorsNote-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8F99A5;
  content: "";
  display: block;
  z-index: 1;
}
.tam__single-editorsNote-content p {
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.48px;
  color: #010101;
}
@media screen and (min-width: 1025px) {
  .tam__single-editorsNote-content p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-editorsNote-content p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-editorsNote-content p {
    font-size: 18px;
    line-height: 26px !important;
  }
}
@media screen and (min-width: 1025px) {
  .tam__single-editorsNote + .tam__single-content-output {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-editorsNote + .tam__single-content-output {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-editorsNote + .tam__single-content-output {
    margin-top: 35px;
  }
}
.tam__single-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
  padding: 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content {
    padding: 0 30px;
  }
}
.tam__single-content-output {
  font-family: "lemonde-journal", serif;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output {
    padding: 0 75px 55px 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output {
    padding: 0 40px 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output {
    padding: 0 0 35px 0;
  }
}
.tam__single-content-output.top-spacer {
  padding-top: 35px;
}
.tam__single-content-output ul, .tam__single-content-output ol {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.01em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output ul, .tam__single-content-output ol {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output ul, .tam__single-content-output ol {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output ul, .tam__single-content-output ol {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}
.tam__single-content-output ul li, .tam__single-content-output ol li {
  position: relative;
}
.tam__single-content-output ul li:before, .tam__single-content-output ol li:before {
  position: absolute;
  top: 0;
}
.tam__single-content-output ul {
  padding-left: 25px;
}
.tam__single-content-output ul li + li {
  margin-top: 10px;
}
.tam__single-content-output ul li:before {
  width: 8px;
  height: 8px;
  background-color: #01162e;
  content: "";
  left: -25px;
  top: 10px;
  border-radius: 8px;
}
.tam__single-content-output ol {
  counter-reset: list-counter;
  padding-left: 25px;
}
.tam__single-content-output ol li {
  counter-increment: list-counter;
}
.tam__single-content-output ol li + li {
  margin-top: 5px;
}
.tam__single-content-output ol li:before {
  color: #01162e;
  content: counter(list-counter) ".";
  font-weight: 800;
  left: -25px;
}
.tam__single-content-output p {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.484px;
  color: #010101;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output p {
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output p {
    font-size: 20px;
    line-height: 31px;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output p {
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 20px 0;
  }
}
@media print {
  .tam__single-content-output p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
}
.tam__single-content-output p.has-drop-cap {
  padding-top: 30px;
}
.tam__single-content-output p.has-drop-cap:first-letter {
  position: relative;
  font-family: bell-centennial-std-sub-capt, sans-serif;
  float: left;
  font-variant: none;
  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -3.456px;
  color: #E21B1B;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output p.has-drop-cap:first-letter {
    font-size: 144px;
    line-height: 90px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output p.has-drop-cap:first-letter {
    font-size: 144px;
    line-height: 90px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output p.has-drop-cap:first-letter {
    font-size: 100px;
    line-height: 50px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: -10px;
  }
}
@media print {
  .tam__single-content-output p.has-drop-cap:first-letter {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-right: inherit !important;
    margin-bottom: inherit !important;
    padding-bottom: inherit !important;
    margin-top: inherit !important;
    border-bottom: inherit !important;
    position: inherit !important;
    font-family: inherit !important;
    float: none !important;
    font-variant: none;
    -webkit-font-feature-settings: inherit !important;
       -moz-font-feature-settings: inherit !important;
            font-feature-settings: inherit !important;
    text-transform: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    color: inherit !important;
    display: inherit !important;
  }
}
.tam__single-content-output .wp-block-pullquote {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output .wp-block-pullquote {
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output .wp-block-pullquote {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output .wp-block-pullquote {
    margin: 20px 0 40px 0;
  }
}
.tam__single-content-output .wp-block-pullquote blockquote {
  font-family: "lemonde-jou";
  font-style: normal;
  font-weight: 750;
  letter-spacing: -0.726px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output .wp-block-pullquote blockquote {
    font-size: 33px;
    line-height: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output .wp-block-pullquote blockquote {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output .wp-block-pullquote blockquote {
    font-size: 24px;
    line-height: 24px;
  }
}
.tam__single-content-output .wp-block-pullquote blockquote p {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #01162E;
  padding: 0;
  margin: 0;
  /*
                &:first-letter {
                  line-height: inherit !important;
                  font-size: inherit !important;
                  letter-spacing: inherit !important;
                  padding: 0 !important;
                  font-weight: inherit !important;
                }
   */
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output .wp-block-pullquote.alignright {
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output .wp-block-pullquote.alignright {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output .wp-block-pullquote.alignright {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output .wp-block-pullquote.alignleft {
    margin-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output .wp-block-pullquote.alignleft {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output .wp-block-pullquote.alignleft {
    margin-right: 20px;
  }
}
.tam__single-content-output .wp-block-quote {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output .wp-block-quote {
    padding: 0 25px 50px 60px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output .wp-block-quote {
    padding: 0 25px 50px 50px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output .wp-block-quote {
    padding: 0 20px 35px 20px;
    margin-top: 30px;
  }
}
.tam__single-content-output .wp-block-quote p {
  font-family: "lemonde-journal", serif;
  letter-spacing: 0.484px;
  color: #010101;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-output .wp-block-quote p {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-output .wp-block-quote p {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-output .wp-block-quote p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media print {
  .tam__single-content-output .wp-block-quote p {
    font-size: 16px;
    line-height: 25px;
  }
}
.tam__single-content-output * + blockquote:not([class]) {
  margin: 0;
  padding: 0 25px 50px 60px;
  margin-top: 35px;
}
.tam__single-content-output * + blockquote:not([class]) p {
  font-family: "lemonde-journal", serif;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.484px;
  color: #010101;
}
@media print {
  .tam__single-content-output * + blockquote:not([class]) p {
    font-size: 16px;
    line-height: 25px;
  }
}
.tam__single-content-output blockquote {
  text-align: left;
}
.tam__single-content-output blockquote:after, .tam__single-content-output blockquote:before {
  display: none !important;
}
.tam__single-content-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tam__single-content-inner {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.tam__single-content-area {
  position: relative;
  background: white;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-area {
    width: calc(100% - 115px);
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-area {
    width: calc(100% - 115px);
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-area {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media print {
  .tam__single-content-area {
    width: 100%;
  }
}
.tam__single-content-sidebar {
  position: relative;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .tam__single-content-sidebar {
    width: 100%;
  }
}
@media print {
  .tam__single-content-sidebar {
    display: none;
  }
}
.tam__single-content-sidebar-share {
  width: 100%;
  border-top: 6px solid #045FC7;
}
@media screen and (max-width: 767px) {
  .tam__single-content-sidebar-share {
    border-top: 0px solid #01162E;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .tam__single-content-author {
    padding: 0 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-author {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-author {
    padding: 0;
  }
}
.tam__single-content-author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #EDEDED;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-author-box {
    padding: 40px 40px 60px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-author-box {
    padding: 40px 40px 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-author-box {
    padding: 25px 25px 30px 25px;
  }
}
@media print {
  .tam__single-content-author-box {
    border: none;
    border-top: 1px solid #EDEDED;
    padding: 40px 0 0 0;
    margin-top: 20px;
  }
}
.tam__single-content-author-boxPhoto {
  display: inline-block;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 75px;
}
@media print {
  .tam__single-content-author-boxPhoto {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-author-boxPhoto {
    margin-bottom: 20px;
  }
}
.tam__single-content-author-boxPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1025px) {
  .tam__single-content-author-boxPhoto + .tam__single-content-author-boxBio {
    padding-left: 35px;
    width: calc(100% - 75px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-author-boxPhoto + .tam__single-content-author-boxBio {
    padding-left: 30px;
    width: calc(100% - 75px);
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-author-boxPhoto + .tam__single-content-author-boxBio {
    width: 100%;
  }
}
.tam__single-content-author-boxBio {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.352px;
  color: #000000;
}
.tam__single-content-author-boxBio a {
  color: inherit;
}
.tam__single-content-author-boxBio a:hover {
  color: #045FC7;
}
.tam__single-content-author-boxBio > span:first-of-type {
  font-weight: 700;
}
.tam__single-content-author + .tam__single-content-tags .tam__single-content-tags-box {
  border-top: none;
}
.tam__single-content-tags {
  display: inline-block;
}
@media print {
  .tam__single-content-tags {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tam__single-content-tags {
    padding: 0 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-tags {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-tags {
    padding: 0;
  }
}
.tam__single-content-tags-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #EDEDED;
  border-width: 1px 1px 1px 1px;
}
.tam__single-content-tags-box span {
  margin: 7.5px 0;
  padding: 10px 18px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.384px;
  color: #8F99A5;
  border-right: 1px solid #EDEDED;
}
.tam__single-content-tags-box span:last-child {
  border-right: none;
}
.tam__single-content-tags-box span a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.tam__single-content-tags-box span a:hover {
  text-decoration: underline;
}
.tam__single-content-disclaimer {
  display: inline-block;
  margin-top: 20px;
}
@media print {
  .tam__single-content-disclaimer {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tam__single-content-disclaimer {
    padding: 0 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__single-content-disclaimer {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__single-content-disclaimer {
    padding: 0;
  }
}
.tam__single-content-disclaimer p {
  font-size: 18px;
  color: grey;
}
.tam__single-recommended {
  width: 100%;
  padding-bottom: 50px;
}
@media print {
  .tam__single-recommended {
    display: none;
  }
}
.tam__single-recommended-head {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.tam__single-recommended-head:before {
  height: 2px;
  background-color: #045FC7;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  z-index: 1;
}
.tam__single-recommended-head-title {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #045FC7;
  display: inline-block;
  padding-right: 15px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .tam__single-recommended-head-title {
    background-color: white;
  }
}
.tam__single-recommended ul {
  margin-left: 0;
  padding-left: 1rem;
}
.tam__single-recommended ul li {
  font-size: 22px;
  line-height: 33px;
  font-family: "lemonde-journal", serif;
}
.tam__single-recommended ul li a {
  text-decoration: none;
  color: #000;
}
.tam__single-recommended ul li a:hover {
  color: #E21B1B;
}
.tam__single-suggested {
  width: 100%;
  padding-bottom: 50px;
}
@media print {
  .tam__single-suggested {
    display: none;
  }
}
.tam__single-suggested-head {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.tam__single-suggested-head:before {
  height: 2px;
  background-color: #045FC7;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  z-index: 1;
}
.tam__single-suggested-head-title {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.242px;
  color: #045FC7;
  display: inline-block;
  padding-right: 15px;
  background-color: #F7F5F4;
}
@media screen and (max-width: 767px) {
  .tam__single-suggested-head-title {
    background-color: white;
  }
}

.tam__dialogue {
  background: #F7F5F4;
}
.tam__dialogue-header-inner {
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-content, .tam__dialogue-header-image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-content, .tam__dialogue-header-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-content, .tam__dialogue-header-image {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-content {
    padding: 8% 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-content {
    padding: 50px 50px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-content {
    padding: 40px 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
}
.tam__dialogue-header-meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #E21B1B;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-meta {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-meta {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-meta {
    margin-bottom: 30px;
  }
}
.tam__dialogue-header-meta:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0px;
  height: 2px;
  width: 100%;
  background-color: #E21B1B;
  display: block;
  content: "";
}
.tam__dialogue-header-meta-type {
  position: relative;
  z-index: 2;
  background-color: white;
  display: inline-block;
  padding-right: 15px;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-meta-type {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-meta-type {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-meta-type {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-title {
    margin-bottom: 20px;
  }
}
.tam__dialogue-header-title h1 {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  color: white;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -2.112px;
  color: #01162E;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-title h1 {
    font-size: 88px;
    line-height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-title h1 {
    font-size: 68px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-title h1 {
    font-size: 50px;
    line-height: 40px;
  }
}
.tam__dialogue-header-subtitle p {
  font-family: lemonde-jou;
  font-style: normal;
  font-weight: normal;
  color: #01162E;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-subtitle p {
    font-size: 18px;
    line-height: 24px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-subtitle p {
    font-size: 18px;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-subtitle p {
    font-size: 18px;
    line-height: 24px !important;
  }
}
.tam__dialogue-header-opening {
  display: inline-block;
}
.tam__dialogue-header-opening a {
  font-family: "bell-centennial-std-name-num", sans-serif;
  background-color: white;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  letter-spacing: 0.616px;
  color: #045FC7;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-opening a {
    padding: 45px 120px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-opening a {
    padding: 40px 90px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-opening a {
    padding: 30px 50px;
    font-size: 14px;
    line-height: 17px;
  }
}
.tam__dialogue-header-opening a span,
.tam__dialogue-header-opening a svg {
  display: inline-block;
}
.tam__dialogue-header-opening a span {
  margin-right: 10px;
}
.tam__dialogue-header-opening a svg {
  margin-top: -1px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}
.tam__dialogue-header-image-box {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-header-image-box {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-header-image-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-header-image-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
}
.tam__dialogue-header-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tam__dialogue-quote {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-quote {
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-quote {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-quote {
    padding: 0 30px;
  }
}
.tam__dialogue-responses {
  position: relative;
  width: 100%;
  background-color: #F7F5F4;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-responses {
    padding-top: 150px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-responses {
    padding-top: 150px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-responses {
    padding-top: 150px;
    margin-top: 50px;
  }
}
.tam__dialogue-responses-inner {
  position: relative;
  background-color: #01162E;
}
.tam__dialogue-responses-list {
  position: relative;
  -webkit-transform: translateY(-150px);
       -o-transform: translateY(-150px);
          transform: translateY(-150px);
}
@media screen and (min-width: 1025px) {
  .tam__dialogue-responses-list {
    padding-left: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__dialogue-responses-list {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .tam__dialogue-responses-list {
    padding-left: 30px;
  }
}
.feature-date.date-right {
  float: right !important;
  color: #01162E !important;
  padding-right: 0 !important;
  padding-left: 20px !important;
}
.feature-date.date-left {
  float: left !important;
  color: #01162E !important;
  padding-right: 20px !important;
  padding-left: 0px !important;
}

.essay-date {
  padding-left: 20px !important;
  color: #01162E !important;
}

.page-template-page-archive .wpp-count {
  display: none !important;
}

.blog-module-2.mix + .mix {
  margin-top: 70px;
}

.search-results .header-title {
  text-align: center;
  padding-bottom: 20px;
}
.search-results .header-title h1 {
  font-size: 48px;
  line-height: 58px;
  padding: 0;
  letter-spacing: 1px;
}
@media (max-width: 800px) {
  .search-results .header-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .search-results .header-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.results-container {
  padding: 30px;
  margin-bottom: 100px;
}

.results-header {
  padding: 40px 30px 90px 40px;
}
@media (max-width: 800px) {
  .results-header {
    padding: 40px 30px 60px 30px;
  }
}
@media (max-width: 575px) {
  .results-header {
    padding: 30px 0px 40px 0px;
  }
}
.results-header .mixitup-page-stats, .results-header p {
  font-family: "lemonde-journal", serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: black;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .results-header .mixitup-page-stats, .results-header p {
    font-size: 20px;
    line-height: 30px;
  }
}
.results-header.no-results {
  padding: 40px;
}

.results-handler {
  overflow: hidden;
}

.result-item {
  margin-bottom: 35px;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (min-width: 576px) {
  .result-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .result-item {
    width: 100%;
  }
}
.result-item .result-thumb {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 30px;
}
@media (max-width: 800px) {
  .result-item .result-thumb {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .result-item .result-thumb {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
}
.result-item .result-content {
  width: calc(100% - 180px);
  display: inline-block;
  text-align: left;
}
@media (max-width: 800px) {
  .result-item .result-content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 575px) {
  .result-item .result-content {
    width: 100%;
  }
}
.result-item .result-content .result-line {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.result-item .result-content .result-line:after {
  clear: both;
  content: "";
  display: block;
}
.result-item .result-content .result-line span {
  font-family: "bell-centennial-std-name-num", sans-serif;
  position: relative;
  z-index: 5;
  display: inline-block;
  background: #fff;
  color: #e21b1b;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  vertical-align: middle;
}
.result-item .result-content .result-line span.right {
  padding-left: 20px;
  float: right;
}
.result-item .result-content .result-line span.left {
  padding-right: 20px;
  float: left;
}
.result-item .result-content .result-line span .icon {
  color: #e21b1b;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.result-item .result-content .result-line span .icon-video {
  background-image: url("../../img/icon-play.svg");
}
.result-item .result-content .result-line span .icon-audio {
  background-image: url("../../img/icon-bars.svg");
}
.result-item .result-content .result-line span i {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.result-item .result-content .result-line span .time-to-finish {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  vertical-align: top;
  padding-left: 10px;
}
.result-item .result-content .result-line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e21b1b;
  top: 10px;
  left: 0;
  z-index: 4;
}

.result-detail .item-title {
  font-family: "lemonde-journal", serif;
  color: #01162e;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0.001em;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .result-detail .item-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.result-detail .author-name-link {
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 800px) {
  .result-detail .author-name-link {
    font-size: 16px;
    line-height: 16px;
  }
}
.result-detail .result-link:hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #23527c !important;
  -moz-text-decoration-color: #23527c !important;
       text-decoration-color: #23527c !important;
}
.result-detail .result-date {
  font-size: 12px;
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-weight: 100;
  padding-top: 15px;
  color: #8f99a5;
  letter-spacing: 0.5px;
}

.search-handler {
  position: relative;
  padding-top: 60px;
  z-index: 12;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .search-handler {
    padding: 0 20px;
  }
}
.search-handler input {
  width: 100%;
  box-sizing: border-box;
  background: none;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: white;
  line-height: 36px;
  color: white;
  border-radius: 0;
  font-weight: 400;
  padding: 0 0 0 30px;
  letter-spacing: 1px;
}
.search-handler input:focus {
  color: white;
}
.search-handler input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.search-handler input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.search-handler input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.search-handler i {
  position: absolute;
  left: 0;
  color: white;
  bottom: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 2px;
}

.controls-pagination {
  text-align: center;
  padding-bottom: 30px;
}
.controls-pagination .mixitup-page-list {
  padding: 45px 0 0 0;
  display: inline-block;
}
@media (max-width: 575px) {
  .controls-pagination .mixitup-page-list {
    padding: 20px 0 0 0;
  }
}
.controls-pagination .mixitup-page-list:after {
  clear: both;
  display: block;
  content: "";
}
.controls-pagination .mixitup-page-list .mixitup-control {
  outline: 0;
  border: 0;
  padding: 0;
  float: left;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  border-style: solid;
  border-color: #ededed;
  color: #2b85de;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-width: 1px 1px 1px 0;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-weight: 400;
  background: none;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .controls-pagination .mixitup-page-list .mixitup-control {
    width: 40px;
    line-height: 38px;
  }
}
.controls-pagination .mixitup-page-list .mixitup-control.mixitup-control-prev.mixitup-control-disabled, .controls-pagination .mixitup-page-list .mixitup-control.mixitup-control-next.mixitup-control-disabled {
  display: none;
}
.controls-pagination .mixitup-page-list .mixitup-control.mixitup-control-prev {
  border-left: 1px solid #ededed;
}
.controls-pagination .mixitup-page-list .mixitup-control.mixitup-control-active {
  background: #ededed;
  color: #01162e;
}
.controls-pagination .mixitup-page-list.mixitup-page-list-disabled {
  display: none;
}

.tam__page-head {
  background-color: #01162E;
  width: 100%;
  padding-top: 50px;
}
.tam__page-head-inner {
  padding: 45px 0 80px 0;
  border-top: 2px solid #E21B1B;
}
.tam__page-head-type + .tam__page-head-type-description {
  margin-top: 60px;
}
.tam__page-head-type-title {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -2.112px;
  color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .tam__page-head-type-title {
    font-size: 88px;
    line-height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__page-head-type-title {
    font-size: 65px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .tam__page-head-type-title {
    font-size: 48px;
    line-height: 36px;
  }
}
.tam__page-head-type-description {
  max-width: 700px;
}
.tam__page-head-type-description p {
  font-family: "lemonde-journal", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  line-height: 33px;
  letter-spacing: -0.363px;
  color: #FFFFFF;
}
.tam__page-body {
  padding: 70px 0 100px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__page-body {
    padding: 60px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .tam__page-body {
    padding: 50px 0 60px 0;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .nav.navbar-nav li:not(.dropdown) {
    display: none;
  }
  .header-image .header-topv2 .row > div:nth-child(1) {
    display: none;
  }
  .header-image .header-topv2 .mobile-logo {
    display: block;
  }
  .header-image .header-topv2 .mobile-logo img {
    max-width: 360px;
  }
  .header-image .header-topv2 div.socialposition .pull-right.lemonde.text-right {
    display: none;
  }
  .header-image #bs-example-navbar-collapse-1 {
    position: relative;
    display: inline-block !important;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0;
  }
  .header-image .pull-right.socialposition.lemonde.sub-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .header-image .header-topv2 .row > div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    float: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .header-image .header-topv2 a.mobile-logo {
    display: inherit;
  }
  .header-image .header-topv2 a.mobile-logo img {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .sticky-wrap .sticky-menu-toggle > a {
    font-size: 0;
  }
  .sticky-navigation {
    height: 70px;
  }
  .sticky-search {
    width: auto;
    max-width: 190px;
    margin: 0;
  }
}
span.author-name-link a {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.001em;
  color: #8f99a5;
  margin-top: 0;
  font-weight: 100;
}

@media (max-width: 575px) {
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-module-3 .blog-content {
    width: 100%;
    padding: 0 15px 20px 15px;
  }
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-photo {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-photo .length {
    display: none;
  }
  .blog-main .blog-module-3.blog-module-3-feature h3 {
    font-size: 28px;
    line-height: 36px;
    padding: 15px 15px 10px 15px;
    width: 100%;
    margin-left: -15px;
  }
  .blog-main .blog-module-3.blog-module-3-feature .tab {
    top: 0;
  }
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-detail h4 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0;
  }
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote {
    padding: 10px 0;
  }
  .blog-main .blog-module-3.blog-module-3-feature .blog-quote .blog-quote-content .quote-detail h6 {
    font-size: 16px;
  }
  .article-spacer {
    height: 40px;
  }
}
.tam__container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__container {
    padding: 0 30px;
  }
}
.tam__container--features {
  max-width: 100%;
}

[data-grid-layout] {
  position: relative;
}
@media screen and (min-width: 1025px) {
  [data-grid-layout] {
    width: calc(100% + 22px);
    margin-left: -11px;
    margin-right: -11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-grid-layout] {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  [data-grid-layout] {
    width: 100%;
  }
}
[data-grid-layout] .grid-item {
  display: inline-block;
  -webkit-transform: translateY(200px);
       -o-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
       -o-animation: moveUp 0.65s ease forwards;
          animation: moveUp 0.65s ease forwards;
  box-sizing: border-box;
  float: left;
}
@media screen and (min-width: 1025px) {
  [data-grid-layout] .grid-item {
    margin-bottom: 22px;
    padding: 0 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-grid-layout] .grid-item {
    margin-bottom: 22px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  [data-grid-layout] .grid-item {
    margin-bottom: 20px;
    padding: 0;
  }
}
[data-grid-layout] .grid-item .grid-item-inner {
  background-color: white;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  [data-grid-layout] .grid-item,
  [data-grid-layout] .grid-sizer {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-grid-layout] .grid-item,
  [data-grid-layout] .grid-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  [data-grid-layout] .grid-item,
  [data-grid-layout] .grid-sizer {
    width: 100%;
  }
}

[data-items-loadmore] {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
[data-items-loadmore] button {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "bell-centennial-std-name-num", sans-serif;
  display: block;
  background-color: white;
  text-align: center;
  line-height: 100px;
  max-width: 400px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.616px;
  color: #045FC7;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
}
.site-header {
  background: #01162E;
}
@media screen and (min-width: 1025px) {
  .site-header {
    padding: 45px 0 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    padding: 30px 0 50px 0;
  }
}
@media print {
  .site-header {
    display: none;
  }
}
.site-header__menuToggle {
  position: relative;
  z-index: 88;
}
@media screen and (min-width: 1025px) {
  .site-header__menuToggle {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__menuToggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: -5px;
  }
}
.site-header__menuToggle button {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: 0;
  border: 0;
}
.site-header__menuToggle button:before, .site-header__menuToggle button:after {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -0.75px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
  content: "";
  background-color: white;
}
.site-header__menuToggle button:before {
  -webkit-transform: translateY(-3.75px) translateZ(0);
          transform: translateY(-3.75px) translateZ(0);
}
.site-header__menuToggle button:after {
  -webkit-transform: translateY(3.75px) translateZ(0);
          transform: translateY(3.75px) translateZ(0);
}
.site-header__menuToggle button span {
  font-family: "bell-centennial-std-address", sans-serif;
  text-transform: lowercase;
  font-variant: small-caps;
  color: white;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 100%;
  top: 0;
  line-height: 26px;
  display: inline-block;
  color: white;
  padding-right: 7px;
}
.site-header__menuToggle button.open:before {
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
}
.site-header__menuToggle button.open:after {
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
}
.site-header__top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .site-header__top {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-bottom: 40px;
  }
}
.site-header__top-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.site-header__top-links a {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .site-header__top-links a + a {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header__top-links button + a {
    margin-left: 25px;
  }
}
.site-header__top-link--support, .site-header__top-link--newsletter, .site-header__top-link--claremont {
  font-family: "bell-centennial-std-address", sans-serif;
  text-transform: lowercase;
  font-variant: small-caps;
  color: white;
  font-size: 18px;
  letter-spacing: 0.1em;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #045FC7;
  background: none;
  padding: 0 0 5px 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  will-change: color;
  -webkit-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
@media screen and (max-width: 767px) {
  .site-header__top-link--support, .site-header__top-link--newsletter, .site-header__top-link--claremont {
    font-size: 16px;
  }
}
.site-header__top-link--support:visited, .site-header__top-link--newsletter:visited, .site-header__top-link--claremont:visited {
  color: white;
}
.site-header__top-link--support:focus, .site-header__top-link--newsletter:focus, .site-header__top-link--claremont:focus {
  border-bottom: 1px solid #045FC7;
}
@media screen and (min-width: 1025px) {
  .site-header__top-link--support, .site-header__top-link--newsletter, .site-header__top-link--claremont {
    display: inline-block;
  }
  .site-header__top-link--support:hover, .site-header__top-link--newsletter:hover, .site-header__top-link--claremont:hover {
    color: #E21B1B;
    border-color: #045FC7;
  }
}
@media screen and (min-width: 1025px) {
  .site-header__top-link--newsletter, .site-header__top-link--claremont {
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .site-header__top-link--newsletter, .site-header__top-link--claremont {
    border: 1px solid #e21b1b;
    padding: 0 10px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header__top-link--newsletter {
    border-color: #2b85de;
  }
  .site-header__top-link--newsletter:hover {
    background-color: #2b85de;
    border-color: #2b85de;
    color: white;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__top-link--newsletter {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .site-header__top-link--support:hover {
    color: #2b85de;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__top-link--support {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 320px) {
  .site-header__top-link--support {
    display: none !important;
  }
}
.site-header__top-link--claremont {
  border-color: #e21b1b;
}
.site-header__top-link--claremont:focus {
  border-bottom-color: #e21b1b !important;
  outline: 0 !important;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .site-header__top-link--claremont:hover {
    background-color: #e21b1b;
    border-color: #e21b1b;
    color: white;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__top-link--claremont {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin-right: 15px;
    max-width: 140px;
  }
}
.site-header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .site-header__logo {
    width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .site-header__navWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    width: 72%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__navWrap {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 87;
    background-color: #01162E;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    text-align: center;
    -webkit-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    will-change: transform, opacity;
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .site-header__navWrap .site-header__nav {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 30px;
    max-height: 100%;
    height: 100%;
  }
  .site-header__navWrap.open {
    visibility: visible;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.site-header__nav-items {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .site-header__nav-items {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-header__nav-items {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-header__nav-items {
    margin: 0;
  }
}
.site-header__nav-items > li {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1.024px;
}
@media screen and (min-width: 1025px) {
  .site-header__nav-items > li {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-header__nav-items > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header__nav-items > li {
    width: 100%;
  }
}
.site-header__nav-items > li > a {
  position: relative;
  text-decoration: none;
  color: #f7f5f4;
  padding: 10px 4px;
  display: block;
}
.site-header__nav-items > li > a:not(.menu-item-utility):before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  color: transparent;
  content: "\2022";
  text-shadow: transparent 0px 0px;
  font-size: 1em;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
  transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}
@media screen and (min-width: 1025px) {
  .site-header__nav-items > li > a:not(.menu-item-utility):hover {
    color: #045FC7;
  }
  .site-header__nav-items > li > a:not(.menu-item-utility):hover:before {
    color: #045FC7;
    text-shadow: 10px 0 #045FC7, -10px 0 #045FC7;
  }
}
.site-header__nav-items li {
  position: relative;
  font-family: "bell-centennial-std-name-num", sans-serif;
}
.site-header__nav-items li.menu-item--rss, .site-header__nav-items li.menu-item--search {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .site-header__nav-items li.menu-item--rss, .site-header__nav-items li.menu-item--search {
    display: inline-block;
    width: auto;
  }
}
.site-header__nav-items li.menu-item--search a {
  z-index: 91;
}
.site-header__nav-items li.menu-item.menu-item-has-children ul.sub-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  .site-header__nav-items li.m-extra.first {
    padding: 10px 10px 10px 19px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__nav-items li.m-extra.first {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}
.site-header__nav-items li.m-extra.first:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: white;
}
@media screen and (min-width: 1025px) {
  .site-header__nav-items li.m-extra.first:before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__nav-items li.m-extra.first:before {
    left: 50%;
    top: auto;
    bottom: 0;
    width: 20px;
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 1px;
  }
}
.site-header__nav-items li:first-child {
  padding-left: 0;
}
.site-header__nav-items li:last-child {
  padding-right: 0;
}
.site-header__nav-items li:last-child a {
  padding-right: 0;
}

#search-overlay {
  background-color: #01162E;
}
#search-overlay .search-overlay-close {
  cursor: pointer;
}
#search-overlay .mega_menu-wrap {
  height: 100%;
}
#search-overlay .mega_menu--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
#search-overlay .mega_menu--header, #search-overlay .mega_menu--footer {
  width: 100%;
}
#search-overlay .mega_menu--header {
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
#search-overlay .mega_menu--footer {
  -webkit-align-self: flex-end;
          align-self: flex-end;
}

.tam__post-spacer {
  height: 70px;
  width: 100%;
  background-color: white;
}
.tam__post-image {
  position: relative;
  z-index: 2;
  width: 100%;
}
.tam__post-image-box {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tam__post-image-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.tam__post-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tam__post-content {
  padding-bottom: 30px;
  background-color: white;
}
.tam__post-content-meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 50px);
  margin-top: -20px;
  background-color: white;
  padding: 20px 20px 25px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #E21B1B;
  z-index: 3;
}
.tam__post-content-meta:before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -1px;
  height: 2px;
  width: calc(100% - 50px);
  background-color: #E21B1B;
  display: block;
  content: "";
}
.tam__post-content-meta-type, .tam__post-content-meta-date {
  color: inherit;
  position: relative;
  z-index: 2;
  background-color: white;
}
.tam__post-content-meta-type {
  padding-right: 13px;
}
.tam__post-content-meta-date {
  padding-left: 13px;
}
.tam__post-content-title {
  padding: 0 30px 5px 30px;
}
.tam__post-content-title h1 {
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  line-height: 33px;
  letter-spacing: -0.363px;
  color: #01162E;
  margin: 0;
}
.tam__post-content-title h1 a {
  color: inherit;
}
.tam__post-content-title h1 a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #e21b1b;
     -moz-text-decoration-color: #e21b1b;
          text-decoration-color: #e21b1b;
}
.tam__post-content-author {
  padding: 0 30px;
}
.tam__post-content-author a {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -0.242px;
  color: #8F99A5;
  display: block;
}
.tam__post-content-author a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: black;
     -moz-text-decoration-color: black;
          text-decoration-color: black;
}
.tam__post-content-author + .tam__post-content-subtitle {
  padding-top: 20px;
}
.tam__post-content-subtitle {
  padding: 0 30px;
}
.tam__post-content-subtitle p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.352px;
  color: #000000;
  margin: 0;
}

.tam__feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .tam__feature-image, .tam__feature-content {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-image, .tam__feature-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-image, .tam__feature-content {
    width: 100%;
  }
}
.tam__feature-image {
  position: relative;
  z-index: 1;
}
.tam__feature-image-box {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .tam__feature-image-box {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-image-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-image-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
}
.tam__feature-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tam__feature-content {
  background-color: white;
}
@media screen and (min-width: 1025px) {
  .tam__feature-content {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-content {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-content {
    padding: 25px 25px;
  }
}
.tam__feature-content-title {
  margin-bottom: 25px;
}
.tam__feature-content-title-output {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -2.112px;
  color: #01162E;
}
@media screen and (min-width: 1025px) {
  .tam__feature-content-title-output {
    font-size: 88px;
    line-height: 77px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-content-title-output {
    font-size: 68px;
    line-height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-content-title-output {
    font-size: 50px;
    line-height: 45px;
  }
}
.tam__feature-content-title-output a {
  color: inherit;
}
.tam__feature-content-title-output a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #e21b1b;
     -moz-text-decoration-color: #e21b1b;
          text-decoration-color: #e21b1b;
}
@media screen and (min-width: 1025px) {
  .tam__feature-content-link {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-content-link {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-content-link {
    margin-bottom: 25px;
  }
}
.tam__feature-content-link a {
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.616px;
  color: #045FC7;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.tam__feature-content-link a svg,
.tam__feature-content-link a span {
  display: inline-block;
}
.tam__feature-content-link a span {
  margin-right: 8px;
}
.tam__feature-content-link a svg {
  margin-top: -2px;
}
.tam__feature-content-subtitle p {
  font-family: "lemonde-journal", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px !important;
  letter-spacing: 0.352px;
  color: #000000;
  margin: 0;
}
.tam__feature-opening {
  padding-top: 40px;
}
.tam__feature-opening-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.tam__feature-opening-meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: -20px;
  background-color: white;
  padding: 20px 0 25px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #E21B1B;
}
.tam__feature-opening-meta:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  background-color: #E21B1B;
  display: block;
  content: "";
}
.tam__feature-opening-meta-type, .tam__feature-opening-meta-date {
  color: inherit;
  position: relative;
  z-index: 2;
  background-color: white;
}
.tam__feature-opening-meta-type {
  padding-right: 13px;
}
.tam__feature-opening-meta-date {
  padding-left: 13px;
}
@media screen and (min-width: 1025px) {
  .tam__feature-opening-image {
    width: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-opening-image {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-opening-image {
    width: 100%;
  }
}
.tam__feature-opening-image-box {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tam__feature-opening-image-box:before {
  display: block;
  content: "";
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .tam__feature-opening-image-box:before {
    padding-top: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-opening-image-box:before {
    padding-top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-opening-image-box:before {
    padding-top: 56.25%;
  }
}
.tam__feature-opening-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tam__feature-opening-content {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .tam__feature-opening-content {
    width: calc(100% - 130px);
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-opening-content {
    width: calc(100% - 130px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-opening-content {
    width: 100%;
    padding-top: 20px;
  }
}
.tam__feature-opening-content-title {
  margin-bottom: 7px;
}
.tam__feature-opening-content-title h1 {
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.363px;
  color: #01162E;
}
@media screen and (min-width: 1025px) {
  .tam__feature-opening-content-title h1 {
    font-size: 33px;
    line-height: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-opening-content-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-opening-content-title h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
.tam__feature-opening-content-title h1 a {
  color: inherit;
}
.tam__feature-opening-content-title h1 a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #e21b1b;
     -moz-text-decoration-color: #e21b1b;
          text-decoration-color: #e21b1b;
}
.tam__feature-opening-content-author a {
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.242px;
  color: #8F99A5;
  display: block;
}
@media screen and (min-width: 1025px) {
  .tam__feature-opening-content-author a {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-opening-content-author a {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-opening-content-author a {
    font-size: 20px;
    line-height: 20px;
  }
}
.tam__feature-opening-content-author a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: black;
     -moz-text-decoration-color: black;
          text-decoration-color: black;
}
.tam__feature-opening-content-author + .tam__feature-opening-content-subtitle {
  margin-top: 20px;
}
.tam__feature-opening-content-subtitle p {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.352px;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .tam__feature-opening-content-subtitle p {
    font-size: 16px;
    line-height: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__feature-opening-content-subtitle p {
    font-size: 16px;
    line-height: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .tam__feature-opening-content-subtitle p {
    font-size: 16px;
    line-height: 20px !important;
  }
}

.tam__carousel {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  cursor: -webkit-grab;
}
.tam__carousel-track, .tam__carousel-items {
  overflow: hidden;
}
.tam__carousel-items {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}
.tam__carousel-items--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tam__carousel-item {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tam__carousel-item a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.tam__carousel-bullets {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1025px) {
  .tam__carousel-bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__carousel-bullets {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tam__carousel-bullets {
    display: none;
  }
}
.tam__carousel-bullet {
  width: 98px;
  height: 4px;
  background-color: #707070;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
}
.tam__carousel-bullet.glide__bullet--active {
  background-color: white;
}
.tam__carousel-arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .tam__carousel-arrows {
    display: none;
  }
}
.tam__carousel-arrow--right, .tam__carousel-arrow--left {
  position: absolute;
  z-index: 10;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 1025px) {
  .tam__carousel-arrow--right, .tam__carousel-arrow--left {
    height: calc(100% - 150px);
    top: 150px;
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__carousel-arrow--right, .tam__carousel-arrow--left {
    height: calc(100% - 150px);
    top: 150px;
    width: 60px;
  }
  .tam__carousel-arrow--right svg, .tam__carousel-arrow--left svg {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tam__carousel-arrow--right, .tam__carousel-arrow--left {
    height: calc(100% - 150px);
    top: 150px;
    width: 50px;
  }
  .tam__carousel-arrow--right svg, .tam__carousel-arrow--left svg {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .tam__carousel-arrow--right[disabled], .tam__carousel-arrow--left[disabled] {
    display: none;
  }
}
.tam__carousel-arrow--right {
  right: 0;
  background: -webkit-linear-gradient(bottom, rgba(1, 22, 46, 0.596078) 0%, rgba(1, 22, 46, 0.0001) 100%);
  background: -o-linear-gradient(bottom, rgba(1, 22, 46, 0.596078) 0%, rgba(1, 22, 46, 0.0001) 100%);
  background: linear-gradient(0deg, rgba(1, 22, 46, 0.596078) 0%, rgba(1, 22, 46, 0.0001) 100%);
}
.tam__carousel-arrow--left {
  background: -webkit-linear-gradient(top, rgba(1, 22, 46, 0.596078) 0%, rgba(1, 22, 46, 0.0001) 100%);
  background: -o-linear-gradient(top, rgba(1, 22, 46, 0.596078) 0%, rgba(1, 22, 46, 0.0001) 100%);
  background: linear-gradient(-180deg, rgba(1, 22, 46, 0.596078) 0%, rgba(1, 22, 46, 0.0001) 100%);
}
@media screen and (min-width: 1025px) {
  .tam__carousel-arrow--left {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__carousel-arrow--left {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tam__carousel-arrow--left {
    left: 0;
  }
}
.tam__carousel[data-glide-style=dark] .tam__carousel-bullet {
  background-color: #707070;
}
.tam__carousel[data-glide-style=dark] .tam__carousel-bullet.glide__bullet--active {
  background-color: white;
}
.tam__carousel[data-glide-style=light] .tam__carousel-bullet {
  background-color: #F2F2F2;
}
.tam__carousel[data-glide-style=light] .tam__carousel-bullet.glide__bullet--active {
  background-color: #045FC7;
}
.tam__quotation blockquote {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .tam__quotation blockquote {
    padding: 0 0 0 70px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__quotation blockquote {
    padding: 0 0 0 60px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tam__quotation blockquote {
    padding: 0 0 0 50px;
    margin-top: 50px;
  }
}
.tam__quotation blockquote:before {
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1.221px;
  color: #E21B1B;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "\201C";
  background: none;
  height: auto;
  width: auto;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
@media screen and (min-width: 1025px) {
  .tam__quotation blockquote:before {
    font-size: 111px;
    line-height: 82px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__quotation blockquote:before {
    font-size: 100px;
    line-height: 74px;
  }
}
@media screen and (max-width: 767px) {
  .tam__quotation blockquote:before {
    font-size: 80px;
    line-height: 56px;
  }
}
.tam__quotation blockquote:after {
  display: none;
}
.tam__quotation blockquote p {
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.484px;
  color: #045FC7;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .tam__quotation blockquote p {
    font-size: 44px;
    line-height: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__quotation blockquote p {
    font-size: 34px;
    line-height: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .tam__quotation blockquote p {
    font-size: 28px;
    line-height: 32px !important;
  }
}
.tam__quotation blockquote p:first-letter {
  color: inherit !important;
  font-family: inherit;
  margin: 0;
  line-height: inherit !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  padding: inherit !important;
  font-weight: inherit !important;
  text-align: inherit;
  border: inherit;
  position: inherit;
}
.tam__quotation blockquote p a {
  color: inherit;
}
.tam__quotation blockquote cite {
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.242px;
  color: #01162E;
}
@media screen and (min-width: 1025px) {
  .tam__quotation blockquote cite {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__quotation blockquote cite {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tam__quotation blockquote cite {
    font-size: 20px;
    line-height: 20px;
  }
}
.tam__quotation blockquote cite a {
  color: inherit;
  text-decoration: underline;
}

.tam-subscribe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #EDEDED;
  visibility: hidden;
  z-index: -1;
  -webkit-transform: scale(0.98) translateY(-30px);
       -o-transform: scale(0.98) translateY(-30px);
          transform: scale(0.98) translateY(-30px);
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.08s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.08s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: opacity 0.08s ease-out, -o-transform 0.1s ease-out;
  transition: opacity 0.08s ease-out, transform 0.1s ease-out;
  transition: opacity 0.08s ease-out, transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}
@media screen and (min-width: 1281px) {
  .tam-subscribe-overlay {
    padding: 12vh 50px 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .tam-subscribe-overlay {
    padding: 9vw 50px 40px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam-subscribe-overlay {
    padding: 70px 50px 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .tam-subscribe-overlay {
    padding: 50px;
  }
}
.tam-subscribe-overlay.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
       -o-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.tam-subscribe-overlay-trigger-mobile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #2B85DE;
  width: 100%;
  padding: 12.5px 15px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.98) translateY(-100%);
       -o-transform: scale(0.98) translateY(-100%);
          transform: scale(0.98) translateY(-100%);
}
.tam-subscribe-overlay-trigger-mobile.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
       -o-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  z-index: 99999;
}
.tam-subscribe-overlay-trigger-mobile p {
  font-family: "bell-centennial-std-name-num", sans-serif;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px !important;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.tam-subscribe-overlay-trigger-mobile p button {
  border-bottom: 1px solid white;
}
.tam-subscribe-overlay-trigger-mobile button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-transform: inherit;
  letter-spacing: inherit;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .tam-subscribe-overlay-trigger-mobile button:not(.tam-subscribe-overlay-trigger-open) {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .tam-subscribe-overlay-trigger-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tam-subscribe-overlay-trigger-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
.tam-subscribe-overlay-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tam-subscribe-overlay-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (min-width: 1281px) {
  .tam-subscribe-overlay-head {
    padding-bottom: 10vh;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .tam-subscribe-overlay-head {
    padding-bottom: 7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam-subscribe-overlay-head {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tam-subscribe-overlay-head {
    padding-bottom: 45px;
  }
}
.tam-subscribe-overlay-title {
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .tam-subscribe-overlay-title {
    padding-bottom: 8vh;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .tam-subscribe-overlay-title {
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam-subscribe-overlay-title {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tam-subscribe-overlay-title {
    padding-bottom: 45px;
  }
}
.tam-subscribe-overlay-title p {
  font-family: "lemonde-journal", serif;
  font-style: normal;
  font-weight: 750;
  text-align: center;
  letter-spacing: -0.242px;
  color: #01162E;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .tam-subscribe-overlay-title p {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .tam-subscribe-overlay-title p {
    font-size: 4vw;
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam-subscribe-overlay-title p {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .tam-subscribe-overlay-title p {
    font-size: 22px;
    line-height: 22px;
  }
}
.tam-subscribe-overlay-title p span {
  color: #E21B1B;
}
@media screen and (min-width: 1281px) {
  .tam-subscribe-overlay-form {
    padding-bottom: 12vh;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .tam-subscribe-overlay-form {
    padding-bottom: 9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam-subscribe-overlay-form {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tam-subscribe-overlay-form {
    padding-bottom: 60px;
  }
}
.tam-subscribe-overlay-form .ctct-form-wrapper {
  border-radius: 0 !important;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email {
  border-bottom: 2px solid #01162E;
}
.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input {
  border-radius: 0px !important;
  border: 0 !important;
  padding: 0 40px 0 0 !important;
  height: 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.352px;
  color: #01162E !important;
}
.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input:focus::-webkit-input-placeholder {
  color: rgba(1, 22, 46, 0.3) !important;
}

.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input:focus:-moz-placeholder {
  color: rgba(1, 22, 46, 0.3) !important;
}

.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input:focus::-moz-placeholder {
  color: rgba(1, 22, 46, 0.3) !important;
}

.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input:focus:-ms-input-placeholder {
  color: rgba(1, 22, 46, 0.3) !important;
}

.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input::-webkit-input-placeholder {
  color: #01162E !important;
}

.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input:-moz-placeholder {
  color: #01162E !important;
}

.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input::-moz-placeholder {
  color: #01162E !important;
}

.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-email input:-ms-input-placeholder {
  color: #01162E !important;
}

.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-submit input {
  right: 0;
  top: 0;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.67156 6.84041L0.378662 1.54751L1.79288 0.133301L8.49998 6.84041L1.79288 13.5475L0.378662 12.1333L5.67156 6.84041Z' fill='%2301162E'/%3E%3C/svg%3E%0A");
  background-size: 8.12px 13.41px;
  background-repeat: no-repeat;
  background-position: 100% 55%;
  margin-right: 0 !important;
  padding: 0;
  color: #01162E;
  border: 0;
  border-radius: 0;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 0;
  z-index: 6;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 60px;
  width: 40px;
}
.tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-submit input:disabled, .tam-subscribe-overlay-form .ctct-form-wrapper .ctct-form-field-submit input[disabled] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='20px' height='20px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%2301162e' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='0.7575757575757576s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-position: 100% 55%;
  opacity: 1;
}
.tam-subscribe-overlay-form .ctct-message {
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 767px) {
  .tam-subscribe-overlay-form .ctct-message {
    font-size: 16px;
    line-height: 20px !important;
  }
}
.tam-subscribe-overlay-form .ctct-message .ctct-dismiss-ajax-notice {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.tam-subscribe-overlay-form .ctct-message.ctct-success {
  padding: 0;
  color: #045fc7;
}
.tam-subscribe-overlay-form .ctct-message.ctct-success .ctct-dismiss-ajax-notice {
  display: none !important;
}
.tam-subscribe-overlay-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.tam-subscribe-overlay-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: #F7F5F4;
  width: 110px;
  height: 40px;
  border-radius: 33px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.48px;
  color: #01162E;
  text-transform: uppercase;
  font-family: "bell-centennial-std-name-num", sans-serif;
  will-change: color, background;
  -webkit-transition: color 0.06s ease-out, background 0.06s ease-out;
  -o-transition: color 0.06s ease-out, background 0.06s ease-out;
  transition: color 0.06s ease-out, background 0.06s ease-out;
}
@media screen and (min-width: 1025px) {
  .tam-subscribe-overlay-close:hover {
    background: #E21B1B;
    color: white;
  }
}
.tam-subscribe-overlay-close:focus {
  outline: 0;
  border: 0;
}

@media print {
  .tam__block-newsletter {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tam__block-newsletter {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-newsletter {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tam__block-newsletter {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.tam__block-newsletter-inner {
  border: 1px solid #EDEDED;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .tam__block-newsletter-inner {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-newsletter-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tam__block-newsletter-inner {
    padding: 25px;
  }
}
.tam__block-newsletter-title {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .tam__block-newsletter-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-newsletter-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tam__block-newsletter-title {
    margin-bottom: 20px;
  }
}
.tam__block-newsletter-title p {
  font-family: "lemonde-journal", "Noto Serif", serif;
  margin: 0 !important;
  padding: 0;
  font-style: normal;
  font-weight: 750;
  letter-spacing: -0.242px;
  color: #01162E;
}
@media screen and (min-width: 1025px) {
  .tam__block-newsletter-title p {
    font-size: 22px !important;
    line-height: 22px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-newsletter-title p {
    font-size: 22px !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .tam__block-newsletter-title p {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
.tam__block-newsletter-title p span {
  color: #8F99A5;
}
.tam__block-newsletter-form-link {
  position: relative;
  display: block;
  border-bottom: 2px solid #01162E;
  padding-bottom: 10px;
}
.tam__block-newsletter-form-link:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 9px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47998 1L7.47998 7L1.47998 13' stroke='%2301162E' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: 9px 14px;
  background-repeat: no-repeat;
}
.tam__block-newsletter-form-link span {
  font-family: "bell-centennial-std-name-num", sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 17px !important;
  letter-spacing: 0.352px;
  color: #01162E;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  .tam__block-newsletter.alignright, .tam__block-newsletter.alignleft {
    max-width: 390px;
    display: inline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-newsletter.alignright, .tam__block-newsletter.alignleft {
    max-width: 390px;
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .tam__block-newsletter.alignright, .tam__block-newsletter.alignleft {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .tam__block-newsletter.alignright {
    float: right;
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-newsletter.alignright {
    float: right;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .tam__block-newsletter.alignleft {
    float: left;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-newsletter.alignleft {
    float: left;
    margin-right: 40px;
  }
}
.tam__block-post {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print {
  .tam__block-post {
    display: none;
  }
}
.tam__block-post-inner {
  border: 1px solid #EDEDED;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .tam__block-post-inner {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-post-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tam__block-post-inner {
    padding: 25px;
  }
}
.tam__block-post-meta {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.tam__block-post-meta-type {
  position: relative;
  z-index: 2;
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.154px;
  color: #E21B1B;
  background-color: white;
  padding-right: 12px;
}
.tam__block-post-meta:before {
  height: 2px;
  background-color: #E21B1B;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  z-index: 1;
}
.tam__block-post-title {
  margin-bottom: 5px;
}
.tam__block-post-title-text {
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px !important;
  line-height: 22px !important;
  letter-spacing: -0.242px;
  color: #01162E;
  margin: 0 !important;
  padding: 0;
}
.tam__block-post-title-text a {
  color: inherit;
  text-decoration: none;
}
.tam__block-post-author {
  margin-bottom: 20px;
}
.tam__block-post-author a {
  font-family: "lemonde-journal", "Noto Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 22px !important;
  letter-spacing: -0.22px;
  color: #8F99A5;
  display: block;
  text-decoration: none;
}
.tam__block-post-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.tam__block-post-link a {
  font-family: "bell-centennial-std-name-num", sans-serif;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 17px !important;
  letter-spacing: 0.616px;
  color: #045FC7;
  text-transform: uppercase;
  text-decoration: none !important;
}
.tam__block-post-link a:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 9px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47998 1L7.47998 7L1.47998 13' stroke='%23045FC7' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: 9px 14px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .tam__block-post.alignright, .tam__block-post.alignleft {
    max-width: 290px;
    display: inline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-post.alignright, .tam__block-post.alignleft {
    max-width: 290px;
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .tam__block-post.alignright, .tam__block-post.alignleft {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .tam__block-post.alignright {
    float: left;
    margin-left: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-post.alignright {
    float: left;
    margin-left: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .tam__block-post.alignleft {
    float: left;
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tam__block-post.alignleft {
    float: left;
    margin-right: 35px;
  }
}
@page {
  size: A4;
}
@page :top {
  margin: 1.5cm;
}
@page :left {
  margin: 1.5cm;
}
@page :right {
  margin: 1.5cm;
}
@page :first {}
@media print {
  body, html {
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  ::-webkit-scrollbar {
    width: 0 !important;
  }
  .header-title {
    padding-bottom: 30px;
  }
}