@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*$unit-2: .625em !default;*/
/*$unit-12: 2.4rem !default;*/
/*$unit-2-new: 0.625em !default;*/
/*$size-xs: 480px !default;
$size-sm: 600px !default;
$size-md: 840px !default;
$size-lg: 960px !default;
$size-xl: 1280px !default;
$size-2x: 1441.5px !default;*/
/* Smoothing of Fonts */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*! normalize.css v8.0.1 | 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.5;
  -webkit-text-size-adjust: 100%;
}

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

/* Typo Default Sizing */
h1 {
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 2.375rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 0.8rem;
}

p {
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-weight: 400;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Sections
	 ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

/* 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: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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: 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: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #000;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

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: 0.75rem;
  line-height: 1;
}

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: #000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  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 {
  display: block;
  left: auto;
}

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

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

.main-navigation li {
  position: relative;
}

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

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

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

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

.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
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.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-flex;
  flex-wrap: wrap;
}

/*--------------------------------------------------------------
## 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
}
.container.grid-2x {
  max-width: 1469px;
  /*      @media only screen and (max-width: ($grid-spacing * 2.2 + $size-2x + 40)) {
          padding-left: 30px;
       padding-right: 30px;
      }*/
}
.container.grid-xl {
  max-width: 1224px;
}
.container.grid-lg {
  max-width: 1016px;
}
.container.grid-md {
  max-width: 792px;
}
.container.grid-sm {
  max-width: 600px;
}
.container.grid-xs {
  max-width: 505px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl,
.show-2x {
  display: none !important;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625em;
  margin-right: -0.625em;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1, .column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-lg-new-9 {
  width: 69.435%;
  flex: none;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-lg-new-3 {
  width: 30.565%;
  flex: none;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1199px) {
  .col-2x-12,
.col-2x-11,
.col-2x-10,
.col-2x-9,
.col-2x-8,
.col-2x-7,
.col-2x-6,
.col-2x-5,
.col-2x-4,
.col-2x-3,
.col-2x-2,
.col-2x-1,
.col-2x-auto {
    flex: none;
  }

  .col-2x-12 {
    width: 100%;
  }

  .col-2x-11 {
    width: 91.66666667%;
  }

  .col-2x-10 {
    width: 83.33333333%;
  }

  .col-2x-9 {
    width: 75%;
  }

  .col-2x-8 {
    width: 66.66666667%;
  }

  .col-2x-7 {
    width: 58.33333333%;
  }

  .col-2x-6 {
    width: 50%;
  }

  .col-2x-5 {
    width: 41.66666667%;
  }

  .col-2x-4 {
    width: 33.33333333%;
  }

  .col-2x-3 {
    width: 25%;
  }

  .col-2x-2 {
    width: 16.66666667%;
  }

  .col-2x-1 {
    width: 8.33333333%;
  }

  .col-2x-auto {
    width: auto;
  }

  .hide-2x {
    display: none !important;
  }

  .show-2x {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-xl-auto {
    flex: none;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-auto {
    width: auto;
  }

  .hide-xl {
    display: none !important;
  }

  .show-xl {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-lg-auto {
    flex: none;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-auto {
    width: auto;
  }

  .hide-lg {
    display: none !important;
  }

  .show-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-md-auto {
    flex: none;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-auto {
    width: auto;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-sm-auto {
    flex: none;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-auto {
    width: auto;
  }

  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col-xs-auto {
    flex: none;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-auto {
    width: auto;
  }

  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }
}
/**
 * rem-calc function
 */
/* End rem-calc */
/** Button Utility **/
.top--col-tag .btn {
  float: right;
}

.top--term-cl {
  border-bottom: 3px solid #000;
}
.top--term-cl a {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
}
.top--term-cl:hover {
  border-color: #0073a4;
}
.top--term-cl:hover a {
  color: #0073a4;
}

.top--col-more {
  margin-bottom: 10px;
  border-bottom: 3px solid #000;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}
.top--col-more span {
  color: #00aced;
}

.btn {
  display: inline-block !important;
  transition: background 0.3s ease-in-out;
  background: #000;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}
.btn:hover {
  background: #003366;
  color: #fff;
}

/** Main Menu Control **/
.menu-block {
  position: absolute;
  top: 0;
}
.menu-block.right {
  right: 0;
}
.menu-block.left {
  left: 0;
}
.menu-block a, .menu-block button {
  vertical-align: middle;
}

.menu-toggle, .menu-button {
  cursor: pointer;
  display: inline-block !important;
  background: #0a0a0a;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0.6rem;
  line-height: 60px;
  transition: background 0.3s ease-in-out;
}
.menu-toggle:hover, .menu-button:hover {
  background: #0053a6;
  color: #fff;
}
.menu-toggle:focus, .menu-button:focus {
  outline: 0;
  outline-offset: -4px;
}
.menu-toggle:active, .menu-button:active {
  transform: scale(0.99);
}
.menu-toggle span, .menu-button span {
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .menu-toggle span.menu-label, .menu-button span.menu-label {
    display: none;
  }
  .menu-toggle span.fa, .menu-button span.fa {
    margin: 0;
  }
}
.menu-toggle span.fa, .menu-toggle span.fab, .menu-button span.fa, .menu-button span.fab {
  font-size: 1.8rem;
}
.menu-toggle svg, .menu-button svg {
  fill: #fff;
  vertical-align: middle;
}
.menu-toggle.promo:hover, .menu-button.promo:hover {
  background: #ff8c40;
}

/** Main Menu **/
.main-navigation .menu-container-panel {
  display: none;
}

.main-navigation.toggled__menu .menu-container-panel {
  display: block;
  position: fixed;
  top: 62px;
  right: 0;
  bottom: 0;
  left: 45%;
  z-index: 9999;
  overflow-y: hidden;
  background: #fff;
  /* Box Shadow */
  -webkit-box-shadow: -5px 2px 34px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 2px 34px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 2px 34px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 767px) {
  .main-navigation.toggled__menu .menu-container-panel {
    left: 55%;
  }
}
@media only screen and (min-width: 991px) {
  .main-navigation.toggled__menu .menu-container-panel {
    left: 65%;
  }
}
@media only screen and (min-width: 1441.5px) {
  .main-navigation.toggled__menu .menu-container-panel {
    left: 80%;
  }
}
.main-navigation.toggled__menu .menu-container-panel .menu-navigation-container {
  display: block;
  width: 100%;
}
.main-navigation.toggled__menu .menu-container-panel ul {
  display: block;
  margin-bottom: 1rem;
}
.main-navigation.toggled__menu .menu-container-panel ul li {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0.24rem 0.36rem;
}
.main-navigation.toggled__menu .menu-container-panel ul li a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.3rem 0.6rem;
  transition: background 0.3sec ease-in-out;
}
.main-navigation.toggled__menu .menu-container-panel ul li a:hover {
  text-decoration: none;
  background: #0a0a0a;
  color: #fff;
}
.main-navigation.toggled__menu .menu-container-panel .search-container {
  background: #000;
  padding: 1.5rem 1rem;
}
@media only screen and (min-width: 991px) {
  .main-navigation.toggled__menu .menu-container-panel .search-container {
    text-align: center;
  }
}
.main-navigation.toggled__menu .menu-container-panel .search-container input[type=search] {
  border-radius: 0;
  border: 1px solid #000;
  outline: 0;
}
@media only screen and (min-width: 991px) {
  .main-navigation.toggled__menu .menu-container-panel .search-container input[type=search] {
    width: 60%;
    padding: 0.8rem 2rem;
  }
}
.main-navigation.toggled__menu .menu-container-panel .search-container input[type=submit] {
  outline: 0;
  border-radius: 0;
}
@media only screen and (min-width: 991px) {
  .main-navigation.toggled__menu .menu-container-panel .search-container input[type=submit] {
    padding: 0.8rem 2rem;
  }
}
.main-navigation.toggled__menu .menu-container-panel .menu-other-services a {
  display: none;
  transition: background 0.3s ease-in-out;
  background: #000;
  padding: 2rem;
  text-align: center;
  min-height: 115px;
  line-height: 115px;
}
.main-navigation.toggled__menu .menu-container-panel .menu-other-services a:hover {
  background: #003366;
}
.main-navigation.toggled__menu .menu-container-panel .menu-other-services a img {
  vertical-align: middle;
}
.main-navigation.toggled__menu .menu-container-panel .menu-trending {
  display: none;
  margin-bottom: 1rem;
}
.main-navigation.toggled__menu .menu-container-panel .menu-trending .top--col-tag {
  font-size: 1.4rem;
}
.main-navigation.toggled__menu .menu-container-panel .menu-trending .menu-paper-container .top--col-tag {
  border: 0;
}
.main-navigation.toggled__menu .menu-container-panel .menu-trending .menu-paper-container {
  border: 3px solid #000;
}
.main-navigation.toggled__menu .menu-container-panel .menu-trending .menu-paper-container a {
  display: block;
  text-align: center;
}

/*** Search Panel ***/
.menu-search-container-panel {
  display: none;
}

.main-navigation.toggled__search .menu-search-container-panel {
  display: block;
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.99);
}
.main-navigation.toggled__search .menu-search-container-panel .container {
  padding-top: 0px;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-container-controls {
  text-align: center;
  overflow-y: auto;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-container-controls form {
  margin-top: 20px;
  border-bottom: 3px solid #afafaf;
  padding-bottom: 30px;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-container-controls form label .search-field {
  width: 60%;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-container-controls form .search-submit {
  font-size: 1rem;
  line-height: inherit;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-container-controls input {
  border-radius: 0;
  outline: 0;
  padding: 1rem;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-preresults h3 {
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-preresults .news-listing.vbox {
  min-height: 295px;
  max-height: 255px;
  color: #fff;
  background: inherit;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-preresults .news-listing.vbox img {
  margin: 0;
  width: 100%;
}
.main-navigation.toggled__search .menu-search-container-panel .menu-search-preresults .news-listing.vbox h4 {
  padding: 0;
}

/*** Box style surrounding article listing ***/
/* TODO : Voir si on garde le Border-bottom pour le moment ses un visual guide */
.vbox {
  /* Variation */
}
.vbox.thick {
  border-width: 10px;
}
.vbox.thick:hover {
  border-width: 10px;
}

/* Promo Abonnement */
.subpromo {
  margin-top: 5px;
  text-align: right;
}
.subpromo a {
  text-decoration: none;
  color: #fff;
  background: #ff6600;
  border: 1px solid #0a0a0a;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

/* Social Icons */
.header-socials {
  text-align: right;
}
.header-socials span {
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
.header-socials ul.socials {
  vertical-align: middle;
  display: inline-block;
}
.header-socials ul.socials li {
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.header-socials ul.socials li :hover {
  background: #fff !important;
}
.header-socials ul.socials a {
  color: #000;
  padding: 0.3rem 0.7rem;
}
.header-socials ul.socials a:hover {
  background: #fff !important;
}

ul.socials {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  ul.socials {
    text-align: center;
  }
}
ul.socials li {
  display: inline-block;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.socials li.facebook:hover {
  background-color: #3d5b99;
}
ul.socials li.instagram:hover {
  background-color: #458eff;
}
ul.socials li.twitter:hover {
  background-color: #00aced;
}
ul.socials li.youtube:hover {
  background-color: #e64a41;
}
ul.socials li.linkedin:hover {
  background-color: #0073a4;
}
ul.socials li a {
  padding: 0.6rem 1.4rem;
  display: block;
  color: #fff;
  font-size: 1.5rem;
}

.top--buffer {
  margin-top: 5rem;
}

/* Block Components */
/* Block: Popular Post By Tag */
/*.popular-tags-block {
    background: #0a0a0a;

    .vbox {
        background: inherit;
        color: #fff;
    }
}*/
/* 
    Jet Pack : Social Sharing 
    Might use something different here
*/
.sharedaddy h3 {
  display: none !important;
}
.sharedaddy h3.sd-title:before {
  display: none !important;
}
.sharedaddy .sd-sharing {
  text-align: right;
}
.sharedaddy .sd-sharing .sd-content {
  display: inline-block;
}
.sharedaddy .sd-sharing .sd-content li {
  margin-left: 0.5rem;
}
.sharedaddy .sd-sharing .sd-content li a {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: #0a0a0a !important;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sharedaddy .sd-sharing .sd-content li a:hover {
  opacity: 1 !important;
}
.sharedaddy .sd-sharing .sd-content li a.share-facebook:hover {
  background-color: #3d5b99 !important;
}
.sharedaddy .sd-sharing .sd-content li a.share-instagram:hover {
  background-color: #458eff !important;
}
.sharedaddy .sd-sharing .sd-content li a.share-twitter:hover {
  background-color: #00aced !important;
}
.sharedaddy .sd-sharing .sd-content li a.share-youtube:hover {
  background-color: #e64a41 !important;
}
.sharedaddy .sd-sharing .sd-content li a.share-linkedin:hover {
  background-color: #0073a4 !important;
}
.sharedaddy .sd-sharing .sd-content li a:before {
  font-size: 2rem;
}

/* Header :: Clock */
.timetoday {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .timetoday {
    font-size: 14px;
  }
}
.timetoday span {
  align-items: center;
  color: #000;
  display: inline-flex;
  flex-wrap: wrap;
}
.timetoday span.timetoday_icon {
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .timetoday span.timetoday_icon {
    margin-right: 5px;
  }
}

/* Author :: Description Below Single */
#authorarea {
  margin-top: 20px;
}
#authorarea .author-img {
  display: inline-block;
  text-align: center;
}
#authorarea .author-img a {
  display: inline-block;
}
#authorarea .author-img a img {
  border-radius: 50%;
  width: 125px;
  background: #D3D3D3;
}
#authorarea .authorinfo {
  display: inline-block;
}
#authorarea .authorinfo p {
  font-size: 16px;
}
#authorarea .authorinfo .authorinfo_title span {
  font-weight: 700;
}

/* Article: Author Focus */
.authorfocus .news-listing, .authorfocus--edito .news-listing {
  /* Don't need big box */
  min-height: min-content !important;
  max-height: max-content !important;
}

.authorfocus .news-listing {
  margin: 0 !important;
  padding: 20px 0;
  height: 100%;
  text-align: center;
  background-color: #f5f4f2;
}
.authorfocus .news-listing img {
  background: #fff;
}
.authorfocus .news-listing img:hover {
  background: #D0D0D0;
  filter: none;
}
.authorfocus .news-listing .author {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: "Open Sans";
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.authorfocus .news-listing.horiz img {
  min-width: 125px;
  height: auto;
  width: auto;
  border-radius: 50%;
}
.authorfocus .news-listing.vbox img {
  max-width: 110px;
  height: auto;
  width: auto;
  border-radius: 50%;
}
.authorfocus .news-listing.vbox .meta {
  text-align: center;
}

/* Author Focus Pour Edito: Different de Chronique */
.authorfocus--edito a {
  margin: 0;
}
.authorfocus--edito .feature-image img {
  max-width: max-content;
  max-height: max-content;
  height: 155px;
}

/* Utility Colors */
.bg-grey {
  background: #d0d0d0;
}

/* Home Page :: Dossier Block */
.bg-parallax .top--box-title {
  background: radial-gradient(farthest-corner at center bottom, rgba(0, 0, 0, 0.8) 0%, #0a0a0a 100%);
}
.bg-parallax a:hover h1, .bg-parallax a:hover h2, .bg-parallax a:hover h3, .bg-parallax a:hover h4 {
  text-decoration: underline;
}
.bg-parallax .news-listing {
  background: none;
}
.bg-parallax .news-listing .meta {
  max-width: 700px;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px;
  margin-top: 50px;
}
.bg-parallax .news-listing .meta h1, .bg-parallax .news-listing .meta h2, .bg-parallax .news-listing .meta h3, .bg-parallax .news-listing .meta h4 {
  color: #fff;
  font-size: 2.8rem;
  text-transform: uppercase;
}

/* Clearfix */
.clear {
  clear: both;
}

span.clear {
  display: block;
  clear: both;
}

/* Padding and margin utility classes */
.pady-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mary-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.d-none {
  display: none;
}

.align-item-flex-end {
  align-items: flex-end;
}

/* Legacy: Text Center */
.text-center {
  text-align: center;
}

body.preventcopy .middle_post_content {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Visual Guide */
.vis-guide {
  display: none;
}
.vis-guide ul {
  padding-left: 0px;
  list-style: none;
}
.vis-guide ul li {
  border-left: 1px solid #000;
  height: 10px;
}
.vis-guide ul li:last-child {
  border-right: 1px solid #000;
}
.vis-guide ul li:after {
  content: " ";
}

/* General Behavior */
/* Color Behavior */
.headline, .news-listing {
  background: #fff;
}

/* Page Structures */
#masthead[data-scroll=true] {
  position: fixed;
  width: 100%;
  top: 0;
  background: #0a0a0a;
  z-index: 9999;
}
#masthead[data-scroll=true] .logo-brand {
  text-align: center;
}
@media only screen and (min-width: 481px) {
  #masthead[data-scroll=true] .logo-brand {
    padding: 0.2rem;
  }
}
@media only screen and (min-width: 992px) {
  #masthead[data-scroll=true] .logo-brand {
    padding: 0.45rem;
  }
}
@media only screen and (min-width: 481px) {
  #masthead[data-scroll=true] .logo-brand .logo-brand-container {
    background-image: none;
  }
  #masthead[data-scroll=true] .logo-brand .logo-brand-container img {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  #masthead[data-scroll=true] .logo-brand .logo-brand-container {
    display: inline-block;
    background-image: url("../img/an-logo-large.png");
    background-repeat: no-repeat;
    height: 42px;
    width: 357px;
  }
  #masthead[data-scroll=true] .logo-brand .logo-brand-container img {
    display: none;
  }
}

#masthead[data-scroll=false] {
  position: relative;
}
#masthead[data-scroll=false] .show-on-scroll {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=false] .show-on-scroll {
    padding-left: 0;
  }
}
#masthead[data-scroll=false] .site-branding {
  z-index: 9999;
  padding: 27px 20px;
}
@media only screen and (max-width: 1441.5px) {
  #masthead[data-scroll=false] .site-branding {
    padding: 27px 5px;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=false] .site-branding {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 575px) {
  #masthead[data-scroll=false] .site-branding {
    padding: 15px 0;
  }
}
#masthead[data-scroll=false] .site-branding .container {
  padding: 0 10px;
}
#masthead[data-scroll=false] .logo-brand-container-small {
  display: none !important;
}
#masthead[data-scroll=false] .logo-brand {
  background: #8fb347;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 481px) {
  #masthead[data-scroll=false] .logo-brand {
    padding: 0.2rem;
  }
}
@media only screen and (min-width: 992px) {
  #masthead[data-scroll=false] .logo-brand {
    padding: 0.45rem;
  }
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=false] .logo-brand {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=false] .logo-brand .logo-brand-container {
    display: flex;
    justify-content: center;
    background-image: none;
    padding: 7px;
  }
}
@media only screen and (min-width: 992px) {
  #masthead[data-scroll=false] .logo-brand .logo-brand-container {
    display: inline-block;
    background-image: url("../img/an-logo-large.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 82px;
    width: 387px;
  }
  #masthead[data-scroll=false] .logo-brand .logo-brand-container img {
    display: none;
  }
}
#masthead[data-scroll=false] .menu-container {
  padding: 0 20px;
  background: #000000;
}
@media only screen and (max-width: 1441.5px) {
  #masthead[data-scroll=false] .menu-container {
    padding: 0 5px;
  }
}
#masthead[data-scroll=false] .menu-container .menu-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=false] .menu-container .menu-wrapper {
    /*padding-right: 0;*/
  }
}
#masthead[data-scroll=false] .menu-container .menu-wrapper > .columns {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #masthead[data-scroll=false] .menu-container .menu-navigation-container {
    /*height: 50px;*/
  }
}
#masthead[data-scroll=false] .menu-container .main-menu-navigation {
  margin: 0;
  padding: 0 0 0 3px;
  list-style: none;
  /*line-height: 60px;*/
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation {
    display: flex;
  }
}
@media only screen and (max-width: 1441.5px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation {
    padding: 0;
  }
}
#masthead[data-scroll=false] .menu-container .main-menu-navigation li {
  display: inline-block;
  /*padding: 0px 0.85rem;*/
  padding: 0px 19px;
}
#masthead[data-scroll=false] .menu-container .main-menu-navigation li.current-menu-item a {
  border-bottom: 7px solid #1a77b9;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation li {
    display: block;
  }
}
@media only screen and (max-width: 1441.5px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation li {
    padding: 0px 14px;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation li {
    padding: 0px 7px;
  }
}
#masthead[data-scroll=false] .menu-container .main-menu-navigation li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 20px 0 15px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 7px solid transparent;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation li a {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation li a {
    font-size: 14px;
    padding: 21.5px 0 16.5px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation li a {
    /*                        font-size: 13.5px;*/
    /*padding: 15px 0 12px 0;*/
  }
}
#masthead[data-scroll=false] .menu-container .main-menu-navigation li a:hover {
  border-bottom: 7px solid #1a77b9;
}
@media only screen and (min-width: 992px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation li a:hover {
    /*simran*/
  }
}
@media only screen and (min-width: 992px) {
  #masthead[data-scroll=false] .menu-container .main-menu-navigation#menu-navigation-top-hidden li:hover, #masthead[data-scroll=false] .menu-container .main-menu-navigation#menu-navigation-top-hidden li.current-menu-item {
    /*simran*/
    background-color: #1a77b9;
  }
}

/* Mobile Main Menu :: Expand rules */
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true].toggled__menu .main-menu-navigation, #masthead[data-scroll=false].toggled__menu .main-menu-navigation {
    z-index: 9999;
    position: absolute;
    background: #161616;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true].toggled__menu .main-menu-navigation li, #masthead[data-scroll=false].toggled__menu .main-menu-navigation li {
    display: block !important;
  }
  #masthead[data-scroll=true].toggled__menu .main-menu-navigation li a, #masthead[data-scroll=false].toggled__menu .main-menu-navigation li a {
    display: block;
  }
  #masthead[data-scroll=true].toggled__menu .main-menu-navigation li a:hover, #masthead[data-scroll=false].toggled__menu .main-menu-navigation li a:hover {
    border-bottom: none;
  }
}

/* Hack Rule for Mobile Toggle */
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=false] .toggled__menu .menu-navigation-container {
    height: auto !important;
  }
  #masthead[data-scroll=false] .toggled__menu .menu-navigation-container ul {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  #masthead[data-scroll=false] .toggled__menu .menu-navigation-container ul, #masthead[data-scroll=true] .toggled__menu .menu-navigation-container ul {
    text-align: right;
  }
  #masthead[data-scroll=false] .toggled__menu .menu-navigation-container ul a:hover, #masthead[data-scroll=true] .toggled__menu .menu-navigation-container ul a:hover {
    text-decoration: none;
    /*border-bottom: 0;*/
  }
  #masthead[data-scroll=false] .toggled__menu .menu-navigation-container ul li:hover, #masthead[data-scroll=true] .toggled__menu .menu-navigation-container ul li:hover {
    background: #1a77b9;
  }
  #masthead[data-scroll=false] .toggled__menu .menu-navigation-container ul li.current-menu-item, #masthead[data-scroll=true] .toggled__menu .menu-navigation-container ul li.current-menu-item {
    background: #1a77b9;
  }
  #masthead[data-scroll=false] .toggled__menu .menu-navigation-container ul li.current-menu-item a, #masthead[data-scroll=true] .toggled__menu .menu-navigation-container ul li.current-menu-item a {
    text-decoration: none;
    /*border-bottom: 0;*/
    color: #fff;
  }
}

#top--buffer-scroll[data-scroll=true] {
  margin-top: 275px;
}

#masthead[data-scroll=true] .site-branding {
  display: none;
}
#masthead[data-scroll=true] .menu-container {
  position: fixed;
  width: 100%;
  background: #000;
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-container {
    padding: 0 5px;
  }
}
#masthead[data-scroll=true] .menu-container > .container {
  padding-top: 0;
  padding-bottom: 0;
}
#masthead[data-scroll=true] .menu-container .logo-brand-container-small {
  display: block;
  text-align: center;
  background: #003366;
  padding: 17.07px 8px;
}
#masthead[data-scroll=true] .menu-container .logo-brand-container-small img {
  width: 50px;
  /** Effect Testing **/
  margin-top: 2px;
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=true] .menu-container .logo-brand-container-small {
    padding: 13px 4px;
  }
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-container .logo-brand-container-small {
    padding: 14px 4px;
    width: 57px;
  }
  #masthead[data-scroll=true] .menu-container .logo-brand-container-small img {
    width: 45px;
  }
}
#masthead[data-scroll=true] .menu-container .main-menu-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  /*line-height: 60px;*/
}
#masthead[data-scroll=true] .menu-container .main-menu-navigation li {
  display: inline-block;
  padding: 0px 0.4rem;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-container .main-menu-navigation li {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=true] .menu-container .main-menu-navigation li {
    padding: 0px 4px;
  }
}
#masthead[data-scroll=true] .menu-container .main-menu-navigation li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 21px 0 17px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 7px solid transparent;
  font-size: 14px;
  /*                    @media only screen and (min-width: $size-md+1) {
                          &:hover {
                              border-bottom: 3px solid #fff;
                          }
                      }*/
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-container .main-menu-navigation li a {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=true] .menu-container .main-menu-navigation li a {
    font-size: 14px;
    padding: 18px 0 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #masthead[data-scroll=true] .menu-container .main-menu-navigation li a {
    font-size: 13px;
    padding: 16px 0 16px 0;
  }
}
#masthead[data-scroll=true] .menu-container .main-menu-navigation li a:hover {
  /*border-bottom: 3px solid #fff;*/
  border-bottom: 7px solid #1a77b9;
}
#masthead[data-scroll=true] .menu-container .main-menu-navigation li.current-menu-item a {
  border-bottom: 7px solid #1a77b9;
}
#masthead[data-scroll=true] .menu-container .main-menu-navigation#menu-navigation-top-hidden li:hover, #masthead[data-scroll=true] .menu-container .main-menu-navigation#menu-navigation-top-hidden li.current-menu-item {
  background-color: #1a77b9;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a:not(.user-connected) {
    padding: 8px 7px !important;
  }
}

.menu-close-toogle-responsive {
  display: none;
}

.body_toggle_class {
  overflow: hidden;
}
.body_toggle_class:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: #000;
  top: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0.7;
}

@media only screen and (max-width: 991px) {
  .toggled__menu .header_main_navigation {
    left: 0;
  }

  .header_main_navigation {
    width: calc(100% - 50px) !important;
    background: #000;
    top: 0;
    bottom: auto;
    z-index: 999;
    right: auto;
    overflow-y: auto;
    text-align: center !important;
    height: 100% !important;
    display: block !important;
    align-items: center;
    position: fixed;
    padding: 20px !important;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.5s;
    left: -100%;
  }
  .header_main_navigation .menu-close-toogle-responsive {
    transition: transform 0.7s ease-in-out;
    color: #fff;
    text-align: right;
    display: table;
    margin: 0 0 15px auto;
  }
  .header_main_navigation .menu-close-toogle-responsive:hover {
    color: #1a77b9;
    transform: rotate(360deg);
  }
  .header_main_navigation .main-menu-navigation {
    display: block !important;
  }
  .header_main_navigation .menu-navigation-container ul li.current-menu-item {
    background: #1a77b9;
  }
  .header_main_navigation .menu-navigation-container ul li.current-menu-item a {
    color: #fff !important;
  }
  .header_main_navigation .menu-navigation-container ul li.unlimited_access_btn_main {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }
  .header_main_navigation .menu-navigation-container ul li.unlimited_access_btn_main a {
    padding: 0 !important;
    border: 0 !important;
  }
  .header_main_navigation .menu-navigation-container ul li.unlimited_access_btn_main:hover {
    background: #8fb347 !important;
  }
}
#masthead[data-scroll=true] .menu-wrapper .columns > *, #masthead[data-scroll=false] .menu-wrapper .columns > * {
  width: auto;
}
#masthead[data-scroll=true] .menu-container.toggled__user .menu-dialog-user, #masthead[data-scroll=false] .menu-container.toggled__user .menu-dialog-user {
  display: block !important;
}
#masthead[data-scroll=true] .menu-container.toggled__user .menu-dialog-user ul, #masthead[data-scroll=false] .menu-container.toggled__user .menu-dialog-user ul {
  flex-direction: column;
}
#masthead[data-scroll=true] .menu-container.toggled__user .menu-dialog-user ul li, #masthead[data-scroll=false] .menu-container.toggled__user .menu-dialog-user ul li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 3px;
}
#masthead[data-scroll=true] .menu-container.toggled__search .menu-dialog-search, #masthead[data-scroll=false] .menu-container.toggled__search .menu-dialog-search {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-container .header_main_navigation, #masthead[data-scroll=false] .menu-container .header_main_navigation {
    display: flex !important;
  }
  #masthead[data-scroll=true] .menu-container .menu-navigation-container, #masthead[data-scroll=false] .menu-container .menu-navigation-container {
    width: 100%;
  }
  #masthead[data-scroll=true] .menu-container .main-menu-navigation, #masthead[data-scroll=false] .menu-container .main-menu-navigation {
    display: block !important;
    text-align: center;
    /*absolute_menu_mobile :: START*/
    /*                display: block !important;
                    position: absolute;
                    width: 100%;
                    background: #000;
                    padding: 0 20px;
                    top: 100%;
                    bottom: auto;
                    z-index: 999999999;
                    left: 0;
                    right: 0;
                    overflow-y: auto;
                    margin: 0;
                    text-align: center;*/
    /*absolute_menu_mobile :: END*/
  }
  #masthead[data-scroll=true] .menu-container .main-menu-navigation li a, #masthead[data-scroll=false] .menu-container .main-menu-navigation li a {
    font-size: 16px;
    padding: 10px;
  }
}
#masthead[data-scroll=true] .menu-container.toggled__menu .header_main_navigation, #masthead[data-scroll=false] .menu-container.toggled__menu .header_main_navigation {
  display: flex !important;
}
#masthead[data-scroll=true] .menu-container.toggled__menu .menu-navigation-container, #masthead[data-scroll=false] .menu-container.toggled__menu .menu-navigation-container {
  width: 100%;
}
#masthead[data-scroll=true] .menu-container.toggled__menu .main-menu-navigation, #masthead[data-scroll=false] .menu-container.toggled__menu .main-menu-navigation {
  display: block !important;
  text-align: center;
  /*absolute_menu_mobile :: START*/
  /*                display: block !important;
                  position: absolute;
                  width: 100%;
                  background: #000;
                  padding: 0 20px;
                  top: 100%;
                  bottom: auto;
                  z-index: 999999999;
                  left: 0;
                  right: 0;
                  overflow-y: auto;
                  margin: 0;
                  text-align: center;*/
  /*absolute_menu_mobile :: END*/
}
#masthead[data-scroll=true] .menu-container.toggled__menu .main-menu-navigation li a, #masthead[data-scroll=false] .menu-container.toggled__menu .main-menu-navigation li a {
  font-size: 16px;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .main-menu-navigation, #masthead[data-scroll=false] .main-menu-navigation {
    display: none;
  }
}
#masthead[data-scroll=true] .menu-wrapper, #masthead[data-scroll=false] .menu-wrapper {
  position: relative;
}
#masthead[data-scroll=true] .menu-user-controls, #masthead[data-scroll=false] .menu-user-controls {
  /*position: absolute;*/
  margin-left: auto;
  position: static;
  /*z-index: 9999;*/
  right: 10px;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-user-controls, #masthead[data-scroll=false] .menu-user-controls {
    width: 100%;
  }
}
#masthead[data-scroll=true] .menu-user-controls ul, #masthead[data-scroll=false] .menu-user-controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  text-align: right;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-user-controls ul, #masthead[data-scroll=false] .menu-user-controls ul {
    /*line-height: 50px;*/
  }
}
#masthead[data-scroll=true] .menu-user-controls ul li, #masthead[data-scroll=false] .menu-user-controls ul li {
  display: inline-block;
  position: relative;
}
#masthead[data-scroll=true] .menu-user-controls ul li a, #masthead[data-scroll=false] .menu-user-controls ul li a {
  font-size: 25px;
  padding: 12px 15px;
  display: inline-flex;
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
}
#masthead[data-scroll=true] .menu-user-controls ul li a.menu-user-control, #masthead[data-scroll=false] .menu-user-controls ul li a.menu-user-control {
  margin-right: 6px;
}
#masthead[data-scroll=true] .menu-user-controls ul li a .menu-user-controls-text, #masthead[data-scroll=false] .menu-user-controls ul li a .menu-user-controls-text {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a .menu-user-controls-text, #masthead[data-scroll=false] .menu-user-controls ul li a .menu-user-controls-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a, #masthead[data-scroll=false] .menu-user-controls ul li a {
    padding: 12.5px 15px;
  }
}
@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a, #masthead[data-scroll=false] .menu-user-controls ul li a {
    padding: 12px;
  }
}
#masthead[data-scroll=true] .menu-user-controls ul li a.user-connected, #masthead[data-scroll=false] .menu-user-controls ul li a.user-connected {
  background-color: #8fb347;
  padding: 18px 21px;
}
@media only screen and (min-width: 991px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a.user-connected, #masthead[data-scroll=false] .menu-user-controls ul li a.user-connected {
    padding: 22px 30px;
  }
}
#masthead[data-scroll=true] .menu-user-controls ul li a.user-connected .menu-user-controls-text, #masthead[data-scroll=false] .menu-user-controls ul li a.user-connected .menu-user-controls-text {
  display: none;
}
#masthead[data-scroll=true] .menu-user-controls ul li a:hover, #masthead[data-scroll=false] .menu-user-controls ul li a:hover {
  background: #1a77b9;
}
#masthead[data-scroll=true] .menu-user-controls ul li a.menu-search-control, #masthead[data-scroll=false] .menu-user-controls ul li a.menu-search-control {
  padding: 14.5px;
  background-color: #404040;
}
@media only screen and (max-width: 1441.5px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a.menu-search-control, #masthead[data-scroll=false] .menu-user-controls ul li a.menu-search-control {
    /*padding: 6px 12.5px;*/
  }
}
@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a.menu-search-control, #masthead[data-scroll=false] .menu-user-controls ul li a.menu-search-control {
    /*padding: 2px 8.5px;*/
  }
}
@media only screen and (min-width: 992px) {
  #masthead[data-scroll=true] .menu-user-controls ul li.menu-hamburger, #masthead[data-scroll=false] .menu-user-controls ul li.menu-hamburger {
    display: none;
  }
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog {
  background: #0a0a0a;
  z-index: 9999;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  bottom: auto;
  /*max-width: 100%;*/
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user {
  display: none;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul {
  text-align: center;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul li, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul li {
  display: block;
  line-height: 30px;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul li:hover, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul li:hover {
  background: #1a77b9;
  /*#ff6600*/
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul li a, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul li a:hover, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-user ul li a:hover {
  background: #1a77b9;
  /*#ff6600*/
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search {
  display: none;
  font-size: 15px;
  padding: 1rem;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form {
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
@media only screen and (max-width: 480px) {
  #masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form {
    display: flex;
    width: 100%;
  }
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search], #masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=submit], #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search], #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=submit] {
  border-radius: 0;
  float: left;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search], #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search] {
  min-width: 300px;
  font-size: 1.1rem;
  background: #0a0a0a;
  color: #fff;
  outline: 0;
}
@media only screen and (max-width: 480px) {
  #masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search], #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search] {
    min-width: auto;
    width: 100%;
  }
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-ms-clear, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-ms-reveal, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-webkit-search-decoration,
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-webkit-search-cancel-button,
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-webkit-search-results-button,
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-webkit-search-results-decoration, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-webkit-search-decoration,
#masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-webkit-search-cancel-button,
#masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-webkit-search-results-button,
#masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=submit], #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=submit] {
  font-size: 1rem;
  padding: 0.5rem;
  outline: 0;
  background: #0a0a0a;
  color: #fff;
  text-transform: uppercase;
}
#masthead[data-scroll=true] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=submit]:hover, #masthead[data-scroll=false] .menu-user-controls .menu-user-controls-dialog.menu-dialog-search form input[type=submit]:hover {
  background: #1a77b9;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a.menu-user-control {
    padding: 8.5px 15px;
  }
}
@media only screen and (max-width: 1198px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a.menu-user-control.user-connected {
    padding: 18px 21px;
  }
}
@media only screen and (min-width: 1199px) {
  #masthead[data-scroll=true] .menu-user-controls ul li a.menu-user-control.user-connected {
    padding: 22px 30px;
  }
}

.container {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

.top--col-tag {
  margin-bottom: 8px;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.top--col-tag.column {
  padding-left: 10px;
  padding-right: 10px;
}
.top--col-tag.economie i {
  /*color: #D4683E;*/
}
.top--col-tag.sports i {
  /*color: #B91A4B;*/
}
.top--col-tag.arts i {
  /*color: #B54ECB;*/
}
.top--col-tag a, .top--col-tag .plus_heading_main {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.65;
  color: #000000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5px 14px;
  background-color: #e5e5e5;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .top--col-tag a, .top--col-tag .plus_heading_main {
    font-size: 18px;
  }
}
.top--col-tag a i:before, .top--col-tag a i.fas.fa-plus:before, .top--col-tag .plus_heading_main i:before, .top--col-tag .plus_heading_main i.fas.fa-plus:before {
  content: "";
  background-image: url(../img/more_btn_small.png);
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .top--col-tag a i:before, .top--col-tag a i.fas.fa-plus:before, .top--col-tag .plus_heading_main i:before, .top--col-tag .plus_heading_main i.fas.fa-plus:before {
    width: 15px;
    height: 15px;
  }
}
.top--col-tag a .container, .top--col-tag .plus_heading_main .container {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top--col-tag.top--col-dark-gary a, .top--col-tag.top--col-dark-gary .plus_heading_main {
  background-color: #d8d8d8;
}
.top--col-tag.files a, .top--col-tag.files .plus_heading_main, .top--col-tag.etc_plus a, .top--col-tag.etc_plus .plus_heading_main {
  color: #ffffff;
}
.top--col-tag.files a i:before, .top--col-tag.files a i.fas.fa-plus:before, .top--col-tag.files .plus_heading_main i:before, .top--col-tag.files .plus_heading_main i.fas.fa-plus:before, .top--col-tag.etc_plus a i:before, .top--col-tag.etc_plus a i.fas.fa-plus:before, .top--col-tag.etc_plus .plus_heading_main i:before, .top--col-tag.etc_plus .plus_heading_main i.fas.fa-plus:before {
  background-image: url(../img/more_btn_small_white.png);
}
.top--col-tag.files a, .top--col-tag.files .plus_heading_main {
  background-color: #404040;
}
.top--col-tag.job_portal a, .top--col-tag.job_portal .plus_heading_main {
  background-color: #004b6b;
  color: #fff;
}
.top--col-tag.job_portal a i:before, .top--col-tag.job_portal a i.fas.fa-plus:before, .top--col-tag.job_portal .plus_heading_main i:before, .top--col-tag.job_portal .plus_heading_main i.fas.fa-plus:before {
  background-image: url(../img/more_btn_small_white.png);
}
.top--col-tag.zone_plus a, .top--col-tag.zone_plus .plus_heading_main {
  background-color: #e5e5e5;
}
.top--col-tag.etc_plus a, .top--col-tag.etc_plus .plus_heading_main {
  background-color: #969696;
}

/* Dummy Ad container */
.pub-container {
  position: relative;
  text-align: center;
}

.pub-container.sticky {
  position: sticky;
  -webkit-position: sticky;
  top: 80px;
}

#secondary .sticky {
  margin-left: 32px;
  margin-top: 20px;
}

.sticky-col {
  position: sticky;
  -webkit-position: sticky;
  top: 80px;
}

/* Headlines */
.headline, .news-listing, .top-news-listing {
  display: block;
  text-decoration: none;
  color: #000;
}
.headline .meta, .news-listing .meta, .top-news-listing .meta {
  position: relative;
}
.headline.horiz, .news-listing.horiz, .top-news-listing.horiz {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  .headline.horiz, .news-listing.horiz, .top-news-listing.horiz {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.headline.horiz .meta, .news-listing.horiz .meta, .top-news-listing.horiz .meta {
  padding: 28px 20px 40px;
}
@media only screen and (max-width: 1199px) {
  .headline.horiz .meta, .news-listing.horiz .meta, .top-news-listing.horiz .meta {
    padding: 28px 5px 40px;
  }
}
.headline.horiz .meta .category_main span, .news-listing.horiz .meta .category_main span, .top-news-listing.horiz .meta .category_main span {
  font-size: 14px;
  text-transform: uppercase;
}
.headline.horiz div, .news-listing.horiz div, .top-news-listing.horiz div {
  flex: 1;
}
.headline.vbox .meta span[data-term-id], .news-listing.vbox .meta span[data-term-id], .top-news-listing.vbox .meta span[data-term-id] {
  position: absolute;
  top: -17px;
}
.headline.vbox .meta, .headline.horiz .meta, .news-listing.vbox .meta, .news-listing.horiz .meta, .top-news-listing.vbox .meta, .top-news-listing.horiz .meta {
  padding-top: 7px;
}
.headline.vbox .meta span[data-term-id], .headline.horiz .meta span[data-term-id], .news-listing.vbox .meta span[data-term-id], .news-listing.horiz .meta span[data-term-id], .top-news-listing.vbox .meta span[data-term-id], .top-news-listing.horiz .meta span[data-term-id] {
  background: #0a0a0a;
  color: #fff;
  padding: 0.5px 9.65px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.headline.vbox .meta span[data-term-id=actualites], .headline.horiz .meta span[data-term-id=actualites], .news-listing.vbox .meta span[data-term-id=actualites], .news-listing.horiz .meta span[data-term-id=actualites], .top-news-listing.vbox .meta span[data-term-id=actualites], .top-news-listing.horiz .meta span[data-term-id=actualites] {
  background: #29465b;
}
.headline.vbox .meta span[data-term-id=sports], .headline.horiz .meta span[data-term-id=sports], .news-listing.vbox .meta span[data-term-id=sports], .news-listing.horiz .meta span[data-term-id=sports], .top-news-listing.vbox .meta span[data-term-id=sports], .top-news-listing.horiz .meta span[data-term-id=sports] {
  /*background: #B91A4B;*/
  background-color: #df0000;
}
.headline.vbox .meta span[data-term-id=economies], .headline.horiz .meta span[data-term-id=economies], .news-listing.vbox .meta span[data-term-id=economies], .news-listing.horiz .meta span[data-term-id=economies], .top-news-listing.vbox .meta span[data-term-id=economies], .top-news-listing.horiz .meta span[data-term-id=economies] {
  /*background: #D4683E;*/
  background-color: #319517;
}
.headline.vbox .meta span[data-term-id=arts-et-spectacles], .headline.horiz .meta span[data-term-id=arts-et-spectacles], .news-listing.vbox .meta span[data-term-id=arts-et-spectacles], .news-listing.horiz .meta span[data-term-id=arts-et-spectacles], .top-news-listing.vbox .meta span[data-term-id=arts-et-spectacles], .top-news-listing.horiz .meta span[data-term-id=arts-et-spectacles] {
  /*background: #B54ECB;*/
  background-color: #9e28b2;
}
.headline.vbox .meta span[data-term-id=noel-2021], .headline.horiz .meta span[data-term-id=noel-2021], .news-listing.vbox .meta span[data-term-id=noel-2021], .news-listing.horiz .meta span[data-term-id=noel-2021], .top-news-listing.vbox .meta span[data-term-id=noel-2021], .top-news-listing.horiz .meta span[data-term-id=noel-2021] {
  /*background: #B54ECB;*/
  background-color: #00a022;
}
.headline.vbox .meta .data_term_no_bg span[data-term-id], .headline.vbox .meta .data_term_no_bg span[data-term-id^="*"], .headline.horiz .meta .data_term_no_bg span[data-term-id], .headline.horiz .meta .data_term_no_bg span[data-term-id^="*"], .news-listing.vbox .meta .data_term_no_bg span[data-term-id], .news-listing.vbox .meta .data_term_no_bg span[data-term-id^="*"], .news-listing.horiz .meta .data_term_no_bg span[data-term-id], .news-listing.horiz .meta .data_term_no_bg span[data-term-id^="*"], .top-news-listing.vbox .meta .data_term_no_bg span[data-term-id], .top-news-listing.vbox .meta .data_term_no_bg span[data-term-id^="*"], .top-news-listing.horiz .meta .data_term_no_bg span[data-term-id], .top-news-listing.horiz .meta .data_term_no_bg span[data-term-id^="*"] {
  padding: 0 10px 4px;
  font-weight: 600;
  background: transparent;
  display: inline-block;
}
.headline.vbox .meta h4, .headline.horiz .meta h4, .news-listing.vbox .meta h4, .news-listing.horiz .meta h4, .top-news-listing.vbox .meta h4, .top-news-listing.horiz .meta h4 {
  margin-top: 0;
  padding-bottom: 7px;
}
.headline.vbox .meta.no_single_category h1, .headline.vbox .meta.no_single_category h2, .headline.vbox .meta.no_single_category h3, .headline.vbox .meta.no_single_category h4, .headline.vbox .meta.no_single_category h5, .headline.vbox .meta.no_single_category span, .headline.vbox .meta.no_single_category p, .headline.horiz .meta.no_single_category h1, .headline.horiz .meta.no_single_category h2, .headline.horiz .meta.no_single_category h3, .headline.horiz .meta.no_single_category h4, .headline.horiz .meta.no_single_category h5, .headline.horiz .meta.no_single_category span, .headline.horiz .meta.no_single_category p, .news-listing.vbox .meta.no_single_category h1, .news-listing.vbox .meta.no_single_category h2, .news-listing.vbox .meta.no_single_category h3, .news-listing.vbox .meta.no_single_category h4, .news-listing.vbox .meta.no_single_category h5, .news-listing.vbox .meta.no_single_category span, .news-listing.vbox .meta.no_single_category p, .news-listing.horiz .meta.no_single_category h1, .news-listing.horiz .meta.no_single_category h2, .news-listing.horiz .meta.no_single_category h3, .news-listing.horiz .meta.no_single_category h4, .news-listing.horiz .meta.no_single_category h5, .news-listing.horiz .meta.no_single_category span, .news-listing.horiz .meta.no_single_category p, .top-news-listing.vbox .meta.no_single_category h1, .top-news-listing.vbox .meta.no_single_category h2, .top-news-listing.vbox .meta.no_single_category h3, .top-news-listing.vbox .meta.no_single_category h4, .top-news-listing.vbox .meta.no_single_category h5, .top-news-listing.vbox .meta.no_single_category span, .top-news-listing.vbox .meta.no_single_category p, .top-news-listing.horiz .meta.no_single_category h1, .top-news-listing.horiz .meta.no_single_category h2, .top-news-listing.horiz .meta.no_single_category h3, .top-news-listing.horiz .meta.no_single_category h4, .top-news-listing.horiz .meta.no_single_category h5, .top-news-listing.horiz .meta.no_single_category span, .top-news-listing.horiz .meta.no_single_category p {
  padding-left: 0;
  padding-right: 0;
}
.headline.vbox .meta.no_single_category time, .headline.horiz .meta.no_single_category time, .news-listing.vbox .meta.no_single_category time, .news-listing.horiz .meta.no_single_category time, .top-news-listing.vbox .meta.no_single_category time, .top-news-listing.horiz .meta.no_single_category time {
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
}
.headline:hover h2, .news-listing:hover h2, .top-news-listing:hover h2 {
  color: #000;
}
.headline:hover h4, .news-listing:hover h4, .top-news-listing:hover h4 {
  color: #003767;
  font-weight: 700;
}
.headline:hover img, .news-listing:hover img, .top-news-listing:hover img {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -ms-filter: brightness(120%);
}
.headline:hover h3, .news-listing:hover h3, .top-news-listing:hover h3 {
  color: #003767;
}
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline span, .headline p, .news-listing h1, .news-listing h2, .news-listing h3, .news-listing h4, .news-listing h5, .news-listing span, .news-listing p, .top-news-listing h1, .top-news-listing h2, .top-news-listing h3, .top-news-listing h4, .top-news-listing h5, .top-news-listing span, .top-news-listing p {
  padding: 0 10px 15px;
  font-weight: 600;
  margin: 0;
}
.headline h3, .news-listing h3, .top-news-listing h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .headline h3, .news-listing h3, .top-news-listing h3 {
    font-size: 16px;
  }
}
.headline h3 a, .news-listing h3 a, .top-news-listing h3 a {
  color: inherit;
}
.headline h3:hover, .news-listing h3:hover, .top-news-listing h3:hover {
  color: #003767;
}
.headline h4, .news-listing h4, .top-news-listing h4 {
  font-size: 18px;
  /*font-weight: 600;*/
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .headline h4, .news-listing h4, .top-news-listing h4 {
    font-size: 16px;
  }
}
.headline h4 a, .news-listing h4 a, .top-news-listing h4 a {
  color: inherit;
  font-weight: inherit;
}
.headline h4:hover, .news-listing h4:hover, .top-news-listing h4:hover {
  color: #003767;
  font-weight: 700;
}
.headline time, .news-listing time, .top-news-listing time {
  padding: 0 10px;
  color: #4d4d4d;
  font-weight: 400;
  position: relative;
  display: inline-flex;
  /*align-items: center;*/
  font-size: 14px;
}
.headline time:before, .news-listing time:before, .top-news-listing time:before {
  content: "";
  background-image: url("../img/clock_blue.png");
  min-width: 23px;
  height: 21px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto;
  background-position: 0 4px;
}
.headline img:hover, .news-listing img:hover, .top-news-listing img:hover {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -ms-filter: brightness(120%);
}
.headline .headline_date, .news-listing .headline_date, .top-news-listing .headline_date {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
}
.headline .headline_date img, .news-listing .headline_date img, .top-news-listing .headline_date img {
  margin-right: 9px;
}
.headline .feature-image, .news-listing .feature-image, .top-news-listing .feature-image {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.headline.horiz {
  background: #0a0a0a;
  color: #fff;
}
.headline.horiz p {
  color: #fff;
}
.headline.horiz .readmore {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.headline.horiz .readmore i {
  margin-left: 10px;
}
.headline.horiz .readmore.readmore_plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto;
  left: auto;
  color: #fff;
  display: flex;
  line-height: normal;
}
.headline.horiz:hover h2 {
  color: #fff;
}
.headline.horiz h2 {
  line-height: 1.3;
}
.headline.horiz h2 a {
  color: inherit;
  text-decoration: none;
}
.headline.horiz h2 a:hover {
  text-decoration: underline;
}

.news-listing {
  margin: 12px 0;
  /*    &.vbox {
          min-height: 355px; // Temp fix
          max-height: 355px; // Temp fix
      }*/
}
@media only screen and (max-width: 575px) {
  .news-listing {
    margin: 10px 0;
  }
}
.news-listing.horiz {
  align-items: center;
}
.news-listing.horiz h1, .news-listing.horiz h2, .news-listing.horiz h3, .news-listing.horiz h4, .news-listing.horiz h5, .news-listing.horiz span, .news-listing.horiz p {
  padding: 10px 0 7px 0;
}
.news-listing.horiz time {
  padding: 0;
  text-transform: capitalize;
}
.news-listing.horiz img {
  /*min-width: 300px;*/
}
.news-listing.horiz .feature-image {
  flex: none;
  width: 274px;
}
.news-listing.horiz .feature-image img {
  height: 183px;
}
@media only screen and (max-width: 575px) {
  .news-listing.horiz .feature-image {
    width: 100%;
  }
  .news-listing.horiz .feature-image img {
    height: 250px;
  }
}
.news-listing.horiz .meta {
  /*flex: 1;*/
  padding: 20px;
}
@media only screen and (max-width: 575px) {
  .news-listing.horiz .meta {
    padding: 7px 10px 0;
  }
}
.news-listing img {
  height: 214px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 575px) {
  .news-listing img {
    height: 250px;
  }
}

.menu-trending .column {
  padding: 0rem 1rem;
}
.menu-trending .news-listing {
  padding: 0px;
}
.menu-trending .news-listing img {
  width: 100%;
}

.fullwidth-container {
  background: #0a0a0a;
}
.fullwidth-container.contrast .news-listing {
  background: transparent;
  color: #fff;
}

.height-content .news-listing {
  min-height: min-content;
  max-height: max-content;
}

.top--box-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.6rem;
}

.bg-grey .top--box-title {
  color: #000;
  margin-bottom: 10px;
}

/** 
*   Category Term Listing
*/
.posts-terms-listing .news-listing.vbox {
  min-height: min-content;
}

/**
*   Gravity Form : In Content
*/
.grav-email-form {
  padding: 2rem;
  color: #fff;
}
.grav-email-form .validation_error, .grav-email-form .gform_wrapper .gfield_error .gfield_label, .grav-email-form .validation_message {
  color: #fff !important;
}
.grav-email-form .gform_confirmation_wrapper {
  margin: 0 auto;
}
.grav-email-form form {
  text-align: center;
}
.grav-email-form .gform_wrapper form {
  text-align: center;
}
.grav-email-form .gform_wrapper form label.gfield_label {
  font-size: 1.2rem;
}
.grav-email-form .gform_wrapper form .ginput_container_email input {
  text-align: center;
  font-size: 1.2rem !important;
  font-weight: 600;
  padding: 0.6rem 1.8rem !important;
}
.grav-email-form .gform_wrapper .gform_footer input[type=submit] {
  cursor: pointer;
  padding: 0.6rem 1.2rem;
  outline: none;
  background: #0a0a0a;
  border: 2px solid #fff;
  color: #fff;
}

/*
*   Primary Single Post Visual Differentiation Testing
*/
body.single {
  /*    #primary {
          background: #fffffe;
          box-shadow: 0px 0px 10px rgba(220,220,220,0.8);
      }*/
}
body.single .entry-meta span, body.single .entry-meta a, body.single .entry-meta time {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  body.single .entry-meta span, body.single .entry-meta a, body.single .entry-meta time {
    font-size: 14px;
  }
}
body.single .entry-meta .posted-on {
  display: block;
}
body.single .entry-meta .posted-on a {
  text-decoration: none;
  /*                time {
                      text-transform: capitalize;


                      &.entry-date {
                          &:before {
                              display: inline-block;
                              margin-right: 5px;
                              content: "Publié: ";
                          }
                      }

                      &.updated {
                          &:before {
                              display: inline-block;
                              margin-right: 5px;
                              content: "Mise à jour: ";
                          }
                      }
                  }*/
}
body.single .entry-meta .posted-on a time {
  position: relative;
}
body.single .entry-meta .posted-on a time:before {
  content: "";
  background-image: url(../img/clock_blue.png);
  min-width: 23px;
  height: 15px;
  margin-bottom: -2px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
body.single .entry-meta .byline {
  display: block;
}
body.single .entry-meta .byline > a {
  text-decoration: none;
  vertical-align: middle;
}
body.single .entry-meta .byline > a img {
  height: 65px;
  width: 65px;
  object-fit: cover;
  object-position: top;
}
body.single .entry-meta .byline span {
  font-weight: 600;
}
body.single .entry-meta .byline span a {
  text-decoration: none;
  font-weight: 700;
}

/*
*   Articles (single post text ajustments) 
*/
figure .wp-caption-text {
  margin: 0 !important;
  background: rgba(4, 4, 4, 0.9);
  color: #fff;
  font-size: 0.9rem;
  padding: 0.65rem 1rem;
}

/*
*   Post (Next/Prev)
*/
.post-nav {
  text-align: center;
}
.post-nav .nav-links {
  display: block;
}
.post-nav .nav-links .nav-previous, .post-nav .nav-links .nav-next {
  flex: none;
  display: inline-block;
  margin: 1rem 0.5rem;
}
.post-nav .nav-links .nav-previous a, .post-nav .nav-links .nav-next a {
  display: block;
  color: #fff;
  padding: 1rem 0.5rem;
  background: #0a0a0a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.post-nav .nav-links .nav-previous a:hover, .post-nav .nav-links .nav-next a:hover {
  background: #1a77b9;
}

/*
*   Footer
*/
#colophon {
  margin-top: 0;
  background: #0a0a0a;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 575px) {
  #colophon {
    padding: 15px 5px;
  }
  #colophon .container {
    padding-top: 0;
    padding-bottom: 15px;
  }
  #colophon .footer-sponsors a {
    display: block;
    text-align: center;
  }
}
#colophon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon ul li {
  display: inline-block;
}
#colophon ul li a {
  color: #fff;
  text-decoration: none;
}
#colophon ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  #colophon ul.socials {
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  #colophon ul.socials {
    text-align: center;
  }
  #colophon ul.socials li a {
    padding: 8px 14px;
  }
}
#colophon .service-menu-navigation {
  /*@media only screen and (min-width: $size-md) {*/
  /*}*/
}
@media only screen and (max-width: 767px) {
  #colophon .service-menu-navigation {
    text-align: center;
  }
}
#colophon .service-menu-navigation li:last-child::after {
  content: none;
}
#colophon .service-menu-navigation li::after {
  content: " | ";
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #colophon .service-menu-navigation a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  #colophon .site-info .columns {
    flex-direction: column-reverse;
  }
}
#colophon .site-info ul li {
  font-size: 0.8rem;
}
#colophon .site-info ul li:first-child::after {
  content: " | ";
  color: #fff;
}
#colophon .menu-pied-de-page-container {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #colophon .menu-pied-de-page-container {
    text-align: center;
    margin-bottom: 10px;
  }
}
#colophon p {
  color: #fff;
}
#colophon p.copyright {
  margin: 0;
  font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
  #colophon p.copyright {
    text-align: center;
  }
}
#colophon .footer-nav {
  background: #0a0a0a;
}
#colophon .logo-brand {
  /*        @media only screen and (max-width: $size-md) {
              text-align: center;
              padding: 1rem;
          }*/
}
@media only screen and (max-width: 575px) {
  #colophon .logo-brand {
    text-align: center;
    padding: 15px 0;
  }
}

aside {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  aside {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  aside {
    margin: 25px 0px;
  }
}
@media only screen and (max-width: 991px) {
  aside {
    margin: 25px 0px;
  }
}

/* Home Page Aside Elements */
@media only screen and (max-width: 991px) {
  .side-article {
    text-align: center;
  }
  .side-article .column {
    margin-left: auto;
    margin-right: auto;
  }
}
.side-article .more {
  text-align: right;
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .side-article .more {
    text-align: center;
    margin-top: 5px;
  }
}
.side-article .more a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

/* Every Ultra Specific Page Exceptions */
/*
*   404 Page
*/
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 1.6rem;
}
.error-404 ul {
  margin: 0;
}
.error-404 .page-header {
  text-align: center;
}
.error-404 .error-404-entrytext {
  text-align: center;
  margin-bottom: 2rem;
}
.error-404 .error-404-entrytext .search-form label input[type=search] {
  width: 325px;
}
.error-404 .error-404-entrytext .search-form label input[type=submit] {
  line-height: max-content;
}

/* ETC Listing */
.box-etc {
  position: relative;
  margin-bottom: 10px;
  height: 640px;
}
.box-etc .feature-image {
  position: relative;
}
.box-etc .meta {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  /* TODO - Change Dev Color */
  width: 100%;
  padding-top: 0px !important;
}
.box-etc .meta h4 {
  color: #fff;
  /* TODO - Change Dev Color */
}
.box-etc .news-listing img {
  height: 640px;
  object-fit: cover;
}
.box-etc .news-listing.vbox {
  min-height: min-content;
  max-height: max-content;
}

/**
 * Single page job and job listing page
 */
.single-job_listing input.application_button,
.single-job_listing input[type=submit],
form.job_filters input.application_button,
form.job_filters input[type=submit] {
  display: block;
  color: #fff;
  padding: 1rem 0.5rem;
  background: #0a0a0a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0;
}
.single-job_listing input.application_button:hover,
.single-job_listing input[type=submit]:hover,
form.job_filters input.application_button:hover,
form.job_filters input[type=submit]:hover {
  background: #ff6600;
}
.single-job_listing div.search_submit,
form.job_filters div.search_submit {
  float: right;
}
.single-job_listing .company .name,
form.job_filters .company .name {
  padding: 0 0 0 3em;
}
.single-job_listing .company img,
form.job_filters .company img {
  width: 6em;
  object-fit: contain;
}

/**
 * Jobs Listing
 */
ul.job_listings li.job_listing.type-job_listing a,
ul.job_listings li.job_listing.indeed_job_listing a {
  min-height: 115px;
}
ul.job_listings li.job_listing.type-job_listing a img.company_logo,
ul.job_listings li.job_listing.indeed_job_listing a img.company_logo {
  height: 84px;
  width: 84px;
  object-fit: contain;
}
ul.job_listings li.job_listing.type-job_listing a div.position,
ul.job_listings li.job_listing.indeed_job_listing a div.position {
  padding: 0 0 0 80px;
}

/**
 * Zone Plus Styling
 */
.category-zone-plus h1 a.page-title-etc-link svg, .single-zone-plus h1 a.page-title-etc-link svg {
  width: 100%;
}
.category-zone-plus .zone-plus-menu a, .single-zone-plus .zone-plus-menu a {
  width: 145px;
}
@media screen and (min-width: 1280px) {
  .category-zone-plus .zone-plus-menu a, .single-zone-plus .zone-plus-menu a {
    width: 170px;
  }
}
.category-zone-plus .post-image, .single-zone-plus .post-image {
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.category-zone-plus .post-image img, .single-zone-plus .post-image img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
.category-zone-plus .post-image .post-meta, .single-zone-plus .post-image .post-meta {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #fff;
}
.category-zone-plus .post-image .post-meta.contenu-de-partenaires, .single-zone-plus .post-image .post-meta.contenu-de-partenaires {
  background-color: rgba(206, 160, 116, 0.8);
}
.category-zone-plus .post-image .post-meta.la-voix-des-affaires, .single-zone-plus .post-image .post-meta.la-voix-des-affaires {
  background-color: rgba(25, 61, 108, 0.8);
}
.category-zone-plus .pub-columns > div,
.category-zone-plus .pub-columns > a, .single-zone-plus .pub-columns > div,
.single-zone-plus .pub-columns > a {
  margin-left: auto;
  margin-right: auto;
}
.category-zone-plus .block-info, .single-zone-plus .block-info {
  margin-bottom: 5px;
}
.category-zone-plus .block-info.block-info-pub > div, .single-zone-plus .block-info.block-info-pub > div {
  background: #676767;
  position: relative;
  padding: 7.5px;
  height: 100%;
  min-height: 350px;
  margin-bottom: 5px;
}
.category-zone-plus .block-info.block-info-pub > div > div, .category-zone-plus .block-info.block-info-pub > div > a, .single-zone-plus .block-info.block-info-pub > div > div, .single-zone-plus .block-info.block-info-pub > div > a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 250px;
  width: 300px;
}
.category-zone-plus .block-info.block-info-facebook .block-img::after, .single-zone-plus .block-info.block-info-facebook .block-img::after {
  display: block;
  content: " ";
  width: 100%;
  height: 278px;
  max-height: 278px;
  background: url(../img/zone-plus/fb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
}
.category-zone-plus .block-info.block-info-facebook a, .single-zone-plus .block-info.block-info-facebook a {
  text-decoration: none;
}
.category-zone-plus .block-info.block-info-facebook .block-text, .single-zone-plus .block-info.block-info-facebook .block-text {
  background-color: #3964bd;
  font-size: 1.2rem;
  padding: 15px 105px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.category-zone-plus .block-info.block-info-facebook .block-text:hover, .single-zone-plus .block-info.block-info-facebook .block-text:hover {
  background: #676767;
}
.category-zone-plus .block-info.block-info-more a, .single-zone-plus .block-info.block-info-more a {
  position: relative;
  padding: 40px;
  background: #999999;
  color: #fff;
  text-decoration: none;
  height: 100%;
  display: block;
  text-align: center;
}
.category-zone-plus .block-info.block-info-more a span, .single-zone-plus .block-info.block-info-more a span {
  background-color: #700ea3;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.375rem;
  position: absolute;
  left: 75px;
  right: 75px;
  top: 55px;
  bottom: 55px;
  padding: 65px;
}
.category-zone-plus .block-info.block-info-more a span:hover, .single-zone-plus .block-info.block-info-more a span:hover {
  background-color: #676767;
}

/**
 * ETC styling
 */
.category-etc {
  /* Temp holiday color */
  /* ETC Grid Zurb */
  /* ETC side listing (Chronique) */
  /* ETC Grid Block */
  /*********************************************************************************/
  /* Rule for First Article in Listing */
}
.category-etc .pub-columns > div,
.category-etc .pub-columns > a {
  margin-left: auto;
  margin-right: auto;
}
.category-etc #Etc_logo .st0 {
  fill: #676766;
}
.category-etc #Etc_logo .st1 {
  fill: #333333;
}
.category-etc .dans-votre-nature #Etc_logo .logo-text, .category-etc .category-dans-votre-nature #Etc_logo .logo-text {
  fill: #0b7621 !important;
}
.category-etc .genealogie #Etc_logo .logo-text, .category-etc .category-genealogie #Etc_logo .logo-text {
  fill: #0da19c !important;
}
.category-etc .insolite #Etc_logo .logo-text, .category-etc .category-insolite #Etc_logo .logo-text {
  fill: #700ea3 !important;
}
.category-etc .finance #Etc_logo .logo-text, .category-etc .category-finance #Etc_logo .logo-text {
  fill: #0da19c !important;
}
.category-etc .styledevie #Etc_logo .logo-text, .category-etc .category-styledevie #Etc_logo .logo-text {
  fill: #3964bd !important;
}
.category-etc .sante-mieux-etre #Etc_logo .logo-text, .category-etc .category-sante-mieux-etre #Etc_logo .logo-text {
  fill: #c71e8a !important;
}
.category-etc .alimentation #Etc_logo .logo-text, .category-etc .recettes #Etc_logo .logo-text, .category-etc .category-alimentation #Etc_logo .logo-text {
  fill: #c7560c !important;
}
.category-etc .cinema-showbizz #Etc_logo .logo-text, .category-etc .category-cinema-showbizz #Etc_logo .logo-text {
  fill: #b40c0c !important;
}
.category-etc .gensdici #Etc_logo .logo-text, .category-etc .category-gensdici #Etc_logo .logo-text {
  fill: #c2a60b !important;
}
.category-etc .etc-menu {
  text-align: center;
}
.category-etc .etc-menu a {
  display: inline-block;
  position: relative;
  max-width: 145px;
  max-height: 145px;
  width: 20%;
  /* ajust */
  vertical-align: top !important;
  overflow: hidden;
}
.category-etc .etc-menu a svg .st0 {
  fill: #FFFFFF !important;
}
@media screen and (max-width: 640px) {
  .category-etc .etc-menu a {
    margin: 5px;
  }
}
@media screen and (min-width: 640px) {
  .category-etc .etc-menu a {
    margin: 10px 7px;
  }
}
.category-etc .etc-menu a span {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2em;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .category-etc .etc-menu a span {
    font-size: 9px;
  }
}
@media screen and (min-width: 640px) {
  .category-etc .etc-menu a span {
    font-size: 12px;
  }
}
.category-etc .etc-menu a > #dans-votre-nature, .category-etc .etc-menu a > #cinema-showbizz, .category-etc .etc-menu a > #alimentation, .category-etc .etc-menu a > #sante-mieux-etre, .category-etc .etc-menu a > #genealogie, .category-etc .etc-menu a > #gensdici, .category-etc .etc-menu a > #insolite, .category-etc .etc-menu a > #finance, .category-etc .etc-menu a > #styledevie {
  max-width: 145px;
  max-height: 145px;
  /** For Responsiveness **/
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /** **/
  background-color: grey;
  -webkit-filter: brightness(80%);
  /* Chrome, Safari, Opera */
  filter: brightness(80%);
  position: relative;
}
.category-etc .etc-menu a > #dans-votre-nature:hover, .category-etc .etc-menu a > #cinema-showbizz:hover, .category-etc .etc-menu a > #alimentation:hover, .category-etc .etc-menu a > #sante-mieux-etre:hover, .category-etc .etc-menu a > #genealogie:hover, .category-etc .etc-menu a > #gensdici:hover, .category-etc .etc-menu a > #insolite:hover, .category-etc .etc-menu a > #finance:hover, .category-etc .etc-menu a > #styledevie:hover {
  -webkit-filter: brightness(100%);
  /* Chrome, Safari, Opera */
  filter: brightness(100%);
}
.category-etc .etc-menu a.dans-votre-nature span {
  color: #0b7621;
}
.category-etc .etc-menu a.dans-votre-nature svg {
  background-color: #0b7621 !important;
}
.category-etc .etc-menu a.cinema-showbizz span {
  color: #b40c0c;
}
.category-etc .etc-menu a.cinema-showbizz svg {
  background-color: #b40c0c !important;
}
.category-etc .etc-menu a.celebrons-les-fetes span {
  color: #1e733c;
}
.category-etc .etc-menu a.celebrons-les-fetes svg {
  background-color: #1e733c !important;
}
.category-etc .etc-menu a.alimentation span {
  color: #c7560c;
}
.category-etc .etc-menu a.alimentation svg {
  background-color: #c7560c !important;
}
.category-etc .etc-menu a.sante-mieux-etre span {
  color: #c71e8a;
}
.category-etc .etc-menu a.sante-mieux-etre svg {
  background-color: #c71e8a !important;
}
.category-etc .etc-menu a.genealogie span {
  color: #0da19c;
}
.category-etc .etc-menu a.genealogie svg {
  background-color: #0da19c !important;
}
.category-etc .etc-menu a.gensdici span {
  color: #c2a60b;
}
.category-etc .etc-menu a.gensdici svg {
  background-color: #c2a60b !important;
}
.category-etc .etc-menu a.insolite span {
  color: #700ea3;
}
.category-etc .etc-menu a.insolite svg {
  background-color: #700ea3 !important;
}
.category-etc .etc-menu a.finance span {
  color: #0da19c;
}
.category-etc .etc-menu a.finance svg {
  background-color: #0da19c !important;
}
.category-etc .etc-menu a.styledevie span {
  color: #3964bd;
}
.category-etc .etc-menu a.styledevie svg {
  background-color: #3964bd !important;
}
.category-etc.single-etc .by_and_social_share_main {
  border-top: none;
  border-bottom: none;
  margin: 0;
}
.category-etc.single-etc .entry-content {
  margin: 0;
}
.category-etc .etc-post, .category-etc.single-etc {
  /***/
  /***/
  /***/
  /***/
  /***/
  /***/
  /***/
  /***/
  /***/
}
.category-etc .etc-post .etc, .category-etc.single-etc .etc {
  background-color: rgba(17, 17, 17, 0.8);
}
.category-etc .etc-post .dans-votre-nature, .category-etc.single-etc .dans-votre-nature {
  background-color: rgba(11, 118, 33, 0.8);
}
.category-etc .etc-post .cinema-showbizz, .category-etc.single-etc .cinema-showbizz {
  background-color: rgba(180, 12, 12, 0.8);
}
.category-etc .etc-post .celebrons-les-fetes, .category-etc.single-etc .celebrons-les-fetes {
  background-color: rgba(30, 115, 60, 0.8);
}
.category-etc .etc-post .alimentation, .category-etc .etc-post .recettes, .category-etc .etc-post .amuse-gueules, .category-etc .etc-post .plats-principaux, .category-etc .etc-post .entrees, .category-etc .etc-post .desserts, .category-etc .etc-post .breuvages, .category-etc.single-etc .alimentation, .category-etc.single-etc .recettes, .category-etc.single-etc .amuse-gueules, .category-etc.single-etc .plats-principaux, .category-etc.single-etc .entrees, .category-etc.single-etc .desserts, .category-etc.single-etc .breuvages {
  background-color: rgba(199, 86, 12, 0.8);
}
.category-etc .etc-post .sante-mieux-etre, .category-etc.single-etc .sante-mieux-etre {
  background-color: rgba(199, 30, 138, 0.8);
}
.category-etc .etc-post .genealogie, .category-etc.single-etc .genealogie {
  background-color: rgba(13, 161, 156, 0.8);
}
.category-etc .etc-post .gensdici, .category-etc.single-etc .gensdici {
  background-color: rgba(194, 166, 11, 0.8);
}
.category-etc .etc-post .insolite, .category-etc.single-etc .insolite {
  background-color: rgba(112, 14, 163, 0.8);
}
.category-etc .etc-post .finance, .category-etc.single-etc .finance {
  background-color: rgba(13, 161, 156, 0.8);
}
.category-etc .etc-post .styledevie, .category-etc.single-etc .styledevie {
  background-color: rgba(57, 100, 189, 0.8);
}
.category-etc .news {
  display: block;
  position: relative;
  clear: both;
}
.category-etc .news > a {
  width: 500px;
  display: block;
  position: relative;
}
.category-etc .etc-grid-item {
  padding: 7.5px !important;
  height: 100%;
}
.category-etc .etc-chronique-listing article {
  margin-bottom: 30px;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-author {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #5c5c5c;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  /***/
  /***/
  /***/
  /***/
  /***/
  /***/
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.etc {
  color: #111111;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.dans-votre-nature {
  color: #0b7621;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.cinema-showbizz {
  color: #b40c0c;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.celebrons-les-fetes {
  color: #1e733c;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.alimentation, .category-etc .etc-chronique-listing article .etc-chronique-listing-cat .recettes {
  color: #c7560c;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.sante-mieux-etre {
  color: #c71e8a;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.genealogie {
  color: #0da19c;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.gensdici {
  color: #c2a60b;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.insolite {
  color: #700ea3;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.finance {
  color: #0da19c;
}
.category-etc .etc-chronique-listing article .etc-chronique-listing-cat.styledevie {
  color: #3964bd;
}
.category-etc .etc-chronique-listing article h3 a {
  color: #5c5c5c;
  font-size: 1.125rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
}
.category-etc .etc-chronique-listing .cl-1 {
  float: left;
  max-width: 25%;
}
.category-etc .etc-chronique-listing .cl-1 .post-etc-author {
  display: inline-block;
  height: 69px;
  width: 69px;
  background-size: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.category-etc .etc-chronique-listing .cl-2 {
  width: 75%;
  float: left;
}
.category-etc .block-info > a {
  display: block;
  text-decoration: none;
}
.category-etc .block-info.block-info-article img {
  width: 100%;
}
.category-etc .block-info.block-info-newsletter {
  text-align: center;
}
.category-etc .block-info.block-info-newsletter .newsletter-wrapper {
  height: 351px;
}
.category-etc .block-info.block-info-newsletter .block-img {
  /* padding: 59px 45px; */
  display: inline-block;
}
.category-etc .block-info.block-info-newsletter .block-img::after {
  display: inline-block;
  content: url("../../assets/img/etc/newsletter-h.png");
  padding: 59px 45px;
  background: #676767;
  border-radius: 50%;
}
.category-etc .block-info.block-info-newsletter .block-text {
  background-color: #b40c0c;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 25px;
  position: relative;
  width: 85%;
  margin: 0 auto;
  bottom: -20px;
}
.category-etc .block-info.block-info-newsletter .front, .category-etc .block-info.block-info-newsletter .back {
  left: 0;
  padding: 7px;
}
.category-etc .block-info.block-info-newsletter .front {
  cursor: pointer;
  background: #999999;
}
.category-etc .block-info.block-info-newsletter .front .block-text:hover {
  background: #676767;
}
.category-etc .block-info.block-info-newsletter .back {
  background: #b40c0c;
  padding: 15px 20px;
  text-align: center;
  /*
  * ETC - Infolettre Gravity Form
  */
}
.category-etc .block-info.block-info-newsletter .back .block-img-back::after {
  margin-top: 0px;
  content: url("../../assets/img/etc/newsletter-h.png");
  display: inline-block;
  text-align: center;
}
.category-etc .block-info.block-info-newsletter .back .block-text {
  background: #999999;
}
.category-etc .block-info.block-info-newsletter .back .block-text:hover {
  background: #333333;
}
.category-etc .block-info.block-info-newsletter .back input[type=email] {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
}
.category-etc .block-info.block-info-newsletter .back .validation_error {
  display: none !important;
}
.category-etc .block-info.block-info-newsletter .back .gfield_label {
  display: none !important;
}
.category-etc .block-info.block-info-newsletter .back .gfield_description {
  text-align: center;
}
.category-etc .block-info.block-info-newsletter .back #gform_confirmation_message_8 {
  color: #ffffff;
}
.category-etc .block-info.block-info-newsletter .back #gform_wrapper_8 {
  margin: 0px;
  max-width: 100%;
}
.category-etc .block-info.block-info-newsletter .back #gform_wrapper_8 input {
  margin: 0px;
  width: 100%;
  text-align: center;
}
.category-etc .block-info.block-info-newsletter .back #gform_wrapper_8 .gform_footer {
  margin: 0px;
}
.category-etc .block-info.block-info-newsletter .back #gform_wrapper_8 .gform_footer > a {
  text-decoration: none;
}
.category-etc .block-info.block-info-more a {
  background: #999999;
  height: 351px;
}
.category-etc .block-info.block-info-more .block-img::after {
  display: block;
  content: " ";
  width: 100%;
  height: 214px;
  max-height: 214px;
  background: url("../../assets/img/etc/more.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%;
}
.category-etc .block-info.block-info-more .block-text {
  background-color: #700ea3;
  font-size: 2rem;
  padding: 25px 0px;
  width: 85%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.375rem;
}
.category-etc .block-info.block-info-more .block-text:hover {
  background: #676767;
}
.category-etc .block-info.block-info-facebook a {
  background: #999999;
  height: 351px;
}
.category-etc .block-info.block-info-facebook .block-img::after {
  display: block;
  content: " ";
  width: 100%;
  height: 278px;
  max-height: 278px;
  background: url("../../assets/img/etc/fb.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%;
}
.category-etc .block-info.block-info-facebook .block-text {
  background-color: #3964bd;
  font-size: 1.3125rem;
  padding: 15px 80px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.category-etc .block-info.block-info-facebook .block-text:hover {
  background: #676767;
}
.category-etc .block-info.block-info-recipe a {
  background: #999999;
  height: 351px;
}
.category-etc .block-info.block-info-recipe .block-img::after {
  display: block;
  content: " ";
  width: 100%;
  height: 214px;
  max-height: 214px;
  background: url("../../assets/img/etc/recette.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%;
}
.category-etc .block-info.block-info-recipe .block-text {
  background-color: #c7560c;
  font-size: 2rem;
  padding: 25px 0px;
  width: 85%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.375rem;
}
.category-etc .block-info.block-info-recipe .block-text:hover {
  background: #676767;
}
.category-etc .block-info.block-info-pub > div {
  height: 351px;
  background: #676767;
  position: relative;
  text-align: center;
}
.category-etc .block-info.block-info-pub > div > div, .category-etc .block-info.block-info-pub > div > a > img {
  margin-top: auto;
  margin-bottom: auto;
  padding: 50px 0px;
}
.category-etc .block-info .block-text {
  text-align: center;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 1em;
}
.category-etc .etc-post > a {
  display: block;
  height: 100%;
}
.category-etc .etc-post .post-title, .category-etc .etc-post .etc-sub-cat {
  color: #fff;
}
.category-etc .etc-post .etc-sub-cat {
  font-size: 0.875rem;
}
.category-etc .etc-post .post-title {
  font-size: 1.25rem;
  line-height: 1.2em;
  margin: 5px 0;
}
@media screen and (max-width: 991px) {
  .category-etc .etc-post .post-title {
    font-size: 1rem;
  }
}
.category-etc .etc-post .post-image {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.category-etc .etc-post .post-image a {
  width: 100%;
}
.category-etc .etc-post .post-image img {
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  position: static;
  object-fit: cover;
}
.category-etc .etc-post .post-meta {
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 5px;
}
.category-etc .etc-post .post-meta .cl-1, .category-etc .etc-post .post-meta .cl-2 {
  display: inline-block;
}
.category-etc .etc-post .post-meta .cl-1 {
  max-width: 25%;
  float: left;
}
.category-etc .etc-post .post-meta .cl-2 {
  width: 75%;
  float: left;
}
.category-etc .etc-post .featured-image {
  position: relative;
  z-index: -1;
}
.category-etc .etc-post svg {
  width: 50px;
  height: 50px;
  padding: 6.5px;
  margin: 6.5px;
}
.category-etc .etc-post svg .st0, .category-etc .etc-post svg st1 {
  fill: #fff !important;
}
@media screen and (min-width: 640px) {
  .category-etc .etc-grid-first-article .etc-sub-cat {
    font-size: 1rem;
  }
  .category-etc .etc-grid-first-article .post-title {
    font-size: 1.5rem;
  }
  .category-etc .etc-grid-first-article svg {
    width: 65px !important;
    height: 65px !important;
  }
}
.category-etc .review-type-star {
  padding: 0px;
}
.category-etc .review-type-star i {
  font-size: 21px;
}
.category-etc .single-etc #breadcrumbs, .category-etc .category-etc #breadcrumbs {
  border-bottom: 1px solid #000;
}
.category-etc .single-etc #breadcrumbs .breaker, .category-etc .category-etc #breadcrumbs .breaker {
  background-image: none;
}
.category-etc .single-etc #breadcrumbs .breaker::before, .category-etc .category-etc #breadcrumbs .breaker::before {
  content: "/";
}
.category-etc .single-etc #breadcrumbs .breadcrumb_last, .category-etc .category-etc #breadcrumbs .breadcrumb_last {
  color: #000;
  font-weight: bold;
}
.category-etc.single-etc .featured-image, .category-etc .single-zone-plus .featured-image {
  margin-bottom: 12px;
  position: relative;
}
.category-etc.single-etc .featured-image h1, .category-etc .single-zone-plus .featured-image h1 {
  bottom: 0;
  margin: 0;
  padding: 10px 0px;
  width: 100%;
  line-height: 1.2em;
}
.category-etc.single-etc .entry-title, .category-etc .single-zone-plus .entry-title {
  font-weight: bold;
  color: #242422;
  font-size: 1.375rem;
}
@media screen and (min-width: 640px) {
  .category-etc.single-etc .entry-title, .category-etc .single-zone-plus .entry-title {
    font-size: 2.75rem;
  }
}
.category-etc.single-etc.single-etc-recipe .entry-content h3, .category-etc .single-zone-plus.single-etc-recipe .entry-content h3 {
  color: #242422;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .category-etc.single-etc.single-etc-recipe .entry-content h3, .category-etc .single-zone-plus.single-etc-recipe .entry-content h3 {
    font-size: 1.75rem;
  }
}
.category-etc.single-etc.single-etc-recipe .wpcf-field-wysiwyg .sharedaddy, .category-etc .single-zone-plus.single-etc-recipe .wpcf-field-wysiwyg .sharedaddy {
  display: none !important;
}
.category-etc.single-etc .recipe-info-times, .category-etc .single-zone-plus .recipe-info-times {
  padding: 17px 14px;
  background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .category-etc.single-etc .recipe-info-times, .category-etc .single-zone-plus .recipe-info-times {
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .category-etc.single-etc .recipe-info-times, .category-etc .single-zone-plus .recipe-info-times {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
  }
}
.category-etc.single-etc #jp-relatedposts, .category-etc .single-zone-plus #jp-relatedposts {
  display: none !important;
}
.category-etc.single-etc .sd-button, .category-etc .single-zone-plus .sd-button {
  background: #5c5c5c !important;
}
.category-etc.single-etc .post-etc-author, .category-etc .single-zone-plus .post-etc-author {
  display: inline-block;
  height: 69px;
  width: 69px;
  background-size: 69px;
  border-radius: 50%;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.category-etc.single-etc .post-etc-author-name, .category-etc .single-zone-plus .post-etc-author-name {
  color: #5c5c5c;
}
.category-etc.single-etc .post-etc-author-name::after, .category-etc .single-zone-plus .post-etc-author-name::after {
  content: "/";
  padding: 0px 10px;
}
.category-etc.single-etc .post-etc-author-metas, .category-etc .single-zone-plus .post-etc-author-metas {
  display: inline-block;
  vertical-align: middle;
}
.category-etc.single-etc .post-etc-author-meta, .category-etc .single-zone-plus .post-etc-author-meta {
  margin-bottom: 10px;
}
.category-etc.single-etc .post-etc-author-meta time, .category-etc .single-zone-plus .post-etc-author-meta time {
  display: block;
}
.category-etc.single-etc .post-etc-author-meta time, .category-etc.single-etc .post-etc-author-meta span, .category-etc .single-zone-plus .post-etc-author-meta time, .category-etc .single-zone-plus .post-etc-author-meta span {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bolder;
}
@media screen and (max-width: 640px) {
  .category-etc.single-etc .post-etc-author-meta .post-etc-author, .category-etc.single-etc .post-etc-author-meta .post-etc-author-name, .category-etc.single-etc .post-etc-author-meta .post-etc-author-meta-cat, .category-etc .single-zone-plus .post-etc-author-meta .post-etc-author, .category-etc .single-zone-plus .post-etc-author-meta .post-etc-author-name, .category-etc .single-zone-plus .post-etc-author-meta .post-etc-author-meta-cat {
    float: left;
  }
  .category-etc.single-etc .post-etc-author-meta .post-etc-author-name, .category-etc.single-etc .post-etc-author-meta .post-etc-author-meta-cat, .category-etc .single-zone-plus .post-etc-author-meta .post-etc-author-name, .category-etc .single-zone-plus .post-etc-author-meta .post-etc-author-meta-cat {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .category-etc.single-etc .entry-content .left-column-article .sharedaddy .sd-button, .category-etc .single-zone-plus .entry-content .left-column-article .sharedaddy .sd-button {
    background: #5c5c5c !important;
  }
}
@media screen and (min-width: 640px) {
  .category-etc.single-etc .entry-content .left-column-article .sharedaddy, .category-etc .single-zone-plus .entry-content .left-column-article .sharedaddy {
    display: none !important;
  }
}
.category-etc.single-etc span.post-etc-author-meta-cat, .category-etc .single-zone-plus span.post-etc-author-meta-cat {
  background: none !important;
  /***/
  /***/
  /***/
  /***/
  /***/
  /***/
}
.category-etc.single-etc span.post-etc-author-meta-cat.etc, .category-etc .single-zone-plus span.post-etc-author-meta-cat.etc {
  color: #111111;
}
.category-etc.single-etc span.post-etc-author-meta-cat.dans-votre-nature, .category-etc .single-zone-plus span.post-etc-author-meta-cat.dans-votre-nature {
  color: #0b7621;
}
.category-etc.single-etc span.post-etc-author-meta-cat.cinema-showbizz, .category-etc .single-zone-plus span.post-etc-author-meta-cat.cinema-showbizz {
  color: #b40c0c;
}
.category-etc.single-etc span.post-etc-author-meta-cat.celebrons-les-fetes, .category-etc .single-zone-plus span.post-etc-author-meta-cat.celebrons-les-fetes {
  color: #1e733c;
}
.category-etc.single-etc span.post-etc-author-meta-cat.alimentation, .category-etc.single-etc span.post-etc-author-meta-cat .recettes, .category-etc .single-zone-plus span.post-etc-author-meta-cat.alimentation, .category-etc .single-zone-plus span.post-etc-author-meta-cat .recettes {
  color: #c7560c;
}
.category-etc.single-etc span.post-etc-author-meta-cat.sante-mieux-etre, .category-etc .single-zone-plus span.post-etc-author-meta-cat.sante-mieux-etre {
  color: #c71e8a;
}
.category-etc.single-etc span.post-etc-author-meta-cat.genealogie, .category-etc .single-zone-plus span.post-etc-author-meta-cat.genealogie {
  color: #0da19c;
}
.category-etc.single-etc span.post-etc-author-meta-cat.gensdici, .category-etc .single-zone-plus span.post-etc-author-meta-cat.gensdici {
  color: #c2a60b;
}
.category-etc.single-etc span.post-etc-author-meta-cat.insolite, .category-etc .single-zone-plus span.post-etc-author-meta-cat.insolite {
  color: #700ea3;
}
.category-etc.single-etc span.post-etc-author-meta-cat.finance, .category-etc .single-zone-plus span.post-etc-author-meta-cat.finance {
  color: #0da19c;
}
.category-etc.single-etc span.post-etc-author-meta-cat.styledevie, .category-etc .single-zone-plus span.post-etc-author-meta-cat.styledevie {
  color: #3964bd;
}
.category-etc.single-etc .etc-block-element, .category-etc .single-zone-plus .etc-block-element {
  color: #fff;
  text-align: center;
  font-weight: bolder;
}
@media screen and (min-width: 180px) {
  .category-etc.single-etc .etc-block-element, .category-etc .single-zone-plus .etc-block-element {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 640px) {
  .category-etc.single-etc .etc-block-element, .category-etc .single-zone-plus .etc-block-element {
    padding: 31px 53px;
  }
}
@media screen and (min-width: 960px) {
  .category-etc.single-etc .etc-block-element, .category-etc .single-zone-plus .etc-block-element {
    padding: 21px 46px;
  }
}
.category-etc.single-etc .etc-block-element hr, .category-etc .single-zone-plus .etc-block-element hr {
  margin-top: 8px;
  margin-bottom: 6px;
}
.category-etc.single-etc .etc-block-element.author, .category-etc .single-zone-plus .etc-block-element.author {
  background: #b40c0c;
}
.category-etc.single-etc .etc-block-element.author .post-etc-author, .category-etc .single-zone-plus .etc-block-element.author .post-etc-author {
  display: block !important;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .category-etc.single-etc .etc-block-element.author .post-etc-author, .category-etc .single-zone-plus .etc-block-element.author .post-etc-author {
    width: 129px;
    height: 129px;
    background-size: 129px;
  }
}
.category-etc.single-etc .etc-block-element.contrib, .category-etc .single-zone-plus .etc-block-element.contrib {
  background: #c7560c;
}
.category-etc.single-etc .etc-block-element .etc-block-element-more, .category-etc .single-zone-plus .etc-block-element .etc-block-element-more {
  text-transform: uppercase;
}
@media screen and (min-width: 180px) {
  .category-etc.single-etc .etc-block-element .etc-block-element-more, .category-etc .single-zone-plus .etc-block-element .etc-block-element-more {
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .category-etc.single-etc .etc-block-element .etc-block-element-more, .category-etc .single-zone-plus .etc-block-element .etc-block-element-more {
    font-size: 1.75rem;
  }
}
.category-etc.single-etc .etc-block-element .etc-block-element-more::after, .category-etc .single-zone-plus .etc-block-element .etc-block-element-more::after {
  display: block;
  content: " ";
  background-image: url("../../assets/img/bottom-arrow.png");
  margin: 0 auto;
}
@media screen and (min-width: 180px) {
  .category-etc.single-etc .etc-block-element .etc-block-element-more::after, .category-etc .single-zone-plus .etc-block-element .etc-block-element-more::after {
    width: 12px;
    height: 6px;
    background-size: 12px 6px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 640px) {
  .category-etc.single-etc .etc-block-element .etc-block-element-more::after, .category-etc .single-zone-plus .etc-block-element .etc-block-element-more::after {
    width: 36px;
    height: 18px;
    background-size: 36px 18px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 960px) {
  .category-etc.single-etc .etc-block-element .etc-block-element-more::after, .category-etc .single-zone-plus .etc-block-element .etc-block-element-more::after {
    width: 32px;
    height: 16px;
    background-size: 32px 16px;
    margin-top: 16px;
  }
}

.recettes-filter-box {
  position: relative;
}
@media screen and (max-width: 575px) {
  .recettes-filter-box {
    padding: 5px;
  }
}
.recettes-filter-box img {
  width: 100%;
}
.recettes-filter-box .recettes-filter-menu span {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.recettes-filter-box .recettes-filter-menu a {
  text-align: center;
}
@media screen and (min-width: 180px) {
  .recettes-filter-box .recettes-filter-menu {
    position: relative;
    margin: 0px 4px 0px 4px;
    text-align: center;
  }
  .recettes-filter-box .recettes-filter-menu a {
    margin: 15px;
    display: inline-block;
    text-decoration: none;
  }
  .recettes-filter-box .recettes-filter-menu a:hover .st0 {
    fill: #666666;
  }
  .recettes-filter-box .recettes-filter-menu a:hover span {
    color: #666666;
  }
  .recettes-filter-box .recettes-filter-menu svg {
    width: 48px;
    height: 48px;
  }
  .recettes-filter-box .recettes-filter-menu span {
    color: #222222;
    font-size: 0.5625rem;
  }
  .recettes-filter-box .recettes-filter-menu .st0 {
    fill: #222222;
  }
}
@media screen and (min-width: 640px) {
  .recettes-filter-box .recettes-filter-menu {
    position: absolute;
    bottom: 8px;
    text-align: left;
  }
  .recettes-filter-box .recettes-filter-menu a {
    margin: 0px;
    margin-right: 15px;
  }
  .recettes-filter-box .recettes-filter-menu a:hover .st0 {
    fill: #222222;
  }
  .recettes-filter-box .recettes-filter-menu a:hover span {
    color: #222222;
  }
  .recettes-filter-box .recettes-filter-menu svg {
    width: 51px;
    height: 51px;
  }
  .recettes-filter-box .recettes-filter-menu span {
    color: #fff;
    font-size: 11px;
  }
  .recettes-filter-box .recettes-filter-menu .st0 {
    fill: #FFFFFF;
  }
}
@media screen and (min-width: 960px) {
  .recettes-filter-box .recettes-filter-menu a {
    margin-right: 25px;
  }
  .recettes-filter-box .recettes-filter-menu svg {
    width: 70px;
    height: 70px;
  }
  .recettes-filter-box .recettes-filter-menu span {
    font-size: 0.6875rem;
  }
}

.etc-post-recettes {
  margin-bottom: 5px;
}
.etc-post-recettes > a {
  text-decoration: none;
  position: relative;
}
.etc-post-recettes > a .post-image {
  display: flex;
  position: relative;
  padding-top: 65%;
  height: 0;
  overflow: hidden;
}
.etc-post-recettes > a .post-image img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
.etc-post-recettes > a .post-image a {
  position: relative;
  display: block;
}
.etc-post-recettes > a .post-image a:hover .post-meta {
  background: #171717;
}
.etc-post-recettes > a .post-meta {
  position: relative;
  background: #262626;
  text-transform: uppercase;
  margin-top: -3px;
  padding: 9px 10px;
}
.etc-post-recettes > a .post-meta h3, .etc-post-recettes > a .post-meta span {
  color: #FFF;
}
.etc-post-recettes > a .post-meta h3 {
  font-weight: bold;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 180px) {
  .etc-post-recettes > a .post-meta h3 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .etc-post-recettes > a .post-meta h3 {
    font-size: 1.5rem;
  }
}

#add-recipe {
  display: none;
  border: 1px solid #000;
  padding: 10px;
}
#add-recipe .cred-label {
  font-size: 1rem;
  font-weight: bold;
}
#add-recipe .quicktags-toolbar input {
  color: #555 !important;
}

.annoncez-avec-nous .entry-title, .publicite .entry-title {
  font-size: 2.625rem;
  margin-bottom: 8px;
  margin-top: 10px;
}
.annoncez-avec-nous h2, .publicite h2 {
  font-size: 1.25rem;
  color: #555555;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 10px;
}
.annoncez-avec-nous img, .publicite img {
  margin-bottom: 12px;
}
.annoncez-avec-nous p, .publicite p {
  margin-top: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #555555;
  font-weight: lighter;
  line-height: 24px;
}
.annoncez-avec-nous .media-kit, .publicite .media-kit {
  margin-bottom: 90px;
  margin-top: 30px;
}
.annoncez-avec-nous .media-kit p, .publicite .media-kit p {
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #555555;
  font-weight: normal;
  margin-bottom: 12px;
}
.annoncez-avec-nous .conseillers-publicitaire-grid, .publicite .conseillers-publicitaire-grid {
  text-align: right;
}
.annoncez-avec-nous .conseillers-publicitaire-grid ul li, .publicite .conseillers-publicitaire-grid ul li {
  padding: 15px 20px;
  list-style: none;
}
.annoncez-avec-nous .conseillers-publicitaire-grid ul li img, .publicite .conseillers-publicitaire-grid ul li img {
  margin: 0;
  width: 100%;
  display: block;
}
.annoncez-avec-nous .conseillers-publicitaire-grid ul li .name-container, .publicite .conseillers-publicitaire-grid ul li .name-container {
  width: 100%;
  background: #939598;
  padding: 5px;
  margin: 0;
  margin-bottom: 5px;
}
.annoncez-avec-nous .conseillers-publicitaire-grid ul li .name-container p, .publicite .conseillers-publicitaire-grid ul li .name-container p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
}
.annoncez-avec-nous .conseillers-publicitaire-grid ul li p, .publicite .conseillers-publicitaire-grid ul li p {
  text-align: right;
  font-size: 0.875rem;
  color: #000;
  margin: 0;
  line-height: 14px;
  text-transform: none;
  margin-right: 5px;
  margin-bottom: 3px;
}
.annoncez-avec-nous .conseillers-publicitaire-grid ul li > a, .publicite .conseillers-publicitaire-grid ul li > a {
  text-align: right;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  padding-right: 5px;
  line-height: 14px;
  text-transform: none;
  color: #0e76bc;
  display: block;
  width: 100%;
  text-decoration: underline;
}
@media screen and (min-width: 1199px) {
  .annoncez-avec-nous .conseillers-publicitaire-grid ul li, .publicite .conseillers-publicitaire-grid ul li {
    padding: 15px 20px;
  }
}

dl.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}
dl.sub-nav dt, dl.sub-nav dd {
  color: #999;
  float: left;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-right: 0;
  margin-bottom: 0;
}
dl.sub-nav dd.active a {
  border-radius: 3px;
  background: #008CBA;
  color: #fff;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}
dl.sub-nav dd a {
  color: #999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}

/**
 * Single page job and job listing page
 */
.single-job_listing input.application_button,
.single-job_listing input[type=submit],
form.job_filters input.application_button,
form.job_filters input[type=submit] {
  display: block;
  color: #fff;
  padding: 1rem 0.5rem;
  background: #0a0a0a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0;
}

.single-job_listing input.application_button:hover,
.single-job_listing input[type=submit]:hover,
form.job_filters input.application_button:hover,
form.job_filters input[type=submit]:hover {
  background: #1a77b9;
}

.single-job_listing div.search_submit,
form.job_filters div.search_submit {
  float: right;
}

/*Simran :: START*/
header .social_media_icon_main {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
header .social_media_icon_main .social_media_list {
  display: inline-flex;
}
header .social_media_icon_main .social_media_list.facebook .social_media_link:hover {
  color: #3d5b99;
}
header .social_media_icon_main .social_media_list.instagram .social_media_link:hover {
  color: #458eff;
}
header .social_media_icon_main .social_media_list.twitter .social_media_link:hover {
  color: #00aced;
}
header .social_media_icon_main .social_media_list.youtube .social_media_link:hover {
  color: #e64a41;
}
header .social_media_icon_main .social_media_list.linkedin .social_media_link:hover {
  color: #0073a4;
}
header .social_media_icon_main .social_media_list .social_media_link {
  padding: 0;
  display: inline-flex;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  header .social_media_icon_main .social_media_list .social_media_link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  header .social_media_icon_main .social_media_list .social_media_link {
    font-size: 18px;
  }
}
header .social_media_icon_main .social_media_list:not(:last-child) {
  padding-right: 25px;
}
@media only screen and (max-width: 1199px) {
  header .social_media_icon_main .social_media_list:not(:last-child) {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  header .social_media_icon_main .social_media_list:not(:last-child) {
    padding-right: 9px;
  }
}
header .social_media_icon_main .social_media_list:hover {
  background-color: transparent !important;
}

.header_top_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .header_top_main .main_col {
    padding: 7.5px;
    width: auto;
    text-align: center;
  }
  .header_top_main .main_col.site_logo_main {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .header_top_main .main_col {
    width: 50%;
  }
  .header_top_main .main_col.unlimited_access_col_main.main_col {
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 360px) {
  .header_top_main .main_col {
    width: 100%;
  }
}

.unlimited_access_btn_main {
  text-decoration: none;
  color: #fff;
  background: #003366;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .unlimited_access_btn_main {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_access_btn_main {
    font-size: 14px;
  }
}
.unlimited_access_btn_main span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.unlimited_access_btn_main .unlimited_access_btn_txt {
  padding: 10px 13px 10px 20px;
}
@media only screen and (max-width: 1199px) {
  .unlimited_access_btn_main .unlimited_access_btn_txt {
    padding: 9px 10px 9px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_access_btn_main .unlimited_access_btn_txt {
    padding: 9px 9px;
  }
}
.unlimited_access_btn_main .unlimited_access_btn_month {
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}
.unlimited_access_btn_main .unlimited_access_btn_month sup {
  top: -0.25em;
}
.unlimited_access_btn_main .unlimited_access_btn_right {
  padding: 10px 19px 10px 23px;
}
@media only screen and (max-width: 1199px) {
  .unlimited_access_btn_main .unlimited_access_btn_right {
    padding: 9px 10px 9px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_access_btn_main .unlimited_access_btn_right {
    padding: 9px 9px 9px 15px;
  }
}
.unlimited_access_btn_main .unlimited_access_btn_right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: 0.1;
}
.unlimited_access_btn_main .unlimited_access_btn_right:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #003366;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .unlimited_access_btn_main .unlimited_access_btn_right:before {
    border-left: 9px solid #003366;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_access_btn_main .unlimited_access_btn_right:before {
    border-left: 9px solid #003366;
    border-top: 19.5px solid transparent;
    border-bottom: 19.5px solid transparent;
  }
}
.unlimited_access_btn_main .unlimited_access_btn_right span:not(:last-child) {
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .unlimited_access_btn_main .unlimited_access_btn_right span:not(:last-child) {
    margin-right: 5px;
  }
}
.unlimited_access_btn_main:hover {
  opacity: 0.95;
}

.header_main_navigation {
  padding: 0 7px;
}
@media only screen and (max-width: 1441.5px) {
  .header_main_navigation {
    padding: 0;
  }
}
.header_main_navigation .main_col {
  padding: 0 4px;
}

.home_headline_main {
  padding: 0 0 8px;
}
.home_headline_main .headline.horiz .feature-image {
  width: 52%;
}
@media only screen and (max-width: 575px) {
  .home_headline_main .headline.horiz .feature-image {
    width: 100%;
  }
}
.home_headline_main .headline.horiz .feature-image img {
  width: 100%;
  object-fit: cover;
}
.home_headline_main .headline.horiz .meta {
  flex: none;
  padding-top: 27px;
  width: 48%;
}
@media only screen and (max-width: 575px) {
  .home_headline_main .headline.horiz .meta {
    width: 100%;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_headline_main .headline.horiz .meta h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .home_headline_main .headline.horiz .meta h2 {
    font-size: 24px;
  }
}

/*New Layout :: START*/
.mlr-0 {
  margin-left: 0;
  margin-right: 0;
}

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

/*New Layout :: END*/
.after_header_ads {
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.home_main_sec {
  padding-top: 40px;
  padding-bottom: 19px;
}

.home_author_tag {
  margin: 0;
}

.home_author_main_section {
  padding-top: 4px;
}
.home_author_main_section .editorials_column .authorfocus .news-listing {
  background-color: #f0f0f0;
}

.home_newsletter_section {
  background-color: #003366;
  position: relative;
  padding: 0 20px;
  /*    &:after {
          content: '';
          width: 50%;
          left: auto;
          right: 0;
          height: 100%;
          background-image: url(../img/newsletter_img.png);
          display: block;
          top: 0;
          bottom: 0;
          position: absolute;
          background-size: cover;
          background-position: right;
      }*/
  /*Gravity Form :: START*/
  /*Gravity Form :: END*/
}
@media only screen and (max-width: 767px) {
  .home_newsletter_section {
    padding: 0;
  }
}
.home_newsletter_section .home_newsletter_left_content {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .home_newsletter_section .home_newsletter_left_content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home_newsletter_section .home_newsletter_left_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home_newsletter_section .home_newsletter_right_img {
  width: 50%;
  left: auto;
  right: 0;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 767px) {
  .home_newsletter_section .home_newsletter_right_img {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.home_newsletter_section .home_newsletter_right_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_newsletter_section .top--box-title {
  text-align: left;
  color: #fff;
}
.home_newsletter_section .top--box-title .main_heading {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: normal;
}
@media only screen and (max-width: 1441.5px) {
  .home_newsletter_section .top--box-title .main_heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_newsletter_section .top--box-title .main_heading {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .home_newsletter_section .top--box-title .main_heading {
    font-size: 20px;
  }
}
.home_newsletter_section .top--box-title .sub_heading {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width: 991px) {
  .home_newsletter_section .top--box-title .sub_heading {
    font-size: 16px;
  }
}
.home_newsletter_section .grav-email-form {
  padding: 0;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper {
  margin-bottom: 0;
  margin-top: 14px;
  max-width: 612px;
  width: 100%;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .ginput_container_email input {
  font-size: 16px !important;
  font-weight: 400;
  padding: 13px 19px !important;
  text-align: left;
  border-radius: 0;
  outline: none;
  margin: 0;
  width: 100%;
  line-height: normal !important;
  min-height: auto !important;
}
@media only screen and (max-width: 1199px) {
  .home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .ginput_container_email input {
    padding: 10px 15px !important;
  }
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper form {
  position: relative;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  bottom: auto;
  left: 0;
  top: 100%;
  right: 0;
  margin: auto;
  padding: 7px 0 0;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_body {
  display: inline-block;
  width: calc(100% - 124px);
  float: left;
}
@media only screen and (max-width: 575px) {
  .home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_body {
    width: calc(100% - 110px);
  }
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: auto;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_footer input[type=submit] {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-color: #0a0a0a;
  border-radius: 0;
  background-color: #0a0a0a;
  margin: 0;
  padding: 12px 10px;
  width: 124px;
  line-height: normal !important;
  min-height: auto !important;
}
@media only screen and (max-width: 1199px) {
  .home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_footer input[type=submit] {
    padding: 9px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gform_footer input[type=submit] {
    width: 110px;
  }
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper label.gfield_label {
  display: none;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
  text-align: left;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
  position: relative;
  width: 100%;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 5px 0 0;
  position: absolute;
  left: 0;
  text-align: left;
  top: 100%;
  bottom: auto;
  color: #790000 !important;
}
.home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .validation_error, .home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .gfield_error .gfield_label, .home_newsletter_section .grav-email-form .home_newsletter_gravity_main_wrapper.gform_wrapper .validation_message {
  color: #790000 !important;
  font-size: 14px;
  padding: 10px 0;
  margin: 0 0 10px;
}
.home_newsletter_section > .container {
  padding-top: 26px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .home_newsletter_section > .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

body .home_newsletter_section .gform_wrapper ul li.gfield {
  padding: 0 !important;
  margin: 0;
}
body .home_newsletter_section .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

/*font-family: $body-font-family;*/
.home_files_section {
  padding-top: 28px;
  padding-bottom: 0;
}

.ads_small_after_chronicles {
  padding-top: 41px;
  padding-bottom: 30px;
  text-align: center;
}

.ads_full_after_chronicles {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home_middle_job_portal_section {
  padding-bottom: 1px;
}

.home_zone_plus_section {
  padding-top: 39px;
  padding-bottom: 39px;
}

.home_etc_section {
  padding-bottom: 39px;
}

.home_most_popular_section {
  background-color: #f5f4f2;
}
.home_most_popular_section .news-listing {
  background: transparent;
}

.home_most_popular_recommend_results {
  padding-top: 10px;
  padding-bottom: 13px;
}
.home_most_popular_recommend_results img {
  height: 232px;
}

.home_horizontal_post_section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.main_content_section, .single_page_breadcrumbs_main {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 575px) {
  .main_content_section, .single_page_breadcrumbs_main {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .home_etc_ads_rightside {
    padding-bottom: 40px;
  }

  .home_file_ads_rightside {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home_editorials_ads_rightside {
    padding-top: 40px;
  }
}
/*Simran :: END*/
@media only screen and (max-width: 767px) {
  .column.authorfocus.author_post_third_Chronicles_3 {
    width: 100%;
  }
}
.single_page_after_header_ads_main, .home_page_after_header_ads_main {
  background-color: #f9f8f9;
}
.single_page_after_header_ads_main .after_header_ads, .home_page_after_header_ads_main .after_header_ads {
  padding-top: 24px;
  padding-bottom: 21px;
}

.single_page_breadcrumbs_main {
  border-bottom: 1px solid #cccccc;
}
.single_page_breadcrumbs_main .single_page_breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
}

#breadcrumbs {
  margin: 0;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 400;
  text-decoration: none;
  padding: 4.5px 0;
}
#breadcrumbs .breaker:after {
  content: "/";
  display: inline-block;
  margin: 5px 10px;
}
#breadcrumbs a, #breadcrumbs .breadcrumb_last {
  margin: 5px 0;
  display: inline-block;
  text-decoration: none;
}

.single_left_side_bg_content {
  background-color: #f9f8f9;
  padding: 30px 37px 0;
  margin: 0 0 41px;
}
@media only screen and (max-width: 767px) {
  .single_left_side_bg_content {
    padding: 20px 20px 0;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single_left_side_bg_content {
    padding: 20px 15px 0;
    margin: 0 0 30px;
  }
}
.single_left_side_bg_content .entry-title {
  margin: 0;
  font-size: 40px;
  color: #091622;
  font-weight: 700;
  line-height: 1.19;
}
@media only screen and (max-width: 1199px) {
  .single_left_side_bg_content .entry-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .single_left_side_bg_content .entry-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .single_left_side_bg_content .entry-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .single_left_side_bg_content .entry-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .single_left_side_bg_content .entry-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .single_left_side_bg_content .entry-title {
    font-size: 20px;
  }
}

.by_and_social_share_main {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 22px 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 5.5px 0;
  min-height: 54px;
}
@media only screen and (max-width: 767px) {
  .by_and_social_share_main {
    flex-direction: column;
  }
  .by_and_social_share_main div.sharedaddy {
    margin-top: 5px;
  }
}
.by_and_social_share_main .entry-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .by_and_social_share_main .entry-meta {
    flex-direction: column;
  }
}

.single_page_cmn .feature_img .post-thumbnail {
  display: flex;
  width: 100%;
  background-color: #ffffff;
}
.single_page_cmn .feature_img .post-thumbnail img {
  width: 100%;
  max-height: 670px;
  object-fit: contain;
}
.single_page_cmn .feature_img p.featured-image-caption {
  background-color: #0a0a0a;
  color: #fff;
  margin: 0;
  padding: 10px 15px 10px 15px;
  font-size: 12px;
}
.single_page_cmn .feature_img hr {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .single_page_cmn .by_and_social_share_main .entry-meta > *:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) {
  .single_page_cmn .by_and_social_share_main .entry-meta > *:not(:last-child):after {
    content: "|";
    color: #cccccc;
    margin: 0 16px;
    display: inline-flex;
  }
}
.single_page_cmn div.sharedaddy h3.sd-title {
  display: inline-block !important;
  margin: 0;
  font-size: 18px;
  color: #091622;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .single_page_cmn div.sharedaddy h3.sd-title {
    font-size: 16px;
  }
}
.single_page_cmn div.sharedaddy .sd-sharing {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-] {
  margin: 4px 0 0 20px;
  color: #003366;
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  color: #003366 !important;
  background-color: transparent !important;
  padding: 0;
  font-size: 20px;
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:hover {
  color: #1a77b9 !important;
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-].share-end {
  margin: 0;
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before, .single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before, .single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before {
  content: "";
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before {
  content: "";
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before {
  content: "";
}
.single_page_cmn div.sharedaddy .sd-sharing.sd-social-icon .sd-content .share-customize-link {
  display: none;
}
.single_page_cmn .middle_post_content_share div.sharedaddy {
  background-color: #003366;
  text-align: right;
  margin: 53px -37px 0;
  padding: 5.5px 37px;
}
@media only screen and (max-width: 767px) {
  .single_page_cmn .middle_post_content_share div.sharedaddy {
    margin: 50px -20px 0;
    padding: 5.5px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single_page_cmn .middle_post_content_share div.sharedaddy {
    margin: 40px -15px 0;
    padding: 5.5px 15px;
  }
}
.single_page_cmn .middle_post_content_share div.sharedaddy h3.sd-title {
  color: #fff;
}
.single_page_cmn .middle_post_content_share div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  color: #fff !important;
}
.single_page_cmn .middle_post_content_share div.sharedaddy .sd-sharing.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:hover {
  color: #1a77b9 !important;
}

.middle_post_content p {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  margin: 11px 0 0;
}
@media only screen and (max-width: 575px) {
  .middle_post_content p {
    font-size: 16px;
  }
}
.middle_post_content p strong {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  margin: 6px 0 0;
  display: inline-block;
}
.middle_post_content .wp-caption {
  margin: 23px 0;
}
.middle_post_content .pub-columns {
  margin: 25px 0;
}

.post_previous_next_link_main {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .post_previous_next_link_main {
    flex-wrap: wrap;
  }
}
.post_previous_next_link_main .prev_next_post_link {
  display: inline-flex;
  width: 50%;
  min-height: 149px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  padding: 26px 20px 26px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .post_previous_next_link_main .prev_next_post_link {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .post_previous_next_link_main .prev_next_post_link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .post_previous_next_link_main .prev_next_post_link {
    width: 100%;
    min-height: 120px;
  }
}
.post_previous_next_link_main .prev_next_post_link:before {
  content: "";
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.post_previous_next_link_main .prev_next_post_link:hover:before {
  background-color: #1a77b9;
  opacity: 0.8;
}
.post_previous_next_link_main .prev_next_post_link .prev_next_post_link_row {
  display: inline-block;
  width: 100%;
}
.post_previous_next_link_main .prev_next_post_link .prev_next_post_link_row span.single-next-post-category {
  padding-right: 34px;
}
.post_previous_next_link_main .prev_next_post_link .prev_next_post_link_row span.single-previous-post-category {
  padding-left: 30px;
}
.post_previous_next_link_main .prev_next_post_link .prev_next_post_link_row.post_title_main {
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 600;
  margin: 7px 0 0;
}
@media only screen and (max-width: 1441.5px) {
  .post_previous_next_link_main .prev_next_post_link .prev_next_post_link_row.post_title_main {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .post_previous_next_link_main .prev_next_post_link .prev_next_post_link_row.post_title_main {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .post_previous_next_link_main .prev_next_post_link .prev_next_post_link_row.post_title_main {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .post_previous_next_link_main .prev_next_post_link .prev_next_post_link_row.post_title_main {
    font-size: 16px;
  }
}
.post_previous_next_link_main .prev_next_post_link .inner_main_content {
  position: relative;
  z-index: 1;
}
.post_previous_next_link_main .prev_next_post_link.prev__post_link .prev_next_post_link_row img {
  margin: 0 4px 0 0;
}
.post_previous_next_link_main .prev_next_post_link.next__post_link {
  text-align: right;
}
.post_previous_next_link_main .prev_next_post_link.next__post_link .prev_next_post_link_row img {
  margin: 0 0 0 4px;
}

.single_post_article {
  padding: 0 20px 36px;
}
@media only screen and (max-width: 575px) {
  .single_post_article {
    padding: 10px 5px 36px;
  }
}

/*Right Sidebar :: START*/
.widget {
  margin: 0;
}
.widget.widget_text {
  margin: 0 0 21px;
}
.widget .widget-title {
  font-size: 20px;
  line-height: 33px;
  color: #091622;
  font-weight: 700;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 11px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 575px) {
  .widget .widget-title {
    font-size: 18px;
  }
}
.widget .pptwj-tabs-wrap .tab-links {
  display: none;
}
.widget .pptwj-tabs-wrap .boxes {
  border: 0;
}
.widget .pptwj-tabs-wrap .boxes ul.tab-filter-list {
  background: transparent;
  text-align: left;
}
.widget .pptwj-tabs-wrap .boxes ul.tab-filter-list li {
  padding: 0;
  line-height: normal;
  display: inline-flex;
  flex-wrap: wrap;
}
.widget .pptwj-tabs-wrap .boxes ul.tab-filter-list li a {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  background-color: #f5f2f5;
  margin: 0;
  display: inline-flex;
  padding: 5px 16.29px;
}
@media only screen and (max-width: 1441.5px) {
  .widget .pptwj-tabs-wrap .boxes ul.tab-filter-list li a {
    padding: 5px 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .widget .pptwj-tabs-wrap .boxes ul.tab-filter-list li a {
    padding: 5px 7px;
    font-size: 13px;
  }
}
.widget .pptwj-tabs-wrap .boxes ul.tab-filter-list li a:not(:last-child) {
  border-right: 1px solid #ccc;
}
.widget .pptwj-tabs-wrap .boxes ul.tab-filter-list li a:hover, .widget .pptwj-tabs-wrap .boxes ul.tab-filter-list li a.selected {
  color: #ffffff;
  font-weight: 600;
  background-color: #1a77b9;
}
.widget .pptwj-tabs-wrap .boxes ul.list li {
  padding: 20px 0;
  text-align: left;
  border-bottom: 0;
}
.widget .pptwj-tabs-wrap .boxes ul.list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.widget .pptwj-tabs-wrap .boxes ul.list li img {
  height: 90px !important;
  width: 90px !important;
  margin: 0 20px 0 0;
  padding: 0;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .widget .pptwj-tabs-wrap .boxes ul.list li img {
    width: 90px !important;
    margin: 0 15px 0 0;
  }
}
.widget .pptwj-tabs-wrap .boxes ul.list li a {
  color: #000000;
}
.widget .pptwj-tabs-wrap .boxes ul.list li a.item-title {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  padding: 0 0 10px;
}
@media only screen and (max-width: 1199px) {
  .widget .pptwj-tabs-wrap .boxes ul.list li a.item-title {
    font-size: 13px;
  }
}
.widget .pptwj-tabs-wrap .boxes ul.list li a.item-title:hover {
  color: #003767;
}

.single_post_article_right_side_inner, .ads_rightside_col_3_ml_104_inner {
  max-width: 395px;
  width: 100%;
  margin-left: auto;
}
.single_post_article_right_side_inner .pub-container, .ads_rightside_col_3_ml_104_inner .pub-container {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .single_post_article_right_side_inner, .ads_rightside_col_3_ml_104_inner {
    max-width: 100%;
  }
}

/*Right Sidebar :: END*/
/*Bottom Blue Bar :: START*/
.remain_article_btm_main {
  background-color: #003366;
  text-align: center;
  padding: 8.5px 20px;
}
@media only screen and (max-width: 575px) {
  .remain_article_btm_main {
    padding: 15px 5px;
  }
}
.remain_article_btm_main .container {
  padding-top: 0;
  padding-bottom: 0;
}
.remain_article_btm_main .remain_article_link {
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .remain_article_btm_main .remain_article_link {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .remain_article_btm_main .remain_article_link {
    font-size: 18px;
    flex-direction: column;
  }
}
.remain_article_btm_main .remain_article_link .free_article_text_main > * {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.remain_article_btm_main .remain_article_link .free_article_text_main {
  border-radius: 24px;
  background-color: #8fb347;
  color: #003366;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin: 10px 15px;
  padding: 2.5px 14px 2.5px 2.5px;
}
.remain_article_btm_main .remain_article_link .free_article_number {
  font-size: 38px;
  border-radius: 21px;
  background-color: #ffffff;
  min-width: 43px;
  min-height: 43px;
  line-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
@media only screen and (max-width: 991px) {
  .remain_article_btm_main .remain_article_link .free_article_number {
    font-size: 30px;
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
  }
}

/*Bottom Blue Bar :: END*/
/*Exclusively For Our Subscribers :: START*/
.single_exclusively_subscribers_blue_box {
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  background-color: #0b253d;
  padding: 20px 30px 23px;
}
@media only screen and (max-width: 1441.5px) {
  .single_exclusively_subscribers_blue_box {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .single_exclusively_subscribers_blue_box {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single_exclusively_subscribers_blue_box {
    font-size: 18px;
    padding: 20px;
  }
}
.single_exclusively_subscribers_blue_box .single_exclusively_top_txt {
  color: #fff;
  font-size: inherit;
  margin: 0;
  font-weight: 600;
}
.single_exclusively_subscribers_blue_box .single_exclusively_top_heading {
  margin: 0;
  font-weight: 700;
  color: #8fb347;
  font-size: inherit;
}

.single_exclusively_subscribers_list_box {
  padding: 23.5px 30px;
  background-color: #edf0f4;
}
@media only screen and (max-width: 767px) {
  .single_exclusively_subscribers_list_box {
    padding: 20px;
  }
}

.arrow_list_cmn {
  margin: 0;
  padding: 0;
  list-style: none;
}
.arrow_list_cmn li {
  position: relative;
  font-size: 18px;
  color: #0b253d;
  font-weight: 400;
  padding: 0 0 0 26px;
}
@media only screen and (max-width: 1199px) {
  .arrow_list_cmn li {
    padding: 0 0 0 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .arrow_list_cmn li {
    padding: 0 0 0 15px;
    font-size: 14px;
  }
}
.arrow_list_cmn li:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-image: url(../img/bullet_blue.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  left: 0;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .arrow_list_cmn li:before {
    top: 5px;
    width: 6px;
    height: 12px;
  }
}
.arrow_list_cmn li:not(:last-child) {
  margin-bottom: 9px;
}

.green_btn_cmn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  font-weight: 600;
  background-color: #8fb347;
  text-decoration: none;
  border: 2px solid #8fb347;
  padding: 11px 16.82px;
  text-transform: uppercase;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .green_btn_cmn {
    padding: 9px 14.82px;
  }
}
@media only screen and (max-width: 767px) {
  .green_btn_cmn {
    padding: 7px 10.82px;
    font-size: 16px;
  }
}
.green_btn_cmn:hover {
  color: #8fb347;
  background-color: #fff;
}
.green_btn_cmn.view_all_btn_cmn {
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  align-items: center;
  padding: 3.5px 7.96px;
}
.green_btn_cmn.view_all_btn_cmn:hover {
  background: #9bb95f;
  color: #fff;
}
.green_btn_cmn.view_all_btn_cmn img {
  margin-left: 5px;
}

/*Exclusively For Our Subscribers :: END*/
.single_exclusively_subscribers_main {
  margin-top: 40px;
}

.single_exclusively_subscribers_bottom_main {
  padding: 30px 0;
}
.single_exclusively_subscribers_bottom_main p {
  font-size: 18px;
  color: #091622;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .single_exclusively_subscribers_bottom_main p {
    font-size: 16px;
  }
}
.single_exclusively_subscribers_bottom_main .green_heading {
  margin: 0;
  font-weight: 700;
  color: #8fb347;
  font-size: 34px;
  line-height: 1.25;
}
@media only screen and (max-width: 1199px) {
  .single_exclusively_subscribers_bottom_main .green_heading {
    font-size: 16px;
  }
}
.single_exclusively_subscribers_bottom_main .green_btn_cmn {
  margin: 13px 0 0;
}
.single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box {
  padding: 23px 30px 30px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box {
    padding: 20px;
  }
}
.single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border {
  border: 1px solid #e5e6e7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border .single_exclusively_subscribers_btn_box {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border .single_exclusively_subscribers_btn_box {
    width: 100%;
  }
}
.single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border .single_exclusively_subscribers_btn_box .single_exclusively_subscribers_btn_box_inner {
  max-width: 343px;
  width: 100%;
  margin: auto;
}
.single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border .single_exclusively_subscribers_btn_box_or {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border .single_exclusively_subscribers_btn_box_or {
    position: static;
    width: 100%;
    height: auto;
  }
}
.single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border .single_exclusively_subscribers_btn_box_or:after {
  border-left: 1px solid #ccc;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border .single_exclusively_subscribers_btn_box_or:after {
    border: 0;
    border-top: 1px solid #ccc;
    width: calc(100% - 40px);
    height: 1px;
  }
}
.single_exclusively_subscribers_bottom_main .single_exclusively_subscribers_btn_box_border .single_exclusively_subscribers_btn_box_or p {
  background: #fff;
  padding: 2px;
}

.sport_top_main_sec {
  padding-top: 32px;
  padding-bottom: 11px;
}

.sport_misc_region_article {
  margin: 0 0 37px;
}

.sport_misc_region_sec {
  padding-bottom: 1px;
}

.sport_horizontal_post_section {
  padding-top: 56px;
  padding-bottom: 40px;
}
.sport_horizontal_post_section .top--col-tag {
  margin-bottom: 20px;
}

/*Single Sidebar (Investigations and Files) :: START*/
.single_sidebar_post_cmn {
  margin-top: 41px;
}
@media only screen and (max-width: 991px) {
  .single_sidebar_post_cmn {
    margin-top: 20px;
  }
}
.single_sidebar_post_cmn .widget-content .news-listing.horiz.align_top {
  align-items: flex-start;
  text-align: left;
  padding-bottom: 20px;
  margin-top: -8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.single_sidebar_post_cmn .widget-content .news-listing.horiz.align_top:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.single_sidebar_post_cmn .widget-content .news-listing.horiz.align_top:last-child {
  margin-bottom: 0;
}
.single_sidebar_post_cmn .widget-content .news-listing.horiz.align_top .meta.no_single_category {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1199px) {
  .single_sidebar_post_cmn .widget-content .news-listing.horiz.align_top .meta.no_single_category {
    padding: 0 0 0 15px;
  }
}
.single_sidebar_post_cmn .widget-content .news-listing.horiz.align_top h3 {
  padding-top: 0;
}
.single_sidebar_post_cmn .widget-content .news-listing.horiz.align_top h3::first-letter {
  text-transform: uppercase;
}
.single_sidebar_post_cmn .widget-content .feature-image {
  width: 112px;
  margin: 8px 0 0;
}
@media only screen and (max-width: 1199px) {
  .single_sidebar_post_cmn .widget-content .feature-image {
    width: 90px;
  }
}
.single_sidebar_post_cmn .widget-content .feature-image img {
  height: 90px;
}

/*Single Sidebar (Investigations and Files) :: END*/
.widget-footer-bg-btn {
  background: #f3f3f3;
  background: -moz-linear-gradient(180deg, #f3f3f3 28%, #f7f7f7 50%, #fcfcfc 100%);
  background: -webkit-linear-gradient(180deg, #f3f3f3 28%, #f7f7f7 50%, #fcfcfc 100%);
  background: linear-gradient(180deg, #f3f3f3 28%, #f7f7f7 50%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#fcfcfc",GradientType=1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 7.5px;
}
.widget-footer-bg-btn > * {
  margin: 5px 7.5px;
}
.widget-footer-bg-btn p {
  font-size: 14px;
  line-height: 33px;
  color: #000000;
  font-weight: 600;
}
.widget-footer-bg-btn .view_all_btn_cmn {
  /*margin: 6.5px 14px;*/
}

/*div#wpadminbar{
    display: none !important;
}
html {
    margin: 0 !important;
}*/
a.logo-brand-container img {
  max-width: 100px;
}

@media only screen and (max-width: 991px) {
  li.menu-user-control-icon_new {
    display: none !important;
  }
}
a.custom-logo-link img {
  max-width: 340px;
  width: 100%;
}

.ads_new_space {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ads_new_space .pub-container {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 480px) {
  .single_post_article_right_side div[data-google-query-id], .home_file_ads_rightside div[data-google-query-id], .ads_small_after_chronicles div[data-google-query-id], .home_horizontal_post_ads_rightside div[data-google-query-id] {
    margin-left: -0.625em;
    margin-right: -0.625em;
  }
}

#masthead[data-scroll=false] .menu-container, #masthead[data-scroll=true] .menu-container {
  transform: none !important;
}

/*Consult The Digital Edition & Caricatures Header :: START*/
.home_digital_edition_main.home_digital_edition_ads, .home_digital_edition_main.caricatures-ads, .caricatures.home_digital_edition_ads, .caricatures.caricatures-ads {
  text-align: center;
  max-width: 332px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .home_digital_edition_main.home_digital_edition_ads, .home_digital_edition_main.caricatures-ads, .caricatures.home_digital_edition_ads, .caricatures.caricatures-ads {
    max-width: 300px;
  }
}
.home_digital_edition_main .digital_edition_main_heading, .caricatures .digital_edition_main_heading {
  background: #003366;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .home_digital_edition_main .digital_edition_main_heading, .caricatures .digital_edition_main_heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .home_digital_edition_main .digital_edition_main_heading, .caricatures .digital_edition_main_heading {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 991px) {
  .home_digital_edition_main .digital_edition_main_heading, .caricatures .digital_edition_main_heading {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .home_digital_edition_main .digital_edition_main_heading, .caricatures .digital_edition_main_heading {
    font-size: 14px;
  }
}
.home_digital_edition_main .digital_edition_main_heading span, .caricatures .digital_edition_main_heading span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.home_digital_edition_main .digital_edition_main_heading span.heading_txt, .caricatures .digital_edition_main_heading span.heading_txt {
  padding: 5px 0px 5px 10px;
}
@media only screen and (max-width: 1199px) {
  .home_digital_edition_main .digital_edition_main_heading span.heading_txt, .caricatures .digital_edition_main_heading span.heading_txt {
    padding: 5px 0px 5px 5px;
  }
}
.home_digital_edition_main .digital_edition_main_heading span.heading_icon, .caricatures .digital_edition_main_heading span.heading_icon {
  padding: 8.5px 7.5px 8.5px 15px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .home_digital_edition_main .digital_edition_main_heading span.heading_icon img, .caricatures .digital_edition_main_heading span.heading_icon img {
    max-width: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_digital_edition_main .digital_edition_main_heading span.heading_icon, .caricatures .digital_edition_main_heading span.heading_icon {
    padding: 11.73px 5px 11.73px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .home_digital_edition_main .digital_edition_main_heading span.heading_icon, .caricatures .digital_edition_main_heading span.heading_icon {
    padding: 11.73px 5px 11.73px 11px;
  }
}
.home_digital_edition_main .digital_edition_main_heading span.heading_icon:before, .caricatures .digital_edition_main_heading span.heading_icon:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 8px solid #003366;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 1;
}
.home_digital_edition_main .digital_edition_main_heading span.heading_icon:after, .caricatures .digital_edition_main_heading span.heading_icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: 0.1;
}
.home_digital_edition_main .btm_digital_edition_img, .caricatures .btm_digital_edition_img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 30px;
  justify-content: center;
}

.caricatures .digital_edition_main_heading span.heading_icon {
  padding: 12.5px 7.5px 12.5px 15px;
}

/*Consult The Digital Edition and Carricature header :: END*/
@media only screen and (min-width: 992px) {
  header .header_main_navigation {
    padding-right: 0 !important;
  }
  header .header_main_navigation_menu_collapse {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  header .header_menu_collapse_btn {
    padding: 19px 15px;
  }
  header .header_menu_collapse_btn:hover {
    background: #1a77b9;
  }
  header#masthead[data-scroll=true] .menu-user-controls {
    padding-right: 0.625em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header#masthead[data-scroll=true] .header_menu_collapse_btn {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 992px) {
  header#masthead[data-scroll=false] .header_main_navigation_menu_collapse_inner_main, header#masthead[data-scroll=true] .header_main_navigation_menu_collapse_inner_main, header#masthead .header_main_navigation_menu_collapse_inner_main {
    padding: 0 !important;
    list-style: none;
  }
  header#masthead[data-scroll=false] .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner, header#masthead[data-scroll=true] .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner, header#masthead .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner {
    display: none;
    position: absolute;
    top: 100%;
    bottom: auto;
    background: #000000;
    width: 200px;
    right: 0;
    left: auto;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 99;
  }
  header#masthead[data-scroll=false] .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner > li, header#masthead[data-scroll=true] .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner > li, header#masthead .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner > li {
    width: 100%;
    padding: 0 !important;
    display: block;
  }
  header#masthead[data-scroll=false] .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner > li > a, header#masthead[data-scroll=true] .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner > li > a, header#masthead .header_main_navigation_menu_collapse_inner_main .header_main_navigation_menu_collapse_inner > li > a {
    width: 100% !important;
    padding: 10px 15px 5px 15px !important;
  }
}
@media only screen and (min-width: 992px) {
  header.header_menu_collapse_content_show .header_menu_collapse_btn {
    background: #1a77b9;
  }
}
@media only screen and (min-width: 992px) {
  .header_collapse_responsive_sm {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  #masthead[data-scroll=true] .menu-container.toggled__menu .header_main_navigation.header_collapse_desktop_sm, #masthead[data-scroll=false] .menu-container.toggled__menu .header_main_navigation.header_collapse_desktop_sm {
    display: none !important;
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff url(../img/preloader8.gif) no-repeat center center;
  background-size: 250px;
}

.header_desktop_top_hidden_main {
  display: flex;
  flex-wrap: wrap;
}
.header_desktop_top_hidden_main:hover ul#menu-navigation-top-hidden {
  display: block !important;
}

.home_job_portal_section p {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  font-family: "Open Sans";
  padding: 6px 10px;
}
.home_job_portal_section span {
  text-transform: capitalize;
  padding: 0 10px;
  color: #4d4d4d;
  font-weight: 400 !important;
  position: relative;
  display: inline-flex;
  font-size: 14px;
  display: block;
  padding: 5px 10px !important;
}
.home_job_portal_section span i {
  color: #1a77b9;
  padding-right: 8px;
}
.home_job_portal_section img {
  height: 135px;
  width: auto;
  margin: 0;
  background-color: #fff;
}
.home_job_portal_section div.job_portal {
  margin: 0;
}
.home_job_portal_section div.columns {
  margin: 0;
}
.home_job_portal_section div.columns, .home_job_portal_section div.columns .column a {
  background-color: #f0f9ff;
}

@media only screen and (max-width: 575px) {
  .header_time_main, .unlimited_access_col_main, .site_social_media_main {
    display: none;
  }
}
/* Fix Mobile for Big Banner Marketing Ad */
@media only screen and (max-width: 575px) {
  .full_width.ads_container picture {
    justify-content: center;
    display: flex;
  }
  .full_width.ads_container picture img {
    max-width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .full_width.ads_container picture {
    justify-content: center;
    display: flex;
  }
  .full_width.ads_container picture img {
    max-width: 320px;
  }
}

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